@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?d4v4yb");
  src: url("fonts/icomoon.eot?d4v4yb#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?d4v4yb") format("truetype"), url("fonts/icomoon.woff?d4v4yb") format("woff"), url("fonts/icomoon.svg?d4v4yb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\e904";
}

.icon-chat-icon:before {
  content: "\e903";
}

.icon-right-arrow:before {
  content: "\e907";
}

.icon-left-arrow:before {
  content: "\e908";
}

.icon-down-arrow:before {
  content: "\e909";
}

.icon-up-arrow:before {
  content: "\e90a";
}

.icon-close:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-brand:before {
  content: "\e905";
}

.icon-social:before {
  content: "\e905";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-youtube:before {
  content: "\e900";
}

.icon-paperplane:before {
  content: "\e901";
}

.icon-send:before {
  content: "\e901";
}

.icon-flight:before {
  content: "\e901";
}

.icon-email:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e902";
}

.icon-email1:before {
  content: "\e902";
}

.icon-letter:before {
  content: "\e902";
}

.icon-envelope:before {
  content: "\e902";
}

.icon-contact:before {
  content: "\e902";
}

/*!
Theme Name: streamline
Theme URI: http://mikechappels.co.uk
Author: Mike Chappels
Author URI: mikechappels.co.uk
Description: Bespoke theme for Streamline Car Finance
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: streamline
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

streamline is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

body {
  font-family: "Poppins", sans-serif;
  background: #ffffff;
}

.hide {
  display: none;
}

.mobile-only {
  display: block !important;
}

.tablet-only {
  display: none !important;
}

.desktop-only {
  display: none !important;
}

h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}

h1 {
  margin-bottom: 48px;
  font-size: 2.5rem;
  font-weight: 700;
}

h1.page-title, h1.entry-title {
  color: var(--four);
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

h2 {
  margin-bottom: 32px;
  font-size: 1.75rem;
  font-weight: 700;
}

h2.section-header {
  display: table;
  padding: 8px 0px;
  margin: 0 auto 32px;
}

.white h2.section-header {
  color: var(--four);
}
.white h3 {
  color: var(--three);
}

.teal h2.section-header {
  color: var(--one);
  border-bottom: 1px solid var(--four);
}

.red h2.section-header {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.grey h2.section-header {
  color: var(--two);
  border-bottom: 1px solid var(--four);
}

.blue h2.section-header {
  color: #ffffff;
  border-bottom: 1px solid var(--three);
}

.black h2.section-header {
  color: #ffffff;
}
.black p {
  color: #ffffff;
  opacity: 0.6;
}
.black .cta:hover {
  background: #000000;
  color: #ffffff;
}

.pale-grey h2.section-header {
  color: var(--two) !important;
  border-bottom: 1px solid var(--three);
}

.pale-grey-gradient {
  color: var(--two) !important;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(247, 247, 243) 100%);
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(247, 247, 243) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(247, 247, 243) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f7f7f3",GradientType=1);
}
.pale-grey-gradient h2.section-header {
  color: var(--two) !important;
  border-bottom: 1px solid var(--three);
}

h3 {
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: 700;
}

h2.product-header {
  width: 100%;
  font-size: 1.5rem;
  color: var(--three);
}

a, a:visited {
  color: #FE7F2D;
  text-decoration: none;
}

.entry-content ul {
  margin: 16px 0;
}
.entry-content ul li:before {
  position: absolute;
  content: "\e907";
  font-family: "Icomoon";
  left: 4px;
  top: 6px;
  font-size: 8px;
  color: var(--four);
}

ul, ol {
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}

ol {
  margin: 0 0 32px 18px;
}

ul {
  margin: 0;
}
ul li {
  list-style: none;
}

.cta {
  padding: 8px 24px;
  border-radius: 5px;
  border: 2px solid var(--three);
  background: var(--three);
  background: rgb(254, 127, 45);
  background: -moz-linear-gradient(39deg, rgb(254, 127, 45) 55%, rgb(250, 98, 0) 100%);
  background: -webkit-linear-gradient(39deg, rgb(254, 127, 45) 55%, rgb(250, 98, 0) 100%);
  background: linear-gradient(39deg, rgb(254, 127, 45) 55%, rgb(250, 98, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe7f2d",endColorstr="#fa6200",GradientType=1);
  color: #ffffff !important;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  display: table;
}
.cta:hover {
  color: #FE7F2D !important;
  background: transparent;
}

.orange-gradient {
  background: rgb(254, 127, 45);
  background: -moz-linear-gradient(39deg, rgb(254, 127, 45) 55%, rgb(250, 98, 0) 100%);
  background: -webkit-linear-gradient(39deg, rgb(254, 127, 45) 55%, rgb(250, 98, 0) 100%);
  background: linear-gradient(39deg, rgb(254, 127, 45) 55%, rgb(250, 98, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe7f2d",endColorstr="#fa6200",GradientType=1);
}

.wrapper {
  width: 100%;
  padding: 32px 15px;
}
.wrapper.flush {
  padding: 64px 0 40px;
}
.wrapper .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.center {
  justify-content: center;
}

p {
  margin: 0 0 24px;
  width: 100%;
}

.wrap {
  flex-wrap: wrap;
}

.rounded {
  border-radius: var(--radius);
  overflow: hidden;
}

.shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.teal {
  background-color: var(--one);
  color: #ffffff;
}

.dark {
  background-color: var(--four);
  color: #ffffff;
}

.white {
  background-color: #ffffff;
  color: var(--two);
}

.grey {
  background-color: var(--two);
  color: #ffffff;
}

.red {
  background-color: var(--three);
  color: #ffffff;
}

.blue {
  background-color: var(--four);
  color: rgba(255, 255, 255, 0.5) !important;
}

.pale-grey {
  background-color: var(--five);
  color: var(--two) !important;
}

div[class^=col-] .col, div[class*=" col-"] .col, ul[class^=col-] .col, ul[class*=" col-"] .col {
  padding: 20px;
  text-align: left;
}
div[class^=col-] .col.no-padding, div[class*=" col-"] .col.no-padding, ul[class^=col-] .col.no-padding, ul[class*=" col-"] .col.no-padding {
  padding: 0;
}
div[class^=col-] .col h1, div[class^=col-] .col h2, div[class^=col-] .col h3, div[class*=" col-"] .col h1, div[class*=" col-"] .col h2, div[class*=" col-"] .col h3, ul[class^=col-] .col h1, ul[class^=col-] .col h2, ul[class^=col-] .col h3, ul[class*=" col-"] .col h1, ul[class*=" col-"] .col h2, ul[class*=" col-"] .col h3 {
  margin: 0 0 16px;
}

.col-6 .col {
  width: 100%;
  margin: 0 0 24px;
}

.col-5 .col {
  width: 100%;
  margin: 0 0 24px;
}

.col-4 .col {
  width: 100%;
  margin: 0 0 24px;
}

.col-3 .col {
  width: 100%;
  margin: 0 0 24px;
}

.col-2 .col {
  width: 100%;
  margin: 0 0 24px;
}

.col-1 .col {
  width: 100%;
  margin: 0 0 24px;
}

.wp-block-buttons {
  display: none !important;
}

@media all and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
  .tablet-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  .wrapper {
    padding: 42px 40px;
  }
  .home .wrapper {
    padding: 64px 40px;
  }
  .col-6 .col {
    width: 49%;
    margin: 0 0.5% 24px;
  }
  .col-5 .col {
    width: 49%;
    margin: 0 0.5% 24px;
  }
  .col-4 .col {
    width: 49%;
    margin: 0 0.5% 24px;
  }
  .col-3 .col {
    width: 49%;
    margin: 0 0.5% 24px;
  }
  .col-2 .col {
    width: 49%;
    margin: 0 0.5% 24px;
  }
  .col-1 .col {
    width: 100%;
    margin: 0 0 24px;
  }
}
@media all and (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
  .tablet-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .col-6 .col {
    width: 15.6%;
    margin: 0 0.5% 24px;
  }
  .col-5 .col {
    width: 19%;
    margin: 0 0.5% 24px;
  }
  .col-4 .col {
    width: 24%;
    margin: 0 0.5% 24px;
  }
  .col-3 .col {
    width: 32.3%;
    margin: 0 0.5% 24px;
  }
  .col-2 .col {
    width: 49%;
    margin: 0 0.5% 24px;
  }
  .col-1 .col {
    width: 100%;
    margin: 0 0 24px;
  }
  .home .wrapper {
    padding: 68px 15px;
  }
  .home .wrapper.flush {
    padding: 128px 0 80px;
  }
  .wrapper {
    padding: 42px 15px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0 3px;
  color: #ffffff;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  background: var(--four);
  box-shadow: none;
}
#masthead .header-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#masthead a, #masthead a:visited {
  color: #ffffff;
}
#masthead .site-branding {
  display: inline-block;
  width: auto;
  height: auto;
}
#masthead .site-branding .site-title {
  margin: 0;
  width: auto;
  height: auto;
}
#masthead .site-branding .site-title a {
  display: block;
  text-indent: -3000px;
  width: 180px;
  height: 65px;
  background: url("images/streamline-car-finance-logo-trans-02.png") no-repeat left 15px center transparent;
  background-size: contain;
  transform: translateY(-10px);
}

.home #masthead {
  background: transparent;
  box-shadow: none;
}

.scrolled #masthead {
  background: var(--four);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.make-breadcrumb {
  background: var(--two);
  padding: 96px 15px 12px;
  margin-top: 0px;
}
.make-breadcrumb .make-breadcrumb-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.make-breadcrumb .make-breadcrumb-container p {
  margin: 0;
  color: #ffffff;
}
.make-breadcrumb .make-breadcrumb-container p a {
  color: var(--one);
}

.make-hero {
  padding: 80px 15px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.make-hero .make-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url(images/dot-blue.png) repeat center var(--one);
  background-size: 8px;
  opacity: 0.7;
  z-index: 1;
}
.make-hero .make-hero-overlay-blue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
  background: url(images/dot-white.png) repeat center var(--four);
  background-size: 8px;
  display: none;
  opacity: 0.7;
  z-index: 2;
}
.make-hero .make-hero-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.make-hero .make-hero-content .brand-logo {
  padding: 0 20px 20px 0;
}
.make-hero .make-hero-content .brand-logo img {
  width: 120px;
}
.make-hero .make-hero-content p.apr {
  display: inline-block;
  background: var(--four);
  padding: 6px 12px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 12px;
}
.make-hero .make-hero-content p.apr:before {
  position: absolute;
  content: "";
  border-top: 0;
  left: 0;
  bottom: -8px;
  border-left: 8px solid var(--four);
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
}
.make-hero .make-hero-content h1.entry-title {
  color: #ffffff;
  font-weight: 3rem;
}

.make-dots {
  width: 100%;
  background: url(images/dot-blue.png) repeat center transparent;
  background-size: 8px;
  height: 42px;
}

@media all and (min-width: 768px) {
  .make-hero {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media all and (min-width: 1024px) {
  .make-hero {
    padding: 130px 15px 20px;
  }
  .make-hero .make-hero-content {
    display: flex;
  }
  .make-hero .make-hero-content .brand-logo img {
    max-width: 100px;
  }
  .home #masthead {
    box-shadow: none;
  }
  .home #masthead:before {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 88px;
    width: 0;
    transition: all 0.5s ease-in-out;
    height: 1px;
    background: var(--three);
    content: "";
  }
  .home.scrolled #masthead {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  }
  .home.scrolled #masthead:before {
    left: 0;
    right: 0;
    width: 100%;
  }
  #masthead {
    background: var(--four);
    box-shadow: none;
    padding-bottom: 0px;
  }
  #masthead:before {
    top: 69px;
  }
  #masthead .header-container {
    position: unset;
  }
  #masthead .site-branding .site-title a {
    height: 65px;
    width: 180px;
    background: url("images/streamline-car-finance-logo-trans-02.png") no-repeat center transparent;
    background-size: contain;
  }
  #masthead a, #masthead a:visited {
    color: var(--one);
  }
}
@media all and (max-width: 1023px) {
  .saf-logo-header {
    display: none;
  }
}
.menu-toggle {
  background: transparent;
  border: 0;
  position: fixed;
  top: 33px;
  right: 20px;
  width: 35px;
  height: 50px;
  padding: 0;
}
.menu-toggle .bar {
  background: var(--one);
  height: 2px;
  margin-bottom: 6px;
  border-radius: 5px;
  display: block;
  transition: all 0.4s ease-in-out;
}
.menu-toggle .bar.bar-three {
  margin-bottom: 0;
}

.home .menu-toggle .bar {
  color: #ffffff;
}

.scrolled.home .menu-toggle .bar {
  background: var(--one);
}

.main-navigation .flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.main-navigation .flex-container .contact-nav {
  width: 100%;
}
.main-navigation .flex-container .contact-nav a {
  display: block;
  color: var(--one) !important;
  padding-left: 40px;
  font-size: 12px;
  margin-bottom: 6px;
  font-weight: 400;
}
.main-navigation .flex-container .contact-nav a span {
  margin-right: 7px;
  vertical-align: middle;
}
.main-navigation .flex-container .contact-nav span.opening-times {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  padding-left: 40px;
  padding-right: 20px;
}
.main-navigation .flex-container .menu-menu-1-container {
  width: 100%;
}
.main-navigation .flex-container .menu-menu-1-container ul li a {
  text-transform: uppercase;
  font-weight: 700;
}
.main-navigation .flex-container ul ul {
  display: block;
  background: var(--two);
  width: 100%;
}
.main-navigation .flex-container ul ul li a {
  font-weight: 500;
}

#site-navigation {
  position: fixed;
  width: 80%;
  top: 0;
  bottom: 0px;
  background: var(--four);
  transition: transform 0.4s ease-in-out;
  left: -80%;
  z-index: 1000;
}
#site-navigation .mobile-menu-logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 30px 30px 16px;
}

.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.page-container {
  transition: transform 0.4s ease-in-out;
}

.open-menu #site-navigation {
  transform: translateX(100%);
}
.open-menu .page-container {
  transform: translateX(80%);
}
.open-menu .overlay {
  opacity: 1;
  visibility: visible;
}

#secondary-menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
#secondary-menu li {
  list-style: none;
  display: inline-block;
}
#secondary-menu li a {
  display: block;
  padding: 0 48px;
  font-size: 18px;
}

@media all and (min-width: 768px) {
  #secondary-menu {
    border-top: 1px solid var(--one);
    border-bottom: 1px solid var(--one);
    margin-bottom: 32px;
  }
  #secondary-menu li a {
    padding: 7px 16px 10px;
  }
}
@media all and (min-width: 1024px) {
  #secondary-menu li a {
    padding: 7px 12px 10px;
  }
  .open-menu #site-navigation {
    transform: translateX(0%);
  }
  .open-menu .overlay {
    opacity: 0;
    visibility: hidden;
  }
  #tertiary-menu {
    position: absolute;
    top: -60px;
    right: 20px;
  }
  #tertiary-menu a {
    color: var(--one);
    padding: 0 0 0 20px;
    font-weight: 700;
  }
  .menu-toggle {
    display: none;
  }
  #site-navigation {
    background: transparent;
    padding: 0 15px 0 0;
    position: unset;
    text-align: right;
    float: right;
    margin-top: -12px;
    width: auto;
  }
  #site-navigation .mobile-menu-logo {
    display: none;
  }
  #site-navigation #primary-menu {
    width: 100%;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
  }
  #site-navigation #primary-menu ul {
    display: block;
  }
  #site-navigation #primary-menu li {
    display: inline-block;
    position: unset;
    padding-left: 18px;
  }
  #site-navigation #primary-menu li.normal-nav {
    position: relative;
  }
  #site-navigation #primary-menu li.normal-nav:hover ul {
    padding-right: 0;
    width: 400px;
  }
  #site-navigation #primary-menu li.normal-nav:hover ul li:first-child {
    border-right: 0;
  }
  #site-navigation #primary-menu li.normal-nav:hover ul li:first-child:hover {
    border-right: 4px solid var(--one);
  }
  #site-navigation #primary-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    padding-right: 70%;
    box-shadow: 0 30px 40px rgba(var(--oneshadow), 0.3);
  }
  #site-navigation #primary-menu li:hover ul li {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  #site-navigation #primary-menu li:hover ul li:last-child {
    border-bottom: 0;
  }
  #site-navigation #primary-menu li:hover ul li:hover {
    border-right: 4px solid var(--one);
  }
  #site-navigation #primary-menu li:hover ul li a {
    color: var(--one) !important;
  }
  #site-navigation #primary-menu li:hover ul li:first-child {
    border-right: 4px solid var(--one);
  }
  #site-navigation #primary-menu li:hover ul li:first-child:hover ul:before {
    width: 0;
    height: 0;
  }
  #site-navigation #primary-menu li:hover ul li:first-child ul {
    visibility: visible;
    opacity: 1;
  }
  #site-navigation #primary-menu li:hover ul li a {
    text-align: left;
    padding: 20px 10px;
  }
  #site-navigation #primary-menu li:hover ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 30%;
    min-height: 192px;
    padding-right: 0;
    border-left: 1px solid var(--one);
    box-shadow: none;
    border-bottom: 0px solid var(--one);
    border-top: 0px solid var(--one);
    width: 70%;
    background: #000000;
  }
  #site-navigation #primary-menu li:hover ul li ul li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    border-right: 0 !important;
    border-bottom: 0px;
  }
  #site-navigation #primary-menu li:hover ul li ul li:hover a {
    text-decoration: underline;
  }
  #site-navigation #primary-menu li:hover ul li ul li:hover a span {
    opacity: 1;
  }
  #site-navigation #primary-menu li:hover ul li ul li a span {
    text-transform: none;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 400;
  }
  #site-navigation #primary-menu li:hover ul li ul li:hover {
    border-right: 0;
  }
  #site-navigation #primary-menu li:hover ul li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  #site-navigation #primary-menu li:hover ul li:hover ul:before {
    position: absolute;
    top: 0;
    left: -5px;
    content: "";
    width: 4px;
    height: 64px;
    background: var(--four);
  }
  #site-navigation #primary-menu li:hover ul li:hover ul li ul:before {
    width: 0;
    height: 0;
  }
  #site-navigation #primary-menu li ul {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
  }
  #site-navigation #primary-menu li ul li {
    width: 100%;
  }
  #site-navigation #primary-menu li ul a {
    width: 100%;
  }
  #site-navigation #primary-menu li a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 0 0 20px 20px;
    color: var(--one);
  }
  #site-navigation #primary-menu li a:hover {
    text-shadow: 0 0 10px var(--one);
  }
  .home #site-navigation #primary-menu li a {
    color: #ffffff;
  }
  .home #site-navigation #primary-menu li a:hover {
    color: var(--one);
  }
  .main-navigation .flex-container {
    flex-direction: column;
  }
  .main-navigation .flex-container .contact-nav {
    text-align: right;
    margin: 0 0 8px;
  }
  .main-navigation .flex-container .contact-nav a {
    display: inline-block;
    color: var(--one) !important;
    padding-left: 20px;
    opacity: 0.6;
  }
  .main-navigation .flex-container .contact-nav a:hover {
    opacity: 1;
  }
  .main-navigation .flex-container .contact-nav span.opening-times {
    opacity: 0.6;
    display: inline-block;
    padding-left: 20px;
  }
}
@media all and (max-width: 1023px) {
  #site-navigation {
    overflow-y: scroll;
  }
  #site-navigation #tertiary-menu li {
    width: auto;
    display: inline-block;
  }
  #site-navigation #tertiary-menu li a {
    padding: 6px 20px !important;
    border: 1px solid var(--one);
    background: #ffffff;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
  }
  #site-navigation ul {
    flex-wrap: wrap;
    padding: 20px 20px 8px;
    background-size: 90px;
    display: block;
  }
  #site-navigation ul li {
    display: block;
    float: none;
    width: 100%;
  }
  #site-navigation ul li a {
    display: block;
    padding: 10px 0px;
    position: relative;
    font-size: 1rem;
    color: var(--one) !important;
  }
  #site-navigation ul li a span.more {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: url(images/down-arrow-green.svg) no-repeat center transparent;
    background-size: 20%;
  }
  #site-navigation ul li.menu-item-has-children {
    position: relative;
  }
  #site-navigation ul li.menu-item-has-children ul li {
    padding-left: 0;
  }
  #site-navigation ul li.menu-item-has-children ul li a {
    padding-right: 50px;
    font-weight: 400;
  }
  #site-navigation ul li.menu-item-has-children ul li ul li {
    padding-left: 20px;
  }
  #site-navigation ul ul {
    float: none;
    left: 0;
    position: relative;
    background: rgba(var(--one), 0.1);
    display: none;
    top: 0;
    box-shadow: none;
    padding: 0;
  }
  #site-navigation ul ul li a {
    width: 100%;
    padding-left: 20px;
    font-size: 1rem;
  }
}
#page {
  padding: 0;
}
#page #primary article {
  padding: 0px;
}
#page #primary article h2, #page #primary article h3, #page #primary article h4, #page #primary article h5 {
  color: var(--two);
}
#page #primary article h2 {
  margin-top: 32px;
}
#page .pre-block-title {
  text-transform: uppercase;
  color: var(--three);
}
#page figure.cert-image {
  width: 100%;
}
#page figure.cert-image img {
  width: 100%;
  display: block;
}

.entry-content {
  margin: 0;
}

@media all and (min-width: 768px) {
  #page figure.cert-image {
    width: 300px;
    max-width: calc(50% - 20px);
    display: inline-block;
    margin-right: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  #page .main-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  #page .main-content-wrapper {
    margin: 0 auto 0 120px;
  }
}
#colophon {
  background: var(--four);
  color: #ffffff;
  padding: 32px 15px;
  font-size: 0.75rem;
  box-shadow: 0 0 40px #000000;
}
#colophon a {
  color: var(--one);
}
#colophon a:hover {
  text-decoration: underline;
}
#colophon a span {
  color: #ffffff;
}
#colophon .divider {
  opacity: 0.4;
}
#colophon .site-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#colophon .site-info .address {
  width: 100%;
}
#colophon .site-info .logo-and-certs {
  width: 100%;
}
#colophon .site-info .logo-and-certs .celebrating-image {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 16px 0;
}
#colophon .site-info .logo-and-certs .foot-logo {
  width: 100%;
  max-width: 100px;
  margin: 0 0 8px;
}
#colophon .site-info .logo-and-certs .certs {
  width: 100%;
  max-width: 70px;
  margin: 16px 0 16px;
  display: block;
}
#colophon .footer-nav {
  margin-bottom: 32px;
}
#colophon .footer-nav #footer-menu li {
  padding: 0 10px 0 0;
  display: block;
}
#colophon .footer-nav #footer-menu li a {
  color: #ffffff;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
}
#colophon .footer-nav #footer-menu li a:hover {
  color: var(--one);
  text-decoration: none !important;
}
#colophon .footer-nav #footer-menu li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--one);
  left: 0;
  right: 0;
}
#colophon .disclaimer {
  padding-top: 16px;
}
#colophon .disclaimer p {
  margin-bottom: 8px;
  font-size: 10px;
  opacity: 0.7;
}

.seo-links {
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}
.seo-links ul {
  padding: 0;
  margin: 0;
}
.seo-links ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.seo-links ul li a {
  padding-right: 10px;
}

.foot-map {
  border-top: 1px solid var(--three) !important;
  border-bottom: 1px solid var(--three) !important;
  display: block;
}

.wrapper.page-splitter {
  background: url("images/dot-02.png") repeat center var(--four);
  background-size: 8px;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  padding-right: 40px;
  padding-left: 40px;
}
.wrapper.page-splitter a {
  color: var(--one);
}
.wrapper.page-splitter a:hover {
  text-shadow: 0 0 20px var(--one);
}

@media all and (min-width: 1024px) {
  #colophon .site-info, #colophon .footer-nav {
    max-width: 1200px;
    margin: 0 auto;
  }
  #colophon .site-info .address, #colophon .footer-nav .address {
    text-align: right;
    width: 55%;
  }
  #colophon .site-info .logo-and-certs, #colophon .footer-nav .logo-and-certs {
    width: 45%;
  }
  #colophon .site-info .logo-and-certs .foot-logo, #colophon .footer-nav .logo-and-certs .foot-logo {
    width: 100%;
    margin: 4px 20px 0 0;
    max-width: 200px;
  }
  #colophon .site-info .logo-and-certs .certs, #colophon .footer-nav .logo-and-certs .certs {
    width: 100%;
    max-width: 70px;
    margin: 16px 0 16px;
    display: block;
  }
  #colophon .footer-nav {
    margin-bottom: 16px;
    text-align: right;
  }
  #colophon .footer-nav #footer-menu {
    padding: 12px 0;
  }
  #colophon .footer-nav #footer-menu li {
    display: inline-block;
    padding: 0 0 0 10px;
  }
}
@media all and (max-width: 1023px) {
  .saf-logo-footer {
    margin-top: 3px !important;
    width: 40px !important;
  }
}
textarea,
input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  margin-top: 2px;
  padding: 3px 10px 3px 3px;
}

form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: right;
  text-transform: uppercase;
  color: var(--three);
  font-size: 10px;
}
form ::-moz-placeholder { /* Firefox 19+ */
  text-align: right;
  text-transform: uppercase;
  color: var(--three);
  font-size: 10px;
}
form :-ms-input-placeholder { /* IE 10+ */
  text-align: right;
  text-transform: uppercase;
  color: var(--three);
  font-size: 10px;
}
form :-moz-placeholder { /* Firefox 18- */
  text-align: right;
  text-transform: uppercase;
  color: var(--three);
  font-size: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: var(--one);
  border: 0;
  border-radius: 5px;
  padding: 24px;
}

