/*
* 1.Settings
* =========================
* Import the settings, these define colours, typography and global variables
* for use across the partials.
*/

/*
* At the moment this just contains some variables but can easily expand to
* include a modular scale etc.
*/


p,
a,
li,
blockquote,
form,
span,
input,
select {
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: inherit;
}

h1,
.h1,
.h1 p {
	font-size: 3em;
	line-height: 1.05em;
	font-family: "Montserrat", sans-serif;
	color: #414042;
	font-weight: 400;
}

h2,
.h2,
.h2 p {
	font-size: 2.25em;
	line-height: 1.25em;
	font-family: "Montserrat", sans-serif;
	color: #414042;
	font-weight: 400;
}

h3,
.h3,
.h3 p {
	font-size: 1.75em;
	line-height: 1.25em;
	font-family: "Montserrat", sans-serif;
	color: #414042;
	font-weight: 400;
}

h4,
.h4,
.h4 p {
	font-size: 1.5em;
	line-height: 1.45em;
	font-family: "Montserrat", sans-serif;
	color: #414042;
	font-weight: 400;
}

h5,
.h5,
.h5 p {
	font-size: 1.2em;
	line-height: 1.15em;
	font-family: "Montserrat", sans-serif;
	color: #414042;
	font-weight: 500;
}

.big {
	font-size: 20px;
}

.small {
	font-size: 12px;
	text-transform: uppercase;
}

/*
* 2.Tools
* =========================
* This defines helpful mixins and tools for use across partials.
*/

/*
* 3.Generic
* =========================
* This defines styles for elements on a low level. Good for normalize, resets etc.
*/

/** normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
	cursor:pointer;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
	margin: 0;
	padding: 0;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

select,
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/*
* 4.Base
* =========================
* Use this to specify how elements should look more specifically
* things such as how links, lists and headings should look.
*/

html,
body {
	height: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}

body {
	font-family: "Montserrat", sans-serif;
	color: #414042;
	height: auto;
}

img,
iframe {
	max-width: 100%;
}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/*
* 5.Objects
* =========================
* Drilling down a bit now, define big parts of our UI.
* Things like layout / grid obects. Wrapper / container objects.
* These Objects shouldn't contain any paint / aesthetics.
*/

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.w-1\/12 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.w-2\/12 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.w-1\/5 {
	flex: 0 0 20%;
	max-width: 20%;
}

.w-3\/12,
.w-1\/4 {
	flex: 0 0 25%;
	max-width: 25%;
}

.w-4\/12,
.w-1\/3 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.w-2\/5 {
	flex: 0 0 40%;
	max-width: 40%;
}

.w-5\/12 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.w-6\/12,
.w-1\/2 {
	flex: 0 0 50%;
	max-width: 50%;
}

.w-7\/12 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.w-3\/5 {
	flex: 0 0 60%;
	max-width: 60%;
}

.w-8\/12,
.w-2\/3 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.w-9\/12,
.w-3\/4 {
	flex: 0 0 75%;
	max-width: 75%;
}

.w-4\/5 {
	flex: 0 0 80%;
	max-width: 80%;
}

.w-10\/12 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.w-11\/12 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.w-12\/12,
.w-full {
	flex: 0 0 100%;
	max-width: 100%;
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1520px;
}

.media-wrap {
	padding-bottom: 56.25%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	positon: relative;
}

.media-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.media-wrap-0 {
	max-width: 0px;
}

.media-wrap-5 {
	max-width: 5px;
}

.media-wrap-10 {
	max-width: 10px;
}

.media-wrap-15 {
	max-width: 15px;
}

.media-wrap-20 {
	max-width: 20px;
}

.media-wrap-30 {
	max-width: 30px;
}

.media-wrap-40 {
	max-width: 40px;
}

.media-wrap-50 {
	max-width: 50px;
}

.media-wrap-60 {
	max-width: 60px;
}

.media-wrap-70 {
	max-width: 70px;
}

.media-wrap-80 {
	max-width: 80px;
}

.media-wrap-90 {
	max-width: 90px;
}

.media-wrap-100 {
	max-width: 100px;
}

.media-wrap-110 {
	max-width: 110px;
}

.media-wrap-120 {
	max-width: 120px;
}

.media-wrap-130 {
	max-width: 130px;
}

.media-wrap-140 {
	max-width: 140px;
}

.media-wrap-150 {
	max-width: 150px;
}

.media-wrap-160 {
	max-width: 160px;
}

.media-wrap-170 {
	max-width: 170px;
}

.media-wrap-180 {
	max-width: 180px;
}

.media-wrap-190 {
	max-width: 190px;
}

.media-wrap-200 {
	max-width: 200px;
}

.bg-square {
	height: 0;
	padding-bottom: 100%;
	width: 100%;
}

.vh-40 {
	height: 40vh;
	min-height: 400px;
}

.vh-45 {
	height: 45vh;
	min-height: 450px;
}

.vh-50 {
	height: 50vh;
	min-height: 500px;
}

.vh-55 {
	height: 55vh;
	min-height: 550px;
}

.vh-60 {
	height: 60vh;
	min-height: 600px;
}

.vh-65 {
	height: 65vh;
	min-height: 650px;
}

.vh-70 {
	height: 70vh;
	min-height: 700px;
}

.vh-75 {
	height: 75vh;
	min-height: 750px;
}

.vh-80 {
	height: 80vh;
	min-height: 800px;
}

.vh-85 {
	height: 85vh;
	min-height: 850px;
}

.vh-90 {
	height: 90vh;
	min-height: 900px;
}

.vh-95 {
	height: 95vh;
	min-height: 950px;
}

.vh-100 {
	height: 100vh;
	min-height: 1000px;
}

.h-auto {
	height: auto;
}

