@charset "UTF-8";
/*! --------------------------------------
		Reset and dependencies
----------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! --------------------------------------
		Core CSS
----------------------------------------- */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  font-size: 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.3333333333%; }

  .col-xl-2 {
    width: 16.6666666667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.3333333333%; }

  .col-xl-5 {
    width: 41.6666666667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.3333333333%; }

  .col-xl-8 {
    width: 66.6666666667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.3333333333%; }

  .col-xl-11 {
    width: 91.6666666667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.3333333333%; }

  .col-xl-pull-2 {
    right: 16.6666666667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.3333333333%; }

  .col-xl-pull-5 {
    right: 41.6666666667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.3333333333%; }

  .col-xl-pull-8 {
    right: 66.6666666667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.3333333333%; }

  .col-xl-pull-11 {
    right: 91.6666666667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.3333333333%; }

  .col-xl-push-2 {
    left: 16.6666666667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.3333333333%; }

  .col-xl-push-5 {
    left: 41.6666666667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.3333333333%; }

  .col-xl-push-8 {
    left: 66.6666666667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.3333333333%; }

  .col-xl-push-11 {
    left: 91.6666666667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
/*! --------------------------------------
		Components
----------------------------------------- */
/*! --------------------------------------
		Components w/ JavaScript
----------------------------------------- */
/*! --------------------------------------
		Utility classes
----------------------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }

  .pull-sm-right {
    float: right !important; }

  .pull-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }

  .pull-md-right {
    float: right !important; }

  .pull-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }

  .pull-lg-right {
    float: right !important; }

  .pull-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }

  .pull-xl-right {
    float: right !important; }

  .pull-xl-none {
    float: none !important; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*! --------------------------------------
		Custom/Site specific CSS
----------------------------------------- */
.white-btn {
  font-size: .8em;
  border: 1px solid white;
  text-transform: uppercase;
  background: none;
  color: white;
  padding: .5em;
  text-align: center; }
  .white-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white; }
  .white-btn:visited {
    color: white; }

button,
.grey-btn,
.listing-more-info-btn,
input[type=submit] {
  font-size: 1.05em;
  border: 0px;
  color: white;
  text-transform: uppercase;
  background: #0abaee;
  padding: .5em .8em;
  text-align: center;
  font-weight: bold; }
  button:hover,
  .grey-btn:hover,
  .listing-more-info-btn:hover,
  input[type=submit]:hover {
    color: white; }
  button:visited,
  .grey-btn:visited,
  .listing-more-info-btn:visited,
  input[type=submit]:visited {
    color: white; }