button, input[type=button], input[type=reset], input[type=submit] {
  background: #FE7F2D;
  border-radius: 5px;
  padding: 12px 24px;
  color: #ffffff;
  border: 0;
}

.home #page {
  padding-top: 0;
}
.home .car-cutout {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 24px;
}
.home #masthead:before {
  left: 50%;
  right: 50%;
  width: 0;
  height: 0;
}
.home #masthead .site-branding .site-title a {
  width: 180px;
  height: 65px;
  transition: all 0.4s ease-in-out;
  background: url("images/streamline-car-finance-logo-trans-02.png") no-repeat left 15px center transparent;
  background-size: contain;
  opacity: 1;
  transform: translateY(-10px);
  position: relative;
}
.home.scrolled #masthead:before {
  left: 0;
  right: 0;
  width: 100%;
}
.home.scrolled #masthead .site-branding .site-title a {
  width: 180px;
  opacity: 1;
  height: 65px;
  background: url("images/streamline-car-finance-logo-trans-02.png") no-repeat left 15px center transparent;
  background-size: contain;
}
.home .testimonial-strip {
  display: none;
}
.home .wrapper {
  text-align: center;
}
.home .wrapper.testimonials {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.home .wrapper.testimonials h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 56px;
}
.home .wrapper.testimonials .testimonial-header-image {
  margin: -63px -40px 100px;
  display: none;
  max-width: calc(100% + 70px);
}
.home .wrapper.testimonials .testimonial-header-image-mobile {
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  margin: -16px -15px 100px;
}
.home .wrapper.testimonials .cpt-block.testimonials li {
  padding-left: 0;
  margin: 0 10px;
  padding: 0 10px 0 30px;
}
.home .wrapper.testimonials .cpt-block.testimonials li h3 {
  margin-bottom: 8px;
}
.home .wrapper.testimonials .cpt-block.testimonials li span p {
  font-size: 14px;
  margin-bottom: 8px;
}
.home .wrapper.testimonials .cpt-block.testimonials li span h4 {
  font-size: 14px;
}

