@charset "UTF-8";
@import url("https://use.typekit.net/zef5izr.css");
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "interstate";
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: - 0.625rem;
  margin-right: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: - 0.9375rem;
    margin-right: - 0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "interstate";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.25rem;
  }
  h3, .h3 {
    font-size: 1.1875rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.0625rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #183059;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #15294d;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #183059;
  color: #FFFFFF;
}
.badge.primary {
  background: #183059;
  color: #FFFFFF;
}
.badge.secondary {
  background: #D82A35;
  color: #FFFFFF;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #FFFFFF;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #183059;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button, .button-group button.button_full-width {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child, .button-group button.button_full-width:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny button.button_full-width {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small button.button_full-width {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large button.button_full-width {
  font-size: 1.25rem;
}
.button-group.expanded .button, .button-group.expanded button.button_full-width {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary button.button_full-width {
  background-color: #183059;
  color: #FFFFFF;
}
.button-group.primary .button:hover, .button-group.primary button.button_full-width:hover, .button-group.primary .button:focus, .button-group.primary button.button_full-width:focus {
  background-color: #132647;
  color: #FFFFFF;
}
.button-group.secondary .button, .button-group.secondary button.button_full-width {
  background-color: #D82A35;
  color: #FFFFFF;
}
.button-group.secondary .button:hover, .button-group.secondary button.button_full-width:hover, .button-group.secondary .button:focus, .button-group.secondary button.button_full-width:focus {
  background-color: #ae2029;
  color: #FFFFFF;
}
.button-group.success .button, .button-group.success button.button_full-width {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success button.button_full-width:hover, .button-group.success .button:focus, .button-group.success button.button_full-width:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning button.button_full-width {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning button.button_full-width:hover, .button-group.warning .button:focus, .button-group.warning button.button_full-width:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert button.button_full-width {
  background-color: #cc4b37;
  color: #FFFFFF;
}
.button-group.alert .button:hover, .button-group.alert button.button_full-width:hover, .button-group.alert .button:focus, .button-group.alert button.button_full-width:focus {
  background-color: #a53b2a;
  color: #FFFFFF;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked button.button_full-width, .button-group.stacked-for-small .button, .button-group.stacked-for-small button.button_full-width, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium button.button_full-width {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked button.button_full-width:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small button.button_full-width:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium button.button_full-width:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small button.button_full-width {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium button.button_full-width {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded button.button_full-width {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d0ddf2;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #f9dfe1;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button,
.menu button.button_full-width {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #183059;
  color: #FFFFFF;
}
.menu .active > a {
  background: #183059;
  color: #FFFFFF;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFFFFF;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #183059;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #183059;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #183059 transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #183059 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #183059 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #183059;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #183059 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #183059;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #183059 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #183059 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #183059;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #183059 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #183059 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #183059;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #FFFFFF;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #183059 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #183059;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 75%;
  transform: translateX(-75%);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-75%);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(75%);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 75%;
  transform: translateX(75%);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(75%);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-75%);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 75%;
  transform: translateY(-75%);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-75%);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(75%);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 75%;
  transform: translateY(75%);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(75%);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-75%);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 75%;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 75%;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 75%;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 75%;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 75%;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 75%;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 75%;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 75%;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 75%;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 75%;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 75%;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 75%;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 75%;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 75%;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 75%;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 75%;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #0a0a0a;
}

tfoot {
  background: #f2f2f2;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #FFFFFF;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #183059;
}
.tabs.primary > li > a {
  color: #FFFFFF;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1c3869;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #183059;
}
.tabs-title > a:hover {
  background: #FFFFFF;
  color: #15294d;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #183059;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #FFFFFF;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #FFFFFF;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #FFFFFF;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

/* autoprefixer grid: autoplace */
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text] {
  margin: 0;
  color: white;
  padding: 2rem;
  background-color: #213e6e;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text]::-moz-placeholder {
  color: white;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text]::placeholder {
  color: white;
}

aside[data-off-canvas].off-canvas.left-off-canvas-menu nav details[open] summary:after {
  content: ">";
  color: red;
  float: right;
  transform: rotate(90deg);
}

h1, h2, h3, h4, ul {
  margin: 0;
}

.row {
  max-width: 93.5rem;
}

.borders {
  border-top: rgba(117, 148, 201, 0.62) 1px solid;
  border-bottom: rgba(117, 148, 201, 0.62) 1px solid;
  padding: 2rem 0;
  margin-bottom: 1rem;
}

h3 {
  text-transform: uppercase;
  font-weight: bold;
}
h3.borders {
  text-align: center;
  border-top: 1px solid #7594C9;
  border-bottom: 1px solid #7594C9;
  padding: 15px 0;
  text-transform: uppercase;
  width: 100%;
}

p,
h3,
.field-type-string {
  color: #183059;
}

body {
  background-color: #F8F9FA;
}

@media screen and (min-width: 40rem) {
  h3.borders {
    border-top: rgba(117, 148, 201, 0.62) 1px solid;
    border-bottom: rgba(117, 148, 201, 0.62) 1px solid;
    padding: 1rem 0;
    margin-bottom: 2rem;
  }
}
.main-content p a {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
  color: #D82A35;
  text-decoration: underline;
  transition: font-weight 160ms ease;
}
.main-content p a:hover, .main-content p a:focus {
  font-weight: bold;
  color: #D82A35;
}

input,
select {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
}

button {
  cursor: pointer;
}
button .law-primary {
  font-family: "Interstate";
  border-radius: 4px;
  background: #d82a35;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 2px;
  padding: 10px 30px;
}
button.hamburger {
  font-size: 1.25rem;
}
button.btn-pri {
  border-radius: 4px;
  background: #d82a35;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 30px;
  margin: 0 auto;
  display: block;
}
button.button, button.button_full-width {
  padding: 1rem 2rem;
  color: white !important;
}
button.button_full-width {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

a.lawPrimaryBtn,
button.lawPrimaryBtn {
  color: #ffffff !important;
}

.ui-widget.ui-slider.ui-slider-horizontal.priceslider {
  margin: 1rem;
  border: none;
  height: 3px;
}
.ui-widget.ui-slider.ui-slider-horizontal.priceslider .ui-slider-range {
  background-color: red;
}
.ui-widget.ui-slider.ui-slider-horizontal.priceslider .ui-slider-handle {
  background-color: white;
  border-radius: 50%;
  border: 2px solid red;
  top: 2px;
  transform: translateY(-50%);
}

.label > span:first-of-type, .label[text] {
  display: block;
  font-size: 0.85rem;
  color: #213e6e;
  font-weight: bold;
}

.label[text]:after {
  content: attr(text);
}
.inp, .inp--select, .inp--text {
  padding: 0.5rem;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  border-color: gainsboro;
  box-shadow: none;
}
.inp:focus, .inp--select:focus, .inp--text:focus {
  border-color: #bbc4d2;
  box-shadow: 0 0 3px 6px rgba(33, 62, 110, 0.05);
}
.inp:invalid, .inp--select:invalid, .inp--text:invalid {
  box-shadow: 0 0 3px 6px rgba(239, 54, 66, 0.05);
  border-color: #fac2c6;
}
.inp:invalid + span, .inp--select:invalid + span, .inp--text:invalid + span {
  opacity: 1;
}
.inp + span, .inp--select + span, .inp--text + span {
  color: #ef3642;
  white-space: nowrap;
  opacity: 0;
}
.inp--text {
  min-width: 10rem;
}
.inp--select {
  min-width: 10rem;
}

button,
input[type=submit] {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  border: none;
}

.btn, .btn--thin, .btn--thin_sec, .btn--thin_pri, .btn--solid, .btn--solid_sec, .vehicle-search-index__card__footer__read-more a, .vehicle-landing-page__container__details__information__vehicle-specification_actions button, .btn--solid_pri, form .form-actions input.button.webform-button--submit, form .form-actions input.button.submit-whats-app, form .form-actions input.button.submit-emails-form, form .form-actions input.button.form-submit, .header-banner .highlight-region .highlight-card input.button, .vehicle-landing-page .talk-to-us-mobile button, .paragraph--stock-updates > input, .paragraph--type--link a, a.lawPrimaryBtn,
button.lawPrimaryBtn, .button, button.button_full-width {
  font-family: "Interstate";
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.75rem 2rem;
  text-decoration: none !important;
  transition: all 0.2s linear;
}
.btn.pending:after, .pending.btn--thin:after, .pending.btn--thin_sec:after, .pending.btn--thin_pri:after, .pending.btn--solid:after, .pending.btn--solid_sec:after, .vehicle-search-index__card__footer__read-more a.pending:after, .vehicle-landing-page__container__details__information__vehicle-specification_actions button.pending:after, .pending.btn--solid_pri:after, form .form-actions input.pending.button.webform-button--submit:after, form .form-actions input.pending.button.submit-whats-app:after, form .form-actions input.pending.button.submit-emails-form:after, form .form-actions input.pending.button.form-submit:after, .header-banner .highlight-region .highlight-card input.pending.button:after, .vehicle-landing-page .talk-to-us-mobile button.pending:after, .paragraph--stock-updates > input.pending:after, .paragraph--type--link a.pending:after, a.pending.lawPrimaryBtn:after,
button.pending.lawPrimaryBtn:after, .pending.button:after, button.pending.button_full-width:after {
  content: "- pending";
}
.main-content .btn--solid, .main-content .btn--solid_sec, .main-content .vehicle-search-index__card__footer__read-more a, .vehicle-search-index__card__footer__read-more .main-content a, .main-content .vehicle-landing-page__container__details__information__vehicle-specification_actions button, .vehicle-landing-page__container__details__information__vehicle-specification_actions .main-content button, .main-content .btn--solid_pri, .main-content form .form-actions input.button.webform-button--submit, form .form-actions .main-content input.button.webform-button--submit, .main-content form .form-actions input.button.submit-whats-app, form .form-actions .main-content input.button.submit-whats-app, .main-content form .form-actions input.button.submit-emails-form, form .form-actions .main-content input.button.submit-emails-form, .main-content form .form-actions input.button.form-submit, form .form-actions .main-content input.button.form-submit, .main-content .header-banner .highlight-region .highlight-card input.button, .header-banner .highlight-region .highlight-card .main-content input.button, .main-content .vehicle-landing-page .talk-to-us-mobile button, .vehicle-landing-page .talk-to-us-mobile .main-content button, .main-content .paragraph--stock-updates > input, .main-content .paragraph--type--link a, .paragraph--type--link .main-content a, .main-content a.lawPrimaryBtn,
.main-content button.lawPrimaryBtn, .main-content .button, .main-content button.button_full-width {
  color: white;
}
.btn--solid_pri, form .form-actions input.button.webform-button--submit, form .form-actions input.button.submit-whats-app, form .form-actions input.button.submit-emails-form, form .form-actions input.button.form-submit, .header-banner .highlight-region .highlight-card input.button, .vehicle-landing-page .talk-to-us-mobile button, .paragraph--stock-updates > input, .paragraph--type--link a, a.lawPrimaryBtn,
button.lawPrimaryBtn, .button, button.button_full-width {
  background-color: #205f99;
}
.btn--solid_pri:hover, form .form-actions input.button.webform-button--submit:hover, form .form-actions input.button.submit-whats-app:hover, form .form-actions input.button.submit-emails-form:hover, form .form-actions input.button.form-submit:hover, .header-banner .highlight-region .highlight-card input.button:hover, .vehicle-landing-page .talk-to-us-mobile button:hover, .paragraph--stock-updates > input:hover, .paragraph--type--link a:hover, a.lawPrimaryBtn:hover,
button.lawPrimaryBtn:hover, .button:hover, button.button_full-width:hover, .btn--solid_pri:focus, form .form-actions input.button.webform-button--submit:focus, form .form-actions input.button.submit-whats-app:focus, form .form-actions input.button.submit-emails-form:focus, form .form-actions input.button.form-submit:focus, .header-banner .highlight-region .highlight-card input.button:focus, .vehicle-landing-page .talk-to-us-mobile button:focus, .paragraph--stock-updates > input:focus, .paragraph--type--link a:focus, a.lawPrimaryBtn:focus,
button.lawPrimaryBtn:focus, .button:focus, button.button_full-width:focus {
  background-color: #296dae;
  box-shadow: 0 0 3px 6px rgba(0, 0, 0, 0.05);
}
.main-content .btn--solid_pri:hover, .main-content form .form-actions input.button.webform-button--submit:hover, form .form-actions .main-content input.button.webform-button--submit:hover, .main-content form .form-actions input.button.submit-whats-app:hover, form .form-actions .main-content input.button.submit-whats-app:hover, .main-content form .form-actions input.button.submit-emails-form:hover, form .form-actions .main-content input.button.submit-emails-form:hover, .main-content form .form-actions input.button.form-submit:hover, form .form-actions .main-content input.button.form-submit:hover, .main-content .header-banner .highlight-region .highlight-card input.button:hover, .header-banner .highlight-region .highlight-card .main-content input.button:hover, .main-content .vehicle-landing-page .talk-to-us-mobile button:hover, .vehicle-landing-page .talk-to-us-mobile .main-content button:hover, .main-content .paragraph--stock-updates > input:hover, .main-content .paragraph--type--link a:hover, .paragraph--type--link .main-content a:hover, .main-content a.lawPrimaryBtn:hover,
.main-content button.lawPrimaryBtn:hover, .main-content .button:hover, .main-content button.button_full-width:hover, .main-content .btn--solid_pri:focus, .main-content form .form-actions input.button.webform-button--submit:focus, form .form-actions .main-content input.button.webform-button--submit:focus, .main-content form .form-actions input.button.submit-whats-app:focus, form .form-actions .main-content input.button.submit-whats-app:focus, .main-content form .form-actions input.button.submit-emails-form:focus, form .form-actions .main-content input.button.submit-emails-form:focus, .main-content form .form-actions input.button.form-submit:focus, form .form-actions .main-content input.button.form-submit:focus, .main-content .header-banner .highlight-region .highlight-card input.button:focus, .header-banner .highlight-region .highlight-card .main-content input.button:focus, .main-content .vehicle-landing-page .talk-to-us-mobile button:focus, .vehicle-landing-page .talk-to-us-mobile .main-content button:focus, .main-content .paragraph--stock-updates > input:focus, .main-content .paragraph--type--link a:focus, .paragraph--type--link .main-content a:focus, .main-content a.lawPrimaryBtn:focus,
.main-content button.lawPrimaryBtn:focus, .main-content .button:focus, .main-content button.button_full-width:focus {
  color: #ffffff;
}
.main-content .btn--solid_pri.disabled, .main-content form .form-actions input.disabled.button.webform-button--submit, form .form-actions .main-content input.disabled.button.webform-button--submit, .main-content form .form-actions input.disabled.button.submit-whats-app, form .form-actions .main-content input.disabled.button.submit-whats-app, .main-content form .form-actions input.disabled.button.submit-emails-form, form .form-actions .main-content input.disabled.button.submit-emails-form, .main-content form .form-actions input.disabled.button.form-submit, form .form-actions .main-content input.disabled.button.form-submit, .main-content .header-banner .highlight-region .highlight-card input.disabled.button, .header-banner .highlight-region .highlight-card .main-content input.disabled.button, .main-content .vehicle-landing-page .talk-to-us-mobile button.disabled, .vehicle-landing-page .talk-to-us-mobile .main-content button.disabled, .main-content .paragraph--stock-updates > input.disabled, .main-content .paragraph--type--link a.disabled, .paragraph--type--link .main-content a.disabled, .main-content a.disabled.lawPrimaryBtn,
.main-content button.disabled.lawPrimaryBtn, .main-content .disabled.button, .main-content button.disabled.button_full-width {
  color: #fac2c6;
}
.btn--solid_sec, .vehicle-search-index__card__footer__read-more a, .vehicle-landing-page__container__details__information__vehicle-specification_actions button {
  background-color: #183059;
}
.btn--solid_sec:hover, .vehicle-search-index__card__footer__read-more a:hover, .vehicle-landing-page__container__details__information__vehicle-specification_actions button:hover, .btn--solid_sec:focus, .vehicle-search-index__card__footer__read-more a:focus, .vehicle-landing-page__container__details__information__vehicle-specification_actions button:focus {
  box-shadow: 0 0 3px 6px rgba(0, 0, 0, 0.05);
  background-color: #213e6e;
}
.btn--solid_sec.disabled, .vehicle-search-index__card__footer__read-more a.disabled, .vehicle-landing-page__container__details__information__vehicle-specification_actions button.disabled {
  color: #bbc4d2;
}
.btn--thin, .btn--thin_sec, .btn--thin_pri {
  background-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
}
.btn--thin_pri {
  border-color: #ef3642;
  color: #ef3642;
}
.btn--thin_pri:hover, .btn--thin_pri:focus {
  box-shadow: 0 0 3px 6px rgba(0, 0, 0, 0.05);
  color: white;
  background-color: #d82a35;
  border-color: #d82a35;
}
.btn--thin_pri.disabled {
  border-color: silver;
  color: silver;
}
.btn--thin_sec {
  border-color: #bbc4d2;
  color: #213e6e;
}
.btn--thin_sec:hover, .btn--thin_sec:focus {
  box-shadow: 0 0 3px 6px rgba(0, 0, 0, 0.05);
  color: white;
  background-color: #183059;
  border-color: #183059;
}
.btn--thin_sec.disabled {
  border-color: silver;
  color: silver;
}

.node-preview-container {
  top: 120px;
  z-index: 999999999;
  background: #fff;
  font-size: 11px;
  width: 280px;
  border: solid 1px #ccc;
}
.node-preview-container * {
  font-size: 11px !important;
  margin-bottom: 0 !important;
}
.node-preview-container select {
  padding: 2px 4px !important;
  line-height: 1 !important;
  min-height: 0 !important;
}

main {
  min-height: 400px;
}

*[class|=paragraph] + *[class|=paragraph] {
  margin-top: 2rem;
}

.paragraph--latest-stock {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.paragraph--latest-stock > a {
  font-family: "interstate";
  font-weight: 800;
  font-size: 16px;
  color: #183059;
  text-decoration: underline;
  color: #d82a35;
  text-transform: uppercase;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .paragraph--latest-stock > a {
    margin: 20px 0 0 0;
  }
}
.paragraph--call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paragraph--call-to-action h2 {
  font-family: "interstate";
  font-size: 32px;
  color: #183059;
  font-weight: 500;
  margin-bottom: 40px;
}
.paragraph--search-by-manufacturer .search-by-type img {
  max-width: 150px;
}
.paragraph--search-by-manufacturer, .paragraph--search-by-type {
  margin: 0 auto;
}
.paragraph--search-by-manufacturer .search-by-type, .paragraph--search-by-type .search-by-type {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-gap: 0.5rem;
  grid-auto-rows: 1fr;
}
@media only screen and (max-width: 768px) {
  .paragraph--search-by-manufacturer .search-by-type h2, .paragraph--search-by-type .search-by-type h2 {
    margin-top: 15px;
    color: #183059;
  }
}
.paragraph--search-by-manufacturer .search-by-type .search-type-item, .paragraph--search-by-type .search-by-type .search-type-item {
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .paragraph--search-by-manufacturer .search-by-type .search-type-item, .paragraph--search-by-type .search-by-type .search-type-item {
    background-color: #F8F9FA;
  }
}
.paragraph--search-by-manufacturer .search-by-type .search-type-item > a, .paragraph--search-by-type .search-by-type .search-type-item > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .paragraph--search-by-manufacturer .search-by-type .search-type-item > a, .paragraph--search-by-type .search-by-type .search-type-item > a {
    align-items: center;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 768px) {
  .paragraph--search-by-manufacturer .search-by-type .search-type-item > a, .paragraph--search-by-type .search-by-type .search-type-item > a {
    padding: 0;
  }
  .paragraph--search-by-manufacturer .search-by-type .search-type-item > a .media, .paragraph--search-by-type .search-by-type .search-type-item > a .media {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
  }
}
.paragraph--search-by-manufacturer .search-by-type .search-type-item > a > article, .paragraph--search-by-type .search-by-type .search-type-item > a > article {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .paragraph--search-by-manufacturer .search-by-type .search-type-item > a > article, .paragraph--search-by-type .search-by-type .search-type-item > a > article {
    margin-bottom: 15px;
  }
}
.paragraph--search-by-manufacturer .search-by-type .search-type-item > a img, .paragraph--search-by-type .search-by-type .search-type-item > a img {
  width: 120px !important;
  height: 90px !important;
  -o-object-fit: fill;
     object-fit: fill;
}
.paragraph--search-by-manufacturer .search-by-type .search-type-item h2, .paragraph--search-by-type .search-by-type .search-type-item h2 {
  font-size: 1rem;
  font-weight: bold;
}
.paragraph--type--body a {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
  color: #D82A35;
  text-decoration: underline;
  transition: font-weight 160ms ease;
}
.paragraph--type--body a:hover, .paragraph--type--body a:focus {
  font-weight: bold;
  color: #D82A35;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--body a {
    font-size: 14px;
  }
}
.paragraph--type--body h2 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
  margin-bottom: 20px;
}
.paragraph--type--body p {
  font-family: "interstate";
  font-weight: 300;
  font-size: 16px;
  color: #183059;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--body p {
    font-size: 14px;
  }
}
.paragraph--type--tick {
  display: flex;
  justify-content: center;
}
.paragraph--type--tick img {
  max-width: 46px;
}
.paragraph--type--link {
  display: flex;
  justify-content: center;
}
.paragraph--stock-updates {
  background-color: #183059;
  text-align: center;
  display: grid;
  padding: 1rem;
  grid-gap: 0.5rem;
  grid-auto-rows: 1fr;
  grid-template: "title" 1fr "text" 1fr "button" 1fr/1fr;
}
.path-frontpage .paragraph--stock-updates {
  margin: 2rem;
}
@media only screen and (max-width: 768px) {
  .path-frontpage .paragraph--stock-updates {
    margin: 0;
  }
}
.paragraph--stock-updates > * {
  width: 100%;
}
.paragraph--stock-updates > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}
.paragraph--stock-updates > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
}
.paragraph--stock-updates > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: button;
}
.paragraph--stock-updates p {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  margin: 0;
}
.paragraph--stock-updates .js-form-type-textfield input {
  height: 100%;
}
.paragraph--stock-updates input {
  margin: 0;
  border-radius: 4px;
}