.blue-btn {
  background-color: #0b567a; }

.listing-more-info-btn {
  width: 100%; }

.slide__btn {
  display: inline-block; }

html,
body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

p {
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none;
    color: inherit; }
  a:visited {
    color: inherit; }

.btn {
  display: inline-block; }
  .btn.btn-main {
    background: #0abaee;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; }
    .btn.btn-main:hover {
      background: #6a6a6a; }

.split img {
  width: 100%; }

.grey-bkg {
  background-color: #6a6a6a;
  color: white; }

.light-grey-bkg {
  background-color: #E4E4E4; }

h1,
h2,
h3 {
  text-transform: uppercase; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.3em; }

h3 {
  font-size: 1em;
  line-height: 1.5em; }

h4 {
  font-size: 1em; }

.show {
  display: block; }

.spacer {
  margin-bottom: 1em !important; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

ul.terms li {
  list-style-type: none !important; }

.right-sided-btn {
  width: 50%;
  margin-left: 50%; }

.vehicle-group {
  display: inline-flex;
  flex-direction: column; }
  .vehicle-group .push-bottom {
    margin-top: auto; }

header {
  padding: 1em 0;
  color: #6a6a6a; }
  @media (max-width: 991px) {
    header .logo {
      max-width: 150px; } }
  header div:first-of-type {
    padding-left: 0; }
  header ul {
    display: inline-block;
    float: right;
    text-align: right;
    padding-top: 5px; }
    header ul li {
      display: inline-block;
      vertical-align: middle; }
      header ul li:nth-child(odd) {
        font-size: 1.8em;
        margin: 0 0.2em; }
      @media (max-width: 991px) {
        header ul li:nth-child(even) {
          display: none; } }
      header ul li i {
        color: #0b567a;
        color: -webkit-linear-gradient(left, #013c55, #0b567a);
        color: -o-linear-gradient(right, #013c55, #0b567a);
        color: -moz-linear-gradient(right, #013c55, #0b567a);
        color: linear-gradient(to right, #013c55, #0b567a); }

.entry-title {
  color: black; }

@media (min-width: 0px) and (max-width: 768px) {
  .entry-title {
    font-size: 1.4rem; } }
.blue-hero .entry-title {
  color: white; }

#navicon {
  font-size: 50px;
  margin-top: 7px;
  float: right;
  cursor: pointer;
  margin-left: 15px; }

.navbar {
  padding: 0rem 0rem; }

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff; }

nav {
  background-color: #6a6a6a;
  color: white;
  text-transform: uppercase; }
  nav a {
    display: inline-block;
    padding: 0.5em 1em;
    width: 100%; }
  nav ul {
    text-align: center; }
  nav li {
    cursor: pointer; }
    nav li:hover, nav li.current-menu-item {
      background: #013c55;
      background: -webkit-linear-gradient(left, #013c55, #0b567a);
      background: -o-linear-gradient(right, #013c55, #0b567a);
      background: -moz-linear-gradient(right, #013c55, #0b567a);
      background: linear-gradient(to right, #013c55, #0b567a); }
    nav li:last-of-type, nav li:last-of-type:hover {
      position: relative;
      background: #0b567a;
      background: -webkit-linear-gradient(left, #013c55, #0b567a);
      background: -o-linear-gradient(right, #013c55, #0b567a);
      background: -moz-linear-gradient(right, #013c55, #0b567a);
      background: linear-gradient(to right, #013c55, #0b567a); }
      nav li:last-of-type:before, nav li:last-of-type:after, nav li:last-of-type:hover:before, nav li:last-of-type:hover:after {
        position: absolute;
        display: block;
        content: "";
        height: 100%;
        width: 10000%;
        top: 0; }
      nav li:last-of-type:before, nav li:last-of-type:hover:before {
        background: #013c55;
        right: 100%; }
      nav li:last-of-type:after, nav li:last-of-type:hover:after {
        background: #0b567a;
        left: 100%; }

.overlay-container {
  z-index: 10;
  position: relative;
  /*display:flex;*/ }

/*.overlay-container:before {
  content: "";
  flex: 1;
  background: #1a98d1;
  margin-left:-0.9375rem;
}*/
.dropdown-menu {
  border-radius: 0px;
  border: 0px; }
  .dropdown-menu li {
    width: 100%;
    cursor: pointer; }
    .dropdown-menu li:last-of-type:before, .dropdown-menu li:last-of-type:after, .dropdown-menu li:last-of-type:hover:before, .dropdown-menu li:last-of-type:hover:after {
      position: relative;
      display: block;
      content: "";
      height: 100%;
      width: 0px;
      top: 0; }
    .dropdown-menu li:last-of-type:before, .dropdown-menu li:last-of-type:hover:before {
      background: transparent;
      right: 0; }
    .dropdown-menu li:last-of-type:after, .dropdown-menu li:last-of-type:hover:after {
      background: transparent;
      left: 0px; }

.dropdown-item:hover {
  background-color: transparent;
  color: #fff;
  display: block; }

@media (min-width: 0px) and (max-width: 768px) {
  .dropdown-item {
    text-align: center; }

  .dropdown-menu li {
    width: 100%; } }
.menu-item.active {
  background-color: transparent; }

.dropdown-menu li:last-of-type {
  position: relative;
  background: transparent; }

.dropdown-menu li.current-menu-item {
  background: transparent; }

.dropdown-menu li.current-menu-item:hover {
  background: #013c55; }

.slider {
  max-height: 540px;
  position: relative; }
  .slider:before {
    content: "";
    padding-top: 49%;
    display: block; }
  .slider .flexslider {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

.home .hero-img {
  z-index: initial !important; }

.hero-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .hero-img .hero-caption,
  .hero-img .brochure-caption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.45);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 1rem;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: 0.1em;
    vertical-align: center; }
    .hero-img .hero-caption:before,
    .hero-img .brochure-caption:before {
      display: block;
      position: absolute;
      content: "";
      vertical-align: middle;
      height: 60px; }
    .hero-img .hero-caption h2,
    .hero-img .hero-caption h1,
    .hero-img .hero-caption button,
    .hero-img .hero-caption .btn,
    .hero-img .brochure-caption h2,
    .hero-img .brochure-caption h1,
    .hero-img .brochure-caption button,
    .hero-img .brochure-caption .btn {
      margin-bottom: 0;
      vertical-align: middle; }
    .hero-img .hero-caption h1,
    .hero-img .hero-caption h2,
    .hero-img .brochure-caption h1,
    .hero-img .brochure-caption h2 {
      display: inline-block;
      font-weight: normal;
      color: white;
      padding-right: 1em;
      height: 50px;
      position: relative;
      width: 100%; }
      .hero-img .hero-caption h1 span,
      .hero-img .hero-caption h2 span,
      .hero-img .brochure-caption h1 span,
      .hero-img .brochure-caption h2 span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%); }
    .hero-img .hero-caption button,
    .hero-img .hero-caption .btn,
    .hero-img .brochure-caption button,
    .hero-img .brochure-caption .btn {
      display: inline-block; }
  .hero-img.double:after {
    height: 120px; }
  .hero-img .brochure-caption h2 {
    display: table; }
    .hero-img .brochure-caption h2 span {
      text-align: center;
      margin-top: 0.2em; }
  .hero-img .brochure-caption a.btn:last-child {
    margin-left: 0; }
  .hero-img .brochure-caption button,
  .hero-img .brochure-caption .btn {
    display: none; }
  @media (max-width: 560px) {
    .hero-img.spacer {
      height: 250px; }
      .hero-img.spacer img {
        max-width: unset;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover; }
      .hero-img.spacer .brochure-caption {
        padding: 0px;
        text-align: left; }
        .hero-img.spacer .brochure-caption h1 {
          font-size: 1.2em;
          padding-left: 0px; } }
  @media (max-width: 992px) {
    .hero-img.spacer {
      height: 250px; }
      .hero-img.spacer .brochure-caption {
        padding-left: 0px;
        text-align: left; } }

.brochure-caption.hidden {
  display: none; }

.page-template-page-landing .hero-img:after {
  display: block;
  position: absolute;
  content: "";
  height: 80px;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.intro img {
  margin-bottom: 1em; }
.intro h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1em;
  color: #6a6a6a; }

.vans-trucks {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .vans-trucks figure {
    position: relative;
    margin: 0;
    padding: 20px;
    border: solid 1px #E4E4E4;
    width: unset !important;
    flex: 1 0 32%;
    min-width: 270px;
    margin-bottom: 0.25rem; }
    @media (min-width: 571px) {
      .vans-trucks figure:not(:first-of-type) {
        margin-left: 0.5%; } }
    @media (max-width: 991px) {
      .vans-trucks figure:last-of-type {
        margin-left: 0px; } }
    .vans-trucks figure img {
      max-width: 100%; }
    .vans-trucks figure figcaption {
      padding: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between; }
      .vans-trucks figure figcaption h2 {
        text-transform: uppercase;
        font-size: 1.8em; }
      .vans-trucks figure figcaption p {
        font-size: 1.1em; }
      .vans-trucks figure figcaption a.grey-btn {
        background-color: #0abaee;
        padding: 0.5rem 1rem !important;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        font-weight: bold;
        font-size: 0.8rem;
        white-space: nowrap; }

.call-to-action {
  padding: 3em;
  text-align: center;
  width: 100%;
  background: #0b567a;
  background: -webkit-linear-gradient(left, #013c55, #0b567a);
  background: -o-linear-gradient(right, #013c55, #0b567a);
  background: -moz-linear-gradient(right, #013c55, #0b567a);
  background: linear-gradient(to right, #013c55, #0b567a); }
  .call-to-action h2,
  .call-to-action button,
  .call-to-action .button {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .call-to-action h2 {
    color: white;
    text-transform: uppercase;
    padding: 0 1em 0 0; }

article header {
  padding: 0 0 1em 0; }

footer {
  background: #6a6a6a;
  padding: 1em 0;
  margin-bottom: 1em;
  color: white; }
  footer img {
    display: inline-block;
    padding-right: 0.5em; }
  footer .menu-social-container {
    float: left; }
  footer #contact-details {
    display: none; }
    footer #contact-details li {
      line-height: 50px; }
    footer #contact-details i {
      font-size: 1.5em;
      margin: 0 0.5em;
      vertical-align: middle; }
      footer #contact-details i .fa-phone {
        -webkit-transform: rotate(180);
        -moz-transform: rotate(180);
        -ms-transform: rotate(180);
        -o-transform: rotate(180);
        transform: rotate(180); }

#sort-results {
  padding: 10px;
  margin-left: 10px; }

.filter-results .col-md-6 {
  padding: 0px !important;
  margin: 0px !important; }

@media (min-width: 0px) and (max-width: 375px) {
  .filter-results .col-md-6 {
    padding: 5px !important;
    margin: 5px !important; } }
.contact .fa {
  text-align: center;
  font-size: 1.5em; }

.contact-detail.cta {
  text-align: left !important; }
  .contact-detail.cta .tel strong {
    font-size: 2rem !important; }

@media (max-width: 767px) {
  .cta.telMobile {
    display: flex;
    align-items: center; } }

aside.cta {
  margin-bottom: 15px; }

@media (min-width: 0px) and (max-width: 375px) {
  .locationMobile {
    margin-top: 30px; }

  .opening-times {
    margin-top: 30px; }

  .telMobile {
    margin-top: 30px; }

  .emailMobile {
    margin-top: 30px; } }
@media (min-width: 0px) and (max-width: 375px) {
  .contact-form {
    padding-left: 10px;
    padding-right: 10px; } }
@media (min-width: 0px) and (max-width: 375px) {
  footer .menu-social-container {
    float: none;
    margin: auto auto;
    max-width: 128px; } }
#social-menu li {
  display: inline-block;
  padding-right: 1em;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  margin-top: 5px;
  text-align: left;
  position: relative;
  margin-right: 5px; }
  #social-menu li:hover {
    opacity: 0.7; }
  #social-menu li a {
    text-indent: -99999em;
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%; }
  #social-menu li:before {
    font-family: FontAwesome;
    z-index: 1;
    color: #6a6a6a;
    font-size: 1.5em;
    position: absolute;
    line-height: 38px;
    width: 100%;
    text-align: center; }
  #social-menu li.linkedin:before {
    content: "\f0e1"; }
  #social-menu li.facebook:before {
    content: "\f09a"; }
  #social-menu li.twitter {
    background-color: transparent; }
    #social-menu li.twitter:before {
      content: url("../img/x-white.svg"); }

.links {
  vertical-align: top;
  font-size: .9rem; }
  .links br {
    display: none; }
  .links p {
    font-size: 0.8em;
    display: inline-block; }
  .links div li {
    display: inline-block; }
    .links div li:after {
      content: "|";
      padding: 0 0.2em; }
    .links div li:last-of-type:after {
      content: "";
      padding: 0em; }
  .links div div {
    float: none; }

.blue-hero,
.grey-hero,
.light-grey-hero {
  padding: 2em 0;
  color: white; }
  .blue-hero p,
  .grey-hero p,
  .light-grey-hero p {
    margin-bottom: 1em; }
  .blue-hero h1,
  .blue-hero form,
  .grey-hero h1,
  .grey-hero form,
  .light-grey-hero h1,
  .light-grey-hero form {
    text-transform: uppercase; }
  .blue-hero input[type="checkbox"],
  .grey-hero input[type="checkbox"],
  .light-grey-hero input[type="checkbox"] {
    margin: 0 0.5em 0 0.5em; }
    .blue-hero input[type="checkbox"]:first-of-type,
    .grey-hero input[type="checkbox"]:first-of-type,
    .light-grey-hero input[type="checkbox"]:first-of-type {
      margin: 0 0.5em 0 0; }

.blue-hero {
  background: #0b567a;
  background: -webkit-linear-gradient(left, #013c55, #0b567a);
  background: -o-linear-gradient(right, #013c55, #0b567a);
  background: -moz-linear-gradient(right, #013c55, #0b567a);
  background: linear-gradient(to right, #013c55, #0b567a); }

.grey-hero {
  background-color: #6a6a6a; }

.light-grey-hero {
  background-color: #E4E4E4;
  color: #000; }

.filter-results {
  text-transform: uppercase;
  text-align: right; }
  .filter-results a {
    color: #6a6a6a; }
  .filter-results .filter {
    margin-top: 0.4em; }
  .filter-results #sort-results {
    text-transform: uppercase;
    font-size: 0.9em;
    border-radius: 0px; }

.listing .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.listing img {
  margin-bottom: 1em;
  width: 100%; }
.listing figure p {
  margin: 0; }

.description {
  padding-top: 30px; }
  .description .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .description figure p {
    margin-bottom: 0; }
  .description ul {
    margin-left: 2.5em;
    list-style: initial;
    margin-bottom: 15px; }
    .description ul ul {
      margin-bottom: 0px; }
    .description ul li {
      list-style: initial; }
  .description .ul-title {
    background-color: #ECECEC;
    display: inline-block;
    padding: 10px;
    margin-bottom: 0px; }
  .description .horizontal {
    border: 1px solid #ECECEC; }
    .description .horizontal ul {
      display: flex;
      flex-wrap: wrap;
      padding: 15px;
      margin: -5px;
      list-style: none; }
      .description .horizontal ul li {
        margin: 5px;
        width: calc(33.333% - 10px);
        list-style: none;
        padding: 10px;
        padding-left: 20px;
        position: relative; }
        @media (max-width: 600px) {
          .description .horizontal ul li {
            width: calc(50% - 10px); } }
        @media (max-width: 450px) {
          .description .horizontal ul li {
            width: 100%; } }
        .description .horizontal ul li::before {
          content: '✓';
          color: forestgreen;
          position: absolute;
          left: 0px; }
  .description table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 15px; }
  .description table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em; }
  .description table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em; }
  .description table th,
  .description table td {
    padding: .625em;
    text-align: center; }
  .description table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase; }
  @media screen and (max-width: 600px) {
    .description table {
      border: 0; }
    .description table caption {
      font-size: 1.3em; }
    .description table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .description table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em; }
    .description table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right; }
    .description table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase; }
    .description table td:last-child {
      border-bottom: 0; } }

.accred-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .accred-container img.accred-item {
    max-width: 120px;
    max-height: 120px;
    height: auto;
    flex: 1;
    margin: 0 5px; }

.price-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
  color: white;
  background: linear-gradient(to bottom, #013c55, #0b567a);
  text-transform: uppercase; }
  .price-block.small {
    padding: 0.5em;
    max-width: 180px; }
    .price-block.small.left {
      margin-left: auto; }
  .price-block p {
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    margin: 0.2em; }
    .price-block p:last-of-type {
      margin-bottom: 0; }
  .price-block h3 {
    text-transform: uppercase !important; }
  .price-block h2,
  .price-block h3 {
    display: inline-block;
    margin: 0 0.2em 0 0.2em; }
  .price-block h3 {
    text-align: center; }

.split {
  position: relative; }

.split-content {
  width: 100%; }
  .split-content ul {
    margin-bottom: 1em; }
  .split-content ul li {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: 0.2em; }

.key-info img {
  width: 100%;
  margin-bottom: 2em; }
.key-info div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap; }
  .key-info div:nth-of-type(2) figure {
    flex-grow: 1; }
.key-info h3 {
  font-weight: bold; }
.key-info ul {
  font-family: Arial, sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em; }
  .key-info ul li {
    list-style: disc; }

.mobile-btn {
  text-align: center;
  padding-top: 10px; }
  .mobile-btn button,
  .mobile-btn .btn {
    margin: 0.2em 0.2em 0.5em 0.2em; }

.used-post img {
  margin-bottom: 1em; }
.used-post .contact-block ul li {
  display: inline-block; }
  .used-post .contact-block ul li img {
    margin: 0.5em; }

.hero-btns {
  text-align: center; }
  .hero-btns button,
  .hero-btns .btn {
    margin: 0.5em 1em 0.5em 0; }
    .hero-btns button:last-of-type,
    .hero-btns .btn:last-of-type {
      margin: 0.5em 0 0.5em 0; }

.offer-banner {
  width: 100%;
  height: 250px;
  background-image: url("https://placehold.it/1920x800");
  background-position: center; }

.pagination {
  text-transform: uppercase; }
  .pagination .row {
    display: flex;
    flex-grow: 1;
    justify-content: space-between; }
  .pagination .prev {
    text-align: left; }
  .pagination .page-num {
    text-align: center; }
  .pagination .next {
    text-align: right; }
  .pagination p {
    padding: 0;
    margin: 0; }

.services-footer ul li {
  list-style: disc;
  margin-left: 1em; }

.contact .row {
  display: flex; }
.contact aside,
.contact main {
  margin-bottom: 1em; }

.contact-logo {
  max-width: 210px;
  display: block;
  margin: 0 auto 1em auto; }

.contact-detail {
  text-align: center; }

.gform_body ul {
  padding-left: 0; }
  .gform_body ul li {
    list-style: none; }

#gform_submit_button_1 {
  font-size: 0.8em;
  border: 0px;
  color: white;
  text-transform: uppercase;
  background: #6a6a6a;
  padding: 0.5em 0.8em;
  text-align: center; }
  #gform_submit_button_1:hover {
    font-weight: bold;
    color: white; }

.used-post .row div[class="col-xs-12 col-md-5"] {
  padding: 0;
  margin-bottom: 1em; }
  .used-post .row div[class="col-xs-12 col-md-5"] .price-block {
    margin-bottom: 0; }
.used-post .row .contact-block {
  padding: 0; }

.move-right {
  left: 85%;
  top: 18%; }

.move-left {
  right: 85%;
  top: 18%; }

.manager-block {
  display: flex;
  background: linear-gradient(to bottom, #013c55, #0b567a);
  padding: 0.8em;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px; }
  .manager-block .manager-icon-container {
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center; }
    .manager-block .manager-icon-container .manager-icon {
      border-radius: 50%;
      border: 2px solid white;
      align-items: center; }
    .manager-block .manager-icon-container .arrow-container {
      flex: 0 0 10%;
      width: 10%; }
      .manager-block .manager-icon-container .arrow-container .faf {
        color: white;
        font-size: 24pt;
        cursor: pointer; }
    .manager-block .manager-icon-container img {
      flex: 0 0 25%;
      height: auto; }
    .manager-block .manager-icon-container figcaption {
      text-align: left;
      padding-left: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-grow: 1; }
      .manager-block .manager-icon-container figcaption p {
        margin: 0px; }
  .manager-block h4 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: white; }
  .manager-block .question {
    color: #00aeee;
    font-weight: bold; }
  .manager-block p {
    display: inline-block;
    color: #ebebeb;
    font-size: 10pt; }

.guide-block {
  display: flex;
  background: linear-gradient(to bottom, #013c55, #0b567a);
  padding: 30px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px; }
  .guide-block .brochure-download-button {
    height: 75px;
    margin-top: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #0abaee;
    justify-content: space-around;
    align-items: center; }
    .guide-block .brochure-download-button a {
      align-items: center;
      padding: 10px 15px;
      display: flex; }
      .guide-block .brochure-download-button a img {
        height: 50px;
        width: auto;
        margin-right: 15px;
        margin-left: 15px; }

.brochure-download {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #0abaee;
  justify-content: space-around;
  align-items: center;
  height: 100%; }
  .brochure-download img.brochure-thumb {
    height: 160px;
    width: auto; }
  .brochure-download figcaption {
    display: flex;
    align-items: center;
    justify-content: center; }
    .brochure-download figcaption a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold; }
      .brochure-download figcaption a img {
        height: 100px;
        margin-bottom: 15px; }

.hidden {
  display: none; }

.description.used .row div.col-sm-10 {
  width: 100%; }

.gallery li {
  float: left;
  margin-bottom: 1em;
  width: 100%; }
  .gallery li img {
    width: 100%; }

body #TB_caption {
  padding: 0px 30px 10px 25px; }

body #TB_closeWindow {
  padding: 0; }

.listing h3 {
  text-transform: none; }

.site-info .col-md-6 {
  padding-left: 0;
  padding-right: 0; }

#footer-logos {
  margin-bottom: 1.5em; }

@media (min-width: 0px) and (max-width: 375px) {
  #footer-logos {
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .site-info {
    text-align: center; } }
.error404 .widgettitle {
  width: 100%;
  margin-top: 1em; }

.brochure-download {
  margin-top: 0.5em;
  display: flex; }
  .brochure-download .gform_heading {
    flex: 1 1 auto; }
  .brochure-download .gform_body {
    flex: 0 1 auto;
    margin-right: 5px; }
    .brochure-download .gform_body span.name_first input,
    .brochure-download .gform_body span.name_last input {
      margin: 0; }
  .brochure-download .gform_footer {
    flex: 0 1 auto; }
  .brochure-download li {
    float: left; }
  .brochure-download input {
    color: #000; }
  .brochure-download .ginput_container_name {
    margin-right: 4px; }
  .brochure-download button,
  .brochure-download .grey-btn,
  .brochure-download .listing-more-info-btn,
  .brochure-download input[type="submit"] {
    background: #0abaee; }
    .brochure-download button:hover,
    .brochure-download .grey-btn:hover,
    .brochure-download .listing-more-info-btn:hover,
    .brochure-download input[type="submit"]:hover {
      background: #4dd1f8;
      text-decoration: underline; }

.gfield_visibility_hidden {
  display: none; }

/* Fix Services Page */
.services-item {
  display: flex;
  flex-direction: column; }
  .services-item div {
    flex: 1 1 auto; }

/* Add Hover Effect */
a.grey-btn:hover {
  background-color: #848484; }

span.name_last input,
span.name_first input,
ginput_container_email input {
  margin: 5px 0; }

.video-block {
  width: 100%; }
  .video-block iframe {
    width: 100%;
    height: 520px !important;
    margin-bottom: 15px; }

.autotrader {
  margin: 2em auto 2em auto; }
  .autotrader .btn {
    padding: 2em; }

@media screen and (min-width: 991px) {
  #post-15 section.container div.row {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap; }

  #post-15 section.container div.row figure {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    margin-bottom: 30px; }

  #post-15 section.container div.row figure:nth-child(1) {
    order: 6;
    -webkit-order: 6; }

  #post-15 section.container div.row figure:nth-child(2) {
    order: 5;
    -webkit-order: 5; }

  #post-15 section.container div.row figure:nth-child(3) {
    order: 1;
    -webkit-order: 1; }

  #post-15 section.container div.row figure:nth-child(4) {
    order: 7;
    -webkit-order: 7; }

  #post-15 section.container div.row figure:nth-child(5) {
    order: 3;
    -webkit-order: 3; }

  #post-15 section.container div.row figure:nth-child(6) {
    order: 4;
    -webkit-order: 4; } }
.ginput_container .large {
  padding: 10px !important;
  border: 1px solid #c7c7c7 !important;
  width: 100% !important;
  outline: none !important;
  font-size: 1em !important; }
  .ginput_container .large:focus {
    border-color: #0b567a !important; }

.gform_fields {
  margin: 0px !important; }

.gform_footer .btn {
  all: unset !important;
  cursor: pointer !important;
  padding: 10px 30px !important;
  background: #0b567a !important;
  border: 0px !important;
  color: #FFFFFF !important;
  font-size: 0.8em !important;
  text-transform: uppercase !important;
  font-weight: bold !important; }
  .gform_footer .btn:hover {
    background: #07354b !important; }

#field_6_6 > label {
  display: none; }

#label_6_6_1 {
  text-transform: none; }

.gchoice_6_6_1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: .75rem; }
  .gchoice_6_6_1 input {
    position: relative;
    margin-right: 10px;
    top: 5px; }
  .gchoice_6_6_1 a {
    font-weight: bold;
    color: #0b567a; }

.flex-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; }
  .flex-list li {
    width: calc(33.333% - 20px);
    margin: 10px; }
    @media (max-width: 767px) {
      .flex-list li {
        width: calc(50% - 20px); } }
    @media (max-width: 550px) {
      .flex-list li {
        width: 100%; } }

*:not(i) {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased; }

.isuzu-terms {
  background-color: #ececec;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px; }

.logo-text-split {
  background: linear-gradient(to right, #013c55, #0b567a); }
  .logo-text-split .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px; }
    .logo-text-split .container .text p {
      font-weight: normal; }
    .logo-text-split .container .text * {
      color: white; }
    .logo-text-split .container .logo {
      width: 150px;
      margin-right: 30px;
      flex-shrink: 0; }
      .logo-text-split .container .logo img {
        display: block;
        width: 100%; }
    @media (max-width: 767px) {
      .logo-text-split .container {
        flex-direction: column; }
        .logo-text-split .container .logo {
          margin: 0px 0px 30px 0px; } }

.why-purchase-banner {
  background-color: #ececec; }

.vehicle-split {
  background-color: #ececec; }
  .vehicle-split .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .vehicle-split .container {
        flex-direction: column;
        align-items: flex-start; } }
    .vehicle-split .container .image {
      width: 450px;
      margin-left: 30px;
      flex-shrink: 0; }
      @media (max-width: 991px) {
        .vehicle-split .container .image {
          width: 50%; } }
      @media (max-width: 767px) {
        .vehicle-split .container .image {
          width: 200px;
          margin: 0px; } }
    .vehicle-split .container .text h2 span {
      font-weight: bold; }
    .vehicle-split .container .text .stock-info {
      margin-top: 30px;
      width: 50%; }
      @media (max-width: 991px) {
        .vehicle-split .container .text .stock-info {
          width: 100%; } }
    @media (max-width: 767px) {
      .vehicle-split .container .text {
        order: 2;
        margin-top: 30px; } }

.brand-vehicles {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  margin-bottom: 60px; }
  .brand-vehicles .vehicle {
    position: relative;
    width: calc(33.333% - 30px);
    margin: 15px;
    display: flex;
    flex-direction: column; }
    .brand-vehicles .vehicle::after {
      content: "";
      position: absolute;
      height: 100%;
      width: 1px;
      background-color: #484848;
      right: -15px;
      display: none; }
    .brand-vehicles .vehicle:not(:nth-child(3n + 3))::after {
      display: block; }
    @media (max-width: 991px) {
      .brand-vehicles .vehicle {
        width: calc(50% - 30px); }
        .brand-vehicles .vehicle::after {
          display: none !important; }
        .brand-vehicles .vehicle:nth-child(odd)::after {
          display: block !important; } }
    .brand-vehicles .vehicle img {
      width: 100%;
      height: auto; }
    .brand-vehicles .vehicle .text {
      padding: 30px 0px; }
      .brand-vehicles .vehicle .text h3 {
        font-size: 1.3em;
        line-height: 1em;
        margin: 0px; }
        .brand-vehicles .vehicle .text h3 b {
          font-size: 1.25em; }
        .brand-vehicles .vehicle .text h3:first-child {
          margin-bottom: 5px; }

.stock-info {
  border: transparent;
  margin-bottom: 0px;
  margin-top: auto; }
  .stock-info h3,
  .stock-info a {
    margin: 0px;
    width: 100%;
    padding: 15px;
    color: white;
    text-align: center;
    font-weight: bold;
    display: block; }
  .stock-info h3 {
    font-size: 1.4em;
    background-color: #0bbbef; }
  .stock-info a {
    background-color: #6a6a6a; }
    .stock-info a:hover {
      background-color: #515151; }

.brand-subtitle {
  padding-top: 60px;
  padding-bottom: 60px; }
  .brand-subtitle p {
    margin-bottom: 0px; }

.daily-content h1 {
  margin: 0px; }
.daily-content h2 {
  margin: 15px 0px; }
.daily-content h3 {
  margin: 15px 0px;
  font-weight: bold;
  font-size: 1.2em; }
.daily-content .intro-block {
  margin-bottom: 60px; }
  .daily-content .intro-block .flex {
    margin: -30px;
    display: flex;
    flex-wrap: wrap; }
    .daily-content .intro-block .flex .item {
      margin: 30px;
      width: calc(50% - 60px); }
      @media (max-width: 767px) {
        .daily-content .intro-block .flex .item {
          width: 100%; } }
      .daily-content .intro-block .flex .item .video {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0; }
        .daily-content .intro-block .flex .item .video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 1px solid #ECECEC; }

.daily-content ul,
.daily-items ul {
  list-style: initial;
  margin-left: 3em; }
  .daily-content ul li,
  .daily-items ul li {
    list-style: initial; }

.vehicle.pdf {
  align-items: center;
  justify-content: center; }
  .vehicle.pdf a {
    background-color: #0BBBEF;
    width: 100%;
    padding: 15px; }
    .vehicle.pdf a:hover {
      background-color: #0995be; }
    .vehicle.pdf a img {
      width: 100px;
      margin: auto;
      display: block;
      margin-bottom: 15px; }
    .vehicle.pdf a p {
      font-weight: bold;
      color: #FFFFFF;
      text-align: center; }

.daily-items ul {
  margin-left: 1.3em; }

.validation_message {
  color: red;
  margin-bottom: 1em; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*Forms*/
.gform_wrapper {
  width: 100%;
  clear: both;
  margin-bottom: 1em; }

.gform_wrapper ul {
  width: 100%; }

.gform_heading {
  padding: 0 0 1em 0; }

.hidden_label label {
  display: none; }

input.large,
textarea.large,
select.large {
  width: 99%;
  padding: 1%;
  margin-bottom: 1em;
  border: 1px solid black; }

/*Google Maps*/
.map {
  position: relative;
  overflow: hidden;
  margin: 0 0 1em;
  min-height: 400px;
  width: 100%; }

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* fixes potential theme css conflict */
.map img {
  max-width: inherit !important; }

#menu-mega-menu,
.menu-mega-menu-container {
  width: 100%; }

#menu-mega-menu li {
  flex-grow: 1; }

/* new grid layout - not strictly bootstrap, but sometimes you need to go with what works */
section.cta-grid {
  display: grid;
  display: -ms-grid;
  gap: 12px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: 1fr 12px 1fr; }
  @media (min-width: 539px) {
    section.cta-grid.block-3 {
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-columns: 3fr 12px 1fr;
      -ms-grid-rows: 3fr 12px 1fr; } }
  @media (max-width: 538px) {
    section.cta-grid.block-3 {
      grid-template-columns: 1fr;
      grid-template-rows: 3;
      -ms-grid-columns: 1;
      -ms-grid-rows: 1fr 12px 1fr 12px 1fr; } }
  section.cta-grid.block-3 div {
    margin: 0px !important;
    display: flex;
    flex-direction: column; }
    @media (min-width: 539px) {
      section.cta-grid.block-3 div {
        grid-column: 1 / span 1;
        grid-row: 1 / span 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1; } }
    @media (max-width: 538px) {
      section.cta-grid.block-3 div {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1; } }
    section.cta-grid.block-3 div p {
      font-size: 1.2rem; }
    section.cta-grid.block-3 div h2 {
      font-size: 4rem; }
      section.cta-grid.block-3 div h2.cis {
        font-size: 2rem;
        text-align: center; }
  section.cta-grid.block-3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 1.2rem; }
    @media (min-width: 539px) {
      section.cta-grid.block-3 a:first-of-type {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1; } }
    @media (max-width: 538px) {
      section.cta-grid.block-3 a:first-of-type {
        grid-row: 2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1; } }
    @media (min-width: 539px) {
      section.cta-grid.block-3 a:last-of-type {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1; } }
    @media (max-width: 538px) {
      section.cta-grid.block-3 a:last-of-type {
        grid-row: 3;
        grid-column: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1; } }
    section.cta-grid.block-3 a.large {
      align-items: center;
      justify-content: flex-start;
      padding: 0 1.2rem; }
      section.cta-grid.block-3 a.large img {
        max-height: 50px;
        margin-right: 0.5rem;
        margin-top: 10px;
        margin-bottom: 10px; }
  section.cta-grid.block-2 {
    -ms-grid-rows: 1;
    grid-template-rows: 1; }
    @media (max-width: 991px) {
      section.cta-grid.block-2 {
        grid-template-columns: 1;
        -ms-grid-columns: 1; } }
    section.cta-grid.block-2 a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 70px;
      border-radius: 4px;
      font-size: 1.2rem; }
      section.cta-grid.block-2 a:first-of-type {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1; }
        @media (max-width: 991px) {
          section.cta-grid.block-2 a:first-of-type {
            grid-row: 1;
            grid-column: 1 / span 2;
            -ms-grid-row: 1; } }
      @media (min-width: 992px) {
        section.cta-grid.block-2 a:last-of-type {
          -ms-grid-column: 3;
          -ms-grid-column-span: 1; } }
      @media (max-width: 991px) {
        section.cta-grid.block-2 a:last-of-type {
          grid-row: 2;
          grid-column: 1 / span 2;
          -ms-grid-row: 2; } }
      section.cta-grid.block-2 a.large {
        align-items: center;
        justify-content: flex-start;
        padding: 0 1.2rem; }
        section.cta-grid.block-2 a.large img {
          height: 70px;
          margin-right: 0.5rem; }
section.in-stock-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1140px; }
section#instock-banner {
  background: #000;
  position: relative;
  color: #fff;
  margin-bottom: 1rem; }
section p.vehicletype {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 0.8rem; }
  section p.vehicletype.used {
    border: 2px solid #013c55;
    color: #013c55; }
  section p.vehicletype.new {
    background: linear-gradient(to bottom, #013c55, #0b567a);
    color: white;
    border: none; }
section ul.item-links li.price-block {
  display: flex;
  flex-direction: column; }
  section ul.item-links li.price-block h4 {
    font-size: 2em;
    font-weight: normal;
    margin: 0px; }
  section ul.item-links li.price-block.large h4 {
    font-size: 3rem;
    display: flex;
    align-items: center; }
    section ul.item-links li.price-block.large h4 span {
      font-size: 0.5em;
      margin-left: 0.5rem; }
section ul.item-links li > a.grey-btn {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 1rem 0; }
  section ul.item-links li > a.grey-btn.single {
    align-items: center;
    justify-content: space-around;
    padding: 0.25rem 0; }
    section ul.item-links li > a.grey-btn.single img {
      height: 50px;
      width: 50px; }
section + #gallery-strip {
  width: 100%;
  max-width: 1140px; }
  section + #gallery-strip ul {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media (max-width: 768px) {
      section + #gallery-strip ul {
        flex-flow: row wrap; } }
    section + #gallery-strip ul li {
      background: #E4E4E4;
      margin-right: 0.5rem;
      height: 100px;
      width: 120px;
      transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s; }
      section + #gallery-strip ul li:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        box-shadow: 0px 18px 7px -11px rgba(0, 0, 0, 0.2); }
section#vehicle-toprow {
  width: 100%;
  max-width: 1140px; }

article.in-stock.header {
  background: linear-gradient(to right, #013c55, #0b567a);
  padding: 20px 0px; }
  article.in-stock.header header {
    width: 100%;
    max-width: 1140px; }
    @media (max-width: 990px) {
      article.in-stock.header header {
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    article.in-stock.header header * {
      color: #fff; }
    article.in-stock.header header h1 {
      font-weight: bold; }
      @media (max-width: 990px) {
        article.in-stock.header header h1 {
          margin: 0px; } }

ol.v-specs {
  list-style-type: none;
  padding: 0px; }
  @media (max-width: 589px) {
    ol.v-specs.columns {
      column-count: 1; } }
  @media (min-width: 590px) {
    ol.v-specs.columns {
      column-count: 2;
      column-gap: 1rem; } }
  ol.v-specs.columns li {
    break-inside: avoid; }
    ol.v-specs.columns li span {
      flex: 1 0 50%; }
      ol.v-specs.columns li span:nth-child(2) {
        font-weight: 600; }

.flexslider {
  margin: 0 !important; }
  .flexslider section.hero-img {
    position: relative;
    max-height: 590px; }
    .flexslider section.hero-img.static-image {
      min-height: 540px; }
    .flexslider section.hero-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline;
      width: auto;
      max-height: 100%; }
  .flexslider .flex-viewport {
    height: 100%; }
    .flexslider .flex-viewport ul {
      height: 100%; }
      .flexslider .flex-viewport ul li {
        height: 100%; }
        .flexslider .flex-viewport ul li section {
          height: 100%;
          background-repeat: no-repeat; }

@media (max-width: 768px) {
  ul.flex-direction-nav {
    display: none; } }
ul.flex-direction-nav a {
  transform: translateY(-50%);
  background-color: #e8eae8;
  border-radius: 50%; }
  ul.flex-direction-nav a:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }

.gallery-thumb {
  cursor: pointer; }
  .gallery-thumb a {
    width: 100%;
    height: 100%;
    display: block; }

nav {
  background: none; }
  nav.v-links {
    display: flex; }
    @media (min-width: 768px) {
      nav.v-links {
        flex-flow: row;
        justify-content: space-between; } }
    @media (max-width: 767px) {
      nav.v-links {
        flex-flow: column; } }
    nav.v-links a {
      margin-bottom: 0.75rem;
      flex: 0 0 32.5%;
      display: flex;
      flex-direction: row;
      align-items: center;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px; }
      nav.v-links a img {
        height: 50px;
        width: 50px;
        margin-right: 1em; }

.page-template-single-driveaway h2,
.page-template-single-driveaway h3,
.page-template-driveaway-landing h2,
.page-template-driveaway-landing h3 {
  margin-bottom: 1.25em; }
.page-template-single-driveaway h4,
.page-template-driveaway-landing h4 {
  margin-bottom: 0;
  font-weight: bold; }
.page-template-single-driveaway p,
.page-template-single-driveaway h4,
.page-template-driveaway-landing p,
.page-template-driveaway-landing h4 {
  font-size: 1.2rem; }
.page-template-single-driveaway .btn-main:hover,
.page-template-driveaway-landing .btn-main:hover {
  color: #fff; }
.page-template-single-driveaway .benefits-text ul,
.page-template-driveaway-landing .benefits-text ul {
  list-style-position: outside; }
  .page-template-single-driveaway .benefits-text ul li,
  .page-template-driveaway-landing .benefits-text ul li {
    font-size: 1.2rem;
    line-height: 2.5rem;
    text-indent: -2rem;
    padding-left: 2rem; }
    .page-template-single-driveaway .benefits-text ul li:before,
    .page-template-driveaway-landing .benefits-text ul li:before {
      content: '✓';
      color: #0abaee;
      font-weight: bold;
      padding-right: 2rem; }
      @media (max-width: 767px) {
        .page-template-single-driveaway .benefits-text ul li:before,
        .page-template-driveaway-landing .benefits-text ul li:before {
          padding-right: 1rem; } }
.page-template-single-driveaway .benefits-image img,
.page-template-driveaway-landing .benefits-image img {
  width: 100%;
  height: auto; }
.page-template-single-driveaway .card img,
.page-template-driveaway-landing .card img {
  width: 100%;
  height: auto; }
.page-template-single-driveaway .card.content-box .card-img-top,
.page-template-driveaway-landing .card.content-box .card-img-top {
  height: 220px;
  width: auto;
  object-fit: cover;
  object-position: 50% 50%; }
.page-template-single-driveaway .card.vehicle-card,
.page-template-driveaway-landing .card.vehicle-card {
  height: 100%;
  border-color: #6a6a6a; }
  .page-template-single-driveaway .card.vehicle-card h3,
  .page-template-driveaway-landing .card.vehicle-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0; }
  .page-template-single-driveaway .card.vehicle-card p,
  .page-template-driveaway-landing .card.vehicle-card p {
    font-size: 1rem; }
  .page-template-single-driveaway .card.vehicle-card .small,
  .page-template-driveaway-landing .card.vehicle-card .small {
    font-size: 0.8rem; }
  .page-template-single-driveaway .card.vehicle-card ul,
  .page-template-driveaway-landing .card.vehicle-card ul {
    margin: initial;
    padding: 0 0 0 20px;
    margin-bottom: 1.5rem; }
    .page-template-single-driveaway .card.vehicle-card ul li,
    .page-template-driveaway-landing .card.vehicle-card ul li {
      font-size: 1.2rem; }
  .page-template-single-driveaway .card.vehicle-card ul,
  .page-template-single-driveaway .card.vehicle-card li,
  .page-template-driveaway-landing .card.vehicle-card ul,
  .page-template-driveaway-landing .card.vehicle-card li {
    list-style: initial; }
  .page-template-single-driveaway .card.vehicle-card table,
  .page-template-driveaway-landing .card.vehicle-card table {
    margin-bottom: 1.5rem; }
    .page-template-single-driveaway .card.vehicle-card table tr,
    .page-template-driveaway-landing .card.vehicle-card table tr {
      border: none; }
      .page-template-single-driveaway .card.vehicle-card table tr td,
      .page-template-driveaway-landing .card.vehicle-card table tr td {
        border: none;
        padding: 0; }
  .page-template-single-driveaway .card.vehicle-card .card-title,
  .page-template-driveaway-landing .card.vehicle-card .card-title {
    min-height: 50px; }
  .page-template-single-driveaway .card.vehicle-card .card-img-top,
  .page-template-driveaway-landing .card.vehicle-card .card-img-top {
    width: 100%;
    height: auto; }
  .page-template-single-driveaway .card.vehicle-card .vehicle-image,
  .page-template-driveaway-landing .card.vehicle-card .vehicle-image {
    position: relative; }
    .page-template-single-driveaway .card.vehicle-card .vehicle-image .vehicle-overlay,
    .page-template-driveaway-landing .card.vehicle-card .vehicle-image .vehicle-overlay {
      position: absolute;
      top: 0;
      right: 0;
      padding: 15px; }
      .page-template-single-driveaway .card.vehicle-card .vehicle-image .vehicle-overlay.new,
      .page-template-driveaway-landing .card.vehicle-card .vehicle-image .vehicle-overlay.new {
        content: url("../img/new-icon.svg"); }
      .page-template-single-driveaway .card.vehicle-card .vehicle-image .vehicle-overlay.recyclable,
      .page-template-driveaway-landing .card.vehicle-card .vehicle-image .vehicle-overlay.recyclable {
        max-height: 87px;
        content: url("../img/recyclable-closed.png"); }
        .page-template-single-driveaway .card.vehicle-card .vehicle-image .vehicle-overlay.recyclable:hover,
        .page-template-driveaway-landing .card.vehicle-card .vehicle-image .vehicle-overlay.recyclable:hover {
          content: url("../img/recyclable-open.png"); }
      .page-template-single-driveaway .card.vehicle-card .vehicle-image .vehicle-overlay.electric,
      .page-template-driveaway-landing .card.vehicle-card .vehicle-image .vehicle-overlay.electric {
        width: 25%;
        max-height: 87px;
        content: url("../img/electric-icon.svg"); }
.page-template-single-driveaway .below-benefits h4,
.page-template-driveaway-landing .below-benefits h4 {
  margin-bottom: .5rem; }
.page-template-single-driveaway .below-benefits p,
.page-template-driveaway-landing .below-benefits p {
  margin-bottom: 2rem; }
.page-template-single-driveaway .driveaway-range .vehicle,
.page-template-driveaway-landing .driveaway-range .vehicle {
  border-radius: 0;
  background: #ffffff;
  border: 0;
  margin-bottom: 2em; }
  .page-template-single-driveaway .driveaway-range .vehicle .card-title,
  .page-template-driveaway-landing .driveaway-range .vehicle .card-title {
    background: #0abaee;
    width: 100%; }
    .page-template-single-driveaway .driveaway-range .vehicle .card-title h2,
    .page-template-driveaway-landing .driveaway-range .vehicle .card-title h2 {
      color: #ffffff;
      padding-bottom: 0; }
  .page-template-single-driveaway .driveaway-range .vehicle .card-title,
  .page-template-single-driveaway .driveaway-range .vehicle .card-body,
  .page-template-driveaway-landing .driveaway-range .vehicle .card-title,
  .page-template-driveaway-landing .driveaway-range .vehicle .card-body {
    padding: 1em 2.6em; }
  .page-template-single-driveaway .driveaway-range .vehicle .dimensions,
  .page-template-driveaway-landing .driveaway-range .vehicle .dimensions {
    width: 100%;
    margin-bottom: 2em; }
    .page-template-single-driveaway .driveaway-range .vehicle .dimensions td:first-of-type,
    .page-template-driveaway-landing .driveaway-range .vehicle .dimensions td:first-of-type {
      width: 50%; }
      @media (max-width: 767px) {
        .page-template-single-driveaway .driveaway-range .vehicle .dimensions td:first-of-type,
        .page-template-driveaway-landing .driveaway-range .vehicle .dimensions td:first-of-type {
          width: 75%; } }
  .page-template-single-driveaway .driveaway-range .vehicle ul,
  .page-template-driveaway-landing .driveaway-range .vehicle ul {
    padding-inline-start: 20px; }
  .page-template-single-driveaway .driveaway-range .vehicle .recyclable,
  .page-template-driveaway-landing .driveaway-range .vehicle .recyclable {
    width: 70px;
    height: 96px !important; }
.page-template-single-driveaway .table-holder,
.page-template-driveaway-landing .table-holder {
  overflow: auto;
  margin-bottom: 2em; }
.page-template-single-driveaway .specifications,
.page-template-driveaway-landing .specifications {
  border: 1px solid #D7D7D9;
  width: 100%;
  margin-bottom: 1em;
  background: #ffffff; }
  .page-template-single-driveaway .specifications thead,
  .page-template-driveaway-landing .specifications thead {
    border: 1px solid #0abaee;
    background: #0abaee;
    height: 40px; }
    .page-template-single-driveaway .specifications thead th,
    .page-template-driveaway-landing .specifications thead th {
      color: #ffffff;
      font-size: 19px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; }
  .page-template-single-driveaway .specifications td,
  .page-template-driveaway-landing .specifications td {
    border: 1px solid #D7D7D9;
    padding: 5px 15px;
    text-align: center; }
    .page-template-single-driveaway .specifications td.heading,
    .page-template-driveaway-landing .specifications td.heading {
      font-weight: bold; }

.offers .card, .offers .card-img-top {
  border-radius: 0 !important; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .services-item {
    display: block; }

  .brand-vehicles .vehicle img {
    height: 100%; }
  .brand-vehicles .vehicle::after {
    display: none !important; } }
/*! --------------------------------------
	Custom/Site specific Media Queries
----------------------------------------- */
@media (min-width: 544px) {
  .call-to-action .btn {
    /*padding: 0 0 1em 0;*/ }

  .contact-detail {
    clear: both;
    margin-bottom: 2em;
    min-height: 1.5em;
    padding-left: 15px;
    text-align: left; }
    .contact-detail i {
      font-size: 2em;
      color: #013c55; }

  .hero-img {
    background-size: cover; }
    .hero-img .hero-caption h1,
    .hero-img .hero-caption h2,
    .hero-img .brochure-caption h1,
    .hero-img .brochure-caption h2 {
      color: white;
      width: auto;
      height: auto; }
      .hero-img .hero-caption h1 span,
      .hero-img .hero-caption h2 span,
      .hero-img .brochure-caption h1 span,
      .hero-img .brochure-caption h2 span {
        position: relative;
        left: initial;
        line-height: 1em; }

  .brochure-download .gform_footer {
    float: left;
    width: 7.5%; } }
@media (min-width: 768px) {
  h1 {
    font-size: 1.6em; }

  h2 {
    font-size: 1.4em; }

  .hero-img .hero-caption h2,
  .hero-img .brochure-caption h2,
  .offer-banner .hero-caption h2,
  .offer-banner .brochure-caption h2,
  .slider .hero-caption h2,
  .slider .brochure-caption h2 {
    display: inline-block; }

  .spacer {
    margin-bottom: 2em !important; }

  .links br {
    display: table; }
  .links div:last-of-type {
    text-align: right; }

  .filter-results {
    text-align: left; }
    .filter-results .filter {
      text-align: right;
      margin-top: 0em; }

  .listing img {
    margin-bottom: 0; }

  .used-post img {
    margin-bottom: 0; }

  #primary {
    margin-top: 2em;
    margin-bottom: 2em; }

  .used-post .row div[class="col-xs-12 col-md-5"] {
    padding-right: 1em; }

  .description.used .row div.col-sm-10 {
    width: 50%; }

  .gallery li {
    margin-right: 1em;
    width: 31%; } }
@media (min-width: 992px) {
  .hero-img .brochure-caption a.btn {
    font-size: .8em; }
    .hero-img .brochure-caption a.btn:not(:last-child) {
      margin-left: 1em !important; }
  .hero-img .brochure-caption h2 {
    line-height: 1.4em; }

  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.6em; }

  nav ul {
    display: block; }
    nav ul li {
      display: inline-block;
      padding-right: .5em; }
      nav ul li:last-of-type:before, nav ul li:last-of-type:hover:before {
        display: none; }

  #navicon {
    display: none; }

  .hero-img .brochure-caption,
  .offer-banner .brochure-caption,
  .slider .brochure-caption {
    text-align: left; }
    .hero-img .brochure-caption button,
    .hero-img .brochure-caption .btn,
    .offer-banner .brochure-caption button,
    .offer-banner .brochure-caption .btn,
    .slider .brochure-caption button,
    .slider .brochure-caption .btn {
      display: inline-block;
      float: right;
      margin-left: 1.5em; }

  .mobile-btn {
    display: none; }

  .call-to-action h2 {
    padding: 0 1em 0 0; }

  footer ul {
    display: inline-block !important;
    float: right; }
    footer ul li {
      display: inline-block;
      padding-right: .5em;
                /*&:last-of-type:before, &:last-of-type:hover:before {
					display: none;
				}*/ }

  .split img {
    width: 50%; }

  .split-content {
    position: absolute;
    padding-left: 10%;
    top: 50%;
    transform: translateY(-50%); }

  .contact-detail {
    float: none;
    width: 100%;
    padding-left: 0px; }

  .gallery li {
    width: 18%; } }
@media (min-width: 1200px) {
  nav ul li {
    padding: 0.5em 1em; } }
@media (max-width: 767px) {
  .slide__btn,
  .white-btn {
    width: 95%;
    margin-top: .8em; }

  .price-block {
    width: 100%;
    margin-bottom: 1em; } }
@media screen and (max-width: 620px) {
  .hero-img:after {
    height: 60px !important; } }
@media (max-width: 991px) {
  nav {
    display: none; }

  .intro .col-lg-4 {
    display: none; }

  .price-block h2 {
    font-size: 1.2em; }

  .contact .row {
    flex-direction: column; }

  .key-info figure:nth-of-type(odd) {
    clear: left; }

  .hero-img:after {
    height: 80px; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .hero-img .brochure-caption a.btn {
    font-size: .75em; }
    .hero-img .brochure-caption a.btn:not(:last-child) {
      margin-left: .5em !important; }
  .hero-img .brochure-caption h2 {
    font-size: 1.1em;
    line-height: 1.9em; } }
@media (max-width: 991px) {
  .hero-img {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }

  .flex-slider li {
    width: 200%;
    height: 300px; } }
.home .hero-img {
  position: absolute;
  z-index: -1; }

.hero-img {
  margin-bottom: 15px !important;
  position: relative;
  height: 150px;
  background-position: center;
  background-size: auto 100%; }

.slides {
  height: 150px; }

.menu-force {
  margin-top: 15px !important; }
  .menu-force a {
    font-size: 16px !important; }

@media screen and (min-width: 768px) {
  .hero-img {
    height: 225px;
    background-position: center; }

  .slides {
    height: 225px; } }
@media screen and (min-width: 1025px) {
  .hero-img {
    height: 500px;
    background-position: center; }

  .slides {
    height: 500px; }

  .vehicle-template-default .hero-img,
  .page-template-page-brand .hero-img,
  .page-template-correct-banner .hero-img {
    height: auto;
    max-height: 500px;
    background-position: center;
    overflow: hidden; } }
@media screen and (min-width: 1920px) {
  .hero-img {
    background-size: 1920px;
    background-position: center; } }
.flexslider {
  margin-bottom: 0px !important; }
  .flexslider .slides a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block; }
  .flexslider .slides img.overlay {
    height: 150px;
    width: auto; }
    @media screen and (min-width: 768px) {
      .flexslider .slides img.overlay {
        height: 225px; } }
    @media screen and (min-width: 1025px) {
      .flexslider .slides img.overlay {
        height: 500px; } }

.flex-control-paging {
  display: none !important; }

.flexslider .slides li {
  overflow: hidden; }

.overlay-container::before {
  content: '';
  width: 100vw;
  position: absolute;
  top: 0;
  margin-left: -20px;
  height: 100%; }

.overlay-container::before {
  background: #1a98d1;
  right: 100%;
  margin-right: -0.9375rem; }

@media (max-width: 991px) {
  .page-id-33 main {
    margin-top: 2em; } }
ol li {
  margin-bottom: 10px; }
  ol li ol {
    margin-top: 10px; }

.headers > li:nth-child(odd) {
  list-style: none !important; }

.christmas-times {
  background: linear-gradient(to right, #013c55, #0b567a); }
  .christmas-times * {
    color: #FFFFFF; }
  .christmas-times table {
    width: 100%; }
    .christmas-times table td,
    .christmas-times table th {
      font-size: .8em;
      padding: 5px;
      border: 1px solid #FFFFFF;
      text-align: left !important; }
    .christmas-times table tbody tr:nth-child(2), .christmas-times table tbody tr:nth-child(3), .christmas-times table tbody tr:nth-child(4), .christmas-times table tbody tr:nth-child(5), .christmas-times table tbody tr:nth-child(9), .christmas-times table tbody tr:nth-child(10), .christmas-times table tbody tr:nth-child(11) {
      background: rgba(0, 0, 0, 0.3); }

.event-form_wrapper {
  padding: 1em;
  background-color: #E4E4E4; }
  .event-form_wrapper label {
    padding-right: 1em; }
  .event-form_wrapper input {
    padding-right: 1em;
    padding: 10px !important;
    border: 1px solid #c7c7c7 !important;
    outline: none !important;
    font-size: 1em !important; }
  .event-form_wrapper .gform_footer {
    padding: 1em;
    width: 100%;
    display: block;
    clear: both; }
  .event-form_wrapper .gfield {
    margin-top: 1em; }

#gform_fields_6 {
  width: 100% !important; }

li.mega-menuheader a.mega-menu-link {
  border-bottom: 1px solid white;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: normal; }
  li.mega-menuheader a.mega-menu-link > span {
    font-weight: bold; }
  li.mega-menuheader a.mega-menu-link:hover {
    font-weight: normal;
    border-bottom: 1px solid white; }
li.mega-menubox {
  border: solid 1px white;
  margin: 8px; }

.temp-videos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .temp-videos iframe {
    width: calc(50% - 30px);
    margin: 15px; }
    @media (max-width: 991px) {
      .temp-videos iframe {
        width: 100%; } }

@media (max-width: 767px) {
  .job-popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center; } }
.job-popup.hide {
  opacity: 0;
  pointer-events: none; }
.job-popup .inner {
  position: absolute;
  display: block;
  background-color: #094D6F;
  padding: 15px;
  color: #FFFFFF !important;
  z-index: 15;
  width: 350px;
  top: calc(50% - 66px);
  right: 0px;
  transition: .3s ease-in-out;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4); }
  @media (max-width: 767px) {
    .job-popup .inner {
      right: auto; } }
  .job-popup .inner:hover {
    color: #FFFFFF !important;
    background-color: #052c40; }
  .job-popup .inner h4 {
    font-weight: bold;
    color: #0DB8EE;
    margin: 0px; }
  .job-popup .inner p {
    margin: 15px 0px; }
    .job-popup .inner p:last-child {
      margin: 0px;
      font-size: .8rem;
      font-style: italic; }
  .job-popup .inner span {
    width: 25px;
    cursor: pointer;
    height: 25px;
    background-color: #052c40;
    display: block;
    position: absolute;
    top: 0px;
    left: -25px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em; }
    @media (max-width: 767px) {
      .job-popup .inner span {
        top: -25px;
        left: auto;
        right: 0px; } }
    .job-popup .inner span:hover {
      background-color: indianred; }

.wp-block-table {
  margin: 0px !important;
  border: 1px solid #EFEFEF; }
  .wp-block-table:not(:last-child) {
    margin-bottom: 15px !important; }
  .wp-block-table td {
    padding: 10px; }
  .wp-block-table tr:nth-child(odd) {
    background: #EFEFEF; }

.fda-footer {
  font-size: .65rem;
  padding: 0px 25px; }
  .fda-footer p:last-child {
    margin-bottom: 0px; }

.fda-block {
  background: #ECECEC;
  padding: 30px;
  font-size: .8rem;
  margin: 30px auto; }
  .fda-block h5 {
    margin-bottom: 1rem; }
  .fda-block p:last-child {
    margin-bottom: 0px; }

.in-stock-main .details h2,
.stock-listing .details h2 {
  font-size: 1.4rem; }
.in-stock-main .details .type,
.stock-listing .details .type {
  text-transform: uppercase;
  border: 2px solid #6a6a6a;
  display: inline-block;
  padding: 3px 5px;
  font-size: .8rem;
  font-weight: bold; }
  .in-stock-main .details .type.new,
  .stock-listing .details .type.new {
    background-color: #6a6a6a;
    color: #FFFFFF; }
  .in-stock-main .details .type.used,
  .stock-listing .details .type.used {
    color: #6a6a6a; }
.in-stock-main .details ul,
.stock-listing .details ul {
  display: flex;
  margin: -5px;
  flex-wrap: wrap; }
  .in-stock-main .details ul li,
  .stock-listing .details ul li {
    display: flex;
    align-items: center;
    width: calc(33.333% - 10px);
    margin: 5px; }
    .in-stock-main .details ul li img,
    .stock-listing .details ul li img {
      width: 20px;
      margin-right: 10px; }
.in-stock-main .price-block h2,
.stock-listing .price-block h2 {
  display: flex;
  align-items: center;
  justify-content: center; }
  .in-stock-main .price-block h2 .plusvat,
  .stock-listing .price-block h2 .plusvat {
    font-size: 1rem;
    margin-left: 5px; }
.in-stock-main .col-12.image,
.stock-listing .col-12.image {
  position: relative; }
  .in-stock-main .col-12.image .images,
  .stock-listing .col-12.image .images {
    position: absolute;
    top: 0px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px; }
    .in-stock-main .col-12.image .images i,
    .stock-listing .col-12.image .images i {
      margin-right: 10px; }

.stock-listing .thumbnails {
  margin-top: 10px; }
  .stock-listing .thumbnails .item {
    background-position: center center !important;
    background-size: cover !important;
    aspect-ratio: 1/1;
    cursor: pointer;
    opacity: .5;
    transition: .15s ease-in-out; }
    .stock-listing .thumbnails .item.active {
      opacity: 1; }
.stock-listing .details h2 {
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center; }
  .stock-listing .details h2 small {
    font-size: 1rem;
    margin-left: 10px; }
.stock-listing .swiper-pagination {
  color: #FFFFFF; }
.stock-listing .price-block {
  height: 60px; }
.stock-listing .item-links {
  margin-top: 5px !important;
  flex-wrap: wrap; }
  .stock-listing .item-links li {
    height: 100%;
    width: calc(50% - 10px) !important; }
    @media (max-width: 991px) {
      .stock-listing .item-links li {
        width: 100% !important; } }
    .stock-listing .item-links li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .stock-listing .item-links li a img {
        width: 40px; }
.stock-listing ul {
  margin-left: calc(1em + 30px); }
  .stock-listing ul li {
    list-style: disc; }

.service-list .item {
  position: relative;
  overflow: hidden; }
  .service-list .item > div {
    position: absolute;
    width: calc(100% - 30px);
    background: rgba(0, 0, 0, 0.5) !important;
    color: white;
    left: 15px;
    bottom: 3rem;
    backdrop-filter: blur(10px); }
  .service-list .item:hover .text {
    background: #0a5377 !important;
    color: #FFFFFF; }
  .service-list .item p {
    margin-top: 1.5rem; }

.service-single .light-grey-hero p:last-child {
  margin-bottom: 0px; }
.service-single .services .content p:last-child {
  margin-bottom: 0px; }
.service-single ul {
  margin-left: calc(1em + 30px); }
  .service-single ul li {
    list-style: disc; }

#gform_wrapper_6 {
  margin-bottom: 0px; }

.offer.container ul,
.terms.container ul {
  margin-left: calc(1em + 30px); }
  .offer.container ul li,
  .terms.container ul li {
    list-style: disc; }

.service-landing .blue-hero p:last-child {
  margin-bottom: 0px; }

.contact-page .map {
  width: 100%;
  height: 100%; }
.contact-page .details li {
  display: flex;
  margin-bottom: 5px; }
  .contact-page .details li i {
    width: 30px;
    font-size: 1.3rem;
    position: relative;
    top: 3px;
    flex-shrink: 0; }
  .contact-page .details li > span {
    margin: -10px;
    display: flex;
    flex-wrap: wrap; }
    .contact-page .details li > span p {
      margin: 10px;
      width: calc(50% - 20px); }
.contact-page #gform_fields_1 {
  display: flex;
  flex-wrap: wrap;
  margin: -10px !important; }
  .contact-page #gform_fields_1 li {
    margin: 10px;
    width: calc(50% - 20px); }
    @media (max-width: 767px) {
      .contact-page #gform_fields_1 li {
        width: 100%; } }
  .contact-page #gform_fields_1 #field_1_4 {
    width: 100%; }
  .contact-page #gform_fields_1 #field_1_10 {
    width: 100%; }

#wt-cli-policy-link {
  outline: none !important;
  text-decoration: none !important; }

.service-single .details ul {
  margin: 0px !important; }
.service-single .details li {
  display: flex;
  margin-bottom: 5px; }
  .service-single .details li i {
    width: 30px;
    font-size: 1.3rem;
    position: relative;
    top: 2px;
    flex-shrink: 0; }
  .service-single .details li > span {
    margin: -10px;
    display: flex;
    flex-wrap: wrap; }
    .service-single .details li > span p {
      margin: 10px;
      width: calc(100% - 20px); }

.offer-title {
  text-transform: none !important; }

.parts-banner {
  height: 200px; }
  @media (min-width: 700px) {
    .parts-banner {
      height: auto; } }
  .parts-banner img {
    position: absolute;
    max-width: 700px;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 700px) {
      .parts-banner img {
        position: relative;
        max-width: 100%; } }

@media (min-width: 768px) {
  .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    font-size: 12px !important; } }
@media (min-width: 992px) {
  .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    font-size: auto; } }

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/*# sourceMappingURL=main.css.map */
