﻿.container {
  text-align: center;
}

.flex {
    display: flex;
}

#vehicle-card {
    max-width: 530px;
    max-height: 110px;
    display: none;
    flex-direction: row;
    box-shadow: 2px 3px 6px 0px #00000040;
    border-radius: 8px;
    text-align: left;
    background-color: #EFF0F4;
    color: #5e6369;
    font-size: 20px;
}

#vehicle-card__img {
    height: 100%;
    object-fit: contain;
    border-radius: 10px 0 0 10px;
}

#vehicle-card__content {
    padding: 8px 16px;
    font-weight: 500;
    width: 100%;
}

#vehicle-card__content-header__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    white-space: normal;
}

#vehicle-card__content-selection, #vehicle-card__content-id {
    font-weight: 500;
    font-size: 80%;
}

#vehicle-card__content-header {
    color: #2e2e2f;
    font-weight: 800;
    font-size: 14px;
}

.logo-wrapper {
    margin-right: 48px;
    order: 1;
}

#header-nav {
    order: 3;
}

    #header-nav > li {
        padding: 10px 15px;
    }

.header-container {
    flex-wrap: nowrap;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  padding: 21.99% 0;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #cef;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #cef transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.apr-text {
  color: black;
  font-weight: 500;
  padding: 0 !important;
}

.apr-text p {
  padding: 0 !important;
  max-height: 200px !important;
}

@charset "UTF-8";
/*
* Chesterton's Fence:
* 	"The principle that reforms should not be made until the reasoning behind the existing state of affairs is understood."
*/
/*
* 1.Settings
* =========================
* Import the settings, these define colours, typography and global varibales
* for use across the partials.
*/
/*
* At the moment this just contains some variables but can easily expand to
* include a modular scale etc.
* PBird - 1/06/15
*/
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

