/*!
Theme Name: Binate
Theme URI: http://underscores.me/
Author: Adam Hetherington
Author URI: https://www.linkedin.com/in/adam-hetherington-48155a51/
Description: A custom theme by Binate Digital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: binate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

/**
 * 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 size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 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;
}

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin: .75em 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: royalblue;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Layouts
--------------------------------------------------------------*/
body {
	font-family: "Merriweather Sans", sans-serif;
}

body a {
	outline: none;
}

body .ui-loader {
	display: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

.site-content {
	padding: 0 2em;
	color: #5F6161;
}

@media screen and (min-width: 600px) {
	.site-content {
		padding: 0 2em;
	}
}

.container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	.not-mob {
		display: none;
	}
}

.main-content {
	padding: 2em;
}

@media only screen and (max-width: 600px) {
	.main-content {
		padding: 2em;
	}
}

.flex-c {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.flex-b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: baseline;
	    align-items: baseline;
}

@media screen and (max-width: 600px) {
	.site-main {
		margin-top: 86px;
	}
	p {
		font-size: .875em;
	}
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

.container ul {
	margin: 0;
	margin-left: 2em;
	margin-bottom: 2em;
	padding: 0;
}

.container ul li {
	color: #83cdac;
}

.container ul li span {
	color: #373737;
}

.title {
	font-size: 32px;
}

@media screen and (max-width: 1300px) {
	.title {
		font-size: 32px;
	}
}

@media screen and (max-width: 900px) {
	.title {
		font-size: 32px;
	}
}

@media screen and (max-width: 600px) {
	.title {
		font-size: 24px;
	}
}

.front-page .intro-section {
	margin-top: 4em;
}

.front-page .intro-section .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.front-page .intro-section .container .intro-left {
	width: 60%;
}

.front-page .intro-section .container .intro-left p {
	margin: 0;
	line-height: 1em;
	color: #373737;
}

.front-page .intro-section .container .intro-left .punch {
	font-size: 3em;
	font-weight: 300;
	margin-bottom: .5em;
	line-height: 1.2em;
}

.front-page .intro-section .container .intro-left .punch strong {
	font-weight: 900;
}

.front-page .intro-section .container .intro-left .punch:before {
	content: '';
	display: block;
	background: #373737;
	height: 2px;
	width: 15%;
	margin-bottom: .8em;
}

.front-page .intro-section .container .intro-left .action-btn {
	font-size: 1em;
	margin-top: 3em;
}

.front-page .intro-section .container .intro-left .action-btn a {
	color: #373737;
	padding: .5em 2em;
	border: solid 1px #996699;
	font-weight: 900;
	transition: all 400ms linear;
}

.front-page .intro-section .container .intro-left .action-btn a:hover {
	background: #996699;
	color: #fff;
}

.front-page .intro-section .container .intro-right {
	width: 40%;
	position: relative;
}

.front-page .intro-section .container .intro-right img {
	position: relative;
	z-index: 2;
}

.front-page .intro-section .container .intro-right .image-background {
	width: 100%;
	height: 100%;
	background: #83cdac;
	position: absolute;
	right: -2em;
	bottom: -1.5em;
	z-index: 1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 1300px) {
	.front-page .intro-section .container {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		padding: 0 1em 0 0;
	}
	.front-page .intro-section .container .intro-left {
		width: 50%;
	}
	.front-page .intro-section .container .intro-left .punch {
		font-size: 2.5em;
	}
	.front-page .intro-section .container .intro-left .punch:before {
		margin-bottom: .4em;
	}
	.front-page .intro-section .container .intro-right {
		width: 35%;
	}
}

@media screen and (max-width: 900px) {
	.front-page .intro-section {
		margin-bottom: 3em;
	}
	.front-page .intro-section .container .intro-left {
		width: 53%;
	}
	.front-page .intro-section .container .intro-left .punch {
		font-size: 2em;
	}
	.front-page .intro-section .container .intro-right {
		margin-left: -2em;
	}
}

@media screen and (max-width: 600px) {
	.front-page .intro-section {
		margin-top: 3em;
		margin-bottom: 2em;
	}
	.front-page .intro-section .container {
		padding-right: 0;
	}
	.front-page .intro-section .container .intro-left {
		width: 100%;
		padding: 0 1em;
	}
	.front-page .intro-section .container .intro-left .punch {
		font-size: 1.4em;
	}
	.front-page .intro-section .container .intro-left .punch:before {
		background: #502a64;
		width: 30%;
	}
	.front-page .intro-section .container .intro-left .action-btn {
		margin-top: 2em;
	}
	.front-page .intro-section .container .intro-left .action-btn a {
		width: 100%;
		display: block;
		background-image: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
		color: #fff;
		border: 0;
		text-align: center;
		padding: 1em;
	}
	.front-page .intro-section .container .intro-right {
		display: none;
	}
}

.services ul {
	margin: 0;
	margin-left: 12px;
	padding: 0;
	list-style: none;
}

.services ul li {
	font-size: 14px;
	margin-bottom: 9px;
	font-weight: 100;
}

.services a {
	color: #373737;
}

.services .info-section {
	margin-top: 4em;
}

.services .info-section .container h1 {
	color: #373737;
	text-align: center;
	font-size: 2em;
}

.services .info-section .container h1:after {
	content: '';
	display: block;
	height: 2px;
	width: 140px;
	margin: 0 auto;
	margin-top: 5px;
	background: #83cdac;
}

.services .info-section .container .content-area {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 5em;
}

.services .info-section .container .content-area .content-left {
	width: 50%;
}

.services .info-section .container .content-area .content-left .punch {
	font-size: 2em;
	color: #373737;
	font-weight: 100;
	line-height: 1.4em;
}

.services .info-section .container .content-area .content-left .punch strong {
	font-weight: 900;
	color: #502a64;
}

.services .info-section .container .content-area .content-left .action a {
	color: #373737;
	padding: .5em 2em;
	border: solid 1px #996699;
	font-weight: 900;
	font-size: 14px;
	transition: all 400ms linear;
}

.services .info-section .container .content-area .content-left .action a:hover {
	background: #996699;
	color: #fff;
}

.services .info-section .container .content-area .content-right {
	width: 50%;
}

.services .info-section .container .content-area .content-right p {
	font-weight: 300;
}

.services .info-section .container .content-area .content-right p strong {
	font-weight: 900;
	font-size: 18px;
}

.services .help-section {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.services .help-section .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.services .help-section .container .help-left {
	width: 50%;
}

.services .help-section .container .help-left h4 {
	font-size: 2em;
	margin: 0;
	margin-top: 3.5em;
	margin-bottom: 1em;
}

.services .help-section .container .help-left p {
	margin: 0;
	margin-bottom: .5em;
	font-weight: 100;
}

.services .help-section .container .help-left p strong {
	font-weight: 900;
	font-size: 18px;
}

.services .help-section .container .help-left ul {
	list-style: disc;
	font-size: 1rem;
}

.services .help-section .container .help-left ul li {
	color: #996699;
}

.services .help-section .container .help-right {
	width: 35%;
	position: relative;
	margin-top: 4em;
}

.services .help-section .container .help-right img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	display: block;
}

.services .help-section .container .help-right .image-background {
	width: 100%;
	height: 100%;
	background: #83cdac;
	position: absolute;
	right: -2em;
	bottom: -1.5em;
	z-index: 1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.services .tips-section {
	margin-top: 2em;
	margin-bottom: 4em;
}

.services .tips-section .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.services .tips-section .container .tips-left {
	width: 35%;
	position: relative;
}

.services .tips-section .container .tips-left img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	display: block;
}

.services .tips-section .container .tips-left .image-background {
	width: 100%;
	height: 100%;
	background: #83cdac;
	position: absolute;
	left: -2em;
	bottom: -1.5em;
	z-index: 1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.services .tips-section .container .tips-right {
	width: 50%;
}

.services .tips-section .container .tips-right h4 {
	font-size: 2em;
	margin: 0;
	margin-bottom: 1em;
}

.services .tips-section .container .tips-right p {
	margin: 0;
	margin-bottom: .5em;
	font-weight: 100;
}

.services .tips-section .container .tips-right p strong {
	font-weight: 900;
	font-size: 18px;
}

.services .full-width-content {
	margin-top: 2em;
	width: 100%;
}

@media screen and (max-width: 1300px) {
	.services .info-section .container .content-area {
		padding: 0 2em;
	}
	.services .help-section .container .help-left {
		padding: 0 2em;
	}
	.services .help-section .container .help-right {
		margin-right: 4em;
	}
	.services .tips-section .container .tips-left {
		margin-left: 4em;
	}
	.services .tips-section .container .tips-right {
		padding: 0 2em;
	}
	.services .full-width-content {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.services .info-section {
		margin-top: 2em;
	}
	.services .info-section .container .content-area {
		-ms-flex-align: start;
		    align-items: flex-start;
		margin-top: 2em;
	}
	.services .info-section .container .content-area .content-left {
		padding-top: 3em;
	}
	.services .info-section .container .content-area .content-left .punch {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 600px) {
	.services .info-section .container h1 {
		line-height: 1.25em;
		padding-left: 1em;
		text-align: left;
		margin: 0;
		margin-bottom: .5em;
		margin-top: 1.5em;
	}
	.services .info-section .container h1:before {
		content: '';
		display: block;
		height: 2px;
		width: 140px;
		margin: 1em 0 .5em 0;
		background-image: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	}
	.services .info-section .container h1:after {
		display: none;
	}
	.services .info-section .container .content-area {
		margin-top: 0;
	}
	.services .info-section .container .content-area .content-left {
		width: 100%;
		padding-top: 0;
	}
	.services .info-section .container .content-area .content-left .punch {
		margin: 0;
	}
	.services .info-section .container .content-area .content-left .action {
		margin-top: 2em;
	}
	.services .info-section .container .content-area .content-right {
		width: 100%;
		padding-top: 1em;
		padding-bottom: 2em;
	}
	.services .info-section .container .content-area .content-right p {
		margin: .5em 0;
	}
	.services .help-section {
		background: #c0e3cf;
		margin-top: 2em;
		padding-bottom: 4em;
	}
	.services .help-section .green-wave {
		display: none;
	}
	.services .help-section .container {
		-ms-flex-pack: end;
		    justify-content: flex-end;
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		width: 100vw;
	}
	.services .help-section .container .help-left {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
		position: relative;
		z-index: 2;
		padding-top: 4em;
	}
	.services .help-section .container .help-left h4 {
		padding: .25em;
		border-radius: 6px;
		background: rgba(255, 255, 255, 0.7);
		margin-top: 1em;
		margin-bottom: 2em;
		font-size: 22px;
		color: #502a64;
	}
	.services .help-section .container .help-left p {
		margin: .5em 0;
	}
	.services .help-section .container .help-right {
		margin-top: 0;
		margin-right: 0;
		width: 50%;
		-ms-flex-order: 1;
		    order: 1;
		position: absolute;
		top: -3em;
		z-index: 1;
	}
	.services .help-section .container .help-right img {
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}
	.services .help-section .container .help-right .image-background {
		display: none;
	}
	.services .tips-section {
		margin-bottom: 0;
	}
	.services .tips-section .container {
		position: relative;
	}
	.services .tips-section .container .tips-left {
		width: 50%;
		margin-left: 0;
		position: absolute;
		z-index: 1;
		top: -4em;
	}
	.services .tips-section .container .tips-left img {
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}
	.services .tips-section .container .tips-left .image-background {
		display: none;
	}
	.services .tips-section .container .tips-right {
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.services .tips-section .container .tips-right h4 {
		padding: .25em;
		border-radius: 6px;
		background: rgba(255, 255, 255, 0.7);
		color: #502a64;
		text-align: right;
		font-size: 22px;
		margin-top: 2em;
		margin-bottom: 3.5em;
		margin-right: 1em;
	}
	.services .tips-section .container .tips-right p {
		margin-bottom: .5em;
	}
	.services .full-width-content {
		margin-top: 0;
		margin-bottom: 1em;
		width: 100%;
	}
}

.single-news-page .container {
	padding: 2em 0;
}

.single-news-page .container .single-news-image {
	background-position: center;
	background-size: cover;
	height: 50vh;
	padding: 1em;
	border: solid 4px #83cdac;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-news-page .container h1 {
	color: #373737;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 75%;
}

.single-news-page .container h1:after {
	content: '';
	display: block;
	height: 6px;
	width: 80%;
	background: #502a64;
}

.single-news-page .container .content h1, .single-news-page .container .content h2, .single-news-page .container .content h3, .single-news-page .container .content h4, .single-news-page .container .content h5, .single-news-page .container .content h6 {
	font-size: 1.25em;
	font-weight: 700;
}

.single-news-page .container .content p {
	font-size: 1em;
}

.single-news-page .container .content p a {
	color: #83cdac;
	transition: color 400ms linear;
}

.single-news-page .container .content p a:hover {
	color: #996699;
}

@media screen and (max-width: 900px) {
	.single-news-page {
		padding: 0 2em;
	}
	.single-news-page .container {
		padding-bottom: 4em;
	}
	.single-news-page .container .single-news-image {
		height: 40vh;
	}
	.single-news-page .container h1 {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.single-news-page {
		padding: 0 1em;
	}
	.single-news-page .container {
		padding: 1em 0;
	}
	.single-news-page .container .single-news-image {
		height: 25vh;
	}
	.single-news-page .container h1 {
		font-size: 1.25em;
		margin-bottom: 1.25em;
	}
	.single-news-page .container h1:after {
		margin-top: 20px;
	}
	.single-news-page .container .content p {
		font-size: .875em;
	}
}

.single-staff-page .container {
	padding: 2em 0;
}

.single-staff-page .container .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.single-staff-page .container .content .col h1 {
	color: #502a64;
	font-size: 3em;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 1.2em;
}

.single-staff-page .container .content .col h1:before {
	content: '';
	display: block;
	background: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	height: 2px;
	width: 15%;
	margin-bottom: .5em;
}

.single-staff-page .container .content .col .title {
	font-size: 12px;
	margin: 0;
	margin-bottom: 2em;
	font-weight: 700;
}

.single-staff-page .container .content .col p {
	font-weight: 300;
}

.single-staff-page .container .content .col .details {
	margin-top: .75em;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.single-staff-page .container .content .col .details .col-1 {
	width: 90%;
}

.single-staff-page .container .content .col .details .col-2 {
	width: 5%;
}

.single-staff-page .container .content .col .details p {
	font-size: 1em;
	margin: 0;
	margin-top: .25em;
}

.single-staff-page .container .content .col .details p a {
	color: #996699;
	transition: all 400ms linear;
}

.single-staff-page .container .content .col .details p a:hover {
	color: #83cdac;
}

.single-staff-page .container .content .col .details .linkedIn a {
	color: #996699;
	transition: all 400ms linear;
}

.single-staff-page .container .content .col .details .linkedIn a:hover {
	color: #83cdac;
}

.single-staff-page .container .content .col-1 {
	width: 70%;
	padding-bottom: 2em;
}

.single-staff-page .container .content .col-2 {
	width: 25%;
}

.single-staff-page .container .content .col-2 img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-staff-page .start-the-process {
	background-color: #eff9f5;
	padding-top: 2em;
}

@media screen and (max-width: 900px) {
	.single-staff-page .container .content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0 2em;
	}
	.single-staff-page .container .content .col h1 {
		font-size: 1.5em;
	}
	.single-staff-page .container .content .col .details .col-1 {
		-ms-flex-order: 1;
		    order: 1;
	}
	.single-staff-page .container .content .col .details .col-2 {
		-ms-flex-order: 2;
		    order: 2;
	}
	.single-staff-page .container .content .col .details .linkedIn {
		font-size: 2em;
	}
	.single-staff-page .container .content .col-1 {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
		padding-bottom: 0;
	}
	.single-staff-page .container .content .col-2 {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
	}
	.single-staff-page .start-the-process {
		background-color: unset;
		padding-top: 0;
	}
}

@media screen and (max-width: 600px) {
	.single-staff-page .container {
		padding-top: 0;
	}
	.single-staff-page .container .content .col .details .linkedIn {
		font-size: 1em;
	}
}

.single-calculator .container .content {
	text-align: center;
	margin-top: 4em;
	margin-bottom: 2em;
}

.single-calculator .container .content h1 {
	color: #502a64;
	font-size: 2.5em;
	font-weight: 300;
	margin-bottom: .5em;
	line-height: 1.2em;
}

.single-calculator .container .content h1:after {
	content: '';
	display: block;
	background: #83cdac;
	height: 2px;
	width: 25%;
	margin: 0 auto;
	margin-top: 6px;
}

.single-calculator .container .content p {
	color: #373737;
}

.single-calculator .container .iframe {
	margin-bottom: 4em;
	border-bottom: solid 1px #996699;
}

.single-calculator .our-services {
	margin-bottom: 6em;
}

@media screen and (max-width: 1300px) {
	.single-calculator .our-services {
		margin-bottom: 3em;
	}
}

@media screen and (max-width: 600px) {
	.single-calculator .container .content {
		margin-bottom: .5em;
		padding: 0 1em;
	}
	.single-calculator .container .content h1 {
		margin-top: 3.5em;
		font-size: 2em;
		font-weight: 700;
		margin-bottom: .75em;
	}
	.single-calculator .container .content p {
		font-size: .875em;
	}
	.single-calculator .our-services {
		margin-bottom: 1.5em;
	}
}

.contact-page .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 5em;
	padding-bottom: 1em;
}

.contact-page .container .contact-page-left {
	width: 55%;
	padding-bottom: 2em;
}

.contact-page .container .contact-page-left .contact-page-left-container {
	border-right: solid 1px #b3b4b4;
	padding-right: 3em;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content {
	border-bottom: solid 1px #b3b4b4;
	padding-bottom: 2em;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content h1 {
	margin: 0;
	margin-bottom: .5em;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content p {
	margin: 0;
	margin-bottom: .5em;
	font-weight: 100;
	font-size: 1em;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content p:first-of-type {
	font-size: 20px;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content p a {
	color: #373737;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content p strong {
	font-weight: 900;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form {
	padding-top: 2em;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form p {
	margin: 0;
	margin-bottom: .5em;
	font-size: 14px;
	font-weight: 100;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form p strong {
	font-size: 22px;
	font-weight: 900;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-top: 2em;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form form .form-field {
	width: 47%;
	margin-bottom: 1em;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form form .form-field p {
	margin: 0;
	margin-bottom: 4px;
	font-weight: 900;
	font-size: 12px;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form form .form-field input {
	width: 100%;
	font-size: 12px;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form form .form-field textarea {
	font-size: 12px;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form form .submit-button {
	cursor: pointer;
	color: #373737;
	background: #fff;
	padding: .5em 2em;
	border: solid 1px #996699;
	font-weight: 900;
	transition: all 400ms linear;
}

.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form form .submit-button:hover {
	background: #996699;
	color: #fff;
}

.contact-page .container .contact-page-left .contact-page-left-container .wpcf7 .wpcf7-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 3em 0 2em 0;
}

.contact-page .container .contact-page-left .contact-page-left-container .wpcf7 .wpcf7-form p {
	width: 48%;
	margin: 0;
	margin-bottom: 1em;
}

@media screen and (max-width: 600px) {
	.contact-page .container .contact-page-left .contact-page-left-container .wpcf7 .wpcf7-form p {
		width: 100%;
	}
}

.contact-page .container .contact-page-left .contact-page-left-container .wpcf7 .wpcf7-form p:nth-child(6) {
	width: 100%;
}

.contact-page .container .contact-page-left .contact-page-left-container .wpcf7 .wpcf7-form p .wpcf7-submit {
	background: #fff;
	color: #000;
	border: solid 1px #996699;
	padding: .5em 2em;
	font-weight: 700;
	cursor: pointer;
	transition: all 400ms linear;
}

.contact-page .container .contact-page-left .contact-page-left-container .wpcf7 .wpcf7-form p .wpcf7-submit:hover {
	background: #996699;
	color: #fff;
}

.contact-page .container .contact-page-left .contact-page-left-container .wpcf7 .wpcf7-form p label {
	font-weight: 700;
}

.contact-page .container .contact-page-left .contact-page-left-container .wpcf7 .wpcf7-form p label span input {
	width: 100%;
	margin-top: .5em;
	outline: none;
}

.contact-page .container .contact-page-left .contact-page-left-container .wpcf7 .wpcf7-form p label span textarea {
	margin-top: .5em;
	outline: none;
}

.contact-page .container .contact-page-left .contact-page-left-container form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-top: 3em;
	margin-bottom: 2em;
}

.contact-page .container .contact-page-left .contact-page-left-container form .form-field {
	width: 47%;
	margin-bottom: 1em;
}

.contact-page .container .contact-page-left .contact-page-left-container form .form-field p {
	margin: 0;
	margin-bottom: 4px;
	font-weight: 900;
	font-size: 12px;
}

.contact-page .container .contact-page-left .contact-page-left-container form .form-field input {
	width: 100%;
	font-size: 12px;
}

.contact-page .container .contact-page-left .contact-page-left-container form .form-field textarea {
	font-size: 12px;
}

.contact-page .container .contact-page-left .contact-page-left-container form .submit-button {
	cursor: pointer;
	color: #373737;
	background: #fff;
	padding: .5em 2em;
	border: solid 1px #996699;
	font-weight: 900;
	transition: all 400ms linear;
}

.contact-page .container .contact-page-left .contact-page-left-container form .submit-button:hover {
	background: #996699;
	color: #fff;
}

.contact-page .container .contact-page-right {
	width: 45%;
	padding: 1em 3em;
}

.contact-page .container .contact-page-right p {
	margin: 0;
	margin-bottom: .5em;
	font-weight: 100;
	font-size: 1em;
}

.contact-page .container .contact-page-right p strong {
	font-size: 22px;
	font-weight: 900;
}

.contact-page .container .contact-page-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
}

.contact-page .container .contact-page-right ul li {
	margin: 1em 1em 1em 0;
}

.contact-page .container .contact-page-right ul li .fab {
	color: #373737;
	font-size: 1.5em;
	transition: color 400ms linear;
}

.contact-page .container .contact-page-right ul li .fab:hover {
	color: #996699;
}

.contact-page .container .contact-page-right .phone-button {
	margin-top: 3em;
	padding: 1em;
	width: 200px;
	height: 200px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.contact-page .container .contact-page-right .phone-button a {
	color: #373737;
}

.contact-page .container .contact-page-right .phone-button a .phone-button-inner {
	border: solid 1px #83cdac;
	padding: 1em;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.contact-page .container .contact-page-right .phone-button a .phone-button-inner p {
	text-align: center;
	width: 100%;
	margin: 0;
	font-size: 12px;
}

.contact-page .container .contact-page-right .phone-button a .phone-button-inner p .fas {
	font-size: 4em;
	transform: rotate(-24deg);
}

.contact-page .container .contact-page-right .phone-button a .phone-button-inner p.phone {
	font-weight: 900;
}

.contact-page .container .contact-page-right .phone-button a .phone-button-inner p.phone:after {
	content: '';
	display: block;
	height: 1px;
	width: 30px;
	margin: 6px auto 0 auto;
	background: #373737;
}

.contact-page .container .guide-section {
	width: 100%;
	padding: 2em;
}

.contact-page .container .guide-section .guide-section-inner {
	border: solid 4px #996699;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.contact-page .container .guide-section .guide-section-inner p {
	color: #373737;
	font-size: 2em;
	text-align: center;
	font-weight: 900;
	margin: 1em 0;
}

@media screen and (max-width: 1300px) {
	.contact-page .container .contact-page-left .contact-page-left-container {
		padding-left: 2em;
	}
}

@media screen and (max-width: 600px) {
	.contact-page .container .contact-page-left {
		width: 100%;
	}
	.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form form .submit {
		width: 100%;
	}
	.contact-page .container .contact-page-left .contact-page-left-container .contact-content-form form .submit-button {
		width: 100%;
	}
	.contact-page .container .contact-page-right {
		width: 100%;
	}
	.contact-page .container .contact-page-right p {
		text-align: center;
	}
	.contact-page .container .contact-page-right ul {
		width: 25%;
		margin: 0 auto;
	}
	.contact-page .container .contact-page-right .phone-button {
		margin: 0 auto;
	}
	.contact-page .container .guide-section .guide-section-inner p {
		font-size: 16px;
	}
	.contact-page .container .guide-section .guide-section-inner p br {
		display: none;
	}
}

.login-page .container {
	position: relative;
	height: 810px;
}

.login-page .container #dowling-login-page {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
	padding: 2em 1em;
	border: solid 1px #996699;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.login-page .container #dowling-login-page .login-cont {
	font-size: 14px;
	color: #996699;
	width: 80%;
	margin: 0 auto;
}

.login-page .container #dowling-login-page .login-cont .login-box-p a {
	color: #996699;
}

.login-page .container #dowling-login-page .login-cont .login-box-p #loginform .login-username {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.login-page .container #dowling-login-page .login-cont .login-box-p #loginform .login-username label {
	width: 100%;
	padding-bottom: .5em;
}

.login-page .container #dowling-login-page .login-cont .login-box-p #loginform .login-username input {
	width: 100%;
}

.login-page .container #dowling-login-page .login-cont .login-box-p #loginform .login-password {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.login-page .container #dowling-login-page .login-cont .login-box-p #loginform .login-password label {
	width: 100%;
	padding-bottom: .5em;
}

.login-page .container #dowling-login-page .login-cont .login-box-p #loginform .login-password input {
	width: 100%;
}

.login-page .container #dowling-login-page .login-cont .login-box-p #loginform .login-remember input {
	margin-right: .5em;
}

.login-page .container #dowling-login-page .login-cont .login-box-p #loginform .login-submit input {
	background: #fff;
	color: #996699;
	border: solid 1px #996699;
	border-radius: 5px;
	transition: all 400ms linear;
	cursor: pointer;
	padding: .5em 2em;
}

.login-page .container #dowling-login-page .login-cont .login-box-p #loginform .login-submit input:hover {
	background: #996699;
	color: #fff;
}

@media screen and (max-width: 1300px) {
	.login-page .container {
		height: 500px;
	}
	.login-page .container #dowling-login-page {
		width: 40%;
	}
}

@media screen and (max-width: 900px) {
	.login-page .container #dowling-login-page {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.login-page .container {
		height: 550px;
	}
	.login-page .container #dowling-login-page {
		margin-top: 2em;
		width: 90%;
	}
}

.news-page .container {
	padding: 2em 0;
}

.news-page .container .punch {
	font-size: 3em;
	font-weight: 300;
	margin-bottom: .5em;
	line-height: 1.2em;
}

.news-page .container .punch strong {
	font-weight: 900;
}

.news-page .container .punch:before {
	content: '';
	display: block;
	background: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	height: 2px;
	width: 15%;
	margin-bottom: .8em;
}

.news-page .container .news-grid {
	margin-top: 4em;
}

.news-page .container .news-grid ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	list-style: none;
	margin: 0;
	margin-right: -2%;
	padding: 0;
}

.news-page .container .news-grid ul li {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.news-page .container .news-grid ul li span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	height: 100%;
}

.news-page .container .news-grid ul li .news-image {
	background-size: cover;
	background-position: center;
	height: 200px;
}

.news-page .container .news-grid ul li .news-title .title {
	font-size: 16px;
	margin: 0;
	margin-top: .5em;
	font-weight: 900;
}

.news-page .container .news-grid ul li .news-title .date {
	margin-top: 0;
	font-size: 11px;
	text-align: left;
	color: #83cdac;
}

.news-page .container .news-grid ul li .news-title .date:after {
	content: '';
	display: block;
	height: 6px;
	width: 80%;
	background: #502a64;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-page .container .news-grid ul li .news-content .content {
	font-size: 14px;
	margin: 0;
}

.news-page .container .news-grid ul li .news-content .action {
	margin: 0;
	margin-top: 1em;
	background: #83cdac;
	padding: .5em 1em;
	text-align: center;
	font-weight: 900;
	font-size: 14px;
}

.news-page .container .news-grid ul li .news-content .action a {
	color: #fff;
}

.news-page .container .news-grid .load-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.news-page .container .news-grid .load-button #load-more-blog {
	border-radius: 0;
	border: solid 1px #996699;
	background: #996699;
	font-size: 22px;
	color: #fff;
	padding: .5em 2em;
	margin: 1em 0;
	cursor: pointer;
	transition: all 400ms linear;
}

.news-page .container .news-grid .load-button #load-more-blog:hover {
	background: #fff;
	color: #000;
}

.news-page .start-the-process .container .start-left .punch:before {
	display: none;
}

@media screen and (max-width: 1300px) {
	.news-page .container {
		padding: 0 2em;
	}
	.news-page .container .punch {
		font-size: 2.5em;
	}
	.news-page .container .news-grid ul li .news-image {
		height: 175px;
	}
}

@media screen and (max-width: 900px) {
	.news-page .container .punch {
		font-size: 2em;
	}
	.news-page .container .news-grid {
		margin-bottom: 4em;
	}
	.news-page .container .news-grid ul li {
		width: 30%;
	}
	.news-page .container .news-grid ul li .news-image {
		height: 150px;
	}
	.news-page .container .news-grid ul li .news-content .title {
		font-size: 12px;
	}
	.news-page .container .news-grid ul li .news-content .content {
		font-size: 12px;
	}
	.news-page .container .news-grid ul li .news-content .action {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.news-page .container {
		padding: 0 1em;
	}
	.news-page .container .punch {
		font-size: 1.7em;
	}
	.news-page .container .news-grid {
		margin-top: 2em;
		margin-bottom: 0;
	}
	.news-page .container .news-grid ul li {
		padding: 0;
		padding-bottom: 2em;
		width: 100%;
	}
	.news-page .container .news-grid ul li .news-image {
		height: 175px;
	}
}

.privacy-page .container {
	padding: 2em 0;
}

.privacy-page .container h1 {
	color: #373737;
}

.terms-page .container {
	padding: 2em 0;
}

.terms-page .container h1 {
	color: #373737;
}

.fees-page .container {
	padding-bottom: 2em;
}

.fees-page .container h1 {
	color: orange;
}

.focus-page .title-area {
	margin-top: 2em;
	margin-bottom: 4em;
}

.focus-page .title-area h1 {
	color: #373737;
	text-align: center;
}

.focus-page .title-area h1:after {
	content: '';
	display: block;
	background: #83cdac;
	height: 2px;
	width: 7%;
	margin: 0 auto;
	margin-top: 6px;
}

.focus-page .title-area p {
	text-align: center;
	color: #373737;
}

.focus-page .our-services .container h4 {
	display: none;
}

@media screen and (max-width: 600px) {
	.focus-page .title-area h1:after {
		width: 35%;
	}
	.focus-page .title-area p {
		font-size: 12px;
	}
	.focus-page .start-the-process {
		margin-top: 8em;
	}
}

.testimonials-page .container {
	padding: 2em 0;
}

.testimonials-page .container h1 {
	color: green;
}

.team-page .container {
	padding: 2em 0;
}

.team-page .container .punch {
	font-size: 3em;
	font-weight: 300;
	margin-bottom: .5em;
	line-height: 1.2em;
}

.team-page .container .punch strong {
	font-weight: 900;
}

.team-page .container .punch:before {
	content: '';
	display: block;
	background: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	height: 2px;
	width: 15%;
	margin-bottom: .8em;
}

.team-page .container .news-grid {
	margin-top: 4em;
}

.team-page .container .news-grid ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	list-style: none;
	margin: 0;
	margin-left: -2em;
	padding: 0;
}

.team-page .container .news-grid ul li {
	width: 23%;
	margin-left: 2em;
	margin-bottom: 2em;
}

.team-page .container .news-grid ul li .news-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.team-page .container .news-grid ul li .news-content .title {
	font-size: 16px;
	margin: 0;
	margin-top: .5em;
	font-weight: 900;
}

.team-page .container .news-grid ul li .news-content .title:after {
	content: '';
	display: block;
	height: 4px;
	width: 70%;
	background: #502a64;
	margin: 1em 0;
}

.team-page .container .news-grid ul li .news-content .content {
	font-size: 14px;
	margin: 0;
}

.team-page .container .news-grid ul li .news-content .action {
	margin: 0;
	margin-top: 1em;
	text-align: center;
	font-weight: 900;
	font-size: 14px;
}

.team-page .container .news-grid ul li .news-content .action a {
	padding: .5em 1em;
	display: block;
	background: #83cdac;
	border: solid 1px #83cdac;
	color: #fff;
	transition: all 400ms linear;
}

.team-page .container .news-grid ul li .news-content .action a:hover {
	background: #fff;
	color: #83cdac;
}

.team-page .start-the-process .container .start-left .punch:before {
	display: none;
}

@media screen and (max-width: 1300px) {
	.team-page .container {
		padding: 0 2em;
	}
	.team-page .container .punch {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 900px) {
	.team-page .container .punch {
		font-size: 2em;
	}
	.team-page .container .news-grid ul li .news-content .title {
		font-size: 12px;
	}
	.team-page .container .news-grid ul li .news-content .content {
		font-size: 12px;
	}
	.team-page .container .news-grid ul li .news-content .action {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.team-page .container .news-grid {
		margin-top: 2em;
	}
	.team-page .container .news-grid ul li {
		width: 100%;
	}
}

.faq-page .container {
	padding: 2em 0 0 0;
}

.faq-page .container h1.punch {
	font-size: 2.5em;
	font-weight: 300;
	margin-bottom: .5em;
	line-height: 1.2em;
}

.faq-page .container h1.punch strong {
	font-weight: 900;
	font-size: 1.1em;
}

.faq-page .container h1.punch:before {
	content: '';
	display: block;
	background: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	height: 2px;
	width: 15%;
	margin-bottom: .8em;
}

.faq-page .container .faqs {
	margin: 3em 0 2em 0;
	padding: 0;
	list-style: none;
}

.faq-page .container .faqs li {
	padding: 0 0 1em 0;
	cursor: pointer;
}

.faq-page .container .faqs li .question {
	padding: .75em 1em;
	background-image: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	border-radius: 8px;
	transition: all 400ms linear;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.faq-page .container .faqs li .question.question-toggled {
	background-image: unset;
	background: #c0e3cf;
}

.faq-page .container .faqs li .question p {
	margin: 0;
	color: #fff;
}

.faq-page .container .faqs li .answer {
	margin-top: .75em;
	padding: .75em 1em;
	border: solid 1px #996699;
	border-radius: 8px;
	display: none;
}

.faq-page .container .faqs li .answer h1, .faq-page .container .faqs li .answer h2, .faq-page .container .faqs li .answer h3, .faq-page .container .faqs li .answer h4, .faq-page .container .faqs li .answer h5, .faq-page .container .faqs li .answer h6 {
	font-weight: 700;
	font-size: 1.25em;
}

.faq-page .container .faqs li .answer p {
	margin: 0;
	margin-bottom: .75em;
}

@media screen and (max-width: 1300px) {
	.faq-page .container {
		padding: 0 2em;
	}
}

@media screen and (max-width: 600px) {
	.faq-page .container {
		padding: 0 1em;
	}
	.faq-page .container h1.punch {
		font-size: 2em;
	}
}

.calculators-page .container h1 {
	color: #502a64;
	font-size: 3em;
	font-weight: 300;
	margin-bottom: 1.25em;
	margin-top: 1em;
	line-height: 1.2em;
}

.calculators-page .container h1:before {
	content: '';
	display: block;
	background: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	height: 2px;
	width: 15%;
	margin-bottom: .5em;
}

.calculators-page .container .calculators ul {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	margin-right: -2%;
}

.calculators-page .container .calculators ul li {
	width: 23%;
	margin: 0 2% 2% 0;
	padding: .5em 0 1em 0;
	border: solid 1px #83cdac;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.calculators-page .container .calculators ul li:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.calculators-page .container .calculators ul li a {
	color: #373737;
	transition: all 400ms linear;
}

.calculators-page .container .calculators ul li a:hover {
	color: #83cdac;
}

.calculators-page .container .calculators ul li .icon {
	text-align: center;
}

.calculators-page .container .calculators ul li .icon svg {
	display: inline-block;
	max-width: 125px;
}

.calculators-page .container .calculators ul li p {
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 1300px) {
	.calculators-page .container h1 {
		padding: 0 .5em;
	}
	.calculators-page .container .calculators {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.calculators-page .container {
		padding: 0 2em;
	}
	.calculators-page .container h1 {
		padding: 0;
	}
	.calculators-page .container .calculators {
		padding: 0;
		margin-bottom: 4em;
	}
	.calculators-page .container .calculators ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.calculators-page .container .calculators ul li {
		width: 48%;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 600px) {
	.calculators-page .container {
		padding: 0 1em;
	}
	.calculators-page .container h1 {
		font-size: 2em;
		margin-bottom: .75em;
	}
	.calculators-page .container .calculators {
		margin-bottom: 0;
	}
	.calculators-page .container .calculators ul li {
		padding: 1em;
	}
	.calculators-page .container .calculators ul li .icon svg {
		max-width: 100px;
	}
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header .container .nav-mobile {
	display: none;
	position: absolute;
	right: 0;
	height: 70px;
	width: 70px;
	z-index: 100;
}

.site-header .container #nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

.site-header .container #nav-toggle span,
.site-header .container #nav-toggle span:before,
.site-header .container #nav-toggle span:after {
	cursor: pointer;
	border-radius: 2px;
	height: 5px;
	width: 35px;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
	background: linear-gradient(135deg, #00C1F3, #819AFF);
}

.site-header .container #nav-toggle span:before {
	top: -10px;
}

.site-header .container #nav-toggle span:after {
	bottom: -10px;
}

.site-header .container #nav-toggle.active span {
	background-color: transparent;
}

.site-header .container #nav-toggle.active span:before, .site-header .container #nav-toggle.active span:after {
	top: 0;
}

.site-header .container #nav-toggle.active span:before {
	transform: rotate(45deg);
}

.site-header .container #nav-toggle.active span:after {
	transform: rotate(-45deg);
}

@media only screen and (max-width: 1000px) {
	.site-header .container .nav-mobile {
		display: block;
	}
	.site-header .container .login button {
		display: none;
	}
	.site-header .container .login a {
		display: none;
	}
	.site-header .container .nav-dropdown {
		position: static;
	}
}

@media only screen and (max-width: 600px) {
	.site-header .container .main-navigation ul li a {
		color: #2C2C6F;
	}
	.site-header .container #nav-toggle span,
	.site-header .container #nav-toggle span:before,
	.site-header .container #nav-toggle span:after {
		background: linear-gradient(135deg, #00C1F3, #819AFF);
	}
	.site-header .container .site-branding img {
		box-shadow: none;
	}
}

.site-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: 1em 2em .5em 2em;
}

.site-header .site-branding {
	width: 15%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
}

.site-header .site-branding .call-now {
	display: none;
}

.site-header .main-navigation {
	width: 40%;
	display: block;
}

.site-header .main-navigation ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 0 auto;
	margin-top: 4px;
}

