/*! Slick Design CSS */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* GRIDLING
 * ---------------------------------------------
 * Version: 1.2.3
 * Copyright (c) 2017 N. Talbot; Dual licensed: MIT/GPL
 *
 * Description:
 * ---------------------------------------------
 * Gridling is a lightweight CSS layout tool for building responsive websites fast.
 *
 * Inspired by the Twitter Bootstrap framework, simple row and column classes are used
 * to convert design layouts into a grid of halves, thirds, quarters and fifths.
 * Gridling also includes breakpoint variables that can be reused throughout your project
 * to handle all media queries, its system is adaptable and highly customisable.
 *
 * Features:
 * ---------------------------------------------
 * 1. Grid system
 * 2. Spacing utilties (Padding and Margin)
 * 3. Media breakpoint variables
 *
 * More information:
 * ---------------------------------------------
 * http://gridling.naashdev.net
 * By Nathan Talbot
 */

.grid {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.grid:before,
.grid:after {
	content: "";
	display: table;
}

.grid:after {
	clear: both;
}

.grid-lg {
	max-width: 1400px;
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.col {
	width: 100%;
	float: left;
	min-height: 1px;
}

.m-b-1 {
	margin-bottom: 10px;
}

.m-b-2 {
	margin-bottom: 20px;
}

.m-b-3 {
	margin-bottom: 30px;
}

.m-b-4 {
	margin-bottom: 40px;
}

.m-b-5 {
	margin-bottom: 50px;
}

.m-b-6 {
	margin-bottom: 60px;
}

.m-b-7 {
	margin-bottom: 70px;
}

.m-b-8 {
	margin-bottom: 80px;
}

.m-b-9 {
	margin-bottom: 90px;
}

.m-b-10 {
	margin-bottom: 100px;
}

.m-b-11 {
	margin-bottom: 110px;
}

.m-b-12 {
	margin-bottom: 120px;
}

.m-t-1 {
	margin-top: 10px;
}

.m-t-2 {
	margin-top: 20px;
}

.m-t-3 {
	margin-top: 30px;
}

.m-t-4 {
	margin-top: 40px;
}

.m-t-5 {
	margin-top: 50px;
}

.m-t-6 {
	margin-top: 60px;
}

.m-t-7 {
	margin-top: 70px;
}

.m-t-8 {
	margin-top: 80px;
}

.m-t-9 {
	margin-top: 90px;
}

.m-t-10 {
	margin-top: 100px;
}

.m-t-11 {
	margin-top: 110px;
}

.m-t-12 {
	margin-top: 120px;
}

.p-b-1 {
	padding-bottom: 10px;
}

.p-b-2 {
	padding-bottom: 20px;
}

.p-b-3 {
	padding-bottom: 30px;
}

.p-b-4 {
	padding-bottom: 40px;
}

.p-b-5 {
	padding-bottom: 50px;
}

.p-b-6 {
	padding-bottom: 60px;
}

.p-b-7 {
	padding-bottom: 70px;
}

.p-b-8 {
	padding-bottom: 80px;
}

.p-b-9 {
	padding-bottom: 90px;
}

.p-b-10 {
	padding-bottom: 100px;
}

.p-b-11 {
	padding-bottom: 110px;
}

.p-b-12 {
	padding-bottom: 120px;
}

.p-t-1 {
	padding-top: 10px;
}

.p-t-2 {
	padding-top: 20px;
}

.p-t-3 {
	padding-top: 30px;
}

.p-t-4 {
	padding-top: 40px;
}

.p-t-5 {
	padding-top: 50px;
}

.p-t-6 {
	padding-top: 60px;
}

.p-t-7 {
	padding-top: 70px;
}

.p-t-8 {
	padding-top: 80px;
}

.p-t-9 {
	padding-top: 90px;
}

.p-t-10 {
	padding-top: 100px;
}

.p-t-11 {
	padding-top: 110px;
}

.p-t-12 {
	padding-top: 120px;
}

/* MIXINS
 * ---------------------------------------------
 *
 * This is a custom library of reusable mixins. 
 * To make navigating the files easier I've seperated 
 * these into the below sections:
 *
 * Contents:
 * ---------------------------------------------
 * 1. Base & Resets
 * 2. Layout
 * 3. Elements
 * 4. Animations & Transitions
 * 5. Misc (For project specific mixins)
 */

.hide-text {
	font-size: 0 !important;
	color: transparent !important;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

.relative {
	position: relative;
}

.center {
	text-align: center;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
}

.bg-brand {
	background-color: #EBA921;
}

.bg-light {
	background-color: #FBF1DD;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	overflow-x: hidden;
}

body {
	background: #FFFFFF;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #313E48;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	background: #EBA921;
	color: #FFFFFF;
}

::-moz-selection {
	background: #EBA921;
	color: #FFFFFF;
}

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

iframe {
	max-width: 100%;
}

figure {
	margin: 0 0 20px;
}

figcaption {
	text-align: center;
	margin: 5px 0px 0px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	line-height: 1.2;
	margin: 0.25em 0;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 11px;
}

p {
	margin: 0 0 20px;
}

ul,
ol {
	margin: 0 0 20px;
}

ol {
	padding-left: 15px;
}

ol li {
	padding-left: 10px;
}

a {
	color: #EBA921;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

strong,
b {
	font-weight: bold;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
i,
em,
blockquote {
	font-family: "PT Serif", "PT Sans", serif;
	font-weight: 400;
}

blockquote cite {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	line-height: 1;
	padding: 10px 18px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
}

.btn-primary {
	color: #FFFFFF;
	background: #EBA921;
}

.btn-full {
	width: 100%;
}

.btn-alt {
	background: #EB7421 !important;
	color: #fff;
}

.btn[class^="icn-"],
.btn[class*=" icn-"] {
	padding-right: 30px;
	position: relative;
}

.btn[class^="icn-"]:before,
.btn[class*=" icn-"]:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	right: 10px;
}

.btn-square {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.btn-square:before {
	font-size: 20px;
}

.btn-square:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.field {
	position: relative;
	margin-bottom: 5px;
}

label,
div.gform_wrapper label {
	font-size: 14px !important;
	color: #313E48;
	display: block;
	font-weight: 600;
	letter-spacing: 0px !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	font-size: 16px;
	line-height: 1.5;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	width: 100% !important;
	background: #FFFFFF;
	padding: 8px 12px !important;
	border: 1px solid #313E48;
	border-radius: 4px;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	height: 145px;
}

button {
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.select {
	position: relative;
}

.select .customSelect,
.select select {
	font-size: 14px;
	line-height: 1.5;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	width: 100% !important;
	height: 50px !important;
	background: transparent;
	padding: 14px 12px;
	border: 1px solid #EBEBEB;
}

.select select {
	z-index: 999;
}

.select .customSelect:after {
	font-size: 18px;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 10px;
	z-index: -1;
	pointer-events: none;
}

.customSelectInner {
	width: 100% !important;
}

input[type="radio"].custom-radio,
input[type="checkbox"].custom-checkbox {
	display: none;
}

input[type="radio"].custom-radio:checked + label:after,
input[type="checkbox"].custom-checkbox:checked + label:after {
	opacity: 1;
	-ms-transform: scale(1);
	    transform: scale(1);
}

input[type="radio"].custom-radio + label,
input[type="checkbox"].custom-checkbox + label {
	position: relative;
	line-height: 24px;
	padding-left: 35px;
}

input[type="radio"].custom-radio + label:before,
input[type="radio"].custom-radio + label:after,
input[type="checkbox"].custom-checkbox + label:before,
input[type="checkbox"].custom-checkbox + label:after {
	content: "";
	display: block;
	position: absolute;
}

input[type="radio"].custom-radio + label:after,
input[type="checkbox"].custom-checkbox + label:after {
	width: 16px;
	height: 16px;
	top: 4px;
	left: 4px;
	background: #EBA921;
	opacity: 0;
	-ms-transform: scale(0);
	    transform: scale(0);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input[type="radio"].custom-radio + label:before,
input[type="checkbox"].custom-checkbox + label:before {
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
}

input[type="radio"].custom-radio[type="radio"] + label:before,
input[type="radio"].custom-radio[type="radio"] + label:after,
input[type="checkbox"].custom-checkbox[type="radio"] + label:before,
input[type="checkbox"].custom-checkbox[type="radio"] + label:after {
	border-radius: 50%;
}

div.gform_wrapper input[type="checkbox"] {
	border: 1px solid #EBA921;
	border-radius: 0px;
	-webkit-appearance: none;
	width: 20px !important;
	min-width: 20px;
	height: 20px;
	max-width: 20px;
	vertical-align: top !important;
	margin: 0px 5px 0px 0px !important;
}

div.gform_wrapper input[type="checkbox"] + label {
	line-height: 1.2;
	padding: 3px 0px;
	font-weight: 500;
}

.gform_footer.top_label {
	padding: 0px 16px 0px 0px;
}

.gform_footer.top_label button {
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

#gform_2 ul {
	margin-top: 0px;
}

#gform_2 ul li#field_2_9 {
	display: none;
}

#gform_2 ul div.ginput_container_checkbox {
	margin-top: 8px;
}

#gform_2 ul textarea.medium {
	height: 170px;
}

::-webkit-input-placeholder {
	color: #313E48;
	opacity: 1;
}

:-moz-placeholder {
	color: #313E48;
	opacity: 1;
}

::-moz-placeholder {
	color: #313E48;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #313E48;
	opacity: 1;
}

.input-group {
	display: flex;
	width: 100%;
}

.input-group > input,
.input-group > button {
	margin-bottom: 0;
}

.input-group > input {
	flex: 1 1 auto;
}

.input-group > .input-group-addon {
	flex: 1 0 auto;
}

html.no-flexbox .input-group {
	display: table;
	width: 100%;
}

html.no-flexbox .input-group > input,
html.no-flexbox .input-group > .input-group-addon {
	display: table-cell;
	vertical-align: middle;
}

.gform_wrapper input[type=checkbox]:checked {
	background: #EBA921;
}

div#gform_wrapper_5 {
	width: 700px;
	margin: 40px auto 100px;
}

div#gform_wrapper_5 .ginput_container_creditcard {
	position: relative;
	padding: 5px 0px 0px;
	margin: 15px 0px 40px !important;
}

div#gform_wrapper_5 .ginput_container_creditcard .gform_card_icon_container.gform_card_icon_style1 {
	position: absolute;
	right: 6px;
	top: 3px;
}

div#gform_wrapper_5 .ginput_container_creditcard input {
	margin: 0px;
}

div#gform_wrapper_5 .ginput_container_creditcard label {
	font-weight: 400 !important;
	margin-bottom: 25px;
}

div#gform_wrapper_5 .ginput_container_creditcard select {
	background: #fff;
	border: 1px solid #313E48;
	padding: 10px 12px !important;
	height: 42px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.gform_wrapper div.validation_error,
.gform_wrapper li.gfield.gfield_error,
.gfield_creditcard_warning {
	border: 0px !important;
	background: none !important;
}

.gform_wrapper div.validation_error,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper .gfield_error .gfield_label {
	color: #EB7421;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error select {
	border: 1px solid #EB7421 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0px;
}

.gform_wrapper .validation_message {
	color: #EB7421;
	padding: 5px 0px !important;
}

.postid-88 .col.c-2-3 {
	width: 100%;
}

.postid-88 .col.c-2-3 .gform_wrapper form.rows li.col {
	clear: none;
}

.postid-88 .col.c-2-3 label:not(#label_3_17_1) {
	margin-top: 20px !important;
}

.postid-88 .col.c-2-3 div.ginput_container_address > span {
	width: 50% !important;
	display: inline-block;
	padding-right: 8px !important;
	margin-right: 8px !important;
}

.postid-88 .col.c-2-3 div.ginput_container_address > span:nth-child(even) {
	margin-right: -8px !important;
}

.postid-88 .col.c-2-3 li.rating > * {
	display: inline-block;
	vertical-align: top;
	min-width: 275px;
	margin: 0px !important;
}

.postid-88 .col.c-2-3 li.rating > label {
	line-height: 20px !important;
}

.postid-88 .col.c-2-3 li.rating > label span {
	color: #EBA921 !important;
}

.postid-88 .col.c-2-3 li.rating li {
	width: 80px;
	max-width: 20%;
	float: left;
	text-align: center;
}

.postid-88 .col.c-2-3 li.rating li > * {
	display: block !important;
	margin: 5px auto !important;
}

.postid-88 .col.c-2-3 li.rating li label {
	font-size: 11px;
}

.postid-88 .col.c-2-3 li.m-t-6 {
	margin-top: 60px !important;
}

.postid-88 .col.c-2-3 button#gform_submit_button_3 {
	max-width: 300px;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?okah7f");
	src: url("../fonts/icomoon.eot?okah7f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?okah7f") format("truetype"), url("../fonts/icomoon.woff?okah7f") format("woff"), url("../fonts/icomoon.svg?okah7f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icn-"]:before,
[class*=" icn-"]:before,
.customSelect:after {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icn-right {
	position: relative;
}

.icn-right:before {
	position: absolute;
	right: -20px;
	top: 0px;
}

.icn-heart:before {
	content: "\e920";
}

.icn-award:before {
	content: "\e927";
}

.icn-handshake:before {
	content: "\e922";
}

.icn-check:before {
	content: "\e923";
}

.icn-star:before {
	content: "\e924";
}

.icn-home:before {
	content: "\e928";
}

.icn-trophy:before {
	content: "\e926";
}

.icn-cat-with-team:before {
	content: "\e911";
}

.icn-worker:before {
	content: "\e914";
}

.icn-certificate:before {
	content: "\e810";
	color: #eba921;
}

.icn-review:before {
	content: "\e811";
}

.icn-after-hours:before {
	content: "\e805";
}

.icn-cat-team:before {
	content: "\e801";
}

.icn-commercial-repairs:before {
	content: "\e803";
}

.icn-insurable-events:before {
	content: "\e809";
}

.icn-major-works:before {
	content: "\e802";
}

.icn-residential-repairs:before {
	content: "\e804";
}

.icn-restore-services:before {
	content: "\e807";
}

.icn-specific-services:before {
	content: "\e808";
}

.icn-strata:before {
	content: "\e806";
}

.icn-youtube:before {
	content: "\e90c";
}

.icn-twitter:before {
	content: "\e90b";
}

.icn-slick:before {
	content: "\e90a";
}

.icn-pinterest:before {
	content: "\e909";
}

.icn-phone:before {
	content: "\e908";
}

.icn-linkedin:before {
	content: "\e907";
}

.icn-instagram:before {
	content: "\e906";
}

.icn-google:before {
	content: "\e905";
}

.icn-facebook:before {
	content: "\e904";
}

.icn-arrow-up:before {
	content: "\e903";
}

.icn-arrow-right:before {
	content: "\e902";
}

.icn-arrow-left:before {
	content: "\e901";
}

.icn-arrow-down:before,
.customSelect:after {
	content: "\e900";
}

.slider {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.slider-wrap {
	position: relative;
}

.slider-controls {
	text-align: center;
}

.slider-controls .next,
.slider-controls .prev {
	z-index: 3;
}

.pager {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pager > li {
	display: inline-block;
}

.pager > li.is-active button,
.pager > li.slick-active button {
	background: #EBA921;
}

.pager button {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #EBA921;
	background: #FFFFFF;
	padding: 0;
	margin: 0 4px 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slider-carousel:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	width: 30px;
	background: #FFFFFF;
	z-index: 2;
}

.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 {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
}

.accordion a.toggle {
	display: block;
	color: #FFFFFF;
	padding: 20px;
	background: #EBA921;
	border-bottom: 2px solid #FFFFFF;
}

.accordion .content {
	overflow: hidden;
	display: none;
}

.accordion > .is-active a.toggle {
	background: #EB7421;
}

.tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul:before,
.tabs ul:after {
	content: "";
	display: table;
}

.tabs ul:after {
	clear: both;
}

.tabs ul > li {
	float: left;
}

.tabs ul > li > a {
	display: block;
	padding: 20px;
	background: #EBA921;
	color: #FFFFFF;
	text-decoration: none;
}

.tabs ul > li > a.is-active {
	background: #EB7421;
}

.tab-content {
	display: none;
	padding: 20px 0;
}

.tab-content.is-active {
	display: block;
}

.social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social span {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
}

.social > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.social a {
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
}

.social a:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.social a:before {
	color: #FFFFFF;
}

.s-nav .title a {
	text-decoration: none;
}

.s-nav li > a {
	display: block;
	text-decoration: none;
	color: #313E48;
	padding: 4px 0;
	border-bottom: 1px solid;
}

.s-nav li > a:hover {
	color: #EBA921;
}

.s-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#map {
	height: 400px;
	width: 100%;
}

.home div.posts {
	margin-top: 60px;
}

ul.slider-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 10px !important;
}

ul.slider-controls:before,
ul.slider-controls:after {
	content: "";
	display: table;
}

ul.slider-controls:after {
	clear: both;
}

ul.slider-controls li {
	float: left;
}

ul.slider-controls li a {
	height: 35px;
	margin: 0px 3px;
	text-align: center;
	float: left;
}

ul.slider-controls li .prev,
ul.slider-controls li .next {
	width: 35px;
	display: block !important;
	border: 1px solid #EBA921;
	padding: 7px 6px;
	color: #EB7421;
}

ul.slider-controls li .all {
	background: #EBA921;
	color: #fff;
	padding: 7px 60px;
	margin: 0px 0px 0px 5px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}

div.posts h3 {
	display: inline-block;
}

div.posts ul.recent-posts {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px !important;
}

div.posts ul.recent-posts:before,
div.posts ul.recent-posts:after {
	content: "";
	display: table;
}

div.posts ul.recent-posts:after {
	clear: both;
}

div.posts ul.recent-posts li {
	display: block;
	float: left;
	padding: 10px 10px 20px;
	position: relative;
	width: 50%;
}

div.posts ul.recent-posts li .date {
	background: #EBA921;
	padding: 8px 5px;
	width: 50px;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	font-size: 12px;
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 20px;
}

div.posts ul.recent-posts li .date span {
	display: block;
}

div.posts ul.recent-posts li .date span.day {
	font-size: 16px;
}

div.posts ul.recent-posts li .date span.month {
	font-size: 14px;
}

div.posts ul.recent-posts li .image {
	width: 100%;
	padding-top: 115%;
	position: relative;
	margin-bottom: 25px;
	background-size: cover !important;
}

div.posts ul.recent-posts li h4 {
	margin: 10px 0px 20px;
	color: #313E48;
}

div.posts ul.recent-posts li p {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin: 0px;
}

div.posts ul.recent-posts li p.excerpt {
	color: #313E48;
	text-transform: none;
	font-weight: 500;
}

div.posts ul.recent-posts li:hover .image:after {
	content: '';
	height: 110%;
	height: calc(100% + 14px);
	width: 100%;
	position: absolute;
	z-index: -1;
	top: -7px;
	left: 7px;
	background: #EB7421 !important;
}

div.posts ul.recent-posts li:nth-child(odd) {
	clear: left;
}

div.posts .slick-current + .slick-active + .slick-active .image:after {
	content: '';
	height: 110%;
	height: calc(100% + 14px);
	width: 100%;
	position: absolute;
	z-index: -1;
	top: -7px;
	left: 7px;
	background: #EBA921;
	background: linear-gradient(to right, #EB7421 0%, #EBA921 100%);
}

div.posts div.js-carousel {
	max-width: calc(220px * 5);
	margin: 0px auto;
	padding: 0px;
}

div.posts div.js-carousel ul li {
	padding: 10px 30px 0px;
}

div.posts div.js-carousel ul li .date {
	top: 20px;
	left: 40px;
}

div.posts div.js-carousel ul li .image {
	padding-top: 100%;
	margin-bottom: 5px;
}

div.posts div.js-carousel ul li p.excerpt {
	display: none;
}

#tail {
	background: #EB7421;
	height: 2px;
	width: 70px;
	position: absolute;
	float: left;
	top: 100px;
	margin-left: -35px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out, top 0.1s ease-in-out, width 0.2s ease-in-out, margin-left 0.2s ease-in-out;
}

#tail.active {
	opacity: 1;
}