.header-page-banner {
  display: flex;
  align-items: center;
  height: 575px;
  padding: 0 0 5rem 10rem;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.header-page-banner:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 26%, rgba(205, 204, 207, 0.1) 46%, rgba(255, 255, 255, 0.1) 54%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
}
@media only screen and (max-width: 1400px) {
  .header-page-banner {
    min-height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .header-page-banner {
    justify-content: center;
    min-height: 200px;
    max-height: 325px;
    padding: 0;
  }
}
.header-page-banner .header-page-banner__content {
  position: relative;
}
.header-page-banner .header-page-banner__content h1 {
  font-family: "interstate";
  font-weight: 300;
  font-size: 74px;
  color: #183059;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 1400px) {
  .header-page-banner .header-page-banner__content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .header-page-banner .header-page-banner__content h1 {
    font-size: 40px;
  }
}

.paragraph--type--service-item {
  height: 100%;
}

.accordion .accordion-item {
  text-align: left;
  background: #f8f9fa;
  margin-bottom: 20px;
}
.accordion .accordion-item.is-active a, .accordion .accordion-item:hover a {
  border-left-color: #D82A35;
}
.accordion .accordion-item.is-active i:before {
  content: "\f077";
}
.accordion .accordion-item > a {
  padding: 16px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion .accordion-item > a h3 {
  font-family: "interstate";
  font-weight: 300;
  font-size: 20px;
  color: #183059;
}
.accordion .accordion-item > a i:before {
  content: "\f078";
  color: #D82A35;
}
.accordion .accordion-item .accordion-content {
  border: none;
  padding: 3rem 6rem 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  .accordion .accordion-item .accordion-content {
    padding: 2rem 0;
  }
}
.accordion .accordion-item .accordion-content p {
  text-align: left;
}

.image-and-content-cta__content {
  padding: 1.5rem 2rem 1.5rem 2rem;
  background-color: #F8F9FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.image-and-content-cta__content h3 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.image-and-content-cta__content p {
  font-family: "interstate";
  font-weight: 300;
  font-size: 16px;
  color: #183059;
}

.office-information {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .office-information {
    background-color: #F8F9FA;
    flex-direction: column;
  }
}
.office-information__content {
  flex: 1;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .office-information__content {
    width: 100%;
    padding: 0 50px;
  }
}
.office-information__content h2 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
}
.office-information__content__office-details {
  margin-bottom: 20px;
}
.office-information__content__office-details ul {
  list-style: none;
}
.office-information__content__office-details ul li {
  font-family: "interstate";
  font-weight: 300;
  font-size: 16px;
  color: #183059;
}
.office-information__content__opening-hours p {
  font-family: "interstate";
  font-weight: 300;
  font-size: 16px;
  color: #183059;
}
.office-information__map {
  padding-left: 60px;
  border-left: 1px solid #c4c4c4;
  flex: 2;
}
@media only screen and (max-width: 768px) {
  .office-information__map {
    width: 100%;
    border: none;
    padding-left: 0;
  }
}
.office-information__map iframe {
  width: 100%;
  height: 300px;
}
.office-information__map p.simple-gmap-link {
  display: none;
}

.paragraph--type--bordered-title {
  text-align: center;
  border-top: 1px solid #7594C9;
  border-bottom: 1px solid #7594C9;
  padding: 15px 0;
  text-transform: uppercase;
  width: 100%;
}
.paragraph--type--bordered-title h1, .paragraph--type--bordered-title h2 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
}

.paragraph--type--title-and-content h2 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 18px;
  color: #183059;
  color: #d82a35;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.paragraph--type--title-and-content p {
  font-family: "interstate";
  font-weight: 300;
  font-size: 16px;
  color: #183059;
}

.paragraph--type--image-and-content-builder {
  padding: 5rem 5rem 3rem 5rem;
  background-color: #F8F9FA;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--image-and-content-builder {
    padding: 20px 0;
  }
}
.paragraph--type--image-and-content-builder .image-and-content-card {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .paragraph--type--image-and-content-builder .image-and-content-card:nth-of-type(even) .image-and-content-card__content {
    order: 2;
  }
  .paragraph--type--image-and-content-builder .image-and-content-card:nth-of-type(even) .image-and-content-card__image {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .paragraph--type--image-and-content-builder .image-and-content-card {
    flex-direction: column;
    text-align: center;
  }
}
.paragraph--type--image-and-content-builder .image-and-content-card__content {
  padding: 0 20px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--image-and-content-builder .image-and-content-card__content {
    order: 1;
  }
}
.paragraph--type--image-and-content-builder .image-and-content-card__content h2 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--image-and-content-builder .image-and-content-card__content h2 {
    font-family: "interstate";
    font-weight: 800;
    font-size: 20px;
    color: #183059;
  }
}
.paragraph--type--image-and-content-builder .image-and-content-card__content p {
  font-family: "interstate";
  font-weight: 300;
  font-size: 16px;
  color: #183059;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--image-and-content-builder .image-and-content-card__content p {
    font-family: "interstate";
    font-weight: 300;
    font-size: 14px;
    color: #183059;
  }
}
.paragraph--type--image-and-content-builder .image-and-content-card__image {
  padding: 0 20px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--image-and-content-builder .image-and-content-card__image {
    order: 2;
  }
}

@media screen and (min-width: 48rem) {
  .paragraph--latest-stock .loop-swipe {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 0.5rem;
    grid-gap: 1rem;
  }
  .paragraph--latest-stock .loop-swipe > * {
    display: block;
    min-width: 0;
    margin: 0;
  }
  .paragraph--latest-stock .loop-swipe > *:last-of-type {
    display: none;
  }
  .paragraph--search-by-manufacturer .search-by-type {
    grid-template-rows: auto;
    grid-gap: 2rem;
  }
  .paragraph--search-by-type .search-by-type {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 2rem;
  }
  .paragraph--stock-updates {
    padding: 1rem 4rem;
    grid-template: "title title" 1fr "text button" 1fr/70% 30%;
  }
  .paragraph--stock-updates p {
    font-family: "interstate";
    font-size: 20px;
    color: #183059;
    font-weight: 500;
    color: white;
  }
  .paragraph--stock-updates > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .paragraph--stock-updates > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .paragraph--stock-updates > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 75rem) {
  .paragraph--latest-stock .loop-swipe {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
  }
  .paragraph--search-by-manufacturer .search-by-type {
    grid-template-columns: repeat(4, 2fr);
    grid-template-rows: auto;
  }
  .paragraph--search-by-type .search-by-type {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
  }
  .paragraph--stock-updates {
    padding: 2rem 10rem;
  }
  .paragraph--stock-updates p {
    font-family: "interstate";
    font-size: 30px;
    color: #183059;
    font-weight: 500;
    color: white;
  }
}
.path-frontpage .borders {
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
}
.path-frontpage .paragraph--type--link {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
@media screen and (min-width: 1024px) {
  .path-frontpage .paragraph--type--link {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.switcher .selected {
  z-index: 3 !important;
}

/* Part of home template, so given here, not as a component */
.home-banner {
  background: #0e1831 url("../../images/home-banner-375x414.jpg") no-repeat 50% 0;
  background-size: cover;
  min-height: 414px;
}
.home-banner__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
}
.home-banner h1 {
  text-align: center;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  text-transform: uppercase;
}
.home-banner h1 span {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 440px) {
  .home-banner {
    min-height: 520px;
  }
  .home-banner h1 {
    font-size: 46px;
  }
}
@media screen and (min-width: 620px) {
  .home-banner {
    background-image: url("../../images/home-banner-1600x423.jpg");
    background-position: 50% 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 240px;
  }
  .home-banner__inner {
    flex: 1;
  }
  .home-banner h1 {
    text-align: left;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .home-banner {
    min-height: 330px;
  }
  .home-banner h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .home-banner {
    min-height: 423px;
  }
  .home-banner h1 {
    font-size: 66px;
  }
}

.node--type-homepage .block-law-exports-theme-content article {
  padding-top: 0 !important;
}

.path-our-stock .sidebar {
  padding: 0;
}
.path-our-stock .main-content-row {
  padding: 110px 90px;
}
@media only screen and (max-width: 1200px) {
  .path-our-stock .main-content-row {
    padding: 90px 45px;
  }
}
@media only screen and (max-width: 768px) {
  .path-our-stock .main-content-row {
    padding: 0;
  }
}
.path-our-stock .main-content-row #main {
  padding: 0 0 0 3rem;
}
@media only screen and (max-width: 768px) {
  .path-our-stock .main-content-row #main {
    padding: 0;
  }
}

#sidebar-first .inner-sidebar form .fieldset-legend:after {
  display: none;
}