.home-hero {
  margin: 0 auto;
  padding: 140px 20px 20px;
  position: relative;
  text-align: center;
  position: relative;
  background: var(--four);
  background-attachment: fixed;
  background-size: cover !important;
  background-position: center !important;
}
.home-hero:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #ffffff;
  content: "";
}
.home-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(images/dot.png) repeat center var(--four);
  background-size: 4px;
  opacity: 0.7;
  visibility: visible;
}
.home-hero p.apr {
  width: auto;
  border: 1px solid var(--one);
  display: inline-block;
  padding: 8px 20px;
  opacity: 1 !important;
  margin: 0 0 32px !important;
  border-radius: 3px;
  box-shadow: 0 10px 20px #000000;
  background: var(--four);
}
.home-hero .home-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.home-hero .home-slider:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--two);
  opacity: 0.6;
  z-index: 1;
}
.home-hero .home-slider.slick-initialized {
  display: block;
}
.home-hero .home-slider .slick-list {
  padding-top: 0px !important;
}
.home-hero .home-slider .hp-slide-1 {
  background: url(images/hero-13.jpg) no-repeat center bottom 0 rgba(0, 0, 0, 0.2);
  background-size: cover;
  height: 700px !important;
}
.home-hero .hero-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  z-index: 4;
}
.home-hero .hero-content p {
  margin-bottom: 48px;
}
.home-hero .hero-content .hp-logo {
  width: 250px;
  margin: 0 auto 24px;
  display: block;
}
.home-hero .hero-content h1 {
  margin-bottom: 0px;
}
.home-hero .hero-content .hp-sub-header {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #ffffff;
}
.home-hero .hero-content .cta {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 11px 22px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  transition: none;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 6px 5px #d65400;
  font-size: 1.5rem;
}
.home-hero .hero-content .cta:hover {
  background: var(--one);
  color: var(--four) !important;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6), inset 0 6px 5px #097d72;
}
.home-hero .hero-content .cta span {
  font-size: 1.5rem;
  margin-left: 17px;
  vertical-align: middle;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .home-hero {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media all and (max-width: 767px) {
  .home-hero {
    background-image: none !important;
  }
}
@media all and (min-width: 768px) {
  .home .wrapper.testimonials .testimonial-header-image {
    display: block;
  }
  .home .wrapper.testimonials .testimonial-header-image-mobile {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .home-hero .home-slider {
    left: 0;
    opacity: 1;
  }
  .home-hero .home-slider:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 250px;
    top: 0;
    background: rgb(20, 40, 56);
    background: -moz-linear-gradient(180deg, rgb(20, 40, 56) 0%, rgba(20, 40, 56, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgb(20, 40, 56) 0%, rgba(20, 40, 56, 0) 100%);
    background: linear-gradient(180deg, rgb(20, 40, 56) 0%, rgba(20, 40, 56, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142838",endColorstr="#142838",GradientType=1);
    opacity: 1;
    z-index: 1;
  }
  .home-hero .hero-content {
    position: relative;
    color: #000000;
    max-width: 1200px;
    margin: 0 auto;
  }
  .home-hero .hero-content h1 {
    margin-bottom: 16px;
    font-size: 4rem;
    max-width: 72%;
    color: #ffffff;
    margin: 0 auto 8px;
  }
  .home-hero .hero-content .hp-sub-header {
    font-size: 4rem;
    margin: 0 auto 24px;
  }
  .home-hero .hero-content p {
    max-width: 750px;
    margin: 0 auto 32px;
    opacity: 0.7;
    color: #ffffff;
  }
  .home .testimonial-strip {
    display: block;
    width: 100%;
    height: 232px;
    background: url("images/testimonial-strip-02.jpg") repeat-x center var(--five);
    border-top: 2px solid #ffffff;
  }
  .home .wrapper.testimonials h2 {
    margin: 64px 0;
  }
  .home .wrapper.testimonials .testimonial-header-image {
    margin: -67px 0px 100px;
    display: none;
  }
  .home .wrapper.testimonials .cpt-block.testimonials li {
    padding: 0 20px 0 40px;
  }
}
@media all and (min-width: 1200px) {
  .home-hero .mask {
    left: 14%;
  }
}
.slider {
  margin: 0;
}
.slider button.slick-next, .slider button.slick-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 41%;
  transform: translateY(-56px);
  text-indent: -3000px;
  overflow: hidden;
  border-radius: 3px;
  border: 2px solid var(--four);
  z-index: 1;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 12px;
}
.slider button.slick-next:hover, .slider button.slick-prev:hover {
  opacity: 1;
}
.slider button.slick-next {
  right: -25px;
  background: url(images/right-arrow.svg) no-repeat center var(--four);
  background-size: 16px;
}
.slider button.slick-next:before {
  position: absolute;
  content: "\e907";
  font-family: "Icomoon";
  top: 10px;
  left: 10px;
  color: red;
}
.slider button.slick-prev {
  left: -25px;
  background: url(images/left-arrow.svg) no-repeat center var(--four);
  background-size: 16px;
}
.slider button.slick-prev:before {
  position: absolute;
  content: "\e908";
  font-family: "Icomoon";
  top: 10px;
  left: 10px;
  color: red;
}
.slider .slick-dots {
  text-align: center;
  margin-top: 24px;
}
.slider .slick-dots li {
  display: inline-block;
  margin: 0 8px !important;
  padding: 0 !important;
}
.slider .slick-dots li.slick-active button {
  background: var(--four);
}
.slider .slick-dots li button {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  text-indent: -3000px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  padding: 0;
  display: block;
  opacity: 0.8;
}
.slider .col {
  margin: 0 15px 24px !important;
}

.slick-slider {
  display: none !important;
}
.slick-slider.slick-initialized {
  display: block !important;
}

.white .slider .slick-dots li button, .pale-grey .slider .slick-dots li button {
  border: 2px solid var(--four);
}
.white .slider .slick-dots li.slick-active button, .pale-grey .slider .slick-dots li.slick-active button {
  background: var(--four);
}

.red .slider button.slick-next {
  background: url(images/right-arrow.svg) no-repeat center var(--one);
  background-size: 16px;
}
.red .slider button.slick-prev {
  background: url(images/left-arrow.svg) no-repeat center var(--one);
  background-size: 16px;
}

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

.slick-slide {
  height: inherit !important;
}

.slick-list {
  padding-top: 30px !important;
}

@media all and (min-width: 1250px) {
  .slider button.slick-next {
    right: -10px;
  }
  .slider button.slick-prev {
    left: -10px;
  }
}
.sector-list .container ul li {
  padding: 0;
}
.sector-list .container ul li .sector-teaser-image {
  width: 100%;
  background: url(images/hero-02.jpg) no-repeat center transparent;
  background-size: cover;
  height: 100px;
}
.sector-list .container ul li .sector-teaser-text {
  padding: 16px 15px 0;
  font-size: 0.75rem;
}
.sector-list .container ul li.slick-slide {
  transition: all 0.3s ease-in-out;
}
.sector-list .container ul li.slick-slide.slick-active {
  transform: scale(1.05);
}
.sector-list .container ul li .cta {
  background: #ffffff;
  border: 1px solid var(--three) !important;
  border-top: 1px solid var(--three);
  text-transform: uppercase;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  color: var(--three) !important;
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 15px;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  padding: 6px 12px;
}

.page-template-sectors-template .wrapper {
  padding: 42px 15px;
}

.sectors {
  display: flex;
  flex-wrap: wrap;
}
.sectors li {
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
  position: relative;
  text-align: left;
}
.sectors li:before {
  position: absolute;
  content: "";
  background: rgb(20, 40, 56);
  background: -moz-linear-gradient(0deg, rgba(20, 40, 56, 0.8029805672) 0%, rgba(20, 40, 56, 0.8029805672) 50%, rgba(20, 40, 56, 0) 60%);
  background: -webkit-linear-gradient(0deg, rgba(20, 40, 56, 0.8029805672) 0%, rgba(20, 40, 56, 0.8029805672) 50%, rgba(20, 40, 56, 0) 60%);
  background: linear-gradient(0deg, rgba(20, 40, 56, 0.8029805672) 0%, rgba(20, 40, 56, 0.8029805672) 50%, rgba(20, 40, 56, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142838",endColorstr="#142838",GradientType=1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sectors li a {
  position: relative;
  z-index: 2;
  padding: 180px 10px 10px;
  display: block;
  color: #ffffff !important;
}
.sectors li a h2 span {
  transition: all 0.2s ease-in-out;
  background-color: var(--three);
  padding: 6px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .sectors li {
    width: 48%;
    margin: 0 1% 32px;
  }
  .sector-list .container ul li.slick-slide.slick-active {
    transform: scale(1);
  }
  .page-template-sectors-template .wrapper {
    padding: 42px 40px;
  }
}
@media all and (min-width: 1024px) {
  .sectors li {
    width: 31%;
    margin: 0 1% 32px;
  }
  .page-template-sectors-template .wrapper {
    padding: 42px 15px;
  }
}
.slide-form {
  position: fixed;
  bottom: 0;
  background: url(images/dot-blue-10.png) repeat center var(--five);
  background-size: 8px;
  right: -100%;
  top: 0;
  transition: all 0.3s ease-in-out;
  overflow: scroll;
  z-index: 10000;
  padding-top: 32px !important;
  text-align: center;
}
.slide-form textarea, .slide-form input[type=text], .slide-form input[type=email], .slide-form input[type=tel] {
  width: 100%;
  margin-top: 2px;
  padding: 4px 10px 4px 4px;
  border: 0;
}
.slide-form textarea {
  height: 100px;
}
.slide-form input[type=submit] {
  background: var(--three);
  border: 2px solid var(--three);
  padding: 8px 20px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}
.slide-form input[type=submit]:hover {
  background: #ffffff;
  color: var(--three);
}
.slide-form .wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 12px;
}

.open-form .slide-form {
  right: 0;
}

.form-link {
  position: fixed;
  width: 150px;
  bottom: 100px;
  right: -200px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  padding: 9px 20px;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse 2s infinite;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.form-link .icon-one {
  display: inline-block;
}
.form-link .icon-two {
  display: none;
}

.scrolled .form-link {
  right: -13px;
}

.form-close {
  width: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  text-indent: -3000px;
  overflow: hidden;
  background: url(images/close.svg) no-repeat center transparent;
  cursor: pointer;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media all and (min-width: 768px) {
  .slide-form {
    padding: 100px 100px 64px;
  }
}
@media all and (min-width: 1024px) {
  .slide-form {
    padding: 100px 20px 20px !important;
    left: auto;
    width: 800px;
    z-index: 1000;
  }
  .form-link {
    z-index: 999;
  }
  #page, #masthead {
    transition: all 0.2s ease-in-out;
  }
  .open-form #page, .open-form .home-hero {
    filter: blur(5px);
    opacity: 0.4;
  }
  .open-form #masthead {
    filter: blur(5px);
  }
}
.text-block {
  position: relative;
  color: #ffffff;
  text-align: left;
}
.text-block h2.section-header {
  color: #ffffff !important;
}
.text-block.center {
  text-align: center;
}
.text-block.center .cta {
  margin: 0 auto;
}
.text-block:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(var(--one), 0.6);
}
.text-block .container {
  position: relative;
  max-width: 750px;
}

.testimonial .testimonial-image {
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 100px;
  margin: 0px auto 48px;
  border: 0px solid #ffffff;
}
.testimonial .testimonial-image img {
  max-width: 100px;
  margin-top: 0px;
  width: 100%;
}
.testimonial h3 {
  margin-bottom: 24px;
  font-size: 2rem;
}
.testimonial .testimonial-body {
  display: inline-block;
  margin-bottom: 24px;
  max-width: 800px;
}
.testimonial .attribution h5 {
  font-weight: normal;
  margin: 0;
}

.single-testimonial {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.05);
  padding: 64px 20px;
  background: #ffffff;
}
.single-testimonial .testmonial-content-sb {
  max-width: 800px;
  margin: 0 auto;
}
.single-testimonial .testmonial-content-sb ul li {
  padding-left: 0;
}

.product-list .container .cpt-block ul#cpt-products li {
  position: relative;
  padding: 0;
}
.product-list .container .cpt-block ul#cpt-products li a {
  padding-bottom: 30px;
  display: block;
}
.product-list .container .cpt-block ul#cpt-products li a:hover .cta {
  background: var(--three);
  color: #ffffff !important;
}
.product-list .container .cpt-block ul#cpt-products li a:hover .cta span {
  transform: translateX(20px);
}
.product-list .container .cpt-block ul#cpt-products li a .thumbnail {
  width: 100%;
  height: 96px;
}
.product-list .container .cpt-block ul#cpt-products li a .product-teaser-content {
  padding: 10px;
}
.product-list .container .cpt-block ul#cpt-products li a .product-teaser-content h3 {
  color: var(--two);
}
.product-list .container .cpt-block ul#cpt-products li a .cta {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid var(--three);
  text-transform: uppercase;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  color: var(--three) !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-list .container .cpt-block ul#cpt-products li a .cta span {
  font-size: 9px;
  vertical-align: top;
  padding-top: 7px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  margin-left: 10px;
}