#tail.sub {
	opacity: 1;
	top: 130px;
	width: 90px;
	margin-left: -40px;
}

.header {
	position: relative;
	z-index: 999;
}

.header .grid {
	position: relative;
}

.header .grid > * {
	display: inline-block;
	vertical-align: middle;
}

.header .logo {
	display: block;
	width: 141px;
	height: 60px;
	background-image: url("../images/logo.svg");
	background-size: 141px 60px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0 10px 20px;
	display: inline-block !important;
}

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

.header .main-navigation ul:before,
.header .main-navigation ul:after {
	content: "";
	display: table;
}

.header .main-navigation ul:after {
	clear: both;
}

.header .main-navigation > ul li {
	width: 100%;
}

.header .main-navigation > ul > li {
	text-align: center;
}

.header .main-navigation > ul > li a {
	display: block;
	position: relative;
	padding: 10px 0px;
	z-index: 1;
	font-size: 16px;
}

.header .main-navigation > ul > li > a {
	text-transform: uppercase;
}

.menu-toggle .hamburger {
	width: 30px;
	height: 22px;
	display: block;
	position: relative;
}

.menu-toggle .hamburger > .line {
	width: 30px;
	height: 2px;
	background: #FFFFFF;
	display: block;
	position: absolute;
}

.menu-toggle .hamburger > .line1 {
	top: 0px;
	transition: .4s ease-in-out;
}

.menu-toggle .hamburger > .line2 {
	top: 10px;
	transition: .3s ease-in-out;
}

.menu-toggle .hamburger > .line3 {
	top: 20px;
	transition: .4s ease-in-out;
}

.menu-open .header .menu-toggle > .hamburger > .line1 {
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	top: 10px;
}

.menu-open .header .menu-toggle > .hamburger > .line2 {
	opacity: 0;
}

.menu-open .header .menu-toggle > .hamburger > .line3 {
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	top: 10px;
}

.breadcrumbs {
	background: #313E48;
	color: #fff;
	position: absolute;
	width: 100%;
}

.breadcrumbs .grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.breadcrumbs .grid ul li {
	display: inline-block;
}

.breadcrumbs .grid ul li a {
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px 35px;
	display: block;
	font-size: 16px;
}

.breadcrumbs .grid ul li a:hover,
.breadcrumbs .grid ul li a:active,
.breadcrumbs .grid ul li a:focus {
	color: #EBA921;
}

.footer {
	background: #313E48;
	color: #FFFFFF;
	padding: 40px 0 0px !important;
}

.footer h3 {
	color: #EBA921;
	font-size: 22px;
	text-align: center;
	margin: 5px auto 20px;
	font-family: "PT Serif", "PT Sans", serif;
}

.footer .navigation {
	position: relative;
}

.footer .navigation nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .navigation nav ul:before,
.footer .navigation nav ul:after {
	content: "";
	display: table;
}

.footer .navigation nav ul:after {
	clear: both;
}

.footer .navigation nav > ul a {
	color: #FFFFFF;
	margin-bottom: 5px;
	display: inline-block;
}

.footer .navigation nav > ul li {
	display: block;
	float: none;
	line-height: 1.2;
	margin: 7px 0px;
}

.footer .navigation nav > ul > li {
	margin-top: 20px;
}

.footer .navigation nav > ul > li > a {
	font-family: "PT Serif", "PT Sans", serif;
	font-weight: 600;
}

.footer .navigation .members-of {
	position: absolute;
	bottom: -25px;
	width: 50%;
}

.footer .navigation .members-of p {
	text-transform: uppercase;
	font-weight: 600;
	margin: 5px 0px;
}

.footer .navigation .members-of img {
	max-height: 70px;
}

.footer .navigation .login {
	display: block;
	background: #EBA921;
	color: #fff;
	padding: 10px 3px;
	text-align: center; /*img {
                width: 10px;
                vertical-align: text-top;
            }*/
}

.footer .navigation .btn,
.footer .navigation .login {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	width: 130px;
	margin: 20px 0px 0px;
	line-height: 1;
}

.footer .logos {
	margin: 40px 0px 10px;
	text-align: center;
}

.footer .bottom {
	padding: 15px 0px;
	border-bottom: 10px solid #000;
}

.footer .bottom .copyright {
	margin: 0;
	text-align: left;
}

.footer .bottom .slickdesign {
	color: #FFFFFF;
	padding-left: 30px;
	transition: color 1s 0.8s ease-in-out;
	position: relative;
}

.footer .bottom .slickdesign:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
}

.footer .bottom .slickdesign:before {
	font-size: 18px;
	transition: transform 1s ease-in-out;
	width: 22px;
	height: 18px;
	display: block;
	-ms-transform-origin: 11px 11.4px;
	    transform-origin: 11px 11.4px;
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	text-align: center;
}

.footer .bottom .slickdesign:hover {
	color: #EBA921;
}

.footer .bottom .slickdesign:hover:before {
	-ms-transform: rotate(720deg);
	    transform: rotate(720deg);
}

.grecaptcha-badge {
	z-index: 100;
}

.page-content {
	font-size: 16px;
}

.page-content > .content {
	padding: 40px 0;
}

.page-content .content .grid h1 + div.wp-block-columns.has-2-columns h4 {
	color: #EB7421;
	margin: 30px 0px 20px;
	font-size: 22px;
}

.page-content .content .grid h1 + div.wp-block-columns.has-2-columns h4.orange {
	color: #EBA921;
}

.page-content .content .grid h1 + div.wp-block-columns.has-2-columns p {
	font-size: 16px;
}

.page-id-40 .page-content > .content {
	padding-bottom: 0px;
}

.service-details {
	text-align: center;
}

.service-details h3 {
	max-width: 550px;
	margin: auto;
	font-size: 36px;
}

.wp-block-columns.has-4-columns.slide {
	flex-wrap: nowrap;
}

p.has-normal-font-size {
	padding: 0 8%;
}

.services-nav {
	padding: 10px !important;
	text-align: center;
	position: relative;
}

.services-nav .nav {
	display: none;
}

.services-nav div.mobile-nav {
	padding: 30px 0px 5px;
}

.home .js-home-slider {
	position: relative;
	height: 700px;
}

.home .js-home-slider div.slider {
	height: 100%;
}

.home .js-home-slider div.slider div {
	height: 100%;
	position: relative;
	vertical-align: top;
}

.home .js-home-slider div.slider div.bg {
	background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: grayscale(1);
}

.home .js-home-slider div.slider div.bg:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
}

.home .js-home-slider div.slider div .content .grid {
	position: relative;
}

.home .js-home-slider div.slider div .content .grid > div {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	width: 48%;
	height: auto;
	opacity: 0;
	transition: all 0.8s ease-in-out;
	transition-delay: 0.5s;
}

.home .js-home-slider div.slider div .content .grid div.the-box {
	color: #fff;
	padding: 10px 20px;
	text-align: left;
}

.home .js-home-slider div.slider div .content .grid div.the-box div {
	width: 440px;
}

.home .js-home-slider div.slider div .content .grid div.the-box div h3 {
	font-size: 55px;
	line-height: 80px;
	display: inline;
	border-bottom: 1px solid #EB7421;
}

.home .js-home-slider div.slider div .content .grid div.the-box p {
	margin: 30px 0px;
	font-size: 18px;
}

.home .js-home-slider div.slider div .content .grid div.the-box a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid #EB7421;
	padding: 8px 26px;
	font-size: 12px;
}

.home .js-home-slider div.slider div .content .grid div.the-box img {
	display: none;
}

.home .js-home-slider div.slider div .content .grid .animation {
	right: 0;
}

.home .js-home-slider div.slider div .content .grid .animation p {
	font-size: 0px;
	text-align: center;
	width: 250px;
	margin: 0px auto;
}

.home .js-home-slider div.slider div .content .grid .animation img {
	-ms-transform: scale(0.95);
	    transform: scale(0.95);
	transition: all 0.8s ease-in-out;
	transition-delay: 0.5s;
}

.home .js-home-slider div.slider .slick-active .content .grid > div {
	opacity: 1;
}

.home .js-home-slider div.slider .slick-active .content .grid .animation img {
	-ms-transform: scale(1);
	    transform: scale(1);
}

.home .js-home-slider div.slider .slick-active[data-slick-index="0"] .content .grid div.the-box > * {
	opacity: 0;
	animation: fade-in 1s 0.2s forwards;
}

.home .js-home-slider .pager {
	text-align: center;
	margin: -40px auto 20px;
	position: relative;
}

.home .js-home-slider .pager button {
	background: none;
	margin: 0px 7px;
}

.home .js-home-slider .pager .slick-active button {
	background: #EBA921;
}

.home .js-home-slider .next,
.home .js-home-slider .prev {
	position: absolute;
	bottom: 20px;
	width: 26px;
	height: 26px;
	color: #EBA921;
	text-align: center;
	border: 1px solid #EBA921;
}

.home .js-home-slider .next:before,
.home .js-home-slider .prev:before {
	content: '';
	border-top: 1px solid #EBA921;
	border-left: 1px solid #EBA921;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	display: block;
	margin: 7px 0px 0px 10px;
}

.home .js-home-slider .next.prev,
.home .js-home-slider .prev.prev {
	left: calc(50% - 100px);
}

.home .js-home-slider .next.next,
.home .js-home-slider .prev.next {
	right: calc(50% - 100px);
}

.home .js-home-slider .next.next:before,
.home .js-home-slider .prev.next:before {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid #EBA921;
	border-right: 1px solid #EBA921;
	margin: 7px 0px 0px 4px;
}

.home .service-details {
	padding-bottom: 20px;
}

.home .service-details h3 {
	color: #FFFFFF !important;
}

.home .service-details-images path,
.home .service-details-images polygon {
	fill: #FFFFFF;
}

.home .service-details-images rect {
	fill: rgba(255, 255, 255, 0.4);
}

.home main .grid > h2,
.home main .grid > p {
	text-align: center;
}

.home main .grid > p {
	font-size: 22px;
	margin: 20px auto 60px;
	line-height: 1.2;
}

.home main .posts p.excerpt {
	display: none;
}

.service-details-images {
	position: relative;
	padding-bottom: 0px !important;
}

.service-details-images path {
	fill: #FFFFFF;
	animation-fill-mode: forwards;
}

.service-details-images polygon {
	fill: #FFFFFF;
}

.service-details-images rect {
	fill: rgba(255, 255, 255, 0.4);
}

.service-details-images .rotating-arrow {
	-ms-transform-origin: 92px 92px;
	    transform-origin: 92px 92px;
}

.service-details-images .image-star {
	-ms-transform-origin: 57px 38px;
	    transform-origin: 57px 38px;
}

.service-details-images .wp-block-column {
	text-align: center;
	font-size: 18px;
	font-family: "PT Serif", "PT Sans", serif;
}

.service-details-images .wp-block-column p {
	width: 160px; /* &:before {
                content: '';
                background: $color-brand-dark;
                background: -moz-linear-gradient(left, $color-brand-dark 0%, $color-brand 100%); // FF3.6-15
                background: -webkit-linear-gradient(left, $color-brand-dark 0%,$color-brand 100%); // Chrome10-25,Safari5.1-6
                background: linear-gradient(to right, $color-brand-dark 0%,$color-brand 100%); // W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
                position: absolute;
                top: 0px;
                right: 20px;
                left: 20px;
                height: 1px;
            }*/
	margin: 0px auto;
	position: relative;
	padding-top: 20px;
}

.service-details-images .wp-block-column:hover .rotating-arrow,
.service-details-images .wp-block-column.animate .rotating-arrow,
.service-details-images .wp-block-column.active .rotating-arrow {
	animation: rotating 2s 1 ease-in-out;
}

.service-details-images .wp-block-column:hover .image-star,
.service-details-images .wp-block-column.animate .image-star,
.service-details-images .wp-block-column.active .image-star {
	animation: star-zoom 2s 1 ease-in-out;
}

.service-details-images .wp-block-column:hover .australia-wa,
.service-details-images .wp-block-column.animate .australia-wa,
.service-details-images .wp-block-column.active .australia-wa {
	animation: wa-slide 2s 1 ease-in-out;
}

.service-details-images .wp-block-column:hover #cat-team .c,
.service-details-images .wp-block-column.animate #cat-team .c,
.service-details-images .wp-block-column.active #cat-team .c {
	animation: cat-bounce 1.5s 1 0.15s ease-in-out;
}

.service-details-images .wp-block-column:hover #cat-team .a,
.service-details-images .wp-block-column.animate #cat-team .a,
.service-details-images .wp-block-column.active #cat-team .a {
	animation: cat-bounce 1.5s 1 0.3s ease-in-out;
}

.service-details-images .wp-block-column:hover #cat-team .t,
.service-details-images .wp-block-column.animate #cat-team .t,
.service-details-images .wp-block-column.active #cat-team .t {
	animation: cat-bounce 1.5s 1 0.45s ease-in-out;
}

.banner { /*height: 250px;*/
	position: relative;
}

.banner > .content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.banner > .content {
	z-index: 2;
}