.our-stock-sort {
  width: 24rem;
  padding: 2rem;
}
.our-stock-sort form {
  display: flex;
}
.our-stock-sort form > div {
  flex: 1;
}
.our-stock-sort form > div + div {
  margin-left: 1rem;
}

.law-export-search-sort-form .form-item-sort-combined label {
  display: none;
}

@media only screen and (min-width: 768px) {
  .our-stock-sort {
    width: 100%;
    padding: 0;
  }
  form.law-export-search-sort-form {
    width: 100%;
  }
  form.law-export-search-sort-form .form-item.js-form-item-sort-combined {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  form.law-export-search-sort-form .form-item.js-form-item-sort-combined label {
    display: block;
  }
  form.law-export-search-sort-form .form-item.js-form-item-sort-combined label:after {
    display: none;
  }
  form.law-export-search-sort-form .form-item.js-form-item-sort-combined .select-element {
    margin-bottom: 0;
    margin-left: 10px;
    display: inline-flex !important;
    align-items: center;
  }
  form.law-export-search-sort-form .form-item.js-form-item-sort-combined .select-element select {
    width: auto;
    min-width: 240px;
    padding-left: 12px;
  }
}
.header-bottom.vehicles--header-bottom {
  align-items: baseline;
  padding: 1.5rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-bottom.vehicles--header-bottom > div {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.header-bottom.vehicles--header-bottom > div span {
  margin: 0 10px;
}
.header-bottom.vehicles--header-bottom button {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  padding: 0;
}
.header-bottom.vehicles--header-bottom form {
  display: none;
  margin-top: 20px;
  flex-direction: column;
  width: 100%;
}
.header-bottom.vehicles--header-bottom form select {
  margin: 0;
}
.header-bottom.vehicles--header-bottom details {
  transition: width 250ms ease;
}
.header-bottom.vehicles--header-bottom details summary {
  list-style: none;
}
.header-bottom.vehicles--header-bottom details[open] + form {
  display: flex;
}

.right-off-canvas-menu {
  padding: 1rem;
  background-color: #f8f9fa;
}
.right-off-canvas-menu h3.borders {
  font-weight: bold;
}

.right-off-canvas-menu .inner-sidebar form .form-item-field-registration-date,
.path-vehicles .inner-sidebar form .form-item-field-registration-date,
.path-our-stock .inner-sidebar form .form-item-field-registration-date {
  display: none;
}
.right-off-canvas-menu .inner-sidebar form > fieldset,
.path-vehicles .inner-sidebar form > fieldset,
.path-our-stock .inner-sidebar form > fieldset {
  margin: 0;
  cursor: pointer;
  border: none;
}
.right-off-canvas-menu .inner-sidebar form > fieldset.closed > .fieldset-wrapper,
.path-vehicles .inner-sidebar form > fieldset.closed > .fieldset-wrapper,
.path-our-stock .inner-sidebar form > fieldset.closed > .fieldset-wrapper {
  height: 0;
  overflow: hidden;
}
.right-off-canvas-menu .inner-sidebar form > fieldset:not(.closed) legend:after,
.path-vehicles .inner-sidebar form > fieldset:not(.closed) legend:after,
.path-our-stock .inner-sidebar form > fieldset:not(.closed) legend:after {
  transform: rotate(90deg);
  color: #ef3642;
}
.right-off-canvas-menu .inner-sidebar form > fieldset:last-of-type,
.path-vehicles .inner-sidebar form > fieldset:last-of-type,
.path-our-stock .inner-sidebar form > fieldset:last-of-type {
  padding-bottom: 0;
}
.right-off-canvas-menu .inner-sidebar form > fieldset legend,
.path-vehicles .inner-sidebar form > fieldset legend,
.path-our-stock .inner-sidebar form > fieldset legend {
  margin: 0 0 1rem 0;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(190, 190, 190, 0.25);
  padding: 0rem 1rem 1rem 0rem;
  width: 100%;
}
.right-off-canvas-menu .inner-sidebar form > fieldset legend:after,
.path-vehicles .inner-sidebar form > fieldset legend:after,
.path-our-stock .inner-sidebar form > fieldset legend:after {
  content: ">";
  float: right;
}
.right-off-canvas-menu .inner-sidebar form > fieldset legend span,
.path-vehicles .inner-sidebar form > fieldset legend span,
.path-our-stock .inner-sidebar form > fieldset legend span {
  font-size: 0.8rem;
}
.right-off-canvas-menu .inner-sidebar form > p,
.path-vehicles .inner-sidebar form > p,
.path-our-stock .inner-sidebar form > p {
  margin: 0;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(190, 190, 190, 0.25);
  padding: 0 1rem 1rem 0;
  width: 100%;
  margin-bottom: 2rem;
}
.right-off-canvas-menu .inner-sidebar form > input[type=submit],
.path-vehicles .inner-sidebar form > input[type=submit],
.path-our-stock .inner-sidebar form > input[type=submit] {
  display: none;
  margin-top: 2rem;
  float: right;
}

.path-our-stock .main--our-stock--simple {
  padding: 2rem 0;
}
.path-our-stock .main--our-stock--simple .truck-search header {
  padding: 0 2rem;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.path-our-stock .main--our-stock--simple .truck-search header .title {
  margin: 0 0 1rem 0;
}
.path-our-stock .main--our-stock--simple .truck-search header .title h1 {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .path-our-stock .main--our-stock--simple .truck-search header {
    padding: 0;
    flex-direction: row;
  }
  .path-our-stock .main--our-stock--simple .truck-search header .title {
    flex: 1 1 auto;
    text-align: left;
  }
  .path-our-stock .main--our-stock--simple .truck-search header .form {
    flex: 1 1 auto;
  }
}

#views-exposed-form-vehicles-by-type-vehicles-by-type,
#views-exposed-form-vehicles-by-make-vehicles-by-make {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#views-exposed-form-vehicles-by-type-vehicles-by-type label,
#views-exposed-form-vehicles-by-make-vehicles-by-make label {
  text-align: left;
}
#views-exposed-form-vehicles-by-type-vehicles-by-type .select-element,
#views-exposed-form-vehicles-by-make-vehicles-by-make .select-element {
  margin: 0 1rem 0 0;
  text-align: left;
}
#views-exposed-form-vehicles-by-type-vehicles-by-type select,
#views-exposed-form-vehicles-by-make-vehicles-by-make select {
  width: 200px;
}
#views-exposed-form-vehicles-by-type-vehicles-by-type .js-form-item-sort-bef-combine,
#views-exposed-form-vehicles-by-make-vehicles-by-make .js-form-item-sort-bef-combine {
  display: block;
}
@media only screen and (min-width: 768px) {
  #views-exposed-form-vehicles-by-type-vehicles-by-type,
#views-exposed-form-vehicles-by-make-vehicles-by-make {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 768px) {
  .section-contact-us .main-content {
    padding: 15px 0 0 0;
  }
  .section-contact-us .main-content .view-mode-full {
    grid-gap: 0;
  }
  .section-contact-us .main-content .paragraph--type--body {
    padding: 30px 0;
    margin: 0 30px;
    width: auto;
  }
  .section-contact-us .main-content .paragraph--type--bordered-title {
    margin: 0 30px;
    width: auto;
  }
}
.section-contact-us .main-content form {
  width: 55%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .section-contact-us .main-content form {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .section-contact-us .main-content form {
    width: 100%;
  }
  .section-contact-us .main-content form h3 {
    margin: 0 30px;
  }
  .section-contact-us .main-content form > div {
    margin: 0 30px;
  }
  .section-contact-us .main-content form > div.form-actions {
    margin-top: 25px;
  }
  .section-contact-us .main-content form > div.js-form-type-checkbox {
    margin-bottom: 5px;
  }
  .section-contact-us .main-content form label {
    font-family: "interstate";
    font-weight: 300;
    font-size: 14px;
    color: #183059;
  }
}
.section-contact-us .main-content form ul li {
  margin-bottom: 5px;
}
.section-contact-us .main-content form ul li a {
  font-size: 20px;
}
.section-contact-us .main-content form .js-form-type-processed-text {
  margin: 90px 0 50px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-contact-us .main-content form .js-form-type-processed-text {
    background-color: #F8F9FA;
    margin: 50px 0 0 0;
    padding: 20px 30px;
  }
  .section-contact-us .main-content form .js-form-type-processed-text p {
    display: flex;
    flex-direction: column;
  }
}
.section-contact-us .main-content form .js-form-type-processed-text p, .section-contact-us .main-content form .js-form-type-processed-text li {
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
  text-transform: uppercase;
}
.section-contact-us .main-content form .js-form-type-processed-text p strong, .section-contact-us .main-content form .js-form-type-processed-text li strong {
  color: #d82a35;
}

.page-not-found h1 {
  border-top: rgba(117, 148, 201, 0.62) 1px solid;
  border-bottom: rgba(117, 148, 201, 0.62) 1px solid;
  padding: 1rem 0;
  margin-bottom: 2rem;
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
  text-align: center;
}
.page-not-found__content {
  padding: 40px 0;
  text-align: center;
}
.page-not-found__content p {
  margin-bottom: 20px;
}
.page-not-found__content nav ul.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-not-found__content nav ul.menu li a {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
  text-decoration: underline;
  color: #d82a35;
}

.truck-search header {
  padding: 2rem;
  display: flex;
  justify-content: flex-end;
}
.truck-search .js-pager__items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 15px 0;
  flex-wrap: wrap;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .truck-search .js-pager__items {
    padding: 15px 0;
  }
}
.truck-search .js-pager__items a {
  margin: 0;
}
.truck-search .js-pager__items li {
  display: block;
}
.truck-search .field-name-field-price {
  color: #D82A35;
}
.truck-search .vehicle-info {
  display: flex;
}
.truck-search .vehicle-info .vehicle-borders {
  position: relative;
}
.truck-search .vehicle-info .vehicle-borders:nth-last-child(3) {
  padding-right: 10px;
}
.truck-search .vehicle-info .vehicle-borders:nth-last-child(3):after {
  content: "";
  background: #f60400;
  position: absolute;
  top: 21%;
  right: 0;
  height: 15px;
  width: 1px;
}
.truck-search .vehicle-info .vehicle-borders:nth-last-child(2) {
  padding-right: 10px;
  padding-left: 10px;
}
.truck-search .vehicle-info .vehicle-borders:nth-last-child(2):after {
  content: "";
  background: #f60400;
  position: absolute;
  top: 21%;
  right: 0;
  height: 15px;
  width: 1px;
}
.truck-search .vehicle-info .vehicle-borders:last-child {
  padding-left: 10px;
}

.form-item-field-registration-date-max,
.form-item-field-registration-date-min {
  display: none;
}

#sidebar-first .form-item-search-api-fulltext {
  display: none;
}

#sidebar-first .inner-sidebar form fieldset {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .our-stock-sidebar {
    position: fixed;
    z-index: 10000;
    width: 75%;
    right: -75%;
    top: 75px;
    transition: transform 500ms ease;
  }
  .our-stock-sidebar.open {
    transform: translateX(-100%);
  }
}

[data-drupal-selector=edit-field-price-usd-wrapper],
[data-drupal-selector=edit-field-price-wrapper],
.js-form-item-sort-bef-combine {
  display: none;
}

#views-exposed-form-vehicles-default {
  display: none;
}

.vehicle-search-index__card.basic_page {
  width: 100%;
  padding-top: 1rem;
}
.vehicle-search-index__card.basic_page .vehicle-search-index__card__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .vehicle-search-index__card.basic_page .vehicle-search-index__card__content {
    display: block;
  }
  .vehicle-search-index__card.basic_page .vehicle-search-index__card__content .vehicle-search-index__card__content__information {
    display: block;
    margin-bottom: 20px;
  }
  .vehicle-search-index__card.basic_page .vehicle-search-index__card__content .vehicle-search-index__card__footer__read-more {
    display: block;
  }
}

#views-exposed-form-vehicles-page-1 .js-form-type-textfield label {
  padding-bottom: 1rem;
}
#views-exposed-form-vehicles-page-1 .js-form-type-textfield label:after {
  content: "";
}
#views-exposed-form-vehicles-page-1 .full-text-vehicles input {
  padding-left: 40px;
}

#edit-search-api-fulltext-vehicles {
  margin-bottom: 20px;
  padding-left: 40px;
}

.full-text-vehicles {
  position: relative;
}
.full-text-vehicles i {
  position: absolute;
  top: 17px;
  left: 15px;
}

.form-item-field-on-sale {
  margin: 0 0 1em 0;
}