body.page-template-products {
  background: url(images/brushed-steel-02.jpg) no-repeat center transparent;
  background-size: cover;
}

ul.product-type-slider.slider button.slick-prev, ul.product-type-slider.slider button.slick-next {
  border-radius: 0;
  border: 0;
  width: 55px;
  height: 55px;
  transform: translateY(0px);
  top: 50px;
  opacity: 1;
}
ul.product-type-slider.slider button.slick-prev {
  left: 19px;
}
ul.product-type-slider.slider button.slick-next {
  right: 19px;
}
ul.product-type-slider li.product-type {
  padding: 0;
  position: relative;
  padding: 10px;
}
ul.product-type-slider li.product-type a {
  position: relative;
  min-height: 300px;
  display: block;
  overflow: hidden;
}
ul.product-type-slider li.product-type a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(20, 40, 56);
  background: -moz-linear-gradient(0deg, rgb(20, 40, 56) 0%, rgba(20, 40, 56, 0.9) 40%, rgba(20, 40, 56, 0) 74%);
  background: -webkit-linear-gradient(0deg, rgb(20, 40, 56) 0%, rgba(20, 40, 56, 0.9) 40%, rgba(20, 40, 56, 0) 74%);
  background: linear-gradient(0deg, rgb(20, 40, 56) 0%, rgba(20, 40, 56, 0.9) 40%, rgba(20, 40, 56, 0) 74%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142838",endColorstr="#142838",GradientType=1);
  opacity: 1;
  z-index: 1;
}
ul.product-type-slider li.product-type a:hover img {
  transform: scale(1.1);
}
ul.product-type-slider li.product-type a img {
  position: relative;
  display: block;
  transition: transform 1.9s ease-in-out;
}
ul.product-type-slider li.product-type a .product-type-text {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  z-index: 2;
}
ul.product-type-slider li.product-type a .product-type-text h3 {
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.5;
}
ul.product-type-slider li.product-type a .product-type-text h2 {
  color: #ffffff;
  margin: 0;
  display: inline-block;
  font-size: 1.25rem;
}
ul.product-type-slider li.product-type a .product-type-text h2 span {
  transition: all 0.2s ease-in-out;
  background-color: var(--three);
  padding: 6px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
ul.product-type-slider li.product-type a .product-type-text .fake-cta {
  text-transform: uppercase;
  color: var(--three);
  font-size: 12px;
}
ul.product-type-slider li.product-type a .product-type-text p {
  margin: 12px 0 0;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
}

.content-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.single-products .product-tab {
  display: inline-block;
  background: var(--three);
  color: #ffffff;
  padding: 2px 6px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 6px;
}
.single-products #page {
  padding-top: 75px;
}
.single-products #page .entry-content .side ul {
  margin: 0;
}
.single-products #page .side {
  font-size: 14px;
}
.single-products #page .side ul li {
  margin: 0 0 12px;
  border-left: 1px solid var(--three);
  padding: 12px 10px 12px 20px;
  background: var(--five);
}
.single-products #page .side ul li:before {
  content: "";
}
.single-products #page .side ul li h4 {
  margin-bottom: 6px;
}
.single-products #page .side ul li p {
  color: var(--two);
  margin-bottom: 0;
}
.single-products #page .side ul li p span, .single-products #page .side ul li p a {
  font-weight: bold;
  color: var(--one);
  cursor: pointer;
}
.single-products #page .product-hero {
  background: url(images/brushed-steel-02.jpg) no-repeat center transparent;
  background-size: 100% !important;
  position: relative;
}
.single-products #page .product-hero .wrapper {
  text-align: left;
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 12px;
}
.single-products #page .product-hero .wrapper .container {
  padding: 32px 15px;
}
.single-products #page .product-hero .wrapper .container h1 {
  border-bottom: 0;
}