.banner .bg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-color: #FBF1DD;
	z-index: 1;
}

.banner img {
	width: 100%;
}

.has-4-columns figure {
	height: 200px;
}

.has-4-columns figure svg {
	height: 100%;
	max-width: 100%;
}

ul.services {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	margin: 0px -10px;
	padding: 80px 0px;
	clear: both;
}

ul.services > li.service {
	display: inline-block;
	width: 24.5%;
	padding: 0 10px 20px;
}

ul.services > li.service .tile {
	position: relative;
	display: block;
	padding-bottom: 100%;
}

ul.services > li.service .tile .bg { /*position: absolute;
                bottom: 0px;
                right: 0px;
                background-size: auto;
                background-repeat: no-repeat;
                opacity: 0.5;
                background-position: 8px 8px;*/
	display: none;
}

ul.services > li.service .tile .title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 30;
	padding: 10px 0px 0px 25px;
	z-index: 30;
}

ul.services > li.service .tile .title h5 {
	font-size: 19px;
	line-height: 1.4;
	font-weight: 400;
	display: inline-block;
	width: 115px;
	padding-bottom: 5px;
	font-family: "PT Serif", "PT Sans", serif;
	transition: inherit;
	position: relative;
}

ul.services > li.service .tile .title h5:after {
	content: '';
	background: #EB7421;
	background: linear-gradient(to right, #EB7421 0%, #EBA921 100%);
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 1px;
}

ul.services > li.service .tile .title p {
	font-size: 15px;
	max-width: 220px;
}

ul.services > li.service .tile .icon {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 80px;
	line-height: 1;
}

ul.services > li.service:first-child {
	width: 49.5%;
	float: left;
}

ul.services > li.service:first-child .tile .title h5 {
	width: auto;
	font-size: 28px;
}

ul.services > li.service:first-child .tile .icon {
	font-size: 140px;
}

.other-services {
	margin-top: 80px !important;
	margin-bottom: -59px !important;
}

.other-services ul.services li.service:first-child {
	width: 25%;
}

.other-services ul.services li.service:first-child .bg { /*width: 100% !important;
                    background-size: 104% auto !important;
                    height: 61% !important;*/
}

.other-services ul.services li.service:first-child .tile .title h5 {
	font-size: 19px;
	width: 110px;
}

.other-services ul.services li.service:first-child .description {
	display: none;
}

.other-services ul.services li.service .icon {
	font-size: 70px !important;
}

.other-services ul.services li.service a {
	padding-bottom: 80%;
}

.service h4 {
	color: #EBA921;
	margin-bottom: 20px;
}

.pswp__bg {
	opacity: 0.8 !important;
}

.pswp__img {
	padding: 30px;
}

.wp-block-column.tile.image-review + div.wp-block-column a.box {
	margin: 0px;
	width: 100%;
}

.service.page-content {
	position: relative;
}

.service.page-content > .content > .grid .col > .icon {
	max-height: 200px;
	margin: 20px auto;
	display: block;
}

.service.page-content > .content .gallery {
	margin-top: 160px;
}

.past-work {
	height: 215px;
	margin: 40px auto 75px;
}

.past-work .grid.plus {
	max-width: 1206px;
}

.past-work h3 {
	display: inline-block;
}

.past-work ul.slider-controls .prev,
.past-work ul.slider-controls .next {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.past-work ul.slider-controls .prev:before,
.past-work ul.slider-controls .next:before {
	font-weight: bold;
}

.past-work ul.slider-controls .all {
	background: #EB7421;
}

.past-work ul.slider:before {
	display: none;
}

.past-work ul.slider.chill {
	max-width: 804px;
	margin: 0px auto;
}

.past-work .before-after {
	width: 402px;
	height: 200px;
	margin-top: 40px;
	display: inline-block;
	text-align: center;
}

.past-work .before-after > * {
	width: 200px;
	max-width: 49%;
	max-width: calc(50% - 5px);
	height: 150px;
	background-size: cover !important;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.past-work .before-after > *.before {
	margin-right: 2px;
}

.past-work .before-after > * img {
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 125%;
	width: auto;
}

.past-work .before-after > * span {
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 20px;
	width: 45px;
	background: #EBA921;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

/*.values {
    overflow: hidden;
    text-align: right;
    h2.slide-in-left {
        font-family: $font-copy;
        font-style: normal;
        text-align: right;
        font-weight: 700;
        margin: 0px;
        color: $color-brand-light;
        letter-spacing: 4px;
        font-size: 60px !important;
        line-height: 1.2;
        margin: 0px;
        transform: translateX(20px);
        opacity: 0;
        animation: slide-in-left 0.5s 1;
        animation-fill-mode: forwards;
        animation-delay: 0.2s;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        &:nth-child(3) {
            animation-delay: 0.25s;
        }
        &:nth-child(5) {
            animation-delay: 0.3s;
        }
        &:nth-child(7) {
            animation-delay: 0.35s;
        }
        &:nth-child(9) {
            animation-delay: 0.4s;
        }
        &:nth-child(11) {
            animation-delay: 0.45s;
        }
        @media screen and (max-width: 767px) {
            margin: 10px auto;
            text-align: center;
        }
    }
    p {
        opacity: 0;
        margin: -65px 0px 0px;
        font-size: 20px;
        text-align: right;
        padding: 12px 0px;
        pointer-events: none;
        background: #fff;
        transition: opacity 0.4s ease-in-out, text-indent 0.8s ease-in-out;
        text-indent: 100%;
        white-space: nowrap;
        position: relative;
        font-weight: bold;
        color: $color-brand-dark;
    }
    @media screen and (min-width: 768px) {
        h2.slide-in-left:hover + p {
            text-indent: 0px;
            opacity: 1;
        }
    }
    @media screen and (max-width: 767px) {
        text-align: center;
        h2.slide-in-left {
            text-align: center;
        }
        p {
            text-align: center;
            margin: -35px 0px 0px;
            text-indent: 0px;
            animation: slide-in-left 0.5s 1;
            animation-fill-mode: forwards;
            animation-delay: 0.25s;
            transition: all 0.4s ease-in-out;
            background: none;            
            &:nth-child(4) {
                animation-delay: 0.3s;
            }
            &:nth-child(6) {
                animation-delay: 0.35s;
            }
            &:nth-child(8) {
                animation-delay: 0.4s;
            }
            &:nth-child(10) {
                animation-delay: 0.45s;
            }
            &:nth-child(12) {
                animation-delay: 0.5s;
            }
        }
    }
}*/

.wp-embed-aspect-16-9 > div {
	height: 0px;
	padding-top: 56.25%;
	position: relative;
}

.wp-embed-aspect-16-9 > div iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.blog .archive {
	margin-top: 30px;
}

.blog .archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog .archive ul a {
	color: #313E48;
}

.blog .date {
	text-transform: uppercase;
}

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

main .search ul li {
	border-bottom: 1px solid #EBEBEB;
	padding: 20px 10px 10px;
}

div.contact h4 {
	color: #EBA921;
	font-family: "PT Serif", "PT Sans", serif;
	font-size: 27px;
	margin-top: 0px;
}

div.location h4 {
	font-size: 16px;
	margin: 15px 0px 0px;
	font-family: "PT Serif", "PT Sans", serif;
}

div.location p {
	margin: 0px;
}

.contact .social {
	margin: 30px 0px 5px;
}

.contact .social a {
	color: #EBA921;
}

.wp-block-column .location:first-child h4 {
	margin-top: 0px;
}

div.contact-form > .wp-block-column:last-child a.box {
	max-width: 350px;
}

svg#australia {
	max-width: 100%;
	max-width: 100vw;
	max-height: 100vw;
}

input#faq-search {
	margin: 10px 0px 20px;
}

.frequently-asked-questions h3 {
	margin-top: 60px;
}

ul.faqs {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 60px;
}

ul.faqs li {
	margin-bottom: 0px;
	transition: all 0.4s;
	position: relative;
}

ul.faqs li input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 50px;
	cursor: pointer;
	top: 0px;
	left: 0px;
	-webkit-appearance: none;
}

ul.faqs li input[type="checkbox"]:checked ~ label:after {
	-ms-transform: rotate(-225deg);
	    transform: rotate(-225deg);
}

ul.faqs li input[type="checkbox"]:checked ~ div.accordion-content {
	opacity: 1;
	height: auto;
	margin: 20px 0px 40px;
}

ul.faqs li label {
	padding: 15px 35px 15px 10px;
	border-bottom: 1px solid #313E48;
	font-size: 18px !important;
	color: #EB7421;
	position: relative;
	pointer-events: none;
}

ul.faqs li label:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-left: 1px solid #313E48;
	position: absolute;
	right: 10px;
	top: 10px;
	top: calc(50% - 12px);
	border-bottom: 1px solid #313E48;
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	transition: all 0.4s;
}

ul.faqs li div.accordion-content {
	padding: 0px 10px;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	opacity: 0;
	height: 0;
}

ul.faqs li.is-active {
	margin-bottom: 20px;
}

ul.faqs li.is-active h4:after {
	-ms-transform: rotate(-225deg);
	    transform: rotate(-225deg);
}

a.button {
	display: block;
	border: 1px solid #313E48;
	text-align: center;
	margin: 20px auto;
	padding: 5px;
}

a.button:before {
	content: 'Write a review on';
	padding: 5px 5px 0px;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	color: #313E48;
}

a.button:hover {
	border: 1px solid #EB7421;
}

a.button:hover:before {
	color: #EB7421;
}

ol li {
	padding-bottom: 10px;
	font-size: 16px;
}

.bg-gradient {
	background: #EBA921;
	background: linear-gradient(to right, #EB7421 0%, #EBA921 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-brand-dark', endColorstr='$color-brand',GradientType=1 );
}

.bg-gradient * {
	color: #FFFFFF;
}

div[class*="bg-"]:not(.bg-white) h3,
div[class*="bg-"]:not(.bg-white) h4 {
	color: #fff;
}

div[class*="bg-"]:not(.bg-white).wp-block-columns {
	align-items: center;
}

div[class*="bg-"]:not(.bg-white).wp-block-columns .wp-block-column {
	text-align: center;
	vertical-align: middle;
}

div[class*="bg-"]:not(.bg-white).wp-block-columns .wp-block-column:after,
div[class*="bg-"]:not(.bg-white).wp-block-columns .wp-block-column:before {
	display: none !important;
}

div[class*="bg-"]:not(.bg-white).wp-block-columns .wp-block-column p {
	font-size: 18px;
}

div[class*="bg-"]:not(.bg-white).v-top {
	align-items: stretch;
}

div[class*="bg-"]:not(.bg-white).v-top .wp-block-column {
	vertical-align: top;
}

div[class*="bg-"]:not(.bg-white).wp-block-media-text figure + .wp-block-media-text__content {
	font-size: 20px;
}

div[class*="bg-"]:not(.bg-white).wp-block-media-text.has-media-on-the-left figure + .wp-block-media-text__content {
	text-align: right;
}

.orange {
	color: #EBA921;
}

h1.bg-gradient,
h2.bg-gradient,
h3.bg-gradient,
h4.bg-gradient,
h5.bg-gradient,
p.bg-gradient,
div.bg-gradient,
.wp-block-image.bg-gradient,
.wp-block-columns.bg-gradient,
.wp-block-media-text.bg-gradient,
.service-details.bg-gradient {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #FFFFFF;
}

h1.bg-gradient + .bg-gradient:not([class*="m-b-"]),
h2.bg-gradient + .bg-gradient:not([class*="m-b-"]),
h3.bg-gradient + .bg-gradient:not([class*="m-b-"]),
h4.bg-gradient + .bg-gradient:not([class*="m-b-"]),
h5.bg-gradient + .bg-gradient:not([class*="m-b-"]),
p.bg-gradient + .bg-gradient:not([class*="m-b-"]),
div.bg-gradient + .bg-gradient:not([class*="m-b-"]),
.wp-block-image.bg-gradient + .bg-gradient:not([class*="m-b-"]),
.wp-block-columns.bg-gradient + .bg-gradient:not([class*="m-b-"]),
.wp-block-media-text.bg-gradient + .bg-gradient:not([class*="m-b-"]),
.service-details.bg-gradient + .bg-gradient:not([class*="m-b-"]) {
	padding-top: 0;
	margin: 0px;
}

h1.bg-gradient:before,
h1.bg-gradient:after,
h2.bg-gradient:before,
h2.bg-gradient:after,
h3.bg-gradient:before,
h3.bg-gradient:after,
h4.bg-gradient:before,
h4.bg-gradient:after,
h5.bg-gradient:before,
h5.bg-gradient:after,
p.bg-gradient:before,
p.bg-gradient:after,
div.bg-gradient:before,
div.bg-gradient:after,
.wp-block-image.bg-gradient:before,
.wp-block-image.bg-gradient:after,
.wp-block-columns.bg-gradient:before,
.wp-block-columns.bg-gradient:after,
.wp-block-media-text.bg-gradient:before,
.wp-block-media-text.bg-gradient:after,
.service-details.bg-gradient:before,
.service-details.bg-gradient:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw;
}

h1.bg-gradient:before,
h2.bg-gradient:before,
h3.bg-gradient:before,
h4.bg-gradient:before,
h5.bg-gradient:before,
p.bg-gradient:before,
div.bg-gradient:before,
.wp-block-image.bg-gradient:before,
.wp-block-columns.bg-gradient:before,
.wp-block-media-text.bg-gradient:before,
.service-details.bg-gradient:before {
	right: 100%;
	background-color: #EB7421;
}

h1.bg-gradient:after,
h2.bg-gradient:after,
h3.bg-gradient:after,
h4.bg-gradient:after,
h5.bg-gradient:after,
p.bg-gradient:after,
div.bg-gradient:after,
.wp-block-image.bg-gradient:after,
.wp-block-columns.bg-gradient:after,
.wp-block-media-text.bg-gradient:after,
.service-details.bg-gradient:after {
	left: 100%;
	background-color: #EAA820;
}

h1.bg-gradient .wp-block-column,
h2.bg-gradient .wp-block-column,
h3.bg-gradient .wp-block-column,
h4.bg-gradient .wp-block-column,
h5.bg-gradient .wp-block-column,
p.bg-gradient .wp-block-column,
div.bg-gradient .wp-block-column,
.wp-block-image.bg-gradient .wp-block-column,
.wp-block-columns.bg-gradient .wp-block-column,
.wp-block-media-text.bg-gradient .wp-block-column,
.service-details.bg-gradient .wp-block-column {
	position: relative;
}

h1.bg-gradient .wp-block-column:before,
h1.bg-gradient .wp-block-column:after,
h2.bg-gradient .wp-block-column:before,
h2.bg-gradient .wp-block-column:after,
h3.bg-gradient .wp-block-column:before,
h3.bg-gradient .wp-block-column:after,
h4.bg-gradient .wp-block-column:before,
h4.bg-gradient .wp-block-column:after,
h5.bg-gradient .wp-block-column:before,
h5.bg-gradient .wp-block-column:after,
p.bg-gradient .wp-block-column:before,
p.bg-gradient .wp-block-column:after,
div.bg-gradient .wp-block-column:before,
div.bg-gradient .wp-block-column:after,
.wp-block-image.bg-gradient .wp-block-column:before,
.wp-block-image.bg-gradient .wp-block-column:after,
.wp-block-columns.bg-gradient .wp-block-column:before,
.wp-block-columns.bg-gradient .wp-block-column:after,
.wp-block-media-text.bg-gradient .wp-block-column:before,
.wp-block-media-text.bg-gradient .wp-block-column:after,
.service-details.bg-gradient .wp-block-column:before,
.service-details.bg-gradient .wp-block-column:after {
	content: "";
	display: block;
	position: absolute;
	height: 80%;
	width: 1px;
	background-color: white;
	top: 10%;
}

h1.bg-gradient .wp-block-column:before,
h2.bg-gradient .wp-block-column:before,
h3.bg-gradient .wp-block-column:before,
h4.bg-gradient .wp-block-column:before,
h5.bg-gradient .wp-block-column:before,
p.bg-gradient .wp-block-column:before,
div.bg-gradient .wp-block-column:before,
.wp-block-image.bg-gradient .wp-block-column:before,
.wp-block-columns.bg-gradient .wp-block-column:before,
.wp-block-media-text.bg-gradient .wp-block-column:before,
.service-details.bg-gradient .wp-block-column:before {
	left: -33px;
}