.site-header .main-navigation ul li.current_page_item:after {
	content: '';
	display: block;
	height: 7px;
	width: 7px;
	border-radius: 10px;
	background: #83cdac;
	margin: 0 auto;
	margin-top: 4px;
}

.site-header .main-navigation ul li a {
	color: #8b9198;
	font-weight: 300;
}

.site-header .advice-button {
	width: 17%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.site-header .advice-button p a {
	color: #502a64;
	transition: color 400ms linear;
}

.site-header .advice-button p a:hover {
	color: #996699;
}

.site-header .advice-button .button {
	margin: 0;
	text-align: center;
}

.site-header .advice-button .button a {
	background-image: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	display: inline-block;
	padding: .5em 2em;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.site-header .advice-button .button a:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	color: #fff;
}

.site-header .nav-mobile {
	display: none;
}

.sliding-form {
	height: 100vh;
	width: 50%;
	background: rgba(255, 255, 255, 0.99);
	padding: 0 8em 0 6em;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	position: fixed;
	top: 0;
	z-index: 9999;
	display: none;
	overflow: scroll;
}

.sliding-form .contact-content-form {
	padding-top: 2em;
	opacity: 0;
	height: 100%;
}

.sliding-form .contact-content-form.contact-content-form-toggled {
	opacity: 1;
	transition: opacity 400ms linear;
}

.sliding-form .contact-content-form .modal-button {
	position: absolute;
	top: 2em;
	right: 3em;
}

.sliding-form .contact-content-form .modal-button a span,
.sliding-form .contact-content-form .modal-button a span:after {
	cursor: pointer;
	border-radius: 2px;
	height: 4px;
	width: 35px;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
	background: #996699;
}

.sliding-form .contact-content-form .modal-button a span {
	top: 20px;
	right: 0;
	transform: rotate(45deg);
}

.sliding-form .contact-content-form .modal-button a span.span-toggled {
	background: #996699;
}

.sliding-form .contact-content-form .modal-button a span.span-toggled:after {
	background: #996699;
}

.sliding-form .contact-content-form .modal-button a span:after {
	bottom: -10px;
	transform: rotate(90deg);
	top: 0;
}

.sliding-form .contact-content-form p {
	margin: 0;
	margin-bottom: .5em;
	font-size: 14px;
	font-weight: 100;
}

.sliding-form .contact-content-form p strong {
	font-size: 16px;
	font-weight: 900;
}

.sliding-form .contact-content-form .site-branding {
	margin-bottom: 2em;
}

.sliding-form .contact-content-form .sliding-contact-form .contact-form-content {
	margin-top: 3em;
	border-bottom: solid 1px #996699;
	padding-bottom: 2em;
	margin-bottom: 2.5em;
	position: relative;
}

.sliding-form .contact-content-form .sliding-contact-form .contact-form-content .punch {
	margin: 0;
	margin-bottom: .5em;
	font-size: 16px;
	font-weight: 100;
}

.sliding-form .contact-content-form .sliding-contact-form .contact-form-content .punch strong {
	font-size: 22px;
	font-weight: 900;
}

.sliding-form .contact-content-form .sliding-contact-form .contact-form-content .subtitle {
	font-size: 18px;
	font-weight: 100;
}

.sliding-form .contact-content-form .sliding-contact-form .contact-form-content p {
	font-weight: 100;
	font-size: 16px;
}

.sliding-form .contact-content-form .sliding-contact-form .contact-form-content p a {
	color: #373737;
}

.sliding-form .contact-content-form .sliding-contact-form .contact-form-content p a strong {
	font-weight: 900;
	font-size: 1em;
}

.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 3em 0 2em 0;
}