@media all and (min-width: 1024px) {
  .single-products .entry-content {
    flex-wrap: wrap;
    display: flex;
  }
  .single-products .entry-content .main {
    width: 60%;
    margin-right: 5%;
  }
  .single-products .entry-content .side {
    width: 35%;
  }
  ul.product-type-slider li.product-type {
    padding: 20px;
  }
  ul.product-type-slider li.product-type a h2 {
    font-size: 1.75rem;
  }
}
.socials a.social-link {
  width: 35px;
  height: 35px;
  border: 1px solid var(--one);
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  padding-top: 6px;
  margin: 16px 2px;
  background: transparent;
  transition: all 0.2s ease-in-out;
  font-size: 0.9rem;
  color: #ffffff;
}
.socials a.social-link:hover {
  background: #ffffff;
  text-decoration: none !important;
}
.socials a.social-link:hover span {
  color: var(--three) !important;
}

.archive {
  background-color: var(--five);
}
.archive #page #primary .container {
  display: flex;
  flex-wrap: wrap;
}
.archive #page #primary .container header {
  width: 100%;
}
.archive #page #primary .container .cat-intro {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.archive #page #primary .container .cat-intro .cat-image {
  display: none;
}
.archive #page #primary .container .cat-intro .cat-description {
  width: 100%;
}
.archive #page #primary .container article {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  min-height: 200px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.archive #page #primary .container article header {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgb(20, 40, 56);
  background: -moz-linear-gradient(0deg, rgba(20, 40, 56, 0.9) 0%, rgba(20, 40, 56, 0.7) 40%, rgba(20, 40, 56, 0) 74%);
  background: -webkit-linear-gradient(0deg, rgba(20, 40, 56, 0.9) 0%, rgba(20, 40, 56, 0.7) 40%, rgba(20, 40, 56, 0) 74%);
  background: linear-gradient(0deg, rgba(20, 40, 56, 0.9) 0%, rgba(20, 40, 56, 0.7) 40%, rgba(20, 40, 56, 0) 74%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142838",endColorstr="#142838",GradientType=1);
}
.archive #page #primary .container article header a {
  color: #ffffff;
  display: block;
  padding: 140px 10px 10px;
}
.archive #page #primary .container article header h2 {
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
}
.archive #page #primary .container article header h2 a {
  color: #ffffff;
}
.archive #page #primary .container nav.pagination {
  width: 100%;
}

