@charset "UTF-8";
@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb.eot");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-Ita.eot");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-Ita.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-Bold.eot");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-BoldIta.eot");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "FF DIN";
  src: url("/fonts/DINWeb-BoldIta.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0 0 1em; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

*,
*:before,
*:after {
  box-sizing: border-box; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

html,
button,
body,
input,
select,
textarea {
  color: #444;
  font: 100%/1.4 "FF DIN", Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased; }

@media print {
  html {
    font-size: 75%; } }

main {
  display: block; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%; }

iframe {
  max-width: 100%;
  border: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical;
  height: 10em;
  width: 100%; }

input,
textarea {
  font-size: 0.875em; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border-radius: 0.375em;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "FF DIN", Arial, sans-serif;
  color: #222;
  border: 1px solid #929292;
  background-color: white;
  padding: 0.65em;
  -webkit-appearance: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  max-width: 90%; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #68a0bc;
  box-shadow: inset 0 1px 10px rgba(104, 160, 188, 0.35);
  outline: none; }

input[type="tel"] {
  max-width: 8.5em; }

select {
  color: #222; }

textarea {
  max-width: 40em;
  width: 100%;
  -webkit-appearance: none;
  min-width: 14em; }

p {
  padding-bottom: 1em; }

a {
  color: #005581;
  text-decoration: underline;
  transition: color 0.2s ease; }
  a:hover {
    text-decoration: none; }

.button,
input[type="submit"],
button {
  border: none;
  border-radius: 0.375em;
  background-color: #005581;
  background-repeat: no-repeat;
  background-position: right bottom;
  font-weight: bold;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 0.425em 0.625em 0.325em;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease; }
  .button:hover,
  input[type="submit"]:hover,
  button:hover {
    background-color: #0077b4; }
  .button:active,
  input[type="submit"]:active,
  button:active {
    box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.7); }
  .button.small,
  input[type="submit"].small,
  button.small {
    font-size: 12px;
    font-size: 0.75rem; }

.button--red,
input[type="submit"].button--red,
.button-red,
input[type="submit"].button-red {
  background-color: #d4190c; }
  .button--red:hover,
  input[type="submit"].button--red:hover,
  .button-red:hover,
  input[type="submit"].button-red:hover {
    background-color: #8c1008; }

.button--blockmint-teal,
input[type="submit"].button--blockmint-teal {
  background-color: #1f856f; }
  .button--blockmint-teal:hover,
  input[type="submit"].button--blockmint-teal:hover {
    background-color: #1a6d5a; }

.button--red-line {
  border: 2px solid rgba(188, 22, 11, 0.5);
  background-color: transparent;
  color: #d4190c;
  padding: calc(0.425em - 2px) 0.5em calc(0.325em - 2px); }
  .button--red-line:hover {
    border: 2px solid rgba(212, 25, 12, 0.2);
    background-color: transparent; }
  .button--red-line:active {
    background-color: rgba(212, 25, 12, 0.35); }

.button--green-lined-light {
  border: 2px solid #d9f4be;
  background-color: transparent;
  color: #d9f4be; }
  .button--green-lined-light:hover {
    border: 2px solid rgba(217, 244, 190, 0.4);
    background-color: transparent; }
  .button--green-lined-light:active {
    background-color: rgba(217, 244, 190, 0.35); }

.button--orange,
input[type="submit"].button--orange,
.button-orange,
input[type="submit"].button-orange {
  background-color: #a35902; }
  .button--orange:hover,
  input[type="submit"].button--orange:hover,
  .button-orange:hover,
  input[type="submit"].button-orange:hover {
    background-color: #583001; }

.button--silver,
input[type="submit"].button--silver,
.button-silver,
input[type="submit"].button-silver {
  background-color: #e2e2e2;
  color: #444; }
  .button--silver:hover,
  input[type="submit"].button--silver:hover,
  .button-silver:hover,
  input[type="submit"].button-silver:hover {
    background-color: #bcbcbc; }

.button--green,
input[type="submit"].button--green,
.button-green,
input[type="submit"].button-green {
  background-color: #61a12d; }
  .button--green:hover,
  input[type="submit"].button--green:hover,
  .button-green:hover,
  input[type="submit"].button-green:hover {
    background-color: #3d651c; }

.button--blockmint,
input[type="submit"].button--blockmint,
.button-blockmint,
input[type="submit"].button-blockmint {
  background-color: #2bb798; }
  .button--blockmint:hover,
  input[type="submit"].button--blockmint:hover,
  .button-blockmint:hover,
  input[type="submit"].button-blockmint:hover {
    background-color: #1c7965; }

.button__text-minor {
  display: block;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem; }

.button__text-main {
  display: block;
  font-size: 18px;
  font-size: 1.125rem; }

.button--two-level {
  line-height: 1.2; }

.button-video {
  border: 1px solid #e5e9ea;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  max-width: 233px; }
  .button-video:hover {
    opacity: 0.7;
    background-color: white; }
  .button-video div {
    color: #005581;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.75em 0.5em 0.625em; }

.modal {
  background-color: #0c171c;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  color: white;
  display: none;
  left: 5%;
  padding: 24px 30px;
  position: absolute;
  top: 1.5em;
  width: 90%;
  z-index: 9000;
  max-width: 50em; }
  @media screen and (min-width: 48.5em), print {
    .modal {
      width: 44.75em;
      margin: 0 0 0 -22.375em;
      left: 50%; } }
  .modal h3 {
    margin: 0 0 0.5em; }
  .modal .img-holder {
    padding: 0.375em 0 1.125em;
    text-align: center; }
    .modal .img-holder img {
      max-width: 100%; }

.modal-close {
  color: #aaa;
  background: transparent;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  padding: 0 0.625em;
  right: -0.125em;
  text-decoration: none;
  top: 0.125em; }
  .modal-close:hover {
    color: white;
    background: transparent;
    box-shadow: none; }
  .modal-close:focus {
    outline: 0.0625rem dotted;
    outline-offset: -0.25rem; }

.modal-backdrop {
  background-color: #444;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8000; }

.modal-form .modal-errors,
.modal-header-request .modal-errors,
.modal-keepUpdated .modal-errors {
  background-color: #d4190c;
  margin: 0 0 1.125em;
  padding: 1.125em 1.25em;
  display: none; }
  .modal-form .modal-errors h6,
  .modal-header-request .modal-errors h6,
  .modal-keepUpdated .modal-errors h6 {
    margin: 0 0 0.75em; }
  .modal-form .modal-errors ul,
  .modal-header-request .modal-errors ul,
  .modal-keepUpdated .modal-errors ul {
    margin: 0;
    font-size: 0.75em;
    padding: 0 0 0 1.25em; }

.modal-form label,
.modal-header-request label,
.modal-keepUpdated label {
  display: block;
  font-weight: bold;
  padding: 0 0 0.25em; }

.modal-form fieldset,
.modal-header-request fieldset,
.modal-keepUpdated fieldset {
  padding: 0 0 0.75em; }

.modal-form .input-text,
.modal-header-request .input-text,
.modal-keepUpdated .input-text {
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5em;
  width: 100%; }

.modal-form .input-text-phone-1,
.modal-form .input-text-phone-2,
.modal-header-request .input-text-phone-1,
.modal-header-request .input-text-phone-2,
.modal-keepUpdated .input-text-phone-1,
.modal-keepUpdated .input-text-phone-2 {
  width: 20%; }

.modal-form .input-text-phone-3,
.modal-header-request .input-text-phone-3,
.modal-keepUpdated .input-text-phone-3 {
  width: 30%; }

.modal-form .row-acknowledgement,
.modal-header-request .row-acknowledgement,
.modal-keepUpdated .row-acknowledgement {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 0.5em;
  padding: 0.5em 0 1em 1.5em;
  position: relative; }
  .modal-form .row-acknowledgement [type="checkbox"],
  .modal-header-request .row-acknowledgement [type="checkbox"],
  .modal-keepUpdated .row-acknowledgement [type="checkbox"] {
    margin-right: 0.125em;
    position: absolute;
    left: 0;
    top: 0.7em; }
  .modal-form .row-acknowledgement label,
  .modal-header-request .row-acknowledgement label,
  .modal-keepUpdated .row-acknowledgement label {
    display: inline;
    font-weight: normal; }

.modal-form .row-submit,
.modal-header-request .row-submit,
.modal-keepUpdated .row-submit {
  padding: 0.75em 0 1.5em;
  text-align: center; }

@media screen and (min-width: 37.5em), print {
  .modal-form {
    width: 33.75em;
    margin: 0 0 0 -16.875em;
    left: 50%; } }

@media screen and (min-width: 37.5em), print {
  .modal-form .img-holder {
    float: left;
    width: 46%; } }

@media screen and (min-width: 37.5em), print {
  .modal-form form {
    float: right;
    width: 46%;
    padding: 0.75em 0; } }

.modal-header-request .modal-header-request__optin {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 0.625em;
  padding: 0.625em; }
  .modal-header-request .modal-header-request__optin input {
    display: inline-block;
    margin-right: 0.25em;
    position: relative;
    top: -0.125em; }
  .modal-header-request .modal-header-request__optin label {
    display: inline;
    font-weight: normal;
    font-size: 13px;
    font-size: 0.8125rem; }

.lt-ie8 .row-submit .button {
  height: auto; }

.lt-ie8 .input-text {
  width: 80%; }

.lt-ie8 .input-text-phone-1,
.lt-ie8 .input-text-phone-2 {
  width: 15%; }

.lt-ie8 .input-text-phone-3 {
  width: 23%; }

@media screen and (min-width: 20em), print {
  .modal-header-request,
  .modal-keepUpdated {
    width: 20em;
    margin: 0 0 0 -10em;
    left: 50%; } }

.modal-header-request .link-privacy,
.modal-keepUpdated .link-privacy {
  color: #fae161;
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: italic;
  margin: 0 0 0 0.375em; }

.modal .expandable-warning {
  margin-top: 1em;
  margin-bottom: -1.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 0.5em; }

.modal .expandable-warning__link {
  background-color: transparent;
  color: #fae161;
  font-weight: normal;
  text-decoration: underline;
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: italic;
  padding: 0.5em;
  margin: 0 0 0 0.375em; }
  .modal .expandable-warning__link:hover {
    background-color: transparent;
    text-decoration: none; }

.modal .expandable-warning__desc {
  background-color: rgba(255, 255, 255, 0.15);
  text-align: left; }
  .modal .expandable-warning__desc h6 {
    margin: 0.5em 0;
    padding-right: 2em; }
  .modal .expandable-warning__desc p {
    font-size: 13px;
    font-size: 0.8125rem; }

.modal-keepUpdated h3 {
  background: url(/graphics/site/icon_big_keepUpdatedModal.png) 0 0 no-repeat;
  color: #fae161;
  padding: 0.375em 0 0.375em 4.5em; }

.modal-disclaimer {
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 37.5em), print {
    .modal-disclaimer {
      clear: both;
      padding: 0.75em 0 0; } }
  .modal-disclaimer a {
    color: #fae161;
    font-weight: bold; }

@media screen and (min-width: 55em), print {
  .modal-charts {
    width: 52.5em;
    margin: 0 0 0 -26.25em;
    left: 50%; } }

.modal-chart-header {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.75em 0 0;
  text-align: center; }
  .modal-chart-header span {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin: 0 0 0 0.2em; }

.modal-chart-generated {
  font-family: Georgia, serif;
  font-style: italic;
  color: #bbb;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.5em 0; }

.modal-chart-nav {
  background-color: #111;
  list-style: none;
  margin: 0.75em 0 0;
  overflow: hidden;
  padding: 0.375em 0.375em 0; }
  .modal-chart-nav li {
    margin: 0 0.5%;
    float: left; }
  .modal-chart-nav a {
    color: white;
    border-radius: 0.25em;
    display: block;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0.5em 0.875em 0.4em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
  .modal-chart-nav .current {
    background-color: #006da5; }

.modal-chart-metals a {
  background-color: #004468; }
  .modal-chart-metals a:hover {
    background-color: #006da5; }

@media screen and (min-width: 37.5em), print {
  .modal-chart-metals li {
    width: 24%; } }

.modal-chart-timespans a {
  background-color: #444;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase; }
  .modal-chart-timespans a:hover {
    background-color: #666; }

.modal-chart-timespans .current {
  background-color: #666; }

@media screen and (min-width: 37.5em), print {
  .modal-chart-timespans li {
    width: 19%; } }

.modal-video {
  max-width: 48.1875em; }
  @media screen and (min-width: 48.75em), print {
    .modal-video {
      margin: 0 0 0 -24.1em;
      left: 50%; } }
  .lt-ie8 .modal-video {
    max-width: 711px; }
  .modal-video video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0; }

.modal-video__video-wrapper {
  height: 0;
  padding: 0 0 56.25879044%;
  position: relative; }
  .lt-ie9 .modal-video__video-wrapper {
    margin: 0 0 2.5em; }

.modal-video-desc {
  padding: 1em 0 0; }
  @media screen and (min-width: 33.75em), print {
    .modal-video-desc {
      padding: 1em 1.5em 0; } }
  .modal-video-desc h3 {
    color: #fae161;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
    margin: 0; }
  .modal-video-desc p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0; }

.modal-shutdown {
  max-width: 24rem; }
  @media (min-width: 25.875em) {
    .modal-shutdown {
      margin: 0 0 0 -12em;
      left: 50%; } }

.modal-shutdown__title {
  margin: 0 0 1.25rem;
  color: #fae161;
  font-size: 21px;
  font-size: 1.3125rem; }
  @media (min-width: 25.875em) {
    .modal-shutdown__title {
      font-size: 24px;
      font-size: 1.5rem; } }

.modal-shutdown__phone {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 0; }
  .modal-shutdown__phone strong {
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    color: #7aabc4;
    position: relative;
    margin-top: 0.25rem;
    padding-left: 2.52rem; }
    .modal-shutdown__phone strong::before {
      content: "";
      display: block;
      background-image: url(/graphics/site/sprites.png);
      background-size: 800px 390px;
      background-position: -97px -98px;
      height: 30px;
      left: 0;
      top: 0.125rem;
      position: absolute;
      width: 30px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .modal-shutdown__phone strong::before {
          background-image: url(/graphics/site/sprites@2x.png); } }

.modal-open:focus {
  outline: 0.0625rem dotted #182e39;
  outline-offset: 0.25rem; }

.subpage-content h1,
.subpage-content h2,
.subpage-content h3 {
  color: #005581;
  font-weight: normal;
  line-height: 1.15;
  margin: 0.25em 0 0.5em; }

.subpage-content h1 {
  font-size: 24px;
  font-size: 1.5rem; }

.subpage-content h2 {
  font-size: 21px;
  font-size: 1.3125rem; }

.subpage-content h3 {
  font-size: 18px;
  font-size: 1.125rem; }

.subpage-content h4 {
  font-size: 16px;
  font-size: 1rem; }

.subpage-content h4,
.subpage-content h5,
.subpage-content h6 {
  margin: 0.25em 0 0.5em; }

.subpage-content h6 {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.subpage-content .subpage-title {
  font-size: 28px;
  font-size: 1.75rem; }

.subpage-content .header-section {
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin: 0 0 0.75em;
  color: #005581;
  padding: 1.375em 0 0.375em;
  text-transform: uppercase; }

.subpage-content .preheader {
  color: #6b98af;
  margin: 0.5em 0 -0.5em;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.1em; }

.subpage-content table {
  width: 100%; }

.subpage-content td {
  border-bottom: 1px solid #eee;
  padding: 0.375em 0.625em; }

.subpage-content th {
  background-color: #005581;
  color: white;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0.625em 1em 0.5em;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase; }
  .subpage-content th .requiredField {
    color: #fae161; }

.subpage-content blockquote {
  background-color: #f3f0e7;
  border-bottom: 0.25em solid #c2a821;
  margin: 0 0 1.25em;
  padding: 0.875em 1.25em 0.875em 3em;
  position: relative; }
  @media screen and (min-width: 48em), print {
    .subpage-content blockquote {
      width: 58.15603%; } }
  .subpage-content blockquote:before {
    content: "“";
    color: #005581;
    font-family: Georgia, serif;
    font-size: 60px;
    font-size: 3.75rem;
    position: absolute;
    left: 0.25em;
    top: -0.05em; }

.subpage-content ul {
  margin: 0;
  padding: 0 0 0.75em 1.25em; }
  .subpage-content ul li {
    list-style: none;
    background: url(/graphics/site/list_bullet.png) 3px 7px no-repeat;
    padding: 0 0 0.375em 1.25em; }

.subpage-content .list-feature li {
  padding: 0 0 0.125em 1.25em; }

.subpage-content .list-feature ul {
  padding: 0 0 0 1.25em; }

.subpage-content ol {
  margin: 0 0 0 1.25em;
  padding: 0 0 0.75em 1.25em; }
  .subpage-content ol li {
    padding: 0 0 0.375em 0; }

.subpage-content hr {
  border: none;
  display: block;
  background-color: #ccc; }

.subpage-content .contentImageRight,
.subpage-content .image-right {
  float: right;
  margin: 0 0 0.75em 1.25em;
  max-width: 40%; }

.subpage-content .contentImageLeft,
.subpage-content .image-left {
  float: left;
  margin: 0 1.25em 0.75em 0;
  max-width: 40%; }

.subpage-content .subtitle {
  color: #6b5d12;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
  text-transform: uppercase; }

.subpage-content .subtitle--important {
  color: #51460e;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0; }

.subpage-content .promo-banner-full {
  padding: 0 0 0.75em; }
  .subpage-content .promo-banner-full img {
    display: block;
    max-width: 100%; }

.subpage-content .promo-intro {
  font-size: 16px;
  font-size: 1rem; }

.privacy h2,
.privacy h3 {
  font-size: 1rem;
  color: #444;
  font-weight: bold;
  margin-bottom: 1rem; }

.privacy__inline {
  display: block;
  padding-bottom: 1rem; }
  .privacy__inline h5,
  .privacy__inline p {
    font-size: 1rem;
    display: inline;
    padding-bottom: none; }

.editor img {
  max-width: 100%; }

.image-large {
  margin: 0 -1.25em; }
  .image-large img {
    margin: 0 auto;
    display: block; }

@media screen and (min-width: 48em), print {
  .giant-image {
    display: none; } }

.subpage-title__pre {
  color: #646464;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  padding: 0;
  margin: 0 0 0.125em; }

.subpage-title__link {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -0.25em;
  margin: 0 0 0 0.375em; }

.subpage-title--visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.disclaimer-article {
  background-color: #eee;
  clear: both;
  color: #646464;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 0.75em;
  padding: 0.875em 1.25em; }

.button-article {
  padding: 0.75em 0 1.125em;
  text-align: center; }

.results th {
  border-bottom: 0.25em solid #ddd;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  padding: 0.375em 0.625em;
  text-align: left; }

.results td {
  border-bottom: 1px solid #eee;
  padding: 0.375em 0.625em; }

.results-numReturned {
  font-family: Georgia, serif;
  font-style: italic;
  color: #646464; }

.table-flatview thead {
  position: absolute;
  left: -999em;
  top: -999em;
  border: none; }
  @media screen and (min-width: 40em), print {
    .table-flatview thead {
      position: static; } }

.table-flatview tr {
  border-bottom: 1px solid #eee; }

.table-flatview td {
  display: block;
  border: none;
  padding: 0.125em 0 0 7.5em;
  position: relative; }
  @media screen and (min-width: 40em), print {
    .table-flatview td {
      display: table-cell;
      padding: 0.375em 0.625em; } }

.table-flatview td:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  content: attr(data-sideheader);
  padding: 0.5em 0 0;
  text-align: right;
  width: 9.25em; }
  @media screen and (min-width: 40em), print {
    .table-flatview td:before {
      display: none; } }

.table-condensed {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 2em; }
  .table-condensed th {
    padding: 0.6em 0.8em 0.4em; }
  .table-condensed td {
    padding-top: 0.5em;
    padding-bottom: 0.25em; }
  .table-condensed tr:nth-child(2n) td {
    background-color: #e6e4d9; }
  .table-condensed .table-condensed__row-summary td,
  .table-condensed .table-condensed__row-summary:nth-child(2n) td {
    background-color: #d0dfe7;
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }

.table-condensed__cell-positive {
  color: #61a12d;
  font-weight: bold; }

.table-condensed__cell-negative {
  color: #d4190c;
  font-weight: bold; }

blockquote.quote--withPortrait {
  overflow: hidden;
  padding: 0.875em 1.25em 0; }

.quote__says {
  font-family: Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  margin: 0 0 0.5em; }

.quote__by {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.5em; }

.highlight-text-box,
.cta-contactUs {
  border-top: 1px solid #68a0bc;
  border-bottom: 1px solid #68a0bc;
  background-color: #d0dfe7;
  margin: 0 0 0.75em;
  overflow: hidden;
  padding: 0.875em 1em 0.375em; }

.highlight-text-box {
  clear: both; }
  .highlight-text-box h3 {
    font-size: 1rem;
    color: #444;
    font-weight: bold;
    margin: 0.375rem 0 0.625rem; }

.highlight-text-box__cta {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 0 0.625em;
  text-align: center; }

.highlight-text-box__buttonwrapper {
  text-align: center;
  padding: 0 0 0.375em; }

.cta-requestRep {
  border: 1px solid #222;
  background-color: #222;
  background-image: -webkitlinear-gradient(top, #444 0%, #111 100%);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  border-radius: 0.25em;
  color: white;
  margin: 0 0 1.125em;
  overflow: hidden;
  padding: 1.25em;
  position: relative; }
  @media screen and (min-width: 48em), print {
    .cta-requestRep {
      background-image: url(/graphics/site/bg_contactrep_form.png), linear-gradient(to bottom, #444 0%, #111 100%);
      background-repeat: no-repeat;
      background-position: bottom -60px right -100px, 0 0; } }
  @media screen and (min-width: 66em), print {
    .cta-requestRep {
      background-position: bottom -60px right -20px, 0 0; } }
  .cta-requestRep.cta-requestRep--bottom {
    display: block; }
    @media screen and (min-width: 36em), print {
      .cta-requestRep.cta-requestRep--bottom {
        display: none; } }
  .cta-requestRep.cta-requestRep--beside {
    display: none; }
    @media screen and (min-width: 36em), print {
      .cta-requestRep.cta-requestRep--beside {
        width: 45%;
        margin-right: -2em;
        margin-left: 1em;
        margin-bottom: 1em;
        float: right;
        display: block; } }
    @media screen and (min-width: 48em), print {
      .cta-requestRep.cta-requestRep--beside {
        margin-right: -2.5em;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 53%; } }
    @media screen and (min-width: 60em), print {
      .cta-requestRep.cta-requestRep--beside {
        width: 42%;
        margin-right: -2.25em; } }
  .cta-requestRep.no-extra {
    padding: 1.25em 1.25em 0.75em; }
    @media screen and (min-width: 48em), print {
      .cta-requestRep.no-extra {
        background-position: bottom 20px left -100px, 0 0; } }
    @media screen and (min-width: 66em), print {
      .cta-requestRep.no-extra {
        background-position: bottom 20px left -20px, 0 0; } }

.cta-request-header .cta-request-header__title {
  color: #c5e7f8;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: 1.15;
  margin: 0 0 0.1em; }

.cta-request-header h6 {
  color: white;
  margin: 0 0 1.125em;
  font-weight: normal; }

@media screen and (min-width: 32em), print {
  .no-extra .cta-request-header {
    float: left;
    width: 50%; } }

.cta-requestRep-extra a {
  color: #fae161; }
  .cta-requestRep-extra a:hover {
    color: #fcea92; }

@media screen and (min-width: 32em), print {
  .cta-requestRep-extra {
    float: right;
    width: 50%; } }

@media screen and (min-width: 32em), print {
  .cta-request-form {
    float: left;
    width: 45%;
    padding: 0 5% 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15); } }

@media screen and (min-width: 32em), print {
  .cta-requestRep--beside .cta-request-form {
    float: none;
    width: auto;
    padding: 0;
    border-right: none; } }

@media screen and (min-width: 32em), print {
  .no-extra .cta-request-form {
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    float: right;
    padding: 0.625em 0.625em 0.625em 1.875em; } }

.lt-ie8 .no-extra .cta-request-form {
  padding: 0 5% 0 0;
  width: 40%; }

.cta-request-form fieldset {
  padding: 0 0 1.125em; }

.cta-request-form input[type="text"] {
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5em;
  width: 100%;
  max-width: 100%; }

.cta-request-form label {
  color: #fae161;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 0 0.625em 0.625em;
  text-transform: uppercase; }

.cta-request-form .cta-request-form__checkbox {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0.5em 0 1em;
  padding: 0.625em; }
  .cta-request-form .cta-request-form__checkbox input {
    display: inline-block;
    margin-right: 0.25em;
    position: relative;
    top: -0.125em; }
  .cta-request-form .cta-request-form__checkbox label {
    color: white;
    display: inline;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0;
    text-transform: none;
    font-size: 13px;
    font-size: 0.8125rem; }

.cta-request-form .cta-request-form__acknowledgement {
  font-style: italic;
  padding: 0 1em 1em;
  margin-top: 0;
  border-top: none; }

.cta-request-form .row-submit {
  text-align: center; }

.cta-request-form .privacy {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding: 0.875em 0.625em 0; }
  .cta-request-form .privacy a {
    color: #c2a821; }

.cta-request-form .cta-request__minnesota {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #c2a821;
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  margin-top: 1.5em;
  padding: 0.875em 0.625em 0; }

.subpage .newsletter-list {
  padding: 0; }
  .subpage .newsletter-list li {
    background: none;
    border-top: 1px solid #eee;
    padding: 0.75em 0 1.125em 100px;
    position: relative; }
  .subpage .newsletter-list img {
    left: 1.25em;
    position: absolute;
    top: 10px; }
  .subpage .newsletter-list h4 {
    margin: 0; }

.link--iras {
  background-image: url(/graphics/site/icon_link_arrows.png);
  background-size: 29px 19px;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  padding: 0 0 0 3.25em;
  margin-bottom: 1.25em;
  text-transform: uppercase;
  text-decoration: none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .link--iras {
      background-image: url(/graphics/site/icon_link_arrows@2x.png); } }
  .link--iras:hover {
    text-decoration: underline; }
  .link--iras strong {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem; }

.share-controls a {
  display: inline-block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  position: relative;
  top: 8px; }

.share-controls__fb {
  background: url(/graphics/site/icons_news-share.png) 0 -222px no-repeat; }

.share-controls__tw {
  background: url(/graphics/site/icons_news-share.png) 0 0 no-repeat; }

.share-controls__gplus {
  background: url(/graphics/site/icons_news-share.png) 0 -74px no-repeat; }

.share-controls__li {
  background: url(/graphics/site/icons_news-share.png) 0 -148px no-repeat; }

.sponsor-list {
  list-style: none;
  margin: 0;
  padding: 1.25em 1em 1.5em;
  text-align: center; }
  @media screen and (min-width: 32em), print {
    .sponsor-list {
      margin: -0.75em 0 0;
      padding: 2em 1em 1.5em; } }
  @media print {
    .sponsor-list {
      display: none; } }
  .subpage-content .sponsor-list {
    margin: 0 0 1.5em;
    padding: 1.25em 0 0; }
    .subpage-content .sponsor-list li {
      background-image: none;
      padding: 0; }
  .sponsor-list a {
    margin: 0 auto 1.5em !important; }
    .sponsor-list a:focus {
      outline-offset: 0.375rem; }
  .sponsor-list li {
    margin-bottom: 1em; }
    @media screen and (min-width: 32em), print {
      .sponsor-list li {
        vertical-align: top;
        display: inline-block;
        margin: 0 0.625em 0.75em; } }

.sponsor-list__bbb {
  display: block;
  width: 130px;
  height: 76px;
  margin: 0 auto 1em;
  background: none;
  text-indent: 0;
  border: 2px solid #005581; }
  .sponsor-list__bbb a {
    display: block;
    text-indent: -9999px;
    height: 76px;
    transition: opacity 0.2s ease;
    background-image: url(/graphics/site/sponsor_list_bbb.png);
    background-size: 130px 76px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .sponsor-list__bbb a {
        background-image: url(/graphics/site/sponsor_list_bbb@2x.png); } }
    .sponsor-list__bbb a:hover {
      opacity: 0.7; }

.fine-print {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #646464; }

.fine-print--centered {
  text-align: center; }

.search-results__for {
  font-style: italic;
  margin-bottom: 1rem; }

.search-results__form {
  background-color: #e5e9ea;
  margin-bottom: 1.25rem;
  padding: 1rem; }
  @media screen and (min-width: 48em), print {
    .search-results__form {
      padding: 0.625rem 1.25rem;
      text-align: center; } }
  .search-results__form label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.15rem;
    margin-right: 0.15rem; }
    @media screen and (min-width: 48em), print {
      .search-results__form label {
        display: inline; } }
  .search-results__form input {
    vertical-align: middle; }
  .search-results__form [type="text"] {
    font-size: 16px;
    font-size: 1rem;
    height: 2.375rem; }
  .search-results__form [type="submit"] {
    height: 2.375rem;
    padding: 0.625rem; }

ul.search-results__list {
  padding: 0; }
  ul.search-results__list .search-results__item {
    border-top: 1px solid #e6e4d9;
    background: none;
    padding: 1rem; }
    @media screen and (min-width: 48em), print {
      ul.search-results__list .search-results__item {
        padding: 1rem 1.25rem 1.25rem; } }
  ul.search-results__list .search-results__type {
    color: #646464;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    text-transform: uppercase; }
  ul.search-results__list .search-results__blurb {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    padding-bottom: 0; }

.chart-center-custom {
  display: none; }

.chart-generated {
  color: #aaa;
  font-size: 11px;
  font-size: 0.6875rem;
  margin: -3.25em 1.125em 4.5em;
  text-transform: uppercase;
  text-align: center; }

.subpage .chart-center-title {
  background-color: #005581;
  color: white;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.15em;
  margin: 0;
  padding: 0.625em 0.875em;
  text-transform: uppercase; }

.chart-center-chartDesc {
  border-top: 1px solid #005581;
  clear: both;
  padding: 0.75em 0.625em;
  text-align: center; }

.chart-center .chart-container {
  padding: 0 0.625em 3em; }
  .chart-center .chart-container .chart {
    width: 100%;
    height: 12.5em; }

ul.testimonials {
  padding: 0; }
  @media screen and (min-width: 48em), print {
    ul.testimonials {
      width: 100%; } }
  ul.testimonials li {
    background: none;
    padding: 0 0 1.25em; }

@media screen and (min-width: 48em), print {
  .testimonials blockquote {
    width: 100%; } }

.testimonials-author {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase; }

.trustpilot-widget__wrapper {
  border-top: 1px solid #e6e4d9;
  border-bottom: 1px solid #e6e4d9;
  padding: 1em 0 1.25em;
  margin-bottom: 1.5em; }

.testimonials-trust {
  position: relative;
  min-height: 60px;
  margin-bottom: 1em; }
  @media screen and (min-width: 36em), print {
    .testimonials-trust {
      display: flex;
      align-items: center; } }

.testimonials-trust__logo {
  background-image: url(/graphics/site/sprites_customerreview_trustlogos.png?v=20210622);
  background-size: 220px 220px;
  width: 188px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  transition: 0.2s ease all; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .testimonials-trust__logo {
      background-image: url(/graphics/site/sprites_customerreview_trustlogos@2x.png?v=20210622); } }
  .testimonials-trust__logo:hover {
    opacity: 0.7; }
  @media screen and (min-width: 36em), print {
    .testimonials-trust__logo {
      margin: 0;
      flex: 0 0 188px; } }
  .testimonials-trust__logo:focus-within::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    outline: thin dotted #005581;
    transform: scale(1, 1.25); }
  .testimonials-trust__logo a {
    display: block;
    height: 90px;
    text-indent: -9999px;
    position: relative;
    z-index: 1; }
    .testimonials-trust__logo a:focus {
      outline: none; }

.testimonials-trust__logo--bbb {
  background-position: 10px -327px;
  height: auto; }

.testimonials-trust__logo--bca {
  background-position: 9px -265px;
  height: 50px; }

.testimonials-trust__logo--trustpilot {
  background-position: 10px -5px;
  height: 40px; }

.testimonials-trust__desc {
  font-style: italic;
  padding-top: 0.25em;
  text-align: center; }
  @media screen and (min-width: 36em), print {
    .testimonials-trust__desc {
      padding: 0 0 0 1.5em;
      text-align: left; } }

ul.faq-list {
  padding: 0 0 1.5em; }
  ul.faq-list li {
    background: none;
    padding: 0; }

.faq-list__instructions {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -0.375em; }

.faq__question {
  border-top: 1px solid #e6e4d9;
  background-image: url(/graphics/site/icon_faq_question.png);
  background-size: 25px 25px;
  background-position: 8px 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1.25;
  text-align: left;
  padding: 1.25em 0.25em 0.55em 2.25em;
  position: relative;
  width: 100%; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .faq__question {
      background-image: url(/graphics/site/icon_faq_question@2x.png); } }

.faq__question--link {
  padding-top: 0.625em;
  background-position: 8px 8px;
  color: #646464;
  font-weight: normal;
  font-style: italic; }
  .faq__question--link:hover {
    background-color: rgba(0, 85, 129, 0.15); }

.faq__answer {
  padding: 0.25em 0.25em 0.25em 1.25em;
  border-left: 3px solid #d0dfe7;
  margin: 0.625em 0 1.75em 1.25em; }
  .faq__answer p:last-child {
    padding-bottom: 0; }
  .js .faq__answer.is-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .faq__answer.is-showing {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: faqAnswerSlide;
            animation-name: faqAnswerSlide; }

@-webkit-keyframes faqAnswerSlide {
  0% {
    opacity: 0;
    transform: translate3d(-2.5rem, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes faqAnswerSlide {
  0% {
    opacity: 0;
    transform: translate3d(-2.5rem, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.faq__inline-answer {
  padding: 0.625em 0.25em 1em 2.5em;
  position: relative; }
  .faq__inline-answer h6 {
    color: #005581;
    font-style: normal;
    margin: 0;
    font-size: 16px;
    font-size: 1rem; }

.faq__inline-answer-photo {
  float: left;
  width: 4.5em;
  margin: 0 1em 0.5em -1.9em;
  border-radius: 5em; }

.subpage-content .subtitle--faq {
  font-size: 14px;
  font-size: 0.875rem;
  color: #005581;
  padding: 2em 0 0.5em;
  margin: 0; }

.searchForm.searchForm--faq {
  border-top: 1px solid #e6e4d9;
  background-color: white;
  padding: 1em 1em 1em 2.625em; }
  @media screen and (min-width: 60em), print {
    .searchForm.searchForm--faq {
      padding: 1em 0; } }
  .searchForm.searchForm--faq label {
    display: block; }
    @media screen and (min-width: 60em), print {
      .searchForm.searchForm--faq label {
        display: inline-block;
        width: 9em;
        text-align: right; } }
  .searchForm.searchForm--faq input[type="text"] {
    padding: 0.425em 0.5em 0.225em;
    position: relative;
    top: 0.05em;
    width: 50%; }
  .searchForm.searchForm--faq .errors {
    background-color: #a41309;
    padding: 0.75em 1.25em 0.5em;
    color: white;
    border-radius: 0.375em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 1em; }
    .searchForm.searchForm--faq .errors p {
      padding-bottom: 0.25em; }

.faq__search-term {
  border-top: 1px solid #e6e4d9;
  background-color: #c5dadf;
  padding: 1em 1em 0.875em 2.625em; }

.faq__search-highlight {
  background-color: #c5dadf; }

.askscott .note {
  color: #646464;
  font-family: Georgia, serif;
  font-style: italic; }

.askscott .editor {
  zoom: 1; }
  .askscott .editor:before, .askscott .editor:after {
    content: "";
    display: table; }
  .askscott .editor:after {
    clear: both; }

.editor .askscott__photo {
  max-width: 40%;
  float: right;
  margin: 0 0 1.25em 1.25em;
  border-radius: 0.375em; }
  @media screen and (min-width: 24em), print {
    .editor .askscott__photo {
      max-width: 11em; } }

.searchForm.searchForm--askscott {
  padding: 1em 0 1.75em; }
  .searchForm.searchForm--askscott label {
    margin-bottom: 0.25em; }
  .searchForm.searchForm--askscott textarea {
    margin-bottom: 0.5em;
    height: 4.875em; }
    @media screen and (min-width: 60em), print {
      .searchForm.searchForm--askscott textarea {
        width: 50%;
        margin-right: 0.425em; } }

.subtitle--faq__search-link {
  position: relative;
  top: -0.7em;
  float: right;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none; }
  .subtitle--faq__search-link:hover {
    text-decoration: underline; }
  .subtitle--faq__search-link:after {
    content: "";
    display: inline-block;
    background-image: url(/graphics/site/askscott_search.png);
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    position: relative;
    margin-left: 0.2em;
    top: 0.125em; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .subtitle--faq__search-link:after {
        background-image: url(/graphics/site/askscott_search@2x.png); } }

.encyclopedia-coin {
  padding: 0 0 0.75em; }
  @media screen and (min-width: 54em), print {
    .encyclopedia-coin {
      float: left;
      margin: 0 2.12766% 0 0;
      width: 21.2766%; } }
  @media screen and (min-width: 54em), print {
    .encyclopedia-coin img {
      display: block;
      max-width: 100%; } }

.encyclopedia-details {
  background-color: #f3f0e7;
  padding: 0.75em 1.25em; }
  @media screen and (min-width: 54em), print {
    .encyclopedia-details {
      float: right;
      margin: 0 0 1.25em;
      padding: 0.75em 2.12766% 0;
      width: 24.11348%; } }
  .encyclopedia-details dd {
    color: #aaa;
    margin: 0;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 0.15em; }
  .encyclopedia-details dt {
    margin: 0 0 0.75em; }

.encyclopedia-desc {
  margin: 0 0 1.25em; }
  @media screen and (min-width: 54em), print {
    .encyclopedia-desc {
      float: left;
      width: 48.22695%; } }

.coin-gallery-type {
  background: url("/graphics/site/bg_coingallery_typeheader.gif") bottom left repeat-x;
  padding: 0.75em 0 0;
  margin: 0 0 1.25em; }

.coin-gallery-type h4 {
  background-color: #6b5d12;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0.5em 0.75em;
  letter-spacing: 0.15em;
  color: white;
  display: inline-block;
  font-family: Georgia, serif;
  font-style: italic; }

h6.coin-gallery-series {
  background: url("/graphics/site/hr_coingallery_dots.gif") bottom left repeat-x;
  color: #666;
  font-family: Georgia, serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 0.75em;
  padding: 0 0.75em 0.5em; }

.subpage-content .coin-gallery-list {
  padding: 0;
  overflow: hidden; }

ul.coin-gallery-list li {
  background-image: none;
  float: left;
  width: 50%;
  padding: 0 0.625em 2em;
  text-align: center; }
  @media screen and (min-width: 54em), print {
    ul.coin-gallery-list li {
      width: 25%; } }
  ul.coin-gallery-list li:nth-child(2n + 1) {
    clear: left; }
    @media screen and (min-width: 54em), print {
      ul.coin-gallery-list li:nth-child(2n + 1) {
        clear: none; } }
  @media screen and (min-width: 54em), print {
    ul.coin-gallery-list li:nth-child(4n + 1) {
      clear: left; } }
  .lt-ie8 ul.coin-gallery-list li {
    width: 22%; }

.coin-gallery-image {
  display: block;
  max-width: 8em;
  margin: 0 auto 0.75em; }

h5.coin-gallery-name {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 0.375em;
  min-height: 2em; }

.coin-gallery-desc {
  min-height: 1.5em;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.3;
  text-align: left; }

.coin-gallery-more {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em; }

a.coin-gallery-more:visited {
  color: white; }

@media screen and (min-width: 48em), print {
  .main.ld-main.move-down {
    padding-top: 1em; } }

@media screen and (min-width: 60em), print {
  .main.ld-main.move-down {
    padding-top: 1.25em; } }

.ld-top {
  margin: 0 auto;
  max-width: 54em;
  padding: 0.625em 0.625em 1em; }
  @media screen and (min-width: 36em), print {
    .ld-top {
      padding: 0 0 1.25em; } }
  @media screen and (min-width: 60em), print {
    .ld-top {
      padding: 0.625em 0 1em; } }

.ld-top__inner {
  background-color: #182e39;
  border-radius: 0.5em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0.625em 0.5em 1em; }
  @media screen and (min-width: 48em), print {
    .ld-top__inner {
      display: flex;
      padding: 0.625em 1.5em;
      justify-content: space-between; } }

@media screen and (min-width: 48em), print {
  .ld-top__logo {
    padding-top: 0.2em;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 2em; } }

.ld-top__logo h2 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0; }
  .ld-top__logo h2 a {
    text-indent: -9999px;
    background-image: url(/graphics/site/sprites_local.png?v=20180103);
    background-size: 280px 380px;
    display: block;
    width: 285px;
    margin: 0 auto 0.25em;
    height: 60px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .ld-top__logo h2 a {
        background-image: url(/graphics/site/sprites_local@2x.png?v=20180103); } }

.ld-top__logo-tagline {
  color: white;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase; }

.ld-top__20years {
  display: none; }
  @media screen and (min-width: 48em), print {
    .ld-top__20years {
      display: block;
      text-indent: -9999px;
      background-image: url(/graphics/site/sprites_local.png?v=20180103);
      background-size: 280px 380px;
      width: 220px;
      background-position: 0 -65px;
      height: 90px; } }
  @media screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.5), print and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 48em) and (min-device-pixel-ratio: 1.5), print and (min-device-pixel-ratio: 1.5), screen and (min-width: 48em) and (min-resolution: 144dpi), print and (min-resolution: 144dpi), screen and (min-width: 48em) and (min-resolution: 1.5dppx), print and (min-resolution: 1.5dppx) {
    .ld-top__20years {
      background-image: url(/graphics/site/sprites_local@2x.png?v=20180103); } }

.ld-top__consumer {
  display: none; }
  @media screen and (min-width: 48em), print {
    .ld-top__consumer {
      display: block;
      overflow: hidden;
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      padding-left: 2.25em;
      margin-left: 0; } }

.ld-top__consumer-ca,
.ld-top__consumer-transactions {
  float: left;
  text-indent: -9999px;
  background-image: url(/graphics/site/sprites_local.png?v=20180103);
  background-size: 280px 380px;
  width: 90px;
  background-position: -10px -171px;
  height: 90px; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .ld-top__consumer-ca,
    .ld-top__consumer-transactions {
      background-image: url(/graphics/site/sprites_local@2x.png?v=20180103); } }

.ld-top__consumer-transactions {
  background-position: -10px -281px;
  margin-left: 1em;
  margin-right: 0.25em; }

.ld-call {
  text-align: center;
  margin: 0.25rem auto 1rem;
  max-width: 40rem; }
  .ld-call::before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: 0.625rem; }

.ld-call__inner {
  background-color: #e5e9ea;
  display: inline-block;
  padding: 0 0.875rem 0 2.75rem;
  position: relative; }
  .ld-call__inner::before {
    content: "";
    display: block;
    background-image: url(/graphics/site/sprites.png);
    background-size: 800px 390px;
    background-position: -97px -98px;
    height: 30px;
    left: 0.5rem;
    top: -0.425em;
    position: absolute;
    width: 30px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .ld-call__inner::before {
        background-image: url(/graphics/site/sprites@2x.png); } }

.ld-back {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-left: 21px;
  margin: 1em 0 0; }
  .ld-back:hover {
    text-decoration: underline; }
  .ld-back::before {
    background-image: url(/graphics/site/learningcenter/sprites.png);
    background-size: 150px 200px;
    background-color: #005581;
    background-position: 3px 3px;
    border-radius: 10em;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .ld-back::before {
        background-image: url(/graphics/site/learningcenter/sprites@2x.png); } }

@media screen and (min-width: 60em), print {
  .subpage-content .ld-title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-top: 0.125em; } }

.subpage-content .ld-locale-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e6e4d9;
  padding-bottom: 0.375em;
  margin: 1em 0; }

.subpage-content .ld-locale-list {
  padding: 0; }
  .subpage-content .ld-locale-list li {
    background-image: none;
    padding: 0 0 0.25em;
    font-size: 21px;
    font-size: 1.3125rem; }

.subpage-content .ld-pretext {
  padding-bottom: 1em;
  font-size: 18px;
  font-size: 1.125rem; }
  .subpage-content .ld-pretext p:last-child {
    padding-bottom: 0; }

.subpage-content .ld-form-jump {
  margin-bottom: 2em;
  text-align: center; }
  @media screen and (min-width: 48em), print {
    .subpage-content .ld-form-jump {
      display: none; } }
  .subpage-content .ld-form-jump .button {
    padding: 0.625em 0.625em 0.625em 3.5em;
    text-align: left; }
    .subpage-content .ld-form-jump .button::before {
      background-image: url(/graphics/site/learningcenter/sprites.png);
      background-size: 150px 200px;
      background-color: #182e39;
      background-position: 7px 7px;
      border-radius: 10em;
      content: "";
      display: block;
      height: 24px;
      position: absolute;
      transform: rotate(-90deg);
      top: 50%;
      margin-top: -12px;
      left: 10px;
      width: 24px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .subpage-content .ld-form-jump .button::before {
          background-image: url(/graphics/site/learningcenter/sprites@2x.png); } }
    .subpage-content .ld-form-jump .button::after {
      content: "";
      position: absolute;
      top: 0;
      height: 100%;
      left: 2.75em;
      width: 1px;
      opacity: 0.3;
      background-color: white; }

.ld-offer.offer-major {
  margin-top: 1.25em; }
  @media screen and (min-width: 48em), print {
    .ld-offer.offer-major {
      position: absolute;
      right: -1em;
      top: 0.5em;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33); } }
  @media screen and (min-width: 56em), print {
    .ld-offer.offer-major {
      border-top-right-radius: 0.375em;
      border-bottom-right-radius: 0.375em; } }

.ld-offer__call {
  text-align: center; }

.ld-offer__call-inner {
  display: inline-block;
  position: relative;
  background-color: #005581;
  text-align: left;
  margin-bottom: 1.25em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 1em 1em 0.75em 4em;
  border-radius: 0.5em;
  line-height: 1; }
  .ld-offer__call-inner::before {
    content: "";
    display: block;
    background-position: -429px -116px;
    height: 40px;
    width: 40px;
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    left: 0.875em;
    top: 50%;
    margin-top: -20px;
    position: absolute; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .ld-offer__call-inner::before {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
  .ld-offer__call-inner span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0.25em; }
  .ld-offer__call-inner strong {
    display: block;
    font-size: 20px;
    font-size: 1.25rem; }
  .ld-offer__call-inner a {
    color: #f0f4a8; }

.ld-offer__coupon {
  margin: 1.5em 0 1em;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 1;
  padding: 1.5em 0.5em 1.375em;
  background: url(/graphics/site/local_coupon_bg.png) 55% 30% no-repeat;
  position: relative; }
  .ld-offer__coupon::before {
    content: "";
    display: block;
    background-image: url(/graphics/site/sprites_local.png?v=20180103);
    background-size: 280px 380px;
    width: 46px;
    position: absolute;
    top: -20px;
    background-position: -179px -179px;
    height: 32px;
    left: 0; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .ld-offer__coupon::before {
        background-image: url(/graphics/site/sprites_local@2x.png?v=20180103); } }

.ld-offer__coupon-text-1 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.1em; }

.ld-offer__coupon-text-2 {
  color: #f0f4a8;
  font-weight: bold;
  margin-bottom: 0.2em;
  font-size: 36px;
  font-size: 2.25rem; }

.ld-offer__coupon-text-3 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-size: 0.75rem; }

@media screen and (min-width: 48em), print {
  .subpage-content.subpage-content--ld-form {
    min-height: 56.5em;
    padding-right: 22em;
    position: relative; } }

.ld-map {
  position: relative; }
  @media screen and (min-width: 68em), print {
    .ld-map {
      margin: -1em -9em;
      left: -12px; } }
  .ld-map ul {
    padding: 0; }

.ld-state-svg {
  display: none; }
  @media screen and (min-width: 68em), print {
    .ld-state-svg {
      display: block;
      height: 695px; } }

.ld-map__list {
  list-style: none;
  -moz-columns: 2;
       columns: 2; }
  @media screen and (min-width: 42em), print {
    .ld-map__list {
      -moz-columns: 3;
           columns: 3; } }
  @media screen and (min-width: 68em), print {
    .ld-map__list {
      -moz-columns: 1;
           columns: 1;
      position: absolute;
      top: 0;
      left: 0; } }
  .ld-map__list .ld-map-item {
    display: inline-block;
    width: 100%;
    padding: 0 0 0.625em;
    background: none; }
    @media screen and (min-width: 68em), print {
      .ld-map__list .ld-map-item {
        position: absolute; } }
    .ld-map__list .ld-map-item.ld-map-item--blank-stores {
      padding-bottom: 1.825em; }

.ld-map-item__link {
  text-decoration: none; }
  @media screen and (min-width: 68em), print {
    .ld-map-item__link {
      background-color: #182e39;
      transition: background-color 0.2s ease;
      color: white;
      display: block;
      width: 2.875em;
      padding: 0.625em 0;
      border-radius: 6px;
      line-height: 1;
      text-align: center;
      box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.33); } }
  @media screen and (min-width: 68em), print {
    .ld-map-item__link:hover {
      background-color: #005581; } }

.ld-map-item__abbr {
  display: none; }
  @media screen and (min-width: 68em), print {
    .ld-map-item__abbr {
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold;
      padding-bottom: 0.2em; } }

.ld-map-item__name {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2; }
  @media screen and (min-width: 68em), print {
    .ld-map-item__name {
      display: none; } }
  .ld-map-item__link:hover .ld-map-item__name {
    text-decoration: underline; }

.ld-map-item__count {
  color: #646464;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em; }
  @media screen and (min-width: 68em), print {
    .ld-map-item__count {
      color: #fae161; } }
  .ld-map-item__count::after {
    content: " Stores";
    display: inline;
    text-transform: uppercase; }
    @media screen and (min-width: 68em), print {
      .ld-map-item__count::after {
        display: none; } }
    .ld-map-item--one-store .ld-map-item__count::after {
      content: " Store"; }

.ld-map-item--AL {
  left: 747px;
  top: 440px; }

.ld-map-item--AK {
  left: 90px;
  top: 577px; }

.ld-map-item--AZ {
  left: 220px;
  top: 402px; }

.ld-map-item--AR {
  left: 625px;
  top: 400px; }

.ld-map-item--CA {
  left: 76px;
  top: 308px; }

.ld-map-item--CO {
  left: 354px;
  top: 296px; }

.ld-map-item--CT {
  left: 980px;
  top: 181px; }

.ld-map-item--DE {
  left: 974px;
  top: 242px; }

.ld-map-item--DC {
  left: 922px;
  top: 248px; }

.ld-map-item--FL {
  left: 868px;
  top: 521px; }

.ld-map-item--GA {
  left: 808px;
  top: 427px; }

.ld-map-item--HI {
  left: 310px;
  top: 590px; }

.ld-map-item--ID {
  left: 206px;
  top: 145px; }

.ld-map-item--IL {
  left: 673px;
  top: 256px; }

.ld-map-item--IN {
  left: 734px;
  top: 233px; }

.ld-map-item--IA {
  left: 587px;
  top: 218px; }

.ld-map-item--KS {
  left: 494px;
  top: 312px; }

.ld-map-item--KY {
  left: 762px;
  top: 296px; }

.ld-map-item--LA {
  left: 633px;
  top: 490px; }

.ld-map-item--MA {
  left: 945px;
  top: 122px; }

.ld-map-item--MD {
  left: 870px;
  top: 253px; }

.ld-map-item--ME {
  left: 1010px;
  top: 10px; }

.ld-map-item--MI {
  left: 749px;
  top: 160px; }

.ld-map-item--MN {
  left: 563px;
  top: 115px; }

.ld-map-item--MO {
  left: 608px;
  top: 310px; }

.ld-map-item--MS {
  left: 683px;
  top: 449px; }

.ld-map-item--MT {
  left: 298px;
  top: 88px; }

.ld-map-item--NC {
  left: 845px;
  top: 342px; }

.ld-map-item--ND {
  left: 457px;
  top: 85px; }

.ld-map-item--NE {
  left: 467px;
  top: 238px; }

.ld-map-item--NH {
  left: 995px;
  top: 80px; }

.ld-map-item--NJ {
  left: 928px;
  top: 185px; }

.ld-map-item--NM {
  left: 337px;
  top: 412px; }

.ld-map-item--NV {
  left: 136px;
  top: 255px; }

.ld-map-item--NY {
  left: 893px;
  top: 125px; }

.ld-map-item--OH {
  left: 795px;
  top: 216px; }

.ld-map-item--OK {
  left: 520px;
  top: 390px; }

.ld-map-item--OR {
  left: 90px;
  top: 128px; }

.ld-map-item--PA {
  left: 875px;
  top: 188px; }

.ld-map-item--RI {
  left: 1030px;
  top: 165px; }

.ld-map-item--SC {
  left: 864px;
  top: 405px; }

.ld-map-item--SD {
  left: 462px;
  top: 162px; }

.ld-map-item--TN {
  left: 748px;
  top: 358px; }

.ld-map-item--TX {
  left: 482px;
  top: 488px; }

.ld-map-item--UT {
  left: 237px;
  top: 275px; }

.ld-map-item--VA {
  left: 902px;
  top: 311px; }

.ld-map-item--VT {
  left: 936px;
  top: 58px; }

.ld-map-item--WA {
  left: 119px;
  top: 46px; }

.ld-map-item--WI {
  left: 643px;
  top: 151px; }

.ld-map-item--WV {
  left: 816px;
  top: 279px; }

.ld-map-item--WY {
  left: 323px;
  top: 191px; }

.subpage-content--rep {
  position: relative; }

@media screen and (min-width: 54em), print {
  .subpage-content--rep .subpage-title {
    padding-right: 12.5em; } }

.rep__contact {
  padding-bottom: 1.25em; }
  @media screen and (min-width: 54em), print {
    .rep__contact {
      position: absolute;
      right: 0;
      top: 0.375em;
      padding: 1.5em 2.25em 0 8.5em; } }
  .rep__contact h6 {
    border-bottom: 1px solid #e6e4d9;
    color: #646464;
    font-weight: bold;
    font-style: normal;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em; }
    @media screen and (min-width: 54em), print {
      .rep__contact h6 {
        border-bottom: none;
        border-right: 1px solid #e6e4d9;
        position: absolute;
        top: 2em;
        left: 0;
        padding: 1em 1em 1em 0; } }
  .rep__contact .rep__email {
    font-size: 14px;
    font-size: 0.875rem; }
  .rep__contact .rep__email,
  .rep__contact .rep__phone {
    font-weight: bold; }

@media screen and (min-width: 54em), print {
  .rep__contact--single-way {
    top: 0.875em; } }

@media screen and (min-width: 54em), print {
  .rep__contact--single-way h6 {
    padding: 0.25em 1em 0.25em 0; } }

.rep__bio {
  border-top: 2px solid #68a0bc;
  background-color: #d0dfe7;
  margin-bottom: 2em;
  min-height: 9.5em;
  padding: 1em;
  position: relative; }
  @media screen and (min-width: 30em), print {
    .rep__bio {
      padding-left: 9.625em; } }
  .rep__bio p:last-of-type {
    padding-bottom: 0; }

@media screen and (min-width: 30em), print {
  .rep__bio--no-photo {
    padding-left: 1em; } }

.rep__photo {
  float: left;
  margin: 0 0.625em 0.625em 0;
  width: 6.25em;
  border: 2px solid white; }
  @media screen and (min-width: 30em), print {
    .rep__photo {
      position: absolute;
      left: 1em;
      top: 1em;
      width: 7.5em; } }
  .rep__photo img {
    max-width: 100%; }

.subpage-content--rep .rep__testimonials {
  padding-bottom: 0.75em; }
  .subpage-content--rep .rep__testimonials h6 {
    border-bottom: 1px solid #68a0bc;
    color: #646464;
    font-weight: bold;
    font-style: normal;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-left: 1.375em;
    padding-bottom: 0.875em;
    margin-bottom: 0.375em; }
  .subpage-content--rep .rep__testimonials ul {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 48em), print {
      .subpage-content--rep .rep__testimonials ul {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 1.875em;
        column-gap: 1.875em; } }
  .subpage-content--rep .rep__testimonials li {
    border-bottom: 1px solid #e6e4d9;
    background: none;
    display: inline-block;
    padding: 0.75em 0 0.75em 3.5em;
    position: relative;
    width: 100%; }
    .subpage-content--rep .rep__testimonials li:before {
      content: '“';
      font-family: Georgia, serif;
      color: #005581;
      font-size: 60px;
      font-size: 3.75rem;
      position: absolute;
      left: 0.25em;
      top: -0.125em; }

.rep__testimonial-from {
  color: #005581;
  font-style: italic;
  text-align: right; }

.subpage .video-list {
  margin: 0;
  overflow: hidden;
  padding: 0.75em 0 1.875em; }
  .subpage .video-list li {
    background: none;
    border-radius: 0.5em;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto 0.75em;
    max-width: 233px;
    padding: 0; }
    @media screen and (min-width: 24em), print {
      .subpage .video-list li {
        float: left;
        margin: 0 5% 1.5em;
        width: 40%; } }
    @media screen and (min-width: 36em), print {
      .subpage .video-list li {
        float: left;
        margin: 0 1.6% 1.5em;
        width: 30%; } }
    .subpage .video-list li img {
      border-top-left-radius: 0.5em;
      border-top-right-radius: 0.5em;
      max-width: 100%; }
    @media screen and (min-width: 24em), print {
      .subpage .video-list li:nth-child(2n + 1) {
        clear: left; } }
    @media screen and (min-width: 36em), print {
      .subpage .video-list li:nth-child(2n + 1) {
        clear: none; } }
    @media screen and (min-width: 36em), print {
      .subpage .video-list li:nth-child(3n + 1) {
        clear: left; } }
  .subpage .video-list a {
    text-decoration: none; }
    .subpage .video-list a:hover {
      opacity: 0.8; }

.video-list-name {
  background-color: #005581;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  color: white;
  font-weight: bold;
  padding: 0.5em 0.625em;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }

.video-play {
  background-color: #222;
  color: white;
  margin: 0 -1.875em;
  padding: 0.75em 0.625em 1.125em;
  text-align: center;
  position: relative;
  z-index: 0; }
  @media screen and (min-width: 36em), print {
    .video-play {
      padding: 0.625em;
      margin: 0 -0.625em; } }

.video-play-video {
  height: 0;
  margin: 0 0 0.75em;
  padding: 0 0 56.25879044%;
  position: relative; }
  .lt-ie9 .video-play-video {
    margin: 0 0 3em; }
  .video-play-video img,
  .video-play-video video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0; }

.video-play-desc {
  padding: 0 1.25em;
  position: relative; }
  .video-play-desc a {
    color: #fae161; }
    .video-play-desc a:hover {
      color: #fbe989; }
  .video-play-desc .editor {
    text-align: left; }

.subpage .video-play-title {
  color: #fae161;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  margin: 0 0 0.25em;
  padding: 0.375em 0;
  text-align: left; }

@media screen and (min-width: 36em), print {
  .video-play .button {
    position: absolute;
    top: 0.375em;
    right: 1.25em; } }

.video-share {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 0.625em;
  padding: 0 0 1.125em;
  text-align: center; }

.video-more-list {
  overflow: hidden;
  padding: 0.375em 1.25em 0; }
  .video-more-list h5 {
    color: #fae161;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0.375em 0 0.75em;
    text-align: left; }

.video-more-link {
  background-color: #393939;
  border: 1px solid #363636;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.55);
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 0 0.75em;
  text-decoration: none; }
  @media screen and (min-width: 32em), print {
    .video-more-link {
      margin: 0 1.50376% 0.75em 0;
      width: 35.03759%; } }
  .lt-ie9 .video-more-link {
    width: 232px; }
  .video-more-link:hover {
    opacity: 0.8; }

.modal-inside-video-disabled {
  opacity: 0.3; }
  .modal-inside-video-disabled:hover {
    opacity: 0.3; }

.video-more-thumb {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.44);
  display: block;
  margin: 0 -1px;
  max-width: 100%; }
  .lt-ie9 .video-more-thumb {
    margin: 0; }

.video-more-name {
  color: #ccc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.75em 0.5em 0.625em;
  text-align: center; }

.link-moreVideos {
  background: #174e6a url(/graphics/site/icon_video_more_clapboard.png) center 18px no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 3px 8px rgba(0, 0, 0, 0.44);
  color: #b9d0d7;
  display: block;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  min-height: 8.1875em;
  padding: 5.625em 0.625em 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  max-width: 233px;
  width: 100%; }
  @media screen and (min-width: 32em), print {
    .link-moreVideos {
      max-width: auto;
      width: 26.46617%; } }
  .lt-ie9 .link-moreVideos {
    height: 131px;
    min-height: auto; }
  .lt-ie8 .link-moreVideos {
    height: 41px;
    min-height: auto; }
  .link-moreVideos:hover {
    background-color: #005581;
    color: white; }

.modal-takeover {
  background-color: #222;
  border: none;
  border-radius: 0.625em;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.55);
  color: white;
  left: 5%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 1.5em;
  max-width: 41.25em;
  width: 90%;
  z-index: 10000; }
  @media screen and (min-width: 48em), print {
    .modal-takeover {
      margin: 0 0 0 -20.625em;
      left: 50%; } }

.modal-takeover--email {
  background: #245061 url(/graphics/site/bg_takeover_email.jpg) center top no-repeat; }

.modal-takeover--snowfalcon {
  background: #1d2f2f url(/graphics/site/bg_takeover_snowfalcon.jpg) center top no-repeat; }

.modal-takeover .modal-close {
  color: black;
  font-weight: normal;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  top: 0.125em;
  right: -0.3em; }
  .modal-takeover .modal-close:hover {
    opacity: 0.25; }
  @media screen and (min-width: 36em), print {
    .modal-takeover .modal-close {
      font-size: 42px;
      font-size: 2.625rem;
      top: 0.125em;
      right: -0.25em; } }

.modal-takeover__header--email {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 1.75em 1.25em 1.25em;
  text-align: center; }
  @media screen and (min-width: 36em), print {
    .modal-takeover__header--email {
      font-size: 1.25em;
      padding: 2.5em 1.25em 1.5em; } }
  .modal-takeover__header--email span {
    display: block;
    margin-bottom: 0.25em; }
    @media screen and (min-width: 36em), print {
      .modal-takeover__header--email span {
        margin-bottom: 0.5em; } }
  .modal-takeover__header--email div {
    color: #ffe87c;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0.125em;
    text-transform: uppercase; }
    @media screen and (min-width: 36em), print {
      .modal-takeover__header--email div {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1;
        margin-bottom: 0.125em; } }
    .modal-takeover__header--email div em {
      font-style: italic;
      font-weight: normal;
      font-family: Baskerville, Georgia, serif; }

.modal-takeover--snowfalcon .modal-takeover__header {
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0.25em; }
  .modal-takeover--snowfalcon .modal-takeover__header span {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.25em; }
    @media screen and (min-width: 36em), print {
      .modal-takeover--snowfalcon .modal-takeover__header span {
        font-size: 16px;
        font-size: 1rem; } }
  .modal-takeover--snowfalcon .modal-takeover__header strong {
    color: #f7ee97;
    display: block;
    letter-spacing: 0.05em;
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 36em), print {
      .modal-takeover--snowfalcon .modal-takeover__header strong {
        font-size: 32px;
        font-size: 2rem; } }

.modal-takeover__content {
  background-color: #122932;
  background-color: rgba(0, 0, 0, 0.66);
  padding: 1.25em; }
  @media screen and (min-width: 36em), print {
    .modal-takeover__content {
      padding: 1.875em; } }
  .modal-takeover--snowfalcon .modal-takeover__content {
    background-color: rgba(25, 38, 40, 0.8);
    margin-top: 16em;
    padding: 1.875em; }
    @media screen and (min-width: 36em), print {
      .modal-takeover--snowfalcon .modal-takeover__content {
        padding: 2.5em 4em; } }
  .modal-takeover__content .modal-errors {
    background-color: #d4190c;
    margin: 0 0 1.125em;
    padding: 1.125em 1.25em;
    display: none; }
    .modal-takeover__content .modal-errors ul {
      margin: 0;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0 0 0 1.25em; }
  .modal-takeover__content .modal-errors__title {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 0.75em; }
  .modal-takeover__content form {
    margin: 0 auto;
    max-width: 380px; }
  .modal-takeover__content fieldset {
    position: relative; }
  .modal-takeover__content label {
    position: absolute;
    left: -999em; }
  .modal-takeover__content input[type='email'] {
    background-color: white;
    border: none;
    box-shadow: none;
    font-size: 1.125em;
    margin-bottom: 0.75em;
    padding: 0.75em;
    max-width: 100%;
    width: 100%; }
    @media screen and (min-width: 30em), print {
      .modal-takeover__content input[type='email'] {
        background: white url(/graphics/site/icon_takeover_email.png) 12px 11px no-repeat;
        padding: 0.75em 0.625em 0.75em 3.375em; } }
  .modal-takeover__content .button {
    background-image: none;
    background-color: #b94222;
    border: none;
    box-shadow: 0 6px 0 #88321b;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0.75em 1.25em;
    position: relative;
    width: 100%; }
    .modal-takeover__content .button:hover {
      background-color: #cf4a26; }
    .modal-takeover__content .button:active {
      box-shadow: 0 3px 0 #aa3f22;
      outline: none;
      border: none;
      top: 3px; }
  .modal-takeover__content .privacy-note {
    color: #bad8ea;
    display: block;
    font-family: Georgia, serif;
    font-size: 0.75em;
    font-style: italic;
    padding: 1.125em 0 0.75em;
    text-align: center; }

.modal-takeover__social {
  text-align: center; }

.modal-takeover__social-fb,
.modal-takeover__social-li {
  background-image: url(/graphics/site/icon_takeover_social.png);
  background-size: 56px 24px;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
  margin: 0 0.125em;
  display: inline-block; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .modal-takeover__social-fb,
    .modal-takeover__social-li {
      background-image: url(/graphics/site/icon_takeover_social@2x.png); } }
  .modal-takeover__social-fb:hover,
  .modal-takeover__social-li:hover {
    opacity: 0.5; }

.modal-takeover__social-li {
  background-position: -32px 0; }

.main.thankYou {
  max-width: 54em;
  position: relative; }

@media screen and (min-width: 48em), print {
  .thankYou .subpage-content {
    min-height: 24em;
    margin-right: 18.75em;
    overflow: hidden; } }

@media screen and (min-width: 70em), print {
  .thankYou .subpage-content {
    margin-right: 17.25em; } }

.thankYou .live-prices {
  max-width: 16em;
  margin: 1em auto; }
  @media screen and (min-width: 48em), print {
    .thankYou .live-prices {
      position: absolute;
      top: 2em;
      right: 2em; } }

.thankYou h3 {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 1em 1.75em;
  text-transform: uppercase;
  text-align: center; }

.thankYou .photo-kit {
  float: right;
  margin: 0 0 0.75em 1.25em; }

.thankYou-reportAndCode {
  background-color: #3e718b;
  padding: 0.75em 0.625em;
  margin: 0 0 24px; }
  .thankYou-reportAndCode .button {
    display: block;
    margin: 0 0 0.75em; }
    @media screen and (min-width: 24em), print {
      .thankYou-reportAndCode .button {
        float: left;
        margin: 0 1.25em 0 0; } }
  .thankYou-reportAndCode .code {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem; }
    .thankYou-reportAndCode .code span {
      color: white;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0.1em;
      display: block;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
  .thankYou-reportAndCode .disclaimer {
    color: white;
    font-style: italic;
    font-family: Georgia, serif;
    font-size: 11px;
    font-size: 0.6875rem; }

.thankYou-reports {
  overflow: hidden; }
  .thankYou-reports .button {
    line-height: 1.2;
    display: block;
    margin: 0 0.625em 0.375em;
    padding: 0.75em 0.625em;
    width: auto; }
    @media screen and (min-width: 36em), print {
      .thankYou-reports .button {
        float: left;
        padding: 0.75em 0.5em;
        min-height: em;
        width: 29%;
        margin: 0 2%; } }

@media screen and (min-width: 48em), print {
  .minigrid .minigrid__row {
    overflow: hidden;
    padding: 0.75em 0; } }

.minigrid .minigrid__box {
  background-color: #333;
  border: 1px solid #111;
  color: white;
  margin: 0 0 0.875em;
  overflow: hidden;
  position: relative;
  border-radius: 0.25em; }
  @media screen and (min-width: 24em), print {
    .minigrid .minigrid__box {
      min-height: 12.5em;
      padding: 0.75em 0.625em 0.375em 40%; } }
  @media screen and (min-width: 60em), print {
    .minigrid .minigrid__box {
      float: left;
      margin: 0 2% 0.75em;
      padding: 0;
      width: 29%;
      min-height: 542px; } }

@media screen and (min-width: 60em), print {
  .minigrid .minigrid__box--wholeRow {
    float: none;
    width: 95%;
    margin: 0 2% 0.75em;
    min-height: 12.5em;
    padding: 18px 0.625em 0.375em 33%; } }

.minigrid .minigrid__image {
  padding: 0.75em;
  text-align: center; }
  @media screen and (min-width: 24em), print {
    .minigrid .minigrid__image {
      left: 0.875em;
      padding: 0;
      position: absolute;
      top: 0.875em;
      width: 32%; } }
  @media screen and (min-width: 60em), print {
    .minigrid .minigrid__image {
      position: static;
      margin: 0 0 0.75em;
      width: auto; } }

@media screen and (min-width: 60em), print {
  .minigrid .minigrid__box--wholeRow .minigrid__image {
    position: absolute;
    margin: 0;
    width: 27%; } }

.minigrid .minigrid__title {
  color: #fae161;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 0 0.75em 0.2em; }

.minigrid .minigrid__desc {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 1.25em 0.5em; }

.minigrid .minigrid__disclaimer {
  color: #bbb;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: Georgia, serif;
  font-style: italic; }

.minigrid .minigrid__request {
  text-align: center;
  padding: 0 0 0.875em; }
  @media screen and (min-width: 60em), print {
    .minigrid .minigrid__request {
      position: absolute;
      bottom: 0.375em;
      width: 100%; } }

@media screen and (min-width: 60em), print {
  .minigrid .minigrid__box--wholeRow .minigrid__request {
    position: static; } }

.subpage .press-article-list {
  padding: 0; }
  .subpage .press-article-list li {
    background: none;
    border-top: 1px dotted #ccc;
    padding: 0.5em 0.625em; }

.market-com .subpage-content {
  position: relative;
  max-width: 100%; }

.featured-article {
  border-top: 1px dotted #ccc;
  padding: 0.5em 0.625em;
  position: relative;
  zoom: 1; }
  .featured-article:before, .featured-article:after {
    content: "";
    display: table; }
  .featured-article:after {
    clear: both; }
  @media screen and (min-width: 36em), print {
    .featured-article {
      padding: 1em 0.625em 1em 9em;
      min-height: 10em; } }
  @media screen and (min-width: 60em), print {
    .featured-article {
      padding-right: 13em; } }
  @media screen and (min-width: 70em), print {
    .featured-article {
      padding-right: 14em; } }
  .featured-article img {
    float: right;
    margin-top: 0.2em;
    margin-right: -1.25em;
    max-width: 40%;
    display: block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 36em), print {
      .featured-article img {
        position: absolute;
        left: 0;
        top: 0.875em;
        float: none;
        max-height: 8em;
        max-width: 8em;
        margin: 0; } }

.featured-article .featured-article__title {
  margin: 0;
  font-weight: bold; }
  .featured-article .featured-article__title a {
    font-size: 21px;
    font-size: 1.3125rem;
    text-decoration: none;
    line-height: 1.2; }
    .featured-article .featured-article__title a:hover {
      color: #005581; }

.featured-article__date {
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 0.875em; }

.featured-article__desc {
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 38%; }
  @media screen and (min-width: 36em), print {
    .featured-article__desc {
      padding-right: 0; } }

.market-com-offer--featured-articles.offer-major {
  margin-bottom: 2em; }
  @media screen and (min-width: 60em), print {
    .market-com-offer--featured-articles.offer-major {
      border-radius: 0.375em 0 0 0.375em;
      width: 16em;
      position: absolute;
      right: -2.25em;
      top: 5.5em; } }
  @media screen and (min-width: 70em), print {
    .market-com-offer--featured-articles.offer-major {
      border-radius: 0.375em;
      right: -1.75em;
      width: 17em; } }

.press-article-list h2 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  font-weight: bold; }
  .press-article-list h2 a {
    text-decoration: none; }
    .press-article-list h2 a:hover {
      text-decoration: underline; }

.press-article-list .meta,
.press-article-list .meta a {
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic; }

.press-article-list .meta a {
  font-style: normal;
  text-decoration: underline; }

.press-article-list-archive {
  border-top: 1px dotted #ccc;
  padding: 1.25em 0.625em 1.75em;
  text-align: center; }

.press-article-list-pagination {
  border-top: 1px dotted #ccc;
  padding: 1.25em 0.625em 1.75em; }
  .press-article-list-pagination form {
    float: left;
    margin: 0 0.625em 0.75em 0; }

.button-rss {
  margin: 0.75em 0 0.75em 0.625em;
  float: right; }

.pr-signup {
  background-color: #68a0bc;
  border-radius: 0.325em;
  padding: 0.75em 1em; }

.press-footer {
  border-top: 1px dotted #ccc;
  zoom: 1; }
  .press-footer:before, .press-footer:after {
    content: "";
    display: table; }
  .press-footer:after {
    clear: both; }

.press-footer__twitter {
  background: url(/graphics/site/icon_news_twitter.png) 10px 10px no-repeat;
  display: block;
  font-style: italic;
  padding: 1.25em 0.625em 0.875em 3.75em; }
  @media screen and (min-width: 60em), print {
    .press-footer__twitter {
      float: left;
      width: 49.5%; } }

.press-footer__call {
  border-top: 1px dotted #ccc;
  padding: 0.875em 0.625em; }
  @media screen and (min-width: 60em), print {
    .press-footer__call {
      border-top: none;
      float: right;
      padding: 1.25em 0.625em 0.875em;
      width: 49.5%; } }
  .press-footer__call span {
    text-transform: uppercase;
    display: block;
    font-style: italic;
    color: #005581;
    letter-spacing: 0.05em; }

.press-ad-links {
  border-top: 1px dotted #ccc;
  overflow: hidden;
  padding-top: 1em; }

.press-ad-links__button {
  display: block;
  margin: 0 auto 1em;
  max-width: 333px;
  transition: opacity 0.3s ease; }
  @media screen and (min-width: 54em), print {
    .press-ad-links__button {
      float: right;
      width: 48.19103%; } }
  .press-ad-links__button:hover {
    cursor: pointer;
    opacity: 0.7; }
  @media screen and (min-width: 54em), print {
    .press-ad-links__button:first-child {
      float: left; } }

.press-back {
  border-top: 1px dotted #ccc;
  padding: 1.25em 0.625em;
  text-align: center; }

.press-article-date {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0.75em 1.25em 0.75em 0; }

.press-back__button-form {
  display: inline-block;
  padding: 0 0.5em; }

.press-article {
  zoom: 1;
  padding: 1.25em 0 1.5em;
  overflow-wrap: break-word; }
  .press-article:before, .press-article:after {
    content: "";
    display: table; }
  .press-article:after {
    clear: both; }
  .press-article a {
    font-weight: bold; }
  @media screen and (min-width: 60em), print {
    .press-article {
      min-height: 59rem;
      padding-right: 17em;
      position: relative; } }
  @media screen and (min-width: 70em), print {
    .press-article {
      min-height: 53rem; } }
  .press-article iframe {
    max-width: 100%; }
  @media screen and (min-width: 60em), print {
    .press-article .offer-major {
      border-radius: 0.375em 0 0 0.375em;
      width: 18em;
      position: absolute;
      right: -2.25em;
      top: 1.45em; } }
  @media screen and (min-width: 70em), print {
    .press-article .offer-major {
      top: -4em; } }

.market-com-meta {
  color: #aaa;
  font-style: italic;
  margin-top: -1em;
  margin-bottom: 1.25em;
  padding-left: 0.125em;
  font-size: 12px;
  font-size: 0.75rem; }
  .market-com-meta span {
    color: #646464;
    font-size: 16px;
    font-size: 1rem; }
    .market-com-meta span:first-child {
      margin-right: 0.25em; }
    .market-com-meta span:last-child {
      margin-left: 0.25em; }
  .market-com-meta .summary,
  .market-com-meta .disclaimer {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0.375em 0 0; }

.market-com-article-video {
  margin-bottom: 1.25em; }
  @media screen and (min-width: 24em), print {
    .market-com-article-video {
      margin: 0 auto 1.25em;
      max-width: 465px; } }
  @media screen and (min-width: 48em), print {
    .market-com-article-video {
      margin-top: 0.2em; } }
  @media screen and (min-width: 60em), print {
    .market-com-article-video {
      margin-left: -2.875em; } }

.market-com-article-image {
  clear: both;
  margin: 0 0 1.25em;
  text-align: center; }
  @media screen and (min-width: 24em), print {
    .market-com-article-image {
      float: left;
      margin: 0 1.25em 0.75em -2.125em;
      max-width: 40%; } }
  @media screen and (min-width: 60em), print {
    .market-com-article-image {
      max-width: 45%;
      margin-top: 0.2em;
      margin-left: -2.875em; } }

.market-com-attribution {
  border-top: 1px dotted #ccc;
  font-family: Georgia, serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding: 0.75em 0.625em;
  text-align: center; }

.subpage .press-controls {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  overflow: hidden;
  padding: 0.125em 0 0; }
  .subpage .press-controls li {
    background: none;
    display: block;
    float: left;
    padding: 0 0.625em; }
  .subpage .press-controls a {
    display: block;
    font-weight: bold;
    padding: 0.75em 0 0.75em 2em;
    text-decoration: none; }
    .subpage .press-controls a:hover {
      text-decoration: underline; }
  .subpage .press-controls .press-controls__mail {
    padding-left: 0.15em; }

.subpage .press-controls__share {
  clear: both;
  float: none;
  margin: -0.25em 0 0.375em; }
  @media screen and (min-width: 48em), print {
    .subpage .press-controls__share {
      clear: none;
      float: left;
      margin: 0; } }
  .subpage .press-controls__share a {
    display: inline-block; }

.subpage .share-controls a {
  top: 4px; }

.press-controls__label {
  display: inline-block;
  font-weight: bold;
  color: #646464;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.375em 0.375em 0.375em 0; }
  @media screen and (min-width: 48em), print {
    .press-controls__label {
      padding: 0.375em 0.375em 0.375em 1.25em;
      border-left: 1px solid #e2e2e2; } }

.icon-mail {
  background: url(/graphics/site/icon_pr_email.gif) 0 0.75em no-repeat; }

.icon-pdf {
  background: url(/graphics/site/icon_pr_pdf.gif) 0 0.75em no-repeat; }

.icon-archive {
  background: url(/graphics/site/icon_pr_copy.jpg) 0 0.75em no-repeat; }

.icon-print {
  background: url(/graphics/site/icon_pr_printer.jpg) 0 0.75em no-repeat; }

.market-com-extList .titlebar {
  background-color: #005581; }

.market-com-extList h3 {
  color: white;
  margin: 0;
  padding: 0.375em 0.625em; }

.market-com-extList h5 {
  font-size: 14px;
  font-size: 0.875rem; }

.subpage-content .track-orders {
  padding: 0; }

.track-order-nav {
  margin: 0 0 1.25em; }
  .track-order-nav span {
    display: none;
    font-weight: bold;
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 0 1em 0 0;
    padding: 0.25em 1.25em 0.25em 0;
    border-right: 1px solid #cecab4;
    text-transform: uppercase; }
    @media screen and (min-width: 30em), print {
      .track-order-nav span {
        display: inline-block; } }
  .track-order-nav a {
    border-top: 1px solid #f3f0e7;
    background-image: url(/graphics/site/icons_header.png);
    background-size: 18px 440px;
    background-repeat: no-repeat;
    background-position: 4px -411px;
    display: block;
    overflow: hidden;
    padding: 0.5em 0.5em 0.5em 1.75em;
    text-decoration: none; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .track-order-nav a {
        background-image: url(/graphics/site/icons_header@2x.png); } }
    .track-order-nav a:hover {
      opacity: 0.8; }

.track-order-nav__date {
  float: left;
  font-family: Georgia, serif; }

.track-order-nav__price {
  color: #333;
  float: right;
  font-weight: bold; }

.track-orders .track-orders__order {
  background-image: none;
  background-color: white;
  border-radius: 0.25em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0 0 2.5em; }

.order__invoice {
  background-color: #005581;
  border-radius: 0.25em 0.25em 0 0;
  color: white;
  margin: -1em -1em 1em;
  overflow: hidden; }

.order__num {
  background-color: #182e39;
  display: inline-block;
  float: left;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  margin: 0 1em 0 0;
  padding: 1em 1.25em;
  text-transform: uppercase; }
  .order__num strong {
    display: block;
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0;
    text-align: center; }

.order__date {
  font-family: Georgia, sans-serif;
  font-style: italic;
  float: right;
  padding: 1.5em 2em 0 0; }

.order__amount {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 0 0 0.5em 0.2em; }

.track-orders .order__shipping {
  padding: 0; }
  .track-orders .order__shipping li {
    background-image: none;
    border-top: 1px solid #e2dbc5;
    margin: 0 0 1em;
    padding: 0.5em; }

.order__shipping {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  @media screen and (min-width: 30em), print {
    .order__shipping {
      float: left;
      width: 58%; } }
  .order__shipping strong {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0; }

.order__to {
  border-top: 1px solid #e2dbc5;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 1em;
  padding: 0.625em; }
  @media screen and (min-width: 30em), print {
    .order__to {
      float: right;
      width: 38%; } }
  .order__to strong {
    display: block;
    font-size: 16px;
    font-size: 1rem; }

.track-orders .order__shipments {
  clear: both;
  background-color: #f3f0e7;
  border-radius: 0 0 0.375em 0.375em;
  margin: 0 -1em -1em;
  padding: 1em 1.25em; }
  .track-orders .order__shipments li {
    background-image: none;
    padding: 0 0 0.625em; }
    .track-orders .order__shipments li:last-child {
      padding: 0; }

.order__shipments-num {
  border-radius: 999em;
  border: 2px solid white;
  color: #005581;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  height: 3em;
  width: 3em;
  text-align: center;
  margin: 0 0.5em 0 0;
  padding: 0.5em 0 0;
  position: relative;
  top: -0.1em;
  font-weight: bold; }

.order__shipments-by {
  display: inline-block; }

.subpage {
  zoom: 1;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 70.75em; }
  .subpage:before, .subpage:after {
    content: "";
    display: table; }
  .subpage:after {
    clear: both; }
  @media screen and (min-width: 36em), print {
    .subpage {
      padding: 1em; } }
  @media screen and (min-width: 48em), print {
    .subpage {
      display: block; } }
  @media screen and (min-width: 60em), print {
    .subpage {
      padding: 1.25em 2.25em; } }
  @media print {
    .subpage {
      display: block;
      padding: 0; } }
  @media screen and (min-width: 48em), print {
    .subpage.move-down {
      padding-top: 9.25em; } }
  @media screen and (min-width: 60em), print {
    .subpage.move-down {
      padding-top: 10.875em; } }
  .lt-ie9 .subpage {
    padding: 0.75em 0.625em 0; }

.subpage-content {
  zoom: 1;
  order: 2;
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 54em;
  padding: 1em 1.5em 1.5em; }
  .subpage-content:before, .subpage-content:after {
    content: "";
    display: table; }
  .subpage-content:after {
    clear: both; }
  @media screen and (min-width: 56em), print {
    .subpage-content {
      margin: 1em auto; } }
  @media screen and (min-width: 60em), print {
    .subpage-content {
      padding: 1.25em 2.25em; } }
  @media screen and (min-width: 48em), print {
    .subpage-sidebar .subpage-content {
      max-width: 100%;
      float: right;
      width: 71.93878%; } }
  @media screen and (min-width: 54em), print {
    .subpage-sidebar .subpage-content {
      margin: 0; } }
  @media print {
    .subpage-sidebar .subpage-content {
      float: none;
      width: 100%;
      box-shadow: none; } }

.subpage-content-narrow {
  margin: 0 auto;
  max-width: 38.75em; }

.subpage-content-medium {
  margin: 0 auto;
  max-width: 54em; }

.sidebar {
  order: 1;
  padding: 0.5em; }
  @media screen and (min-width: 36em), print {
    .sidebar {
      padding: 0 0 0.625em; } }
  @media screen and (min-width: 48em), print {
    .sidebar {
      padding: 1.5em 0;
      width: 24.4898%; } }
  @media print {
    .sidebar {
      padding-top: 1em;
      display: none; } }

.subpage__split {
  padding-bottom: 0.75em; }
  @media screen and (min-width: 36em), print {
    .subpage__split {
      float: left;
      width: 47%; } }
  @media screen and (min-width: 36em), print {
    .subpage__split:last-child {
      float: right; } }

.contentForm fieldset {
  padding: 0 0 1em; }
  @media screen and (min-width: 30em), print {
    .contentForm fieldset {
      padding: 0 0 0.625em; } }

.contentForm label,
.contentForm .fauxlabel {
  display: block;
  padding: 0 0 0.25em 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 30em), print {
    .contentForm label,
    .contentForm .fauxlabel {
      float: left;
      text-align: right;
      width: 38%;
      padding: 0.625em 0 0.1875em; } }

.contentForm input[type="password"],
.contentForm input[type="email"],
.contentForm input[type="text"] {
  max-width: 14em;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.325em 0.5em; }
  @media screen and (min-width: 36em), print {
    .contentForm input[type="password"],
    .contentForm input[type="email"],
    .contentForm input[type="text"] {
      max-width: 90%; } }

.contentForm textarea {
  width: 97%;
  padding: 0.375em;
  height: 3.5em; }

.contentForm .textarea-big {
  height: 20em; }

.contentForm select {
  margin-top: 0.45em; }

.contentForm .multipleRadioButtons {
  padding: 0.375em 0 1.125em; }
  .contentForm .multipleRadioButtons ul {
    padding: 0; }
  .contentForm .multipleRadioButtons li {
    clear: both;
    background: none;
    padding: 0.375em 0 0; }
  .contentForm .multipleRadioButtons input {
    margin: 0 0.125em 0 0.375em; }
    @media screen and (min-width: 30em), print {
      .contentForm .multipleRadioButtons input {
        margin: 0.125em 0 0 34%;
        float: left; } }
    @media screen and (min-width: 48em), print {
      .contentForm .multipleRadioButtons input {
        margin: 0.125em 0 0 36%; } }
  .contentForm .multipleRadioButtons label {
    display: inline;
    font-weight: normal;
    padding: 0; }
    @media screen and (min-width: 30em), print {
      .contentForm .multipleRadioButtons label {
        display: block;
        float: right;
        text-align: left;
        width: 60%; } }
  .contentForm .multipleRadioButtons .description {
    margin: 0 0 0 40%; }

.contentForm .description {
  font-weight: bold; }

.contentForm .longDescription {
  font-weight: bold;
  padding-bottom: 0.375em; }

.contentForm .submitRow {
  border-top: 1px dotted #ccc;
  margin: 0.75em 0 0;
  padding: 0.75em 0 1.125em;
  text-align: center;
  width: auto; }
  @media screen and (min-width: 30em), print {
    .contentForm .submitRow {
      padding: 0.75em 0 1.125em 40%;
      text-align: left; } }
  .contentForm .submitRow .button {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 0.875em;
    padding-right: 0.875em; }

.contentForm .submitRow-link {
  margin: 0 0 0 0.625em;
  padding: 0.45em 1em 0.3em;
  position: relative;
  top: 0.05em; }

.contentForm .submitRow-link--minor {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic; }

.contentForm .note {
  color: #646464;
  font-family: Georgia, serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: italic;
  padding: 1em 0.875em; }

.contentForm .contentForm__acknowledgement {
  clear: both;
  border-top: 1px dotted #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  float: none;
  font-weight: normal;
  padding: 1.25em 1.25em 1.25em 1.75em;
  padding-bottom: 0;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 30em), print {
    .contentForm .contentForm__acknowledgement {
      padding-left: 2.5em; } }
  .contentForm .contentForm__acknowledgement [type="checkbox"] {
    position: absolute;
    left: 0;
    top: 1.675em; }
    @media screen and (min-width: 30em), print {
      .contentForm .contentForm__acknowledgement [type="checkbox"] {
        left: 1em; } }
  .contentForm .contentForm__acknowledgement label {
    font-weight: normal;
    font-style: italic; }
    @media screen and (min-width: 30em), print {
      .contentForm .contentForm__acknowledgement label {
        padding: 0;
        text-align: left;
        width: auto; } }

@media screen and (min-width: 54em), print {
  .contentForm--split fieldset {
    float: left;
    width: 50%; } }

@media screen and (min-width: 54em), print {
  .contentForm--split .submitRow {
    float: none;
    width: 100%;
    padding-left: 20%; } }

.single.checkbox label {
  font-weight: normal;
  display: inline; }
  @media screen and (min-width: 30em), print {
    .single.checkbox label {
      width: 55%;
      float: right;
      text-align: left; } }
  @media screen and (min-width: 48em), print {
    .single.checkbox label {
      width: 57%; } }

@media screen and (min-width: 30em), print {
  .single.checkbox input {
    float: left;
    margin: 0.75em 0 0 40%; } }

.formTitle {
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin: 0 0 0.75em;
  color: #005581;
  padding: 1.375em 0 0.375em;
  text-transform: uppercase; }

h2.formTitle {
  font-size: 1.125rem; }

.formSubtitle {
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin: 0 0 0.875em;
  color: #005581;
  padding: 0.875em 0 0.825em;
  text-transform: uppercase; }

.formTitle--withNum {
  padding: 2em 0 0.5em 3em;
  position: relative; }

.formTitle__num {
  background-color: #005581;
  color: white;
  margin: 0 0.25em 0 0;
  padding: 0.5em 0.75em;
  position: absolute;
  left: 0;
  top: 1.5em; }

.formOr {
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: uppercase;
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  margin: 0 0 1em; }
  @media screen and (min-width: 30em), print {
    .formOr {
      margin: 0 0 1em 45.5%; } }

.reveal-hiddenGroup {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 1.5em;
  text-decoration: underline; }
  @media screen and (min-width: 30em), print {
    .reveal-hiddenGroup {
      margin: 0 0 1.5em 40%; } }

.plainText .inputContent {
  padding: 0.375em 0 0 0; }

.contentForm .guideRow {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  position: relative; }

.guideRow input {
  display: block;
  float: left;
  margin: 1.125em 0.625em 0 0.625em; }
  @media screen and (min-width: 30em), print {
    .guideRow input {
      position: absolute; } }

.guideRow p {
  font-weight: normal;
  padding: 0; }

@media screen and (min-width: 30em), print {
  .guideRow label {
    text-align: left;
    width: auto;
    padding: 0 0 0 9.25em; } }

@media screen and (min-width: 30em), print {
  .guideRow .guide {
    position: absolute;
    left: 2.25em; } }

.requiredField {
  color: #6b5d12;
  font-weight: bold; }

.reqFieldExplanation {
  color: #646464;
  font-family: Georgia, serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic; }

.inputContent {
  font-weight: normal;
  text-align: left; }
  @media screen and (min-width: 30em), print {
    .inputContent {
      float: right;
      width: 60%; } }

.noLabel .inputContent {
  float: none;
  width: auto; }

.inputNote {
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25em 0 0.5em; }

.link-showInputNote {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  padding: 0 1.625em 0 0; }

.instructions {
  padding: 0 0 1.125em; }

.formSubmitInstructions {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2em 0 0; }

.label-visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.input-star-rating {
  width: 150px;
  height: 34px;
  overflow: hidden;
  vertical-align: bottom;
  padding: 2px 0; }
  .input-star-rating > input {
    margin-right: -100%;
    opacity: 0; }
  .input-star-rating > label {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
    background: url(/graphics/site/input_starrating_off.svg);
    background-size: contain; }
    .input-star-rating > label:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: url(/graphics/site/input_starrating_on.svg);
      background-size: contain;
      opacity: 0;
      transition: all 0.2s linear; }

.input-star-rating > label:hover:before,
.input-star-rating > label:hover ~ label:before {
  opacity: 0.8; }

.input-star-rating > label:active:before,
.input-star-rating > label:active ~ label:before {
  transform: scale(1.6); }

.input-star-rating:not(:hover) > :checked ~ label:before {
  opacity: 1; }

.contentForm .errors {
  background-color: #a41309;
  padding: 0.75em 1.25em;
  color: white;
  border-radius: 0.375em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .contentForm .errors .errors-informational {
    background-color: #61a12d;
    margin: 0.75em 0 0; }
  .contentForm .errors h4 {
    color: #fae161;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .contentForm .errors ul {
    list-style: disc;
    padding: 0 4%; }
  .contentForm .errors a {
    color: white; }

.success {
  background-color: #61a12d;
  margin: 0.75em 0 0;
  padding: 0.75em 0.625em; }

.badge-yearsInBusiness {
  display: block;
  margin: 0 auto 0.75em; }
  @media screen and (min-width: 30em), print {
    .badge-yearsInBusiness {
      float: right;
      margin: 0.625em 0.625em 0.75em 1.25em; } }

.searchForm {
  background-color: #68a0bc;
  padding: 0.75em 1.25em 0.75em; }
  .searchForm label {
    display: block;
    font-weight: bold;
    margin: 0 0 0.375em; }
    @media screen and (min-width: 30em), print {
      .searchForm label {
        float: left;
        padding: 0.375em 0.625em 0.375em 0; } }
  .searchForm input[type="text"] {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0.375em 0.875em 0;
    padding: 0.3em; }
    @media screen and (min-width: 30em), print {
      .searchForm input[type="text"] {
        margin: 0 0.425em 0 0; } }

.expandable-warning {
  margin-bottom: 1.5em; }

.expandable-warning__link {
  display: block;
  border-radius: 0.375em;
  padding: 0.5em 1em 0.425em;
  position: relative;
  background-color: #005581;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: bold; }
  .expandable-warning__link:hover {
    background-color: #00334e; }
  .expandable-warning__link u {
    font-style: italic;
    font-weight: normal;
    margin-left: 0.25em; }

.expandable-warning__close {
  position: absolute;
  top: 10px;
  right: 8px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #005581;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  line-height: 1;
  padding: 3px 8px 3px; }
  .expandable-warning__close:hover {
    background-color: #97d4f3;
    text-decoration: none; }

.expandable-warning__desc {
  background-color: #c5e7f8;
  border-radius: 0.375em;
  display: none;
  padding: 0.5em 1em 0.425em;
  position: relative; }
  .expandable-warning__desc h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    font-style: normal; }
  .expandable-warning__desc p:last-of-type {
    padding-bottom: 0.5em; }

@media (min-width: 60em) {
  .subpage-content--with-offer {
    min-height: 61.25rem;
    position: relative;
    padding-right: 15.625rem; } }

@media (min-width: 72em) {
  .subpage-content--with-offer {
    min-height: 58rem;
    padding-right: 17.5rem; } }

@media (min-width: 84em) {
  .subpage-content--with-offer {
    padding-right: 11.25rem; } }

@media (min-width: 96em) {
  .subpage-content--with-offer {
    padding-right: 5.625rem; } }

.offer-major {
  background-color: #0e3d55;
  border-radius: 0.375em;
  color: white;
  margin: 0 auto;
  max-width: 21em;
  padding: 1.625em 1.5em 0; }
  .offer-major.offer-major--subpage {
    margin-bottom: 2.5rem; }
    @media (min-width: 60em) {
      .offer-major.offer-major--subpage {
        position: absolute;
        right: -2.25rem;
        top: 1.25rem;
        max-width: 16.25rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; } }
    @media (min-width: 72em) {
      .offer-major.offer-major--subpage {
        right: -1.875rem;
        border-radius: 0.375rem;
        max-width: 17.5rem; } }
    @media (min-width: 84em) {
      .offer-major.offer-major--subpage {
        right: -8.125rem; } }
    @media (min-width: 96em) {
      .offer-major.offer-major--subpage {
        right: -13.75rem; } }
  .offer-major.offer-major--below {
    margin-bottom: 2.5rem; }
    @media (min-width: 36em) {
      .offer-major.offer-major--below {
        display: none; } }
  .offer-major.offer-major--beside {
    display: none; }
    @media (min-width: 36em) {
      .offer-major.offer-major--beside {
        max-width: 16.25rem;
        display: block;
        float: right;
        margin-right: -2.5rem;
        margin-left: 1.875rem;
        margin-bottom: 1.25rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; } }
    @media (min-width: 60em) {
      .offer-major.offer-major--beside {
        margin-right: -4.5rem;
        max-width: 17.5rem; } }
    @media (min-width: 70em) {
      .offer-major.offer-major--beside {
        margin-right: -3.75rem;
        border-radius: 0.375rem;
        max-width: 21.25rem; } }
    @media (min-width: 76em) {
      .offer-major.offer-major--beside {
        margin-right: -6.25rem; } }
    @media (min-width: 84em) {
      .offer-major.offer-major--beside {
        margin-right: -10rem; } }
    @media (min-width: 96em) {
      .offer-major.offer-major--beside {
        margin-right: -13.75rem; } }
  .offer-major .offer-major__title {
    color: #fef9ad;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 0.625em;
    text-transform: uppercase; }
  .offer-major .offer-major__desc {
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 -1.5em 1.25em;
    padding: 1em 1em 0 6.5em;
    position: relative; }
    .offer-major .offer-major__desc img {
      position: absolute;
      left: -1.125em;
      top: 50%;
      margin-top: -3.75em; }
  .offer-major fieldset {
    position: relative;
    padding-bottom: 0.5em; }
  .offer-major label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem; }
  .offer-major .offer-major__call {
    text-align: center; }
  .offer-major .offer-major__call-inner {
    display: inline-block;
    position: relative;
    background-color: #005581;
    text-align: left;
    margin-bottom: 1.25em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 1em 1em 0.75em 4em;
    border-radius: 0.5em;
    line-height: 1; }
    .offer-major .offer-major__call-inner::before {
      content: "";
      display: block;
      background-position: -429px -116px;
      height: 40px;
      width: 40px;
      background-image: url(/graphics/site/sprites.png?v=20200710);
      background-size: 800px 390px;
      left: 0.875em;
      top: 50%;
      margin-top: -20px;
      position: absolute; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .offer-major .offer-major__call-inner::before {
          background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
    .offer-major .offer-major__call-inner span {
      display: block;
      font-size: 13px;
      font-size: 0.8125rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      margin-bottom: 0.25em; }
    .offer-major .offer-major__call-inner strong {
      display: block;
      font-size: 20px;
      font-size: 1.25rem; }
    .offer-major .offer-major__call-inner a {
      color: #f0f4a8; }
  .offer-major .offer-major__coupon {
    margin: 1.5em 0 1em;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 1;
    padding: 1.5em 0.5em 1.375em;
    background: url(/graphics/site/local_coupon_bg.png) 55% 30% no-repeat;
    position: relative; }
    .offer-major .offer-major__coupon::before {
      content: "";
      display: block;
      background-image: url(/graphics/site/sprites_local.png?v=20180103);
      background-size: 280px 380px;
      width: 46px;
      position: absolute;
      top: -20px;
      background-position: -179px -179px;
      height: 32px;
      left: 0; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .offer-major .offer-major__coupon::before {
          background-image: url(/graphics/site/sprites_local@2x.png?v=20180103); } }
  .offer-major .offer-major__coupon-text-1 {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.1em; }
  .offer-major .offer-major__coupon-text-2 {
    color: #f0f4a8;
    font-weight: bold;
    margin-bottom: 0.2em;
    font-size: 36px;
    font-size: 2.25rem; }
  .offer-major .offer-major__coupon-text-3 {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-size: 0.75rem; }
  .offer-major .offer-major__input input {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.5em 0.5em 0.4em;
    border: none;
    border-radius: 0.25em;
    max-width: 100%;
    width: 100%; }
  .offer-major .offer-major__input [maxlength="3"] {
    width: 3em;
    margin-right: 0.25em; }
  .offer-major .offer-major__input [maxlength="4"] {
    width: 4em; }
  .offer-major .offer-major__check {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0.625rem;
    padding: 1rem 0 0.625rem 1.25rem;
    position: relative; }
    .offer-major .offer-major__check [type="checkbox"] {
      position: absolute;
      left: 0;
      top: 1.25rem; }
    .offer-major .offer-major__check label {
      text-transform: none;
      font-weight: normal;
      font-style: italic;
      font-size: 14px;
      font-size: 0.875rem; }
  .offer-major .offer-major__submit {
    padding-top: 0.5em;
    padding-bottom: 0; }
  .offer-major .offer-major__submit input {
    font-size: 21px;
    font-size: 1.3125rem;
    width: 100%; }
  .offer-major .offer-major__privacy {
    padding-top: 1em;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    opacity: 0.7;
    text-align: center; }
    .offer-major .offer-major__privacy a {
      color: white; }

.coin-store {
  max-width: 81.25em;
  padding: 1.125em 1.25em; }
  @media screen and (min-width: 60em), print {
    .coin-store {
      padding-top: 1.5em; } }
  @media screen and (min-width: 82em), print {
    .coin-store {
      padding-top: 2em; } }
  .coin-store h3 {
    background-color: #005581;
    color: white;
    float: left;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0.625em 0.825em 0.5em;
    text-transform: uppercase; }
  .coin-store .sub-heading {
    all: unset;
    display: block;
    font-weight: bold;
    margin-top: 0.5rem; }
  .lt-ie9 .coin-store {
    max-width: 1000px; }

.coin-store__subcontent {
  max-width: 46em;
  padding: 1em 2em;
  margin: 0 auto 2em; }
  @media screen and (min-width: 48em), print {
    .coin-store__subcontent {
      padding-left: 17.25em;
      max-width: 100%; } }
  @media screen and (min-width: 66em), print {
    .coin-store__subcontent {
      max-width: 40em;
      position: relative;
      left: 8.125em;
      padding-left: 2em; } }
  .coin-store__subcontent .subpage-title {
    color: #005581;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 0.25em;
    font-size: 36px;
    font-size: 2.25rem; }
  .coin-store__subcontent .header-section {
    line-height: 1.2;
    color: #005581;
    font-weight: normal;
    margin: 1em 0 0.25em;
    font-size: 21px;
    font-size: 1.3125rem; }
  .coin-store__subcontent h4 {
    margin: 0.25em 0 0.75em;
    color: #005581;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem; }

.alert-storewide {
  background-color: #d4190c;
  color: white;
  font-weight: bold;
  padding: 0.75em 1.25em;
  text-align: center;
  margin: 0 auto 2em; }
  @media (min-width: 60em) {
    .alert-storewide {
      padding-left: 2em;
      padding-right: 2em; } }
  @media (min-width: 76em) {
    .alert-storewide {
      padding-left: 11.25em;
      padding-right: 11.25em; } }

.purchase-promo-top {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: block;
  margin: -0.75em auto 1.875em;
  max-width: 60em;
  padding: 0.5em 0.625em;
  text-align: center; }
  @media screen and (min-width: 48em), print {
    .purchase-promo-top {
      display: none; } }
  .purchase-promo-top .details {
    color: #646464;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem; }

.purchase-promo-nav {
  display: none; }
  @media screen and (min-width: 48em), print {
    .purchase-promo-nav {
      display: block;
      text-indent: -9999px;
      background: #eee url(/graphics/ads/store_current_offer.jpg?v=4) center center no-repeat;
      height: 17.75em; } }

.purchase-coins {
  position: relative; }

.purchase-coins .purchase-sub {
  max-width: 86.6875em; }

.lt-ie9 .purchase-coins {
  margin: 1.125em 0 0; }

.purchase-coinNav {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 2.5em 0 0 0; }
  @media screen and (min-width: 48em), print {
    .purchase-coinNav {
      top: 0;
      padding-top: 0;
      position: absolute;
      width: 17em; } }
  .purchase-coinNav ul {
    background-color: white;
    border-top: 1px solid #d1d1d1;
    clear: both;
    margin: 0 0 1.625em;
    padding: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
  .purchase-coinNav ul ul {
    background: url(/graphics/site/bg_nav_side.png) 0 0 repeat-x;
    box-shadow: none;
    margin: 0; }
  .purchase-coinNav li {
    border-bottom: 1px solid #d1d1d1; }
  .purchase-coinNav h6 {
    font-family: Georgia, serif;
    font-style: italic;
    letter-spacing: 0.15em;
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 0;
    padding: 0.5em 1em;
    text-transform: uppercase; }
  .purchase-coinNav a {
    display: block;
    padding: 0.375em 0.625em;
    text-decoration: none; }
    .purchase-coinNav a:hover {
      background-color: #005581;
      color: white; }

.purchase-storeDesc {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0.7em 2.2em; }
  @media screen and (min-width: 36em), print {
    .purchase-storeDesc {
      overflow: hidden; } }

@media screen and (min-width: 36em), print {
  .purchase-storeDesc-col {
    float: left;
    width: 50%;
    padding: 0 1.875em 0 0; } }

@media screen and (min-width: 36em), print {
  .purchase-storeDesc-col:last-child {
    padding: 0 0 0 1.875em; } }

.purchase-cart {
  margin-bottom: 1.875em;
  position: relative; }
  @media screen and (min-width: 48em), print {
    .purchase-cart {
      margin-left: auto;
      margin-right: auto;
      max-width: 46.45em; } }
  .purchase-cart ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-top: 1px solid #d1d1d1;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0; }
  .purchase-cart li {
    border-top: 1px solid #eaeaea;
    position: relative;
    padding: 0.75em 2.25em 0.375em 3.875em;
    zoom: 1; }
    .purchase-cart li:before, .purchase-cart li:after {
      content: "";
      display: table; }
    .purchase-cart li:after {
      clear: both; }
    .purchase-cart li:first-child {
      border-top: none; }
    @media screen and (min-width: 36em), print {
      .purchase-cart li {
        padding: 0.75em 22.75em 0.375em 3.875em; } }
  .purchase-cart img {
    position: absolute;
    top: 0.5em;
    left: 0.625em;
    width: 2.5em; }

.purchase-cart-header {
  overflow: hidden; }
  @media screen and (min-width: 64em), print {
    .purchase-cart-header {
      position: absolute;
      left: -6.25em; } }

@media screen and (min-width: 36em), print {
  .purchase-cart-pricing {
    position: absolute;
    right: 7.75em;
    top: 0.75em; } }

.purchase-cart-name {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem; }
  .purchase-cart-name a {
    text-decoration: none; }
    .purchase-cart-name a:hover {
      text-decoration: underline; }
  .lt-ie8 .purchase-cart-name {
    margin: -1.125em 0 0; }

.purchase-cart-weight {
  color: #646464;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  padding: 0 0 0.6em;
  text-transform: uppercase; }

.purchase-cart-price {
  background-color: #f3f0e7;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0.1625em 0 0 -0.575em;
  padding: 0.5em; }
  @media screen and (min-width: 24em), print {
    .purchase-cart-price {
      font-size: 14px;
      font-size: 0.875rem; } }

input.purchase-cart-qty {
  border: 1px solid #ccc;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.5em;
  position: relative;
  top: -0.1em;
  float: left;
  margin: 0.1625em 0;
  width: 3em;
  min-height: 2.5em; }
  @media screen and (min-width: 24em), print {
    input.purchase-cart-qty {
      font-size: 14px;
      font-size: 0.875rem; } }

.purchase-cart-subtotal {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.67em 0 0.5em 0.825em; }
  @media screen and (min-width: 24em), print {
    .purchase-cart-subtotal {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 36em), print {
    .purchase-cart-subtotal {
      width: 6.875em;
      text-align: right; } }

.purchase-cart-delete {
  background: url(/graphics/site/icon_remove.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  height: 1.625em;
  right: 0.3em;
  top: 0.3em;
  margin: 0.1875em;
  text-indent: -9999px;
  width: 1.625em; }
  @media screen and (min-width: 36em), print {
    .purchase-cart-delete {
      top: 0.875em;
      right: 0.875em; } }
  .purchase-cart-delete:hover {
    opacity: 0.5; }

.purchase-cart .purchase-cart-checkoutRow {
  background-color: #d0dfe7;
  border-top: 1px solid #d1d1d1;
  color: #005581;
  padding: 0.875em 0 1em 0;
  text-align: center; }
  @media screen and (min-width: 36em), print {
    .purchase-cart .purchase-cart-checkoutRow {
      padding: 0.875em 7.75em 0.375em 0;
      text-align: right; } }

.purchase-cart .purchase-cart-total {
  padding: 0 0 0.375em; }
  .purchase-cart .purchase-cart-total span {
    display: inline-block;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0.6em 0 0;
    text-transform: uppercase; }

.purchase-cart .purchase-cart-update,
.purchase-cart .purchase-cart-checkout {
  margin: 0 0.25em; }
  @media screen and (min-width: 36em), print {
    .purchase-cart .purchase-cart-update,
    .purchase-cart .purchase-cart-checkout {
      position: absolute;
      top: 0.625em; } }

.purchase-cart .purchase-cart-update {
  display: none; }
  @media screen and (min-width: 36em), print {
    .purchase-cart .purchase-cart-update {
      left: 0.625em; } }

@media screen and (min-width: 36em), print {
  .purchase-cart .purchase-cart-checkout {
    right: 0.625em; } }

.purchase-cart-errors {
  background-color: #d4190c;
  color: white;
  padding: 0.125em 1.25em 0.375em; }
  .purchase-cart-errors h6 {
    letter-spacing: 0.1em;
    margin: 1.125em 0 0.375em;
    text-transform: uppercase; }
  .purchase-cart-errors p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 0.5em;
    padding: 0; }
  .purchase-cart-errors a {
    color: white; }
  .purchase-cart-errors ul {
    border: none;
    box-shadow: none;
    background: none;
    list-style: disc;
    padding: 0 0 0.75em 1.25em; }
  .purchase-cart-errors li {
    border: none;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0; }

@media screen and (min-width: 48em), print {
  .purchase-coinGrid {
    padding-left: 16.25em;
    min-height: 58em; } }

.logos-confidence {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  display: none;
  list-style: none;
  margin: 0 0 1.5em;
  text-align: center;
  padding: 0.75em 0.625em 0; }
  @media screen and (min-width: 24em), print {
    .logos-confidence {
      display: block; } }
  .lt-ie8 .logos-confidence {
    overflow: hidden;
    padding: 0.75em 0; }
  .logos-confidence li {
    display: inline-block;
    margin: 0 0.325em 0.75em;
    vertical-align: top; }
    .lt-ie8 .logos-confidence li {
      display: block;
      float: left; }

.coin-store-detail .logos-confidence {
  display: block;
  overflow: hidden; }
  @media screen and (min-width: 60em), print {
    .coin-store-detail .logos-confidence li {
      float: left;
      margin: 0 0.625em 0.75em 0; } }

.call-live {
  display: inline-block;
  text-align: left;
  padding: 0.125em 0 0 2.75em;
  position: relative;
  height: 57px; }
  .call-live::before {
    background: #005581 url(/graphics/site/logo_call_confidence.png) center center no-repeat;
    left: 0;
    content: "";
    top: 0;
    width: 34px;
    height: 100%;
    border-radius: 0.5em 0 0 0.5em;
    position: absolute; }
  .call-live .heading {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 0.1em;
    font-weight: normal; }
  .call-live .phone {
    color: #005581;
    display: block;
    font-weight: bold;
    margin: -0.125em 0;
    font-size: 18px;
    font-size: 1.125rem; }
  .call-live .speak {
    font-size: 10px;
    font-size: 0.625rem;
    font-style: italic; }

.purchase-coinGrid-header {
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden; }

.purchase-coinGrid-section {
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
  padding: 1.25em 1.25em 0;
  overflow: hidden; }
  .lt-ie8 .purchase-coinGrid-section {
    padding: 0 0 1.125em; }

.purchase-coinGrid-coin {
  position: relative;
  margin: 0 auto 1.5em;
  max-width: 21em; }
  @media screen and (min-width: 40em), print {
    .purchase-coinGrid-coin {
      float: left;
      margin: 0 4% 1.5em 0;
      width: 48%; } }
  @media screen and (min-width: 48em), print {
    .purchase-coinGrid-coin {
      max-width: 100%;
      float: none;
      margin: 0 auto 1.5em;
      width: auto; } }
  @media screen and (min-width: 54em), print {
    .purchase-coinGrid-coin {
      float: left;
      margin: 0 8% 1.5em 0;
      width: 46%; } }
  @media screen and (min-width: 72em), print {
    .purchase-coinGrid-coin {
      margin: 0 5% 1.5em 0;
      width: 30%; } }
  @media screen and (min-width: 40em), print {
    .purchase-coinGrid-coin:nth-child(2n) {
      margin: 0; } }
  @media screen and (min-width: 48em), print {
    .purchase-coinGrid-coin:nth-child(2n) {
      margin: 0 auto 1.5em; } }
  @media screen and (min-width: 72em), print {
    .purchase-coinGrid-coin:nth-child(2n) {
      margin: 0 5% 1.5em 0; } }
  @media screen and (min-width: 40em), print {
    .purchase-coinGrid-coin:nth-child(2n + 1) {
      clear: both; } }
  @media screen and (min-width: 72em), print {
    .purchase-coinGrid-coin:nth-child(2n + 1) {
      clear: none; } }
  @media screen and (min-width: 72em), print {
    .purchase-coinGrid-coin:nth-child(3n) {
      margin: 0 0 1.5em 0; } }
  @media screen and (min-width: 72em), print {
    .purchase-coinGrid-coin:nth-child(3n + 1) {
      clear: both; } }

.purchase-coinGrid-coinImage {
  display: block;
  margin: 0 auto;
  padding: 0 0 0.5em;
  position: relative;
  text-align: center;
  width: 8.125em; }
  @media screen and (min-width: 24em), print {
    .purchase-coinGrid-coinImage {
      left: 0;
      padding: 0;
      position: absolute;
      top: 0;
      width: 5em; } }
  .purchase-coinGrid-coinImage img {
    display: block;
    max-width: 100%; }

.purchase-coinGrid-promoTag {
  position: absolute;
  top: 0.625em;
  right: 0; }
  @media screen and (min-width: 24em), print {
    .purchase-coinGrid-promoTag {
      right: auto;
      left: -0.625em;
      top: -1em; } }

.purchase-coinGrid-name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0 0.625em 0.375em;
  text-align: center; }
  @media screen and (min-width: 24em), print {
    .purchase-coinGrid-name {
      padding: 0 0.625em 0.375em 5.825em;
      text-align: left; } }
  .purchase-coinGrid-name a {
    text-decoration: none; }
    .purchase-coinGrid-name a:hover {
      text-decoration: underline; }

.purchase-coinGrid-weights {
  border-top: 1px solid #e6e4d9;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%; }
  @media screen and (min-width: 24em), print {
    .purchase-coinGrid-weights {
      margin: 0 0 0 6.25em;
      width: auto; } }
  .purchase-coinGrid-weights .link-moreInfo {
    border-top: 1px solid #e6e4d9;
    clear: both;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    padding: 0.425em;
    text-align: center; }
    @media screen and (min-width: 24em), print {
      .purchase-coinGrid-weights .link-moreInfo {
        text-align: left; } }

.purchase-coinGrid-weight {
  float: left;
  font-weight: normal;
  padding: 0.5em;
  width: 30%;
  white-space: nowrap; }
  .lt-ie8 .purchase-coinGrid-weight {
    width: 22%; }
  .purchase-coinGrid-weight span {
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: uppercase; }

.purchase-coinGrid-price {
  float: left;
  padding: 0.5em 0.325em 0.25em 0.625em;
  width: 44%; }
  .lt-ie8 .purchase-coinGrid-price {
    width: 40%; }

.purchase-coinGrid-price-call {
  background: url(/graphics/site/purchase_icon_call.png) 6px 6px no-repeat;
  color: #6b5d12;
  float: left;
  padding: 0.45em 0.325em 0.25em 2em;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: normal;
  width: 70%; }
  .lt-ie8 .purchase-coinGrid-price-call {
    width: 60%; }

.purchase-coinGrid-priceDiscounted {
  line-height: 1;
  padding: 0.25em 0; }

.purchase-coinGrid-priceOld {
  display: block;
  text-decoration: line-through; }

.purchase-coinGrid-priceNew {
  color: #61a12d; }

.purchase-coinGrid-add {
  float: left;
  padding: 0.5em 0.3em 0.25em 0.625em;
  text-align: center;
  width: 26%; }
  .lt-ie8 .purchase-coinGrid-add {
    width: 20%; }
  .purchase-coinGrid-add a {
    background-color: #a35902;
    border-radius: 0.5em;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    margin: 0;
    padding: 0.325em 0.5em 0.2em;
    position: relative;
    top: -0.15em;
    text-decoration: none;
    text-transform: uppercase; }
    .purchase-coinGrid-add a:hover {
      background-color: #713d01;
      text-decoration: none; }

.purchase-sub {
  border-top: 0.25em solid #b5d0d6;
  background-color: #c5dadf;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 auto 1em;
  max-width: 61.625em;
  padding: 1.5em 2em 0.5em; }
  .purchase-sub .webPrice {
    font-family: Georgia, serif;
    font-style: italic; }

.coin-store-detail .purchase-cart {
  margin-bottom: 2.5em; }
  @media screen and (min-width: 48em), print {
    .coin-store-detail .purchase-cart {
      margin-bottom: 1.875em; } }

@media screen and (min-width: 48em), print {
  .coin-detail-container {
    float: right;
    width: 100%;
    margin: 0 0 0 -16.25em; } }

.lt-ie8 .coin-detail-container {
  margin: 0;
  width: 43.125em; }

.coin-detail {
  border-top: 1px solid #d7dddf;
  background-color: white;
  margin: -1.25em;
  padding: 1.25em; }
  @media screen and (min-width: 48em), print {
    .coin-detail {
      border-top: none;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      margin: 0 0 0 16.125em; } }
  @media screen and (min-width: 70em), print {
    .coin-detail {
      padding: 2em 2.5em; } }
  .coin-detail .subpage-content {
    box-shadow: none;
    padding: 0 1.25em;
    margin: 0;
    max-width: 40em; }
    @media screen and (min-width: 60em), print {
      .coin-detail .subpage-content {
        padding: 0.625em 1.5em 0;
        display: flex;
        align-items: flex-start;
        max-width: none; } }
    @media (min-width: 60em) {
      .coin-detail .subpage-content .editor {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 60em) {
      .coin-detail .subpage-content .offer-major {
        margin-left: 2.5rem;
        margin-bottom: 1.25rem;
        flex: 1 0 47%; } }
    @media (min-width: 72em) {
      .coin-detail .subpage-content .offer-major {
        margin-left: 5rem; } }
  .coin-detail .req {
    color: #005581; }
  .lt-ie8 .coin-detail {
    margin: 0; }

.coin-detail-header h1 {
  color: #005581;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 0.5em; }
  @media screen and (min-width: 48em), print {
    .coin-detail-header h1 {
      padding-right: 5.1em; } }

.coin-detail-live {
  background-color: #eee;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 1em;
  padding: 0.66em 0.825em;
  overflow: hidden; }
  .coin-detail-live .price-up {
    color: #447120; }
    .coin-detail-live .price-up .arrow {
      position: relative;
      top: -0.8rem;
      margin-left: 0.125rem;
      margin-right: 0.25rem;
      border-left: 0.325rem solid transparent;
      border-right: 0.325rem solid transparent;
      border-bottom: 0.6rem solid #447120; }
  .coin-detail-live .price-down {
    color: #d4190c; }
    .coin-detail-live .price-down .arrow {
      position: relative;
      top: 0.575rem;
      margin-left: 0.125rem;
      margin-right: 0.25rem;
      border-left: 0.325rem solid transparent;
      border-right: 0.325rem solid transparent;
      border-top: 0.6rem solid #d4190c; }
  .coin-detail-live .livePrice,
  .coin-detail-live .link-charts {
    float: left; }
  .coin-detail-live .livePrice {
    margin: 0 0.825em 0 0; }
    .coin-detail-live .livePrice strong {
      margin: 0 0.33em 0 0; }
    .coin-detail-live .livePrice img {
      margin: -0.1625em 0 0; }
  .coin-detail-live .link-charts {
    font-weight: bold;
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
    text-transform: uppercase; }

.coin-detail-photo {
  padding: 0 0.625em 0.75em;
  text-align: center; }
  @media screen and (min-width: 48em), print {
    .coin-detail-photo {
      position: absolute;
      width: 9.375em; } }
  .coin-detail-photo .link-flipCoin {
    display: block;
    padding: 0.5em;
    text-decoration: none; }
    .coin-detail-photo .link-flipCoin:hover {
      text-decoration: underline; }
  .coin-detail-photo img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .coin-detail-photo span {
    padding-top: 0.5em;
    display: block;
    font-size: 14px;
    font-size: 0.875rem; }
  .coin-detail-photo .coin-photo-back {
    display: none; }

.coin-detail-prices {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 1.75em;
  /* For the new CEG Logo
	.coin-detail__notes {
		@include respond-min(60em) {
			float: right;
			width: 35%;
		}
		.notes {
			background-color: #eee;
			color: $text_med;
			font-family: $font_serif;
			@include font-size(12);
			font-style: italic;
			padding: 0.825em;
			@include respond-min(60em) {
				background-color: transparent;
			}
		}
	}
	.coin-detail__guarantee {
		@include font-size(14);
		padding: 1.25em 0.75em 0.75em;
		h6 {
			color: $blue;
			text-transform: uppercase;
			@include font-size(12);
			letter-spacing: 0.15em;
			margin: 0;
		}
	}
	.coin-detail__guarantee-logo {
		background: url(/graphics/site/badge_customerExperienceGuarantee.png?v=2) center center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		background-position: top left;
		height: 97px;
		width: 105px;
		text-indent: -9999px;
		margin: 0 auto 0.625em;
		@include respond-min(48em) {
			position: absolute;
			top: 0.625em;
			right: 0.5em;
		}
		@include respond-min(70em) {
			top: 1.5em;
			right: 3.125em;
		}
		@include old-ie() {
			display: none;
		}
	} */ }
  @media screen and (min-width: 48em), print {
    .coin-detail-prices {
      overflow: hidden;
      padding-left: 12em; } }
  @media screen and (min-width: 60em), print {
    .coin-detail-prices {
      min-height: 11.5em;
      padding-bottom: 0.5em; } }
  .coin-detail-prices table {
    margin: 0 auto;
    max-width: 30em;
    width: 100%; }
    @media screen and (min-width: 60em), print {
      .coin-detail-prices table {
        max-width: 100%; } }
  .coin-detail-prices caption {
    visibility: hidden;
    height: 1px; }
  .coin-detail-prices form {
    margin: 0 0 1.3em; }
    @media screen and (min-width: 60em), print {
      .coin-detail-prices form {
        float: left;
        width: 60%; } }
  .coin-detail-prices th {
    border-bottom: 1px solid #d1d1d1;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    padding: 0.55em 0.45em;
    text-align: left;
    text-transform: uppercase; }
  .coin-detail-prices td {
    padding: 0.375em 0.36em;
    border-bottom: 1px solid #eee; }
  .coin-detail-prices input[type="text"] {
    padding: 0.325em;
    max-width: 5em; }
  .coin-detail-prices .weight span {
    font-weight: bold;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: uppercase; }
  .coin-detail-prices .callForPrice {
    color: #bc9820;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal; }
  .coin-detail-prices .total {
    background-color: #d0dfe7;
    font-weight: bold; }
    .coin-detail-prices .total td {
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
    .coin-detail-prices .total .button {
      font-size: 14px;
      font-size: 0.875rem; }
  .coin-detail-prices .total-desc {
    color: #3b647a;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.1em; }
  .coin-detail-prices .total-text {
    display: none; }
  .coin-detail-prices .notes {
    background-color: #eee;
    color: #646464;
    font-family: Georgia, serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    padding: 0.825em; }
    @media screen and (min-width: 60em), print {
      .coin-detail-prices .notes {
        background-color: transparent;
        float: right;
        width: 35%; } }
  .coin-detail-prices .notes__satisfaction {
    background: url(/graphics/site/badge_satisfactionGuarantee.png?v=2) center center no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    height: 105px;
    width: 105px;
    text-indent: -9999px;
    margin: 0 auto 0.625em; }
    @media screen and (min-width: 48em), print {
      .coin-detail-prices .notes__satisfaction {
        position: absolute;
        top: -0.5em;
        right: 0.25em; } }

.coin-detail-errors {
  background-color: #d4190c;
  color: white;
  display: none;
  font-weight: bold;
  padding: 0.625em; }

@media screen and (min-width: 48em), print {
  .coin-store-detail .purchase-coinNav {
    padding: 0;
    position: static;
    float: left; } }

.table-receipt tr {
  display: block;
  padding: 0.375em 0;
  border-bottom: 1px solid #b5d0d6; }
  @media screen and (min-width: 40em), print {
    .table-receipt tr {
      display: table-row; } }

.table-receipt .totalShipping,
.table-receipt .summary {
  background-color: #e5e9ea;
  padding: 0; }
  .table-receipt .totalShipping tr,
  .table-receipt .summary tr {
    border: none; }

.table-receipt .label {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.5em 0.825em 0.1625em 10em; }
  @media screen and (min-width: 40em), print {
    .table-receipt .label {
      padding: 0.33em 0.825em 0.33em 0.33em;
      text-align: right; } }

@media screen and (min-width: 40em), print {
  .table-receipt .price,
  .table-receipt .subtotal {
    text-align: right; } }

.table-receipt .amount {
  border-bottom: 1px solid #b5d0d6;
  padding: 0.125em 0.625em 0.375em 7.5em; }
  @media screen and (min-width: 40em), print {
    .table-receipt .amount {
      border: none;
      padding: 0.25em 0.625em;
      text-align: right; } }

.ty-desc {
  zoom: 1; }
  .ty-desc:before, .ty-desc:after {
    content: "";
    display: table; }
  .ty-desc:after {
    clear: both; }

@media screen and (min-width: 36em), print {
  .ty-desc__primary {
    padding-top: 10px;
    float: left;
    width: 43%; } }

@media screen and (min-width: 48em), print {
  .ty-desc__primary {
    width: 53%; } }

@media screen and (min-width: 36em), print {
  .ty-desc__secondary {
    padding-top: 15px;
    float: right;
    width: 50%; } }

@media screen and (min-width: 48em), print {
  .ty-desc__secondary {
    width: 43%; } }

.ty-desc__warning {
  background-color: #f2cd2e;
  padding: 18px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-size: 0.875rem; }
  .ty-desc__warning h6 {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal; }

.falcon-store-banner {
  background: #24474f url(/graphics/site/snowfalconcoins/snowfalcon_store_banner_bg.jpg) top left no-repeat;
  background-size: 900px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  display: block;
  text-decoration: none;
  margin-bottom: 2em;
  overflow: hidden;
  position: relative;
  transition: opacity 0.2s ease; }
  @media screen and (min-width: 42em), print {
    .falcon-store-banner {
      background-size: auto; } }
  .falcon-store-banner:hover {
    opacity: 0.75; }

.falcon-store-banner__title {
  font-weight: bold;
  line-height: 1;
  padding: 6.5em 1em 1em; }
  @media screen and (min-width: 42em), print {
    .falcon-store-banner__title {
      padding: 1.5em 1.5em 1em 25em; } }
  @media screen and (min-width: 60em), print {
    .falcon-store-banner__title {
      position: absolute;
      width: 42em;
      top: 50%;
      margin-top: -3.375em; } }
  @media screen and (min-width: 82em), print {
    .falcon-store-banner__title {
      width: 60em;
      margin-top: -2.55em; } }
  .falcon-store-banner__title h6 {
    color: white;
    letter-spacing: 0.1em;
    margin: 0 0 0.25em;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-size: 0.875rem; }
  .falcon-store-banner__title h5 {
    color: #aef1dc;
    letter-spacing: 0.05em;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 42em), print {
      .falcon-store-banner__title h5 {
        color: #266178; } }

.falcon-store-banner__desc {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em;
  color: white; }
  @media screen and (min-width: 60em), print {
    .falcon-store-banner__desc {
      padding: 1.5em 1.25em;
      float: right;
      width: 30%; } }
  @media screen and (min-width: 66em), print {
    .falcon-store-banner__desc {
      width: 39%; } }
  @media screen and (min-width: 82em), print {
    .falcon-store-banner__desc {
      width: 33%; } }

.neverworth-store-banner {
  background: #24474f url(/graphics/site/store_bg_banner_neverworth.jpg) top left no-repeat;
  background-size: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  display: block;
  text-decoration: none;
  margin-bottom: 1.875rem;
  font-weight: bold;
  overflow: hidden;
  padding: 0.625em 1em;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  color: #fef28b;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 4px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  transition: opacity 0.2s ease; }
  @media (min-width: 48em) {
    .neverworth-store-banner {
      background-size: auto;
      font-size: 48px;
      font-size: 3rem;
      margin: 0.625rem 0 2.5rem;
      padding: 0.5em 1em 0.375em;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15), 0 3px 14px rgba(0, 0, 0, 0.22), 0 4px 20px rgba(0, 0, 0, 0.3); } }
  @media (min-width: 54em) {
    .neverworth-store-banner {
      background-size: auto;
      font-size: 54px;
      font-size: 3.375rem;
      padding: 0.42em 1em 0.25em;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15), 0 3px 14px rgba(0, 0, 0, 0.22), 0 4px 20px rgba(0, 0, 0, 0.3); } }
  .neverworth-store-banner span {
    font-size: 0.75em;
    position: relative;
    top: -0.25em; }

.tabs {
  border-bottom: 1px solid #387a9d;
  padding-left: 0.3125em;
  padding-top: 0.625em;
  margin: 0 -0.3125em 2em; }

.tab {
  display: inline-block; }
  .tab > a {
    border-top: 1px solid #387a9d;
    border-left: 1px solid #387a9d;
    border-right: 1px solid #387a9d;
    border-radius: 0.625em 0.625em 0 0;
    display: block;
    padding: 0.5em 0.625em 0.3125em;
    margin-bottom: -1px;
    border-bottom: 1px solid #387a9d;
    background-color: #387a9d;
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s ease; }
    .tab > a:hover {
      background-color: rgba(56, 122, 157, 0.8); }
  .tab.is-selected > a {
    border-bottom: 1px solid white;
    background-color: white;
    color: #387a9d; }
    .tab.is-selected > a:hover {
      background-color: rgba(56, 122, 157, 0.25); }

.popup-header h2 {
  text-align: center; }

.popup-footer {
  border-top: 1px dotted #ccc;
  color: #aaa;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 1.5em 0.875em 3.5em;
  text-align: center; }

html {
  background-color: #e5e9ea; }

.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999; }

.skip-to-main:active,
.skip-to-main:focus {
  background-color: #005581;
  color: white;
  border-radius: 0 0 0.625rem 0;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: auto;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  z-index: 9999; }

.site-wrapper {
  position: relative; }

.site-wrapper--nav-open .site-cover {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  content: "";
  display: block;
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  bottom: 0; }
  @media screen and (min-width: 48em), print {
    .site-wrapper--nav-open .site-cover {
      display: none; } }

.site-header__wrapper {
  background-color: #182e39;
  position: relative; }
  @media screen and (min-width: 60em), print {
    .site-header__wrapper {
      padding: 0 1.25em; } }
  @media screen and (min-width: 48em), print {
    .site-header__wrapper.is-collapsed {
      border-bottom: 0.25em solid #005581;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
      position: fixed;
      z-index: 2000;
      width: 100%;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-name: headerScrollReveal;
              animation-name: headerScrollReveal; } }
  @media screen and (min-width: 54em), print {
    .site-header__wrapper:before {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2em;
      width: 100%;
      background-color: rgba(0, 85, 129, 0.4); } }
  @media screen and (min-width: 60em), print {
    .site-header__wrapper:before {
      height: 3em; } }

@-webkit-keyframes headerScrollReveal {
  0% {
    transform: translate3d(0, -5em, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes headerScrollReveal {
  0% {
    transform: translate3d(0, -5em, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@media screen and (min-width: 48em), print {
  .site-header__wrapper.is-collapsed:before {
    opacity: 0; } }

.site-header {
  margin: 0 auto;
  max-width: 68.75em;
  position: relative; }
  @media print {
    .site-header {
      display: none;
      visibility: hidden; } }

.logo-main {
  font-size: 1em;
  margin: 0;
  position: relative;
  z-index: 160;
  width: 14em; }
  @media screen and (min-width: 48em), print {
    .logo-main {
      padding: 1.25em 0 1em 0.625em;
      width: 17em; } }
  @media screen and (min-width: 60em), print {
    .logo-main {
      padding: 0.55em 0; } }
  @media screen and (min-width: 72em), print {
    .logo-main {
      width: 19em; } }
  @media screen and (min-width: 48em), print {
    .site-header__wrapper.is-collapsed .logo-main {
      padding: 0;
      width: 14.5em; } }
  @media screen and (min-width: 72em), print {
    .site-header__wrapper.is-collapsed .logo-main {
      width: 16em; } }
  .logo-main a {
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    background-repeat: no-repeat;
    display: block;
    height: 4em;
    position: relative;
    text-decoration: none;
    text-indent: -9999px;
    background-position: -310px -191px;
    transition: opacity 0.2s ease; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .logo-main a {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
    @media screen and (min-width: 48em), print {
      .logo-main a {
        background-size: 800px 390px;
        background-position: 6px 10px; } }
    @media screen and (min-width: 72em), print {
      .logo-main a {
        margin-left: 1.5em; } }
    @media screen and (min-width: 48em), print {
      .site-header__wrapper.is-collapsed .logo-main a {
        background-position: -310px -195px;
        height: 3.625em; } }
    .logo-main a:hover {
      opacity: 0.6; }

.logo-trust {
  display: none;
  visibility: hidden; }
  @media screen and (min-width: 60em), print {
    .logo-trust {
      list-style: none;
      margin: 0;
      padding: 0.85em 0 0.55em;
      width: 16.75em;
      display: block;
      visibility: visible;
      position: relative;
      text-align: center; } }
  @media screen and (min-width: 72em), print {
    .logo-trust {
      width: 19.625em; } }
  .site-header__wrapper.is-collapsed .logo-trust {
    display: none; }
  .logo-trust:before {
    content: "";
    display: block;
    position: absolute;
    top: -0.1em;
    left: 0;
    width: 18.375em;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.075); }
    @media screen and (min-width: 72em), print {
      .logo-trust:before {
        width: 19.75em; } }

.logo-trust__bbb,
.logo-trust__trustpilot,
.logo-trust__bca {
  display: inline-block;
  background-image: url(/graphics/site/sprites.png?v=20200710);
  background-size: 800px 390px;
  height: 22px;
  text-indent: -9999px;
  margin-right: 0.15em; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .logo-trust__bbb,
    .logo-trust__trustpilot,
    .logo-trust__bca {
      background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
  @media screen and (min-width: 72em), print {
    .logo-trust__bbb,
    .logo-trust__trustpilot,
    .logo-trust__bca {
      margin-right: 0.25em; } }

.logo-trust__bbb {
  background-position: -151px -194px;
  width: 64px; }

.logo-trust__trustpilot {
  background-position: -3px -61px;
  width: 87px; }

.logo-trust__bca {
  background-position: -97px -61px;
  width: 73px;
  margin-right: 0; }

.logo-trust__badge {
  background-image: url(/graphics/site/sprites.png?v=20200710);
  background-size: 800px 390px;
  background-position: -274px 0;
  position: absolute;
  display: none;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  top: -3.75em; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .logo-trust__badge {
      background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
  @media screen and (min-width: 72em), print {
    .logo-trust__badge {
      display: block;
      left: 19.5rem;
      opacity: 1; } }

.header-search {
  background-color: #091115;
  padding: 1rem 0.625rem 0.625rem;
  text-align: center; }
  .header-search label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .header-search input {
    vertical-align: top; }
  .header-search [type="text"] {
    background-color: rgba(255, 255, 255, 0.125);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.25rem;
    color: white;
    font-size: 16px;
    font-size: 1rem;
    height: 2.5rem;
    height: calc(2.5rem - 2px);
    position: relative;
    top: 1px; }
    @media screen and (min-width: 60em), print {
      .header-search [type="text"] {
        width: 9em; } }
    @media screen and (min-width: 66em), print {
      .header-search [type="text"] {
        width: 10.5em; } }
    .header-search [type="text"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-style: italic; }
    .header-search [type="text"]::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-style: italic; }
    .header-search [type="text"]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-style: italic; }
    .header-search [type="text"]:-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-style: italic; }
  .header-search [type="submit"] {
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    background-position: -168px -95px;
    height: 2.5rem;
    margin-left: -0.625rem;
    text-indent: -9999px;
    width: 2.5rem; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .header-search [type="submit"] {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }

.site-header__search {
  display: none; }
  @media screen and (min-width: 48em), print {
    .site-header__search {
      display: block;
      padding: 0.625rem 1rem;
      text-align: left; } }
  @media screen and (min-width: 60em), print {
    .site-header__search {
      position: absolute;
      top: 4.05em;
      right: 12.75em;
      background-color: transparent;
      padding: 0;
      z-index: 1; } }
  @media screen and (min-width: 72em), print {
    .site-header__search {
      right: 13.25em; } }
  .site-header__wrapper.is-collapsed .site-header__search {
    display: none; }

.menu-scroll-top {
  display: none;
  visibility: hidden;
  background-image: url(/graphics/site/sprites.png?v=20200710);
  background-size: 800px 390px;
  background-position: -434px 10px;
  border: 2px solid #005581;
  border-radius: 3em;
  position: absolute;
  top: 0.7em;
  left: 15em;
  width: 2.2em;
  height: 2.2em;
  text-indent: -9999px; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .menu-scroll-top {
      background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
  .menu-scroll-top:hover {
    background-color: #005581; }
  @media screen and (min-width: 48em), print {
    .site-header__wrapper.is-collapsed .menu-scroll-top {
      visibility: visible;
      display: block; } }
  @media screen and (min-width: 72em), print {
    .site-header__wrapper.is-collapsed .menu-scroll-top {
      left: 16.5em; } }

.menu-show {
  display: block;
  border: 2px solid rgba(250, 225, 97, 0.4);
  border-radius: 0.5em;
  width: 3.875em;
  height: 2.5em;
  text-align: center;
  padding-top: 0.675em;
  position: absolute;
  right: 0.7em;
  top: 0.75em;
  text-decoration: none;
  z-index: 10;
  overflow: hidden; }
  .no-js .menu-show {
    display: none;
    visibility: hidden; }
  @media screen and (min-width: 48em), print {
    .menu-show {
      display: none;
      visibility: hidden; } }
  .menu-show:hover {
    background-color: #005581;
    border-color: #005581; }
    .menu-show:hover span {
      color: white; }
  .menu-show:active {
    background-color: black; }
  .menu-show span {
    display: block;
    color: #fae161;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    position: relative;
    transition: all 0.2s ease; }
    .menu-show span:after {
      position: absolute;
      display: block;
      font-size: 30px;
      font-size: 1.875rem;
      content: "×";
      top: 1.05em;
      left: 50%;
      margin-left: -0.325em; }
    .site-wrapper--nav-open .menu-show span {
      transform: translateY(-3.75em); }
  @media screen and (min-width: 48em), print {
    .menu-show {
      display: none;
      visibility: hidden; } }

.menu-close {
  visibility: hidden;
  position: absolute;
  top: -999em; }

.nav-main__content {
  background-color: #005581;
  position: absolute;
  top: -999em;
  z-index: 1000;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.75);
  width: 100%; }
  .js .nav-main__content {
    visibility: hidden;
    opacity: 0; }
  .no-js .nav-main__content {
    position: static; }
  .site-wrapper--nav-open .nav-main__content {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    top: 4rem;
    -webkit-animation-duration: 0.375s;
            animation-duration: 0.375s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: menuFromTop;
            animation-name: menuFromTop; }
  @media screen and (min-width: 48em), print {
    .site-header__wrapper.is-collapsed .nav-main__content {
      position: absolute;
      top: -999em; } }
  @media screen and (min-width: 48em), print {
    .js .nav-main__content,
    .no-js .nav-main__content {
      background-color: transparent;
      box-shadow: none;
      height: auto;
      top: auto;
      opacity: 1;
      transform: translateY(0);
      position: relative;
      visibility: visible;
      z-index: 1000; } }

@-webkit-keyframes menuFromTop {
  0% {
    opacity: 0;
    transform: translate3d(0, -4em, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes menuFromTop {
  0% {
    opacity: 0;
    transform: translate3d(0, -4em, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.nav-main__main-cats {
  margin: 0;
  padding: 0 0 0.875em; }
  @media screen and (min-width: 36em), print {
    .nav-main__main-cats {
      zoom: 1; }
      .nav-main__main-cats:before, .nav-main__main-cats:after {
        content: "";
        display: table; }
      .nav-main__main-cats:after {
        clear: both; } }
  @media screen and (min-width: 48em), print {
    .nav-main__main-cats {
      padding: 0;
      background-color: #005581; } }
  @media screen and (min-width: 60em), print {
    .nav-main__main-cats {
      display: flex;
      width: 100%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } }
  .nav-main__main-cats a {
    color: white;
    text-decoration: none; }

@media screen and (min-width: 36em), print {
  .main-cat--resources,
  .main-cat--ira,
  .main-cat--buy,
  .main-cat--about {
    width: 50%;
    float: left; } }

@media screen and (min-width: 48em), print {
  .main-cat--resources,
  .main-cat--ira,
  .main-cat--buy,
  .main-cat--about {
    width: 25%;
    position: relative; } }

@media screen and (min-width: 60em), print {
  .main-cat--resources,
  .main-cat--ira,
  .main-cat--buy,
  .main-cat--about {
    width: auto;
    flex-grow: 1; } }

@media screen and (min-width: 48em), print {
  .main-cat--resources .is-showing,
  .main-cat--resources:hover > div > ul,
  .main-cat--ira .is-showing,
  .main-cat--ira:hover > div > ul,
  .main-cat--buy .is-showing,
  .main-cat--buy:hover > div > ul,
  .main-cat--about .is-showing,
  .main-cat--about:hover > div > ul {
    left: 0;
    max-height: 36em;
    opacity: 1; } }

@media screen and (min-width: 48em), print {
  .main-cat--resources:last-child .is-showing,
  .main-cat--resources:last-child:hover > div > ul,
  .main-cat--ira:last-child .is-showing,
  .main-cat--ira:last-child:hover > div > ul,
  .main-cat--buy:last-child .is-showing,
  .main-cat--buy:last-child:hover > div > ul,
  .main-cat--about:last-child .is-showing,
  .main-cat--about:last-child:hover > div > ul {
    right: 0;
    left: auto; } }

@media screen and (min-width: 72em), print {
  .main-cat--resources:last-child .is-showing,
  .main-cat--resources:last-child:hover > div > ul,
  .main-cat--ira:last-child .is-showing,
  .main-cat--ira:last-child:hover > div > ul,
  .main-cat--buy:last-child .is-showing,
  .main-cat--buy:last-child:hover > div > ul,
  .main-cat--about:last-child .is-showing,
  .main-cat--about:last-child:hover > div > ul {
    right: auto;
    left: 0; } }

@media screen and (min-width: 48em), print {
  .main-cat--resources:hover > div > a,
  .main-cat--ira:hover > div > a,
  .main-cat--buy:hover > div > a,
  .main-cat--about:hover > div > a {
    color: white;
    background-color: rgba(255, 255, 255, 0.15); } }

.main-cat--resources > div > a,
.main-cat--ira > div > a,
.main-cat--buy > div > a,
.main-cat--about > div > a {
  display: block;
  padding: 3.5em 0 0.625em;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 48em), print {
    .main-cat--resources > div > a,
    .main-cat--ira > div > a,
    .main-cat--buy > div > a,
    .main-cat--about > div > a {
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      text-align: left;
      padding: 0.5em 0.5em 0.5em 3.5em; } }
  @media screen and (min-width: 60em), print {
    .main-cat--resources > div > a,
    .main-cat--ira > div > a,
    .main-cat--buy > div > a,
    .main-cat--about > div > a {
      padding-top: 0.6em;
      padding-bottom: 0.6em;
      padding-left: 5em; } }
  .main-cat--resources > div > a:before,
  .main-cat--ira > div > a:before,
  .main-cat--buy > div > a:before,
  .main-cat--about > div > a:before {
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    content: "";
    height: 38px;
    left: 50%;
    margin-left: -19px;
    top: 1em;
    position: absolute;
    width: 38px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .main-cat--resources > div > a:before,
      .main-cat--ira > div > a:before,
      .main-cat--buy > div > a:before,
      .main-cat--about > div > a:before {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
    @media screen and (min-width: 48em), print {
      .main-cat--resources > div > a:before,
      .main-cat--ira > div > a:before,
      .main-cat--buy > div > a:before,
      .main-cat--about > div > a:before {
        left: 0.625em;
        top: 0.5em;
        margin: 0; } }
    @media screen and (min-width: 60em), print {
      .main-cat--resources > div > a:before,
      .main-cat--ira > div > a:before,
      .main-cat--buy > div > a:before,
      .main-cat--about > div > a:before {
        top: 0.6em;
        left: 2.125em; } }
  @media screen and (min-width: 48em), print {
    .main-cat--resources > div > a .main-cat__text,
    .main-cat--ira > div > a .main-cat__text,
    .main-cat--buy > div > a .main-cat__text,
    .main-cat--about > div > a .main-cat__text {
      display: inline-block;
      position: relative; } }
  @media screen and (min-width: 60em), print {
    .main-cat--resources > div > a .main-cat__text:before,
    .main-cat--ira > div > a .main-cat__text:before,
    .main-cat--buy > div > a .main-cat__text:before,
    .main-cat--about > div > a .main-cat__text:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 0.4em solid transparent;
      border-right: 0.4em solid transparent;
      border-top: 0.4em solid white;
      margin-top: -0.15em;
      top: 50%;
      right: -1.375em;
      position: absolute; } }
  .main-cat--resources > div > a span,
  .main-cat--ira > div > a span,
  .main-cat--buy > div > a span,
  .main-cat--about > div > a span {
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 48em), print {
      .main-cat--resources > div > a span,
      .main-cat--ira > div > a span,
      .main-cat--buy > div > a span,
      .main-cat--about > div > a span {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media screen and (min-width: 54em), print {
      .main-cat--resources > div > a span,
      .main-cat--ira > div > a span,
      .main-cat--buy > div > a span,
      .main-cat--about > div > a span {
        font-size: 14px;
        font-size: 0.875rem; } }
  .main-cat--resources > div > a strong,
  .main-cat--ira > div > a strong,
  .main-cat--buy > div > a strong,
  .main-cat--about > div > a strong {
    margin-top: -0.125em;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
    @media screen and (min-width: 48em), print {
      .main-cat--resources > div > a strong,
      .main-cat--ira > div > a strong,
      .main-cat--buy > div > a strong,
      .main-cat--about > div > a strong {
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 0; } }
    @media screen and (min-width: 60em), print {
      .main-cat--resources > div > a strong,
      .main-cat--ira > div > a strong,
      .main-cat--buy > div > a strong,
      .main-cat--about > div > a strong {
        font-size: 16px;
        font-size: 1rem; } }
    .main-cat--resources > div > a strong span,
    .main-cat--ira > div > a strong span,
    .main-cat--buy > div > a strong span,
    .main-cat--about > div > a strong span {
      visibility: hidden;
      position: absolute;
      top: -999em; }
      @media screen and (min-width: 66em), print {
        .main-cat--resources > div > a strong span,
        .main-cat--ira > div > a strong span,
        .main-cat--buy > div > a strong span,
        .main-cat--about > div > a strong span {
          font-size: 16px;
          font-size: 1rem;
          position: static;
          visibility: visible; } }
  .main-cat--resources > div > a.is-current,
  .main-cat--ira > div > a.is-current,
  .main-cat--buy > div > a.is-current,
  .main-cat--about > div > a.is-current {
    color: #fcea92; }

@media screen and (min-width: 48em), print {
  .main-cat--resources:last-child > div > a,
  .main-cat--ira:last-child > div > a,
  .main-cat--buy:last-child > div > a,
  .main-cat--about:last-child > div > a {
    border-right: none; } }

.no-flexbox.no-flexboxlegacy .nav-main__list > li {
  width: 25%; }
  .no-flexbox.no-flexboxlegacy .nav-main__list > li > div > a {
    padding-left: 2em; }
    .no-flexbox.no-flexboxlegacy .nav-main__list > li > div > a:before {
      display: none; }

@media screen and (min-width: 72em), print {
  .main-cat--resources > div > a {
    padding-left: 5.25em; } }

.main-cat--resources > div > a:before {
  background-position: 0 -140px; }
  @media screen and (min-width: 72em), print {
    .main-cat--resources > div > a:before {
      left: 2.375em; } }

.main-cat--ira > div > a:before {
  background-position: -60px -140px; }

@media screen and (min-width: 36em), print {
  .main-cat--buy {
    clear: left; } }

@media screen and (min-width: 48em), print {
  .main-cat--buy {
    clear: none; } }

.main-cat--buy > div > a:before {
  background-position: -125px -140px; }

.main-cat--about > div > a:before {
  background-position: -193px -140px; }

.nav-main__sub-cats {
  background-color: #004468;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 1em;
  padding: 0.625em 1em;
  position: relative;
  border-radius: 0.5em; }
  .nav-main__sub-cats:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.6em solid transparent;
    border-right: 0.6em solid transparent;
    border-bottom: 0.6em solid #004468;
    margin-left: -0.6em;
    top: -0.6em;
    left: 50%;
    position: absolute; }
    @media screen and (min-width: 48em), print {
      .nav-main__sub-cats:before {
        display: none; } }
  @media screen and (min-width: 48em), print {
    .nav-main__sub-cats {
      background-color: #0c171c;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
      padding: 0;
      border-radius: 0 0 0.5em 0.5em;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      margin-top: -0.5em;
      margin-left: 5%;
      width: 90%;
      z-index: 1000;
      transition: max-height 0.4s ease; } }
  .nav-main__sub-cats a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: #e5e9ea;
    padding: 0.75em 0.75em 0.625em;
    line-height: 1.1;
    display: block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0; }
    @media screen and (min-width: 48em), print {
      .nav-main__sub-cats a {
        font-size: 16px;
        font-size: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 1;
        padding: 0.875em 1em 0.75em;
        text-align: left;
        text-shadow: none; } }
    @media screen and (min-width: 48em), print {
      .nav-main__sub-cats a:hover {
        background-color: #005581; } }
    .nav-main__sub-cats a:active {
      background-color: rgba(255, 255, 255, 0.3); }
    .nav-main__sub-cats a.is-current {
      color: #fae161; }
  .nav-main__sub-cats li:first-child a {
    border-top: none; }
  @media screen and (min-width: 48em), print {
    .nav-main__sub-cats li:last-child a {
      border-bottom: none; } }

.nav-main__search {
  display: block; }
  @media screen and (min-width: 48em), print {
    .nav-main__search {
      display: none; } }

.nav-secondary {
  background-color: #091115;
  text-align: center;
  -webkit-font-smoothing: auto; }
  @media screen and (min-width: 48em), print {
    .nav-secondary {
      display: none; } }
  .nav-secondary.nav-secondary--wide {
    display: none; }
    @media (min-width: 48em) {
      .nav-secondary.nav-secondary--wide {
        display: block;
        background-color: rgba(0, 0, 0, 0.3);
        padding-right: 0.25em;
        position: absolute;
        top: 0;
        right: 0; } }
    .site-header__wrapper.is-collapsed .nav-secondary.nav-secondary--wide {
      display: none; }
  .nav-secondary::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 60px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    left: -60px;
    bottom: 0; }
  .nav-secondary a {
    color: #fae161; }

.nav-main__logon,
.nav-main__orders,
.nav-main__request {
  display: inline-block;
  letter-spacing: 0.1em;
  margin: 0.25em;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 1em 0.625em 0.875em 36px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.375rem;
  transition: 0.2s ease all; }
  @media screen and (min-width: 48em), print {
    .nav-main__logon,
    .nav-main__orders,
    .nav-main__request {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media screen and (min-width: 60em), print {
    .nav-main__logon,
    .nav-main__orders,
    .nav-main__request {
      font-size: 12px;
      font-size: 0.75rem;
      padding-left: 3em;
      padding-right: 1em; } }
  @media screen and (min-width: 72em), print {
    .nav-main__logon,
    .nav-main__orders,
    .nav-main__request {
      padding-right: 1.5em; } }
  .nav-main__logon:hover,
  .nav-main__orders:hover,
  .nav-main__request:hover {
    color: white;
    background-color: rgba(0, 85, 129, 0.5); }
  .nav-main__logon:before,
  .nav-main__orders:before,
  .nav-main__request:before {
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    content: "";
    height: 26px;
    left: 0.125em;
    top: 0.425em;
    position: absolute;
    width: 26px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .nav-main__logon:before,
      .nav-main__orders:before,
      .nav-main__request:before {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }

.nav-main__logon:before {
  background-position: 10px -101px; }

.nav-main__orders:before {
  background-position: -25px -102px; }

@media screen and (min-width: 72em), print {
  .nav-main__request {
    padding-right: 2.25em; } }

.nav-main__request:before {
  background-position: -61px -102px; }

.nav-request {
  background-color: #005581;
  padding: 0.5em 0.625em;
  text-align: center;
  zoom: 1; }
  .nav-request:before, .nav-request:after {
    content: "";
    display: table; }
  .nav-request:after {
    clear: both; }
  @media screen and (min-width: 48em), print {
    .nav-request {
      background-color: transparent;
      padding: 0; } }
  @media screen and (min-width: 48em), print {
    .site-header__wrapper.is-collapsed .nav-request {
      position: absolute;
      right: 0;
      top: 0.325rem; } }

@media (min-width: 48em) {
  .nav-request__phones {
    position: absolute;
    right: 0.625rem;
    top: 3.175rem; } }

@media (min-width: 60em) {
  .nav-request__phones {
    right: 12.75rem;
    top: 4.125rem; } }

.site-header__wrapper.is-collapsed .nav-request__phones {
  top: 0.375rem;
  right: 10rem; }
  @media (min-width: 72em) {
    .site-header__wrapper.is-collapsed .nav-request__phones {
      display: flex; } }

.nav-request__phone {
  color: white;
  margin-top: 0.3em;
  padding-left: 36px;
  padding-right: 10px;
  position: relative;
  float: left; }
  @media screen and (min-width: 36em), print {
    .nav-request__phone {
      line-height: 1;
      text-align: left;
      padding-bottom: 4px; } }
  @media screen and (min-width: 48em), print {
    .nav-request__phone {
      margin-right: 0; } }
  @media screen and (min-width: 48em), print {
    .nav-request__phone {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 72em), print {
    .nav-request__phone {
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      padding-left: 46px;
      margin-right: 10px; } }
  .nav-request__phone:before {
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    background-position: -97px -98px;
    content: "";
    height: 30px;
    left: 0;
    top: -0.425em;
    position: absolute;
    width: 30px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .nav-request__phone:before {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
    @media screen and (min-width: 36em), print {
      .nav-request__phone:before {
        top: -0.1em; } }
    @media screen and (min-width: 72em), print {
      .nav-request__phone:before {
        background-position: -429px -116px;
        top: -0.325em;
        height: 40px;
        width: 40px; } }
    @media screen and (min-width: 48em), print {
      .site-header__wrapper.is-collapsed .nav-request__phone:before {
        top: 0.125rem; } }
    @media screen and (min-width: 72em), print {
      .site-header__wrapper.is-collapsed .nav-request__phone:before {
        top: 0.25em; } }
  .nav-request__phone span {
    display: none; }
    @media screen and (min-width: 36em), print {
      .nav-request__phone span {
        display: block;
        font-size: 13px;
        font-size: 0.8125rem;
        margin-bottom: 3px; } }
    @media screen and (min-width: 48em), print {
      .nav-request__phone span {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 2px; } }
    @media screen and (min-width: 48em), print {
      .nav-request__phone span {
        font-weight: normal;
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 72em), print {
      .nav-request__phone span {
        opacity: 0.9; } }
  .nav-request__phone a {
    color: white; }

@media screen and (min-width: 48em), print {
  .nav-request__phone--main {
    position: absolute;
    left: -13rem; } }

@media screen and (min-width: 60em), print {
  .nav-request__phone--main {
    left: 0;
    top: -3rem; } }

@media screen and (min-width: 48em), print {
  .site-header__wrapper.is-collapsed .nav-request__phone--main {
    position: static;
    width: 12.5rem; } }

@media (min-width: 72em) {
  .site-header__wrapper.is-collapsed .nav-request__phone--main {
    width: 13.25rem; } }

@media screen and (min-width: 72em), print {
  .site-header__wrapper.is-collapsed .nav-request__phone--main::before {
    top: 0; } }

.nav-request__phone--care {
  display: none; }
  @media screen and (min-width: 36em), print {
    .nav-request__phone--care {
      display: block;
      margin-left: 12px; } }
  @media screen and (min-width: 48em), print {
    .nav-request__phone--care {
      margin-left: 0; } }
  @media screen and (min-width: 60em), print {
    .nav-request__phone--care {
      padding-right: 14.5em; } }
  @media screen and (min-width: 66em), print {
    .nav-request__phone--care {
      padding-right: 20em; } }
  @media screen and (min-width: 72em), print {
    .nav-request__phone--care {
      padding-right: 14em; } }
  @media screen and (min-width: 48em), print {
    .site-header__wrapper.is-collapsed .nav-request__phone--care {
      display: none; } }
  @media screen and (min-width: 72em), print {
    .site-header__wrapper.is-collapsed .nav-request__phone--care {
      margin-right: 6px;
      display: block;
      top: 0;
      padding-right: 0.25em;
      width: 15.5rem; } }
  @media screen and (min-width: 72em), print {
    .site-header__wrapper.is-collapsed .nav-request__phone--care::before {
      top: -0.25em;
      left: 0.1em; } }

.nav-request__phone-email {
  display: none;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal; }
  @media screen and (min-width: 48em), print {
    .nav-request__phone-email {
      display: inline-block; } }
  @media screen and (min-width: 72em), print {
    .nav-request__phone-email {
      font-size: 12px;
      font-size: 0.75rem; } }
  .nav-request__phone-email a {
    color: #fae161;
    font-style: normal;
    text-decoration: none; }
    @media screen and (min-width: 72em), print {
      .nav-request__phone-email a {
        font-weight: bold; } }
    .nav-request__phone-email a:hover {
      text-decoration: underline; }
  .nav-request__phone-email div {
    display: inline; }
    @media screen and (min-width: 72em), print {
      .nav-request__phone-email div {
        display: none; } }

.nav-request__kit {
  border-radius: 0.375em;
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
  position: relative; }
  @media screen and (min-width: 36em), print {
    .nav-request__kit {
      top: 0.4em; } }
  @media screen and (min-width: 48em), print {
    .nav-request__kit {
      position: absolute;
      top: 6.925rem;
      z-index: 1;
      right: 0.625rem;
      border: none;
      color: white;
      padding-left: 2em;
      font-size: 18px;
      font-size: 1.125rem;
      margin-left: 0.75em;
      letter-spacing: -0.025em; } }
  @media screen and (min-width: 60em), print {
    .nav-request__kit {
      border: none;
      padding-left: 2em;
      top: 4.125rem;
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: -0.025em; } }
  @media screen and (min-width: 48em), print {
    .site-header__wrapper.is-collapsed .nav-request__kit {
      position: relative;
      top: 0.375em;
      margin-left: 1.25em;
      background-color: transparent;
      border: 2px solid #005581;
      color: #c5e7f8;
      padding-left: 0.625em;
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 48em), print {
    .site-header__wrapper.is-collapsed .nav-request__kit:hover {
      background-color: #005581; } }
  @media screen and (min-width: 48em), print {
    .nav-request__kit:before {
      background-image: url(/graphics/site/sprites.png?v=20200710);
      background-size: 800px 390px;
      background-position: -134px -100px;
      content: "";
      height: 30px;
      left: 0.2em;
      top: 0.2em;
      position: absolute;
      width: 30px; } }
  @media screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.5), print and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 48em) and (min-device-pixel-ratio: 1.5), print and (min-device-pixel-ratio: 1.5), screen and (min-width: 48em) and (min-resolution: 144dpi), print and (min-resolution: 144dpi), screen and (min-width: 48em) and (min-resolution: 1.5dppx), print and (min-resolution: 1.5dppx) {
    .nav-request__kit:before {
      background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
  .site-header__wrapper.is-collapsed .nav-request__kit:before {
    display: none; }

.site-content--home {
  margin: 0 auto;
  padding: 0.625em; }
  @media screen and (min-width: 36em), print {
    .site-content--home {
      padding-top: 1.25em; } }
  @media screen and (min-width: 48em), print {
    .site-content--home {
      padding: 1.25em 1.25em 0; } }
  @media screen and (min-width: 60em), print {
    .site-content--home {
      padding: 1.25em;
      max-width: 71.25em; } }

.carousel-home {
  margin: 0.625em 0.625em 0; }
  @media screen and (min-width: 35em), print {
    .carousel-home {
      margin: 0;
      min-height: 16em; } }
  @media screen and (min-width: 48em), print {
    .carousel-home {
      background-color: #c9d1d3;
      overflow: hidden; } }
  @media print {
    .carousel-home {
      display: none; } }
  .no-js .carousel-home {
    display: none;
    visibility: hidden; }
  .carousel-home.move-down {
    height: auto; }
    @media screen and (min-width: 48em), print {
      .carousel-home.move-down {
        padding-top: 9.25em; } }
    @media screen and (min-width: 60em), print {
      .carousel-home.move-down {
        padding-top: 10.875em; } }

.carousel-home__image {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 35em), print {
    .js .carousel-home__image {
      transition: opacity 0.65s ease;
      opacity: 0; } }
  @media screen and (min-width: 35em), print {
    .js .carousel-home__image.has-loaded {
      opacity: 1; } }
  .carousel-home__image li:focus-within::before {
    content: "";
    width: calc(100% - 0.25rem);
    height: calc(100% - 0.25rem);
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    z-index: 10;
    border: 0.125rem dotted white; }
  .carousel-home__image a {
    display: block;
    text-align: center; }
    @media screen and (min-width: 35em), print {
      .carousel-home__image a {
        height: 16em; } }
  .carousel-home__image img {
    display: block;
    max-width: 100%; }
    @media screen and (min-width: 35em), print {
      .carousel-home__image img {
        max-width: 112.5em;
        position: absolute;
        left: 50%;
        margin-left: -56.25em; } }

.carousel-home__image.is-narrow {
  opacity: 1; }
  @media screen and (min-width: 35em), print {
    .carousel-home__image.is-narrow img {
      position: static;
      left: 50%;
      margin: 0 auto; } }

.carousel-home__image.is-wide {
  opacity: 1;
  height: 16em; }
  .carousel-home__image.is-wide li {
    height: 16em; }
  .carousel-home__image.is-wide img {
    max-width: 112.5em;
    position: absolute;
    left: 50%;
    margin-left: -56.25em; }

@media screen and (min-width: 56.25em), print {
  .carousel-home__offer-outer {
    margin: 0 auto;
    max-width: 68.75em;
    position: relative; } }

.carousel-home__offer-wrapper {
  background-color: #182e39;
  position: relative;
  padding: 3.05em 0 0; }
  @media screen and (min-width: 56.25em), print {
    .carousel-home__offer-wrapper {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.8);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
      height: 13.75em;
      position: absolute;
      padding: 1.125em;
      right: 0.625em;
      top: -14.875em;
      width: 13.75em;
      z-index: 999; } }
  @media screen and (min-width: 60em), print {
    .carousel-home__offer-wrapper {
      right: 1.875em; } }

.carousel-home__item {
  display: none;
  visibility: hidden;
  text-align: center;
  line-height: 1.2;
  padding: 1em; }
  @media screen and (min-width: 56.25em), print {
    .carousel-home__item {
      padding: 0; } }
  .bx-wrapper .carousel-home__item {
    display: block;
    visibility: visible; }
  .carousel-home__item p {
    color: white;
    max-width: 22em;
    margin: 0 auto;
    text-align: left; }

.carousel-home__nav {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background-color: #0c171c;
  padding: 0.5em 0;
  text-align: center; }
  @media screen and (min-width: 56.25em), print {
    .carousel-home__nav {
      background-color: black;
      bottom: 0;
      top: auto; } }

.carousel-home__nav .bx-pager {
  display: inline-block; }

.carousel-home__nav .bx-pager-item {
  display: inline-block; }
  .carousel-home__nav .bx-pager-item a {
    color: white;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.625em 0.875em 0.5em 0.875em;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 56.25em), print {
      .carousel-home__nav .bx-pager-item a {
        background-color: #005581;
        padding: 0.5em 0.5em 0.375em 0.5em;
        margin: 0 0 0 1px; } }
    @media screen and (min-width: 56.25em), print {
      .carousel-home__nav .bx-pager-item a:hover {
        background-color: #00334e; } }
    .carousel-home__nav .bx-pager-item a.active {
      background-color: #005581; }
      @media screen and (min-width: 56.25em), print {
        .carousel-home__nav .bx-pager-item a.active {
          color: #005581;
          background-color: #c5e7f8; } }

.carousel-home__nav .bx-prev,
.carousel-home__nav .bx-next {
  display: inline-block !important;
  position: absolute;
  overflow: hidden;
  height: 3em;
  top: 0;
  left: 0.5em;
  text-indent: -999em;
  width: 3em; }
  @media screen and (min-width: 56.25em), print {
    .carousel-home__nav .bx-prev,
    .carousel-home__nav .bx-next {
      left: 0; } }
  .carousel-home__nav .bx-prev:before,
  .carousel-home__nav .bx-next:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 0.6rem solid transparent;
    border-top: 0.6rem solid transparent;
    border-right: 0.8rem solid #c5e7f8;
    left: 1.125rem;
    top: 1rem;
    position: absolute;
    transition: all 0.2s ease; }
    @media screen and (min-width: 56.25em), print {
      .carousel-home__nav .bx-prev:before,
      .carousel-home__nav .bx-next:before {
        top: 0.8rem; } }

.carousel-home__nav .bx-next {
  left: auto;
  right: 0.5rem; }
  @media screen and (min-width: 56.25em), print {
    .carousel-home__nav .bx-next {
      right: 0; } }
  .carousel-home__nav .bx-next:before {
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid #c5e7f8;
    left: auto;
    right: 0.5rem;
    position: absolute; }

.carousel-home__nav .bx-prev:active:before {
  border-right-color: white; }

.carousel-home__nav .bx-next:active:before {
  border-left-color: white; }

.home-section-reveals {
  background-color: #387a9d;
  border-radius: 0.375em;
  display: block;
  color: white;
  font-style: italic;
  line-height: 1;
  margin: 0 auto 0.625em;
  max-width: 18em;
  overflow: hidden;
  padding: 0.875em 2em 0.875em 4.375em;
  position: relative;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: all 0.5s ease; }
  @media screen and (min-width: 36em), print {
    .home-section-reveals {
      display: none;
      visibility: hidden; } }
  .home-section-reveals.is-used {
    opacity: 0;
    transform: translateY(-3em);
    position: absolute;
    left: 50%;
    margin-left: -9em;
    max-height: 0;
    overflow: hidden;
    padding: 0; }
  .home-section-reveals:before {
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    background-repeat: no-repeat;
    background-color: white;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 3.5em;
    height: 100%; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .home-section-reveals:before {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
  .home-section-reveals:after {
    display: block;
    content: "";
    margin-left: 0.125em;
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    background-position: -391px -22px;
    opacity: 0.6;
    content: "";
    height: 26px;
    position: absolute;
    right: 0.625em;
    top: 50%;
    margin-top: -14px;
    width: 26px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .home-section-reveals:after {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
  .home-section-reveals em {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.125em; }
  .home-section-reveals strong {
    display: block;
    font-style: normal; }

.home-section-reveals--quiz {
  margin-top: 1.25em; }

.home-section-reveals--quiz:before {
  background-position: -419px -323px; }

.home-section-reveals--research {
  margin-top: 1.25em; }

.home-section-reveals--research:before {
  background-position: -12px -322px; }

.home-section-reveals--iras:before {
  background-position: -102px -322px; }

.home-section-reveals--coins:before {
  background-position: -181px -324px; }

.home-section-reveals--news:before {
  background-position: -259px -324px; }

.home-section-reveals--about:before {
  background-position: -339px -324px; }

.sub-title--home {
  color: rgba(0, 85, 129, 0.8);
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  margin: 0 0 0.25em;
  text-transform: uppercase; }

.title--home {
  color: #005581;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 0.5em; }
  @media screen and (min-width: 36em), print {
    .title--home {
      font-size: 24px;
      font-size: 1.5rem; } }

@media screen and (min-width: 48em), print {
  .flexbox .home-row {
    display: flex;
    width: 100%; } }

@media print {
  .flexbox .home-row {
    display: block; } }

.no-flexbox .home-row {
  zoom: 1; }
  .no-flexbox .home-row:before, .no-flexbox .home-row:after {
    content: "";
    display: table; }
  .no-flexbox .home-row:after {
    clear: both; }

.home-box {
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  margin: 0 auto 0.625em;
  padding: 1.25em;
  max-width: 30em; }
  @media screen and (min-width: 36em), print {
    .home-box {
      margin-bottom: 1.25em; } }
  @media screen and (min-width: 48em), print {
    .home-box {
      padding: 1.875em;
      max-width: 100%; } }
  @media screen and (min-width: 48em), print {
    .home-box:first-child {
      margin-right: 0.625em; } }
  @media screen and (min-width: 48em), print {
    .home-box:last-child {
      margin-left: 0.625em; } }

.home-box--hide-mobile.home-box--hide-mobile {
  visibility: hidden;
  position: absolute;
  left: -999em;
  top: -999em; }
  @media screen and (min-width: 36em), print {
    .home-box--hide-mobile.home-box--hide-mobile {
      left: auto;
      top: auto;
      position: relative;
      visibility: visible; } }

.animate-delay-then-fadeleft {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInFromRight;
          animation-name: slideInFromRight; }

@-webkit-keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translate3d(5em, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translate3d(5em, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.home-prices {
  padding-bottom: 0;
  max-width: 20em; }
  @media screen and (min-width: 36em), print {
    .home-prices {
      max-width: 30em;
      padding-bottom: 1em; } }
  @media screen and (min-width: 48em), print {
    .home-prices {
      background-image: url(/graphics/site/bg_home_prices.jpg);
      background-position: left bottom;
      background-repeat: no-repeat;
      width: 40%;
      order: 2; } }
  @media screen and (min-width: 64em), print {
    .home-prices {
      width: 25.45455%; } }
  @media print {
    .home-prices {
      margin-left: auto !important;
      margin-right: auto !important; } }
  .no-flexbox .home-prices {
    float: right; }
  @media screen and (min-width: 48em), print {
    .home-prices.home-box {
      margin-right: 0;
      margin-left: 0.625em; } }
  .home-prices .title--home {
    visibility: hidden;
    position: absolute;
    top: -999em;
    opacity: 0;
    transition: opacity 0.3s ease; }
    @media screen and (min-width: 36em), print {
      .home-prices .title--home {
        visibility: visible;
        position: static;
        opacity: 1; } }

.home-prices--is-expanded .sub-title--home {
  color: #68a0bc; }

.home-prices--is-expanded .title--home {
  visibility: visible;
  position: static;
  opacity: 1; }

.live-prices__controls {
  background-color: #387a9d;
  zoom: 1;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1.125em;
  padding-top: 0.35em;
  text-align: center;
  visibility: hidden;
  position: absolute;
  top: -999em;
  opacity: 0;
  transform: translateX(-3.75em);
  transition: all 0.3s ease 0.2s; }
  .live-prices__controls:before, .live-prices__controls:after {
    content: "";
    display: table; }
  .live-prices__controls:after {
    clear: both; }
  @media screen and (min-width: 36em), print {
    .live-prices__controls {
      visibility: visible;
      position: static;
      opacity: 1;
      transform: translateX(0); } }
  @media screen and (min-width: 64em), print {
    .live-prices__controls {
      margin: 0 -2em 1.125em; } }
  @media screen and (min-width: 70em), print {
    .live-prices__controls {
      margin: 0 -0.5em 1.125em; } }
  .home-prices--is-expanded .live-prices__controls {
    visibility: visible;
    position: static;
    opacity: 1;
    transform: translateX(0); }
  .live-prices__controls a {
    color: white;
    display: inline-block;
    padding: 0.4em 0.55em 0.75em;
    text-decoration: none; }
    .live-prices__controls a:hover {
      color: #fae161; }
  .live-prices__controls .is-current {
    border-radius: 0.375em 0.375em 0 0;
    font-weight: bold;
    background-color: white;
    color: #387a9d; }
    .live-prices__controls .is-current:hover {
      color: #244e65; }

.live-prices__content {
  width: 100%;
  max-width: 20em;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -999em; }
  @media screen and (min-width: 64em), print {
    .live-prices__content {
      margin: 0 -1em; } }
  @media screen and (min-width: 70em), print {
    .live-prices__content {
      margin: 0 -0.25em; } }
  .live-prices__content.is-current {
    opacity: 1;
    left: auto;
    visibility: visible;
    position: static;
    display: block;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: priceReveal;
            animation-name: priceReveal; }
  .live-prices__content caption {
    display: none; }
  .live-prices__content th {
    color: #646464;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 0.25em;
    display: none; }
    .home-prices--is-expanded .live-prices__content th {
      display: table-cell; }
    @media screen and (min-width: 36em), print {
      .live-prices__content th {
        display: table-cell; } }
    .live-prices__content th:first-child {
      text-indent: -9999px; }
  .live-prices__content td {
    border-top: 1px solid #d0dfe7;
    padding: 0.325em 0 0.25em 0; }
  .live-prices__content tr:last-child td {
    border-bottom: 1px solid #d0dfe7; }
  .live-prices__content .live-prices__metal {
    width: 60%;
    padding-right: 0.75em; }
  .live-prices__content .live-prices__price,
  .live-prices__content .live-prices__change {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold; }
  .live-prices__content .live-prices__price {
    padding-right: 1.5em; }
  .live-prices__content .live-prices__change {
    text-align: right; }
    .live-prices__content .live-prices__change div {
      position: relative;
      padding-right: 1.25em; }
      .live-prices__content .live-prices__change div:after {
        content: "";
        border-left: 0.275rem solid transparent;
        border-right: 0.275rem solid transparent;
        border-bottom: 0.4rem solid #4e8124;
        display: block;
        position: absolute;
        right: 0.2rem;
        top: 0.275rem; }
  .live-prices__content .live-prices__plat {
    display: none; }
    .home-prices--is-expanded .live-prices__content .live-prices__plat {
      display: table-row; }
    @media screen and (min-width: 36em), print {
      .live-prices__content .live-prices__plat {
        display: table-row; } }
  .live-prices__content .is-up {
    color: #4e8124; }
  .live-prices__content .is-down {
    color: #b01a10; }
    .live-prices__content .is-down div:after {
      border-bottom: none;
      border-top: 0.4rem solid #b01a10; }

@-webkit-keyframes priceReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, -2em, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes priceReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, -2em, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.home-prices__mobile-expand {
  border-top: 1px solid #d0dfe7;
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  padding: 1em; }
  .home-prices--is-expanded .home-prices__mobile-expand {
    display: none; }
  @media screen and (min-width: 36em), print {
    .home-prices__mobile-expand {
      display: none; } }
  .home-prices__mobile-expand:before {
    display: inline-block;
    content: "";
    top: 0.05em;
    position: relative;
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    background-position: -411px -2px;
    content: "";
    height: 13px;
    margin-right: 0.5em;
    width: 13px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .home-prices__mobile-expand:before {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }

.live-prices__change-toggle {
  display: none;
  text-align: center;
  padding-top: 0.625em; }
  .home-prices--is-expanded .live-prices__change-toggle {
    display: block; }
  @media screen and (min-width: 36em), print {
    .live-prices__change-toggle {
      display: block; } }
  .live-prices__change-toggle button {
    background-color: white;
    border-radius: 0;
    color: #387a9d;
    border: 1px solid #387a9d;
    border-right: none;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .live-prices__change-toggle button:first-child {
      border-radius: 0.5em 0 0 0.5em; }
    .live-prices__change-toggle button:last-child {
      border-radius: 0 0.5em 0.5em 0;
      border-right: 1px solid #387a9d; }
    .live-prices__change-toggle button:focus {
      outline: 0.0625rem dotted #182e39;
      outline-offset: 0.25rem; }
    .live-prices__change-toggle button.is-selected {
      background-color: #387a9d;
      color: white; }

.live-prices__charts-link {
  padding-top: 1em;
  text-align: center;
  display: none;
  padding-bottom: 1em; }
  .home-prices--is-expanded .live-prices__charts-link {
    display: block; }
  @media screen and (min-width: 36em), print {
    .live-prices__charts-link {
      display: block;
      padding-bottom: 0; } }
  .live-prices__charts-link .button {
    background-color: #387a9d;
    border-radius: 0.375em;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0.8em 1em 0.7em 3.5em; }
    .live-prices__charts-link .button:hover {
      background-color: #005581; }
    .live-prices__charts-link .button:focus {
      outline: 0.0625rem dotted #182e39;
      outline-offset: 0.25rem; }
    .live-prices__charts-link .button:before {
      background-image: url(/graphics/site/sprites.png?v=20200710);
      background-size: 800px 390px;
      background-color: #005581;
      background-position: -33px -189px;
      content: "";
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      width: 2.75em; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .live-prices__charts-link .button:before {
          background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }

@media screen and (min-width: 48em), print {
  .home-quiz,
  .home-knowledge {
    width: 60%;
    order: 1; } }

@media screen and (min-width: 54em), print {
  .home-quiz,
  .home-knowledge {
    min-height: 20.5em;
    padding-bottom: 1.25em;
    position: relative; } }

@media screen and (min-width: 64em), print {
  .home-quiz,
  .home-knowledge {
    padding-right: 20em;
    width: 72.72727%; } }

@media print {
  .home-quiz,
  .home-knowledge {
    margin-left: auto !important;
    margin-right: auto !important; } }

.no-flexbox .home-quiz, .no-flexbox
.home-knowledge {
  float: left;
  width: 71.8181818%; }

@media screen and (min-width: 48em), print {
  .home-quiz.home-box,
  .home-knowledge.home-box {
    margin-left: 0; } }

@media screen and (min-width: 64em), print {
  .home-quiz.home-box,
  .home-knowledge.home-box {
    margin-right: 0.625em; } }

@media screen and (min-width: 64em), print {
  .home-quiz .title--home,
  .home-knowledge .title--home {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0.25em; } }

.home-knowledge--tools {
  background-color: #182e39;
  background-image: none;
  text-align: center; }
  @media screen and (min-width: 54em), print {
    .home-knowledge--tools {
      padding: 1.25em; } }
  .home-knowledge--tools iframe {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0.625em; }
    @media screen and (min-width: 54em), print {
      .home-knowledge--tools iframe {
        margin-bottom: 1em; } }
  .home-knowledge--tools .button {
    font-size: 14px;
    font-size: 0.875rem; }

.home-knowledge__desc {
  padding-bottom: 0; }
  .home-knowledge--inlineform .home-knowledge__desc {
    padding-bottom: 1.25em; }
  @media screen and (min-width: 54em), print {
    .home-knowledge__desc {
      padding-right: 12em; } }
  @media screen and (min-width: 64em), print {
    .home-knowledge__desc {
      padding-right: 0; } }

.home-knowledge__quote {
  margin: 0 0 1.25em;
  padding: 0 1.25em 1em; }
  @media screen and (min-width: 72em), print {
    .home-knowledge__quote {
      background-color: #2e647e;
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      width: 18em;
      border-radius: 0.5em 0 0 0.5em;
      padding: 1.25em 1.25em 1em; } }

.home-knowledge__quote-body {
  color: #005581;
  font-style: italic;
  font-family: Georgia, serif; }
  @media screen and (min-width: 72em), print {
    .home-knowledge__quote-body {
      font-size: 14px;
      font-size: 0.875rem;
      color: white; } }

.home-knowledge__quote-author {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: right; }
  @media screen and (min-width: 72em), print {
    .home-knowledge__quote-author {
      color: white;
      font-weight: bold; } }

.home-knowledge__report {
  text-align: center;
  max-width: 15em;
  float: right;
  width: 40%;
  margin: 0 0 1em 1em; }
  @media screen and (min-width: 54em), print {
    .home-knowledge__report {
      position: absolute;
      top: 6em;
      right: 0.25em;
      width: 13em; } }
  @media screen and (min-width: 64em), print {
    .home-knowledge__report {
      max-width: 20.5em;
      max-height: 100%;
      width: auto;
      top: 0.25em;
      right: -1.5em; } }
  @media screen and (min-width: 72em), print {
    .home-knowledge__report {
      top: -1.125em;
      z-index: 2; } }

.home-knowledge__preview-link {
  text-align: center;
  padding-top: 1em; }
  @media screen and (min-width: 54em), print {
    .home-knowledge__preview-link {
      padding-right: 12em;
      padding-bottom: 1em; } }
  @media screen and (min-width: 64em), print {
    .home-knowledge__preview-link {
      padding-right: 0; } }
  .home-knowledge__preview-link.is-used {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: slideOutFromTop;
            animation-name: slideOutFromTop; }
  .home-knowledge__preview-link .button {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.5em 0.875em 0.25em 2.25em; }
    .home-knowledge__preview-link .button:before {
      background-position: 3px -192px;
      background-image: url(/graphics/site/sprites.png?v=20200710);
      background-size: 800px 390px;
      content: "";
      height: 26px;
      left: 0.4em;
      top: 0.4em;
      position: absolute;
      width: 26px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .home-knowledge__preview-link .button:before {
          background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }

@media screen and (min-width: 30em), print {
  .home-quiz {
    background-image: url(/graphics/site/bg_home_quiz.jpg);
    background-size: 800px 584px;
    background-position: -40px 0; } }
  @media screen and (min-width: 30em) and (-webkit-min-device-pixel-ratio: 1.5), print and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 30em) and (min-device-pixel-ratio: 1.5), print and (min-device-pixel-ratio: 1.5), screen and (min-width: 30em) and (min-resolution: 144dpi), print and (min-resolution: 144dpi), screen and (min-width: 30em) and (min-resolution: 1.5dppx), print and (min-resolution: 1.5dppx) {
    .home-quiz {
      background-image: url(/graphics/site/bg_home_quiz@2x.jpg); } }

@media screen and (min-width: 64em), print {
  .home-quiz {
    background-position: 30px 0; } }

@media screen and (min-width: 72em), print {
  .home-quiz {
    background-position: right top; } }

@media screen and (min-width: 30em), print {
  .home-quiz__inner {
    max-width: 15em; } }

@media screen and (min-width: 64em), print {
  .home-quiz__inner {
    max-width: 18em; } }

@media screen and (min-width: 64em), print {
  .home-quiz__inner p {
    font-size: 18px;
    font-size: 1.125rem; } }

@-webkit-keyframes slideOutFromTop {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 3em, 0); } }

@keyframes slideOutFromTop {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 3em, 0); } }

.home-preview {
  visibility: hidden;
  top: -999em;
  position: absolute;
  background-color: #182e39;
  margin: 0.5em auto 1em;
  max-width: 30em;
  padding: 1.25em; }
  @media screen and (min-width: 48em), print {
    .home-preview {
      zoom: 1;
      margin: 0 0 0.625em;
      max-width: 100%;
      padding: 1.875em; }
      .home-preview:before, .home-preview:after {
        content: "";
        display: table; }
      .home-preview:after {
        clear: both; } }
  @media screen and (min-width: 64em), print {
    .home-preview {
      margin-bottom: 1.25em; } }
  .home-preview.is-showing {
    position: relative;
    top: auto;
    visibility: visible;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: slideInFromTop;
            animation-name: slideInFromTop; }
  .home-preview:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid #182e39;
    margin-right: -0.5em;
    right: 50%;
    top: -0.5em;
    position: absolute; }

@-webkit-keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translate3d(0, -1.25em, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translate3d(0, -1.25em, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@media screen and (min-width: 48em), print {
  .home-preview__details {
    width: 47.5%;
    float: left; } }

@media screen and (min-width: 60em), print {
  .home-preview__details {
    width: 62%; } }

.home-preview__thumbs {
  zoom: 1;
  padding: 0 0 1.5em; }
  .home-preview__thumbs:before, .home-preview__thumbs:after {
    content: "";
    display: table; }
  .home-preview__thumbs:after {
    clear: both; }
  .home-preview__thumbs img {
    display: block;
    float: left;
    max-width: 30%;
    margin-right: 5%; }
    .home-preview__thumbs img:last-child {
      margin: 0; }

.home-preview__title {
  color: #fae161;
  margin: 0 0 0.5em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1; }

.home-preview__intro {
  color: white;
  padding-bottom: 1.25em; }
  @media screen and (min-width: 48em), print {
    .home-preview__intro {
      padding-bottom: 0; } }
  .home-preview__intro p:last-of-type {
    padding-bottom: 0; }

.home-preview__form {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 -1.25em;
  padding: 1.25em;
  max-width: 15em;
  margin: 0 auto; }
  @media screen and (min-width: 48em), print {
    .home-preview__form {
      float: right;
      margin: 0;
      max-width: none;
      width: 47.5%; } }
  @media screen and (min-width: 60em), print {
    .home-preview__form {
      width: 33.5%; } }
  .home-knowledge--inlineform .home-preview__form {
    background-color: transparent;
    padding: 0 1.25em; }
    @media screen and (min-width: 48em), print {
      .home-knowledge--inlineform .home-preview__form {
        clear: both;
        float: none;
        margin: 0 -0.625em;
        padding: 0;
        width: auto; } }
    @media screen and (min-width: 54em), print {
      .home-knowledge--inlineform .home-preview__form {
        margin: 0; } }
    @media screen and (min-width: 64em), print {
      .home-knowledge--inlineform .home-preview__form {
        margin: 0 -0.625em; } }
    @media screen and (min-width: 72em), print {
      .home-knowledge--inlineform .home-preview__form {
        margin: 0; } }
  .home-preview__form h6 {
    color: white;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 0.5em; }
  .home-preview__form label {
    color: #c5e7f8;
    display: block;
    padding-bottom: 0.5em;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .home-knowledge--inlineform .home-preview__form label {
      color: #005581;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      padding-bottom: 0.125em; }
  .home-preview__form .mini-form__field {
    color: #646464;
    padding-bottom: 1em; }
  .home-preview__form .input-text {
    width: 100%; }
  .home-preview__form .mini-form__pair {
    zoom: 1; }
    .home-preview__form .mini-form__pair:before, .home-preview__form .mini-form__pair:after {
      content: "";
      display: table; }
    .home-preview__form .mini-form__pair:after {
      clear: both; }
    @media screen and (min-width: 48em), print {
      .home-preview__form .mini-form__pair .mini-form__field {
        width: 50%;
        float: left; } }
  .home-preview__form .mini-form__submit {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1em 1em 0.25em;
    text-align: center; }
    .home-knowledge--inlineform .home-preview__form .mini-form__submit {
      border-top: 1px solid #e6e4d9;
      clear: both;
      text-align: left;
      padding: 1em 0 0; }
    .home-preview__form .mini-form__submit .button {
      font-size: 16px;
      font-size: 1rem; }
      .home-knowledge--inlineform .home-preview__form .mini-form__submit .button {
        font-size: 18px;
        font-size: 1.125rem; }
  .home-preview__form .mini-form__privacy {
    color: #646464;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    margin-top: 1em;
    display: block; }
    @media screen and (min-width: 48em), print {
      .home-preview__form .mini-form__privacy {
        display: inline-block;
        margin-left: 0.75em;
        margin-top: 0; } }
  .home-preview__form .mini-form__minnesota {
    color: #c2a821;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    margin-left: 1em; }

.home-preview__errors {
  display: none;
  background-color: #d4190c;
  color: white;
  margin: 0.625em -0.625em 1.25em;
  padding: 0.625em; }
  .home-preview__errors h6 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 0.25em; }
  .home-preview__errors ul {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0; }

.home-iras {
  background-color: #2e647e;
  color: white; }
  @media screen and (min-width: 48em), print {
    .home-iras {
      background-image: url(/graphics/site/bg_home_iras.jpg);
      background-position: right top;
      background-repeat: no-repeat;
      overflow: hidden;
      width: 40%; } }
  @media screen and (min-width: 64em), print {
    .home-iras {
      padding-bottom: 0;
      width: 25.45455%; } }
  @media print {
    .home-iras {
      width: auto;
      margin-right: 0 !important; } }
  .no-flexbox .home-iras {
    float: left; }
  @media screen and (min-width: 64em), print {
    .home-iras.home-box {
      margin-right: 0.625em; } }
  .home-iras .title--home {
    color: white;
    margin-bottom: 0.2em; }
    @media screen and (min-width: 64em), print {
      .home-iras .title--home {
        font-size: 21px;
        font-size: 1.3125rem; } }
  .home-iras .sub-title--home {
    color: #c5e7f8;
    margin-bottom: 1em; }
  .home-iras .button__wrapper {
    text-align: center;
    padding-bottom: 1em; }
    @media screen and (min-width: 48em), print {
      .home-iras .button__wrapper {
        padding-top: 0.625em;
        padding-bottom: 1.875em; } }
    @media screen and (min-width: 64em), print {
      .home-iras .button__wrapper {
        padding: 0 0 0.5em; } }

.home-iras__certs {
  text-align: center; }
  @media screen and (min-width: 48em), print {
    .home-iras__certs {
      width: 150%;
      margin-left: -25%; } }
  @media screen and (min-width: 64em), print {
    .home-iras__certs {
      margin-bottom: -1.25em; } }

.home-coins {
  background-color: #2e647e;
  color: white;
  padding: 0;
  position: relative; }
  @media screen and (min-width: 48em), print {
    .home-coins {
      background-image: url(/graphics/site/bg_home_coinstore.jpg);
      background-position: left top;
      background-repeat: no-repeat;
      width: 60%; } }
  @media screen and (min-width: 64em), print {
    .home-coins {
      width: 72.72727%; } }
  @media print {
    .home-coins {
      width: auto;
      margin-left: 0 !important; } }
  .home-coins::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1); }
  .no-flexbox .home-coins {
    float: right;
    width: 71.81818%; }

.home-coins__slider {
  padding: 1em 2.25em 0.625em;
  position: relative;
  z-index: 1; }
  .home-coins__slider .bx-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .home-coins__slider .bx-prev,
  .home-coins__slider .bx-next {
    height: 5em;
    width: 1.875em;
    top: 2.625em;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    background-repeat: no-repeat;
    background-position: -284px -116px;
    border-radius: 0 0.375em 0.375em 0; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .home-coins__slider .bx-prev,
      .home-coins__slider .bx-next {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
  .home-coins__slider .bx-next {
    left: auto;
    right: 0;
    background-position: -314px -116px;
    border-radius: 0.375em 0 0 0.375em; }

.home-coins__coins {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1; }
  .home-coins__coins:before, .home-coins__coins:after {
    content: "";
    display: table; }
  .home-coins__coins:after {
    clear: both; }

.home-coins__coin {
  float: left;
  width: 50%;
  margin: 0 auto;
  padding: 0.5em 0.625em 1.5em;
  text-align: center; }

.home-coins__coin-link {
  display: block;
  text-decoration: none; }
  .home-coins__coin-link .button--orange {
    border-radius: 0.375em;
    font-size: 14px;
    font-size: 0.875rem; }
  .home-coins__coin-link:hover .button--orange {
    background-color: #713d01; }

.home-coins__photo {
  display: block;
  margin-bottom: 0.375em;
  transition: 0.2s opacity ease; }
  .home-coins__coin-link:hover .home-coins__photo {
    opacity: 0.8; }

.home-coins__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.2em;
  max-height: 2.25em;
  overflow: hidden;
  color: #d9f4be;
  transition: 0.2s color ease; }
  .home-coins__coin-link:hover .home-coins__name {
    color: #fae161; }

.home-coins__details {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.625em; }
  .home-coins__details strong {
    margin-left: 0.25em; }

.home-coins__desc {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 68em), print {
    .home-coins__desc {
      display: flex;
      width: 100%; } }
  .no-flexbox.no-flexboxlegacy .home-coins__desc {
    zoom: 1; }
    .no-flexbox.no-flexboxlegacy .home-coins__desc:before, .no-flexbox.no-flexboxlegacy .home-coins__desc:after {
      content: "";
      display: table; }
    .no-flexbox.no-flexboxlegacy .home-coins__desc:after {
      clear: both; }
  .home-coins__desc a {
    color: #d9f4be; }
  .home-coins__desc .title--home {
    color: white;
    margin-bottom: 0.2em; }
  .home-coins__desc .sub-title--home {
    color: #c5e7f8;
    margin-bottom: 1em; }

.home-coins__content {
  padding: 1.25em; }
  @media screen and (min-width: 48em), print {
    .home-coins__content {
      padding: 1.875em; } }
  @media screen and (min-width: 68em), print {
    .home-coins__content {
      width: 56.25%; } }
  .no-flexbox.no-flexboxlegacy .home-coins__content {
    float: left;
    width: 56.25%; }
  .home-coins__content p:last-of-type {
    padding-bottom: 0; }

.home-coins__store-link,
.home-coins__gallery-link {
  background-color: #182b34;
  border-top: 4px solid #2e647e;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  min-height: 6em; }
  @media screen and (min-width: 26em), print {
    .home-coins__store-link,
    .home-coins__gallery-link {
      width: 50%; } }
  @media screen and (min-width: 68em), print {
    .home-coins__store-link,
    .home-coins__gallery-link {
      width: 100%;
      height: 50%;
      float: none;
      border-top: none;
      flex-grow: 1; } }
  .no-flexbox.no-flexboxlegacy .home-coins__store-link, .no-flexbox.no-flexboxlegacy
  .home-coins__gallery-link {
    float: none;
    width: 100%; }
  .home-coins__store-link:hover strong,
  .home-coins__gallery-link:hover strong {
    color: #fae161; }
  .home-coins__store-link:focus,
  .home-coins__gallery-link:focus {
    outline: none; }
    .home-coins__store-link:focus::before,
    .home-coins__gallery-link:focus::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 0.125rem dotted white; }
  .home-coins__store-link strong,
  .home-coins__gallery-link strong {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.15em;
    line-height: 1; }
  .home-coins__store-link span,
  .home-coins__gallery-link span {
    letter-spacing: 0.1em;
    margin-top: 0.125em;
    color: white;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal; }
  .home-coins__store-link div,
  .home-coins__gallery-link div {
    position: absolute;
    top: 50%;
    margin-top: -1.625em; }

@media screen and (min-width: 26em), print {
  .home-coins__store-links {
    overflow: hidden; } }

@media screen and (min-width: 68em), print {
  .home-coins__store-links {
    width: 43.75%;
    border-left: 4px solid #2e647e;
    display: flex;
    flex-direction: column; } }

.no-flexbox.no-flexboxlegacy .home-coins__store-links {
  float: right;
  width: 43.75%; }

.home-coins__store-link {
  background-image: url(/graphics/site/home_link_bullionstore.jpg);
  background-size: 350px 103px;
  background-position: -2.5em center;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .home-coins__store-link {
      background-image: url(/graphics/site/home_link_bullionstore@2x.jpg); } }
  .home-coins__store-link div {
    left: 11em; }
    @media screen and (min-width: 26em), print {
      .home-coins__store-link div {
        left: 5.325em; } }
    @media screen and (min-width: 64em), print {
      .home-coins__store-link div {
        left: 13em; } }
  @media screen and (min-width: 26em), print {
    .home-coins__store-link {
      float: right;
      border-left: 2px solid #2e647e;
      background-position: -8em center;
      padding-left: 5em; } }
  @media screen and (min-width: 64em), print {
    .home-coins__store-link {
      background-position: left center; } }
  @media screen and (min-width: 68em), print {
    .home-coins__store-link {
      border-bottom: 4px solid #2e647e;
      border-left: none; } }

.home-coins__gallery-link {
  background-image: url(/graphics/site/home_link_coinanalyzer.jpg);
  background-size: 350px 103px;
  background-position: right center;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .home-coins__gallery-link {
      background-image: url(/graphics/site/home_link_coinanalyzer@2x.jpg); } }
  .home-coins__gallery-link div {
    left: 1.25em;
    margin-top: -2.075em; }
    @media screen and (min-width: 68em), print {
      .home-coins__gallery-link div {
        left: auto;
        right: 13.5em; } }
  @media screen and (min-width: 26em), print {
    .home-coins__gallery-link {
      margin: 0;
      border-right: 2px solid #2e647e;
      padding-right: 5em;
      background-position: 0 center;
      float: left;
      text-align: left; } }
  @media screen and (min-width: 64em), print {
    .home-coins__gallery-link {
      background-position: right center; } }
  @media screen and (min-width: 68em), print {
    .home-coins__gallery-link {
      border-right: none; } }

@media screen and (min-width: 36em), print {
  .home-news {
    padding-left: 11.5em;
    position: relative; } }

@media screen and (min-width: 48em), print {
  .home-news {
    background-image: url(/graphics/site/bg_home_news.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 18%;
    padding-bottom: 0;
    width: 50%; } }

@media print {
  .home-news {
    width: auto; } }

.no-flexbox .home-news {
  float: left;
  width: 48.63636%;
  margin-right: 0; }

@media screen and (min-width: 64em), print {
  .home-news.home-box {
    margin-right: 0.625em; } }

.home-news__story {
  padding-top: 0.5em;
  zoom: 1; }
  .home-news__story:before, .home-news__story:after {
    content: "";
    display: table; }
  .home-news__story:after {
    clear: both; }
  @media screen and (min-width: 36em), print {
    .home-news__story {
      padding-top: 0; } }
  .home-news__story img {
    float: right;
    margin-top: 0.2em;
    margin-right: -1.25em;
    max-width: 40%;
    display: block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 36em), print {
      .home-news__story img {
        position: absolute;
        left: 0;
        top: 1.25em;
        float: none;
        max-width: 10em;
        margin: 0; } }
    @media screen and (min-width: 48em), print {
      .home-news__story img {
        top: 1.875em;
        max-width: 30%; } }

.home-news__title {
  margin: 0; }
  .home-news__title a {
    color: #4e8124;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    line-height: 1.2; }
    .home-news__title a:hover {
      color: #005581; }

.home-news__date {
  color: #646464;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0.875em; }

.home-news__desc {
  padding-right: 38%; }
  @media screen and (min-width: 36em), print {
    .home-news__desc {
      padding-right: 0; } }
  @media screen and (min-width: 48em), print {
    .home-news__desc {
      padding-bottom: 1.875em; } }

.home-news__older {
  padding-top: 1em;
  margin-bottom: -1.25em; }
  @media screen and (min-width: 36em), print {
    .home-news__older {
      margin-left: -10.25em; } }
  @media screen and (min-width: 48em), print {
    .home-news__older {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.7);
      margin-left: -1.875em;
      margin-right: -1.875em;
      margin-bottom: 0;
      padding: 1.25em 1.875em 0.625em; } }
  @media screen and (min-width: 64em), print {
    .home-news__older {
      margin-left: -11em;
      margin-bottom: 1.25em; } }
  .home-news__older .sub-title--home {
    color: #182e39;
    margin-bottom: 0.5em; }
  .home-news__older ul {
    list-style: none;
    margin: 0 -0.625em;
    padding: 0; }
  .home-news__older li {
    border-top: 1px solid #d0dfe7;
    padding: 0.625em 0.625em 0.5em;
    position: relative; }
  .home-news__older .home-news__title {
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    color: #497922;
    text-decoration: none;
    line-height: 1.2; }
    @media screen and (min-width: 64em), print {
      .home-news__older .home-news__title {
        padding-right: 8em; } }
    .home-news__older .home-news__title:hover {
      color: #005581; }
  .home-news__older .home-news__date {
    font-size: 12px;
    font-size: 0.75rem; }
    @media screen and (min-width: 64em), print {
      .home-news__older .home-news__date {
        position: absolute;
        right: 1em;
        top: 0.875em; } }

@media screen and (min-width: 48em), print {
  .home-about {
    background-image: url(/graphics/site/bg_home_about.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 50%; } }

@media screen and (min-width: 62em), print {
  .home-about {
    padding-right: 14em;
    position: relative; } }

@media screen and (min-width: 66em), print {
  .home-about {
    padding-right: 18em; } }

@media print {
  .home-about {
    width: auto; } }

.no-flexbox .home-about {
  float: right;
  width: 48.63636%;
  margin-left: 0; }

.home-about__desc p:last-of-type {
  padding-bottom: 0; }

.home-about__video {
  padding-top: 0.625em; }
  @media screen and (min-width: 62em), print {
    .home-about__video {
      position: absolute;
      right: 1.25em;
      top: 3.75em;
      width: 11em; } }
  @media screen and (min-width: 66em), print {
    .home-about__video {
      width: 14.625em;
      right: 1.875em; } }
  @media print {
    .home-about__video {
      display: none; } }

.home-about__video-launch {
  border: 1px solid #e5e9ea;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  margin: 0 auto;
  text-decoration: none;
  max-width: 233px; }
  .home-about__video-launch:hover {
    background-color: rgba(0, 85, 129, 0.85);
    color: white; }
  .home-about__video-launch strong {
    display: block;
    text-align: center;
    padding: 0.625em 0.5em; }

.home-about__more-videos {
  padding-top: 1em;
  text-align: center; }
  .home-about__more-videos .button {
    background-color: #387a9d;
    border-radius: 0.375em;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0.85em 1em 0.65em 3.5em; }
    .home-about__more-videos .button:hover {
      background-color: #005581; }
    .home-about__more-videos .button:before {
      background-image: url(/graphics/site/sprites.png?v=20200710);
      background-size: 800px 390px;
      background-color: #005581;
      background-position: -68px -188px;
      border-radius: 0.375em 0 0 0.375em;
      content: "";
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      width: 2.75em; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .home-about__more-videos .button:before {
          background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
    .home-about__more-videos .button:last-child:before {
      background-position: -108px -188px; }

.home-banner {
  bottom: 0;
  background-color: white;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.33);
  line-height: 1;
  position: fixed;
  width: 100%;
  z-index: 50;
  display: none;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }
  @media screen and (min-width: 32em), print {
    .home-banner {
      display: none !important; } }
  .home-banner.is-expanded {
    position: absolute;
    z-index: 1000;
    left: 0.625em;
    width: auto;
    right: 0.625em;
    top: 0.625em;
    bottom: auto;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: fadeInHomeBanner;
            animation-name: fadeInHomeBanner; }

@-webkit-keyframes fadeInHomeBanner {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInHomeBanner {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.home-banner__close {
  position: absolute;
  right: 8px;
  top: -12px;
  width: 21px;
  height: 21px;
  background-color: white;
  border-radius: 100px;
  text-indent: -9999px;
  background-image: url(/graphics/site/home_banner_close.png);
  background-size: 9px 9px;
  background-position: 6px 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .home-banner__close {
      background-image: url(/graphics/site/home_banner_close@2x.png); } }
  .home-banner.is-expanded .home-banner__close {
    top: -6px;
    right: -6px; }
  .home-banner__close:hover {
    background-color: #aec8d6; }

.home-banner__link {
  background-color: #005581;
  border-radius: 0;
  display: block;
  color: white;
  font-weight: normal;
  padding: 14px 12px 10px 114px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  transition: background-color 0.2s ease; }
  @media screen and (min-width: 26em), print {
    .home-banner__link {
      padding-left: 140px; } }
  @media screen and (min-width: 30em), print {
    .home-banner__link {
      padding-left: 170px; } }
  .home-banner__link:hover {
    background-color: #182e39; }
  .home-banner.is-expanded .home-banner__link:hover {
    background-color: #005581; }

.home-banner__img {
  background: url(/graphics/site/home_banner_kit.png) 0 0 no-repeat;
  background-size: 91px 59px;
  width: 91px;
  height: 59px;
  position: absolute;
  left: 10px;
  top: 14px; }
  @media screen and (min-width: 26em), print {
    .home-banner__img {
      left: 30px;
      top: 18px; } }
  @media screen and (min-width: 30em), print {
    .home-banner__img {
      left: 60px; } }

.home-banner__title {
  color: #fae161;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin: 0;
  text-transform: uppercase; }
  @media screen and (min-width: 28em), print {
    .home-banner__title {
      font-size: 24px;
      font-size: 1.5rem; } }

.home-banner__desc {
  line-height: 1.3;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media screen and (min-width: 28em), print {
    .home-banner__desc {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.2; } }

.home-banner__call {
  background-color: #00334e;
  color: white;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  text-align: center; }
  .home-banner__call strong {
    font-style: normal; }
  .home-banner__call a {
    color: #fae161; }

.home-banner__note {
  font-style: italic;
  color: #646464;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 1.25em; }

.home-banner__form {
  display: none;
  background-color: white;
  padding: 1em;
  max-width: 22em;
  margin: 0 auto; }
  .home-banner.is-expanded .home-banner__form {
    display: block; }
  .home-banner__form label {
    display: block;
    font-weight: bold;
    padding-bottom: 0.2em;
    font-size: 13px;
    font-size: 0.8125rem; }
  .home-banner__form input {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.25em 0.5em 0.15em;
    max-width: 100%;
    width: 100%; }
  .home-banner__form [type="submit"] {
    padding: 0.5em; }
  .home-banner__form fieldset {
    display: block;
    padding-bottom: 0.75em; }
    .home-banner__form fieldset:nth-of-type(1), .home-banner__form fieldset:nth-of-type(2) {
      width: 50%;
      min-width: 1em;
      float: left;
      padding-right: 0.5em; }
    .home-banner__form fieldset:nth-of-type(2) {
      padding-right: 0;
      padding-left: 0.5em; }
    .home-banner__form fieldset:nth-of-type(3) {
      clear: both; }
      .home-banner__form fieldset:nth-of-type(3) input {
        width: 100%;
        max-width: 100%; }
  .home-banner__form .input-text-phone-1,
  .home-banner__form .input-text-phone-2 {
    width: 2.75em; }
  .home-banner__form .input-text-phone-3 {
    width: 3.25em; }
  .home-banner__form .row-submit {
    padding-top: 0.5em;
    padding-bottom: 0; }

.home-banner__errors {
  display: none;
  background-color: #8c1008;
  color: white;
  margin-bottom: 1em;
  border-radius: 0.5em;
  padding: 1em 1em 0.25em; }
  .home-banner__errors h6 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 0.5em; }
  .home-banner__errors ul {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    padding: 0 0 0.5em 1.25em; }
  .home-banner__errors li {
    padding-bottom: 0.25em; }

.site-footer__wrapper {
  background-color: #26282a;
  color: white;
  padding: 1.25em; }
  @media screen and (min-width: 48em), print {
    .site-footer__wrapper {
      padding: 2.5em; } }
  @media print {
    .site-footer__wrapper {
      display: none; } }

.site-footer {
  max-width: 24em;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 48em), print {
    .site-footer {
      zoom: 1;
      max-width: 65em; }
      .site-footer:before, .site-footer:after {
        content: "";
        display: table; }
      .site-footer:after {
        clear: both; } }
  .site-footer a:focus {
    outline-color: #c5e7f8; }

.site-footer__reveal-link {
  color: white;
  display: block;
  padding: 0.75em 0.5em 0.5em 1.75em;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin: 0 auto 1.5em;
  position: relative;
  text-transform: uppercase;
  width: 9.25em; }
  .site-footer__reveal-link.is-used {
    opacity: 0;
    transform: translateY(-3em);
    position: absolute;
    left: 50%;
    margin-left: -9em; }
  .site-footer__reveal-link:hover {
    color: #68a0bc; }
  .site-footer__reveal-link:before {
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    background-position: -391px -2px;
    content: "";
    display: block;
    height: 13px;
    top: 0.75em;
    left: 0;
    margin-right: 0.25em;
    position: absolute;
    width: 13px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .site-footer__reveal-link:before {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
  @media screen and (min-width: 48em), print {
    .site-footer__reveal-link {
      display: none;
      visibility: hidden; } }

.site-footer__contact {
  padding-bottom: 3em; }
  @media screen and (min-width: 48em), print {
    .site-footer__contact {
      float: left;
      width: 50%;
      padding: 0 1.25em 1.25em 0;
      position: static;
      left: auto;
      top: auto; } }
  @media screen and (min-width: 64em), print {
    .site-footer__contact {
      border-top: 1px solid #444;
      border-right: 1px solid #444;
      margin-top: 0.625em;
      padding-right: 2.5em;
      padding-bottom: 0;
      margin-bottom: 1.25em;
      width: 25%; } }

.site-footer__newsletter {
  margin-bottom: 2em; }
  .site-footer__newsletter h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
    margin: 0 0 0.125em; }
    @media screen and (min-width: 64em), print {
      .site-footer__newsletter h3 {
        display: inline-block;
        background-color: #26282a;
        padding: 0.5em 0.5em 0;
        position: relative;
        top: -1.125em;
        left: -0.5em;
        margin: 0; } }
  .site-footer__newsletter p {
    color: #d0d0d0;
    padding-bottom: 0.625em;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 64em), print {
      .site-footer__newsletter p {
        margin-top: -1.125em; } }
  .site-footer__newsletter label {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-size: 0.75rem; }
  .site-footer__newsletter input[type="email"] {
    border: none;
    height: 2.75em;
    width: 100%;
    max-width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .js .site-footer__newsletter input[type="submit"] {
    height: 2.75em;
    padding: 0.25em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0.1rem;
    position: absolute;
    right: 0;
    top: 1.375rem;
    width: 5.5rem; }

.site-footer__newsletter-errors {
  background-color: #d4190c;
  font-weight: bold;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.625em;
  padding: 0.625em 1em;
  display: none; }

.site-footer__newsletter-fields {
  position: relative;
  padding-right: 5.6rem; }

.site-footer__social {
  background-color: black;
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0.875em 0.875em 0.425em;
  text-align: center; }
  .site-footer__social li {
    display: inline-block;
    margin: 0 0.2em 0.5em; }
  .site-footer__social a {
    display: block;
    height: 24px;
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    text-decoration: none;
    text-indent: -9999px;
    width: 24px;
    overflow: hidden; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .site-footer__social a {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
  .site-footer__social .facebook {
    background-position: 0 -228px; }
  .site-footer__social .google {
    background-position: -68px -228px; }
  .site-footer__social .linkedin {
    background-position: -102px -228px; }
  .site-footer__social .twitter {
    background-position: -34px -228px; }
  .site-footer__social .youtube {
    background-position: -136px -228px; }

.site-footer__trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media screen and (min-width: 64em), print {
    .site-footer__trust {
      position: absolute;
      left: 30%;
      left: calc(25% + 1.5rem);
      justify-content: flex-start;
      right: 0;
      top: -1rem; } }
  .site-footer__trust li {
    display: inline-block;
    vertical-align: top;
    margin: 0.5em 0.85rem;
    height: 34px;
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    text-indent: -9999px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .site-footer__trust li {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }

.site-footer__trust .site-footer__item--bca {
  background-position: -528px -265px;
  width: 68px; }
  .site-footer__trust .site-footer__item--bca a {
    display: block;
    height: 34px; }

.site-footer__item--pcgs {
  background-position: -5px -265px;
  width: 50px; }

.site-footer__item--nhc {
  background-position: -75px -265px;
  width: 57px; }

li.site-footer__item--icta {
  background-position: -419px -260px;
  height: 45px;
  width: 80px; }

.site-footer__item--bca {
  background-position: -214px -265px;
  width: 60px; }

.site-footer__item--bbb a,
.site-footer__item--trustpilot a {
  display: block;
  height: 36px; }

li.site-footer__item--bbb {
  background-position: -218px -254px;
  width: 44px;
  height: 60px; }
  @media screen and (min-width: 64em), print {
    li.site-footer__item--bbb {
      margin-left: 0.5rem;
      margin-right: 0.5rem; } }
  li.site-footer__item--bbb a {
    height: 60px; }

.site-footer__item--trustpilot {
  background-position: -282px -265px;
  width: 108px; }

li.site-footer__item--badge {
  position: absolute;
  left: -999em;
  visibility: hidden; }
  @media screen and (min-width: 64em), print {
    li.site-footer__item--badge {
      visibility: visible;
      background-position: -274px 0;
      display: block;
      width: 100px;
      height: 100px;
      left: auto;
      right: -0.875rem;
      text-indent: -9999px;
      top: -1.5rem; } }

.site-footer__links {
  position: absolute;
  top: -999em;
  left: -999em; }
  .site-footer--expanded .site-footer__links {
    position: static;
    left: auto;
    top: auto; }
  @media screen and (min-width: 48em), print {
    .site-footer__links {
      float: right;
      width: 50%;
      padding: 0.625em 0 1.25em 1.25em;
      visibility: visible;
      position: static;
      left: auto;
      top: auto; } }
  @media screen and (min-width: 64em), print {
    .site-footer__links {
      width: 75%;
      padding: 5.5em 0 0 0; } }

.site-footer__link-list {
  border-top: 1px solid #444;
  padding: 1px 0 1.5em; }
  @media screen and (min-width: 64em), print {
    .site-footer__link-list {
      border-right: 1px solid #444;
      float: left;
      width: 33.333%;
      padding: 1px 0 0.5em 2.5em; } }
  @media screen and (min-width: 64em), print {
    .site-footer__link-list:last-child {
      border-right: none; } }
  .site-footer__link-list h6 {
    display: inline-block;
    background-color: #26282a;
    padding: 0.5em;
    position: relative;
    top: -1.125em;
    left: -0.5em;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    text-transform: uppercase; }
  .site-footer__link-list ul {
    list-style: none;
    padding: 0;
    margin: -1em 0 0; }
  .site-footer__link-list a {
    color: #c5e7f8;
    text-decoration: none; }
    .site-footer__link-list a:hover {
      color: white; }

.footer-links--optional {
  display: none;
  visibility: hidden; }
  @media screen and (min-width: 48em), print {
    .footer-links--optional {
      display: block;
      visibility: visible; } }

.copyright {
  border-top: 1px solid #444;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 1.25em;
  color: #aaa; }
  @media screen and (min-width: 48em), print {
    .copyright {
      clear: both; } }
  @media screen and (min-width: 64em), print {
    .copyright {
      padding-top: 1.25em;
      position: relative; } }

.copyright__disclaimer {
  font-style: italic;
  text-align: center;
  max-width: 50em;
  margin: 0 auto; }
  @media screen and (min-width: 72em), print {
    .copyright__disclaimer {
      text-align: left;
      margin-left: 0;
      margin-right: 0; } }

.copyright__disclaimer--system {
  margin-bottom: 0.5em; }

.copyright__powered {
  border-top: 1px solid #444;
  padding-top: 0.833em;
  margin-top: 1.5em;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  text-transform: uppercase; }
  .copyright__powered a {
    text-decoration: none;
    border-bottom: 1px solid #646464;
    color: #aaa; }
    .copyright__powered a:hover {
      color: white; }

.copyright__links {
  text-align: center; }
  @media screen and (min-width: 72em), print {
    .copyright__links {
      position: absolute;
      right: 0;
      top: 1.25em;
      width: 10rem;
      text-align: right; } }
  .copyright__links a {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 0.25em 0.5em;
    text-decoration: none;
    border-bottom: 1px solid #646464;
    color: #aaa; }
    @media (min-width: 72em) {
      .copyright__links a {
        margin-bottom: 0.625rem; } }
    .copyright__links a:hover {
      color: white; }

.site-footer__customercare {
  border-top: 1px solid #444;
  color: #aaa;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1em 0;
  text-align: center; }
  @media screen and (min-width: 48em), print {
    .site-footer__customercare {
      clear: both;
      display: flex; } }
  @media screen and (min-width: 64em), print {
    .site-footer__customercare {
      position: relative; } }

.site-footer__customercare__wrap {
  margin-bottom: 1.25rem; }
  @media (min-width: 48em) {
    .site-footer__customercare__wrap {
      margin-bottom: 0; } }

.site-footer__customercare__desc {
  display: inline-block; }

.site-footer__customercare__button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  border: 2px solid rgba(170, 170, 170, 0.6);
  background-color: transparent;
  color: #aaa;
  font-weight: normal;
  margin-left: 0.5em; }
  .site-footer__customercare__button:hover {
    border-color: #005581;
    color: white; }

.site-footer__customercare__accessibility {
  display: block;
  width: 4.5rem;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .site-footer__customercare__accessibility {
      margin-right: 0; } }

.site-footer__customercare__trustlink {
  color: #aaa;
  display: block;
  margin-left: 1em;
  padding-top: 1em; }
  @media screen and (min-width: 70em), print {
    .site-footer__customercare__trustlink {
      display: inline-block;
      padding: 0; } }
  .site-footer__customercare__trustlink a {
    color: #aaa;
    text-decoration: none; }
    .site-footer__customercare__trustlink a:hover {
      color: white; }

.site-footer__phone-link-forMobile {
  color: white;
  margin: 1em 0 0.5em;
  text-align: center; }
  @media screen and (min-width: 48em), print {
    .site-footer__phone-link-forMobile {
      display: none;
      visibility: hidden; } }
  .site-footer__phone-link-forMobile:before {
    background-image: url(/graphics/site/sprites.png?v=20200710);
    background-size: 800px 390px;
    background-position: -97px -98px;
    content: "";
    display: inline-block;
    height: 30px;
    top: 0.5em;
    margin-right: 0.25em;
    position: relative;
    width: 30px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .site-footer__phone-link-forMobile:before {
        background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
    @media screen and (min-width: 60em), print {
      .site-footer__phone-link-forMobile:before {
        top: -0.325em; } }
  .site-footer__phone-link-forMobile a {
    color: white; }

.nav-side {
  font-size: 14px;
  font-size: 0.875rem; }
  .js .nav-side > ul {
    transition: max-height 1s ease;
    overflow: hidden;
    max-height: 0;
    visibility: hidden; }
    @media screen and (min-width: 48em), print {
      .js .nav-side > ul {
        max-height: 100%;
        visibility: visible; } }
  .js .nav-side.is-expanded > ul {
    max-height: 30em;
    visibility: visible; }
  .nav-side ul {
    margin: 0;
    padding: 0; }
    .nav-side ul ul a {
      border: none;
      padding: 0.85em 0.75em 0.625em 2em; }
  .nav-side a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #414141;
    display: block;
    padding: 0.875em 0.75em 0.625em;
    text-decoration: none; }
    .nav-side a:hover {
      background-color: rgba(104, 160, 188, 0.25); }
  .nav-side .active a {
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .nav-side .active ul a {
    font-weight: normal; }
  .nav-side .active .active {
    border: none; }
    .nav-side .active .active a {
      font-weight: bold; }

.nav-side-header {
  margin: 0; }
  .nav-side-header a {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    background-color: white;
    border-radius: 0.5em;
    border-bottom: none;
    color: #005581;
    font-size: 10.5px;
    font-size: 0.65625rem;
    display: block;
    position: relative;
    padding-left: 2.75em; }
    @media screen and (min-width: 48em), print {
      .nav-side-header a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 0.925em;
        border-radius: 0;
        background-color: transparent;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.2; } }
    .nav-side-header a:before {
      display: block;
      content: "";
      left: 0.875em;
      top: 50%;
      margin-top: -8px;
      position: absolute;
      background-image: url(/graphics/site/sprites.png?v=20200710);
      background-size: 800px 390px;
      background-position: -411px -2px;
      content: "";
      height: 13px;
      margin-right: 0.5em;
      width: 13px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .nav-side-header a:before {
          background-image: url(/graphics/site/sprites@2x.png?v=20200710); } }
      @media screen and (min-width: 48em), print {
        .nav-side-header a:before {
          display: none; } }
    .nav-side-header a:hover {
      color: #182e39; }
    .is-expanded .nav-side-header a {
      border-radius: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-left: 1.125em;
      background-color: transparent; }
      .is-expanded .nav-side-header a:before {
        display: none; }

.sidebar-form {
  transition: max-height 0.75s ease 0.5s;
  overflow: hidden;
  max-height: 0;
  visibility: hidden; }
  .sidebar.is-expanded .sidebar-form, .sidebar-form.sidebar-form--always {
    padding-top: 1.5em;
    max-height: 40em;
    visibility: visible; }
  @media screen and (min-width: 48em), print {
    .sidebar-form {
      padding-top: 1.5em;
      max-height: 40em;
      visibility: visible; } }
  .sidebar-form h6 {
    margin: 0 0 1em;
    font-weight: normal;
    color: #005581;
    line-height: 1.2;
    font-size: 16px;
    font-size: 1rem; }
  .sidebar-form p {
    font-size: 14px;
    font-size: 0.875rem; }
  .sidebar-form form {
    border-radius: 0.25em;
    padding: 1em;
    background-color: #c5dadf; }
  .sidebar-form label {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    padding-bottom: 0.25em;
    text-transform: uppercase; }
  .sidebar-form .sidebar-form__input {
    padding-bottom: 0.625em; }
  .sidebar-form input[type="text"],
  .sidebar-form input[type="email"] {
    max-width: 100%;
    width: 100%;
    padding: 0.5em 0.5em 0.4em; }
  .sidebar-form .sidebar-form__input--phone input[type="text"] {
    width: auto; }
  .sidebar-form .sidebar-form__submit {
    border-top: 1px dashed rgba(104, 160, 188, 0.5);
    padding-top: 0.5em;
    text-align: center; }
    .sidebar-form .sidebar-form__submit input {
      padding: 0.6em 1em 0.5em;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase; }
  .sidebar-form .sidebar-form__privacy {
    margin-top: 0.5em;
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem; }

.sidebar-offer {
  transition: max-height 0.75s ease 0.75s;
  max-height: 0;
  visibility: hidden; }
  .sidebar.is-expanded .sidebar-offer {
    max-height: 15em;
    visibility: visible; }
  @media screen and (min-width: 48em), print {
    .sidebar-offer {
      max-height: 15em;
      visibility: visible; } }
  .sidebar-offer a {
    margin-top: 1em;
    width: 100%; }
    .sidebar-offer a:focus {
      outline: 0.0625rem dotted #182e39;
      outline-offset: 0.25rem; }
  .sidebar-offer .button-full {
    display: block;
    max-width: 233px;
    margin: 1em auto 0; }

.sidebar-offer__logo {
  display: block;
  margin: 1em auto 0; }

.ad-holder {
  padding: 0 0 1.5em;
  text-align: center; }
  .ad-holder img {
    max-width: 100%; }