.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p {
	width: 48%;
	margin: 0;
	margin-bottom: 1em;
}

.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p:nth-child(6) {
	width: 100%;
}

.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p .wpcf7-submit {
	background: #fff;
	color: #000;
	border: solid 1px #996699;
	padding: .5em 2em;
	font-weight: 700;
	cursor: pointer;
	transition: all 400ms linear;
}

.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p .wpcf7-submit:hover {
	background: #996699;
	color: #fff;
}

.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p label {
	font-weight: 700;
}

.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p label span input {
	width: 100%;
	margin-top: .5em;
	outline: none;
}

.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p label span textarea {
	margin-top: .5em;
	outline: none;
}

.sliding-form .contact-content-form .sliding-contact-form form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-top: 3em;
	margin-bottom: 2em;
}

.sliding-form .contact-content-form .sliding-contact-form form .form-field {
	width: 47%;
	margin-bottom: 1em;
}

.sliding-form .contact-content-form .sliding-contact-form form .form-field p {
	margin: 0;
	margin-bottom: 4px;
	font-weight: 900;
	font-size: 12px;
}

.sliding-form .contact-content-form .sliding-contact-form form .form-field input {
	width: 100%;
	font-size: 12px;
}

.sliding-form .contact-content-form .sliding-contact-form form .form-field textarea {
	font-size: 12px;
}