h1.bg-gradient .wp-block-column:after,
h2.bg-gradient .wp-block-column:after,
h3.bg-gradient .wp-block-column:after,
h4.bg-gradient .wp-block-column:after,
h5.bg-gradient .wp-block-column:after,
p.bg-gradient .wp-block-column:after,
div.bg-gradient .wp-block-column:after,
.wp-block-image.bg-gradient .wp-block-column:after,
.wp-block-columns.bg-gradient .wp-block-column:after,
.wp-block-media-text.bg-gradient .wp-block-column:after,
.service-details.bg-gradient .wp-block-column:after {
	right: -32px;
}

h1.bg-gradient .wp-block-column:last-child:before,
h1.bg-gradient .wp-block-column:first-child:before,
h2.bg-gradient .wp-block-column:last-child:before,
h2.bg-gradient .wp-block-column:first-child:before,
h3.bg-gradient .wp-block-column:last-child:before,
h3.bg-gradient .wp-block-column:first-child:before,
h4.bg-gradient .wp-block-column:last-child:before,
h4.bg-gradient .wp-block-column:first-child:before,
h5.bg-gradient .wp-block-column:last-child:before,
h5.bg-gradient .wp-block-column:first-child:before,
p.bg-gradient .wp-block-column:last-child:before,
p.bg-gradient .wp-block-column:first-child:before,
div.bg-gradient .wp-block-column:last-child:before,
div.bg-gradient .wp-block-column:first-child:before,
.wp-block-image.bg-gradient .wp-block-column:last-child:before,
.wp-block-image.bg-gradient .wp-block-column:first-child:before,
.wp-block-columns.bg-gradient .wp-block-column:last-child:before,
.wp-block-columns.bg-gradient .wp-block-column:first-child:before,
.wp-block-media-text.bg-gradient .wp-block-column:last-child:before,
.wp-block-media-text.bg-gradient .wp-block-column:first-child:before,
.service-details.bg-gradient .wp-block-column:last-child:before,
.service-details.bg-gradient .wp-block-column:first-child:before {
	content: none;
	display: none;
}

h1.bg-gradient.button-after,
h2.bg-gradient.button-after,
h3.bg-gradient.button-after,
h4.bg-gradient.button-after,
h5.bg-gradient.button-after,
p.bg-gradient.button-after,
div.bg-gradient.button-after,
.wp-block-image.bg-gradient.button-after,
.wp-block-columns.bg-gradient.button-after,
.wp-block-media-text.bg-gradient.button-after,
.service-details.bg-gradient.button-after {
	padding-bottom: 100px;
}

.m-b-0 {
	margin-bottom: 0px;
}

.wp-block-media-text.bg-gradient {
	margin-top: 80px;
}

.wp-block-media-text.bg-gradient > figure {
	position: relative;
	overflow: hidden;
}

.wp-block-media-text.image-offset figure {
	margin: 10px;
}

.wp-block-media-text.image-border figure image {
	height: 0px;
	padding-top: 100%;
}

.wp-block-media-text.image-border figure image > * {
	position: absolute;
	top: 0;
	height: 100%;
}

.wp-block-media-text.image-border figure image > img {
	max-width: 300%;
	width: auto;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}

.wp-block-media-text.image-border figure image > svg {
	max-width: 100%;
	max-height: 100%;
}

.image-border figure {
	border: 6px solid #FFFFFF;
	box-shadow: -12px -12px 0px #EBA921;
}

.image-border.has-media-on-the-right figure {
	box-shadow: 12px -12px 0px #EB7421;
}

.image-inline figure {
	margin-top: 0px !important;
}

blockquote.wp-block-quote {
	margin-top: 0px;
}

blockquote.wp-block-quote p {
	color: #EB7421;
	font-size: 24px;
}

div.bg-solid {
	padding: 60px 20px;
	position: relative;
	background: #EAA820;
}

div.bg-solid.wp-block-media-text figure {
	position: absolute;
	max-width: 450px;
}

div.bg-solid.wp-block-media-text figure + .wp-block-media-text__content {
	font-size: 16px;
	text-align: left;
}

div.bg-solid.wp-block-media-text figure + .wp-block-media-text__content h3 {
	color: #EB7421;
	font-size: 36px;
}

div.bg-solid:not([class*="m-"]) {
	margin: 90px 0px;
}

div.bg-solid.full-width:before,
div.bg-solid.full-width:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #FBF1DD;
	left: -100%;
	position: absolute;
}

div.bg-solid.full-width:after {
	left: auto;
	right: -100%;
}

.wp-block-button {
	margin-top: 20px;
	text-align: center;
}

.wp-block-button .wp-block-button__link {
	background: #EB7421;
	border-radius: 0px;
}

.wp-block-button.arrow-btn {
	margin: 0px;
	text-align: left;
}

.wp-block-button.arrow-btn .wp-block-button__link {
	background: #EBA921;
	color: #FFFFFF;
	border-radius: 0px;
	height: 35px;
	width: 35px;
	padding: 5px 0px;
}

a.box {
	border: 5px solid #EBA921;
	display: block;
	padding: 15px 15px 50px;
	position: relative;
	min-height: 150px;
	margin: 20px auto 0px;
}

a.box h4 {
	font-size: 28px;
	font-family: "PT Serif", "PT Sans", serif;
	max-width: 50%;
	display: block;
	line-height: 1;
	white-space: normal;
}

a.box span {
	max-width: 53%;
	display: inline-block;
	white-space: normal;
	color: #313E48;
}

a.box:before {
	position: absolute;
	bottom: 0px;
	right: -10px;
}

a.box:after {
	content: '>';
	height: 35px;
	width: 35px;
	padding: 5px 0px;
	font-size: 18px;
	background: #EAA820;
	display: block;
	color: #FFFFFF;
	text-align: center;
	margin: 20px 0px 0px 0px;
	position: absolute;
	bottom: 15px;
}

a.box.image-question:before {
	right: 60px;
	bottom: 0px;
}

a.box.image-worker:before {
	right: 15px;
	bottom: 15px;
}

.wp-block-column > a.box:first-child {
	height: 100%;
}

.page-template-template-services .image-worker h4 {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 24px;
	margin: 0px 0px 20px;
	color: #EBA921;
	font-weight: 600;
	max-width: 100%;
	min-height: 10px;
}

.page-template-template-services .image-worker span {
	max-width: 50%;
	max-width: calc(100% - 101px);
	display: block;
}

.page-template-template-services .image-worker:before {
	right: 15px;
	bottom: 15px;
}

.image-brochure:before {
	content: url(./../../../uploads/2019/05/brochure1-300x234.png);
}

.image-question {
	white-space: nowrap;
}

.image-question:before {
	content: '?';
	background-size: contain;
	font-family: PT Serif, serif;
	font-weight: 900;
	font-size: 200px;
	color: darkorange;
	line-height: 1;
}

.image-question h4 {
	max-width: 60% !important;
}

.image-question h4:before,
.image-question h4:after {
	content: '?';
	font-family: PT Serif, serif;
	font-weight: 900;
	font-size: 130px;
	color: darkorange;
	line-height: 1;
	position: absolute;
	bottom: 11px;
	right: 10px;
	opacity: 0.4;
}

.image-question h4:after {
	font-size: 165px;
	color: darkorange;
	right: 30px;
	bottom: 5px;
	opacity: 0.7;
}

.image-worker:before {
	content: url(./../../../uploads/2019/05/worker.svg);
	width: 101px;
	height: 158px;
}

.image-certificate:before {
	content: url(./../../../uploads/2019/05/certificate.svg);
	width: 75px;
	height: 114px;
}

.image-review:before {
	content: url(./../../../uploads/2019/05/review.svg);
	width: 107px;
	height: 114px;
}

.wp-block-column.tile {
	padding: 10px 15px 35px;
}

.wp-block-column.tile h3 {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 24px;
	margin: 0px;
	color: #EBA921;
	font-weight: 600;
}

.wp-block-column.tile[class*="image-"]:before {
	float: right;
	margin: 7px 0px 7px 7px;
}

.wp-block-column.tile p {
	margin: 25px 0px 40px;
}

.wp-block-column.tile .wp-block-button {
	position: absolute;
	bottom: 15px;
	margin: 0;
}

.wp-block-columns {
	width: 100%;
}

.wp-block-columns.has-2-columns.boxes > div.wp-block-column {
	margin-top: 50px;
	max-height: 150px;
}

/* MEET THE TEAM */

/*_________________________________________________*/

.team-members {
	padding: 20px;
}

.team-members ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

.team-members .dots {
	display: none;
}

.team-text {
	overflow: hidden;
}

.team-text div.info {
	position: relative;
	clear: both;
	margin-bottom: 80px;
}

.team-text div.info a.headshot {
	width: 36vw;
	height: 36vw;
	border-radius: 50%;
	display: block;
	position: absolute;
	background-size: cover !important;
	left: 0px;
	top: 10px;
}

.team-text div.info h3 {
	font-size: 26px;
}

.team-text div.info h4 {
	color: #EBA921;
	margin-bottom: 20px;
	padding-left: 40vw;
}

.team-text div.info h3,
.team-text div.info p {
	padding-left: 40vw;
}

.team-text div.info a.close {
	display: none;
}

.dots {
	clear: both;
	text-align: center;
	margin: 10px auto;
}

.dots a.dot {
	display: inline-block;
	margin: 3px;
	cursor: pointer;
}

.dots a.dot:before {
	content: '';
	height: 12px;
	width: 12px;
	background: #aaa;
	display: block;
	border-radius: 50%;
}

.dots a.dot.active:before {
	background: #EBA921;
}

.has-media-on-the-right.bg-navy {
	margin-bottom: 1px;
}

.has-media-on-the-right.bg-navy.img-sm figure svg {
	width: 200px;
	margin: 0px auto;
	display: block;
}

div#gform_wrapper_2 {
	margin-bottom: 100px;
}

/*
|--------------------------------------------------------------------------
| Reviews
|--------------------------------------------------------------------------
*/

.reviews__block {
	position: relative;
	padding: 30px;
	margin: 20px 0;
	width: 100%;
	flex: 0 0 auto;
	border: 5px solid #EB7421;
	font-size: 16px;
	line-height: 1.2;
}

.reviews__block:nth-child(2n) {
	transition-delay: .15s;
}

.reviews__block:nth-child(2n) {
	border: 5px solid #EBA921;
}

.reviews__block p {
	margin-bottom: 20px;
}

.reviews__block > *:last-of-type {
	margin-bottom: 0;
}

.reviews-counter {
	position: relative;
	width: 100%;
	max-width: 160px;
	margin: 10px auto;
}

.reviews-counter__svg {
	position: relative;
	display: block;
}

.reviews-counter__bar {
	stroke: #EBA921;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 0, 100;
	transition: stroke-dasharray 0.8s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.2s ease-in;
	animation: counter 0.5s 0.2s 1 ease-in-out;
	animation-fill-mode: forwards;
}

.reviews-counter__circle {
	stroke: #EBA921;
	opacity: .25;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
}

.reviews-counter__number {
	color: #EBA921;
	position: absolute;
	top: calc(50% - 42px);
	width: 100%;
	text-align: center;
	display: block;
	font-size: 60px;
}

.reviews-counter__number sup {
	font-size: .5em;
	top: -.6em;
}

.reviews h2 {
	margin-top: 40px;
}

.reviews .col {
	vertical-align: middle;
}

.bg-navy {
	background: #313E48 url(../images/tile300.png) top left repeat;
	color: #fff;
	position: relative;
	padding: 60px 0px;
}

.bg-navy:not([class*="m-"]) {
	margin: 0px;
}

.bg-navy:before,
.bg-navy:after {
	content: '';
	position: absolute;
	width: 50vw;
	height: 100%;
	top: 0px;
	background: #313E48 url(../images/tile300.png) top left repeat;
}

.bg-navy:before {
	left: -50vw;
}

.bg-navy:after {
	right: -50vw;
}

.bg-navy.content-top {
	padding: 20px 0px;
}

.services-nav.bg-navy {
	padding-bottom: 60px !important;
}

.services-nav.bg-navy .nav {
	display: block;
	margin: 40px auto 20px;
	width: 400px;
	max-width: 100%;
}

.services-nav.bg-navy .nav .wp-block-button__link {
	width: 100%;
}

.tile {
	position: relative;
	display: block;
	background-color: #46525a;
	color: #fff;
	transition: all 0.25s ease-in-out;
	-ms-transform: translateY(0px);
	    transform: translateY(0px);
}

.tile:hover {
	-ms-transform: translateY(-3px);
	    transform: translateY(-3px);
}

.tile.wp-block-column {
	padding: 25px 25px 35px;
}

.tile.wp-block-column p {
	margin: 10px 0px 65px;
	font-size: 15px;
}

.tile .icon,
.tile.image-certificate:before,
.tile.image-review:before {
	color: #6e797f;
	font-size: 80px;
	line-height: 1;
}

.tile.image-certificate:before,
.tile.image-review:before {
	content: '\e810';
	font-family: 'Icomoon';
	position: absolute;
	bottom: 15px;
	right: 30px;
	width: auto;
	height: auto;
}

.tile.image-review:before {
	content: '\e811';
}

.tile h3 {
	font-family: "PT Serif", "PT Sans", serif !important;
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 19px !important;
	line-height: 1.4;
}

.tile:hover {
	background: #828b91;
}

.wp-block-column .box {
	margin: 0px;
}

.wp-block-column .box span {
	margin: 10px 0px 90px;
	max-width: 100%;
	font-size: 15px;
	display: block;
}

.wp-block-column .box span:empty {
	margin: 10px 0px;
}

.wp-block-column .box:before {
	width: 60px;
	height: 96px;
}

