/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 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 */ }

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

html {
  font-size: 16px; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #323d4d; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

.thin {
  font-weight: 100; }

.light {
  font-weight: 300; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.underline {
  text-decoration: underline; }

input[type="search"], input[type="text"], input[type="submit"], input[type="email"], .recurly-hosted-field {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="text"]:focus, input[type="search"]:focus, input[type="submit"]:focus, .recurly-hosted-field:focus {
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 0 1pt #3775d0;
  outline: none; }

.form-row {
  display: block;
  width: 100%; }
  .form-row:after {
    content: "";
    display: block;
    clear: both; }

.checkbox-option label {
  padding-left: 7px;
  padding-left: 0.4375rem;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 870px) {
    .checkbox-option label {
      padding-left: 8px;
      padding-left: 0.5rem;
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media (min-width: 1180px) {
    .checkbox-option label {
      font-size: 15px;
      font-size: 0.9375rem; } }

.form-detail-container:after {
  content: "";
  display: block;
  clear: both; }

form .error-message {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #d03737; }
  @media (min-width: 500px) {
    form .error-message {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400; } }
  @media (min-width: 1180px) {
    form .error-message {
      font-size: 16px;
      font-size: 1rem; } }

form .error,
form input[type="text"].error,
form input[type="email"].error,
form input[type="password"].error {
  border: 1px solid #ff6565; }

form .error:focus,
form input[type="text"].error:focus,
form input[type="email"].error:focus,
form input[type="password"].error:focus {
  border: 1px solid #d2d2d2; }

form .success {
  border: 1px solid #00B200;
  box-shadow: 0 0 0 1pt #d2d2d2;
  outline: none; }

.form-detail {
  position: relative;
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }
  .form-detail label {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #848990;
    display: inline-block; }
  .form-detail input[type="text"],
  .form-detail input[type="password"],
  .form-detail input[type="email"],
  .form-detail input[type="date"],
  .form-detail input[type="number"],
  .form-detail textarea,
  .form-detail select {
    margin-top: 12px;
    margin-top: 0.75rem;
    height: 44px;
    height: 2.75rem;
    padding: 10px;
    padding: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    background: #f3f3f3; }
    .form-detail input[type="text"].disabled-input,
    .form-detail input[type="password"].disabled-input,
    .form-detail input[type="email"].disabled-input,
    .form-detail input[type="date"].disabled-input,
    .form-detail input[type="number"].disabled-input,
    .form-detail textarea.disabled-input,
    .form-detail select.disabled-input {
      background: white; }
  .form-detail textarea {
    height: 135px;
    height: 8.4375rem; }

@media (min-width: 870px) {
  .form-left {
    width: 48.7179487179%;
    float: left;
    margin-right: 2.5641025641%; } }

.form-right {
  position: relative; }
  @media (min-width: 870px) {
    .form-right {
      width: 48.7179487179%;
      float: right;
      margin-right: 0; } }

.submit-button {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-align: center; }
  @media (min-width: 870px) {
    .submit-button {
      max-width: 210px;
      max-width: 13.125rem;
      margin-top: 30px;
      margin-top: 1.875rem;
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media (min-width: 1180px) {
    .submit-button {
      max-width: 242px;
      max-width: 15.125rem;
      margin-top: 38px;
      margin-top: 2.375rem;
      font-size: 15px;
      font-size: 0.9375rem; } }

.sign-up-box form {
  max-width: 400px;
  max-width: 25rem;
  margin: 0 auto;
  position: relative;
  height: 40px;
  margin-bottom: 0; }
  .sign-up-box form input[type="email"] {
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 95px;
    padding-right: 5.9375rem;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    box-sizing: border-box; }
    @media (min-width: 870px) {
      .sign-up-box form input[type="email"] {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1180px) {
      .sign-up-box form input[type="email"] {
        font-size: 18px;
        font-size: 1.125rem; } }
  .sign-up-box form .sign-up-button {
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0px 20px;
    padding:  0rem 1.25rem;
    text-decoration: none;
    color: white;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00B200;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    @media (min-width: 870px) {
      .sign-up-box form .sign-up-button {
        font-size: 16px;
        font-size: 1rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    @media (min-width: 1180px) {
      .sign-up-box form .sign-up-button {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media (min-width: 870px) {
    .sign-up-box form {
      height: 46px;
      height: 2.875rem; } }

.tabs-style-1 {
  display: table;
  width: 100%; }
  .tabs-style-1 .tab {
    height: 31px;
    height: 1.9375rem;
    line-height: 31px;
    line-height: 1.9375rem;
    font-size: 12px;
    font-size: 0.75rem;
    display: table-cell;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #454545;
    border: 1px solid #c9c9c9;
    cursor: pointer; }
    @media (min-width: 870px) {
      .tabs-style-1 .tab {
        height: 25px;
        height: 1.5625rem;
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 10px;
        font-size: 0.625rem;
        font-weight: 500; } }
    @media (min-width: 1180px) {
      .tabs-style-1 .tab {
        height: 27px;
        height: 1.6875rem;
        line-height: 27px;
        line-height: 1.6875rem;
        font-size: 11px;
        font-size: 0.6875rem; } }
  .tabs-style-1 .tab--selected {
    border: none;
    background: #606b7b;
    color: #fff; }
  .tabs-style-1 .tab--first {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .tabs-style-1 .tab--last {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.table-container {
  overflow-x: auto; }

.directors-table tbody td:first-child,
.reports-table tbody td:first-child {
  white-space: normal;
  text-overflow: clip; }

.claim-director-table a {
  text-decoration: none;
  color: #3775d0; }

.nowrap {
  white-space: nowrap; }

.fixed-column {
  position: absolute;
  display: inline-block;
  width: auto; }
  .fixed-column thead,
  .fixed-column tbody {
    border-right: solid 1px #d2d2d2; }
    @media (min-width: 1180px) {
      .fixed-column thead,
      .fixed-column tbody {
        border-right: solid 1px #d9d9d9; } }
  @media (min-width: 870px) {
    .fixed-column {
      display: none; } }

.shareholdings-table tbody td {
  text-align: left; }

.dtr-title {
  display: inline-block;
  font-weight: bold;
  min-width: 75px; }

tr.child {
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 14px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  line-height: 14px;
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  line-height: 14px;
  background-color: #d33333; }

.default-table {
  width: 100%;
  table-layout: auto;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (min-width: 1180px) {
    .default-table {
      font-size: 15px;
      font-size: 0.9375rem; } }
  .default-table time {
    white-space: nowrap; }
  .default-table td,
  .default-table th {
    color: #454545;
    line-height: 21px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right; }
    .default-table td:first-child,
    .default-table th:first-child {
      text-align: left; }
  .default-table td {
    padding-top: 14px;
    padding-bottom: 12px;
    text-align: right; }
    .default-table td:first-child {
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis; }
  .default-table thead {
    width: 100%;
    line-height: 33px;
    background: #eaf3ff;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    background: #eaf3ff; }
    @media (min-width: 1180px) {
      .default-table thead {
        border-top: solid 1px #d9d9d9;
        border-bottom: solid 1px #d9d9d9; } }
    .default-table thead th {
      line-height: 33px;
      padding-right: 19px;
      white-space: nowrap; }
      .default-table thead th:first-child {
        border-left: solid 1px #d2d2d2; }
        @media (min-width: 1180px) {
          .default-table thead th:first-child {
            border-left: solid 1px #d9d9d9; } }
      .default-table thead th:last-child:not(:first-child) {
        border-right: solid 1px #d2d2d2; }
        @media (min-width: 1180px) {
          .default-table thead th:last-child:not(:first-child) {
            border-right: solid 1px #d9d9d9; } }
  .default-table tbody th {
    padding-top: 14px;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px; }
    @media (min-width: 500px) {
      .default-table tbody th {
        max-width: none;
        text-overflow: clip;
        overflow: auto; } }
  .default-table tbody tr:nth-child(even) {
    background: #f4f4f4; }
  .default-table tbody tr:nth-child(odd) {
    background: white; }
  .default-table tbody tr:last-child {
    border-bottom: 1px solid #d2d2d2; }
    @media (min-width: 1180px) {
      .default-table tbody tr:last-child {
        border-bottom: solid 1px #d9d9d9; } }

.nowrap-table-cells tbody td:not(:first-child) {
  white-space: nowrap; }

.nowrap-table-headers tbody td:first-child,
.nowrap-table-headers tbody th {
  max-width: 180px; }
  @media (min-width: 500px) {
    .nowrap-table-headers tbody td:first-child,
    .nowrap-table-headers tbody th {
      max-width: none;
      text-overflow: clip;
      overflow: initial; } }

.nowrap-table-cells tbody td {
  white-space: nowrap; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.left-align {
  text-align: left !important; }

.right-align {
  text-align: right; }

.center-align {
  text-align: center !important; }

.fixed-table {
  table-layout: fixed; }

.table-style-1 td,
.table-style-1 th {
  text-align: left; }

.table-style-2 th {
  text-align: left;
  border-right: solid 1px #d2d2d2;
  padding-right: 12px; }
  @media (min-width: 1180px) {
    .table-style-2 th {
      border-right: solid 1px #d9d9d9; } }

.table-style-2 td {
  text-align: left; }

.table-style-2 tbody tr:last-child {
  border-bottom: 1px solid #d2d2d2; }
  @media (min-width: 1180px) {
    .table-style-2 tbody tr:last-child {
      border-bottom: 1px solid #d9d9d9; } }

.table-style-3 thead th {
  text-align: right; }

.table-style-3 thead th:first-child,
.table-style-3 tbody th {
  text-align: left;
  padding-right: 12px; }

.table-style-3 thead th:not(:last-child),
.table-style-3 td:not(:last-child) {
  display: none; }
  @media (min-width: 870px) {
    .table-style-3 thead th:not(:last-child),
    .table-style-3 td:not(:last-child) {
      display: table-cell; } }

.table-style-3 thead th:first-child {
  display: table-cell; }

.table-style-3 td {
  text-align: right; }

.table-style-3 tr:last-child {
  border-bottom: 1px solid #c2c2c2; }

.table-style-4 {
  table-layout: auto; }
  .table-style-4 thead th {
    text-align: left; }
  .table-style-4 td {
    text-align: right; }
    .table-style-4 td:first-child {
      text-align: left; }
  .table-style-4 tr:last-child {
    border-bottom: 1px solid #c2c2c2; }

.documents-table {
  width: 100%; }
  .documents-table tbody {
    text-align: left; }
  .documents-table th,
  .documents-table td {
    text-align: left; }
  @media (min-width: 870px) {
    .documents-table--price {
      width: 23%; } }
  @media (min-width: 1180px) {
    .documents-table--price {
      width: 20%; } }
  .documents-table--price img {
    display: inline-block;
    float: left;
    height: 18px;
    width: 19px; }
    @media (min-width: 870px) {
      .documents-table--price img {
        height: 16px;
        width: 17px;
        float: right; } }

.company-documents .dataTables_scrollBody thead {
  display: none; }

.data-table-container .DTFC_LeftHeadWrapper,
.data-table-container .DTFC_LeftBodyWrapper {
  border-right: solid 1px #d2d2d2; }
  @media (min-width: 870px) {
    .data-table-container .DTFC_LeftHeadWrapper,
    .data-table-container .DTFC_LeftBodyWrapper {
      border-right: none; } }

.data-table-container .no-financials--director {
  margin-left: 10px;
  margin-left: 0.625rem; }

.DTFC_LeftBodyWrapper .DTFC_Cloned thead {
  border: none; }

.DTFC_Cloned thead {
  border-right: none; }

.dataTables_scrollBody thead {
  border: none; }

.dataTables_scrollHead {
  border-right: solid 1px #d2d2d2; }
  @media (min-width: 870px) {
    .dataTables_scrollHead {
      border-right: none; } }
  .dataTables_scrollHead thead th:last-child:not(:first-child) {
    border-right: none; }
    @media (min-width: 870px) {
      .dataTables_scrollHead thead th:last-child:not(:first-child) {
        border-right: solid 1px #d2d2d2; } }
    @media (min-width: 1180px) {
      .dataTables_scrollHead thead th:last-child:not(:first-child) {
        border-right: solid 1px #d9d9d9; } }

.related-director__secretaries th:nth-child(even),
.related-director__secretaries td:nth-child(even) {
  text-align: left; }

@media (min-width: 500px) {
  .related-director__secretaries th,
  .related-director__secretaries td {
    text-align: left;
    white-space: nowrap; } }

.accounts-table-div {
  overflow-x: scroll; }

.block-style-1 {
  display: table;
  width: 100%; }
  .block-style-1 ul {
    display: table-row; }
    .block-style-1 ul li {
      display: block;
      padding-left: 20px;
      padding-left: 1.25rem;
      padding-top: 27px;
      padding-top: 1.6875rem;
      padding-bottom: 27px;
      padding-bottom: 1.6875rem;
      border-left: 1px solid;
      border-top: 1px solid;
      border-right: 1px solid;
      border-bottom: none;
      border-color: #d2d2d2; }
      @media (min-width: 870px) {
        .block-style-1 ul li {
          display: table-cell;
          border-bottom: 3px solid;
          border-right: none;
          padding-top: 26px;
          padding-top: 1.625rem;
          padding-left: 26px;
          padding-left: 1.625rem; } }
      @media (min-width: 1180px) {
        .block-style-1 ul li {
          border-color: #d9d9d9;
          padding-top: 30px;
          padding-top: 1.875rem;
          padding-bottom: 26px;
          padding-bottom: 1.625rem; } }
      .block-style-1 ul li:last-child {
        border-bottom: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2; }
        @media (min-width: 870px) {
          .block-style-1 ul li:last-child {
            border-bottom: 3px solid; } }
        @media (min-width: 1180px) {
          .block-style-1 ul li:last-child {
            border-right-color: #d9d9d9; } }
  .block-style-1--header {
    color: #323d4d;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 870px) {
      .block-style-1--header {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1180px) {
      .block-style-1--header {
        font-size: 18px;
        font-size: 1.125rem; } }
  .block-style-1--content {
    color: #323d4d;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 16px;
    padding-bottom: 1rem; }
    @media (min-width: 870px) {
      .block-style-1--content {
        font-size: 43px;
        font-size: 2.6875rem;
        line-height: 41px;
        line-height: 2.5625rem;
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 14px;
        padding-bottom: 0.875rem; } }
    @media (min-width: 1180px) {
      .block-style-1--content {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 48px;
        line-height: 3rem;
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 16px;
        padding-bottom: 1rem; } }
  .block-style-1--footer {
    font-size: 19px;
    font-size: 1.1875rem; }
    @media (min-width: 1180px) {
      .block-style-1--footer {
        font-size: 22px;
        font-size: 1.375rem; } }
    .block-style-1--footer:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 8.5px solid transparent;
      border-right: 8.5px solid transparent;
      float: left;
      margin-top: 6.5px;
      margin-right: 7px; }
      @media (min-width: 870px) {
        .block-style-1--footer:before {
          margin-top: 5.5px;
          border-left: 9.5px solid transparent;
          border-right: 9.5px solid transparent; } }
      @media (min-width: 1180px) {
        .block-style-1--footer:before {
          margin-right: 7px;
          margin-top: 6px;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent; } }
  @media (min-width: 870px) {
    .block-style-1 li.block-style-1--red {
      border-bottom-color: #d94141; }
      .block-style-1 li.block-style-1--red:last-child {
        border-bottom-color: #d94141; } }
  @media (min-width: 870px) {
    .block-style-1 li.block-style-1--green {
      border-bottom-color: #00b200; }
      .block-style-1 li.block-style-1--green:last-child {
        border-bottom-color: #00b200; } }
  .block-style-1--red > .block-style-1--footer:before {
    border-top-color: #d94141;
    border-bottom-color: #d94141; }
  .block-style-1--green > .block-style-1--footer:before {
    border-top-color: #00b200;
    border-bottom-color: #00b200; }
  .arrow-down > .block-style-1--footer:before {
    border-top-style: solid;
    border-top-width: 8px; }
    @media (min-width: 870px) {
      .arrow-down > .block-style-1--footer:before {
        border-top-width: 10px; } }
    @media (min-width: 1180px) {
      .arrow-down > .block-style-1--footer:before {
        border-top-width: 11px; } }
  .arrow-up > .block-style-1--footer:before {
    border-bottom-style: solid;
    border-bottom-width: 8px; }
    @media (min-width: 870px) {
      .arrow-up > .block-style-1--footer:before {
        border-bottom-width: 10px; } }
    @media (min-width: 1180px) {
      .arrow-up > .block-style-1--footer:before {
        border-bottom-width: 11px; } }
  @media (min-width: 870px) {
    .block-style-1 li.block-style-1--grey {
      border-bottom-color: #c6c6c6; }
      .block-style-1 li.block-style-1--grey:last-child {
        border-bottom-color: #c6c6c6; } }
  .block-style-1 li.no-diff .block-style-1--footer {
    padding-left: 0; }
  .block-style-1 li.not-filled .block-style-1--content {
    color: #999da4; }
  .block-style-1--grey > .block-style-1--footer:before {
    border-left: none;
    border-right: none;
    margin: 0; }

.block-style-2 {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse; }
  .block-style-2 ul {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0; }
    @media (min-width: 870px) {
      .block-style-2 ul {
        display: table-row; } }
    .block-style-2 ul li {
      color: #323d4d;
      text-align: center;
      display: block;
      text-align: left;
      border-top: solid 1px #d2d2d2;
      border-left: solid 1px #d2d2d2;
      border-right: solid 1px #d2d2d2;
      padding-left: 20px;
      padding-left: 1.25rem;
      padding-top: 25px;
      padding-top: 1.5625rem;
      padding-bottom: 25px;
      padding-bottom: 1.5625rem; }
      @media (min-width: 870px) {
        .block-style-2 ul li {
          display: table-cell;
          border-bottom: solid #d2d2d2 1px;
          border-right: none;
          padding-top: 25px;
          padding-top: 1.5625rem;
          padding-bottom: 25px;
          padding-bottom: 1.5625rem; } }
      @media (min-width: 1180px) {
        .block-style-2 ul li {
          padding-top: 30px;
          padding-top: 1.875rem;
          padding-bottom: 30px;
          padding-bottom: 1.875rem;
          border-bottom: solid #d9d9d9 1px;
          border-top: solid 1px #d9d9d9;
          border-left: solid 1px #d9d9d9; } }
      .block-style-2 ul li:last-child {
        border-right: solid 1px #d2d2d2;
        border-bottom: solid #d2d2d2 1px; }
        @media (min-width: 1180px) {
          .block-style-2 ul li:last-child {
            border-right: solid 1px #d9d9d9;
            border-bottom: solid #d9d9d9 1px; } }
  .block-style-2__header {
    font-size: 15px;
    font-size: 0.9375rem; }
    @media (min-width: 870px) {
      .block-style-2__header {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1180px) {
      .block-style-2__header {
        font-size: 18px;
        font-size: 1.125rem; } }
  .block-style-2__content {
    font-size: 40px;
    font-size: 2.5rem; }
    @media (min-width: 870px) {
      .block-style-2__content {
        font-size: 52px;
        font-size: 3.25rem; } }
    @media (min-width: 1180px) {
      .block-style-2__content {
        font-size: 60px;
        font-size: 3.75rem; } }

.buy-report-cell .riskscore--block, .buy-score-cell .riskscore--block {
  border-bottom: none; }
  .buy-report-cell .riskscore--block__score, .buy-report-cell .riskscore--block__description, .buy-score-cell .riskscore--block__score, .buy-score-cell .riskscore--block__description {
    color: #7a7a7a !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 3%;
    margin-right: 3%; }
  .buy-report-cell .riskscore--block__stars li,
  .buy-report-cell .riskscore--block__stars li.active ~ li, .buy-score-cell .riskscore--block__stars li,
  .buy-score-cell .riskscore--block__stars li.active ~ li {
    background: url(/images/company/star-grey.svg) no-repeat; }

.buy-report-cell .default-table td, .buy-report-cell .default-table th, .buy-score-cell .default-table td, .buy-score-cell .default-table th {
  color: #7a7a7a; }

.buy-report-cell .table .riskscore--cell, .buy-score-cell .table .riskscore--cell {
  border-bottom-color: #7a7a7a; }

.buy-report-cell .credit-limit__block ul li, .buy-score-cell .credit-limit__block ul li {
  color: #7a7a7a; }

.buy-report-cell h2, .buy-score-cell h2 {
  color: #7a7a7a;
  background: url(/images/lock.svg) no-repeat left 2px;
  background-size: 18px 18px;
  padding-left: 32px;
  width: 60%; }
  @media (min-width: 870px) {
    .buy-report-cell h2, .buy-score-cell h2 {
      width: 100%; } }

.riskscore--block {
  text-align: center;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem; }
  @media (min-width: 870px) {
    .riskscore--block {
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem; } }
  .riskscore--block__score {
    color: #323d4d;
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 53px;
    line-height: 3.3125rem; }
    @media (min-width: 870px) {
      .riskscore--block__score {
        color: #515a66;
        font-size: 78px;
        font-size: 4.875rem;
        line-height: 78px;
        line-height: 4.875rem; } }
    @media (min-width: 1180px) {
      .riskscore--block__score {
        font-size: 90px;
        font-size: 5.625rem;
        line-height: 90px;
        line-height: 5.625rem; } }
  .riskscore--block__description {
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 19px;
    padding-bottom: 1.1875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 870px) {
      .riskscore--block__description {
        padding-top: 22px;
        padding-top: 1.375rem; } }
    @media (min-width: 1180px) {
      .riskscore--block__description {
        font-size: 25px;
        font-size: 1.5625rem; } }
  .riskscore--block__stars {
    display: inline-block; }
    .riskscore--block__stars ul {
      list-style-type: none;
      height: 36px;
      padding: 0; }
      .riskscore--block__stars ul > li {
        background: url(/images/company/star-full.svg) no-repeat;
        float: left;
        margin: 0 2px;
        height: 26px;
        height: 1.625rem;
        width: 26px;
        width: 1.625rem; }
        @media (min-width: 870px) {
          .riskscore--block__stars ul > li {
            height: 30px;
            height: 1.875rem;
            width: 30px;
            width: 1.875rem; } }
        @media (min-width: 1180px) {
          .riskscore--block__stars ul > li {
            height: 35px;
            height: 2.1875rem;
            width: 35px;
            width: 2.1875rem; } }
    .riskscore--block__stars li.active ~ li {
      background: url(/images/company/star-empty.svg) no-repeat; }
    .riskscore--block__stars .inactive {
      display: none; }

.riskscore--cell-active .riskscore--block__description {
  color: #00b200; }

.riskscore--cell-dissolved .riskscore--block__description {
  color: #d94141; }

.riskscore--cell-yellow .riskscore--block__description {
  color: #d2ac3a; }

.riskscore--cell-inactive .riskscore--block__description {
  color: #7a7a7a; }

.riskscore--cell-not-set .riskscore--block__description {
  color: #C6C6C6; }

.reviews--block {
  text-align: center;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding-top: 21px;
  padding-bottom: 28px; }
  @media (min-width: 870px) {
    .reviews--block {
      width: 224px;
      width: 14rem; } }
  @media (min-width: 1180px) {
    .reviews--block {
      width: 258px;
      width: 16.125rem;
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9; } }
  .reviews--block__header {
    font-size: 16px;
    color: #515a66; }
  .reviews--block__rating {
    color: #323d4d;
    padding-top: 19px;
    padding-top: 1.1875rem;
    padding-bottom: 23px;
    padding-bottom: 1.4375rem;
    font-size: 53px;
    font-size: 3.3125rem; }
    @media (min-width: 870px) {
      .reviews--block__rating {
        padding-top: 18px;
        padding-top: 1.125rem;
        padding-bottom: 24px;
        padding-bottom: 1.5rem;
        font-size: 78px;
        font-size: 4.875rem; } }
    @media (min-width: 1180px) {
      .reviews--block__rating {
        padding-top: 22px;
        padding-top: 1.375rem;
        padding-bottom: 30px;
        padding-bottom: 1.875rem;
        font-size: 90px;
        font-size: 5.625rem; } }
    .reviews--block__rating > small {
      font-size: 35px;
      font-size: 2.1875rem; }
      @media (min-width: 870px) {
        .reviews--block__rating > small {
          font-size: 44px;
          font-size: 2.75rem; } }
      @media (min-width: 1180px) {
        .reviews--block__rating > small {
          font-size: 50px;
          font-size: 3.125rem; } }
  .reviews--block__footer {
    color: #3775d0;
    text-transform: uppercase;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 870px) {
      .reviews--block__footer {
        padding-bottom: 26px;
        padding-bottom: 1.625rem; } }
    @media (min-width: 1180px) {
      .reviews--block__footer {
        padding-bottom: 32px;
        padding-bottom: 2rem;
        font-size: 14px;
        font-size: 0.875rem; } }
  .reviews--block__tick {
    display: inline-block; }
    .reviews--block__tick ul {
      list-style-type: none;
      height: 36px;
      padding: 0; }
      .reviews--block__tick ul > li {
        background: url(/images/company/reviewtick-full.svg);
        float: left;
        width: 36px;
        width: 2.25rem;
        height: 36px;
        height: 2.25rem;
        margin: 0px 2px;
        margin:  0rem 0.125rem; }
        @media (min-width: 870px) {
          .reviews--block__tick ul > li {
            margin: 0px 3px;
            margin:  0rem 0.1875rem; } }
    .reviews--block__tick li.active ~ li {
      background: url(/images/company/reviewtick-empty.svg); }

.directors--block {
  height: 100%;
  min-height: 210px;
  width: 100%;
  display: table;
  table-layout: fixed;
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem; }
  @media (min-width: 870px) {
    .directors--block {
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem; } }
  .directors--block ul {
    list-style-type: none;
    display: table-row;
    margin: 0;
    padding: 0;
    width: 100%; }
    .directors--block ul li {
      color: #323d4d;
      text-align: center;
      list-style: none;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      word-spacing: 999999px; }
      @media (min-width: 870px) {
        .directors--block ul li {
          color: #515a66; } }
  .directors--block__header {
    font-size: 53px;
    font-size: 3.3125rem; }
    @media (min-width: 870px) {
      .directors--block__header {
        font-size: 60px;
        font-size: 3.75rem; } }
    @media (min-width: 1180px) {
      .directors--block__header {
        font-size: 70px;
        font-size: 4.375rem; } }
  .directors--block__content {
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 870px) {
      .directors--block__content {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1180px) {
      .directors--block__content {
        font-size: 19px;
        font-size: 1.1875rem; } }

.structure--block {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem; }
  @media (min-width: 870px) {
    .structure--block {
      min-height: 195px;
      min-height: 12.1875rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem; } }
  @media (min-width: 1180px) {
    .structure--block {
      min-height: 225px;
      min-height: 14.0625rem; } }
  .structure--block ul {
    list-style-type: none;
    display: table-row;
    margin: 0;
    padding: 0;
    width: 100%; }
    .structure--block ul li {
      color: #323d4d;
      text-align: center;
      list-style: none;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      @media (min-width: 870px) {
        .structure--block ul li {
          color: #515a66; } }
  .structure--block__header {
    font-size: 45px;
    font-size: 2.8125rem; }
    @media (min-width: 870px) {
      .structure--block__header {
        font-size: 53px;
        font-size: 3.3125rem; } }
    @media (min-width: 1180px) {
      .structure--block__header {
        font-size: 60px;
        font-size: 3.75rem; } }
  .structure--block__content {
    white-space: pre-line;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 870px) {
      .structure--block__content {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1180px) {
      .structure--block__content {
        font-size: 19px;
        font-size: 1.1875rem; } }

.charges--block, .charges--advert {
  color: #454545;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (min-width: 1180px) {
    .charges--block, .charges--advert {
      font-size: 15px;
      font-size: 0.9375rem; } }
  .charges--block h5, .charges--advert h5 {
    border: solid 1px #d2d2d2;
    background: #eaf3ff;
    padding-left: 10px;
    padding-left: 0.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 870px) {
      .charges--block h5, .charges--advert h5 {
        padding-left: 14px;
        padding-left: 0.875rem;
        line-height: 29px;
        line-height: 1.8125rem; } }
    @media (min-width: 1180px) {
      .charges--block h5, .charges--advert h5 {
        border: solid 1px #d9d9d9;
        font-size: 15px;
        font-size: 0.9375rem;
        padding-left: 16px;
        padding-left: 1rem;
        line-height: 32px;
        line-height: 2rem; } }
  .charges--block ul, .charges--advert ul {
    list-style-type: none; }
    .charges--block ul li, .charges--advert ul li {
      line-height: 21px;
      padding-top: 14px;
      padding-bottom: 12px;
      padding-left: 10px;
      padding-right: 10px; }
      .charges--block ul li > span, .charges--advert ul li > span {
        float: right; }
      .charges--block ul li:nth-child(even), .charges--advert ul li:nth-child(even) {
        background: #f4f4f4; }
      .charges--block ul li:before, .charges--advert ul li:before {
        border-radius: 50%;
        float: left;
        width: 13px;
        height: 13px;
        margin: 4px 0;
        margin-right: 8px;
        display: block;
        content: " "; }
      .charges--block ul li.outstanding-judgements:before, .charges--advert ul li.outstanding-judgements:before {
        background: #d94141; }
      .charges--block ul li.satisfied-judgements:before, .charges--advert ul li.satisfied-judgements:before {
        background: #c8a620; }
      .charges--block ul li.outstanding-mortgages:before, .charges--advert ul li.outstanding-mortgages:before {
        background: #c8a620; }
      .charges--block ul li.satisfied-mortgages:before, .charges--advert ul li.satisfied-mortgages:before {
        background: #00b200; }

.charges--advert ul li {
  color: #7a7a7a; }
  .charges--advert ul li.outstanding-judgements:before {
    background: #8c8c8c; }
  .charges--advert ul li.satisfied-judgements:before {
    background: #b4b4b4; }
  .charges--advert ul li.outstanding-mortgages:before {
    background: #b4b4b4; }
  .charges--advert ul li.satisfied-mortgages:before {
    background: #878787; }

.info-table {
  color: #454545;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem; }
  @media (min-width: 870px) {
    .info-table {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px;
      line-height: 1.3125rem; } }
  @media (min-width: 1180px) {
    .info-table {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem; } }
  .info-table strong {
    margin: 0;
    display: block;
    width: 100%;
    font-weight: bold; }
    .info-table strong:first-child {
      padding-top: 0; }
  .info-table .table-cell {
    vertical-align: top;
    border-bottom: solid 1px #d2d2d2;
    padding-top: 11px;
    padding-top: 0.6875rem;
    padding-bottom: 11px;
    padding-bottom: 0.6875rem; }
    @media (min-width: 870px) {
      .info-table .table-cell {
        width: 50%;
        padding-top: 14px;
        padding-top: 0.875rem;
        padding-bottom: 12px;
        padding-bottom: 0.75rem; } }
    @media (min-width: 1180px) {
      .info-table .table-cell {
        padding-top: 17px;
        padding-top: 1.0625rem;
        padding-bottom: 14px;
        padding-bottom: 0.875rem;
        border-bottom: solid 1px #d9d9d9; } }
  .info-table .table-row:last-child .table-cell {
    border-bottom: none; }

.info-block {
  color: #454545;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem; }
  @media (min-width: 870px) {
    .info-block {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px;
      line-height: 1.3125rem; } }
  @media (min-width: 1180px) {
    .info-block {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem; } }
  .info-block dl {
    margin: 0;
    display: block;
    width: 100%;
    overflow: auto; }
    .info-block dl dt {
      font-weight: bold;
      padding-top: 11px;
      padding-top: 0.6875rem; }
      @media (min-width: 870px) {
        .info-block dl dt {
          padding-top: 14px;
          padding-top: 0.875rem; } }
      @media (min-width: 1180px) {
        .info-block dl dt {
          padding-top: 17px;
          padding-top: 1.0625rem; } }
      .info-block dl dt:first-child {
        padding-top: 0; }
    .info-block dl dd {
      margin: 0;
      border-bottom: solid 1px #d2d2d2;
      padding-bottom: 11px;
      padding-bottom: 0.6875rem; }
      @media (min-width: 870px) {
        .info-block dl dd {
          padding-bottom: 12px;
          padding-bottom: 0.75rem; } }
      @media (min-width: 1180px) {
        .info-block dl dd {
          padding-bottom: 14px;
          padding-bottom: 0.875rem;
          border-bottom: solid 1px #d9d9d9; } }
      .info-block dl dd:last-child {
        border-bottom: none;
        padding-bottom: 0; }
  @media (min-width: 870px) {
    .info-block--columns {
      column-count: 2;
      break-inside: avoid-column;
      -webkit-column-break-inside: avoid;
      overflow: auto;
      column-gap: 40px;
      column-gap: 2.5rem; } }
  @media (min-width: 1180px) {
    .info-block--columns {
      column-gap: 48px;
      column-gap: 3rem; } }
  .info-block .social-images {
    display: none; }
    @media (min-width: 870px) {
      .info-block .social-images {
        display: block;
        position: absolute;
        top: 5px;
        right: 0px; } }
    .info-block .social-images img {
      height: 32px;
      width: 32px;
      margin: 0 3px; }
      @media (min-width: 1180px) {
        .info-block .social-images img {
          height: 37px;
          width: 37px; } }

.buy-now {
  width: 100%;
  background: #f2fbf2;
  display: table;
  padding-left: 10px;
  line-height: 28px;
  padding-top: 13px;
  padding-top: 0.8125rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem; }
  @media (min-width: 870px) {
    .buy-now {
      display: block;
      padding-top: 15px;
      padding-top: 0.9375rem;
      padding-bottom: 15px;
      padding-bottom: 0.9375rem; } }
  .buy-now div {
    display: table-cell;
    margin-right: 15px;
    vertical-align: middle; }
  .buy-now p {
    color: #00b200;
    margin-left: 15px;
    display: inline-block;
    line-height: 17px;
    line-height: 1.0625rem;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 870px) {
      .buy-now p {
        font-size: 16px;
        font-size: 1rem; } }
  .buy-now .not-logged-in {
    color: #515a66;
    margin-left: 15px;
    display: inline-block;
    line-height: 17px;
    line-height: 1.0625rem;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 870px) {
      .buy-now .not-logged-in {
        font-size: 16px;
        font-size: 1rem; } }
  .buy-now .buy-now-button, .buy-now .upgrade-now-button {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
    width: 99px;
    height: 27px;
    color: #ffffff;
    background: #00b200; }

.about-block p {
  color: #454545;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem; }
  @media (min-width: 870px) {
    .about-block p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  .about-block p:last-child {
    padding-bottom: 0; }

.address--block__title {
  color: #737373;
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem; }
  @media (min-width: 870px) {
    .address--block__title {
      font-weight: 300;
      font-size: 18px;
      font-size: 1.125rem;
      padding-bottom: 18px;
      padding-bottom: 1.125rem; } }
  @media (min-width: 1180px) {
    .address--block__title {
      font-size: 20px;
      font-size: 1.25rem;
      padding-bottom: 22px;
      padding-bottom: 1.375rem; } }

.address--block__address {
  color: #494949;
  line-height: 19px;
  line-height: 1.1875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 14px;
  padding-top: 0.875rem; }
  @media (min-width: 870px) {
    .address--block__address {
      line-height: 23px;
      line-height: 1.4375rem;
      font-size: 14px;
      font-size: 0.875rem;
      padding-top: 15px;
      padding-top: 0.9375rem; } }
  @media (min-width: 1180px) {
    .address--block__address {
      line-height: 24px;
      line-height: 1.5rem;
      font-size: 16px;
      font-size: 1rem;
      padding-top: 18px;
      padding-top: 1.125rem; } }
  .address--block__address strong {
    display: block; }

.document-filters, .middle--row--right-watch .watch-button-dropdown, .mobile-watch-button {
  background: white;
  line-height: 35px;
  border: #c9c9c9 1px solid;
  position: absolute;
  top: 37px;
  right: 0;
  z-index: 2;
  min-width: 13em; }
  .document-filters .active, .middle--row--right-watch .watch-button-dropdown .active, .mobile-watch-button .active {
    background: url(/images/share-page.svg) 5px center no-repeat;
    background-size: 20px 20px; }
  .document-filters li, .middle--row--right-watch .watch-button-dropdown li, .mobile-watch-button li {
    padding-left: 30px;
    padding-right: 10px;
    border-bottom: #d2d2d2 1px solid; }
    @media (min-width: 1180px) {
      .document-filters li, .middle--row--right-watch .watch-button-dropdown li, .mobile-watch-button li {
        border-bottom: #d9d9d9 1px solid; } }
    .document-filters li:last-child, .middle--row--right-watch .watch-button-dropdown li:last-child, .mobile-watch-button li:last-child {
      border-bottom: none; }
    .document-filters li span, .middle--row--right-watch .watch-button-dropdown li span, .mobile-watch-button li span {
      float: right;
      margin-left: 10px; }
  .document-filters li:hover, .middle--row--right-watch .watch-button-dropdown li:hover, .mobile-watch-button li:hover {
    background-color: #eaf3ff; }

.middle--row--right-buy {
  position: absolute;
  margin-left: 15px; }

.middle--row--right-watch {
  position: absolute;
  margin-left: 185px; }
  .middle--row--right-watch .watch-button-dropdown {
    right: 20px;
    top: 37px;
    color: #494949; }
    @media (min-width: 1180px) {
      .middle--row--right-watch .watch-button-dropdown {
        top: 43px; } }
    .middle--row--right-watch .watch-button-dropdown li {
      text-align: left; }

.mobile-watch-button {
  color: #494949;
  position: relative; }

.credit-limit__block {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  vertical-align: middle; }
  .credit-limit__block ul {
    display: table-row;
    margin: 0;
    padding: 0;
    width: 100%; }
    .credit-limit__block ul li {
      color: #323d4d;
      text-align: left;
      border-left: solid #d2d2d2 1px;
      border-top: solid #d2d2d2 1px;
      border-right: solid #d2d2d2 1px;
      padding-left: 25px;
      padding-left: 1.5625rem;
      padding-top: 25px;
      padding-top: 1.5625rem;
      padding-bottom: 25px;
      padding-bottom: 1.5625rem; }
      @media (min-width: 870px) {
        .credit-limit__block ul li {
          display: table-cell;
          border-right: none;
          border-bottom: 1px solid #d2d2d2; } }
      @media (min-width: 1180px) {
        .credit-limit__block ul li {
          padding-top: 30px;
          padding-top: 1.875rem;
          padding-bottom: 30px;
          padding-bottom: 1.875rem;
          border-left: solid #d9d9d9 1px;
          border-top: solid #d9d9d9 1px;
          border-bottom: 1px solid #d9d9d9; } }
      .credit-limit__block ul li:last-child {
        border-bottom: 1px solid #d2d2d2; }
        @media (min-width: 870px) {
          .credit-limit__block ul li:last-child {
            border-right: 1px solid #d2d2d2; } }
        @media (min-width: 1180px) {
          .credit-limit__block ul li:last-child {
            border-right: 1px solid #d9d9d9; } }
  .credit-limit__block__header {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
    @media (min-width: 1180px) {
      .credit-limit__block__header {
        padding-bottom: 23px;
        padding-bottom: 1.4375rem;
        line-height: 18px;
        line-height: 1.125rem;
        font-size: 18px;
        font-size: 1.125rem; } }
  .credit-limit__block__content {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 52px;
    line-height: 3.25rem; }
    @media (min-width: 1180px) {
      .credit-limit__block__content {
        line-height: 60px;
        line-height: 3.75rem;
        font-size: 60px;
        font-size: 3.75rem; } }

.fb-comments {
  width: 100%; }
  .fb-comments span {
    width: 100%; }
    .fb-comments span .fb_ltr {
      width: 100%; }

.search-box form {
  position: relative;
  height: 32px;
  margin-bottom: 0; }
  .search-box form input[type="search"] {
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 38px;
    padding-right: 2.375rem;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-size: 0.9em;
    box-sizing: border-box;
    color: #323d4d; }
  .search-box form .search-button {
    background: url("/images/search.svg") no-repeat center, #3775d0;
    background-size: 38%;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 30px;
    width: 1.875rem;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

@media (min-width: 870px) {
  .floating-header .search-box form input[type="search"] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #74716e;
    color: white; } }

@media (min-width: 870px) {
  .floating-header .search-box form .search-button {
    background: url("/images/search.svg") no-repeat center, rgba(255, 255, 255, 0.2);
    background-size: 38%;
    border: 1px solid #74716e; } }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.btn-style-1, .upsell-buy-button, .blue-why-section .report-upsell__single-report-button, .buy-report-popup__single a, .buy-report-popup__upsell-button, .downgrade-confirm-section .confirm-plan-button, .downgrade-confirm-section .upgrade-confirm-plan-button, .upgrade-confirm-section .confirm-plan-button, .upgrade-confirm-section .upgrade-confirm-plan-button, .watch-email-submit, .lite-coupon-popup .coupon-section a, .renewal-popup a, .document-upsell-lite-plan__buy, .free-trial-banner__button, .Credit-report-upsell__find-more, .Plan__buy-button, .Basket__upsell-buy-button, .Basket__checkout, .basket-download-link, .Checkout__confirm-purchase, .upsell-section__upgrade a {
  background: #3775d0;
  border: none;
  border-radius: 4px !important;
  color: #ffffff;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: 300; }

.btn-style-2 {
  border-radius: 4px;
  line-height: 27px;
  padding: 0 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 870px) {
    .btn-style-2 {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media (min-width: 1180px) {
    .btn-style-2 {
      font-weight: 500;
      font-size: 13px;
      font-size: 0.8125rem; } }

.btn-style-3 {
  font-weight: normal;
  color: #d7e3f5;
  text-align: center;
  background-color: #3775d0;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  line-height: 31px;
  line-height: 1.9375rem;
  height: 31px;
  height: 1.9375rem;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 1180px) {
    .btn-style-3 {
      height: 36px;
      height: 2.25rem;
      line-height: 36px;
      line-height: 2.25rem;
      font-size: 14px;
      font-size: 0.875rem; } }
  .btn-style-3 span {
    float: right;
    width: 21px;
    width: 1.3125rem;
    height: 31px;
    height: 1.9375rem; }
    @media (min-width: 1180px) {
      .btn-style-3 span {
        height: 36px;
        height: 2.25rem;
        width: 25px;
        width: 1.5625rem; } }
    .btn-style-3 span:after {
      content: '';
      opacity: 0.8;
      display: block;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 6px solid #ffffff;
      float: right;
      margin-top: 13px;
      margin-top: 0.8125rem;
      margin-right: 7px;
      margin-right: 0.4375rem; }
      @media (min-width: 1180px) {
        .btn-style-3 span:after {
          margin-top: 15px;
          margin-top: 0.9375rem;
          margin-right: 9px;
          margin-right: 0.5625rem; } }

.btn-style-green, .blue-why-section .report-upsell__single-report-button, .buy-report-popup__single a, .downgrade-confirm-section .upgrade-confirm-plan-button, .upgrade-confirm-section .upgrade-confirm-plan-button, .lite-coupon-popup .coupon-section a, .document-upsell-lite-plan__buy, .free-trial-banner__button, .Plan__buy-button, .Basket__checkout, .upsell-section__upgrade a {
  background: #00b200;
  color: #ffffff; }
  .btn-style-green span, .blue-why-section .report-upsell__single-report-button span, .buy-report-popup__single a span, .downgrade-confirm-section .upgrade-confirm-plan-button span, .upgrade-confirm-section .upgrade-confirm-plan-button span, .lite-coupon-popup .coupon-section a span, .document-upsell-lite-plan__buy span, .free-trial-banner__button span, .Plan__buy-button span, .Basket__checkout span, .upsell-section__upgrade a span {
    border-left: 1px solid #009900; }

.btn-style-stars {
  line-height: 30px;
  line-height: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: relative;
  font-weight: normal;
  background: #eff2f5;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block; }
  @media (min-width: 870px) {
    .btn-style-stars {
      border: 1px solid #dadada; } }
  @media (min-width: 1180px) {
    .btn-style-stars {
      height: 36px;
      height: 2.25rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  .btn-style-stars span {
    line-height: 30px;
    line-height: 1.875rem;
    width: 32px;
    width: 2rem;
    height: 30px;
    height: 1.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    margin-top: -1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    @media (min-width: 870px) {
      .btn-style-stars span {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1180px) {
      .btn-style-stars span {
        height: 36px;
        height: 2.25rem;
        width: 34px;
        width: 2.125rem;
        line-height: 36px;
        line-height: 2.25rem;
        font-size: 18px;
        font-size: 1.125rem; } }
  .btn-style-stars .score_green {
    background: #00b200;
    border-left: 1px solid #009900; }
  .btn-style-stars .score_yellow {
    background: #d2ac3a;
    border-left: 1px solid #d2ac3a; }
  .btn-style-stars .score_red {
    background: #d94141;
    border-left: 1px solid #d94141; }
  .btn-style-stars .score_not-set {
    background: #C6C6C6;
    border-left: 1px solid #C6C6C6; }
  .btn-style-stars ul {
    padding: 7px 38px 7px 5px;
    padding:  0.4375rem 2.375rem 0.4375rem 0.3125rem;
    list-style-type: none; }
    .btn-style-stars ul > li {
      height: 12px;
      height: 0.75rem;
      width: 12px;
      width: 0.75rem;
      margin: 0px 2px;
      margin:  0rem 0.125rem;
      padding: 0px 7px;
      padding:  0rem 0.4375rem;
      background: url(/images/company/star-full.svg) no-repeat;
      float: left; }
      @media (min-width: 870px) {
        .btn-style-stars ul > li {
          height: 15px;
          height: 0.9375rem;
          width: 15px;
          width: 0.9375rem; } }
      @media (min-width: 1180px) {
        .btn-style-stars ul > li {
          height: 16px;
          height: 1rem;
          width: 16px;
          width: 1rem; } }
    @media (min-width: 870px) {
      .btn-style-stars ul {
        padding: 6px 38px 6px 5px;
        padding:  0.375rem 2.375rem 0.375rem 0.3125rem; } }
    @media (min-width: 1180px) {
      .btn-style-stars ul {
        padding: 8px 38px 8px 5px;
        padding:  0.5rem 2.375rem 0.5rem 0.3125rem; } }
  .btn-style-stars li.active ~ li {
    background: url(/images/company/star-empty.svg) no-repeat; }
  .btn-style-stars .inactive {
    display: none; }

.btn-style-blue {
  background: #3775d0;
  color: #ffffff; }
  .btn-style-blue span {
    border-left: 1px solid #2f64b3; }

.btn-style-grey {
  background: #3775d0;
  background-color: #747474;
  color: #ffffff; }
  .btn-style-grey span {
    border-left: 1px solid #d9d9d9; }
  .btn-style-grey .active-folder {
    background: url(/images/tick_icon.svg) 10px center no-repeat;
    background-size: 10px 10px; }

.btn-style-4 > img {
  height: 21px;
  width: 21px; }

.btn-style-5 {
  padding: 5px 25px;
  padding:  0.3125rem 1.5625rem;
  background: #fff;
  border: 1px solid #c9c9c9;
  color: #454545;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px; }

.btn-style-6 {
  border: #c9c9c9 1px solid;
  color: #5d5d5d;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  line-height: 35px;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (min-width: 1180px) {
    .btn-style-6 {
      font-size: 14px;
      font-size: 0.875rem; } }
  .btn-style-6 .btn-style-6--label {
    padding: 0px 8px;
    padding:  0rem 0.5rem;
    display: inline-block;
    border-right: 1px solid #c9c9c9; }
  .btn-style-6 img {
    width: 9px;
    width: 0.5625rem;
    margin: 0px 8px 0px 5px;
    margin:  0rem 0.5rem 0rem 0.3125rem; }

.btn-style-7 {
  padding: 0px 22px;
  padding:  0rem 1.375rem;
  border: #c9c9c9 1px solid;
  color: #5d5d5d;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block; }
  .btn-style-7.disabled {
    background: #dcdcdc; }

.btn-style-8 {
  padding: 9px 12px;
  padding:  0.5625rem 0.75rem;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 500;
  border: #c9c9c9 1px solid;
  color: #5d5d5d;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block; }

.btn-style-9 {
  padding: 12px 30px;
  padding:  0.75rem 1.875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  border: #818998 1px solid;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block; }

.btn-style-10 {
  font-weight: 500;
  padding: 10px 20px;
  padding:  0.625rem 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  border: #9bbae7 1px solid;
  color: #3775d0;
  background: white;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block; }

.btn-documents {
  text-align: center;
  font-size: 13px;
  display: inline-block;
  float: left;
  border-radius: 4px;
  width: 100px;
  height: 27px;
  line-height: 27px;
  color: #ffffff; }
  @media (min-width: 870px) {
    .btn-documents {
      float: right; } }
  .btn-documents--add {
    background: #00b200; }
  .btn-documents--added, .btn-documents--ordered {
    background: #c7c7c7; }
  .btn-documents--disabled {
    background: #c7c7c7; }
  .btn-documents--remove {
    background: #b23200; }
  .btn-documents--download {
    background: #3775d0; }
  .btn-documents--filter {
    background: #878787;
    width: 117px;
    margin-top: 12px;
    margin-bottom: 24px; }

.btn-filters {
  font-size: 10px; }

.btn-documents-filter {
  text-align: center;
  display: block;
  clear: left;
  border-radius: 4px;
  width: 100px;
  height: 27px;
  line-height: 27px;
  color: #ffffff;
  background: #878787; }
  @media (min-width: 870px) {
    .btn-documents-filter {
      float: right; } }

.buy-now-button, .upgrade-now-button,
.upgrade-now-button {
  text-align: center;
  font-size: 13px;
  display: inline-block;
  border-radius: 4px;
  width: 100px;
  height: 27px;
  line-height: 27px;
  color: #ffffff;
  background: #00b200; }

.upgrade-now-button {
  margin-left: 25%; }

.upsell-buy-button {
  background: #00b200;
  padding: 12px 31px; }

.director-companies-button {
  padding: 5px 5px;
  padding:  0.3125rem 0.3125rem;
  background: #f9f9f9;
  border: 1px solid #c9c9c9;
  color: #454545;
  text-decoration: none;
  border-radius: 4px; }

.locked-section-upsell-button {
  position: absolute;
  top: -8px;
  right: 0; }

.news-bar .cookie-close-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  border-radius: 6px;
  margin-top: 10px;
  padding: 6px 20px 6px 35px;
  font-size: 12px; }
  @media (min-width: 870px) {
    .news-bar .cookie-close-button {
      padding: 6px 20px 6px 38px;
      margin-top: 5px;
      font-size: 13px; } }
  .news-bar .cookie-close-button:before {
    content: url("/images/close_icon.svg");
    position: absolute;
    left: 15px;
    height: 10px;
    width: 10px; }
    @media (min-width: 1180px) {
      .news-bar .cookie-close-button:before {
        height: 11px;
        width: 11px; } }

.share-buttons__dropdown {
  background: white;
  position: absolute;
  z-index: 3;
  left: 31%;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.27); }
  @media (min-width: 500px) {
    .share-buttons__dropdown {
      left: 39%; } }
  @media (min-width: 870px) {
    .share-buttons__dropdown {
      transform: rotate(90deg);
      top: 3px;
      left: -6px; } }
  @media (min-width: 1180px) {
    .share-buttons__dropdown {
      top: 6px;
      left: 0px; } }
  .share-buttons__dropdown ul > li {
    margin: 15px 20px 15px 20px;
    float: none !important; }
    .share-buttons__dropdown ul > li:first-child {
      margin-top: 20px; }
    @media (min-width: 870px) {
      .share-buttons__dropdown ul > li {
        float: inherit;
        margin: 14px 18px 14px 18px; }
        .share-buttons__dropdown ul > li:first-child {
          margin-top: 18px; } }
    .share-buttons__dropdown ul > li img {
      width: 86px;
      height: 24px; }
      @media (min-width: 870px) {
        .share-buttons__dropdown ul > li img {
          width: 90px;
          height: 26px; } }
      @media (min-width: 1180px) {
        .share-buttons__dropdown ul > li img {
          width: 86px;
          height: 24px; } }

span.badge-pill {
  width: 50px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px; }

span.badge-rounded {
  width: 50px;
  font-weight: bold;
  padding: 5px;
  border-radius: 20px; }

span.overlay-top-right {
  width: 30px !important;
  z-index: 1;
  position: absolute !important;
  font-size: 0.6rem !important;
  margin-left: 3px;
  margin-top: -15px; }

span.danger {
  background-color: red;
  color: white; }

.pagination {
  position: relative; }
  .pagination:after {
    content: "";
    display: block;
    clear: both; }

.arrows {
  position: relative;
  float: left; }
  @media (min-width: 500px) {
    .arrows {
      position: absolute; } }

.next, .company-documents .dataTables_paginate > .next,
.data-table-container .dataTables_paginate > .next,
.documents-order-history .dataTables_paginate > .next {
  margin-left: 4px;
  margin-left: 0.25rem; }
  @media (min-width: 870px) {
    .next, .company-documents .dataTables_paginate > .next,
    .data-table-container .dataTables_paginate > .next,
    .documents-order-history .dataTables_paginate > .next {
      margin-left: 8px;
      margin-left: 0.5rem; } }

.pages, .company-documents .dataTables_paginate > span,
.data-table-container .dataTables_paginate > span,
.documents-order-history .dataTables_paginate > span {
  float: right; }
  @media (min-width: 870px) {
    .pages, .company-documents .dataTables_paginate > span,
    .data-table-container .dataTables_paginate > span,
    .documents-order-history .dataTables_paginate > span {
      float: none;
      text-align: center; } }

.page-box, .company-documents .dataTables_paginate > .previous,
.data-table-container .dataTables_paginate > .previous,
.documents-order-history .dataTables_paginate > .previous, .company-documents .dataTables_paginate > .next, .data-table-container .dataTables_paginate > .next, .documents-order-history .dataTables_paginate > .next, .company-documents .dataTables_paginate > span > a,
.data-table-container .dataTables_paginate > span > a,
.documents-order-history .dataTables_paginate > span > a, .company-documents .dataTables_paginate > span > span,
.data-table-container .dataTables_paginate > span > span,
.documents-order-history .dataTables_paginate > span > span {
  height: 23px;
  height: 1.4375rem;
  line-height: 23px;
  line-height: 1.4375rem;
  padding: 0px 9px;
  padding:  0rem 0.5625rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: inline-block;
  border: 1px solid #c9c9c9;
  text-align: center;
  background: #fff;
  color: #2c2c2c;
  cursor: pointer; }
  @media (min-width: 500px) {
    .page-box, .company-documents .dataTables_paginate > .previous,
    .data-table-container .dataTables_paginate > .previous,
    .documents-order-history .dataTables_paginate > .previous, .company-documents .dataTables_paginate > .next, .data-table-container .dataTables_paginate > .next, .documents-order-history .dataTables_paginate > .next, .company-documents .dataTables_paginate > span > a,
    .data-table-container .dataTables_paginate > span > a,
    .documents-order-history .dataTables_paginate > span > a, .company-documents .dataTables_paginate > span > span,
    .data-table-container .dataTables_paginate > span > span,
    .documents-order-history .dataTables_paginate > span > span {
      margin-bottom: 0; } }
  @media (min-width: 870px) {
    .page-box, .company-documents .dataTables_paginate > .previous,
    .data-table-container .dataTables_paginate > .previous,
    .documents-order-history .dataTables_paginate > .previous, .company-documents .dataTables_paginate > .next, .data-table-container .dataTables_paginate > .next, .documents-order-history .dataTables_paginate > .next, .company-documents .dataTables_paginate > span > a,
    .data-table-container .dataTables_paginate > span > a,
    .documents-order-history .dataTables_paginate > span > a, .company-documents .dataTables_paginate > span > span,
    .data-table-container .dataTables_paginate > span > span,
    .documents-order-history .dataTables_paginate > span > span {
      margin-left: 4px;
      margin-left: 0.25rem; } }
  .page-box:first-child, .company-documents .dataTables_paginate > .previous:first-child,
  .data-table-container .dataTables_paginate > .previous:first-child,
  .documents-order-history .dataTables_paginate > .previous:first-child, .company-documents .dataTables_paginate > .next:first-child, .data-table-container .dataTables_paginate > .next:first-child, .documents-order-history .dataTables_paginate > .next:first-child, .company-documents .dataTables_paginate > span > a:first-child,
  .data-table-container .dataTables_paginate > span > a:first-child,
  .documents-order-history .dataTables_paginate > span > a:first-child, .company-documents .dataTables_paginate > span > span:first-child,
  .data-table-container .dataTables_paginate > span > span:first-child,
  .documents-order-history .dataTables_paginate > span > span:first-child {
    margin-left: 0px;
    margin-left: 0rem; }
  .page-box a, .company-documents .dataTables_paginate > .previous a,
  .data-table-container .dataTables_paginate > .previous a,
  .documents-order-history .dataTables_paginate > .previous a, .company-documents .dataTables_paginate > .next a, .data-table-container .dataTables_paginate > .next a, .documents-order-history .dataTables_paginate > .next a, .company-documents .dataTables_paginate > span > a a,
  .data-table-container .dataTables_paginate > span > a a,
  .documents-order-history .dataTables_paginate > span > a a, .company-documents .dataTables_paginate > span > span a,
  .data-table-container .dataTables_paginate > span > span a,
  .documents-order-history .dataTables_paginate > span > span a {
    text-decoration: none;
    color: #323d4d; }

.page-box--current, .company-documents .dataTables_paginate > span > .current,
.data-table-container .dataTables_paginate > span > .current,
.documents-order-history .dataTables_paginate > span > .current {
  background: #eaf3ff; }

.page-box--disabled, .company-documents .dataTables_paginate > .disabled,
.data-table-container .dataTables_paginate > .disabled,
.documents-order-history .dataTables_paginate > .disabled {
  background: #efefef;
  color: #b9b8b8;
  cursor: default; }

.page-box--ellipsis {
  color: #2c2c2c; }

.company-documents .sorting_desc,
.data-table-container .sorting_desc,
.documents-order-history .sorting_desc {
  background: url("/images/sort-descending.svg") no-repeat center right 5px;
  background-size: 10px 10px; }

.company-documents .sorting_asc,
.data-table-container .sorting_asc,
.documents-order-history .sorting_asc {
  background: url("/images/sort-ascending.svg") no-repeat center right 5px;
  background-size: 10px 10px; }

.company-documents .dataTables_paginate,
.data-table-container .dataTables_paginate,
.documents-order-history .dataTables_paginate {
  margin-top: 10px;
  text-align: center; }
  .company-documents .dataTables_paginate > a,
  .data-table-container .dataTables_paginate > a,
  .documents-order-history .dataTables_paginate > a {
    display: block;
    float: left; }
  .company-documents .dataTables_paginate > span > a,
  .data-table-container .dataTables_paginate > span > a,
  .documents-order-history .dataTables_paginate > span > a {
    margin-left: 2px;
    margin-right: 2px; }
  .company-documents .dataTables_paginate > span > span,
  .data-table-container .dataTables_paginate > span > span,
  .documents-order-history .dataTables_paginate > span > span {
    margin-left: 2px;
    margin-right: 2px; }

.result__status {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 2px 6px 2px 0px;
  padding:  0.125rem 0.375rem 0.125rem 0rem;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: -1px; }
  .result__status--dissolved {
    color: #d94141; }

.company__status {
  color: white;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  padding-top: 2px;
  padding-top: 0.125rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  padding-right: 3px;
  padding-right: 0.1875rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
  line-height: 11px;
  line-height: 0.6875rem; }
  @media (min-width: 870px) {
    .company__status {
      margin-top: 0;
      vertical-align: middle;
      padding-top: 4px;
      padding-top: 0.25rem;
      padding-bottom: 4px;
      padding-bottom: 0.25rem;
      padding-right: 4px;
      padding-right: 0.25rem;
      padding-left: 4px;
      padding-left: 0.25rem;
      line-height: 11px;
      line-height: 0.6875rem; } }
  @media (min-width: 1180px) {
    .company__status {
      line-height: 11px;
      line-height: 0.6875rem; } }
  .company__status-active {
    background: #00b800; }
  .company__status-dissolved {
    background: #d94141; }

.mobile-dropdown-menu-container {
  max-width: 400px;
  max-width: 25rem;
  position: relative;
  margin: 0 auto; }

.mobile-dropdown-menu {
  position: relative;
  text-align: center;
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  padding: 0px 15px;
  padding:  0rem 0.9375rem;
  line-height: 41px;
  line-height: 2.5625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 41px;
  height: 2.5625rem;
  -webkit-appearance: none;
  box-shadow: 0 0 0 1pt #d9d9d9;
  z-index: 2; }
  .mobile-dropdown-menu:focus {
    box-shadow: 0 0 0 1pt #d9d9d9;
    outline: none; }
  .mobile-dropdown-menu option {
    color: black; }

.dropdown-arrows {
  height: 41px;
  height: 2.5625rem;
  width: 34px;
  width: 2.125rem;
  background: url("/images/updown-tab-arrows.svg") #d9d9d9 no-repeat center center;
  background-size: auto 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.popup, .login-popup, .upload-popup, .claim-popup, .advert-upsell-popup, .buy-subscription-popup, .unlock-confirm-popup, .session-limit-popup, .downgrade-subscription-popup, .downgrade-reason-popup, .downgrade-confirm-popup, .downgrade-discount-popup, .downgrade-confirm-plan-popup, .upgrade-confirm-plan-popup, .watch-email-required-popup, .company-watched-popup, .document-upsell-popup, .buy-report-popup, .lite-coupon-popup, .renewal-popup {
  position: relative;
  background: #FFF;
  padding: 44px;
  width: auto;
  max-width: 540px;
  margin: 20px auto; }
  .popup:after, .login-popup:after, .upload-popup:after, .claim-popup:after, .advert-upsell-popup:after, .buy-subscription-popup:after, .unlock-confirm-popup:after, .session-limit-popup:after, .downgrade-subscription-popup:after, .downgrade-reason-popup:after, .downgrade-confirm-popup:after, .downgrade-discount-popup:after, .downgrade-confirm-plan-popup:after, .upgrade-confirm-plan-popup:after, .watch-email-required-popup:after, .company-watched-popup:after, .document-upsell-popup:after, .buy-report-popup:after, .lite-coupon-popup:after, .renewal-popup:after {
    content: "";
    display: block;
    clear: both; }

.popup-header, .buy-report-popup__header, .downgrade-discount-popup .discount-top h2, .login-header {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: 400; }

.popup-subheader {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 15px 0px;
  margin:  0.9375rem 0rem;
  font-weight: 400; }

.popup-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: 400;
  color: #A7ABAF; }

.login-popup {
  max-width: 460px;
  padding: 0px;
  background: none; }
  @media (min-width: 1180px) {
    .login-popup {
      max-width: 524px; } }

.find-your-id-left img {
  display: block;
  margin: 0 auto; }

@media (min-width: 870px) {
  .find-your-id-left {
    width: 45%;
    float: left; } }

.find-your-id-right img {
  display: block;
  margin: 0 auto; }

@media (min-width: 870px) {
  .find-your-id-right {
    width: 45%;
    float: right; } }

.claim-popup {
  padding: 20px; }
  @media (min-width: 870px) {
    .claim-popup {
      padding: 44px; } }
  @media (min-width: 1000px) {
    .claim-popup {
      max-width: 775px; } }

h2.claim-header {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #323d4d;
  font-weight: 400; }
  @media (min-width: 870px) {
    h2.claim-header {
      padding-bottom: 30px;
      padding-bottom: 1.875rem;
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media (min-width: 1180px) {
    h2.claim-header {
      padding-bottom: 35px;
      padding-bottom: 2.1875rem;
      font-size: 22px;
      font-size: 1.375rem; } }

.claim-director-table-pagination {
  margin-top: 20px;
  margin-top: 1.25rem; }

.claim-page-text {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #494949;
  font-weight: 300; }
  @media (min-width: 870px) {
    .claim-page-text {
      padding-bottom: 32px;
      padding-bottom: 2rem;
      line-height: 23px;
      line-height: 1.4375rem; } }
  @media (min-width: 1180px) {
    .claim-page-text {
      padding-bottom: 36px;
      padding-bottom: 2.25rem;
      font-size: 16px;
      font-size: 1rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.claim-contact-form:after {
  content: "";
  display: block;
  clear: both; }

.claim-contact-description {
  text-align: center;
  max-width: 90%;
  margin: 0 auto; }

.claim-contact-form-input-container:after {
  content: "";
  display: block;
  clear: both; }

.claim-director-company {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #acafb4; }
  @media (min-width: 1180px) {
    .claim-director-company {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem; } }

.claim-contact-submit-button {
  padding: 12px 60px;
  padding:  0.75rem 3.75rem;
  max-width: 260px;
  max-width: 16.25rem;
  text-align: center;
  display: block;
  margin: 0 auto; }

.why-claim-link {
  text-align: center;
  display: block;
  color: #3775d0; }

.advert-upsell-popup, .buy-subscription-popup, .unlock-confirm-popup, .session-limit-popup, .downgrade-subscription-popup, .downgrade-reason-popup, .downgrade-confirm-popup, .downgrade-discount-popup, .downgrade-confirm-plan-popup, .upgrade-confirm-plan-popup, .watch-email-required-popup, .company-watched-popup, .document-upsell-popup {
  text-align: center;
  padding: 0px; }

.unlock-section, .session-limit-section, .reason-section, .improve-section, .downgrade-confirm-section, .upgrade-confirm-section, .watch-email-required-section, .company-watched-section, .document-upsell-top-section {
  padding: 35px 20px;
  padding:  2.1875rem 1.25rem;
  color: #000000; }
  @media (min-width: 870px) {
    .unlock-section, .session-limit-section, .reason-section, .improve-section, .downgrade-confirm-section, .upgrade-confirm-section, .watch-email-required-section, .company-watched-section, .document-upsell-top-section {
      padding: 35px 30px;
      padding:  2.1875rem 1.875rem; } }
  .unlock-section h2, .session-limit-section h2, .reason-section h2, .improve-section h2, .downgrade-confirm-section h2, .upgrade-confirm-section h2, .watch-email-required-section h2, .company-watched-section h2, .document-upsell-top-section h2 {
    margin: 25px 0px 20px;
    margin:  1.5625rem 0rem 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0; }
    @media (min-width: 870px) {
      .unlock-section h2, .session-limit-section h2, .reason-section h2, .improve-section h2, .downgrade-confirm-section h2, .upgrade-confirm-section h2, .watch-email-required-section h2, .company-watched-section h2, .document-upsell-top-section h2 {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 1180px) {
      .unlock-section h2, .session-limit-section h2, .reason-section h2, .improve-section h2, .downgrade-confirm-section h2, .upgrade-confirm-section h2, .watch-email-required-section h2, .company-watched-section h2, .document-upsell-top-section h2 {
        font-size: 22px;
        font-size: 1.375rem; } }
  .unlock-section p, .session-limit-section p, .reason-section p, .improve-section p, .downgrade-confirm-section p, .upgrade-confirm-section p, .watch-email-required-section p, .company-watched-section p, .document-upsell-top-section p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    line-height: 20px;
    line-height: 1.25rem; }
    @media (min-width: 870px) {
      .unlock-section p, .session-limit-section p, .reason-section p, .improve-section p, .downgrade-confirm-section p, .upgrade-confirm-section p, .watch-email-required-section p, .company-watched-section p, .document-upsell-top-section p {
        font-size: 18px;
        font-size: 1.125rem;
        width: 80%;
        margin: 0 auto; } }

.unlock-section .unlock-button, .session-limit-section .upgrade-button {
  padding: 12px 28px;
  padding:  0.75rem 1.75rem;
  margin: 30px 10px;
  margin:  1.875rem 0.625rem;
  border-radius: 4px;
  display: inline-block; }
  @media (min-width: 1180px) {
    .unlock-section .unlock-button, .session-limit-section .upgrade-button {
      padding: 14px 36px;
      padding:  0.875rem 2.25rem; } }

.advert-upsell-subscriptions, .subscribe-report-upsell, .downgrade-plans-section {
  padding: 35px 20px;
  padding:  2.1875rem 1.25rem; }
  @media (min-width: 870px) {
    .advert-upsell-subscriptions, .subscribe-report-upsell, .downgrade-plans-section {
      padding: 35px 30px;
      padding:  2.1875rem 1.875rem; } }
  .advert-upsell-subscriptions h2, .subscribe-report-upsell h2, .downgrade-plans-section h2 {
    margin: 0px 0px 0px 7px;
    margin:  0rem 0rem 0rem 0.4375rem;
    padding: 0;
    width: 80%;
    text-align: left; }
    @media (min-width: 870px) {
      .advert-upsell-subscriptions h2, .subscribe-report-upsell h2, .downgrade-plans-section h2 {
        text-align: center;
        width: 100%; } }
  .advert-upsell-subscriptions .upsell-subscriptions, .subscribe-report-upsell .upsell-subscriptions, .downgrade-plans-section .upsell-subscriptions {
    padding: 26px 0px 34px;
    padding:  1.625rem 0rem 2.125rem; }
    @media (min-width: 1180px) {
      .advert-upsell-subscriptions .upsell-subscriptions, .subscribe-report-upsell .upsell-subscriptions, .downgrade-plans-section .upsell-subscriptions {
        padding: 34px 0px;
        padding:  2.125rem 0rem; } }
  .advert-upsell-subscriptions .upsell-subsciptions__sub, .subscribe-report-upsell .upsell-subsciptions__sub, .downgrade-plans-section .upsell-subsciptions__sub {
    padding: 21px 21px 14px 21px;
    padding:  1.3125rem 1.3125rem 0.875rem 1.3125rem;
    background: #fafafa;
    border: 1px solid #ccc; }
    .advert-upsell-subscriptions .upsell-subsciptions__sub:after, .subscribe-report-upsell .upsell-subsciptions__sub:after, .downgrade-plans-section .upsell-subsciptions__sub:after {
      content: "";
      display: block;
      clear: both; }
    .advert-upsell-subscriptions .upsell-subsciptions__sub:first-child, .subscribe-report-upsell .upsell-subsciptions__sub:first-child, .downgrade-plans-section .upsell-subsciptions__sub:first-child {
      border-bottom: none; }
    .advert-upsell-subscriptions .upsell-subsciptions__sub:last-child, .subscribe-report-upsell .upsell-subsciptions__sub:last-child, .downgrade-plans-section .upsell-subsciptions__sub:last-child {
      border-top: none; }
    .advert-upsell-subscriptions .upsell-subsciptions__sub .top-section, .subscribe-report-upsell .upsell-subsciptions__sub .top-section, .downgrade-plans-section .upsell-subsciptions__sub .top-section {
      padding-bottom: 12px;
      padding-bottom: 0.75rem; }
      .advert-upsell-subscriptions .upsell-subsciptions__sub .top-section:after, .subscribe-report-upsell .upsell-subsciptions__sub .top-section:after, .downgrade-plans-section .upsell-subsciptions__sub .top-section:after {
        content: "";
        display: block;
        clear: both; }
    @media (min-width: 870px) {
      .advert-upsell-subscriptions .upsell-subsciptions__sub, .subscribe-report-upsell .upsell-subsciptions__sub, .downgrade-plans-section .upsell-subsciptions__sub {
        padding: 21px;
        padding: 1.3125rem; } }
  .advert-upsell-subscriptions .sub__name, .subscribe-report-upsell .sub__name, .downgrade-plans-section .sub__name {
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 870px) {
      .advert-upsell-subscriptions .sub__name, .subscribe-report-upsell .sub__name, .downgrade-plans-section .sub__name {
        line-height: 35px;
        line-height: 2.1875rem;
        width: 20%;
        float: left;
        text-align: left; } }
    @media (min-width: 1180px) {
      .advert-upsell-subscriptions .sub__name, .subscribe-report-upsell .sub__name, .downgrade-plans-section .sub__name {
        font-size: 20px;
        font-size: 1.25rem; } }
  .advert-upsell-subscriptions .sub__price, .subscribe-report-upsell .sub__price, .downgrade-plans-section .sub__price {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 8px;
    margin-top: 0.5rem; }
    @media (min-width: 870px) {
      .advert-upsell-subscriptions .sub__price, .subscribe-report-upsell .sub__price, .downgrade-plans-section .sub__price {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 35px;
        line-height: 2.1875rem;
        width: 25%;
        float: left;
        text-align: left;
        margin: 0; }
        .advert-upsell-subscriptions .sub__price span, .subscribe-report-upsell .sub__price span, .downgrade-plans-section .sub__price span {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media (min-width: 1180px) {
      .advert-upsell-subscriptions .sub__price, .subscribe-report-upsell .sub__price, .downgrade-plans-section .sub__price {
        font-size: 22px;
        font-size: 1.375rem; }
        .advert-upsell-subscriptions .sub__price span, .subscribe-report-upsell .sub__price span, .downgrade-plans-section .sub__price span {
          font-size: 18px;
          font-size: 1.125rem; } }
  @media (min-width: 870px) {
    .advert-upsell-subscriptions .sub__reports, .subscribe-report-upsell .sub__reports, .downgrade-plans-section .sub__reports {
      line-height: 35px;
      line-height: 2.1875rem;
      width: 35%;
      float: left;
      text-align: left; } }
  @media (min-width: 1180px) {
    .advert-upsell-subscriptions .sub__reports, .subscribe-report-upsell .sub__reports, .downgrade-plans-section .sub__reports {
      font-size: 18px;
      font-size: 1.125rem; } }
  .advert-upsell-subscriptions .plan, .subscribe-report-upsell .plan, .downgrade-plans-section .plan {
    margin: 0px 7px;
    margin:  0rem 0.4375rem; }
    @media (min-width: 870px) {
      .advert-upsell-subscriptions .plan, .subscribe-report-upsell .plan, .downgrade-plans-section .plan {
        width: 97%;
        margin: 0 auto; } }
  .advert-upsell-subscriptions .highlighted-plan, .subscribe-report-upsell .highlighted-plan, .downgrade-plans-section .highlighted-plan {
    padding: 21px 28px 14px 28px;
    padding:  1.3125rem 1.75rem 0.875rem 1.75rem;
    background: #f1fbf1;
    border: 1px solid #00b200;
    margin: -1px 0;
    z-index: 1;
    position: relative; }
    @media (min-width: 870px) {
      .advert-upsell-subscriptions .highlighted-plan, .subscribe-report-upsell .highlighted-plan, .downgrade-plans-section .highlighted-plan {
        padding: 21px 32px;
        padding:  1.3125rem 2rem; } }
    @media (min-width: 1180px) {
      .advert-upsell-subscriptions .highlighted-plan, .subscribe-report-upsell .highlighted-plan, .downgrade-plans-section .highlighted-plan {
        padding: 21px 35px;
        padding:  1.3125rem 2.1875rem; } }
  .advert-upsell-subscriptions .price, .subscribe-report-upsell .price, .downgrade-plans-section .price {
    float: left;
    width: 50%;
    text-align: left;
    color: #525965; }
  .advert-upsell-subscriptions .sub-buy-now-button, .subscribe-report-upsell .sub-buy-now-button, .downgrade-plans-section .sub-buy-now-button {
    margin-top: 7px;
    margin-top: 0.4375rem;
    padding: 4px 20px;
    padding:  0.25rem 1.25rem;
    border: 1px solid #3775d0;
    float: right; }
    @media (min-width: 870px) {
      .advert-upsell-subscriptions .sub-buy-now-button, .subscribe-report-upsell .sub-buy-now-button, .downgrade-plans-section .sub-buy-now-button {
        margin-top: 0; } }
    .advert-upsell-subscriptions .sub-buy-now-button.btn-style-green, .subscribe-report-upsell .sub-buy-now-button.btn-style-green, .downgrade-plans-section .sub-buy-now-button.btn-style-green, .advert-upsell-subscriptions .blue-why-section .sub-buy-now-button.report-upsell__single-report-button, .blue-why-section .advert-upsell-subscriptions .sub-buy-now-button.report-upsell__single-report-button, .subscribe-report-upsell .blue-why-section .sub-buy-now-button.report-upsell__single-report-button, .blue-why-section .subscribe-report-upsell .sub-buy-now-button.report-upsell__single-report-button, .downgrade-plans-section .blue-why-section .sub-buy-now-button.report-upsell__single-report-button, .blue-why-section .downgrade-plans-section .sub-buy-now-button.report-upsell__single-report-button, .advert-upsell-subscriptions .buy-report-popup__single a.sub-buy-now-button, .buy-report-popup__single .advert-upsell-subscriptions a.sub-buy-now-button, .subscribe-report-upsell .buy-report-popup__single a.sub-buy-now-button, .buy-report-popup__single .subscribe-report-upsell a.sub-buy-now-button, .downgrade-plans-section .buy-report-popup__single a.sub-buy-now-button, .buy-report-popup__single .downgrade-plans-section a.sub-buy-now-button, .advert-upsell-subscriptions .downgrade-confirm-section .sub-buy-now-button.upgrade-confirm-plan-button, .downgrade-confirm-section .advert-upsell-subscriptions .sub-buy-now-button.upgrade-confirm-plan-button, .subscribe-report-upsell .downgrade-confirm-section .sub-buy-now-button.upgrade-confirm-plan-button, .downgrade-confirm-section .subscribe-report-upsell .sub-buy-now-button.upgrade-confirm-plan-button, .downgrade-plans-section .downgrade-confirm-section .sub-buy-now-button.upgrade-confirm-plan-button, .downgrade-confirm-section .downgrade-plans-section .sub-buy-now-button.upgrade-confirm-plan-button, .advert-upsell-subscriptions .upgrade-confirm-section .sub-buy-now-button.upgrade-confirm-plan-button, .upgrade-confirm-section .advert-upsell-subscriptions .sub-buy-now-button.upgrade-confirm-plan-button, .subscribe-report-upsell .upgrade-confirm-section .sub-buy-now-button.upgrade-confirm-plan-button, .upgrade-confirm-section .subscribe-report-upsell .sub-buy-now-button.upgrade-confirm-plan-button, .downgrade-plans-section .upgrade-confirm-section .sub-buy-now-button.upgrade-confirm-plan-button, .upgrade-confirm-section .downgrade-plans-section .sub-buy-now-button.upgrade-confirm-plan-button, .advert-upsell-subscriptions .lite-coupon-popup .coupon-section a.sub-buy-now-button, .lite-coupon-popup .coupon-section .advert-upsell-subscriptions a.sub-buy-now-button, .subscribe-report-upsell .lite-coupon-popup .coupon-section a.sub-buy-now-button, .lite-coupon-popup .coupon-section .subscribe-report-upsell a.sub-buy-now-button, .downgrade-plans-section .lite-coupon-popup .coupon-section a.sub-buy-now-button, .lite-coupon-popup .coupon-section .downgrade-plans-section a.sub-buy-now-button, .advert-upsell-subscriptions .sub-buy-now-button.document-upsell-lite-plan__buy, .subscribe-report-upsell .sub-buy-now-button.document-upsell-lite-plan__buy, .downgrade-plans-section .sub-buy-now-button.document-upsell-lite-plan__buy, .advert-upsell-subscriptions .sub-buy-now-button.free-trial-banner__button, .subscribe-report-upsell .sub-buy-now-button.free-trial-banner__button, .downgrade-plans-section .sub-buy-now-button.free-trial-banner__button, .advert-upsell-subscriptions .sub-buy-now-button.Plan__buy-button, .subscribe-report-upsell .sub-buy-now-button.Plan__buy-button, .downgrade-plans-section .sub-buy-now-button.Plan__buy-button, .advert-upsell-subscriptions .sub-buy-now-button.Basket__checkout, .subscribe-report-upsell .sub-buy-now-button.Basket__checkout, .downgrade-plans-section .sub-buy-now-button.Basket__checkout, .advert-upsell-subscriptions .upsell-section__upgrade a.sub-buy-now-button, .upsell-section__upgrade .advert-upsell-subscriptions a.sub-buy-now-button, .subscribe-report-upsell .upsell-section__upgrade a.sub-buy-now-button, .upsell-section__upgrade .subscribe-report-upsell a.sub-buy-now-button, .downgrade-plans-section .upsell-section__upgrade a.sub-buy-now-button, .upsell-section__upgrade .downgrade-plans-section a.sub-buy-now-button {
      border: none; }
    .advert-upsell-subscriptions .sub-buy-now-button.disabled, .subscribe-report-upsell .sub-buy-now-button.disabled, .downgrade-plans-section .sub-buy-now-button.disabled {
      opacity: 0.6;
      cursor: default; }
  .advert-upsell-subscriptions hr, .subscribe-report-upsell hr, .downgrade-plans-section hr {
    border: 0;
    height: 1px;
    background: #ccc; }
  .advert-upsell-subscriptions .credit-report-limit, .subscribe-report-upsell .credit-report-limit, .downgrade-plans-section .credit-report-limit {
    margin-top: 12px;
    margin-top: 0.75rem;
    font-size: 13px;
    font-size: 0.8125rem; }

.blue-why-section {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 32px 18px 34px;
  padding:  2rem 1.125rem 2.125rem;
  background: #343d4d;
  color: white; }
  .blue-why-section:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 870px) {
    .blue-why-section {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 32px 88px;
      padding:  2rem 5.5rem; } }
  @media (min-width: 1180px) {
    .blue-why-section {
      font-size: 15px;
      font-size: 0.9375rem;
      font-size: 38px 88px;
      font-size:  2.375rem 5.5rem; } }
  .blue-why-section p {
    font-weight: 300; }
  .blue-why-section p:nth-child(2n) {
    margin-top: 10px;
    margin-top: 0.625rem; }
  .blue-why-section span {
    font-weight: 500; }
  .blue-why-section a {
    color: white;
    text-decoration: underline; }

.advert-upsell-popup {
  max-width: 370px;
  max-width: 23.125rem; }
  @media (min-width: 870px) {
    .advert-upsell-popup {
      max-width: 700px;
      max-width: 43.75rem; } }
  @media (min-width: 1180px) {
    .advert-upsell-popup {
      max-width: 850px;
      max-width: 53.125rem; } }

.advert-upsell-subscriptions .more-info-link {
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: underline;
  color: #6d737c; }
  @media (min-width: 1180px) {
    .advert-upsell-subscriptions .more-info-link {
      font-size: 15px;
      font-size: 0.9375rem; } }

.buy-subscription-popup {
  max-width: 370px;
  max-width: 23.125rem; }
  @media (min-width: 870px) {
    .buy-subscription-popup {
      max-width: 700px;
      max-width: 43.75rem; } }
  @media (min-width: 1180px) {
    .buy-subscription-popup {
      max-width: 950px;
      max-width: 59.375rem; } }

.subscribe-report-upsell {
  padding-bottom: 0px; }

h2.report-upsell__header {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.report-upsell__single-report-text {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  max-width: 250px;
  max-width: 15.625rem;
  margin: 0 auto; }
  @media (min-width: 870px) {
    .report-upsell__single-report-text {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 14px 0px;
      padding:  0.875rem 0rem;
      max-width: initial;
      float: left; } }
  @media (min-width: 1180px) {
    .report-upsell__single-report-text {
      font-size: 23px;
      font-size: 1.4375rem;
      padding: 21px 0px;
      padding:  1.3125rem 0rem; } }

.blue-why-section .report-upsell__single-report-button {
  text-decoration: none; }
  @media (min-width: 870px) {
    .blue-why-section .report-upsell__single-report-button {
      font-size: 16px;
      font-size: 1rem;
      padding: 15px 26px;
      padding:  0.9375rem 1.625rem;
      float: right; } }
  @media (min-width: 1180px) {
    .blue-why-section .report-upsell__single-report-button {
      font-size: 24px;
      font-size: 1.5rem;
      padding: 20px 46px;
      padding:  1.25rem 2.875rem; } }

.report-upsell__blue-section {
  padding: 25px;
  padding: 1.5625rem; }
  @media (min-width: 870px) {
    .report-upsell__blue-section {
      padding: 35px;
      padding: 2.1875rem; } }
  @media (min-width: 1180px) {
    .report-upsell__blue-section {
      padding: 45px;
      padding: 2.8125rem; } }

.subscribe-report-upsell .upsell-subscriptions {
  position: relative;
  padding-top: 0px;
  overflow-y: scroll;
  height: 220px; }
  @media (min-width: 870px) {
    .subscribe-report-upsell .upsell-subscriptions {
      height: initial;
      overflow: auto; } }
  @media (min-width: 1180px) {
    .subscribe-report-upsell .upsell-subscriptions {
      padding: 45px 0px;
      padding:  2.8125rem 0rem; } }

.upsell-subscriptions-grad {
  content: '';
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  box-shadow: 0px -40px 20px -10px white inset; }

.buy-report-popup {
  max-width: 470px;
  max-width: 29.375rem;
  padding: 35px 20px;
  padding:  2.1875rem 1.25rem; }
  @media (min-width: 500px) {
    .buy-report-popup {
      padding: 44px;
      padding: 2.75rem; } }

.buy-report-popup__header {
  text-align: center; }

.buy-report-popup__single {
  padding: 35px 25px 45px;
  padding:  2.1875rem 1.5625rem 2.8125rem;
  margin: 30px 0px 50px;
  margin:  1.875rem 0rem 3.125rem;
  border: 1px solid #00B200;
  background: #f2fbf2;
  text-align: center; }
  .buy-report-popup__single h3 {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    color: #0f8012;
    font-weight: 500; }
    .buy-report-popup__single h3 span {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400; }
  .buy-report-popup__single ul {
    margin-left: 20px;
    margin-left: 1.25rem;
    list-style-image: url("/images/tick_icon.svg");
    text-align: left; }
  .buy-report-popup__single ul li {
    line-height: 20px;
    line-height: 1.25rem; }
    @media (min-width: 500px) {
      .buy-report-popup__single ul li {
        line-height: 30px;
        line-height: 1.875rem; } }
  .buy-report-popup__single a {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 12px 50px;
    padding:  0.75rem 3.125rem; }
  @media (min-width: 500px) {
    .buy-report-popup__single {
      padding: 35px 40px 45px;
      padding:  2.1875rem 2.5rem 2.8125rem; } }

.buy-report-popup__upsell {
  padding: 40px;
  padding: 2.5rem;
  background: #fafafa;
  border: 1px solid #d5d5d5;
  position: relative; }
  .buy-report-popup__upsell:after {
    content: "";
    display: block;
    clear: both; }

.buy-report-popup__upsell-credit-reports {
  font-size: 20px;
  font-size: 1.25rem; }

.buy-report-popup__upsell-credit-price {
  font-size: 28px;
  font-size: 1.75rem; }
  .buy-report-popup__upsell-credit-price span {
    font-size: 16px;
    font-size: 1rem; }

.buy-report-popup__upsell-button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 36px;
  padding:  0.5rem 2.25rem; }

.buy-report-popup__upsell-pill {
  padding: 7px 30px;
  padding:  0.4375rem 1.875rem;
  width: 185px;
  width: 11.5625rem;
  position: absolute;
  border: 1px solid #3775d0;
  font-weight: 500;
  color: #3775d0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: white;
  top: -16px; }

.buy-report-popup__upsell-left {
  text-align: center; }
  @media (min-width: 500px) {
    .buy-report-popup__upsell-left {
      text-align: left;
      width: 50%;
      float: left; } }

.buy-report-popup__upsell-right {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center; }
  @media (min-width: 500px) {
    .buy-report-popup__upsell-right {
      width: 50%;
      float: right;
      text-align: right; } }

.buy-report-popup__footnote {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center; }

.unlock-confirm-popup {
  max-width: 520px;
  max-width: 32.5rem; }
  @media (min-width: 870px) {
    .unlock-confirm-popup {
      max-width: 660px;
      max-width: 41.25rem; } }

.unlock-section .get-more-reports-link {
  text-decoration: underline;
  color: #000000; }

.unlock-section .unlock-icon {
  width: 44px;
  width: 2.75rem; }

.session-limit-popup {
  max-width: 520px;
  max-width: 32.5rem; }
  @media (min-width: 870px) {
    .session-limit-popup {
      max-width: 660px;
      max-width: 41.25rem; } }

.session-limit-section .limit-reached-icon {
  width: 90px;
  width: 5.625rem; }

.downgrade-subscription-popup {
  max-width: 370px;
  max-width: 23.125rem; }
  @media (min-width: 870px) {
    .downgrade-subscription-popup {
      max-width: 700px;
      max-width: 43.75rem; } }
  @media (min-width: 1180px) {
    .downgrade-subscription-popup {
      max-width: 850px;
      max-width: 53.125rem; } }

.downgrade-plans-section .suitable-subheader {
  margin-top: 20px;
  margin-top: 1.25rem; }

.downgrade-reason-popup {
  max-width: 520px;
  max-width: 32.5rem; }
  @media (min-width: 870px) {
    .downgrade-reason-popup {
      max-width: 610px;
      max-width: 38.125rem; } }

.reason-section .downgrade-reasons {
  margin: 30px auto 15px;
  text-align: left; }
  @media (min-width: 500px) {
    .reason-section .downgrade-reasons {
      width: 80%; } }

.reason-section .downgrade-reason {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: block; }
  .reason-section .downgrade-reason input {
    float: left; }
  .reason-section .downgrade-reason label {
    margin-left: 25px;
    margin-left: 1.5625rem;
    display: block; }

.downgrade-confirm-popup {
  max-width: 520px;
  max-width: 32.5rem; }
  @media (min-width: 870px) {
    .downgrade-confirm-popup {
      max-width: 580px;
      max-width: 36.25rem; } }

.improve-section .improve-subheader {
  width: 100%; }

.improve-section .downgrade-improve-form {
  margin-top: 30px;
  margin-top: 1.875rem; }

.improve-section .downgrade-improve__textarea {
  display: block;
  width: 100%;
  height: 150px;
  height: 9.375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 15px;
  padding: 0.9375rem;
  border: 1px solid #bbb;
  border-radius: 6px; }

.improve-section .cancel-subscription-button, .improve-section .continue-subscription-button {
  width: 200px;
  width: 12.5rem;
  padding: 10px 0px;
  padding:  0.625rem 0rem;
  margin: 0 auto;
  display: block;
  border-radius: 4px; }
  @media (min-width: 500px) {
    .improve-section .cancel-subscription-button, .improve-section .continue-subscription-button {
      display: inline-block; } }

.improve-section .cancel-subscription-button {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: #D04A17;
  color: white;
  border: none; }
  @media (min-width: 500px) {
    .improve-section .cancel-subscription-button {
      margin-right: 10px;
      margin-right: 0.625rem; } }

.improve-section .continue-subscription-button {
  background: white;
  border: 1px solid #C2C4C9; }
  @media (min-width: 500px) {
    .improve-section .continue-subscription-button {
      margin-left: 10px;
      margin-left: 0.625rem; } }

.downgrade-discount-popup {
  border-radius: 4px; }
  .downgrade-discount-popup .discount-top {
    padding: 40px 30px;
    padding:  2.5rem 1.875rem;
    text-align: center; }
    .downgrade-discount-popup .discount-top p {
      color: #6D737B; }
  .downgrade-discount-popup .discount-bottom {
    padding: 40px;
    padding: 2.5rem;
    background: #F5F6F9;
    border: 1px solid #ccc; }
    .downgrade-discount-popup .discount-bottom h2 {
      font-size: 44px;
      font-size: 2.75rem;
      color: #19B01D; }
    .downgrade-discount-popup .discount-bottom h3 {
      font-size: 34px;
      font-size: 2.125rem;
      font-weight: 300;
      color: #19B01D; }
    .downgrade-discount-popup .discount-bottom .discount-desc {
      line-height: 26px;
      line-height: 1.625rem;
      margin: 30px auto; }
      @media (min-width: 500px) {
        .downgrade-discount-popup .discount-bottom .discount-desc {
          width: 90%; } }
    .downgrade-discount-popup .discount-bottom .choose-plan-button {
      padding: 12px 28px;
      padding:  0.75rem 1.75rem;
      margin-bottom: 30px;
      margin-bottom: 1.875rem; }
    .downgrade-discount-popup .discount-bottom .no-thanks-link {
      display: block;
      color: #9DA1A8;
      text-decoration: underline; }

.downgrade-confirm-plan-popup, .upgrade-confirm-plan-popup {
  max-width: 530px;
  max-width: 33.125rem; }

.downgrade-confirm-section .plan-allowances, .upgrade-confirm-section .plan-allowances {
  margin: 30px;
  margin: 1.875rem; }
  .downgrade-confirm-section .plan-allowances li, .upgrade-confirm-section .plan-allowances li {
    font-size: 16px;
    font-size: 1rem; }

.downgrade-confirm-section .confirm-desc, .upgrade-confirm-section .confirm-desc {
  font-size: 16px;
  font-size: 1rem;
  width: 90%;
  margin: 0 auto; }

.downgrade-confirm-section .confirm-plan-button, .downgrade-confirm-section .upgrade-confirm-plan-button, .upgrade-confirm-section .confirm-plan-button, .upgrade-confirm-section .upgrade-confirm-plan-button {
  margin: 30px 0px;
  margin:  1.875rem 0rem; }

.downgrade-confirm-section .cancel-link, .upgrade-confirm-section .cancel-link {
  font-size: 14px;
  font-size: 0.875rem;
  display: block; }

.watch-email-required-popup {
  max-width: 520px;
  max-width: 32.5rem; }
  .watch-email-required-popup .popup-header, .watch-email-required-popup .buy-report-popup__header, .watch-email-required-popup .downgrade-discount-popup .discount-top h2, .downgrade-discount-popup .discount-top .watch-email-required-popup h2, .watch-email-required-popup .login-header {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
  @media (min-width: 870px) {
    .watch-email-required-popup {
      max-width: 600px;
      max-width: 37.5rem; } }

.watch-email-input {
  height: 45px;
  height: 2.8125rem;
  padding: 10px;
  padding: 0.625rem;
  display: block;
  width: 80%;
  border-radius: 4px;
  margin: 35px auto 25px;
  border: 1px solid #d9d9d9; }

.watch-email-submit {
  padding: 12px 30px;
  padding:  0.75rem 1.875rem; }

.company-watched-popup {
  max-width: 395px;
  max-width: 24.6875rem; }
  .company-watched-popup .popup-header, .company-watched-popup .buy-report-popup__header, .company-watched-popup .downgrade-discount-popup .discount-top h2, .downgrade-discount-popup .discount-top .company-watched-popup h2, .company-watched-popup .login-header {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
  @media (min-width: 870px) {
    .company-watched-popup {
      max-width: 540px;
      max-width: 33.75rem; } }

.lite-coupon-popup {
  max-width: 380px;
  max-width: 23.75rem;
  text-align: center; }
  .lite-coupon-popup .coupon-section {
    margin: 30px 0px;
    margin:  1.875rem 0rem;
    padding: 15px 25px;
    padding:  0.9375rem 1.5625rem;
    border: 1px dashed #d2d2d2;
    border-radius: 4px; }
    .lite-coupon-popup .coupon-section:after {
      content: "";
      display: block;
      clear: both; }
    .lite-coupon-popup .coupon-section span {
      font-size: 18px;
      font-size: 1.125rem;
      padding-top: 8px;
      padding-top: 0.5rem;
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
      font-weight: 700;
      display: inline-block; }
      @media (min-width: 500px) {
        .lite-coupon-popup .coupon-section span {
          float: left;
          margin-bottom: 0px; } }
    .lite-coupon-popup .coupon-section a {
      padding: 8px 18px;
      padding:  0.5rem 1.125rem;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 500px) {
        .lite-coupon-popup .coupon-section a {
          float: right; } }
  .lite-coupon-popup .continue-to-checkout {
    color: #3775d0;
    text-decoration: none; }

.renewal-popup {
  max-width: 600px;
  max-width: 37.5rem;
  text-align: center; }
  .renewal-popup h2 {
    font-size: 22px;
    font-size: 1.375rem;
    color: #00B200;
    font-weight: 400; }
  .renewal-popup p {
    margin: 10px 0px 40px;
    margin:  0.625rem 0rem 2.5rem;
    opacity: 0.7; }
  .renewal-popup a {
    padding: 14px 100px;
    padding:  0.875rem 6.25rem; }

.document-upsell-popup {
  max-width: 450px;
  max-width: 28.125rem; }

.document-upsell-top-section h2 {
  font-weight: 400; }

.document-upsell-lite-plan {
  padding: 30px;
  padding: 1.875rem;
  max-width: 325px;
  max-width: 20.3125rem;
  border: 1px solid #d5d5d5;
  background: #fafafa;
  margin: 0 auto 30px; }
  .document-upsell-lite-plan small {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    color: #525965;
    display: block; }

p.document-upsell-lite-plan__name {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  color: #525965; }

p.document-upsell-lite-plan__price {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  p.document-upsell-lite-plan__price span {
    font-size: 12px;
    font-size: 0.75rem; }

p.document-upsell-lite-plan__desc {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  @media (min-width: 870px) {
    p.document-upsell-lite-plan__desc {
      font-size: 22px;
      font-size: 1.375rem; } }

.document-upsell-lite-plan__buy {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 9px 39px;
  padding:  0.5625rem 2.4375rem; }

.document-upsell-lite-plan__compare {
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: underline;
  font-weight: 300;
  color: #323d4d; }

.document-upsell-lite-plan__show {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300; }

#dont-show-again {
  margin-right: 5px;
  margin-right: 0.3125rem; }

.login-container {
  max-width: 460px;
  max-width: 28.75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin: 0 auto;
  background: #fff; }
  @media (min-width: 500px) {
    .login-container {
      background: transparent; } }
  @media (min-width: 1180px) {
    .login-container {
      max-width: 524px;
      max-width: 32.75rem;
      padding-bottom: 68px;
      padding-bottom: 4.25rem; } }
  .login-container--message {
    color: #008100;
    font-size: 17px;
    line-height: 26px;
    background-color: #f2fbf2;
    padding: 33px 32px;
    border: 1px solid #00b200;
    margin-bottom: 44px; }

.login-container__top {
  background: #fff; }
  @media (min-width: 500px) {
    .login-container__top {
      margin-top: 40px;
      margin-top: 2.5rem;
      box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.14); } }
  @media (min-width: 1180px) {
    .login-container__top {
      margin-top: 68px;
      margin-top: 4.25rem; } }

.login-container__bottom {
  background: #fff; }
  @media (min-width: 500px) {
    .login-container__bottom {
      margin-top: 17px;
      margin-top: 1.0625rem;
      box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.14); } }

.login-content-container {
  overflow: auto;
  padding: 0px 20px;
  padding:  0rem 1.25rem; }
  @media (min-width: 500px) {
    .login-content-container {
      padding: 0px 40px;
      padding:  0rem 2.5rem; } }

.login-header {
  padding: 28px 0px 26px;
  padding:  1.75rem 0rem 1.625rem; }

.login__form-section input[type="text"],
.login__form-section input[type="email"],
.login__form-section input[type="password"] {
  height: 44px;
  height: 2.75rem;
  padding: 8px 8px 8px 42px;
  padding:  0.5rem 0.5rem 0.5rem 2.625rem;
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
  border-radius: 4px; }
  @media (min-width: 500px) {
    .login__form-section input[type="text"],
    .login__form-section input[type="email"],
    .login__form-section input[type="password"] {
      height: 56px;
      height: 3.5rem; } }
  @media (min-width: 1180px) {
    .login__form-section input[type="text"],
    .login__form-section input[type="email"],
    .login__form-section input[type="password"] {
      height: 66px;
      height: 4.125rem;
      font-size: 20px;
      font-size: 1.25rem;
      padding: 8px 8px 8px 60px;
      padding:  0.5rem 0.5rem 0.5rem 3.75rem; } }

.login__form-section input[type="text"].error,
.login__form-section input[type="email"].error,
.login__form-section input[type="password"].error {
  border: 1px solid #ff6565; }

.login__form-section input[type="text"].error:focus,
.login__form-section input[type="email"].error:focus,
.login__form-section input[type="password"].error:focus {
  border: 1px solid #d2d2d2; }

.login__form-section .error-message {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #d03737; }
  @media (min-width: 500px) {
    .login__form-section .error-message {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400; } }
  @media (min-width: 1180px) {
    .login__form-section .error-message {
      font-size: 16px;
      font-size: 1rem; } }

.login__form-section .login-form__email-input, .login__form-section .login-form__password-input, .login__form-section .login-form__name-input, .login__form-section .login-form__firstName-input, .login__form-section .login-form__surname-input, .login__form-section .login-form__postcode-input, .login__form-section .login-form__company-input, .login__form-section .login-form__role-input, .login__form-section .login-form__type-input {
  position: relative;
  padding-bottom: 14px;
  padding-bottom: 0.875rem; }
  @media (min-width: 500px) {
    .login__form-section .login-form__email-input, .login__form-section .login-form__password-input, .login__form-section .login-form__name-input, .login__form-section .login-form__firstName-input, .login__form-section .login-form__surname-input, .login__form-section .login-form__postcode-input, .login__form-section .login-form__company-input, .login__form-section .login-form__role-input, .login__form-section .login-form__type-input {
      padding-bottom: 12px;
      padding-bottom: 0.75rem; } }

.login__form-section .login-form__name-input, .login__form-section .login-form__firstName-input, .login__form-section .login-form__surname-input, .login__form-section .login-form__postcode-input, .login__form-section .login-form__company-input, .login__form-section .login-form__role-input, .login__form-section .login-form__type-input {
  font-size: 14px;
  font-size: 0.875rem;
  height: 60px;
  height: 3.75rem; }
  .login__form-section .login-form__name-input input, .login__form-section .login-form__firstName-input input, .login__form-section .login-form__surname-input input, .login__form-section .login-form__postcode-input input, .login__form-section .login-form__company-input input, .login__form-section .login-form__role-input input, .login__form-section .login-form__type-input input {
    height: 30px;
    height: 1.875rem; }
    @media (min-width: 500px) {
      .login__form-section .login-form__name-input input, .login__form-section .login-form__firstName-input input, .login__form-section .login-form__surname-input input, .login__form-section .login-form__postcode-input input, .login__form-section .login-form__company-input input, .login__form-section .login-form__role-input input, .login__form-section .login-form__type-input input {
        height: 40px;
        height: 2.5rem; } }
    @media (min-width: 1180px) {
      .login__form-section .login-form__name-input input, .login__form-section .login-form__firstName-input input, .login__form-section .login-form__surname-input input, .login__form-section .login-form__postcode-input input, .login__form-section .login-form__company-input input, .login__form-section .login-form__role-input input, .login__form-section .login-form__type-input input {
        height: 50px;
        height: 3.125rem;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 8px 8px 8px 60px;
        padding:  0.5rem 0.5rem 0.5rem 3.75rem; } }

.login__form-section .login-form__email-input, .login__form-section .login-form__company-input {
  clear: both; }

.login__form-section .input-icon {
  position: absolute;
  top: 13px;
  top: 0.8125rem;
  left: 15px;
  left: 0.9375rem;
  bottom: 0px;
  bottom: 0rem;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem; }
  @media (min-width: 500px) {
    .login__form-section .input-icon {
      top: 19px;
      top: 1.1875rem; } }
  @media (min-width: 1180px) {
    .login__form-section .input-icon {
      top: 21px;
      top: 1.3125rem;
      left: 22px;
      left: 1.375rem;
      height: 20px;
      height: 1.25rem;
      width: 20px;
      width: 1.25rem; } }

.login__form-section .email-icon {
  background: url("/images/login/email_address.svg") no-repeat center; }

.login__form-section .password-icon {
  background: url("/images/login/password.svg") no-repeat center; }

.login__form-section .login-form__actions {
  padding: 6px 0px 36px;
  padding:  0.375rem 0rem 2.25rem;
  display: table; }
  .login__form-section .login-form__actions .forgotten-pword-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    display: table-cell;
    color: #5d6f8a; }
    @media (min-width: 500px) {
      .login__form-section .login-form__actions .forgotten-pword-text {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400; } }
    @media (min-width: 500px) {
      .login__form-section .login-form__actions .forgotten-pword-text {
        font-size: 16px;
        font-size: 1rem; } }
  .login__form-section .login-form__actions .form-cell {
    display: table-cell; }
    .login__form-section .login-form__actions .form-cell:last-child {
      text-align: right; }
  .login__form-section .login-form__actions .log-in-button {
    width: 122px;
    width: 7.625rem;
    padding: 7px 0px;
    padding:  0.4375rem 0rem;
    text-align: center; }
    @media (min-width: 500px) {
      .login__form-section .login-form__actions .log-in-button {
        font-size: 14px;
        font-size: 0.875rem;
        width: 164px;
        width: 10.25rem;
        padding: 10px 0px;
        padding:  0.625rem 0rem; } }
    @media (min-width: 1180px) {
      .login__form-section .login-form__actions .log-in-button {
        font-size: 16px;
        font-size: 1rem;
        width: 188px;
        width: 11.75rem;
        padding: 13px 0px;
        padding:  0.8125rem 0rem; } }
  @media (min-width: 500px) {
    .login__form-section .login-form__actions {
      padding: 10px 0px 28px;
      padding:  0.625rem 0rem 1.75rem; } }
  @media (min-width: 1180px) {
    .login__form-section .login-form__actions {
      padding: 12px 0px 32px;
      padding:  0.75rem 0rem 2rem; } }

@media (min-width: 500px) {
  .login__form-section .login-form {
    border-bottom: 1px solid #dddddd; } }

.login__social-section {
  border-top: 1px solid #dddddd;
  text-align: center;
  padding-top: 29px;
  padding-top: 1.8125rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }
  @media (min-width: 500px) {
    .login__social-section p {
      margin-top: 8px;
      margin-top: 0.5rem;
      float: left; } }
  @media (min-width: 500px) {
    .login__social-section p {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 11px;
      margin-top: 0.6875rem; } }
  .login__social-section .social-login-links {
    padding-top: 27px;
    padding-top: 1.6875rem; }
    .login__social-section .social-login-links li {
      padding-right: 19px;
      padding-right: 1.1875rem;
      display: inline; }
      @media (min-width: 500px) {
        .login__social-section .social-login-links li {
          padding-right: 14px;
          padding-right: 0.875rem; } }
      @media (min-width: 1180px) {
        .login__social-section .social-login-links li {
          padding-right: 10px;
          padding-right: 0.625rem; } }
      .login__social-section .social-login-links li:last-child {
        padding-right: 0px;
        padding-right: 0rem; }
    .login__social-section .social-login-links img {
      height: 32px;
      height: 2rem;
      width: 32px;
      width: 2rem; }
      @media (min-width: 500px) {
        .login__social-section .social-login-links img {
          height: 36px;
          height: 2.25rem;
          width: 36px;
          width: 2.25rem; } }
      @media (min-width: 1180px) {
        .login__social-section .social-login-links img {
          height: 44px;
          height: 2.75rem;
          width: 44px;
          width: 2.75rem; } }
    @media (min-width: 500px) {
      .login__social-section .social-login-links {
        padding-top: 0px;
        padding-top: 0rem;
        padding-left: 18px;
        padding-left: 1.125rem;
        float: left; } }
    @media (min-width: 1180px) {
      .login__social-section .social-login-links {
        padding-left: 20px;
        padding-left: 1.25rem; } }
  @media (min-width: 500px) {
    .login__social-section {
      border-top: none;
      padding-top: 18px;
      padding-top: 1.125rem;
      padding-bottom: 22px;
      padding-bottom: 1.375rem; }
      .login__social-section:after {
        content: "";
        display: block;
        clear: both; } }
  @media (min-width: 1180px) {
    .login__social-section {
      padding-top: 22px;
      padding-top: 1.375rem;
      padding-bottom: 25px;
      padding-bottom: 1.5625rem; } }

.login__signup-section {
  text-align: center;
  padding: 0px 0px 20px;
  padding:  0rem 0rem 1.25rem; }
  .login__signup-section .account-text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
    float: none;
    color: #9ba7b9; }
    .login__signup-section .account-text a {
      text-decoration: none; }
    @media (min-width: 500px) {
      .login__signup-section .account-text {
        font-size: 16px;
        font-size: 1rem;
        float: left; } }
    @media (min-width: 1180px) {
      .login__signup-section .account-text {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media (min-width: 1180px) {
    .login__signup-section .signup-link {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 500px) {
    .login__signup-section {
      padding: 20px 50px;
      padding:  1.25rem 3.125rem; }
      .login__signup-section:after {
        content: "";
        display: block;
        clear: both; } }
  @media (min-width: 1180px) {
    .login__signup-section {
      padding: 23px 55px;
      padding:  1.4375rem 3.4375rem; } }

.privacy-statement {
  color: #9ba7b9;
  font-size: 13px;
  margin-bottom: 20px; }

.banner .container {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }

.banner__header {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
  line-height: 2rem; }
  @media (min-width: 870px) {
    .banner__header {
      font-size: 39px;
      font-size: 2.4375rem;
      line-height: 47px;
      line-height: 2.9375rem; } }
  @media (min-width: 1180px) {
    .banner__header {
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 54px;
      line-height: 3.375rem; } }

.banner__text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-top: 24px;
  margin-top: 1.5rem; }
  @media (min-width: 870px) {
    .banner__text {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 26px;
      line-height: 1.625rem;
      margin-top: 26px;
      margin-top: 1.625rem; } }
  @media (min-width: 1180px) {
    .banner__text {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem;
      margin-top: 22px;
      margin-top: 1.375rem; } }

.marketing-section {
  color: white;
  text-align: center; }
  .marketing-section h1 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500; }
    @media (min-width: 870px) {
      .marketing-section h1 {
        font-size: 45px;
        font-size: 2.8125rem; } }
    @media (min-width: 1180px) {
      .marketing-section h1 {
        font-size: 52px;
        font-size: 3.25rem; } }
  .marketing-section h1.main {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 500; }
    @media (min-width: 870px) {
      .marketing-section h1.main {
        font-size: 33px;
        font-size: 2.0625rem; } }
    @media (min-width: 1180px) {
      .marketing-section h1.main {
        font-size: 38px;
        font-size: 2.375rem; } }
  .marketing-section h2 {
    padding: 20px 0px 27px;
    padding:  1.25rem 0rem 1.6875rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 300;
    opacity: 0.7; }
    @media (min-width: 870px) {
      .marketing-section h2 {
        padding: 28px 0px 32px;
        padding:  1.75rem 0rem 2rem;
        font-size: 26px;
        font-size: 1.625rem; } }
    @media (min-width: 1180px) {
      .marketing-section h2 {
        padding: 32px 0px 36px;
        padding:  2rem 0rem 2.25rem;
        font-size: 30px;
        font-size: 1.875rem; } }
  .marketing-section h2.main {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem; }
    @media (min-width: 870px) {
      .marketing-section h2.main {
        padding: 20px 0px 44px;
        padding:  1.25rem 0rem 2.75rem;
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 1180px) {
      .marketing-section h2.main {
        font-size: 26px;
        font-size: 1.625rem; } }
  .marketing-section h3 {
    padding-bottom: 27px;
    padding-bottom: 1.6875rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 300;
    opacity: 0.7; }
    @media (min-width: 870px) {
      .marketing-section h3 {
        padding-bottom: 32px;
        padding-bottom: 2rem;
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 1180px) {
      .marketing-section h3 {
        padding-bottom: 36px;
        padding-bottom: 2.25rem;
        font-size: 28px;
        font-size: 1.75rem; } }
  .marketing-section .resubscribe-button {
    background: #00B200;
    color: white;
    padding: 11px 35px;
    padding:  0.6875rem 2.1875rem;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 870px) {
      .marketing-section .resubscribe-button {
        font-size: 16px;
        font-size: 1rem;
        padding: 14px 35px;
        padding:  0.875rem 2.1875rem; } }
    @media (min-width: 1180px) {
      .marketing-section .resubscribe-button {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 15px 40px;
        padding:  0.9375rem 2.5rem; } }
  .marketing-section .sign-up-section {
    color: #323d4d;
    margin-bottom: 85px;
    margin-bottom: 5.3125rem; }
    @media (min-width: 870px) {
      .marketing-section .sign-up-section {
        margin-bottom: 100px;
        margin-bottom: 6.25rem; } }
    @media (min-width: 1180px) {
      .marketing-section .sign-up-section {
        margin-bottom: 110px;
        margin-bottom: 6.875rem; } }
  .marketing-section .coupon-section {
    margin-top: 55px;
    margin-top: 3.4375rem;
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
    padding: 15px 20px;
    padding:  0.9375rem 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    max-width: 475px;
    max-width: 29.6875rem;
    border: 3px dashed rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.1);
    font-weight: 300;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 870px) {
      .marketing-section .coupon-section {
        margin-top: 96px;
        margin-top: 6rem;
        margin-bottom: 66px;
        margin-bottom: 4.125rem;
        padding: 18px 22px;
        padding:  1.125rem 1.375rem;
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1180px) {
      .marketing-section .coupon-section {
        margin-top: 110px;
        margin-top: 6.875rem;
        margin-bottom: 74px;
        margin-bottom: 4.625rem;
        padding: 20px 25px;
        padding:  1.25rem 1.5625rem;
        font-size: 18px;
        font-size: 1.125rem;
        max-width: 542px;
        max-width: 33.875rem; } }
    .marketing-section .coupon-section span {
      color: #01d901;
      text-transform: uppercase;
      text-decoration: underline;
      font-weight: 500; }
  .marketing-section .coupon-section--come-back {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .marketing-section .marketing-section__text {
    margin-top: 55px;
    margin-top: 3.4375rem;
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    max-width: 805px;
    max-width: 50.3125rem;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.7; }
    @media (min-width: 870px) {
      .marketing-section .marketing-section__text {
        margin-top: 96px;
        margin-top: 6rem;
        margin-bottom: 66px;
        margin-bottom: 4.125rem;
        font-size: 16px;
        font-size: 1rem;
        line-height: 26px;
        line-height: 1.625rem; } }
    @media (min-width: 1180px) {
      .marketing-section .marketing-section__text {
        margin-top: 110px;
        margin-top: 6.875rem;
        margin-bottom: 74px;
        margin-bottom: 4.625rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 30px;
        line-height: 1.875rem; } }
  .marketing-section .arrow-down {
    height: 12px;
    height: 0.75rem;
    margin: 0 auto;
    display: block; }
    @media (min-width: 870px) {
      .marketing-section .arrow-down {
        height: 18px;
        height: 1.125rem; } }
    @media (min-width: 1180px) {
      .marketing-section .arrow-down {
        height: 21px;
        height: 1.3125rem; } }
  .marketing-section a {
    color: white; }

.content--floating-header .marketing-1 {
  padding: 140px 0px 23px;
  padding:  8.75rem 0rem 1.4375rem; }
  @media (min-width: 1180px) {
    .content--floating-header .marketing-1 {
      padding: 160px 0px 32px;
      padding:  10rem 0rem 2rem; } }

.marketing-1 {
  padding: 46px 0px 23px;
  padding:  2.875rem 0rem 1.4375rem;
  background: url("/images/subscription/marketing_banner.png") no-repeat center center;
  background-size: cover; }
  @media (min-width: 870px) {
    .marketing-1 {
      padding: 75px 0px 34px;
      padding:  4.6875rem 0rem 2.125rem; } }
  @media (min-width: 1180px) {
    .marketing-1 {
      padding: 88px 0px 38px;
      padding:  5.5rem 0rem 2.375rem; } }

.marketing-2 {
  padding: 45px 0px;
  padding:  2.8125rem 0rem;
  background: url("/images/subscription/marketing_banner.png") no-repeat center center;
  background-size: cover; }
  .marketing-2 .sign-up-section {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem; }
    @media (min-width: 870px) {
      .marketing-2 .sign-up-section {
        margin-bottom: 60px;
        margin-bottom: 3.75rem; } }
    @media (min-width: 1180px) {
      .marketing-2 .sign-up-section {
        margin-bottom: 70px;
        margin-bottom: 4.375rem; } }
  .marketing-2 .coupon-section {
    margin-bottom: 0px;
    margin-top: 30px;
    margin-top: 1.875rem; }
    @media (min-width: 870px) {
      .marketing-2 .coupon-section {
        margin-top: 44px;
        margin-top: 2.75rem; } }
    @media (min-width: 1180px) {
      .marketing-2 .coupon-section {
        margin-top: 50px;
        margin-top: 3.125rem; } }
  @media (min-width: 870px) {
    .marketing-2 {
      padding: 70px 0px 84px;
      padding:  4.375rem 0rem 5.25rem; } }
  @media (min-width: 1180px) {
    .marketing-2 {
      padding: 80px 0px 98px;
      padding:  5rem 0rem 6.125rem; } }

.trust-section {
  padding: 24px 0px 25px;
  padding:  1.5rem 0rem 1.5625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  background: #4b5e78;
  color: white;
  text-align: center; }
  @media (min-width: 1000px) {
    .trust-section {
      padding: 36px 0px 28px;
      padding:  2.25rem 0rem 1.75rem;
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media (min-width: 1180px) {
    .trust-section {
      padding: 38px 0px 30px;
      padding:  2.375rem 0rem 1.875rem;
      font-size: 22px;
      font-size: 1.375rem; } }
  .trust-section--grey {
    background: #f3f5f8;
    padding-bottom: 0px;
    color: #69707a; }
    .trust-section--grey p {
      opacity: 0.8; }
  .trust-section--white {
    background: white;
    color: #323d4d;
    opacity: 0.8; }

.business-logos-section {
  padding: 28px 10px;
  padding:  1.75rem 0.625rem;
  background: #f3f5f8;
  text-align: center; }
  .business-logos-section:after {
    content: "";
    display: block;
    clear: both; }
  .business-logos-section img {
    margin: 12px 15px;
    margin:  0.75rem 0.9375rem; }
    @media (min-width: 1180px) {
      .business-logos-section img {
        margin: 12px 30px;
        margin:  0.75rem 1.875rem; } }
  @media (min-width: 1000px) {
    .business-logos-section {
      padding: 12px 10px 36px;
      padding:  0.75rem 0.625rem 2.25rem; } }
  @media (min-width: 1180px) {
    .business-logos-section {
      padding: 20px 0px 38px;
      padding:  1.25rem 0rem 2.375rem; } }
  .business-logos-section--white {
    background: white; }

.banner-main {
  padding: 40px 0px 43px;
  padding:  2.5rem 0rem 2.6875rem; }
  .banner-main:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 870px) {
    .banner-main {
      padding: 80px 0px;
      padding:  5rem 0rem; } }
  @media (min-width: 1180px) {
    .banner-main {
      padding: 90px 0px;
      padding:  5.625rem 0rem; } }
  .banner-main--grey {
    background: #f3f5f8; }
  @media (min-width: 870px) {
    .banner-main--no-bp {
      padding-bottom: 0px; } }

.banner-main__details {
  padding-top: 33px;
  padding-top: 2.0625rem;
  text-align: center; }
  @media (min-width: 870px) {
    .banner-main__details {
      padding-top: 15px;
      padding-top: 0.9375rem; } }
  @media (min-width: 1180px) {
    .banner-main__details {
      padding-top: 74px;
      padding-top: 4.625rem; } }

@media (min-width: 870px) {
  .claim-details {
    padding-top: 70px;
    padding-top: 4.375rem; } }

@media (min-width: 1180px) {
  .claim-details {
    padding-top: 85px;
    padding-top: 5.3125rem; } }

@media (min-width: 870px) {
  .details-left {
    width: 48%;
    float: left;
    text-align: left; } }

@media (min-width: 870px) {
  .details-right {
    width: 52%;
    float: right;
    text-align: left; } }

.banner-main-header {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  color: #2c394b; }
  @media (min-width: 1050px) {
    .banner-main-header {
      font-size: 38px;
      font-size: 2.375rem; } }
  @media (min-width: 1180px) {
    .banner-main-header {
      font-size: 44px;
      font-size: 2.75rem; } }

.banner-main-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #6a717b; }
  @media (min-width: 870px) {
    .banner-main-text {
      margin-top: 30px;
      margin-top: 1.875rem;
      font-weight: 300; } }
  @media (min-width: 1050px) {
    .banner-main-text {
      font-size: 17px;
      font-size: 1.0625rem; } }
  @media (min-width: 1180px) {
    .banner-main-text {
      line-height: 32px;
      line-height: 2rem;
      margin-top: 40px;
      margin-top: 2.5rem; } }

.list {
  list-style-type: disc;
  list-style-position: inside; }

@media (min-width: 870px) {
  .list--left {
    width: 48%;
    float: left; } }

@media (min-width: 870px) {
  .list--right {
    width: 48%;
    float: right; } }

.more-info-button {
  margin-top: 40px;
  margin-top: 2.5rem; }

.image-container--macbook {
  height: 180px;
  height: 11.25rem;
  background: url("/images/home/macbook.png") no-repeat center;
  background-size: 296px 180px; }
  @media (min-width: 870px) {
    .image-container--macbook {
      height: 310px;
      height: 19.375rem;
      background-size: 510px 310px;
      background-position: right center; } }
  @media (min-width: 1180px) {
    .image-container--macbook {
      height: 470px;
      height: 29.375rem;
      background-size: 773px 470px; } }

.image-container--tablet {
  height: 306px;
  height: 19.125rem;
  background: url("/images/home/director_ipad.png") no-repeat center;
  background-size: 196px 306px; }
  @media (min-width: 870px) {
    .image-container--tablet {
      height: 410px;
      height: 25.625rem;
      background-size: 508px 794px;
      background-position: left 0px; } }
  @media (min-width: 1180px) {
    .image-container--tablet {
      height: 570px;
      height: 35.625rem;
      background-size: 585px 916px; } }

.image-container--phone {
  height: 284px;
  height: 17.75rem;
  background: url("/images/home/claim_iphone.png") no-repeat center;
  background-size: 123px 284px; }
  @media (min-width: 870px) {
    .image-container--phone {
      height: 410px;
      height: 25.625rem;
      background-size: 360px 842px;
      background-position: right top; } }
  @media (min-width: 1180px) {
    .image-container--phone {
      height: 520px;
      height: 32.5rem;
      background-size: 412px 974px; } }

@media (min-width: 870px) {
  .image-container--phone.image-container--left {
    float: left;
    width: 42%; } }

@media (min-width: 870px) {
  .image-container--left {
    float: left;
    width: 45%; } }

@media (min-width: 870px) {
  .image-container--right {
    float: right;
    width: 45%; } }

.title-banner {
  padding: 52px 0px 58px;
  padding:  3.25rem 0rem 3.625rem;
  background: #3775d0;
  background-size: cover;
  text-align: center;
  color: #ffffff; }
  .title-banner h1 {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 23px;
    padding-bottom: 1.4375rem;
    font-weight: 300; }
    @media (min-width: 870px) {
      .title-banner h1 {
        font-size: 28px;
        font-size: 1.75rem;
        padding-bottom: 40px;
        padding-bottom: 2.5rem; } }
    @media (min-width: 1180px) {
      .title-banner h1 {
        font-size: 32px;
        font-size: 2rem;
        padding-bottom: 46px;
        padding-bottom: 2.875rem; } }
  .title-banner p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    max-width: 560px;
    max-width: 35rem;
    margin: 0 auto;
    font-weight: 100; }
    @media (min-width: 870px) {
      .title-banner p {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 28px;
        line-height: 1.75rem;
        max-width: 646px;
        max-width: 40.375rem; } }
    @media (min-width: 1180px) {
      .title-banner p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 32px;
        line-height: 2rem;
        max-width: 746px;
        max-width: 46.625rem; } }
  .title-banner a {
    color: #ffffff; }
  @media (min-width: 870px) {
    .title-banner {
      padding: 90px 0px 100px;
      padding:  5.625rem 0rem 6.25rem; } }
  @media (min-width: 1180px) {
    .title-banner {
      padding: 106px 0px 116px;
      padding:  6.625rem 0rem 7.25rem; } }

.info-banner {
  padding: 40px 0px 10px;
  padding:  2.5rem 0rem 0.625rem; }
  @media (min-width: 870px) {
    .info-banner {
      padding: 78px 0px 50px;
      padding:  4.875rem 0rem 3.125rem; } }
  @media (min-width: 1180px) {
    .info-banner {
      padding: 90px 0px 66px;
      padding:  5.625rem 0rem 4.125rem; } }
  .info-banner h2 {
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #323d4d;
    font-weight: 400; }
    @media (min-width: 870px) {
      .info-banner h2 {
        padding-bottom: 30px;
        padding-bottom: 1.875rem;
        font-size: 19px;
        font-size: 1.1875rem; } }
    @media (min-width: 1180px) {
      .info-banner h2 {
        padding-bottom: 35px;
        padding-bottom: 2.1875rem;
        font-size: 22px;
        font-size: 1.375rem; } }
  .info-banner .page-text {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #494949;
    font-weight: 300; }
    @media (min-width: 870px) {
      .info-banner .page-text {
        padding-bottom: 32px;
        padding-bottom: 2rem;
        line-height: 23px;
        line-height: 1.4375rem; } }
    @media (min-width: 1180px) {
      .info-banner .page-text {
        padding-bottom: 36px;
        padding-bottom: 2.25rem;
        font-size: 16px;
        font-size: 1rem;
        line-height: 26px;
        line-height: 1.625rem; } }
  @media (min-width: 870px) {
    .info-banner .two-col__left {
      width: 64.2857142857%;
      float: left;
      margin-right: 7.1428571429%; } }
  @media (min-width: 870px) {
    .info-banner .two-col__right {
      width: 28.5714285714%;
      float: right;
      margin-right: 0; } }

@media (min-width: 870px) {
  .two-col__left-50 {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%; } }

@media (min-width: 870px) {
  .two-col__right-50 {
    width: 47.3684210526%;
    float: right;
    margin-right: 0; } }

.recent-searches-banner__text {
  margin: 0 auto;
  width: 375px; }
  .recent-searches-banner__text div {
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 24px !important;
    width: 125px;
    margin-top: 24px; }
    .recent-searches-banner__text div span {
      font-size: 20px !important; }
  @media (min-width: 870px) {
    .recent-searches-banner__text {
      display: none; } }

.recent-searches-banner__charts {
  display: none; }
  .recent-searches-banner__charts:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 870px) {
    .recent-searches-banner__charts {
      display: block;
      margin-top: 95px;
      margin-top: 5.9375rem;
      margin-bottom: 77px;
      margin-bottom: 4.8125rem; } }
  @media (min-width: 1180px) {
    .recent-searches-banner__charts {
      margin-top: 88px;
      margin-top: 5.5rem;
      margin-bottom: 88px;
      margin-bottom: 5.5rem; } }
  .recent-searches-banner__charts .search-chart {
    margin-top: 30px;
    margin-top: 1.875rem;
    display: block;
    text-align: center;
    cursor: pointer; }
    @media (min-width: 870px) {
      .recent-searches-banner__charts .search-chart {
        margin-top: 0;
        margin-right: 52px;
        margin-right: 3.25rem;
        display: inline; } }
  @media (min-width: 870px) and (min-width: 1180px) {
    .recent-searches-banner__charts .search-chart {
      margin-right: 62px;
      margin-right: 3.875rem; } }
    @media (min-width: 870px) {
        .recent-searches-banner__charts .search-chart:last-child {
          margin-right: 0; } }
  .recent-searches-banner__charts .search-chart__text {
    color: #323d4d;
    font-size: 65px !important;
    font-weight: 100;
    top: 40% !important;
    line-height: 35px !important;
    height: inherit !important; }
    @media (min-width: 1180px) {
      .recent-searches-banner__charts .search-chart__text {
        font-size: 80px !important; } }
    .recent-searches-banner__charts .search-chart__text .label {
      font-size: 21px !important;
      font-weight: 300; }
      @media (min-width: 1180px) {
        .recent-searches-banner__charts .search-chart__text .label {
          font-size: 24px !important; } }

.free-trial-banner {
  padding: 50px 0px 58px;
  padding:  3.125rem 0rem 3.625rem;
  background: url("/images/signup_banner.png") no-repeat center center;
  background-size: cover;
  text-align: center; }
  .free-trial-banner p {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
    color: #fff; }
    @media (min-width: 870px) {
      .free-trial-banner p {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 32px;
        margin-bottom: 2rem; } }
    @media (min-width: 1180px) {
      .free-trial-banner p {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 36px;
        margin-bottom: 2.25rem; } }
  @media (min-width: 870px) {
    .free-trial-banner {
      padding: 82px 0px 98px;
      padding:  5.125rem 0rem 6.125rem; } }
  @media (min-width: 1180px) {
    .free-trial-banner {
      padding: 96px 0px 110px;
      padding:  6rem 0rem 6.875rem; } }

.free-trial-banner__button {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 11px 32px;
  padding:  0.6875rem 2rem; }
  @media (min-width: 870px) {
    .free-trial-banner__button {
      font-size: 15px;
      font-size: 0.9375rem;
      padding: 15px 47px;
      padding:  0.9375rem 2.9375rem; } }

.deep-blue-section {
  padding: 24px 10px 26px;
  padding:  1.5rem 0.625rem 1.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  background: #2c394b;
  color: #a0a0a0;
  text-align: center; }
  @media (min-width: 870px) {
    .deep-blue-section {
      padding: 42px 10px 44px;
      padding:  2.625rem 0.625rem 2.75rem;
      font-size: 23px;
      font-size: 1.4375rem;
      line-height: 32px;
      line-height: 2rem; } }
  @media (min-width: 1180px) {
    .deep-blue-section {
      padding: 50px 10px 52px;
      padding:  3.125rem 0.625rem 3.25rem;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 35px;
      line-height: 2.1875rem; } }
  .deep-blue-section span {
    color: white; }
  .deep-blue-section .nowrap {
    white-space: nowrap; }

.Alert {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 17px 0px;
  padding:  1.0625rem 0rem;
  color: white;
  text-align: center;
  position: relative; }
  @media (min-width: 870px) {
    .Alert {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 16px;
      padding: 1rem; } }
  .Alert .container {
    padding: 0 25px; }

.Alert a {
  color: white;
  text-decoration: underline; }

.Alert--info {
  background: #2c394b; }

.Alert--info-light {
  background: #64798e; }

.Alert--success {
  background: #13af81; }

.Alert--error {
  background: #ca5826; }

.Alert__close {
  position: absolute;
  top: 19px;
  right: 8px;
  cursor: pointer; }
  @media (min-width: 870px) {
    .Alert__close {
      top: 16px;
      right: 20px; } }
  .Alert__close img {
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem; }

.slide-transition {
  transition: all 0.4s ease;
  max-height: 100px;
  overflow: hidden; }

.slide-leave, .slide-enter {
  max-height: 0px;
  padding: 0px;
  opacity: 0px; }

@media (min-width: 870px) {
  .Credit-report-upsell__booklet-container {
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 16.6666666667%;
    float: left;
    margin-right: 1.8518518519%; } }

.Credit-report-upsell__booklet {
  width: 125px;
  width: 7.8125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  @media (min-width: 870px) {
    .Credit-report-upsell__booklet {
      margin-bottom: 0; } }

.Credit-report-upsell__lock {
  width: 12px;
  width: 0.75rem;
  margin-right: 2px;
  margin-right: 0.125rem; }

.Credit-report-upsell__text h2 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 400; }
  @media (min-width: 870px) {
    .Credit-report-upsell__text h2 {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 1180px) {
    .Credit-report-upsell__text h2 {
      font-size: 20px;
      font-size: 1.25rem; } }

.Credit-report-upsell__text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  max-width: 420px;
  max-width: 26.25rem;
  font-weight: 300;
  margin: 0 auto; }
  @media (min-width: 870px) {
    .Credit-report-upsell__text p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 26px;
      line-height: 1.625rem;
      margin: 0;
      max-width: none; } }

@media (min-width: 870px) {
  .Credit-report-upsell__text {
    text-align: left;
    width: 53.7037037037%;
    float: left;
    margin-right: 1.8518518519%; } }

@media (min-width: 870px) {
  .Credit-report-upsell__find-more-container {
    width: 25.9259259259%;
    float: right;
    margin-right: 0; } }

.Credit-report-upsell__find-more {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #bbc3ce;
  color: #4a5461;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3); }
  @media (min-width: 870px) {
    .Credit-report-upsell__find-more {
      margin-top: 35px;
      margin-top: 2.1875rem;
      font-size: 16px;
      font-size: 1rem;
      padding: 14px 35px;
      padding:  0.875rem 2.1875rem; } }

.Four-financials {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  display: table;
  width: 100%;
  color: #323d4d;
  table-layout: fixed; }
  @media (min-width: 870px) {
    .Four-financials {
      margin-bottom: 40px;
      margin-bottom: 2.5rem;
      border-collapse: collapse; } }
  @media (min-width: 1180px) {
    .Four-financials {
      margin-bottom: 50px;
      margin-bottom: 3.125rem; } }

.Four-financial {
  padding: 15px;
  padding: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  display: block;
  border: 1px solid #d2d2d2;
  border-bottom: 3px solid;
  font-weight: 300; }
  @media (min-width: 500px) {
    .Four-financial {
      width: 49%;
      float: left; }
      .Four-financial:nth-child(2n) {
        float: right; } }
  @media (min-width: 870px) {
    .Four-financial {
      display: table-cell;
      width: initial;
      float: none; }
      .Four-financial:nth-child(2n) {
        float: none; } }

.Four-financial--red {
  border-bottom-color: #d94141; }

.Four-financial--green {
  border-bottom-color: #00B200; }

.Four-financial--grey {
  border-bottom-color: #c6c6c6; }

.Four-financial--no-diff .Four-financial__change {
  padding-left: 0; }

.Four-financial--not-filled .Four-financial__figure {
  color: #999da4; }

.Four-financial__header {
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 870px) {
    .Four-financial__header {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 1180px) {
    .Four-financial__header {
      font-size: 18px;
      font-size: 1.125rem; } }

.Four-financial__figure {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  padding: 10px 0px;
  padding:  0.625rem 0rem; }
  @media (min-width: 870px) {
    .Four-financial__figure {
      font-size: 43px;
      font-size: 2.6875rem;
      line-height: 41px;
      line-height: 2.5625rem;
      padding: 12px 0px;
      padding:  0.75rem 0rem; } }
  @media (min-width: 1180px) {
    .Four-financial__figure {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 48px;
      line-height: 3rem; } }

.Four-financial__change {
  font-size: 19px;
  font-size: 1.1875rem; }
  @media (min-width: 1180px) {
    .Four-financial__change {
      font-size: 22px;
      font-size: 1.375rem; } }
  .Four-financial__change:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8.5px solid transparent;
    border-right: 8.5px solid transparent;
    float: left;
    margin-top: 6.5px;
    margin-right: 7px; }
    @media (min-width: 870px) {
      .Four-financial__change:before {
        margin-top: 5.5px;
        border-left: 9.5px solid transparent;
        border-right: 9.5px solid transparent; } }
    @media (min-width: 1180px) {
      .Four-financial__change:before {
        margin-right: 7px;
        margin-top: 6px;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent; } }

.Four-financial--red > .Four-financial__change:before {
  border-top-color: #d94141;
  border-bottom-color: #d94141; }

.Four-financial--green > .Four-financial__change:before {
  border-top-color: #00b200;
  border-bottom-color: #00b200; }

.Four-financial--arrow-down > .Four-financial__change:before {
  border-top-style: solid;
  border-top-width: 8px; }
  @media (min-width: 870px) {
    .Four-financial--arrow-down > .Four-financial__change:before {
      border-top-width: 10px; } }
  @media (min-width: 1180px) {
    .Four-financial--arrow-down > .Four-financial__change:before {
      border-top-width: 11px; } }

.Four-financial--arrow-up > .Four-financial__change:before {
  border-bottom-style: solid;
  border-bottom-width: 8px; }
  @media (min-width: 870px) {
    .Four-financial--arrow-up > .Four-financial__change:before {
      border-bottom-width: 10px; } }
  @media (min-width: 1180px) {
    .Four-financial--arrow-up > .Four-financial__change:before {
      border-bottom-width: 11px; } }

.Four-financial--grey > .Four-financial__change:before {
  border-left: none;
  border-right: none;
  margin: 0; }

.Tooltip {
  padding: 5px;
  padding: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4); }

.Tooltip--hide {
  display: none; }

.Tooltip--show {
  display: block; }

.Tooltip--bottom-arrow:after, .Tooltip--bottom-arrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.Tooltip--bottom-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px; }

.Tooltip--bottom-arrow:before {
  border-color: rgba(217, 217, 217, 0);
  border-top-color: #d9d9d9;
  border-width: 6px;
  margin-left: -6px; }

.container.towers-container {
  max-width: 1420px;
  position: -webkit-sticky;
  position: sticky;
  margin: 0 auto;
  padding: 0;
  top: 119px; }

.towers {
  position: absolute;
  width: 100%; }

.streamamp-advert.tower-left {
  left: 0;
  position: absolute;
  padding: 0; }

.streamamp-advert.tower-right {
  right: 0;
  position: absolute;
  padding: 0; }

@media (max-width: 1380px) {
  .towers-container {
    display: none; } }

.New-testimonials {
  padding: 50px 0px;
  padding:  3.125rem 0rem;
  text-align: center; }
  @media (min-width: 870px) {
    .New-testimonials {
      padding: 70px 0px 80px;
      padding:  4.375rem 0rem 5rem; } }
  @media (min-width: 1180px) {
    .New-testimonials {
      padding: 80px 0px 100px;
      padding:  5rem 0rem 6.25rem; } }
  .New-testimonials--grey {
    background: #f3f5f8; }

.New-testimonials__header {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400; }
  @media (min-width: 870px) {
    .New-testimonials__header {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media (min-width: 1180px) {
    .New-testimonials__header {
      font-size: 32px;
      font-size: 2rem; } }

.New-testimonials__subheader {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto;
  opacity: 0.7;
  font-weight: 300; }
  @media (min-width: 870px) {
    .New-testimonials__subheader {
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media (min-width: 1180px) {
    .New-testimonials__subheader {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 30px;
      line-height: 1.875rem;
      max-width: 800px;
      max-width: 50rem; } }

.New-testimonials__card {
  margin: 40px auto 0px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.New-testimonials__card--layout1 {
  max-width: 300px;
  max-width: 18.75rem; }
  @media (min-width: 870px) {
    .New-testimonials__card--layout1 {
      width: 31.0344827586%;
      float: left;
      margin-right: 3.4482758621%;
      max-width: none; } }
  @media (min-width: 870px) {
    .New-testimonials__card--layout1:last-child {
      width: 31.0344827586%;
      float: right;
      margin-right: 0; } }

.New-testimonials__card--layout2 {
  width: 280px;
  width: 17.5rem; }
  @media (min-width: 870px) {
    .New-testimonials__card--layout2 {
      width: 300px;
      width: 18.75rem; } }

.New-testimonials__card-header {
  height: 100px;
  height: 6.25rem;
  position: relative;
  background: white; }
  .New-testimonials__card-header img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.New-testimonials__card-body {
  padding: 30px;
  padding: 1.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: left;
  font-weight: 300;
  font-style: italic;
  color: #646972;
  background: #f8f8f8; }
  .New-testimonials__card-body p:not(:first-child) {
    padding-top: 25px;
    padding-top: 1.5625rem; }

@media (min-width: 870px) {
  .New-testimonials__card-text {
    column-count: 2;
    column-gap: 45px; } }

.New-testimonials__card-person {
  padding-top: 30px;
  padding-top: 1.875rem;
  font-style: normal;
  color: #323d4d; }
  .New-testimonials__card-person img {
    margin-right: 10px;
    margin-right: 0.625rem;
    float: left; }
  .New-testimonials__card-person p {
    padding: 0; }
  .New-testimonials__card-person p:first-of-type {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400; }
  .New-testimonials__card-person p:last-child {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 300;
    padding: 0px; }
  .New-testimonials__card-person--center {
    text-align: center; }

.Plans-container {
  display: inline-block;
  text-align: center;
  width: 100%; }

.Plan {
  max-width: 300px;
  max-width: 18.75rem;
  margin: 30px auto 0px;
  color: #525965;
  background: #fff;
  position: relative;
  border-radius: 4px; }
  @media (min-width: 730px) {
    .Plan {
      width: 310px;
      width: 19.375rem;
      margin: 30px 15px 0px;
      margin:  1.875rem 0.9375rem 0rem;
      max-width: none;
      display: inline-block; } }
  @media (min-width: 1000px) {
    .Plan {
      margin: 30px 0px 0px;
      margin:  1.875rem 0rem 0rem;
      height: 400px;
      height: 25rem;
      width: 25%;
      float: left;
      border-radius: 0px;
      border-right: 1px solid #cdd4da; } }
  @media (min-width: 1000px) {
    .Plan--free {
      margin-left: -100%;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; } }
  @media (min-width: 1000px) {
    .Plan--lite {
      margin-left: 25%; } }
  @media (min-width: 1000px) {
    .Plan--enterprise {
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; } }

.Plan__header {
  height: 90px;
  height: 5.625rem;
  background: #f3f7fc;
  position: relative;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.Plan__name-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.Plan__name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500; }

.Plan__price {
  font-size: 20px;
  font-size: 1.25rem; }
  .Plan__price span {
    font-size: 12px;
    font-size: 0.75rem; }

.Plan__info {
  padding: 25px 20px 50px;
  padding:  1.5625rem 1.25rem 3.125rem; }

.Plan__docs, .Plan__accounts, .Plan__debt-recovery {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 300;
  display: block; }

.Plan__reports {
  font-size: 70px;
  font-size: 4.375rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-weight: 300; }

.Plan__reports-label {
  font-size: 16px;
  font-size: 1rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-weight: 300; }

.Plan__buy-button {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 10px 43px;
  padding:  0.625rem 2.6875rem;
  margin-top: 30px;
  margin-top: 1.875rem; }
  .Plan__buy-button--disabled {
    padding: 10px 35px;
    padding:  0.625rem 2.1875rem;
    color: #6f7581;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #d4d9de;
    cursor: default; }

.Plan__billed-annually {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: block; }

.Plan__users-pill {
  width: 140px;
  width: 8.75rem;
  height: 46px;
  height: 2.875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 14px;
  padding: 0.875rem;
  font-weight: 700;
  background: #f3f7fc;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 23px;
  margin: 0 auto; }
  .Plan__users-pill img {
    width: 10px;
    width: 0.625rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
    display: inline; }
  .Plan__users-pill p {
    display: inline; }

.Plans-container--discount .Plan {
  height: 430px;
  height: 26.875rem; }
  @media (min-width: 1000px) {
    .Plans-container--discount .Plan {
      width: 33%; } }
  .Plans-container--discount .Plan--free {
    display: none; }
  @media (min-width: 1000px) {
    .Plans-container--discount .Plan--lite {
      margin-left: 0; } }

.Plans-container--discount .Plan__header {
  height: 130px;
  height: 8.125rem; }

.Plans-container--discount .Plan__price--strike {
  position: relative; }
  .Plans-container--discount .Plan__price--strike:after {
    content: "";
    /* required property */
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid red;
    height: 45%;
    width: 100%;
    transform: rotateZ(-4deg); }

.Plans-container--discount .Plan__price:last-child {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  border-top: 1px solid #d2d2d2; }

html,
body,
.outer-container,
.transformer {
  height: 100%;
  background: #fff; }

.fixed {
  position: fixed; }

.transformer {
  transition: 200ms ease-in-out; }

.transformer.is-open {
  transform: translateX(260px);
  position: fixed;
  width: 100%; }

.nav--off-canvas {
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  width: 260px;
  left: -260px;
  top: 0;
  bottom: 0;
  background: #333;
  color: white; }
  .nav--off-canvas li {
    padding: 0px 15px;
    padding:  0rem 0.9375rem;
    width: 100%;
    display: block;
    width: 100%;
    position: relative; }
  .nav--off-canvas .item__title {
    line-height: 50px;
    line-height: 3.125rem;
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 28px;
    padding-left: 1.75rem;
    font-weight: 400;
    text-decoration: none;
    color: white;
    display: block; }
  .nav--off-canvas .item__image {
    height: 14px;
    height: 0.875rem;
    width: 14px;
    width: 0.875rem;
    top: 17px;
    top: 1.0625rem;
    position: absolute; }
  .nav--off-canvas .login-section {
    padding: 12px 25px;
    padding:  0.75rem 1.5625rem;
    background: #606060; }
    .nav--off-canvas .login-section:after {
      content: "";
      display: block;
      clear: both; }
    .nav--off-canvas .login-section .log-in-link {
      font-size: 15px;
      font-size: 0.9375rem;
      padding-top: 7px;
      padding-top: 0.4375rem;
      font-weight: 400;
      text-decoration: none;
      color: white;
      float: left; }
    .nav--off-canvas .login-section .sign-up-link {
      padding: 8px 35px;
      padding:  0.5rem 2.1875rem;
      font-size: 13px;
      font-size: 0.8125rem;
      float: right; }
  .nav--off-canvas .contact-number {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    color: #B6B6B6;
    text-align: center; }

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 870px) {
    .container {
      padding: 0 55px; } }
  @media (min-width: 1180px) {
    .container {
      padding: 0 64px; } }

.content:before {
  content: " ";
  display: block;
  padding-top: 50px; }
  @media (min-width: 500px) {
    .content:before {
      padding-top: 60px; } }
  @media (min-width: 1180px) {
    .content:before {
      padding-top: 70px; } }

.content--floating-header:before {
  padding-top: 0px; }

.clearfix {
  clear: both; }

.hide {
  display: none !important; }

/* VISIBILITY */
.visibility--mobile {
  display: block !important; }
  @media (min-width: 870px) {
    .visibility--mobile {
      display: none !important; } }

.visibility--tablet {
  display: none !important; }
  @media (min-width: 870px) {
    .visibility--tablet {
      display: initial !important; } }

.visibility--desktop {
  display: none !important; }
  @media (min-width: 1180px) {
    .visibility--desktop {
      display: initial !important; } }

.banner-ad {
  text-align: center; }

.ad-extra-padding {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  @media (min-width: 870px) {
    .ad-extra-padding {
      margin-bottom: 70px;
      margin-bottom: 4.375rem; } }

.square-ad {
  width: 300px;
  width: 18.75rem;
  margin: 0 auto; }

.streamamp-advert {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
  padding: 0px; }
  .streamamp-advert * {
    margin: 0 auto !important; }
  .streamamp-advert img {
    width: initial; }
  @media (min-width: 500px) {
    .streamamp-advert {
      padding: 0 20px; } }

.news-bar {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 17px 0px;
  padding:  1.0625rem 0rem;
  line-height: 18px;
  line-height: 1.125rem;
  position: relative;
  width: 100%;
  background: #475262;
  color: white;
  text-align: center;
  display: none; }
  @media (min-width: 870px) {
    .news-bar p {
      width: 80%;
      float: left; } }
  .news-bar a {
    color: white;
    text-decoration: underline; }
  @media (min-width: 1180px) {
    .news-bar {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 23px;
      line-height: 1.4375rem; } }
  .news-bar.open {
    display: block; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.remove-ads-link {
  margin-top: 8px !important;
  text-decoration: underline;
  color: #6E737C;
  display: block; }

[v-cloak] {
  display: none; }

.js-loading-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

header {
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  background: white;
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.32);
  height: 50px;
  height: 3.125rem;
  z-index: 6; }
  @media (min-width: 500px) {
    header {
      height: 60px;
      height: 3.75rem; } }
  @media (min-width: 870px) {
    header {
      border-bottom: none;
      box-shadow: none; } }
  @media (min-width: 1180px) {
    header {
      height: 70px;
      height: 4.375rem; } }

.header--bottom-border {
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.32); }
  @media (min-width: 870px) {
    .header--bottom-border {
      border-bottom: 1px solid #d6e1ed; } }

.header {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0; }
  .header:after {
    display: none;
    clear: none; }
  @media (min-width: 870px) {
    .header {
      padding: 0px 55px;
      padding:  0rem 3.4375rem; } }
  @media (min-width: 1180px) {
    .header {
      padding: 0px 64px;
      padding:  0rem 4rem; } }

@media (min-width: 870px) {
  .floating-header {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    position: absolute;
    top: 15px; }
    .floating-header .header__logo a {
      background: url("/images/cocheck-logo-white.svg") no-repeat 0px 0px; }
    .floating-header .nav--header .log-in-link {
      color: white; }
    .floating-header .nav--header .sign-in-link {
      background: rgba(255, 255, 255, 0.2); }
    .floating-header .nav--header .dashboard-icon {
      background: url("/images/activity_white.svg") no-repeat center; }
    .floating-header .nav--header .account-icon {
      background: url("/images/user_white.svg") no-repeat center; }
    .floating-header .nav--header .cart-icon {
      background: url("/images/cart_white.svg") no-repeat center; }
    .floating-header .nav--header .international-icon {
      background: url("/images/globe_white.svg") no-repeat center;
      background-size: cover; } }

.header-section {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  @media (min-width: 870px) {
    .header-section {
      text-align: left; } }

.header__menu-button {
  background: url("/images/menu_icon.svg") center no-repeat;
  background-size: 21px;
  background-size: 1.3125rem;
  width: 49px;
  width: 3.0625rem;
  border-right: 1px solid #ccc; }
  @media (min-width: 500px) {
    .header__menu-button {
      width: 60px;
      width: 3.75rem; } }
  @media (min-width: 870px) {
    .header__menu-button {
      display: none !important; } }

.header__logo {
  display: none; }
  @media (min-width: 870px) {
    .header__logo {
      display: table-cell;
      width: 228px;
      width: 14.25rem; } }

.header__logo .logo {
  height: 23px;
  height: 1.4375rem;
  width: 225px;
  width: 14.0625rem;
  padding-left: 26px;
  padding-left: 1.625rem;
  margin: 0 auto; }
  @media (min-width: 870px) {
    .header__logo .logo {
      margin: 0;
      padding: 0;
      height: 24px;
      height: 1.5rem; } }
  @media (min-width: 1180px) {
    .header__logo .logo {
      height: 26px;
      height: 1.625rem; } }

.header__logo-display-override {
  display: table-cell; }

.header__logo a {
  background: url("/images/CoCheck Logo.svg") no-repeat -26px 0px;
  height: 100%;
  display: block; }
  @media (min-width: 870px) {
    .header__logo a {
      background: url("/images/CoCheck Logo.svg") no-repeat 0px 0px; } }

.header__search {
  padding: 0px 8px;
  padding:  0rem 0.5rem; }
  @media (min-width: 500px) {
    .header__search {
      padding: 0px 16px;
      padding:  0rem 1rem; } }
  @media (min-width: 870px) {
    .header__search {
      width: 309px; } }
  @media (min-width: 1180px) {
    .header__search {
      width: 342px; } }

.header__advanced-search-link {
  display: none; }
  @media (min-width: 1000px) {
    .header__advanced-search-link {
      display: table-cell;
      text-decoration: none;
      color: #6d6d6d;
      font-size: 14px;
      font-size: 0.875rem; } }

.header__upgrade {
  padding-right: 15px;
  padding-right: 0.9375rem;
  display: none;
  text-align: right; }
  .header__upgrade a {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #00B200;
    text-decoration: none; }
  @media (min-width: 1050px) {
    .header__upgrade {
      display: table-cell; } }

.header__menu {
  width: 49px;
  width: 3.0625rem;
  border-left: 1px solid #ccc; }
  @media (min-width: 500px) {
    .header__menu {
      width: 60px;
      width: 3.75rem; } }
  @media (min-width: 870px) {
    .header__menu {
      border-left: none; } }

@media (min-width: 870px) {
  .header__menu-guest,
  .header__menu-guest .nav--header {
    width: 216px;
    width: 13.5rem; } }

@media (min-width: 1180px) {
  .header__menu-guest,
  .header__menu-guest .nav--header {
    width: 250px;
    width: 15.625rem; } }

@media (min-width: 870px) {
  .header__menu-user,
  .header__menu-user .nav--header {
    width: 135px;
    width: 8.4375rem; } }

@media (min-width: 1180px) {
  .header__menu-user,
  .header__menu-user .nav--header {
    width: 162px;
    width: 10.125rem; } }

@media (min-width: 870px) {
  .nav--header {
    float: right; } }

.nav--header > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%; }

.nav--header > ul > li {
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.nav--header .extra-nav {
  display: none; }
  @media (min-width: 870px) {
    .nav--header .extra-nav {
      display: table-cell; } }

.nav--header .header-dropdown {
  top: 45px;
  top: 2.8125rem;
  right: -106px;
  right: -6.625rem;
  width: 240px;
  width: 15rem;
  position: absolute;
  display: block;
  z-index: 1;
  background: white;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.27); }
  .nav--header .header-dropdown li {
    padding: 0px 12px;
    padding:  0rem 0.75rem;
    height: 35px;
    height: 2.1875rem;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    color: #323d4d;
    white-space: nowrap;
    text-align: left;
    margin: 20px;
    margin: 1.25rem; }
    .nav--header .header-dropdown li a {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 35px;
      line-height: 2.1875rem;
      color: #323d4d;
      text-decoration: none;
      display: block; }
      @media (min-width: 1180px) {
        .nav--header .header-dropdown li a {
          font-size: 14px;
          font-size: 0.875rem; } }
  .nav--header .header-dropdown .profile-complete {
    font-size: 12px;
    font-size: 0.75rem;
    top: 9px;
    top: 0.5625rem;
    right: 10px;
    right: 0.625rem;
    float: right;
    font-weight: 500;
    color: #d59227;
    position: absolute; }
    @media (min-width: 1180px) {
      .nav--header .header-dropdown .profile-complete {
        font-size: 14px;
        font-size: 0.875rem; } }
  .nav--header .header-dropdown .account-detail-number {
    font-size: 12px;
    font-size: 0.75rem;
    top: 8px;
    top: 0.5rem;
    right: 10px;
    right: 0.625rem;
    float: right;
    font-weight: 500;
    position: absolute; }
    @media (min-width: 1180px) {
      .nav--header .header-dropdown .account-detail-number {
        font-size: 14px;
        font-size: 0.875rem; } }
  .nav--header .header-dropdown .log-out-list-item {
    text-align: center;
    background: #fafafa; }
  @media (min-width: 1180px) {
    .nav--header .header-dropdown {
      top: 52px;
      top: 3.25rem;
      right: -109px;
      right: -6.8125rem;
      width: 250px;
      width: 15.625rem; } }

.nav--header .cart-dropdown {
  top: 38px;
  top: 2.375rem;
  right: 0px;
  right: 0rem;
  width: 274px;
  width: 17.125rem; }
  .nav--header .cart-dropdown table {
    table-layout: fixed;
    width: 100%; }
    .nav--header .cart-dropdown table td {
      height: 35px;
      height: 2.1875rem;
      font-size: 14px;
      font-size: 0.875rem;
      text-align: left; }
    .nav--header .cart-dropdown table tr {
      border-bottom: 1px solid #e9e9e9; }
    .nav--header .cart-dropdown table .basket-item {
      width: 200px;
      width: 12.5rem;
      padding: 0px 10px;
      padding:  0rem 0.625rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .nav--header .cart-dropdown table .basket-price {
      width: 50px;
      width: 3.125rem; }
    .nav--header .cart-dropdown table .basket-delete {
      width: 22px;
      width: 1.375rem; }
  .nav--header .cart-dropdown .summary {
    padding: 11px 10px;
    padding:  0.6875rem 0.625rem;
    background: #fafafa; }
    .nav--header .cart-dropdown .summary:after {
      content: "";
      display: block;
      clear: both; }
    .nav--header .cart-dropdown .summary p {
      padding-top: 9px;
      padding-top: 0.5625rem;
      float: left; }
    .nav--header .cart-dropdown .summary a {
      padding: 9px 20px;
      padding:  0.5625rem 1.25rem;
      float: right; }
  @media (min-width: 500px) {
    .nav--header .cart-dropdown {
      top: 44px;
      top: 2.75rem; } }
  @media (min-width: 870px) {
    .nav--header .cart-dropdown {
      right: -14px;
      right: -0.875rem; } }
  @media (min-width: 1180px) {
    .nav--header .cart-dropdown {
      top: 52px;
      top: 3.25rem;
      right: -42px;
      right: -2.625rem;
      width: 280px;
      width: 17.5rem; } }
  .nav--header .cart-dropdown .dropdown-basket-item-delete-button {
    height: 16px;
    height: 1rem; }

.nav--header .header-dropdown:after,
.nav--header .header-dropdown:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.nav--header .cart-dropdown:after,
.nav--header .cart-dropdown:before {
  left: 92%; }
  @media (min-width: 500px) {
    .nav--header .cart-dropdown:after,
    .nav--header .cart-dropdown:before {
      left: 90%; } }
  @media (min-width: 1180px) {
    .nav--header .cart-dropdown:after,
    .nav--header .cart-dropdown:before {
      left: 80%; } }

.nav--header .header-dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px; }

.nav--header .header-dropdown:before {
  border-color: rgba(202, 202, 202, 0);
  border-bottom-color: #cacaca;
  border-width: 11px;
  margin-left: -11px; }

.nav--header .nav-icon {
  display: block;
  text-align: center; }

@media (min-width: 870px) {
  .nav--header .sign-up {
    padding-left: 18px;
    padding-left: 1.125rem; } }

@media (min-width: 1180px) {
  .nav--header .sign-up {
    padding-left: 24px;
    padding-left: 1.5rem; } }

.nav--header .log-in-link {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap; }

.nav--header .sign-in-link {
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap; }
  @media (min-width: 870px) {
    .nav--header .sign-in-link {
      padding: 8px 31px;
      padding:  0.5rem 1.9375rem; } }
  @media (min-width: 1180px) {
    .nav--header .sign-in-link {
      padding: 8px 36px;
      padding:  0.5rem 2.25rem; } }

.nav--header .cart,
.nav--header .account,
.nav--header .dashboard,
.nav--header .international {
  position: relative; }
  @media (min-width: 870px) {
    .nav--header .cart,
    .nav--header .account,
    .nav--header .dashboard,
    .nav--header .international {
      padding-left: 18px;
      padding-left: 1.125rem; } }
  @media (min-width: 1180px) {
    .nav--header .cart,
    .nav--header .account,
    .nav--header .dashboard,
    .nav--header .international {
      padding-left: 24px;
      padding-left: 1.5rem; } }

.nav--header .dashboard-icon {
  background: url("/images/activity.svg") no-repeat center;
  margin: 0 auto; }
  @media (min-width: 500px) {
    .nav--header .dashboard-icon {
      height: 24px;
      height: 1.5rem;
      width: 24px;
      width: 1.5rem; } }
  @media (min-width: 1180px) {
    .nav--header .dashboard-icon {
      height: 28px;
      height: 1.75rem;
      width: 28px;
      width: 1.75rem; } }

.nav--header .header-icon {
  color: #979797;
  font-size: 1.8rem; }

.nav--header .header-icon.light {
  color: white; }

.nav--header .international-icon {
  background: url("/images/globe.svg") no-repeat center;
  margin: 0 auto;
  background-size: cover; }
  @media (min-width: 500px) {
    .nav--header .international-icon {
      height: 24px;
      height: 1.5rem;
      width: 24px;
      width: 1.5rem; } }
  @media (min-width: 1180px) {
    .nav--header .international-icon {
      height: 28px;
      height: 1.75rem;
      width: 28px;
      width: 1.75rem; } }

.nav--header .account-icon {
  background: url("/images/user.svg") no-repeat center;
  margin: 0 auto; }
  @media (min-width: 500px) {
    .nav--header .account-icon {
      height: 26px;
      height: 1.625rem;
      width: 26px;
      width: 1.625rem; } }
  @media (min-width: 1180px) {
    .nav--header .account-icon {
      height: 30px;
      height: 1.875rem;
      width: 30px;
      width: 1.875rem; } }

.nav--header .cart-icon {
  background: url("/images/cart.svg") no-repeat center;
  margin: 0 auto;
  height: 21px;
  height: 1.3125rem;
  width: 21px;
  width: 1.3125rem; }
  @media (min-width: 500px) {
    .nav--header .cart-icon {
      height: 24px;
      height: 1.5rem;
      width: 24px;
      width: 1.5rem; } }
  @media (min-width: 1180px) {
    .nav--header .cart-icon {
      height: 28px;
      height: 1.75rem;
      width: 28px;
      width: 1.75rem; } }

.nav--header .cart-number-of-items {
  width: 17px;
  width: 1.0625rem;
  height: 16px;
  height: 1rem;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 16px;
  line-height: 1rem;
  top: -6px;
  top: -0.375rem;
  right: 5px;
  right: 0.3125rem;
  color: white;
  background: #ed4747;
  border-radius: 8px;
  position: absolute; }
  @media (min-width: 500px) {
    .nav--header .cart-number-of-items {
      right: 9px;
      right: 0.5625rem; } }
  @media (min-width: 870px) {
    .nav--header .cart-number-of-items {
      right: -4px;
      right: -0.25rem; } }
  @media (min-width: 1180px) {
    .nav--header .cart-number-of-items {
      width: 22px;
      width: 1.375rem;
      height: 21px;
      height: 1.3125rem;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 21px;
      line-height: 1.3125rem;
      top: -7px;
      top: -0.4375rem;
      right: -7px;
      right: -0.4375rem;
      border-radius: 12px; } }

.ie8 .nav--header .dashboard-icon {
  background: url("/images/navbar/activity.png") no-repeat center; }

.ie8 .nav--header .account-icon {
  background: url("/images/navbar/user.png") no-repeat center; }

.ie8 .nav--header .cart-icon {
  background: url("/images/navbar/cart.png") no-repeat center; }

.site-footer--sticky {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0; }

.footer__body {
  padding: 40px 0px 22px;
  padding:  2.5rem 0rem 1.375rem;
  background: #283039;
  text-align: center;
  color: #b6babd; }
  .footer__body .container {
    max-width: 365px;
    max-width: 22.8125rem; }
    @media (min-width: 500px) {
      .footer__body .container {
        max-width: 490px;
        max-width: 30.625rem; } }
    @media (min-width: 870px) {
      .footer__body .container {
        max-width: 1180px; } }
  @media (min-width: 1180px) {
    .footer__body {
      padding: 70px 0px 60px;
      padding:  4.375rem 0rem 3.75rem; } }

.footer__as-featured, .footer__nav-header, .footer__newsletter-header, .footer__social-header {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  color: white;
  text-transform: uppercase;
  font-weight: 400; }
  @media (min-width: 870px) {
    .footer__as-featured, .footer__nav-header, .footer__newsletter-header, .footer__social-header {
      font-size: 13px;
      font-size: 0.8125rem; } }

.footer__featured-logos {
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }
  .footer__featured-logos li {
    margin: 0px 9px 25px;
    margin:  0rem 0.5625rem 1.5625rem;
    display: inline-block; }
    .footer__featured-logos li img {
      width: 100%;
      vertical-align: middle; }
    @media (min-width: 870px) {
      .footer__featured-logos li {
        width: inherit;
        height: inherit; } }
    @media (min-width: 1180px) {
      .footer__featured-logos li {
        margin: 7px 14px 60px;
        margin:  0.4375rem 0.875rem 3.75rem; }
        .footer__featured-logos li:first-child {
          margin-left: 0; }
        .footer__featured-logos li:last-child {
          margin-right: 0; } }

.business-zone {
  width: 80px;
  width: 5rem;
  height: 10px;
  height: 0.625rem; }

.cityam {
  width: 68px;
  width: 4.25rem;
  height: 15px;
  height: 0.9375rem; }

.elite-business {
  width: 101px;
  width: 6.3125rem;
  height: 14px;
  height: 0.875rem; }

.free-business-thinking {
  width: 60px;
  width: 3.75rem;
  height: 20px;
  height: 1.25rem; }

.lte-logo {
  width: 86px;
  width: 5.375rem;
  height: 20px;
  height: 1.25rem; }

.minutehack {
  width: 88px;
  width: 5.5rem;
  height: 10px;
  height: 0.625rem; }

.footer__company-info {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  .footer__company-info img {
    width: 144px;
    width: 9rem;
    height: 18px;
    height: 1.125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    @media (min-width: 870px) {
      .footer__company-info img {
        width: 170px;
        width: 10.625rem;
        height: 22px;
        height: 1.375rem; } }
  .footer__company-info p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 21px;
    line-height: 1.3125rem;
    font-weight: 300; }
    @media (min-width: 870px) {
      .footer__company-info p {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 26px;
        line-height: 1.625rem; } }
  @media (min-width: 870px) {
    .footer__company-info {
      max-width: 500px;
      max-width: 31.25rem;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 1180px) {
    .footer__company-info {
      width: 275px;
      width: 17.1875rem;
      float: left;
      text-align: left; } }

.footer__nav:after {
  content: "";
  display: block;
  clear: both; }

@media (min-width: 870px) {
  .footer__nav {
    max-width: 500px;
    max-width: 31.25rem;
    margin: 0 auto; } }

@media (min-width: 1180px) {
  .footer__nav {
    width: 355px;
    width: 22.1875rem;
    margin-left: 90px;
    margin-left: 5.625rem;
    float: left;
    text-align: left; } }

.footer__services-nav {
  width: 50%;
  float: left; }

.footer__useful-nav {
  width: 50%;
  float: right; }

.footer__nav-links li {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 300; }
  @media (min-width: 1180px) {
    .footer__nav-links li {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 26px;
      line-height: 1.625rem;
      margin: 0; } }

.footer__nav-links a {
  color: #b6babd;
  text-decoration: none; }

@media (min-width: 1180px) {
  .footer__news-and-social {
    width: 290px;
    width: 18.125rem;
    float: right;
    text-align: left; } }

.footer__newsletter {
  padding: 25px 0px 45px;
  padding:  1.5625rem 0rem 2.8125rem; }
  @media (min-width: 1180px) {
    .footer__newsletter {
      padding: 0px 0px 35px;
      padding:  0rem 0rem 2.1875rem; } }

.footer__newsletter-form {
  font-size: 13px;
  font-size: 0.8125rem;
  max-width: 330px;
  max-width: 20.625rem;
  position: relative;
  margin: 0 auto; }

input[type='email'].newsletter-form__email {
  height: 40px;
  height: 2.5rem;
  padding: 0px 110px 0px 16px;
  padding:  0rem 6.875rem 0rem 1rem;
  width: 100%;
  border: none;
  border-radius: 4px;
  color: #323d4d; }

input[type='submit'].newsletter-form__submit {
  padding: 0px 24px;
  padding:  0rem 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00B200;
  color: white;
  border: none;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.footer__social-buttons li {
  margin: 0px 11px 22px;
  margin:  0rem 0.6875rem 1.375rem;
  display: inline-block; }
  @media (min-width: 1180px) {
    .footer__social-buttons li {
      margin: 0px 12px 12px 0px;
      margin:  0rem 0.75rem 0.75rem 0rem; } }

.footer__footer {
  padding: 40px 0px 45px;
  padding:  2.5rem 0rem 2.8125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  background: #242B33;
  text-align: center;
  color: white; }
  .footer__footer > * {
    opacity: 0.5; }
  .footer__footer .container {
    max-width: 340px;
    max-width: 21.25rem; }
    @media (min-width: 500px) {
      .footer__footer .container {
        max-width: 420px;
        max-width: 26.25rem; } }
    @media (min-width: 870px) {
      .footer__footer .container {
        max-width: 1180px; } }
  @media (min-width: 1180px) {
    .footer__footer {
      font-size: 15px;
      font-size: 0.9375rem; } }

.footer__footer-links {
  margin-top: 25px;
  margin-top: 1.5625rem; }
  .footer__footer-links li {
    line-height: 22px;
    line-height: 1.375rem;
    display: inline; }
    .footer__footer-links li:after {
      margin: 0px 10px 0px 12px;
      margin:  0rem 0.625rem 0rem 0.75rem;
      content: "|"; }
    .footer__footer-links li:last-child:after {
      content: ""; }
  .footer__footer-links li a {
    text-decoration: none;
    color: white; }

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
/* Requirements */
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0; }

/* Basic Theme */
[data-accordion] {
  line-height: 1; }

[data-control],
[data-content] > * {
  border-bottom: 1px solid #888;
  padding: 10px; }

[data-content] [data-accordion] {
  border: 0;
  padding: 0; }

[data-accordion] [data-control] {
  position: relative;
  padding-right: 40px; }

[data-accordion] > [data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 15px;
  width: 24px;
  background: url("../images/down.png") center center no-repeat;
  background-size: 50%; }

[data-accordion].open > [data-control]:after {
  transform: rotate(-180deg); }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  backface-visibility: hidden; }

.sticky.sticky-fixed.is-absolute {
  position: absolute; }

[data-control],
[data-content] > * {
  border-bottom: none;
  height: inherit;
  line-height: inherit; }

[data-control] {
  padding: 0px 15px 0px 28px;
  padding:  0rem 0.9375rem 0rem 1.75rem; }

[data-content] li {
  padding-left: 28px;
  padding-left: 1.75rem; }
  [data-content] li a {
    line-height: 50px;
    line-height: 3.125rem;
    font-size: 15px;
    font-size: 0.9375rem;
    color: white;
    text-decoration: none; }

[data-accordion].open [data-control] {
  border-bottom: 1px solid #8c8c8c; }

[data-accordion] > [data-control]:after {
  top: 18px;
  right: 3px;
  background: url("../../../images/arrow-right.svg") center center no-repeat;
  width: 11px;
  height: 11px; }

[data-accordion].open > [data-control]:after {
  transform: rotate(90deg); }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Company-header__company-info {
    display: -ms-flexbox; }
  .visibility--tablet {
    display: block !important; }
  .Company-header__print img {
    height: 20px; } }

html, body, .outer-container, .transformer {
  background: #f3f5f8; }

.Basket, .Checkout {
  max-width: 1075px;
  max-width: 67.1875rem; }

.Basket__breadcrumbs {
  margin: 15px 0px 30px;
  margin:  0.9375rem 0rem 1.875rem;
  text-align: center; }

.Basket__breadcrumbs li {
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0px 15px;
  margin:  0rem 0.9375rem;
  display: inline;
  text-transform: uppercase;
  position: relative;
  color: #8491a4; }
  .Basket__breadcrumbs li:after {
    content: "";
    background: url("/images/right_chevron.svg") center center no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 0px;
    right: -20px; }
  .Basket__breadcrumbs li:last-child:after {
    background: none; }
  .Basket__breadcrumbs li.active {
    color: #323d4d; }
  @media (min-width: 870px) {
    .Basket__breadcrumbs li {
      margin: 0px 20px;
      margin:  0rem 1.25rem; }
      .Basket__breadcrumbs li:after {
        right: -25px; } }

.Basket__right, .Checkout__right {
  max-width: 450px;
  max-width: 28.125rem;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 870px) {
    .Basket__right, .Checkout__right {
      width: 31.0344827586%;
      float: right;
      margin-right: 0; } }

.Basket__summary, .Checkout__summary {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border: 1px solid #ccd0d5;
  border-radius: 4px;
  position: relative;
  text-align: left; }

.Basket__mini-basket-container {
  padding: 7px;
  padding: 0.4375rem;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin-left: auto;
  margin-right: auto;
  background: #f3f5f8; }

.Basket__mini-basket {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem; }

.Basket__summary-top {
  padding: 30px 30px 20px;
  padding:  1.875rem 1.875rem 1.25rem;
  border-bottom: 1px solid #ccd0d5; }

.Basket__summary-bottom {
  padding: 20px 30px 30px;
  padding:  1.25rem 1.875rem 1.875rem; }

.Basket__summary-table {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%; }
  .Basket__summary-table--subtotal {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300; }
  .Basket__summary-table--total {
    margin-top: 15px;
    margin-top: 0.9375rem;
    font-weight: 500; }
  .Basket__summary-table--discount {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    color: #00B200; }

.Basket__upsell {
  padding: 30px;
  padding: 1.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border: 1px solid #3775d0;
  text-align: center;
  background: #ecf0f6; }

.Basket__upsell-text {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .Basket__upsell-text span {
    text-decoration: underline; }

.Basket__upsell-price {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .Basket__upsell-price span {
    font-size: 15px;
    font-size: 0.9375rem; }

.Basket__upsell-buy-button {
  padding: 7px 39px;
  padding:  0.4375rem 2.4375rem; }

.Basket__upsell-small {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-transform: uppercase;
  color: #525965;
  display: block; }

.Basket__items, .Checkout__form-container {
  max-width: 450px;
  max-width: 28.125rem;
  padding: 15px 5px;
  padding:  0.9375rem 0.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #e6e7e8;
  border-radius: 4px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 500px) {
    .Basket__items, .Checkout__form-container {
      padding: 20px 25px;
      padding:  1.25rem 1.5625rem; } }
  @media (min-width: 870px) {
    .Basket__items, .Checkout__form-container {
      width: 65.5172413793%;
      float: left;
      margin-right: 3.4482758621%;
      padding: 30px 45px 40px;
      padding:  1.875rem 2.8125rem 2.5rem;
      max-width: none; } }

.Basket__items h1, .Checkout__form-container h1 {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 400; }

.Basket__table thead {
  display: none; }

@media (min-width: 870px) {
  .Basket__table td {
    padding-top: 7px;
    padding-top: 0.4375rem;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem; } }

@media (min-width: 1180px) {
  .Basket__table td {
    padding-top: 5px;
    padding-top: 0.3125rem;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem; } }

.Basket__table tbody tr:last-child {
  border-bottom: none; }

.Basket__table tbody tr:nth-child(odd), .Basket__table tbody tr:nth-child(even) {
  background: white; }

.Basket__table .Basket__group {
  padding-top: 22px;
  padding-top: 1.375rem;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 1180px) {
    .Basket__table .Basket__group {
      padding-top: 26px;
      padding-top: 1.625rem; } }
  .Basket__table .Basket__group a {
    text-decoration: none;
    color: #3775d0; }

.Basket__item-number-text {
  font-style: italic; }

.Basket__item-text {
  font-size: 14px;
  font-size: 0.875rem; }

.Basket__item-delete-button {
  height: 22px;
  height: 1.375rem; }
  @media (min-width: 870px) {
    .Basket__item-delete-button {
      height: 16px;
      height: 1rem; } }
  @media (min-width: 1180px) {
    .Basket__item-delete-button {
      height: 18px;
      height: 1.125rem; } }

.Basket__item-image {
  width: 10px;
  width: 0.625rem;
  height: 13px;
  height: 0.8125rem;
  margin-right: 9px;
  margin-right: 0.5625rem; }

.Basket__checkout {
  display: block;
  text-align: center;
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 0px !important;
  z-index: 2; }
  @media (min-width: 870px) {
    .Basket__checkout {
      margin: 20px 10px 0px;
      margin:  1.25rem 0.625rem 0rem;
      position: relative;
      border-radius: 4px !important; } }

.basket-download-link {
  padding: 1px 12px;
  padding:  0.0625rem 0.75rem; }

.order-summary {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 14px 14px 20px 14px;
  padding:  0.875rem 0.875rem 1.25rem 0.875rem;
  background: #f4f4f4;
  border: 1px solid #d2d2d2; }
  .order-summary:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 870px) {
    .order-summary {
      margin: 20px 10px 0px;
      margin:  1.25rem 0.625rem 0rem;
      position: relative;
      border-radius: 4px !important; } }

.order-summary-table {
  width: 100%; }
  .order-summary-table td {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #454545;
    text-align: left; }
    @media (min-width: 1180px) {
      .order-summary-table td {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 23px;
        line-height: 1.4375rem; } }
  .order-summary-table td:nth-child(2) {
    text-align: right; }
  @media (min-width: 870px) {
    .order-summary-table {
      width: 250px;
      width: 15.625rem;
      float: right; } }

.Checkout__form-container {
  padding: 15px;
  padding: 0.9375rem; }
  @media (min-width: 870px) {
    .Checkout__form-container {
      padding: 30px 45px 40px;
      padding:  1.875rem 2.8125rem 2.5rem; } }

.Checkout__form {
  margin-top: 20px;
  margin-top: 1.25rem; }

.Checkout__form .form-detail {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.Checkout__form .form-detail label {
  font-size: 12px;
  font-size: 0.75rem; }

.Checkout__form .form-detail input, .recurly-hosted-field {
  height: 32px;
  height: 2rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  background: #fff;
  border-radius: 2px; }

.recurly-hosted-field {
  border: 1px solid #d2d2d2;
  color: inherit;
  border-radius: 0;
  font-size: 0.875rem;
  padding-left: 0.625rem; }

.recurly-hosted-field-focus {
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 0 1pt #3775d0;
  outline: none; }

.Checkout__payment-options {
  margin: 20px 0px 25px;
  margin:  1.25rem 0rem 1.5625rem; }

.Checkout__payment-options label {
  font-size: 12px;
  font-size: 0.75rem;
  color: #848990; }

.Checkout__payment-options-group {
  margin-top: 8px;
  margin-top: 0.5rem;
  border: 1px solid #d2d2d2;
  border-radius: 2px; }

.Checkout__payment-option {
  padding: 10px 20px 10px 45px;
  padding:  0.625rem 1.25rem 0.625rem 2.8125rem;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 1000px) {
    .Checkout__payment-option {
      padding: 10px 20px 10px 55px;
      padding:  0.625rem 1.25rem 0.625rem 3.4375rem;
      text-align: left; }
      .Checkout__payment-option:after {
        content: "";
        display: block;
        clear: both; } }

.Checkout__payment-option.inactive {
  background: #f6f6f7; }

.Checkout__payment-option--card {
  border-bottom: 1px solid #d2d2d2; }

.Checkout__payment-option--savedCard {
  border-bottom: 1px solid #d2d2d2; }

@media (min-width: 1000px) {
  .Checkout__option-text {
    max-width: 315px;
    max-width: 19.6875rem;
    float: left; } }

.Checkout__option-text p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500; }

.Checkout__option-text small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300; }

.Checkout__select-icon {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  border-radius: 11px;
  border-radius: 0.6875rem;
  background: #00B200;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px; }
  @media (min-width: 870px) {
    .Checkout__select-icon {
      left: 15px; } }

.inactive .Checkout__select-icon {
  background: white;
  border: 2px solid #bfc2c7; }

.Checkout__select-icon img {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  padding: 6px;
  padding: 0.375rem; }

.Checkout__option-img {
  width: 65px;
  width: 4.0625rem;
  margin-top: 10px;
  margin-top: 0.625rem; }
  @media (min-width: 1000px) {
    .Checkout__option-img {
      margin-top: 0px;
      float: right; } }

.Checkout__option-img.paypal {
  width: 80px;
  width: 5rem; }
  @media (min-width: 1000px) {
    .Checkout__option-img.paypal {
      margin-top: 8px;
      margin-top: 0.5rem; } }

.inactive .Checkout__option-img {
  opacity: 0.3; }

.form-detail select.Checkout__expiry-date, .form-detail select.Checkout__expiry-country {
  height: 32px;
  height: 2rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 0px 10px;
  padding:  0rem 0.625rem;
  width: 47.3684210526%;
  float: left;
  margin-right: 5.2631578947%;
  background: #fff; }
  .form-detail select.Checkout__expiry-date:last-child, .form-detail select.Checkout__expiry-country:last-child {
    width: 47.3684210526%;
    float: right;
    margin-right: 0; }

.form-detail select.Checkout__expiry-country {
  float: none;
  width: 100%;
  border-radius: 2px; }
  .form-detail select.Checkout__expiry-country:last-child {
    width: 100%;
    float: right;
    margin-right: 0; }

.Checkout__terms {
  margin-top: 15px;
  margin-top: 0.9375rem; }

.Checkout__terms.form-detail input {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  display: inline; }

.Checkout__terms.form-detail label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  font-weight: 300;
  display: inline;
  vertical-align: text-bottom; }

.Checkout__terms a {
  color: #3775d0;
  text-decoration: none; }

.Checkout__confirm-purchase {
  margin: 10px 0px 15px;
  margin:  0.625rem 0rem 0.9375rem;
  display: block;
  text-align: center; }

.Checkout__confirm-purchase.disabled {
  opacity: 0.3; }

.Checkout__guarantee {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  text-align: center; }

.Checkout__coupon {
  position: relative; }

.Checkout__coupon input {
  height: 34px;
  height: 2.125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  padding: 0.625rem;
  display: block;
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 4px; }

.Checkout__coupon img {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 7px;
  right: 7px; }

.Checkout__recurly-badge {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.paymentCompleted .content {
  background: #f3f5f8; }

.paymentCompleted .order-summary {
  padding: 30px 15px;
  padding:  1.875rem 0.9375rem;
  background: white;
  margin-top: 0px;
  border: none;
  border-top: 1px solid #d2d2d2; }
  @media (min-width: 500px) {
    .paymentCompleted .order-summary {
      padding: 30px 30px;
      padding:  1.875rem 1.875rem; } }
  @media (min-width: 870px) {
    .paymentCompleted .order-summary {
      padding: 42px 60px 44px;
      padding:  2.625rem 3.75rem 2.75rem; } }
  @media (min-width: 1180px) {
    .paymentCompleted .order-summary {
      padding: 48px 68px 52px;
      padding:  3rem 4.25rem 3.25rem; } }

.payment-status-container {
  padding: 28px 0px 26px;
  padding:  1.75rem 0rem 1.625rem;
  text-align: center; }
  @media (min-width: 870px) {
    .payment-status-container {
      padding-top: 34px;
      padding-top: 2.125rem;
      padding-bottom: 60px;
      padding-bottom: 3.75rem; } }
  @media (min-width: 1180px) {
    .payment-status-container {
      padding-top: 38px;
      padding-top: 2.375rem;
      padding-bottom: 80px;
      padding-bottom: 5rem; } }

.payment-top-section {
  max-width: 722px;
  max-width: 45.125rem;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.08); }
  @media (min-width: 1180px) {
    .payment-top-section {
      max-width: 838px;
      max-width: 52.375rem; } }

.payment-status-image {
  height: 38px;
  height: 2.375rem; }
  @media (min-width: 870px) {
    .payment-status-image {
      height: 45px;
      height: 2.8125rem; } }
  @media (min-width: 1180px) {
    .payment-status-image {
      height: 52px;
      height: 3.25rem; } }

.payment-status-header {
  font-size: 19px;
  font-size: 1.1875rem;
  padding: 19px 0px 11px;
  padding:  1.1875rem 0rem 0.6875rem;
  font-weight: 500;
  color: #515a66; }
  @media (min-width: 870px) {
    .payment-status-header {
      font-size: 22px;
      font-size: 1.375rem;
      padding: 22px 0px 12px;
      padding:  1.375rem 0rem 0.75rem; } }
  @media (min-width: 1180px) {
    .payment-status-header {
      font-size: 26px;
      font-size: 1.625rem;
      padding: 26px 0px 15px;
      padding:  1.625rem 0rem 0.9375rem; } }

.payment-status-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  color: #515a66;
  font-weight: 300; }
  @media (min-width: 870px) {
    .payment-status-text {
      font-size: 17px;
      font-size: 1.0625rem;
      padding-bottom: 42px;
      padding-bottom: 2.625rem; } }
  @media (min-width: 1180px) {
    .payment-status-text {
      font-size: 20px;
      font-size: 1.25rem;
      padding-bottom: 52px;
      padding-bottom: 3.25rem; } }

.renew-date {
  color: #ff8400; }

.pro-item-image {
  width: 12px;
  width: 0.75rem;
  margin-right: 9px;
  margin-right: 0.5625rem; }
  @media (min-width: 1180px) {
    .pro-item-image {
      width: 14px;
      width: 0.875rem; } }

.basket-item-image {
  width: 10px;
  width: 0.625rem;
  height: 13px;
  height: 0.8125rem;
  margin-right: 9px;
  margin-right: 0.5625rem; }

.payment-table-container {
  padding: 0px 5px 16px;
  padding:  0rem 0.3125rem 1rem; }
  @media (min-width: 500px) {
    .payment-table-container {
      padding: 0px 20px 16px;
      padding:  0rem 1.25rem 1rem; } }
  @media (min-width: 870px) {
    .payment-table-container {
      padding: 20px 60px 35px;
      padding:  1.25rem 3.75rem 2.1875rem; } }
  @media (min-width: 1180px) {
    .payment-table-container {
      padding: 30px 60px 45px;
      padding:  1.875rem 3.75rem 2.8125rem; } }

.payment-table thead {
  border-top: none;
  border-bottom: none; }

.green-text {
  color: #00b200; }

.my-account-text {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 26px 15px;
  padding:  1.625rem 0.9375rem;
  color: #515a66; }
  .my-account-text a {
    color: #3775d0; }
  @media (min-width: 870px) {
    .my-account-text {
      padding-top: 42px;
      padding-top: 2.625rem; } }
  @media (min-width: 1180px) {
    .my-account-text {
      font-size: 15px;
      font-size: 0.9375rem;
      padding-top: 50px;
      padding-top: 3.125rem; } }

.order-total-row td {
  padding-top: 15px;
  padding-top: 0.9375rem; }

.receipt-section {
  display: none; }
  @media (min-width: 870px) {
    .receipt-section {
      display: block;
      float: left; } }

.receipt-button {
  padding: 8px 10px;
  padding:  0.5rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  color: #323d4d;
  text-decoration: none;
  display: block; }
  @media (min-width: 1180px) {
    .receipt-button {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 10px 12px;
      padding:  0.625rem 0.75rem; } }

.print-receipt img {
  width: 16px;
  width: 1rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  vertical-align: middle; }
  @media (min-width: 1180px) {
    .print-receipt img {
      width: 18px;
      width: 1.125rem;
      margin-right: 12px;
      margin-right: 0.75rem; } }

.save-receipt img {
  width: 11px;
  width: 0.6875rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  vertical-align: middle; }
  @media (min-width: 1180px) {
    .save-receipt img {
      width: 12px;
      width: 0.75rem;
      margin-right: 12px;
      margin-right: 0.75rem; } }

.upsell-section {
  max-width: 592px;
  max-width: 37rem;
  margin: 0 auto 30px;
  background: #E7F2EB;
  border-top: 1px solid #00b200;
  border-bottom: 1px solid #00b200; }
  @media (min-width: 592px) {
    .upsell-section {
      margin-bottom: 44px;
      margin-bottom: 2.75rem;
      border: 1px solid #00b200;
      border-radius: 4px; } }

.upsell-section__body {
  padding: 30px 15px;
  padding:  1.875rem 0.9375rem; }
  .upsell-section__body:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 592px) {
    .upsell-section__body {
      padding: 30px 38px 22px;
      padding:  1.875rem 2.375rem 1.375rem; } }

.upsell-section__heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400; }
  @media (min-width: 592px) {
    .upsell-section__heading {
      font-size: 26px;
      font-size: 1.625rem;
      width: 335px;
      width: 20.9375rem;
      line-height: 40px;
      line-height: 2.5rem;
      float: left;
      text-align: left; } }

.upsell-section__upgrade {
  margin-top: 15px;
  margin-top: 0.9375rem; }
  .upsell-section__upgrade a {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    @media (min-width: 592px) {
      .upsell-section__upgrade a {
        margin-bottom: 9px;
        margin-bottom: 0.5625rem;
        width: 100%; } }
  @media (min-width: 592px) {
    .upsell-section__upgrade {
      width: 172px;
      width: 10.75rem;
      margin-top: 0px;
      float: right; } }

.upsell-section__footer {
  padding: 15px;
  padding: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 1px solid #d2d2d2;
  color: #00b200; }
  @media (min-width: 592px) {
    .upsell-section__footer {
      padding: 18px;
      padding: 1.125rem; } }

/*# sourceMappingURL=payment.css.map */
