﻿@charset "UTF-8";
/* 3rd Party */ /** ==|== Responsive =============================================================
	Author: James Jackson-South
	twitter : http://twitter.com/James_M_South
	github : https://github.com/ResponsiveBP/Responsive
	Copyright (c),  James Jackson-South.
	Licensed under the MIT License.
	============================================================================== */
/*! Responsive v4.1.3 | MIT License | responsivebp.com */
/*! normalize.css v3.0.3 | MIT License | git.io/normalize */
@import url(fonts/Multicolore.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

@supports (text-decoration: dotted underline) {
  abbr[title], acronym[title] {
    text-decoration: dotted underline;
    border-bottom: none;
  }
}
b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.375rem;
}

sub {
  bottom: -0.1875rem;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1rem 2.5rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-overflow-scrolling: touch;
  color: #222;
  font-size: 100%;
  line-height: 1.4;
  box-sizing: border-box;
}

*, :before, :after {
  box-sizing: inherit;
}

:focus {
  outline: 1px solid #3b99fc;
}

button:focus, input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: -1px;
}

[tabindex="-1"]:focus {
  outline: none;
}

_::-ms-reveal,
body:not([tabindex]):focus,
div:not([tabindex]):focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  page-break-after: avoid;
}

h1 {
  font-size: 2rem;
  margin: 1.34rem 0;
}

h2 {
  font-size: 1.5rem;
  margin: 1.245rem 0;
}

h3 {
  font-size: 1.17rem;
  margin: 1.17rem 0;
}

h4 {
  font-size: 1rem;
  margin: 1.33rem 0;
}

h5 {
  font-size: 0.83rem;
  margin: 1.386rem 0;
}

h6 {
  font-size: 0.67rem;
  margin: 1.561rem 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c0c0c0;
  margin: 1rem 0;
  padding: 0;
}

.container, .modal-ajax.container,
.modal-iframe,
.modal-ajax.modal-iframe,
.container-full {
  margin: 0 auto;
}
.container.fixed,
.fixed.modal-iframe, .fixed .container,
.fixed .modal-iframe,
.container-full.fixed,
.fixed .container-full {
  width: 100%;
}

.container-full {
  overflow-x: hidden;
}

.container, .modal-ajax.container,
.modal-iframe,
.modal-ajax.modal-iframe {
  max-width: 1140px;
  width: calc(100% - 20px);
}
.container.fixed,
.fixed.modal-iframe, .fixed .container,
.fixed .modal-iframe {
  width: 1140px;
}

.row,
[class*=block-row-] {
  margin: 0 -10px;
}

.no-gutter {
  margin: 0;
}

[class*=block-row-] {
  display: block;
  padding: 0;
  list-style: none;
}

[class*=col-],
[class*=block-row-] > * {
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  background-clip: padding-box;
}
[dir=rtl] [class*=col-],
[dir=rtl] [class*=block-row-] > * {
  float: right;
}

[class*=col-][class*=offset], [class*=col-][class*=push], [class*=col-][class*=pull] {
  position: relative;
}

[class*=block-row-].no-gutter > *,
.no-gutter > [class*=col-] {
  border: none;
  background-clip: border-box;
}

.equal-height {
  display: table;
  table-layout: fixed;
  height: 1px;
  width: calc(100% + 20px);
}
.equal-height.no-gutter {
  width: 100%;
}
.equal-height:before {
  display: none !important;
}

.equal-height > [class*=col-] {
  float: none;
  vertical-align: top;
}

.col-xxs-1 {
  width: 8.3333333333%;
}

.offset-xxs-1,
.push-xxs-1 {
  left: 8.3333333333%;
}
[dir=rtl] .offset-xxs-1,
[dir=rtl] .push-xxs-1 {
  left: auto;
  right: 8.3333333333%;
}

.pull-xxs-1 {
  right: 8.3333333333%;
}
[dir=rtl] .pull-xxs-1 {
  right: auto;
  left: 8.3333333333%;
}

.col-xxs-2 {
  width: 16.6666666667%;
}

.offset-xxs-2,
.push-xxs-2 {
  left: 16.6666666667%;
}
[dir=rtl] .offset-xxs-2,
[dir=rtl] .push-xxs-2 {
  left: auto;
  right: 16.6666666667%;
}

.pull-xxs-2 {
  right: 16.6666666667%;
}
[dir=rtl] .pull-xxs-2 {
  right: auto;
  left: 16.6666666667%;
}

.col-xxs-3 {
  width: 25%;
}

.offset-xxs-3,
.push-xxs-3 {
  left: 25%;
}
[dir=rtl] .offset-xxs-3,
[dir=rtl] .push-xxs-3 {
  left: auto;
  right: 25%;
}

.pull-xxs-3 {
  right: 25%;
}
[dir=rtl] .pull-xxs-3 {
  right: auto;
  left: 25%;
}

.col-xxs-4 {
  width: 33.3333333333%;
}

.offset-xxs-4,
.push-xxs-4 {
  left: 33.3333333333%;
}
[dir=rtl] .offset-xxs-4,
[dir=rtl] .push-xxs-4 {
  left: auto;
  right: 33.3333333333%;
}

.pull-xxs-4 {
  right: 33.3333333333%;
}
[dir=rtl] .pull-xxs-4 {
  right: auto;
  left: 33.3333333333%;
}

.col-xxs-5 {
  width: 41.6666666667%;
}

.offset-xxs-5,
.push-xxs-5 {
  left: 41.6666666667%;
}
[dir=rtl] .offset-xxs-5,
[dir=rtl] .push-xxs-5 {
  left: auto;
  right: 41.6666666667%;
}

.pull-xxs-5 {
  right: 41.6666666667%;
}
[dir=rtl] .pull-xxs-5 {
  right: auto;
  left: 41.6666666667%;
}

.col-xxs-6 {
  width: 50%;
}

.offset-xxs-6,
.push-xxs-6 {
  left: 50%;
}
[dir=rtl] .offset-xxs-6,
[dir=rtl] .push-xxs-6 {
  left: auto;
  right: 50%;
}

.pull-xxs-6 {
  right: 50%;
}
[dir=rtl] .pull-xxs-6 {
  right: auto;
  left: 50%;
}

.col-xxs-7 {
  width: 58.3333333333%;
}

.offset-xxs-7,
.push-xxs-7 {
  left: 58.3333333333%;
}
[dir=rtl] .offset-xxs-7,
[dir=rtl] .push-xxs-7 {
  left: auto;
  right: 58.3333333333%;
}

.pull-xxs-7 {
  right: 58.3333333333%;
}
[dir=rtl] .pull-xxs-7 {
  right: auto;
  left: 58.3333333333%;
}

.col-xxs-8 {
  width: 66.6666666667%;
}

.offset-xxs-8,
.push-xxs-8 {
  left: 66.6666666667%;
}
[dir=rtl] .offset-xxs-8,
[dir=rtl] .push-xxs-8 {
  left: auto;
  right: 66.6666666667%;
}

.pull-xxs-8 {
  right: 66.6666666667%;
}
[dir=rtl] .pull-xxs-8 {
  right: auto;
  left: 66.6666666667%;
}

.col-xxs-9 {
  width: 75%;
}

.offset-xxs-9,
.push-xxs-9 {
  left: 75%;
}
[dir=rtl] .offset-xxs-9,
[dir=rtl] .push-xxs-9 {
  left: auto;
  right: 75%;
}

.pull-xxs-9 {
  right: 75%;
}
[dir=rtl] .pull-xxs-9 {
  right: auto;
  left: 75%;
}

.col-xxs-10 {
  width: 83.3333333333%;
}

.offset-xxs-10,
.push-xxs-10 {
  left: 83.3333333333%;
}
[dir=rtl] .offset-xxs-10,
[dir=rtl] .push-xxs-10 {
  left: auto;
  right: 83.3333333333%;
}

.pull-xxs-10 {
  right: 83.3333333333%;
}
[dir=rtl] .pull-xxs-10 {
  right: auto;
  left: 83.3333333333%;
}

.col-xxs-11 {
  width: 91.6666666667%;
}

.offset-xxs-11,
.push-xxs-11 {
  left: 91.6666666667%;
}
[dir=rtl] .offset-xxs-11,
[dir=rtl] .push-xxs-11 {
  left: auto;
  right: 91.6666666667%;
}

.pull-xxs-11 {
  right: 91.6666666667%;
}
[dir=rtl] .pull-xxs-11 {
  right: auto;
  left: 91.6666666667%;
}

.col-xxs-12 {
  width: 100%;
}

.offset-xxs-12,
.push-xxs-12 {
  left: 100%;
}
[dir=rtl] .offset-xxs-12,
[dir=rtl] .push-xxs-12 {
  left: auto;
  right: 100%;
}

.pull-xxs-12 {
  right: 100%;
}
[dir=rtl] .pull-xxs-12 {
  right: auto;
  left: 100%;
}

.equal-height > [class*=col-xxs] {
  display: table-cell;
  height: 100%;
}

.equal-height > .col-xxs-12 {
  display: table-caption;
  height: auto;
}

.block-row-xxs-1 > * {
  width: 100%;
}
.block-row-xxs-1 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-1 > :nth-of-type(1n+1) {
  clear: both;
}

.block-row-xxs-2 > * {
  width: 50%;
}
.block-row-xxs-2 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-2 > :nth-of-type(2n+1) {
  clear: both;
}

.block-row-xxs-3 > * {
  width: 33.3333333333%;
}
.block-row-xxs-3 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-3 > :nth-of-type(3n+1) {
  clear: both;
}

.block-row-xxs-4 > * {
  width: 25%;
}
.block-row-xxs-4 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-4 > :nth-of-type(4n+1) {
  clear: both;
}

.block-row-xxs-5 > * {
  width: 20%;
}
.block-row-xxs-5 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-5 > :nth-of-type(5n+1) {
  clear: both;
}

.block-row-xxs-6 > * {
  width: 16.6666666667%;
}
.block-row-xxs-6 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-6 > :nth-of-type(6n+1) {
  clear: both;
}

.block-row-xxs-7 > * {
  width: 14.2857142857%;
}
.block-row-xxs-7 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-7 > :nth-of-type(7n+1) {
  clear: both;
}

.block-row-xxs-8 > * {
  width: 12.5%;
}
.block-row-xxs-8 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-8 > :nth-of-type(8n+1) {
  clear: both;
}

.block-row-xxs-9 > * {
  width: 11.1111111111%;
}
.block-row-xxs-9 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-9 > :nth-of-type(9n+1) {
  clear: both;
}

.block-row-xxs-10 > * {
  width: 10%;
}
.block-row-xxs-10 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-10 > :nth-of-type(10n+1) {
  clear: both;
}

.block-row-xxs-11 > * {
  width: 9.0909090909%;
}
.block-row-xxs-11 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-11 > :nth-of-type(11n+1) {
  clear: both;
}

.block-row-xxs-12 > * {
  width: 8.3333333333%;
}
.block-row-xxs-12 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-12 > :nth-of-type(12n+1) {
  clear: both;
}