.progress-tracker {
  display: block;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin-bottom: 4.25em;
}
.progress-tracker .regno {
  width: 50%;
}
.progress-tracker .vehicle {
  width: 50%;
}
.progress-tracker li {
  border-bottom: solid #DEE1E6;
  display: inline-block;
  position: relative;
  margin-right: -0.375em;
  text-transform: uppercase;
}
.progress-tracker li:last-child {
  border-bottom: none;
  width: 0;
}
.progress-tracker li:after {
  border: solid 1px #D82A35;
  border-radius: 50%;
  color: #fff;
  content: "";
  font-weight: bold;
  display: block;
  position: absolute;
  text-align: center;
  width: 10px;
  height: 10px;
  line-height: 2em;
  left: 0;
  bottom: -0.39em;
}
.progress-tracker li span {
  display: inline-block;
  color: #183059;
  position: relative;
  text-align: center;
  width: 8em;
  left: -3.5em;
  top: 3.25em;
  font-weight: 300;
  font-size: 0.75em;
  overflow: hidden;
}
.progress-tracker li.current span {
  font-weight: 500;
}
.progress-tracker li.current:after {
  background: #D82A35;
}
.progress-tracker li.completed {
  border-bottom-color: #DEE1E6;
}
.progress-tracker li.completed:after {
  background: #D82A35;
}
.progress-tracker li.completed span {
  color: #183059;
}
.progress-tracker li.current:after {
  border-radius: 50%;
  background-color: #D82A35;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #D82A35;
}
.progress-tracker li.current span {
  color: #183059;
}

.progress-tracker.v2 {
  padding-left: 3.25em;
}
.progress-tracker.v2 li {
  width: 6.5em;
}
.progress-tracker.v2 li span {
  width: 6.5em;
  left: -2.25em;
}

#edit-reg-no, .info-registration-box {
  text-align: center;
  width: 100%;
  max-width: 287px;
  height: 69px;
  display: inline-block;
  border: #183059 1px solid;
  border-radius: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "interstate";
  font-weight: 800;
  font-size: 2.8rem;
  color: #183059;
}
@media only screen and (min-width: 768px) {
  #edit-reg-no, .info-registration-box {
    height: 58px;
    max-width: 365px;
    font-family: "interstate";
    font-weight: 800;
    font-size: 2.2rem;
    color: #183059;
  }
}

@media only screen and (max-width: 768px) {
  .info-registration-box {
    display: none;
  }
}

#edit-vehicle-info-container, #edit-vehicle-info-container--2 {
  background-color: #F8F9FA;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3rem;
}
@media only screen and (min-width: 768px) {
  #edit-vehicle-info-container, #edit-vehicle-info-container--2 {
    margin-bottom: 3rem;
  }
}

.form-item-description {
  text-align: center;
}

.form-item-info-panel {
  max-width: 800px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .form-item-info-panel {
    padding-top: 30px;
  }
}

#sell-vehicle-information {
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
#sell-vehicle-information .info-label {
  font-family: "interstate";
  font-size: 0.9rem;
  color: #183059;
  font-weight: 500;
  text-transform: uppercase;
}
#sell-vehicle-information > div {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  border-bottom: 1px solid #BEBEBE;
  max-width: 980px;
  padding: 11px 0px;
  font-family: "interstate";
  font-weight: 300;
  font-size: 0.9rem;
  color: #183059;
}

.law-export-sell-vehicle-sell-form #edit-error-message-reg-no {
  margin-top: 1.5rem;
}
.law-export-sell-vehicle-sell-form .telephone-form {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  gap: 1rem;
}
.law-export-sell-vehicle-sell-form .telephone-form .form-item-telephone-prefix {
  max-width: 70px;
}
.law-export-sell-vehicle-sell-form .telephone-form .required-wrapper {
  width: 100%;
}
.law-export-sell-vehicle-sell-form .info-form {
  padding-left: 2.7rem;
  padding-right: 2.7rem;
}
.law-export-sell-vehicle-sell-form #edit-image--label, .law-export-sell-vehicle-sell-form #edit-not-your-vehicle-image--label {
  color: #BEBEBE;
  margin-bottom: 10px;
}
.law-export-sell-vehicle-sell-form #edit-description h3 {
  text-transform: none;
}
.law-export-sell-vehicle-sell-form .edit-description--2 p {
  font-size: 14px;
  padding: 3.9rem 0 0 3.9rem;
}
.law-export-sell-vehicle-sell-form #edit-description--2 {
  padding-left: 3.9rem;
  padding-right: 3.9rem;
  font-weight: bold;
}
.law-export-sell-vehicle-sell-form .button, .law-export-sell-vehicle-sell-form button.button_full-width {
  text-transform: uppercase;
}
.law-export-sell-vehicle-sell-form #edit-status-bar {
  padding-left: 2.7rem;
  padding-right: 2.7rem;
}
.law-export-sell-vehicle-sell-form .mandatory {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.law-export-sell-vehicle-sell-form #edit-page-1 .mandatory {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .law-export-sell-vehicle-sell-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.law-export-sell-vehicle-sell-form #edit-message {
  background-color: #b9222c;
  text-align: center;
  margin-bottom: 11px;
  max-width: 500px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.law-export-sell-vehicle-sell-form #edit-message .error-message {
  color: white;
}
.law-export-sell-vehicle-sell-form .error-message {
  color: #b9222c;
  font-size: 14px;
  text-align: center;
}
.law-export-sell-vehicle-sell-form .optional::after {
  content: "(Optional)";
  color: #cccccc;
  padding-left: 5px;
}
.law-export-sell-vehicle-sell-form textarea {
  resize: none;
}
.law-export-sell-vehicle-sell-form .form-item-description {
  padding-top: 2rem;
}
.law-export-sell-vehicle-sell-form .form-item-reg-no {
  padding-top: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .law-export-sell-vehicle-sell-form .form-item-reg-no {
    padding-top: 30px;
  }
  .law-export-sell-vehicle-sell-form .form-item-description {
    padding-top: 45px;
  }
}
.law-export-sell-vehicle-sell-form .button, .law-export-sell-vehicle-sell-form button.button_full-width {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.law-export-sell-vehicle-sell-form .js-form-type-textfield, .law-export-sell-vehicle-sell-form .js-form-type-textarea, .law-export-sell-vehicle-sell-form .js-form-type-select, .law-export-sell-vehicle-sell-form .js-form-type-managed-file, .law-export-sell-vehicle-sell-form .js-form-item-email, .law-export-sell-vehicle-sell-form .js-form-type-number {
  max-width: 500px;
  width: 100%;
}
.law-export-sell-vehicle-sell-form .js-form-item-email, .law-export-sell-vehicle-sell-form .js-form-type-number {
  margin-left: auto;
  margin-right: auto;
}
.law-export-sell-vehicle-sell-form label {
  font-family: "interstate";
  font-size: 14px;
  color: #183059;
  font-weight: 500;
}
.law-export-sell-vehicle-sell-form .button, .law-export-sell-vehicle-sell-form button.button_full-width {
  max-width: 147px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.law-export-sell-vehicle-sell-form .not-your-vehicle-item {
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
.law-export-sell-vehicle-sell-form #edit-page-2-not-your-vehicle, .law-export-sell-vehicle-sell-form #edit-page-2-not-your-vehicle--2 {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
}
.law-export-sell-vehicle-sell-form .upload-fake {
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  padding: 10px 17px;
  margin-right: 10px;
  font-weight: bold;
  color: #183059;
  font-size: 14px;
  cursor: pointer;
}
.law-export-sell-vehicle-sell-form .fake-file-message {
  font-family: "interstate";
  font-weight: 300;
  font-size: 14px;
  color: #183059;
  font-style: italic;
}

.law-export-sell-vehicle-enter-manually {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
  color: #D82A35;
  text-decoration: underline;
  transition: font-weight 160ms ease;
}
.law-export-sell-vehicle-enter-manually:hover, .law-export-sell-vehicle-enter-manually:focus {
  font-weight: bold;
  color: #D82A35;
}

.block--law-export-sell-vehicle .header-page-banner {
  min-height: 250px;
  background-position: right;
}
.block--law-export-sell-vehicle .header-page-banner h2 {
  font-family: "interstate";
  font-weight: 300;
  font-size: 2.4rem;
  color: #183059;
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.block--law-export-sell-vehicle .header-page-banner p {
  font-family: "interstate";
  font-weight: 300;
  font-size: 1.2rem;
  color: #183059;
  color: #FFFFFF;
  display: none;
}
.block--law-export-sell-vehicle .header-page-banner strong {
  color: #FFFFFF;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .block--law-export-sell-vehicle .header-page-banner {
    min-height: 381px;
  }
  .block--law-export-sell-vehicle .header-page-banner .header-page-banner__content {
    padding: 0 0 0rem 2rem;
  }
  .block--law-export-sell-vehicle .header-page-banner h2 {
    font-family: "interstate";
    font-weight: 300;
    font-size: 3.4rem;
    color: #183059;
    color: #FFFFFF;
    display: block;
    flex-direction: unset;
  }
  .block--law-export-sell-vehicle .header-page-banner p {
    font-family: "interstate";
    font-weight: 300;
    font-size: 1.3rem;
    color: #183059;
    color: #FFFFFF;
    display: block;
  }
}

.stock-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  grid-auto-rows: auto;
}
.stock-list a {
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .stock-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .stock-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 420px) {
  .stock-list .vehicle-teaser__card__content__price {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
  }
  .stock-list .vehicle-teaser__card__content__price .sep {
    display: none;
  }
  .stock-list .vehicle-teaser__card__content__price .price-usd,
.stock-list .vehicle-teaser__card__content__price .price-gbp {
    padding: 0;
  }
  .stock-list .vehicle-teaser__card__content__price .price-usd:before,
.stock-list .vehicle-teaser__card__content__price .price-gbp:before {
    position: relative;
    left: 0;
    transform: translate(0, -50%);
    margin-right: 5px;
  }
}

.vehicle-landing-page .make-an-enquiry-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #25D366;
}
.vehicle-landing-page .make-an-enquiry-mobile .fab.fa-whatsapp {
  color: white !important;
  font-size: 1.3rem;
}
.vehicle-landing-page .make-an-enquiry-mobile a {
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 64em) {
  .vehicle-landing-page .talk-to-us-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    border-top: 1px solid #bebebe;
    z-index: 5;
  }
  .vehicle-landing-page .talk-to-us-mobile .talk-to-us-mobile__container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .vehicle-landing-page .talk-to-us-mobile .talk-to-us-mobile__container button {
    padding: 15px 60px;
    margin-bottom: 0;
  }
}
.vehicle-landing-page__header {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .vehicle-landing-page__header {
    padding: 0 1.5rem;
    margin-bottom: 0;
  }
}
.vehicle-landing-page__header a {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
}
.vehicle-landing-page__header a i {
  color: #d82a35;
  margin-right: 5px;
}
.vehicle-landing-page__container {
  display: grid;
  grid-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 50%;
  grid-template-areas: "header header" "images description" "footer description";
}
.vehicle-landing-page__container__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: header;
  margin-bottom: 15px;
}
.vehicle-landing-page__container__header h2 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 12px;
  color: #183059;
  text-transform: uppercase;
}
.vehicle-landing-page__container__header h1 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 20px;
  color: #183059;
}
.vehicle-landing-page__container__header h3 {
  font-weight: lighter;
  font-size: 14px;
  color: #d82a35;
  margin-top: 15px;
}
.vehicle-landing-page__container__header_mobile {
  padding: 1rem 0;
}
.vehicle-landing-page__container__header_mobile h2 {
  font-family: "interstate";
  font-weight: 300;
  font-size: 12px;
  color: #183059;
  text-transform: uppercase;
}
.vehicle-landing-page__container__header_mobile h1 {
  font-family: "interstate";
  font-size: 20px;
  color: #183059;
  font-weight: 500;
  color: #183059;
}
.vehicle-landing-page__container__header_mobile h3 {
  margin-top: 15px;
  font-weight: lighter;
  font-size: 14px;
  color: #d82a35;
}
.vehicle-landing-page__container__details {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: description;
  display: flex;
  /* &__images {


    .image-count {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #fff;
      background-color: #183059;
      border-radius: 3px;
      padding: 2px 5px;

      i {
        margin-right: 5px;
      }
    }


    .media--responsive {
      max-height: 400px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }*/
}
@media only screen and (max-width: 768px) {
  .vehicle-landing-page__container__details {
    flex-direction: column;
  }
}
.vehicle-landing-page__container__details__images {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: images;
  flex: 7;
  position: relative;
  display: flex;
}
.vehicle-landing-page__container__details__images > article {
  display: flex;
  width: 100%;
}
.vehicle-landing-page__container__details__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1500px) {
  .vehicle-landing-page__container__details__images {
    flex: 6;
  }
}
@media only screen and (max-width: 1200px) {
  .vehicle-landing-page__container__details__images {
    flex: 5;
  }
}
.vehicle-landing-page__container__details__images .sale-tag {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
}
.vehicle-landing-page__container__details__information {
  flex: 5;
}
.vehicle-landing-page__container__details__information__container {
  padding-left: 50px;
  border-left: 1px solid rgba(190, 190, 190, 0.35);
  margin-left: 25px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .vehicle-landing-page__container__details__information__container {
    padding: 0;
    margin: 20px 0;
    border: none;
  }
}
.vehicle-landing-page__container__details__information__price {
  text-align: center;
  border-bottom: 1px solid #7594c9;
}
.vehicle-landing-page__container__details__information__price h3 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 20px;
  color: #183059;
  color: #d82a35;
}
.vehicle-landing-page__container__details__information__vehicle-specification {
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .vehicle-landing-page__container__details__information__vehicle-specification {
    border-top: 2px solid #183059;
    box-shadow: 0px 2px 6px rgba(190, 190, 190, 0.35);
    padding: 20px;
    margin-top: 20px;
  }
}
.vehicle-landing-page__container__details__information__vehicle-specification__overview-title {
  margin-top: 40px;
  font-family: "interstate";
  font-weight: 800;
  font-size: 20px;
  color: #183059;
}
.vehicle-landing-page__container__details__information__vehicle-specification_title {
  font-family: "interstate";
  font-weight: 800;
  font-size: 12px;
  color: #183059;
  text-transform: uppercase;
  flex: 1;
}
.vehicle-landing-page__container__details__information__vehicle-specification_result {
  font-family: "interstate";
  font-weight: 300;
  font-size: 12px;
  color: #183059;
  flex: 1;
}
.vehicle-landing-page__container__details__information__vehicle-specification ul {
  list-style: none;
}
.vehicle-landing-page__container__details__information__vehicle-specification ul li {
  display: flex;
}
.vehicle-landing-page__container__details__information__vehicle-specification ul li + li {
  border-top: 1px solid rgba(190, 190, 190, 0.35);
  padding-top: 10px;
  margin-top: 10px;
}
.vehicle-landing-page__container__details__information__vehicle-specification_actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.vehicle-landing-page__container__slides {
  margin-bottom: 30px;
}
.vehicle-landing-page__container__footer {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: footer;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  grid-template-rows: auto auto;
  margin-bottom: 20px;
  grid-gap: 15px;
}
.vehicle-landing-page__container__footer__top {
  width: 100%;
  display: flex;
  justify-content: center;
}
.vehicle-landing-page__container__footer__top__button {
  display: flex;
  justify-content: center;
}
.vehicle-landing-page__container__footer__top__button a {
  font-family: "Interstate";
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.75rem 2rem;
  text-decoration: none !important;
  color: #d82a35;
  border: 2px solid #d82a35;
  background: #fff;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  transition: 0.2s;
}
.vehicle-landing-page__container__footer__top__button a i {
  transition: 0.2s;
  color: #d82a35;
}
.vehicle-landing-page__container__footer__top__button a:hover, .vehicle-landing-page__container__footer__top__button a:focus {
  background: #d82a35;
}
.vehicle-landing-page__container__footer__top__button a:hover h3, .vehicle-landing-page__container__footer__top__button a:focus h3 {
  color: #fff;
}
.vehicle-landing-page__container__footer__top__button a:hover i, .vehicle-landing-page__container__footer__top__button a:focus i {
  color: #fff;
}
.vehicle-landing-page__container__footer__top__button a h3 {
  transition: 0.2s;
  color: #d82a35;
}
.vehicle-landing-page__container__footer__bottom {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .vehicle-landing-page__container__footer__bottom {
    display: grid;
    grid-gap: 10px;
    justify-content: center;
    padding: 15px;
  }
}
.vehicle-landing-page__container__footer__bottom i {
  color: #213e6e;
}
.vehicle-landing-page__container__footer a:hover i, .vehicle-landing-page__container__footer:focus i {
  color: #213e6e;
}
@media only screen and (max-width: 768px) {
  .vehicle-landing-page__container__footer .print-link a {
    box-shadow: none;
    font-family: "interstate";
    font-size: 16px;
    color: #183059;
    font-weight: 500;
    text-transform: none;
  }
  .vehicle-landing-page__container__footer .print-link i {
    margin-right: 5px;
    font-size: 20px;
  }
}
.vehicle-landing-page__container__footer__share {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .vehicle-landing-page__container__footer__share {
    margin-bottom: 20px;
  }
  .vehicle-landing-page__container__footer__share a {
    box-shadow: none;
    font-family: "interstate";
    font-size: 16px;
    color: #183059;
    font-weight: 500;
    text-transform: none;
  }
  .vehicle-landing-page__container__footer__share i {
    margin-right: 5px;
    font-size: 20px;
  }
}
.vehicle-landing-page__container__footer__share i {
  margin-right: 5px;
  font-size: 20px;
}
.vehicle-landing-page__container__footer__share h3 {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
  text-transform: none;
}
.vehicle-landing-page__container__footer a {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .vehicle-landing-page__container__footer a {
    text-align: center;
  }
}
.vehicle-landing-page__container__footer .social-popup {
  position: relative;
  left: 35px;
}
.vehicle-landing-page__container__footer .spec-share {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
}
.vehicle-landing-page__container__footer .spec-share i {
  margin-right: 5px;
}
.vehicle-landing-page__container__footer .spec-share:hover {
  font-weight: bold;
}
.vehicle-landing-page__content h2 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 20px;
  color: #183059;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .vehicle-landing-page__content h2 {
    text-align: center;
    border-top: 1px solid #7594c9;
    border-bottom: 1px solid #7594c9;
    padding: 15px 0;
    text-transform: uppercase;
  }
}
.vehicle-landing-page__content ul {
  list-style: none;
  margin-left: 1em;
}
.vehicle-landing-page__content ul li {
  margin-bottom: 20px;
  font-family: "interstate";
  font-weight: 300;
  font-size: 16px;
  color: #183059;
}
.vehicle-landing-page__content ul li:before {
  content: "•";
  color: #d82a35;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*
#x-simple-swipe {
  display: flex;
  align-items: center;

  i {
    font-size: 20px;
    cursor: pointer;
    @media only screen and (min-width: 768px) {
      &.fa-chevron-left {
        padding-right: 20px;
      }
      &.fa-chevron-right {
        padding-left: 20px;
      }
    }

    &.slick-disabled {
      color: #eeeeee;
      pointer-events: none;
    }
  }

  .slick-list {
    display: flex;
  }
}*/
/*
#x-simple-swipe, .loop-swipe, .x-simple-swipe {
  a {
    display: inline-block;

    article {
      height: 100%;

      .vehicle-teaser__card {
        justify-content: space-between;
        height: 100%;

        &__image {
          height: 250px;
          overflow: hidden;

          img {
            pointer-events: none;
            height: 100%;
            object-fit: cover;
            margin: 0 auto;
            display: block;
          }
        }
      }
    }
  }
}*/
/*

.flexslider {

  &.flexslider-default, &.flexslider-control-nav {
    margin: 0;
  }

  &.flexslider-default {

    ul {

      .flex-nav-next, .flex-nav-prev {
        display: none;
      }
    }
  }
}*/
@media only screen and (max-width: 768px) {
  .vehicle-full {
    display: block;
  }
  .vehicle-full.gutter-large {
    padding: 0;
  }
  .vehicle-landing-page__container {
    display: flex;
    flex-direction: column;
  }
  .vehicle-landing-page__container__details {
    padding: 0 1.5rem;
  }
  .vehicle-landing-page__content {
    padding: 1rem;
  }
  .vehicle-landing-page__slides {
    margin-bottom: 15px;
  }
  .vehicle-related-stock {
    padding: 1rem;
    /*.loop-swipe {

      a {
        min-width: 75%;

        article {

          .vehicle-teaser__card {

            &__image {
              height: 175px;
            }
          }
        }
      }

      > * {
        min-width: 32%;

        img {
          pointer-events: none;
        }
      }

      > * {

        img {
        }
      }
    }*/
  }
  /*.flexslider {
      margin: 0;
      border: none !important;

      &.ismobile {
        width: 100vw;
        border: none !important;
      }

      &.flexslider-default {

        ul {

          .flex-nav-next, .flex-nav-prev {
            display: block;

            a {

              &:before {
                color: white;
                opacity: 0.8;
              }
            }
          }
        }
      }
    }
  */
  .vehicle-landing-page__content ul li {
    font-weight: 500;
    font-size: 0.9rem;
  }
  .vehicle-landing-page__container__details {
    display: flex;
  }
}
#whatsapp-reveal,
#emails-send-reveal {
  padding: 40px;
}
#whatsapp-reveal span.message,
#emails-send-reveal span.message {
  display: inline-block;
  padding: 1rem;
}
#whatsapp-reveal button:last-of-type,
#emails-send-reveal button:last-of-type {
  margin: 0 auto;
  display: block;
}
#whatsapp-reveal h2,
#emails-send-reveal h2 {
  text-align: center;
  border-top: 1px solid #7594C9;
  border-bottom: 1px solid #7594C9;
  padding: 15px 0;
  text-transform: uppercase;
  width: 100%;
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
  text-align: center;
  margin-bottom: 40px;
}