/*
* 2.Tools
* =========================
* This defines helpful mixins and tools for use across partials.
*/
/*
* Handy sass function that lets you specify widths in columns.
* example - width: columns(12); //100%;
*/
/*
* 3.Generic
* =========================
* This defines styles for elements on a low level. Good for normalize, resets etc.
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.7;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*
* 4.Base
* =========================
* Use this to specify how elements should look more specifically
* things such as how links, lists and headings should look.
*/
html,
body {
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

body {
  font-family: "museo-sans-rounded", sans-serif;
  color: #40899b;
  height: auto;
}

img,
iframe {
  max-width: 100%;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
p,
a,
li,
blockquote,
form,
span {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: "museo-sans-rounded", sans-serif;
  color: #000000;
}

h1,
.h1 {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.h1-alt {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.h1-alt strong {
  font-weight: 900;
}

.h1-h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

h2,
.h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.h2-alt {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.h2-alt strong {
  font-weight: 900;
}

h3,
.h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.h3-alt {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.h3-alt strong {
  font-weight: 900;
}

.h3-light {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
  margin-bottom: 0;
}

.h3-light strong {
  font-weight: 600;
}

h4,
.h4 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.h4-alt {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.h4-alt strong {
  font-weight: 900;
}

.h4-light {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.h4-light strong {
  font-weight: 600;
}

h5,
.h5 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.h5-alt {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.h5-alt strong {
  font-weight: 900;
}

h6,
.h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.h6-alt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.h6-alt strong {
  font-weight: 900;
}

a {
  text-decoration: none;
  color: inherit;
  padding-bottom: 2px;
  border-bottom: 1px solid inherit;
}

p {
  margin-bottom: 1rem;
}

div,
p,
li {
  font-size: 17px;
  line-height: 1.5rem;
  font-weight: 300;
}

.no-underline {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  h2,
  .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h3,
  .h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  h4,
  .h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75rem;
  }

  p,
  a,
  div,
  li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

ul {
  padding: 0 0 0 20px;
  margin: 10px 0;
}

ol {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  line-height: 2.25rem;
  padding: 0 15px;
  margin: 0 0 10px 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  line-height: 2.25rem;
  padding: 0 15px;
  margin: 0 0 10px 0;
}

textarea {
  border: 1px solid #40899b;
  max-width: 100%;
  color: #40899b;
  border-radius: 5px;
  padding: 10px;
}

input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
}

/*
* 5.Objects
* =========================
* Drilling down a bit now, define big parts of our UI.
* Things like layout / grid obects. Wrapper / container objects.
* These Objects shouldn't contain any paint / aesthetics.
*/
/*
* Give you common and easy to remember layout sizes
* Useful for literal translation of space on the screen.
*/
.full {
  width: 100%;
}

.three-quarters {
  width: 75%;
}

.two-thirds {
  width: 66%;
}

.half {
  width: 50%;
}

.third {
  width: 33%;
}

.quarter {
  width: 25%;
}

.fifth {
  width: 20%;
}

.constrained-quarter {
  max-width: 335px;
}

.constrained-third {
  max-width: 446.66667px;
}

.constrained-half {
  max-width: 670px;
}

.true-two-thirds {
  width: 67%;
}

.third-till-mobile {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .full {
    width: 100%;
  }

  .full-at-768 {
    width: 100% !important;
  }

  .three-quarters {
    width: 100%;
  }

  .two-thirds {
    width: 100%;
  }

  .true-two-thirds {
    width: 100%;
  }

  .half {
    width: 50%;
  }

  .third {
    width: 50%;
  }

  .quarter {
    width: 50%;
  }

  .fifth {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .third {
    width: 50%;
  }

  .two-thirds {
    width: 100%;
  }

  .third-till-mobile {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .full {
    width: 100%;
  }

  .three-quarters {
    width: 100%;
  }

  .two-thirds {
    width: 100%;
  }

  .half {
    width: 100%;
  }

  .third {
    width: 100%;
  }

  .quarter {
    width: 100%;
  }

  .fifth {
    width: 100%;
  }
}

/* Sizes */
.svg-15 {
  width: 15px;
  height: 15px;
}

.svg-20 {
  width: 20px;
  height: 20px;
}

.svg-30 {
  width: 30px;
  height: 30px;
}

.svg-100 {
  width: 100px;
  height: 100px;
}

/* Fill colors */
.fill-black {
  fill: #000000;
}

.fill-dark-teal {
  fill: #40899b;
}

.fill-white {
  fill: #ffffff;
}

/* Animations */
.svg-scale-down {
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.svg-scale-down:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* Rotations */
.rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
* Wrappers and container variations that set the maximum width of content.
*/
.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.container:after {
  clear: both;
}

.container-constrained {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-constrained-small {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-apply-form {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

@media screen and (max-width: 768px) {
  .container-constrained {
    padding: 0;
  }

  .main {
    width: 66%;
  }

  .sidebar {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .error-message.dob-error-message {
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  .main {
    width: 100%;
  }

  .sidebar {
    width: 100%;
  }
}

.pointer {
  cursor: pointer;
}

.light {
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.orange {
  color: #f37e30;
}

.teal {
  color: #40899b;
}

.light-grey {
  color: #eeeeee;
}

.trans-teal {
  color: rgba(64, 137, 155, 0.3);
}

.dark-grey {
  color: #1b1b1b;
}

.twitter-blue {
  color: #55acee;
}

.uppercase {
  text-transform: uppercase;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/* Add this */
.footer-copyright {
  color: #222222;
}

/*update these*/
.f-18 {
  font-size: 18px;
  font-size: 1.2rem;
}

.f-17 {
  font-size: 17px;
  font-size: 1.13333rem;
}

.f-14 {
  font-size: 14px;
  font-size: 0.93333rem;
}

.f-13 {
  font-size: 13px;
  font-size: 0.86667rem;
}

.f-12 {
  font-size: 12px;
  font-size: 0.8rem;
}

.f-22 {
  font-size: 22px;
  font-size: 1.46667rem;
}

.f-20 {
  font-size: 20px;
  font-size: 1.33333rem;
}

.footer-about p {
  color: #222222;
  line-height: 1rem;
  padding-right: 50px;
  font-size: 12px;
  font-size: 0.8rem;
}

.footer-about p:nth-child(last) {
  margin-bottom: 0px;
}

.fs-0 {
  font-size: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.h-narrow-1 {
  letter-spacing: -1px;
}

.hover-orange {
  color: #40899b;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hover-orange:hover {
  color: #f37e30;
}

.ui-inline-list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 0;
}

.ui-inline-list li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.ui-list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.ui-list li {
  display: block;
  list-style: none;
}

.piped-list li:after {
  content: "|";
  display: inline-block;
  margin-right: 10px;
}

.piped-list li:last-child:after {
  display: none;
}

.arrowed-list {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}

.arrowed-list li {
  list-style: none;
  margin: 10px 0 0 0;
}

.arrowed-list li:before {
  content: "›";
  margin-right: 10px;
}

.img-oversized {
  height: 110%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.mobile {
  display: none;
}

.tablet-only {
  display: none;
}

.tablet-and-mobile {
  display: none;
}

.tablet-hide {
  display: block;
}

.mobile-only {
  display: none;
}

.mobile-hide {
  display: block;
}

.icon-inline,
.inline,
.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.valign-middle {
  vertical-align: middle;
}

.valign-top {
  vertical-align: top;
}

.valign-bottom {
  vertical-align: bottom;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.absolute-vertical-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.absolute-horizontal-middle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-0 {
  top: 0;
}

/* this is to push some images slightly out of the frame - ie owl on how-it-works */
.bottom-neg-5 {
  bottom: -5px;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.media-holder {
  text-align: center;
  margin: 0 auto 0 auto;
}

.height-100vh {
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .tablet-and-mobile {
    display: block;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .tablet-only {
    display: block;
  }

  .tablet-hide {
    display: none;
  }

  .mobile-only {
    display: none;
  }

  .mobile-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-align-right {
    text-align: right;
  }
}

@media screen and (max-width: 600px) {
  .tablet-only {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .mobile-only {
    display: block;
  }

  .mobile-hide {
    display: none;
  }
}

.margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
  }

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
  }

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-lr-100 {
  margin-left: 100px;
  margin-right: 100px;
}

@media screen and (max-width: 768px) {
  .margin-right-20 {
    margin-right: 10px;
  }

  .margin-top-20 {
    margin-top: 10px;
  }

  .margin-bottom-20 {
    margin-bottom: 10px;
  }
}

.pad-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pad-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-top-30 {
  padding-top: 30px;
}

.pad-top-80 {
  padding-top: 80px;
}

.pad-bottom-20 {
  padding-bottom: 20px;
}

.pad-bottom-50 {
  padding-bottom: 50px;
}

.pad-bottom-80 {
  padding-bottom: 80px;
}

.pad-right-20 {
  padding-right: 20px;
}

.pad-right-30 {
  padding-right: 30px;
}

.pad-left-10 {
  padding-left: 10px;
}

.pad-left-20 {
  padding-left: 20px;
}

.pad-left-30 {
  padding-left: 30px;
}

.pad-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pad-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pad-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pad-lr-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pad-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pad-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pad-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pad-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .pad-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pad-50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pad-20 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pad-lr-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pad-lr-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pad-lr-50 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .pad-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 480px) {
  .pad-50 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pad-lr-50 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
* 6.Components
* =========================
* Drilling down a bit now, These add a layer of paint to our Objects.

    ********** BELOW WAS REMOVED ON 04/10/2016 - LUKE FRIBBENS

*/
/*.accordion-button {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1); }

.accordion-panel {
  padding: 0 20px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .accordion-panel.show {
    max-height: 1000px;
    height: 100%;
    padding: 20px; }*/

.accordion-button {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-bottom: 1px solid #cee1e5;
}

.accordion-button:hover p {
  color: #f37e30;
}

.accordion-button-tooltip {
  border-radius: 50%;
  padding: 5px 9px;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  top: 40px;
  right: 40px;
  z-index: 2;
  cursor: pointer;
  width: auto;
  color: #ffffff;
  background: #f37e30;
}

.accordion-button-tooltip:hover {
  background: #40899b;
}

.accordion-button-tooltip:hover p {
  color: #ffffff;
}

.accordion-button-tooltip p {
  padding-left: 1px;
}

.accordion-panel {
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.accordion-panel p {
  color: #000000;
  margin-bottom: 0px;
}

.accordion-panel.show {
  max-height: 1000px;
  height: auto;
  margin-bottom: 15px;
  padding: 10px 20px;
}

/* plus to minus icon */
.plus-wrap {
  width: 18px;
  height: 18px;
  border: 2px solid #b2b2b2;
  border-radius: 50%;
  position: relative;
}

.plus-wrap .plus-one,
.plus-wrap .plus-two {
  background-color: #b2b2b2;
  width: calc(100% - 21%);
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.plus-wrap .plus-one {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.plus-wrap .plus-two {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.plus-wrap.isActive .plus-two {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.bg-trans-black {
  background: rgba(0, 0, 0, 0.3);
}

.bg-trans-white {
  background: rgba(255, 255, 255, 0.3);
}

.bg-light-green {
  background: #00e7c8;
}

.bg-lightest-grey {
  background: #f1f1f1;
}

.bg-lighter-grey {
  background: #f9f9f9;
}

.bg-blue,
.bg-hwe-item-5 {
  background: #5084c4;
}

.bg-light-grey {
  background: #eeeeee;
}

.bg-dark-teal,
.bg-hwe-item-1 {
  background: #40899b;
}

.bg-darker-teal {
  background: #1e7489;
}

.bg-orange,
.bg-hwe-item-3 {
  background: #f37e30;
}

.bg-teal-white {
  background: #f2f7f8;
}

.bg-hwe-item-2 {
  background: #feb715;
}

.bg-hwe-item-4 {
  background: #a5439a;
}

.bg-square {
  height: 0;
  padding-bottom: 100%;
}

.bg-square-wborder {
  height: 0;
  padding-bottom: calc(100% - 20px);
}

.bg-gavel {
  background: url("../img/how-it-works-ccj.png") no-repeat 100% 50% / cover;
}

.bg-piggybank {
  background: url("../img/how-it-works-piggybank.png") no-repeat 100% 50% /
    cover;
}

.bg-happy-couple {
  background: url("../img/happy-couple.jpg") no-repeat 50% 50% / cover;
}

.bg-woman-child {
  background: url("../img/woman-child-car.png") no-repeat 75% 0% / cover;
}

.bg-owl-freshener {
  background: url("../img/owl-air-freshener.jpg") no-repeat 50% 50% / cover;
}

.bg-children-hose {
  background: url("../img/children-hose.png") no-repeat 50% 50% / cover;
  min-height: 400px;
}

.bg-couple-car {
  background: url("../img/couple-in-the-car.jpg") no-repeat 50% 50% / cover;
}

.bg-highway-apply {
  background: url("../img/highway-apply.jpg") no-repeat 100% 0% / cover;
}

.bg-highway-apply-dealer {
  background: url("../img/highway-apply-dealer.png") no-repeat 100% 0% / cover;
}

.bg-highway-dealer {
  background: url("../img/highway-dealer.png") no-repeat 100% 0% / cover;
}

.barney-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.peeking-barney {
  position: absolute;
  bottom: 0;
  right: 0;
}

.peeking-barney-alt {
  position: absolute;
  bottom: -50px;
  right: -100px;
  height: 400px;
}

.educated-barney {
  position: absolute;
  right: -25px;
  bottom: -5px;
}

.flapping-barney {
  position: absolute;
  right: 0px;
  bottom: -35px;
  height: 100px;
  width: 100px;
}

.chat-barney {
  position: absolute;
  bottom: -10px;
  right: 15%;
}

.chat-barney-alt,
.chat-barney-page {
  position: absolute;
  bottom: -10px;
  right: 10%;
  z-index: 2;
}

.chat-barney-hwe {
  position: absolute;
  bottom: -10px;
  right: 5%;
}

.chat-barney-hwe-header {
  position: absolute;
  bottom: -10px;
  right: 0%;
}

.bg-woman-in-car {
  background: url("../img/woman-in-car.png") no-repeat 50% 50% / cover;
  min-height: 400px;
}

@media screen and (max-width: 960px) {
  .chat-barney,
  .chat-barney-alt,
  .educated-barney,
  .chat-barney-hwe,
  .chat-barney-hwe-header {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .bg-happy-couple {
    background: url("../img/happy-couple.jpg") no-repeat 70% 50% / cover;
  }

  .barney-bg {
    -webkit-transform: translateX(-130%);
    transform: translateX(-130%);
  }

  .barney-bg img {
    width: 300px;
  }

  .peeking-barney-alt {
    height: 270px;
  }
}

@media screen and (max-width: 600px) {
  .chat-barney-page {
    display: none;
  }

  .bg-happy-couple {
    background: url("../img/happy-couple.jpg") no-repeat 90% / cover;
  }
}

@media screen and (max-width: 480px) {
  .peeking-barney-alt {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .bg-owl-freshener {
    background: url("../img/owl-air-freshener.jpg") no-repeat 0% 50% / cover;
  }
}

/* Bottom */
.border-bottom-transparent {
  border-bottom: 1px solid transparent !important;
}

.border-bottom-grey {
  border-bottom: 1px solid #ededed;
}

.border-bottom-teal {
  border-bottom: 1px solid #cee1e5;
}

.border-bottom-3-teal {
  border-bottom: 3px solid #40899b;
}

.border-bottom-3-grey {
  border-bottom: 3px solid #ededed;
}

/* Full borders */
.border-10-transparent {
  border: 10px solid rgba(0, 0, 0, 0.3);
}

.bordered-10-grey {
  border: 10px solid #f1f1f1;
}

.button {
  padding: 8px 20px 8px 20px;
  display: inline-block;
  text-align: center;
}

.button-small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.button-white {
  position: relative;
  top: 2px;
  background: #ffffff;
  color: #40899b;
  font-weight: 600;
  border-radius: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  font-size: 1rem;
}

.button-white:hover {
  background-color: #f37e30;
  color: #ffffff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.button-white:active {
  background-color: #f37e30;
  color: #ffffff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.button-purple {
  position: relative;
  top: 2px;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background: #654f6f;
  color: #ffffff;
  font-weight: 600;
  border-radius: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  font-size: 1rem;
}

.button-purple:hover {
  background-color: #40899b;
  color: #ffffff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.button-purple:active {
  background-color: #40899b;
  color: #ffffff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.button-orange {
  position: relative;
  top: 0px;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background: #f37e30;
  color: #ffffff;
  font-weight: 600;
  border-radius: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  font-size: 1rem;
}

.button-orange:hover {
  background-color: #40899b;
  color: #ffffff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.button-orange:active {
  background-color: #40899b;
  color: #ffffff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.button-orange:focus {
  background-color: #40899b;
  color: #ffffff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}

.button-live-chat {
  position: fixed;
  font-weight: 600;
  padding: 10px 15px 40px 10px;
  border-radius: 5px;
  border-left: 2px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.45);
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 9999;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.button-live-chat:hover {
  right: -56px;
  background-color: rgba(0, 0, 0, 0.75);
}

.button-live-chat:active {
  right: -56px;
}

@media screen and (max-width: 768px) {
  .button-live-chat {
    right: -60px;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .button-live-chat:hover {
    right: -60px;
  }

  .button-live-chat:active {
    right: -60px;
  }
}

@media screen and (max-width: 480px) {
  .button-live-chat {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .button-small {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 8px 15px 8px 15px;
  }
}

.check-list {
  margin: 20px 0 20px 0;
}

.check-list li {
  padding: 5px 0;
  color: #40899b;
}

.check-list .tick-icon {
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}

.social-list {
  /*margin-top: 20px;*/
  display: inline-block;
}

.social-list a {
  display: block;
  margin: 0 5px;
}

.social-list a .circle {
  fill: #b2b2b2;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.social-list a:hover .circle {
  fill: #f37e30;
}

.social-list svg {
  height: 32px;
  width: 32px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.top-faqs-list {
  padding: 0 10px;
}

.top-faqs-list li {
  padding: 5px 0;
  color: #40899b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.top-faqs-list li:hover {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.top-faqs-list a {
  color: #40899b;
  font-weight: 600;
}

#map {
  height: 100%;
  width: 100%;
}

/* The code below removes Google logo, Terms of Use, and Report from the map */
a[href^="http://maps.google.com/maps"]
{
  display: none !important;
}

a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.video {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video.isActive {
  opacity: 1;
  z-index: 1;
}

.statistic-block-drop {
  font-size: 80px;
  font-size: 5rem;
  line-height: 5.5rem;
  margin-right: 10px;
  font-weight: 400;
}

.review-image img {
  max-width: 200%;
}

.footer-pods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.footer-pod {
  padding: 50px 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-pod:nth-child(odd) {
  background: #e5f3f4;
}

.pod-highlighted {
  background: #e5f3f4;
}

.footer-pod-content {
  max-width: 310px;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .footer-pod {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer-pods {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-pods p {
    display: none;
  }
}

.input-wrapper {
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 30px;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
}

.input-wrapper input[type="submit"] {
  width: 150px;
  border: none;
}

.input-wrapper input[type="submit"]:focus {
  outline: none;
}

.input-wrapper input[type="password"],
.input-wrapper input[type="number"],
.input-wrapper input[type="date"],
.input-wrapper input[type="text"],
.input-wrapper select,
.input-wrapper textarea {
  border: 1px solid #40899b;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 25px;
  height: 45px;
  color: #40899b;
  font-weight: 600;
}

.input-wrapper input[type="password"]:focus,
.input-wrapper input[type="date"]:focus,
.input-wrapper input[type="text"]:focus,
.input-wrapper select:focus,
.input-wrapper textarea:focus {
  border: 1px solid #f37e30;
  outline: none;
  color: #40899b;
}

.input-wrapper input[type="date"],
.input-wrapper select {
  background: #eeeeee;
}

.input-wrapper select {
  display: inline-block;
  background-position: 97%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-image: url(../img/svgs/dropdown-caret.svg);
}

.input-wrapper select::-ms-expand {
  display: none;
}

.input-wrapper input[type="range"]:focus {
  outline: none;
}

.input-wrapper input[type="range"] {
  -webkit-appearance: none;
}

.input-wrapper input[type="range"]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #f37e30;
  border: none;
  border-radius: 3px;
}

.input-wrapper input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid #f37e30;
  background: #ffffff;
  margin-top: -4px;
}

.input-wrapper input[type="submit"] {
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}

.input-wrapper textarea {
  box-sizing: border-box;
  width: 90%;
  height: 30%;
}
/*.input-wrapper .checkbox-teal {
    width: 26px;
    height: 26px;
    position: relative;
    margin: 20px auto;
    border: 1px solid #40899B; }
    .input-wrapper .checkbox-teal label {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: absolute;
      left: 2px;
      top: 2px; }
      .input-wrapper .checkbox-teal label:before {
        content: '';
        width: 6px;
        height: 13px;
        position: absolute;
        top: -3px;
        left: 17px;
        opacity: 0;
        background: #ffffff; }
      .input-wrapper .checkbox-teal label:after {
        content: '';
        width: 27px;
        height: 12px;
        position: absolute;
        top: -2px;
        left: 1px;
        border: 5px solid #40899B;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .input-wrapper .checkbox-teal label:hover::after {
        opacity: 0.3; }
    .input-wrapper .checkbox-teal input[type=checkbox] {
      visibility: hidden; }
      .input-wrapper .checkbox-teal input[type=checkbox]:checked + label:after {
        opacity: 1; }
      .input-wrapper .checkbox-teal input[type=checkbox]:checked + label:before {
        opacity: 1; }*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-wrapper select {
    padding-right: 18px;
  }
}

.input-wrapper-row input[type="password"],
.input-wrapper-row input[type="number"],
.input-wrapper-row input[type="date"],
.input-wrapper-row input[type="text"],
.input-wrapper-row select {
  border: 1px solid #40899b;
  width: 90%;
  color: #40899b;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-wrapper select {
    padding-right: 18px;
  }
}

.input-wrapper .select-caret {
  position: relative;
}

.input-wrapper .select-caret:after {
  content: "›";
  font-size: 26px;
  font-size: 1.625rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 15px;
  top: -3px;
  /* Sorry Guys Aaron */
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  background: none;
  border: none;
}

@-moz-document url-prefix() {
  .input-wrapper .select-caret:after {
    content: "›";
    font-size: 26px;
    font-size: 1.625rem;
    transform: rotate(90deg);
    left: 210px;
    top: 30px;
    /* Sorry Guys Aaron */
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    background: none;
    border: none;
  }
}

.input-wrapper-row input[type="password"],
input-wrapper-row input[type="number"],
.input-wrapper-row input[type="date"],
.input-wrapper-row input[type="text"],
.input-wrapper-row select {
  border: 1px solid #40899b;
  width: 90%;
  color: #40899b;
}

.form-wrapper {
  max-width: 390px;
  margin: 0 auto;
  padding: 0 20px;
}

.portal-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 500px) {
  .input-wrapper {
    font-size: 16px;
    font-size: 1rem;
  }

  .input-wrapper input[type="date"],
  .input-wrapper input[type="text"],
  .input-wrapper select,
  .input-wrapper-row .callback-landing-panel input,
  .callback-landing-panel select {
    width: 100%;
  }

  @-moz-document url-prefix() {
    .input-wrapper .select-caret:after {
      content: "›";
      font-size: 26px;
      font-size: 1.625rem;
      transform: rotate(90deg);
      left: 370px;
      top: 30px;
      /* Sorry Guys Aaron */
      padding: 0 0 2px;
      position: absolute;
      pointer-events: none;
      background: none;
      border: none;
    }
  }
}

@media screen and (max-width: 320px) {
  @-moz-document url-prefix() {
    .input-wrapper .select-caret:after {
      display: none;
    }
  }
}

.faqs-topics-wrap {
  font-size: 0;
}

.faq-topic-box-wrap {
  padding: 20px 40px 20px 0px;
  vertical-align: middle;
}

.faq-topic-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px 20px;
  color: #40899b;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.faq-topic-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 10px solid #f1f1f1;
  border-radius: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.faq-topic-box:hover {
  background: #5084c4;
  color: #ffffff;
}

.faq-topic-box:hover::after {
  border: 0px solid transparent;
}

.faq-topic-box:hover .faq-topic-icon {
  -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0, -5px, 0);
  transform: scale3d(1.5, 1.5, 1) translate3d(0, -5px, 0);
}

.faq-topic-box:hover .faq-topic-icon .st0 {
  fill: #ffffff;
}

.faq-topic-icon,
.topic-icon {
  width: 52px;
  height: 36px;
  display: block;
  margin: 0 auto 10px auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.faq-topic-icon svg,
.topic-icon svg {
  width: 52px;
  height: 36px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.faq-topic-icon .st0,
.topic-icon .st0 {
  fill: #40899b;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.topic-icon .st0 {
  fill: #ffffff;
}

@media screen and (max-width: 768px) {
  .faq-topic-box-wrap {
    padding: 20px 20px 20px 0px;
  }
}

@media screen and (max-width: 480px) {
  .faq-topic-box-wrap {
    padding: 20px 0px 20px 0px;
  }
}

/* Slick default styling, for custom SCSS scroll to line 120 */
.slick-slider {
  position: relative;
  padding: 0px;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Custom slick SCSS */
.slick-testimonials {
  padding: 0 20px;
}

/* Slick Dots */
.slick-dots {
  text-align: center;
  margin-top: 20px;
  /* padding: 0 !important;*/
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  background: transparent;
  color: transparent;
  width: 14px;
  height: 14px;
  border: 1px solid #40899b;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 0px;
}

.slick-dots li.slick-active button {
  background-color: #40899b;
}

/* Slick arrows */
.round-prev,
.round-next {
  background: rgba(0, 0, 0, 0.3);
  height: 54px;
  width: 54px;
  padding: 13px 23px;
  font-size: 30px;
  color: #ffffff;
  border-radius: 50%;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.round-prev:hover,
.round-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

.round-prev:not(.round-prev),
.round-next:not(.round-prev) {
  float: right;
}

.sm-prev,
.sm-next {
  font-size: 40px;
  color: #40899b;
  cursor: pointer;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  bottom: 5px;
}

.sm-prev:hover,
.sm-next:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.sm-prev:not(.sm-next),
.sm-next:not(.sm-next) {
  left: 210px;
}

.sm-prev:not(.sm-prev),
.sm-next:not(.sm-prev) {
  right: 210px;
}

.lsa-prev,
.lsa-next {
  font-size: 40px;
  padding: 7px 10px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  bottom: 5px;
}

.lsa-prev:hover,
.lsa-next:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.lsa-prev:not(.lsa-next),
.lsa-next:not(.lsa-next) {
  left: 470px;
}

.lsa-prev:not(.lsa-prev),
.lsa-next:not(.lsa-prev) {
  right: 30px;
}

@media screen and (max-width: 768px) {
  .sm-prev:not(.sm-next),
  .sm-next:not(.sm-next) {
    left: 33%;
  }

  .sm-prev:not(.sm-prev),
  .sm-next:not(.sm-prev) {
    right: 33%;
  }

  .lsa-prev,
  .lsa-next {
    bottom: 25px;
  }

  .lsa-prev:not(.lsa-next),
  .lsa-next:not(.lsa-next) {
    left: 330px;
  }

  .lsa-prev:not(.lsa-prev),
  .lsa-next:not(.lsa-prev) {
    right: 50px;
  }
}

@media screen and (max-width: 480px) {
  .lsa-prev:not(.lsa-next),
  .lsa-next:not(.lsa-next) {
    left: 220px;
  }

  .lsa-prev:not(.lsa-prev),
  .lsa-next:not(.lsa-prev) {
    right: 30px;
  }
}

@media screen and (max-width: 320px) {
  .lsa-prev:not(.lsa-next),
  .lsa-next:not(.lsa-next) {
    left: 200px;
  }

  .lsa-prev:not(.lsa-prev),
  .lsa-next:not(.lsa-prev) {
    right: 0px;
  }
}

.side-finance-calculator {
  padding-left: 15px;
  padding-right: 15px;
}

.side-finance-calculator .h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

.finance-calculator-sub-paragraphs {
  color: #222222;
}

.review-item {
  padding: 20px 20px;
}

.review-item.even {
  background: #f9f9f9;
}

.review-item-header {
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}

.review-item-header span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #40899b;
}

.review-item-header span:after {
  content: "";
  color: #40899b;
  background: #40899b;
  display: inline-block;
  height: 5px;
  width: 5px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 5px;
}

.review-item-header strong {
  position: relative;
  top: 1px;
  font-weight: 600;
  vertical-align: middle;
}

.review-item-header .name {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  top: -2px;
}

.review-item-header .date:after {
  display: none;
}

.review-rating-list {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  vertical-align: middle;
}

.review-rating-list li {
  width: 25px;
  height: 25px;
  margin: 0 2px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

.review-rating-list.positive li {
  background: #71d48c;
}

.review-rating-list.negative li {
  background: #ec5a3c;
}

.review-title {
  font-weight: 600;
  color: #40899b;
}

.review-comment-thread {
  width: 83%;
  margin: 0 auto 0 auto;
}

.review-comment {
  padding: 20px;
  color: #40899b;
}

.review-comment strong {
  font-weight: 600;
}

.review-comment p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.vendor-comment {
  background: rgba(64, 137, 155, 0.1);
  position: relative;
}

.vendor-comment:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 20px;
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(64, 137, 155, 0.1);
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-background {
  background: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3fb8af;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*
* 7.Theme
* =========================
* Use this for pretty specific styles.
*/
.top-nav li {
  padding: 10px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #40899b;
}

.main-nav {
  padding: 0;
}

.main-nav li {
  padding: 20px 15px 20px 30px;
  color: #40899b;
}

.main-nav li a {
  font-size: 17px;
  font-size: 1.0625rem;
}

.side-menu li {
  display: block;
}

.side-menu li .isActive {
  background: #cee1e5;
}

.side-menu li a {
  display: block;
  width: 100%;
  padding: 8px 5px;
}

.side-menu li a:hover {
  background: #cee1e5;
}

@media screen and (max-width: 768px) {
  .top-nav li {
    padding: 5px 10px;
  }

  .top-nav li a {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .logo-wrapper {
    width: 33%;
  }

  .main-nav li {
    padding: 10px 10px 10px 25px;
  }

    .header-container {
        flex-wrap: wrap;
    }

    .logo-wrapper {
        order: 1;
    }

    #header-nav {
        order: 2;
    }

    #vehicle-card {
        margin-block-start: 1rem;
        width: 100%;
    }

  .main-nav li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 480px) {
    #vehicle-card {
        flex-direction: row;
        max-height: 85px;
    }

    #vehicle-card__content {
        padding: 0;
        margin: 4px 8px;
    }

    #vehicle-card__content-header {
        line-height: 1.2;
    }

    #vehicle-card__content-selection {
        font-size: 90%;
    }

    #vehicle-card__content-id {
        font-size: 70%;
    }

  .logo-wrapper {
    width: 150px;
  }

  .side-menu {
    display: none;
  }

  .side-menu-mobile {
    display: initial;
  }
}

@media screen and (max-width: 320px) {
    #vehicle-card {
        flex-direction: column;
        max-height: fit-content;
    }

    #vehicle-card__img {
        height: 50%;
        object-fit: cover;
    }

    #vehicle-card__content-header__title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
        white-space: normal;
    }
}

.financing-arrows-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.financing-apply-button {
  position: absolute;
  right: 0;
}

.testimonials-image {
  position: absolute;
  bottom: 0;
}

.testimonials-quot-left {
  font-size: 46px;
  font-size: 2.875rem;
  margin-top: 5px;
}

.testimonials-quot-right {
  font-size: 46px;
  font-size: 2.875rem;
  margin-top: -40px;
}

@media screen and (max-width: 480px) {
  .financing-arrows-wrap {
    margin-top: 20px;
    position: relative;
    float: left;
  }

  .financing-apply-button {
    padding-left: 10px;
    padding-right: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 45px;
  }

  .testimonials-image {
    position: relative;
    bottom: 0;
    height: 250px;
    left: 60%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .testimonials-wrapper {
    box-shadow: inset 9px -54px 112px -31px rgba(0, 0, 0, 0.29);
  }

  .testimonials-wrapper.pad-50 {
    padding-bottom: 0;
  }
}

.contact-pods-mobile,
.contact-copy-mobile {
  display: none;
}

.contact-accordion {
  display: none;
}

/* Chevron animation */
.html-chevron {
  width: 20px;
  height: 30px;
  margin-right: 10px;
  position: relative;
}

.html-chevron .html-chevron-one,
.html-chevron .html-chevron-two {
  position: absolute;
  top: 50%;
  width: 50%;
  height: 2px;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.html-chevron .html-chevron-one:not(.html-chevron-two),
.html-chevron .html-chevron-two:not(.html-chevron-two) {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.html-chevron .html-chevron-one:not(.html-chevron-one),
.html-chevron .html-chevron-two:not(.html-chevron-one) {
  left: 4px;
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}

.html-chevron.isActive .html-chevron-one:not(.html-chevron-two),
.html-chevron.isActive .html-chevron-two:not(.html-chevron-two) {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.html-chevron.isActive .html-chevron-one:not(.html-chevron-one),
.html-chevron.isActive .html-chevron-two:not(.html-chevron-one) {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 600px) {
  .contact-pods-mobile,
  .contact.copy-mobile {
    display: block;
  }

  .contact-pods,
  .contact-hero-copy {
    display: none;
  }

  .contact-accordion {
    display: block;
  }
}

.contact-form input,
.contact-form select {
  border: 1px solid #40899b;
  border-radius: 5px;
}

.gfield_label {
  color: #40899b;
}

.gform_wrapper ul li.gfield {
  clear: none !important;
  float: left !important;
}

.gfield {
  width: 50%;
  padding-right: 20px;
}

.gfield .ginput_container {
  width: 100%;
}

.gfield .ginput_container .medium {
  width: 100% !important;
}

#field_1_1 {
  width: 100%;
  padding-right: 20px;
}

#field_1_1 select {
  width: 100% !important;
  background-color: #f1f1f1;
  padding-top: 7px;
  padding-bottom: 7px;
}

.gform_footer {
  text-align: center;
}

.gform_button {
  margin-left: -20px;
  border: 1px solid transparent;
  /*button-small style*/
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  /* button style*/
  padding: 8px 40px 8px 40px;
  display: inline-block;
  text-align: center;
  /* button-orange style */
  position: relative;
  top: 2px;
  background: #f37e30;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.gform_button:hover {
  top: 0px;
}

.gform_button:active {
  top: 2px;
}

@media screen and (max-width: 480px) {
  .gfield {
    width: 100%;
    padding-right: 0;
  }

  #field_1_1 {
    padding-right: 0;
  }

  .gform_button {
    margin-left: 0;
  }
}

.home-hero-wrap {
  width: 100%;
  height: 650px;
}

.home-hero-calulator {
  height: 100%;
}

.home-hero {
  height: 100%;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs li {
  font-weight: 400;
  padding: 0px 7px;
}

.breadcrumbs li:nth-child(n + 2)::before {
  content: "›";
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 480px) {
  .breadcrumbs {
    display: none;
  }
}

.hamburger-wrapper .hamburger-bg {
  position: absolute;
  right: 20px;
  margin-top: 20px;
  background-color: transparent;
  z-index: 30;
  -webkit-transition: all 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-wrapper .hamburger-bg .hamburger {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

.hamburger-wrapper .hamburger-bg .hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 10px;
  width: 100%;
  background: #40899b;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger-wrapper .hamburger-bg .hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger-wrapper .hamburger-bg .hamburger span:nth-child(2) {
  top: 7px;
}

.hamburger-wrapper .hamburger-bg .hamburger span:nth-child(3) {
  top: 7px;
}

.hamburger-wrapper .hamburger-bg .hamburger span:nth-child(4) {
  top: 14px;
}

.hamburger-wrapper .hamburger-bg .hamburger.open span:nth-child(1) {
  top: 7px;
  width: 0%;
}

.hamburger-wrapper .hamburger-bg .hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ffffff;
}

.hamburger-wrapper .hamburger-bg .hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #ffffff;
}

.hamburger-wrapper .hamburger-bg .hamburger.open span:nth-child(4) {
  top: 7px;
  width: 0%;
}

.hamburger-wrapper.isActive .hamburger-bg {
  background-color: #40899b;
  position: fixed;
  right: 0;
  padding: 20px;
  margin-top: 0px;
}

.mobile-nav-menu {
  position: fixed;
  z-index: 30;
  height: 0;
  max-height: 0;
  opacity: 0;
  bottom: 0;
  left: 0;
  background-color: #1e7489;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-nav-menu li {
  padding: 10px 20px;
}

.mobile-nav-menu.isActive {
  opacity: 1;
  width: 100%;
  height: auto;
  max-height: 400px;
}

@media screen and (max-width: 480px) {
  .mobile-nav-first {
    padding: 20px !important;
    color: #ffffff !important;
    background-color: #104a5e;
  }

  .logo-wrapper {
    /*padding-top: 15px;
    padding-bottom: 15px;*/
  }

  .main-nav li:first-child {
    display: none;
  }

  .apply-button-wrapper {
    right: 65px;
    top: 28px;
    /* Needed to style this particular button smaller. If there are more buttons like this on the site it can be changed to a global class. */
  }

  .apply-button-wrapper .button {
    padding: 5px 15px;
    top: 0;
  }

  .mobile-nav {
    position: fixed;
    height: 100%;
    z-index: 20;
    top: 0;
    right: -50%;
    width: 0;
    background-color: #40899b;
    -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .mobile-nav li {
    width: 100%;
    padding: 15px 20px;
  }

  .mobile-nav li a {
    color: #ffffff;
    font-size: 16px;
    font-size: 1rem;
  }

  .mobile-nav li .mobile-nav-sub {
    position: fixed;
    z-index: -1;
    left: -200%;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    background-color: #40899b;
    -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .mobile-nav li .mobile-nav-sub .menu-back {
    background-color: #327689;
  }

  .mobile-nav li .mobile-nav-sub.isActive {
    z-index: 20;
    opacity: 1;
    left: 0;
    right: 0;
  }

  .mobile-nav li .mobile-nav-sub.isActive li {
    padding: 15px 20px;
    color: #ffffff;
  }

  .mobile-nav.isActive {
    width: 100%;
    right: 0;
  }
}

.footer {
  border-top: 3px solid #ededed;
}

a .footer-copyright {
  color: #222222;
}

.footer-sitemap-list li {
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.footer-sitemap-list li a {
  display: inline-block;
  padding: 0px 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer-sitemap-list li a:hover {
  color: #f37e30;
}

.sticky-bar-fixed {
  background: #ffffff;
  border-top: 3px solid #f37e30;
  bottom: -1px;
  position: fixed;
  vertical-align: bottom;
  z-index: 9;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sticky-bar-fixed .wysiwyg p {
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  max-height: 100px;
}

.sticky-bar-fixed .h5 {
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  max-height: 0px;
}

.sticky-bar-lowered {
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sticky-bar-lowered .pad-10 {
  padding-top: 0;
  padding-bottom: 0;
}

.sticky-bar-lowered .wysiwyg p {
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  max-height: 0px;
}

.sticky-bar-lowered .h5 {
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  max-height: 100px;
}

.sticky-bar-padding {
  height: 135px;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sticky-bar-small-padding {
  height: 100px;
}

.sticky-bar-fixed {
  border-top: 3px solid #f37e30;
  bottom: -1px;
  position: fixed;
  vertical-align: bottom;
  z-index: 20;
  transition: bottom 0.35s ease-in-out;
}

.sticky-bar-fixed .h5 {
  transition: all 0.35s ease-in-out;
  max-height: 0;
  opacity: 0;
  margin: 0;
  font-size: 26px;
  font-size: 1.73333rem;
}

.sticky-bar-fixed.hide {
  bottom: -100%;
}

.sticky-bar-inner {
  transition: max-height 0.35s ease-in-out;
  overflow: hidden;
  max-height: 200px;
  padding-right: 30px;
}

.sticky-bar-inner p {
  margin: 0;
}

.sticky-toggle {
  background-color: #f37e30;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 9px;
  display: none;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.sticky-toggle svg {
  fill: #ffffff;
  width: 15px;
  height: 15px;
}

.sticky-bar-lowered {
  transition: all 0.3s ease;
}

.sticky-bar-lowered .container {
  transition: all 0.3s ease;
}

.sticky-bar-lowered .sticky-bar-inner {
  max-height: 0;
}

.sticky-bar-lowered .h5 {
  opacity: 1;
  max-height: 50px;
}

.sticky-bar-lowered .sticky-toggle svg {
  transform: rotate(180deg);
}

.sticky-bar-padding {
  height: 135px;
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sticky-bar-small-padding {
  height: 100px;
}

.award-images {
  width: 75px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .sticky-bar-fixed p {
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .footer-acreditations {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .footer-about {
    padding: 0 50px;
  }

  .footer-about p {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-alignment .piped-list li:after {
    margin-right: 0px;
  }

  .footer-logo {
    display: inline-block;
  }

  .footer-alignment .two-thirds {
    width: 100%;
  }

  .footer-alignment .third {
    width: 100%;
  }

  .footer-alignment .left {
    text-align: center;
  }

  .footer-alignment .right {
    text-align: center;
  }

  .footer-alignment .align-right {
    text-align: center;
    padding: 20px;
  }

  .footer-alignment .footer-sitemap-list {
    display: block;
  }

  .footer-alignment .footer-copyright {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .footer-alignment .left {
    text-align: center;
  }

  .footer-alignment .right {
    text-align: center;
  }

  .footer-alignment .align-right {
    text-align: center;
    margin-top: -30px;
    padding: 20px 20px 60px 20px;
  }
}

.apply-form-main {
  border-radius: 25px;
}

.apply-form-quote {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  box-shadow: inset 0 -8px 6px -6px #e1e1e1;
}

.apply-form-quote-repay {
  border-radius: 25px;
}

.apply-live-chat {
  right: -57px;
  position: absolute;
}

.apply-tick-icon {
  width: 50px;
}

.content-divider {
  border-top: 2px solid rgba(64, 137, 155, 0.3);
}

.content-divider-bottom {
  border-bottom: 2px solid rgba(64, 137, 155, 0.3);
}

.content-divider-dark {
  border-top: 2px solid rgba(64, 137, 155, 0.7);
}

.edit-cta a:hover {
  text-decoration: underline;
}

.apply-form-svg-box {
  width: 45px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .apply-form-paragraph {
    font-size: 0;
  }

  .apply-form-paragraph:before,
  .apply-form-paragraph:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .apply-form-paragraph:after {
    clear: both;
  }

  .apply-form-paragraph p {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }

  .apply-form-paragraph p:nth-child(odd) {
    text-align: left;
    margin-bottom: 10px;
  }

  .apply-form-paragraph p:nth-child(even) {
    text-align: right;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 500px) {
  /*.apply-header {
    padding-top: 50px;
    padding-bottom: 10px; }*/
  .apply-header {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .apply-form-h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .apply-form-box {
    padding: 0px;
  }

  .apply-form-quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apply-form-quote-repay-paragraph {
    font-size: 16px;
    font-weight: initial;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .apply-form-quote-repay-apr {
    font-size: 18px;
    font-size: 1.125rem;
  }
  /*
    .apply-form-paragraph {
    	font-size: 0;
    	@include clearfix();

    	p {
    		display: inline-block;
    		vertical-align: middle;
    		width: 50%;
    	}

    	p:nth-child(odd) {
    		text-align: left;
    		margin-bottom: 10px;
    	}
    	p:nth-child(even) {
    		text-align: right;
			@include font-size(26px);
    	}
    }*/
  .apply-form-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apply-form-svg-box {
    width: 30px;
    height: 30px;
  }
}

.apply-forms-container {
  overflow: hidden;
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased !important;
}

.apply-form-wrap {
  position: relative;
  top: -100px;
}

/*.apply-form-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #EEEEEE;
  border-radius: 25px;
  box-shadow: -2px -2px 15px rgba(0, 0, 0, 0.1), 2px 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
          transition: all 0.35s;
  opacity: 1; }
.apply-form-box-1 {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 100px; }
  .apply-form-box-1.active {
    background: #ffffff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    top: 120px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .apply-form-box-1.hidden {
    opacity: 0;
    top: 300px; }
  .apply-form-box-1.inActive .list-block {
    display: none; }

.apply-form-box-2 {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 200px; }
  .apply-form-box-2.active {
    background: #ffffff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    top: 240px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .apply-form-box-2.hidden {
    opacity: 0;
    top: 600px; }
  .apply-form-box-2.inActive .list-block {
    display: none; }

.apply-form-box-3 {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 300px; }
  .apply-form-box-3.active {
    background: #ffffff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    top: 360px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .apply-form-box-3.hidden {
    opacity: 0;
    top: 900px; }
  .apply-form-box-3.inActive .list-block {
    display: none; }

.apply-form-box-4 {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 400px; }
  .apply-form-box-4.active {
    background: #ffffff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    top: 480px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .apply-form-box-4.hidden {
    opacity: 0;
    top: 1200px; }
  .apply-form-box-4.inActive .list-block {
    display: none; }

.apply-form-box-5 {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 500px; }
  .apply-form-box-5.active {
    background: #ffffff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    top: 600px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .apply-form-box-5.hidden {
    opacity: 0;
    top: 1500px; }
  .apply-form-box-5.inActive .list-block {
    display: none; }

.apply-form-box-6 {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 600px; }
  .apply-form-box-6.active {
    background: #ffffff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    top: 720px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .apply-form-box-6.hidden {
    opacity: 0;
    top: 1800px; }
  .apply-form-box-6.inActive .list-block {
    display: none; }

.apply-form-box-2.active {
  top: 455px; }*/

.apply-form-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #eeeeee;
  border-radius: 25px;
  box-shadow: -2px -2px 15px rgba(0, 0, 0, 0.1), 2px 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
}

.apply-form-box-1 {
  top: 100px;
}

.apply-form-box-1 .content-divider {
  display: none;
}

.apply-form-box-1.active {
  background: #ffffff;
  top: 190px;
}

.apply-form-box-1.active .content-divider {
  display: block;
}

.apply-form-box-1.hidden {
  opacity: 0;
}

.apply-form-box-2 {
  top: 180px;
}

.apply-form-box-2 .content-divider {
  display: none;
}

.apply-form-box-2.active {
  background: #ffffff;
  top: 260px;
}

.apply-form-box-2.active .content-divider {
  display: block;
}

.apply-form-box-2.hidden {
  opacity: 0;
}

.apply-form-box-3 {
  top: 260px;
}

.apply-form-box-3 .content-divider {
  display: none;
}

.apply-form-box-3.active {
  background: #ffffff;
  top: 310px;
}

.apply-form-box-3.active .content-divider {
  display: block;
}

.apply-form-box-3.hidden {
  opacity: 0;
}

.apply-form-box-4 {
  top: 340px;
}

.apply-form-box-4 .content-divider {
  display: none;
}

.apply-form-box-4.active {
  background: #ffffff;
  top: 370px;
}

.apply-form-box-4.active .content-divider {
  display: block;
}

.apply-form-box-4.hidden {
  opacity: 0;
}

.apply-form-box-5 {
  top: 420px;
}

.apply-form-box-5 .content-divider {
  display: none;
}

.apply-form-box-5.active {
  background: #ffffff;
  top: 480px;
}

.apply-form-box-5.active .content-divider {
  display: block;
}

.apply-form-box-5.hidden {
  opacity: 0;
}

.apply-form-box-6 {
  top: 600px;
}

.apply-form-box-6 .content-divider {
  display: none;
}

.apply-form-box-6.active {
  background: #ffffff;
  top: 660px;
}

.apply-form-box-6.active .content-divider {
  display: block;
}

.apply-form-box-6.hidden {
  opacity: 0;
}

/*.apply-form-box-1 .content-divider {
  display: block;
}*/

.apply-form-box-1 .form-info-button {
  display: none;
}

.apply-form-box-1.active .form-info-button {
  display: block;
}

.apply-form-box-2 .form-info-button {
  display: none;
}

.apply-form-box-2.active .form-info-button {
  display: block;
}

.apply-form-box-3 .form-info-button {
  display: none;
}

.apply-form-box-3.active .form-info-button {
  display: block;
}

.apply-form-box-4 .form-info-button {
  display: none;
}

.apply-form-box-4.active .form-info-button {
  display: block;
}

.apply-form-box-5 .form-info-button {
  display: none;
}

.apply-form-box-5.active .form-info-button {
  display: block;
}

.apply-form-box-6 .form-info-button {
  display: none;
}

.apply-form-box-6.active .form-info-button {
  display: block;
}

.apply-form-box-1 .form-info-button-select {
  display: none;
}

.apply-form-box-1.active .form-info-button-select {
  display: block;
}

.apply-form-box-2 .form-info-button-select {
  display: none;
}

.apply-form-box-2.active .form-info-button-select {
  display: block;
}

.apply-form-box-3 .form-info-button-select {
  display: none;
}

.apply-form-box-3.active .form-info-button-select {
  display: block;
}

.apply-form-box-4 .form-info-button-select {
  display: none;
}

.apply-form-box-4.active .form-info-button-select {
  display: block;
}

.apply-form-box-5 .form-info-button-select {
  display: none;
}

.apply-form-box-5.active .form-info-button-select {
  display: block;
}

.apply-form-box-6 .form-info-button-select {
  display: none;
}

.apply-form-box-6.active .form-info-button-select {
  display: block;
}

.error {
  position: relative;
}

.error input[type="text"],
.error input[type="email"],
.error input[type="date"] {
  border: 1px solid #ec5a3c;
}

.error .error-message,
.error .error-message2 {
  display: block;
}

.error-message,
.error-message2 {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 60%;
  left: 0;
  color: #ec5a3c;
}

.error-msg {
  font-size: 0.75rem;
  color: #ec5a3c;
}

.edit-input {
  width: auto;
  margin-left: 5px;
  padding: 0 0 0 0;
  position: relative;
  background: transparent;
  text-align: left;
  outline: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.edit-input:hover {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.edit-input:focus {
  border-bottom: 2px solid #f37e30;
}

.input-80 {
  width: 80%;
}

.input-30 {
  width: 30%;
}

.input-centered {
  text-align: center;
}

.months-terms {
  font-size: 30px;
}

@media screen and (max-width: 1100px) {
  .apply-form-box {
    width: 80%;
    left: 10%;
  }

  .input-30 {
    width: 35%;
  }

  .months-terms {
    margin-left: -10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .apply-form-main label {
    width: 100%;
  }

  .apply-form-main .third {
    width: 100%;
    padding-right: 0px;
  }

  .apply-form-main .input-wrapper label,
  .apply-form-main .input-wrapper .callback-landing-panel label {
    width: 100%;
  }

  .apply-form-main .input-wrapper input,
  .apply-form-main .input-wrapper .callback-landing-panel input {
    width: 100%;
  }

  .apply-form-main .input-wrapper select,
  .apply-form-main .input-wrapper .callback-landing-panel select {
    width: 100%;
  }

  .apply-form-box-3 .js-apply-next {
    margin-top: 15px;
    width: 100%;
  }

  .apply-form-box-1 {
    top: 80px;
  }

  .apply-form-box-2 {
    top: 150px;
  }

  .apply-form-box-3 {
    top: 220px;
  }

  .apply-form-box-4 {
    top: 290px;
  }

  .apply-form-box-5 {
    top: 360px;
  }

  .apply-form-box-3.active {
    top: 290px;
  }

  .apply-form-box-4.active {
    top: 320px;
  }

  .apply-form-box-5.active {
    top: 430px;
  }
}

@media screen and (max-width: 440px) {
  .apply-form-main label {
    width: 100%;
  }

  .apply-form-main .third {
    width: 100%;
    padding-right: 0;
  }

  .apply-form-main .apply-form-h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .apply-form-main .input-wrapper label,
  .apply-form-main .input-wrapper .callback-landing-panel label {
    width: 100%;
  }

  .apply-form-main .input-wrapper input,
  .apply-form-main .input-wrapper .callback-landing-panel input {
    width: 100%;
  }

  .apply-form-main .input-wrapper select,
  .apply-form-main .input-wrapper .callback-landing-panel select {
    width: 100%;
  }

  .apply-form-box-3 .js-apply-next {
    margin-top: 15px;
  }

  .mobile-tooltip {
    text-align: center;
  }
}

.portal-paragraph-wrapper {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}

.car-reg-field {
  background: url("../img/eu-gb-plate.png") no-repeat;
  background-position: left;
  background-size: 36px;
  background-color: #ffffff;
  padding-left: 45px;
}

/* Landing Page A styles*/
.hero-box-form {
  margin-top: -150px;
}

.landing-a-hero-header {
  padding-bottom: 250px;
}

/* Landing Page C styles */
.landing-c-padding {
  padding-top: 150px;
  padding-bottom: 50px;
}

.box-info-hollow-content {
  position: absolute;
  text-align: left;
  margin-top: -3px;
  margin-left: -3px;
}

.modal {
  background: #ffffff;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.3);
  color: #40899b;
}

.modal::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #f1f1f1;
  background: transparent;
  border-radius: 25px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.modal-hover {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.modal-hover .box-info-hollow {
  border: 2px solid #40899b;
}

.modal-hover h2 {
  color: #40899b;
}

.modal-hover:hover {
  background: #5084c4;
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.modal-hover:hover .box-info-hollow {
  border: 2px solid #ffffff;
}

.modal-hover:hover h2 {
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.modal-hover:hover::after {
  border: 0px solid transparent;
}

.modal-hover:hover .svg-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-clock {
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}

.modal-clock:hover path {
  stroke: #4c7dba;
  fill: #4c7dba;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.modal-clock .svg-wrap {
  position: absolute;
  bottom: -50px;
  right: -50px;
  display: block;
  width: 210px;
  height: 210px;
  opacity: 0.05;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0);
}

.modal-clock .svg-wrap svg {
  width: 210px;
  height: 210px;
}

.modal-telephone {
  position: relative;
}

.modal-telephone .svg-wrap {
  position: absolute;
  bottom: -50px;
  right: -50px;
  display: block;
  width: 350px;
  opacity: 0.05;
}

.modal-telephone .svg-wrap svg {
  width: 210px;
  height: 210px;
}

.rounded-box {
  border-radius: 25px;
}

.landing-page-boxes {
  max-width: 325px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

.box-header {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 20px;
}

.wide-box-header {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}

.landing-page-wide-boxes {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

.box-info {
  border-radius: 50px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  top: 40px;
  right: 40px;
  z-index: 2;
}

.landing-page-modal {
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  display: none;
  padding: 10px;
  top: -25px;
  right: -38px;
  box-shadow: 0 0px 20px 0px #333;
  z-index: 1;
}

.landing-page-modal p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.lsa-hero-calc-full {
  display: none;
}

/* Landing Split A page */
.hero-budget-section p {
  position: relative;
  z-index: 1;
}

.hero-budget-dark-section p {
  position: relative;
  z-index: 1;
}

.hero-budget-dark-section .button {
  z-index: 1;
}

.hero-reviews-section .h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* Landing Split B */
.lsb-hero-wrap {
  width: 100%;
  height: 500px;
}

.lsb-hero-slider-full {
  display: none;
}

@media screen and (max-width: 1400px) {
  .lsa-hero-third-section {
    width: 50%;
  }

  .lsa-hero-third-section .half {
    width: 100%;
  }

  .lsb-hero-third-section {
    width: 75%;
  }

  .lsb-hero-third-section .third {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .home-hero-wrap,
  .lsb-hero-wrap {
    height: 400px;
  }

  .home-hero-wrap .true-two-thirds,
  .lsb-hero-wrap .true-two-thirds {
    width: 100%;
  }

  .lsa-hero-calc,
  .lsb-hero-slider {
    display: none;
  }

  .lsb-hero-slider-full {
    display: block;
  }

  .lsb-hero-slider-full .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .lsb-hero-slider-full p {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .lsb-hero-slider-full .slider-labels {
    padding-left: 100px;
  }

  .lsb-hero-slider-full .f-14 {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .lsb-hero-slider-full .half {
    width: 70%;
  }

  .lsb-hero-slider-full .two-thirds {
    width: 100%;
  }

  .lsb-hero-slider-full .third {
    width: 30%;
  }

  .lsb-hero-slider-full .quarter {
    width: 20%;
  }

  .lsa-hero-calc-full {
    display: block;
  }

  .lsa-hero-calc-full .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .lsa-hero-calc-full p {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .lsa-hero-calc-full .f-14 {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .lsa-hero-calc-full .half {
    width: 40%;
  }

  .lsa-hero-calc-full .third {
    width: 30%;
  }

  .lsa-hero-calc-full .quarter {
    width: 20%;
  }
}

@media screen and (max-width: 960px) {
  .landing-a-hero-header {
    padding-bottom: 250px;
  }

  .review-image {
    width: 75%;
    margin-left: -20%;
    margin-top: 20%;
  }

  .review-image img {
    max-width: 250%;
  }
}

@media screen and (max-width: 850px) {
  .landing-a-hero-header {
    padding-top: 50px;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 768px) {
  .home-hero .h1 {
    padding-left: 40px;
    padding-top: 100px;
    font-size: 36px;
    font-size: 2.25rem;
  }

  .lsa-hero-third-section,
  .lsb-hero-third-section {
    width: 70%;
  }

  .lsa-hero-third-section .h2,
  .lsb-hero-third-section .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .lsa-hero-third-section p,
  .lsb-hero-third-section p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lsa-hero-third-section li,
  .lsb-hero-third-section li {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .hero-half-section .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .hero-half-section p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-reviews-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .hero-reviews-section .third {
    width: 33%;
  }

  .hero-reviews-section .two-thirds {
    width: 66%;
  }

  .hero-reviews-section .h1 {
    font-size: 65px;
    font-size: 4.0625rem;
  }

  .hero-reviews-section .h2 {
    margin-top: 10px;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .hero-review-mobile {
    padding-top: 0px;
    margin-top: -10px;
    width: 90%;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .review-image {
    width: 75%;
    margin-left: -30%;
    margin-top: 30%;
  }

  .review-image img {
    max-width: 250%;
  }

  .hero-budget-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-budget-section .h2 {
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
  }

  .hero-budget-section p {
    font-size: 16px;
    font-size: 1rem;
  }

  .hero-budget-section .h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 500px) {
  .lsb-hero-slider-full .slider-labels {
    padding-left: 0px;
  }

  .hero-reviews-section .third,
  .hero-reviews-section .two-thirds {
    width: 100%;
  }

  .hero-review-mobile {
    padding-top: 0px;
    margin-top: -10px;
    width: 90%;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .review-image {
    width: 75%;
    margin-left: 20%;
    margin-top: 0%;
  }

  .review-image img {
    max-width: 100%;
  }

  .lsa-hero-calc-full .half {
    width: 50%;
  }

  .finance-calculator-sub-paragraphs .third {
    width: 55%;
  }

  .finance-calculator-sub-paragraphs .quarter {
    width: 35%;
  }

  .finance-calculator-sub-paragraphs .h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 320px) {
  .home-hero .h1 {
    padding-left: 0px;
    padding-top: 75px;
    font-size: 26px;
    font-size: 1.625rem;
  }

  .lsa-hero-third-section,
  .lsb-hero-third-section {
    width: 90%;
  }

  .home-hero-wrap,
  .lsb-hero-wrap {
    height: 250px;
  }

  .lsa-hero-calc-full .h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .lsa-hero-calc-full label {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .finance-calculator-sub-paragraphs .third {
    width: 45%;
  }

  .finance-calculator-sub-paragraphs .quarter {
    width: 45%;
  }

  .finance-calculator-sub-paragraphs .h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .finance-calculator-sub-paragraphs p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.faq-search-filter {
  border: 1px solid #40899b;
  color: #40899b;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  outline: none;
  padding: 5px 10px;
}

.faq-search-filter::-webkit-input-placeholder {
  opacity: 0.5;
  color: #40899b;
}

.faq-search-filter::-moz-placeholder {
  opacity: 0.5;
  color: #40899b;
}

.faq-search-filter:-ms-input-placeholder {
  opacity: 0.5;
  color: #40899b;
}

.faq-search-filter::placeholder {
  opacity: 0.5;
  color: #40899b;
}

.faq-feed-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -10;
}

.faq-feed-wrapper.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.fade-transition {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  visibility: visible;
}

.fade-enter,
.fade-leave {
  opacity: 0;
  visibility: hidden;
  padding: 0;
  height: 0;
}

.faq-links .hide {
  opacity: 0.3;
  pointer-events: none;
}

.faqs-link-list {
  width: 66%;
}

.faqs-link-list li {
  padding: 5px;
  margin-right: 10px;
  position: relative;
}

.faqs-link-list li.active {
  font-weight: 600;
}

.faqs-pagination-prev,
.faqs-pagination-next {
  cursor: pointer;
  width: 16%;
  color: #1b1b1b;
  font-weight: 600;
  vertical-align: middle;
}

.faqs-pagination-prev:hover .faq-chevron-left {
  margin-right: 20px;
}

.faqs-pagination-prev:hover .faq-chevron-left .st0 {
  fill: #ffffff;
}

.faqs-pagination-prev:hover .faq-chevron-left:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.faqs-pagination-prev:active .faq-chevron-left:after {
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.faqs-pagination-next:hover .faq-chevron-right {
  margin-left: 20px;
}

.faqs-pagination-next:hover .faq-chevron-right .st0 {
  fill: #ffffff;
}

.faqs-pagination-next:hover .faq-chevron-right:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.faqs-pagination-next:active .faq-chevron-right:after {
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.faq-icon-wrap {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}

.faq-icon-wrap svg {
  width: 20px;
  height: 16px;
}

.faq-chevron-left {
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-chevron-left:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  background: #40899b;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: -25px;
  z-index: 5;
  border-radius: 50%;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-chevron-left svg {
  position: relative;
  z-index: 10;
}

.faq-chevron-left svg * {
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-chevron-right {
  margin-left: 10px;
  position: relative;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-chevron-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #40899b;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 5;
  border-radius: 50%;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-chevron-right svg {
  position: relative;
  z-index: 10;
}

.faq-chevron-right svg * {
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (max-width: 768px) {
  .faq-search-filter {
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .faqs-link-list {
    width: 30%;
  }

  .faqs-pagination-prev,
  .faqs-pagination-next {
    width: 33%;
    margin-top: 5px;
  }
}

.svg-header {
  position: absolute;
  bottom: 110px;
  right: 20%;
  opacity: 0.1;
  display: block;
  width: 210px;
  height: 210px;
}

.svg-header svg {
  width: 425px;
  height: 425px;
}

.speedometer-header {
  bottom: 90px;
}

.speedometer-header svg {
  width: 500px;
  height: 500px;
}

.hero-paragraph {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8rem;
}

.side-finance-calculator {
  border: 10px solid #f1f1f1;
  padding-left: 15px;
  padding-right: 15px;
}

.side-finance-calculator .h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 500px) {
  .side-finance-calculator {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main {
    width: 66%;
  }

  .sidebar {
    width: 33%;
  }
}

@media screen and (max-width: 480px) {
  .main {
    width: 100%;
  }

  .sidebar {
    width: 100%;
  }
}

.hwe-area-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  color: #ffffff;
  border: 10px solid #f1f1f1;
}

.range-label-box {
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 600;
  margin-left: 55px;
  text-align: center;
  width: 135px;
}

.lsb-range-label-box {
  border: 2px solid #40899b;
  border-radius: 5px;
  padding: 5px 15px;
  color: #40899b;
  font-weight: 600;
  margin-left: 10px;
  text-align: center;
  width: 145px;
}

.lsb-hero-slider .noUi-connect {
  background: #40899b;
}

.lsb-hero-slider .noUi-background {
  background: #b3d0d7;
  border-radius: 0px;
  border: none;
}

.lsb-hero-slider .noUi-target.noUi-connect {
  box-shadow: none;
}

.lsb-hero-slider .noUi-handle {
  border-radius: 50%;
  border: 3px solid #40899b;
  background: #ffffff;
}

.lsb-hero-slider .noUi-horizontal {
  height: 7px;
}

.lsb-hero-slider .noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  left: -7px;
  top: -6px;
}

.range-label-icons {
  position: relative;
  color: #ffffff;
}

.range-label-icons-min {
  line-height: 1rem;
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 25px;
  font-size: 16px;
  font-size: 1rem;
  margin-left: -30px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  height: 20px;
  width: 20px;
}

.range-label-icons-plus {
  line-height: 1rem;
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 25px;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 10px;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 10px;
  height: 20px;
  width: 20px;
}

.noUi-base {
  border-radius: 25px;
}

.noUi-connect {
  background: #f37e30;
}

.noUi-target {
  border-radius: 25px;
  border: none;
}

.noUi-background {
  background: #b3d0d7;
  border-radius: 25px;
}

.noUi-horizontal {
  height: 7px;
}

.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  left: -7px;
  top: -6px;
}

.noUi-handle {
  border-radius: 50%;
  border: 3px solid #f37e30;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .range-label-box {
    padding: 5px 15px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 40px;
    width: 110px;
  }

  .noUi-horizontal {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .lsb-range-label-box {
    width: 75%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 320px) {
  .range-label-box {
    padding: 5px 15px;
    font-weight: 600;
    margin-left: 40px;
  }

  .lsb-range-label-box {
    width: 90%;
  }

  .noUi-horizontal {
    width: 35%;
  }

  .range-label-icons-min {
    margin-left: -25px;
    margin-top: 10px;
  }

  .range-label-icons-plus {
    margin-left: 0px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 10px;
  }

  .lsb-hero-slider .half {
    width: 85%;
  }
}

/*
* 8.Trumps
* =========================
* Use this to trump everything, similiar to our normal shame.css.
* Here we put important rules and super specific utility functions.
*/

.form-warning-bar {
  background: linear-gradient(rgba(248, 80, 50, 0.7), rgba(248, 80, 50, 0.7));
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

.form-warning-bar p {
  font-weight: 600;
  margin-bottom: 0;
}

.form-warning-bar p a {
  text-decoration: underline;
}

.form-info-bar {
  background: linear-gradient(#40899b, #40899b);
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

.form-info-bar p {
  margin-bottom: 0;
}

.form-info-bar p a {
  text-decoration: underline;
}

.calculator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: -10;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.calculator-loader .loader-icon {
  width: 40px;
  height: 40px;
  border: 5px solid #f37e30;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-scale 1s ease-out infinite;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -20px auto 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

@-webkit-keyframes loader-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.calculator-loader.isLoading {
  z-index: 8;
  opacity: 1;
}

.purple {
  color: #a64499;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.purple h1,
.purple h2,
.purple h3,
.purple h4,
.purple h5 {
  color: #a64499;
}

.edit-input-error {
  border-bottom: 2px solid rgba(248, 80, 50, 0.7);
  color: rgba(248, 80, 50, 0.7);
}

.edit-input-error:hover {
  border-bottom: 2px solid rgba(248, 80, 50, 1);
}

.info-content-box {
  width: 220px;
  bottom: 85px;
  right: -230px;
}

.info-content-box.t2 {
  bottom: 110px;
}

.info-content-box.t5 {
  bottom: 50px;
}

.info {
  border-radius: 50%;
  padding: 0 9px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  top: 40px;
  right: 40px;
  z-index: 2;
  cursor: pointer;
}

.info-box {
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  display: none;
  padding: 10px;
  box-shadow: 0 0px 20px 0px #333;
  z-index: 1;
}

.info-box p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2rem;
  width: 200px;
}

.form-info-button {
  border: 2px solid #f37e30;
  top: 30px;
  right: -20px;
}

.form-info-button-checkbox {
  top: 0px;
}

.mobile-tooltip {
  display: none;
}

.form-info-button-select {
  right: -30px;
  top: 60px;
}

.info-content-box-select {
  bottom: 110px;
  right: -240px;
}

.info-content-box-checkbox {
  top: -110px;
  right: -170px;
  height: 120px;
}

.field-validation-valid {
  display: none;
}

.form-info-button-number {
  right: 50px;
  top: 50px;
}

.info-content-box-number {
  bottom: 60px;
  right: -160px;
}

.mobile-tooltip {
  display: none;
}

@media screen and (max-width: 1300px) {
  .desktop-tooltip {
    display: none;
  }

  .mobile-tooltip {
    display: block;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.tablet-show-inline,
.tablet-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .tablet-show {
    display: block;
  }

  .tablet-show-inline {
    display: inline-block;
  }

  .footer-alignment .piped-list li:after {
    margin-right: 0px;
  }

  .footer-logo {
    display: inline-block;
  }

  .footer-alignment .two-thirds {
    width: 100%;
  }

  .footer-alignment .third {
    width: 100%;
  }

  .footer-alignment .left {
    text-align: center;
  }

  .footer-alignment .right {
    text-align: center;
  }

  .footer-alignment .align-right {
    text-align: center;
    padding: 20px;
  }

  .footer-alignment .footer-sitemap-list {
    display: block;
  }

  .footer-alignment .footer-copyright {
    padding-bottom: 20px;
  }
}

.fake-checkbox {
  position: relative;
}

.fake-checkbox input {
  position: absolute;
  visibility: hidden;
}

.fake-checkbox input:checked ~ .checkbox:before {
  visibility: visible;
  opacity: 1;
}

.fake-checkbox label {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  z-index: 5;
  cursor: pointer;
}

.fake-checkbox .checkbox {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #5084c4;
  z-index: 4;
}

.fake-checkbox .checkbox:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  background: #5084c4;
  visibility: hidden;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.fake-checkbox .checkbox:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 6px;
  width: 5px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}

.motorbikeapplicationform .fake-checkbox .checkbox {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  z-index: 4;
}

.motorbikeapplicationform .fake-checkbox .checkbox:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  background: #fff;
  visibility: hidden;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.motorbikeapplicationform .fake-checkbox .checkbox:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 6px;
  width: 5px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid rgb(0, 81, 93);
  border-width: 0 2px 2px 0;
}

@media screen and (max-width: 1100px) {
  .select-label-dropdown {
    display: block;
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .select-label-dropdown {
    display: inline-block;
    height: auto;
  }

  .terms-links.align-right {
    text-align: center;
  }
}

@media screen and (max-width: 1100px) {
  .date-of-birth-fields .input-wrapper select {
    font-size: 11px;
    font-size: 0.73333rem;
    display: inline-block;
    background-position: 100%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-image: url(../img/svgs/dropdown-caret.svg);
    width: 95%;
    padding: 0 5px;
    padding-right: 13px;
  }
}

@media screen and (max-width: 768px) {
  .date-of-birth-fields .input-wrapper select {
    font-size: 14px;
    font-size: 0.93333rem;
    border: 1px solid #40899b;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 25px;
    height: 45px;
    color: #40899b;
    font-weight: 600;
    display: inline-block;
    background-position: 97%;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url(../img/svgs/dropdown-caret.svg);
  }

  .date-of-birth-fields .input-wrapper select:focus {
    border: 1px solid #f37e30;
    outline: none;
    color: #40899b;
  }
}

.landing-panel {
  border: 1px solid #40899b;
  border-radius: 15px;
  padding: 40px 80px;
  margin: 0 0 40px 0;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
  position: relative;
}

.landing-panel h1 {
  color: #f37e30;
}

.landing-panel h2 {
  color: #40899b;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 400;
}

.landing-panel .tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 1em 0 1em;
}

.landing-panel .tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.landing-panel .tabs ul li {
  border: 1px solid #becbd2;
  border-bottom: none;
  margin: 0 0.25em;
  display: block;
  float: left;
  position: relative;
  padding: 20px;
  background: #f1f1f1;
  font-size: 20px;
  width: 25%;
}

.landing-panel .tabs ul li p {
  font-size: 20px;
  margin: 0;
}

.landing-panel .tabs li.active {
  background: #40899b;
  z-index: 100;
  color: #fff;
}

.landing-panel .clearscoreform input,
.landing-panel .clearscoreform select,
.callback-panel .clearscoreform input,
.callback-panel .clearscoreform select {
  border: 1px solid #becbd2;
  height: 41px;
  margin-right: 15px;
}

.callback-panel .clearscoreform input,
.callback-panel .clearscoreform select {
  width: 25%;
}

.landing-panel .clearscoreform select,
.callback-panel .clearscoreform select {
  padding-right: 27px;
  background-position: 97%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-image: url(../img/svgs/dropdown-caret.svg);
}

.landing-panel .clearscoreform input.input-validation-error,
.landing-panel .clearscoreform select.input-validation-error,
.callback-panel .clearscoreform input.input-validation-error,
.callback-panel .clearscoreform select.input-validation-error {
  border: 1px solid red;
}

.landing-panel .QuoteReference {
  float: right;
}

.landing-panel .content ul li {
  color: #f37e30;
  font-weight: bold;
}

.panel_footer {
  margin: 0 -60px;
}

.panel_footer p {
  font-size: 12px;
  margin-bottom: 4px;
}

.input-wrapper-row .callback-landing-panel input,
.callback-landing-panel select {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .landing-panel .tabs ul li {
    width: 100%;
    margin: 0;
  }

  .landing-panel {
    padding: 30px 20px;
  }

  .panel_footer {
    margin: 0;
  }

  .input-wrapper-row .callback-landing-panel input,
  .callback-landing-panel select {
    width: 100%;
  }
}

.refer-header {
  padding: 0 30px;
}

.refer-header-icons i {
  font-size: 30px;
  color: #fff;
}

.callback-landing-panel {
}

.callback-landing-panel .button i {
  color: #fff;
  font-size: 24px;
}

.faq li h5 {
  cursor: pointer;
}

.jointapp-message-area {
  border: 1px solid #40899b;
  margin-bottom: 15px;
  padding: 10px;
}

.jointapp-message-area p {
  margin: 0;
  color: rgb(236, 90, 60);
  font-size: 13px;
}

.loan-amount {
  font-family: "museo-sans-rounded", sans-serif;
  color: #f37e30;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 20px 0;
  display: inline-block;
}

.loan-links {
  float: right;
  display: inline-block;
}

.loan-link {
  margin: 9px 0 0;
  text-align: right;
  display: block;
}

.loan-link i {
  margin-left: 15px;
  color: #40899b;
  font-size: 12px;
}

.loan-link2 {
  margin: 0;
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

.repayment-title {
  font-family: "museo-sans-rounded", sans-serif;
  color: #40899b;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 900;
  margin: 1.25rem 0;
  display: block;
}

.repayment-title i,
i.i-tooltip {
  margin-left: 6px;
  color: #40899b;
  font-size: 23px;
}

.repayment-title-sub {
  font-family: "museo-sans-rounded", sans-serif;
  color: #40899b;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  display: block;
}

.breakdown div {
  width: 20%;
  float: left;
  position: relative;
}

.breakdown.tool div {
  width: 25%;
}

.breakdown div span.title {
  width: 100%;
  display: block;
  font-size: 14px;
}

.breakdown div span.text {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
}

.bg-green {
  background: #40899b;
}

.cta-section h2 {
  text-align: center;
  padding: 0 20%;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  margin: 1.5rem 0;
}

.cta-section .large-buttons {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.cta-section .large-buttons a {
  background: #f37e30;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  width: 150px;
  height: 150px;
  display: inline-block;
  margin: 0 20px;
  padding-top: 49px;
  font-size: 17px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.21);
}

.cta-section .large-buttons a:hover {
  background: #f37e30;
}

.apply-box-thank-you {
  position: relative;
  top: unset;
  left: unset;
}

.Success .apply-form-box.apply-box-thank-you {
  border-radius: 25px 25px 0 0;
}

.Success .pad-lr-60.pad-30.apply-form-main {
  padding-bottom: 0;
}

.bg-green.apply-forms-container.apply-forms-container-thank-you.pad-20.Success {
  padding-bottom: 0;
}

#calculator .apply-form-box.apply-box-thank-you {
  border-radius: 0 0 25px 25px;
}

.apply-forms-container-thank-you {
  height: auto !important;
}

.thank-you-calculator #slider #handle,
.car-finder-tool #price-slider #price-handle {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -0.8em;
  text-align: center;
  line-height: 29px;
  background: #40899b;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
}

.ui-widget.ui-widget-content.ui-slider {
  background: #40899b;
  border: 1px solid #40899b;
  height: 7px;
  cursor: pointer;
  margin-bottom: 40px;
}

.thank-you-calculator #slider #handle:focus,
.car-finder-tool #price-slider #price-handle:focus {
  outline: none;
}

.slider-labels,
.priceslider-labels {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.slider-labels .left-slider-label {
  display: inline-block;
  color: #40899b;
}

.slider-labels .right-slider-label,
.priceslider-labels .right-slider-price-label {
  float: right;
  display: inline-block;
  border: 1px solid #40899b;
  margin-bottom: 20px;
  padding: 5px 10px;
}

.small-text {
  font-size: 11px;
  color: #40899b;
  line-height: 16px;
  margin-top: 15px;
}

.contact-us .header-section {
  background: url("../img/callback/Woman_Car_1.png") no-repeat right center;
  background-size: contain;
  width: 100%;
  margin: 50px 0;
  height: 300px;
}

.contact-us .header-section h2 {
  width: 35%;
  margin-left: 10%;
  padding-top: 100px;
  font-family: "museo-sans-rounded", sans-serif;
  color: #40899b;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.contact-us h3 {
  font-family: "museo-sans-rounded", sans-serif;
  color: #40899b;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
}

#accordion h3 {
  font-family: "museo-sans-rounded", sans-serif;
  color: #706f6f;
  font-weight: 600;
  padding: 0.5em 0.5em 0.5em 0.7em;
  border-radius: 0;
  border: none;
  margin-top: 9px;
}

#accordion h3:first-child {
  margin-top: 0;
}

#accordion h3:focus {
  outline: none;
}

#accordion h3.ui-state-active {
  color: #40899b;
  background: #fff;
  border: 1px solid #40899b;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

#accordion h3 .header-icon-phone {
  background: url("../img/callback/Phone Us_CTA_Grey.png") no-repeat left top;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 20px;
  top: 5px;
  position: relative;
}

#accordion h3.ui-state-active .header-icon-phone {
  background: url("../img/callback/Phone Us_CTA_Blue.png") no-repeat left top;
  background-size: contain;
}

#accordion h3 .header-icon-chat {
  background: url("../img/callback/Chat to us_CTA_Grey.png") no-repeat left top;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 20px;
  top: 5px;
  position: relative;
}

#accordion h3.ui-state-active .header-icon-chat {
  background: url("../img/callback/Chat to us_CTA_Blue.png") no-repeat left top;
  background-size: contain;
}

#accordion h3 .header-icon-headphone {
  background: url("../img/callback/Request call back_CTA_Grey.png") no-repeat
    left top;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 20px;
  top: 5px;
  position: relative;
}

#accordion h3.ui-state-active .header-icon-headphone {
  background: url("../img/callback/Request call back_CTA_Blue.png") no-repeat
    left top;
  background-size: contain;
}

#accordion h3 .ui-icon {
  float: right;
  top: 12px;
  background: url("../img/callback/Plus.png") no-repeat right center;
  background-size: contain;
  height: 25px;
  width: 25px;
}

#accordion h3.ui-state-active .ui-icon {
  float: right;
  top: 12px;
  background: url("../img/callback/Minus.png") no-repeat right center;
  background-size: contain;
  height: 25px;
  width: 25px;
}

#accordion.ui-accordion .ui-accordion-content {
  padding: 0;
}

#accordion.ui-accordion .ui-accordion-content.ui-accordion-content-active {
  border: 1px solid #40899b;
  border-top: none;
}

#accordion .accordion-content-section {
  margin: 15px;
  border-top: 1px solid #706f6f;
}

#accordion .accordion-content-section .call-us-container {
  padding-left: 40px;
}

#accordion .accordion-content-section .call-us-container h3 {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 5px;
}

#accordion .accordion-content-section .call-us-container p,
#accordion .accordion-content-section .call-us-container a {
  line-height: 25px;
  font-weight: 300;
  margin: 0;
  font-size: 13px;
  color: #706f6f;
}

#accordion .accordion-content-section .call-us-container a {
  font-weight: 600;
  font-size: 15px;
}

.contact-pane {
  display: inline-block;
}

.info-pane {
  padding: 15px;
  float: right;
  background: #eff8f9;
}

.info-pane h3 {
  font-family: "museo-sans-rounded", sans-serif;
  color: #40899b;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 21px;
}

.info-pane p {
  font-size: 12px;
  margin-bottom: 30px;
  color: #706f6f;
}

.info-pane ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-pane ul li {
  background: url("../img/callback/Tick.png") no-repeat left center;
  background-size: contain;
  height: 25px;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  width: 100%;
  color: #222;
}

.callback-area {
  margin-top: 15px;
}

.d-hide {
  display: none;
}

.m-hide {
  display: block;
}

.m-hide-inline {
  display: inline-block;
}

.ui-tooltip {
}

.ui-tooltip-content {
  font-size: 13px;
}

@media screen and (max-width: 1100px) {
  .apply-box-thank-you {
    width: 80%;
    left: 10%;
  }

  .loan-link2 {
    margin-bottom: 20px;
  }

  .breakdown div {
    width: 100%;
  }

  .breakdown.tool div {
    width: 100%;
  }

  .thank-you-calculator .form-button {
    margin-top: 10px;
  }

  .breakdown div span.text {
    padding-bottom: 10px;
  }

  .cta-section .large-buttons a {
    margin: 0 0 10px;
  }

  .contact-us .header-section h2 {
    width: 80%;
    margin: 0 10%;
    padding-top: 0;
  }

  .contact-us .header-section {
    height: 300px;
    background-position-y: bottom;
  }

  .contact-us h3 {
    margin-left: 10px;
  }

  .cta-section h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .m-hide {
    display: none;
  }

  .m-hide-inline {
    display: none;
  }

  .d-hide {
    display: block;
  }

  .container-constrained .hascar,
  .container-constrained .nocar {
    margin: 0 20px;
  }

  .container-constrained .hascar h3,
  .container-constrained .nocar h3 {
    margin-left: 0;
  }
}

.input-wrapper {
  position: relative;
}

.pad-bottom-150 {
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .flatpickr-hour,
  .flatpickr-minute {
    pointer-events: none;
  }

  .flatpickr-calendar.hasTime .flatpickr-time {
    height: 80px;
  }

  .flatpickr-time {
    overflow: visible;
    max-height: 80px;
    .numInputWrapper {
      height: 80px;
    }
  }

  .flatpickr-time-separator {
    font-size: 20px;
    margin-top: 34px;
  }

  .flatpickr-am-pm {
    padding-top: 20px;
  }

  .numInputWrapper span.arrowUp,
  .numInputWrapper span.arrowDown {
    width: 30px;
    &:after {
      left: 10px;
    }
  }

  .numInputWrapper span.arrowUp:after {
    top: 40%;
  }

  .numInputWrapper span.arrowDown:after {
    top: 45%;
  }
}

.row {
  display: flex;
  flex-direction: row;
}

.preference-checkbox {
  margin: 4px 20px auto 0;
  width: 20px;
  height: 20px;
  accent-color: #40899b;
}

.preference-btn {
    display: block;
    margin: 40px auto 10px;
  }


.apply-forms-container {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

#vehicle-card {
    display: flex;
    width: calc(100% - 30px);
    max-height: 108px;
    margin: auto;
}

#vehicle-card__img {
    height: auto;
    max-height: 108px;
    object-fit: cover;
    width: auto;
}

.logo-wrapper {
    width: 228px;
}