.wp-block-column .box:after {
	width: 70px;
	height: 41px;
	filter: grayscale(0.1);
	font-weight: bold;
	bottom: 25px;
	padding: 8px 0px;
	background: linear-gradient(to right, #EB7421 0%, #EBA921 100%);
	font-size: 16px;
}

.tiles .wp-block-column .box,
.contact-form .wp-block-column .box {
	border-width: 1px;
	padding: 25px !important;
}

.tiles .wp-block-column .box h4,
.contact-form .wp-block-column .box h4 {
	font-family: "PT Serif", "PT Sans", serif !important;
	font-weight: 400 !important;
	font-size: 19px !important;
	line-height: 1.4;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
}

.service-details-images .wp-block-column p,
ul.services .title h5,
h3.border-bottom,
.box h4 {
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
}

.service-details-images .wp-block-column p:after,
ul.services .title h5:after,
h3.border-bottom:after,
.box h4:after {
	content: '';
	background: #EB7421;
	background: linear-gradient(to right, #EB7421 0%, #EBA921 100%);
	position: absolute;
	height: 1px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

.service-details-images .wp-block-column p:after {
	top: 0px;
	bottom: auto;
	right: 20px;
	left: 20px;
}

.bg-navy .arrow-btn,
.wp-block-column.tile .arrow-btn,
.boxes.bg-navy .wp-block-column,
.services-nav.bg-navy .nav {
	background: #EB7421;
	background: linear-gradient(to right, #EB7421 0%, #EBA921 100%);
	padding: 3px;
	filter: grayscale(0);
}

.bg-navy .arrow-btn > a,
.wp-block-column.tile .arrow-btn > a,
.boxes.bg-navy .wp-block-column > a,
.services-nav.bg-navy .nav > a {
	margin: 0px;
	border: none;
	padding: 14px;
	min-height: 0px;
	border-radius: 0px;
	font-size: 16px;
	background: #313E48;
	font-weight: bold;
	text-transform: uppercase;
}

.boxes.bg-navy:last-child {
	margin-bottom: -59px;
	padding-bottom: 160px;
}

.boxes.bg-navy .wp-block-column a.box h4 {
	max-width: 100% !important;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
}

.boxes.bg-navy .wp-block-column a.box h4 span,
.boxes.bg-navy .wp-block-column a.box h4:before,
.boxes.bg-navy .wp-block-column a.box h4:after {
	display: none;
}

.boxes.bg-navy .wp-block-column a.box span,
.boxes.bg-navy .wp-block-column a.box:before,
.boxes.bg-navy .wp-block-column a.box:after {
	display: none;
}

.bg-navy .arrow-btn,
.wp-block-column.tile .arrow-btn {
	width: 76px;
}

.bg-navy .arrow-btn .wp-block-button__link,
.wp-block-column.tile .arrow-btn .wp-block-button__link {
	width: 70px;
	padding: 5px 0px;
	background: #313E48;
	background: linear-gradient(to right, #EB7421 0%, #EBA921 100%);
}

.wp-block-column.tile .arrow-btn {
	bottom: 25px;
	left: 25px;
}

.values.row {
	margin: 0px 0px 60px;
}

.values.row .value-holder {
	padding: 20px 25px;
	margin-bottom: 20px;
	vertical-align: top;
	font-size: 15px;
	min-height: 172px;
}

.values.row .value-holder h3 {
	text-transform: capitalize;
	font-size: 24px;
	display: block;
}

.values.row .value-holder h3:before {
	margin-right: 15px;
}

.page-id-7 .wp-block-media-text__content {
	padding-left: 25px !important;
}

.page-id-7 .wp-block-media-text__content p {
	text-align: left !important;
}

@media (min-width: 600px) {

.has-3-columns .wp-block-column:not(:first-child),
.has-3-columns .wp-block-column:nth-child(2n) {
	margin-left: 10px;
}

.has-3-columns .wp-block-column:nth-child(odd) {
	margin-right: 10px;
}

.has-3-columns .wp-block-column:not(:last-child) {
	margin-right: 10px;
}

.has-3-columns .wp-block-column:last-child {
	margin-right: 0px;
}

}

@media screen and (min-width: 768px) {

.c-1-2 {
	width: 50%;
}

.c-2-2 {
	width: 100%;
}

.c-1-3 {
	width: 33.33333%;
}

.c-2-3 {
	width: 66.66667%;
}

.c-3-3 {
	width: 100%;
}

.c-1-4 {
	width: 25%;
}

.c-2-4 {
	width: 50%;
}

.c-3-4 {
	width: 75%;
}

.c-4-4 {
	width: 100%;
}

.c-1-5 {
	width: 20%;
}

.c-2-5 {
	width: 40%;
}

.c-3-5 {
	width: 60%;
}

.c-4-5 {
	width: 80%;
}

.c-5-5 {
	width: 100%;
}

.c-1-6 {
	width: 16.66667%;
}

.c-2-6 {
	width: 33.33333%;
}

.c-3-6 {
	width: 50%;
}

.c-4-6 {
	width: 66.66667%;
}

.c-5-6 {
	width: 83.33333%;
}

.c-6-6 {
	width: 100%;
}

.c-1-7 {
	width: 14.28571%;
}

.c-2-7 {
	width: 28.57143%;
}

.c-3-7 {
	width: 42.85714%;
}

.c-4-7 {
	width: 57.14286%;
}

.c-5-7 {
	width: 71.42857%;
}

.c-6-7 {
	width: 85.71429%;
}

.c-7-7 {
	width: 100%;
}

.c-1-8 {
	width: 12.5%;
}

.c-2-8 {
	width: 25%;
}

.c-3-8 {
	width: 37.5%;
}

.c-4-8 {
	width: 50%;
}

.c-5-8 {
	width: 62.5%;
}

.c-6-8 {
	width: 75%;
}

.c-7-8 {
	width: 87.5%;
}

.c-8-8 {
	width: 100%;
}

.c-1-9 {
	width: 11.11111%;
}

.c-2-9 {
	width: 22.22222%;
}

.c-3-9 {
	width: 33.33333%;
}

.c-4-9 {
	width: 44.44444%;
}

.c-5-9 {
	width: 55.55556%;
}

.c-6-9 {
	width: 66.66667%;
}

.c-7-9 {
	width: 77.77778%;
}

.c-8-9 {
	width: 88.88889%;
}

.c-9-9 {
	width: 100%;
}

.c-1-10 {
	width: 10%;
}

.c-2-10 {
	width: 20%;
}

.c-3-10 {
	width: 30%;
}

.c-4-10 {
	width: 40%;
}

.c-5-10 {
	width: 50%;
}

.c-6-10 {
	width: 60%;
}

.c-7-10 {
	width: 70%;
}

.c-8-10 {
	width: 80%;
}

.c-9-10 {
	width: 90%;
}

.c-10-10 {
	width: 100%;
}

.c-1-11 {
	width: 9.09091%;
}

.c-2-11 {
	width: 18.18182%;
}

.c-3-11 {
	width: 27.27273%;
}

.c-4-11 {
	width: 36.36364%;
}

.c-5-11 {
	width: 45.45455%;
}

.c-6-11 {
	width: 54.54545%;
}

.c-7-11 {
	width: 63.63636%;
}

.c-8-11 {
	width: 72.72727%;
}

.c-9-11 {
	width: 81.81818%;
}

.c-10-11 {
	width: 90.90909%;
}

.c-11-11 {
	width: 100%;
}

.c-1-12 {
	width: 8.33333%;
}

.c-2-12 {
	width: 16.66667%;
}

.c-3-12 {
	width: 25%;
}

.c-4-12 {
	width: 33.33333%;
}

.c-5-12 {
	width: 41.66667%;
}

.c-6-12 {
	width: 50%;
}

.c-7-12 {
	width: 58.33333%;
}

.c-8-12 {
	width: 66.66667%;
}

.c-9-12 {
	width: 75%;
}

.c-10-12 {
	width: 83.33333%;
}

.c-11-12 {
	width: 91.66667%;
}

.c-12-12 {
	width: 100%;
}

.r-g-1 {
	margin-left: -10px;
}

.r-g-1 > .col {
	padding-left: 10px;
}

.r-g-2 {
	margin-left: -20px;
}

.r-g-2 > .col {
	padding-left: 20px;
}

.r-g-3 {
	margin-left: -30px;
}

.r-g-3 > .col {
	padding-left: 30px;
}

.r-g-4 {
	margin-left: -40px;
}

.r-g-4 > .col {
	padding-left: 40px;
}

.r-g-5 {
	margin-left: -50px;
}

.r-g-5 > .col {
	padding-left: 50px;
}

.r-g-6 {
	margin-left: -60px;
}

.r-g-6 > .col {
	padding-left: 60px;
}

.r-g-7 {
	margin-left: -70px;
}

.r-g-7 > .col {
	padding-left: 70px;
}

.r-g-8 {
	margin-left: -80px;
}

.r-g-8 > .col {
	padding-left: 80px;
}

.r-g-9 {
	margin-left: -90px;
}

.r-g-9 > .col {
	padding-left: 90px;
}

.r-g-10 {
	margin-left: -100px;
}

.r-g-10 > .col {
	padding-left: 100px;
}

.r-g-11 {
	margin-left: -110px;
}

.r-g-11 > .col {
	padding-left: 110px;
}

.r-g-12 {
	margin-left: -120px;
}

.r-g-12 > .col {
	padding-left: 120px;
}

.r-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.r-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.r-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.r-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.r-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.r-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.r-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.r-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.r-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.r-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.r-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.r-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.col-1-2 {
	width: 50%;
}

.col-2-2 {
	width: 100%;
}

.col-1-3 {
	width: 33.33333%;
}

.col-2-3 {
	width: 66.66667%;
}

.col-3-3 {
	width: 100%;
}

.col-1-4 {
	width: 25%;
}

.col-2-4 {
	width: 50%;
}

.col-3-4 {
	width: 75%;
}

.col-4-4 {
	width: 100%;
}

.col-1-5 {
	width: 20%;
}

.col-2-5 {
	width: 40%;
}

.col-3-5 {
	width: 60%;
}

.col-4-5 {
	width: 80%;
}

.col-5-5 {
	width: 100%;
}

.col-1-6 {
	width: 16.66667%;
}

.col-2-6 {
	width: 33.33333%;
}

.col-3-6 {
	width: 50%;
}

.col-4-6 {
	width: 66.66667%;
}

.col-5-6 {
	width: 83.33333%;
}

.col-6-6 {
	width: 100%;
}

.col-1-7 {
	width: 14.28571%;
}

.col-2-7 {
	width: 28.57143%;
}

.col-3-7 {
	width: 42.85714%;
}

.col-4-7 {
	width: 57.14286%;
}

.col-5-7 {
	width: 71.42857%;
}

.col-6-7 {
	width: 85.71429%;
}

.col-7-7 {
	width: 100%;
}

.col-1-8 {
	width: 12.5%;
}

.col-2-8 {
	width: 25%;
}

.col-3-8 {
	width: 37.5%;
}

.col-4-8 {
	width: 50%;
}

.col-5-8 {
	width: 62.5%;
}

.col-6-8 {
	width: 75%;
}

.col-7-8 {
	width: 87.5%;
}

.col-8-8 {
	width: 100%;
}

.col-1-9 {
	width: 11.11111%;
}

.col-2-9 {
	width: 22.22222%;
}

.col-3-9 {
	width: 33.33333%;
}

.col-4-9 {
	width: 44.44444%;
}

.col-5-9 {
	width: 55.55556%;
}

.col-6-9 {
	width: 66.66667%;
}

.col-7-9 {
	width: 77.77778%;
}

.col-8-9 {
	width: 88.88889%;
}

.col-9-9 {
	width: 100%;
}

.col-1-10 {
	width: 10%;
}

.col-2-10 {
	width: 20%;
}

.col-3-10 {
	width: 30%;
}

.col-4-10 {
	width: 40%;
}

.col-5-10 {
	width: 50%;
}

.col-6-10 {
	width: 60%;
}

.col-7-10 {
	width: 70%;
}

.col-8-10 {
	width: 80%;
}

.col-9-10 {
	width: 90%;
}

.col-10-10 {
	width: 100%;
}

.col-1-11 {
	width: 9.09091%;
}

.col-2-11 {
	width: 18.18182%;
}

.col-3-11 {
	width: 27.27273%;
}

.col-4-11 {
	width: 36.36364%;
}

.col-5-11 {
	width: 45.45455%;
}

.col-6-11 {
	width: 54.54545%;
}

.col-7-11 {
	width: 63.63636%;
}

.col-8-11 {
	width: 72.72727%;
}

.col-9-11 {
	width: 81.81818%;
}

.col-10-11 {
	width: 90.90909%;
}

.col-11-11 {
	width: 100%;
}

.col-1-12 {
	width: 8.33333%;
}

.col-2-12 {
	width: 16.66667%;
}

.col-3-12 {
	width: 25%;
}

.col-4-12 {
	width: 33.33333%;
}

.col-5-12 {
	width: 41.66667%;
}

.col-6-12 {
	width: 50%;
}

.col-7-12 {
	width: 58.33333%;
}

.col-8-12 {
	width: 66.66667%;
}

.col-9-12 {
	width: 75%;
}

.col-10-12 {
	width: 83.33333%;
}

.col-11-12 {
	width: 91.66667%;
}

.col-12-12 {
	width: 100%;
}

.row-g-1 {
	margin-left: -10px;
}

.row-g-1 > .col {
	padding-left: 10px;
}

.row-g-2 {
	margin-left: -20px;
}

.row-g-2 > .col {
	padding-left: 20px;
}

.row-g-3 {
	margin-left: -30px;
}

.row-g-3 > .col {
	padding-left: 30px;
}

.row-g-4 {
	margin-left: -40px;
}

.row-g-4 > .col {
	padding-left: 40px;
}

.row-g-5 {
	margin-left: -50px;
}

.row-g-5 > .col {
	padding-left: 50px;
}

.row-g-6 {
	margin-left: -60px;
}

.row-g-6 > .col {
	padding-left: 60px;
}

.row-g-7 {
	margin-left: -70px;
}

.row-g-7 > .col {
	padding-left: 70px;
}

.row-g-8 {
	margin-left: -80px;
}

.row-g-8 > .col {
	padding-left: 80px;
}

.row-g-9 {
	margin-left: -90px;
}

.row-g-9 > .col {
	padding-left: 90px;
}

.row-g-10 {
	margin-left: -100px;
}

.row-g-10 > .col {
	padding-left: 100px;
}

.row-g-11 {
	margin-left: -110px;
}

.row-g-11 > .col {
	padding-left: 110px;
}

.row-g-12 {
	margin-left: -120px;
}

.row-g-12 > .col {
	padding-left: 120px;
}

.row-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.row-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.row-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.row-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.row-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.row-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.row-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.row-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.row-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.row-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.row-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.row-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.hide-md-lg {
	display: none;
}

.nav-flex {
	display: flex;
}

.nav-flex > li {
	flex: 1 1 auto;
}

.nav-flex > li:last-of-type {
	flex: 0 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

p.lead {
	font-size: 18px;
}

div#gform_wrapper_5 li#field_5_2,
div#gform_wrapper_5 li#field_5_3 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

div#gform_wrapper_5 li#field_5_2 {
	margin-right: 2%;
}

div#gform_wrapper_5 .ginput_container_creditcard {
	padding: 5px 0px 0px 30px;
	border-left: 2px solid #EBA921;
}

.slider-controls .pager {
	display: none !important;
}

.slider-carousel {
	margin-left: -30px;
}

.slider-carousel li {
	padding-left: 30px;
}

div.posts div.js-carousel ul li {
	padding: 10px 10px 0px;
	width: 220px;
}

div.posts div.js-carousel ul li .date {
	left: 20px;
}

div.posts div.js-carousel ul li .image {
	width: 200px;
	height: 230px;
	max-width: 100%;
	max-height: 20vw;
	background-size: cover !important;
	margin-bottom: 25px;
}

div.posts div.js-carousel ul:before,
div.posts div.js-carousel ul:after {
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	display: block;
}

div.posts div.js-carousel ul:before {
	left: 0px;
	background: #FFFFFF;
	background: linear-gradient(to right, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='rgba(255,255,255,0)',GradientType=1 );
}

div.posts div.js-carousel ul:after {
	right: 0px;
	background: #FFFFFF;
	background: linear-gradient(to left, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='rgba(255,255,255,0)',GradientType=1 );
}

.topbar {
	background: linear-gradient(to right, #EB7421 0%, #EBA921 100%);
	padding: 7px;
}

.topbar .social {
	float: right;
}

.topbar a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.topbar .grid > a {
	display: inline-block;
	margin-right: 15px;
}

.topbar .grid > a img {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 5px;
}

.header { /*.badge,*/
}

.header .logo {
	margin: 10px 10px 20px 6px;
}

.header .mobile-menu {
	width: 80%;
	width: calc(100% - 320px);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: 20px;
	padding-right: 10px;
}

.header .mobile-menu .arrow {
	display: none;
}

.header #search {
	position: absolute;
	right: 110px;
	top: 30px;
	width: 0px;
	overflow: hidden;
	transition: width 0.5s ease-in-out;
	z-index: 1000;
}

.header #search form {
	height: 50px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.header #search form label {
	display: none;
}

.header #search form input#s {
	width: 90% !important;
	border: 0px solid #FFFFFF;
	height: 48px !important;
	float: left;
}

.header #search form input[type="submit"] {
	width: 10%;
	height: 48px;
	float: left;
	color: #FFFFFF;
	border: 0px solid #FFFFFF;
	font-size: 0px;
	background: transparent;
}

.header #search.open {
	display: block;
	opacity: 1;
	width: calc(100% - 450px);
}

.header #search.open form:after {
	opacity: 1;
}

.header #search-button > * {
	width: 85px;
	height: 85px;
	background: #FFFFFF;
}

.header #search-button .magnifying-glass {
	transition: margin-left 0.55s;
	margin-left: 0px;
}

.header #search-button .close {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transition: opacity 0.5s;
	padding-left: 28px;
}

.header #search-button .close > .line {
	width: 30px;
	height: 2px;
	background: #EBA921;
	display: block;
	position: absolute;
	top: 39px;
}

.header #search-button .close > .line1 {
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

.header #search-button .close > .line2 {
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}

.header #search-button.open .magnifying-glass {
	margin-left: -65px;
}

.header #search-button.open .close {
	opacity: 1;
}

.header .utils {
	z-index: 1000;
}

.header .utils {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	line-height: 80px;
	position: relative;
	margin-left: -4px; /*&:before {
                content: '';
                height: 50px;
                width: 1px;
                background: #aaa;
                position: absolute;
                top: 15px;
            }
            &.badge {
                padding-right: 10px;
                &:before {
                    right: 0px;
                }
            }*/ /*&.utils {
                &:before {
                    left: 0px;
                }
            }*/
}

.header .main-navigation {
	position: relative;
	margin-bottom: 5px;
}

.header .main-navigation > ul > li {
	width: 25%;
}

.header .main-navigation > ul > li > a {
	border: 0;
	color: #000000;
	transition: color 0.3s;
}

.header .main-navigation > ul > li .sub-menu {
	position: absolute;
	left: 20px;
	top: 100%;
	width: 100%;
	height: 0px;
	pointer-events: none;
	padding-top: 10px;
	opacity: 0;
	display: block !important;
	transition: height 0s linear 0s, padding-top .4s ease-in-out 0.05s, opacity .3s ease-in-out 0.05s;
}

.header .main-navigation > ul > li .sub-menu > li {
	width: auto;
	background: none;
	padding-right: 10px;
}

.header .main-navigation > ul > li .sub-menu > li > a {
	color: #EB7421;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 10px;
	margin-right: 1px;
	transition: all 0.3s;
	background: none;
}