.site-main.wrapper {
  padding-top: 42px;
  text-align: left;
}

@media all and (min-width: 768px) {
  .archive #page #primary .container article {
    width: 45%;
    margin: 0 5% 20px 0;
  }
}
@media all and (min-width: 1024px) {
  .archive #page #primary .container .cat-intro {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .archive #page #primary .container .cat-intro .cat-image {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-left: 40px;
    border-radius: 300px;
    overflow: hidden;
    max-height: 400px;
  }
  .archive #page #primary .container .cat-intro .cat-image img {
    display: block;
  }
  .archive #page #primary .container .cat-intro .cat-description {
    width: calc(100% - 440px);
  }
  .archive #page #primary .container .cat-intro .cat-description-no-image {
    width: 100%;
  }
  .archive #page #primary .container article {
    width: 23%;
    margin: 0 2% 20px 0;
  }
}
p#breadcrumbs span {
  text-transform: uppercase;
  font-size: 12px;
}
p#breadcrumbs span span.separator {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
.post-type-archive-faqs .make-hero {
  background: url("images/faq-hero.jpg") no-repeat center var(--one) !important;
  background-size: cover !important;
}
.post-type-archive-faqs #page #primary.wrapper .container article {
  width: 100%;
  margin: 0 0 16px;
  min-height: auto;
}
.post-type-archive-faqs #page #primary.wrapper .container article.opener .text {
  display: block;
}
.post-type-archive-faqs #page #primary.wrapper .container article h2 {
  color: var(--four);
  padding-right: 40px;
  font-size: 1.25rem;
  position: relative;
  border-bottom: 1px solid #FE7F2D;
  padding-bottom: 16px;
  cursor: pointer;
}
.post-type-archive-faqs #page #primary.wrapper .container article h2 span.faq-more {
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
  font-size: 18px;
  top: 5px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  color: #FE7F2D;
}
.post-type-archive-faqs #page #primary.wrapper .container article h2.open span.faq-more {
  transform: rotate(0deg);
}
.post-type-archive-faqs #page #primary.wrapper .container article .text {
  display: none;
  max-width: 900px;
  padding: 0;
}

@media all and (min-width: 768px) {
  .post-type-archive-faqs #page #primary.wrapper .container article {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .post-type-archive-faqs #page #primary.wrapper .container article {
    width: 100%;
    max-width: 900px;
  }
  .post-type-archive-faqs #page #primary.wrapper .container article h2 {
    font-size: 1.5rem;
  }
}
.page-template-thumbnail-header-template {
  background: var(--five) !important;
}
.page-template-thumbnail-header-template #page {
  padding-top: 89px;
}
.page-template-thumbnail-header-template #page #primary .wrapper {
  padding-top: 16px;
}
.page-template-thumbnail-header-template #page .th-hero {
  position: relative;
}
.page-template-thumbnail-header-template #page .th-hero:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: var(--five);
  opacity: 1;
  z-index: 1;
}
.page-template-thumbnail-header-template #page .th-hero .wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
}
.page-template-thumbnail-header-template #page .th-hero .wrapper .container .post-thumbnail img {
  display: none;
}
.page-template-thumbnail-header-template #page .entry-content .side {
  font-size: 14px;
}
.page-template-thumbnail-header-template #page .entry-content .side ul {
  margin-top: 0;
}
.page-template-thumbnail-header-template #page .entry-content .side ul li {
  margin: 0 0 12px;
  border-left: 1px solid var(--three);
  padding: 0 10px 0 20px;
  background: var(--five);
}
.page-template-thumbnail-header-template #page .entry-content .side ul li:before {
  content: "";
}
.page-template-thumbnail-header-template #page .entry-content .side ul li h4 {
  margin-bottom: 16px;
}
.page-template-thumbnail-header-template #page .entry-content .side ul li p {
  color: var(--two);
  margin-bottom: 0;
}
.page-template-thumbnail-header-template #page .entry-content .side ul li p span, .page-template-thumbnail-header-template #page .entry-content .side ul li p a {
  font-weight: bold;
  color: var(--one);
  cursor: pointer;
}

@media all and (min-width: 1024px) {
  .page-template-thumbnail-header-template #page {
    padding-top: 89px;
  }
  .page-template-thumbnail-header-template #page .th-hero.no-image .wrapper .container {
    padding-left: 0;
  }
  .page-template-thumbnail-header-template #page .th-hero.no-image .wrapper .container h1 {
    width: auto;
  }
  .page-template-thumbnail-header-template #page .th-hero .wrapper {
    padding-bottom: 0px;
    padding-top: 66px;
    position: relative;
  }
  .page-template-thumbnail-header-template #page .th-hero .wrapper .container {
    padding-left: 0px;
  }
  .page-template-thumbnail-header-template #page .th-hero .wrapper .container h1 {
    width: 45%;
  }
  .page-template-thumbnail-header-template #page .th-hero .wrapper .container .post-thumbnail {
    position: absolute;
    top: 0;
    left: 46%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover !important;
  }
  .page-template-thumbnail-header-template #page .th-hero .wrapper .container .post-thumbnail img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
  }
  .page-template-thumbnail-header-template .entry-content {
    flex-wrap: wrap;
    display: flex;
  }
  .page-template-thumbnail-header-template .entry-content .main {
    width: 60%;
    margin-right: 5%;
  }
  .page-template-thumbnail-header-template .entry-content .side {
    width: 35%;
  }
}
.blog-container {
  display: flex;
  flex-wrap: wrap;
}
.blog-container header {
  width: 100%;
}
.blog-container article {
  padding: 0 !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
}
.blog-container article .teaser-image {
  background-size: cover !important;
  width: 100%;
  height: 250px;
}
.blog-container article .teaser-content {
  width: 100%;
  padding: 10px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  padding-top: 50px;
}
.blog-container article .teaser-content h2 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}
.blog-container article .teaser-content h2 a {
  color: #ffffff;
}