.sliding-form .contact-content-form .sliding-contact-form form .submit-button {
	cursor: pointer;
	color: #373737;
	background: #fff;
	padding: .5em 2em;
	border: solid 1px #996699;
	font-weight: 900;
	transition: all 400ms linear;
}

.sliding-form .contact-content-form .sliding-contact-form form .submit-button:hover {
	background: #996699;
	color: #fff;
}

@media screen and (max-width: 1300px) {
	.site-header {
		padding-left: 1em;
		padding-right: 1em;
	}
	.site-header .site-branding {
		width: 15%;
	}
	.site-header .main-navigation {
		width: 54%;
	}
	.site-header .advice-button {
		width: 25%;
	}
	.site-header .advice-button p {
		text-align: center;
	}
	.sliding-form {
		padding: 0 1em;
	}
	.sliding-form .contact-content-form {
		padding-top: 1em;
	}
	.sliding-form .contact-content-form .modal-button {
		right: 1em;
		top: 1em;
	}
	.sliding-form .contact-content-form p {
		font-size: 12px;
	}
	.sliding-form .contact-content-form .sliding-contact-form {
		padding: 0 1em;
	}
	.sliding-form .contact-content-form .sliding-contact-form .contact-form-content {
		margin-top: 2em;
	}
	.sliding-form .contact-content-form .sliding-contact-form .contact-form-content p {
		font-size: 12px;
	}
	.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p {
		width: 48%;
	}
	.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p label span input {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.site-header {
		padding-left: .5em;
		padding-right: .5em;
	}
	.site-header .site-branding {
		width: 25%;
		padding: 0;
		margin-left: .5em;
	}
	.site-header .main-navigation {
		width: 75%;
	}
	.site-header .main-navigation ul {
		width: 90%;
	}
	.site-header .main-navigation ul li {
		font-size: 12px;
	}
	.site-header .advice-button {
		display: none;
	}
	.site-header .advice-button p a {
		font-size: 12px;
	}
	.sliding-form {
		width: 70%;
	}
	.sliding-form .contact-content-form .site-branding {
		padding-left: .5em;
		padding-top: .5em;
	}
	.sliding-form .contact-content-form .site-branding img {
		width: 70%;
	}
	.sliding-form .contact-content-form .sliding-contact-form {
		margin-top: 4em;
	}
	.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p {
		width: 48%;
	}
	.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p label span input {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.site-header {
		background: #fff;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		padding: 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
		overflow: hidden;
	}
	.site-header .site-branding {
		width: 75%;
		-ms-flex-order: 1;
		    order: 1;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	.site-header .site-branding img {
		width: 80%;
	}
	.site-header .site-branding .call-now {
		display: block;
		margin: 0;
		padding-right: 20px;
		margin-top: 5px;
		font-size: 12px;
	}
	.site-header .site-branding .call-now a {
		color: #502a64;
	}
	.site-header .site-branding .call-now a .fas {
		display: block;
		text-align: center;
		font-size: 2em;
		transform: rotate(-15deg);
		margin-bottom: 4px;
	}
	.site-header .main-navigation {
		display: none;
		width: 100%;
		-ms-flex-order: 3;
		    order: 3;
	}
	.site-header .main-navigation ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: .8em 0;
	}
	.site-header .main-navigation ul li {
		width: 100%;
		text-align: center;
		padding: 1em 0;
	}
	.site-header .advice-button {
		display: none;
	}
	.site-header .nav-mobile {
		display: block;
		width: 20%;
		height: 100%;
		text-align: center;
		background-image: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
		-ms-flex-order: 2;
		    order: 2;
		font-size: 12px;
		padding: 1em 0;
		padding-top: 1.5em;
	}
	.site-header .nav-mobile a {
		color: #fff;
	}
	.site-header .nav-mobile a span {
		right: 18px;
		top: 22px;
	}
	.site-header .nav-mobile a span,
	.site-header .nav-mobile a span:before,
	.site-header .nav-mobile a span:after {
		cursor: pointer;
		height: 4px;
		width: 35px;
		position: absolute;
		display: block;
		content: '';
		transition: all 300ms ease-in-out;
		background: #fff;
	}
	.site-header .nav-mobile a span:before {
		top: -8px;
	}
	.site-header .nav-mobile a span:after {
		bottom: -8px;
	}
	.site-header .nav-mobile a.active span {
		background-color: transparent;
	}
	.site-header .nav-mobile a.active span:before, .site-header .nav-mobile a.active span:after {
		top: 0;
	}
	.site-header .nav-mobile a.active span:before {
		transform: rotate(45deg);
	}
	.site-header .nav-mobile a.active span:after {
		transform: rotate(-45deg);
	}
	.sliding-form {
		width: 100%;
	}
	.sliding-form .contact-content-form .sliding-contact-form {
		margin-top: 3em;
	}
	.sliding-form .contact-content-form .sliding-contact-form .contact-form-content .subtitle {
		font-size: 16px;
	}
	.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p {
		width: 49%;
	}
	.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p:nth-child(7) {
		width: 100%;
		margin-top: 1em;
	}
	.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p .wpcf7-submit {
		width: 100%;
	}
	.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p label span input {
		font-size: 11px;
		width: 100%;
	}
	.sliding-form .contact-content-form .sliding-contact-form .wpcf7 .wpcf7-form p label span textarea {
		font-size: 11px;
	}
	.sliding-form .contact-content-form .sliding-contact-form form .submit {
		width: 100%;
	}
	.sliding-form .contact-content-form .sliding-contact-form form .submit-button {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	width: 100%;
	padding: 4em 2em 3em 2em;
	text-align: center;
}

.site-footer .site-info {
	font-size: .8em;
}

.footer-fixed {
	position: fixed;
	bottom: 0;
}

.site-footer {
	background: #373737;
	color: #fff;
}

.site-footer p {
	margin: 0;
	font-weight: 100;
}

.site-footer p a {
	color: #fff;
}

.site-footer ul li span {
	color: #fff;
}

.site-footer ul li a {
	color: #fff;
}

.site-footer .top-row .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: left;
}

.site-footer .top-row .container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer .top-row .container ul li a {
	font-weight: 300;
	transition: color 400ms linear;
}

.site-footer .top-row .container ul li a:hover {
	color: #c0e3cf;
}

.site-footer .top-row .container .col-1 {
	width: 40%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: start;
	    justify-content: flex-start;
}

.site-footer .top-row .container .col-1 .footer-line {
	padding-right: 2em;
}

.site-footer .top-row .container .col-1 .footer-icon {
	width: 100%;
	padding-bottom: 1em;
}

.site-footer .top-row .container .col-1 .footer-icon img {
	display: block;
	width: 40%;
	height: auto;
}

.site-footer .top-row .container .col-1 p {
	text-align: left;
}

.site-footer .top-row .container .col-1 ul {
	padding: 2em 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
}

.site-footer .top-row .container .col-1 ul li {
	padding: 0 1em;
}

.site-footer .top-row .container .col-1 ul li:first-child {
	padding-left: 0;
}

.site-footer .top-row .container .col-1 ul li .fab {
	font-size: 2em;
}

.site-footer .top-row .container .col-1 ul li img {
	display: block;
	width: 24%;
	height: auto;
}

.site-footer .top-row .container .col-2 {
	width: 20%;
}

.site-footer .top-row .container .col-2 ul li {
	margin-bottom: .25em;
}

.site-footer .top-row .container .col-2 p {
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 1em;
}

.site-footer .top-row .container .col-3 {
	width: 20%;
}

.site-footer .top-row .container .col-3 .cc-cpc116-link a {
	color: #fff;
}

.site-footer .top-row .container .col-3 ul li {
	margin-bottom: .25em;
}

.site-footer .top-row .container .col-3 p {
	font-weight: 900;
	margin-bottom: 1em;
	font-size: 18px;
}

.site-footer .top-row .container .col-4 {
	width: 20%;
}

.site-footer .top-row .container .col-4 .title {
	font-size: 18px;
}

.site-footer .top-row .container .col-4 p {
	font-weight: 900;
	margin-bottom: 1em;
	font-size: 1em;
}

.site-footer .top-row .container .col-4 ul li p {
	margin-bottom: 0;
	font-weight: 300;
}

.site-footer .bottom-row {
	margin-top: 2em;
}

.site-footer .bottom-row .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-footer .bottom-row .container p {
	font-weight: 300;
}

.site-footer .bottom-row .container p a {
	color: #fff;
}

.site-footer .bottom-row .container .col-1 {
	width: 50%;
	text-align: left;
}

.site-footer .bottom-row .container .col-2 {
	width: 50%;
	text-align: right;
}

@media screen and (max-width: 1300px) {
	.site-footer {
		font-size: 12px;
	}
	.site-footer .top-row .container .col-4 {
		text-align: right;
	}
	.site-footer .top-row .container .col-4 ul li p {
		font-size: 12px;
	}
	.site-footer .top-row .container .col-4 ul li p a {
		font-size: 12px;
	}
}

@media screen and (max-width: 900px) {
	.site-footer .top-row .container .col-1 {
		padding-right: 3em;
		width: 34%;
	}
	.site-footer .top-row .container .col-1 .footer-icon img {
		width: 90%;
	}
	.site-footer .top-row .container .col-1 p br {
		display: none;
	}
	.site-footer .top-row .container .col-1 ul li img {
		width: 47%;
	}
	.site-footer .top-row .container .col-4 {
		width: 26%;
	}
	.site-footer .bottom-row {
		padding-top: 1em;
	}
}

@media screen and (max-width: 600px) {
	.site-footer .top-row .container .col-1 {
		width: 100%;
		padding-right: 0;
	}
	.site-footer .top-row .container .col-1 .footer-icon img {
		width: 70%;
		margin: 0 auto;
	}
	.site-footer .top-row .container .col-1 .footer-line {
		padding-right: 0;
	}
	.site-footer .top-row .container .col-1 p {
		text-align: center;
	}
	.site-footer .top-row .container .col-1 p br {
		display: none;
	}
	.site-footer .top-row .container .col-1 ul {
		width: 100%;
	}
	.site-footer .top-row .container .col-1 ul li {
		width: 33.333%;
		padding: 0;
		text-align: center;
		position: relative;
	}
	.site-footer .top-row .container .col-1 ul li .fab {
		font-size: 4em;
	}
	.site-footer .top-row .container .col-1 ul li img {
		width: 100%;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.site-footer .top-row .container .col-2 {
		display: none;
	}
	.site-footer .top-row .container .col-3 {
		display: none;
	}
	.site-footer .top-row .container .col-4 {
		width: 100%;
	}
	.site-footer .top-row .container .col-4 .title {
		font-weight: 900;
		margin-bottom: 1em;
	}
	.site-footer .top-row .container .col-4 p {
		text-align: center;
		margin: 0;
		font-weight: 300;
	}
	.site-footer .bottom-row {
		margin-top: 1em;
	}
	.site-footer .bottom-row .container .col-1 {
		display: none;
	}
	.site-footer .bottom-row .container .col-2 {
		width: 100%;
		text-align: center;
	}
}

/*--------------------------------------------------------------
## Includes
--------------------------------------------------------------*/
.top-right-background {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
}

.top-right-background svg {
	width: 600px;
}

@media screen and (max-width: 900px) {
	.top-right-background svg {
		width: 300px;
	}
}

@media screen and (max-width: 600px) {
	.top-right-background {
		display: none;
	}
}

.green-wave {
	z-index: -1;
	width: 100%;
	opacity: 0;
	transition: opacity 800ms linear;
}

.green-wave.opacity {
	opacity: 1;
}

@media screen and (max-width: 600px) {
	.green-wave svg {
		visibility: hidden;
	}
}

.purple-wave {
	z-index: -1;
	width: 100%;
	opacity: 0;
	transition: opacity 800ms linear;
}

.purple-wave.opacity {
	opacity: 1;
}

@media screen and (max-width: 600px) {
	.purple-wave svg {
		margin-top: 300px;
		height: 840px !important;
	}
	.process-section .purple-wave {
		display: none;
	}
}

.opaque-wave {
	z-index: -1;
	width: 100%;
	opacity: 0;
	transition: opacity 800ms linear;
}

.opaque-wave.opacity {
	opacity: 1;
}

.overview-section {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.overview-section .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overview-section .container .mobile-message {
	display: none;
}

.overview-section .container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.overview-section .container ul li {
	width: 30%;
	background: #EFF9F5;
	padding: 1em 2em 2em 2em;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.overview-section .container ul li .overview-icon {
	width: 40%;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -4em;
	left: 50%;
	transform: translateX(-50%);
}

.overview-section .container ul li .overview-content {
	margin-top: 5em;
}

.overview-section .container ul li .overview-content .overview-title {
	text-align: center;
	font-weight: 900;
}

.overview-section .container ul li .overview-content .overview-title:after {
	content: '';
	display: block;
	background: #373737;
	height: 2px;
	width: 5em;
	margin: 1em auto;
}

.overview-section .container ul li .overview-content ul {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.overview-section .container ul li .overview-content ul li {
	width: 100%;
	padding: 0 2em;
	border-radius: 0;
	box-shadow: none;
}

.overview-section .container ul li .overview-content ul li .fas {
	color: #83cdac;
	padding-right: .5em;
}

@media screen and (max-width: 1300px) {
	.overview-section .container {
		margin-top: 3em;
		padding: 0 2em;
	}
	.overview-section .container ul li {
		padding: 1em;
	}
	.overview-section .container ul li .overview-content {
		margin-top: 3em;
	}
	.overview-section .container ul li .overview-content ul li {
		padding: 0 .5em;
	}
}

@media screen and (max-width: 900px) {
	.overview-section {
		margin: 2em 0;
	}
	.overview-section .container ul li {
		font-size: 14px;
	}
	.overview-section .container ul li .overview-icon {
		top: -2em;
	}
	.overview-section .container ul li .overview-content .overview-title {
		margin-top: 53px;
	}
	.overview-section .container ul li .overview-content ul li {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.overview-section {
		margin-top: 0;
	}
	.overview-section .container {
		margin-top: 0;
		padding: 0 1em;
	}
	.overview-section .container .mobile-message {
		display: block;
		text-align: center;
		font-size: 1em;
		font-weight: 900;
	}
	.overview-section .container .mobile-message:before {
		content: '';
		display: block;
		height: 2px;
		width: 20%;
		margin: 0 auto;
		background: #502a64;
		margin-bottom: 1em;
	}
	.overview-section .container ul li {
		padding: 2px;
	}
	.overview-section .container ul li .overview-icon {
		top: -.5em;
		width: 80%;
		background: none;
	}
	.overview-section .container ul li .overview-content .overview-title {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.overview-section .container ul li .overview-content .overview-title:after {
		display: none;
	}
	.overview-section .container ul li .overview-content p {
		display: none;
	}
	.overview-section .container ul li .overview-content ul {
		display: none;
	}
}

.our-services {
	position: relative;
}

.our-services .container h4 {
	text-align: center;
	color: #373737;
	font-size: 2em;
	margin-top: 0;
}

.our-services .container ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.our-services .container ul li {
	width: 33.333%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	border-right: solid 1px #502a64;
	margin-bottom: 4em;
	padding: 0 .5em;
}

.our-services .container ul li:first-child {
	border-left: solid 1px #502a64;
}

.our-services .container ul li:nth-child(4) {
	border-left: solid 1px #502a64;
}

.our-services .container ul li:nth-child(7) {
	border-left: solid 1px #502a64;
}

.our-services .container ul li:nth-child(10) {
	border-left: solid 1px #502a64;
	display: table;
	margin: 0 auto;
}

.our-services .container ul li a {
	color: #373737;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.our-services .container ul li a .services-icon {
	width: 23%;
}

.our-services .container ul li a .services-content {
	width: 70%;
	padding: .5em;
}

.our-services .container ul li a .services-content .title {
	font-size: 16px;
	font-weight: 900;
	margin-bottom: .5em;
	color: #502a64;
}

.our-services .container ul li a .services-content p {
	font-size: 16px;
	margin: 0;
	font-weight: 300;
	line-height: 21px;
}

.our-services .container ul li .learn-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	padding-right: 1em;
	font-size: 12px;
}

.our-services .container ul li .learn-more a {
	color: #996699;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.our-services .container ul li .learn-more a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	margin: 0 auto;
	background: #996699;
	transition: width 400ms linear;
}

.our-services .container ul li .learn-more a:hover:after {
	width: 90%;
}

@media screen and (max-width: 1300px) {
	.our-services {
		padding: 0 3em 1em 3em;
	}
	.our-services .container h4 {
		margin-bottom: .5em;
	}
	.our-services .container ul li {
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 900px) {
	.our-services {
		margin-top: 3em;
		padding-bottom: 0;
	}
	.our-services .container ul li {
		-ms-flex-align: start;
		    align-items: flex-start;
		margin-bottom: 1em;
		padding: 0;
		border: 0;
	}
	.our-services .container ul li:first-child {
		border: 0;
	}
	.our-services .container ul li:nth-child(4) {
		border: 0;
	}
	.our-services .container ul li:nth-child(7) {
		border: 0;
	}
	.our-services .container ul li:nth-child(10) {
		border: 0;
	}
	.our-services .container ul li a {
		-ms-flex-align: start;
		    align-items: flex-start;
	}
	.our-services .container ul li a .services-icon svg {
		width: 90%;
		display: block;
		margin: 0 auto;
		margin-top: 1em;
	}
	.our-services .container ul li a .services-content .title {
		font-size: 14px;
	}
	.our-services .container ul li a .services-content p {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.our-services {
		margin-top: 1.5em;
		padding: 0 1em;
	}
	.our-services .container ul li {
		width: 100%;
	}
}

.meet-the-team {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.meet-the-team .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.meet-the-team .container .team-info {
	width: 30%;
	color: #fff;
	padding: 1em;
}

.meet-the-team .container .team-info h4 {
	font-size: 2em;
	margin: 0;
	margin-bottom: .2em;
	font-weight: 900;
}

.meet-the-team .container .team-info p {
	font-weight: 300;
}

.meet-the-team .container .team-info p strong {
	font-weight: 900;
}

.meet-the-team .container .team-info p a {
	color: #fff;
}

.meet-the-team .container .team-members {
	width: 70%;
}

.meet-the-team .container .team-members ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.meet-the-team .container .team-members ul li {
	width: 31%;
	margin-right: 20px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.meet-the-team .container .team-members ul li .team-image img {
	display: block;
	width: 100%;
	height: auto;
}

.meet-the-team .container .team-members ul li .team-content {
	padding: 1em;
}

.meet-the-team .container .team-members ul li .team-content p {
	margin: 0;
}

.meet-the-team .container .team-members ul li .team-content .title {
	color: #502a64;
	font-weight: 900;
	font-size: 18px;
}

.meet-the-team .container .team-members ul li .team-content .position {
	color: #b3b4b4;
}

@media screen and (max-width: 1300px) {
	.meet-the-team .container .team-info {
		width: 30%;
		padding-left: 2em;
	}
	.meet-the-team .container .team-info h4 {
		margin-bottom: 0;
	}
	.meet-the-team .container .team-members {
		width: 70%;
	}
	.meet-the-team .container .team-members ul {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.meet-the-team .container .team-info {
		margin-top: 2em;
	}
	.meet-the-team .container .team-info h4 {
		font-size: 22px;
	}
	.meet-the-team .container .team-info p {
		font-size: 12px;
	}
	.meet-the-team .container .team-members ul li .team-content .title {
		font-size: 12px;
	}
	.meet-the-team .container .team-members ul li .team-content .position {
		font-size: 10px;
	}
}

@media screen and (max-width: 600px) {
	.meet-the-team {
		overflow: hidden;
	}
	.meet-the-team .container {
		margin-top: -9em;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.meet-the-team .container .team-info {
		padding-left: 1em;
		width: 100%;
		margin-top: 0;
	}
	.meet-the-team .container .team-info h4 {
		color: #502a64;
	}
	.meet-the-team .container .team-info p {
		color: #373737;
	}
	.meet-the-team .container .team-info p br {
		display: none;
	}
	.meet-the-team .container .team-info p a {
		color: #373737;
	}
	.meet-the-team .container .team-members {
		width: 100%;
	}
	.meet-the-team .container .team-members ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0 1em;
	}
	.meet-the-team .container .team-members ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}
	.meet-the-team .container .team-members ul li:nth-child(3) {
		display: none;
	}
}

.testimonials-section {
	margin-top: 5em;
}

.testimonials-section h4 {
	text-align: center;
	font-size: 2em;
	color: #373737;
	margin: 0;
	margin-top: 1em;
}

.testimonials-section .testimonials-list {
	padding: 0;
	list-style: none;
	margin: 0;
	opacity: 0;
	transition: opacity 400ms linear;
}

.testimonials-section .testimonials-list.slick-initialized {
	opacity: 1;
}

.testimonials-section .testimonials-list .slick-track {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.testimonials-section .testimonials-list .testimonials-list-items {
	padding: 1.5em 0 2em 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	margin: 0 1em;
	background: #fff;
	height: 100%;
	transform: scale(0.8);
	transition: all 400ms linear;
	position: relative;
}

.testimonials-section .testimonials-list .testimonials-list-items.slick-center {
	transform: scale(1);
	transition: all 400ms linear;
}

.testimonials-section .testimonials-list .testimonials-list-items .t-l-i-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
}

.testimonials-section .testimonials-list .testimonials-list-items p {
	margin: 0;
}

.testimonials-section .testimonials-list .testimonials-list-items .title-section {
	padding: 0 6em;
}

.testimonials-section .testimonials-list .testimonials-list-items .title-section .title {
	color: #502a64;
	font-weight: 900;
	margin-bottom: 0;
	font-size: 1.5em;
	transition: all 1600ms linear;
}

.testimonials-section .testimonials-list .testimonials-list-items .rating-section {
	padding: 0 5.9em;
	margin-bottom: 1em;
}

@media screen and (max-width: 600px) {
	.testimonials-section .testimonials-list .testimonials-list-items .rating-section {
		padding: 0 1.9em;
	}
}

.testimonials-section .testimonials-list .testimonials-list-items .rating-section ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	-ms-flex-align: center;
	    align-items: center;
}

.testimonials-section .testimonials-list .testimonials-list-items .rating-section ul li {
	box-shadow: unset;
	padding: 0;
	margin: 0;
}

.testimonials-section .testimonials-list .testimonials-list-items .rating-section ul li i {
	color: #83cdac;
	font-size: 1.25em;
}

@media screen and (max-width: 600px) {
	.testimonials-section .testimonials-list .testimonials-list-items .rating-section ul li i {
		font-size: .8em;
	}
}

.testimonials-section .testimonials-list .testimonials-list-items .content-section {
	position: relative;
}

.testimonials-section .testimonials-list .testimonials-list-items .content-section .open-quote {
	position: absolute;
	top: 0;
	left: 60px;
}

.testimonials-section .testimonials-list .testimonials-list-items .content-section .open-quote svg {
	width: 25px;
}

.testimonials-section .testimonials-list .testimonials-list-items .content-section .close-quote {
	position: absolute;
	bottom: -2em;
	right: 90px;
}

.testimonials-section .testimonials-list .testimonials-list-items .content-section .close-quote svg {
	width: 25px;
}

.testimonials-section .testimonials-list .testimonials-list-items .content-section .content-section-inner {
	padding: 0 6em;
}

.testimonials-section .testimonials-list .testimonials-list-items .content-section .content-section-inner .content {
	font-size: 1em;
	font-weight: 300;
	color: #373737;
	margin-bottom: 1em;
	transition: all 1600ms linear;
}

.testimonials-section .testimonials-list .testimonials-list-items .customer-section {
	padding: 0 6em;
}

.testimonials-section .testimonials-list .testimonials-list-items .customer-section .customer {
	font-weight: 900;
}

.testimonials-section .testimonials-list .testimonials-list-items .date-section {
	position: absolute;
	bottom: .75em;
	right: 1em;
}

.testimonials-section .testimonials-list .testimonials-list-items .date-section p {
	font-size: 12px;
	color: #996699;
}

.testimonials-section .slick-list {
	box-sizing: initial;
	padding: 25px 40px !important;
}

@media screen and (max-width: 1300px) {
	.testimonials-section .testimonials-list .testimonials-list-items .title-section {
		padding: 0 2em;
	}
	.testimonials-section .testimonials-list .testimonials-list-items .rating-section {
		padding: 0 1.9em;
	}
	.testimonials-section .testimonials-list .testimonials-list-items .content-section .open-quote {
		left: 6px;
	}
	.testimonials-section .testimonials-list .testimonials-list-items .content-section .close-quote {
		bottom: -1em;
		right: 6px;
	}
	.testimonials-section .testimonials-list .testimonials-list-items .content-section .content-section-inner {
		padding: 0 2em;
	}
	.testimonials-section .testimonials-list .testimonials-list-items .customer-section {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.testimonials-section {
		margin-top: 1em;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 600px) {
	.testimonials-section {
		margin: 0;
		margin-top: -9em;
	}
	.testimonials-section .testimonials-list .testimonials-list-items {
		margin: 0;
	}
}

.latest-news {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.latest-news .latest-news-inner {
	padding: 0 4em 4em 4em;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	position: absolute;
	width: 100%;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.latest-news .latest-news-inner h4 {
	text-align: center;
	margin: 0;
	font-weight: 300;
	width: 100%;
}

.latest-news .latest-news-inner p {
	text-align: center;
	font-size: 2em;
	margin: 0;
	font-weight: 900;
	width: 100%;
}

.latest-news .latest-news-inner ul {
	margin: 0;
	margin-top: 1em;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	opacity: 0;
	transition: opacity 400ms linear;
}

.latest-news .latest-news-inner ul.slick-initialized {
	opacity: 1;
}

.latest-news .latest-news-inner ul li {
	width: 25%;
	padding: 2em 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.latest-news .latest-news-inner ul li .news-image {
	background-position: center;
	background-size: cover;
	height: 225px;
}

.latest-news .latest-news-inner ul li .news-title .title {
	font-size: 18px;
	text-align: left;
	margin-bottom: 0;
	font-weight: 900;
	margin-top: 10px;
}

.latest-news .latest-news-inner ul li .news-title .date {
	font-size: 11px;
	text-align: left;
	color: #83cdac;
}

.latest-news .latest-news-inner ul li .news-title .date:after {
	content: '';
	display: block;
	height: 6px;
	width: 80%;
	background: #502a64;
	margin-top: 20px;
	margin-bottom: 20px;
}

.latest-news .latest-news-inner ul li .news-content .content {
	font-size: 1em;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 300;
}

.latest-news .latest-news-inner ul li .news-content .action {
	font-size: 14px;
	text-align: left;
	margin-top: 30px;
}

.latest-news .latest-news-inner ul li .news-content .action a {
	background: #83cdac;
	color: #fff;
	padding: .5em 2em;
}

@media screen and (max-width: 1300px) {
	.latest-news .latest-news-inner {
		padding: .5em 2em;
	}
	.latest-news .latest-news-inner ul li {
		padding: 1em;
	}
	.latest-news .latest-news-inner ul li .news-image {
		height: 200px;
	}
	.latest-news .latest-news-inner ul li .news-title .title {
		font-size: 14px;
	}
	.latest-news .latest-news-inner ul li .news-content .content {
		font-size: 12px;
	}
	.latest-news .latest-news-inner ul li .news-content .action a {
		font-size: 12px;
	}
}

@media screen and (max-width: 900px) {
	.latest-news {
		margin-bottom: 4em;
	}
	.latest-news .latest-news-inner ul li .news-image {
		height: 125px;
	}
	.latest-news .latest-news-inner ul li .news-title .title {
		font-size: 12px;
	}
	.latest-news .latest-news-inner ul li .news-content .action {
		font-size: 10px;
	}
}

@media screen and (max-width: 600px) {
	.latest-news {
		margin-top: 11em;
		margin-bottom: 12em;
	}
	.latest-news .latest-news-inner {
		margin-top: 2em;
		padding: 0 1em;
	}
	.latest-news .latest-news-inner h4 {
		font-size: 12px;
	}
	.latest-news .latest-news-inner h4:before {
		content: '';
		display: block;
		height: 2px;
		width: 20%;
		margin: 0 auto;
		background: #502a64;
		margin-bottom: 1em;
	}
	.latest-news .latest-news-inner p {
		font-size: 1.5em;
		color: #502a64;
		margin-top: -8px;
	}
	.latest-news .latest-news-inner ul li {
		padding: 0 .25em;
	}
	.latest-news .latest-news-inner ul li .news-image {
		height: 200px;
	}
	.latest-news .latest-news-inner ul li .news-title .title {
		text-transform: uppercase;
		text-align: center;
	}
	.latest-news .latest-news-inner ul li .news-title .title:after {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3em;
	}
	.latest-news .latest-news-inner ul li .news-content .content {
		color: #373737;
	}
	.latest-news .latest-news-inner ul li .news-content .action {
		font-size: 16px;
	}
	.latest-news .latest-news-inner ul li .news-content .action a {
		padding: .8em 0;
		text-align: center;
		width: 100%;
		display: block;
		background-image: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	}
}

.services .start-the-process {
	background: #EFF9F5;
	padding-top: 4em;
	margin-top: -16em;
}

.start-the-process .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0 0 6em 0;
}

.start-the-process .container .start-left {
	width: 70%;
}

.start-the-process .container .start-left .punch {
	font-size: 2em;
	font-weight: 900;
}

.start-the-process .container .start-left p {
	margin: 0;
	font-weight: 300;
}

.start-the-process .container .start-right {
	width: 30%;
}

.start-the-process .container .start-right .start-action {
	text-align: center;
}

.start-the-process .container .start-right .start-action a {
	color: #373737;
	padding: .5em 2em;
	border: solid 1px #996699;
	font-weight: 900;
	transition: all 400ms linear;
}

.start-the-process .container .start-right .start-action a:hover {
	background: #996699;
	color: #fff;
}

@media screen and (max-width: 1300px) {
	.services .start-the-process {
		margin-top: -12em;
	}
	.start-the-process {
		padding: 3em 3em 0 3em;
	}
}

@media screen and (max-width: 900px) {
	.services .start-the-process {
		margin-top: -8em;
	}
	.start-the-process {
		padding: 1em 2em 0 2em;
	}
}

@media screen and (max-width: 600px) {
	.services .start-the-process {
		background-image: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
		padding-top: 0;
		margin-top: 0;
	}
	.start-the-process {
		background-image: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
		padding: 0 1em;
	}
	.start-the-process .container {
		padding: 2em 0 2.5em 0;
	}
	.start-the-process .container .start-left {
		width: 100%;
	}
	.start-the-process .container .start-left .punch {
		font-size: 1em;
		color: #fff;
	}
	.start-the-process .container .start-left p {
		text-align: center;
		font-size: 12px;
		color: #fff;
	}
	.start-the-process .container .start-right {
		width: 100%;
	}
	.start-the-process .container .start-right .start-action {
		margin: 0;
		margin-top: 1em;
	}
	.start-the-process .container .start-right .start-action a {
		display: block;
		width: 100%;
		color: #502a64;
		background: #fff;
		border: 0;
	}
}

.services .process-section .container {
	margin-top: -8em;
}

.process-section {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.process-section .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.process-section .container .process-left {
	width: 35%;
	margin-top: 6em;
}

.process-section .container .process-left .choices {
	background: rgba(255, 255, 255, 0.2);
	padding: 1.5em;
}

.process-section .container .process-left .choices .choices-inner {
	background: #fff;
	padding: 1em 1.5em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.process-section .container .process-left .choices .choices-inner p {
	margin: 1em 0 1.5em 0;
	font-weight: 900;
	font-size: 20px;
}

.process-section .container .process-left .choices .choices-inner ul {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	list-style: none;
}

.process-section .container .process-left .choices .choices-inner ul li span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.process-section .container .process-left .choices .choices-inner ul li .ci-left p {
	font-size: 1em;
	margin: 0;
	margin-bottom: 9px;
	font-weight: 100;
}

.process-section .container .process-left .choices .choices-inner ul li .ci-right .fas {
	color: #83cdac;
}

.process-section .container .process-right {
	width: 50%;
	padding: 3em 3em 0 3em;
}

.process-section .container .process-right h4 {
	font-size: 2em;
	font-weight: 900;
	margin: 0;
	margin-bottom: .5em;
	color: #fff;
}

.process-section .container .process-right p {
	font-size: 20px;
	font-weight: 100;
	margin: 0;
	color: #fff;
	line-height: 26px;
}

@media screen and (max-width: 1300px) {
	.services .process-section .container {
		margin-top: -6em;
	}
	.process-section .container .process-left {
		margin-left: 2em;
		margin-bottom: 8em;
	}
	.process-section .container .process-right {
		padding-top: 4.5em;
	}
	.process-section .container .process-right h4 {
		font-size: 1.5em;
	}
	.process-section .container .process-right p {
		font-size: 16px;
	}
}

@media screen and (max-width: 900px) {
	.process-section .container .process-left {
		width: 45%;
	}
	.process-section .container .process-left .choices {
		margin-top: -2em;
	}
	.process-section .container .process-left .choices .choices-inner {
		padding-left: .5em;
		padding-right: .5em;
	}
	.process-section .container .process-left .choices .choices-inner ul li .ci-left p {
		font-size: 12px;
	}
	.process-section .container .process-right h4 {
		font-size: 20px;
	}
	.process-section .container .process-right p {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width: 600px) {
	.services .process-section .container {
		margin-top: 0;
	}
	.process-section {
		background-image: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	}
	.process-section .container {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
	}
	.process-section .container .process-left {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
		margin: 0;
		margin-top: 1em;
	}
	.process-section .container .process-left .choices {
		margin-top: 0;
	}
	.process-section .container .process-right {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
		padding-top: 2em;
		padding-bottom: 1.5em;
	}
}

.help-to-buy {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.help-to-buy .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin: 2em 0;
}

.help-to-buy .container .help-to-buy-left {
	width: 50%;
	margin-top: 1em;
}

.help-to-buy .container .help-to-buy-left h3 {
	color: #373737;
	font-size: 1.5em;
	margin: 0;
	font-weight: 900;
}

.help-to-buy .container .help-to-buy-left h4 {
	color: #373737;
	font-weight: 900;
	font-size: 16px;
	margin: 1.5em 0 .5em 0;
}

.help-to-buy .container .help-to-buy-left p {
	color: #373737;
	font-size: 16px;
	margin: 0 0 .5em 0;
}

.help-to-buy .container .help-to-buy-right {
	width: 35%;
	position: relative;
}

.help-to-buy .container .help-to-buy-right img {
	position: relative;
	z-index: 2;
}

.help-to-buy .container .help-to-buy-right .image-background {
	width: 100%;
	height: 100%;
	background: #83cdac;
	position: absolute;
	right: -2em;
	bottom: -1.5em;
	z-index: 1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 1300px) {
	.help-to-buy .container {
		padding: 0 2em;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
}

@media screen and (max-width: 900px) {
	.help-to-buy {
		margin-bottom: 4em;
	}
	.help-to-buy .container .help-to-buy-left h4 {
		font-size: 14px;
	}
	.help-to-buy .container .help-to-buy-left p {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.help-to-buy .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.help-to-buy .container .help-to-buy-left {
		width: 100%;
		margin-top: 0;
	}
	.help-to-buy .container .help-to-buy-left h3 {
		margin-top: 2em;
		text-align: center;
	}
	.help-to-buy .container .help-to-buy-right {
		display: none;
	}
}

.partner-logos {
	background: #fff;
	margin-bottom: 8em;
	padding: 0 1em;
}

.partner-logos h4 {
	text-align: center;
	color: #373737;
	font-size: 2em;
	margin-top: 0;
}

.partner-logos ul {
	margin: 4em 0;
	width: 100%;
	padding: 0;
	margin-left: -2em;
	opacity: 0;
	transition: opacity 400ms linear;
}

.partner-logos ul.slick-initialized {
	opacity: 1;
}

.partner-logos ul li {
	margin-left: 2em;
	padding: 1.5em;
}

.partner-logos ul li .image-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.partner-logos ul li .image-container .partner-image {
	height: 150px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 1300px) {
	.partner-logos ul {
		margin: 0;
	}
	.partner-logos ul li .image-container {
		padding: 0;
	}
	.partner-logos ul li .image-container .partner-image {
		height: 100px;
	}
}

@media screen and (max-width: 900px) {
	.partner-logos {
		margin: 3em 0 0 0;
	}
	.partner-logos h4 {
		margin: 0;
	}
	.partner-logos ul {
		margin: 1em 0;
	}
	.partner-logos ul li {
		margin: 0;
		padding: 0;
	}
	.partner-logos ul li .image-container {
		padding: 1em;
	}
}

@media screen and (max-width: 600px) {
	.partner-logos {
		margin: 3em 0 0 0;
	}
	.partner-logos h4 {
		margin: 0;
	}
	.partner-logos ul {
		margin: 1em 0;
	}
	.partner-logos ul li {
		margin: 0;
		padding: 0;
	}
	.partner-logos ul li .image-container {
		padding: 1em;
	}
}

.avant-section {
	margin-top: 6em;
	min-height: 50vh;
	background: linear-gradient(to right, #996699 0%, #996699 25%, #502a64 75%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.avant-section .container .row {
	display: -ms-flexbox;
	display: flex;
}

.avant-section .container .row .col.col-1 {
	width: 40%;
	position: relative;
	transform: translate(-15%, 10%);
}

.avant-section .container .row .col.col-1 img {
	position: relative;
	z-index: 2;
}

.avant-section .container .row .col.col-1 .avant-image-background {
	width: 100%;
	height: 100%;
	background: #83cdac;
	position: absolute;
	left: -2em;
	bottom: -1.5em;
	z-index: 1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.avant-section .container .row .col.col-2 {
	width: 60%;
	margin-top: 3em;
	padding-left: 6em;
}

.avant-section .container .row .col.col-2 .logo:after {
	content: '';
	display: block;
	background: #83cdac;
	height: 2px;
	width: 15%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.avant-section .container .row .col.col-2 .logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 200px;
}

.avant-section .container .row .col.col-2 h1, .avant-section .container .row .col.col-2 h2, .avant-section .container .row .col.col-2 h3, .avant-section .container .row .col.col-2 h4, .avant-section .container .row .col.col-2 h5, .avant-section .container .row .col.col-2 h6 {
	color: #fff;
	font-size: 2em;
}

.avant-section .container .row .col.col-2 h1 span, .avant-section .container .row .col.col-2 h2 span, .avant-section .container .row .col.col-2 h3 span, .avant-section .container .row .col.col-2 h4 span, .avant-section .container .row .col.col-2 h5 span, .avant-section .container .row .col.col-2 h6 span {
	font-weight: lighter;
}

.avant-section .container .row .col.col-2 p {
	color: #fff;
}

.avant-section .container .row .col.col-2 p span {
	font-size: .875em;
	font-weight: lighter;
}

.avant-section .container .row .col.col-2 p a {
	color: #fff;
	transition: color 400ms linear;
}

.avant-section .container .row .col.col-2 p a:hover {
	color: #83cdac;
}

.avant-section .container .row .col.col-2 p a i {
	margin-left: .5em;
	margin-right: .25em;
	transform: rotate(90deg);
}

.avant-section .container .row .col.col-2 p.button {
	margin-top: 2em;
	margin-bottom: 2em;
}

.avant-section .container .row .col.col-2 p.button a {
	border: solid 1px #83cdac;
	padding: .5em 2em;
	color: #fff;
	transition: background 400ms linear;
}

.avant-section .container .row .col.col-2 p.button a:hover {
	background: #83cdac;
}

@media screen and (max-width: 1300px) {
	.avant-section {
		margin-bottom: 1em;
	}
	.avant-section .container .row .col.col-1 {
		transform: translate(10%, 5%);
	}
	.avant-section .container .row .col.col-2 {
		padding-left: 8em;
	}
}

@media screen and (max-width: 900px) {
	.avant-section .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.avant-section .container .row .col.col-1 {
		transform: translate(10%, 0);
		padding-top: 4em;
	}
	.avant-section .container .row .col.col-1 img {
		max-width: 30vw;
	}
	.avant-section .container .row .col.col-1 .avant-image-background {
		width: 30vw;
		height: 30vw;
		left: -1em;
		bottom: unset;
		top: 3em;
	}
	.avant-section .container .row .col.col-2 {
		padding-left: 2em;
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 600px) {
	.avant-section {
		margin-top: 2em;
	}
	.avant-section .container .row .col.col-1 {
		display: none;
	}
	.avant-section .container .row .col.col-2 {
		width: 100%;
	}
	.avant-section .container .row .col.col-2 .logo img {
		max-width: 150px;
	}
	.avant-section .container .row .col.col-2 h1, .avant-section .container .row .col.col-2 h2, .avant-section .container .row .col.col-2 h3, .avant-section .container .row .col.col-2 h4, .avant-section .container .row .col.col-2 h5, .avant-section .container .row .col.col-2 h6 {
		font-size: 1.5em;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Animate
--------------------------------------------------------------*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1);
	}
	30% {
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {
	from,
	to {
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		transform: translateX(0);
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	from {
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
	from {
		transform: translate3d(0, 0, 0);
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {
	from,
	11.1%,
	to {
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}
	88.8% {
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes heartBeat {
	0% {
		transform: scale(1);
	}
	14% {
		transform: scale(1.3);
	}
	28% {
		transform: scale(1);
	}
	42% {
		transform: scale(1.3);
	}
	70% {
		transform: scale(1);
	}
}

.heartBeat {
	animation-name: heartBeat;
	animation-duration: 1.3s;
	animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	animation-duration: 0.75s;
	animation-name: bounceIn;
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		transform: translate3d(0, -10px, 0);
	}
	90% {
		transform: translate3d(0, 5px, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		transform: translate3d(5px, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		transform: translate3d(10px, 0, 0);
	}
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	75% {
		transform: translate3d(0, 10px, 0);
	}
	90% {
		transform: translate3d(0, -5px, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	animation-duration: 0.75s;
	animation-name: bounceOut;
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	from {
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		animation-timing-function: ease-in;
	}
	to {
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@keyframes flipOutX {
	from {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	animation-duration: 0.75s;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@keyframes flipOutY {
	from {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		transform: skewX(-5deg);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		transform-origin: center;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1;
	}
	to {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	animation-duration: 2s;
	animation-name: hinge;
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}
	50% {
		transform: rotate(-10deg);
	}
	70% {
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.jackInTheBox {
	animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.rollIn {
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	animation-name: rollOut;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}

.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	animation-name: zoomOutUp;
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

@keyframes slideOutDown {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

@keyframes slideOutRight {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	animation-name: slideOutRight;
}

@keyframes slideOutUp {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	animation-name: slideOutUp;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.delay-1s {
	animation-delay: 1s;
}

.animated.delay-2s {
	animation-delay: 2s;
}

.animated.delay-3s {
	animation-delay: 3s;
}

.animated.delay-4s {
	animation-delay: 4s;
}

.animated.delay-5s {
	animation-delay: 5s;
}

.animated.fast {
	animation-duration: 800ms;
}

.animated.faster {
	animation-duration: 500ms;
}

.animated.slow {
	animation-duration: 2s;
}

.animated.slower {
	animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
	.animated {
		animation: unset !important;
		transition: none !important;
	}
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*# sourceMappingURL=../binate_dowlings_theme/sass/maps/style.css.map */