.header .main-navigation > ul > li .sub-menu > li > a:hover {
	background: none;
}

.header .main-navigation > ul > li:nth-last-child(2) .sub-menu {
	text-align: center;
	left: 50%;
}

.header .main-navigation > ul > li:last-child .sub-menu {
	text-align: right;
	left: auto;
	right: 10px;
}

.header .main-navigation > ul > li:last-child .sub-menu li {
	float: right;
}

.header .main-navigation > ul > li:hover > a,
.header .main-navigation > ul > li:focus > a,
.header .main-navigation > ul > li.is-open > a {
	color: #EB7421;
}

.header .main-navigation > ul > li:hover .sub-menu,
.header .main-navigation > ul > li:focus .sub-menu,
.header .main-navigation > ul > li.is-open .sub-menu {
	opacity: 1;
	padding-top: 0;
	width: 100%;
	height: 30px;
	pointer-events: all;
	transition: height 0s linear .3s, padding-top .4s ease-in-out 0s, opacity .3s ease-in-out 0s;
}

.search-open nav a {
	color: #FFFFFF !important;
}

.menu-toggle .hamburger {
	display: none;
}

.footer .row {
	margin-left: 0px;
}

.footer .row .col {
	padding-left: 0px;
}

.footer .row .col.navigation {
	padding-left: 60px;
}

.footer .row .col.navigation .col {
	padding: 0px 10px;
}

.footer .row .col.navigation .col:last-child {
	padding: 0px 0px 0px 4%;
}

.footer .bottom {
	margin-top: 30px;
	background: #535962;
}

.page-content > .content {
	padding: 60px 0;
}

.breadcrumbs ~ main .content-top.bg-navy {
	margin-top: 44px;
	border-top: 1px solid #2b363f;
}

.banner { /*height: 400px;*/
}

div.contact-form > .wp-block-column:first-child {
	flex-basis: 66%;
}

div.contact-form > .wp-block-column:last-child {
	flex-basis: 33%;
}

div.contact-form > .wp-block-column:last-child .contact p a {
	color: #313E48;
}

div.contact-form > .wp-block-column:last-child a.box {
	margin-top: 5px;
	padding: 10px 0px 105px 10px;
	min-width: 100%;
}

div.contact-form > .wp-block-column:last-child a.box h4 {
	line-height: 1.4;
}

div[class*="bg-"]:not(.bg-white).border-between .wp-block-column:nth-child(odd) {
	border-right: 1px solid #FFFFFF;
	margin-right: 0px;
	padding-right: 32px;
}

.halve-md-lg {
	padding-left: 25%;
	padding-right: 25%;
}

.team-members {
	position: relative;
	clear: both;
	padding: 0px;
	margin-bottom: 60px;
	height: calc(36vw + 54px);
	overflow: hidden;
}

.team-members ul {
	display: block;
	display: table;
	overflow: hidden;
	max-height: 36vw;
	transition: all 0.4s;
	width: 110%;
}

.team-members ul.hoverState:not(:hover) li:hover,
.team-members ul:hover li:hover {
	position: relative;
}

.team-members ul.hoverState:not(:hover) li:hover .headshot,
.team-members ul:hover li:hover .headshot {
	filter: none;
	opacity: 1;
}

.team-members ul.hoverState:not(:hover) li:hover span,
.team-members ul:hover li:hover span {
	opacity: 1;
}

.team-members ul.hoverState:not(:hover) li:hover span.name,
.team-members ul:hover li:hover span.name {
	bottom: 26px;
}

.team-members ul.hoverState:not(:hover) li:hover span.position,
.team-members ul:hover li:hover span.position {
	bottom: 10px;
}

.team-members ul.hoverState:not(:hover):before,
.team-members ul:hover:before {
	opacity: 0;
}

.team-members ul.hoverState {
	padding-left: 24vw;
}

.team-members ul.hoverState li { /*opacity: 0;*/
}

.team-members ul li {
	display: inline-block;
	width: 12.5%;
	vertical-align: top;
	float: left;
	transition: all 0.4s, z-index 0s;
	overflow: hidden;
	opacity: 1;
	z-index: 5;
	background: #000;
}

.team-members ul li .headshot {
	cursor: pointer;
	display: inline-block;
	height: 36vw;
	width: 24vw;
	background-size: cover !important;
	background-position: left top !important;
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	display: block;
	opacity: 0.8;
}

.team-members ul li span {
	opacity: 0;
	position: absolute;
	bottom: -16px;
	left: 2.2vw;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	transition: all 0.3s;
}

.team-members ul li span.name {
	font-family: "PT Serif", "PT Sans", serif;
}

.team-members ul li span.position {
	bottom: -30px;
	font-size: 14px;
	color: #EBA921;
	font-weight: bold;
}

.team-members ul li.active {
	position: relative;
	z-index: 20;
	opacity: 1;
}

.team-members ul li.active .headshot {
	filter: none;
	opacity: 1;
}

.team-members ul li.active span {
	opacity: 0 !important;
	transition: none;
}

.team-members ul:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 10;
	pointer-events: none;
	height: 38vw;
	opacity: 1;
	transition: opacity 0.4s;
}

.team-members .dots {
	display: block;
	padding: 10px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 40;
	margin: 0px;
	padding-top: 20px;
}

.team-text {
	top: 0;
	right: 0;
	bottom: 54px;
	left: 24vw;
	pointer-events: none;
	position: absolute;
}

.team-text div.info {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	opacity: 0;
	position: absolute;
	top: 100%;
	height: 100%;
	padding: 3%;
	transition: all 0.3s;
	pointer-events: all;
	left: 0px;
	right: 0px;
}

.team-text div.info h3,
.team-text div.info h4,
.team-text div.info p {
	padding-left: 0px;
}

.team-text div.info p {
	font-size: 16px;
}

.team-text div.info.active {
	opacity: 1;
	top: 0;
}

.team-text div.info a.headshot {
	display: none;
}

.team-text div.info a.close {
	display: block;
	background: orange;
	border-radius: 50%;
	color: #000;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	pointer-events: all;
}

.reviews__block {
	padding: 50px;
	font-size: 18px;
	opacity: 0;
	-ms-transform: translateX(50px);
	    transform: translateX(50px);
	animation: slide-in-left 0.5s 0.25s 1 ease-in-out;
	animation-fill-mode: forwards;
}

.reviews__block:nth-child(2) {
	animation-delay: 0.35s;
}

.reviews__block:nth-child(3) {
	animation-delay: 0.4s;
}

.reviews__block:nth-child(4) {
	animation-delay: 0.45s;
}

.reviews__block:nth-child(5) {
	animation-delay: 0.5s;
}

}

@media screen and (min-width: 768px) and (min-width: 1600px) {

.team-text div.info {
	padding: 4% 6% 4% 4%;
}

.team-text div.info h3 {
	font-size: 30px;
}

.team-text div.info h4 {
	font-size: 26px;
}

.team-text div.info a.close {
	top: 30px;
	right: 40px;
}

}

@media screen and (min-width: 768px) and (max-width: 1280px) {

.team-text div.info {
	padding: 2% 3%;
}

.team-text div.info h4 {
	margin-bottom: auto;
}

.team-text div.info p {
	margin: 10px auto;
	line-height: 1.3;
	font-size: 14px;
}

}

@media screen and (min-width: 768px) and (max-width: 1010px) {

.team-text div.info {
	padding: 20px 15px 20px 20px;
}

.team-text div.info h3 {
	margin-top: 0px;
}

.team-text div.info p {
	margin: 8px auto;
	line-height: 1.2;
}

}

@media screen and (min-width: 768px) and (max-width: 1080px) and (min-width: 768px) {

.team-text div.info h3 {
	font-size: 20px;
	margin-bottom: 0px;
}

.team-text div.info h3,
.team-text div.info h4 {
	display: inline-block;
}

.team-text div.info h4 {
	font-size: 15px;
	padding-left: 10px;
}

.team-text div.info p {
	margin: 6px auto;
}

.team-text div.info a.close {
	top: 10px;
}

}

@media screen and (max-width: 1080px) and (min-width: 768px) {

.md-1-2 {
	width: 50%;
}

.md-2-2 {
	width: 100%;
}

.md-1-3 {
	width: 33.33333%;
}

.md-2-3 {
	width: 66.66667%;
}

.md-3-3 {
	width: 100%;
}

.md-1-4 {
	width: 25%;
}

.md-2-4 {
	width: 50%;
}

.md-3-4 {
	width: 75%;
}

.md-4-4 {
	width: 100%;
}

.md-1-5 {
	width: 20%;
}

.md-2-5 {
	width: 40%;
}

.md-3-5 {
	width: 60%;
}

.md-4-5 {
	width: 80%;
}

.md-5-5 {
	width: 100%;
}

.md-1-6 {
	width: 16.66667%;
}

.md-2-6 {
	width: 33.33333%;
}

.md-3-6 {
	width: 50%;
}

.md-4-6 {
	width: 66.66667%;
}

.md-5-6 {
	width: 83.33333%;
}

.md-6-6 {
	width: 100%;
}

.md-1-7 {
	width: 14.28571%;
}

.md-2-7 {
	width: 28.57143%;
}

.md-3-7 {
	width: 42.85714%;
}

.md-4-7 {
	width: 57.14286%;
}

.md-5-7 {
	width: 71.42857%;
}

.md-6-7 {
	width: 85.71429%;
}

.md-7-7 {
	width: 100%;
}

.md-1-8 {
	width: 12.5%;
}

.md-2-8 {
	width: 25%;
}

.md-3-8 {
	width: 37.5%;
}

.md-4-8 {
	width: 50%;
}

.md-5-8 {
	width: 62.5%;
}

.md-6-8 {
	width: 75%;
}

.md-7-8 {
	width: 87.5%;
}

.md-8-8 {
	width: 100%;
}

.md-1-9 {
	width: 11.11111%;
}

.md-2-9 {
	width: 22.22222%;
}

.md-3-9 {
	width: 33.33333%;
}

.md-4-9 {
	width: 44.44444%;
}

.md-5-9 {
	width: 55.55556%;
}

.md-6-9 {
	width: 66.66667%;
}

.md-7-9 {
	width: 77.77778%;
}

.md-8-9 {
	width: 88.88889%;
}

.md-9-9 {
	width: 100%;
}

.md-1-10 {
	width: 10%;
}

.md-2-10 {
	width: 20%;
}

.md-3-10 {
	width: 30%;
}

.md-4-10 {
	width: 40%;
}

.md-5-10 {
	width: 50%;
}

.md-6-10 {
	width: 60%;
}

.md-7-10 {
	width: 70%;
}

.md-8-10 {
	width: 80%;
}

.md-9-10 {
	width: 90%;
}

.md-10-10 {
	width: 100%;
}

.md-1-11 {
	width: 9.09091%;
}

.md-2-11 {
	width: 18.18182%;
}

.md-3-11 {
	width: 27.27273%;
}

.md-4-11 {
	width: 36.36364%;
}

.md-5-11 {
	width: 45.45455%;
}

.md-6-11 {
	width: 54.54545%;
}

.md-7-11 {
	width: 63.63636%;
}

.md-8-11 {
	width: 72.72727%;
}

.md-9-11 {
	width: 81.81818%;
}

.md-10-11 {
	width: 90.90909%;
}

.md-11-11 {
	width: 100%;
}

.md-1-12 {
	width: 8.33333%;
}

.md-2-12 {
	width: 16.66667%;
}

.md-3-12 {
	width: 25%;
}

.md-4-12 {
	width: 33.33333%;
}

.md-5-12 {
	width: 41.66667%;
}

.md-6-12 {
	width: 50%;
}

.md-7-12 {
	width: 58.33333%;
}

.md-8-12 {
	width: 66.66667%;
}

.md-9-12 {
	width: 75%;
}

.md-10-12 {
	width: 83.33333%;
}

.md-11-12 {
	width: 91.66667%;
}

.md-12-12 {
	width: 100%;
}

.md-g-1 {
	margin-left: -10px;
}

.md-g-1 > .col {
	padding-left: 10px;
}

.md-g-2 {
	margin-left: -20px;
}

.md-g-2 > .col {
	padding-left: 20px;
}

.md-g-3 {
	margin-left: -30px;
}

.md-g-3 > .col {
	padding-left: 30px;
}

.md-g-4 {
	margin-left: -40px;
}

.md-g-4 > .col {
	padding-left: 40px;
}

.md-g-5 {
	margin-left: -50px;
}

.md-g-5 > .col {
	padding-left: 50px;
}

.md-g-6 {
	margin-left: -60px;
}

.md-g-6 > .col {
	padding-left: 60px;
}

.md-g-7 {
	margin-left: -70px;
}

.md-g-7 > .col {
	padding-left: 70px;
}

.md-g-8 {
	margin-left: -80px;
}

.md-g-8 > .col {
	padding-left: 80px;
}

.md-g-9 {
	margin-left: -90px;
}

.md-g-9 > .col {
	padding-left: 90px;
}

.md-g-10 {
	margin-left: -100px;
}

.md-g-10 > .col {
	padding-left: 100px;
}

.md-g-11 {
	margin-left: -110px;
}

.md-g-11 > .col {
	padding-left: 110px;
}

.md-g-12 {
	margin-left: -120px;
}

.md-g-12 > .col {
	padding-left: 120px;
}

.md-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.md-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.md-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.md-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.md-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.md-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.md-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.md-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.md-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.md-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.md-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.md-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.hide-md {
	display: none;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 26px;
}

.header #search {
	top: 25px;
}

.header #search-button .magnifying-glass {
	padding-left: 10px;
}

.header .logo {
	width: 164px;
	height: 70px;
	background-size: 164px 70px;
}

.header .mobile-menu {
	width: calc(100% - 362px);
}

.wp-block-columns.has-2-columns {
	flex-wrap: nowrap;
}

.wp-block-columns.has-2-columns .wp-block-column {
	margin: 0px 10px;
}

.pastwork li {
	padding-left: 10px;
}

.pastwork .before-after > * {
	height: 90px;
}

}