.none {
	display: none;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.block {
	display: block;
}

.white {
	color: #ffffff !important;
}

.black {
	color: #000000;
}

.grey {
	color: #797575;
}

.charcoal {
	color: #414042;
}

.light-green {
	color: #59ba47;
}

.dark-blue {
	color: #002f41;
}

.light-grey {
	color: #efefef;
}

.mid-grey {
	color: #b7b7b7;
}

.colour-primary {
	color: #414042;
}

.colour-accent {
	color: #000000;
}

.colour-secondary {
	color: #797575;
}

.light-green-darkened {
	color: #479638;
}

.colour-accent-darkened {
	color: black;
}

.colour-secondary-darkened {
	color: #5f5c5c;
}

.colour-font {
	color: #414042;
}

.wpgrey {
	color: #24282c;
}

.hov\:white {
	transition: color 0.3s ease;
}

.hov\:white:hover {
	color: #ffffff;
}

.hov\:black {
	transition: color 0.3s ease;
}

.hov\:black:hover {
	color: #000000;
}

.hov\:grey {
	transition: color 0.3s ease;
}

.hov\:grey:hover {
	color: #797575;
}

.hov\:charcoal {
	transition: color 0.3s ease;
}

.hov\:charcoal:hover {
	color: #414042;
}

.hov\:light-green {
	transition: color 0.3s ease;
}

.hov\:light-green:hover {
	color: #59ba47;
}

.hov\:dark-blue {
	transition: color 0.3s ease;
}

.hov\:dark-blue:hover {
	color: #002f41;
}

.hov\:light-grey {
	transition: color 0.3s ease;
}

.hov\:light-grey:hover {
	color: #efefef;
}

.hov\:mid-grey {
	transition: color 0.3s ease;
}

.hov\:mid-grey:hover {
	color: #b7b7b7;
}

.hov\:colour-primary {
	transition: color 0.3s ease;
}

.hov\:colour-primary:hover {
	color: #414042;
}

.hov\:colour-accent {
	transition: color 0.3s ease;
}

.hov\:colour-accent:hover {
	color: #000000;
}

.hov\:colour-secondary {
	transition: color 0.3s ease;
}

.hov\:colour-secondary:hover {
	color: #797575;
}

.hov\:light-green-darkened {
	transition: color 0.3s ease;
}

.hov\:light-green-darkened:hover {
	color: #479638;
}

.hov\:colour-accent-darkened {
	transition: color 0.3s ease;
}

.hov\:colour-accent-darkened:hover {
	color: black;
}

.hov\:colour-secondary-darkened {
	transition: color 0.3s ease;
}

.hov\:colour-secondary-darkened:hover {
	color: #5f5c5c;
}

.hov\:colour-font {
	transition: color 0.3s ease;
}

.hov\:colour-font:hover {
	color: #414042;
}

.hov\:wpgrey {
	transition: color 0.3s ease;
}

.hov\:wpgrey:hover {
	color: #24282c;
}

.bold {
	font-weight: bold;
}

.light {
	font-weight: lighter;
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.underline {
	text-decoration: underline;
}

.justify {
	text-align: justify;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.spaced-letters {
	letter-spacing: 1px;
}

.fs-small {
	font-size: 0.8em;
}

.fs-larger {
	font-size: 1.2em;
}

.break-word {
	word-wrap: break-word;
}

.svg-fill\:white {
	fill: #ffffff;
}

.svg-fill\:black {
	fill: #000000;
}

.svg-fill\:grey {
	fill: #797575;
}

.svg-fill\:charcoal {
	fill: #414042;
}

.svg-fill\:light-green {
	fill: #59ba47;
}

.svg-fill\:dark-blue {
	fill: #002f41;
}

.svg-fill\:light-grey {
	fill: #efefef;
}

.svg-fill\:mid-grey {
	fill: #b7b7b7;
}

.svg-fill\:colour-primary {
	fill: #414042;
}

.svg-fill\:colour-accent {
	fill: #000000;
}

.svg-fill\:colour-secondary {
	fill: #797575;
}

.svg-fill\:light-green-darkened {
	fill: #479638;
}

.svg-fill\:colour-accent-darkened {
	fill: black;
}

.svg-fill\:colour-secondary-darkened {
	fill: #5f5c5c;
}

.svg-fill\:colour-font {
	fill: #414042;
}

.svg-fill\:wpgrey {
	fill: #24282c;
}

.svg-stroke\:white {
	stroke: #ffffff;
}

.svg-stroke\:black {
	stroke: #000000;
}

.svg-stroke\:grey {
	stroke: #797575;
}

.svg-stroke\:charcoal {
	stroke: #414042;
}

.svg-stroke\:light-green {
	stroke: #59ba47;
}

.svg-stroke\:dark-blue {
	stroke: #002f41;
}

.svg-stroke\:light-grey {
	stroke: #efefef;
}

.svg-stroke\:mid-grey {
	stroke: #b7b7b7;
}

.svg-stroke\:colour-primary {
	stroke: #414042;
}

.svg-stroke\:colour-accent {
	stroke: #000000;
}

.svg-stroke\:colour-secondary {
	stroke: #797575;
}

.svg-stroke\:light-green-darkened {
	stroke: #479638;
}

.svg-stroke\:colour-accent-darkened {
	stroke: black;
}

.svg-stroke\:colour-secondary-darkened {
	stroke: #5f5c5c;
}

.svg-stroke\:colour-font {
	stroke: #414042;
}

.svg-stroke\:wpgrey {
	stroke: #24282c;
}

.icon {
	height: 40px;
	width: 40px;
}

.z-0 {
	z-index: 0;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

.z-3 {
	z-index: 3;
}

.z-ridiculous {
	z-index: 10000;
}

.clear {
	clear: both;
}

.cf:before,
.form-wrap .dob:before,
.cf:after,
.form-wrap .dob:after {
	content: " ";
	display: table;
}

.cf:after,
.form-wrap .dob:after {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.valign-top {
	vertical-align: top;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.hidden {
	overflow: hidden;
}

.scroll {
	overflow: scroll;
}

.sixteen-nine {
	position: relative;
}

.sixteen-nine:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

.sixteen-nine > .ratio-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.sixteen-six {
	position: relative;
}

.sixteen-six:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 37.5%;
}

.sixteen-six > .ratio-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.h-100 {
	height: 100%;
}

.w-100 {
	width: 100%;
}

.h-auto {
	height: auto;
}

/**
* handles padding & margin
*/

.m-auto {
	margin: 0 auto;
}

.pl-0 {
	padding-left: 0px;
}

.pr-0 {
	padding-right: 0px;
}

.pb-0 {
	padding-bottom: 0px;
}

.pt-0 {
	padding-top: 0px;
}

.p-0 {
	padding: 0px;
}

.pl-5 {
	padding-left: 5px;
}

.pr-5 {
	padding-right: 5px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pt-5 {
	padding-top: 5px;
}

.p-5 {
	padding: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pr-10 {
	padding-right: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pt-10 {
	padding-top: 10px;
}

.p-10 {
	padding: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pr-15 {
	padding-right: 15px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pt-15 {
	padding-top: 15px;
}

.p-15 {
	padding: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pr-20 {
	padding-right: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-20 {
	padding-top: 20px;
}

.p-20 {
	padding: 20px;
}

.pl-30 {
	padding-left: 30px;
}

.pr-30 {
	padding-right: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-30 {
	padding-top: 30px;
}

.p-30 {
	padding: 30px;
}

.pl-40 {
	padding-left: 40px;
}

.pr-40 {
	padding-right: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-40 {
	padding-top: 40px;
}

.p-40 {
	padding: 40px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-50 {
	padding-right: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.p-50 {
	padding: 50px;
}

.pl-60 {
	padding-left: 60px;
}

.pr-60 {
	padding-right: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-60 {
	padding-top: 60px;
}

.p-60 {
	padding: 60px;
}

.pl-70 {
	padding-left: 70px;
}

.pr-70 {
	padding-right: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-70 {
	padding-top: 70px;
}

.p-70 {
	padding: 70px;
}

.pl-80 {
	padding-left: 80px;
}

.pr-80 {
	padding-right: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-80 {
	padding-top: 80px;
}

.p-80 {
	padding: 80px;
}

.pl-90 {
	padding-left: 90px;
}

.pr-90 {
	padding-right: 90px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pt-90 {
	padding-top: 90px;
}

.p-90 {
	padding: 90px;
}

.pl-100 {
	padding-left: 100px;
}

.pr-100 {
	padding-right: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-100 {
	padding-top: 100px;
}

.p-100 {
	padding: 100px;
}

.pl-110 {
	padding-left: 110px;
}

.pr-110 {
	padding-right: 110px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pt-110 {
	padding-top: 110px;
}

.p-110 {
	padding: 110px;
}

.pl-120 {
	padding-left: 120px;
}

.pr-120 {
	padding-right: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pt-120 {
	padding-top: 120px;
}

.p-120 {
	padding: 120px;
}

.pl-130 {
	padding-left: 130px;
}

.pr-130 {
	padding-right: 130px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pt-130 {
	padding-top: 130px;
}

.p-130 {
	padding: 130px;
}

.pl-140 {
	padding-left: 140px;
}

.pr-140 {
	padding-right: 140px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pt-140 {
	padding-top: 140px;
}

.p-140 {
	padding: 140px;
}

.pl-150 {
	padding-left: 150px;
}

.pr-150 {
	padding-right: 150px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pt-150 {
	padding-top: 150px;
}

.p-150 {
	padding: 150px;
}

.pl-160 {
	padding-left: 160px;
}

.pr-160 {
	padding-right: 160px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pt-160 {
	padding-top: 160px;
}

.p-160 {
	padding: 160px;
}

.pl-170 {
	padding-left: 170px;
}

.pr-170 {
	padding-right: 170px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pt-170 {
	padding-top: 170px;
}

.p-170 {
	padding: 170px;
}

.pl-180 {
	padding-left: 180px;
}

.pr-180 {
	padding-right: 180px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pt-180 {
	padding-top: 180px;
}

.p-180 {
	padding: 180px;
}

.pl-190 {
	padding-left: 190px;
}

.pr-190 {
	padding-right: 190px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pt-190 {
	padding-top: 190px;
}

.p-190 {
	padding: 190px;
}

.pl-200 {
	padding-left: 200px;
}

.pr-200 {
	padding-right: 200px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pt-200 {
	padding-top: 200px;
}

.p-200 {
	padding: 200px;
}

.left-0 {
	left: 0px;
}

.per-left-0 {
	left: 0%;
}

.left-5 {
	left: 5px;
}

.per-left-5 {
	left: 5%;
}

.left-10 {
	left: 10px;
}

.per-left-10 {
	left: 10%;
}

.left-15 {
	left: 15px;
}

.per-left-15 {
	left: 15%;
}

.left-20 {
	left: 20px;
}

.per-left-20 {
	left: 20%;
}

.left-30 {
	left: 30px;
}

.per-left-30 {
	left: 30%;
}

.left-40 {
	left: 40px;
}

.per-left-40 {
	left: 40%;
}

.left-50 {
	left: 50px;
}

.per-left-50 {
	left: 50%;
}

.left-60 {
	left: 60px;
}

.per-left-60 {
	left: 60%;
}

.left-70 {
	left: 70px;
}

.per-left-70 {
	left: 70%;
}

.left-80 {
	left: 80px;
}

.per-left-80 {
	left: 80%;
}

.left-90 {
	left: 90px;
}

.per-left-90 {
	left: 90%;
}

.left-100 {
	left: 100px;
}

.per-left-100 {
	left: 100%;
}

.left-110 {
	left: 110px;
}

.per-left-110 {
	left: 110%;
}

.left-120 {
	left: 120px;
}

.per-left-120 {
	left: 120%;
}

.left-130 {
	left: 130px;
}

.per-left-130 {
	left: 130%;
}

.left-140 {
	left: 140px;
}

.per-left-140 {
	left: 140%;
}

.left-150 {
	left: 150px;
}

.per-left-150 {
	left: 150%;
}

.left-160 {
	left: 160px;
}

.per-left-160 {
	left: 160%;
}

.left-170 {
	left: 170px;
}

.per-left-170 {
	left: 170%;
}

.left-180 {
	left: 180px;
}

.per-left-180 {
	left: 180%;
}

.left-190 {
	left: 190px;
}

.per-left-190 {
	left: 190%;
}

.left-200 {
	left: 200px;
}

.per-left-200 {
	left: 200%;
}

.right-0 {
	right: 0px;
}

.per-right-0 {
	right: 0%;
}

.right-5 {
	right: 5px;
}

.per-right-5 {
	right: 5%;
}

.right-10 {
	right: 10px;
}

.per-right-10 {
	right: 10%;
}

.right-15 {
	right: 15px;
}

.per-right-15 {
	right: 15%;
}

.right-20 {
	right: 20px;
}

.per-right-20 {
	right: 20%;
}

.right-30 {
	right: 30px;
}

.per-right-30 {
	right: 30%;
}

.right-40 {
	right: 40px;
}

.per-right-40 {
	right: 40%;
}

.right-50 {
	right: 50px;
}

.per-right-50 {
	right: 50%;
}

.right-60 {
	right: 60px;
}

.per-right-60 {
	right: 60%;
}

.right-70 {
	right: 70px;
}

.per-right-70 {
	right: 70%;
}

.right-80 {
	right: 80px;
}

.per-right-80 {
	right: 80%;
}

.right-90 {
	right: 90px;
}

.per-right-90 {
	right: 90%;
}

.right-100 {
	right: 100px;
}

.per-right-100 {
	right: 100%;
}

.right-110 {
	right: 110px;
}

.per-right-110 {
	right: 110%;
}

.right-120 {
	right: 120px;
}

.per-right-120 {
	right: 120%;
}

.right-130 {
	right: 130px;
}

.per-right-130 {
	right: 130%;
}

.right-140 {
	right: 140px;
}

.per-right-140 {
	right: 140%;
}

.right-150 {
	right: 150px;
}

.per-right-150 {
	right: 150%;
}

.right-160 {
	right: 160px;
}

.per-right-160 {
	right: 160%;
}

.right-170 {
	right: 170px;
}

.per-right-170 {
	right: 170%;
}

.right-180 {
	right: 180px;
}

.per-right-180 {
	right: 180%;
}

.right-190 {
	right: 190px;
}

.per-right-190 {
	right: 190%;
}

.right-200 {
	right: 200px;
}

.per-right-200 {
	right: 200%;
}

.bottom-0 {
	bottom: 0px;
}

.per-bottom-0 {
	bottom: 0%;
}

.bottom-5 {
	bottom: 5px;
}

.per-bottom-5 {
	bottom: 5%;
}

.bottom-10 {
	bottom: 10px;
}

.per-bottom-10 {
	bottom: 10%;
}

.bottom-15 {
	bottom: 15px;
}

.per-bottom-15 {
	bottom: 15%;
}

.bottom-20 {
	bottom: 20px;
}

.per-bottom-20 {
	bottom: 20%;
}

.bottom-30 {
	bottom: 30px;
}

.per-bottom-30 {
	bottom: 30%;
}

.bottom-40 {
	bottom: 40px;
}

.per-bottom-40 {
	bottom: 40%;
}

.bottom-50 {
	bottom: 50px;
}

.per-bottom-50 {
	bottom: 50%;
}

.bottom-60 {
	bottom: 60px;
}

.per-bottom-60 {
	bottom: 60%;
}

.bottom-70 {
	bottom: 70px;
}

.per-bottom-70 {
	bottom: 70%;
}

.bottom-80 {
	bottom: 80px;
}

.per-bottom-80 {
	bottom: 80%;
}

.bottom-90 {
	bottom: 90px;
}

.per-bottom-90 {
	bottom: 90%;
}

.bottom-100 {
	bottom: 100px;
}

.per-bottom-100 {
	bottom: 100%;
}

.bottom-110 {
	bottom: 110px;
}

.per-bottom-110 {
	bottom: 110%;
}

.bottom-120 {
	bottom: 120px;
}

.per-bottom-120 {
	bottom: 120%;
}

.bottom-130 {
	bottom: 130px;
}

.per-bottom-130 {
	bottom: 130%;
}

.bottom-140 {
	bottom: 140px;
}

.per-bottom-140 {
	bottom: 140%;
}

.bottom-150 {
	bottom: 150px;
}

.per-bottom-150 {
	bottom: 150%;
}

.bottom-160 {
	bottom: 160px;
}

.per-bottom-160 {
	bottom: 160%;
}

.bottom-170 {
	bottom: 170px;
}

.per-bottom-170 {
	bottom: 170%;
}

.bottom-180 {
	bottom: 180px;
}

.per-bottom-180 {
	bottom: 180%;
}

.bottom-190 {
	bottom: 190px;
}

.per-bottom-190 {
	bottom: 190%;
}

.bottom-200 {
	bottom: 200px;
}

.per-bottom-200 {
	bottom: 200%;
}

.top-0 {
	top: 0px;
}

.per-top-0 {
	top: 0%;
}

.top-5 {
	top: 5px;
}

.per-top-5 {
	top: 5%;
}

.top-10 {
	top: 10px;
}

.per-top-10 {
	top: 10%;
}

.top-15 {
	top: 15px;
}

.per-top-15 {
	top: 15%;
}

.top-20 {
	top: 20px;
}

.per-top-20 {
	top: 20%;
}

.top-30 {
	top: 30px;
}

.per-top-30 {
	top: 30%;
}

.top-40 {
	top: 40px;
}

.per-top-40 {
	top: 40%;
}

.top-50 {
	top: 50px;
}

.per-top-50 {
	top: 50%;
}

.top-60 {
	top: 60px;
}

.per-top-60 {
	top: 60%;
}

.top-70 {
	top: 70px;
}

.per-top-70 {
	top: 70%;
}

.top-80 {
	top: 80px;
}

.per-top-80 {
	top: 80%;
}

.top-90 {
	top: 90px;
}

.per-top-90 {
	top: 90%;
}

.top-100 {
	top: 100px;
}

.per-top-100 {
	top: 100%;
}

.top-110 {
	top: 110px;
}

.per-top-110 {
	top: 110%;
}

.top-120 {
	top: 120px;
}

.per-top-120 {
	top: 120%;
}

.top-130 {
	top: 130px;
}

.per-top-130 {
	top: 130%;
}

.top-140 {
	top: 140px;
}

.per-top-140 {
	top: 140%;
}

.top-150 {
	top: 150px;
}

.per-top-150 {
	top: 150%;
}

.top-160 {
	top: 160px;
}

.per-top-160 {
	top: 160%;
}

.top-170 {
	top: 170px;
}

.per-top-170 {
	top: 170%;
}

.top-180 {
	top: 180px;
}

.per-top-180 {
	top: 180%;
}

.top-190 {
	top: 190px;
}

.per-top-190 {
	top: 190%;
}

.top-200 {
	top: 200px;
}

.per-top-200 {
	top: 200%;
}

.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.py-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-40 {
	padding-top: 30px;
	padding-bottom: 10px;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.py-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.py-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.py-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.py-130 {
	padding-top: 130px;
	padding-bottom: 130px;
}

.py-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}

.py-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.py-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}

.py-170 {
	padding-top: 170px;
	padding-bottom: 170px;
}

.py-180 {
	padding-top: 180px;
	padding-bottom: 180px;
}

.py-190 {
	padding-top: 190px;
	padding-bottom: 190px;
}

.py-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.px-0 {
	padding-right: 0px;
	padding-left: 0px;
}

.px-5 {
	padding-right: 5px;
	padding-left: 5px;
}

.px-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.px-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.px-20 {
	padding-right: 20px;
	padding-left: 20px;
}

.px-30 {
	padding-right: 30px;
	padding-left: 30px;
}

.px-40 {
	padding-right: 40px;
	padding-left: 40px;
}

.px-50 {
	padding-right: 50px;
	padding-left: 50px;
}

.px-60 {
	padding-right: 60px;
	padding-left: 60px;
}

.px-70 {
	padding-right: 70px;
	padding-left: 70px;
}

.px-80 {
	padding-right: 80px;
	padding-left: 80px;
}

.px-90 {
	padding-right: 90px;
	padding-left: 90px;
}

.px-100 {
	padding-right: 100px;
	padding-left: 100px;
}

.px-110 {
	padding-right: 110px;
	padding-left: 110px;
}

.px-120 {
	padding-right: 120px;
	padding-left: 120px;
}

.px-130 {
	padding-right: 130px;
	padding-left: 130px;
}

.px-140 {
	padding-right: 140px;
	padding-left: 140px;
}

.px-150 {
	padding-right: 150px;
	padding-left: 150px;
}

.px-160 {
	padding-right: 160px;
	padding-left: 160px;
}

.px-170 {
	padding-right: 170px;
	padding-left: 170px;
}

.px-180 {
	padding-right: 180px;
	padding-left: 180px;
}

.px-190 {
	padding-right: 190px;
	padding-left: 190px;
}

.px-200 {
	padding-right: 200px;
	padding-left: 200px;
}

.ml-0 {
	margin-left: 0px;
}

.ml-auto {
	margin-left: auto;
}

.mr-0 {
	margin-right: 0px;
}

.mr-auto {
	margin-right: auto;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-0 {
	margin-top: 0px;
}

.mt-auto {
	margin-top: auto;
}

.m-0 {
	margin: 0px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-auto {
	margin-left: auto;
}

.mr-5 {
	margin-right: 5px;
}

.mr-auto {
	margin-right: auto;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-5 {
	margin-top: 5px;
}

.mt-auto {
	margin-top: auto;
}

.m-5 {
	margin: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-auto {
	margin-left: auto;
}

.mr-10 {
	margin-right: 10px;
}

.mr-auto {
	margin-right: auto;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-10 {
	margin-top: 10px;
}

.mt-auto {
	margin-top: auto;
}

.m-10 {
	margin: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-auto {
	margin-left: auto;
}

.mr-15 {
	margin-right: 15px;
}

.mr-auto {
	margin-right: auto;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-15 {
	margin-top: 15px;
}

.mt-auto {
	margin-top: auto;
}

.m-15 {
	margin: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-auto {
	margin-left: auto;
}

.mr-20 {
	margin-right: 20px;
}

.mr-auto {
	margin-right: auto;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-20 {
	margin-top: 20px;
}

.mt-auto {
	margin-top: auto;
}

.m-20 {
	margin: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-auto {
	margin-left: auto;
}

.mr-30 {
	margin-right: 30px;
}

.mr-auto {
	margin-right: auto;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-30 {
	margin-top: 30px;
}

.mt-auto {
	margin-top: auto;
}

.m-30 {
	margin: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-auto {
	margin-left: auto;
}

.mr-40 {
	margin-right: 40px;
}

.mr-auto {
	margin-right: auto;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-40 {
	margin-top: 40px;
}

.mt-auto {
	margin-top: auto;
}

.m-40 {
	margin: 40px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-auto {
	margin-left: auto;
}

.mr-50 {
	margin-right: 50px;
}

.mr-auto {
	margin-right: auto;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-50 {
	margin-top: 50px;
}

.mt-auto {
	margin-top: auto;
}

.m-50 {
	margin: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-auto {
	margin-left: auto;
}

.mr-60 {
	margin-right: 60px;
}

.mr-auto {
	margin-right: auto;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-60 {
	margin-top: 60px;
}

.mt-auto {
	margin-top: auto;
}

.m-60 {
	margin: 60px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-auto {
	margin-left: auto;
}

.mr-70 {
	margin-right: 70px;
}

.mr-auto {
	margin-right: auto;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-70 {
	margin-top: 70px;
}

.mt-auto {
	margin-top: auto;
}

.m-70 {
	margin: 70px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-auto {
	margin-left: auto;
}

.mr-80 {
	margin-right: 80px;
}

.mr-auto {
	margin-right: auto;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-80 {
	margin-top: 80px;
}
html {
  scroll-behavior: smooth;
}
.mt-auto {
	margin-top: auto;
}

.m-80 {
	margin: 80px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-auto {
	margin-left: auto;
}

.mr-90 {
	margin-right: 90px;
}

.mr-auto {
	margin-right: auto;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-90 {
	margin-top: 90px;
}

.mt-auto {
	margin-top: auto;
}

.m-90 {
	margin: 90px;
}

.ml-100 {
	margin-left: 100px;
}

.ml-auto {
	margin-left: auto;
}

.mr-100 {
	margin-right: 100px;
}

.mr-auto {
	margin-right: auto;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-100 {
	margin-top: 100px;
}

.mt-auto {
	margin-top: auto;
}

.m-100 {
	margin: 100px;
}

.ml-110 {
	margin-left: 110px;
}

.ml-auto {
	margin-left: auto;
}

.mr-110 {
	margin-right: 110px;
}

.mr-auto {
	margin-right: auto;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-110 {
	margin-top: 110px;
}

.mt-auto {
	margin-top: auto;
}

.m-110 {
	margin: 110px;
}

.ml-120 {
	margin-left: 120px;
}

.ml-auto {
	margin-left: auto;
}

.mr-120 {
	margin-right: 120px;
}

.mr-auto {
	margin-right: auto;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-120 {
	margin-top: 120px;
}

.mt-auto {
	margin-top: auto;
}

.m-120 {
	margin: 120px;
}

.ml-130 {
	margin-left: 130px;
}

.ml-auto {
	margin-left: auto;
}

.mr-130 {
	margin-right: 130px;
}

.mr-auto {
	margin-right: auto;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-130 {
	margin-top: 130px;
}

.mt-auto {
	margin-top: auto;
}

.m-130 {
	margin: 130px;
}

.ml-140 {
	margin-left: 140px;
}

.ml-auto {
	margin-left: auto;
}

.mr-140 {
	margin-right: 140px;
}

.mr-auto {
	margin-right: auto;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-140 {
	margin-top: 140px;
}

.mt-auto {
	margin-top: auto;
}

.m-140 {
	margin: 140px;
}

.ml-150 {
	margin-left: 150px;
}

.ml-auto {
	margin-left: auto;
}

.mr-150 {
	margin-right: 150px;
}

.mr-auto {
	margin-right: auto;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-150 {
	margin-top: 150px;
}

.mt-auto {
	margin-top: auto;
}

.m-150 {
	margin: 150px;
}

.ml-160 {
	margin-left: 160px;
}

.ml-auto {
	margin-left: auto;
}

.mr-160 {
	margin-right: 160px;
}

.mr-auto {
	margin-right: auto;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-160 {
	margin-top: 160px;
}

.mt-auto {
	margin-top: auto;
}

.m-160 {
	margin: 160px;
}

.ml-170 {
	margin-left: 170px;
}

.ml-auto {
	margin-left: auto;
}

.mr-170 {
	margin-right: 170px;
}

.mr-auto {
	margin-right: auto;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-170 {
	margin-top: 170px;
}

.mt-auto {
	margin-top: auto;
}

.m-170 {
	margin: 170px;
}

.ml-180 {
	margin-left: 180px;
}

.ml-auto {
	margin-left: auto;
}

.mr-180 {
	margin-right: 180px;
}

.mr-auto {
	margin-right: auto;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-180 {
	margin-top: 180px;
}

.mt-auto {
	margin-top: auto;
}

.m-180 {
	margin: 180px;
}

.ml-190 {
	margin-left: 190px;
}

.ml-auto {
	margin-left: auto;
}

.mr-190 {
	margin-right: 190px;
}

.mr-auto {
	margin-right: auto;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-190 {
	margin-top: 190px;
}

.mt-auto {
	margin-top: auto;
}

.m-190 {
	margin: 190px;
}

.ml-200 {
	margin-left: 200px;
}

.ml-auto {
	margin-left: auto;
}

.mr-200 {
	margin-right: 200px;
}

.mr-auto {
	margin-right: auto;
}

.mb-200 {
	margin-bottom: 200px;
}

.mb-auto {
	margin-bottom: auto;
}

.mt-200 {
	margin-top: 200px;
}

.mt-auto {
	margin-top: auto;
}

.m-200 {
	margin: 200px;
}

.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.my-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.my-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.my-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.my-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.my-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.my-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.my-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.my-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.my-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.my-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.my-110 {
	margin-top: 110px;
	margin-bottom: 110px;
}

.my-120 {
	margin-top: 120px;
	margin-bottom: 120px;
}

.my-130 {
	margin-top: 130px;
	margin-bottom: 130px;
}

.my-140 {
	margin-top: 140px;
	margin-bottom: 140px;
}

.my-150 {
	margin-top: 150px;
	margin-bottom: 150px;
}

.my-160 {
	margin-top: 160px;
	margin-bottom: 160px;
}

.my-170 {
	margin-top: 170px;
	margin-bottom: 170px;
}

.my-180 {
	margin-top: 180px;
	margin-bottom: 180px;
}

.my-190 {
	margin-top: 190px;
	margin-bottom: 190px;
}

.my-200 {
	margin-top: 200px;
	margin-bottom: 200px;
}

.mx-0 {
	margin-right: 0px;
	margin-left: 0px;
}

.mx-5 {
	margin-right: 5px;
	margin-left: 5px;
}

.mx-10 {
	margin-right: 10px;
	margin-left: 10px;
}

.mx-15 {
	margin-right: 15px;
	margin-left: 15px;
}

.mx-20 {
	margin-right: 20px;
	margin-left: 20px;
}

.mx-30 {
	margin-right: 30px;
	margin-left: 30px;
}

.mx-40 {
	margin-right: 40px;
	margin-left: 40px;
}

.mx-50 {
	margin-right: 50px;
	margin-left: 50px;
}

.mx-60 {
	margin-right: 60px;
	margin-left: 60px;
}

.mx-70 {
	margin-right: 70px;
	margin-left: 70px;
}

.mx-80 {
	margin-right: 80px;
	margin-left: 80px;
}

.mx-90 {
	margin-right: 90px;
	margin-left: 90px;
}

.mx-100 {
	margin-right: 100px;
	margin-left: 100px;
}

.mx-110 {
	margin-right: 110px;
	margin-left: 110px;
}

.mx-120 {
	margin-right: 120px;
	margin-left: 120px;
}

.mx-130 {
	margin-right: 130px;
	margin-left: 130px;
}

.mx-140 {
	margin-right: 140px;
	margin-left: 140px;
}

.mx-150 {
	margin-right: 150px;
	margin-left: 150px;
}

.mx-160 {
	margin-right: 160px;
	margin-left: 160px;
}

.mx-170 {
	margin-right: 170px;
	margin-left: 170px;
}

.mx-180 {
	margin-right: 180px;
	margin-left: 180px;
}

.mx-190 {
	margin-right: 190px;
	margin-left: 190px;
}

.mx-200 {
	margin-right: 200px;
	margin-left: 200px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.align-hack-0 {
	width: calc(100% + 0px);
	margin-left: -0px;
}

.align-hack-5 {
	width: calc(100% + 5px);
	margin-left: -2.5px;
}

.align-hack-10 {
	width: calc(100% + 10px);
	margin-left: -5px;
}

.align-hack-15 {
	width: calc(100% + 15px);
	margin-left: -7.5px;
}

.align-hack-20 {
	width: calc(100% + 20px);
	margin-left: -10px;
}

.align-hack-30 {
	width: calc(100% + 30px);
	margin-left: -15px;
}

.align-hack-40 {
	width: calc(100% + 40px);
	margin-left: -20px;
}

.align-hack-50 {
	width: calc(100% + 50px);
	margin-left: -25px;
}

.align-hack-60 {
	width: calc(100% + 60px);
	margin-left: -30px;
}

.align-hack-70 {
	width: calc(100% + 70px);
	margin-left: -35px;
}

.align-hack-80 {
	width: calc(100% + 80px);
	margin-left: -40px;
}

.align-hack-90 {
	width: calc(100% + 90px);
	margin-left: -45px;
}

.align-hack-100 {
	width: calc(100% + 100px);
	margin-left: -50px;
}

.align-hack-110 {
	width: calc(100% + 110px);
	margin-left: -55px;
}

.align-hack-120 {
	width: calc(100% + 120px);
	margin-left: -60px;
}

.align-hack-130 {
	width: calc(100% + 130px);
	margin-left: -65px;
}

.align-hack-140 {
	width: calc(100% + 140px);
	margin-left: -70px;
}

.align-hack-150 {
	width: calc(100% + 150px);
	margin-left: -75px;
}

.align-hack-160 {
	width: calc(100% + 160px);
	margin-left: -80px;
}

.align-hack-170 {
	width: calc(100% + 170px);
	margin-left: -85px;
}

.align-hack-180 {
	width: calc(100% + 180px);
	margin-left: -90px;
}

.align-hack-190 {
	width: calc(100% + 190px);
	margin-left: -95px;
}

.align-hack-200 {
	width: calc(100% + 200px);
	margin-left: -100px;
}

.bg-white {
	background-color: #ffffff;
}

.bg-black {
	background-color: #000000;
}

.bg-grey {
	background-color: #797575;
}

.bg-charcoal {
	background-color: #414042;
}

.bg-light-green {
	background-color: #59ba47;
}

.bg-dark-blue {
	background-color: #002f41;
}

.bg-light-grey {
	background-color: #efefef;
}

.bg-mid-grey {
	background-color: #b7b7b7;
}

.bg-colour-primary {
	background-color: #414042;
}

.bg-colour-accent {
	background-color: #000000;
}

.bg-colour-secondary {
	background-color: #797575;
}

.bg-light-green-darkened {
	background-color: #479638;
}

.bg-colour-accent-darkened {
	background-color: black;
}

.bg-colour-secondary-darkened {
	background-color: #5f5c5c;
}

.bg-colour-font {
	background-color: #414042;
}

.bg-wpgrey {
	background-color: #24282c;
}

.hov\:bg-white {
	transition: color 0.3s ease;
}

.hov\:bg-white:hover {
	background-color: #ffffff;
}

.hov\:bg-black {
	transition: color 0.3s ease;
}

.hov\:bg-black:hover {
	background-color: #000000;
}

.hov\:bg-grey {
	transition: color 0.3s ease;
}

.hov\:bg-grey:hover {
	background-color: #797575;
}

.hov\:bg-charcoal {
	transition: color 0.3s ease;
}

.hov\:bg-charcoal:hover {
	background-color: #414042;
}

.hov\:bg-light-green {
	transition: color 0.3s ease;
}

.hov\:bg-light-green:hover {
	background-color: #59ba47;
}

.hov\:bg-dark-blue {
	transition: color 0.3s ease;
}

.hov\:bg-dark-blue:hover {
	background-color: #002f41;
}

.hov\:bg-light-grey {
	transition: color 0.3s ease;
}

.hov\:bg-light-grey:hover {
	background-color: #efefef;
}

.hov\:bg-mid-grey {
	transition: color 0.3s ease;
}

.hov\:bg-mid-grey:hover {
	background-color: #b7b7b7;
}

.hov\:bg-colour-primary {
	transition: color 0.3s ease;
}

.hov\:bg-colour-primary:hover {
	background-color: #414042;
}

.hov\:bg-colour-accent {
	transition: color 0.3s ease;
}

.hov\:bg-colour-accent:hover {
	background-color: #000000;
}

.hov\:bg-colour-secondary {
	transition: color 0.3s ease;
}

.hov\:bg-colour-secondary:hover {
	background-color: #797575;
}

.hov\:bg-light-green-darkened {
	transition: color 0.3s ease;
}

.hov\:bg-light-green-darkened:hover {
	background-color: #479638;
}

.hov\:bg-colour-accent-darkened {
	transition: color 0.3s ease;
}

.hov\:bg-colour-accent-darkened:hover {
	background-color: black;
}

.hov\:bg-colour-secondary-darkened {
	transition: color 0.3s ease;
}

.hov\:bg-colour-secondary-darkened:hover {
	background-color: #5f5c5c;
}

.hov\:bg-colour-font {
	transition: color 0.3s ease;
}

.hov\:bg-colour-font:hover {
	background-color: #414042;
}

.hov\:bg-wpgrey {
	transition: color 0.3s ease;
}

.hov\:bg-wpgrey:hover {
	background-color: #24282c;
}

.bg-trans-black {
	background: rgba(0, 0, 0, 0.15);
}

.gradient-grey {
	background: linear-gradient(to bottom, #ffffff 0%, #d7d7d7 100%);
}

.circle {
	border-radius: 50%;
}

.border-rounded {
	border-radius: 15px;
}

.border-none {
	border: none;
}

.dashed-border {
	border-top: 2px dashed #b7b7b7;

}   

.border-white {
	border: #ffffff solid 1px;
}

.border-left-white {
	border-left: #ffffff solid 1px;
}

.border-right-white {
	border-right: #ffffff solid 1px;
}

.border-top-white {
	border-top: #ffffff solid 1px;
}

.border-bottom-white {
	border-bottom: #ffffff solid 1px;
}

.border-black {
	border: #000000 solid 1px;
}

.border-left-black {
	border-left: #000000 solid 1px;
}

.border-right-black {
	border-right: #000000 solid 1px;
}

.border-top-black {
	border-top: #000000 solid 1px;
}

.border-bottom-black {
	border-bottom: #000000 solid 1px;
}

.border-grey {
	border: #797575 solid 1px;
}

.border-left-grey {
	border-left: #797575 solid 1px;
}

.border-right-grey {
	border-right: #797575 solid 1px;
}

.border-top-grey {
	border-top: #797575 solid 1px;
}

.border-bottom-grey {
	border-bottom: #797575 solid 1px;
}

.border-charcoal {
	border: #414042 solid 1px;
}

.border-left-charcoal {
	border-left: #414042 solid 1px;
}

.border-right-charcoal {
	border-right: #414042 solid 1px;
}

.border-top-charcoal {
	border-top: #414042 solid 1px;
}

.border-bottom-charcoal {
	border-bottom: #414042 solid 1px;
}

.border-light-green {
	border: #59ba47 solid 1px;
}

.border-left-light-green {
	border-left: #59ba47 solid 1px;
}

.border-right-light-green {
	border-right: #59ba47 solid 1px;
}

.border-top-light-green {
	border-top: #59ba47 solid 1px;
}

.border-bottom-light-green {
	border-bottom: #59ba47 solid 1px;
}

.border-dark-blue {
	border: #002f41 solid 1px;
}

.border-left-dark-blue {
	border-left: #002f41 solid 1px;
}

.border-right-dark-blue {
	border-right: #002f41 solid 1px;
}

.border-top-dark-blue {
	border-top: #002f41 solid 1px;
}

.border-bottom-dark-blue {
	border-bottom: #002f41 solid 1px;
}

.border-light-grey {
	border: #efefef solid 1px;
}

.border-left-light-grey {
	border-left: #efefef solid 1px;
}

.border-right-light-grey {
	border-right: #efefef solid 1px;
}

.border-top-light-grey {
	border-top: #efefef solid 1px;
}

.border-bottom-light-grey {
	border-bottom: #efefef solid 1px;
}

.border-mid-grey {
	border: #b7b7b7 solid 1px;
}

.border-left-mid-grey {
	border-left: #b7b7b7 solid 1px;
}

.border-right-mid-grey {
	border-right: #b7b7b7 solid 1px;
}

.border-top-mid-grey {
	border-top: #b7b7b7 solid 1px;
}

.border-bottom-mid-grey {
	border-bottom: #b7b7b7 solid 1px;
}

.border-colour-primary {
	border: #414042 solid 1px;
}

.border-left-colour-primary {
	border-left: #414042 solid 1px;
}

.border-right-colour-primary {
	border-right: #414042 solid 1px;
}

.border-top-colour-primary {
	border-top: #414042 solid 1px;
}

.border-bottom-colour-primary {
	border-bottom: #414042 solid 1px;
}

.border-colour-accent {
	border: #000000 solid 1px;
}

.border-left-colour-accent {
	border-left: #000000 solid 1px;
}

.border-right-colour-accent {
	border-right: #000000 solid 1px;
}

.border-top-colour-accent {
	border-top: #000000 solid 1px;
}

.border-bottom-colour-accent {
	border-bottom: #000000 solid 1px;
}

.border-colour-secondary {
	border: #797575 solid 1px;
}

.border-left-colour-secondary {
	border-left: #797575 solid 1px;
}

.border-right-colour-secondary {
	border-right: #797575 solid 1px;
}

.border-top-colour-secondary {
	border-top: #797575 solid 1px;
}

.border-bottom-colour-secondary {
	border-bottom: #797575 solid 1px;
}

.border-light-green-darkened {
	border: #479638 solid 1px;
}

.border-left-light-green-darkened {
	border-left: #479638 solid 1px;
}

.border-right-light-green-darkened {
	border-right: #479638 solid 1px;
}

.border-top-light-green-darkened {
	border-top: #479638 solid 1px;
}

.border-bottom-light-green-darkened {
	border-bottom: #479638 solid 1px;
}

.border-colour-accent-darkened {
	border: black solid 1px;
}

.border-left-colour-accent-darkened {
	border-left: black solid 1px;
}

.border-right-colour-accent-darkened {
	border-right: black solid 1px;
}

.border-top-colour-accent-darkened {
	border-top: black solid 1px;
}

.border-bottom-colour-accent-darkened {
	border-bottom: black solid 1px;
}

.border-colour-secondary-darkened {
	border: #5f5c5c solid 1px;
}

.border-left-colour-secondary-darkened {
	border-left: #5f5c5c solid 1px;
}

.border-right-colour-secondary-darkened {
	border-right: #5f5c5c solid 1px;
}

.border-top-colour-secondary-darkened {
	border-top: #5f5c5c solid 1px;
}

.border-bottom-colour-secondary-darkened {
	border-bottom: #5f5c5c solid 1px;
}

.border-colour-font {
	border: #414042 solid 1px;
}

.border-left-colour-font {
	border-left: #414042 solid 1px;
}

.border-right-colour-font {
	border-right: #414042 solid 1px;
}

.border-top-colour-font {
	border-top: #414042 solid 1px;
}

.border-bottom-colour-font {
	border-bottom: #414042 solid 1px;
}

.border-wpgrey {
	border: #24282c solid 1px;
}

.border-left-wpgrey {
	border-left: #24282c solid 1px;
}

.border-right-wpgrey {
	border-right: #24282c solid 1px;
}

.border-top-wpgrey {
	border-top: #24282c solid 1px;
}

.border-bottom-wpgrey {
	border-bottom: #24282c solid 1px;
}

.thick-border {
	border-width: 2px;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.flex-row {
	flex-direction: row;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-column {
	flex-direction: column;
}

.align-start {
	align-items: flex-start;
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end;
}

.align-baseline {
	align-items: baseline;
}

.align-stretch {
	align-items: stretch;
}

.justify-start {
	justify-content: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.align-self-start {
	align-self: flex-start;
}

.align-self-center {
	align-self: center;
}

.align-self-end {
	align-self: flex-end;
}

.align-self-baseline {
	align-self: baseline;
}

.align-self-stretch {
	align-self: stretch;
}

/*
* 6.Components
* =========================
* Drilling down a bit now, These add a layer of paint to our Objects.
*/

.picker-form select {
	color: #797575;
	border: solid 1px #797575;
	border-radius: 15px;
	padding: 10px 15px;
	width: 90%;
	margin-top: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../img/icons/select-chevron.svg") no-repeat;
	background-size: 10px;
	background-position: calc(100% - 10px) center;
}

.picker-form select:focus {
	outline: none;
}

.picker-form .btn {
	margin-top: 20px;
}

.form-wrap input,
.form-wrap textarea,
.form-wrap select {
	height: inherit;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap input[type="password"],
.form-wrap select,
.form-wrap textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px 15px !important;
	width: 100%;
	outline: none;
	transition: all 0.2s ease;
	margin-bottom: 0px;
	color: #797575;
	border: solid 1px #797575;
	border-radius: 15px;
	padding: 10px 15px;
	transition: all 0.3s ease;
}

.form-wrap input[type="text"]:focus,
.form-wrap input[type="email"]:focus,
.form-wrap input[type="tel"]:focus,
.form-wrap input[type="password"]:focus,
.form-wrap select:focus,
.form-wrap textarea:focus {
	border-color: #59ba47;
}

.form-wrap li {
	list-style: none !important;
}

.form-wrap .gform_wrapper {
	margin: 0px;
}

.form-wrap .gform_wrapper li.gfield_error input {
	border: 2px solid red;
}

.form-wrap .gform_wrapper li.gfield_error label {
	text-decoration: underline;
	color: red;
}

.form-wrap .gform_wrapper li.gfield {
	width: 50%;
	float: left;
	clear: none;
	margin-top: 0px;
	margin-bottom: 20px;
}

.form-wrap .gform_wrapper li.gfield .ginput_container {
	margin-top: 0px;
}

.form-wrap .gform_wrapper li.gfield input {
	width: 100%;
	margin-top: 0px;
}

.form-wrap .gform_wrapper li.gfield.textarea {
	width: 100%;
}

.form-wrap .gform_wrapper .gform_footer {
	width: 100%;
	text-align: left;
	display: inline-block;
	padding-top: 0px;
	margin-top: 0px;
}

.form-wrap .gform_wrapper .gform_footer input {
	float: none;
	margin-bottom: 0px;
}

.form-wrap .gform_wrapper .gform_footer .gform_button.button {
	width: 200px;
	padding: 10px;
	display: inline-block;
	border-radius: 25px;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s ease;
	color: #ffffff;
	background-color: #59ba47;
	text-transform: uppercase;
}

.form-wrap .gform_wrapper .gform_footer .gform_button.button:hover {
	background-color: #479638;
}

.form-wrap .gform_wrapper .gform_footer .gform_button.button:hover#gform_submit_button_1 {
	background-color: #59ba47;
	border-color: #59ba47;
}

.form-wrap .gform_body {
	margin-bottom: 40px;
}

.form-wrap .gfield_label {
	display: none;
}

.form-wrap .space-right {
	margin-right: 1.5%;
}

.form-wrap .gform_button {
	float: right;
}

.form-wrap .gform_validation_container {
	display: none;
}

.form-wrap .ginput_container_checkbox li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}

.form-wrap .ginput_container_checkbox li label {
	display: inline-block;
	width: 90%;
	padding: 0px;
	margin: 0px;
}

.form-wrap .ginput_container_checkbox li input {
	display: inline-block;
	width: 8%;
	padding: 0px;
	margin: 0px;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

.form-wrap .dob label {
	display: inline-block;
	float: left;
	width: 22.5%;
	margin-top: 10px;
	font-weight: bold;
}

.form-wrap .gfield_date_dropdown_day,
.form-wrap .gfield_date_dropdown_month {
	width: 20%;
	float: left;
	display: inline-block;
	margin-left: 2.5%;
}

.form-wrap .gfield_date_dropdown_year {
	width: 30%;
	float: left;
	display: inline-block;
	margin-left: 2.5%;
}

.gfield_description.validation_message {
	display: none;
}

.validation_error {
	text-align: center;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	background: red;
	padding: 10px;
}

.gform_ajax_spinner {
	max-width: 30px;
}

.ginput_recaptcha {
	display: inline-block !important;
	float: left;
}

.gfield {
	position: relative;
}

.validation_error {
	margin-bottom: 20px;
}

.gfield_error input {
	border: 1px solid red;
}

select.disabled {
	opacity: 0.3;
}

.button,
.btn {
	padding: 10px 20px;
	width: auto;
	display: inline-block;
	border-radius: 25px;
	text-align: center;
	transition: all 0.3s ease;
	font-weight: bold;
	height: 50px;
	line-height: 30px;
}
.search-form .button
{
    padding: 10px 20px;
    width: auto;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #0f2f41;
    background: #9400D3;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
}
.button.btn-small,
.btn.btn-small {
	width: 145px;
	padding: 10px;
	font-size:12px;
}
.hmebtn {
    margin-top: 5%;
}
.btn-green {
	color: #ffffff;
	background-color: #59ba47;
}

.btn-green:hover {
	background-color: #479638;
}

.btn-white {
	background-color: #ffffff;
}

.btn-white:hover {
	background-color: #797575;
	color: #ffffff;
}

.btn-trans {
	border: 1px solid;
}

.btn-trans:hover {
	color: #002f41;
	background: #ffffff;
}

.numbered {
	list-style-type: decimal;
}

.bullet-list {
	list-style: disc;
}

.bullet-list li {
	margin-left: 40px;
}

.social-list {
	margin-left: 40px;
	padding: 5px 0px;
}

.social-list a {
	display: inline-block;
	margin-right: 20px;
}

.social-list a:last-of-type {
	margin-right: 0;
}

.social-list a svg {
	width: 22px;
	height: 22px;
	transition: all 0.3s ease;
}

.wysiwyg {
	text-align: left;
}

.wysiwyg.text-center {
	text-align: center;
}

.wysiwyg.text-right {
	text-align: right;
}

.wysiwyg p {
	padding-bottom: 20px;
}

.wysiwyg p a {
	color: #414042;
	word-wrap: break-word;
}

.wysiwyg p:last-of-type {
	padding-bottom: 0px;
}

.wysiwyg h2,
.wysiwyg .h2,
.wysiwyg h3,
.wysiwyg .h3,
.wysiwyg h4,
.wysiwyg .h4,
.wysiwyg h5,
.wysiwyg .h5 {
	margin-bottom: 20px;
}

.wysiwyg img {
	width: auto;
	margin-bottom: 20px;
}

.wysiwyg ul,
.wysiwyg ol {
	margin: 0px 35px 40px 35px;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}

.wysiwyg ul li {
	list-style: disc;
	list-style-position: inside;
}

.wysiwyg ol li {
	list-style: decimal;
	list-style-position: inside;
}

.wysiwyg .media-wrap,
.wysiwyg iframe {
	margin-bottom: 20px;
}

.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}

.header-logo {
	margin-left: -35px;
}

.hamburger {
	height: 20px;
	width: 30px;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
}

.hamburger span {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.nav-item {
	overflow: hidden;
	position: relative;
}

.nav-item .icon {
	width: 10px;
	height: 10px;
	transition: all 0.3s ease;
}

.nav-item .sub-nav {
	max-height: 0;
	position: absolute;
	width: 120%;
	left: 0;
	padding: 10px 0;
	opacity: 0;
}

.nav-item .sub-nav-item {
	margin-top: 10px;
}

.nav-item:before {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: #59ba47;
	position: absolute;
	bottom: 0;
	left: 51%;
	transition: all 0.3s ease;
}

.nav-item:after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: #59ba47;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
}

.footer-logo {
	width: 175px;
	height: 36px;
	margin-left: -25px;
}

/*
* 7.Theme
* =========================
* Use this for pretty specific styles.
*/

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
	-webkit-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
	-webkit-transform: translate3d(-100px, 100px, 0);
	transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
	-webkit-transform: translate3d(100px, 100px, 0);
	transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
	-webkit-transform: translate3d(-100px, -100px, 0);
	transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
	-webkit-transform: translate3d(100px, -100px, 0);
	transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

[data-aos=zoom-in-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(0.6);
	transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(0.6);
	transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
	transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(0.6);
	transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

[data-aos=zoom-out-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(1.2);
	transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
	transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
	transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(1.2);
	transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

[data-aos=slide-up] {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
	-webkit-transform: perspective(2500px) rotateY(-100deg);
	transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
	-webkit-transform: perspective(2500px) rotateY(100deg);
	transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
	-webkit-transform: perspective(2500px) rotateX(-100deg);
	transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
	-webkit-transform: perspective(2500px) rotateX(100deg);
	transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0);
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	height: 100%;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	z-index: 1;
	position: relative;
	visibility: hidden;
	transition: all 1s ease;
	opacity: 0;
}

.slick-slide .overlap-asset {
	opacity: 0;
	transition: all 0.3s ease;
}

.slick-slide.slick-active {
	z-index: 2;
	visibility: visible;
	opacity: 1;
}

.slick-slide.slick-active .overlap-asset {
	opacity: 1;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow {
	display: inline-block !important;
	cursor: pointer;
}

.slick-arrow.left {
	left: 10px;
}

.slick-arrow.right {
	right: 10px;
}

.slick-arrow svg {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.slick-arrow svg use {
	fill: #ffffff;
}

.slick-arrow:hover svg {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-disabled {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.65s ease-out;
}

.slick-dots {
	position: absolute;
	bottom: 30px;
	display: block;
	width: auto;
	padding: 0;
	list-style: none;
	z-index: 3;
	text-align: left;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 1px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: '•';
	text-align: center;
	opacity: 1;
	border: 1px solid white;
	border-radius: 100%;
	color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: white;
	background: white;
}

.slick-arrows {
	display: inline-block;
	width: auto;
	height: auto;
}

.slick-arrows span {
	color: #000000;
	font-size: 45px;
	font-size: 2.8125rem;
}

.slick-arrows span:first-of-type {
	margin-right: 20px;
}

.hiw-circle {
	border-radius: 50%;
	color: #ffffff;
	background-color: #59ba47;
	font-size: 1.6em;
	font-weight: bold;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
}

.hiw-circle:nth-child(1) {
	left: -25px;
}

.hiw-circle:nth-child(2) {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hiw-circle:nth-child(3) {
	right: -25px;
}

.hiw-circle span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sidebar-calc .picker-form input,
.sidebar-calc .picker-form select {
	background-color: #ffffff;
	width: 100%;
}

.featured-car-image {
	margin-bottom: -150px;
}

.vehicle-select {
	transition: all 0.3s ease;
}

.vehicle-select img {
	transition: all 0.3s ease;
}

.vehicle-select:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.form-wrap .gform_wrapper .validation_error {
	background: none;
	text-align: left;
	padding: 30px 0px 0px 0px;
	border: 0px;
	margin-bottom: 0px;
}

.form-wrap .gform_wrapper li.gfield.gfield_error {
	background: none;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.form-wrap .gform_wrapper li.gfield.gfield_error input {
	width: 95% !important;
	border: 2px solid red !important;
}

.table td {
	padding: 5px;
}

.car-pod {
	transition: all 0.3s ease;
}

.car-pod .car-pod-inner,
.car-pod .media-wrap {
	transition: all 0.3s ease;
}

.car-pod:hover .car-pod-inner,
.car-pod:hover .media-wrap {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.featured-slider .slick-dots {
	top: -35px;
}

.accordion-title.isActive svg {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.accordion-content.isActive {
	max-height: 600px;
	overflow: visible;
}

/*
* 8.Trumps
* =========================
* Use this to trump everything, similiar to our normal shame.css.
* Here we put important rules and super specific utility functions.
*/

@media screen and (min-width: 1220px) {

.nav-item:hover {
	overflow: visible;
}

.nav-item:hover .sub-nav {
	max-height: 1000px;
	transition: opacity 0.3s ease;
	opacity: 1;
}

.nav-item:hover .icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.nav-item:hover:before {
	width: 51%;
	left: 0;
}

.nav-item:hover:after {
	width: 50%;
}

.nav-item.isActive:before {
	width: 51%;
	left: 0;
}

.nav-item.isActive:after {
	width: 50%;
}

}

@media screen and (max-width: 1520px) {

.xl\:col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.xl\:col-auto {
	flex: 0 0 auto;
	width: auto;
}

.xl\:w-1\/12 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.xl\:w-2\/12 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.xl\:w-1\/5 {
	flex: 0 0 20%;
	max-width: 20%;
}

.xl\:w-3\/12,
.xl\:w-1\/4 {
	flex: 0 0 25%;
	max-width: 25%;
}

.xl\:w-4\/12,
.xl\:w-1\/3 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.xl\:w-2\/5 {
	flex: 0 0 40%;
	max-width: 40%;
}

.xl\:w-5\/12 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.xl\:w-6\/12,
.xl\:w-1\/2 {
	flex: 0 0 50%;
	max-width: 50%;
}

.xl\:w-7\/12 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.xl\:w-3\/5 {
	flex: 0 0 60%;
	max-width: 60%;
}

.xl\:w-8\/12,
.xl\:w-2\/3 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.xl\:w-9\/12,
.xl\:w-3\/4 {
	flex: 0 0 75%;
	max-width: 75%;
}

.xl\:w-4\/5 {
	flex: 0 0 80%;
	max-width: 80%;
}

.xl\:w-10\/12 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.xl\:w-11\/12 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.xl\:w-12\/12,
.xl\:w-full {
	flex: 0 0 100%;
	max-width: 100%;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.xl\:vh-40 {
	height: 40vh;
}

.xl\:vh-45 {
	height: 45vh;
}

.xl\:vh-50 {
	height: 50vh;
}

.xl\:vh-55 {
	height: 55vh;
}

.xl\:vh-60 {
	height: 60vh;
}

.xl\:vh-65 {
	height: 65vh;
}

.xl\:vh-70 {
	height: 70vh;
}

.xl\:vh-75 {
	height: 75vh;
}

.xl\:vh-80 {
	height: 80vh;
}

.xl\:vh-85 {
	height: 85vh;
}

.xl\:vh-90 {
	height: 90vh;
}

.xl\:vh-95 {
	height: 95vh;
}

.xl\:vh-100 {
	height: 100vh;
}

.xl\:media-wrap {
	padding-bottom: 56.25%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	positon: relative;
}

.xl\:media-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.xl\:h-auto {
	height: auto;
	min-height: auto;
}

.xl\:none {
	display: none;
}

.xl\:inline {
	display: inline;
}

.xl\:inline-block {
	display: inline-block;
}

.xl\:block {
	display: block;
}

.xl\:flex {
	display: flex;
}

.xl\:inline-flex {
	display: inline-flex;
}

.xl\:text-left {
	text-align: left;
}

.xl\:text-right {
	text-align: right;
}

.xl\:text-center {
	text-align: center;
}

.xl\:text-justify {
	text-align: justify;
}

.xl\:white {
	color: #ffffff;
}

.xl\:black {
	color: #000000;
}

.xl\:grey {
	color: #797575;
}

.xl\:charcoal {
	color: #414042;
}

.xl\:light-green {
	color: #59ba47;
}

.xl\:dark-blue {
	color: #002f41;
}

.xl\:light-grey {
	color: #efefef;
}

.xl\:mid-grey {
	color: #b7b7b7;
}

.xl\:colour-primary {
	color: #414042;
}

.xl\:colour-accent {
	color: #000000;
}

.xl\:colour-secondary {
	color: #797575;
}

.xl\:light-green-darkened {
	color: #479638;
}

.xl\:colour-accent-darkened {
	color: black;
}

.xl\:colour-secondary-darkened {
	color: #5f5c5c;
}

.xl\:colour-font {
	color: #414042;
}

.xl\:wpgrey {
	color: #24282c;
}

.xl\:float-left {
	float: left;
}

.xl\:float-right {
	float: right;
}

.xl\:float-none {
	float: none;
}

.xl\:relative {
	position: relative;
}

.xl\:absolute {
	position: absolute;
}

.xl\:h-100 {
	height: 100%;
}

.xl\:w-100 {
	width: 100%;
}

.xl\:h-auto {
	height: auto;
}

.xl\:pl-0 {
	padding-left: 0px;
}

.xl\:pr-0 {
	padding-right: 0px;
}

.xl\:pb-0 {
	padding-bottom: 0px;
}

.xl\:pt-0 {
	padding-top: 0px;
}

.xl\:p-0 {
	padding: 0px;
}

.xl\:pl-5 {
	padding-left: 5px;
}

.xl\:pr-5 {
	padding-right: 5px;
}

.xl\:pb-5 {
	padding-bottom: 5px;
}

.xl\:pt-5 {
	padding-top: 5px;
}

.xl\:p-5 {
	padding: 5px;
}

.xl\:pl-10 {
	padding-left: 10px;
}

.xl\:pr-10 {
	padding-right: 10px;
}

.xl\:pb-10 {
	padding-bottom: 10px;
}

.xl\:pt-10 {
	padding-top: 10px;
}

.xl\:p-10 {
	padding: 10px;
}

.xl\:pl-15 {
	padding-left: 15px;
}

.xl\:pr-15 {
	padding-right: 15px;
}

.xl\:pb-15 {
	padding-bottom: 15px;
}

.xl\:pt-15 {
	padding-top: 15px;
}

.xl\:p-15 {
	padding: 15px;
}

.xl\:pl-20 {
	padding-left: 20px;
}

.xl\:pr-20 {
	padding-right: 20px;
}

.xl\:pb-20 {
	padding-bottom: 20px;
}

.xl\:pt-20 {
	padding-top: 20px;
}

.xl\:p-20 {
	padding: 20px;
}

.xl\:pl-30 {
	padding-left: 30px;
}

.xl\:pr-30 {
	padding-right: 30px;
}

.xl\:pb-30 {
	padding-bottom: 30px;
}

.xl\:pt-30 {
	padding-top: 30px;
}

.xl\:p-30 {
	padding: 30px;
}

.xl\:pl-40 {
	padding-left: 40px;
}

.xl\:pr-40 {
	padding-right: 40px;
}

.xl\:pb-40 {
	padding-bottom: 40px;
}

.xl\:pt-40 {
	padding-top: 40px;
}

.xl\:p-40 {
	padding: 40px;
}

.xl\:pl-50 {
	padding-left: 50px;
}

.xl\:pr-50 {
	padding-right: 50px;
}

.xl\:pb-50 {
	padding-bottom: 50px;
}

.xl\:pt-50 {
	padding-top: 50px;
}

.xl\:p-50 {
	padding: 50px;
}

.xl\:pl-60 {
	padding-left: 60px;
}

.xl\:pr-60 {
	padding-right: 60px;
}

.xl\:pb-60 {
	padding-bottom: 60px;
}

.xl\:pt-60 {
	padding-top: 60px;
}

.xl\:p-60 {
	padding: 60px;
}

.xl\:pl-70 {
	padding-left: 70px;
}

.xl\:pr-70 {
	padding-right: 70px;
}

.xl\:pb-70 {
	padding-bottom: 70px;
}

.xl\:pt-70 {
	padding-top: 70px;
}

.xl\:p-70 {
	padding: 70px;
}

.xl\:pl-80 {
	padding-left: 80px;
}

.xl\:pr-80 {
	padding-right: 80px;
}

.xl\:pb-80 {
	padding-bottom: 80px;
}

.xl\:pt-80 {
	padding-top: 80px;
}

.xl\:p-80 {
	padding: 80px;
}

.xl\:pl-90 {
	padding-left: 90px;
}

.xl\:pr-90 {
	padding-right: 90px;
}

.xl\:pb-90 {
	padding-bottom: 90px;
}

.xl\:pt-90 {
	padding-top: 90px;
}

.xl\:p-90 {
	padding: 90px;
}

.xl\:pl-100 {
	padding-left: 100px;
}

.xl\:pr-100 {
	padding-right: 100px;
}

.xl\:pb-100 {
	padding-bottom: 100px;
}

.xl\:pt-100 {
	padding-top: 100px;
}

.xl\:p-100 {
	padding: 100px;
}

.xl\:pl-110 {
	padding-left: 110px;
}

.xl\:pr-110 {
	padding-right: 110px;
}

.xl\:pb-110 {
	padding-bottom: 110px;
}

.xl\:pt-110 {
	padding-top: 110px;
}

.xl\:p-110 {
	padding: 110px;
}

.xl\:pl-120 {
	padding-left: 120px;
}

.xl\:pr-120 {
	padding-right: 120px;
}

.xl\:pb-120 {
	padding-bottom: 120px;
}

.xl\:pt-120 {
	padding-top: 120px;
}

.xl\:p-120 {
	padding: 120px;
}

.xl\:pl-130 {
	padding-left: 130px;
}

.xl\:pr-130 {
	padding-right: 130px;
}

.xl\:pb-130 {
	padding-bottom: 130px;
}

.xl\:pt-130 {
	padding-top: 130px;
}

.xl\:p-130 {
	padding: 130px;
}

.xl\:pl-140 {
	padding-left: 140px;
}

.xl\:pr-140 {
	padding-right: 140px;
}

.xl\:pb-140 {
	padding-bottom: 140px;
}

.xl\:pt-140 {
	padding-top: 140px;
}

.xl\:p-140 {
	padding: 140px;
}

.xl\:pl-150 {
	padding-left: 150px;
}

.xl\:pr-150 {
	padding-right: 150px;
}

.xl\:pb-150 {
	padding-bottom: 150px;
}

.xl\:pt-150 {
	padding-top: 150px;
}

.xl\:p-150 {
	padding: 150px;
}

.xl\:pl-160 {
	padding-left: 160px;
}

.xl\:pr-160 {
	padding-right: 160px;
}

.xl\:pb-160 {
	padding-bottom: 160px;
}

.xl\:pt-160 {
	padding-top: 160px;
}

.xl\:p-160 {
	padding: 160px;
}

.xl\:pl-170 {
	padding-left: 170px;
}

.xl\:pr-170 {
	padding-right: 170px;
}

.xl\:pb-170 {
	padding-bottom: 170px;
}

.xl\:pt-170 {
	padding-top: 170px;
}

.xl\:p-170 {
	padding: 170px;
}

.xl\:pl-180 {
	padding-left: 180px;
}

.xl\:pr-180 {
	padding-right: 180px;
}

.xl\:pb-180 {
	padding-bottom: 180px;
}

.xl\:pt-180 {
	padding-top: 180px;
}

.xl\:p-180 {
	padding: 180px;
}

.xl\:pl-190 {
	padding-left: 190px;
}

.xl\:pr-190 {
	padding-right: 190px;
}

.xl\:pb-190 {
	padding-bottom: 190px;
}

.xl\:pt-190 {
	padding-top: 190px;
}

.xl\:p-190 {
	padding: 190px;
}

.xl\:pl-200 {
	padding-left: 200px;
}

.xl\:pr-200 {
	padding-right: 200px;
}

.xl\:pb-200 {
	padding-bottom: 200px;
}

.xl\:pt-200 {
	padding-top: 200px;
}

.xl\:p-200 {
	padding: 200px;
}

.xl\:py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.xl\:py-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.xl\:py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.xl\:py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.xl\:py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.xl\:py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.xl\:py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.xl\:py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.xl\:py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.xl\:py-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.xl\:py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.xl\:py-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.xl\:py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.xl\:py-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.xl\:py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.xl\:py-130 {
	padding-top: 130px;
	padding-bottom: 130px;
}

.xl\:py-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}

.xl\:py-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.xl\:py-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}

.xl\:py-170 {
	padding-top: 170px;
	padding-bottom: 170px;
}

.xl\:py-180 {
	padding-top: 180px;
	padding-bottom: 180px;
}

.xl\:py-190 {
	padding-top: 190px;
	padding-bottom: 190px;
}

.xl\:py-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.xl\:px-0 {
	padding-right: 0px;
	padding-left: 0px;
}

.xl\:px-5 {
	padding-right: 5px;
	padding-left: 5px;
}

.xl\:px-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.xl\:px-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.xl\:px-20 {
	padding-right: 20px;
	padding-left: 20px;
}

.xl\:px-30 {
	padding-right: 30px;
	padding-left: 30px;
}

.xl\:px-40 {
	padding-right: 40px;
	padding-left: 40px;
}

.xl\:px-50 {
	padding-right: 50px;
	padding-left: 50px;
}

.xl\:px-60 {
	padding-right: 60px;
	padding-left: 60px;
}

.xl\:px-70 {
	padding-right: 70px;
	padding-left: 70px;
}

.xl\:px-80 {
	padding-right: 80px;
	padding-left: 80px;
}

.xl\:px-90 {
	padding-right: 90px;
	padding-left: 90px;
}

.xl\:px-100 {
	padding-right: 100px;
	padding-left: 100px;
}

.xl\:px-110 {
	padding-right: 110px;
	padding-left: 110px;
}

.xl\:px-120 {
	padding-right: 120px;
	padding-left: 120px;
}

.xl\:px-130 {
	padding-right: 130px;
	padding-left: 130px;
}

.xl\:px-140 {
	padding-right: 140px;
	padding-left: 140px;
}

.xl\:px-150 {
	padding-right: 150px;
	padding-left: 150px;
}

.xl\:px-160 {
	padding-right: 160px;
	padding-left: 160px;
}

.xl\:px-170 {
	padding-right: 170px;
	padding-left: 170px;
}

.xl\:px-180 {
	padding-right: 180px;
	padding-left: 180px;
}

.xl\:px-190 {
	padding-right: 190px;
	padding-left: 190px;
}

.xl\:px-200 {
	padding-right: 200px;
	padding-left: 200px;
}

.xl\:ml-0 {
	margin-left: 0px;
}

.xl\:mr-0 {
	margin-right: 0px;
}

.xl\:mb-0 {
	margin-bottom: 0px;
}

.xl\:mt-0 {
	margin-top: 0px;
}

.xl\:m-0 {
	margin: 0px;
}

.xl\:ml-5 {
	margin-left: 5px;
}

.xl\:mr-5 {
	margin-right: 5px;
}

.xl\:mb-5 {
	margin-bottom: 5px;
}

.xl\:mt-5 {
	margin-top: 5px;
}

.xl\:m-5 {
	margin: 5px;
}

.xl\:ml-10 {
	margin-left: 10px;
}

.xl\:mr-10 {
	margin-right: 10px;
}

.xl\:mb-10 {
	margin-bottom: 10px;
}

.xl\:mt-10 {
	margin-top: 10px;
}

.xl\:m-10 {
	margin: 10px;
}

.xl\:ml-15 {
	margin-left: 15px;
}

.xl\:mr-15 {
	margin-right: 15px;
}

.xl\:mb-15 {
	margin-bottom: 15px;
}

.xl\:mt-15 {
	margin-top: 15px;
}

.xl\:m-15 {
	margin: 15px;
}

.xl\:ml-20 {
	margin-left: 20px;
}

.xl\:mr-20 {
	margin-right: 20px;
}

.xl\:mb-20 {
	margin-bottom: 20px;
}

.xl\:mt-20 {
	margin-top: 20px;
}

.xl\:m-20 {
	margin: 20px;
}

.xl\:ml-30 {
	margin-left: 30px;
}

.xl\:mr-30 {
	margin-right: 30px;
}

.xl\:mb-30 {
	margin-bottom: 30px;
}

.xl\:mt-30 {
	margin-top: 30px;
}

.xl\:m-30 {
	margin: 30px;
}

.xl\:ml-40 {
	margin-left: 40px;
}

.xl\:mr-40 {
	margin-right: 40px;
}

.xl\:mb-40 {
	margin-bottom: 40px;
}

.xl\:mt-40 {
	margin-top: 40px;
}

.xl\:m-40 {
	margin: 40px;
}

.xl\:ml-50 {
	margin-left: 50px;
}

.xl\:mr-50 {
	margin-right: 50px;
}

.xl\:mb-50 {
	margin-bottom: 50px;
}

.xl\:mt-50 {
	margin-top: 50px;
}

.xl\:m-50 {
	margin: 50px;
}

.xl\:ml-60 {
	margin-left: 60px;
}

.xl\:mr-60 {
	margin-right: 60px;
}

.xl\:mb-60 {
	margin-bottom: 60px;
}

.xl\:mt-60 {
	margin-top: 60px;
}

.xl\:m-60 {
	margin: 60px;
}

.xl\:ml-70 {
	margin-left: 70px;
}

.xl\:mr-70 {
	margin-right: 70px;
}

.xl\:mb-70 {
	margin-bottom: 70px;
}

.xl\:mt-70 {
	margin-top: 70px;
}

.xl\:m-70 {
	margin: 70px;
}

.xl\:ml-80 {
	margin-left: 80px;
}

.xl\:mr-80 {
	margin-right: 80px;
}

.xl\:mb-80 {
	margin-bottom: 80px;
}

.xl\:mt-80 {
	margin-top: 80px;
}

.xl\:m-80 {
	margin: 80px;
}

.xl\:ml-90 {
	margin-left: 90px;
}

.xl\:mr-90 {
	margin-right: 90px;
}

.xl\:mb-90 {
	margin-bottom: 90px;
}

.xl\:mt-90 {
	margin-top: 90px;
}

.xl\:m-90 {
	margin: 90px;
}

.xl\:ml-100 {
	margin-left: 100px;
}

.xl\:mr-100 {
	margin-right: 100px;
}

.xl\:mb-100 {
	margin-bottom: 100px;
}

.xl\:mt-100 {
	margin-top: 100px;
}

.xl\:m-100 {
	margin: 100px;
}

.xl\:ml-110 {
	margin-left: 110px;
}

.xl\:mr-110 {
	margin-right: 110px;
}

.xl\:mb-110 {
	margin-bottom: 110px;
}

.xl\:mt-110 {
	margin-top: 110px;
}

.xl\:m-110 {
	margin: 110px;
}

.xl\:ml-120 {
	margin-left: 120px;
}

.xl\:mr-120 {
	margin-right: 120px;
}

.xl\:mb-120 {
	margin-bottom: 120px;
}

.xl\:mt-120 {
	margin-top: 120px;
}

.xl\:m-120 {
	margin: 120px;
}

.xl\:ml-130 {
	margin-left: 130px;
}

.xl\:mr-130 {
	margin-right: 130px;
}

.xl\:mb-130 {
	margin-bottom: 130px;
}

.xl\:mt-130 {
	margin-top: 130px;
}

.xl\:m-130 {
	margin: 130px;
}

.xl\:ml-140 {
	margin-left: 140px;
}

.xl\:mr-140 {
	margin-right: 140px;
}

.xl\:mb-140 {
	margin-bottom: 140px;
}

.xl\:mt-140 {
	margin-top: 140px;
}

.xl\:m-140 {
	margin: 140px;
}

.xl\:ml-150 {
	margin-left: 150px;
}

.xl\:mr-150 {
	margin-right: 150px;
}

.xl\:mb-150 {
	margin-bottom: 150px;
}

.xl\:mt-150 {
	margin-top: 150px;
}

.xl\:m-150 {
	margin: 150px;
}

.xl\:ml-160 {
	margin-left: 160px;
}

.xl\:mr-160 {
	margin-right: 160px;
}

.xl\:mb-160 {
	margin-bottom: 160px;
}

.xl\:mt-160 {
	margin-top: 160px;
}

.xl\:m-160 {
	margin: 160px;
}

.xl\:ml-170 {
	margin-left: 170px;
}

.xl\:mr-170 {
	margin-right: 170px;
}

.xl\:mb-170 {
	margin-bottom: 170px;
}

.xl\:mt-170 {
	margin-top: 170px;
}

.xl\:m-170 {
	margin: 170px;
}

.xl\:ml-180 {
	margin-left: 180px;
}

.xl\:mr-180 {
	margin-right: 180px;
}

.xl\:mb-180 {
	margin-bottom: 180px;
}

.xl\:mt-180 {
	margin-top: 180px;
}

.xl\:m-180 {
	margin: 180px;
}

.xl\:ml-190 {
	margin-left: 190px;
}

.xl\:mr-190 {
	margin-right: 190px;
}

.xl\:mb-190 {
	margin-bottom: 190px;
}

.xl\:mt-190 {
	margin-top: 190px;
}

.xl\:m-190 {
	margin: 190px;
}

.xl\:ml-200 {
	margin-left: 200px;
}

.xl\:mr-200 {
	margin-right: 200px;
}

.xl\:mb-200 {
	margin-bottom: 200px;
}

.xl\:mt-200 {
	margin-top: 200px;
}

.xl\:m-200 {
	margin: 200px;
}

.xl\:my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.xl\:my-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.xl\:my-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.xl\:my-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.xl\:my-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.xl\:my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.xl\:my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.xl\:my-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.xl\:my-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.xl\:my-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.xl\:my-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.xl\:my-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.xl\:my-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.xl\:my-110 {
	margin-top: 110px;
	margin-bottom: 110px;
}

.xl\:my-120 {
	margin-top: 120px;
	margin-bottom: 120px;
}

.xl\:my-130 {
	margin-top: 130px;
	margin-bottom: 130px;
}

.xl\:my-140 {
	margin-top: 140px;
	margin-bottom: 140px;
}

.xl\:my-150 {
	margin-top: 150px;
	margin-bottom: 150px;
}

.xl\:my-160 {
	margin-top: 160px;
	margin-bottom: 160px;
}

.xl\:my-170 {
	margin-top: 170px;
	margin-bottom: 170px;
}

.xl\:my-180 {
	margin-top: 180px;
	margin-bottom: 180px;
}

.xl\:my-190 {
	margin-top: 190px;
	margin-bottom: 190px;
}

.xl\:my-200 {
	margin-top: 200px;
	margin-bottom: 200px;
}

.xl\:mx-0 {
	margin-right: 0px;
	margin-left: 0px;
}

.xl\:mx-5 {
	margin-right: 5px;
	margin-left: 5px;
}

.xl\:mx-10 {
	margin-right: 10px;
	margin-left: 10px;
}

.xl\:mx-15 {
	margin-right: 15px;
	margin-left: 15px;
}

.xl\:mx-20 {
	margin-right: 20px;
	margin-left: 20px;
}

.xl\:mx-30 {
	margin-right: 30px;
	margin-left: 30px;
}

.xl\:mx-40 {
	margin-right: 40px;
	margin-left: 40px;
}

.xl\:mx-50 {
	margin-right: 50px;
	margin-left: 50px;
}

.xl\:mx-60 {
	margin-right: 60px;
	margin-left: 60px;
}

.xl\:mx-70 {
	margin-right: 70px;
	margin-left: 70px;
}

.xl\:mx-80 {
	margin-right: 80px;
	margin-left: 80px;
}

.xl\:mx-90 {
	margin-right: 90px;
	margin-left: 90px;
}

.xl\:mx-100 {
	margin-right: 100px;
	margin-left: 100px;
}

.xl\:mx-110 {
	margin-right: 110px;
	margin-left: 110px;
}

.xl\:mx-120 {
	margin-right: 120px;
	margin-left: 120px;
}

.xl\:mx-130 {
	margin-right: 130px;
	margin-left: 130px;
}

.xl\:mx-140 {
	margin-right: 140px;
	margin-left: 140px;
}

.xl\:mx-150 {
	margin-right: 150px;
	margin-left: 150px;
}

.xl\:mx-160 {
	margin-right: 160px;
	margin-left: 160px;
}

.xl\:mx-170 {
	margin-right: 170px;
	margin-left: 170px;
}

.xl\:mx-180 {
	margin-right: 180px;
	margin-left: 180px;
}

.xl\:mx-190 {
	margin-right: 190px;
	margin-left: 190px;
}

.xl\:mx-200 {
	margin-right: 200px;
	margin-left: 200px;
}

.xl\:mx-auto {
	margin-right: auto;
	margin-left: auto;
}

.xl\:bg-white {
	background-color: #ffffff;
}

.xl\:bg-black {
	background-color: #000000;
}

.xl\:bg-grey {
	background-color: #797575;
}

.xl\:bg-charcoal {
	background-color: #414042;
}

.xl\:bg-light-green {
	background-color: #59ba47;
}

.xl\:bg-dark-blue {
	background-color: #002f41;
}

.xl\:bg-light-grey {
	background-color: #efefef;
}

.xl\:bg-mid-grey {
	background-color: #b7b7b7;
}

.xl\:bg-colour-primary {
	background-color: #414042;
}

.xl\:bg-colour-accent {
	background-color: #000000;
}

.xl\:bg-colour-secondary {
	background-color: #797575;
}

.xl\:bg-light-green-darkened {
	background-color: #479638;
}

.xl\:bg-colour-accent-darkened {
	background-color: black;
}

.xl\:bg-colour-secondary-darkened {
	background-color: #5f5c5c;
}

.xl\:bg-colour-font {
	background-color: #414042;
}

.xl\:bg-wpgrey {
	background-color: #24282c;
}

.xl\:h-100 {
	height: 100%;
}

.xl\:order-1 {
	order: 1;
}

.xl\:order-2 {
	order: 2;
}

.xl\:flex-row {
	flex-direction: row;
}

.xl\:flex-wrap {
	flex-wrap: wrap;
}

.xl\:flex-nowrap {
	flex-wrap: nowrap;
}

.xl\:flex-column {
	flex-direction: column;
}

.xl\:align-start {
	align-items: flex-start;
}

.xl\:align-center {
	align-items: center;
}

.xl\:align-end {
	align-items: flex-end;
}

.xl\:align-baseline {
	align-items: baseline;
}

.xl\:align-stretch {
	align-items: stretch;
}

.xl\:justify-start {
	justify-content: flex-start;
}

.xl\:justify-center {
	justify-content: center;
}

.xl\:justify-end {
	justify-content: flex-end;
}

.xl\:justify-between {
	justify-content: space-between;
}

.xl\:justify-around {
	justify-content: space-around;
}

.xl\:align-self-start {
	align-self: flex-start;
}

.xl\:align-self-center {
	align-self: center;
}

.xl\:align-self-end {
	align-self: flex-end;
}

.xl\:align-self-baseline {
	align-self: baseline;
}

.xl\:align-self-stretch {
	align-self: stretch;
}

.header {
	padding: 0 15px;
}

.header-logo {
	margin-left: 0;
}

}

@media screen and (max-width: 1436px) {

.header-logo {
	width: 220px;
}

}

@media screen and (max-width: 1356px) {

.header-logo {
	width: 200px;
}

}

@media screen and (max-width: 1220px) {

.lg\:col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.lg\:col-auto {
	flex: 0 0 auto;
	width: auto;
}

.lg\:w-1\/12 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.lg\:w-2\/12 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.lg\:w-1\/5 {
	flex: 0 0 20%;
	max-width: 20%;
}

.lg\:w-3\/12,
.lg\:w-1\/4 {
	flex: 0 0 25%;
	max-width: 25%;
}

.lg\:w-4\/12,
.lg\:w-1\/3 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.lg\:w-2\/5 {
	flex: 0 0 40%;
	max-width: 40%;
}

.lg\:w-5\/12 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.lg\:w-6\/12,
.lg\:w-1\/2 {
	flex: 0 0 50%;
	max-width: 50%;
}

.lg\:w-7\/12 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.lg\:w-3\/5 {
	flex: 0 0 60%;
	max-width: 60%;
}

.lg\:w-8\/12,
.lg\:w-2\/3 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.lg\:w-9\/12,
.lg\:w-3\/4 {
	flex: 0 0 75%;
	max-width: 75%;
}

.lg\:w-4\/5 {
	flex: 0 0 80%;
	max-width: 80%;
}

.lg\:w-10\/12 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.lg\:w-11\/12 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.lg\:w-12\/12,
.lg\:w-full {
	flex: 0 0 100%;
	max-width: 100%;
}

.lg\:vh-40 {
	height: 40vh;
}

.lg\:vh-45 {
	height: 45vh;
}

.lg\:vh-50 {
	height: 50vh;
}

.lg\:vh-55 {
	height: 55vh;
}

.lg\:vh-60 {
	height: 60vh;
}

.lg\:vh-65 {
	height: 65vh;
}

.lg\:vh-70 {
	height: 70vh;
}

.lg\:vh-75 {
	height: 75vh;
}

.lg\:vh-80 {
	height: 80vh;
}

.lg\:vh-85 {
	height: 85vh;
}

.lg\:vh-90 {
	height: 90vh;
}

.lg\:vh-95 {
	height: 95vh;
}

.lg\:vh-100 {
	height: 100vh;
}

.lg\:media-wrap {
	padding-bottom: 56.25%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	positon: relative;
}

.lg\:media-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.lg\:h-auto {
	height: auto;
	min-height: auto;
}

.lg\:none {
	display: none;
}

.lg\:inline {
	display: inline;
}

.lg\:inline-block {
	display: inline-block;
}

.lg\:block {
	display: block;
}

.lg\:flex {
	display: flex;
}

.lg\:inline-flex {
	display: inline-flex;
}

.lg\:text-left {
	text-align: left;
}

.lg\:text-right {
	text-align: right;
}

.lg\:text-center {
	text-align: center;
}

.lg\:text-justify {
	text-align: justify;
}

.lg\:white {
	color: #ffffff;
}

.lg\:black {
	color: #000000;
}

.lg\:grey {
	color: #797575;
}

.lg\:charcoal {
	color: #414042;
}

.lg\:light-green {
	color: #59ba47;
}

.lg\:dark-blue {
	color: #002f41;
}

.lg\:light-grey {
	color: #efefef;
}

.lg\:mid-grey {
	color: #b7b7b7;
}

.lg\:colour-primary {
	color: #414042;
}

.lg\:colour-accent {
	color: #000000;
}

.lg\:colour-secondary {
	color: #797575;
}

.lg\:light-green-darkened {
	color: #479638;
}

.lg\:colour-accent-darkened {
	color: black;
}

.lg\:colour-secondary-darkened {
	color: #5f5c5c;
}

.lg\:colour-font {
	color: #414042;
}

.lg\:wpgrey {
	color: #24282c;
}

.lg\:float-left {
	float: left;
}

.lg\:float-right {
	float: right;
}

.lg\:float-none {
	float: none;
}

.lg\:relative {
	position: relative;
}

.lg\:absolute {
	position: absolute;
}

.lg\:h-100 {
	height: 100%;
}

.lg\:w-100 {
	width: 100%;
}

.lg\:h-auto {
	height: auto;
}

.lg\:pl-0 {
	padding-left: 0px;
}

.lg\:pr-0 {
	padding-right: 0px;
}

.lg\:pb-0 {
	padding-bottom: 0px;
}

.lg\:pt-0 {
	padding-top: 0px;
}

.lg\:p-0 {
	padding: 0px;
}

.lg\:pl-5 {
	padding-left: 5px;
}

.lg\:pr-5 {
	padding-right: 5px;
}

.lg\:pb-5 {
	padding-bottom: 5px;
}

.lg\:pt-5 {
	padding-top: 5px;
}

.lg\:p-5 {
	padding: 5px;
}

.lg\:pl-10 {
	padding-left: 10px;
}

.lg\:pr-10 {
	padding-right: 10px;
}

.lg\:pb-10 {
	padding-bottom: 10px;
}

.lg\:pt-10 {
	padding-top: 10px;
}

.lg\:p-10 {
	padding: 10px;
}

.lg\:pl-15 {
	padding-left: 15px;
}

.lg\:pr-15 {
	padding-right: 15px;
}

.lg\:pb-15 {
	padding-bottom: 15px;
}

.lg\:pt-15 {
	padding-top: 15px;
}

.lg\:p-15 {
	padding: 15px;
}

.lg\:pl-20 {
	padding-left: 20px;
}

.lg\:pr-20 {
	padding-right: 20px;
}

.lg\:pb-20 {
	padding-bottom: 20px;
}

.lg\:pt-20 {
	padding-top: 20px;
}

.lg\:p-20 {
	padding: 20px;
}

.lg\:pl-30 {
	padding-left: 30px;
}

.lg\:pr-30 {
	padding-right: 30px;
}

.lg\:pb-30 {
	padding-bottom: 30px;
}

.lg\:pt-30 {
	padding-top: 30px;
}

.lg\:p-30 {
	padding: 30px;
}

.lg\:pl-40 {
	padding-left: 40px;
}

.lg\:pr-40 {
	padding-right: 40px;
}

.lg\:pb-40 {
	padding-bottom: 40px;
}

.lg\:pt-40 {
	padding-top: 40px;
}

.lg\:p-40 {
	padding: 40px;
}

.lg\:pl-50 {
	padding-left: 50px;
}

.lg\:pr-50 {
	padding-right: 50px;
}

.lg\:pb-50 {
	padding-bottom: 50px;
}

.lg\:pt-50 {
	padding-top: 50px;
}

.lg\:p-50 {
	padding: 50px;
}

.lg\:pl-60 {
	padding-left: 60px;
}

.lg\:pr-60 {
	padding-right: 60px;
}

.lg\:pb-60 {
	padding-bottom: 60px;
}

.lg\:pt-60 {
	padding-top: 60px;
}

.lg\:p-60 {
	padding: 60px;
}

.lg\:pl-70 {
	padding-left: 70px;
}

.lg\:pr-70 {
	padding-right: 70px;
}

.lg\:pb-70 {
	padding-bottom: 70px;
}

.lg\:pt-70 {
	padding-top: 70px;
}

.lg\:p-70 {
	padding: 70px;
}

.lg\:pl-80 {
	padding-left: 80px;
}

.lg\:pr-80 {
	padding-right: 80px;
}

.lg\:pb-80 {
	padding-bottom: 80px;
}

.lg\:pt-80 {
	padding-top: 80px;
}

.lg\:p-80 {
	padding: 80px;
}

.lg\:pl-90 {
	padding-left: 90px;
}

.lg\:pr-90 {
	padding-right: 90px;
}

.lg\:pb-90 {
	padding-bottom: 90px;
}

.lg\:pt-90 {
	padding-top: 90px;
}

.lg\:p-90 {
	padding: 90px;
}

.lg\:pl-100 {
	padding-left: 100px;
}

.lg\:pr-100 {
	padding-right: 100px;
}

.lg\:pb-100 {
	padding-bottom: 100px;
}

.lg\:pt-100 {
	padding-top: 100px;
}

.lg\:p-100 {
	padding: 100px;
}

.lg\:pl-110 {
	padding-left: 110px;
}

.lg\:pr-110 {
	padding-right: 110px;
}

.lg\:pb-110 {
	padding-bottom: 110px;
}

.lg\:pt-110 {
	padding-top: 110px;
}

.lg\:p-110 {
	padding: 110px;
}

.lg\:pl-120 {
	padding-left: 120px;
}

.lg\:pr-120 {
	padding-right: 120px;
}

.lg\:pb-120 {
	padding-bottom: 120px;
}

.lg\:pt-120 {
	padding-top: 120px;
}

.lg\:p-120 {
	padding: 120px;
}

.lg\:pl-130 {
	padding-left: 130px;
}

.lg\:pr-130 {
	padding-right: 130px;
}

.lg\:pb-130 {
	padding-bottom: 130px;
}

.lg\:pt-130 {
	padding-top: 130px;
}

.lg\:p-130 {
	padding: 130px;
}

.lg\:pl-140 {
	padding-left: 140px;
}

.lg\:pr-140 {
	padding-right: 140px;
}

.lg\:pb-140 {
	padding-bottom: 140px;
}

.lg\:pt-140 {
	padding-top: 140px;
}

.lg\:p-140 {
	padding: 140px;
}

.lg\:pl-150 {
	padding-left: 150px;
}

.lg\:pr-150 {
	padding-right: 150px;
}

.lg\:pb-150 {
	padding-bottom: 150px;
}

.lg\:pt-150 {
	padding-top: 150px;
}

.lg\:p-150 {
	padding: 150px;
}

.lg\:pl-160 {
	padding-left: 160px;
}

.lg\:pr-160 {
	padding-right: 160px;
}

.lg\:pb-160 {
	padding-bottom: 160px;
}

.lg\:pt-160 {
	padding-top: 160px;
}

.lg\:p-160 {
	padding: 160px;
}

.lg\:pl-170 {
	padding-left: 170px;
}

.lg\:pr-170 {
	padding-right: 170px;
}

.lg\:pb-170 {
	padding-bottom: 170px;
}

.lg\:pt-170 {
	padding-top: 170px;
}

.lg\:p-170 {
	padding: 170px;
}

.lg\:pl-180 {
	padding-left: 180px;
}

.lg\:pr-180 {
	padding-right: 180px;
}

.lg\:pb-180 {
	padding-bottom: 180px;
}

.lg\:pt-180 {
	padding-top: 180px;
}

.lg\:p-180 {
	padding: 180px;
}

.lg\:pl-190 {
	padding-left: 190px;
}

.lg\:pr-190 {
	padding-right: 190px;
}

.lg\:pb-190 {
	padding-bottom: 190px;
}

.lg\:pt-190 {
	padding-top: 190px;
}

.lg\:p-190 {
	padding: 190px;
}

.lg\:pl-200 {
	padding-left: 200px;
}

.lg\:pr-200 {
	padding-right: 200px;
}

.lg\:pb-200 {
	padding-bottom: 200px;
}

.lg\:pt-200 {
	padding-top: 200px;
}

.lg\:p-200 {
	padding: 200px;
}

.lg\:py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.lg\:py-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.lg\:py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.lg\:py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.lg\:py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.lg\:py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.lg\:py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.lg\:py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.lg\:py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.lg\:py-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.lg\:py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.lg\:py-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.lg\:py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.lg\:py-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.lg\:py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.lg\:py-130 {
	padding-top: 130px;
	padding-bottom: 130px;
}

.lg\:py-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}

.lg\:py-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.lg\:py-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}

.lg\:py-170 {
	padding-top: 170px;
	padding-bottom: 170px;
}

.lg\:py-180 {
	padding-top: 180px;
	padding-bottom: 180px;
}

.lg\:py-190 {
	padding-top: 190px;
	padding-bottom: 190px;
}

.lg\:py-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.lg\:px-0 {
	padding-right: 0px;
	padding-left: 0px;
}

.lg\:px-5 {
	padding-right: 5px;
	padding-left: 5px;
}

.lg\:px-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.lg\:px-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.lg\:px-20 {
	padding-right: 20px;
	padding-left: 20px;
}

.lg\:px-30 {
	padding-right: 30px;
	padding-left: 30px;
}

.lg\:px-40 {
	padding-right: 40px;
	padding-left: 40px;
}

.lg\:px-50 {
	padding-right: 50px;
	padding-left: 50px;
}

.lg\:px-60 {
	padding-right: 60px;
	padding-left: 60px;
}

.lg\:px-70 {
	padding-right: 70px;
	padding-left: 70px;
}

.lg\:px-80 {
	padding-right: 80px;
	padding-left: 80px;
}

.lg\:px-90 {
	padding-right: 90px;
	padding-left: 90px;
}

.lg\:px-100 {
	padding-right: 100px;
	padding-left: 100px;
}

.lg\:px-110 {
	padding-right: 110px;
	padding-left: 110px;
}

.lg\:px-120 {
	padding-right: 120px;
	padding-left: 120px;
}

.lg\:px-130 {
	padding-right: 130px;
	padding-left: 130px;
}

.lg\:px-140 {
	padding-right: 140px;
	padding-left: 140px;
}

.lg\:px-150 {
	padding-right: 150px;
	padding-left: 150px;
}

.lg\:px-160 {
	padding-right: 160px;
	padding-left: 160px;
}

.lg\:px-170 {
	padding-right: 170px;
	padding-left: 170px;
}

.lg\:px-180 {
	padding-right: 180px;
	padding-left: 180px;
}

.lg\:px-190 {
	padding-right: 190px;
	padding-left: 190px;
}

.lg\:px-200 {
	padding-right: 200px;
	padding-left: 200px;
}

.lg\:ml-0 {
	margin-left: 0px;
}

.lg\:mr-0 {
	margin-right: 0px;
}

.lg\:mb-0 {
	margin-bottom: 0px;
}

.lg\:mt-0 {
	margin-top: 0px;
}

.lg\:m-0 {
	margin: 0px;
}

.lg\:ml-5 {
	margin-left: 5px;
}

.lg\:mr-5 {
	margin-right: 5px;
}

.lg\:mb-5 {
	margin-bottom: 5px;
}

.lg\:mt-5 {
	margin-top: 5px;
}

.lg\:m-5 {
	margin: 5px;
}

.lg\:ml-10 {
	margin-left: 10px;
}

.lg\:mr-10 {
	margin-right: 10px;
}

.lg\:mb-10 {
	margin-bottom: 10px;
}

.lg\:mt-10 {
	margin-top: 10px;
}

.lg\:m-10 {
	margin: 10px;
}

.lg\:ml-15 {
	margin-left: 15px;
}

.lg\:mr-15 {
	margin-right: 15px;
}

.lg\:mb-15 {
	margin-bottom: 15px;
}

.lg\:mt-15 {
	margin-top: 15px;
}

.lg\:m-15 {
	margin: 15px;
}

.lg\:ml-20 {
	margin-left: 20px;
}

.lg\:mr-20 {
	margin-right: 20px;
}

.lg\:mb-20 {
	margin-bottom: 20px;
}

.lg\:mt-20 {
	margin-top: 20px;
}

.lg\:m-20 {
	margin: 20px;
}

.lg\:ml-30 {
	margin-left: 30px;
}

.lg\:mr-30 {
	margin-right: 30px;
}

.lg\:mb-30 {
	margin-bottom: 30px;
}

.lg\:mt-30 {
	margin-top: 30px;
}

.lg\:m-30 {
	margin: 30px;
}

.lg\:ml-40 {
	margin-left: 40px;
}

.lg\:mr-40 {
	margin-right: 40px;
}

.lg\:mb-40 {
	margin-bottom: 40px;
}

.lg\:mt-40 {
	margin-top: 40px;
}

.lg\:m-40 {
	margin: 40px;
}

.lg\:ml-50 {
	margin-left: 50px;
}

.lg\:mr-50 {
	margin-right: 50px;
}

.lg\:mb-50 {
	margin-bottom: 50px;
}

.lg\:mt-50 {
	margin-top: 50px;
}

.lg\:m-50 {
	margin: 50px;
}

.lg\:ml-60 {
	margin-left: 60px;
}

.lg\:mr-60 {
	margin-right: 60px;
}

.lg\:mb-60 {
	margin-bottom: 60px;
}

.lg\:mt-60 {
	margin-top: 60px;
}

.lg\:m-60 {
	margin: 60px;
}

.lg\:ml-70 {
	margin-left: 70px;
}

.lg\:mr-70 {
	margin-right: 70px;
}

.lg\:mb-70 {
	margin-bottom: 70px;
}

.lg\:mt-70 {
	margin-top: 70px;
}

.lg\:m-70 {
	margin: 70px;
}

.lg\:ml-80 {
	margin-left: 80px;
}

.lg\:mr-80 {
	margin-right: 80px;
}

.lg\:mb-80 {
	margin-bottom: 80px;
}

.lg\:mt-80 {
	margin-top: 80px;
}

.lg\:m-80 {
	margin: 80px;
}

.lg\:ml-90 {
	margin-left: 90px;
}

.lg\:mr-90 {
	margin-right: 90px;
}

.lg\:mb-90 {
	margin-bottom: 90px;
}

.lg\:mt-90 {
	margin-top: 90px;
}

.lg\:m-90 {
	margin: 90px;
}

.lg\:ml-100 {
	margin-left: 100px;
}

.lg\:mr-100 {
	margin-right: 100px;
}

.lg\:mb-100 {
	margin-bottom: 100px;
}

.lg\:mt-100 {
	margin-top: 100px;
}

.lg\:m-100 {
	margin: 100px;
}

.lg\:ml-110 {
	margin-left: 110px;
}

.lg\:mr-110 {
	margin-right: 110px;
}

.lg\:mb-110 {
	margin-bottom: 110px;
}

.lg\:mt-110 {
	margin-top: 110px;
}

.lg\:m-110 {
	margin: 110px;
}

.lg\:ml-120 {
	margin-left: 120px;
}

.lg\:mr-120 {
	margin-right: 120px;
}

.lg\:mb-120 {
	margin-bottom: 120px;
}

.lg\:mt-120 {
	margin-top: 120px;
}

.lg\:m-120 {
	margin: 120px;
}

.lg\:ml-130 {
	margin-left: 130px;
}

.lg\:mr-130 {
	margin-right: 130px;
}

.lg\:mb-130 {
	margin-bottom: 130px;
}

.lg\:mt-130 {
	margin-top: 130px;
}

.lg\:m-130 {
	margin: 130px;
}

.lg\:ml-140 {
	margin-left: 140px;
}

.lg\:mr-140 {
	margin-right: 140px;
}

.lg\:mb-140 {
	margin-bottom: 140px;
}

.lg\:mt-140 {
	margin-top: 140px;
}

.lg\:m-140 {
	margin: 140px;
}

.lg\:ml-150 {
	margin-left: 150px;
}

.lg\:mr-150 {
	margin-right: 150px;
}

.lg\:mb-150 {
	margin-bottom: 150px;
}

.lg\:mt-150 {
	margin-top: 150px;
}

.lg\:m-150 {
	margin: 150px;
}

.lg\:ml-160 {
	margin-left: 160px;
}

.lg\:mr-160 {
	margin-right: 160px;
}

.lg\:mb-160 {
	margin-bottom: 160px;
}

.lg\:mt-160 {
	margin-top: 160px;
}

.lg\:m-160 {
	margin: 160px;
}

.lg\:ml-170 {
	margin-left: 170px;
}

.lg\:mr-170 {
	margin-right: 170px;
}

.lg\:mb-170 {
	margin-bottom: 170px;
}

.lg\:mt-170 {
	margin-top: 170px;
}

.lg\:m-170 {
	margin: 170px;
}

.lg\:ml-180 {
	margin-left: 180px;
}

.lg\:mr-180 {
	margin-right: 180px;
}

.lg\:mb-180 {
	margin-bottom: 180px;
}

.lg\:mt-180 {
	margin-top: 180px;
}

.lg\:m-180 {
	margin: 180px;
}

.lg\:ml-190 {
	margin-left: 190px;
}

.lg\:mr-190 {
	margin-right: 190px;
}

.lg\:mb-190 {
	margin-bottom: 190px;
}

.lg\:mt-190 {
	margin-top: 190px;
}

.lg\:m-190 {
	margin: 190px;
}

.lg\:ml-200 {
	margin-left: 200px;
}

.lg\:mr-200 {
	margin-right: 200px;
}

.lg\:mb-200 {
	margin-bottom: 200px;
}

.lg\:mt-200 {
	margin-top: 200px;
}

.lg\:m-200 {
	margin: 200px;
}

.lg\:my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.lg\:my-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.lg\:my-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.lg\:my-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.lg\:my-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.lg\:my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.lg\:my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.lg\:my-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.lg\:my-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.lg\:my-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.lg\:my-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.lg\:my-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.lg\:my-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.lg\:my-110 {
	margin-top: 110px;
	margin-bottom: 110px;
}

.lg\:my-120 {
	margin-top: 120px;
	margin-bottom: 120px;
}

.lg\:my-130 {
	margin-top: 130px;
	margin-bottom: 130px;
}

.lg\:my-140 {
	margin-top: 140px;
	margin-bottom: 140px;
}

.lg\:my-150 {
	margin-top: 150px;
	margin-bottom: 150px;
}

.lg\:my-160 {
	margin-top: 160px;
	margin-bottom: 160px;
}

.lg\:my-170 {
	margin-top: 170px;
	margin-bottom: 170px;
}

.lg\:my-180 {
	margin-top: 180px;
	margin-bottom: 180px;
}

.lg\:my-190 {
	margin-top: 190px;
	margin-bottom: 190px;
}

.lg\:my-200 {
	margin-top: 200px;
	margin-bottom: 200px;
}

.lg\:mx-0 {
	margin-right: 0px;
	margin-left: 0px;
}

.lg\:mx-5 {
	margin-right: 5px;
	margin-left: 5px;
}

.lg\:mx-10 {
	margin-right: 10px;
	margin-left: 10px;
}

.lg\:mx-15 {
	margin-right: 15px;
	margin-left: 15px;
}

.lg\:mx-20 {
	margin-right: 20px;
	margin-left: 20px;
}

.lg\:mx-30 {
	margin-right: 30px;
	margin-left: 30px;
}

.lg\:mx-40 {
	margin-right: 40px;
	margin-left: 40px;
}

.lg\:mx-50 {
	margin-right: 50px;
	margin-left: 50px;
}

.lg\:mx-60 {
	margin-right: 60px;
	margin-left: 60px;
}

.lg\:mx-70 {
	margin-right: 70px;
	margin-left: 70px;
}

.lg\:mx-80 {
	margin-right: 80px;
	margin-left: 80px;
}

.lg\:mx-90 {
	margin-right: 90px;
	margin-left: 90px;
}

.lg\:mx-100 {
	margin-right: 100px;
	margin-left: 100px;
}

.lg\:mx-110 {
	margin-right: 110px;
	margin-left: 110px;
}

.lg\:mx-120 {
	margin-right: 120px;
	margin-left: 120px;
}

.lg\:mx-130 {
	margin-right: 130px;
	margin-left: 130px;
}

.lg\:mx-140 {
	margin-right: 140px;
	margin-left: 140px;
}

.lg\:mx-150 {
	margin-right: 150px;
	margin-left: 150px;
}

.lg\:mx-160 {
	margin-right: 160px;
	margin-left: 160px;
}

.lg\:mx-170 {
	margin-right: 170px;
	margin-left: 170px;
}

.lg\:mx-180 {
	margin-right: 180px;
	margin-left: 180px;
}

.lg\:mx-190 {
	margin-right: 190px;
	margin-left: 190px;
}

.lg\:mx-200 {
	margin-right: 200px;
	margin-left: 200px;
}

.lg\:mx-auto {
	margin-right: auto;
	margin-left: auto;
}

.lg\:bg-white {
	background-color: #ffffff;
}

.lg\:bg-black {
	background-color: #000000;
}

.lg\:bg-grey {
	background-color: #797575;
}

.lg\:bg-charcoal {
	background-color: #414042;
}

.lg\:bg-light-green {
	background-color: #59ba47;
}

.lg\:bg-dark-blue {
	background-color: #002f41;
}

.lg\:bg-light-grey {
	background-color: #efefef;
}

.lg\:bg-mid-grey {
	background-color: #b7b7b7;
}

.lg\:bg-colour-primary {
	background-color: #414042;
}

.lg\:bg-colour-accent {
	background-color: #000000;
}

.lg\:bg-colour-secondary {
	background-color: #797575;
}

.lg\:bg-light-green-darkened {
	background-color: #479638;
}

.lg\:bg-colour-accent-darkened {
	background-color: black;
}

.lg\:bg-colour-secondary-darkened {
	background-color: #5f5c5c;
}

.lg\:bg-colour-font {
	background-color: #414042;
}

.lg\:bg-wpgrey {
	background-color: #24282c;
}

.lg\:border-none {
	border: none;
}

.lg\:border-white {
	border: #ffffff solid 1px;
}

.lg\:border-left-white {
	border-left: #ffffff solid 1px;
}

.lg\:border-right-white {
	border-right: #ffffff solid 1px;
}

.lg\:border-top-white {
	border-top: #ffffff solid 1px;
}

.lg\:border-bottom-white {
	border-bottom: #ffffff solid 1px;
}

.lg\:border-black {
	border: #000000 solid 1px;
}

.lg\:border-left-black {
	border-left: #000000 solid 1px;
}

.lg\:border-right-black {
	border-right: #000000 solid 1px;
}

.lg\:border-top-black {
	border-top: #000000 solid 1px;
}

.lg\:border-bottom-black {
	border-bottom: #000000 solid 1px;
}

.lg\:border-grey {
	border: #797575 solid 1px;
}

.lg\:border-left-grey {
	border-left: #797575 solid 1px;
}

.lg\:border-right-grey {
	border-right: #797575 solid 1px;
}

.lg\:border-top-grey {
	border-top: #797575 solid 1px;
}

.lg\:border-bottom-grey {
	border-bottom: #797575 solid 1px;
}

.lg\:border-charcoal {
	border: #414042 solid 1px;
}

.lg\:border-left-charcoal {
	border-left: #414042 solid 1px;
}

.lg\:border-right-charcoal {
	border-right: #414042 solid 1px;
}

.lg\:border-top-charcoal {
	border-top: #414042 solid 1px;
}

.lg\:border-bottom-charcoal {
	border-bottom: #414042 solid 1px;
}

.lg\:border-light-green {
	border: #59ba47 solid 1px;
}

.lg\:border-left-light-green {
	border-left: #59ba47 solid 1px;
}

.lg\:border-right-light-green {
	border-right: #59ba47 solid 1px;
}

.lg\:border-top-light-green {
	border-top: #59ba47 solid 1px;
}

.lg\:border-bottom-light-green {
	border-bottom: #59ba47 solid 1px;
}

.lg\:border-dark-blue {
	border: #002f41 solid 1px;
}

.lg\:border-left-dark-blue {
	border-left: #002f41 solid 1px;
}

.lg\:border-right-dark-blue {
	border-right: #002f41 solid 1px;
}

.lg\:border-top-dark-blue {
	border-top: #002f41 solid 1px;
}

.lg\:border-bottom-dark-blue {
	border-bottom: #002f41 solid 1px;
}

.lg\:border-light-grey {
	border: #efefef solid 1px;
}

.lg\:border-left-light-grey {
	border-left: #efefef solid 1px;
}

.lg\:border-right-light-grey {
	border-right: #efefef solid 1px;
}

.lg\:border-top-light-grey {
	border-top: #efefef solid 1px;
}

.lg\:border-bottom-light-grey {
	border-bottom: #efefef solid 1px;
}

.lg\:border-mid-grey {
	border: #b7b7b7 solid 1px;
}

.lg\:border-left-mid-grey {
	border-left: #b7b7b7 solid 1px;
}

.lg\:border-right-mid-grey {
	border-right: #b7b7b7 solid 1px;
}

.lg\:border-top-mid-grey {
	border-top: #b7b7b7 solid 1px;
}

.lg\:border-bottom-mid-grey {
	border-bottom: #b7b7b7 solid 1px;
}

.lg\:border-colour-primary {
	border: #414042 solid 1px;
}

.lg\:border-left-colour-primary {
	border-left: #414042 solid 1px;
}

.lg\:border-right-colour-primary {
	border-right: #414042 solid 1px;
}

.lg\:border-top-colour-primary {
	border-top: #414042 solid 1px;
}

.lg\:border-bottom-colour-primary {
	border-bottom: #414042 solid 1px;
}

.lg\:border-colour-accent {
	border: #000000 solid 1px;
}

.lg\:border-left-colour-accent {
	border-left: #000000 solid 1px;
}

.lg\:border-right-colour-accent {
	border-right: #000000 solid 1px;
}

.lg\:border-top-colour-accent {
	border-top: #000000 solid 1px;
}

.lg\:border-bottom-colour-accent {
	border-bottom: #000000 solid 1px;
}

.lg\:border-colour-secondary {
	border: #797575 solid 1px;
}

.lg\:border-left-colour-secondary {
	border-left: #797575 solid 1px;
}

.lg\:border-right-colour-secondary {
	border-right: #797575 solid 1px;
}

.lg\:border-top-colour-secondary {
	border-top: #797575 solid 1px;
}

.lg\:border-bottom-colour-secondary {
	border-bottom: #797575 solid 1px;
}

.lg\:border-light-green-darkened {
	border: #479638 solid 1px;
}

.lg\:border-left-light-green-darkened {
	border-left: #479638 solid 1px;
}

.lg\:border-right-light-green-darkened {
	border-right: #479638 solid 1px;
}

.lg\:border-top-light-green-darkened {
	border-top: #479638 solid 1px;
}

.lg\:border-bottom-light-green-darkened {
	border-bottom: #479638 solid 1px;
}

.lg\:border-colour-accent-darkened {
	border: black solid 1px;
}

.lg\:border-left-colour-accent-darkened {
	border-left: black solid 1px;
}

.lg\:border-right-colour-accent-darkened {
	border-right: black solid 1px;
}

.lg\:border-top-colour-accent-darkened {
	border-top: black solid 1px;
}

.lg\:border-bottom-colour-accent-darkened {
	border-bottom: black solid 1px;
}

.lg\:border-colour-secondary-darkened {
	border: #5f5c5c solid 1px;
}

.lg\:border-left-colour-secondary-darkened {
	border-left: #5f5c5c solid 1px;
}

.lg\:border-right-colour-secondary-darkened {
	border-right: #5f5c5c solid 1px;
}

.lg\:border-top-colour-secondary-darkened {
	border-top: #5f5c5c solid 1px;
}

.lg\:border-bottom-colour-secondary-darkened {
	border-bottom: #5f5c5c solid 1px;
}

.lg\:border-colour-font {
	border: #414042 solid 1px;
}

.lg\:border-left-colour-font {
	border-left: #414042 solid 1px;
}

.lg\:border-right-colour-font {
	border-right: #414042 solid 1px;
}

.lg\:border-top-colour-font {
	border-top: #414042 solid 1px;
}

.lg\:border-bottom-colour-font {
	border-bottom: #414042 solid 1px;
}

.lg\:border-wpgrey {
	border: #24282c solid 1px;
}

.lg\:border-left-wpgrey {
	border-left: #24282c solid 1px;
}

.lg\:border-right-wpgrey {
	border-right: #24282c solid 1px;
}

.lg\:border-top-wpgrey {
	border-top: #24282c solid 1px;
}

.lg\:border-bottom-wpgrey {
	border-bottom: #24282c solid 1px;
}

.lg\:h-100 {
	height: 100%;
}

.lg\:order-1 {
	order: 1;
}

.lg\:order-2 {
	order: 2;
}

.lg\:flex-row {
	flex-direction: row;
}

.lg\:flex-wrap {
	flex-wrap: wrap;
}

.lg\:flex-nowrap {
	flex-wrap: nowrap;
}

.lg\:flex-column {
	flex-direction: column;
}

.lg\:align-start {
	align-items: flex-start;
}

.lg\:align-center {
	align-items: center;
}

.lg\:align-end {
	align-items: flex-end;
}

.lg\:align-baseline {
	align-items: baseline;
}

.lg\:align-stretch {
	align-items: stretch;
}

.lg\:justify-start {
	justify-content: flex-start;
}

.lg\:justify-center {
	justify-content: center;
}

.lg\:justify-end {
	justify-content: flex-end;
}

.lg\:justify-between {
	justify-content: space-between;
}

.lg\:justify-around {
	justify-content: space-around;
}

.lg\:align-self-start {
	align-self: flex-start;
}

.lg\:align-self-center {
	align-self: center;
}

.lg\:align-self-end {
	align-self: flex-end;
}

.lg\:align-self-baseline {
	align-self: baseline;
}

.lg\:align-self-stretch {
	align-self: stretch;
}

.header {
	position: absolute;
}

.header-logo {
	width: 200px;
	height: 100px;
}

.main-nav {
	height: 100vh;
	background: #002f41;
	padding: 50px 0;
	margin: 0 -15px;
	position: fixed;
	width: 75%;
	z-index: 1;
	transition: all 0.3s ease;
	-webkit-transform: translate(-100%);
	transform: translate(-100%);
}

.main-nav.isActive {
	-webkit-transform: translate(0%);
	transform: translate(0%);
}

.nav-item {
	margin-bottom: 20px;
}

.nav-item .sub-nav {
	position: relative;
	max-height: 1000px;
	opacity: 1;
	width: 100%;
	padding: 0;
}

.nav-item .sub-nav-item {
	text-align: center;
}

.nav-item .icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.footer-logo {
	margin-left: 0;
}

}

@media screen and (max-width: 768px) {

.md\:col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.md\:col-auto {
	flex: 0 0 auto;
	width: auto;
}

.md\:w-1\/12 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.md\:w-2\/12 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.md\:w-1\/5 {
	flex: 0 0 20%;
	max-width: 20%;
}

.md\:w-3\/12,
.md\:w-1\/4 {
	flex: 0 0 25%;
	max-width: 25%;
}

.md\:w-4\/12,
.md\:w-1\/3 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.md\:w-2\/5 {
	flex: 0 0 40%;
	max-width: 40%;
}

.md\:w-5\/12 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.md\:w-6\/12,
.md\:w-1\/2 {
	flex: 0 0 50%;
	max-width: 50%;
}

.md\:w-7\/12 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.md\:w-3\/5 {
	flex: 0 0 60%;
	max-width: 60%;
}

.md\:w-8\/12,
.md\:w-2\/3 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.md\:w-9\/12,
.md\:w-3\/4 {
	flex: 0 0 75%;
	max-width: 75%;
}

.md\:w-4\/5 {
	flex: 0 0 80%;
	max-width: 80%;
}

.md\:w-10\/12 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.md\:w-11\/12 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.md\:w-12\/12,
.md\:w-full {
	flex: 0 0 100%;
	max-width: 100%;
}

.md\:vh-40 {
	height: 40vh;
}

.md\:vh-45 {
	height: 45vh;
}

.md\:vh-50 {
	height: 50vh;
}

.md\:vh-55 {
	height: 55vh;
}

.md\:vh-60 {
	height: 60vh;
}

.md\:vh-65 {
	height: 65vh;
}

.md\:vh-70 {
	height: 70vh;
}

.md\:vh-75 {
	height: 75vh;
}

.md\:vh-80 {
	height: 80vh;
}

.md\:vh-85 {
	height: 85vh;
}

.md\:vh-90 {
	height: 90vh;
}

.md\:vh-95 {
	height: 95vh;
}

.md\:vh-100 {
	height: 100vh;
}

.md\:media-wrap {
	padding-bottom: 56.25%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	positon: relative;
}

.md\:media-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.md\:h-auto {
	height: auto;
	min-height: auto;
}

.md\:none {
	display: none;
}

.md\:inline {
	display: inline;
}

.md\:inline-block {
	display: inline-block;
}

.md\:block {
	display: block;
}

.md\:flex {
	display: flex;
}

.md\:inline-flex {
	display: inline-flex;
}

.md\:text-left {
	text-align: left;
}

.md\:text-right {
	text-align: right;
}

.md\:text-center {
	text-align: center;
}

.md\:text-justify {
	text-align: justify;
}

.md\:white {
	color: #ffffff;
}

.md\:black {
	color: #000000;
}

.md\:grey {
	color: #797575;
}

.md\:charcoal {
	color: #414042;
}

.md\:light-green {
	color: #59ba47;
}

.md\:dark-blue {
	color: #002f41;
}

.md\:light-grey {
	color: #efefef;
}

.md\:mid-grey {
	color: #b7b7b7;
}

.md\:colour-primary {
	color: #414042;
}

.md\:colour-accent {
	color: #000000;
}

.md\:colour-secondary {
	color: #797575;
}

.md\:light-green-darkened {
	color: #479638;
}

.md\:colour-accent-darkened {
	color: black;
}

.md\:colour-secondary-darkened {
	color: #5f5c5c;
}

.md\:colour-font {
	color: #414042;
}

.md\:wpgrey {
	color: #24282c;
}

.md\:float-left {
	float: left;
}

.md\:float-right {
	float: right;
}

.md\:float-none {
	float: none;
}

.md\:relative {
	position: relative;
}

.md\:absolute {
	position: absolute;
}

.md\:h-100 {
	height: 100%;
}

.md\:w-100 {
	width: 100%;
}

.md\:h-auto {
	height: auto;
}

.md\:pl-0 {
	padding-left: 0px;
}

.md\:pr-0 {
	padding-right: 0px;
}

.md\:pb-0 {
	padding-bottom: 0px;
}

.md\:pt-0 {
	padding-top: 0px;
}

.md\:p-0 {
	padding: 0px;
}

.md\:pl-5 {
	padding-left: 5px;
}

.md\:pr-5 {
	padding-right: 5px;
}

.md\:pb-5 {
	padding-bottom: 5px;
}

.md\:pt-5 {
	padding-top: 5px;
}

.md\:p-5 {
	padding: 5px;
}

.md\:pl-10 {
	padding-left: 10px;
}

.md\:pr-10 {
	padding-right: 10px;
}

.md\:pb-10 {
	padding-bottom: 10px;
}

.md\:pt-10 {
	padding-top: 10px;
}

.md\:p-10 {
	padding: 10px;
}

.md\:pl-15 {
	padding-left: 15px;
}

.md\:pr-15 {
	padding-right: 15px;
}

.md\:pb-15 {
	padding-bottom: 15px;
}

.md\:pt-15 {
	padding-top: 15px;
}

.md\:p-15 {
	padding: 15px;
}

.md\:pl-20 {
	padding-left: 20px;
}

.md\:pr-20 {
	padding-right: 20px;
}

.md\:pb-20 {
	padding-bottom: 20px;
}

.md\:pt-20 {
	padding-top: 20px;
}

.md\:p-20 {
	padding: 20px;
}

.md\:pl-30 {
	padding-left: 30px;
}

.md\:pr-30 {
	padding-right: 30px;
}

.md\:pb-30 {
	padding-bottom: 30px;
}

.md\:pt-30 {
	padding-top: 30px;
}

.md\:p-30 {
	padding: 30px;
}

.md\:pl-40 {
	padding-left: 40px;
}

.md\:pr-40 {
	padding-right: 40px;
}

.md\:pb-40 {
	padding-bottom: 40px;
}

.md\:pt-40 {
	padding-top: 40px;
}

.md\:p-40 {
	padding: 40px;
}

.md\:pl-50 {
	padding-left: 50px;
}

.md\:pr-50 {
	padding-right: 50px;
}

.md\:pb-50 {
	padding-bottom: 50px;
}

.md\:pt-50 {
	padding-top: 50px;
}

.md\:p-50 {
	padding: 50px;
}

.md\:pl-60 {
	padding-left: 60px;
}

.md\:pr-60 {
	padding-right: 60px;
}

.md\:pb-60 {
	padding-bottom: 60px;
}

.md\:pt-60 {
	padding-top: 60px;
}

.md\:p-60 {
	padding: 60px;
}

.md\:pl-70 {
	padding-left: 70px;
}

.md\:pr-70 {
	padding-right: 70px;
}

.md\:pb-70 {
	padding-bottom: 70px;
}

.md\:pt-70 {
	padding-top: 70px;
}

.md\:p-70 {
	padding: 70px;
}

.md\:pl-80 {
	padding-left: 80px;
}

.md\:pr-80 {
	padding-right: 80px;
}

.md\:pb-80 {
	padding-bottom: 80px;
}

.md\:pt-80 {
	padding-top: 80px;
}

.md\:p-80 {
	padding: 80px;
}

.md\:pl-90 {
	padding-left: 90px;
}

.md\:pr-90 {
	padding-right: 90px;
}

.md\:pb-90 {
	padding-bottom: 90px;
}

.md\:pt-90 {
	padding-top: 90px;
}

.md\:p-90 {
	padding: 90px;
}

.md\:pl-100 {
	padding-left: 100px;
}

.md\:pr-100 {
	padding-right: 100px;
}

.md\:pb-100 {
	padding-bottom: 100px;
}

.md\:pt-100 {
	padding-top: 100px;
}

.md\:p-100 {
	padding: 100px;
}

.md\:pl-110 {
	padding-left: 110px;
}

.md\:pr-110 {
	padding-right: 110px;
}

.md\:pb-110 {
	padding-bottom: 110px;
}

.md\:pt-110 {
	padding-top: 110px;
}

.md\:p-110 {
	padding: 110px;
}

.md\:pl-120 {
	padding-left: 120px;
}

.md\:pr-120 {
	padding-right: 120px;
}

.md\:pb-120 {
	padding-bottom: 120px;
}

.md\:pt-120 {
	padding-top: 120px;
}

.md\:p-120 {
	padding: 120px;
}

.md\:pl-130 {
	padding-left: 130px;
}

.md\:pr-130 {
	padding-right: 130px;
}

.md\:pb-130 {
	padding-bottom: 130px;
}

.md\:pt-130 {
	padding-top: 130px;
}

.md\:p-130 {
	padding: 130px;
}

.md\:pl-140 {
	padding-left: 140px;
}

.md\:pr-140 {
	padding-right: 140px;
}

.md\:pb-140 {
	padding-bottom: 140px;
}

.md\:pt-140 {
	padding-top: 140px;
}

.md\:p-140 {
	padding: 140px;
}

.md\:pl-150 {
	padding-left: 150px;
}

.md\:pr-150 {
	padding-right: 150px;
}

.md\:pb-150 {
	padding-bottom: 150px;
}

.md\:pt-150 {
	padding-top: 150px;
}

.md\:p-150 {
	padding: 150px;
}

.md\:pl-160 {
	padding-left: 160px;
}

.md\:pr-160 {
	padding-right: 160px;
}

.md\:pb-160 {
	padding-bottom: 160px;
}

.md\:pt-160 {
	padding-top: 160px;
}

.md\:p-160 {
	padding: 160px;
}

.md\:pl-170 {
	padding-left: 170px;
}

.md\:pr-170 {
	padding-right: 170px;
}

.md\:pb-170 {
	padding-bottom: 170px;
}

.md\:pt-170 {
	padding-top: 170px;
}

.md\:p-170 {
	padding: 170px;
}

.md\:pl-180 {
	padding-left: 180px;
}

.md\:pr-180 {
	padding-right: 180px;
}

.md\:pb-180 {
	padding-bottom: 180px;
}

.md\:pt-180 {
	padding-top: 180px;
}

.md\:p-180 {
	padding: 180px;
}

.md\:pl-190 {
	padding-left: 190px;
}

.md\:pr-190 {
	padding-right: 190px;
}

.md\:pb-190 {
	padding-bottom: 190px;
}

.md\:pt-190 {
	padding-top: 190px;
}

.md\:p-190 {
	padding: 190px;
}

.md\:pl-200 {
	padding-left: 200px;
}

.md\:pr-200 {
	padding-right: 200px;
}

.md\:pb-200 {
	padding-bottom: 200px;
}

.md\:pt-200 {
	padding-top: 200px;
}

.md\:p-200 {
	padding: 200px;
}

.md\:py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.md\:py-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.md\:py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.md\:py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.md\:py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.md\:py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.md\:py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.md\:py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.md\:py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.md\:py-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.md\:py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.md\:py-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.md\:py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.md\:py-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.md\:py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.md\:py-130 {
	padding-top: 130px;
	padding-bottom: 130px;
}

.md\:py-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}

.md\:py-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.md\:py-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}

.md\:py-170 {
	padding-top: 170px;
	padding-bottom: 170px;
}

.md\:py-180 {
	padding-top: 180px;
	padding-bottom: 180px;
}

.md\:py-190 {
	padding-top: 190px;
	padding-bottom: 190px;
}

.md\:py-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.md\:px-0 {
	padding-right: 0px;
	padding-left: 0px;
}

.md\:px-5 {
	padding-right: 5px;
	padding-left: 5px;
}

.md\:px-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.md\:px-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.md\:px-20 {
	padding-right: 20px;
	padding-left: 20px;
}

.md\:px-30 {
	padding-right: 30px;
	padding-left: 30px;
}

.md\:px-40 {
	padding-right: 40px;
	padding-left: 40px;
}

.md\:px-50 {
	padding-right: 50px;
	padding-left: 50px;
}

.md\:px-60 {
	padding-right: 60px;
	padding-left: 60px;
}

.md\:px-70 {
	padding-right: 70px;
	padding-left: 70px;
}

.md\:px-80 {
	padding-right: 80px;
	padding-left: 80px;
}

.md\:px-90 {
	padding-right: 90px;
	padding-left: 90px;
}

.md\:px-100 {
	padding-right: 100px;
	padding-left: 100px;
}

.md\:px-110 {
	padding-right: 110px;
	padding-left: 110px;
}

.md\:px-120 {
	padding-right: 120px;
	padding-left: 120px;
}

.md\:px-130 {
	padding-right: 130px;
	padding-left: 130px;
}

.md\:px-140 {
	padding-right: 140px;
	padding-left: 140px;
}

.md\:px-150 {
	padding-right: 150px;
	padding-left: 150px;
}

.md\:px-160 {
	padding-right: 160px;
	padding-left: 160px;
}

.md\:px-170 {
	padding-right: 170px;
	padding-left: 170px;
}

.md\:px-180 {
	padding-right: 180px;
	padding-left: 180px;
}

.md\:px-190 {
	padding-right: 190px;
	padding-left: 190px;
}

.md\:px-200 {
	padding-right: 200px;
	padding-left: 200px;
}

.md\:ml-0 {
	margin-left: 0px;
}

.md\:mr-0 {
	margin-right: 0px;
}

.md\:mb-0 {
	margin-bottom: 0px;
}

.md\:mt-0 {
	margin-top: 0px;
}

.md\:m-0 {
	margin: 0px;
}

.md\:ml-5 {
	margin-left: 5px;
}

.md\:mr-5 {
	margin-right: 5px;
}

.md\:mb-5 {
	margin-bottom: 5px;
}

.md\:mt-5 {
	margin-top: 5px;
}

.md\:m-5 {
	margin: 5px;
}

.md\:ml-10 {
	margin-left: 10px;
}

.md\:mr-10 {
	margin-right: 10px;
}

.md\:mb-10 {
	margin-bottom: 10px;
}

.md\:mt-10 {
	margin-top: 10px;
}

.md\:m-10 {
	margin: 10px;
}

.md\:ml-15 {
	margin-left: 15px;
}

.md\:mr-15 {
	margin-right: 15px;
}

.md\:mb-15 {
	margin-bottom: 15px;
}

.md\:mt-15 {
	margin-top: 15px;
}

.md\:m-15 {
	margin: 15px;
}

.md\:ml-20 {
	margin-left: 20px;
}

.md\:mr-20 {
	margin-right: 20px;
}

.md\:mb-20 {
	margin-bottom: 20px;
}

.md\:mt-20 {
	margin-top: 20px;
}

.md\:m-20 {
	margin: 20px;
}

.md\:ml-30 {
	margin-left: 30px;
}

.md\:mr-30 {
	margin-right: 30px;
}

.md\:mb-30 {
	margin-bottom: 30px;
}

.md\:mt-30 {
	margin-top: 30px;
}

.md\:m-30 {
	margin: 30px;
}

.md\:ml-40 {
	margin-left: 40px;
}

.md\:mr-40 {
	margin-right: 40px;
}

.md\:mb-40 {
	margin-bottom: 40px;
}

.md\:mt-40 {
	margin-top: 40px;
}

.md\:m-40 {
	margin: 40px;
}

.md\:ml-50 {
	margin-left: 50px;
}

.md\:mr-50 {
	margin-right: 50px;
}

.md\:mb-50 {
	margin-bottom: 50px;
}

.md\:mt-50 {
	margin-top: 50px;
}

.md\:m-50 {
	margin: 50px;
}

.md\:ml-60 {
	margin-left: 60px;
}

.md\:mr-60 {
	margin-right: 60px;
}

.md\:mb-60 {
	margin-bottom: 60px;
}

.md\:mt-60 {
	margin-top: 60px;
}

.md\:m-60 {
	margin: 60px;
}

.md\:ml-70 {
	margin-left: 70px;
}

.md\:mr-70 {
	margin-right: 70px;
}

.md\:mb-70 {
	margin-bottom: 70px;
}

.md\:mt-70 {
	margin-top: 70px;
}

.md\:m-70 {
	margin: 70px;
}

.md\:ml-80 {
	margin-left: 80px;
}

.md\:mr-80 {
	margin-right: 80px;
}

.md\:mb-80 {
	margin-bottom: 80px;
}

.md\:mt-80 {
	margin-top: 80px;
}

.md\:m-80 {
	margin: 80px;
}

.md\:ml-90 {
	margin-left: 90px;
}

.md\:mr-90 {
	margin-right: 90px;
}

.md\:mb-90 {
	margin-bottom: 90px;
}

.md\:mt-90 {
	margin-top: 90px;
}

.md\:m-90 {
	margin: 90px;
}

.md\:ml-100 {
	margin-left: 100px;
}

.md\:mr-100 {
	margin-right: 100px;
}

.md\:mb-100 {
	margin-bottom: 100px;
}

.md\:mt-100 {
	margin-top: 100px;
}

.md\:m-100 {
	margin: 100px;
}

.md\:ml-110 {
	margin-left: 110px;
}

.md\:mr-110 {
	margin-right: 110px;
}

.md\:mb-110 {
	margin-bottom: 110px;
}

.md\:mt-110 {
	margin-top: 110px;
}

.md\:m-110 {
	margin: 110px;
}

.md\:ml-120 {
	margin-left: 120px;
}

.md\:mr-120 {
	margin-right: 120px;
}

.md\:mb-120 {
	margin-bottom: 120px;
}

.md\:mt-120 {
	margin-top: 120px;
}

.md\:m-120 {
	margin: 120px;
}

.md\:ml-130 {
	margin-left: 130px;
}

.md\:mr-130 {
	margin-right: 130px;
}

.md\:mb-130 {
	margin-bottom: 130px;
}

.md\:mt-130 {
	margin-top: 130px;
}

.md\:m-130 {
	margin: 130px;
}

.md\:ml-140 {
	margin-left: 140px;
}

.md\:mr-140 {
	margin-right: 140px;
}

.md\:mb-140 {
	margin-bottom: 140px;
}

.md\:mt-140 {
	margin-top: 140px;
}

.md\:m-140 {
	margin: 140px;
}

.md\:ml-150 {
	margin-left: 150px;
}

.md\:mr-150 {
	margin-right: 150px;
}

.md\:mb-150 {
	margin-bottom: 150px;
}

.md\:mt-150 {
	margin-top: 150px;
}

.md\:m-150 {
	margin: 150px;
}

.md\:ml-160 {
	margin-left: 160px;
}

.md\:mr-160 {
	margin-right: 160px;
}

.md\:mb-160 {
	margin-bottom: 160px;
}

.md\:mt-160 {
	margin-top: 160px;
}

.md\:m-160 {
	margin: 160px;
}

.md\:ml-170 {
	margin-left: 170px;
}

.md\:mr-170 {
	margin-right: 170px;
}

.md\:mb-170 {
	margin-bottom: 170px;
}

.md\:mt-170 {
	margin-top: 170px;
}

.md\:m-170 {
	margin: 170px;
}

.md\:ml-180 {
	margin-left: 180px;
}

.md\:mr-180 {
	margin-right: 180px;
}

.md\:mb-180 {
	margin-bottom: 180px;
}

.md\:mt-180 {
	margin-top: 180px;
}

.md\:m-180 {
	margin: 180px;
}

.md\:ml-190 {
	margin-left: 190px;
}

.md\:mr-190 {
	margin-right: 190px;
}

.md\:mb-190 {
	margin-bottom: 190px;
}

.md\:mt-190 {
	margin-top: 190px;
}

.md\:m-190 {
	margin: 190px;
}

.md\:ml-200 {
	margin-left: 200px;
}

.md\:mr-200 {
	margin-right: 200px;
}

.md\:mb-200 {
	margin-bottom: 200px;
}

.md\:mt-200 {
	margin-top: 200px;
}

.md\:m-200 {
	margin: 200px;
}

.md\:my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.md\:my-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.md\:my-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.md\:my-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.md\:my-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.md\:my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.md\:my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.md\:my-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.md\:my-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.md\:my-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.md\:my-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.md\:my-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.md\:my-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.md\:my-110 {
	margin-top: 110px;
	margin-bottom: 110px;
}

.md\:my-120 {
	margin-top: 120px;
	margin-bottom: 120px;
}

.md\:my-130 {
	margin-top: 130px;
	margin-bottom: 130px;
}

.md\:my-140 {
	margin-top: 140px;
	margin-bottom: 140px;
}

.md\:my-150 {
	margin-top: 150px;
	margin-bottom: 150px;
}

.md\:my-160 {
	margin-top: 160px;
	margin-bottom: 160px;
}

.md\:my-170 {
	margin-top: 170px;
	margin-bottom: 170px;
}

.md\:my-180 {
	margin-top: 180px;
	margin-bottom: 180px;
}

.md\:my-190 {
	margin-top: 190px;
	margin-bottom: 190px;
}

.md\:my-200 {
	margin-top: 200px;
	margin-bottom: 200px;
}

.md\:mx-0 {
	margin-right: 0px;
	margin-left: 0px;
}

.md\:mx-5 {
	margin-right: 5px;
	margin-left: 5px;
}

.md\:mx-10 {
	margin-right: 10px;
	margin-left: 10px;
}

.md\:mx-15 {
	margin-right: 15px;
	margin-left: 15px;
}

.md\:mx-20 {
	margin-right: 20px;
	margin-left: 20px;
}

.md\:mx-30 {
	margin-right: 30px;
	margin-left: 30px;
}

.md\:mx-40 {
	margin-right: 40px;
	margin-left: 40px;
}

.md\:mx-50 {
	margin-right: 50px;
	margin-left: 50px;
}

.md\:mx-60 {
	margin-right: 60px;
	margin-left: 60px;
}

.md\:mx-70 {
	margin-right: 70px;
	margin-left: 70px;
}

.md\:mx-80 {
	margin-right: 80px;
	margin-left: 80px;
}

.md\:mx-90 {
	margin-right: 90px;
	margin-left: 90px;
}

.md\:mx-100 {
	margin-right: 100px;
	margin-left: 100px;
}

.md\:mx-110 {
	margin-right: 110px;
	margin-left: 110px;
}

.md\:mx-120 {
	margin-right: 120px;
	margin-left: 120px;
}

.md\:mx-130 {
	margin-right: 130px;
	margin-left: 130px;
}

.md\:mx-140 {
	margin-right: 140px;
	margin-left: 140px;
}

.md\:mx-150 {
	margin-right: 150px;
	margin-left: 150px;
}

.md\:mx-160 {
	margin-right: 160px;
	margin-left: 160px;
}

.md\:mx-170 {
	margin-right: 170px;
	margin-left: 170px;
}

.md\:mx-180 {
	margin-right: 180px;
	margin-left: 180px;
}

.md\:mx-190 {
	margin-right: 190px;
	margin-left: 190px;
}

.md\:mx-200 {
	margin-right: 200px;
	margin-left: 200px;
}

.md\:mx-auto {
	margin-right: auto;
	margin-left: auto;
}

.md\:bg-white {
	background-color: #ffffff;
}

.md\:bg-black {
	background-color: #000000;
}

.md\:bg-grey {
	background-color: #797575;
}

.md\:bg-charcoal {
	background-color: #414042;
}

.md\:bg-light-green {
	background-color: #59ba47;
}

.md\:bg-dark-blue {
	background-color: #002f41;
}

.md\:bg-light-grey {
	background-color: #efefef;
}

.md\:bg-mid-grey {
	background-color: #b7b7b7;
}

.md\:bg-colour-primary {
	background-color: #414042;
}

.md\:bg-colour-accent {
	background-color: #000000;
}

.md\:bg-colour-secondary {
	background-color: #797575;
}

.md\:bg-light-green-darkened {
	background-color: #479638;
}

.md\:bg-colour-accent-darkened {
	background-color: black;
}

.md\:bg-colour-secondary-darkened {
	background-color: #5f5c5c;
}

.md\:bg-colour-font {
	background-color: #414042;
}

.md\:bg-wpgrey {
	background-color: #24282c;
}

.md\:border-none {
	border: none;
}

.md\:border-white {
	border: #ffffff solid 1px;
}

.md\:border-left-white {
	border-left: #ffffff solid 1px;
}

.md\:border-right-white {
	border-right: #ffffff solid 1px;
}

.md\:border-top-white {
	border-top: #ffffff solid 1px;
}

.md\:border-bottom-white {
	border-bottom: #ffffff solid 1px;
}

.md\:border-black {
	border: #000000 solid 1px;
}

.md\:border-left-black {
	border-left: #000000 solid 1px;
}

.md\:border-right-black {
	border-right: #000000 solid 1px;
}

.md\:border-top-black {
	border-top: #000000 solid 1px;
}

.md\:border-bottom-black {
	border-bottom: #000000 solid 1px;
}

.md\:border-grey {
	border: #797575 solid 1px;
}

.md\:border-left-grey {
	border-left: #797575 solid 1px;
}

.md\:border-right-grey {
	border-right: #797575 solid 1px;
}

.md\:border-top-grey {
	border-top: #797575 solid 1px;
}

.md\:border-bottom-grey {
	border-bottom: #797575 solid 1px;
}

.md\:border-charcoal {
	border: #414042 solid 1px;
}

.md\:border-left-charcoal {
	border-left: #414042 solid 1px;
}

.md\:border-right-charcoal {
	border-right: #414042 solid 1px;
}

.md\:border-top-charcoal {
	border-top: #414042 solid 1px;
}

.md\:border-bottom-charcoal {
	border-bottom: #414042 solid 1px;
}

.md\:border-light-green {
	border: #59ba47 solid 1px;
}

.md\:border-left-light-green {
	border-left: #59ba47 solid 1px;
}

.md\:border-right-light-green {
	border-right: #59ba47 solid 1px;
}

.md\:border-top-light-green {
	border-top: #59ba47 solid 1px;
}

.md\:border-bottom-light-green {
	border-bottom: #59ba47 solid 1px;
}

.md\:border-dark-blue {
	border: #002f41 solid 1px;
}

.md\:border-left-dark-blue {
	border-left: #002f41 solid 1px;
}

.md\:border-right-dark-blue {
	border-right: #002f41 solid 1px;
}

.md\:border-top-dark-blue {
	border-top: #002f41 solid 1px;
}

.md\:border-bottom-dark-blue {
	border-bottom: #002f41 solid 1px;
}

.md\:border-light-grey {
	border: #efefef solid 1px;
}

.md\:border-left-light-grey {
	border-left: #efefef solid 1px;
}

.md\:border-right-light-grey {
	border-right: #efefef solid 1px;
}

.md\:border-top-light-grey {
	border-top: #efefef solid 1px;
}

.md\:border-bottom-light-grey {
	border-bottom: #efefef solid 1px;
}

.md\:border-mid-grey {
	border: #b7b7b7 solid 1px;
}

.md\:border-left-mid-grey {
	border-left: #b7b7b7 solid 1px;
}

.md\:border-right-mid-grey {
	border-right: #b7b7b7 solid 1px;
}

.md\:border-top-mid-grey {
	border-top: #b7b7b7 solid 1px;
}

.md\:border-bottom-mid-grey {
	border-bottom: #b7b7b7 solid 1px;
}

.md\:border-colour-primary {
	border: #414042 solid 1px;
}

.md\:border-left-colour-primary {
	border-left: #414042 solid 1px;
}

.md\:border-right-colour-primary {
	border-right: #414042 solid 1px;
}

.md\:border-top-colour-primary {
	border-top: #414042 solid 1px;
}

.md\:border-bottom-colour-primary {
	border-bottom: #414042 solid 1px;
}

.md\:border-colour-accent {
	border: #000000 solid 1px;
}

.md\:border-left-colour-accent {
	border-left: #000000 solid 1px;
}

.md\:border-right-colour-accent {
	border-right: #000000 solid 1px;
}

.md\:border-top-colour-accent {
	border-top: #000000 solid 1px;
}

.md\:border-bottom-colour-accent {
	border-bottom: #000000 solid 1px;
}

.md\:border-colour-secondary {
	border: #797575 solid 1px;
}

.md\:border-left-colour-secondary {
	border-left: #797575 solid 1px;
}

.md\:border-right-colour-secondary {
	border-right: #797575 solid 1px;
}

.md\:border-top-colour-secondary {
	border-top: #797575 solid 1px;
}

.md\:border-bottom-colour-secondary {
	border-bottom: #797575 solid 1px;
}

.md\:border-light-green-darkened {
	border: #479638 solid 1px;
}

.md\:border-left-light-green-darkened {
	border-left: #479638 solid 1px;
}

.md\:border-right-light-green-darkened {
	border-right: #479638 solid 1px;
}

.md\:border-top-light-green-darkened {
	border-top: #479638 solid 1px;
}

.md\:border-bottom-light-green-darkened {
	border-bottom: #479638 solid 1px;
}

.md\:border-colour-accent-darkened {
	border: black solid 1px;
}

.md\:border-left-colour-accent-darkened {
	border-left: black solid 1px;
}

.md\:border-right-colour-accent-darkened {
	border-right: black solid 1px;
}

.md\:border-top-colour-accent-darkened {
	border-top: black solid 1px;
}

.md\:border-bottom-colour-accent-darkened {
	border-bottom: black solid 1px;
}

.md\:border-colour-secondary-darkened {
	border: #5f5c5c solid 1px;
}

.md\:border-left-colour-secondary-darkened {
	border-left: #5f5c5c solid 1px;
}

.md\:border-right-colour-secondary-darkened {
	border-right: #5f5c5c solid 1px;
}

.md\:border-top-colour-secondary-darkened {
	border-top: #5f5c5c solid 1px;
}

.md\:border-bottom-colour-secondary-darkened {
	border-bottom: #5f5c5c solid 1px;
}

.md\:border-colour-font {
	border: #414042 solid 1px;
}

.md\:border-left-colour-font {
	border-left: #414042 solid 1px;
}

.md\:border-right-colour-font {
	border-right: #414042 solid 1px;
}

.md\:border-top-colour-font {
	border-top: #414042 solid 1px;
}

.md\:border-bottom-colour-font {
	border-bottom: #414042 solid 1px;
}

.md\:border-wpgrey {
	border: #24282c solid 1px;
}

.md\:border-left-wpgrey {
	border-left: #24282c solid 1px;
}

.md\:border-right-wpgrey {
	border-right: #24282c solid 1px;
}

.md\:border-top-wpgrey {
	border-top: #24282c solid 1px;
}

.md\:border-bottom-wpgrey {
	border-bottom: #24282c solid 1px;
}

.md\:h-100 {
	height: 100%;
}

.md\:order-1 {
	order: 1;
}

.md\:order-2 {
	order: 2;
}

.md\:flex-row {
	flex-direction: row;
}

.md\:flex-wrap {
	flex-wrap: wrap;
}

.md\:flex-nowrap {
	flex-wrap: nowrap;
}

.md\:flex-column {
	flex-direction: column;
}

.md\:align-start {
	align-items: flex-start;
}

.md\:align-center {
	align-items: center;
}

.md\:align-end {
	align-items: flex-end;
}

.md\:align-baseline {
	align-items: baseline;
}

.md\:align-stretch {
	align-items: stretch;
}

.md\:justify-start {
	justify-content: flex-start;
}

.md\:justify-center {
	justify-content: center;
}

.md\:justify-end {
	justify-content: flex-end;
}

.md\:justify-between {
	justify-content: space-between;
}

.md\:justify-around {
	justify-content: space-around;
}

.md\:align-self-start {
	align-self: flex-start;
}

.md\:align-self-center {
	align-self: center;
}

.md\:align-self-end {
	align-self: flex-end;
}

.md\:align-self-baseline {
	align-self: baseline;
}

.md\:align-self-stretch {
	align-self: stretch;
}

.wysiwyg img {
	padding: 20px 0;
}

.wysiwyg p {
	padding-bottom: 20px;
}

.hiw-circle {
	margin: 0 auto 15px auto;
	position: relative;
}

.hiw-circle:nth-child(n) {
	-webkit-transform: translate(0);
	transform: translate(0);
	left: auto;
	top: auto;
}

}

@media screen and (max-width: 576px) {

.sm\:col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.sm\:col-auto {
	flex: 0 0 auto;
	width: auto;
}

.sm\:w-1\/12 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.sm\:w-2\/12 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.sm\:w-1\/5 {
	flex: 0 0 20%;
	max-width: 20%;
}

.sm\:w-3\/12,
.sm\:w-1\/4 {
	flex: 0 0 25%;
	max-width: 25%;
}

.sm\:w-4\/12,
.sm\:w-1\/3 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.sm\:w-2\/5 {
	flex: 0 0 40%;
	max-width: 40%;
}

.sm\:w-5\/12 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.sm\:w-6\/12,
.sm\:w-1\/2 {
	flex: 0 0 50%;
	max-width: 50%;
}

.sm\:w-7\/12 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.sm\:w-3\/5 {
	flex: 0 0 60%;
	max-width: 60%;
}

.sm\:w-8\/12,
.sm\:w-2\/3 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.sm\:w-9\/12,
.sm\:w-3\/4 {
	flex: 0 0 75%;
	max-width: 75%;
}

.sm\:w-4\/5 {
	flex: 0 0 80%;
	max-width: 80%;
}

.sm\:w-10\/12 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.sm\:w-11\/12 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.sm\:w-12\/12,
.sm\:w-full {
	flex: 0 0 100%;
	max-width: 100%;
}

.sm\:vh-40 {
	height: 40vh;
}

.sm\:vh-45 {
	height: 45vh;
}

.sm\:vh-50 {
	height: 50vh;
}

.sm\:vh-55 {
	height: 55vh;
}

.sm\:vh-60 {
	height: 60vh;
}

.sm\:vh-65 {
	height: 65vh;
}

.sm\:vh-70 {
	height: 70vh;
}

.sm\:vh-75 {
	height: 75vh;
}

.sm\:vh-80 {
	height: 80vh;
}

.sm\:vh-85 {
	height: 85vh;
}

.sm\:vh-90 {
	height: 90vh;
}

.sm\:vh-95 {
	height: 95vh;
}

.sm\:vh-100 {
	height: 100vh;
}

.sm\:media-wrap {
	padding-bottom: 56.25%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	positon: relative;
}

.sm\:media-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.sm\:h-auto {
	height: auto;
	min-height: auto;
}

.sm\:none {
	display: none;
}

.sm\:inline {
	display: inline;
}

.sm\:inline-block {
	display: inline-block;
}

.sm\:block {
	display: block;
}

.sm\:flex {
	display: flex;
}

.sm\:inline-flex {
	display: inline-flex;
}

.sm\:text-left {
	text-align: left;
}

.sm\:text-right {
	text-align: right;
}

.sm\:text-center {
	text-align: center;
}

.sm\:text-justify {
	text-align: justify;
}

.sm\:white {
	color: #ffffff;
}

.sm\:black {
	color: #000000;
}

.sm\:grey {
	color: #797575;
}

.sm\:charcoal {
	color: #414042;
}

.sm\:light-green {
	color: #59ba47;
}

.sm\:dark-blue {
	color: #002f41;
}

.sm\:light-grey {
	color: #efefef;
}

.sm\:mid-grey {
	color: #b7b7b7;
}

.sm\:colour-primary {
	color: #414042;
}

.sm\:colour-accent {
	color: #000000;
}

.sm\:colour-secondary {
	color: #797575;
}

.sm\:light-green-darkened {
	color: #479638;
}

.sm\:colour-accent-darkened {
	color: black;
}

.sm\:colour-secondary-darkened {
	color: #5f5c5c;
}

.sm\:colour-font {
	color: #414042;
}

.sm\:wpgrey {
	color: #24282c;
}

.sm\:float-left {
	float: left;
}

.sm\:float-right {
	float: right;
}

.sm\:float-none {
	float: none;
}

.sm\:relative {
	position: relative;
}

.sm\:absolute {
	position: absolute;
}

.sm\:h-100 {
	height: 100%;
}

.sm\:w-100 {
	width: 100%;
}

.sm\:h-auto {
	height: auto;
}

.sm\:pl-0 {
	padding-left: 0px;
}

.sm\:pr-0 {
	padding-right: 0px;
}

.sm\:pb-0 {
	padding-bottom: 0px;
}

.sm\:pt-0 {
	padding-top: 0px;
}

.sm\:p-0 {
	padding: 0px;
}

.sm\:pl-5 {
	padding-left: 5px;
}

.sm\:pr-5 {
	padding-right: 5px;
}

.sm\:pb-5 {
	padding-bottom: 5px;
}

.sm\:pt-5 {
	padding-top: 5px;
}

.sm\:p-5 {
	padding: 5px;
}

.sm\:pl-10 {
	padding-left: 10px;
}

.sm\:pr-10 {
	padding-right: 10px;
}

.sm\:pb-10 {
	padding-bottom: 10px;
}

.sm\:pt-10 {
	padding-top: 10px;
}

.sm\:p-10 {
	padding: 10px;
}

.sm\:pl-15 {
	padding-left: 15px;
}

.sm\:pr-15 {
	padding-right: 15px;
}

.sm\:pb-15 {
	padding-bottom: 15px;
}

.sm\:pt-15 {
	padding-top: 15px;
}

.sm\:p-15 {
	padding: 15px;
}

.sm\:pl-20 {
	padding-left: 20px;
}

.sm\:pr-20 {
	padding-right: 20px;
}

.sm\:pb-20 {
	padding-bottom: 20px;
}

.sm\:pt-20 {
	padding-top: 20px;
}

.sm\:p-20 {
	padding: 20px;
}

.sm\:pl-30 {
	padding-left: 30px;
}

.sm\:pr-30 {
	padding-right: 30px;
}

.sm\:pb-30 {
	padding-bottom: 30px;
}

.sm\:pt-30 {
	padding-top: 30px;
}

.sm\:p-30 {
	padding: 30px;
}

.sm\:pl-40 {
	padding-left: 40px;
}

.sm\:pr-40 {
	padding-right: 40px;
}

.sm\:pb-40 {
	padding-bottom: 40px;
}

.sm\:pt-40 {
	padding-top: 40px;
}

.sm\:p-40 {
	padding: 40px;
}

.sm\:pl-50 {
	padding-left: 50px;
}

.sm\:pr-50 {
	padding-right: 50px;
}

.sm\:pb-50 {
	padding-bottom: 50px;
}

.sm\:pt-50 {
	padding-top: 50px;
}

.sm\:p-50 {
	padding: 50px;
}

.sm\:pl-60 {
	padding-left: 60px;
}

.sm\:pr-60 {
	padding-right: 60px;
}

.sm\:pb-60 {
	padding-bottom: 60px;
}

.sm\:pt-60 {
	padding-top: 60px;
}

.sm\:p-60 {
	padding: 60px;
}

.sm\:pl-70 {
	padding-left: 70px;
}

.sm\:pr-70 {
	padding-right: 70px;
}

.sm\:pb-70 {
	padding-bottom: 70px;
}

.sm\:pt-70 {
	padding-top: 70px;
}

.sm\:p-70 {
	padding: 70px;
}

.sm\:pl-80 {
	padding-left: 80px;
}

.sm\:pr-80 {
	padding-right: 80px;
}

.sm\:pb-80 {
	padding-bottom: 80px;
}

.sm\:pt-80 {
	padding-top: 80px;
}

.sm\:p-80 {
	padding: 80px;
}

.sm\:pl-90 {
	padding-left: 90px;
}

.sm\:pr-90 {
	padding-right: 90px;
}

.sm\:pb-90 {
	padding-bottom: 90px;
}

.sm\:pt-90 {
	padding-top: 90px;
}

.sm\:p-90 {
	padding: 90px;
}

.sm\:pl-100 {
	padding-left: 100px;
}

.sm\:pr-100 {
	padding-right: 100px;
}

.sm\:pb-100 {
	padding-bottom: 100px;
}

.sm\:pt-100 {
	padding-top: 100px;
}

.sm\:p-100 {
	padding: 100px;
}

.sm\:pl-110 {
	padding-left: 110px;
}

.sm\:pr-110 {
	padding-right: 110px;
}

.sm\:pb-110 {
	padding-bottom: 110px;
}

.sm\:pt-110 {
	padding-top: 110px;
}

.sm\:p-110 {
	padding: 110px;
}

.sm\:pl-120 {
	padding-left: 120px;
}

.sm\:pr-120 {
	padding-right: 120px;
}

.sm\:pb-120 {
	padding-bottom: 120px;
}

.sm\:pt-120 {
	padding-top: 120px;
}

.sm\:p-120 {
	padding: 120px;
}

.sm\:pl-130 {
	padding-left: 130px;
}

.sm\:pr-130 {
	padding-right: 130px;
}

.sm\:pb-130 {
	padding-bottom: 130px;
}

.sm\:pt-130 {
	padding-top: 130px;
}

.sm\:p-130 {
	padding: 130px;
}

.sm\:pl-140 {
	padding-left: 140px;
}

.sm\:pr-140 {
	padding-right: 140px;
}

.sm\:pb-140 {
	padding-bottom: 140px;
}

.sm\:pt-140 {
	padding-top: 140px;
}

.sm\:p-140 {
	padding: 140px;
}

.sm\:pl-150 {
	padding-left: 150px;
}

.sm\:pr-150 {
	padding-right: 150px;
}

.sm\:pb-150 {
	padding-bottom: 150px;
}

.sm\:pt-150 {
	padding-top: 150px;
}

.sm\:p-150 {
	padding: 150px;
}

.sm\:pl-160 {
	padding-left: 160px;
}

.sm\:pr-160 {
	padding-right: 160px;
}

.sm\:pb-160 {
	padding-bottom: 160px;
}

.sm\:pt-160 {
	padding-top: 160px;
}

.sm\:p-160 {
	padding: 160px;
}

.sm\:pl-170 {
	padding-left: 170px;
}

.sm\:pr-170 {
	padding-right: 170px;
}

.sm\:pb-170 {
	padding-bottom: 170px;
}

.sm\:pt-170 {
	padding-top: 170px;
}

.sm\:p-170 {
	padding: 170px;
}

.sm\:pl-180 {
	padding-left: 180px;
}

.sm\:pr-180 {
	padding-right: 180px;
}

.sm\:pb-180 {
	padding-bottom: 180px;
}

.sm\:pt-180 {
	padding-top: 180px;
}

.sm\:p-180 {
	padding: 180px;
}

.sm\:pl-190 {
	padding-left: 190px;
}

.sm\:pr-190 {
	padding-right: 190px;
}

.sm\:pb-190 {
	padding-bottom: 190px;
}

.sm\:pt-190 {
	padding-top: 190px;
}

.sm\:p-190 {
	padding: 190px;
}

.sm\:pl-200 {
	padding-left: 200px;
}

.sm\:pr-200 {
	padding-right: 200px;
}

.sm\:pb-200 {
	padding-bottom: 200px;
}

.sm\:pt-200 {
	padding-top: 200px;
}

.sm\:p-200 {
	padding: 200px;
}

.sm\:py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.sm\:py-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.sm\:py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sm\:py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sm\:py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sm\:py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sm\:py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.sm\:py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.sm\:py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.sm\:py-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.sm\:py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.sm\:py-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.sm\:py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sm\:py-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.sm\:py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.sm\:py-130 {
	padding-top: 130px;
	padding-bottom: 130px;
}

.sm\:py-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}

.sm\:py-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.sm\:py-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}

.sm\:py-170 {
	padding-top: 170px;
	padding-bottom: 170px;
}

.sm\:py-180 {
	padding-top: 180px;
	padding-bottom: 180px;
}

.sm\:py-190 {
	padding-top: 190px;
	padding-bottom: 190px;
}

.sm\:py-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.sm\:px-0 {
	padding-right: 0px;
	padding-left: 0px;
}

.sm\:px-5 {
	padding-right: 5px;
	padding-left: 5px;
}

.sm\:px-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.sm\:px-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.sm\:px-20 {
	padding-right: 20px;
	padding-left: 20px;
}

.sm\:px-30 {
	padding-right: 30px;
	padding-left: 30px;
}

.sm\:px-40 {
	padding-right: 40px;
	padding-left: 40px;
}

.sm\:px-50 {
	padding-right: 50px;
	padding-left: 50px;
}

.sm\:px-60 {
	padding-right: 60px;
	padding-left: 60px;
}

.sm\:px-70 {
	padding-right: 70px;
	padding-left: 70px;
}

.sm\:px-80 {
	padding-right: 80px;
	padding-left: 80px;
}

.sm\:px-90 {
	padding-right: 90px;
	padding-left: 90px;
}

.sm\:px-100 {
	padding-right: 100px;
	padding-left: 100px;
}

.sm\:px-110 {
	padding-right: 110px;
	padding-left: 110px;
}

.sm\:px-120 {
	padding-right: 120px;
	padding-left: 120px;
}

.sm\:px-130 {
	padding-right: 130px;
	padding-left: 130px;
}

.sm\:px-140 {
	padding-right: 140px;
	padding-left: 140px;
}

.sm\:px-150 {
	padding-right: 150px;
	padding-left: 150px;
}

.sm\:px-160 {
	padding-right: 160px;
	padding-left: 160px;
}

.sm\:px-170 {
	padding-right: 170px;
	padding-left: 170px;
}

.sm\:px-180 {
	padding-right: 180px;
	padding-left: 180px;
}

.sm\:px-190 {
	padding-right: 190px;
	padding-left: 190px;
}

.sm\:px-200 {
	padding-right: 200px;
	padding-left: 200px;
}

.sm\:ml-0 {
	margin-left: 0px;
}

.sm\:mr-0 {
	margin-right: 0px;
}

.sm\:mb-0 {
	margin-bottom: 0px;
}

.sm\:mt-0 {
	margin-top: 0px;
}

.sm\:m-0 {
	margin: 0px;
}

.sm\:ml-5 {
	margin-left: 5px;
}

.sm\:mr-5 {
	margin-right: 5px;
}

.sm\:mb-5 {
	margin-bottom: 5px;
}

.sm\:mt-5 {
	margin-top: 5px;
}

.sm\:m-5 {
	margin: 5px;
}

.sm\:ml-10 {
	margin-left: 10px;
}

.sm\:mr-10 {
	margin-right: 10px;
}

.sm\:mb-10 {
	margin-bottom: 10px;
}

.sm\:mt-10 {
	margin-top: 10px;
}

.sm\:m-10 {
	margin: 10px;
}

.sm\:ml-15 {
	margin-left: 15px;
}

.sm\:mr-15 {
	margin-right: 15px;
}

.sm\:mb-15 {
	margin-bottom: 15px;
}

.sm\:mt-15 {
	margin-top: 15px;
}

.sm\:m-15 {
	margin: 15px;
}

.sm\:ml-20 {
	margin-left: 20px;
}

.sm\:mr-20 {
	margin-right: 20px;
}

.sm\:mb-20 {
	margin-bottom: 20px;
}

.sm\:mt-20 {
	margin-top: 20px;
}

.sm\:m-20 {
	margin: 20px;
}

.sm\:ml-30 {
	margin-left: 30px;
}

.sm\:mr-30 {
	margin-right: 30px;
}

.sm\:mb-30 {
	margin-bottom: 30px;
}

.sm\:mt-30 {
	margin-top: 30px;
}

.sm\:m-30 {
	margin: 30px;
}

.sm\:ml-40 {
	margin-left: 40px;
}

.sm\:mr-40 {
	margin-right: 40px;
}

.sm\:mb-40 {
	margin-bottom: 40px;
}

.sm\:mt-40 {
	margin-top: 40px;
}

.sm\:m-40 {
	margin: 40px;
}

.sm\:ml-50 {
	margin-left: 50px;
}

.sm\:mr-50 {
	margin-right: 50px;
}

.sm\:mb-50 {
	margin-bottom: 50px;
}

.sm\:mt-50 {
	margin-top: 50px;
}

.sm\:m-50 {
	margin: 50px;
}

.sm\:ml-60 {
	margin-left: 60px;
}

.sm\:mr-60 {
	margin-right: 60px;
}

.sm\:mb-60 {
	margin-bottom: 60px;
}

.sm\:mt-60 {
	margin-top: 60px;
}

.sm\:m-60 {
	margin: 60px;
}

.sm\:ml-70 {
	margin-left: 70px;
}

.sm\:mr-70 {
	margin-right: 70px;
}

.sm\:mb-70 {
	margin-bottom: 70px;
}

.sm\:mt-70 {
	margin-top: 70px;
}

.sm\:m-70 {
	margin: 70px;
}

.sm\:ml-80 {
	margin-left: 80px;
}

.sm\:mr-80 {
	margin-right: 80px;
}

.sm\:mb-80 {
	margin-bottom: 80px;
}

.sm\:mt-80 {
	margin-top: 80px;
}

.sm\:m-80 {
	margin: 80px;
}

.sm\:ml-90 {
	margin-left: 90px;
}

.sm\:mr-90 {
	margin-right: 90px;
}

.sm\:mb-90 {
	margin-bottom: 90px;
}

.sm\:mt-90 {
	margin-top: 90px;
}

.sm\:m-90 {
	margin: 90px;
}

.sm\:ml-100 {
	margin-left: 100px;
}

.sm\:mr-100 {
	margin-right: 100px;
}

.sm\:mb-100 {
	margin-bottom: 100px;
}

.sm\:mt-100 {
	margin-top: 100px;
}

.sm\:m-100 {
	margin: 100px;
}

.sm\:ml-110 {
	margin-left: 110px;
}

.sm\:mr-110 {
	margin-right: 110px;
}

.sm\:mb-110 {
	margin-bottom: 110px;
}

.sm\:mt-110 {
	margin-top: 110px;
}

.sm\:m-110 {
	margin: 110px;
}

.sm\:ml-120 {
	margin-left: 120px;
}

.sm\:mr-120 {
	margin-right: 120px;
}

.sm\:mb-120 {
	margin-bottom: 120px;
}

.sm\:mt-120 {
	margin-top: 120px;
}

.sm\:m-120 {
	margin: 120px;
}

.sm\:ml-130 {
	margin-left: 130px;
}

.sm\:mr-130 {
	margin-right: 130px;
}

.sm\:mb-130 {
	margin-bottom: 130px;
}

.sm\:mt-130 {
	margin-top: 130px;
}

.sm\:m-130 {
	margin: 130px;
}

.sm\:ml-140 {
	margin-left: 140px;
}

.sm\:mr-140 {
	margin-right: 140px;
}

.sm\:mb-140 {
	margin-bottom: 140px;
}

.sm\:mt-140 {
	margin-top: 140px;
}

.sm\:m-140 {
	margin: 140px;
}

.sm\:ml-150 {
	margin-left: 150px;
}

.sm\:mr-150 {
	margin-right: 150px;
}

.sm\:mb-150 {
	margin-bottom: 150px;
}

.sm\:mt-150 {
	margin-top: 150px;
}

.sm\:m-150 {
	margin: 150px;
}

.sm\:ml-160 {
	margin-left: 160px;
}

.sm\:mr-160 {
	margin-right: 160px;
}

.sm\:mb-160 {
	margin-bottom: 160px;
}

.sm\:mt-160 {
	margin-top: 160px;
}

.sm\:m-160 {
	margin: 160px;
}

.sm\:ml-170 {
	margin-left: 170px;
}

.sm\:mr-170 {
	margin-right: 170px;
}

.sm\:mb-170 {
	margin-bottom: 170px;
}

.sm\:mt-170 {
	margin-top: 170px;
}

.sm\:m-170 {
	margin: 170px;
}

.sm\:ml-180 {
	margin-left: 180px;
}

.sm\:mr-180 {
	margin-right: 180px;
}

.sm\:mb-180 {
	margin-bottom: 180px;
}

.sm\:mt-180 {
	margin-top: 180px;
}

.sm\:m-180 {
	margin: 180px;
}

.sm\:ml-190 {
	margin-left: 190px;
}

.sm\:mr-190 {
	margin-right: 190px;
}

.sm\:mb-190 {
	margin-bottom: 190px;
}

.sm\:mt-190 {
	margin-top: 190px;
}

.sm\:m-190 {
	margin: 190px;
}

.sm\:ml-200 {
	margin-left: 200px;
}

.sm\:mr-200 {
	margin-right: 200px;
}

.sm\:mb-200 {
	margin-bottom: 200px;
}

.sm\:mt-200 {
	margin-top: 200px;
}

.sm\:m-200 {
	margin: 200px;
}

.sm\:my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sm\:my-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sm\:my-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sm\:my-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.sm\:my-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sm\:my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.sm\:my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.sm\:my-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.sm\:my-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.sm\:my-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.sm\:my-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.sm\:my-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.sm\:my-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.sm\:my-110 {
	margin-top: 110px;
	margin-bottom: 110px;
}

.sm\:my-120 {
	margin-top: 120px;
	margin-bottom: 120px;
}

.sm\:my-130 {
	margin-top: 130px;
	margin-bottom: 130px;
}

.sm\:my-140 {
	margin-top: 140px;
	margin-bottom: 140px;
}

.sm\:my-150 {
	margin-top: 150px;
	margin-bottom: 150px;
}

.sm\:my-160 {
	margin-top: 160px;
	margin-bottom: 160px;
}

.sm\:my-170 {
	margin-top: 170px;
	margin-bottom: 170px;
}

.sm\:my-180 {
	margin-top: 180px;
	margin-bottom: 180px;
}

.sm\:my-190 {
	margin-top: 190px;
	margin-bottom: 190px;
}

.sm\:my-200 {
	margin-top: 200px;
	margin-bottom: 200px;
}

.sm\:mx-0 {
	margin-right: 0px;
	margin-left: 0px;
}

.sm\:mx-5 {
	margin-right: 5px;
	margin-left: 5px;
}

.sm\:mx-10 {
	margin-right: 10px;
	margin-left: 10px;
}

.sm\:mx-15 {
	margin-right: 15px;
	margin-left: 15px;
}

.sm\:mx-20 {
	margin-right: 20px;
	margin-left: 20px;
}

.sm\:mx-30 {
	margin-right: 30px;
	margin-left: 30px;
}

.sm\:mx-40 {
	margin-right: 40px;
	margin-left: 40px;
}

.sm\:mx-50 {
	margin-right: 50px;
	margin-left: 50px;
}

.sm\:mx-60 {
	margin-right: 60px;
	margin-left: 60px;
}

.sm\:mx-70 {
	margin-right: 70px;
	margin-left: 70px;
}

.sm\:mx-80 {
	margin-right: 80px;
	margin-left: 80px;
}

.sm\:mx-90 {
	margin-right: 90px;
	margin-left: 90px;
}

.sm\:mx-100 {
	margin-right: 100px;
	margin-left: 100px;
}

.sm\:mx-110 {
	margin-right: 110px;
	margin-left: 110px;
}

.sm\:mx-120 {
	margin-right: 120px;
	margin-left: 120px;
}

.sm\:mx-130 {
	margin-right: 130px;
	margin-left: 130px;
}

.sm\:mx-140 {
	margin-right: 140px;
	margin-left: 140px;
}

.sm\:mx-150 {
	margin-right: 150px;
	margin-left: 150px;
}

.sm\:mx-160 {
	margin-right: 160px;
	margin-left: 160px;
}

.sm\:mx-170 {
	margin-right: 170px;
	margin-left: 170px;
}

.sm\:mx-180 {
	margin-right: 180px;
	margin-left: 180px;
}

.sm\:mx-190 {
	margin-right: 190px;
	margin-left: 190px;
}

.sm\:mx-200 {
	margin-right: 200px;
	margin-left: 200px;
}

.sm\:mx-auto {
	margin-right: auto;
	margin-left: auto;
}

.sm\:bg-white {
	background-color: #ffffff;
}

.sm\:bg-black {
	background-color: #000000;
}

.sm\:bg-grey {
	background-color: #797575;
}

.sm\:bg-charcoal {
	background-color: #414042;
}

.sm\:bg-light-green {
	background-color: #59ba47;
}

.sm\:bg-dark-blue {
	background-color: #002f41;
}

.sm\:bg-light-grey {
	background-color: #efefef;
}

.sm\:bg-mid-grey {
	background-color: #b7b7b7;
}

.sm\:bg-colour-primary {
	background-color: #414042;
}

.sm\:bg-colour-accent {
	background-color: #000000;
}

.sm\:bg-colour-secondary {
	background-color: #797575;
}

.sm\:bg-light-green-darkened {
	background-color: #479638;
}

.sm\:bg-colour-accent-darkened {
	background-color: black;
}

.sm\:bg-colour-secondary-darkened {
	background-color: #5f5c5c;
}

.sm\:bg-colour-font {
	background-color: #414042;
}

.sm\:bg-wpgrey {
	background-color: #24282c;
}

.sm\:border-none {
	border: none;
}

.sm\:border-white {
	border: #ffffff solid 1px;
}

.sm\:border-left-white {
	border-left: #ffffff solid 1px;
}

.sm\:border-right-white {
	border-right: #ffffff solid 1px;
}

.sm\:border-top-white {
	border-top: #ffffff solid 1px;
}

.sm\:border-bottom-white {
	border-bottom: #ffffff solid 1px;
}

.sm\:border-black {
	border: #000000 solid 1px;
}

.sm\:border-left-black {
	border-left: #000000 solid 1px;
}

.sm\:border-right-black {
	border-right: #000000 solid 1px;
}

.sm\:border-top-black {
	border-top: #000000 solid 1px;
}

.sm\:border-bottom-black {
	border-bottom: #000000 solid 1px;
}

.sm\:border-grey {
	border: #797575 solid 1px;
}

.sm\:border-left-grey {
	border-left: #797575 solid 1px;
}

.sm\:border-right-grey {
	border-right: #797575 solid 1px;
}

.sm\:border-top-grey {
	border-top: #797575 solid 1px;
}

.sm\:border-bottom-grey {
	border-bottom: #797575 solid 1px;
}

.sm\:border-charcoal {
	border: #414042 solid 1px;
}

.sm\:border-left-charcoal {
	border-left: #414042 solid 1px;
}

.sm\:border-right-charcoal {
	border-right: #414042 solid 1px;
}

.sm\:border-top-charcoal {
	border-top: #414042 solid 1px;
}

.sm\:border-bottom-charcoal {
	border-bottom: #414042 solid 1px;
}

.sm\:border-light-green {
	border: #59ba47 solid 1px;
}

.sm\:border-left-light-green {
	border-left: #59ba47 solid 1px;
}

.sm\:border-right-light-green {
	border-right: #59ba47 solid 1px;
}

.sm\:border-top-light-green {
	border-top: #59ba47 solid 1px;
}

.sm\:border-bottom-light-green {
	border-bottom: #59ba47 solid 1px;
}

.sm\:border-dark-blue {
	border: #002f41 solid 1px;
}

.sm\:border-left-dark-blue {
	border-left: #002f41 solid 1px;
}

.sm\:border-right-dark-blue {
	border-right: #002f41 solid 1px;
}

.sm\:border-top-dark-blue {
	border-top: #002f41 solid 1px;
}

.sm\:border-bottom-dark-blue {
	border-bottom: #002f41 solid 1px;
}

.sm\:border-light-grey {
	border: #efefef solid 1px;
}

.sm\:border-left-light-grey {
	border-left: #efefef solid 1px;
}

.sm\:border-right-light-grey {
	border-right: #efefef solid 1px;
}

.sm\:border-top-light-grey {
	border-top: #efefef solid 1px;
}

.sm\:border-bottom-light-grey {
	border-bottom: #efefef solid 1px;
}

.sm\:border-mid-grey {
	border: #b7b7b7 solid 1px;
}

.sm\:border-left-mid-grey {
	border-left: #b7b7b7 solid 1px;
}

.sm\:border-right-mid-grey {
	border-right: #b7b7b7 solid 1px;
}

.sm\:border-top-mid-grey {
	border-top: #b7b7b7 solid 1px;
}

.sm\:border-bottom-mid-grey {
	border-bottom: #b7b7b7 solid 1px;
}

.sm\:border-colour-primary {
	border: #414042 solid 1px;
}

.sm\:border-left-colour-primary {
	border-left: #414042 solid 1px;
}

.sm\:border-right-colour-primary {
	border-right: #414042 solid 1px;
}

.sm\:border-top-colour-primary {
	border-top: #414042 solid 1px;
}

.sm\:border-bottom-colour-primary {
	border-bottom: #414042 solid 1px;
}

.sm\:border-colour-accent {
	border: #000000 solid 1px;
}

.sm\:border-left-colour-accent {
	border-left: #000000 solid 1px;
}

.sm\:border-right-colour-accent {
	border-right: #000000 solid 1px;
}

.sm\:border-top-colour-accent {
	border-top: #000000 solid 1px;
}

.sm\:border-bottom-colour-accent {
	border-bottom: #000000 solid 1px;
}

.sm\:border-colour-secondary {
	border: #797575 solid 1px;
}

.sm\:border-left-colour-secondary {
	border-left: #797575 solid 1px;
}

.sm\:border-right-colour-secondary {
	border-right: #797575 solid 1px;
}

.sm\:border-top-colour-secondary {
	border-top: #797575 solid 1px;
}

.sm\:border-bottom-colour-secondary {
	border-bottom: #797575 solid 1px;
}

.sm\:border-light-green-darkened {
	border: #479638 solid 1px;
}

.sm\:border-left-light-green-darkened {
	border-left: #479638 solid 1px;
}

.sm\:border-right-light-green-darkened {
	border-right: #479638 solid 1px;
}

.sm\:border-top-light-green-darkened {
	border-top: #479638 solid 1px;
}

.sm\:border-bottom-light-green-darkened {
	border-bottom: #479638 solid 1px;
}

.sm\:border-colour-accent-darkened {
	border: black solid 1px;
}

.sm\:border-left-colour-accent-darkened {
	border-left: black solid 1px;
}

.sm\:border-right-colour-accent-darkened {
	border-right: black solid 1px;
}

.sm\:border-top-colour-accent-darkened {
	border-top: black solid 1px;
}

.sm\:border-bottom-colour-accent-darkened {
	border-bottom: black solid 1px;
}

.sm\:border-colour-secondary-darkened {
	border: #5f5c5c solid 1px;
}

.sm\:border-left-colour-secondary-darkened {
	border-left: #5f5c5c solid 1px;
}

.sm\:border-right-colour-secondary-darkened {
	border-right: #5f5c5c solid 1px;
}

.sm\:border-top-colour-secondary-darkened {
	border-top: #5f5c5c solid 1px;
}

.sm\:border-bottom-colour-secondary-darkened {
	border-bottom: #5f5c5c solid 1px;
}

.sm\:border-colour-font {
	border: #414042 solid 1px;
}

.sm\:border-left-colour-font {
	border-left: #414042 solid 1px;
}

.sm\:border-right-colour-font {
	border-right: #414042 solid 1px;
}

.sm\:border-top-colour-font {
	border-top: #414042 solid 1px;
}

.sm\:border-bottom-colour-font {
	border-bottom: #414042 solid 1px;
}

.sm\:border-wpgrey {
	border: #24282c solid 1px;
}

.sm\:border-left-wpgrey {
	border-left: #24282c solid 1px;
}

.sm\:border-right-wpgrey {
	border-right: #24282c solid 1px;
}

.sm\:border-top-wpgrey {
	border-top: #24282c solid 1px;
}

.sm\:border-bottom-wpgrey {
	border-bottom: #24282c solid 1px;
}

.sm\:h-100 {
	height: 100%;
}

.sm\:order-1 {
	order: 1;
}

.sm\:order-2 {
	order: 2;
}

.sm\:flex-row {
	flex-direction: row;
}

.sm\:flex-wrap {
	flex-wrap: wrap;
}

.sm\:flex-nowrap {
	flex-wrap: nowrap;
}

.sm\:flex-column {
	flex-direction: column;
}

.sm\:align-start {
	align-items: flex-start;
}

.sm\:align-center {
	align-items: center;
}

.sm\:align-end {
	align-items: flex-end;
}

.sm\:align-baseline {
	align-items: baseline;
}

.sm\:align-stretch {
	align-items: stretch;
}

.sm\:justify-start {
	justify-content: flex-start;
}

.sm\:justify-center {
	justify-content: center;
}

.sm\:justify-end {
	justify-content: flex-end;
}

.sm\:justify-between {
	justify-content: space-between;
}

.sm\:justify-around {
	justify-content: space-around;
}

.sm\:align-self-start {
	align-self: flex-start;
}

.sm\:align-self-center {
	align-self: center;
}

.sm\:align-self-end {
	align-self: flex-end;
}

.sm\:align-self-baseline {
	align-self: baseline;
}

.sm\:align-self-stretch {
	align-self: stretch;
}

}
.quick{
    font-size:14px;
}
.home .home-banner .right-side-content{
    
     display:none;
}
.home-banner .right-side-content{
    margin-top: 120px;
   
}

.wpcf7-form p{
    margin: 5px !important;
}
input.wpcf7-form-control {
    border: 1px solid !important;
    padding: 10px !important;
}
.header ul li.white:nth-child(5),
.header ul li.white:nth-child(6){
    display:none;   
    margin-bottom: 10px;
}
.button-enquiry a.btn-small {
    display: block;
    margin: 10px 0;
    height: 45px;
    line-height: 25px;
    font-size: 14px;
}
.button-enquiry .btn.btn-trans{
    color:#fff;
    border:1px solid #fff;
}
.button-enquiry .btn.btn-trans:hover{
    color:#479638;    
}
.button-enquiry {
    margin-left: 110px;
}
.offer-vehicle-slide .vehicle-content.slick-slide {
    padding: 0 15px;
   
}
.offer-vehicle-slide .slick-arrow{
    display:none !important;    
}
/*{*/
/*       margin-top: 70px;*/
/*       margin-bottom:40px;*/
/*}*/
.offer-vehicle-slide .slick-dots {
    bottom: -40px;
    text-align: center;
    width: 100%;
}
.offer-vehicle-slide .slick-dots li button:before {
    border: 1px solid #59ba47 !important;
}
.offer-vehicle-slide .slick-dots li.slick-active button:before {
    background: #59ba47 !important;
}
.offer-vehicle-slide .vehicle-content .content h3{
    font-size: 23px;
    font-weight: 600;
    margin: 10px 0 0;
    text-align: center; 
}
.menu-accordian {
        width: 340px;    
}
.menu-accordian .menu-links{
    display:none;
    transition:0.5s ease;
} 
.menu-accordian .menu-links.active{
    display:block;
    margin: 0 0 20px;   
    transition:0.5s ease; 
} 
.menu-accordian .menu-links a.animsition-link{
    opacity:0.7;    
}
.menu-accordian .menu-links a.animsition-link:hover{
    opacity:1;    
    cursor:pointer;
}
.menu-accordian .title-menu{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0;
    border-top: 1px solid #fff;  
    position:relative;
    cursor:pointer;
    transition:0.5s ease;
}
.menu-accordian .title-menu:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://leasetree.co.uk/wp-content/uploads/2020/05/plus.png);
    top: 11px;
    right: 10px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}
.menu-accordian .title-menu.active-icon:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://leasetree.co.uk/wp-content/uploads/2020/05/minus.png);
    top: 11px;
    right: 10px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}
.bottom-footer-content{
   background: #001f2b !important; 
   padding: 20px 0;
}
.bottom-footer-content ul{
    text-align:center;    
}
.bottom-footer-content ul li {
    display: inline-block;
    padding: 0 20px;
    margin: 0;
}
.bottom-footer-content ul li a.animsition-link{
    font-size: 14px;   
    position: relative;
}
.bottom-footer-content ul li a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    background: #c5c5c5;
    top: 1px;
    left: -23px;
}
.bottom-footer-content ul li:first-child a:before{
	display: none;
}

.page-id-1152 .wpcf7-form label .wpcf7-form-control {
    width: 100%;
    border-radius: 5px;
    border: 0 !important;
    margin: 0 0 5px;
}
.page-id-1152 .wpcf7-form label textarea.wpcf7-form-control {
    height: 100px;
    padding: 10px;
}
.page-id-1152 .wpcf7-form .wpcf7-form-control.btn-green{
    border:0 !important;    
}
/*.page-id-1152 .section.form-section .w-full .w-full{*/
/*    flex: 0 0 66.666667%;*/
/*    max-width: 66.666667%;*/

/*}*/
.section.form-section .wpcf7-form label .wpcf7-form-control{
     width: 100%;
    border-radius: 5px;
    border: 1px solid #bbb !important;
    margin: 5px 0 5px;    
    font-weight: 500;
}
.section.form-section .wpcf7-form{
    padding-left:30px;    
}
.page-id-1152 .button-enquiry .btn-green{
    display:none;    
}
.section.form-section .wpcf7-form label{
        text-align: left;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;    
}
.home-banner div.wpcf7-validation-errors, .home-banner div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    font-size: 14px;
    color: #fff;
}
.home-banner span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: 12px;
    display: none;
}
.page-id-1152 .wpcf7-form label .wpcf7-form-control.wpcf7-not-valid {
    border:1px solid #f00 !important;
}
.right-side-content a {
    display: block;
    overflow: hidden;
    width: 479px;
    float: left;
    border-radius: 10px;
    margin-left: -65px;
    height: 294px;
}
.right-side-content a img{
    transition:0.5s ease;   
    border-radius: 10px; 
}
.right-side-content a:hover img{
    transform:scale(1.1);    
}
.page-id-28 .home-banner,
.page-id-1859 .home-banner,
.page-id-1863 .home-banner,
.page-id-1095 .home-banner,
.page-id-1171 .home-banner,
.page-id-1152 .home-banner,
.page-id-12 .home-banner,
.page-id-39 .home-banner,
.page-id-1383 .home-banner,
.page-id-3 .home-banner,
.page-id-1385 .home-banner,
.page-id-9 .home-banner,
.page-id-255 .home-banner,
.page-id-1161 .home-banner{
    min-height: 450px;    
}
.page-id-18 .home-banner,
.page-id-21 .home-banner,
.page-id-1149 .home-banner{
    min-height: 500px;    
}
.home-banner p{
    font-size:17px;    
}
.home-banner h1.h2{
    margin-top: 30px;    
}
.form-long-div{
    display:none;    
}
.page-id-1152 .form-long-div{
    display:block;    
}
.page-id-1161 .tree-plant-img-hide-page{
    display:none;    
}
.tree-plant-img-show-pagee{
   display:none;     
}
.page-id-1161 .tree-plant-img-show-pagee{
   display:block;     
}
.page-id-1095 .hide-title-blog{
    padding-top:0;
    margin-top: 0; 
}
.page-id-1095 .hide-title-blog div.bg-white{
    background-color: transparent;    
}
.page-id-1095 .hide-title-blog p.h2.dark-blue{
    display:none;    
}


.page-id-1171 .hide-title-blog{
    padding-top:0;
    margin-top: 0; 
}
.page-id-1171 .hide-title-blog div.bg-white{
    background-color: transparent;    
}
.page-id-1171 .hide-title-blog p.h2.dark-blue{
    display:none;    
}
.faq-accordian .wysiwyg{
    display:none;    
}
.faq-accordian.active .wysiwyg{
    display:block;    
    margin: 0 0 20px;
}
.faq-page {
    justify-content: center;    
}
.faq-page .faq-accordian{
    margin-bottom: 0;
    cursor:pointer;
}
.faq-page .faq-accordian .js-accordion-title {
    margin: 0 0 15px;
    background: #f7f7f7;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position:relative;
}
.faq-page .faq-accordian .js-accordion-title:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://leasetree.co.uk/wp-content/uploads/2020/05/plus-black.png);
    top: 16px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}
.faq-page .faq-accordian.active .js-accordion-title:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://leasetree.co.uk/wp-content/uploads/2020/05/minus-black.png);
    top: 16px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}

.alm-reveal {
    display: flex;
    flex-wrap: wrap;
}
.alm-reveal li{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px !important;
    margin:0 0 30px;
}
.alm-reveal li img{
    position:relative !important;    
}
.alm-reveal li h3 a{
        font-size: 22px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 10px 0 0;    
}
.page-id-12 .alm-reveal li p.entry-meta{
    text-align: center;
    margin: 0;    
    display:none;
}
.page-id-12 .wpcf7-form label .wpcf7-form-control{
     width: 100%;
    border-radius: 5px;
    border: 1px solid #bbb !important;
    margin: 5px 0 5px;    
    font-weight: 500;
}
.page-id-12 .wpcf7-form{
    padding-left:30px;    
    text-align: center;
}
.page-id-12 .wpcf7-form label{
        text-align: left;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;    
}
.page-id-12 .wpcf7-form label textarea.wpcf7-form-control {
    height: 100px;
    padding: 10px;
}
.special-offer-page .wysiwyg.text-center{
    text-align:left;
}
.special-offer-page {
    align-items: self-start;
    margin-top: 50px;    
}
ul.main-nav li ul.sub-nav{
    padding: 10px 0 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    top: 25px;    
}
ul.main-nav li ul.sub-nav li{
    margin:0;    
}
ul.main-nav li ul.sub-nav li a{
    color: #000;
    padding: 5px 10px;
    display: block;  
}
ul.main-nav li ul.sub-nav li a:hover{
    background:#f7f7f7;    
}
.header-logo {
    margin-left: 0;
}
.alm-btn-wrap .alm-load-more-btn {
    background: #59ba47 !important;
    border-radius:30px !important;
}
.alm-btn-wrap .alm-load-more-btn:hover{
    background: #479638 !important;    
}
.page-id-12 .hide-div-special-page  {
    display:none;    
}
.zero-deposite-section{
    display:none;    
}
.page-id-18 .zero-deposite-section{
    /*display:block;    */
}
.page-id-18 .alm-reveal {
    display: flex;
}
.page-id-18 .alm-reveal li{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px !important;
}
.page-id-18 .alm-reveal li img{
    position:relative !important;    
}
.page-id-18 .alm-reveal li h3 a{
        font-size: 22px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 10px 0 0;    
}
.page-id-18 .alm-reveal li p.entry-meta{
    text-align: center;
    margin: 0;    
    display:none;
}
.header .nav-item a{
    font-weight:400;   
    text-transform: uppercase;
}
.header .nav-item .red-menu{
    color:#f00;  
    font-weight:600;
}
/*.header .nav-item .red-menu,
.header .nav-item .red-menu{
    background-color: #f00;
}*/
.page-id-12 .home-banner .right-side-content p {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}
ul.main-nav li ul.sub-nav li a {
    font-weight: 500;
}
.page-id-2 .plant-home-section .container{
    align-items: self-start;    
}
.page-id-2 .plant-home-section .container .img-align-text {
    left: -80px;
    position: relative;
}
.search-form .button {
   -moz-appearance: button !important;
   -webkit-appearance: button !important;
}

.offer-vehicle-slide .vehicle-content.slick-slide a{
    display:block;
    overflow:hidden;
}
/*.offer-vehicle-slide .vehicle-content.slick-slide a img{*/
/*   transition:0.5s ease;     */
/*}*/
.offer-vehicle-slide .vehicle-content.slick-slide a img {
    transition: 0.5s ease;
    height: 250px;
    object-fit: cover;
}
.offer-vehicle-slide .vehicle-content.slick-slide a:hover img{
    transform:scale(1.1);    
}
.offer-vehicle-slide .vehicle-content.slick-slide {
    padding: 0;
    border: 1px solid #ddd;
    margin: 0 7px;
}
.offer-vehicle-slide .vehicle-content.slick-slide .content{
    padding: 20px;    
     height:80px;
}
.offer-vehicle-slide .vehicle-content .content h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.flex.justify-center.offer-button {
    margin-top: 30px;
    margin-bottom: 0px;
}
.section.home-slider-vehicle-section li {
    margin-bottom: 0px;
}
.offer-vehicle-slide .slick-arrow {
    display: inline-block !important;
    background: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
}
.offer-vehicle-slide .slick-prev{
     position:relative;   
}
.offer-vehicle-slide .slick-prev:before {
    background: url(https://leasetree.co.uk/wp-content/uploads/2020/06/left-arrow-white.png);
    content: "";
    position: absolute;
    top: 8px;
    left: 11px;
    width: 30px;
    height: 26px;
    background-size: 12px;
    background-repeat: no-repeat;
}
.offer-vehicle-slide .slick-next:before{
    background:url(https://leasetree.co.uk/wp-content/uploads/2020/06/right-arrow-white.png);
    content:"";
    position:absolute;
    top: 10px;
    left: 15px;
    width: 30px;
    height: 26px;
    background-size: 12px;
    background-repeat: no-repeat;
}
.offer-vehicle-slide .slick-prev {
    position: absolute;
    z-index: 999;
    top: 32%;
    left: 30px;
    border-radius: 50%;
}
.offer-vehicle-slide .slick-next {
    position: absolute;
    z-index: 999;
    top: 32%;
    right: 30px;
    border-radius: 50%;
}
.page-id-2 .plant-home-section{
    padding: 180px 0 59px !important;    
}
.page-id-2 .plant-home-section .container{
    padding-top: 0 !important;
    align-items: center !important;
}
.page-id-2 .plant-home-section .container img.aos-animate{
    margin-top: -62px;    
}
.page-id-2 .plant-home-section .container .img-align-text {
    left: -80px;
    position: relative;
    top: -96px;
}
.page-id-2 .hide-title-blog{
    margin-top: -70px;    
}
.page-id-12 .home-banner .right-side-content {
    margin-top: 50px;
}
.page-id-1161 .right-side-content{
        margin-top: 80px;
}
.page-id-1161 .right-side-content a {
    display: block;
    overflow: hidden;
    width: 300px;
    float: right;
    border-radius: 10px;
    margin-left: -65px;
    height: auto;
    margin-right: 100px;
}
.page-id-1152 .home-banner .right-side-content p {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}
.page-id-1152 .home-banner .right-side-content {
    margin-top: 50px;
}
.page-id-1152 .hide-finance-page{
    display:none;    
}
.page-child .offer-vehicle-slide{
    margin-top:40px;
}
.single-vehicle-header-change{
        background: #002f41;    
}
.single-vehicle-header-change .container{
    padding-bottom: 10px;    
}
.single-vehicle-content-wrap .container {
    display: flex;
    align-items: center;
}
/*.single-vehicle-content-wrap .container .white {*/
/*    color: #000;*/
/*}*/
.single-vehicle-content-wrap .container .featured-car-image {
    margin-bottom: 0;
}
 .offer-vehicle-slide .slick-prev{
    left: 10px;
    background: #59ba47;
    color: #fff;
}
 .offer-vehicle-slide .slick-next{
    right: 10px;
    background: #59ba47;
    color: #fff;
}

.home-slider-vehicle-section .container{
    padding-bottom: 0px !important;
}
.offer-vehicle-slide .slick-prev,
.offer-vehicle-slide .slick-next{
    top: -60px; 
}
.offer-vehicle-slide{
    margin-top:60px;     
}
.vehicle-tab-contents .accordian-section{
    padding-right:50px;    
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    width: 100%;
}
.vehicle-tab-contents .tab-quick h3{
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background: #f7f7f7;
    padding: 15px 25px;
    margin: 0 0 20px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    color: #59ba47;
    
}
.long-form.tab-quick h3 {
    color: #9400D3;
}
p.form-above-line{
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 40px;
    text-align: left;    
}
.vehicle-tab-contents .container.pt-150{
    padding-top: 15px;    
}
.vehicle-tab-contents .tab-quick .wpcf7{
    display:none;    
}
.vehicle-tab-contents .tab-quick.active .wpcf7{
    display:block;    
}
.vehicle-tab-contents .tab-quick .wpcf7 .wpcf7-form-control{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #bbb !important;
    margin: 5px 0 5px;
    font-weight: 500;    
}
.vehicle-tab-contents .tab-quick .wpcf7 label{
    text-align: left;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;    
}
.vehicle-tab-contents .tab-quick h3:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://leasetree.co.uk/wp-content/uploads/2020/06/plus-green.png);
    top: 16px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}
.long-form.tab-quick h3:before
{
     
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://leasetree.co.uk/wp-content/uploads/2020/06/plus-purple.png);
    top: 16px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}
.long-form.tab-quick.active h3:before
{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://leasetree.co.uk/wp-content/uploads/2020/06/plus-purple.png);
    top: 16px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}

.vehicle-tab-contents .tab-quick.active h3:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://leasetree.co.uk/wp-content/uploads/2020/06/minus-purple.png);
    top: 16px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
}
.vehicle-tab-contents ul.tab-main {
    display:flex;
    align-items: center;
}
.vehicle-tab-contents ul.tab-main li {
    display: inline-block;
    width: 50%;
    padding: 15px 20px;
    background: rgba(8,62,232,0.4);
    margin: 0;
    cursor: pointer;
    color: #fff;
    font-weight:bold;
    text-transform: uppercase;
    font-size: 0.9em;
}
.vehicle-tab-contents ul.tab-main li.active {
    background: #083ee8;
    border-top: 2px solid #000000;
    color: #FFF;
}
.vehicle-tab-contents .main-content-tab{
    background: #f7f7f7; 
}
.vehicle-tab-contents .personal-tab{
    display:none;
}
.vehicle-tab-contents .personal-tab.show{
    display:block;    
}
.vehicle-tab-contents .bussiness-tab{
    display:none;
}
.vehicle-tab-contents .bussiness-tab.show{
    display:block;    
}
.vehicle-tab-contents .main-content-tab .tab-content{
    padding: 20px;    
}
.vehicle-tab-contents .main-content-tab .tab-content h2{
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;    
}
.wysiwyg.application-page {
    text-align: left;
    padding: 40px;
    background: #f7f7f7;
    border-radius: 30px;
}
 .section.form-section .application-page .wpcf7-form label .wpcf7-form-control {
    width: 100%;  
    margin: 5px 0 5px;
    font-weight: 500;
    color: #797575;
    border: solid 1px #797575 !important;
    border-radius: 15px !important;
    height: 42px;
}
 .section.form-section .application-page .wpcf7-form label .wpcf7-form-control.wpcf7-textarea{
    height:auto;
    padding: 10px;     
}
input[type="radio"]{
    -webkit-appearance: radio;    
}
.page-id-12 .wpcf7-form label .wpcf7-form-control.wpcf7-radio,
.page-id-1152 .wpcf7-form label .wpcf7-form-control.wpcf7-radio,
.single-vehicle .wpcf7-form label .wpcf7-form-control.wpcf7-radio{
    border: 0 !important;
}
.page-id-1868 .section.form-section .application-page .wpcf7-form label .wpcf7-form-control.wpcf7-radio{
    border: 0 !important;    
}
.page-id-12 .wpcf7-form,
.page-id-1152 .wpcf7-form,
.single-vehicle .wpcf7-form{
    padding-left: 0;
    text-align: center;
    background: #f7f7f7;
    padding: 30px;
    border-radius: 30px;
    margin:0 0 30px;
}
.page-id-12 .wpcf7-form label .wpcf7-form-control,
.page-id-1152 .wpcf7-form label .wpcf7-form-control,
.single-vehicle .wpcf7-form label .wpcf7-form-control{
    width: 100%;
    border-radius: 5px;
    margin: 5px 0 5px;
    font-weight: 500;
    color: #797575;
    border: solid 1px #797575 !important;
    border-radius: 15px;
    padding: 10px 15px;
    transition: all 0.3s ease;
}
.bottom-footer-content {
    text-align: center;
}
.bottom-footer-content .menu-links,
.bottom-footer-content .social-list{
    display:inline-block;
}
.bottom-footer-content .social-list a li{
    list-style: none;
}
.after-form-section .pt-150 {
    padding-top: 15px;
}


.page-id-2 .home-banner h1.h2 {
    font-size: 36px;
    margin-top: 62px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 42px;
    margin-left: 30px;
}
.page-id-2 .home-banner p {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 30px;
}
.page-id-2 .home-banner .btn-green{
    display: inline-block;
    margin-top: 20px;    
    text-transform: capitalize;
}
.page-id-1868 .section.form-section .wpcf7-form,
.page-id-1152 .section.form-section .wpcf7-form{
    display: flex;
    flex-wrap: wrap;
}
.page-id-1868 .vehicle-tab-contents .accordian-section,
.page-id-1152 .vehicle-tab-contents .accordian-section{
    padding-right: 0;
}
.page-id-1868 .section.form-section .wpcf7-form{
   padding-left: 0;     
}
.page-id-1868 .section.form-section .wpcf7-form .left-field,
.page-id-1868 .section.form-section .wpcf7-form .center-field,
.page-id-1868 .section.form-section .wpcf7-form .right-field,
.page-id-1868 .section.form-section .wpcf7-form .textarea-field,
.page-id-1152 .section.form-section .wpcf7-form .left-field,
.page-id-1152 .section.form-section .wpcf7-form .center-field,
.page-id-1152 .section.form-section .wpcf7-form .right-field,
.page-id-1152 .section.form-section .wpcf7-form .textarea-field{
    padding:0 15px;    
}
.page-id-1868 .section.form-section .wpcf7-form .textarea-field .wpcf7-form-control.wpcf7-textarea,
.page-id-1868 .section.form-section .wpcf7-form .center-field .wpcf7-form-control.wpcf7-textarea,
.page-id-1152 .section.form-section .wpcf7-form .textarea-field .wpcf7-form-control.wpcf7-textarea,
.page-id-1152 .section.form-section .wpcf7-form .center-field .wpcf7-form-control.wpcf7-textarea{
    height: 170px;
    padding: 10px;
}
ul.alm-reveal li a{
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
}
ul.alm-reveal li h3 a{
    margin-top: 0;
    border-top: 0;
    padding: 14px;
    height: 80px;
    font-weight: 600;
    line-height: 1.4;
    font-size:0.7em;
}
ul.alm-reveal li a img{
    transition:0.5s ease;    
}
ul.alm-reveal li a:hover img{
    transform:scale(1.1);    
}


.page-id-1868 .wysiwyg.application-page {
    text-align: left;
     padding: 0; 
     background: transparent; 
     border-radius: 0; 
}
.page-id-1868 .wysiwyg.application-page .wpcf7{
    padding: 40px;
    background: #f7f7f7;
    border-radius: 30px;
    margin: 0 0 30px;    
}
.page-id-1868 .wysiwyg.application-page .wpcf7 .wpcf7-form-control{
    margin: 5px 0 5px;
    font-weight: 500;
    border: solid 1px #797575 !important;
    border-radius: 15px;
    padding: 10px 15px;
    transition: all 0.3s ease;    
}
.page-id-1868 .wysiwyg.application-page .wpcf7 .wpcf7-form-control.wpcf7-submit{
    border:0 !important;  
    border-radius: 5px;  
    margin-left: 15px;
}
.page-id-1868 .home-banner .right-side-content p {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}
.single-vehicle .single-vehicle-content-wrap .featured-car-image{
    margin-top: 6%;    
    border-radius: 25px;
    border: 3px solid #0f2f41;
}
#gform_confirmation_wrapper_1,#gform_confirmation_message_2 {
    float: left;
    width: 100%;
}
#gform_confirmation_message_1,#gform_confirmation_message_2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align:left;
}
.ginput_container input[type=checkbox]:checked:before {
    color: #000 !important;
    content: 'X' !important;
	padding-top:1px;
	height:18px;
	width:18px
}
.gfield_consent_label {
    float: left;
    width: 90%;
}
.ginput_container input[type="checkbox"] {
    height: 19px;
    width: 15px !important;
    float: left;
    margin-bottom: 0px;
    margin-right: 3px;
    font-weight: bold;
    font-size: 17px;
    padding-left: 1px;
}
.after-form-section p{
    display: block;
    width: 100%;
    margin: 10px 0 10px;    
}
.after-form-section ul{
    padding-left: 20px;    
}
.after-form-section ul li{
    list-style: disc;   
    margin-left:15px;
}
.single-vehicle .single-vehicle-content-wrap .apply-scroll.btn.btn-green{
    /*display:none;    */
    margin-top:20px;
    background:#9400D3;
}
.right-side-content .search-form label.active,
.right-side-content .search-form label.active,
input.checkbox_check:checked + label {
    background: #407a32;
}
.right-side-content .search-form{
    background: #fff;
    padding: 20px;
    border-radius: 10px;    
}
.right-side-content .search-form label{
    background: #59ba47;
    padding: 10px 15px;
    color: #fff;    
    display: inline-block;
    margin:0 0 15px;
    font-size: 15px;
    width: 45%;
}
.right-side-content .search-form.go-green-form label{
    background: #59ba47;
    padding: 10px 15px;
    color: #fff;    
    display: inline-block;
    margin:0 0 15px;
    font-size: 15px;
    width: 30.3% !important;
}
.right-side-content .search-form.go-green-form label.active,
input.checkbox_check:checked + label {
    background: #407a32 !important;
}
.right-side-content .search-form input{
    -webkit-appearance: checkbox;    
}
.right-side-content .search-form select {
    background: #59ba47;
    width: 48.8%;
    padding: 10px;
    color: #fff;
    margin-left: 0;
    margin-bottom: 15px;
    background-image: url(https://leasetree.co.uk/wp-content/uploads/2020/07/down-arrow.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 8px center;
}
.right-side-content .search-form select#fuel-type{
    margin-left: 18px;
    width: 47%;    
}
.right-side-content .search-form select#newscat{
    margin-left: 17px;
    width: 47%;    
}
.right-side-content .search-form label {
    padding: 10px 15px;
    margin: 0 0 15px;
    font-size: 14px;
    width: 22%;
}
.right-side-content .search-form select,
.right-side-content .search-form label{
    border-radius:10px;
}

.home-banner .right-side-content .form-3-fields select{
    width: 32.9% !important;    
    margin-left: 0 !important;
}
.home .wrap-form-cat-list{
       margin: -70px 15px 30px;  
}
.wrap-form-cat-list{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 2px 0px rgba(128,128,128,0.3);
    margin: -110px 15px 30px;    
}
.spcial-offer-page-form select{
    background: #59ba47;
    width: 16.3%;
    padding: 10px;
    color: #fff;
    margin-left: 0;
    margin-bottom: 15px;
    background-image: url(https://leasetree.co.uk/wp-content/uploads/2020/07/down-arrow.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border-radius: 10px;
}
.spcial-offer-page-form .button{
    width: 16.3% !important;    
}
.search-by-category{
    text-align:center;  
    margin: 0;
}
.spcial-offer-page-form{
    margin:0 0 0px;    
}
.search-by-category h4{
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;    
}
.search-by-category ul.category-list li{
    width: 19.7%;   
    display: inline-block;
}
.search-by-category ul.category-list li a{
        color: #fff;
    font-size: 16px; 
    background: #59ba47;
    padding: 8px 30px;
    border-radius: 10px; 
    display: block;
}
.search-by-category ul.category-list li a:hover{
    background:  #479638;  
}
input.button:disabled {
    cursor: not-allowed;
}
.slides .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
    z-index: 3;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
}
.slides .slick-dots li button:before{
	background: transparent;
	border: 1px solid #59ba47;
}
.slides .slick-dots li.slick-active button:before{
	background: #59ba47;
	border: 1px solid #59ba47;
}
.after-content-buttons {
    text-align: center;
}
.after-forms-buttons .btn-green.btn-purple{
    background: #0957d5;
        padding: 10px 50px; 
   width:100%;
}
.after-content-buttons .btn-green.popmake-application-form-container {
    background: #22f800;  
    padding: 10px 80px; 
    margin-right: 45px;
}
.after-content-buttons .btn-green.btn-purple{
    background: #0957d5;
    padding: 10px 80px;
}
.after-forms-buttons .btn-green.popmake-application-form-container{
    padding: 10px 50px;
    background: #22f800;
    margin-right: 25px;
    width: 100%;
    margin-bottom: 10px;
}
.after-forms-buttons .btn-green.btn-purple:hover,
.after-content-buttons .btn-green.btn-purple:hover{
    background: #333;
}
.after-forms-buttons .btn,
.after-content-buttons .btn{
    border-radius: 0px;
}
span.tab-middle-content {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    background:#f6fbff;
    padding:15px 20px;
}
.vehicle-tab-contents .main-content-tab .personal-tab.show .tab-content,
.vehicle-tab-contents .main-content-tab .bussiness-tab.show .tab-content
{
    border: 2px solid #000;
    
    background:#f6fbff;
    font-size: 0.9em;
}
a.btn.btn-green.btn-small.text-center.popmake-short-enquiry-form-container.pum-trigger {
    margin-top: 20px;
}


@media(max-width:1920px){
   .page-id-2 .plant-home-section {
        padding: 180px 0 67px !important;
    }  
    .page-id-2 .plant-home-section .container .img-align-text {
        top: -124px;
    }
    .offer-vehicle-slide .vehicle-content.slick-slide a img {
       
        height: auto;
       
    }
   
}
@media(max-width:1580px){
    .container{
        max-width: 1440px;    
    }    
    .page-id-2 .plant-home-section {
        padding: 180px 0 59px !important;
    } 
    .page-id-2 .plant-home-section .container .img-align-text {
        top: -94px;
    }
}
@media(max-width:1521px){
    .header ul.main-nav li.white.ml-50  {
        margin-left: 40px !important;
        
    }  
    .right-side-content .search-form label {
        width: 21.8%;
    }    
    .right-side-content .search-form.go-green-form label {
        width: 29% !important;
    } 
   
    
}
@media(max-width:1441px){
    .container{
        max-width: 1280px;    
    }    
    .header-logo {
        margin-left: 0;
        width: 230px;
    }
    .vh-55.home-banner{
        min-height: 450px;    
    } 
    .home-banner h1.h2{
        font-size: 32px;
        margin-top: 30px;    
    }
    .page-id-2 .plant-home-section {
        padding: 180px 0 32px !important;
    }
    .page-id-2 .plant-home-section .container .img-align-text {
        top: -58px;
    }
    /*.right-side-content .search-form label {*/
    /*    width: 44%;*/
    /*}*/
    
    .right-side-content .search-form label {
        width: 21%;
    }
    .right-side-content .search-form.go-green-form label {
        width: 29%;
    }
    .right-side-content .search-form select#newscat {
        margin-left: 17px;
        width: 45.4%;
    }
    .right-side-content .search-form select#fuel-type {
        margin-left: 18px;
        width: 45.4%;
    }
    .home-banner .right-side-content .form-3-fields select {
        width: 32.8% !important;
        margin-left: 0 !important;
    }
     
}
@media(max-width:1251px){
    .right-side-content .search-form label,
    .right-side-content .search-form select{
        font-size: 13px;    
    }    
}
@media(max-width:1220px){
    .button-enquiry {
        display:none;
    }
    .header ul li.white:nth-child(5),
    .header ul li.white:nth-child(6){
        display:block;    
    }
    .main-nav {
        overflow-y: scroll;
    }
    ul.main-nav li ul.sub-nav {
        padding: 10px 0 10px;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        top: 0;
    }
    ul.main-nav li ul.sub-nav li a {
        color: #fff;
    }
    ul.main-nav li ul.sub-nav li a:hover {
        background: transparent;
    }
   .offer-vehicle-slide .slick-prev{
        left: 20px;
    }
    .offer-vehicle-slide .slick-next{
        right: 20px;
    }
    .search-by-category ul.category-list li {
        width: 19.6%;
        display: inline-block;
    }

}
@media(max-width:1170px){
    .menu-accordian {
        width: 100%;
        padding: 0 20px;
    }
    .right-side-content a {
        width: 100%;
        margin-left: 0;
        height:auto;
    }
    .page-id-2 .plant-home-section .container .img-align-text {
        left: 0;
        position: relative;
    }
    
    .page-child .alm-reveal li,.page-id-21 li {
        flex: 100%;
        max-width: 100%;
        padding: 0 15px !important;
        margin: 0 0 30px;
    }
    .right-side-content .search-form select#newscat {
        margin-left: 17px;
        width: 43%;
    }
    .right-side-content .search-form select#fuel-type {
        margin-left: 18px;
        width: 43%;
    }
    .right-side-content .search-form label, .right-side-content .search-form select {
        font-size: 12px;
    }
    .right-side-content .search-form select#newscat,
    .right-side-content .search-form select#fuel-type{
        margin-left: 17px;
        width: 46%;
    }
    .home-banner .right-side-content .form-3-fields select {
        width: 32.7% !important;
        margin-left: 0 !important;
    }
    
}
@media(max-width:1080px){
   .right-side-content .search-form label {
        width: 45%;
    } 
    .right-side-content .search-form select#newscat,
    .right-side-content .search-form select#fuel-type{
        width: 45%;
    }
    .right-side-content .search-form {
        margin-top: -80px;
    }
    .right-side-content .search-form.go-green-form label {
        width: 29% !important;
        font-size: 11px;
    }
    .spcial-offer-page-form select {
        background: #59ba47;
        width: 16.2%;
        font-size:13px;
    }
    .search-by-category ul.category-list li a {
        color: #fff;
        font-size: 13px;
    }
}
@media only screen and (min-device-width: 500px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .single-vehicle-content-wrap .lg\:w-8\/12, .lg\:w-2\/3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0px !important;
}
.offer-vehicle-slide .vehicle-content.slick-slide a img {
    height: auto;
}
.offer-vehicle-slide .vehicle-content .content h3 {
    font-size: 14px;
}
}
@media(max-width:991px){
    .header ul.main-nav li.white.ml-50  {
        margin-left: 4px !important;
        margin-bottom: 10px;   
    } 
    .menu-accordian .title-menu {
        font-size: 12px;
    }    
    .vehicle-tab-contents .accordian-section {
        padding-right: 50px;
        order: 1;
    }
    .single-vehicle-content-wrap .lg\:w-8\/12, .lg\:w-2\/3{
        order: 2 !important;
    }
    .right-side-content .search-form label {
        font-size: 13px;
    }
    .right-side-content .search-form.go-green-form label {
        font-size: 12px;
        padding: 10px 10px;
        width:28% !important;
    }
    .right-side-content .search-form select#newscat, .right-side-content .search-form select#fuel-type {
        width: 42%;
        font-size: 14px;
    }
    .page-id-21 .vh-55.home-banner {
        min-height: 570px;
    }
    .right-side-content .search-form label {
        width: 45%;
    }
    .right-side-content .search-form select#newscat, .right-side-content .search-form select#fuel-type {
        width: 45%;
        font-size: 14px;
    }
    .home-banner .right-side-content .form-3-fields select {
        width: 32.6% !important;
        margin-left: 0 !important;
    }
    .spcial-offer-page-form select {
        background: #59ba47;
        width: 32.8%;
    }
    .search-by-category ul.category-list li a {
        color: #fff;
        font-size: 12px;
    }
    .search-by-category ul.category-list li {
        width: 32.6%;
        display: inline-block;
        margin: 0 0 5px;
    }
    .spcial-offer-page-form .button {
        width: 33% !important;
    }
}
@media(max-width:872px){
    .right-side-content .search-form label {
        width: 44%;
    }   
    .right-side-content .search-form.go-green-form label {
        font-size: 11px;
        padding: 10px 10px;
        width: 28%;
    }   
    .right-side-content .search-form select#newscat, .right-side-content .search-form select#fuel-type {
        width: 44%;
        font-size: 12px;
    }
    .home-banner .right-side-content .form-3-fields select {
        width: 100% !important;
        margin-left: 0 !important;
    }
}
@media(max-width:768px){
    .page-id-1152 .section.form-section .w-full .w-full {
        flex: 0 0 100%;
        max-width: 100%;
    }    
    .section.form-section .wpcf7-form {
        padding-left: 0;
    }
    .page-id-12 .wpcf7-form {
        padding-left: 0;
        text-align: center;
    }
    .menu-accordian {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }
    .home-banner .right-side-content {
        margin-top: 0px;
    }
   .page-id-12 .alm-reveal li {
     flex: 0 0 100%;
        max-width: 100%;
    
    }
    .bottom-footer-content .social-list {
        margin-left: 0px;
        padding: 10px 0px;
    }
    .w-1\/3.left-field,.w-1\/3.center-field,.w-1\/3.right-field{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .container.pt-150.pb-50.flex.flex-wrap.align-center.justify-between {    
        padding-bottom: 30px;    
    }
    .page-id-1095 .hide-title-blog div.bg-white, .page-id-1171 .hide-title-blog div.bg-white 
    {
        background-color: transparent;
        max-width: 80%;
        flex: 0 0 80%;
        margin: 0px auto;
        margin-top: 10px;
    }
    .offer-vehicle-slide .vehicle-content.slick-slide a img {
        height: auto;
    }
    .offer-vehicle-slide .vehicle-content .content h3 {
        font-size: 14px;
    }
    .single-vehicle .single-vehicle-content-wrap .apply-scroll.btn.btn-green{
        width: 99%;
        height: 40px;
        line-height: 20px;
        margin-top: 20px;  
        display:block;
        background-color:#9400D3;
    }
    .right-side-content .search-form {
        margin-top: 0;
    }
    .right-side-content .search-form label {
        width:43%;
    }
    .right-side-content .search-form select#newscat, .right-side-content .search-form select#fuel-type {
        width:43%;
        font-size: 14px;
    }    
    .page-id-21 .home-banner .md\:w-12\/12, .md\:w-full {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .page-id-21 .vh-55.home-banner {
        min-height: 500px;
    }
    .right-side-content .search-form.go-green-form label {
            font-size: 12px;
            padding: 10px 10px;
            width: 94% !important;
        }
    .spcial-offer-page-form select {
        background: #59ba47;
        width: 48.8%;
    }
    .spcial-offer-page-form .button {
        width: 49% !important;
    }
        .search-by-category ul.category-list li {
        width: 49.6%;
        display: inline-block;
        margin: 0 0 5px;
    }
    .search-by-category ul.category-list li a {
        color: #fff;
        font-size: 15px;
    }
    .after-forms-buttons .btn-green.popmake-application-form-container {
        padding: 10px 20px;
        margin: 0 0 15px 0;
        font-size: 14px;
    }
    p.form-above-line {
        margin: 0 0 20px;
    }
    .after-forms-buttons .btn-green.btn-purple {
        padding: 10px 20px;
        font-size: 14px;
    }
}
@media(max-width:640px){
     .page-id-21 .home-banner .md\:w-12\/12, .md\:w-full {
        flex: 0 0 100%;
        max-width: 100%;
    }      
    .right-side-content .search-form label {
        width:46%;
    }        
    .right-side-content .search-form.go-green-form label {
        width:29%;
    }
    .right-side-content .search-form select#newscat, .right-side-content .search-form select#fuel-type {
        width:46%;
        font-size: 14px;
    }
    .home-banner .right-side-content .go-green-form label {
        font-size: 12px;
        padding: 10px 10px;
        width: 95% !important;
    }
    .home-banner .right-side-content .search-form.go-green-form select{
        width: 97% !important;    
    }
    .search-by-category ul.category-list li {
        width: 48.6%;
    }
    .after-content-buttons .btn-green.popmake-application-form-container {
        padding: 10px 30px;
        margin-right: 15px;
        font-size: 14px;
    }
    .after-content-buttons .btn-green.btn-purple {
        background: #0957d5;
        padding: 10px 30px;
        font-size: 14px;
    }
}
@media(max-width:575px){
    .right-side-content .search-form label {
     width:45%;
    }
    .right-side-content .search-form.go-green-form label {
     width:27% !important;
    }
    .right-side-content .search-form select#newscat, .right-side-content .search-form select#fuel-type {
        width:45%;
        font-size: 14px;
    }   
    .home-banner .right-side-content .go-green-form label {
        font-size: 12px;
        padding: 10px 10px;
        width: 95% !important;
    }
    .home-banner .right-side-content .search-form.go-green-form select{
        width: 97% !important;    
    }   
}
@media(max-width:481px){  
    .offer-vehicle-slide .vehicle-content.slick-slide {    
        margin: 0 0px;
    }
    .container .py-40
    {
        padding:0px;
    }
    .home-slider-vehicle-section .container{
        padding: 40px 0px 0px 0px;
    }
    .vehicle-tab-contents .accordian-section {
        padding-right: 0;
    }
    .single-vehicle .single-vehicle-content-wrap h1{
        font-size: 28px;    
    }
    .single-vehicle .single-vehicle-content-wrap .apply-scroll.btn.btn-green {
         width: 99%;
        height: 40px;
        line-height: 20px;
        margin-top: 20px;
        display: block;
        position: relative;
        /*top: 120px;*/
        /*right: 10px;*/
        /*z-index: 999;*/
        background-color:#9400D3;
    }
    .right-side-content .search-form label {
        width: 93%;
    }
    .right-side-content .search-form select#newscat, .right-side-content .search-form select#fuel-type {
        width: 93%;
        font-size: 14px;
    }
    .home-banner .right-side-content .go-green-form label {
        font-size: 12px;
        padding: 10px 10px;
        width: 94% !important;
    }
    .home-banner .right-side-content .search-form.go-green-form select{
        width: 94% !important;    
    }
    ul.alm-reveal li h3 a {
        height: 70px;
        font-size: 16px;
    }
    .spcial-offer-page-form select {
        background: #59ba47;
        width: 100%;
    }
    .spcial-offer-page-form .button {
        width: 100% !important;
    }
    .search-by-category ul.category-list li {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px;
}
    .search-by-category h4 {
        font-size: 19px;
        text-transform: capitalize;
    }
    
}
@media(max-width:350px){
   .home-banner .right-side-content .go-green-form label {
        font-size: 12px;
        padding: 10px 10px;
        width: 93% !important;
    }
    .home-banner .right-side-content .search-form.go-green-form select{
        width: 93% !important;    
    }     
}