.posted-on {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin-bottom: 16px;
}

.blog .make-hero {
  display: none;
}

.single .wrapper .container {
  max-width: 1000px;
}
.single .wrapper .container p {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .blog-container article {
    width: 48%;
    margin: 0 2% 24px 0;
  }
  .single-post #page #primary .container article p {
    font-size: 18px;
    max-width: 900px;
  }
}
@media all and (min-width: 1024px) {
  .blog-container article {
    width: 31%;
  }
}
.page-template-services ul.services {
  margin: 24px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-template-services ul.services li {
  padding: 0px;
  width: 100%;
  margin: 0 0 24px;
}
.page-template-services ul.services li .head-image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  display: block;
}
.page-template-services ul.services li h2 {
  margin: 24px 0;
}
@media all and (min-width: 768px) {
  .page-template-services ul.services li {
    width: 48%;
    margin: 0 2% 24px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #ffffff;
  }
  .page-template-services ul.services li .service-content {
    padding: 15px;
  }
}
.mobile-search {
  padding: 0 0 16px 40px;
}
.mobile-search form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: left;
  text-transform: unset;
  color: var(--one);
  font-size: 16px;
}
.mobile-search form ::-moz-placeholder { /* Firefox 19+ */
  text-align: left;
  text-transform: unset;
  color: var(--one);
  font-size: 16px;
}
.mobile-search form :-ms-input-placeholder { /* IE 10+ */
  text-align: left;
  text-transform: unset;
  color: var(--one);
  font-size: 16px;
}
.mobile-search form :-moz-placeholder { /* Firefox 18- */
  text-align: left;
  text-transform: unset;
  color: var(--one);
  font-size: 16px;
}
.mobile-search form input[type=submit] {
  padding: 0;
  background: url(images/search-icon.svg) no-repeat center transparent;
  background-size: contain;
  border-radius: 0;
  border: 0;
  width: 39px;
  height: 31px;
  text-indent: -3000px;
  overflow: hidden;
  display: inline-block;
}
.mobile-search form input[type=search] {
  border-radius: 0;
  padding-left: 10px;
}

.search-link {
  display: none !important;
}

.header-search {
  display: none;
}

@media all and (min-width: 1024px) {
  .mobile-search {
    display: none;
  }
  .search-link {
    display: inline-block !important;
    text-indent: -3000px;
    overflow: hidden;
    width: 41px;
    height: 23px;
    background: url(images/search-icon.svg) no-repeat right 0 center transparent;
    background-size: contain;
    vertical-align: top;
    padding: 0px !important;
  }
  .home .search-link {
    background: url(images/search-icon-white.svg) no-repeat right 0 center transparent;
    background-size: contain;
  }
  .home.scrolled .search-link {
    background: url(images/search-icon.svg) no-repeat right 0 center transparent;
    background-size: contain;
  }
  .header-search {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    text-align: center;
    z-index: 10000;
  }
  .header-search .search-form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
  }
  .header-search .search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: left;
    text-transform: unset;
    color: var(--one);
    font-size: 2rem;
  }
  .header-search .search-form ::-moz-placeholder { /* Firefox 19+ */
    text-align: left;
    text-transform: unset;
    color: var(--one);
    font-size: 2rem;
  }
  .header-search .search-form :-ms-input-placeholder { /* IE 10+ */
    text-align: left;
    text-transform: unset;
    color: var(--one);
    font-size: 2rem;
  }
  .header-search .search-form :-moz-placeholder { /* Firefox 18- */
    text-align: left;
    text-transform: unset;
    color: var(--one);
    font-size: 2rem;
  }
  .header-search .search-form input[type=search] {
    border: 0;
    font-size: 2rem;
    border-bottom: 1px solid var(--one);
    padding-right: 40px;
    border-radius: 0;
  }
  .header-search .search-form input[type=submit] {
    transform: translateX(-48px);
    background: url(images/search-thin.svg) no-repeat center 0 transparent;
    background-size: contain;
    text-indent: -3000px;
    overflow-x: hidden;
    width: 50px;
    border: 0;
    border-radius: 0;
  }
  .header-search .search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    cursor: pointer;
  }
}
.wrapper.text-image-block {
  background: url(images/brushed-steel-02.jpg) no-repeat center transparent;
  background-size: 50%;
  text-align: left;
  padding: 0 15px;
  margin-bottom: 100px;
}
.wrapper.text-image-block h2 {
  margin-left: 0;
}

.home .wrapper.text-image-block {
  padding: 100px 15px;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .wrapper.black.text-image-block {
    background: #000000 !important;
  }
  .wrapper.white.text-image-block {
    background: #ffffff !important;
  }
}
@media all and (min-width: 768px) {
  .wrapper.text-image-block {
    padding: 0px 40px;
  }
  .wrapper.text-image-block p {
    max-width: 50%;
  }
  .home .wrapper.text-image-block {
    padding: 100px 40px;
  }
}
@media all and (min-width: 1024px) {
  .wrapper.text-image-block {
    padding: 0px 15px 48px;
  }
  .home .wrapper.text-image-block {
    padding: 100px 15px;
  }
}
.uacf7-step.step-content button.uacf7-next {
  float: none;
}

.application-form h2 {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  color: #ffffff;
  background: var(--four);
  position: relative;
}
.application-form h2:before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  marin-left: -6px;
  border-top: 6px solid var(--four);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
  font-size: 1.25rem;
}

.wpcf7-form.sent .wpcf7-submit {
  display: none !important;
}

.scf-multistep {
  text-align: center;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
.scf-multistep textarea, .scf-multistep input[type=text], .scf-multistep input[type=email], .scf-multistep input[type=tel] {
  max-width: 500px;
  margin: 6px auto;
  padding: 7px 10px;
  display: block;
}
.scf-multistep .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
.scf-multistep input[type=text], .scf-multistep input[type=email], .scf-multistep input[type=tel] {
  text-align: center;
}
.scf-multistep .btn, .scf-multistep button {
  width: 100px;
  background: #FE7F2D;
  margin: 24px auto 0;
  padding: 12px 24px;
  color: White;
  border-radius: 5px;
  text-align: center;
  line-height: 1.25;
  border: 0;
  cursor: pointer;
}
.scf-multistep .step {
  font-family: "Open Sans", sans-serif;
}
.scf-multistep fieldset {
  border: 0;
  padding: 0;
}
.scf-multistep .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--one);
  background: var(--one);
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
.scf-multistep .wpcf7 form.sent .wpcf7-response-output:before {
  position: absolute;
  bottom: -6px;
  content: "";
  left: 50%;
  margin-left: -6px;
  border-top: 6px solid var(--one);
  border-bottom: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.scf-multistep .uacf7-step p .uacf7-next {
  display: none;
}
.scf-multistep .uacf7-step p .uacf7-prev {
  display: none;
}
.scf-multistep .uacf7-step .wpcf7-submit {
  display: none;
}
.scf-multistep legend {
  font-size: 1.5rem;
  margin: 0 auto 24px;
}
.scf-multistep .bold-title {
  font-weight: 700;
  text-transform: uppercase;
}
.scf-multistep .minstep {
  margin-bottom: 0;
  padding: 20px 0 0;
}
.scf-multistep .warning {
  color: red;
  font-size: 12px;
  display: block;
}
.scf-multistep .minstep.alert {
  border: 1px solid red;
}
.scf-multistep .hide {
  display: none;
}
.scf-multistep .wpcf7-radio .wpcf7-list-item {
  margin: 16px 0;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.scf-multistep .wpcf7-radio .wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.scf-multistep .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  top: 0;
  left: 0;
  width: 120px;
  padding: 12px 35px 11px 35px;
  margin-bottom: 0px;
  display: inline-block;
  color: #000000;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.scf-multistep .status .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  width: 150px;
}
.scf-multistep .employed .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  width: 190px;
}
.scf-multistep .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  bottom: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: absolute;
  background: #ffffff;
  content: "";
  top: 0px;
  left: 0px;
  right: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.scf-multistep .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.scf-multistep .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span.wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(15, 234, 212);
  background: -moz-linear-gradient(37deg, rgb(15, 234, 212) 41%, rgb(15, 216, 234) 93%);
  background: -webkit-linear-gradient(37deg, rgb(15, 234, 212) 41%, rgb(15, 216, 234) 93%);
  background: linear-gradient(37deg, rgb(15, 234, 212) 41%, rgb(15, 216, 234) 93%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0fead4",endColorstr="#0fd8ea",GradientType=1);
  border-radius: 3px;
  z-index: -1;
}
.scf-multistep .wpcf7-radio .wpcf7-list-item label:before {
  background: var(--one);
}