@media screen and (min-width: 1081px) {

.lg-1-2 {
	width: 50%;
}

.lg-2-2 {
	width: 100%;
}

.lg-1-3 {
	width: 33.33333%;
}

.lg-2-3 {
	width: 66.66667%;
}

.lg-3-3 {
	width: 100%;
}

.lg-1-4 {
	width: 25%;
}

.lg-2-4 {
	width: 50%;
}

.lg-3-4 {
	width: 75%;
}

.lg-4-4 {
	width: 100%;
}

.lg-1-5 {
	width: 20%;
}

.lg-2-5 {
	width: 40%;
}

.lg-3-5 {
	width: 60%;
}

.lg-4-5 {
	width: 80%;
}

.lg-5-5 {
	width: 100%;
}

.lg-1-6 {
	width: 16.66667%;
}

.lg-2-6 {
	width: 33.33333%;
}

.lg-3-6 {
	width: 50%;
}

.lg-4-6 {
	width: 66.66667%;
}

.lg-5-6 {
	width: 83.33333%;
}

.lg-6-6 {
	width: 100%;
}

.lg-1-7 {
	width: 14.28571%;
}

.lg-2-7 {
	width: 28.57143%;
}

.lg-3-7 {
	width: 42.85714%;
}

.lg-4-7 {
	width: 57.14286%;
}

.lg-5-7 {
	width: 71.42857%;
}

.lg-6-7 {
	width: 85.71429%;
}

.lg-7-7 {
	width: 100%;
}

.lg-1-8 {
	width: 12.5%;
}

.lg-2-8 {
	width: 25%;
}

.lg-3-8 {
	width: 37.5%;
}

.lg-4-8 {
	width: 50%;
}

.lg-5-8 {
	width: 62.5%;
}

.lg-6-8 {
	width: 75%;
}

.lg-7-8 {
	width: 87.5%;
}

.lg-8-8 {
	width: 100%;
}

.lg-1-9 {
	width: 11.11111%;
}

.lg-2-9 {
	width: 22.22222%;
}

.lg-3-9 {
	width: 33.33333%;
}

.lg-4-9 {
	width: 44.44444%;
}

.lg-5-9 {
	width: 55.55556%;
}

.lg-6-9 {
	width: 66.66667%;
}

.lg-7-9 {
	width: 77.77778%;
}

.lg-8-9 {
	width: 88.88889%;
}

.lg-9-9 {
	width: 100%;
}

.lg-1-10 {
	width: 10%;
}

.lg-2-10 {
	width: 20%;
}

.lg-3-10 {
	width: 30%;
}

.lg-4-10 {
	width: 40%;
}

.lg-5-10 {
	width: 50%;
}

.lg-6-10 {
	width: 60%;
}

.lg-7-10 {
	width: 70%;
}

.lg-8-10 {
	width: 80%;
}

.lg-9-10 {
	width: 90%;
}

.lg-10-10 {
	width: 100%;
}

.lg-1-11 {
	width: 9.09091%;
}

.lg-2-11 {
	width: 18.18182%;
}

.lg-3-11 {
	width: 27.27273%;
}

.lg-4-11 {
	width: 36.36364%;
}

.lg-5-11 {
	width: 45.45455%;
}

.lg-6-11 {
	width: 54.54545%;
}

.lg-7-11 {
	width: 63.63636%;
}

.lg-8-11 {
	width: 72.72727%;
}

.lg-9-11 {
	width: 81.81818%;
}

.lg-10-11 {
	width: 90.90909%;
}

.lg-11-11 {
	width: 100%;
}

.lg-1-12 {
	width: 8.33333%;
}

.lg-2-12 {
	width: 16.66667%;
}

.lg-3-12 {
	width: 25%;
}

.lg-4-12 {
	width: 33.33333%;
}

.lg-5-12 {
	width: 41.66667%;
}

.lg-6-12 {
	width: 50%;
}

.lg-7-12 {
	width: 58.33333%;
}

.lg-8-12 {
	width: 66.66667%;
}

.lg-9-12 {
	width: 75%;
}

.lg-10-12 {
	width: 83.33333%;
}

.lg-11-12 {
	width: 91.66667%;
}

.lg-12-12 {
	width: 100%;
}

.lg-g-1 {
	margin-left: -10px;
}

.lg-g-1 > .col {
	padding-left: 10px;
}

.lg-g-2 {
	margin-left: -20px;
}

.lg-g-2 > .col {
	padding-left: 20px;
}

.lg-g-3 {
	margin-left: -30px;
}

.lg-g-3 > .col {
	padding-left: 30px;
}

.lg-g-4 {
	margin-left: -40px;
}

.lg-g-4 > .col {
	padding-left: 40px;
}

.lg-g-5 {
	margin-left: -50px;
}

.lg-g-5 > .col {
	padding-left: 50px;
}

.lg-g-6 {
	margin-left: -60px;
}

.lg-g-6 > .col {
	padding-left: 60px;
}

.lg-g-7 {
	margin-left: -70px;
}

.lg-g-7 > .col {
	padding-left: 70px;
}

.lg-g-8 {
	margin-left: -80px;
}

.lg-g-8 > .col {
	padding-left: 80px;
}

.lg-g-9 {
	margin-left: -90px;
}

.lg-g-9 > .col {
	padding-left: 90px;
}

.lg-g-10 {
	margin-left: -100px;
}

.lg-g-10 > .col {
	padding-left: 100px;
}

.lg-g-11 {
	margin-left: -110px;
}

.lg-g-11 > .col {
	padding-left: 110px;
}

.lg-g-12 {
	margin-left: -120px;
}

.lg-g-12 > .col {
	padding-left: 120px;
}

.lg-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.lg-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.lg-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.lg-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.lg-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.lg-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.lg-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.lg-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.lg-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.lg-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.lg-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.lg-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.hide-lg {
	display: none;
}

h1,
.h1 {
	font-size: 50px;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.h3 {
	font-size: 30px;
}

.slider-carousel:before {
	left: 0;
}

.header .logo {
	width: 187px;
	height: 80px;
	background-size: 187px 80px;
}

}

@media screen and (min-width: 1600px) {

.xl-1-2 {
	width: 50%;
}

.xl-2-2 {
	width: 100%;
}

.xl-1-3 {
	width: 33.33333%;
}

.xl-2-3 {
	width: 66.66667%;
}

.xl-3-3 {
	width: 100%;
}

.xl-1-4 {
	width: 25%;
}

.xl-2-4 {
	width: 50%;
}

.xl-3-4 {
	width: 75%;
}

.xl-4-4 {
	width: 100%;
}

.xl-1-5 {
	width: 20%;
}

.xl-2-5 {
	width: 40%;
}

.xl-3-5 {
	width: 60%;
}

.xl-4-5 {
	width: 80%;
}

.xl-5-5 {
	width: 100%;
}

.xl-1-6 {
	width: 16.66667%;
}

.xl-2-6 {
	width: 33.33333%;
}

.xl-3-6 {
	width: 50%;
}

.xl-4-6 {
	width: 66.66667%;
}

.xl-5-6 {
	width: 83.33333%;
}

.xl-6-6 {
	width: 100%;
}

.xl-1-7 {
	width: 14.28571%;
}

.xl-2-7 {
	width: 28.57143%;
}

.xl-3-7 {
	width: 42.85714%;
}

.xl-4-7 {
	width: 57.14286%;
}

.xl-5-7 {
	width: 71.42857%;
}

.xl-6-7 {
	width: 85.71429%;
}

.xl-7-7 {
	width: 100%;
}

.xl-1-8 {
	width: 12.5%;
}

.xl-2-8 {
	width: 25%;
}

.xl-3-8 {
	width: 37.5%;
}

.xl-4-8 {
	width: 50%;
}

.xl-5-8 {
	width: 62.5%;
}

.xl-6-8 {
	width: 75%;
}

.xl-7-8 {
	width: 87.5%;
}

.xl-8-8 {
	width: 100%;
}

.xl-1-9 {
	width: 11.11111%;
}

.xl-2-9 {
	width: 22.22222%;
}

.xl-3-9 {
	width: 33.33333%;
}

.xl-4-9 {
	width: 44.44444%;
}

.xl-5-9 {
	width: 55.55556%;
}

.xl-6-9 {
	width: 66.66667%;
}

.xl-7-9 {
	width: 77.77778%;
}

.xl-8-9 {
	width: 88.88889%;
}

.xl-9-9 {
	width: 100%;
}

.xl-1-10 {
	width: 10%;
}

.xl-2-10 {
	width: 20%;
}

.xl-3-10 {
	width: 30%;
}

.xl-4-10 {
	width: 40%;
}

.xl-5-10 {
	width: 50%;
}

.xl-6-10 {
	width: 60%;
}

.xl-7-10 {
	width: 70%;
}

.xl-8-10 {
	width: 80%;
}

.xl-9-10 {
	width: 90%;
}

.xl-10-10 {
	width: 100%;
}

.xl-1-11 {
	width: 9.09091%;
}

.xl-2-11 {
	width: 18.18182%;
}

.xl-3-11 {
	width: 27.27273%;
}

.xl-4-11 {
	width: 36.36364%;
}

.xl-5-11 {
	width: 45.45455%;
}

.xl-6-11 {
	width: 54.54545%;
}

.xl-7-11 {
	width: 63.63636%;
}

.xl-8-11 {
	width: 72.72727%;
}

.xl-9-11 {
	width: 81.81818%;
}

.xl-10-11 {
	width: 90.90909%;
}

.xl-11-11 {
	width: 100%;
}

.xl-1-12 {
	width: 8.33333%;
}

.xl-2-12 {
	width: 16.66667%;
}

.xl-3-12 {
	width: 25%;
}

.xl-4-12 {
	width: 33.33333%;
}

.xl-5-12 {
	width: 41.66667%;
}

.xl-6-12 {
	width: 50%;
}

.xl-7-12 {
	width: 58.33333%;
}

.xl-8-12 {
	width: 66.66667%;
}

.xl-9-12 {
	width: 75%;
}

.xl-10-12 {
	width: 83.33333%;
}

.xl-11-12 {
	width: 91.66667%;
}

.xl-12-12 {
	width: 100%;
}

.xl-g-1 {
	margin-left: -10px;
}

.xl-g-1 > .col {
	padding-left: 10px;
}

.xl-g-2 {
	margin-left: -20px;
}

.xl-g-2 > .col {
	padding-left: 20px;
}

.xl-g-3 {
	margin-left: -30px;
}

.xl-g-3 > .col {
	padding-left: 30px;
}

.xl-g-4 {
	margin-left: -40px;
}

.xl-g-4 > .col {
	padding-left: 40px;
}

.xl-g-5 {
	margin-left: -50px;
}

.xl-g-5 > .col {
	padding-left: 50px;
}

.xl-g-6 {
	margin-left: -60px;
}

.xl-g-6 > .col {
	padding-left: 60px;
}

.xl-g-7 {
	margin-left: -70px;
}

.xl-g-7 > .col {
	padding-left: 70px;
}

.xl-g-8 {
	margin-left: -80px;
}

.xl-g-8 > .col {
	padding-left: 80px;
}

.xl-g-9 {
	margin-left: -90px;
}

.xl-g-9 > .col {
	padding-left: 90px;
}

.xl-g-10 {
	margin-left: -100px;
}

.xl-g-10 > .col {
	padding-left: 100px;
}

.xl-g-11 {
	margin-left: -110px;
}

.xl-g-11 > .col {
	padding-left: 110px;
}

.xl-g-12 {
	margin-left: -120px;
}

.xl-g-12 > .col {
	padding-left: 120px;
}

.xl-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.xl-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.xl-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.xl-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.xl-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.xl-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.xl-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.xl-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.xl-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.xl-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.xl-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.xl-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.hide-xl {
	display: none;
}

}

@media screen and (max-width: 767px) {

.sm-1-2 {
	width: 50%;
}

.sm-2-2 {
	width: 100%;
}

.sm-1-3 {
	width: 33.33333%;
}

.sm-2-3 {
	width: 66.66667%;
}

.sm-3-3 {
	width: 100%;
}

.sm-1-4 {
	width: 25%;
}

.sm-2-4 {
	width: 50%;
}

.sm-3-4 {
	width: 75%;
}

.sm-4-4 {
	width: 100%;
}

.sm-1-5 {
	width: 20%;
}

.sm-2-5 {
	width: 40%;
}

.sm-3-5 {
	width: 60%;
}

.sm-4-5 {
	width: 80%;
}

.sm-5-5 {
	width: 100%;
}

.sm-1-6 {
	width: 16.66667%;
}

.sm-2-6 {
	width: 33.33333%;
}

.sm-3-6 {
	width: 50%;
}

.sm-4-6 {
	width: 66.66667%;
}

.sm-5-6 {
	width: 83.33333%;
}

.sm-6-6 {
	width: 100%;
}

.sm-1-7 {
	width: 14.28571%;
}

.sm-2-7 {
	width: 28.57143%;
}

.sm-3-7 {
	width: 42.85714%;
}

.sm-4-7 {
	width: 57.14286%;
}

.sm-5-7 {
	width: 71.42857%;
}

.sm-6-7 {
	width: 85.71429%;
}

.sm-7-7 {
	width: 100%;
}

.sm-1-8 {
	width: 12.5%;
}

.sm-2-8 {
	width: 25%;
}

.sm-3-8 {
	width: 37.5%;
}

.sm-4-8 {
	width: 50%;
}

.sm-5-8 {
	width: 62.5%;
}

.sm-6-8 {
	width: 75%;
}

.sm-7-8 {
	width: 87.5%;
}

.sm-8-8 {
	width: 100%;
}

.sm-1-9 {
	width: 11.11111%;
}

.sm-2-9 {
	width: 22.22222%;
}

.sm-3-9 {
	width: 33.33333%;
}

.sm-4-9 {
	width: 44.44444%;
}

.sm-5-9 {
	width: 55.55556%;
}

.sm-6-9 {
	width: 66.66667%;
}

.sm-7-9 {
	width: 77.77778%;
}

.sm-8-9 {
	width: 88.88889%;
}

.sm-9-9 {
	width: 100%;
}

.sm-1-10 {
	width: 10%;
}

.sm-2-10 {
	width: 20%;
}

.sm-3-10 {
	width: 30%;
}

.sm-4-10 {
	width: 40%;
}

.sm-5-10 {
	width: 50%;
}

.sm-6-10 {
	width: 60%;
}

.sm-7-10 {
	width: 70%;
}

.sm-8-10 {
	width: 80%;
}

.sm-9-10 {
	width: 90%;
}

.sm-10-10 {
	width: 100%;
}

.sm-1-11 {
	width: 9.09091%;
}

.sm-2-11 {
	width: 18.18182%;
}

.sm-3-11 {
	width: 27.27273%;
}

.sm-4-11 {
	width: 36.36364%;
}

.sm-5-11 {
	width: 45.45455%;
}

.sm-6-11 {
	width: 54.54545%;
}

.sm-7-11 {
	width: 63.63636%;
}

.sm-8-11 {
	width: 72.72727%;
}

.sm-9-11 {
	width: 81.81818%;
}

.sm-10-11 {
	width: 90.90909%;
}

.sm-11-11 {
	width: 100%;
}

.sm-1-12 {
	width: 8.33333%;
}

.sm-2-12 {
	width: 16.66667%;
}

.sm-3-12 {
	width: 25%;
}

.sm-4-12 {
	width: 33.33333%;
}

.sm-5-12 {
	width: 41.66667%;
}

.sm-6-12 {
	width: 50%;
}

.sm-7-12 {
	width: 58.33333%;
}

.sm-8-12 {
	width: 66.66667%;
}

.sm-9-12 {
	width: 75%;
}

.sm-10-12 {
	width: 83.33333%;
}

.sm-11-12 {
	width: 91.66667%;
}

.sm-12-12 {
	width: 100%;
}

.sm-g-1 {
	margin-left: -10px;
}

.sm-g-1 > .col {
	padding-left: 10px;
}

.sm-g-2 {
	margin-left: -20px;
}

.sm-g-2 > .col {
	padding-left: 20px;
}

.sm-g-3 {
	margin-left: -30px;
}

.sm-g-3 > .col {
	padding-left: 30px;
}

.sm-g-4 {
	margin-left: -40px;
}

.sm-g-4 > .col {
	padding-left: 40px;
}

.sm-g-5 {
	margin-left: -50px;
}

.sm-g-5 > .col {
	padding-left: 50px;
}

.sm-g-6 {
	margin-left: -60px;
}

.sm-g-6 > .col {
	padding-left: 60px;
}

.sm-g-7 {
	margin-left: -70px;
}

.sm-g-7 > .col {
	padding-left: 70px;
}

.sm-g-8 {
	margin-left: -80px;
}

.sm-g-8 > .col {
	padding-left: 80px;
}

.sm-g-9 {
	margin-left: -90px;
}

.sm-g-9 > .col {
	padding-left: 90px;
}

.sm-g-10 {
	margin-left: -100px;
}

.sm-g-10 > .col {
	padding-left: 100px;
}

.sm-g-11 {
	margin-left: -110px;
}

.sm-g-11 > .col {
	padding-left: 110px;
}

.sm-g-12 {
	margin-left: -120px;
}

.sm-g-12 > .col {
	padding-left: 120px;
}

.sm-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.sm-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.sm-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.sm-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.sm-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.sm-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.sm-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.sm-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.sm-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.sm-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.sm-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.sm-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.hide-sm {
	display: none;
}

li#field_2_5 > div > span {
	display: block;
	width: 100%;
	flex: none;
	clear: both;
	padding: 0px;
	margin: 0px auto 30px;
}

div#gform_wrapper_5 .ginput_container_creditcard select {
	width: 49%;
}

.postid-88 .col.c-2-3 div.ginput_container_address > span {
	width: 100% !important;
	padding-right: 0px !important;
	margin-right: 0px !important;
}

.slider-controls {
	margin-top: 0px !important;
}

.slider-controls .next,
.slider-controls .prev {
	display: none !important;
}

.slider-carousel:before {
	display: none;
}

.slider-carousel {
	margin-left: -20px;
	margin-right: -20px;
}

.slider-carousel li {
	padding: 0 20px;
}

ul.slider-controls .all {
	display: none !important;
}

.topbar .grid > a {
	position: absolute;
	top: 0;
	right: 81px;
	height: 80px;
	width: 80px;
	padding: 30px 0px;
	text-align: center;
	background: #313E48;
	z-index: 1000;
}

.topbar .grid > a:first-child {
	right: 162px;
}

.topbar .grid > a img {
	width: 22px;
}

.topbar .grid > a.pay span:not(.hide-sm) {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	margin-top: -4px;
	display: block;
}

.header .grid {
	padding: 0;
}

.header .mobile-menu {
	left: -105vw;
	position: absolute;
	top: 80px;
	background: #FBF1DD;
	height: 100vh;
	height: calc(100vh - 80px);
	width: calc(100vw - 242px);
	padding: 10px 20px;
	transition: left 0.5s ease-in-out;
	box-shadow: 3px 12px 10px rgba(0, 0, 0, 0.2);
}

.header .mobile-menu.open {
	left: 0px;
}

.header .mobile-menu .social {
	padding: 40px 20px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
}