@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .offset-xs-1,
  .push-xs-1 {
    left: 8.3333333333%;
  }
  [dir=rtl] .offset-xs-1,
  [dir=rtl] .push-xs-1 {
    left: auto;
    right: 8.3333333333%;
  }
  .pull-xs-1 {
    right: 8.3333333333%;
  }
  [dir=rtl] .pull-xs-1 {
    right: auto;
    left: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .offset-xs-2,
  .push-xs-2 {
    left: 16.6666666667%;
  }
  [dir=rtl] .offset-xs-2,
  [dir=rtl] .push-xs-2 {
    left: auto;
    right: 16.6666666667%;
  }
  .pull-xs-2 {
    right: 16.6666666667%;
  }
  [dir=rtl] .pull-xs-2 {
    right: auto;
    left: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .offset-xs-3,
  .push-xs-3 {
    left: 25%;
  }
  [dir=rtl] .offset-xs-3,
  [dir=rtl] .push-xs-3 {
    left: auto;
    right: 25%;
  }
  .pull-xs-3 {
    right: 25%;
  }
  [dir=rtl] .pull-xs-3 {
    right: auto;
    left: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .offset-xs-4,
  .push-xs-4 {
    left: 33.3333333333%;
  }
  [dir=rtl] .offset-xs-4,
  [dir=rtl] .push-xs-4 {
    left: auto;
    right: 33.3333333333%;
  }
  .pull-xs-4 {
    right: 33.3333333333%;
  }
  [dir=rtl] .pull-xs-4 {
    right: auto;
    left: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .offset-xs-5,
  .push-xs-5 {
    left: 41.6666666667%;
  }
  [dir=rtl] .offset-xs-5,
  [dir=rtl] .push-xs-5 {
    left: auto;
    right: 41.6666666667%;
  }
  .pull-xs-5 {
    right: 41.6666666667%;
  }
  [dir=rtl] .pull-xs-5 {
    right: auto;
    left: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .offset-xs-6,
  .push-xs-6 {
    left: 50%;
  }
  [dir=rtl] .offset-xs-6,
  [dir=rtl] .push-xs-6 {
    left: auto;
    right: 50%;
  }
  .pull-xs-6 {
    right: 50%;
  }
  [dir=rtl] .pull-xs-6 {
    right: auto;
    left: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .offset-xs-7,
  .push-xs-7 {
    left: 58.3333333333%;
  }
  [dir=rtl] .offset-xs-7,
  [dir=rtl] .push-xs-7 {
    left: auto;
    right: 58.3333333333%;
  }
  .pull-xs-7 {
    right: 58.3333333333%;
  }
  [dir=rtl] .pull-xs-7 {
    right: auto;
    left: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .offset-xs-8,
  .push-xs-8 {
    left: 66.6666666667%;
  }
  [dir=rtl] .offset-xs-8,
  [dir=rtl] .push-xs-8 {
    left: auto;
    right: 66.6666666667%;
  }
  .pull-xs-8 {
    right: 66.6666666667%;
  }
  [dir=rtl] .pull-xs-8 {
    right: auto;
    left: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .offset-xs-9,
  .push-xs-9 {
    left: 75%;
  }
  [dir=rtl] .offset-xs-9,
  [dir=rtl] .push-xs-9 {
    left: auto;
    right: 75%;
  }
  .pull-xs-9 {
    right: 75%;
  }
  [dir=rtl] .pull-xs-9 {
    right: auto;
    left: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .offset-xs-10,
  .push-xs-10 {
    left: 83.3333333333%;
  }
  [dir=rtl] .offset-xs-10,
  [dir=rtl] .push-xs-10 {
    left: auto;
    right: 83.3333333333%;
  }
  .pull-xs-10 {
    right: 83.3333333333%;
  }
  [dir=rtl] .pull-xs-10 {
    right: auto;
    left: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .offset-xs-11,
  .push-xs-11 {
    left: 91.6666666667%;
  }
  [dir=rtl] .offset-xs-11,
  [dir=rtl] .push-xs-11 {
    left: auto;
    right: 91.6666666667%;
  }
  .pull-xs-11 {
    right: 91.6666666667%;
  }
  [dir=rtl] .pull-xs-11 {
    right: auto;
    left: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .offset-xs-12,
  .push-xs-12 {
    left: 100%;
  }
  [dir=rtl] .offset-xs-12,
  [dir=rtl] .push-xs-12 {
    left: auto;
    right: 100%;
  }
  .pull-xs-12 {
    right: 100%;
  }
  [dir=rtl] .pull-xs-12 {
    right: auto;
    left: 100%;
  }
  .equal-height > [class*=col-xs] {
    display: table-cell;
    height: 100%;
  }
  .equal-height > .col-xs-12 {
    display: table-caption;
    height: auto;
  }
  .block-row-xs-1 > * {
    width: 100%;
  }
  .block-row-xs-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-1 > :nth-of-type(1n+1) {
    clear: both;
  }
  .block-row-xs-2 > * {
    width: 50%;
  }
  .block-row-xs-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-2 > :nth-of-type(2n+1) {
    clear: both;
  }
  .block-row-xs-3 > * {
    width: 33.3333333333%;
  }
  .block-row-xs-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-3 > :nth-of-type(3n+1) {
    clear: both;
  }
  .block-row-xs-4 > * {
    width: 25%;
  }
  .block-row-xs-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-4 > :nth-of-type(4n+1) {
    clear: both;
  }
  .block-row-xs-5 > * {
    width: 20%;
  }
  .block-row-xs-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-5 > :nth-of-type(5n+1) {
    clear: both;
  }
  .block-row-xs-6 > * {
    width: 16.6666666667%;
  }
  .block-row-xs-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-6 > :nth-of-type(6n+1) {
    clear: both;
  }
  .block-row-xs-7 > * {
    width: 14.2857142857%;
  }
  .block-row-xs-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-7 > :nth-of-type(7n+1) {
    clear: both;
  }
  .block-row-xs-8 > * {
    width: 12.5%;
  }
  .block-row-xs-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-8 > :nth-of-type(8n+1) {
    clear: both;
  }
  .block-row-xs-9 > * {
    width: 11.1111111111%;
  }
  .block-row-xs-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-9 > :nth-of-type(9n+1) {
    clear: both;
  }
  .block-row-xs-10 > * {
    width: 10%;
  }
  .block-row-xs-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-10 > :nth-of-type(10n+1) {
    clear: both;
  }
  .block-row-xs-11 > * {
    width: 9.0909090909%;
  }
  .block-row-xs-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-11 > :nth-of-type(11n+1) {
    clear: both;
  }
  .block-row-xs-12 > * {
    width: 8.3333333333%;
  }
  .block-row-xs-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48.5em) {
  .col-s-1 {
    width: 8.3333333333%;
  }
  .offset-s-1,
  .push-s-1 {
    left: 8.3333333333%;
  }
  [dir=rtl] .offset-s-1,
  [dir=rtl] .push-s-1 {
    left: auto;
    right: 8.3333333333%;
  }
  .pull-s-1 {
    right: 8.3333333333%;
  }
  [dir=rtl] .pull-s-1 {
    right: auto;
    left: 8.3333333333%;
  }
  .col-s-2 {
    width: 16.6666666667%;
  }
  .offset-s-2,
  .push-s-2 {
    left: 16.6666666667%;
  }
  [dir=rtl] .offset-s-2,
  [dir=rtl] .push-s-2 {
    left: auto;
    right: 16.6666666667%;
  }
  .pull-s-2 {
    right: 16.6666666667%;
  }
  [dir=rtl] .pull-s-2 {
    right: auto;
    left: 16.6666666667%;
  }
  .col-s-3 {
    width: 25%;
  }
  .offset-s-3,
  .push-s-3 {
    left: 25%;
  }
  [dir=rtl] .offset-s-3,
  [dir=rtl] .push-s-3 {
    left: auto;
    right: 25%;
  }
  .pull-s-3 {
    right: 25%;
  }
  [dir=rtl] .pull-s-3 {
    right: auto;
    left: 25%;
  }
  .col-s-4 {
    width: 33.3333333333%;
  }
  .offset-s-4,
  .push-s-4 {
    left: 33.3333333333%;
  }
  [dir=rtl] .offset-s-4,
  [dir=rtl] .push-s-4 {
    left: auto;
    right: 33.3333333333%;
  }
  .pull-s-4 {
    right: 33.3333333333%;
  }
  [dir=rtl] .pull-s-4 {
    right: auto;
    left: 33.3333333333%;
  }
  .col-s-5 {
    width: 41.6666666667%;
  }
  .offset-s-5,
  .push-s-5 {
    left: 41.6666666667%;
  }
  [dir=rtl] .offset-s-5,
  [dir=rtl] .push-s-5 {
    left: auto;
    right: 41.6666666667%;
  }
  .pull-s-5 {
    right: 41.6666666667%;
  }
  [dir=rtl] .pull-s-5 {
    right: auto;
    left: 41.6666666667%;
  }
  .col-s-6 {
    width: 50%;
  }
  .offset-s-6,
  .push-s-6 {
    left: 50%;
  }
  [dir=rtl] .offset-s-6,
  [dir=rtl] .push-s-6 {
    left: auto;
    right: 50%;
  }
  .pull-s-6 {
    right: 50%;
  }
  [dir=rtl] .pull-s-6 {
    right: auto;
    left: 50%;
  }
  .col-s-7 {
    width: 58.3333333333%;
  }
  .offset-s-7,
  .push-s-7 {
    left: 58.3333333333%;
  }
  [dir=rtl] .offset-s-7,
  [dir=rtl] .push-s-7 {
    left: auto;
    right: 58.3333333333%;
  }
  .pull-s-7 {
    right: 58.3333333333%;
  }
  [dir=rtl] .pull-s-7 {
    right: auto;
    left: 58.3333333333%;
  }
  .col-s-8 {
    width: 66.6666666667%;
  }
  .offset-s-8,
  .push-s-8 {
    left: 66.6666666667%;
  }
  [dir=rtl] .offset-s-8,
  [dir=rtl] .push-s-8 {
    left: auto;
    right: 66.6666666667%;
  }
  .pull-s-8 {
    right: 66.6666666667%;
  }
  [dir=rtl] .pull-s-8 {
    right: auto;
    left: 66.6666666667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .offset-s-9,
  .push-s-9 {
    left: 75%;
  }
  [dir=rtl] .offset-s-9,
  [dir=rtl] .push-s-9 {
    left: auto;
    right: 75%;
  }
  .pull-s-9 {
    right: 75%;
  }
  [dir=rtl] .pull-s-9 {
    right: auto;
    left: 75%;
  }
  .col-s-10 {
    width: 83.3333333333%;
  }
  .offset-s-10,
  .push-s-10 {
    left: 83.3333333333%;
  }
  [dir=rtl] .offset-s-10,
  [dir=rtl] .push-s-10 {
    left: auto;
    right: 83.3333333333%;
  }
  .pull-s-10 {
    right: 83.3333333333%;
  }
  [dir=rtl] .pull-s-10 {
    right: auto;
    left: 83.3333333333%;
  }
  .col-s-11 {
    width: 91.6666666667%;
  }
  .offset-s-11,
  .push-s-11 {
    left: 91.6666666667%;
  }
  [dir=rtl] .offset-s-11,
  [dir=rtl] .push-s-11 {
    left: auto;
    right: 91.6666666667%;
  }
  .pull-s-11 {
    right: 91.6666666667%;
  }
  [dir=rtl] .pull-s-11 {
    right: auto;
    left: 91.6666666667%;
  }
  .col-s-12 {
    width: 100%;
  }
  .offset-s-12,
  .push-s-12 {
    left: 100%;
  }
  [dir=rtl] .offset-s-12,
  [dir=rtl] .push-s-12 {
    left: auto;
    right: 100%;
  }
  .pull-s-12 {
    right: 100%;
  }
  [dir=rtl] .pull-s-12 {
    right: auto;
    left: 100%;
  }
  .equal-height > [class*=col-s] {
    display: table-cell;
    height: 100%;
  }
  .equal-height > .col-s-12 {
    display: table-caption;
    height: auto;
  }
  .block-row-s-1 > * {
    width: 100%;
  }
  .block-row-s-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-1 > :nth-of-type(1n+1) {
    clear: both;
  }
  .block-row-s-2 > * {
    width: 50%;
  }
  .block-row-s-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-2 > :nth-of-type(2n+1) {
    clear: both;
  }
  .block-row-s-3 > * {
    width: 33.3333333333%;
  }
  .block-row-s-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-3 > :nth-of-type(3n+1) {
    clear: both;
  }
  .block-row-s-4 > * {
    width: 25%;
  }
  .block-row-s-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-4 > :nth-of-type(4n+1) {
    clear: both;
  }
  .block-row-s-5 > * {
    width: 20%;
  }
  .block-row-s-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-5 > :nth-of-type(5n+1) {
    clear: both;
  }
  .block-row-s-6 > * {
    width: 16.6666666667%;
  }
  .block-row-s-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-6 > :nth-of-type(6n+1) {
    clear: both;
  }
  .block-row-s-7 > * {
    width: 14.2857142857%;
  }
  .block-row-s-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-7 > :nth-of-type(7n+1) {
    clear: both;
  }
  .block-row-s-8 > * {
    width: 12.5%;
  }
  .block-row-s-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-8 > :nth-of-type(8n+1) {
    clear: both;
  }
  .block-row-s-9 > * {
    width: 11.1111111111%;
  }
  .block-row-s-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-9 > :nth-of-type(9n+1) {
    clear: both;
  }
  .block-row-s-10 > * {
    width: 10%;
  }
  .block-row-s-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-10 > :nth-of-type(10n+1) {
    clear: both;
  }
  .block-row-s-11 > * {
    width: 9.0909090909%;
  }
  .block-row-s-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-11 > :nth-of-type(11n+1) {
    clear: both;
  }
  .block-row-s-12 > * {
    width: 8.3333333333%;
  }
  .block-row-s-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 62em) {
  .col-m-1 {
    width: 8.3333333333%;
  }
  .offset-m-1,
  .push-m-1 {
    left: 8.3333333333%;
  }
  [dir=rtl] .offset-m-1,
  [dir=rtl] .push-m-1 {
    left: auto;
    right: 8.3333333333%;
  }
  .pull-m-1 {
    right: 8.3333333333%;
  }
  [dir=rtl] .pull-m-1 {
    right: auto;
    left: 8.3333333333%;
  }
  .col-m-2 {
    width: 16.6666666667%;
  }
  .offset-m-2,
  .push-m-2 {
    left: 16.6666666667%;
  }
  [dir=rtl] .offset-m-2,
  [dir=rtl] .push-m-2 {
    left: auto;
    right: 16.6666666667%;
  }
  .pull-m-2 {
    right: 16.6666666667%;
  }
  [dir=rtl] .pull-m-2 {
    right: auto;
    left: 16.6666666667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .offset-m-3,
  .push-m-3 {
    left: 25%;
  }
  [dir=rtl] .offset-m-3,
  [dir=rtl] .push-m-3 {
    left: auto;
    right: 25%;
  }
  .pull-m-3 {
    right: 25%;
  }
  [dir=rtl] .pull-m-3 {
    right: auto;
    left: 25%;
  }
  .col-m-4 {
    width: 33.3333333333%;
  }
  .offset-m-4,
  .push-m-4 {
    left: 33.3333333333%;
  }
  [dir=rtl] .offset-m-4,
  [dir=rtl] .push-m-4 {
    left: auto;
    right: 33.3333333333%;
  }
  .pull-m-4 {
    right: 33.3333333333%;
  }
  [dir=rtl] .pull-m-4 {
    right: auto;
    left: 33.3333333333%;
  }
  .col-m-5 {
    width: 41.6666666667%;
  }
  .offset-m-5,
  .push-m-5 {
    left: 41.6666666667%;
  }
  [dir=rtl] .offset-m-5,
  [dir=rtl] .push-m-5 {
    left: auto;
    right: 41.6666666667%;
  }
  .pull-m-5 {
    right: 41.6666666667%;
  }
  [dir=rtl] .pull-m-5 {
    right: auto;
    left: 41.6666666667%;
  }
  .col-m-6 {
    width: 50%;
  }
  .offset-m-6,
  .push-m-6 {
    left: 50%;
  }
  [dir=rtl] .offset-m-6,
  [dir=rtl] .push-m-6 {
    left: auto;
    right: 50%;
  }
  .pull-m-6 {
    right: 50%;
  }
  [dir=rtl] .pull-m-6 {
    right: auto;
    left: 50%;
  }
  .col-m-7 {
    width: 58.3333333333%;
  }
  .offset-m-7,
  .push-m-7 {
    left: 58.3333333333%;
  }
  [dir=rtl] .offset-m-7,
  [dir=rtl] .push-m-7 {
    left: auto;
    right: 58.3333333333%;
  }
  .pull-m-7 {
    right: 58.3333333333%;
  }
  [dir=rtl] .pull-m-7 {
    right: auto;
    left: 58.3333333333%;
  }
  .col-m-8 {
    width: 66.6666666667%;
  }
  .offset-m-8,
  .push-m-8 {
    left: 66.6666666667%;
  }
  [dir=rtl] .offset-m-8,
  [dir=rtl] .push-m-8 {
    left: auto;
    right: 66.6666666667%;
  }
  .pull-m-8 {
    right: 66.6666666667%;
  }
  [dir=rtl] .pull-m-8 {
    right: auto;
    left: 66.6666666667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .offset-m-9,
  .push-m-9 {
    left: 75%;
  }
  [dir=rtl] .offset-m-9,
  [dir=rtl] .push-m-9 {
    left: auto;
    right: 75%;
  }
  .pull-m-9 {
    right: 75%;
  }
  [dir=rtl] .pull-m-9 {
    right: auto;
    left: 75%;
  }
  .col-m-10 {
    width: 83.3333333333%;
  }
  .offset-m-10,
  .push-m-10 {
    left: 83.3333333333%;
  }
  [dir=rtl] .offset-m-10,
  [dir=rtl] .push-m-10 {
    left: auto;
    right: 83.3333333333%;
  }
  .pull-m-10 {
    right: 83.3333333333%;
  }
  [dir=rtl] .pull-m-10 {
    right: auto;
    left: 83.3333333333%;
  }
  .col-m-11 {
    width: 91.6666666667%;
  }
  .offset-m-11,
  .push-m-11 {
    left: 91.6666666667%;
  }
  [dir=rtl] .offset-m-11,
  [dir=rtl] .push-m-11 {
    left: auto;
    right: 91.6666666667%;
  }
  .pull-m-11 {
    right: 91.6666666667%;
  }
  [dir=rtl] .pull-m-11 {
    right: auto;
    left: 91.6666666667%;
  }
  .col-m-12 {
    width: 100%;
  }
  .offset-m-12,
  .push-m-12 {
    left: 100%;
  }
  [dir=rtl] .offset-m-12,
  [dir=rtl] .push-m-12 {
    left: auto;
    right: 100%;
  }
  .pull-m-12 {
    right: 100%;
  }
  [dir=rtl] .pull-m-12 {
    right: auto;
    left: 100%;
  }
  .equal-height > [class*=col-m] {
    display: table-cell;
    height: 100%;
  }
  .equal-height > .col-m-12 {
    display: table-caption;
    height: auto;
  }
  .block-row-m-1 > * {
    width: 100%;
  }
  .block-row-m-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-1 > :nth-of-type(1n+1) {
    clear: both;
  }
  .block-row-m-2 > * {
    width: 50%;
  }
  .block-row-m-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-2 > :nth-of-type(2n+1) {
    clear: both;
  }
  .block-row-m-3 > * {
    width: 33.3333333333%;
  }
  .block-row-m-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-3 > :nth-of-type(3n+1) {
    clear: both;
  }
  .block-row-m-4 > * {
    width: 25%;
  }
  .block-row-m-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-4 > :nth-of-type(4n+1) {
    clear: both;
  }
  .block-row-m-5 > * {
    width: 20%;
  }
  .block-row-m-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-5 > :nth-of-type(5n+1) {
    clear: both;
  }
  .block-row-m-6 > * {
    width: 16.6666666667%;
  }
  .block-row-m-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-6 > :nth-of-type(6n+1) {
    clear: both;
  }
  .block-row-m-7 > * {
    width: 14.2857142857%;
  }
  .block-row-m-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-7 > :nth-of-type(7n+1) {
    clear: both;
  }
  .block-row-m-8 > * {
    width: 12.5%;
  }
  .block-row-m-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-8 > :nth-of-type(8n+1) {
    clear: both;
  }
  .block-row-m-9 > * {
    width: 11.1111111111%;
  }
  .block-row-m-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-9 > :nth-of-type(9n+1) {
    clear: both;
  }
  .block-row-m-10 > * {
    width: 10%;
  }
  .block-row-m-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-10 > :nth-of-type(10n+1) {
    clear: both;
  }
  .block-row-m-11 > * {
    width: 9.0909090909%;
  }
  .block-row-m-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-11 > :nth-of-type(11n+1) {
    clear: both;
  }
  .block-row-m-12 > * {
    width: 8.3333333333%;
  }
  .block-row-m-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 75em) {
  .col-l-1 {
    width: 8.3333333333%;
  }
  .offset-l-1,
  .push-l-1 {
    left: 8.3333333333%;
  }
  [dir=rtl] .offset-l-1,
  [dir=rtl] .push-l-1 {
    left: auto;
    right: 8.3333333333%;
  }
  .pull-l-1 {
    right: 8.3333333333%;
  }
  [dir=rtl] .pull-l-1 {
    right: auto;
    left: 8.3333333333%;
  }
  .col-l-2 {
    width: 16.6666666667%;
  }
  .offset-l-2,
  .push-l-2 {
    left: 16.6666666667%;
  }
  [dir=rtl] .offset-l-2,
  [dir=rtl] .push-l-2 {
    left: auto;
    right: 16.6666666667%;
  }
  .pull-l-2 {
    right: 16.6666666667%;
  }
  [dir=rtl] .pull-l-2 {
    right: auto;
    left: 16.6666666667%;
  }
  .col-l-3 {
    width: 25%;
  }
  .offset-l-3,
  .push-l-3 {
    left: 25%;
  }
  [dir=rtl] .offset-l-3,
  [dir=rtl] .push-l-3 {
    left: auto;
    right: 25%;
  }
  .pull-l-3 {
    right: 25%;
  }
  [dir=rtl] .pull-l-3 {
    right: auto;
    left: 25%;
  }
  .col-l-4 {
    width: 33.3333333333%;
  }
  .offset-l-4,
  .push-l-4 {
    left: 33.3333333333%;
  }
  [dir=rtl] .offset-l-4,
  [dir=rtl] .push-l-4 {
    left: auto;
    right: 33.3333333333%;
  }
  .pull-l-4 {
    right: 33.3333333333%;
  }
  [dir=rtl] .pull-l-4 {
    right: auto;
    left: 33.3333333333%;
  }
  .col-l-5 {
    width: 41.6666666667%;
  }
  .offset-l-5,
  .push-l-5 {
    left: 41.6666666667%;
  }
  [dir=rtl] .offset-l-5,
  [dir=rtl] .push-l-5 {
    left: auto;
    right: 41.6666666667%;
  }
  .pull-l-5 {
    right: 41.6666666667%;
  }
  [dir=rtl] .pull-l-5 {
    right: auto;
    left: 41.6666666667%;
  }
  .col-l-6 {
    width: 50%;
  }
  .offset-l-6,
  .push-l-6 {
    left: 50%;
  }
  [dir=rtl] .offset-l-6,
  [dir=rtl] .push-l-6 {
    left: auto;
    right: 50%;
  }
  .pull-l-6 {
    right: 50%;
  }
  [dir=rtl] .pull-l-6 {
    right: auto;
    left: 50%;
  }
  .col-l-7 {
    width: 58.3333333333%;
  }
  .offset-l-7,
  .push-l-7 {
    left: 58.3333333333%;
  }
  [dir=rtl] .offset-l-7,
  [dir=rtl] .push-l-7 {
    left: auto;
    right: 58.3333333333%;
  }
  .pull-l-7 {
    right: 58.3333333333%;
  }
  [dir=rtl] .pull-l-7 {
    right: auto;
    left: 58.3333333333%;
  }
  .col-l-8 {
    width: 66.6666666667%;
  }
  .offset-l-8,
  .push-l-8 {
    left: 66.6666666667%;
  }
  [dir=rtl] .offset-l-8,
  [dir=rtl] .push-l-8 {
    left: auto;
    right: 66.6666666667%;
  }
  .pull-l-8 {
    right: 66.6666666667%;
  }
  [dir=rtl] .pull-l-8 {
    right: auto;
    left: 66.6666666667%;
  }
  .col-l-9 {
    width: 75%;
  }
  .offset-l-9,
  .push-l-9 {
    left: 75%;
  }
  [dir=rtl] .offset-l-9,
  [dir=rtl] .push-l-9 {
    left: auto;
    right: 75%;
  }
  .pull-l-9 {
    right: 75%;
  }
  [dir=rtl] .pull-l-9 {
    right: auto;
    left: 75%;
  }
  .col-l-10 {
    width: 83.3333333333%;
  }
  .offset-l-10,
  .push-l-10 {
    left: 83.3333333333%;
  }
  [dir=rtl] .offset-l-10,
  [dir=rtl] .push-l-10 {
    left: auto;
    right: 83.3333333333%;
  }
  .pull-l-10 {
    right: 83.3333333333%;
  }
  [dir=rtl] .pull-l-10 {
    right: auto;
    left: 83.3333333333%;
  }
  .col-l-11 {
    width: 91.6666666667%;
  }
  .offset-l-11,
  .push-l-11 {
    left: 91.6666666667%;
  }
  [dir=rtl] .offset-l-11,
  [dir=rtl] .push-l-11 {
    left: auto;
    right: 91.6666666667%;
  }
  .pull-l-11 {
    right: 91.6666666667%;
  }
  [dir=rtl] .pull-l-11 {
    right: auto;
    left: 91.6666666667%;
  }
  .col-l-12 {
    width: 100%;
  }
  .offset-l-12,
  .push-l-12 {
    left: 100%;
  }
  [dir=rtl] .offset-l-12,
  [dir=rtl] .push-l-12 {
    left: auto;
    right: 100%;
  }
  .pull-l-12 {
    right: 100%;
  }
  [dir=rtl] .pull-l-12 {
    right: auto;
    left: 100%;
  }
  .equal-height > [class*=col-l] {
    display: table-cell;
    height: 100%;
  }
  .equal-height > .col-l-12 {
    display: table-caption;
    height: auto;
  }
  .block-row-l-1 > * {
    width: 100%;
  }
  .block-row-l-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-1 > :nth-of-type(1n+1) {
    clear: both;
  }
  .block-row-l-2 > * {
    width: 50%;
  }
  .block-row-l-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-2 > :nth-of-type(2n+1) {
    clear: both;
  }
  .block-row-l-3 > * {
    width: 33.3333333333%;
  }
  .block-row-l-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-3 > :nth-of-type(3n+1) {
    clear: both;
  }
  .block-row-l-4 > * {
    width: 25%;
  }
  .block-row-l-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-4 > :nth-of-type(4n+1) {
    clear: both;
  }
  .block-row-l-5 > * {
    width: 20%;
  }
  .block-row-l-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-5 > :nth-of-type(5n+1) {
    clear: both;
  }
  .block-row-l-6 > * {
    width: 16.6666666667%;
  }
  .block-row-l-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-6 > :nth-of-type(6n+1) {
    clear: both;
  }
  .block-row-l-7 > * {
    width: 14.2857142857%;
  }
  .block-row-l-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-7 > :nth-of-type(7n+1) {
    clear: both;
  }
  .block-row-l-8 > * {
    width: 12.5%;
  }
  .block-row-l-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-8 > :nth-of-type(8n+1) {
    clear: both;
  }
  .block-row-l-9 > * {
    width: 11.1111111111%;
  }
  .block-row-l-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-9 > :nth-of-type(9n+1) {
    clear: both;
  }
  .block-row-l-10 > * {
    width: 10%;
  }
  .block-row-l-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-10 > :nth-of-type(10n+1) {
    clear: both;
  }
  .block-row-l-11 > * {
    width: 9.0909090909%;
  }
  .block-row-l-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-11 > :nth-of-type(11n+1) {
    clear: both;
  }
  .block-row-l-12 > * {
    width: 8.3333333333%;
  }
  .block-row-l-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
.alert {
  position: relative;
  margin: 1rem 0;
  padding: 0 1rem;
  background-color: #ffd54f;
  border-left: 5px solid #ff6f00;
  color: #4f3c00;
}
.alert .close {
  position: relative;
  right: -2.73rem;
  top: 0.13rem;
  float: right;
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: 1.17rem;
  font-weight: bold;
}
[dir=rtl] .alert .close {
  float: left;
  right: auto;
  left: -2.73rem;
}
.alert .close:hover {
  text-decoration: underline;
}

.alert-dismissable {
  padding-right: 2.87rem;
}
[dir=rtl] .alert-dismissable {
  padding-right: 1rem;
  padding-left: 2.87rem;
}

.alert-heading {
  color: inherit;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  min-height: 2rem;
  padding: 0 1rem;
  margin-bottom: 0;
  background: #dadada;
  border: solid 1px #c0c0c0;
  touch-action: manipulation;
  text-decoration: none;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  background-color: #cdcdcd;
}
button:active,
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active {
  background-color: #e7e7e7;
  outline: none;
}
button[disabled],
input[type=submit][disabled],
input[type=button][disabled],
input[type=reset][disabled] {
  background-color: #e7e7e7;
  color: #5d5d5d;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
.input-group button,
.input-group input[type=submit],
.input-group input[type=button],
.input-group input[type=reset] {
  min-width: 100%;
}

input[type=submit], input[type=reset], input[type=button] {
  max-width: none;
  width: auto;
}

.btn-group > * {
  float: left;
}
[dir=rtl] .btn-group > * {
  float: right;
}

pre,
code,
samp,
kbd {
  padding: 0.5rem;
  font-size: 1rem;
  background-color: #f7f7f9;
  border: 1px solid #c0c0c0;
  font-family: monospace, monospace;
  color: #950b2f;
}

code > kbd {
  background-color: #e8e8ee;
}

code,
samp,
kbd {
  padding: 0.0667rem 0.25rem;
}

kbd {
  white-space: nowrap;
}

pre {
  overflow-x: auto;
}
pre code,
pre samp {
  padding: 0;
  border: none;
}
pre code {
  word-wrap: normal;
  white-space: pre;
}

.pre-scrollable {
  max-height: 20rem;
  overflow-y: scroll;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

label {
  display: block;
  margin-bottom: 1rem;
}
label[for] {
  cursor: pointer;
}
label > input,
label > input[type=checkbox],
label > input[type=radio],
label > select {
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: text-top;
}
[dir=rtl] label > input,
[dir=rtl] label > input[type=checkbox],
[dir=rtl] label > input[type=radio],
[dir=rtl] label > select {
  margin: 0 0 0 1rem;
}

select,
textarea,
input,
.readonly {
  display: block;
  height: 2rem;
  padding: 0.25rem;
  width: 100%;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  color: #222;
  font-family: inherit;
}
fieldset[disabled] select, select[disabled],
fieldset[disabled] textarea,
textarea[disabled],
fieldset[disabled] input,
input[disabled],
fieldset[disabled] .readonly,
.readonly[disabled] {
  background: #ebebeb;
  border-color: #c0c0c0;
  color: #c0c0c0;
  cursor: not-allowed;
  opacity: 1;
}

.readonly[hidden] {
  display: none;
}

input[type=file]::-ms-value {
  background: #fff;
  border: none;
}

input[type=file]::-ms-browse {
  padding-top: 0.1rem;
  background: #dadada;
  border: solid 1px #c0c0c0;
  color: #222;
}
input[type=file]::-ms-browse:active {
  background-color: #e7e7e7;
}

input[type=file]::-webkit-file-upload-button {
  -webkit-appearance: none;
  border-radius: 0;
  background: #dadada;
  border: solid 1px #c0c0c0;
  color: #222;
}
input[type=file]::-webkit-file-upload-button:active {
  background-color: #e7e7e7;
}

input[type=color] {
  max-width: 6.563rem;
}

input[type=radio],
input[type=checkbox] {
  height: 1.334rem;
  min-width: 1.334rem;
  margin-bottom: 1.1rem;
  padding: 0;
  width: auto;
}

input[type=radio] {
  border-radius: 100%;
  border: none \9 ;
}

input[type=range] {
  border: 1px solid transparent;
  border: 1px solid #c0c0c0 \9 ;
  background-color: transparent;
  background-color: #fff \9 ;
  padding: 0.25rem 0;
  padding: 0.25rem \9 ;
}

_::-ms-reveal,
input[type=range] {
  border: 1px solid transparent;
}

select,
textarea,
input[type=text],
input[type=search],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=week],
input[type=month],
input[type=time],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
input[type=url],
input[type=color] {
  -webkit-appearance: none;
}

select::-ms-expand {
  border: 0;
  background-color: inherit;
}
select option {
  height: 100%;
}

[multiple] {
  height: auto;
}

[multiple] option {
  height: auto;
}

textarea {
  height: auto;
  min-height: 5.25rem;
  resize: both;
}
textarea.horizontal {
  resize: horizontal;
}
textarea.vertical {
  resize: vertical;
}
textarea.no-resize {
  resize: none;
}

.readonly,
[readonly] {
  border-color: #ebebeb;
  cursor: not-allowed;
}

::placeholder {
  color: #767676;
  opacity: 1;
}

@-moz-document url-prefix() {
  input[type=color] {
    padding: 0;
  }
  input[type=file] {
    height: auto;
    min-height: 2rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) {
  input[type=color] {
    padding: 0;
  }
  input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  input[type=color]::-webkit-color-swatch {
    border: none;
  }
  select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMC41Ij48cG9seWdvbiBmaWxsPSIjMjIyIiBwb2ludHM9IjExLDAgNS41LDkgMCwwIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    padding-right: 1.67rem;
  }
  [dir=rtl] select {
    background-position: 0.6rem center;
    padding-right: 0;
    padding-left: 1.67rem;
  }
  select[multiple] {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}
input.inline-block,
select.inline-block {
  width: auto;
}

.form-actions {
  margin: 1rem 0;
  padding: 1rem 0;
}

.input-group,
.btn-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 1rem;
}

.btn-group {
  width: auto;
}

.input-group > *,
.btn-group > * {
  display: table-cell;
  margin-bottom: 0;
}

.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon > * {
  margin-bottom: 0 !important;
}

.supplement {
  padding: 0 1rem;
  line-height: 1.4;
  background: #dadada;
  border: solid 1px #c0c0c0;
}
html:not([dir=rtl]) .supplement:first-child {
  border-right: none;
}
html:not([dir=rtl]) .supplement:last-child {
  border-left: none;
}
[dir=rtl] .supplement:first-child {
  border-left: none;
}
[dir=rtl] .supplement:last-child {
  border-right: none;
}

ul,
ol {
  margin: 1rem 0;
  padding-left: 2.5rem;
}
[dir=rtl] ul,
[dir=rtl] ol {
  padding-left: 0;
  padding-right: 2.5rem;
}

ul ul,
ol ol {
  margin: 0;
}

ul.no-bullets,
ol.no-bullets {
  padding-left: 0;
}
[dir=rtl] ul.no-bullets,
[dir=rtl] ol.no-bullets {
  padding-right: 0;
}
ul.no-bullets > li,
ol.no-bullets > li {
  list-style: none;
}

ul.colored, ul,
ol.colored,
ol {
  padding-left: 2.5rem;
}
ul.colored > li, ul > li,
ol.colored > li,
ol > li {
  list-style-type: none;
  position: relative;
}
ul.colored > li:before, ul > li:before,
ol.colored > li:before,
ol > li:before {
  position: absolute;
  top: 0.1rem;
  left: -1rem;
  -webkit-margin-start: -0.25rem;
  content: "●";
  color: #00a9ec;
  font-size: 0.8rem;
  text-align: right;
  text-decoration: none;
}
[dir=rtl] ul.colored > li:before, [dir=rtl] ul > li:before,
[dir=rtl] ol.colored > li:before,
[dir=rtl] ol > li:before {
  left: auto;
  right: -1rem;
  text-align: left;
}

ol.colored,
ol {
  counter-reset: foo;
}
ol.colored > li,
ol > li {
  counter-increment: foo;
}
ol.colored > li:before,
ol > li:before {
  content: counter(foo) ".";
  top: 0;
  left: -3.125rem;
  width: 2.5rem;
  -webkit-margin-start: 0;
  font-size: 1rem;
}
[dir=rtl] ol.colored > li:before,
[dir=rtl] ol > li:before {
  right: -3.125rem;
}

dt, dd {
  min-height: 1.4rem;
}

@media print and (min-width: 537px), screen and (min-width: 48.5em) {
  .dl-horizontal > dt {
    clear: left;
    float: left;
    width: 9.375rem;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
  }
  [dir=rtl] .dl-horizontal > dt {
    clear: right;
    float: right;
    text-align: left;
  }
  .dl-horizontal > dd {
    margin-left: 10.375rem;
  }
  [dir=rtl] .dl-horizontal > dd {
    margin-left: auto;
    margin-right: 10.375rem;
  }
}
audio,
canvas,
iframe,
img,
video,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}
img[src*=".svg"] {
  width: 100% \9 ;
}

_::-ms-reveal,
img[src*=".svg"] {
  width: 100%;
}

a img {
  border: none;
}

.media {
  height: 0;
  height: auto;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.media.four-by-three {
  padding-bottom: 75%;
}
.media.instagram {
  height: auto;
  max-width: none;
  padding-bottom: 120%;
}
.media.vine {
  height: auto;
  max-width: none;
  padding-bottom: 100%;
}
.media.getty {
  height: auto;
  padding-bottom: 79.9663%;
}
.media iframe,
.media object,
.media embed,
.media video {
  background-color: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.media img {
  bottom: -1000000%;
  left: -1000000%;
  margin: auto;
  position: absolute;
  right: -1000000%;
  top: -1000000%;
  width: 100%;
}
.media.media-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  margin: 1rem 0;
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
}
[dir=rtl] table th,
[dir=rtl] table td {
  text-align: right;
}

.table-bordered {
  border: 1px solid #c0c0c0;
  border-left-width: 0;
  border-collapse: separate;
}
.table-bordered th,
.table-bordered td {
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top-width: 0;
}
.table-bordered tbody:first-child tr:first-child th[scope=row] {
  border-top: none;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #ebebeb;
}

.table-scrollable {
  margin: 1rem 0;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
.table-scrollable table {
  margin: 0;
}

[data-navigation],
.navigation {
  transform: translate3d(0, 0, 0);
  position: fixed;
  z-index: 2147483647;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  background-color: #222;
  color: #fff;
  transition: 0.3s linear width;
}
[data-navigation].open,
.navigation.open {
  width: 260px;
}
[data-navigation].visible,
.navigation.visible {
  visibility: visible;
}
[data-navigation] > button:first-child,
.navigation > button:first-child {
  visibility: visible;
  background-color: #222;
  color: #fff;
  width: 55px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: 1px;
  transform: translate3d(-100%, 0, 0);
  border: none;
}
[dir=rtl] [data-navigation], [data-navigation].pull,
[dir=rtl] .navigation,
.navigation.pull {
  float: none;
  right: auto;
  left: 0;
}
[dir=rtl] [data-navigation] > button:first-child, [data-navigation].pull > button:first-child,
[dir=rtl] .navigation > button:first-child,
.navigation.pull > button:first-child {
  left: auto;
  right: 1px;
  transform: translate3d(100%, 0, 0);
}
[dir=rtl] [data-navigation].pull,
[dir=rtl] .navigation.pull {
  left: auto;
  right: 0;
}
[dir=rtl] [data-navigation].pull > button:first-child,
[dir=rtl] .navigation.pull > button:first-child {
  right: auto;
  left: 1px;
  transform: translate3d(-100%, 0, 0);
}
[data-navigation] > ul,
.navigation > ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  width: 260px;
  height: 100%;
  overflow-y: auto;
}
[data-navigation] a,
.navigation a {
  color: inherit;
  display: block;
  padding: 0.5rem 1rem;
}

.autosize,
[data-autosize] {
  overflow: hidden;
  transition: height 0.2s linear;
}

.carousel {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.carousel.no-transition > figure {
  transition-duration: 0s !important;
}
.carousel > figure {
  margin: 0;
  display: none;
  position: relative;
  transition: 0.7s ease-in-out left;
  transform: translate3d(0, 0, 0);
}
[dir=rtl] .carousel > figure {
  transition: 0.7s ease-in-out right;
}
.carousel > figure > img {
  display: block;
  width: 100%;
}
.carousel > figure > figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 50%;
  overflow-y: auto;
  padding: 1px 3rem;
  background-color: rgba(34, 34, 34, 0.4);
  color: #fff;
}
.carousel > ol {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1rem;
  z-index: 3;
}
.carousel > ol li {
  background-color: transparent;
  border: 1px solid #222;
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  margin: 1px;
  text-indent: -9999px;
  width: 1rem;
}
.carousel > ol li:hover {
  background-color: #c0c0c0;
}
.carousel > ol .active {
  background-color: #fff;
}
.carousel > ol .active:hover {
  background-color: #fff;
}
.carousel .carousel-active,
.carousel .next,
.carousel .prev,
.carousel .swipe {
  display: block;
}
.carousel .carousel-active,
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
[dir=rtl] .carousel .carousel-active,
[dir=rtl] .carousel .next.left,
[dir=rtl] .carousel .prev.right {
  left: auto;
  right: 0;
}
.carousel .carousel-active {
  position: relative !important;
  z-index: 1;
}
.carousel .next,
.carousel .prev,
.carousel .swipe {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel .next,
.carousel .carousel-active.right {
  left: 100%;
}
[dir=rtl] .carousel .next,
[dir=rtl] .carousel .carousel-active.right {
  left: auto;
  right: 100%;
}
[dir=rtl] .carousel .next.swiping,
[dir=rtl] .carousel .carousel-active.right.swiping {
  right: -100%;
}
.carousel .prev,
.carousel .carousel-active.left {
  left: -100%;
}
[dir=rtl] .carousel .prev,
[dir=rtl] .carousel .carousel-active.left {
  left: auto;
  right: -100%;
}
[dir=rtl] .carousel .prev.swiping,
[dir=rtl] .carousel .carousel-active.left.swiping {
  right: 100%;
}
.carousel > button {
  position: absolute;
  left: 1px;
  top: 40%;
  z-index: 3;
  display: block;
  width: 3rem;
  height: 3rem;
  margin-top: -1rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
[dir=rtl] .carousel > button {
  left: auto;
  right: 1px;
}
.carousel > button.forward {
  left: auto;
  right: 1px;
}
[dir=rtl] .carousel > button.forward {
  right: auto;
  left: 1px;
}
.carousel > button:hover {
  text-decoration: underline;
}

.carousel-fade > figure {
  position: absolute;
  top: 0;
  right: 0 !important;
  bottom: 0;
  left: 0 !important;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.carousel-fade > figure, [dir=rtl] .carousel-fade > figure {
  transition: opacity 0.7s ease-in-out;
}
.carousel-fade > figure.swipe,
.carousel-fade > figure.next,
.carousel-fade > figure.prev {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .carousel-active.swipe {
  z-index: 2;
}
.carousel-fade .carousel-active {
  opacity: 1;
}
.carousel-fade .carousel-active.left, .carousel-fade .carousel-active.right {
  z-index: 2;
  opacity: 0;
}
.carousel-fade .carousel-control, .carousel-fade .carousel-control:visited {
  z-index: 3;
}

.accordion {
  border: solid 1px #c0c0c0;
  margin-bottom: 0.125rem;
}

.accordion-head {
  display: block;
}
.accordion-head a {
  display: block;
  padding: 0.5rem;
}

.accordion-body {
  padding: 0 0.5rem;
  border-top: solid 1px #c0c0c0;
}
.accordion-body.collapse {
  border-top-color: transparent;
}

.trans,
.collapse {
  transition: height 0.3s ease, width 0.3s ease, border 0.3s ease;
}

.expand,
.collapse {
  display: block;
  height: auto;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  width: auto;
}

.collapse {
  height: 0;
}
.collapse.width {
  height: auto;
  width: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.modal-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-right: -1px;
  vertical-align: middle;
}
[dir=rtl] .modal-overlay:before {
  margin-right: 0;
  margin-left: -1px;
}

.modal-loader:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 12px;
  height: 4px;
  margin: auto;
  content: "";
  background-image: url(data:image/gif;base64,R0lGODlhDAAEAPABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJMgABACwAAAAADAAEAAACCoQRqXm42h48MhUAIfkECTIAAQAsBAAAAAQABAAAAgSEjwkFACH5BAUyAAEALAgAAAAEAAQAAAIEhI8JBQA7);
  image-rendering: optimizeSpeed;
}

.modal {
  display: inline-block;
  max-height: 95%;
  max-width: 95%;
  vertical-align: middle;
  margin: 0 auto;
  overflow: auto;
}

.modal-iframe,
.modal-image {
  overflow: hidden;
}

.modal-iframe .media,
.modal-iframe iframe {
  max-height: 100%;
  max-width: 100%;
}

.modal-iframe .media {
  background-color: #fff;
  margin-bottom: 0;
}

.modal-iframe.iframe-full {
  height: 95%;
}

.iframe-full .media {
  height: 100%;
  padding: 0;
}

.modal-image > img {
  max-height: 100%;
}

.modal-content {
  max-height: 75%;
  overflow: auto;
  padding: 1rem;
  background-color: #fff;
  text-align: left;
}
[dir=rtl] .modal-content {
  text-align: right;
}

.modal-header,
.modal-footer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
}

.modal-header {
  padding: 0 4.555rem;
}

.modal-footer {
  top: auto;
  bottom: 0;
}

.modal-close {
  position: fixed;
  top: 1px;
  right: 1px;
  z-index: 2;
  display: inline-block;
  padding: 1.245rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
[dir=rtl] .modal-close {
  right: auto;
  left: 1px;
}

.modal-direction {
  position: fixed;
  top: 49%;
  left: 0;
  z-index: 2;
  display: block;
  width: 3rem;
  padding: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
[dir=rtl] .modal-direction {
  right: 0;
}
.modal-direction.next {
  left: auto;
  right: 0;
}
[dir=rtl] .modal-direction.next {
  right: auto;
  left: 0;
}

button.modal-close,
button.modal-direction {
  background-color: transparent;
  border: none;
}
button.modal-close:hover,
button.modal-direction:hover {
  text-decoration: underline;
}

@media print and (max-width: 536px), screen and (max-width: 48.49em) {
  /*
  * Force the columns to display as rows on small viewports.
     * Headers are applied with data attributes.
  */
  [data-table-list] {
    opacity: 0;
  }
  .table-list {
    display: block;
  }
  .table-list thead,
  .table-list tfoot,
  .table-list th[scope=row] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-list tbody,
  .table-list tr,
  .table-list td {
    position: static;
    display: block;
    overflow: visible;
    visibility: visible;
  }
  .table-list tr:before, .table-list tr:after {
    content: "";
    display: table;
  }
  .table-list tr:after {
    clear: both;
  }
  .table-list td,
  .table-list th[scope=row] {
    float: left;
    width: 100%;
  }
  [dir=rtl] .table-list td,
  [dir=rtl] .table-list th[scope=row] {
    float: right;
  }
  .table-list td:before, .table-list td:after {
    display: block;
    padding: 0.5rem 0;
    font-weight: bold;
  }
  .table-list td:before {
    content: attr(data-thead);
  }
  .table-list th[scope=row]:before, .table-list th[scope=row]:after {
    display: block;
    padding: 0.5rem 0;
    font-weight: bold;
  }
  .table-list th[scope=row]:before {
    content: attr(data-thead);
  }
  .table-list td:after,
  .table-list th[scope=row]:after {
    content: attr(data-tfoot);
  }
  .table-list.table-bordered:not(.no-thead) {
    border-top-style: none;
  }
}
.tabs {
  position: relative;
}
.tabs > ul {
  list-style: none;
  border-bottom: 1px solid #c0c0c0;
  margin-top: 0;
  padding: 0;
}
.tabs > ul > li {
  float: left;
  margin-bottom: -1px;
}
[dir=rtl] .tabs > ul > li {
  float: right;
}
.tabs > ul > li a {
  display: block;
  line-height: 2;
  margin-right: 0.2rem;
  padding: 0 1rem;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}
[dir=rtl] .tabs > ul > li a {
  margin-right: 0;
  margin-left: 0.2rem;
}
.tabs > ul > li a:hover {
  background-color: #ebebeb;
  border-color: #c0c0c0;
}
.tabs > ul > li > [aria-selected=true], .tabs > ul > li > [aria-selected=true]:hover {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-bottom-color: transparent;
  color: #454545;
  cursor: default;
}
.tabs > * {
  display: none;
}
.tabs > ul,
.tabs [tabIndex="0"] {
  display: block;
}

.clearfix:before, .container:before,
.container-full:before, .row:before,
[class*=block-row-]:before, .alert:before, .modal-ajax.container:before,
.modal-iframe:before, .tabs > ul:before, .clearfix:after, .container:after,
.container-full:after, .row:after,
[class*=block-row-]:after, .alert:after, .modal-ajax.container:after,
.modal-iframe:after, .tabs > ul:after {
  content: "";
  display: table;
}
.clearfix:after, .container:after,
.container-full:after, .row:after,
[class*=block-row-]:after, .alert:after, .modal-ajax.container:after,
.modal-iframe:after, .tabs > ul:after {
  clear: both;
}

.push {
  float: right;
}
[dir=rtl] .push {
  float: left;
}

.pull {
  float: left;
}
[dir=rtl] .pull {
  float: right;
}

.push-xxs {
  float: right;
}
[dir=rtl] .push-xxs {
  float: left;
}

.pull-xxs {
  float: left;
}
[dir=rtl] .pull-xxs {
  float: right;
}

@media (max-width: 37.49em) {
  .push-xxs-only {
    float: right;
  }
  [dir=rtl] .push-xxs-only {
    float: left;
  }
  .pull-xxs-only {
    float: left;
  }
  [dir=rtl] .pull-xxs-only {
    float: right;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .push-xs {
    float: right;
  }
  [dir=rtl] .push-xs {
    float: left;
  }
  .pull-xs {
    float: left;
  }
  [dir=rtl] .pull-xs {
    float: right;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 48.49em) {
  .push-xs-only {
    float: right;
  }
  [dir=rtl] .push-xs-only {
    float: left;
  }
  .pull-xs-only {
    float: left;
  }
  [dir=rtl] .pull-xs-only {
    float: right;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48.5em) {
  .push-s {
    float: right;
  }
  [dir=rtl] .push-s {
    float: left;
  }
  .pull-s {
    float: left;
  }
  [dir=rtl] .pull-s {
    float: right;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48.5em) and (max-width: 61.99em) {
  .push-s-only {
    float: right;
  }
  [dir=rtl] .push-s-only {
    float: left;
  }
  .pull-s-only {
    float: left;
  }
  [dir=rtl] .pull-s-only {
    float: right;
  }
}
@media (min-width: 62em) {
  .push-m {
    float: right;
  }
  [dir=rtl] .push-m {
    float: left;
  }
  .pull-m {
    float: left;
  }
  [dir=rtl] .pull-m {
    float: right;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .push-m-only {
    float: right;
  }
  [dir=rtl] .push-m-only {
    float: left;
  }
  .pull-m-only {
    float: left;
  }
  [dir=rtl] .pull-m-only {
    float: right;
  }
}
@media (min-width: 75em) {
  .push-l {
    float: right;
  }
  [dir=rtl] .push-l {
    float: left;
  }
  .pull-l {
    float: left;
  }
  [dir=rtl] .pull-l {
    float: right;
  }
}
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.block-xxs {
  display: block;
}

.inline-block-xxs {
  display: inline-block;
}

.inline-xxs {
  display: inline;
}

@media (max-width: 37.49em) {
  .block-xxs-only {
    display: block;
  }
  .inline-block-xxs-only {
    display: inline-block;
  }
  .inline-xxs-only {
    display: inline;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .block-xs {
    display: block;
  }
  .inline-block-xs {
    display: inline-block;
  }
  .inline-xs {
    display: inline;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 48.49em) {
  .block-xs-only {
    display: block;
  }
  .inline-block-xs-only {
    display: inline-block;
  }
  .inline-xs-only {
    display: inline;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48.5em) {
  .block-s {
    display: block;
  }
  .inline-block-s {
    display: inline-block;
  }
  .inline-s {
    display: inline;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48.5em) and (max-width: 61.99em) {
  .block-s-only {
    display: block;
  }
  .inline-block-s-only {
    display: inline-block;
  }
  .inline-s-only {
    display: inline;
  }
}
@media (min-width: 62em) {
  .block-m {
    display: block;
  }
  .inline-block-m {
    display: inline-block;
  }
  .inline-m {
    display: inline;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .block-m-only {
    display: block;
  }
  .inline-block-m-only {
    display: inline-block;
  }
  .inline-m-only {
    display: inline;
  }
}
@media (min-width: 75em) {
  .block-l {
    display: block;
  }
  .inline-block-l {
    display: inline-block;
  }
  .inline-l {
    display: inline;
  }
}
.text-pull {
  text-align: left;
}
[dir=rtl] .text-pull {
  text-align: right;
}

.text-push {
  text-align: right;
}
[dir=rtl] .text-push {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-xxs-pull {
  text-align: left;
}
[dir=rtl] .text-xxs-pull {
  text-align: right;
}

.text-xxs-push {
  text-align: right;
}
[dir=rtl] .text-xxs-push {
  text-align: left;
}

.text-xxs-center {
  text-align: center;
}

@media (max-width: 37.49em) {
  .text-xxs-pull-only {
    text-align: left;
  }
  [dir=rtl] .text-xxs-pull-only {
    text-align: right;
  }
  .text-xxs-push-only {
    text-align: right;
  }
  [dir=rtl] .text-xxs-push-only {
    text-align: left;
  }
  .text-xxs-center-only {
    text-align: center;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .text-xs-pull {
    text-align: left;
  }
  [dir=rtl] .text-xs-pull {
    text-align: right;
  }
  .text-xs-push {
    text-align: right;
  }
  [dir=rtl] .text-xs-push {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 48.49em) {
  .text-xs-pull-only {
    text-align: left;
  }
  [dir=rtl] .text-xs-pull-only {
    text-align: right;
  }
  .text-xs-push-only {
    text-align: right;
  }
  [dir=rtl] .text-xs-push-only {
    text-align: left;
  }
  .text-xs-center-only {
    text-align: center;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48.5em) {
  .text-s-pull {
    text-align: left;
  }
  [dir=rtl] .text-s-pull {
    text-align: right;
  }
  .text-s-push {
    text-align: right;
  }
  [dir=rtl] .text-s-push {
    text-align: left;
  }
  .text-s-center {
    text-align: center;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48.5em) and (max-width: 61.99em) {
  .text-s-pull-only {
    text-align: left;
  }
  [dir=rtl] .text-s-pull-only {
    text-align: right;
  }
  .text-s-push-only {
    text-align: right;
  }
  [dir=rtl] .text-s-push-only {
    text-align: left;
  }
  .text-s-center-only {
    text-align: center;
  }
}
@media (min-width: 62em) {
  .text-m-pull {
    text-align: left;
  }
  [dir=rtl] .text-m-pull {
    text-align: right;
  }
  .text-m-push {
    text-align: right;
  }
  [dir=rtl] .text-m-push {
    text-align: left;
  }
  .text-m-center {
    text-align: center;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .text-m-pull-only {
    text-align: left;
  }
  [dir=rtl] .text-m-pull-only {
    text-align: right;
  }
  .text-m-push-only {
    text-align: right;
  }
  [dir=rtl] .text-m-push-only {
    text-align: left;
  }
  .text-m-center-only {
    text-align: center;
  }
}
@media (min-width: 75em) {
  .text-l-pull {
    text-align: left;
  }
  [dir=rtl] .text-l-pull {
    text-align: right;
  }
  .text-l-push {
    text-align: right;
  }
  [dir=rtl] .text-l-push {
    text-align: left;
  }
  .text-l-center {
    text-align: center;
  }
}
.grid-state-indicator {
  position: absolute;
  top: -9999px;
  height: 1px;
  width: 0;
}

@media (max-width: 37.49em) {
  .grid-state-indicator {
    width: 0;
  }
}
@media print and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 48.49em) {
  .grid-state-indicator {
    width: 1px;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48.5em) and (max-width: 61.99em) {
  .grid-state-indicator {
    width: 2px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .grid-state-indicator {
    width: 3px;
  }
}
@media (min-width: 75em) {
  .grid-state-indicator {
    width: 4px;
  }
}
.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

[data-lock], [data-lock] body {
  height: 100%;
  overflow: hidden;
  touch-action: none;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.fade-out,
.fade-in {
  transition: opacity 0.3s;
}

.fade-out {
  opacity: 0 !important;
}

.fade-in {
  opacity: 1 !important;
}

.visible-xxs, .visible-on-mobile,
.visible-xs,
.visible-s,
.visible-m,
.visible-l {
  display: none !important;
}

@media (max-width: 37.49em) {
  .hidden-xxs, .hidden-on-mobile {
    display: none !important;
  }
  .visible-xxs, .visible-on-mobile {
    display: block !important;
  }
  .visible-xxs.inline, .inline.visible-on-mobile {
    display: inline !important;
  }
  .visible-xxs.inline-block, .inline-block.visible-on-mobile {
    display: inline-block !important;
  }
  table.visible-xxs, table.visible-on-mobile {
    display: table;
  }
  thead.visible-xxs, thead.visible-on-mobile {
    display: table-header-group !important;
  }
  tfoot.visible-xxs, tfoot.visible-on-mobile {
    display: table-footer-group !important;
  }
  tr.visible-xxs, tr.visible-on-mobile {
    display: table-row !important;
  }
  th.visible-xxs, th.visible-on-mobile,
  td.visible-xxs,
  td.visible-on-mobile {
    display: table-cell !important;
  }
  col.visible-xxs, col.visible-on-mobile {
    display: table-column !important;
  }
  caption.visible-xxs, caption.visible-on-mobile {
    display: table-caption !important;
  }
}
@media print and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 48.49em) {
  .hidden-xs, .hidden-on-mobile {
    display: none !important;
  }
  .visible-xs, .visible-on-mobile {
    display: block !important;
  }
  .visible-xs.inline, .inline.visible-on-mobile {
    display: inline !important;
  }
  .visible-xs.inline-block, .inline-block.visible-on-mobile {
    display: inline-block !important;
  }
  table.visible-xs, table.visible-on-mobile {
    display: table;
  }
  thead.visible-xs, thead.visible-on-mobile {
    display: table-header-group !important;
  }
  tfoot.visible-xs, tfoot.visible-on-mobile {
    display: table-footer-group !important;
  }
  tr.visible-xs, tr.visible-on-mobile {
    display: table-row !important;
  }
  th.visible-xs, th.visible-on-mobile,
  td.visible-xs,
  td.visible-on-mobile {
    display: table-cell !important;
  }
  col.visible-xs, col.visible-on-mobile {
    display: table-column !important;
  }
  caption.visible-xs, caption.visible-on-mobile {
    display: table-caption !important;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48.5em) and (max-width: 61.99em) {
  .hidden-s {
    display: none !important;
  }
  .visible-s {
    display: block !important;
  }
  .visible-s.inline {
    display: inline !important;
  }
  .visible-s.inline-block {
    display: inline-block !important;
  }
  table.visible-s {
    display: table;
  }
  thead.visible-s {
    display: table-header-group !important;
  }
  tfoot.visible-s {
    display: table-footer-group !important;
  }
  tr.visible-s {
    display: table-row !important;
  }
  th.visible-s,
  td.visible-s {
    display: table-cell !important;
  }
  col.visible-s {
    display: table-column !important;
  }
  caption.visible-s {
    display: table-caption !important;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .hidden-m {
    display: none !important;
  }
  .visible-m {
    display: block !important;
  }
  .visible-m.inline {
    display: inline !important;
  }
  .visible-m.inline-block {
    display: inline-block !important;
  }
  table.visible-m {
    display: table;
  }
  thead.visible-m {
    display: table-header-group !important;
  }
  tfoot.visible-m {
    display: table-footer-group !important;
  }
  tr.visible-m {
    display: table-row !important;
  }
  th.visible-m,
  td.visible-m {
    display: table-cell !important;
  }
  col.visible-m {
    display: table-column !important;
  }
  caption.visible-m {
    display: table-caption !important;
  }
}
@media (min-width: 75em) {
  .hidden-l {
    display: none !important;
  }
  .visible-l {
    display: block !important;
  }
  .visible-l.inline {
    display: inline !important;
  }
  .visible-l.inline-block {
    display: inline-block !important;
  }
  table.visible-l {
    display: table;
  }
  thead.visible-l {
    display: table-header-group !important;
  }
  tfoot.visible-l {
    display: table-footer-group !important;
  }
  tr.visible-l {
    display: table-row !important;
  }
  th.visible-l,
  td.visible-l {
    display: table-cell !important;
  }
  col.visible-l {
    display: table-column !important;
  }
  caption.visible-l {
    display: table-caption !important;
  }
}
@media print {
  *, :before, :after, *:first-letter, *:first-line {
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important;
    color: #000 !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #c0c0c0;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .container, .modal-ajax.container,
  .modal-iframe,
  .modal-ajax.modal-iframe {
    max-width: 100%;
    width: 100%;
  }
  .container.fixed,
  .fixed.modal-iframe, .fixed .container,
  .fixed .modal-iframe {
    width: 100%;
  }
}
/* Core */
/* 
    ===============================
    SETTINGS
    ===============================
*/
/* Colors */
/* Font size */
/* Borders */
/* Spacing */
/* Breakpoints */
/* 
    ===============================
    TOOLS
    ===============================
*/
/* Functions */
/* Mixins */
/* 
    ===============================
    TYPOGRAPHY
    ===============================
*/
html {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  line-height: 1.5714285714;
}

h1, .h1, h2, .h2, .doughnut-chart__value, h3, .h3, h4, .h4, h5, .h5, .hxl, .hxxl,
.main-nav li,
.mobile-nav__link,
.footer__legal-links,
.footer__header,
.btn,
.pagination,
.step__img-badge {
  font-family: "Multicolore", sans-serif;
}

.btn--verify {
  font-family: "Montserrat", sans-serif;
}

h1, .h1, h2, .h2, .doughnut-chart__value, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .hxl, .hxxl, p {
  margin: 0 0 20px;
}

h1, .h1, h2, .h2, .doughnut-chart__value, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .hxl, .hxxl {
  color: #2e424e;
}
h1.alt, .h1.alt, h2.alt, .h2.alt, .alt.doughnut-chart__value, h3.alt, .h3.alt, h4.alt, .h4.alt, h5.alt, .h5.alt, h6.alt, .h6.alt, .hxl.alt, .hxxl.alt {
  font-family: "Montserrat", sans-serif;
}

h1, .h1,
h2, .h2, .doughnut-chart__value,
.hxl {
  font-size: 35px;
  font-size: 2.5rem;
  line-height: 35px;
}

h3, .h3,
h4, .h4 {
  font-size: 25px;
  font-size: 1.7857142857rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 26px;
}

h6, .h6 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  line-height: 22px;
  font-weight: bold;
}

.hxxl {
  font-size: 55px;
  font-size: 3.9285714286rem;
  line-height: 55px;
}

@media screen and (min-width: 48.5em) {
  h1, .h1 {
    font-size: 60px;
    font-size: 4.2857142857rem;
    line-height: 60px;
  }
  h2, .h2, .doughnut-chart__value {
    font-size: 48px;
    font-size: 3.4285714286rem;
    line-height: 48px;
  }
  h3, .h3 {
    font-size: 32px;
    font-size: 2.2857142857rem;
    line-height: 32px;
  }
  h4, .h4 {
    font-size: 25px;
    font-size: 1.7857142857rem;
    line-height: 30px;
  }
  h5, .h5 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    line-height: 26px;
  }
  h6, .h6 {
    font-size: 17px;
    font-size: 1.2142857143rem;
    line-height: 22px;
    font-weight: bold;
  }
  .hxl {
    font-size: 80px;
    font-size: 5.7142857143rem;
    line-height: 80px;
  }
  .hxxl {
    font-size: 170px;
    font-size: 12.1428571429rem;
    line-height: 170px;
  }
}
.large,
.large p,
.large li {
  font-size: 17px;
  font-size: 1.2142857143rem;
  line-height: 28px;
}

.small, .cip__text {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 16px;
}

.xsmall {
  font-size: 10px;
  font-size: 0.7142857143rem;
  line-height: 2.2;
}

p, li {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5714285714;
  color: #2e424e;
}
p.light, p span.light, li.light, li span.light {
  color: #98a2ad;
}

a {
  color: #6d18e9;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
a:hover, a:focus {
  color: #1482ff;
}

ul,
ol {
  margin: 0 0 20px;
}
ul > li:before,
ol > li:before {
  color: #6d18e9;
}
.bg-grey-darkest ul > li:before,
.bg-grey-darkest ol > li:before {
  color: #1482ff;
}
.bg-purple ul > li:before,
.bg-purple ol > li:before {
  color: white;
}

hr {
  border: 0;
  height: 1px;
  background: #e5e7eb;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 48.5em) {
  hr.hr--large {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

span.mwf {
  display: inline-block;
}

.mwf_contain i {
  line-height: 1.2;
}

.mwf--color .mwf_color_g,
.mwf--color .mwf_color_y,
.mwf--color .mwf_color_r {
  color: #6d18e9;
  mix-blend-mode: multiply !important;
}

.mwf--color .mwf_color_b,
.mwf--color .mwf_color_c,
.mwf--color .mwf_color_p,
.mwf--color .mwf_color_o {
  color: #1482ff;
  mix-blend-mode: multiply !important;
}

.mwf--color .mwf_b .mwf_color_o,
.mwf--color .mwf_g .mwf_color_p,
.mwf--color .mwf_5 .mwf_color_b,
.mwf--color .mwf_6 .mwf_color_c,
.mwf--color .mwf_6 .mwf_color_b {
  color: #6d18e9;
}

.mwf--color .mwf_b .mwf_color_y,
.mwf--color .mwf_f .mwf_color_g,
.mwf--color .mwf_g .mwf_color_r,
.mwf--color .mwf_h .mwf_color_g,
.mwf--color .mwf_l .mwf_color_g,
.mwf--color .mwf_m .mwf_color_r,
.mwf--color .mwf_n .mwf_color_r,
.mwf--color .mwf_n .mwf_color_g,
.mwf--color .mwf_o .mwf_color_g,
.mwf--color .mwf_p .mwf_color_r,
.mwf--color .mwf_q .mwf_color_g,
.mwf--color .mwf_r .mwf_color_r,
.mwf--color .mwf_t .mwf_color_g,
.mwf--color .mwf_u .mwf_color_r,
.mwf--color .mwf_w .mwf_color_y,
.mwf--color .mwf_x .mwf_color_y,
.mwf--color .mwf_y .mwf_color_y,
.mwf--color .mwf_1 .mwf_color_g,
.mwf--color .mwf_2 .mwf_color_y,
.mwf--color .mwf_3 .mwf_color_y,
.mwf--color .mwf_5 .mwf_color_g,
.mwf--color .mwf_6 .mwf_color_y,
.mwf--color .mwf_6 .mwf_color_r,
.mwf--color .mwf_7 .mwf_color_r,
.mwf--color .mwf_8 .mwf_color_g,
.mwf--color .mwf_9 .mwf_color_g,
.mwf--color .mwf_0063 .mwf_color_y {
  color: #1482ff;
}

.mwf--white,
.mwf--white .mwf_color_g,
.mwf--white .mwf_color_y,
.mwf--white .mwf_color_r,
.mwf--white .mwf_color_b,
.mwf--white .mwf_color_c,
.mwf--white .mwf_color_p,
.mwf--white .mwf_color_o {
  color: white;
  color: rgba(255, 255, 255, 0.75);
}

.intro {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 24px;
}

.rte h4 {
  color: #1482ff;
}

.smd em {
  font-style: normal;
  color: #1482ff;
}
.smd strong {
  font-weight: normal;
  color: #6d18e9;
}

/* 
    ===============================
    STRUCTURE
    ===============================
*/
/* Page */
html {
  height: auto !important;
}
html.iframe {
  height: 100% !important;
}

body {
  padding-top: 120px; /* Nav offset + Cookie Consent */
  -webkit-transition: padding-top 0.25s ease;
  -moz-transition: padding-top 0.25s ease;
  -ms-transition: padding-top 0.25s ease;
  -o-transition: padding-top 0.25s ease;
  transition: padding-top 0.25s ease;
}
.cookie-consented body {
  padding-top: 90px; /* Nav offset */
}
@media screen and (min-width: 62em) {
  body {
    padding-top: 160px; /* Nav offset + Cookie Consent */
  }
  .cookie-consented body {
    padding-top: 130px; /* Nav offset */
  }
}
.iframe body {
  padding: 0;
  height: 100% !important;
}

/* Logos */
.logo--multiline {
  width: 150px;
  height: 60px;
}

@media screen and (min-width: 48.5em) {
  .logo--multiline,
  .scrolled .logo--multiline {
    display: inline-block;
    margin-right: 20px;
  }
}
/* Header */
header {
  position: absolute;
  top: 30px; /* Cookie consent height */
  left: 0;
  width: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  -webkit-transition: top 0.25s ease;
  -moz-transition: top 0.25s ease;
  -ms-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
}
.cookie-consented header {
  top: 0;
}
@media screen and (min-width: 62em) {
  header {
    position: fixed;
  }
}

.header__container {
  padding: 15px 0;
  -webkit-transition: padding-top 0.25s ease, padding-bottom 0.25s ease;
  -moz-transition: padding-top 0.25s ease, padding-bottom 0.25s ease;
  -ms-transition: padding-top 0.25s ease, padding-bottom 0.25s ease;
  -o-transition: padding-top 0.25s ease, padding-bottom 0.25s ease;
  transition: padding-top 0.25s ease, padding-bottom 0.25s ease;
}

/*.scrolled .header__container
{
    padding-top: $global-spacing-unit-small;
    padding-bottom: $global-spacing-unit-small;
}*/
/* Header Search */
.header-search {
  display: none;
  position: relative;
}
@media screen and (min-width: 62em) {
  .header-search {
    display: block;
    width: 250px;
    float: right;
  }
}
.header-search input[type=text] {
  padding: 15px;
  background-color: #f6f7f9;
}
.header-search button {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  color: #6d18e9;
  background-color: transparent;
}

/* Main nav */
.main-menu__container {
  display: none;
  background-color: #1482ff;
}
@media screen and (min-width: 62em) {
  .main-menu__container {
    display: block;
  }
}

.main-nav.main-nav {
  display: table;
  width: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.25);
}

.main-nav.main-nav li {
  font-size: 14px;
  font-size: 1rem;
  line-height: 20px;
  display: table-cell;
}

.main-nav__link {
  display: block;
  text-align: center;
  padding: 10px;
  color: white;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
}
.main-nav__link:hover, .main-nav__link:focus {
  color: white;
}
.active .main-nav__link {
  border-bottom: solid 2px #6d18e9;
}

.main-nav__link--has-sub-nav:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  padding-left: 10px;
}

.main-nav__link--has-sub-nav.active {
  outline: none;
}
.main-nav__link--has-sub-nav.active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ffffff transparent;
}

.sub-main-menu {
  display: none;
  background-color: white;
  padding: 0 20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 82.5em) {
  .sub-main-menu {
    padding: 0 5%;
  }
}

.sub-main-menu {
  display: none;
  table-layout: fixed;
  width: 100%;
}
.sub-main-menu.active {
  display: table;
}

.sub-main-menu__column {
  position: relative;
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: top;
}
.sub-main-menu__column.align-mid {
  vertical-align: middle;
}
.sub-main-menu__column:after {
  position: absolute;
  content: "";
  width: 1px;
  top: 20px;
  bottom: 20px;
  left: 100%;
  background-color: #e5e7eb;
}
.sub-main-menu__column:last-child:after {
  display: none;
}

.sub-main-menu__link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-main-menu__link-list a {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 10px 20px 10px 0;
  border-bottom: solid 1px #e5e7eb;
}
.sub-main-menu__link-list a:after {
  content: "\f054";
  font: normal normal normal 14px/20px FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.sub-main-menu__link-list li:before {
  display: none;
}
.sub-main-menu__link-list li {
  text-align: left;
}
.sub-main-menu__link-list li:last-child a {
  border: 0;
}

.mobile-nav-button__icon {
  width: 45px;
  height: 45px;
  fill: #6d18e9;
}
a:hover > .mobile-nav-button__icon {
  fill: #1482ff;
}

@media screen and (min-width: 62em) {
  .mobile-nav-button--open {
    display: none;
  }
}
.mobile-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999999;
  padding-top: 120px;
  padding-bottom: 40px;
  overflow: auto;
}
.mobile-nav li {
  margin-left: 20px;
  margin-right: 20px;
}
.mobile-nav li li {
  margin-left: 0;
  margin-right: 0;
}
.mobile-nav .mobile-nav__link-item {
  text-align: left;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}

.mobile-nav-open .mobile-nav {
  display: block;
}

.mobile-nav-button--close {
  position: absolute;
  top: 27px;
  right: 20px;
  -webkit-transition: top 0.25s ease;
  -moz-transition: top 0.25s ease;
  -ms-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
}
.mobile-nav-button--close .mobile-nav-button__icon {
  fill: white;
}

.mobile-nav__link {
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 20px;
  display: block;
  padding: 20px 10px;
}
.mobile-nav__link:hover, .mobile-nav__link:focus {
  color: white;
}

.mobile-nav__link--has-sub-nav:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  float: right;
  padding-left: 10px;
  line-height: 20px;
}

.mobile-nav__link--has-sub-nav.active:after {
  content: "\f077";
}

.mobile-nav__sub-link {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.375;
  display: block;
  font-weight: bold;
  padding: 3px 10px;
}
.mobile-nav__sub-link:last-child {
  padding-bottom: 20px;
}

.mobile-nav__share-header {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5714285714;
}

.mobile-nav__share-link {
  display: inline-block;
  margin: 0 10px;
}

.mobile-nav__share-link__icon {
  width: 40px;
  height: 40px;
  fill: rgba(255, 255, 255, 0.75);
}
a:hover > .mobile-nav__share-link__icon {
  fill: white;
}

/* Sub Nav */
.sub-nav a {
  display: block;
  color: #2e424e;
  padding: 10px 20px;
  white-space: nowrap;
}
.sub-nav a:hover, .sub-nav a:focus {
  color: #1482ff;
}

@media screen and (min-width: 48.5em) {
  .sub-nav li {
    margin-bottom: 10px;
  }
  .sub-nav a {
    padding: 0;
  }
}
.sub-nav .active a,
.sub-nav a.active {
  color: #6d18e9;
}

.mobile-sub-nav__toggle {
  color: #98a2ad;
  background-color: white;
  text-align: left;
  border: 0;
  border-bottom: solid 2px #f7f7f9;
  padding: 10px 20px;
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
  line-height: 20px;
}
.mobile-sub-nav__toggle:hover, .mobile-sub-nav__toggle:focus {
  background-color: white;
}
.cdrdealershippage .mobile-sub-nav__toggle {
  border-top: solid 2px #f7f7f9;
}

.mobile-sub-nav__toggle-icon {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 20px;
  float: right;
  color: #6d18e9;
}

.mobile-sub-nav {
  z-index: 200;
}

.mobile-sub-nav__content {
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 200;
  padding: 0;
}

.mobile-sub-nav__content a {
  display: block;
  padding: 10px 20px;
  border-bottom: solid 2px #f7f7f9;
}

.mobile-sub-nav__content .active a,
.mobile-sub-nav__content a.active {
  background-color: #f7f7f9;
}

/* Footer */
footer a {
  color: white;
}

.footer__header {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5714285714;
  color: white;
}

.footer__links,
.footer__legal {
  padding: 40px 0;
}

.footer__links li {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.8333333333;
  margin-bottom: 3px;
}

.footer__social-link-bar {
  padding: 20px 0;
  text-align: center;
}

.footer__share-link {
  margin-bottom: 5px;
}

.footer__share-link__icon.footer__share-link__icon {
  width: 24px;
  height: 24px;
  fill: white;
  fill: rgba(255, 255, 255, 0.75);
}

.footer__legal-links.footer__legal-links {
  margin-bottom: 20px;
}
.footer__legal-links.footer__legal-links li {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5714285714;
}

.footer__copyright {
  display: inline-block;
  opacity: 0.5;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5714285714;
}

@media screen and (min-width: 48.5em) {
  .footer__legal-links.footer__legal-links {
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .footer__legal-links.footer__legal-links > li {
    font-family: "Montserrat", sans-serif;
    padding-left: 20px;
    margin: 0;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.8333333333;
  }
  .footer__copyright {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.8333333333;
  }
}
input[type=text],
input[type=email],
input[type=datetime],
input[type=number],
select,
textarea,
.supplement {
  color: #2e424e !important;
  background-color: white;
  border: solid 2px #e5e7eb;
  padding: 20px 20px;
  margin-bottom: 0;
  height: auto;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.375;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
input[type=text].input--large,
input[type=email].input--large,
input[type=datetime].input--large,
input[type=number].input--large,
select.input--large,
textarea.input--large,
.supplement.input--large {
  padding: 20px 20px;
}
input[type=text].input--small,
input[type=email].input--small,
input[type=datetime].input--small,
input[type=number].input--small,
select.input--small,
textarea.input--small,
.supplement.input--small {
  padding: 10px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5714285714;
}
.input-group--supplement-right input[type=text],
.input-group--supplement-right input[type=email],
.input-group--supplement-right input[type=datetime],
.input-group--supplement-right input[type=number],
.input-group--supplement-right select,
.input-group--supplement-right textarea,
.input-group--supplement-right .supplement {
  border-right-width: 0;
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}

@media screen and (max-width: 20em) {
  input[type=text],
  input[type=email],
  input[type=datetime],
  input[type=number],
  select,
  textarea,
  .supplement {
    padding: 10px 10px;
  }
}
.supplement.supplement {
  color: #6d18e9 !important;
  border-right-width: 2px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.supplement.supplement:hover, .supplement.supplement:focus {
  color: #1482ff !important;
}
.supplement.supplement .fa {
  font-size: 20px;
  line-height: 20px;
}

.input-group--supplement-right .supplement {
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}

textarea {
  min-height: 200px;
}

select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzZkMThlOSINCiAgICAgZD0ibSAxNC44Mjk3MDIsNS44OTU1NDkgLTYuNDM5MTg1Niw2LjQzMDUwNyBxIC0wLjE2NDg4NDgsMC4xNjQ4ODUgLTAuMzkwNTE2MywwLjE2NDg4NSAtMC4yMjU2MzE0LDAgLTAuMzkwNTE2MiwtMC4xNjQ4ODUgTCAxLjE3MDI5ODQsNS44OTU1NDkgUSAxLjAwNTQxMzYsNS43MzA2NjQzIDEuMDA1NDEzNiw1LjUwMDY5NDMgcSAwLC0wLjIyOTk3MTUgMC4xNjQ4ODQ4LC0wLjM5NDg1NjIgTCAyLjYxMDg3MSwzLjY3Mzk0MzggcSAwLjE2NDg4NDgsLTAuMTY0ODg0NyAwLjM5MDUxNjMsLTAuMTY0ODg0NyAwLjIyNTYzMTUsMCAwLjM5MDUxNjIsMC4xNjQ4ODQ3IEwgOC4wMDAwMDAxLDguMjgyMDM4NiAxMi42MDgwOTUsMy42NzM5NDM4IHEgMC4xNjQ4ODUsLTAuMTY0ODg0NyAwLjM5MDUxNywtMC4xNjQ4ODQ3IDAuMjI1NjMyLDAgMC4zOTA1MTcsMC4xNjQ4ODQ3IGwgMS40NDA1NzMsMS40MzE4OTQzIHEgMC4xNjQ4ODQsMC4xNjQ4ODQ3IDAuMTY0ODg0LDAuMzk0ODU2MiAwLDAuMjI5OTcgLTAuMTY0ODg0LDAuMzk0ODU0NyB6Ii8+PC9zdmc+);
  background-position: right 1rem center;
  background-repeat: no-repeat;
}

select::-ms-expand {
  display: none;
}

select > option {
  color: #2e424e !important;
}

label {
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 1.2222222222;
  font-weight: 600;
  margin-bottom: 10px;
}

label.inline {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5714285714;
  margin-left: 10px;
}

fieldset {
  margin-bottom: 20px;
}

@media screen and (min-width: 48.5em) {
  fieldset {
    margin-bottom: 40px;
  }
}
fieldset.alt {
  background-color: #edeff3;
  margin: 0 -20px 20px;
  padding: 20px;
}

@media screen and (min-width: 48.5em) {
  fieldset.alt {
    background-color: #edeff3;
    margin: 0 -50px 40px -3000px;
    padding: 40px 50px 40px 3000px;
  }
}
.input-row {
  margin-bottom: 20px;
}

@media screen and (min-width: 48.5em) {
  .input-row {
    margin-bottom: 40px;
  }
}
.input-field {
  position: relative;
}
form.validate .input-field {
  margin-right: 60px;
}

@media screen and (max-width: 20em) {
  form.validate .input-field {
    margin-right: 50px;
  }
}
.input-field__icon {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

@media screen and (max-width: 48.5em) {
  .input-field--date > .row {
    margin: 0;
  }
  .input-field--date > .row > [class*=col-] {
    border: none;
    background-clip: border-box;
  }
  .input-field--date .input--day,
  .input-field--date .input--month {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    padding-right: 10px;
    border-right-width: 0;
    background-image: none;
  }
  .input-field--date .input--month,
  .input-field--date .input--year {
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    padding-left: 10px;
  }
}
@media screen and (max-width: 20em) {
  .input--year {
    background-image: none;
  }
}
.input-description {
  display: block;
  color: #98a2ad;
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.8333333333;
}

.input-valid-icon {
  display: none;
  position: absolute;
  top: 0;
  right: -60px;
  width: 40px;
  height: 60px;
}
.input-field.valid .input-valid-icon {
  display: block;
}

@media screen and (max-width: 20em) {
  .input-valid-icon {
    width: 35px;
    height: 45px;
    right: -50px;
  }
}
.input-row--check {
  position: relative;
  padding-left: 40px; /* Check width + 10px margin */
  min-height: 30px;
}
.input-row--check .input-row__input {
  position: absolute;
  top: 0;
  left: 0;
}
.input-row--check .input-row__label {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.8333333333;
  color: #98a2ad;
  padding-top: 5px;
}

.check {
  display: inline-block;
  color: #2e424e !important;
  background-color: white;
  border: solid 1px #e5e7eb;
  width: 30px;
  height: 30px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.check .mark {
  display: inline-block;
  background-color: white;
  width: 10px;
  height: 10px;
  margin: 9px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
input[type=radio]:checked ~ .check .mark, input[type=checkbox]:checked ~ .check .mark {
  background-color: #6d18e9;
}

.input--star-rating .star-rating__star {
  cursor: pointer;
}

.input--yes-no .active {
  color: white !important;
  background-color: #6d18e9 !important;
  border-color: #6d18e9 !important;
}

.btn-bar {
  text-align: center;
}

@media screen and (min-width: 48.5em) {
  .btn-bar {
    text-align: left;
  }
}
@media screen and (min-width: 48.5em) {
  .form--search [class*=col-] {
    border-left-width: 5px;
    border-right-width: 5px;
  }
}
.dark-radio {
  border-color: #2d3e4f !important;
}

.dark-radio-text {
  color: #2d3e4f !important;
}

/* 
    ===============================
    COMPONENTS
    ===============================
*/
/* Grid Container */
.container, .modal-ajax.container,
.modal-iframe,
.modal-ajax.modal-iframe {
  width: calc(100% - 40px);
}

/*
@media screen and (min-width: 48.5em) 
{
    .container--inset
    {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (min-width: 62em) 
{
    .container--inset
    {
        padding-left: 120px;
        padding-right: 120px;
    }
}
*/
/* Grid Extensions */
.equal-height--middle > [class*=col-] {
  vertical-align: middle;
}

/* Split */
@media screen and (min-width: 0em) {
  .split {
    display: table;
    width: 100%;
  }
  .split .split__left,
  .split .split__right {
    display: table-cell;
    vertical-align: top;
  }
  .split .split__left img,
  .split .split__right img {
    vertical-align: bottom;
  }
  .split.split--middle .split__left, .split.split--middle .split__right {
    vertical-align: middle;
  }
  .split.split--bottom .split__left, .split.split--bottom .split__right {
    vertical-align: bottom;
  }
  .split .split__right {
    direction: rtl;
  }
  .split .split__right > * {
    direction: ltr;
  }
}
@media screen and (min-width: 48.5em) {
  .split-s {
    display: table;
    width: 100%;
  }
  .split-s .split__left,
  .split-s .split__right {
    display: table-cell;
    vertical-align: top;
  }
  .split-s .split__left img,
  .split-s .split__right img {
    vertical-align: bottom;
  }
  .split-s.split--middle .split__left, .split-s.split--middle .split__right {
    vertical-align: middle;
  }
  .split-s.split--bottom .split__left, .split-s.split--bottom .split__right {
    vertical-align: bottom;
  }
  .split-s .split__right {
    direction: rtl;
  }
  .split-s .split__right > * {
    direction: ltr;
  }
}
@media screen and (min-width: 62em) {
  .split-m {
    display: table;
    width: 100%;
  }
  .split-m .split__left,
  .split-m .split__right {
    display: table-cell;
    vertical-align: top;
  }
  .split-m .split__left img,
  .split-m .split__right img {
    vertical-align: bottom;
  }
  .split-m.split--middle .split__left, .split-m.split--middle .split__right {
    vertical-align: middle;
  }
  .split-m.split--bottom .split__left, .split-m.split--bottom .split__right {
    vertical-align: bottom;
  }
  .split-m .split__right {
    direction: rtl;
  }
  .split-m .split__right > * {
    direction: ltr;
  }
}
@media screen and (min-width: 75em) {
  .split-l {
    display: table;
    width: 100%;
  }
  .split-l .split__left,
  .split-l .split__right {
    display: table-cell;
    vertical-align: top;
  }
  .split-l .split__left img,
  .split-l .split__right img {
    vertical-align: bottom;
  }
  .split-l.split--middle .split__left, .split-l.split--middle .split__right {
    vertical-align: middle;
  }
  .split-l.split--bottom .split__left, .split-l.split--bottom .split__right {
    vertical-align: bottom;
  }
  .split-l .split__right {
    direction: rtl;
  }
  .split-l .split__right > * {
    direction: ltr;
  }
}
.split__right.icon-position--left {
  direction: unset;
  text-align: right;
}
.split__right.icon-position--left a:first-child {
  margin-right: 20px;
}
.split__right.icon-position--top {
  text-align: right;
  direction: unset;
}
.split__right.icon-position--top a {
  display: block;
}
.split__right.icon-position--top a:first-child {
  max-width: 180px;
  margin-left: auto;
  margin-bottom: 10px;
}
.split__right.icon-position--top a:nth-child(2) {
  margin-right: 15px;
}

.reviewer_confirmed a {
  margin-top: -10px;
  float: right;
}

@media screen and (max-width: 48.5em) {
  .reviewer_confirmed a {
    display: none;
  }
}
/* Stacks */
.h-stack {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 0em) {
  .h-stack {
    display: table;
  }
  .h-stack.h-stack--even {
    table-layout: fixed;
  }
  .h-stack.h-stack--wide {
    width: 100%;
  }
  .h-stack > li,
  .h-stack .h-stack__item {
    display: table-cell;
    margin: 0;
    padding: 0;
  }
  .h-stack > li:before,
  .h-stack .h-stack__item:before {
    display: none;
  }
  .h-stack--top > .h-stack > li,
  .h-stack--top > .h-stack .h-stack__item {
    vertical-align: top;
  }
  .h-stack--middle > .h-stack > li,
  .h-stack--middle > .h-stack .h-stack__item {
    vertical-align: middle;
  }
  .h-stack--bottom > .h-stack > li,
  .h-stack--bottom > .h-stack .h-stack__item {
    vertical-align: bottom;
  }
}
.h-stack-s {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 48.5em) {
  .h-stack-s {
    display: table;
  }
  .h-stack-s.h-stack--even {
    table-layout: fixed;
  }
  .h-stack-s.h-stack--wide {
    width: 100%;
  }
  .h-stack-s > li,
  .h-stack-s .h-stack__item {
    display: table-cell;
    margin: 0;
    padding: 0;
  }
  .h-stack-s > li:before,
  .h-stack-s .h-stack__item:before {
    display: none;
  }
  .h-stack--top > .h-stack-s > li,
  .h-stack--top > .h-stack-s .h-stack__item {
    vertical-align: top;
  }
  .h-stack--middle > .h-stack-s > li,
  .h-stack--middle > .h-stack-s .h-stack__item {
    vertical-align: middle;
  }
  .h-stack--bottom > .h-stack-s > li,
  .h-stack--bottom > .h-stack-s .h-stack__item {
    vertical-align: bottom;
  }
}
.h-stack-m {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 62em) {
  .h-stack-m {
    display: table;
  }
  .h-stack-m.h-stack--even {
    table-layout: fixed;
  }
  .h-stack-m.h-stack--wide {
    width: 100%;
  }
  .h-stack-m > li,
  .h-stack-m .h-stack__item {
    display: table-cell;
    margin: 0;
    padding: 0;
  }
  .h-stack-m > li:before,
  .h-stack-m .h-stack__item:before {
    display: none;
  }
  .h-stack--top > .h-stack-m > li,
  .h-stack--top > .h-stack-m .h-stack__item {
    vertical-align: top;
  }
  .h-stack--middle > .h-stack-m > li,
  .h-stack--middle > .h-stack-m .h-stack__item {
    vertical-align: middle;
  }
  .h-stack--bottom > .h-stack-m > li,
  .h-stack--bottom > .h-stack-m .h-stack__item {
    vertical-align: bottom;
  }
}
.h-stack-l {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 75em) {
  .h-stack-l {
    display: table;
  }
  .h-stack-l.h-stack--even {
    table-layout: fixed;
  }
  .h-stack-l.h-stack--wide {
    width: 100%;
  }
  .h-stack-l > li,
  .h-stack-l .h-stack__item {
    display: table-cell;
    margin: 0;
    padding: 0;
  }
  .h-stack-l > li:before,
  .h-stack-l .h-stack__item:before {
    display: none;
  }
  .h-stack--top > .h-stack-l > li,
  .h-stack--top > .h-stack-l .h-stack__item {
    vertical-align: top;
  }
  .h-stack--middle > .h-stack-l > li,
  .h-stack--middle > .h-stack-l .h-stack__item {
    vertical-align: middle;
  }
  .h-stack--bottom > .h-stack-l > li,
  .h-stack--bottom > .h-stack-l .h-stack__item {
    vertical-align: bottom;
  }
}
/* Button */
.btn {
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #98a2ad;
  color: white;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -moz-transition: background-color 0.25s ease, border-color 0.25s ease;
  -ms-transition: background-color 0.25s ease, border-color 0.25s ease;
  -o-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.btn span {
  color: white;
}
.btn.btn--outline, .btn.btn--outline span {
  background-color: transparent;
  border-color: #98a2ad;
  color: #98a2ad;
}
.btn:hover, .btn:focus {
  color: white;
  background-color: #2e424e;
}
.btn:hover span, .btn:focus span {
  color: white;
}
.btn:hover.btn--outline, .btn:hover.btn--outline span, .btn:focus.btn--outline, .btn:focus.btn--outline span {
  color: white;
  background-color: #2e424e;
  border-color: #2e424e;
}

.btn--outline {
  background-color: transparent;
  border: 2px solid #98a2ad;
}

.btn--rounded {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.btn--round {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 10px;
}

.btn--purple {
  background-color: #6d18e9;
  color: white;
}
.btn--purple span {
  color: white;
}
.btn--purple.btn--outline, .btn--purple.btn--outline span {
  background-color: transparent;
  border-color: #6d18e9;
  color: #6d18e9;
}
.btn--purple:hover, .btn--purple:focus {
  color: white;
  background-color: #4c10a5;
}
.btn--purple:hover span, .btn--purple:focus span {
  color: white;
}
.btn--purple:hover.btn--outline, .btn--purple:hover.btn--outline span, .btn--purple:focus.btn--outline, .btn--purple:focus.btn--outline span {
  color: white;
  background-color: #4c10a5;
  border-color: #4c10a5;
}

.btn--purple--inverse {
  color: white;
  background-color: #6d18e9;
  border-color: #6d18e9;
}

.btn--purple--inverse:hover {
  color: #6d18e9;
  background-color: white;
  border-color: #6d18e9;
}

.btn--blue {
  background-color: #1482ff;
  color: white;
}
.btn--blue span {
  color: white;
}
.btn--blue.btn--outline, .btn--blue.btn--outline span {
  background-color: transparent;
  border-color: #1482ff;
  color: #1482ff;
}
.btn--blue:hover, .btn--blue:focus {
  color: white;
  background-color: #005dc7;
}
.btn--blue:hover span, .btn--blue:focus span {
  color: white;
}
.btn--blue:hover.btn--outline, .btn--blue:hover.btn--outline span, .btn--blue:focus.btn--outline, .btn--blue:focus.btn--outline span {
  color: white;
  background-color: #005dc7;
  border-color: #005dc7;
}

.bg-purple .btn--white,
.btn--white-on-purple {
  background-color: white;
  color: #6d18e9;
}
.bg-purple .btn--white span,
.btn--white-on-purple span {
  color: #6d18e9;
}
.bg-purple .btn--white.btn--outline, .bg-purple .btn--white.btn--outline span,
.btn--white-on-purple.btn--outline,
.btn--white-on-purple.btn--outline span {
  background-color: transparent;
  border-color: white;
  color: white;
}
.bg-purple .btn--white:hover, .bg-purple .btn--white:focus,
.btn--white-on-purple:hover,
.btn--white-on-purple:focus {
  color: #4c10a5;
  background-color: white;
}
.bg-purple .btn--white:hover span, .bg-purple .btn--white:focus span,
.btn--white-on-purple:hover span,
.btn--white-on-purple:focus span {
  color: #4c10a5;
}
.bg-purple .btn--white:hover.btn--outline, .bg-purple .btn--white:hover.btn--outline span, .bg-purple .btn--white:focus.btn--outline, .bg-purple .btn--white:focus.btn--outline span,
.btn--white-on-purple:hover.btn--outline,
.btn--white-on-purple:hover.btn--outline span,
.btn--white-on-purple:focus.btn--outline,
.btn--white-on-purple:focus.btn--outline span {
  color: #4c10a5;
  background-color: white;
  border-color: white;
}
.bg-purple .btn--white.btn--outline,
.btn--white-on-purple.btn--outline {
  background-color: white;
  color: white;
}
.bg-purple .btn--white.btn--outline span,
.btn--white-on-purple.btn--outline span {
  color: white;
}
.bg-purple .btn--white.btn--outline.btn--outline, .bg-purple .btn--white.btn--outline.btn--outline span,
.btn--white-on-purple.btn--outline.btn--outline,
.btn--white-on-purple.btn--outline.btn--outline span {
  background-color: transparent;
  border-color: white;
  color: white;
}
.bg-purple .btn--white.btn--outline:hover, .bg-purple .btn--white.btn--outline:focus,
.btn--white-on-purple.btn--outline:hover,
.btn--white-on-purple.btn--outline:focus {
  color: #6d18e9;
  background-color: white;
}
.bg-purple .btn--white.btn--outline:hover span, .bg-purple .btn--white.btn--outline:focus span,
.btn--white-on-purple.btn--outline:hover span,
.btn--white-on-purple.btn--outline:focus span {
  color: #6d18e9;
}
.bg-purple .btn--white.btn--outline:hover.btn--outline, .bg-purple .btn--white.btn--outline:hover.btn--outline span, .bg-purple .btn--white.btn--outline:focus.btn--outline, .bg-purple .btn--white.btn--outline:focus.btn--outline span,
.btn--white-on-purple.btn--outline:hover.btn--outline,
.btn--white-on-purple.btn--outline:hover.btn--outline span,
.btn--white-on-purple.btn--outline:focus.btn--outline,
.btn--white-on-purple.btn--outline:focus.btn--outline span {
  color: #6d18e9;
  background-color: white;
  border-color: white;
}

.bg-blue .btn--white,
.btn--white-on-blue {
  background-color: white;
  color: #1482ff;
}
.bg-blue .btn--white span,
.btn--white-on-blue span {
  color: #1482ff;
}
.bg-blue .btn--white.btn--outline, .bg-blue .btn--white.btn--outline span,
.btn--white-on-blue.btn--outline,
.btn--white-on-blue.btn--outline span {
  background-color: transparent;
  border-color: white;
  color: white;
}
.bg-blue .btn--white:hover, .bg-blue .btn--white:focus,
.btn--white-on-blue:hover,
.btn--white-on-blue:focus {
  color: #005dc7;
  background-color: white;
}
.bg-blue .btn--white:hover span, .bg-blue .btn--white:focus span,
.btn--white-on-blue:hover span,
.btn--white-on-blue:focus span {
  color: #005dc7;
}
.bg-blue .btn--white:hover.btn--outline, .bg-blue .btn--white:hover.btn--outline span, .bg-blue .btn--white:focus.btn--outline, .bg-blue .btn--white:focus.btn--outline span,
.btn--white-on-blue:hover.btn--outline,
.btn--white-on-blue:hover.btn--outline span,
.btn--white-on-blue:focus.btn--outline,
.btn--white-on-blue:focus.btn--outline span {
  color: #005dc7;
  background-color: white;
  border-color: white;
}
.bg-blue .btn--white.btn--outline,
.btn--white-on-blue.btn--outline {
  background-color: white;
  color: white;
}
.bg-blue .btn--white.btn--outline span,
.btn--white-on-blue.btn--outline span {
  color: white;
}
.bg-blue .btn--white.btn--outline.btn--outline, .bg-blue .btn--white.btn--outline.btn--outline span,
.btn--white-on-blue.btn--outline.btn--outline,
.btn--white-on-blue.btn--outline.btn--outline span {
  background-color: transparent;
  border-color: white;
  color: white;
}
.bg-blue .btn--white.btn--outline:hover, .bg-blue .btn--white.btn--outline:focus,
.btn--white-on-blue.btn--outline:hover,
.btn--white-on-blue.btn--outline:focus {
  color: #1482ff;
  background-color: white;
}
.bg-blue .btn--white.btn--outline:hover span, .bg-blue .btn--white.btn--outline:focus span,
.btn--white-on-blue.btn--outline:hover span,
.btn--white-on-blue.btn--outline:focus span {
  color: #1482ff;
}
.bg-blue .btn--white.btn--outline:hover.btn--outline, .bg-blue .btn--white.btn--outline:hover.btn--outline span, .bg-blue .btn--white.btn--outline:focus.btn--outline, .bg-blue .btn--white.btn--outline:focus.btn--outline span,
.btn--white-on-blue.btn--outline:hover.btn--outline,
.btn--white-on-blue.btn--outline:hover.btn--outline span,
.btn--white-on-blue.btn--outline:focus.btn--outline,
.btn--white-on-blue.btn--outline:focus.btn--outline span {
  color: #1482ff;
  background-color: white;
  border-color: white;
}

.bg-grey .btn--white,
.btn--white-on-grey {
  background-color: white;
  color: #98a2ad;
}
.bg-grey .btn--white span,
.btn--white-on-grey span {
  color: #98a2ad;
}
.bg-grey .btn--white.btn--outline, .bg-grey .btn--white.btn--outline span,
.btn--white-on-grey.btn--outline,
.btn--white-on-grey.btn--outline span {
  background-color: transparent;
  border-color: white;
  color: white;
}
.bg-grey .btn--white:hover, .bg-grey .btn--white:focus,
.btn--white-on-grey:hover,
.btn--white-on-grey:focus {
  color: #6e7c8a;
  background-color: white;
}
.bg-grey .btn--white:hover span, .bg-grey .btn--white:focus span,
.btn--white-on-grey:hover span,
.btn--white-on-grey:focus span {
  color: #6e7c8a;
}
.bg-grey .btn--white:hover.btn--outline, .bg-grey .btn--white:hover.btn--outline span, .bg-grey .btn--white:focus.btn--outline, .bg-grey .btn--white:focus.btn--outline span,
.btn--white-on-grey:hover.btn--outline,
.btn--white-on-grey:hover.btn--outline span,
.btn--white-on-grey:focus.btn--outline,
.btn--white-on-grey:focus.btn--outline span {
  color: #6e7c8a;
  background-color: white;
  border-color: white;
}
.bg-grey .btn--white.btn--outline,
.btn--white-on-grey.btn--outline {
  background-color: white;
  color: white;
}
.bg-grey .btn--white.btn--outline span,
.btn--white-on-grey.btn--outline span {
  color: white;
}
.bg-grey .btn--white.btn--outline.btn--outline, .bg-grey .btn--white.btn--outline.btn--outline span,
.btn--white-on-grey.btn--outline.btn--outline,
.btn--white-on-grey.btn--outline.btn--outline span {
  background-color: transparent;
  border-color: white;
  color: white;
}
.bg-grey .btn--white.btn--outline:hover, .bg-grey .btn--white.btn--outline:focus,
.btn--white-on-grey.btn--outline:hover,
.btn--white-on-grey.btn--outline:focus {
  color: #98a2ad;
  background-color: white;
}
.bg-grey .btn--white.btn--outline:hover span, .bg-grey .btn--white.btn--outline:focus span,
.btn--white-on-grey.btn--outline:hover span,
.btn--white-on-grey.btn--outline:focus span {
  color: #98a2ad;
}
.bg-grey .btn--white.btn--outline:hover.btn--outline, .bg-grey .btn--white.btn--outline:hover.btn--outline span, .bg-grey .btn--white.btn--outline:focus.btn--outline, .bg-grey .btn--white.btn--outline:focus.btn--outline span,
.btn--white-on-grey.btn--outline:hover.btn--outline,
.btn--white-on-grey.btn--outline:hover.btn--outline span,
.btn--white-on-grey.btn--outline:focus.btn--outline,
.btn--white-on-grey.btn--outline:focus.btn--outline span {
  color: #98a2ad;
  background-color: white;
  border-color: white;
}

.bg-grey-dark .btn--white,
.btn--white-on-grey-dark {
  background-color: white;
  color: #2e424e;
}
.bg-grey-dark .btn--white span,
.btn--white-on-grey-dark span {
  color: #2e424e;
}
.bg-grey-dark .btn--white.btn--outline, .bg-grey-dark .btn--white.btn--outline span,
.btn--white-on-grey-dark.btn--outline,
.btn--white-on-grey-dark.btn--outline span {
  background-color: transparent;
  border-color: white;
  color: white;
}
.bg-grey-dark .btn--white:hover, .bg-grey-dark .btn--white:focus,
.btn--white-on-grey-dark:hover,
.btn--white-on-grey-dark:focus {
  color: #12191e;
  background-color: white;
}
.bg-grey-dark .btn--white:hover span, .bg-grey-dark .btn--white:focus span,
.btn--white-on-grey-dark:hover span,
.btn--white-on-grey-dark:focus span {
  color: #12191e;
}
.bg-grey-dark .btn--white:hover.btn--outline, .bg-grey-dark .btn--white:hover.btn--outline span, .bg-grey-dark .btn--white:focus.btn--outline, .bg-grey-dark .btn--white:focus.btn--outline span,
.btn--white-on-grey-dark:hover.btn--outline,
.btn--white-on-grey-dark:hover.btn--outline span,
.btn--white-on-grey-dark:focus.btn--outline,
.btn--white-on-grey-dark:focus.btn--outline span {
  color: #12191e;
  background-color: white;
  border-color: white;
}
.bg-grey-dark .btn--white.btn--outline,
.btn--white-on-grey-dark.btn--outline {
  background-color: white;
  color: white;
}
.bg-grey-dark .btn--white.btn--outline span,
.btn--white-on-grey-dark.btn--outline span {
  color: white;
}
.bg-grey-dark .btn--white.btn--outline.btn--outline, .bg-grey-dark .btn--white.btn--outline.btn--outline span,
.btn--white-on-grey-dark.btn--outline.btn--outline,
.btn--white-on-grey-dark.btn--outline.btn--outline span {
  background-color: transparent;
  border-color: white;
  color: white;
}
.bg-grey-dark .btn--white.btn--outline:hover, .bg-grey-dark .btn--white.btn--outline:focus,
.btn--white-on-grey-dark.btn--outline:hover,
.btn--white-on-grey-dark.btn--outline:focus {
  color: #2e424e;
  background-color: white;
}
.bg-grey-dark .btn--white.btn--outline:hover span, .bg-grey-dark .btn--white.btn--outline:focus span,
.btn--white-on-grey-dark.btn--outline:hover span,
.btn--white-on-grey-dark.btn--outline:focus span {
  color: #2e424e;
}
.bg-grey-dark .btn--white.btn--outline:hover.btn--outline, .bg-grey-dark .btn--white.btn--outline:hover.btn--outline span, .bg-grey-dark .btn--white.btn--outline:focus.btn--outline, .bg-grey-dark .btn--white.btn--outline:focus.btn--outline span,
.btn--white-on-grey-dark.btn--outline:hover.btn--outline,
.btn--white-on-grey-dark.btn--outline:hover.btn--outline span,
.btn--white-on-grey-dark.btn--outline:focus.btn--outline,
.btn--white-on-grey-dark.btn--outline:focus.btn--outline span {
  color: #2e424e;
  background-color: white;
  border-color: white;
}

.bg-grey-darkest .btn--white,
.btn--white-on-grey-darkest {
  background-color: white;
  color: #1f2b39;
}
.bg-grey-darkest .btn--white span,
.btn--white-on-grey-darkest span {
  color: #1f2b39;
}
.bg-grey-darkest .btn--white.btn--outline, .bg-grey-darkest .btn--white.btn--outline span,
.btn--white-on-grey-darkest.btn--outline,
.btn--white-on-grey-darkest.btn--outline span {
  background-color: transparent;
  border-color: white;
  color: white;
}
.bg-grey-darkest .btn--white:hover, .bg-grey-darkest .btn--white:focus,
.btn--white-on-grey-darkest:hover,
.btn--white-on-grey-darkest:focus {
  color: #040607;
  background-color: white;
}
.bg-grey-darkest .btn--white:hover span, .bg-grey-darkest .btn--white:focus span,
.btn--white-on-grey-darkest:hover span,
.btn--white-on-grey-darkest:focus span {
  color: #040607;
}
.bg-grey-darkest .btn--white:hover.btn--outline, .bg-grey-darkest .btn--white:hover.btn--outline span, .bg-grey-darkest .btn--white:focus.btn--outline, .bg-grey-darkest .btn--white:focus.btn--outline span,
.btn--white-on-grey-darkest:hover.btn--outline,
.btn--white-on-grey-darkest:hover.btn--outline span,
.btn--white-on-grey-darkest:focus.btn--outline,
.btn--white-on-grey-darkest:focus.btn--outline span {
  color: #040607;
  background-color: white;
  border-color: white;
}
.bg-grey-darkest .btn--white.btn--outline,
.btn--white-on-grey-darkest.btn--outline {
  background-color: white;
  color: white;
}
.bg-grey-darkest .btn--white.btn--outline span,
.btn--white-on-grey-darkest.btn--outline span {
  color: white;
}
.bg-grey-darkest .btn--white.btn--outline.btn--outline, .bg-grey-darkest .btn--white.btn--outline.btn--outline span,
.btn--white-on-grey-darkest.btn--outline.btn--outline,
.btn--white-on-grey-darkest.btn--outline.btn--outline span {
  background-color: transparent;
  border-color: white;
  color: white;
}
.bg-grey-darkest .btn--white.btn--outline:hover, .bg-grey-darkest .btn--white.btn--outline:focus,
.btn--white-on-grey-darkest.btn--outline:hover,
.btn--white-on-grey-darkest.btn--outline:focus {
  color: #1f2b39;
  background-color: white;
}
.bg-grey-darkest .btn--white.btn--outline:hover span, .bg-grey-darkest .btn--white.btn--outline:focus span,
.btn--white-on-grey-darkest.btn--outline:hover span,
.btn--white-on-grey-darkest.btn--outline:focus span {
  color: #1f2b39;
}
.bg-grey-darkest .btn--white.btn--outline:hover.btn--outline, .bg-grey-darkest .btn--white.btn--outline:hover.btn--outline span, .bg-grey-darkest .btn--white.btn--outline:focus.btn--outline, .bg-grey-darkest .btn--white.btn--outline:focus.btn--outline span,
.btn--white-on-grey-darkest.btn--outline:hover.btn--outline,
.btn--white-on-grey-darkest.btn--outline:hover.btn--outline span,
.btn--white-on-grey-darkest.btn--outline:focus.btn--outline,
.btn--white-on-grey-darkest.btn--outline:focus.btn--outline span {
  color: #1f2b39;
  background-color: white;
  border-color: white;
}

.btn--small {
  padding: 5px 20px;
}
.btn--small.btn--round {
  padding: 5px;
}

.btn--large {
  padding: 20px 80px;
}
.btn--large.btn--round {
  padding: 20px;
}

.btn--wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn--inputty {
  font-family: "Montserrat", sans-serif;
  color: #98a2ad !important;
  background-color: white;
  border: solid 2px #e5e7eb;
  padding: 19px 20px;
  text-align: left;
}
.btn--inputty .btn__icon {
  color: #6d18e9;
  font-size: 20px;
}
.btn--inputty:hover, .btn--inputty:focus {
  border-color: #6d18e9;
  background-color: #6d18e9;
  color: white !important;
}
.btn--inputty:hover .btn__icon, .btn--inputty:focus .btn__icon {
  color: white;
}

.btn--verify span.unverified {
  color: #2e424e !important;
}

.btn--verify:hover span.unverified {
  color: #1482ff !important;
}

.btn--verify span.verified,
.btn--verify.verified span.unverified {
  display: none;
}

.btn--verify.verified {
  background-color: #48ce74;
  color: white;
  fill: white;
}
.btn--verify.verified span {
  color: white;
}
.btn--verify.verified:hover, .btn--verify.verified:focus {
  background-color: #48ce74;
  color: white;
  fill: white;
}
.btn--verify.verified:hover span, .btn--verify.verified:focus span {
  color: white;
}

.btn--verify.verified span.verified {
  display: block;
}

.btn--chevron--right {
  padding: 10px 20px;
  min-width: 280px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn--chevron--right {
    width: 100%;
  }
}
.btn--chevron--right:after {
  content: "\f054";
  font: normal normal normal 14px/40px FontAwesome;
  position: absolute;
  top: 0;
  right: 15px;
}

.btn__icon--right {
  float: right;
}

@media screen and (max-width: 48.5em) {
  .btn--wide-mobile {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
/* Box */
.box, .dealership-stats .stat-box {
  display: block;
  background-color: white;
  position: relative;
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.box--outline {
  border: solid 1px #f7f7f9;
}

.box--grey-light {
  background-color: #f7f7f9;
  border: solid 1px #e5e7eb;
}
.box--grey-light.box--outline {
  border-color: #f7f7f9;
  background-color: white;
}

.box--grey {
  background-color: #98a2ad;
}
.box--grey.box--outline {
  border-color: #98a2ad;
  background-color: white;
}

.box--grey-dark {
  background-color: #2e424e;
}
.box--grey-dark p {
  color: white;
}
.box--grey-dark.box--outline {
  border-color: #2e424e;
  background-color: white;
}

.box--grey-darkest {
  background-color: #1f2b39;
}
.box--grey-darkest p {
  color: white;
}
.box--grey-darkest.box--outline {
  border-color: #1f2b39;
  background-color: white;
}

.box--purple {
  background-color: #6d18e9;
}
.box--purple.box--outline {
  border-color: #6d18e9;
  background-color: white;
}

.box--blue {
  background-color: #1482ff;
}
.box--blue.box--outline {
  border-color: #1482ff;
  background-color: white;
}

.box--blue-dark {
  background-color: #2d3e50;
}
.box--blue-dark.box--outline {
  border-color: #2d3e50;
  background-color: white;
}

@media screen and (max-width: 48.5em) {
  .box--ad {
    background-color: white !important;
    border-left: 0;
    border-right: 0;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .box--ad + .box--ad {
    margin-top: -20px;
    border-top: 0;
  }
}

/* Icon link */
.icon-link {
  display: inline-block;
}

.icon-link__icon {
  width: 16px;
  height: 16px;
  fill: #6d18e9;
  margin-right: 5px;
  -webkit-transition: fill 0.25s ease;
  -moz-transition: fill 0.25s ease;
  -ms-transition: fill 0.25s ease;
  -o-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
a:hover > .icon-link__icon {
  fill: #1482ff;
}

.icon-link__icon--large {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.review-links-landing > div:first-child {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 5px;
}
.review-links-landing > div:nth-child(2) {
  float: right;
}

.icon-link--pound--full {
  position: relative;
  z-index: 2;
  border: 2px solid #6d18e9;
  border-radius: 50px;
  padding: 5px 20px 5px 45px;
  font-weight: 600;
}
@media screen and (min-width: 28.1em) and (max-width: 48em) {
  .icon-link--pound--full {
    float: right;
  }
}
.icon-link--pound--full:hover {
  color: white;
}
.icon-link--pound--full:hover .icon-link--pound--full__bg {
  width: 100%;
}
.icon-link--pound--full:before {
  font: normal normal normal 18px/1 FontAwesome;
  line-height: 40px;
  content: "\f154";
  position: absolute;
  color: white;
  z-index: 1;
  left: 10px;
  color: white;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-link--pound--full__bg {
  width: 35px;
  height: 100%;
  border-radius: 50%;
  background-color: #6d18e9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: width 0.3s ease-in;
  -moz-transition: width 0.3s ease-in;
  -ms-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}
@media screen and (max-width: 28em) {
  .icon-link--pound--full .icon-link--pound__bg {
    width: 30px;
  }
}

a.dealer-contact-link.icon-link {
  font-weight: 700;
  color: #2916f4;
}
a.dealer-contact-link.icon-link div:before {
  position: absolute;
  content: "\f0e0";
  font: normal normal normal 18px/1 FontAwesome;
}
@media screen and (min-width: 48.5em) {
  a.dealer-contact-link.icon-link {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 15px 5px 45px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #2916f4;
    border: 2px solid #2916f4;
  }
  a.dealer-contact-link.icon-link div {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.25s ease-in;
    -moz-transition: width 0.25s ease-in;
    -ms-transition: width 0.25s ease-in;
    -o-transition: width 0.25s ease-in;
    transition: width 0.25s ease-in;
    width: 35px;
    height: 100%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: -1;
    background-color: #2916f4;
  }
  a.dealer-contact-link.icon-link div:before {
    line-height: 40px;
    color: white;
    z-index: 1;
    left: 7px;
    color: white;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  a.dealer-contact-link.icon-link:hover {
    color: white;
  }
  a.dealer-contact-link.icon-link:hover div {
    width: 100%;
  }
}
@media screen and (max-width: 48.5em) {
  a.dealer-contact-link.icon-link {
    padding: 35px 0 0;
    color: #2916f4;
    display: block;
    margin: 0 auto;
  }
  a.dealer-contact-link.icon-link div:before {
    top: 0;
    left: 50%;
    background-color: #2916f4;
    line-height: 30px !important;
    color: white;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50px;
  }
}

.icon-link-last {
  display: block;
  margin-top: 10px;
}

.icon-link--pound {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48.5em) {
  .icon-link--pound {
    border: 2px solid #6d18e9;
    border-radius: 50px;
    padding: 5px 20px 5px 45px;
    font-weight: 700;
  }
  .icon-link--pound:hover {
    color: white;
  }
  .icon-link--pound:hover .icon-link--pound__bg {
    width: 100%;
  }
  .icon-link--pound:before {
    left: 10px;
    color: white;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 48.4em) {
  .icon-link--pound {
    padding: 35px 0 0;
    width: 100%;
  }
  .icon-link--pound.icon-link--pound--full {
    width: auto;
    float: left;
    clear: both;
    padding-left: 42px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin: 0;
    margin-bottom: 15px;
  }
  .icon-link--pound.icon-link--pound--full:before {
    left: 0px;
    text-align: center;
    color: white;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
  }
  .icon-link--pound.icon-link--pound--full:hover {
    color: #6d18e9;
  }
  .icon-link--pound:before {
    line-height: 30px !important;
    width: 30px;
    height: 30px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #6d18e9;
  }
}
@media screen and (max-width: 28em) {
  .icon-link--pound.icon-link--pound--full {
    padding-left: 35px;
    font-size: 12px;
  }
}
.icon-link--pound:before {
  font: normal normal normal 18px/1 FontAwesome;
  line-height: 40px;
  content: "\f154";
  position: absolute;
  color: white;
  z-index: 1;
}
.icon-link--pound__bg {
  width: 35px;
  height: 100%;
  border-radius: 50%;
  background-color: #6d18e9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: width 0.25s ease-in;
  -moz-transition: width 0.25s ease-in;
  -ms-transition: width 0.25s ease-in;
  -o-transition: width 0.25s ease-in;
  transition: width 0.25s ease-in;
}

/* Dropdown icon */
.dropdown-icon {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.open .dropdown-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Masthead */
/*.masthead
{
    background-image: url(/images/bg_tile.png);
    background-size: 166px 192px;
    background-position: center center;
}*/
.masthead__container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 48.5em) {
  .masthead__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .masthead__container.masthead--dealership {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 28em) {
  .masthead--dealership .masthead__heading {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 20em) {
  .masthead--dealership .masthead__heading {
    font-size: 17.5px;
    font-size: 1.25rem;
    line-height: 21px;
  }
  .masthead--search .masthead__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* Star Rating */
.star-rating {
  display: inline-block;
}

.star-rating .fa-stack {
  width: 1em;
  height: auto;
}

.star-rating .fa-stack .fa {
  top: 0;
  text-align: left;
}

.star-rating__star {
  color: #6d18e9 !important;
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 20px;
  margin-right: 2px;
  vertical-align: middle;
}
.star-rating__star * {
  color: #6d18e9 !important;
}
.star-rating--bg-dark .star-rating__star {
  color: white !important;
}
.star-rating--bg-dark .star-rating__star * {
  color: white !important;
}
.star-rating--small .star-rating__star {
  font-size: 14px;
  font-size: 1rem;
  line-height: 14px;
  margin-right: 1px;
}
.star-rating--large .star-rating__star {
  font-size: 32px;
  font-size: 2.2857142857rem;
  line-height: 32px;
  margin-right: 4px;
}
.star-rating--xlarge .star-rating__star {
  font-size: 42px;
  font-size: 3rem;
  line-height: 42px;
}

@media screen and (min-width: 48.5em) {
  .star-rating--large .star-rating__star {
    font-size: 34px;
    font-size: 2.4285714286rem;
    line-height: 34px;
    margin-right: 4px;
  }
}
.star-rating__star .fa:first-child:before {
  opacity: 0.2;
  color: #2e424e;
}
.star-rating--bg-dark .star-rating__star .fa:first-child:before {
  opacity: 0.5;
  color: white;
}

.star-rating__star .fa:last-child:before {
  content: "";
}

.star-rating--1 .star-rating__star--1 .fa:last-child:before,
.star-rating--1_5 .star-rating__star--1 .fa:last-child:before,
.star-rating--2 .star-rating__star--1 .fa:last-child:before,
.star-rating--2_5 .star-rating__star--1 .fa:last-child:before,
.star-rating--3 .star-rating__star--1 .fa:last-child:before,
.star-rating--3_5 .star-rating__star--1 .fa:last-child:before,
.star-rating--4 .star-rating__star--1 .fa:last-child:before,
.star-rating--4_5 .star-rating__star--1 .fa:last-child:before,
.star-rating--5 .star-rating__star--1 .fa:last-child:before {
  content: "\f005";
}

.star-rating--2 .star-rating__star--2 .fa:last-child:before,
.star-rating--2_5 .star-rating__star--2 .fa:last-child:before,
.star-rating--3 .star-rating__star--2 .fa:last-child:before,
.star-rating--3_5 .star-rating__star--2 .fa:last-child:before,
.star-rating--4 .star-rating__star--2 .fa:last-child:before,
.star-rating--4_5 .star-rating__star--2 .fa:last-child:before,
.star-rating--5 .star-rating__star--2 .fa:last-child:before {
  content: "\f005";
}

.star-rating--3 .star-rating__star--3 .fa:last-child:before,
.star-rating--3_5 .star-rating__star--3 .fa:last-child:before,
.star-rating--4 .star-rating__star--3 .fa:last-child:before,
.star-rating--4_5 .star-rating__star--3 .fa:last-child:before,
.star-rating--5 .star-rating__star--3 .fa:last-child:before {
  content: "\f005";
}

.star-rating--4 .star-rating__star--4 .fa:last-child:before,
.star-rating--4_5 .star-rating__star--4 .fa:last-child:before,
.star-rating--5 .star-rating__star--4 .fa:last-child:before {
  content: "\f005";
}

.star-rating--5 .star-rating__star--5 .fa:last-child:before {
  content: "\f005";
}

.star-rating--0_5 .star-rating__star--1 .fa:last-child:before,
.star-rating--1_5 .star-rating__star--2 .fa:last-child:before,
.star-rating--2_5 .star-rating__star--3 .fa:last-child:before,
.star-rating--3_5 .star-rating__star--4 .fa:last-child:before,
.star-rating--4_5 .star-rating__star--5 .fa:last-child:before {
  content: "\f089";
}

.star-rating__value {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.375;
  color: #2e424e !important;
  font-weight: 600;
  padding-left: 5px;
  vertical-align: middle;
  white-space: no-wrap;
}
.star-rating--bg-dark .star-rating__value {
  color: white !important;
}
.star-rating--small .star-rating__value {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5714285714;
}
.star-rating--large .star-rating__value {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 1.1;
}
.star-rating--wrap .star-rating__value {
  display: block;
  padding-left: 0;
}

.star-rating__description {
  display: block;
  font-weight: 600;
  color: #2e424e !important;
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.8333333333;
}
.star-rating--small .star-rating__description {
  margin-top: 0;
}
.star-rating--large .star-rating__description {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.375;
}
.star-rating--bg-dark .star-rating__description {
  color: white !important;
}
.star-rating--wrap .star-rating__description {
  display: block;
  padding-left: 0;
}

@media screen and (max-width: 20em) {
  .star-rating__description {
    font-size: 10px;
    font-size: 0.7142857143rem;
    line-height: 2.2;
  }
}
/* Call to Action */
.call-to-action {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.call-to-action__button {
  margin-top: 20px;
}

@media screen and (min-width: 48.5em) {
  .call-to-action {
    text-align: left;
  }
  .call-to-action__button {
    margin-top: 0;
  }
}
/* Card */
.cards--horizontal {
  white-space: nowrap;
}
.cards--horizontal .card {
  display: inline-block;
  width: 95%;
  max-width: 500px;
  white-space: normal;
  margin-top: 0;
  margin-right: 20px;
  vertical-align: bottom;
}
.cards--horizontal .card::last-child {
  margin-right: 0;
}

.box-no-results {
  width: 103%;
}

@media screen and (max-width: 776px) {
  .box-no-results {
    margin-left: -5px;
  }
}
@media screen and (min-width: 48.5em) {
  .cards--horizontal .card {
    width: 90%;
  }
  .cards--horizontal .card.review {
    max-width: 650px;
  }
}
@media screen and (min-width: 62em) {
  .cards--horizontal .card {
    width: 55%;
  }
}
.card {
  padding: 20px;
  padding-bottom: 44px;
  margin-bottom: 0;
  margin-top: 20px;
}

@media screen and (min-width: 48.5em) {
  .card {
    padding-bottom: 80px;
  }
}
.card__head {
  color: #1482ff;
}
.card__head a {
  color: #1482ff;
}
.card__head a:hover {
  color: #6d18e9;
}

.card__sub-head {
  margin-top: -20px;
  color: #98a2ad !important;
}

.card__quote.card__quote {
  color: #98a2ad;
}
.card__quote.card__quote q {
  color: #2e424e;
}

@media screen and (min-width: 48.5em) {
  .card__btn-bar .btn {
    margin-right: 10px;
  }
}
@media screen and (max-width: 48.5em) {
  .card__btn-bar {
    margin: 0;
    bottom: -1px;
    left: -1px;
    right: -1px;
    position: absolute;
  }
  .card__btn-bar > [class*=col-] {
    border: none;
    background-clip: border-box;
  }
  .card__btn-bar > [class*=col-] .btn {
    border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
  }
  .card__btn-bar > [class*=col-]:last-child .btn {
    border-left: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
  }
  .card__btn-bar .btn {
    border-radius: 0;
  }
  .card-list [class*=col-]:first-child .card {
    margin-top: 0;
  }
}
@media screen and (min-width: 48.5em) {
  .card__btn-bar {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 48.5em) {
  .card.review {
    padding-bottom: 0;
  }
}
/* Review */
.review--verified.review--verified {
  border-color: #1482ff;
}
.review--verified.review--verified .review__head {
  background-color: #1482ff;
  margin-bottom: 20px;
}
.review--verified.review--verified .review__head .review__heading,
.review--verified.review--verified .review__head .review__meta-data {
  color: white !important;
}

@media screen and (min-width: 48.5em) {
  .review--verified.review--verified .review__head {
    background-image: url(/images/bg-verified-review.png);
    background-position: right center;
    background-repeat: no-repeat;
  }
}
.review__head {
  position: relative;
  margin: -20px -20px 0;
  padding: 20px;
  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
.review__head .triangle {
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
}

@media screen and (min-width: 48.5em) {
  .review__head .triangle {
    display: none;
  }
}
.review__verified {
  float: right;
  text-align: center;
}

.review__verified-icon {
  width: 65px;
  height: 40px;
  margin: -10px -10px 0 0;
}

@media screen and (min-width: 48.5em) {
  .review__verified-icon {
    width: 150px;
    height: 80px;
    margin: 0;
  }
}
.review__meta-data {
  color: #98a2ad;
  margin-bottom: 3px;
}

.review__heading {
  margin-bottom: 3px;
}

.review__ratings-toggle {
  color: #98a2ad;
  vertical-align: middle;
  margin-left: 20px;
}
.review--verified .review__ratings-toggle {
  color: white;
}
.review--verified .review__ratings-toggle:hover, .review--verified .review__ratings-toggle:focus {
  color: #6d18e9;
}

.review__ratings-toggle-label:after {
  content: " more";
}
.review__ratings-toggle.open .review__ratings-toggle-label:after {
  content: " less";
}

.review__ratings {
  margin-left: -20px;
  margin-right: -20px;
}
.review--verified .review__ratings {
  margin-top: -20px;
  margin-bottom: 20px;
}

.review__ratings-inner {
  background-color: #f7f7f9;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.review--verified .review__ratings-inner {
  margin-bottom: 0;
}
.review__ratings-inner .star-rating__description {
  color: #2e424e !important;
}

.review__banner {
  display: block;
  padding: 10px 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 48.5em) {
  .review__banner .split__left {
    padding-right: 120px;
  }
  .banner--portrait .review__banner .split {
    display: block;
  }
  .banner--portrait .review__banner .split__left {
    padding-right: 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner--portrait .review__banner .split__right {
    padding-left: 0;
    display: block;
  }
  .banner--portrait .review__banner .split__right .btn {
    width: 100%;
  }
}
.review__banner .btn {
  white-space: nowrap;
}

.reply {
  border: solid 1px #e5e7eb;
  margin-left: 80px;
}
.reply.verified {
  min-height: 120px; /* 80 for verified + 40px padding */
}

@media screen and (max-width: 48.5em) {
  .review-container .review {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #e5e7eb;
    margin: 0 -20px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .review-container .review--verified.review--verified .review__head {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .review-container .reply {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin: 0 -20px 0 20px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .review-container .review__ratings-toggle {
    float: right;
  }
  .review-container .review__banner {
    margin: 0 -20px;
  }
}
/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip-balloon {
  visibility: hidden;
  opacity: 0;
  width: 200px;
  background-color: white;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 200px;
  bottom: 110%;
  left: 50%;
  margin-left: -100px; /* Use half of the width (120/2 = 60), to center the tooltip */
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 10000;
  transition: opacity 0.5s;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.tooltip .tooltip-balloon:after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.tooltip:hover .tooltip-balloon {
  visibility: visible;
  opacity: 1;
}

/* Filter */
.filter {
  color: #98a2ad;
}

.filter__dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.filter__dropdown {
  position: absolute;
  width: auto;
  z-index: 200;
  margin-top: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.filter__dropdown ul {
  background-color: white;
}

.filter__dropdown-item a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
}
.filter__dropdown-item a:hover, .filter__dropdown-item a:focus {
  background-color: #f7f7f9;
}
.filter__dropdown-item.active a {
  background-color: #1482ff;
  color: white;
}

.filter__toggle {
  padding-left: 5px;
}
.filter__toggle i {
  margin-left: 5px;
}

.filter-view {
  fill: transparent;
  stroke: #1482ff;
  stroke-width: 1.5px;
  width: 25px;
  height: 25px;
}
.filter-view.active {
  fill: #6d18e9;
  stroke: transparent;
}

.filter-list {
  text-align: center;
  margin: 0 auto;
}

.filter-list__item.filter-list__item {
  padding: 20px;
  text-transform: uppercase;
}
.filter-list__item.filter-list__item.active .filter-list__link {
  border-bottom: solid 1px white;
}

.filter-list__link {
  display: block;
  padding: 3px 0;
}

/* Map */
.map {
  background-color: #98a2ad;
}

.map--dealerships {
  position: relative;
  background-color: #98a2ad;
  width: 100%;
  height: 685px;
  margin-top: -20px;
}

#map {
  width: 100%;
  height: 100%;
}

.map__controls {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 100;
}
.map__controls a {
  display: block;
  margin-bottom: 5px;
}

.card--map {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 200;
  width: 40%;
  margin: 0;
  max-width: 500px;
}

[class*=_ibani] [style*=cursor] {
  overflow: hidden !important;
}

/* Location Map */
.location-map {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.location-map__map {
  position: relative;
  width: 100%;
  height: auto;
  border: solid 1px #d7d8dc;
}

.location-map__marker {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -12px;
}

.location-map__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location-map__overlay .container,
.location-map__overlay .modal-iframe {
  position: relative;
  height: 100%;
}
.location-map__overlay .box, .location-map__overlay .dealership-stats .stat-box, .dealership-stats .location-map__overlay .stat-box {
  position: absolute;
  width: 25%;
  top: 40px;
  right: 0;
}

/* Modals */
.modal-overlay {
  padding: 0 !important;
  z-index: 2147483640;
}

.modal {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

@media screen and (max-width: 48.5em) {
  .modal-overlay {
    padding: 0 !important;
  }
  .modal-overlay .modal,
  .modal-overlay .modal-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    max-height: 75% !important;
    min-height: 100% !important;
  }
  .modal-overlay .modal-content > *:first-child {
    padding-top: 85px;
  }
  .modal-content--iframe {
    padding-top: 85px;
  }
}
.modal-overlay {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-content {
  position: relative;
  padding: 0;
}

.modal-close {
  display: none; /* The build in close modal button */
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  height: auto;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  -webkit-transition: top 0.25s ease;
  -moz-transition: top 0.25s ease;
  -ms-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.scrolled .modal__close {
  top: 10px;
}
.modal__close.modal__close--purple {
  color: #6d18e9;
}
.modal__close.modal__close--blue {
  color: #1482ff;
}
.modal__close.modal__close--purple-hover:hover {
  color: #6d18e9;
}
.modal__close.modal__close--blue-hover:hover {
  color: #1482ff;
}

.modal__close-icon {
  width: 45px;
  height: 45px;
  fill: white;
  stroke-width: 0;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: fill 0.25s ease;
  -moz-transition: fill 0.25s ease;
  -ms-transition: fill 0.25s ease;
  -o-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
.modal__close--purple .modal__close-icon {
  stroke: #6d18e9;
  fill: #6d18e9;
}
.modal__close--blue .modal__close-icon {
  stroke: #1482ff;
  fill: #1482ff;
}
.modal__close--purple-hover:hover .modal__close-icon {
  stroke: #6d18e9;
  fill: #6d18e9;
}
.modal__close--blue-hover:hover .modal__close-icon {
  stroke: #1482ff;
  fill: #1482ff;
}

.modal__close-icon--desktop {
  display: none;
}

@media screen and (min-width: 48.5em) {
  .modal__close {
    position: absolute;
    display: block;
    top: 10px !important;
    right: 10px;
    height: 40px;
    padding: 10px;
    line-height: 20px;
  }
  .modal__close-icon {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: white;
    stroke-width: 4px;
    stroke-linecap: round;
    -webkit-transition: stroke 0.25s ease;
    -moz-transition: stroke 0.25s ease;
    -ms-transition: stroke 0.25s ease;
    -o-transition: stroke 0.25s ease;
    transition: stroke 0.25s ease;
  }
  .modal__close-icon--desktop {
    display: inline-block;
  }
  .modal__close-icon--mobile {
    display: none;
  }
}
.modal__divide {
  border-bottom: solid 1px white;
}

/* Icons */
.five-stars-icon {
  width: 80%;
  height: 40px;
  margin-bottom: 20px;
}

.medal-icon {
  width: 100%;
  height: 120px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.medal-icon2 {
  width: 100%;
  height: 50%;
}

.padlock-icon {
  width: 30px;
  height: 35px;
  vertical-align: middle;
}

.verify-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.verify-icon2 {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}

/* Dropzone */
.dropzone {
  display: block;
  width: 100%;
  background: white;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
  padding: 80px;
  cursor: pointer;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.dropzone.dropzone--gallery-upload {
  border: solid 1px #e5e7eb;
}
@media screen and (max-width: 48.5em) {
  .dropzone.dropzone--gallery-upload {
    padding: 40px;
  }
}

.dz-default,
.dz-default > span {
  display: block;
  width: 100%;
  height: 100%;
}

.dz-default > span {
  text-align: center;
}

.dropzone__icon {
  width: 100%;
  height: 80px;
}

.dz-preview {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
}

.dz-progress {
  width: 100%;
  height: 100%;
}
.dz-progress .dz-upload {
  background-color: #2246fb;
  display: block;
  height: 100%;
}

.dz-success-mark,
.dz-error-mark,
.dz-error-message,
.dz-progress,
.dropzone--verify .dz-preview,
.dz-started .dz-default,
.dropzone--verify .dz-details,
.dz-filename,
.dz-size {
  display: none;
}

.dz-processing .dz-progress,
.dropzone.uploaded .dz-success-mark,
.dropzone.error .dz-error-mark,
.dropzone--verify .dz-preview.dz-processing,
.dropzone--verify .dz-preview.dz-complete {
  display: block;
}

.dropzone--verify .dropzone.error {
  background-color: #e74c3c;
  fill: white;
}

.dropzone--verify .dropzone.uploaded {
  background-color: #48ce74;
  fill: white;
}

.dz-complete .dz-progress {
  display: none;
}

.dz-details {
  border: solid 1px #e5e7eb;
}
@media screen and (max-width: 48.5em) {
  .dz-details img {
    max-width: 85px;
  }
}

.dropzone--gallery-upload .dz-error .dz-error-mark,
.dropzone--gallery-upload .dz-success .dz-success-mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 120px;
  background: rgba(231, 76, 60, 0.75);
}
.dropzone--gallery-upload .dz-error .dz-error-mark .dropzone__icon,
.dropzone--gallery-upload .dz-success .dz-success-mark .dropzone__icon {
  fill: white;
}

.dropzone--gallery-upload .dz-success .dz-success-mark {
  background: rgba(72, 206, 116, 0.75);
}

/* Jumbotron */
.jumbotron {
  position: relative;
  height: calc(100vh - 200px);
}

.jumbotron__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.jumbotron__content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.jumbotron__content-inr {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 40px;
}

@media screen and (min-width: 48.5em) {
  .jumbotron__content-inr {
    padding: 120px;
  }
}
/* infographic */
.infographic {
  padding: 80px 0;
}
.infographic img {
  width: 100%;
}

/* FAQ */
.faq {
  padding: 20px 0;
}

@media screen and (min-width: 48.5em) {
  .faq {
    padding: 40px 0;
  }
}
.faq__toggle {
  display: block;
  position: relative;
  padding-right: 40px;
  margin-bottom: 0;
}

.faq__toggle-icon {
  position: absolute;
  right: 0;
  color: #6d18e9;
}

@media screen and (max-width: 48.5em) {
  .faq__toggle-icon {
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 16px;
  }
}
.faq__content > div {
  padding-top: 20px;
}

/* Carousel */
.carousel > ol {
  position: relative;
  top: 0;
  margin-top: 20px;
}

.carousel > ol li {
  border: 2px solid #6d18e9;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.carousel > ol li:hover, .carousel > ol li:focus {
  background-color: white;
}

.carousel > ol .active {
  background-color: #6d18e9;
}

/* Accreditations Block */
.accreditations-block {
  text-align: center;
}

.accreditations-block__img {
  width: 150px;
}

@media screen and (min-width: 48.5em) {
  .accreditations-block {
    text-align: left;
  }
}
/* Add Dealership Form Block */
@media screen and (min-width: 48.5em) {
  .add-dealership-form-block__header,
  .add-dealership-form-block__sub-header {
    text-align: center;
  }
}
/* Content Block */
.content-block__body {
  text-align: center;
}

@media screen and (min-width: 48.5em) {
  .content-block__body {
    text-align: left;
  }
  .content-block--image-left .content-block__body {
    padding-left: 40px;
  }
  .content-block--image-right .content-block__body {
    padding-right: 40px;
  }
}
/*
@media screen and (max-width: 48.5em) 
{
    .equal-height,
    .equal-height--middle > [class*=col-]
    {
        display: block;
    }
}
*/
.content-block__images--1,
.content-block__images--2,
.content-block__images--3 {
  position: relative;
}
.content-block__images--1 .content-block__image,
.content-block__images--2 .content-block__image,
.content-block__images--3 .content-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.content-block__images--1 .content-block__image.content-block__image--tallest,
.content-block__images--2 .content-block__image.content-block__image--tallest,
.content-block__images--3 .content-block__image.content-block__image--tallest {
  position: relative;
  height: auto;
}
.content-block__images--1 .content-block__image img,
.content-block__images--2 .content-block__image img,
.content-block__images--3 .content-block__image img {
  width: 100%;
  vertical-align: middle;
  pointer-events: auto;
}

.content-block__images--2 .content-block__image--1,
.content-block__images--2 .content-block__image--2 {
  width: 100%;
  height: 100%;
  padding: 0 40px 40px 0;
  z-index: 2;
}

.content-block__images--2 .content-block__image--2 {
  padding: 40px 0 0 40px;
  z-index: 1;
}

.content-block__images--3 .content-block__image--1,
.content-block__images--3 .content-block__image--2,
.content-block__images--3 .content-block__image--3 {
  width: 100%;
  height: 100%;
  padding: 0 80px 80px 0;
  z-index: 3;
}

.content-block__images--3 .content-block__image--2 {
  padding: 40px;
  z-index: 2;
}

.content-block__images--3 .content-block__image--3 {
  padding: 80px 0 0 80px;
  z-index: 1;
}

.content-block__image-helper {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

/* Banner Block */
.banner {
  position: relative;
}

@media screen and (min-width: 48.5em) {
  .banner {
    min-height: 400px;
  }
}
.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.banner__content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.banner__content-inr {
  display: table-cell;
  vertical-align: middle;
  padding: 80px 0;
}

@media screen and (min-width: 48.5em) {
  .banner--home.banner,
  .banner--home .banner__content {
    min-height: 580px;
  }
  .banner-thankyou.banner,
  .banner-thankyou .banner__content {
    min-height: 380px;
  }
}
.banner-thankyou.banner,
.banner-thankyou .banner__content {
  min-height: 380px;
}

/* Quote Block */
.quote-block__picture,
.quote-block__picture-img,
.quote-block__picture-mask {
  width: 100%;
  max-width: 180px;
}

@media screen and (min-width: 48.5em) {
  .quote-block__picture,
  .quote-block__picture-img,
  .quote-block__picture-mask {
    max-width: 280px;
  }
}
.quote-block__picture {
  display: inline-block;
  position: relative;
  margin: 0 auto 20px;
}

.quote-block__picture-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.quote-block blockquote,
.quote-block__quotee {
  text-align: center;
}

@media screen and (max-width: 20em) {
  .quote-block blockquote {
    font-size: 30px;
    font-size: 2.1428571429rem;
    line-height: 34px;
  }
}
.quote-block blockquote:before,
.quote-block blockquote:after {
  content: '"';
}

@media screen and (min-width: 48.5em) {
  .quote-block blockquote {
    text-align: left;
    position: relative;
    padding-left: 25px;
  }
  .quote-block blockquote:before {
    position: absolute;
    left: 0;
  }
  .quote-block__quotee {
    text-align: left;
    padding-left: 25px;
  }
}
/* Expando Block */
.expando-block {
  position: relative;
}

.expando-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 0;
}

.expando-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 0;
}

@media screen and (min-width: 48.5em) {
  .expando-block .block__header {
    margin-bottom: 40px;
  }
}
.expando-block__wrapper {
  position: relative;
  padding: 20px 20px;
  max-width: 1220px;
  margin: 0 auto;
}

@media screen and (min-width: 48.5em) {
  .expando-block__wrapper {
    padding: 20px 40px;
    max-width: 1300px;
  }
}
.expando-block__wrapper-inr {
  position: relative;
  background-color: #f7f7f9;
  padding: 20px;
  overflow: hidden;
  margin: 0;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -webkit-transition: padding 1s ease, margin 1s ease;
  -moz-transition: padding 1s ease, margin 1s ease;
  -ms-transition: padding 1s ease, margin 1s ease;
  -o-transition: padding 1s ease, margin 1s ease;
  transition: padding 1s ease, margin 1s ease;
}

@media screen and (min-width: 48.5em) {
  .expando-block__wrapper-inr {
    padding: 40px;
  }
  .expand-block--hover-expand .expando-block__wrapper-inr:hover {
    padding: 60px;
    margin: -20px;
  }
  .no-cssanimations .expand-block--hover-expand .expando-block__wrapper-inr:hover {
    padding: 40px;
    margin: 0;
  }
}
.expando-block__image--bottom {
  margin-bottom: -20px;
}

@media screen and (min-width: 48.5em) {
  .expando-block__image--bottom {
    margin-bottom: -80px;
  }
}
/* Featured dealership block */
@media screen and (min-width: 48.5em) {
  .featured-delaerhips-block .block__header {
    margin-bottom: 80px;
  }
}
/* Scrollable Content */
.scrollable {
  overflow: hidden;
  overflow-x: scroll;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 48.5em) {
  .scrollable {
    overflow: hidden !important;
    padding: 0 !important;
  }
}
.scrollable > .scroll-content {
  overflow: scroll !important;
  padding: 0 !important;
  position: relative;
}

.scrollable > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar--horizontal,
.scrollbar--vertical {
  display: none;
}

.scrollbar--horizontal.scroll-scrollx_visible,
.scrollbar--vertical.scroll-scrolly_visible {
  display: block;
}

.scrollbar--horizontal {
  margin-top: 20px;
  position: relative;
  height: 6px;
}

.scrollbar div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.scrollbar .scroll-bar {
  cursor: pointer;
  background-color: #6d18e9;
  z-index: 10;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.bg-blue .scrollbar .scroll-bar, .bg-purple .scrollbar .scroll-bar {
  background-color: white;
}

.scrollbar .scroll-element_track {
  height: 2px;
  margin-top: 2px;
  background-color: #e5e7eb;
  z-index: 5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.bg-blue .scrollbar .scroll-element_track, .bg-purple .scrollbar .scroll-element_track {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Pagination */
.pagination-wrapper {
  background-color: #f7f7f9;
  border-bottom: solid 1px #e5e7eb;
}

.pagination {
  color: #98a2ad;
}
@media screen and (max-width: 48.5em) {
  .cdrdealershippage .pagination {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 48.5em) {
  .pagination {
    margin-top: -1px;
  }
  .pagination__number-list-wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e7eb;
  }
}
.pagination__number-list {
  margin: 0 auto;
}

.pagination__number-list a,
.pagination__number-list span {
  display: block;
  padding: 5px;
  text-align: center;
  min-width: 32px;
}

@media screen and (min-width: 48.5em) {
  .pagination__number-list {
    margin: 0 auto;
  }
  .pagination__number-list a,
  .pagination__number-list span {
    padding: 10px;
    min-width: 42px;
  }
}
.pagination__number-list .active {
  color: white;
  background-color: #6d18e9;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.pagination__next,
.pagination__prev {
  display: block;
}

.pagination__prev-col {
  border-right: solid 2px #e5e7eb;
}

@media screen and (min-width: 48.5em) {
  .pagination__next,
  .pagination__prev {
    display: inline-block;
  }
  .pagination__prev-col {
    border-right: 0;
  }
}
/* Stack Carousel */
.stack-carousel {
  margin-bottom: 20px;
  padding-top: 45px;
}
.stack-carousel .stack-carousel-inr {
  position: relative;
  width: 100%;
}
.stack-carousel figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -moz-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -ms-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -o-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
}
.stack-carousel figure .card {
  margin: 0;
  border-color: white;
}
.stack-carousel figure {
  z-index: 6;
  top: -60px;
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.stack-carousel figure .card * {
  opacity: 0;
}
.stack-carousel figure:nth-child(1) {
  z-index: 10;
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.stack-carousel figure:nth-child(1) .card * {
  opacity: 1;
}
.stack-carousel figure:nth-child(2) {
  z-index: 9;
  top: -15px;
  opacity: 0.8;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.stack-carousel figure:nth-child(2) .card * {
  opacity: 1;
}
.stack-carousel figure:nth-child(3) {
  z-index: 8;
  top: -30px;
  opacity: 0.6;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.stack-carousel figure:nth-child(3) .card * {
  opacity: 0;
}
.stack-carousel figure:nth-child(4) {
  z-index: 7;
  top: -45px;
  opacity: 0.4;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.stack-carousel figure:nth-child(4) .card * {
  opacity: 0;
}

@media screen and (min-width: 48.5em) {
  .stack-carousel {
    margin-bottom: 0;
  }
}
.stack-carousel__controls {
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 48.5em) {
  .stack-carousel__controls {
    margin-top: 20px;
  }
}
.stack-carousel__prev.stack-carousel__prev,
.stack-carousel__next.stack-carousel__next {
  display: inline-block;
  color: white;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.stack-carousel__prev.stack-carousel__prev i,
.stack-carousel__next.stack-carousel__next i {
  color: white;
}
.stack-carousel__prev.stack-carousel__prev:hover, .stack-carousel__prev.stack-carousel__prev:focus,
.stack-carousel__next.stack-carousel__next:hover,
.stack-carousel__next.stack-carousel__next:focus {
  color: #1482ff;
}
.stack-carousel__prev.stack-carousel__prev:hover i, .stack-carousel__prev.stack-carousel__prev:focus i,
.stack-carousel__next.stack-carousel__next:hover i,
.stack-carousel__next.stack-carousel__next:focus i {
  color: #1482ff;
}

/* Rating table */
.rating-table td {
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  width: 100%;
}

.rating-table td:first-child {
  padding-left: 0;
  width: auto;
}

.rating-table td:last-child {
  padding-right: 0;
  width: auto;
}

.rating-bar {
  background: #dadadc;
  width: 100%;
  height: 20px;
  overflow: hidden;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.rating-bar__bar {
  background: #6d18e9;
  width: 0;
  height: 100%;
}

/* Doughtnut Chart */
.doughnut-chart {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 0 20px;
}
.doughnut-chart.doughnut-chart--small {
  width: 110px;
  height: 110px;
}

.doughnut-chart__chart {
  position: relative;
  z-index: 1;
}

.doughnut-chart__chart .bg,
.doughnut-chart__chart .outer {
  stroke-width: 3;
}

.doughnut-chart__chart .bg {
  fill: #ebecee;
  stroke: #d5d8dd;
}

.doughnut-chart__chart .outer {
  fill: transparent;
  stroke: #1480fe;
  stroke-dasharray: 1 99;
  transition: stroke-dasharray 1s;
  stroke-dashoffset: 25 !important;
}

.doughnut-chart--active[data-value="1"] .outer {
  stroke-dasharray: 1 99;
}

.doughnut-chart--active[data-value="2"] .outer {
  stroke-dasharray: 2 98;
}

.doughnut-chart--active[data-value="3"] .outer {
  stroke-dasharray: 3 97;
}

.doughnut-chart--active[data-value="4"] .outer {
  stroke-dasharray: 4 96;
}

.doughnut-chart--active[data-value="5"] .outer {
  stroke-dasharray: 5 95;
}

.doughnut-chart--active[data-value="6"] .outer {
  stroke-dasharray: 6 94;
}

.doughnut-chart--active[data-value="7"] .outer {
  stroke-dasharray: 7 93;
}

.doughnut-chart--active[data-value="8"] .outer {
  stroke-dasharray: 8 92;
}

.doughnut-chart--active[data-value="9"] .outer {
  stroke-dasharray: 9 91;
}

.doughnut-chart--active[data-value="10"] .outer {
  stroke-dasharray: 10 90;
}

.doughnut-chart--active[data-value="11"] .outer {
  stroke-dasharray: 11 89;
}

.doughnut-chart--active[data-value="12"] .outer {
  stroke-dasharray: 12 88;
}

.doughnut-chart--active[data-value="13"] .outer {
  stroke-dasharray: 13 87;
}

.doughnut-chart--active[data-value="14"] .outer {
  stroke-dasharray: 14 86;
}

.doughnut-chart--active[data-value="15"] .outer {
  stroke-dasharray: 15 85;
}

.doughnut-chart--active[data-value="16"] .outer {
  stroke-dasharray: 16 84;
}

.doughnut-chart--active[data-value="17"] .outer {
  stroke-dasharray: 17 83;
}

.doughnut-chart--active[data-value="18"] .outer {
  stroke-dasharray: 18 82;
}

.doughnut-chart--active[data-value="19"] .outer {
  stroke-dasharray: 19 81;
}

.doughnut-chart--active[data-value="20"] .outer {
  stroke-dasharray: 20 80;
}

.doughnut-chart--active[data-value="21"] .outer {
  stroke-dasharray: 21 79;
}

.doughnut-chart--active[data-value="22"] .outer {
  stroke-dasharray: 22 78;
}

.doughnut-chart--active[data-value="23"] .outer {
  stroke-dasharray: 23 77;
}

.doughnut-chart--active[data-value="24"] .outer {
  stroke-dasharray: 24 76;
}

.doughnut-chart--active[data-value="25"] .outer {
  stroke-dasharray: 25 75;
}

.doughnut-chart--active[data-value="26"] .outer {
  stroke-dasharray: 26 74;
}

.doughnut-chart--active[data-value="27"] .outer {
  stroke-dasharray: 27 73;
}

.doughnut-chart--active[data-value="28"] .outer {
  stroke-dasharray: 28 72;
}

.doughnut-chart--active[data-value="29"] .outer {
  stroke-dasharray: 29 71;
}

.doughnut-chart--active[data-value="30"] .outer {
  stroke-dasharray: 30 70;
}

.doughnut-chart--active[data-value="31"] .outer {
  stroke-dasharray: 31 69;
}

.doughnut-chart--active[data-value="32"] .outer {
  stroke-dasharray: 32 68;
}

.doughnut-chart--active[data-value="33"] .outer {
  stroke-dasharray: 33 67;
}

.doughnut-chart--active[data-value="34"] .outer {
  stroke-dasharray: 34 66;
}

.doughnut-chart--active[data-value="35"] .outer {
  stroke-dasharray: 35 65;
}

.doughnut-chart--active[data-value="36"] .outer {
  stroke-dasharray: 36 64;
}

.doughnut-chart--active[data-value="37"] .outer {
  stroke-dasharray: 37 63;
}

.doughnut-chart--active[data-value="38"] .outer {
  stroke-dasharray: 38 62;
}

.doughnut-chart--active[data-value="39"] .outer {
  stroke-dasharray: 39 61;
}

.doughnut-chart--active[data-value="40"] .outer {
  stroke-dasharray: 40 60;
}

.doughnut-chart--active[data-value="41"] .outer {
  stroke-dasharray: 41 59;
}

.doughnut-chart--active[data-value="42"] .outer {
  stroke-dasharray: 42 58;
}

.doughnut-chart--active[data-value="43"] .outer {
  stroke-dasharray: 43 57;
}

.doughnut-chart--active[data-value="44"] .outer {
  stroke-dasharray: 44 56;
}

.doughnut-chart--active[data-value="45"] .outer {
  stroke-dasharray: 45 55;
}

.doughnut-chart--active[data-value="46"] .outer {
  stroke-dasharray: 46 54;
}

.doughnut-chart--active[data-value="47"] .outer {
  stroke-dasharray: 47 53;
}

.doughnut-chart--active[data-value="48"] .outer {
  stroke-dasharray: 48 52;
}

.doughnut-chart--active[data-value="49"] .outer {
  stroke-dasharray: 49 51;
}

.doughnut-chart--active[data-value="50"] .outer {
  stroke-dasharray: 50 50;
}

.doughnut-chart--active[data-value="51"] .outer {
  stroke-dasharray: 51 49;
}

.doughnut-chart--active[data-value="52"] .outer {
  stroke-dasharray: 52 48;
}

.doughnut-chart--active[data-value="53"] .outer {
  stroke-dasharray: 53 47;
}

.doughnut-chart--active[data-value="54"] .outer {
  stroke-dasharray: 54 46;
}

.doughnut-chart--active[data-value="55"] .outer {
  stroke-dasharray: 55 45;
}

.doughnut-chart--active[data-value="56"] .outer {
  stroke-dasharray: 56 44;
}

.doughnut-chart--active[data-value="57"] .outer {
  stroke-dasharray: 57 43;
}

.doughnut-chart--active[data-value="58"] .outer {
  stroke-dasharray: 58 42;
}

.doughnut-chart--active[data-value="59"] .outer {
  stroke-dasharray: 59 41;
}

.doughnut-chart--active[data-value="60"] .outer {
  stroke-dasharray: 60 40;
}

.doughnut-chart--active[data-value="61"] .outer {
  stroke-dasharray: 61 39;
}

.doughnut-chart--active[data-value="62"] .outer {
  stroke-dasharray: 62 38;
}

.doughnut-chart--active[data-value="63"] .outer {
  stroke-dasharray: 63 37;
}

.doughnut-chart--active[data-value="64"] .outer {
  stroke-dasharray: 64 36;
}

.doughnut-chart--active[data-value="65"] .outer {
  stroke-dasharray: 65 35;
}

.doughnut-chart--active[data-value="66"] .outer {
  stroke-dasharray: 66 34;
}

.doughnut-chart--active[data-value="67"] .outer {
  stroke-dasharray: 67 33;
}

.doughnut-chart--active[data-value="68"] .outer {
  stroke-dasharray: 68 32;
}

.doughnut-chart--active[data-value="69"] .outer {
  stroke-dasharray: 69 31;
}

.doughnut-chart--active[data-value="70"] .outer {
  stroke-dasharray: 70 30;
}

.doughnut-chart--active[data-value="71"] .outer {
  stroke-dasharray: 71 29;
}

.doughnut-chart--active[data-value="72"] .outer {
  stroke-dasharray: 72 28;
}

.doughnut-chart--active[data-value="73"] .outer {
  stroke-dasharray: 73 27;
}

.doughnut-chart--active[data-value="74"] .outer {
  stroke-dasharray: 74 26;
}

.doughnut-chart--active[data-value="75"] .outer {
  stroke-dasharray: 75 25;
}

.doughnut-chart--active[data-value="76"] .outer {
  stroke-dasharray: 76 24;
}

.doughnut-chart--active[data-value="77"] .outer {
  stroke-dasharray: 77 23;
}

.doughnut-chart--active[data-value="78"] .outer {
  stroke-dasharray: 78 22;
}

.doughnut-chart--active[data-value="79"] .outer {
  stroke-dasharray: 79 21;
}

.doughnut-chart--active[data-value="80"] .outer {
  stroke-dasharray: 80 20;
}

.doughnut-chart--active[data-value="81"] .outer {
  stroke-dasharray: 81 19;
}

.doughnut-chart--active[data-value="82"] .outer {
  stroke-dasharray: 82 18;
}

.doughnut-chart--active[data-value="83"] .outer {
  stroke-dasharray: 83 17;
}

.doughnut-chart--active[data-value="84"] .outer {
  stroke-dasharray: 84 16;
}

.doughnut-chart--active[data-value="85"] .outer {
  stroke-dasharray: 85 15;
}

.doughnut-chart--active[data-value="86"] .outer {
  stroke-dasharray: 86 14;
}

.doughnut-chart--active[data-value="87"] .outer {
  stroke-dasharray: 87 13;
}

.doughnut-chart--active[data-value="88"] .outer {
  stroke-dasharray: 88 12;
}

.doughnut-chart--active[data-value="89"] .outer {
  stroke-dasharray: 89 11;
}

.doughnut-chart--active[data-value="90"] .outer {
  stroke-dasharray: 90 10;
}

.doughnut-chart--active[data-value="91"] .outer {
  stroke-dasharray: 91 9;
}

.doughnut-chart--active[data-value="92"] .outer {
  stroke-dasharray: 92 8;
}

.doughnut-chart--active[data-value="93"] .outer {
  stroke-dasharray: 93 7;
}

.doughnut-chart--active[data-value="94"] .outer {
  stroke-dasharray: 94 6;
}

.doughnut-chart--active[data-value="95"] .outer {
  stroke-dasharray: 95 5;
}

.doughnut-chart--active[data-value="96"] .outer {
  stroke-dasharray: 96 4;
}

.doughnut-chart--active[data-value="97"] .outer {
  stroke-dasharray: 97 3;
}

.doughnut-chart--active[data-value="98"] .outer {
  stroke-dasharray: 98 2;
}

.doughnut-chart--active[data-value="99"] .outer {
  stroke-dasharray: 99 1;
}

.doughnut-chart--active[data-value="100"] .outer {
  stroke-dasharray: 100 0;
}

.doughnut-chart__overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.doughnut-chart__overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.doughnut-chart__overlay-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.doughnut-chart__value {
  font-size: 38px;
  font-size: 2.7142857143rem;
  line-height: 38px;
  display: block;
  margin-bottom: 0;
}
.doughnut-chart__value small {
  font-size: 0.5em;
}
.doughnut-chart--small .doughnut-chart__value {
  font-size: 32px;
  font-size: 2.2857142857rem;
  line-height: 28px;
}

.doughnut-chart__label {
  display: block;
}
.doughnut-chart--small .doughnut-chart__label {
  font-size: 10px;
  font-size: 0.7142857143rem;
  line-height: 14px;
}

.doughnut-chart--on-dark .doughnut-chart__value {
  color: white;
}
.doughnut-chart--on-dark .doughnut-chart__chart .bg {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.25);
}

/* Dealership Info */
@media screen and (max-width: 48.5em) {
  .dealership-contact-info .icon-link {
    text-align: center !important;
    font-weight: bold;
    color: #6d18e9;
  }
  .dealership-contact-info .icon-link__icon {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
  }
  .dealership-contact-info .dealership-contact-info__address {
    position: relative;
    display: block;
    padding: 10px;
    margin-bottom: -20px;
    margin-top: 20px;
    border-top: solid 1px #e5e7eb;
    color: #2e424e;
  }
  .dealership-contact-info .dealership-contact-info__address .triangle:after,
  .dealership-contact-info .dealership-contact-info__address .triangle:before {
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    position: absolute;
    top: -10px;
    content: "";
    left: 50%;
  }
  .dealership-contact-info .dealership-contact-info__address .triangle:before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid;
    border-bottom-color: #e5e7eb;
    top: -11px;
    margin-left: -10px;
  }
  .dealership-info,
  .dealership-info__toggle {
    background-color: #f7f7f9 !important;
  }
  .dealership-info__table {
    width: 100%;
    border-top: solid 1px #e5e7eb;
  }
  .dealership-info__table > tbody > tr > td,
  .dealership-info__table > tr > td {
    padding: 20px;
    border-bottom: solid 1px #e5e7eb;
  }
  .dealership-info__table > tbody > tr > td:first-child,
  .dealership-info__table > tr > td:first-child {
    padding-left: 0;
  }
  .dealership-info__table > tbody > tr > td:last-child,
  .dealership-info__table > tr > td:last-child {
    padding-right: 0;
  }
  .dealership-info__table > tbody > tr > td + td,
  .dealership-info__table > tr > td + td {
    border-left: solid 1px #e5e7eb;
  }
  #reviews {
    padding: 0;
  }
}
@media screen and (min-width: 48.5em) {
  .dealership-contact-info {
    margin-top: -20px;
  }
}
@media screen and (max-width: 28em) {
  .dealership-contact-info .icon-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 20em) {
  .icon-link {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.8333333333;
  }
}
/* Quote carousel */
.quote-carousel {
  position: relative;
  height: 60px;
  margin: 80px 0 -20px;
  overflow: visible;
}

.quote-carousel__item.quote-carousel__item {
  display: block !important;
  left: -20px !important;
  opacity: 0 !important;
  margin: 0;
  -webkit-transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  transition: 0.5s ease-in-out !important;
}

.quote-carousel__item.next,
.quote-carousel__item.carousel-active {
  left: 0px !important;
  opacity: 1 !important;
}

.quote-carousel__item.carousel-active.left {
  left: 20px !important;
  opacity: 0 !important;
}

.quote-carousel__image {
  display: inline-block !important;
  width: 60px !important;
  height: 60px !important;
  margin-right: 10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.quote-carousel__quote:before,
.quote-carousel__quote:after {
  content: '"';
}

/* Improve Rating Ad */
@media screen and (max-width: 48.5em) {
  .improve-rating-ad {
    margin-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
/* Certificates */
@media screen and (min-width: 47.75em) {
  .certificates {
    position: relative;
  }
  .certificates:after {
    content: "";
    background-color: #ebecee;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
  }
  .certificates .container,
  .certificates .modal-iframe {
    position: relative;
    z-index: 1;
  }
  .certificate__images {
    vertical-align: bottom;
    text-align: center;
  }
  .certificate__image {
    display: inline-block;
    margin: 20px;
    vertical-align: bottom;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .certificate__image img {
    width: 100%;
  }
  .certificate__image--0 {
    width: 38%;
  }
  .certificate__image--1 {
    width: 22%;
    margin-bottom: calc(21% + 20px);
  }
  .certificate__image--2 {
    width: 40%;
    margin-left: calc((22% + 20px) * -1);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
  div.certificate__shadow {
    margin: 20px 40px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  }
}
/* Auto complete */
.autocomplete-suggestions {
  background: white;
  border: 2px solid #e5e7eb;
  margin-top: 5px;
  overflow: hidden;
  z-index: 2147483641 !important;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.autocomplete-suggestion {
  padding: 10px 20px;
}

.autocomplete-selected {
  color: white;
  background-color: #1482ff;
}

.more + [data-readmore-toggle] {
  margin-bottom: 20px;
  font-weight: bold;
}

p.more + [data-readmore-toggle] {
  margin-top: -20px;
}

/* Index items */
.index-item {
  display: block;
  background-color: #f0f0f1;
  margin-bottom: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.index-item img {
  border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

.index-item__label {
  display: block;
  padding: 10px;
  text-align: center;
  color: #2e424e;
}
a:hover .index-item__label {
  color: #1482ff;
}

/* Dealership Jump Nav */
.dealership-jump-nav {
  background-color: #f7f7f9;
  border-bottom: solid 1px #e5e7eb;
  z-index: 1000;
}
.dealership-jump-nav a {
  color: #2e424e;
  display: inline-block;
  font-weight: 600;
  padding: 15px 20px;
}
@media screen and (max-width: 48.5em) {
  .dealership-jump-nav a {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.8333333333;
    padding: 10px;
  }
}
.dealership-jump-nav a:hover, .dealership-jump-nav a:focus {
  color: #1482ff;
}
.dealership-jump-nav li.active a,
.dealership-jump-nav a.active {
  color: #1482ff;
  border-bottom: solid 4px #1482ff;
}

/* Cookie Consent */
.cookie-consent {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #2d3e4f;
  color: white;
  z-index: 10000;
  line-height: 30px;
  padding: 0 20px;
  height: 30px;
}
.cookie-consent p, .cookie-consent a {
  color: white;
  font-size: 10px;
  line-height: 30px;
  margin: 0;
}
.cookie-consent p a {
  text-decoration: underline;
}

.cookie-consent__medium,
.cookie-consent__long {
  display: none;
}

.cookie-consent__accept {
  float: right;
}
.cookie-consent__accept i {
  margin-right: 5px;
}

@media screen and (min-width: 25em) {
  .cookie-consent p, .cookie-consent a {
    font-size: 12px;
  }
}
@media screen and (min-width: 48.5em) {
  .cookie-consent__short {
    display: none;
  }
  .cookie-consent__medium {
    display: inline-block;
  }
}
@media screen and (min-width: 75em) {
  .cookie-consent__medium {
    display: none;
  }
  .cookie-consent__long {
    display: inline-block;
  }
}
.is_stuck {
  margin-top: 30px;
  -webkit-transition: margin-top 0.25s ease;
  -moz-transition: margin-top 0.25s ease;
  -ms-transition: margin-top 0.25s ease;
  -o-transition: margin-top 0.25s ease;
  transition: margin-top 0.25s ease;
}
.cookie-consented .is_stuck {
  margin-top: 0;
}

/* Collected in Partnership */
.cip {
  margin-bottom: 20px;
  margin-top: -5px;
}

.cip__text {
  color: #98a2ad;
  vertical-align: middle;
}

.cip__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #6d18e9;
  cursor: help;
  margin-left: 2px;
}

/* Step Block */
@media screen and (min-width: 48.5em) {
  .step__description {
    padding: 0 20px;
  }
}

.step__img {
  position: relative;
  margin: 40px 0 20px;
}
@media screen and (min-width: 48.5em) {
  .step__img:before, .step__img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 50%;
    height: 6px;
    background: url(/images/dotted-line.png) center left repeat-x;
    z-index: 0;
  }
  .step__img:after {
    left: auto;
    right: -10px;
    background-position: center right;
  }
}

@media screen and (min-width: 48.5em) {
  .step:first-child .step__img:before,
  .step:last-child .step__img:after {
    display: none;
  }
}
.step__img-inner {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.step__img img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.step__img-badge {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #6d18e9;
  color: white;
  width: 70px;
  height: 70px;
  font-size: 30px;
  font-size: 2.1428571429rem;
  line-height: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* Mini Ad */
.mini-ad-link {
  display: inline-block;
  font-weight: 500;
  margin-right: 20px;
}
.mini-ad-link img {
  vertical-align: bottom;
  height: 23px;
}
@media screen and (max-width: 48.5em) {
  .mini-ad-link {
    display: block;
    font-weight: bold;
    line-height: 40px;
    border-bottom: solid 1px #e5e7eb;
    margin-right: 0;
  }
  .mini-ad-link:after {
    content: "\f054";
    font: normal normal normal 14px/40px FontAwesome;
    float: right;
  }
  .mini-ad-link img {
    vertical-align: middle;
    margin-right: 10px;
  }
}

@media screen and (max-width: 48.5em) {
  .mini-ads {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
/* Car finance ad */
.car-finance-ad__input {
  position: relative;
}
.car-finance-ad__input input {
  padding-left: 20px !important;
}

.car-finance-ad__input:before {
  content: "£";
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 46px;
  font-weight: bold;
}

/* Car valuation ad */
.car-valuation-ad__input {
  position: relative;
}
.car-valuation-ad__input input[type=text] {
  font-family: "uknumberplate", Montserrat, sans-serif;
  padding-left: 60px !important;
  font-size: 24px;
  font-size: 1.7142857143rem;
  line-height: 25px;
}

.car-valuation-ad__input:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 49px;
  width: 50px;
  background: #1200ec url(/images/numberplate-badge.png) center center no-repeat;
  border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
}

/* Dealership stats */
.dealership-stats {
  background: white url(/images/bg-stats.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-top: solid 1px #e5e7eb;
}
.dealership-stats .stat-box {
  background-color: #2d3e50;
  color: white;
}
.dealership-stats .stat-box * {
  color: white;
}
.dealership-stats .stat-box .doughnut-chart__bg {
  background-color: #2d3e50;
  border-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 48.5em) {
  .dealership-stats .stat-box {
    margin: 0 -20px -20px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .dealership-stats .stat-box .doughnut-chart {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48.5em) {
  .dealership-stats .stat-box .stat-box__intro {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
  }
  .dealership-stats .stat-box .stat-box__intro p {
    position: absolute;
    bottom: -8px;
    padding: 20px 20px 8px;
    background-color: #2d3e50;
    margin-bottom: 0;
    border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
  }
}
@media screen and (min-width: 48.5em) {
  .dealership-stats .dealership-stats__header {
    margin-bottom: 40px;
  }
}

/* Stat */
@media screen and (max-width: 48.5em) {
  .stat {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .stat__chart,
  .stat__content {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
  }
  .stat__chart {
    margin-right: 20px;
  }
  .stat__chart .doughnut-chart {
    width: 100px;
    height: 100px;
  }
}
/* Link Stack */
.link-stack {
  padding: 0;
  border-top: solid 1px #e5e7eb;
}
.link-stack li {
  border-bottom: solid 1px #e5e7eb;
  line-height: 40px;
}
.link-stack li:before {
  display: none;
}
.link-stack li a {
  display: block;
}
.link-stack li a:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  float: right;
  line-height: 40px;
}

/* Gallery Preview */
.gallery-preview {
  overflow: auto;
  white-space: nowrap;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 10px;
}

.gallery-preview__item {
  display: inline-block;
}

.gallery-preview__more {
  display: none;
}

.gallery-preview__upload-link {
  color: #98a2ad;
}
.gallery-preview__upload-link:hover .gallery-preview__upload-link-icon, .gallery-preview__upload-link:focus .gallery-preview__upload-link-icon {
  stroke: #1482ff;
}

.gallery-preview__item--2,
.gallery-preview__item--1 {
  width: 268px;
  margin: 0 10px;
}

.gallery-preview__img,
.gallery-preview__overlay,
.gallery-preview__link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gallery-preview__img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-preview__upload-link-icon {
  width: 26px;
  height: 26px;
  vertical-align: bottom;
  stroke: #98a2ad;
  stroke-width: 2;
  fill: transparent;
  margin-right: 5px;
  -webkit-transition: stroke 0.25s ease;
  -moz-transition: stroke 0.25s ease;
  -ms-transition: stroke 0.25s ease;
  -o-transition: stroke 0.25s ease;
  transition: stroke 0.25s ease;
}

@media screen and (min-width: 48.5em) {
  .gallery-preview {
    overflow: hidden;
    white-space: normal;
    padding: 0;
    margin: -10px;
  }
  .gallery-preview__item {
    position: relative;
    float: left;
  }
  .gallery-preview__item--2 {
    width: 50%;
    height: auto;
    margin: 0;
  }
  .gallery-preview__item--1 {
    width: 25%;
    height: auto;
    margin: 0;
  }
  .gallery-preview__link {
    border: 10px solid transparent;
  }
  .gallery-preview__img {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .gallery-preview__link:hover .gallery-preview__img {
    opacity: 0.75;
  }
  .gallery-preview__more {
    position: absolute;
    display: inline-block;
    bottom: 20px;
    left: 20px;
    color: white;
  }
  .gallery-preview__more-icon {
    display: block;
    width: 34px;
    height: 34px;
    stroke: white;
    stroke-width: 2;
    fill: transparent;
    margin-right: 5px;
  }
}
/* Benefits */
@media screen and (min-width: 90em) {
  .benefits__row-left > div:last-child {
    direction: rtl;
  }
}
.benefits__icon {
  width: 55px;
  height: 30px;
  margin-bottom: 20px;
}

/* Overlap */
@media screen and (min-width: 90em) {
  .overlap {
    max-width: 150%;
  }
}
/* Raw banner ad */
.raw-banner-ad,
.image-banner-ad {
  text-align: center;
  margin: 0 -20px;
}

.image-banner-ad img {
  width: 100%;
}

.raw-banner-ad iframe,
.raw-banner-ad ins {
  vertical-align: bottom;
}

@media screen and (min-width: 48.5em) {
  .raw-banner-ad,
  .image-banner-ad {
    margin: 0;
    margin-bottom: 20px;
  }
}
/* Verify status */
.verify-status {
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}

.verify-status__item {
  padding: 10px;
  text-align: center;
  border-bottom: solid 1px white;
}
.verify-status__item:last-child {
  border-bottom: 0;
}
.verify-status__item .verify-icon__wrapper {
  display: inline-block;
  position: relative;
}
.verify-status__item .verify-icon__wrapper:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 38px;
  height: 38px;
  z-index: 0;
  background-color: #e74c3c;
  border-radius: 19px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
}
.verify-status__item .status-confirmed .verify-icon__wrapper:before {
  background-color: #48ce74;
}
.verify-status__item .status-unconfirmed .verify-icon__wrapper:before {
  background-color: #e74c3c;
}
.verify-status__item .status-confirmed {
  display: none;
}
.verify-status__item.verify-status__item--confirmed .status-confirmed {
  display: block;
}
.verify-status__item.verify-status__item--confirmed .status-unconfirmed {
  display: none;
}
.verify-status__item .verify-icon {
  position: relative;
  fill: white;
  z-index: 1;
}

@media screen and (min-width: 48.5em) {
  .verify-status__item {
    border-bottom: 0;
    border-right: solid 1px white;
  }
  .verify-status__item:last-child {
    border-right: 0;
  }
}
/* LightGallery */
.lg-backdrop {
  background-color: white;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #1482ff;
}

.lg-outer .lg-thumb-outer,
.lg-toolbar {
  color: #2e424e;
  background-color: rgba(255, 255, 255, 0.8);
}

.lg-outer .lg-toogle-thumb {
  display: none;
}

.lg-sub-html {
  background-color: rgba(255, 255, 255, 0.8);
  color: #2e424e;
}

.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: #1482ff;
  color: white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.lg-toolbar .lg-ico,
.lg-counter {
  color: #2e424e;
}

.lg-toolbar .lg-icon:hover {
  color: #1482ff;
}

/* CarSnip */
.car-snip-widget {
  width: 100%;
  height: 1000px;
}
@media screen and (min-width: 48.5em) {
  .car-snip-widget {
    height: 670px;
  }
}

/* Popup Banner */
.popup-banner {
  position: fixed;
  display: table;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 10000;
}
.popup-banner .popup-banner__img--desktop {
  display: none;
}
.popup-banner .popup-banner__img--mobile {
  display: inline-block;
}
.popup-banner .popup-banner__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.popup-banner .popup-banner__inner img {
  max-width: 100%;
}
@media screen and (min-width: 48.5em) {
  .popup-banner {
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    max-width: 80vw;
    max-height: 80vh;
    margin-left: 10vw;
    margin-top: 10vh;
  }
  .popup-banner.popup-banner--unseen.popup-banner--visible {
    display: table;
  }
  .popup-banner .popup-banner__img--desktop {
    display: inline-block;
  }
  .popup-banner .popup-banner__img--mobile {
    display: none;
  }
  .popup-banner .popup-banner__inner {
    padding: 20px;
  }
  .popup-banner .popup-banner__inner img {
    max-width: 75vw;
    max-height: 75vh;
  }
}

.btn--dealerlogin {
  display: none;
  margin: 5px 0 0 10px;
  float: right;
}
@media screen and (min-width: 62em) {
  .btn--dealerlogin {
    display: inline-block;
  }
}

.download-block__subscribe {
  padding-left: 0;
  width: 75%;
}
.download-block__subscribe li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.download-block__subscribe li:before {
  content: "";
}
.download-block__subscribe p {
  margin-right: 20px;
}
.download-block__subscribe a {
  background: #48ce74;
}
.download-block__subscribe a:hover {
  background: #39a35c;
}

.thank-you__image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 62em) {
  .thank-you__image-block {
    flex-direction: row;
    justify-content: center;
  }
}

.star-rating__description.rating-overall i {
  color: #6d18e9 !important;
}

/* 
    ===============================
    UTILS
    ===============================
*/
/* Coloring */
.purple {
  color: #6d18e9 !important;
}
.purple a {
  color: #6d18e9;
}

.blue {
  color: #1482ff !important;
}
.blue a {
  color: #1482ff;
}

.white {
  color: white !important;
}
.white a {
  color: white;
}

.grey {
  color: #98a2ad !important;
}
.grey a {
  color: #98a2ad;
}

.grey-light {
  color: #f7f7f9 !important;
}
.grey-light a {
  color: #f7f7f9;
}

.green {
  color: #48ce74 !important;
}
.green a {
  color: #48ce74;
}

.bg-purple {
  background-color: #6d18e9;
  color: white;
}
.bg-purple * {
  color: white;
}

.bg-blue {
  background-color: #1482ff;
  color: white;
}
.bg-blue * {
  color: white;
}
.bg-blue a:hover {
  color: #6d18e9;
}

.bg-grey-light {
  background-color: #f7f7f9;
}

.bg-grey {
  background-color: #98a2ad;
  color: white;
}
.bg-grey * {
  color: white;
}

.bg-grey-dark {
  background-color: #2e424e;
  color: white;
}
.bg-grey-dark * {
  color: white;
}

.bg-grey-darkest {
  background-color: #1f2b39;
  color: white;
}
.bg-grey-darkest * {
  color: white;
}

.bg-white {
  background-color: white;
}

.bg-white-before:before {
  background-color: white;
}

.bg-purple-before:before {
  background-color: #6d18e9;
}

.bg-blue-before:before {
  background-color: #1482ff;
}

.bg-grey-light-before:before {
  background-color: #f7f7f9;
}

.bg-grey-before:before {
  background-color: #98a2ad;
}

.bg-grey-dark-before:before {
  background-color: #2e424e;
}

.bg-white-after:after {
  background-color: white;
}

.bg-purple-after:after {
  background-color: #6d18e9;
}

.bg-blue-after:after {
  background-color: #1482ff;
}

.bg-grey-light-after:after {
  background-color: #f7f7f9;
}

.bg-grey-after:after {
  background-color: #98a2ad;
}

.bg-grey-dark-after:after {
  background-color: #2e424e;
}

/* Data URI's created with https://duri.me/ */
@media screen and (min-width: 48.5em) {
  .bg-grey-light-and-white {
    background-color: white;
    background-image: url(data:image/gif;base64,R0lGODlhuAsBAIAAAPf3+QAAACwAAAAAuAsBAAACOYSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCXUWAAA7);
    background-position: calc(50% - 1500px) top;
    background-repeat: repeat-y;
  }
  .bg-grey-and-white {
    background-color: white;
    background-image: url(data:image/gif;base64,R0lGODlhuAsBAIAAAJiirQAAACwAAAAAuAsBAAACOYSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCXUWAAA7);
    background-position: calc(50% - 1500px) top;
    background-repeat: repeat-y;
  }
  .bg-grey-dark-and-white {
    background-color: white;
    background-image: url(data:image/gif;base64,R0lGODlhuAsBAIAAAC5CTgAAACwAAAAAuAsBAAACOYSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCXUWAAA7);
    background-position: calc(50% - 1500px) top;
    background-repeat: repeat-y;
  }
  .bg-grey-darkest-and-white {
    background-color: white;
    background-image: url(data:image/gif;base64,R0lGODlhuAsBAIAAAB8rOQAAACwAAAAAuAsBAAACOYSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCXUWAAA7);
    background-position: calc(50% - 1500px) top;
    background-repeat: repeat-y;
  }
  .bg-purple-and-white {
    background-color: white;
    background-image: url(data:image/gif;base64,R0lGODlhuAsBAIAAAG0Z6QAAACwAAAAAuAsBAAACOYSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCXUWAAA7);
    background-position: calc(50% - 1500px) top;
    background-repeat: repeat-y;
  }
  .bg-blue-and-white {
    background-color: white;
    background-image: url(data:image/gif;base64,R0lGODlhuAsBAIAAAD7M9gAAACwAAAAAuAsBAAACOYSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCXUWAAA7);
    background-position: calc(50% - 1500px) top;
    background-repeat: repeat-y;
  }
}
.bg-blue ul > li:before,
.bg-purple ul > li:before {
  color: white;
}

/* Lists */
.bare {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.bare > li:before {
  display: none;
}

/* Spacing */
.padding {
  padding: 20px !important;
}

.padding-xxsmall {
  padding: 3px !important;
}

.padding-xsmall {
  padding: 5px !important;
}

.padding-small {
  padding: 10px !important;
}

.padding-large {
  padding: 40px !important;
}

.padding-xlarge {
  padding: 80px !important;
}

.padding-xxlarge {
  padding: 120px !important;
}

.padding-none {
  padding: 0 !important;
}

.padding-top {
  padding-top: 20px !important;
}

.padding-top-xxsmall {
  padding-top: 3px !important;
}

.padding-top-xsmall {
  padding-top: 5px !important;
}

.padding-top-small {
  padding-top: 10px !important;
}

.padding-top-large {
  padding-top: 40px !important;
}

.padding-top-xlarge {
  padding-top: 80px !important;
}

.padding-top-xxlarge {
  padding-top: 120px !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-right {
  padding-right: 20px !important;
}

.padding-right-xxsmall {
  padding-right: 3px !important;
}

.padding-right-xsmall {
  padding-right: 5px !important;
}

.padding-right-small {
  padding-right: 10px !important;
}

.padding-right-large {
  padding-right: 40px !important;
}

.padding-right-xlarge {
  padding-right: 80px !important;
}

.padding-right-xxlarge {
  padding-right: 120px !important;
}

.padding-right-none {
  padding-right: 0 !important;
}

.padding-bottom {
  padding-bottom: 20px !important;
}

.padding-bottom-xxsmall {
  padding-bottom: 3px !important;
}

.padding-bottom-xsmall {
  padding-bottom: 5px !important;
}

.padding-bottom-small {
  padding-bottom: 10px !important;
}

.padding-bottom-large {
  padding-bottom: 40px !important;
}

.padding-bottom-xlarge {
  padding-bottom: 80px !important;
}

.padding-bottom-xxlarge {
  padding-bottom: 120px !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.padding-left {
  padding-left: 20px !important;
}

.padding-left-xxsmall {
  padding-left: 3px !important;
}

.padding-left-xsmall {
  padding-left: 5px !important;
}

.padding-left-small {
  padding-left: 10px !important;
}

.padding-left-large {
  padding-left: 40px !important;
}

.padding-left-xlarge {
  padding-left: 80px !important;
}

.padding-left-xxlarge {
  padding-left: 120px !important;
}

.padding-left-none {
  padding-left: 0 !important;
}

.margin {
  margin: 20px !important;
}

.margin-xxsmall {
  margin: 3px !important;
}

.margin-xsmall {
  margin: 5px !important;
}

.margin-small {
  margin: 10px !important;
}

.margin-large {
  margin: 40px !important;
}

.margin-xlarge {
  margin: 80px !important;
}

.margin-xxlarge {
  margin: 120px !important;
}

.margin-none {
  margin: 0 !important;
}

.margin-top {
  margin-top: 20px !important;
}

.margin-top-xxsmall {
  margin-top: 3px !important;
}

.margin-top-xsmall {
  margin-top: 5px !important;
}

.margin-top-small {
  margin-top: 10px !important;
}

.margin-top-large {
  margin-top: 40px !important;
}

.margin-top-xlarge {
  margin-top: 80px !important;
}

.margin-top-xxlarge {
  margin-top: 120px !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-right {
  margin-right: 20px !important;
}

.margin-right-xxsmall {
  margin-right: 3px !important;
}

.margin-right-xsmall {
  margin-right: 5px !important;
}

.margin-right-small {
  margin-right: 10px !important;
}

.margin-right-large {
  margin-right: 40px !important;
}

.margin-right-xlarge {
  margin-right: 80px !important;
}

.margin-right-xxlarge {
  margin-right: 120px !important;
}

.margin-right-none {
  margin-right: 0 !important;
}

.margin-bottom {
  margin-bottom: 20px !important;
}

.margin-bottom-xxsmall {
  margin-bottom: 3px !important;
}

.margin-bottom-xsmall {
  margin-bottom: 5px !important;
}

.margin-bottom-small {
  margin-bottom: 10px !important;
}

.margin-bottom-large {
  margin-bottom: 40px !important;
}

.margin-bottom-xlarge {
  margin-bottom: 80px !important;
}

.margin-bottom-xxlarge {
  margin-bottom: 120px !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-left {
  margin-left: 20px !important;
}

.margin-left-xxsmall {
  margin-left: 3px !important;
}

.margin-left-xsmall {
  margin-left: 5px !important;
}

.margin-left-small {
  margin-left: 10px !important;
}

.margin-left-large {
  margin-left: 40px !important;
}

.margin-left-xlarge {
  margin-left: 80px !important;
}

.margin-left-xxlarge {
  margin-left: 120px !important;
}

.margin-left-none {
  margin-left: 0 !important;
}

.outset-left {
  margin-left: -20px;
  padding-left: 20px;
  margin-right: -20px;
  padding-right: 20px;
}

.outset-right {
  margin-right: -20px;
  padding-right: 20px;
  margin-left: -20px;
  padding-left: 20px;
}

@media screen and (min-width: 48.5em) {
  .outset-left {
    margin-right: -10px;
    padding-right: 10px;
  }
  .outset-right {
    margin-left: -10px;
    padding-left: 10px;
  }
}
.content-wrapper-left,
.content-wrapper-right,
.content-wrapper {
  padding: 20px 0;
}

.content-wrapper-top {
  padding-top: 20px;
}

.content-wrapper-bottom {
  padding-bottom: 20px;
}

@media screen and (min-width: 48.5em) {
  .content-wrapper {
    padding: 40px 0;
  }
  .content-wrapper-left {
    padding: 40px 20px 40px 0;
  }
  .content-wrapper-right {
    padding: 40px 0 40px 20px;
  }
  .content-wrapper-left.content-wrapper--small,
  .content-wrapper-right.content-wrapper--small,
  .content-wrapper.content-wrapper--small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-wrapper-left.content-wrapper--large,
  .content-wrapper-right.content-wrapper--large,
  .content-wrapper.content-wrapper--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content-wrapper-top {
    padding-top: 40px;
  }
  .content-wrapper-top.content-wrapper--small {
    padding-top: 20px;
  }
  .content-wrapper-top.content-wrapper--large {
    padding-top: 80px;
  }
  .content-wrapper-bottom {
    padding-bottom: 40px;
  }
  .content-wrapper-bottom.content-wrapper--small {
    padding-bottom: 20px;
  }
  .content-wrapper-bottom.content-wrapper--large {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 48.5em) {
  .container--inset .outset-left {
    margin-left: calc((20px + 60px) * -1);
    padding-left: calc(20px + 60px);
  }
  .container--inset .outset-right {
    margin-right: calc((20px + 60px) * -1);
    padding-right: calc(20px + 60px);
  }
}
@media screen and (min-width: 62em) {
  .container--inset .outset-left {
    margin-left: calc((20px + 120px) * -1);
    padding-left: calc(20px + 120px);
  }
  .container--inset .outset-right {
    margin-right: calc((20px + 120px) * -1);
    padding-right: calc(20px + 120px);
  }
}
.full-width {
  min-width: 100%;
}

.full-height {
  min-height: 100%;
}

.semi-height {
  min-height: 75%;
}

.trim > *:last-child {
  margin-bottom: 0;
}
.trim > *:last-child > *:last-child {
  margin-bottom: 0;
}
.trim > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.underline {
  border-bottom: solid 2px;
}

.underline--white {
  border-color: white;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   not supported by any browser */
}

[v-cloak] {
  display: none !important;
}

img.fill {
  width: 100%;
}

.rounded {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.border {
  border: solid 1px #e5e7eb;
}

.border-bottom {
  border-bottom: solid 1px #e5e7eb;
}

@media screen and (max-width: 48.5em) {
  .text-center-mobile {
    text-align: center;
  }
  .text-center-mobile ul > li {
    display: inline-block;
  }
  .text-pull-mobile {
    text-align: left;
  }
  .text-push-mobile {
    text-align: left;
  }
}
/* Ratio */
.ratio {
  width: 100%;
  position: relative; /* If you want text inside of it */
}

.ratio--1x1 {
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.ratio--16x9 {
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.ratio--4x3 {
  padding-top: 75%; /* 4:3 Aspect Ratio */
}

.ratio--3x2 {
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}

.ratio--8x5 {
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
}

.ratio__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.nowrap {
  white-space: nowrap;
}

.text-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cdrhomepage .accreditations-block {
  background-color: #f7f7f9;
}