.talk-to-us-modal__content {
  padding: 40px;
}
.talk-to-us-modal__content h2,
.talk-to-us-modal__content h3,
.talk-to-us-modal__content h4 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
  text-align: center;
}
.talk-to-us-modal__content h2 {
  text-align: center;
  border-top: 1px solid #7594C9;
  border-bottom: 1px solid #7594C9;
  padding: 15px 0;
  text-transform: uppercase;
  width: 100%;
}
.talk-to-us-modal__content__call-now {
  padding: 40px 0;
}
.talk-to-us-modal__content__call-now h4 {
  margin-top: 5px;
  color: #d82a35;
}
.talk-to-us-modal__content__divider {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.talk-to-us-modal__content__divider .line {
  height: 1px;
  background-color: #c6c6ce;
  width: 100%;
}
.talk-to-us-modal__content__divider h4 {
  font-family: "interstate";
  font-weight: 300;
  font-size: 16px;
  color: #183059;
  color: #c6c6ce;
  margin: 0 15px;
}

.vehicle-landing-page__slides .slides {
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media only screen and (min-width: 768px) {
  .vehicle-landing-page__slides .slides {
    padding: 30px;
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .vehicle-landing-page__slides .slides {
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .vehicle-landing-page__slides .slides {
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
.vehicle-landing-page__slides .slides img {
  width: 100%;
  height: auto;
}

#media-video-modal iframe {
  width: 100%;
  height: 400px;
}

.vehicle-search-index {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .vehicle-search-index {
    padding: 0 !important;
  }
}
.vehicle-search-index__card {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .vehicle-search-index__card {
    position: relative;
  }
  .vehicle-search-index__card .mobile-card-click {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.vehicle-search-index__card__content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-areas: "I I I T T T T T" "I I I D D D B B";
}
@media only screen and (max-width: 1200px) {
  .vehicle-search-index__card__content {
    grid-template-areas: "I I T T T T T T" "I I D D D D B B";
  }
}
@media only screen and (max-width: 768px) {
  .vehicle-search-index__card__content {
    grid-template-areas: "I I I T T T T T" "I I I D D D D D";
  }
}
.vehicle-search-index__card__content__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: I;
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 10px;
  position: relative;
  /*.image-count {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: #183059;
    border-radius: 3px;
    padding: 2px 5px;
    i {
      margin-right: 5px;
    }
  }*/
}
.vehicle-search-index__card__content__image .sale-tag {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
}
.vehicle-search-index__card__content__title {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 5;
  grid-area: T;
  padding: 0 15px 0px 15px;
}
.vehicle-search-index__card__content__information {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: D;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 15px;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .vehicle-search-index__card__content__information {
    padding: 15px;
  }
}
.vehicle-search-index__card__content h3 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 20px;
  color: #183059;
  margin-bottom: 10px;
}
.vehicle-search-index__card__content h2 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 20px;
  color: #183059;
  margin-bottom: 10px;
}
.vehicle-search-index__card__content h4 {
  font-family: "interstate";
  font-size: 14px;
  color: #183059;
  font-weight: 500;
  margin-bottom: 10px;
}
.vehicle-search-index__card__content h5 {
  font-family: "interstate";
  font-weight: 300;
  font-size: 14px;
  color: #183059;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.vehicle-search-index__card__content ul {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}
.vehicle-search-index__card__content ul li:first-of-type span {
  padding-left: 0;
}
.vehicle-search-index__card__content ul li:last-of-type span {
  border: none;
}
.vehicle-search-index__card__content ul li span {
  font-family: "interstate";
  font-weight: 300;
  font-size: 14px;
  color: #183059;
}
.vehicle-search-index__card__content ul li + li:before {
  color: #f60400;
  content: "|";
  padding: 0 0.5rem;
}
.vehicle-search-index__card__footer {
  display: flex;
  padding-top: 10px;
  /*&__extra-images {
    grid-area: I2;
    width: 100%;
    height: 100%;
    display: flex;

    &__container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      @media only screen and (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
      }
      grid-gap: 10px;

      & > div,
      & > article {
        &.no-padding-small {
          @media only screen and (max-width: 1024px) {
            padding: 0;
          }
        }

        &:last-of-type {
          padding: 0;
        }

        & > div {
          @media only screen and (max-width: 1024px) {
            width: 50%;
          }
        }
      }

      &__image-last {
        position: relative;

        &__count {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          flex-direction: column;
        }
      }
    }
  }*/
}
.vehicle-search-index__card__footer__read-more {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-area: B;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px){
  .vehicle-search-index__card__content__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .vehicle-search-index__card__content__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
  }
  .vehicle-search-index__card__content__information {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
  }
  .vehicle-search-index__card__footer__read-more {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
  }
}
@media only screen and (max-width: 768px){
  .vehicle-search-index__card__content__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .vehicle-search-index__card__content__title {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
  }
  .vehicle-search-index__card__content__information {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
  }
}
@media only screen and (max-width: 1024px) {
  .vehicle-search-index__card__footer__read-more {
    display: none;
  }
}
.vehicle-search-index__card__footer__read-more a {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .vehicle-search-index {
    border: 1px solid #e8e8e8;
    background-color: #fff;
  }
}
.vehicle-search-index:last-of-type:after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .vehicle-search-index:after {
    content: "";
    margin: 2rem 0;
    border: 1px solid #183059;
    opacity: 0.22;
    width: 75%;
  }
}

@media only screen and (max-width: 48rem) {
  .vehicle-search-index {
    margin-bottom: 1rem;
    box-shadow: 0 1rem 0 0 #fafafa;
  }
  .vehicle-search-index__card__content__information {
    justify-content: space-between;
    padding-top: 5px;
  }
  .vehicle-search-index__card__content h3 {
    font-family: "interstate";
    font-weight: 800;
    font-size: 16px;
    color: #183059;
    color: #d82a35;
    margin-bottom: 5px;
  }
  .vehicle-search-index__card__content h2 {
    font-family: "interstate";
    font-weight: 800;
    font-size: 16px;
    color: #183059;
    margin-bottom: 5px;
  }
  .vehicle-search-index__card__content h4 {
    font-family: "interstate";
    font-size: 12px;
    color: #183059;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .vehicle-search-index__card__content h5 {
    margin-bottom: 5px;
  }
  .vehicle-search-index__card__content ul {
    margin-bottom: 5px;
  }
  .vehicle-search-index__card__content ul li + li:before {
    padding: 0 0.25rem;
  }
}
.vehicle-teaser {
  background-color: #f8f9fa;
  height: 100%;
}
.vehicle-teaser__card {
  display: flex;
  flex-direction: column;
}
.vehicle-teaser__card__image {
  position: relative;
}
.vehicle-teaser__card__image .sale-tag {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
}
.vehicle-teaser__card__content {
  padding: 15px;
  flex: 1;
}
.vehicle-teaser__card__content .vehicle-price {
  text-align: left;
  font-size: 17px;
}
.vehicle-teaser__card__content .vehicle-price .vehicle-price__price-gbp,
.vehicle-teaser__card__content .vehicle-price .vehicle-price__price-usd {
  padding-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .vehicle-teaser__card__content {
    padding: 15px;
  }
}
.vehicle-teaser__card__content h3 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 15px;
  color: #183059;
  text-align: center;
  border-top: 1px solid rgba(117, 148, 201, 0.3);
  border-bottom: 1px solid rgba(117, 148, 201, 0.3);
  padding: 30px 0 5px;
  margin-bottom: 8px;
}
.vehicle-teaser__card__content h2 {
  font-family: "interstate";
  font-size: 12px;
  color: #183059;
  font-weight: 500;
}
.vehicle-teaser__card__content h4 {
  color: #183059;
  margin-bottom: 0;
  font-family: "interstate";
  font-size: 10px;
  color: #183059;
  font-weight: 500;
}
.vehicle-teaser__card__content ul {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}
.vehicle-teaser__card__content ul li {
  line-height: 1.2;
}
.vehicle-teaser__card__content ul li:first-of-type span {
  padding-left: 0;
}
.vehicle-teaser__card__content ul li:last-of-type span {
  border: none;
}
.vehicle-teaser__card__content ul li span {
  border-right: 2px solid #f60400;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "interstate";
  font-weight: 300;
  font-size: 9px;
  color: #183059;
}
@media screen and (min-width: 768px) {
  .vehicle-teaser__card__content h3 {
    font-size: 22px;
    padding: 8px 0;
    margin-bottom: 10px;
    padding-top: 20px;
  }
  .vehicle-teaser__card__content h2 {
    font-size: 15px;
  }
  .vehicle-teaser__card__content h4 {
    font-size: 13px;
  }
  .vehicle-teaser__card__content ul li span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .vehicle-teaser__card__content h3 {
    font-size: 22px;
    padding: 8px 0;
    margin-bottom: 10px;
    padding-top: 20px;
  }
  .vehicle-teaser__card__content h2 {
    font-size: 15px;
  }
  .vehicle-teaser__card__content h4 {
    font-size: 13px;
  }
  .vehicle-teaser__card__content ul li span {
    font-size: 13px;
  }
}

.vehicle-price {
  padding: 10px 0;
  display: flex;
  text-align: left;
  justify-content: center;
}
.vehicle-price s {
  color: #959595;
  margin-right: 3px;
}
.vehicle-price__price-gbp {
  position: relative;
  display: inline-block;
  padding-top: 30px;
  padding-right: 10px;
  flex: 50%;
  color: #213e6e;
}
.vehicle-price__price-gbp::before {
  content: url("/themes/custom/law_exports_theme/images/gb.jpg");
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.vehicle-price__price-usd {
  position: relative;
  display: inline-block;
  padding-top: 30px;
  border-left: 1px solid #959595;
  padding-left: 10px;
  flex: 50%;
  color: #213e6e;
}
.vehicle-price__price-usd::before {
  content: url("/themes/custom/law_exports_theme/images/us.jpg");
  width: 29px;
  position: absolute;
  top: 0;
  left: 10px;
}
.vehicle-price--is-poa {
  justify-content: flex-start;
}
.vehicle-price--is-sale .vehicle-price__price-gbp,
.vehicle-price--is-sale .vehicle-price__price-usd {
  color: #ef3642;
}

.sale-tag {
  background: #ef3642;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
}
.sale-tag--small {
  font-size: 14px;
  padding: 3px 6px;
}

.field-paragraph--field-service-items p {
  font-size: 15px;
}
@media only screen and (min-width: 1024px) {
  .field-paragraph--field-service-items p {
    font-size: 17px;
  }
}
.field-paragraph--field-service-items h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 1024px) {
  .field-paragraph--field-service-items h3 {
    font-size: 1.1875rem;
    margin-bottom: 1rem;
  }
}
.field-paragraph--field-service-items a p {
  font-weight: 400;
}
.field-paragraph--field-service-items .inner {
  position: relative;
  height: 100%;
}
.field-paragraph--field-service-items .inner .text-center {
  padding: 1rem 1rem 0.3rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .field-paragraph--field-service-items .inner .text-center {
    padding: 1.5rem 2rem 1.5rem 2rem;
  }
}
.field-paragraph--field-service-items .field-items {
  display: grid;
  grid-template-columns: 1/1;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .field-paragraph--field-service-items .field-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.field-paragraph--field-service-items .field-item img {
  width: 100%;
}

.paragraph--call-to-action {
  margin-top: 43px;
  margin-bottom: 43px;
}
@media only screen and (min-width: 1024px) {
  .paragraph--call-to-action {
    margin-top: 86px;
    margin-bottom: 86px;
  }
}
.paragraph--call-to-action p.title {
  font-family: "interstate";
  font-size: 2rem;
  color: #183059;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .paragraph--call-to-action p.title {
    font-family: "interstate";
    font-size: 24px;
    color: #183059;
    font-weight: 500;
  }
}
.paragraph--call-to-action a {
  border-radius: 4px;
}

.paragraph--body {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.paragraph--body p {
  font-family: "interstate";
  font-weight: 300;
  font-size: 14px;
  color: #183059;
}
@media only screen and (min-width: 1024px) {
  .paragraph--body p {
    font-family: "interstate";
    font-weight: 300;
    font-size: 16px;
    color: #183059;
  }
}

@media only screen and (max-width: 768px) {
  .header-page-banner__content {
    text-align: center;
  }
}

.paragraph--type--link {
  margin-top: 43px;
  margin-bottom: 43px;
}
@media only screen and (min-width: 1024px) {
  .paragraph--type--link {
    margin-top: 86px;
    margin-bottom: 86px;
  }
}
.paragraph--type--link a {
  border-radius: 4px;
  color: #fff;
}

.paragraph--latest-stock img {
  width: 100%;
}

.paragraph--type--block-reference {
  margin-bottom: 40px;
}
.paragraph--type--block-reference h3 {
  margin-bottom: 20px !important;
}

.block--type-alert {
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: center;
}
.block--type-alert h1,
.block--type-alert h2,
.block--type-alert h3,
.block--type-alert h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.block--type-alert p {
  margin: 0;
}
.block--type-alert.alert--alert-type-red {
  background: #d82a35;
}
.block--type-alert.alert--alert-type-red * {
  color: #fff;
}
.block--type-alert.alert--alert-type-blue {
  background: #183059;
}
.block--type-alert.alert--alert-type-blue * {
  color: #fff;
}
.block--type-alert.alert--alert-type-green {
  background: #10800c;
}
.block--type-alert.alert--alert-type-green * {
  color: #fff;
}
.block--type-alert.alert--alert-type-yellow {
  background: #f0ed30;
}
.block--type-alert.alert--alert-type-yellow * {
  color: #333;
}

.banner-slider {
  --base-scale: calc(100vw / 75);
  --h1-font-size: max(1em, min(4em, calc(var(--base-scale) * 5)));
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.banner-slider__title {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
}
.banner-slider__title * {
  color: #fff;
}
.banner-slider__title h1 {
  font-weight: normal;
  font-size: 60px;
  font-size: var(--h1-font-size, 60px);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
.banner-slider__title h1 strong {
  display: block;
  font-weight: bold;
}
.banner-slider__slides {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 620px) {
  .banner-slider {
    justify-content: start;
    align-items: center;
  }
  .banner-slider__title h1 {
    text-align: left;
  }
}
.banner-slider .slick-slider {
  background: #0e1831;
}
.banner-slider__slides__slide__image--desktop {
  display: none;
}
@media screen and (min-width: 620px) {
  .banner-slider__slides__slide__image--mobile {
    display: none;
  }
  .banner-slider__slides__slide__image--desktop {
    display: block;
  }
}
.banner-slider .slick-slide {
  padding: 0;
}
.banner-slider__slides__slide.is-link {
  cursor: pointer;
}
.banner-slider__slides__slide__content {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.banner-slider__slides__slide__content * {
  color: #fff;
}
.banner-slider__slides__slide__content h1 {
  font-weight: normal;
  font-size: 60px;
  font-size: var(--h1-font-size, 60px);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
.banner-slider__slides__slide__content h2 {
  font-weight: normal;
  font-size: 60px;
  font-size: var(--h1-font-size, 60px);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
.banner-slider__slides__slide__content h1 strong,
.banner-slider__slides__slide__content h2 strong {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 620px) {
  .banner-slider__slides__slide__content {
    justify-content: start;
    align-items: center;
  }
  .banner-slider__slides__slide__content__title h1 {
    text-align: left;
  }
}

.header .sharethis-inline-follow-buttons .st-left {
  font-size: 12px;
  font-family: "interstate";
  text-transform: uppercase;
}
.header .sharethis-inline-follow-buttons .st-btn:hover {
  top: 0 !important;
}

.left-off-canvas-menu .sharethis-inline-follow-buttons {
  margin: 20px auto;
}
.left-off-canvas-menu .sharethis-inline-follow-buttons .st-left {
  display: block !important;
  padding: 0 !important;
  margin: 0 0 10px 0;
}
.left-off-canvas-menu .sharethis-inline-follow-buttons .st-btn {
  display: inline-block !important;
}

.footer-top .sharethis-inline-follow-buttons {
  display: flex;
  flex-wrap: wrap;
  text-align: left !important;
}
.footer-top .sharethis-inline-follow-buttons .st-left {
  font-family: "interstate";
  font-weight: 800;
  font-size: 14px;
  color: #183059;
  text-transform: uppercase;
  color: #d82a35;
  margin-bottom: 20px;
  padding: 0 !important;
  width: 100% !important;
  flex: 1 0 100%;
}
.footer-top .sharethis-inline-follow-buttons .st-btn {
  display: inline-block !important;
}
@media only screen and (max-width: 1024px) {
  .footer-top .footer-top__social {
    grid-area: L2;
  }
}

#block-stickysharetools {
  position: relative;
  z-index: 2;
}
#block-stickysharetools .sharethis-inline-follow-buttons {
  display: flex;
  flex-direction: column;
  text-align: left !important;
  padding: 16px 8px !important;
  align-items: center;
  gap: 16px;
}
#block-stickysharetools .sharethis-inline-follow-buttons .st-left {
  font-family: "interstate";
  font-weight: 600;
  font-size: 14px;
  color: #183059;
  width: 100% !important;
  flex: 1 0 100%;
  margin: 0 !important;
  padding: 0 !important;
}
#block-stickysharetools .sharethis-inline-follow-buttons .st-btn {
  display: inline-flex !important;
  margin: 0 !important;
}
#block-stickysharetools .sharethis-inline-follow-buttons .st-btn:hover {
  top: 0 !important;
}

#block-stickysharetools {
  position: fixed;
  left: 0;
  top: 50%;
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  animation: 1200ms ease-out 0s 1 slideInFromLeft;
}
@media only screen and (max-width: 48rem) {
  #block-stickysharetools {
    display: none !important;
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    box-shadow: none;
  }
  90% {
    transform: translateX(-100%);
    box-shadow: none;
  }
  100% {
    transform: translateX(0);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
header.page-header {
  background-color: white;
}
header.page-header .row {
  max-width: 99rem;
}
header.page-header .header-top {
  padding: 1rem;
  max-width: 100%;
  flex-wrap: nowrap;
}
header.page-header .header-top input {
  margin: 0;
}
header.page-header .header-top > i {
  padding-left: 1rem;
  position: relative;
  z-index: 2;
}
header.page-header .top-bar-section .has-dropdown > a:after {
  border-color: rgb(216, 42, 53) transparent transparent transparent;
}
header.page-header .top-bar-right {
  margin-left: 0px;
  padding-left: 0px;
}
header #block-law-exports-theme-main-menu .is-active {
  font-weight: bold;
}
header .header form {
  display: flex;
  justify-content: center;
}
header .header form .js-form-type-textfield {
  width: 100%;
}
header .header__logo {
  text-align: left;
}
@media only screen and (min-width: 1400px) {
  header .header__logo {
    flex: 1;
  }
}
header .header__actions {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
@media only screen and (min-width: 1400px) {
  header .header__actions {
    flex: 2;
  }
}
header .header__actions__container {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex: 10;
  /*    &__gtranslate {
    position: relative;
    flex: 1;
    align-self: flex-start;
    @media only screen and (max-width: 768px) {
      width: 55px;
      min-width: 50px;
      flex: unset;

    }
    .gtranslate {
      position: absolute;
      top: 12px;
      left: 10px;
      z-index: 2;
      @media only screen and (max-width: 768px) {
        text-align: center;
        justify-content: center;
        display: flex;
        .option {
          a {
            display: flex;
            justify-content: center;
            padding: 3px 0;
          }
        }
      }
    }
  }*/
}
header .header__actions__container__call_us {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-family: "interstate";
  font-size: 12px;
  color: #183059;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  header .header__actions__container__call_us {
    flex: 3;
    font-size: 10px !important;
  }
  header .header__actions__container__call_us a {
    font-size: 10px !important;
  }
}
header .header__actions__container__call_us a {
  font-family: "interstate";
  font-weight: 800;
  font-size: 12px;
  color: #183059;
  color: #d82a35;
}
header .header__actions__container__currency {
  flex: 1;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  header .header__actions__container__currency {
    width: 60px;
    margin: 0 10px;
    padding: 0;
    flex: unset;
  }
}
header .header__actions__container__currency form {
  margin: 0 auto;
  width: 60px;
}
header .header__actions__container__currency form .select-element {
  margin: 0 !important;
}
header .header__actions__container__currency form .select-element i {
  right: 0 !important;
  pointer-events: none;
}
header .header__actions__container__currency form .form-item-currency {
  width: 100%;
  margin: 0;
}
header .header__actions__container__currency form .form-item-currency select {
  background: none;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  header .header__actions__container__currency {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
header .header__actions__container__currency form.law-export-currency-rates-form select {
  border: none;
  width: auto;
  padding: 5px;
  box-shadow: none;
  cursor: pointer;
  margin: 0 auto;
  font-family: "interstate";
  font-size: 12px;
  color: #183059;
  font-weight: 500;
  display: flex;
  align-items: center;
}
header .header__actions__container__currency form.law-export-currency-rates-form select:after {
  content: "▼";
  font-size: 6px;
}
header .header__actions__container__currency form.law-export-currency-rates-form input {
  display: none;
}
header .header__actions__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  header .header__actions__search {
    flex: 1;
  }
}
header .header__actions__search .block--views {
  flex: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  header .header__actions__search .block--views {
    margin: 0 0 0 20px;
  }
}
header .header__actions__search form input[type=text] {
  display: inline-block;
  line-height: 1;
  padding: 0.3rem;
}
header .header__actions__search form input[type=submit] {
  display: none;
}
header .header .fa-search {
  cursor: pointer;
}
header .header__navigation {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1400px) {
  header .header__navigation {
    flex: 4;
  }
}
@media only screen and (max-width: 1400px) {
  header .header__navigation {
    flex: 3;
  }
}
@media only screen and (max-width: 1250px) {
  header .header__navigation {
    flex: 2;
  }
}
header .header__navigation nav {
  flex: 3;
  width: 100%;
}
header .header__navigation section {
  flex: 1;
}
@media only screen and (max-width: 1250px) {
  header .header__navigation .hide-for-small-only > ul > li > a {
    padding: 0 2px;
  }
}
header .header__navigation ul > li ul.menu {
  display: none;
}
header .header__navigation ul > li.is-active ul.menu {
  display: block;
}
header .header__navigation ul.menu {
  justify-content: space-around;
  z-index: 50;
  padding: 0 20px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  header .header__navigation ul.menu {
    padding: 0;
  }
}
header .header__navigation ul.menu.is-dropdown-submenu {
  left: -20px !important;
}
@media only screen and (max-width: 1400px) {
  header .header__navigation ul.menu li a {
    padding: 0.7rem 0rem;
  }
}
header .header__navigation ul.menu li:first-of-type {
  display: none;
}
header .header__navigation ul.menu li i {
  display: none;
}
header .header__navigation ul.menu li.is-dropdown-submenu-parent {
  display: flex;
  position: relative;
  align-items: center;
}
header .header__navigation ul.menu li.is-dropdown-submenu-parent a:after {
  display: none;
}
header .header__navigation ul.menu li.is-dropdown-submenu-parent i {
  color: #d82a35;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  pointer-events: none;
  top: 0;
  height: 100%;
}
header .header__navigation ul.menu li.is-dropdown-submenu-parent i:before {
  content: "\f078";
}
header .header__navigation ul.menu li a {
  font-family: "interstate";
  font-weight: 300;
  font-size: 12px;
  color: #183059;
  text-align: left;
  text-transform: uppercase;
}

.header-bottom {
  background-color: #183059;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.header-bottom > * + * {
  margin-left: 1rem;
}
.header-bottom h3 {
  font-family: "interstate";
  font-size: 22px;
  color: #183059;
  font-weight: 500;
  color: #fff;
}

.header-banner .highlight-region {
  position: relative;
  padding: 4rem;
}
.header-banner .highlight-region .highlight-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .header-banner .highlight-region .highlight-image h2 {
    font-size: 1.6rem !important;
  }
}
.header-banner .highlight-region .highlight-card {
  border-top: 4px solid red;
  border-radius: 3px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 2rem;
  font-weight: bold;
  position: relative;
  max-width: 24rem;
  margin-left: 15vw;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 0;
}
.header-banner .highlight-region .highlight-card input, .header-banner .highlight-region .highlight-card h2 {
  font-weight: bold;
}
.header-banner .highlight-region .highlight-card input {
  margin: 0;
}
.header-banner .highlight-region .highlight-card form {
  width: 280px;
}
.header-banner .highlight-region .highlight-card h2 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.header-banner .highlight-region .highlight-card label:after {
  display: none;
}
.header-banner .highlight-region .highlight-card select {
  font-family: "interstate";
  font-size: 14px;
  color: #183059;
  font-weight: 500;
}
.header-banner .highlight-region .highlight-card input.button {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 48rem) {
  header.page-header .top-bar-left {
    display: none;
  }
  .header-bottom {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 48rem) {
  .header-banner .highlight-region {
    padding: 0;
  }
  .header-banner .highlight-region .highlight-image {
    height: 20rem;
    position: relative;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 768px) {
  .header-banner .highlight-region .highlight-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 1024px) {
  .header-banner .highlight-region .highlight-image {
    background-position: 90% 100%;
    height: 18rem;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 768px) {
  .header-banner .highlight-region .highlight-image {
    height: 15rem;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 480px) {
  .header-banner .highlight-region .highlight-image {
    background-position: 85% 100%;
  }
}
@media only screen and (max-width: 48rem) {
  .header-banner .highlight-region .highlight-image h2 {
    font-family: "interstate";
    font-weight: 800;
    font-size: 1.8rem;
    color: #183059;
  }
  .header-banner .highlight-region .highlight-image h2 a {
    text-transform: uppercase;
    color: #ffffff;
  }
}
@media only screen and (max-width: 48rem) {
  .header-banner .highlight-region .highlight-card {
    padding: 2rem 3rem;
    margin-left: 0;
    max-width: 100%;
    box-shadow: none;
  }
  .header-banner .highlight-region .highlight-card h2 {
    position: absolute;
    top: 0;
    transform: translateY(-4rem);
    color: white;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 1024px) {
  .header-banner .highlight-region .highlight-card h2 {
    width: 100%;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 48rem) and (max-width: 768px) {
  .header-banner .highlight-region .highlight-card h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 48rem) {
  .header-banner .highlight-region .highlight-card form {
    width: 100%;
  }
}
@media only screen and (max-width: 72rem) {
  header.page-header .header-top .header__actions__container {
    float: none;
    flex: 1;
  }
  header.page-header .header-top .header__actions__container .cell {
    width: 100%;
    flex: 2;
  }
  header.page-header .header-top .header__actions__container__currency, header.page-header .header-top .header__actions__container__number {
    flex: 1;
  }
  header.page-header .header-top .header__actions__container__number a {
    font-family: "interstate";
    font-size: 12px;
    color: #183059;
    font-weight: 500;
    color: #D82A35;
    text-decoration: underline;
    transition: font-weight 160ms ease;
    text-transform: uppercase;
    text-decoration: none;
  }
  header.page-header .header-top .header__actions__container__number a:hover, header.page-header .header-top .header__actions__container__number a:focus {
    font-weight: bold;
    color: #D82A35;
  }
}
.l-header-banner {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 118%;
  overflow: hidden;
}
@media screen and (min-width: 620px) {
  .l-header-banner {
    padding-top: 26%;
  }
}
.l-header-banner > * {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

footer .footer-top {
  padding: 60px;
  background-color: #122648;
  display: grid;
  grid-template-areas: "L L QL IN X X AC AC";
  grid-template-columns: repeat(8, 1fr);
}
footer .footer-top .prices-terms-and-conditions {
  color: #fff;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1300px) {
  footer .footer-top {
    grid-template-areas: "L L QL IN X AC AC AC";
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-top {
    grid-template-areas: "L L QL QL IN IN AC AC AC AC" "L2 L2 QL QL IN IN AC AC AC AC";
    grid-template-columns: repeat(10, 1fr);
  }
  .footer-top .footer-top__social {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
footer .footer-top__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: L;
}
footer .footer-top__logo a {
  display: block;
  padding: 0 15px;
}
footer .footer-top__quick-links {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: QL;
}
footer .footer-top__information h2, footer .footer-top__quick-links h2 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 14px;
  color: #183059;
  text-transform: uppercase;
  color: #d82a35;
  margin-bottom: 20px;
}
footer .footer-top__information ul.menu, footer .footer-top__quick-links ul.menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-top__information ul.menu li, footer .footer-top__quick-links ul.menu li {
  padding: 0;
  margin-bottom: 20px;
}
footer .footer-top__information ul.menu li a, footer .footer-top__quick-links ul.menu li a {
  padding: 0;
  font-family: "interstate";
  font-size: 14px;
  color: #183059;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-top__information {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: IN;
}
footer .footer-top__actions {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-area: AC;
}
@media only screen and (max-width: 1024px){
  footer .footer-top__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  footer .footer-top__quick-links {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  footer .footer-top__information {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
  footer .footer-top__actions {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
  }
}
@media only screen and (max-width: 1300px){
  footer .footer-top__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  footer .footer-top__quick-links {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  footer .footer-top__information {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  footer .footer-top__actions {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
  }
}
footer .footer-top__actions h4 {
  font-family: "interstate";
  font-size: 14px;
  color: #183059;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
footer .footer-top__actions h3 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 14px;
  color: #183059;
  color: #d82a35;
  margin-bottom: 15px;
}
footer .footer-top__actions__signup {
  margin-bottom: 30px;
}
footer .footer-top__actions__signup .block--law-export-signup {
  display: flex;
}
footer .footer-top__actions__signup .block--law-export-signup > p {
  display: none;
}
footer .footer-top__actions__signup .block--law-export-signup input {
  margin: 0;
  border: none;
}
footer .footer-top__actions__selectors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footer-top__actions__selectors h3 {
  width: 100%;
}
footer .footer-top__actions__selectors > div {
  flex: 1;
}
footer .footer-top__actions__selectors_language {
  margin-right: 20px;
}
footer .footer-top__actions__selectors_language .switcher i {
  display: none;
}
footer .footer-top__actions__selectors_currency form .form-submit {
  display: none;
}
footer .footer-top__actions__selectors_currency form .select-element {
  overflow: hidden;
  margin: 0;
  font-family: "interstate";
  font-weight: 800;
  font-size: 12px;
  color: #183059;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  footer .footer-top__actions__selectors_currency form .select-element {
    justify-content: center;
  }
}
footer .footer-top__actions__selectors_currency form .select-element select {
  max-width: 150px;
}
footer .footer-top__actions__selectors_currency form .select-element i {
  display: none;
}
footer .footer-bottom {
  background-color: #183059;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom {
    background-color: #122648;
  }
}
footer .footer-bottom > * {
  flex: 1;
}
footer .footer-bottom h4 {
  font-family: "interstate";
  font-size: 12px;
  color: #183059;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
footer .footer-bottom__links ul.menu {
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  footer .footer-bottom__links ul.menu {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 380px) {
  footer .footer-bottom__links ul.menu {
    justify-content: center;
  }
}
footer .footer-bottom__links ul.menu a {
  font-family: "interstate";
  font-size: 12px;
  color: #183059;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
footer .footer-bottom__social {
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  footer .footer-bottom__social {
    display: none;
  }
}
footer .footer-bottom__social a {
  margin-left: 15px;
}

nav details > summary {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 48rem) {
  footer .footer-top {
    padding: 2rem 1rem;
    text-align: center;
    grid-gap: 2rem;
    grid-template: "L" "L2" "QL" "IN" "X" "AC"/1fr;
  }
  footer .footer-top h2,
footer .footer-top h3,
footer .footer-top h4 {
    text-align: left !important;
    margin-bottom: 10px !important;
  }
  footer .footer-top ul.menu li:last-child {
    margin-bottom: 0 !important;
  }
  footer .footer-top form .form-item.js-form-type-select .select-element {
    justify-content: flex-start !important;
  }
  footer .footer-bottom {
    box-shadow: 0 0 0 1rem #122648;
    margin: 0 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    flex-direction: column;
  }
  footer .footer-bottom > * + * {
    margin-top: 0.5rem;
  }
  footer .footer-bottom h4,
footer .footer-bottom ul li a[href] {
    color: rgba(255, 255, 255, 0.5);
  }
  .footer-top .footer-top__social {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  footer .footer-top__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  footer .footer-top__quick-links {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  footer .footer-top__information {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  footer .footer-top__actions {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

body.adminimal-admin-toolbar aside[data-off-canvas].off-canvas.left-off-canvas-menu {
  padding-top: 40px;
}

aside[data-off-canvas].off-canvas.left-off-canvas-menu {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100vh;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu .left-off-canvas-menu__header {
  flex: 0 0 68px;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu .left-off-canvas-menu__content {
  flex: 1 1 auto;
  display: flex;
  width: 100%;
  flex-direction: column;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu .left-off-canvas-menu__search {
  flex: 0 0 64px;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu header {
  padding: 1rem;
  display: flex;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu header section {
  flex: 1 1 auto;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu header > i {
  flex: 0 0 32px;
  color: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav {
  padding: 0;
  /*TODO: see if we can move the scroll/height rules up the DOM
    without triggering passive scroll errors
   */
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav i {
  color: #d82a35;
  padding-right: 1rem;
  font-size: 1rem;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav a + summary,
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav a + a,
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav summary + a {
  border-bottom: 2px solid gainsboro;
  display: flex;
  justify-content: space-between;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav a + summary span,
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav a + a span,
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav summary + a span {
  flex: 1;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav a,
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav summary span {
  text-transform: uppercase;
  padding: 0.5rem;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: bold;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav a {
  width: 100%;
  padding: 1.5rem 0;
  padding-left: 1.5rem;
  border-bottom: 2px solid gainsboro;
  transition: box-shadow 250ms ease;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav a:hover {
  box-shadow: inset 0 -4px 0 0 #f8f9fa;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav a:after {
  content: ">";
  float: right;
  padding: 0 1.5rem;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav summary {
  padding: 0 1.5rem;
  list-style: none;
  border-bottom: 2px solid gainsboro;
  display: block;
  justify-content: space-between;
  position: relative;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav summary span {
  flex: 1;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav summary:after {
  content: ">";
  float: right;
  font-weight: 500;
  top: 20px;
  position: relative;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav summary span {
  width: calc(100% - 5rem);
  padding: 1.5rem 0;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu nav details a {
  background-color: whitesmoke;
  padding-left: 4rem;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text] {
  border: none;
  position: sticky;
  top: calc(100% - 4rem);
  box-shadow: none;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu input[type=text] + span {
  padding: 0 1rem;
  color: white;
  display: flex;
  align-items: center;
}
aside[data-off-canvas].off-canvas.left-off-canvas-menu .side-menu-search {
  display: flex;
  background-color: #213e6e;
}
aside[data-off-canvas] button.button_full-width {
  background-color: #183059;
}

aside.off-canvas #sidebar-first .inner-sidebar {
  background-color: #F8F9FA;
}
aside.off-canvas #sidebar-first .inner-sidebar form {
  padding: 1rem;
}

#sidebar-first .inner-sidebar {
  background-color: #F8F9FA;
}
#sidebar-first .inner-sidebar form {
  padding: 2rem 2rem 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  #sidebar-first .inner-sidebar form {
    overflow-y: scroll;
    height: 90vh;
    padding: 2rem 2rem 4rem 2rem;
  }
}
#sidebar-first .inner-sidebar form .fieldset-wrapper {
  margin-bottom: 1rem;
}

form h4.mandatory {
  text-align: left;
  font-family: "interstate";
  font-weight: 300;
  font-size: 12px;
  color: #183059;
  color: #ccc;
  margin-bottom: 5px;
}
form .checkboxes--wrapper {
  margin-top: 20px;
}
form .checkboxes--wrapper span {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
}
form #edit-processed-text ul {
  list-style: none;
}
form .js-form-type-checkbox p.required-form,
form .checkboxes--wrapper p.required-form {
  top: 0;
}
form p.required-form {
  font-size: 12px;
  color: #ef3642;
  position: relative;
  top: -15px;
  margin: 0;
}
form .webform-telephone--wrapper .fieldset-wrapper {
  display: flex;
}
form .webform-telephone--wrapper .fieldset-wrapper .form-item-telephone-type {
  flex: 1;
}
form .webform-telephone--wrapper .fieldset-wrapper .form-item-telephone-phone {
  flex: 8;
  margin-left: 20px;
}
form .required-wrapper .form-item label:after,
form .required-wrapper .form-item span.fieldset-legend:after {
  content: "*";
  color: #ef3642;
}
form .form-item label,
form .form-item span.fieldset-legend {
  font-family: "interstate";
  font-size: 14px;
  color: #183059;
  font-weight: 500;
  margin-bottom: 0;
}
form .form-item label:after,
form .form-item span.fieldset-legend:after {
  content: "(Optional)";
  color: #cccccc;
  padding-left: 5px;
}
form .form-item label.form-required:after,
form .form-item span.fieldset-legend.form-required:after {
  content: "";
  color: #ef3642;
}
form .form-item.js-form-type-select .select-element {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
form .form-item.js-form-type-select .select-element select {
  margin: 0;
}
form .form-item.js-form-type-select .select-element i {
  position: absolute;
  right: 15px;
  color: #d82a35;
  font-size: 12px;
  pointer-events: none;
}
form .form-item select {
  font-family: "interstate";
  font-size: 14px;
  color: #183059;
  font-weight: 500;
  border-radius: 2px;
  background: #fcfdfd;
  border: 1px solid #c4c4c4;
  min-height: 48px;
}
form .form-item textarea {
  font-family: "interstate";
  font-size: 14px;
  color: #183059;
  font-weight: 500;
  border-radius: 2px;
  background: #fcfdfd;
  border: 1px solid #c4c4c4;
  min-height: 48px;
}
form .form-item input.field-text,
form .form-item input.form-text,
form .form-item input.form-email,
form .form-item input.form-number {
  font-family: "interstate";
  font-size: 14px;
  color: #183059;
  font-weight: 500;
  border-radius: 2px;
  background: #fcfdfd;
  border: 1px solid #c4c4c4;
  min-height: 48px;
}
form .form-item.form-item-currency:after {
  top: calc(100% + 4px);
}
form .form-item.form-item-i-agree-to-terms-and-conditions {
  margin-top: 20px;
}
form .js-form-type-textarea {
  position: relative;
}
form .js-form-type-textarea > div {
  position: relative;
}
form .js-form-type-textarea textarea {
  width: 100%;
}
form .js-form-type-textarea .text-count-message {
  display: none !important;
}
form .js-form-type-textarea .char-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #C4C4C4;
  font-family: monospace;
}
form .js-form-type-checkbox input[type=checkbox] {
  display: none;
}
form .js-form-type-checkbox input[type=checkbox] + label::after {
  content: none;
}
form .js-form-type-checkbox input[type=checkbox]:checked + label:after {
  content: "";
}
form .js-form-type-checkbox input[type=checkbox]:checked + label:before {
  border: 1px solid #D82A35;
}
form .js-form-type-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 2px;
  font-family: "interstate";
  font-weight: 300;
  font-size: 16px;
  color: #183059;
}
form .js-form-type-checkbox label a {
  font-family: "interstate";
  font-size: 16px;
  color: #183059;
  font-weight: 500;
  color: #D82A35;
  text-decoration: underline;
  transition: font-weight 160ms ease;
}
form .js-form-type-checkbox label a:hover, form .js-form-type-checkbox label a:focus {
  font-weight: bold;
  color: #D82A35;
}
form .js-form-type-checkbox label:before, form .js-form-type-checkbox label:after {
  position: absolute;
  content: "";
  display: inline-block;
}
form .js-form-type-checkbox label:before {
  height: 21px;
  width: 21px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e8e8e8;
  left: 0px;
  top: 3px;
  transition: 0.2s;
}
form .js-form-type-checkbox label:after {
  height: 6px;
  width: 13px;
  border-left: 2px solid #D82A35;
  border-bottom: 2px solid #D82A35;
  color: #D82A35;
  transform: rotate(-45deg);
  left: 4.5px;
  top: 10.5px;
}
form .form-actions {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
form .form-actions input.button.webform-button--submit, form .form-actions input.button.submit-whats-app, form .form-actions input.button.submit-emails-form, form .form-actions input.button.form-submit {
  margin: 0;
  color: #ffffff;
}
form .error {
  border: 1px solid red !important;
}

@media only screen and (max-width: 768px) {
  .reveal {
    padding: 0;
  }
}

.law-export-modal__logo-image {
  display: flex;
  justify-content: center;
  margin: 20px 0 30px 0;
}
.law-export-modal__content {
  padding: 40px;
}
.law-export-modal__content h2, .law-export-modal__content h3, .law-export-modal__content h4 {
  font-family: "interstate";
  font-weight: 800;
  font-size: 22px;
  color: #183059;
  text-align: center;
}
.law-export-modal__content h2 {
  text-align: center;
  border-top: 1px solid #7594C9;
  border-bottom: 1px solid #7594C9;
  padding: 15px 0;
  text-transform: uppercase;
  width: 100%;
}
.law-export-modal__content__inner {
  margin-top: 40px;
}

.webform-submission-form .js-form-type-textarea {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.form-item-telephone .intl-tel-input {
  width: 100%;
}
.form-item-telephone .intl-tel-input .country-list.dropup {
  min-width: 260px;
}

.path-search main {
  min-height: 75vh;
}
.path-search main .block--views {
  margin-bottom: 2rem;
}
.path-search main .block--views form {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.path-search main .block--views form > div.form-item {
  width: 50%;
}
.path-search main .block--views form input.form-text {
  min-height: 0;
  margin: 0;
}
.path-search main .block--views form .form-actions {
  margin: 0 0 0 20px;
}

nav.pager li.pager__item {
  padding: 2px 4px !important;
  border-radius: 5px;
}
nav.pager li.pager__item.current {
  background: #183059;
}
nav.pager li.pager__item.current a {
  color: #ffffff;
}
nav.pager li.pager__item:hover, nav.pager li.pager__item:focus {
  background: #183059;
}
nav.pager li.pager__item:hover a, nav.pager li.pager__item:focus a {
  color: #ffffff;
  background: none;
}

.row {
  margin: 0 auto;
}

[id|=gtranslate] {
  width: 10rem;
}

#simpleswipe a {
  display: block;
  max-width: 20rem;
}

.slick-slide {
  padding: 1rem;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slick-slide .vehicle-teaser {
  width: 100%;
}

.fa-whatsapp {
  color: #25D366 !important;
}

button.slick-arrow {
  background-color: #bbc4d2;
  border-radius: 50%;
}
button.slick-arrow:hover, button.slick-arrow:focus {
  background-color: #213e6e;
}

.js-pager {
  padding-top: 4rem;
  list-style: none;
}

main select#sort-selection {
  max-width: 16rem;
  margin-left: auto;
  display: block;
}

nav #block-law-exports-theme-main-menu .hide-for-large {
  overflow: scroll;
  max-height: 63vh;
}

section #block-law-exports-theme-exposedformvehiclespage-1 {
  overflow: scroll;
  max-height: 56vh;
}

.ajax-progress.ajax-progress-fullscreen {
  background-color: transparent;
  background-image: url("/themes/custom/law_exports_theme/images/icons/loader-brand.svg");
  display: block;
  width: 8rem;
  height: 8rem;
  transform: translateX(-50%);
  z-index: 9999;
}
.ajax-progress.ajax-progress-fullscreen:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  width: 150vw;
  height: 150vh;
  transform: translate(-75vw, -75vh);
  pointer-events: none;
}

.fas, .fa {
  font-family: "Font Awesome 5 Pro", "interstate" !important;
}

.fa {
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  #left-off-canvas-menu,
#right-off-canvas-menu-filter {
    display: none;
  }
}

img[src="/themes/custom/law_exports_theme/logo.svg"] {
  max-width: 200px;
  width: 100%;
}

footer img[src="/themes/custom/law_exports_theme/logo_white.svg"] {
  max-width: 250px;
  width: 100%;
}

.lum-lightbox {
  z-index: 999;
}
.lum-img {
  max-width: 100% !important;
  max-height: 100% !important;
}

*[hidden] {
  display: none !important;
}

body {
  margin-left: 0 !important;
}

.background-gray {
  background-color: #F8F9FA;
}

.main-content .view-mode-full {
  display: grid;
  grid-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .main-content .view-mode-full {
    grid-gap: 30px;
  }
}

.path-user main > section {
  padding: 6rem;
}
@media only screen and (max-width: 768px) {
  .path-user main > section {
    padding: 3rem;
  }
}

body {
  color: #183059;
}
body input {
  border-radius: 4px;
}

article, .paragraph, section {
  overflow: hidden;
}
article.gutter-xsmall, .paragraph.gutter-xsmall, section.gutter-xsmall {
  padding: 1rem;
}
article.gutter-small, .paragraph.gutter-small, section.gutter-small {
  padding: 1rem;
}
@media only screen and (min-width: 48rem) {
  article.gutter-small, .paragraph.gutter-small, section.gutter-small {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 768px) {
  article.gutter-small, .paragraph.gutter-small, section.gutter-small {
    padding: 30px;
  }
}
article.gutter-medium, .paragraph.gutter-medium, section.gutter-medium {
  padding: 2rem 5rem;
}
@media only screen and (max-width: 768px) {
  article.gutter-medium, .paragraph.gutter-medium, section.gutter-medium {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  article.gutter-medium, .paragraph.gutter-medium, section.gutter-medium {
    padding: 15px;
  }
}
article.gutter-large, .paragraph.gutter-large, section.gutter-large {
  padding: 3rem 8rem;
}
@media only screen and (max-width: 1400px) {
  article.gutter-large, .paragraph.gutter-large, section.gutter-large {
    padding: 3rem 6rem;
  }
}
@media only screen and (max-width: 1300px) {
  article.gutter-large, .paragraph.gutter-large, section.gutter-large {
    padding: 3rem 4rem;
  }
}
@media only screen and (max-width: 1200px) {
  article.gutter-large, .paragraph.gutter-large, section.gutter-large {
    padding: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  article.gutter-large, .paragraph.gutter-large, section.gutter-large {
    padding: 30px;
  }
}

#main {
  display: inline-block;
  padding: 0;
}

#main-menu > div > ul {
  width: 40rem;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
#main-menu > div > ul li a {
  font-weight: normal;
  padding: 0;
  transition: box-shadow 160ms ease;
}
#main-menu > div > ul li a:hover {
  box-shadow: 0 3px 0 0;
}

.flex-direction-nav li a {
  height: 50px;
}

.region-highlighted {
  border: none;
  margin: 0;
}

.main-content-row {
  background-color: #FFFFFF;
}

.main-content-row {
  max-width: 80rem;
  background-color: #FFFFFF;
}

.field-node--field-details .field-item {
  overflow: hidden;
}

.left-arrow {
  margin-left: 20px;
}

.left-arrow:before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url(/themes/custom/foundation_subtheme/images/left-arrow.svg);
  background-size: cover;
  width: 15px;
  height: 10px;
  top: 6px;
}

.flex-control-paging {
  display: none;
}

.social-popup {
  display: flex;
  border: 2px solid;
  border-radius: 1rem;
  padding: 1rem;
  background-color: white;
}
.social-popup > i {
  font-size: 3rem;
}
.social-popup > i:hover {
  color: brown;
}
.social-popup > i + i {
  margin-left: 1rem;
}

.section-sell-your-vehicle .js-form-type-textfield, .section-sell-your-vehicle .js-form-type-textarea, .section-sell-your-vehicle .js-form-type-select, .section-sell-your-vehicle .js-form-type-managed-file {
  margin-left: auto;
  margin-right: auto;
}
.section-sell-your-vehicle .button, .section-sell-your-vehicle button.button_full-width {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 4px;
  font-weight: 600;
}

/*
.browser-edge,
.browser-ie {
  .gtranslate {
    .switcher {
      width: 80px;
      .option {
        width: 80px;
      }
    }
  }
}
*/
.browser-ie .home-banner__inner {
  flex-basis: 1280px;
}
.browser-ie .paragraph--search-by-type .search-by-type,
.browser-ie .paragraph--search-by-manufacturer .search-by-type {
  display: flex;
}
.browser-ie .paragraph--search-by-type .search-by-type .search-type-item,
.browser-ie .paragraph--search-by-manufacturer .search-by-type .search-type-item {
  flex: 1 1 auto;
}
.browser-ie .footer-top {
  display: flex;
  justify-content: space-between;
}
.browser-ie form .form-item.js-form-type-select .select-element i {
  bottom: 17px;
}
.browser-ie .paragraph--stock-updates > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.browser-ie .paragraph--stock-updates > div .text-center {
  width: 100%;
}
.browser-ie .paragraph--stock-updates > div .js-form-type-textfield {
  width: 74%;
}
.browser-ie .paragraph--stock-updates > div .button, .browser-ie .paragraph--stock-updates > div button.button_full-width {
  width: 25%;
}
.browser-ie .stock-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.browser-ie .stock-list a {
  width: 24%;
  min-width: 24%;
  margin: 0;
  margin-bottom: 20px;
}
.browser-ie .stock-list a .vehicle-teaser__card {
  display: block;
}
.browser-ie .stock-list a .vehicle-teaser__card__content {
  display: block;
}
.browser-ie .paragraph--type--our-services .field-name-field-service-items > .field-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.browser-ie .paragraph--type--our-services .field-name-field-service-items > .field-items .field-item {
  width: 49%;
}
.browser-ie .paragraph--type--image-left-text-right {
  margin-bottom: 40px;
}
.browser-ie .paragraph--type--image-left-text-right .image-and-content-cta__content {
  align-items: stretch;
  text-align: center;
}
.browser-ie.section-contact-us .paragraph--type--body {
  margin: 20px 0;
}
.browser-ie .vehicle-landing-page__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.browser-ie .vehicle-landing-page__container .vehicle-landing-page__container__header {
  width: 100%;
}
.browser-ie .vehicle-landing-page__container .vehicle-landing-page__container__details__images {
  flex: auto;
  width: 49%;
}
.browser-ie .vehicle-landing-page__container .vehicle-landing-page__container__details {
  width: 49%;
}
.browser-ie .vehicle-landing-page__container .vehicle-landing-page__container__footer {
  width: 100%;
}
.browser-ie .vehicle-search-index {
  width: 100%;
  /*.vehicle-search-index__card__footer__extra-images {
    width: 55%;
  }*/
  /*.vehicle-search-index__card__footer__extra-images__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    & > * {
      width: 24%;
    }
  }*/
}
.browser-ie .vehicle-search-index .vehicle-search-index__card {
  width: 100%;
  height: 100%;
  /*.vehicle-search-index__card__footer__extra-images__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    & > div {
      margin-right: 5px;
    }
  }*/
}
.browser-ie .vehicle-search-index .vehicle-search-index__card .vehicle-search-index__card__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.browser-ie .vehicle-search-index .vehicle-search-index__card__content__image {
  position: absolute;
  width: 45%;
}
.browser-ie .vehicle-search-index .vehicle-search-index__card__content__image a {
  width: 100%;
}
.browser-ie .vehicle-search-index .vehicle-search-index__card__content__title {
  padding-left: 45%;
  width: 100%;
}
.browser-ie .vehicle-search-index .vehicle-search-index__card__content__information {
  padding-left: 45%;
  width: 100%;
}
.browser-ie .vehicle-search-index .vehicle-search-index__card__footer__read-more {
  padding-left: 45%;
  width: 100%;
}