.header .mobile-menu .social li {
	width: 24%;
	margin: 0px;
	text-align: center;
	float: left;
}

.header .mobile-menu .social li a {
	color: #313E48;
	font-size: 20px;
}

.header #search {
	display: none;
}

.header .main-navigation > ul > li {
	text-align: left;
	padding-top: 10px;
}

.header .main-navigation > ul > li > a {
	font-size: 1.4em;
}

.header .main-navigation > ul > li li {
	padding-left: 20px;
}

.header .main-navigation > ul a {
	color: #313E48;
}

.header .open nav li a {
	opacity: 0;
	-ms-transform: translateY(20px);
	    transform: translateY(20px);
	animation: fade-up 0.7s 1;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
}

.header .open nav li:nth-child(1) li:nth-child(1) a {
	animation-delay: 0.325s;
}

.header .open nav li:nth-child(1) li:nth-child(2) a {
	animation-delay: 0.35s;
}

.header .open nav li:nth-child(2) a {
	animation-delay: 0.375s;
}

.header .open nav li:nth-child(3) a {
	animation-delay: 0.4s;
}

.header .open nav li:nth-child(4) a {
	animation-delay: 0.425s;
}

.header .open nav li:nth-child(4) li:nth-child(1) a {
	animation-delay: 0.45s;
}

.header .open nav li:nth-child(4) li:nth-child(2) a {
	animation-delay: 0.475s;
}

.header .open nav li:nth-child(4) li:nth-child(3) a {
	animation-delay: 0.5s;
}

.header .open .social li a {
	display: block;
	opacity: 0;
	-ms-transform: translateY(-60px);
	    transform: translateY(-60px);
	animation: three-bounce 0.6s 1;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
}

.header .open .social li:nth-child(2) a {
	animation-delay: 0.32s;
}

.header .open .social li:nth-child(3) a {
	animation-delay: 0.34s;
}

.header .open .social li:nth-child(4) a {
	animation-delay: 0.36s;
}

.header .utils {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.header .utils .menu-toggle {
	width: 80px;
	height: 80px;
	display: block;
	text-align: center;
	background: #EBA921;
	padding: 30px 0px;
}

.header .utils .menu-toggle i {
	margin: 0px auto;
}

.footer .navigation {
	padding-left: 20px;
}

.footer .locations .GERALDTON,
.footer .locations .KALGOOLIE {
	display: none;
}

.footer .navigation ul ul {
	display: none;
}

.footer .bottom {
	margin-top: 10px;
	padding: 20px 0px;
}

.footer .bottom a,
.footer .bottom p {
	margin: 20px auto 0px;
	display: block;
}

.footer .bottom span {
	display: inline-block;
	width: 30px;
	text-align: center;
}

div.wp-block-media-text .wp-block-media-text__content p {
	text-align: left !important;
}

.services-nav {
	position: relative;
}

.services-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.services-nav ul a.dot:before {
	background: #FFFFFF;
}

.services-nav ul a.dot.active:before,
.services-nav ul a.dot:active:before,
.services-nav ul a.dot:hover:before { /*background: $color-accent;*/
}

.services-nav.bg-white ul a.dot:before {
	background: #EBA921;
}

.services-nav.bg-white ul a.dot.active:before,
.services-nav.bg-white ul a.dot:active:before,
.services-nav.bg-white ul a.dot:hover:before {
	background: #EB7421;
}

.home .js-home-slider div.slider div .content .grid {
	max-width: 100%;
}

.home .js-home-slider div.slider div .content .grid div.the-box {
	max-width: 100%;
	left: 0px;
	right: 0px;
}

.home .js-home-slider {
	height: 75vh;
}

.home .js-home-slider div.slider div .content .grid > div {
	width: 100% !important;
}

.home .js-home-slider div.slider div .content .grid > div h3 {
	font-size: 24px !important;
	line-height: 1.2 !important;
}

.home .js-home-slider div.slider div .content .grid > div.the-box > div {
	width: 100% !important;
	font-size: 16px;
}

.home .js-home-slider div.slider div .content .grid > div.animation {
	display: none;
}

.service-details-images {
	width: 100vw;
	margin-left: -20px !important;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.service-details-images:before,
.service-details-images:after {
	display: none !important;
}

.service-details-images .slide {
	width: 400vw;
	min-width: 400vw;
	display: block;
}

.service-details-images .wp-block-column {
	flex: none;
	width: 100vw;
	margin: 0px auto;
	display: inline-block;
}

.service-details-images .wp-block-column:first-child {
	margin-left: 0;
}

.service-details-images .wp-block-column > * {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px !important;
	padding: 0px 10px;
	max-width: 48%;
	text-align: left;
}

ul.services {
	margin: 0px;
	text-align: center;
}

ul.services > li.service {
	max-width: 49%;
	width: 300px;
	float: none;
	display: inline-block;
	text-align: left;
}

ul.services > li.service:first-child {
	width: 600px;
	max-width: 100%;
	float: none;
}

ul.services > li.service:first-child a.tile {
	padding-bottom: 80% !important;
}

ul.services > li.service:first-child a.tile .icon {
	font-size: 80px !important;
}

ul.services > li.service:first-child h5 {
	margin-left: 0px;
	font-size: 20px;
}

ul.services > li.service a.tile {
	padding-bottom: 120%;
}

ul.services > li.service a.tile .icon {
	font-size: 60px !important;
}

ul.services > li.service h5 {
	margin-left: -7px;
	font-size: 16px !important;
	width: calc(100% - 14px);
}

.other-services ul.services li.service:first-child {
	width: 49.5%;
}

.other-services {
	margin-bottom: -39px !important;
}

.other-services ul.services > li.service a.tile {
	padding-bottom: 100% !important;
}

.other-services ul.services > li.service .icon {
	font-size: 60px !important;
}

.other-services ul.services > li.service:first-child a.tile .icon {
	font-size: 55px !important;
}

.tiles {
	margin: 0px 10px;
	justify-content: center;
	margin: 0px;
}

.tiles > * {
	margin: 0px 10px 20px;
}

.tiles .tile {
	max-width: 280px;
	flex-basis: 46%;
}

.service.page-content > .content > .grid h2.title {
	margin-top: 100px;
}

.service.page-content > .content > .grid .col > .icon {
	position: absolute;
	top: 95px;
	height: 90px;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}

.has-media-on-the-right figure {
	max-width: 95%;
}

a.box h4 {
	font-size: 22px;
}

.wp-block-columns.has-2-columns {
	flex-: none;
}

.wp-block-columns.has-2-columns .wp-block-column {
	margin: 10px auto;
	flex: none;
	max-width: 100%;
	width: 100%;
}

.has-media-on-the-right.bg-navy.img-sm figure svg {
	width: 100px;
	margin-top: 50px;
}

.reviews .col:nth-child(2) {
	text-align: center;
}

.reviews .col:nth-child(2) h2 {
	margin-top: auto;
}

.header .mobile-menu {
	background: #313E48 !important;
}

.header .mobile-menu a {
	color: #fff !important;
}

.tile.wp-block-column {
	margin-top: 30px;
}

.tile.wp-block-column + .wp-block-column {
	margin-top: 30px;
}

.tiles {
	margin-top: 40px;
}

.service-details-images .wp-block-column p:after {
	display: none;
}

.boxes.bg-navy:last-child {
	margin-bottom: -39px;
	padding-bottom: 120px;
}

}

@media screen and (max-width: 767px) and (max-height: 640px) {

.header .main-navigation > ul li a {
	padding: 5px 20px;
}

}

@media (max-width: 600px) {

div.wp-block-media-text p {
	text-align: center !important;
}

div.wp-block-media-text figure {
	position: relative !important;
}

div.wp-block-media-text.image-offset figure {
	margin-top: 0px;
}

div.wp-block-media-text.image-offset.image-border figure {
	margin: 30px auto !important;
}

div.image-offset-1.bg-solid p {
	text-align: left !important;
}

}

@media (max-width: 539px) {

.tiles .tile {
	max-width: 100%;
	flex-basis: 100%;
}

}

@media (max-width: 500px) {

.team-text div.info {
	text-align: center;
}

.team-text div.info a.headshot {
	position: relative;
	margin: 20px auto;
}

.team-text div.info h3,
.team-text div.info h4,
.team-text div.info p {
	padding-left: 0px;
	text-align: left;
}

.team-text div.info a,
.team-text div.info h3,
.team-text div.info h4 {
	text-align: center;
}

}

@media screen and (max-width: 480px) {

.xs-1-2 {
	width: 50%;
}

.xs-2-2 {
	width: 100%;
}

.xs-1-3 {
	width: 33.33333%;
}

.xs-2-3 {
	width: 66.66667%;
}

.xs-3-3 {
	width: 100%;
}

.xs-1-4 {
	width: 25%;
}

.xs-2-4 {
	width: 50%;
}

.xs-3-4 {
	width: 75%;
}

.xs-4-4 {
	width: 100%;
}

.xs-1-5 {
	width: 20%;
}

.xs-2-5 {
	width: 40%;
}

.xs-3-5 {
	width: 60%;
}

.xs-4-5 {
	width: 80%;
}

.xs-5-5 {
	width: 100%;
}

.xs-1-6 {
	width: 16.66667%;
}

.xs-2-6 {
	width: 33.33333%;
}

.xs-3-6 {
	width: 50%;
}

.xs-4-6 {
	width: 66.66667%;
}

.xs-5-6 {
	width: 83.33333%;
}

.xs-6-6 {
	width: 100%;
}

.xs-1-7 {
	width: 14.28571%;
}

.xs-2-7 {
	width: 28.57143%;
}

.xs-3-7 {
	width: 42.85714%;
}

.xs-4-7 {
	width: 57.14286%;
}

.xs-5-7 {
	width: 71.42857%;
}

.xs-6-7 {
	width: 85.71429%;
}

.xs-7-7 {
	width: 100%;
}

.xs-1-8 {
	width: 12.5%;
}

.xs-2-8 {
	width: 25%;
}

.xs-3-8 {
	width: 37.5%;
}

.xs-4-8 {
	width: 50%;
}

.xs-5-8 {
	width: 62.5%;
}

.xs-6-8 {
	width: 75%;
}

.xs-7-8 {
	width: 87.5%;
}

.xs-8-8 {
	width: 100%;
}

.xs-1-9 {
	width: 11.11111%;
}

.xs-2-9 {
	width: 22.22222%;
}

.xs-3-9 {
	width: 33.33333%;
}

.xs-4-9 {
	width: 44.44444%;
}

.xs-5-9 {
	width: 55.55556%;
}

.xs-6-9 {
	width: 66.66667%;
}

.xs-7-9 {
	width: 77.77778%;
}

.xs-8-9 {
	width: 88.88889%;
}

.xs-9-9 {
	width: 100%;
}

.xs-1-10 {
	width: 10%;
}

.xs-2-10 {
	width: 20%;
}

.xs-3-10 {
	width: 30%;
}

.xs-4-10 {
	width: 40%;
}

.xs-5-10 {
	width: 50%;
}

.xs-6-10 {
	width: 60%;
}

.xs-7-10 {
	width: 70%;
}

.xs-8-10 {
	width: 80%;
}

.xs-9-10 {
	width: 90%;
}

.xs-10-10 {
	width: 100%;
}

.xs-1-11 {
	width: 9.09091%;
}

.xs-2-11 {
	width: 18.18182%;
}

.xs-3-11 {
	width: 27.27273%;
}

.xs-4-11 {
	width: 36.36364%;
}

.xs-5-11 {
	width: 45.45455%;
}

.xs-6-11 {
	width: 54.54545%;
}

.xs-7-11 {
	width: 63.63636%;
}

.xs-8-11 {
	width: 72.72727%;
}

.xs-9-11 {
	width: 81.81818%;
}

.xs-10-11 {
	width: 90.90909%;
}

.xs-11-11 {
	width: 100%;
}

.xs-1-12 {
	width: 8.33333%;
}

.xs-2-12 {
	width: 16.66667%;
}

.xs-3-12 {
	width: 25%;
}

.xs-4-12 {
	width: 33.33333%;
}

.xs-5-12 {
	width: 41.66667%;
}

.xs-6-12 {
	width: 50%;
}

.xs-7-12 {
	width: 58.33333%;
}

.xs-8-12 {
	width: 66.66667%;
}

.xs-9-12 {
	width: 75%;
}

.xs-10-12 {
	width: 83.33333%;
}

.xs-11-12 {
	width: 91.66667%;
}

.xs-12-12 {
	width: 100%;
}

.xs-g-1 {
	margin-left: -10px;
}

.xs-g-1 > .col {
	padding-left: 10px;
}

.xs-g-2 {
	margin-left: -20px;
}

.xs-g-2 > .col {
	padding-left: 20px;
}

.xs-g-3 {
	margin-left: -30px;
}

.xs-g-3 > .col {
	padding-left: 30px;
}

.xs-g-4 {
	margin-left: -40px;
}

.xs-g-4 > .col {
	padding-left: 40px;
}

.xs-g-5 {
	margin-left: -50px;
}

.xs-g-5 > .col {
	padding-left: 50px;
}

.xs-g-6 {
	margin-left: -60px;
}

.xs-g-6 > .col {
	padding-left: 60px;
}

.xs-g-7 {
	margin-left: -70px;
}

.xs-g-7 > .col {
	padding-left: 70px;
}

.xs-g-8 {
	margin-left: -80px;
}

.xs-g-8 > .col {
	padding-left: 80px;
}

.xs-g-9 {
	margin-left: -90px;
}

.xs-g-9 > .col {
	padding-left: 90px;
}

.xs-g-10 {
	margin-left: -100px;
}

.xs-g-10 > .col {
	padding-left: 100px;
}

.xs-g-11 {
	margin-left: -110px;
}

.xs-g-11 > .col {
	padding-left: 110px;
}

.xs-g-12 {
	margin-left: -120px;
}

.xs-g-12 > .col {
	padding-left: 120px;
}

.xs-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.xs-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.xs-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.xs-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.xs-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.xs-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.xs-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.xs-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.xs-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.xs-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.xs-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.xs-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.hide-xs {
	display: none;
}

.topbar .grid > a {
	width: 15vw;
	right: 15vw;
	right: calc(15vw + 1px);
}

.topbar .grid > a:first-child {
	right: 30vw;
	right: calc(30vw + 2px);
}

.header .mobile-menu {
	width: 100vw;
}

.header .utils .menu-toggle {
	width: 15vw;
}

.values.row .value-holder {
	width: 100%;
}

}

@keyframes spin {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes spin-dots {

0%,80%,100% {
	transform: scale(0);
}

40% {
	transform: scale(1);
}

}

@keyframes fade-up {

from {
	opacity: 0;
	transform: translateY(20px);
}

to {
	opacity: 1;
	transform: translateY(0px);
}

}

@keyframes three-bounce {

0% {
	opacity: 0;
	transform: translateY(-60px);
}

12% {
	opacity: 0.5;
	transform: translateY(-40px);
}

37% {
	opacity: 0.7;
	transform: translateY(0px);
}

55% {
	opacity: 1;
	transform: translateY(-18px);
}

75% {
	opacity: 1;
	transform: translateY(0px);
}

87% {
	opacity: 1;
	transform: translateY(-5px);
}

100% {
	opacity: 1;
	transform: translateY(0px);
}

}

@keyframes rotating {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes star-zoom {

0% {
	transform: rotate(0deg) scale(1);
}

25% {
	transform: rotate(180deg);
	transform: scale(1.3);
}

50% {
	transform: rotate(360deg);
	transform: scale(0.7);
}

75% {
	transform: rotate(540deg);
	transform: scale(1.2);
}

100% {
	transform: rotate(720deg);
	transform: scale(1);
}

}

@keyframes wa-slide {

0% {
	width: 0px;
}

40% {
	width: 67px;
}

60% {
	width: 43px;
}

75% {
	width: 65px;
}

87% {
	width: 58px;
}

100% {
	width: 64px;
}

}

@keyframes cat-bounce {

0% {
	transform: translateY(0px);
}

20% {
	transform: translateY(-40px);
}

40% {
	transform: translateY(12px);
}

55% {
	transform: translateY(-30px);
}

65% {
	transform: translateY(6px);
}

75% {
	transform: translateY(-20px);
}

80% {
	transform: translateY(3px);
}

85% {
	transform: translateY(-10px);
}

90% {
	transform: translateY(1px);
}

95% {
	transform: translateY(-5px);
}

100% {
	transform: translateY(0px);
}

}

@keyframes slide-in-left {

from {
	opacity: 0;
	transform: translateX(50px);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fade-in {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes slide-up {

from {
	bottom: -100%;
}

to {
	bottom: 0px;
}

}