.wrapper.application-form {
  background: url(images/dot-blue-10.png) repeat center var(--five);
  background-size: 8px;
  position: relative;
}
.wrapper.application-form .container {
  max-width: 800px;
}

.steps-form .steps-row {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.steps-form .steps-row .steps-step {
  width: 33%;
}
.steps-form .steps-row .steps-step .btn-circle:hover {
  color: var(--four);
}
.steps-form .steps-row .steps-step p {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.5;
}
.steps-form .steps-row .steps-step .btn-circle {
  border: 2px solid var(--four);
  background-color: #ffffff !important;
  color: var(--four);
}
.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
  color: #ffffff;
  background-color: var(--four) !important;
}

@media all and (min-width: 768px) {
  .scf-multistep .wpcf7-radio .wpcf7-list-item {
    width: auto;
    margin: 10px;
  }
}
@media all and (min-width: 1024px) {
  .wrapper.application-form {
    padding-bottom: 12px !important;
  }
  .steps-form .steps-row .steps-step {
    width: 33.333%;
  }
}
.wrapper.steps-block .container .step {
  margin-bottom: 64px;
}
.wrapper.steps-block .container .step figure.icon {
  background: url(images/dot-02.png) repeat center var(--four);
  background-size: 8px;
  width: 100%;
  max-width: 140px;
  border-radius: 10px;
  position: relative;
  margin: 0 auto 32px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.wrapper.steps-block .container .step figure.icon:after {
  position: absolute;
  top: 4px;
  left: 5px;
  right: 5px;
  height: 50px;
  background: #ffffff;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3113839286) 100%);
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3113839286) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3113839286) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  opacity: 0.2;
  content: "";
  border-radius: 5px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.wrapper.steps-block .container .step figure.icon:before {
  position: absolute;
  bottom: -6px;
  content: "";
  left: 50%;
  margin-left: -3px;
  border-top: 6px solid var(--four);
  border-bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.wrapper.steps-block .container .step figure.icon img {
  max-width: 60px;
  margin: 16px auto;
}
.wrapper.steps-block .container .step h3 {
  color: var(--four);
  font-size: 2rem;
}
.wrapper.steps-block .container .step p {
  color: var(--four);
}

@media all and (min-width: 768px) {
  .wrapper.steps-block .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrapper.steps-block .container .step {
    margin-bottom: 0;
    width: 30%;
  }
}
.page-template-make-template h2.models-header {
  margin-top: 64px !important;
}
.page-template-make-template ul.models {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000000;
}
.page-template-make-template ul.models li {
  width: 100%;
  margin-bottom: 24px;
}
.page-template-make-template ul.models li:before {
  content: "";
}
.page-template-make-template ul.models li figure {
  margin: 0 0 24px;
  position: relative;
}
.page-template-make-template ul.models li figure img {
  display: block;
}
.page-template-make-template ul.models li figure h4 {
  position: absolute;
  left: 0;
  bottom: 10px;
  margin-bottom: 24px;
  display: inline-block;
  padding: 6px 10px;
  color: var(--five) !important;
  background: #000000;
  font-size: 12px;
}
.page-template-make-template ul.models li p {
  opacity: 0.6;
  font-size: 14px;
}
.page-template-make-template ul.models li h3 {
  margin-bottom: 16px;
}
.page-template-make-template ul.models li a.cta {
  color: #ffffff;
}

@media all and (min-width: 768px) {
  .page-template-make-template ul.models li {
    width: 50%;
    padding: 20px;
  }
}
@media all and (min-width: 1024px) {
  .page-template-make-template ul.models li {
    width: 32%;
    padding: 20px;
  }
}
.page-template-finance-template .brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-finance-template .brands li {
  width: 100%;
  border: 0;
  background: var(--five);
  padding: 0px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.page-template-finance-template .brands li:before {
  display: none;
}
.page-template-finance-template .brands li figure {
  padding: 20px;
  background: #ffffff;
  margin: 0 0 16px;
}
.page-template-finance-template .brands li figure img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.page-template-finance-template .brands li .content {
  padding: 20px;
}
.page-template-finance-template .brands li .content h3 {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.page-template-finance-template .brands li .content a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 0;
}
.page-template-finance-template .brands li .content a.cta {
  margin-top: 16px;
  display: block;
  text-align: center;
  color: #ffffff !important;
  border-radius: 5px;
  border-bottom: 2px solid #FE7F2D;
}
.page-template-finance-template .brands li .content a.cta:hover {
  background: #ffffff;
  color: #FE7F2D !important;
}

@media all and (min-width: 768px) {
  .page-template-finance-template .brands {
    justify-content: left;
  }
  .page-template-finance-template .brands li {
    width: 48%;
    margin: 0 1% 20px;
  }
}
@media all and (min-width: 1024px) {
  .page-template-finance-template .brands li {
    width: 31%;
  }
}
.contact-container {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0;
}
.contact-container .contact-content {
  width: 100%;
}
.contact-container .contact-map {
  width: 100%;
}
.page-template-contact-template .wrapper .container {
  max-width: 1000px;
}
.page-template-contact-template .wrapper .container p {
  max-width: 750px;
}

@media all and (min-width: 768px) {
  .contact-container {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-container .contact-content {
    width: 100%;
  }
  .contact-container .contact-map {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .contact-container {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-container .contact-content {
    width: 50%;
    padding-right: 60px;
  }
  .contact-container .contact-map {
    width: 50%;
    padding-left: 10px;
  }
}
.container.about-text-image .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 64px;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container.about-text-image .wrapper .about-text {
  width: 100%;
}
.container.about-text-image .wrapper .about-text h2 {
  display: table;
  padding: 8px 0px;
  margin: 0 auto 32px 0;
}
.container.about-text-image .wrapper .about-image {
  width: 100%;
}
.container.about-text-image .wrapper .about-image img {
  display: block;
}

@media all and (min-width: 768px) {
  .container.about-text-image .wrapper.reverse {
    flex-direction: row-reverse;
  }
  .container.about-text-image .wrapper.reverse .about-text {
    padding: 50px 0 50px 20px;
  }
  .container.about-text-image .wrapper .about-text {
    width: 47%;
    padding: 50px 20px 50px 0;
  }
  .container.about-text-image .wrapper .about-image {
    width: 40%;
    padding: 0;
    position: relative;
    margin-right: 5%;
  }
  .container.about-text-image .wrapper .about-image img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
}
.container.sp-carousel {
  background: url(images/winding-road-03.jpg) no-repeat center var(--four);
  background-size: cover;
  color: #ffffff;
  margin: 32px 0 84px;
}
.container.sp-carousel .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.container.sp-carousel .wrapper ul.slides {
  margin: 0;
  padding: 0;
}
.container.sp-carousel .wrapper ul.slides .slick-list {
  padding-top: 0 !important;
}
.container.sp-carousel .wrapper ul.slides li {
  margin: 0;
  padding: 0;
}
.container.sp-carousel .wrapper ul.slides li p {
  font-size: 2rem;
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .container.sp-carousel {
    background-attachment: fixed;
  }
  .container.sp-carousel .wrapper {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .container.sp-carousel .wrapper h2 {
    width: 45%;
    font-size: 3rem;
    padding-right: 20px;
    margin: 0;
  }
  .container.sp-carousel .wrapper ul.slides {
    width: 45%;
  }
  .container.sp-carousel .wrapper ul.slides li h3 {
    font-size: 2rem;
    font-weight: 500;
  }
}
.asset-form-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.asset-form-wrapper .steps-form .steps-row .steps-step {
  width: 25% !important;
}
.asset-form-wrapper .scf-multistep label select {
  max-width: 500px;
  display: block;
  margin: 24px auto;
  padding: 10px;
  width: 100%;
}
.asset-form-wrapper .scf-multistep .personal-info label {
  max-width: 500px;
  text-align: left;
  margin: 0 auto 16px;
}
.asset-form-wrapper .scf-multistep .wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin: 16px 0 0;
  max-width: 500px;
}
.asset-form-wrapper .scf-multistep .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  width: 100%;
}
.asset-form-wrapper .scf-multistep .uacf7-step p .uacf7-prev, .asset-form-wrapper .scf-multistep .uacf7-step p .uacf7-next {
  display: inline-block;
}
.asset-form-wrapper .scf-multistep .uacf7-step .wpcf7-submit {
  display: block;
  margin: 24px auto;
}
.asset-form-wrapper .scf-multistep button {
  width: 110px;
  margin-top: 24px !important;
  border: 2px solid #FE7F2D !important;
  background: #fff !important;
  color: #FE7F2D !important;
}
.asset-form-wrapper .uacf7-steps {
  margin-bottom: 48px;
}
.asset-form-wrapper .uacf7-steps .steps-step p {
  display: none;
}/*# sourceMappingURL=style.css.map */