@charset "UTF-8";

/*!
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: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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;
	float: left;
	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);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	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 {
	float: left;
	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 {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	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;
}

/*--------------------------------------------------------------
# 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;
	}
}

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Layouts
--------------------------------------------------------------*/
.site-content {
	padding: 0 2em;
	color: #5F6161;
}

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

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

.container.single-post {
	max-width: 1000px;
}

.small-container {
	max-width: 800px;
	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;
}

body h1, body h2 {
	font-weight: 900;
	font-size: 2em;
	margin: 0;
}

body h3, body h4 {
	font-weight: 600;
	font-size: 1.5em;
	margin: 0;
}

body p, body li, body a {
	font-weight: 300;
	font-size: 1em;
	margin: 0;
}

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

.pulsing-link a {
	display: inline-block;
}

a {
	outline: none;
}

a:focus {
	outline: none;
}

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

.list-view-norm ul {
	list-style: disc;
}

/*--------------------------------------------------------------
## 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;
}

.buy-now-page {
	margin-top: 60px;
}

@media screen and (max-width: 600px) {
	.buy-now-page {
		margin-top: 20px;
	}
}

.buy-now-page .buy-heading {
	text-align: center;
}

.buy-now-page .buy-options {
	padding: 0 1em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.buy-now-page .buy-options .option {
	padding: 16px;
	width: 30%;
	text-align: center;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	margin: 2em 0;
	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: 600px) {
	.buy-now-page .buy-options .option {
		width: 100%;
	}
}

.buy-now-page .buy-options .option img {
	width: 100%;
	height: auto;
	max-width: 80px;
}

.buy-now-page .buy-options .option h3 {
	margin-bottom: 0;
}

.buy-now-page .buy-options .option p {
	margin-bottom: 1em;
	margin-top: 0;
}

.buy-now-page .buy-options .option .buy-link {
	background: linear-gradient(to right, #73866a 40%, #8aa970 100%);
	padding: 6px 32px;
	margin: 16px 0;
	border-radius: 4px;
	color: #ffffff;
	font-weight: bold;
}

.entry-header {
	margin-top: 1em;
}

.about h2 {
	text-align: center;
	padding-bottom: 1em;
}

.about .staff-profiles {
	margin-top: 60px;
	max-width: 900px;
	margin: 0 auto;
}

.about .staff-profiles li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 3em;
	border-top: 1px solid #b3b4b4;
	padding-top: 2em;
}

@media screen and (max-width: 600px) {
	.about .staff-profiles li {
		display: block;
	}
}

.about .staff-profiles li div a i {
	color: #636bb2;
	transition: color 400ms linear;
}

.about .staff-profiles li div a:hover i {
	color: #a288ce;
}

.about .staff-profiles li .staff-image {
	width: 40%;
	text-align: right;
}

@media screen and (max-width: 600px) {
	.about .staff-profiles li .staff-image {
		width: 100%;
		text-align: center;
	}
}

.about .staff-profiles li .staff-image img {
	width: 100%;
	height: auto;
	max-width: 200px;
	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: 600px) {
	.about .staff-profiles li .staff-image img {
		max-width: 80%;
		margin-top: 1em;
	}
}

.about .staff-profiles li .staff-bio {
	width: 60%;
}

@media screen and (max-width: 600px) {
	.about .staff-profiles li .staff-bio {
		width: 100%;
	}
}

.about .staff-profiles li .staff-bio .title {
	margin-bottom: 1em;
}

.about .staff-profiles li .staff-bio .title h3 {
	font-weight: bold;
}

.about .staff-profiles li .staff-bio .title p {
	font-weight: 900;
	font-size: .8em;
	color: #a288ce;
}

.type-binate_news {
	padding-bottom: 2em;
	max-width: 800px;
	margin: 0 auto;
}

.type-binate_news h1 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.type-binate_news .post-thumbnail {
	text-align: center;
}

.type-binate_news .post-thumbnail .wp-post-image {
	max-width: 400px;
	margin: 0 auto;
}

.content-area .post-title {
	margin: 2em 0 1em 0;
}

.content-area .post-title .heading {
	font-size: 2em;
}

.content-area .post-image {
	width: 100%;
	height: 40vh;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

.content-area .post-content {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: solid 2px #636bb2;
}

.content-area .post-content p a {
	color: #636bb2;
	transition: color 400ms linear;
}

.content-area .post-content p a:hover {
	color: #8aa970;
}

.content-area .post-comments {
	margin: 1em 0;
}

.content-area .post-comments p {
	margin-bottom: 1em;
}

.content-area .post-comments p.comment-form-url {
	display: none;
}

.content-area .post-comments p.form-submit input {
	background: #636bb2;
	border: solid 1px #636bb2;
	color: #fff;
	padding: 1em 2em;
	cursor: pointer;
	transition: all 400ms linear;
}

.content-area .post-comments p.form-submit input:hover {
	background: #fff;
	color: #636bb2;
}

.content-area .post-comments .comment-respond {
	border: solid 2px #636bb2;
	padding: 1em;
	border-radius: 4px;
}

@media screen and (max-width: 600px) {
	.content-area .post-title .heading {
		font-size: 1.25em;
	}
	.content-area .post-image {
		height: 15vh;
	}
}

/*--------------------------------------------------------------
## Front-Page
--------------------------------------------------------------*/
.site-main .front-page {
	padding: 50px 0 40px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.site-main .front-page .front-page-col-1 {
	width: 50%;
	padding-right: 1em;
}

.site-main .front-page .front-page-col-1 p {
	font-weight: 300;
	font-size: 1.4em;
	margin: 0;
}

.site-main .front-page .front-page-col-1 p.text-body {
	font-size: 1em;
	font-weight: 400;
}

.site-main .front-page .front-page-col-1 h2 {
	color: #000;
	line-height: 1em;
	margin: 0 0 .2em;
	letter-spacing: 1px;
	font-size: 3em;
}

.site-main .front-page .front-page-col-1 h2:after {
	content: '';
	display: block;
	height: 2px;
	width: 125px;
	margin: .4em 0;
	background: #a288ce;
}

.site-main .front-page .front-page-col-1 .contact-team {
	color: #000;
	display: inline-block;
	margin: 1em 0 1em 0;
	padding: .2em 2.5em;
	border: solid 2px #000;
	border-radius: 30px;
	background: #fff;
	transition: all 1s linear;
}

.site-main .front-page .front-page-col-1 .contact-team:hover {
	border: solid 2px #fff;
	background: linear-gradient(to right, #a288ce 0%, #636bb2 45%, #636bb2 75%);
	transition: all 1s linear;
}

.site-main .front-page .front-page-col-1 .contact-team:hover a {
	color: #fff;
}

.site-main .front-page .front-page-col-1 .contact-team a {
	color: #000;
	font-weight: 900;
	font-size: .8em;
}

.site-main .front-page .front-page-col-2 {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: start;
	    align-items: flex-start;
	padding-left: 1em;
	position: relative;
}

.site-main .front-page .front-page-col-2 .front-page-col-2-image {
	width: 100%;
	height: auto;
	position: relative;
}

.site-main .front-page .front-page-col-2 .front-page-col-2-image img {
	top: -9.7em;
	z-index: 2;
	width: 100%;
	height: auto;
	display: block;
}

.site-main .contact-col {
	display: none;
}

@media screen and (max-width: 900px) {
	.site-main .front-page {
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	.site-main .front-page .front-page-col-1 {
		width: 40%;
	}
	.site-main .front-page .front-page-col-1 h2 {
		font-size: 2em;
		margin-top: .5em;
	}
	.site-main .front-page .front-page-col-1 p {
		font-size: 1em;
	}
	.site-main .front-page .front-page-col-2 {
		width: 45%;
	}
	.site-main .front-page .front-page-col-2 .front-page-col-2-image img {
		right: 3em;
	}
}

@media screen and (max-width: 600px) {
	.site-main .front-page {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		-ms-flex-align: start;
		    align-items: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		height: auto;
	}
	.site-main .front-page .front-page-col-1 {
		width: 100%;
	}
	.site-main .front-page .front-page-col-1 .contact-team {
		display: none;
	}
	.site-main .front-page .front-page-col-1 h2 {
		margin-top: 0;
	}
	.site-main .front-page .front-page-col-2 {
		width: 100%;
	}
	.site-main .front-page .front-page-col-2 .front-page-col-2-image img {
		position: relative;
		right: unset;
		top: unset;
		margin-top: -20px;
	}
	.site-main .front-page .front-page-col-2 .front-page-col-2-image .svg-shape svg {
		top: -7em;
		right: -1em;
	}
	.site-main .contact-col {
		display: block;
		margin-top: 1em;
		width: 100%;
	}
	.site-main .contact-col p {
		text-align: center;
	}
	.site-main .contact-col p a {
		width: 100%;
		padding: .5em 0;
		border: solid 2px #000;
		color: #000;
		font-weight: 900;
	}
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

@media only screen and (min-width: 900px) {
	.site-header {
		top: 0;
		left: 0;
		z-index: 1500;
		width: 100%;
	}
}

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

.site-header .container .site-branding img {
	width: 220px;
	height: auto;
	padding: 1em;
}

.site-header .container .main-navigation ul {
	margin: 0;
	padding: 0;
}

.site-header .container .main-navigation ul li {
	margin: 0;
	list-style: none;
	padding: 1em .6em;
	position: relative;
}

.site-header .container .main-navigation ul li a {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	font-weight: 800;
	font-size: 1em;
}

.site-header .container .main-navigation ul li a:not(:only-child):after {
	padding-left: 4px;
	content: ' ▾';
}

.site-header .container .main-navigation ul li.mobile-login {
	display: none;
}

.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 {
		padding: 1em;
		display: block;
		z-index: 1000;
		width: 100%;
	}
	.site-header .container .nav-list {
		display: block !important;
	}
	.site-header .container .nav-mobile {
		display: block;
	}
	.site-header .container .main-navigation ul {
		display: none;
		width: 100%;
		text-align: center;
		margin-top: 1em;
	}
	.site-header .container .main-navigation ul li {
		padding: 0;
		float: none;
	}
	.site-header .container .main-navigation ul li a {
		padding: 15px;
		line-height: 20px;
	}
	.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 {
		background: none;
	}
	.site-header .container .site-branding {
		text-align: center;
	}
	.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-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.site-header.site-header-toggled {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.site-header .top-row {
	width: 100%;
	background: linear-gradient(to right, #73866a 40%, #8aa970 100%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 100px;
	position: relative;
}

.site-header .top-row .top-row-left {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
}

.site-header .top-row .top-row-left .inner-left {
	width: 80%;
	background: #fff;
}

.site-header .top-row .top-row-left .inner-right {
	width: 20%;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	margin-left: -1px;
}

.site-header .top-row .top-row-right {
	width: 50%;
}

.site-header .top-row .top-row-full {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.site-header .top-row .top-row-full .container {
	display: -ms-flexbox;
	display: flex;
}

.site-header .top-row .top-row-full .container .top-row-full-left {
	width: 50%;
}

.site-header .top-row .top-row-full .container .top-row-full-left .site-branding a {
	width: 220px;
}

.site-header .top-row .top-row-full .container .top-row-full-left .site-branding a img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
}

.site-header .top-row .top-row-full .container .top-row-full-right {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: center;
	    align-items: center;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-1 {
	width: 20%;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-1 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	width: 100%;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-1 ul li {
	padding: 0 .5em;
	font-size: 1.6em;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-1 ul li a {
	color: #fff;
	transition: color 400ms linear;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-1 ul li a:hover {
	color: #232C53;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 {
	width: 30%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-top-row {
	width: 100%;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-top-row ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-top-row ul li {
	padding: 0 .5em;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-top-row ul li:last-child {
	padding-right: 0;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-top-row ul li a {
	color: #fff;
	transition: color 400ms linear;
	font-weight: 900;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-top-row ul li a:hover {
	color: #232C53;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row {
	width: 100%;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row .trfr-bottom-row-mob-only {
	display: none;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row .trfr-bottom-row-mob-only a i {
	padding-right: .5em;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row .trfr-bottom-row-mob-only a:hover {
	color: #fff;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row p {
	text-align: right;
	font-size: 1.2em;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row p a {
	font-weight: 900;
	color: #fff;
	transition: color 400ms linear;
	display: inline-block;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row p a:hover {
	color: #232C53;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-3 {
	width: 35%;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-3 p {
	text-align: right;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-3 p a {
	display: inline-block;
	font-weight: 900;
	color: #fff;
	padding: .5em 1em;
	border: solid 2px #fff;
	font-size: 1em;
	transition: all 400ms linear;
}

.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-3 p a:hover {
	color: #232C53;
	border-color: #232C53;
}

.site-header .bottom-row {
	width: 100%;
	background-image: linear-gradient(to right, #a288ce 0%, #636bb2 45%, #636bb2 75%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.site-header .bottom-row .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.site-header .bottom-row .container .bottom-row-left {
	width: 100%;
}

.site-header .bottom-row .container .bottom-row-left .main-navigation ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	opacity: 1;
	transition: opacity 400ms linear;
}

.site-header .bottom-row .container .bottom-row-left .main-navigation ul li {
	float: none;
	padding: .6em;
}

.site-header .bottom-row .container .bottom-row-left .main-navigation ul li a {
	color: #fff;
	font-size: .8em;
}

.site-header .bottom-row .container .bottom-row-left .main-navigation ul.main-nav-toggled {
	opacity: 0;
}

.site-header .bottom-row .container .bottom-row-right {
	width: 15% !important;
	color: #fff;
	position: relative;
}

.site-header .bottom-row .container .bottom-row-right p {
	text-align: right;
	font-weight: 900;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: center;
	    align-items: center;
}

.site-header .bottom-row .container .bottom-row-right a {
	cursor: pointer;
	color: #fff;
	font-weight: 900;
	outline: none;
}

.site-header .bottom-row .container .bottom-row-right a .hamburger,
.site-header .bottom-row .container .bottom-row-right a .hamburger:after {
	cursor: pointer;
	border-radius: 2px;
	height: 4px;
	width: 35px;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
	background: #fff;
}

.site-header .bottom-row .container .bottom-row-right a .hamburger {
	top: 5px;
	right: 55px;
}

.site-header .bottom-row .container .bottom-row-right a .hamburger:after {
	bottom: -10px;
}

.site-header .bottom-row .container .bottom-row-right a.active .hamburger {
	top: 10px;
	transform: rotate(45deg);
}

.site-header .bottom-row .container .bottom-row-right a.active .hamburger:after {
	top: 0;
	transform: rotate(90deg);
}

.site-header .bottom-row .sub-nav {
	display: none;
}

.site-header .bottom-row .sub-nav .container {
	padding-top: 1em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-header .bottom-row .sub-nav .container .mobile-nav-image {
	display: none;
}

.site-header .bottom-row .sub-nav .container .mobile-nav-items {
	display: none;
}

.site-header .bottom-row .sub-nav .container .top-level li:last-child {
	padding-left: 1em;
}

.site-header .bottom-row .sub-nav .container ul {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.site-header .bottom-row .sub-nav .container ul.ul-toggled {
	opacity: 1;
}

.site-header .bottom-row .sub-nav .container ul.ul-toggled li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.site-header .bottom-row .sub-nav .container ul li {
	width: 20%;
}

.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-1 {
	width: 100%;
}

.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-1 .svg-span svg {
	width: 70px;
	display: block;
	margin-left: 5px;
}

.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-2 {
	width: 100%;
	text-align: left;
}

.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-2 .sub-nav-title a {
	font-weight: 900;
}

.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-2 a {
	color: #fff;
}

.site-header .bottom-row .sub-nav .container .schemes-nav {
	width: 100%;
}

.site-header .bottom-row .sub-nav .container .schemes-nav .lower-level li:last-child {
	padding-left: 1em;
}

.site-header .bottom-row .sub-nav .container .schemes-nav .lower-level li:last-child ul li:last-child {
	padding-left: 0;
}

.site-header .bottom-row .sub-nav .container .schemes-nav .lower-level li ul li:last-child {
	padding-left: 0;
}

.site-header .bottom-row .sub-nav .container .schemes-nav ul {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
}

.site-header .bottom-row .sub-nav .container .schemes-nav ul li {
	width: 20%;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.site-header .bottom-row .sub-nav .container .schemes-nav ul li ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-header .bottom-row .sub-nav .container .schemes-nav ul li ul li {
	width: 100%;
	text-align: left;
}

.site-header .bottom-row .sub-nav .container .schemes-nav ul li ul li a {
	color: #fff;
	transition: color 400ms linear;
	font-size: .875em;
}

.site-header .bottom-row .sub-nav .container .schemes-nav ul li ul li a:hover {
	color: #89a96f;
}

@media screen and (max-width: 1200px) {
	.site-header .top-row .top-row-full .container .top-row-full-right {
		padding: 0 1em;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 {
		width: 42%;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-3 {
		width: 40%;
	}
	.site-header .bottom-row {
		padding: 0 1em;
	}
	.site-header .bottom-row .container .bottom-row-left {
		width: 83%;
	}
	.site-header .bottom-row .container .bottom-row-right {
		width: 15%;
	}
	.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-2 .sub-nav-title a {
		font-size: .875em;
	}
}

@media screen and (max-width: 950px) {
	.site-header .bottom-row .container .bottom-row-left .main-navigation {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.site-header .top-row .top-row-left {
		width: 30%;
	}
	.site-header .top-row .top-row-left .inner-right {
		margin-left: -1px;
	}
	.site-header .top-row .top-row-right {
		width: 70%;
	}
	.site-header .top-row .top-row-full .container .top-row-full-left {
		width: 30%;
	}
	.site-header .top-row .top-row-full .container .top-row-full-left .site-branding a {
		width: 75%;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right {
		width: 70%;
	}
	.site-header .bottom-row .container {
		padding: 1em;
	}
	.site-header .bottom-row .container .bottom-row-left {
		width: 85%;
	}
	.site-header .bottom-row .container .bottom-row-left .nav-mobile {
		display: none;
	}
	.site-header .bottom-row .container .bottom-row-left .main-navigation ul {
		margin-top: 0;
	}
	.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-1 .svg-span svg {
		width: 60px;
	}
	.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-2 .sub-nav-title a {
		font-size: 12px;
	}
	.site-header .bottom-row .sub-nav .container .schemes-nav ul li ul li {
		padding-right: .5em;
	}
	.site-header .bottom-row .sub-nav .container .schemes-nav ul li ul li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 700px) {
	.site-header .bottom-row .sub-nav .container ul.ul-toggled li {
		padding: 0 4px;
	}
}

@media screen and (max-width: 600px) {
	.site-header {
		z-index: 12;
	}
	.site-header .top-row {
		background-image: linear-gradient(to right, #a288ce 0%, #636bb2 45%, #636bb2 75%);
		height: 55px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		z-index: 1;
	}
	.site-header .top-row .top-row-left {
		width: 45%;
		height: 55px;
	}
	.site-header .top-row .top-row-right {
		width: 55%;
		height: 55px;
		background: none;
	}
	.site-header .top-row .top-row-full {
		height: 55px;
	}
	.site-header .top-row .top-row-full .container .top-row-full-left {
		width: 50%;
	}
	.site-header .top-row .top-row-full .container .top-row-full-left .site-branding {
		margin-left: -60px;
		margin-top: 7px;
	}
	.site-header .top-row .top-row-full .container .top-row-full-left .site-branding a img {
		padding: 2em;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right {
		width: 50%;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-1 {
		display: none;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 {
		width: 100%;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-top-row {
		display: none;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row {
		margin-left: -2.5em;
		margin-right: 100px;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row .trfr-bottom-row-desktop {
		display: none;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row .trfr-bottom-row-mob-only {
		display: block;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-2 .trfr-bottom-row p {
		font-size: 12px;
	}
	.site-header .top-row .top-row-full .container .top-row-full-right .trfr-col-3 {
		display: none;
	}
	.site-header .bottom-row {
		padding: 0;
		position: absolute;
		top: 0;
		background: none;
		box-shadow: none;
		z-index: 25;
		margin-top: 3.5em;
	}
	.site-header .bottom-row .container {
		padding: 0;
	}
	.site-header .bottom-row .container .bottom-row-left {
		display: none;
	}
	.site-header .bottom-row .container .bottom-row-right {
		width: 100%!important;
	}
	.site-header .bottom-row .container .bottom-row-right .services-toggle-p {
		position: absolute;
		right: 1em;
		top: -2.5em;
	}
	.site-header .bottom-row .container .bottom-row-right p .menu-text {
		display: none;
	}
	.site-header .bottom-row .container .bottom-row-right a span {
		right: 0;
		top: 1.2em;
		z-index: 999;
	}
	.site-header .bottom-row .container .bottom-row-right a.active span {
		top: 1.5em;
	}
	.site-header .bottom-row .sub-nav {
		background-image: linear-gradient(to right, #a288ce 0%, #636bb2 45%, #636bb2 75%);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		position: relative;
		z-index: 5;
	}
	.site-header .bottom-row .sub-nav .container .mobile-nav-image {
		display: block;
		margin-top: 3.5em;
		width: 100%;
	}
	.site-header .bottom-row .sub-nav .container .mobile-nav-image svg {
		width: 65%;
		margin: 0 auto;
		display: block;
	}
	.site-header .bottom-row .sub-nav .container .mobile-nav-items {
		display: -ms-flexbox;
		display: flex;
		margin-top: 0;
	}
	.site-header .bottom-row .sub-nav .container .mobile-nav-items.first {
		margin-top: 1em;
	}
	.site-header .bottom-row .sub-nav .container .mobile-nav-items li {
		text-align: center;
	}
	.site-header .bottom-row .sub-nav .container .mobile-nav-items li a {
		display: inline-block;
		width: 100%;
		color: #fff;
		font-weight: 900;
		font-size: 12px;
	}
	.site-header .bottom-row .sub-nav .container ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-header .bottom-row .sub-nav .container ul li {
		width: 100%;
		margin-bottom: 1em;
	}
	.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container {
		width: 100%;
	}
	.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-1 {
		display: none;
	}
	.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-2 {
		text-align: center;
	}
	.site-header .bottom-row .sub-nav .container ul li .sub-nav-services-container .sub-nav-services-col-2 .sub-nav-title {
		width: 100%;
	}
	.site-header .bottom-row .sub-nav .container .schemes-nav {
		display: none;
	}
	.site-header .bottom-row .sub-nav .get-in-touch {
		padding-top: 0;
		padding-bottom: 3em;
	}
	.site-header .bottom-row .sub-nav .get-in-touch .container .git-col-1 {
		display: none;
	}
	.site-header .bottom-row .sub-nav .get-in-touch .container .git-col-1 p {
		text-align: center;
		font-size: 1.5em;
	}
	.site-header .bottom-row .sub-nav .get-in-touch .container .git-col-2 {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
	}
	.site-header .bottom-row .sub-nav .get-in-touch .container .git-col-2 p:first-child {
		display: none;
	}
	.site-header .bottom-row .sub-nav .get-in-touch .container .git-col-2 p a {
		border-radius: 30px;
		width: unset;
		padding: .5em 1em;
		margin: 0;
		font-size: 12px;
	}
	.site-header .bottom-row .sub-nav .get-in-touch .container .git-col-2 .get-in-touch-today {
		display: none;
	}
	.site-header .bottom-row .sub-nav .get-in-touch .container .git-col-3 {
		display: none;
	}
}

/*--------------------------------------------------------------
## Post-Types
--------------------------------------------------------------*/
.site-main .services {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-main .services .fa-check-circle {
	color: #8aa970;
	padding-right: 1em;
	font-size: 1.2em;
}

.site-main .services .services-row-1 {
	padding: 60px 0 2em;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.site-main .services .services-row-1 .services-row-1-col-1 {
	width: 50%;
}

.site-main .services .services-row-1 .services-row-1-col-1 h1 {
	color: #000;
	line-height: 1em;
	margin: .2em 0 .5em 0;
	letter-spacing: 1px;
	width: 50%;
}

.site-main .services .services-row-1 .services-row-1-col-1 h1:before {
	content: '';
	display: block;
	height: 2px;
	width: 125px;
	margin: .4em 0;
	background: #a288ce;
}

.site-main .services .services-row-1 .services-row-1-col-1 p {
	color: #000;
	margin-bottom: 1em;
	font-size: 18px;
}

.site-main .services .services-row-1 .services-row-1-col-1 strong {
	font-weight: 900;
}

.site-main .services .services-row-1 .services-row-1-col-1 ul {
	list-style: initial;
	color: #a288ce;
	margin-left: 1.5em;
}

.site-main .services .services-row-1 .services-row-1-col-1 ul li span {
	color: #000;
}

.site-main .services .services-row-1 .services-row-1-col-2 {
	width: 50%;
}

.site-main .services .services-row-1 .services-row-1-col-2 img {
	width: 100%;
	height: auto;
}

.site-main .services .services-row-1 .services-row-1-col-3 {
	width: 100%;
	padding: 60px 0;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	z-index: 99;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li {
	width: 33.333%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 1em;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .top-row {
	padding: 1em 2em;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
	background: #f2f2f2;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .top-row .top-row-col-1 {
	width: 50%;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .top-row .top-row-col-1 .svg-span svg {
	width: 85px;
	display: block;
	margin: 0 auto;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .top-row .top-row-col-2 {
	width: 90%;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .top-row .top-row-col-2 p {
	color: #000;
	line-height: 1.2em;
	margin-bottom: .5em;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .top-row .top-row-col-2 p strong {
	font-weight: 900;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .bottom-row {
	padding: 1em;
	width: 100%;
	background: #f2f2f2;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .bottom-row p {
	text-align: center;
}

.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .bottom-row p a {
	color: #000;
	font-weight: 900;
	width: 100%;
	padding: .5em 2em;
	border: 1px solid #000;
}

.site-main .services .services-row-2 {
	padding: 1em 0 4em 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.site-main .services .services-row-2 .services-row-2-col-1 {
	width: 50%;
}

.site-main .services .services-row-2 .services-row-2-col-1 .services-featured-image {
	width: 100%;
}

.site-main .services .services-row-2 .services-row-2-col-1 .services-featured-image img {
	width: 100%;
	height: auto;
	display: block;
	padding: 1em;
}

.site-main .services .services-row-2 .services-row-2-col-2 {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-main .services .services-row-2 .services-row-2-col-2 p {
	color: #000;
	font-size: 18px;
}

.site-main .services .services-row-2 .services-row-2-col-2 .underline-row {
	width: 100%;
	height: 22px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.site-main .services .services-row-2 .services-row-2-col-2 .underline-row .underline {
	height: 2px;
	width: 125px;
	background: #a288ce;
}

.site-main .services .services-row-2 .services-row-2-col-2 .content-row {
	width: 100%;
	height: 100%;
	padding-top: 1.5em;
}

.site-main .services .services-row-2 .services-row-2-col-2 .content-row p {
	margin-bottom: 1em;
}

.site-main .services .services-row-2 .services-row-2-col-2 .content-row p strong {
	font-weight: 900;
}

@media screen and (max-width: 1200px) {
	.site-main .services .services-row-1 {
		padding: 1em 2em;
	}
	.site-main .services .services-row-2 {
		padding: 1em 2em;
		padding-bottom: 3em;
	}
	.site-main .services .services-row-2 .services-row-2-col-1 .services-featured-image {
		margin: 0 auto;
	}
}

@media screen and (max-width: 900px) {
	.site-main .services .services-row-1 .services-row-1-col-1 {
		width: 50%;
	}
	.site-main .services .services-row-1 .services-row-1-col-2 {
		width: 50%;
		-ms-flex-pack: center;
		    justify-content: center;
	}
	.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .top-row .top-row-col-1 {
		width: 100%;
	}
	.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .top-row .top-row-col-2 {
		width: 100%;
	}
	.site-main .services .services-row-1 .services-row-1-col-3 ul li .services-list-item .top-row .top-row-col-2 p:first-child {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.site-main .services .services-row-1 .services-row-1-col-1 {
		width: 100%;
	}
	.site-main .services .services-row-1 .services-row-1-col-1 h4 {
		line-height: 1em;
		margin-bottom: 1em;
	}
	.site-main .services .services-row-1 .services-row-1-col-2 {
		width: 100%;
	}
	.site-main .services .services-row-1 .services-row-1-col-3 {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.site-main .services .services-row-1 .services-row-1-col-3 ul li {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.site-main .services .services-row-2 {
		padding-bottom: 2em;
	}
	.site-main .services .services-row-2 .services-row-2-col-1 {
		display: none;
	}
	.site-main .services .services-row-2 .services-row-2-col-2 {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.contact .site-main {
	padding: 2em 0 2em 0;
}

.contact .site-main .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.contact .site-main .container .contact-row-1 {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 {
	width: 50%;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 h1 {
	color: #000;
	line-height: 1em;
	margin: .2em 0;
	letter-spacing: 1px;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 h1:after {
	content: '';
	display: block;
	height: 2px;
	width: 125px;
	margin: .4em 0;
	background: #a288ce;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-align: center;
	    align-items: center;
	padding-top: 3em;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-title {
	width: 15%;
	padding: 1em 0;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-title h4 {
	font-size: 1em;
	font-weight: 900;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-info {
	width: 85%;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-info p {
	font-size: 1em;
	color: #000;
	width: 50%;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-info p a {
	color: #000;
	transition: color 400ms ease-in-out;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-info p a:hover {
	color: #636bb2;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-social-links {
	width: 100%;
	padding-top: .5em;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-social-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-social-links ul li {
	padding: 1em 1em 1em 0;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-social-links ul li a {
	color: #636bb2;
	font-size: 1.5em;
	transition: color 400ms ease-in-out;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-1 .contact-details .contact-social-links ul li a:hover {
	color: #a288ce;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 {
	width: 50%;
	position: relative;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form {
	position: absolute;
	top: 4em;
	width: 95%;
	background: #f2f2f2;
	padding: 2.5em 1em 2.5em 2em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .title-section {
	display: none;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form input {
	width: 100%;
	outline: none;
	border-radius: 0;
	border: 0;
	border-bottom: solid 1px #a288ce;
	padding-bottom: 3px;
	background: #f2f2f2;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form select {
	outline: none;
	width: 100%;
	border-radius: 0;
	border: 0;
	border-bottom: solid 1px #a288ce;
	padding-bottom: 3px;
	background: #f2f2f2;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #666;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form option {
	border-radius: 0;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .form-field {
	padding-right: 2em;
	margin-bottom: 2em;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .name-field {
	width: 50%;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .email-field {
	width: 50%;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .number-field {
	width: 50%;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .interested-field {
	width: 50%;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .hear-field {
	width: 50%;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .message-field textarea {
	outline: none;
	border-radius: 0;
	border: 0;
	border-bottom: solid 1px #a288ce;
	padding-bottom: 0;
	background: #f2f2f2;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .consent-field input {
	display: inline-block;
	width: 5%;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .consent-field .checkbox-info {
	font-size: 14px;
	color: #666;
	display: inline-block;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .consent-field .consent-info {
	font-size: 12px;
	margin-top: 1em;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .submit-field {
	margin-top: 1em;
	margin-bottom: 1em;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .submit-field input {
	border: solid 1px #000;
	border-radius: 30px;
	padding: 1em 4em;
	background: #f2f2f2;
	font-weight: 900;
	cursor: pointer;
	transition: all 400ms linear;
}

.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form .submit-field input:hover {
	background: #a288ce;
	color: #fff;
	border-color: #a288ce;
}

.contact .site-main .container .contact-row-2 {
	width: 100%;
	margin-top: 16em;
}

.contact .site-main .container .contact-row-2 .contact-map {
	width: 100%;
	padding: 1em 2em;
}

.contact .site-main .container .contact-row-2 .contact-map #map {
	height: 500px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 1200px) {
	.contact .site-main .container {
		padding: 0 2em;
	}
	.contact .site-main .container .contact-row-1 .contact-row-1-col-1 {
		padding: 1em 2em;
	}
	.contact .site-main .container .contact-row-1 .contact-row-1-col-2 .smart-financial-contact-form {
		top: 0;
		width: 100%;
	}
	.contact .site-main .container .contact-row-2 {
		margin-top: 17em;
	}
}

@media screen and (max-width: 900px) {
	.contact .site-main .container .contact-row-1 {
		-ms-flex-direction: column-reverse;
		    flex-direction: column-reverse;
	}
	.contact .site-main .container .contact-row-1 .contact-row-1-col-1 {
		width: 100%;
		margin-top: 16em;
	}
	.contact .site-main .container .contact-row-1 .contact-row-1-col-2 {
		width: 100%;
	}
	.contact .site-main .container .contact-row-2 {
		margin-top: 0;
	}
}

.login-page .site-main #smart-financial-login-page {
	position: relative;
	height: 100%;
}

.login-page .site-main #smart-financial-login-page .login-box-p {
	width: 40%;
	margin: 3em auto;
	top: 4em;
	background-image: linear-gradient(to right, #a288ce 0%, #636bb2 45%, #636bb2 75%);
	border-radius: 15px;
	padding: 2em;
	color: #232C53;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.login-page .site-main #smart-financial-login-page .login-box-p form {
	background: #fff;
	padding: 1em;
}

.login-page .site-main #smart-financial-login-page .login-box-p form input {
	width: 100%;
}

.login-page .site-main #smart-financial-login-page .login-box-p .login-remember {
	margin-top: .5em;
	margin-bottom: 1em;
}

.login-page .site-main #smart-financial-login-page .login-box-p .login-remember label input {
	margin-right: .25em;
	width: unset;
}

.login-page .site-main #smart-financial-login-page .login-box-p a {
	background: #fff;
	width: 100%;
	display: block;
	padding: 1em;
	color: #232C53;
}

.blog-page .blog-title {
	margin-top: 2em;
	margin-bottom: 1em;
	position: relative;
}

.blog-page .blog-title .main-heading {
	color: #000;
	line-height: 1em;
	margin: .2em 0 .5em 0;
	letter-spacing: 1px;
	width: 50%;
}

.blog-page .blog-title .main-heading:before {
	content: '';
	display: block;
	height: 2px;
	width: 125px;
	margin: .4em 0;
	background: #a288ce;
}

.blog-page .blog-title p {
	position: relative;
	z-index: 2;
}

.blog-page .blog-list {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.blog-page .blog-list .blog-list-item {
	width: 33.333%;
	transform: scale(0.9);
	transition: all 400ms linear;
}

.blog-page .blog-list .blog-list-item:hover {
	transform: scale(1);
}

.blog-page .blog-list .blog-list-item a {
	display: block;
}

.blog-page .blog-list .blog-list-item a .blog-image img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.blog-page .blog-list .blog-list-item a .heading {
	margin-top: .5em;
	margin-bottom: .75em;
	font-weight: 800;
	line-height: 1.1em;
}

.blog-page .blog-list .blog-list-item .copy .categories {
	margin-top: .75em;
}

.blog-page .blog-list .blog-list-item .copy .categories ul {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
}

.blog-page .blog-list .blog-list-item .copy .categories ul li {
	margin-left: .5em;
}

.blog-page .blog-list .blog-list-item .copy .categories ul li:first-child {
	margin-left: 0;
}

.blog-page .blog-list .blog-list-item .copy .categories ul li a {
	color: #000;
	transition: color 400ms linear;
}

.blog-page .blog-list .blog-list-item .copy .heading {
	color: #636bb2;
	font-size: 1.25em;
}

.blog-page .blog-list .blog-list-item .copy p {
	color: #000;
}

.blog-page .blog-list .blog-list-item .copy p .read-more {
	transition: color 400ms linear;
	color: #636bb2;
}

.blog-page .load-more {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 4em;
}

.blog-page .load-more #load-more, .blog-page .load-more #load-more-blog {
	width: 33.333%;
	border: 0;
	background: linear-gradient(to right, #a288ce 0%, #636bb2 45%, #636bb2 75%);
	color: #fff;
	padding: 1.5em 0;
	font-size: 1.25em;
	cursor: pointer;
	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);
	outline: none;
}

.blog-page .load-more #load-more:hover, .blog-page .load-more #load-more-blog:hover {
	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: 600px) {
	.blog-page .blog-title .main-heading {
		font-size: 1.5em;
	}
	.blog-page .blog-list .blog-list-item {
		width: 100%;
		transform: unset;
		margin-bottom: 1em;
	}
	.blog-page .blog-list .blog-list-item a .heading {
		font-size: 1em;
	}
	.blog-page .blog-list .blog-list-item .copy .heading {
		margin-top: 1em;
		font-size: 1em;
	}
	.blog-page .blog-list .blog-list-item .copy p {
		font-size: .875em;
	}
	.blog-page .load-more {
		width: 100%;
	}
	.blog-page .load-more #load-more, .blog-page .load-more #load-more-blog {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	width: 100%;
	text-align: center;
}

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

.site-footer .top-row {
	background: #232C53;
	padding: 3em 0 4em 0;
	color: #fff;
	text-align: left;
}

.site-footer .top-row .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.site-footer .top-row .container h4 {
	margin-bottom: .7em;
}

.site-footer .top-row .container ul li {
	line-height: 1.3em;
}

.site-footer .top-row .container ul li a {
	color: #fff;
	transition: color 800ms linear;
}

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

.site-footer .top-row .container .contact-us {
	-ms-flex: 1;
	    flex: 1;
}

.site-footer .top-row .container .services {
	-ms-flex: 1;
	    flex: 1;
}

.site-footer .top-row .container .legal {
	-ms-flex: 1;
	    flex: 1;
}

.site-footer .top-row .container .site-info {
	-ms-flex: 1;
	    flex: 1;
}

.site-footer .top-row .container .site-info .logo {
	margin-bottom: 1.5em;
}

.site-footer .top-row .container .site-info .logo svg {
	width: unset;
}

.site-footer .top-row .container .site-info .badge {
	margin-bottom: 1em;
}

.site-footer .bottom-row {
	background: #000;
	padding: 1em 0;
}

.site-footer .bottom-row p {
	color: #fff;
	margin: 0;
}

.site-footer .bottom-row p a {
	color: #fff;
	display: inline-block;
}

.site-footer .bottom-row p a:after {
	content: '';
	display: block;
	height: 1px;
	background: #38f9d7;
	width: 0;
	margin: 0 auto;
	transition: width 800ms linear;
}

.site-footer .bottom-row p a:hover:after {
	width: 90%;
}

.site-footer .bottom-row p .separator {
	padding: 0 .5em;
}

@media screen and (max-width: 1200px) {
	.site-footer .top-row .container {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.site-footer .top-row .container .contact-us {
		width: 25%;
	}
	.site-footer .top-row .container .services {
		width: 20%;
	}
	.site-footer .top-row .container .legal {
		width: 20%;
	}
	.site-footer .top-row .container .site-info {
		width: 35%;
		text-align: right;
	}
	.site-footer .bottom-row p .separator {
		visibility: hidden;
	}
	.site-footer .bottom-row p .separator:after {
		content: '';
		display: block;
		height: 1px;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.site-footer .top-row {
		padding-bottom: 1.5em;
	}
	.site-footer .top-row .container .contact-us {
		display: none;
	}
	.site-footer .top-row .container .services {
		display: none;
	}
	.site-footer .top-row .container .legal {
		display: none;
	}
	.site-footer .top-row .container .site-info {
		width: 100%;
		text-align: center;
	}
	.site-footer .top-row .container .site-info .logo svg {
		width: 70%;
	}
	.site-footer .bottom-row {
		background-color: #232C53;
		margin-top: -1px;
	}
	.site-footer .bottom-row .info-site {
		display: none;
	}
	.site-footer .bottom-row p {
		font-size: 11px;
	}
}

/*--------------------------------------------------------------
## Includes
--------------------------------------------------------------*/
.get-in-touch {
	width: 100%;
	background-image: linear-gradient(to right, #a288ce 0%, #636bb2 45%, #636bb2 75%);
	padding: 3em 0 2em 0;
}

.get-in-touch.get-in-touch-opacity {
	opacity: 0;
}

.get-in-touch.get-in-touch-opacity.get-in-touch-opacity-toggled {
	opacity: 1;
	transition: opacity 1s ease-in-out;
}

.get-in-touch .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	color: #fff;
	font-size: 1em;
}

.get-in-touch .container p {
	font-weight: 600;
}

.get-in-touch .container a {
	color: #fff;
}

.get-in-touch .container span {
	font-weight: 900;
}

.get-in-touch .container .git-col-1 {
	text-align: left;
	width: 20%;
}

.get-in-touch .container .git-col-1 p {
	line-height: 1.4em;
}

.get-in-touch .container .git-col-1 p a {
	display: inline-block;
}

.get-in-touch .container .git-col-1 p a:after {
	content: '';
	display: block;
	height: 2px;
	background: #fff;
	width: 95%;
	margin: .2em auto;
}

.get-in-touch .container .git-col-2 {
	width: 60%;
	text-align: center;
}

.get-in-touch .container .git-col-2 p {
	line-height: 1.8em;
}

.get-in-touch .container .git-col-2 p strong {
	font-size: 2em;
	letter-spacing: 1px;
}

.get-in-touch .container .git-col-2 p a {
	display: inline-block;
	margin: 2em 0 1.5em 0;
	padding: .5em 2.5em;
	border: solid 2px #fff;
	border-radius: 30px;
	font-weight: 900;
}

.get-in-touch .container .git-col-3 {
	text-align: right;
	width: 20%;
}

.get-in-touch .container .git-col-3 p {
	line-height: 1.4em;
}

.get-in-touch .container .git-col-3 p a {
	display: inline-block;
}

.get-in-touch .container .git-col-3 p a:after {
	content: '';
	display: block;
	height: 2px;
	background: #fff;
	width: 95%;
	margin: .2em auto;
}

.services .get-in-touch {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	position: relative;
}

@media screen and (max-width: 600px) {
	.get-in-touch {
		padding-bottom: 4em;
	}
	.get-in-touch .container .git-col-1 {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
		margin-top: 1em;
	}
	.get-in-touch .container .git-col-1 p {
		text-align: center;
		font-size: 1.5em;
	}
	.get-in-touch .container .git-col-2 {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
	}
	.get-in-touch .container .git-col-2 p a {
		border-radius: 15px;
	}
	.get-in-touch .container .git-col-3 {
		width: 100%;
		-ms-flex-order: 3;
		    order: 3;
		margin-top: 2em;
	}
	.get-in-touch .container .git-col-3 p {
		text-align: center;
		font-size: 1.5em;
	}
}

.recent-news {
	background: #f2f2f2;
	padding: 50px 0;
}

.recent-news .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.recent-news .container .rn-col-1 {
	width: 30%;
}

.recent-news .container .rn-col-1 h3 {
	font-size: 2em;
	color: #000;
	font-weight: 900;
	letter-spacing: 1px;
}

.recent-news .container .rn-col-1 h3:before {
	content: '';
	display: block;
	height: 2px;
	width: 125px;
	margin: 0 0 .2em 0;
	background: #000;
}

.recent-news .container .rn-col-1 p {
	font-size: 1em;
}

.recent-news .container .rn-col-1 p a {
	color: #636bb2;
	transition: color 400ms linear;
	font-weight: bolder;
}

.recent-news .container .rn-col-1 p a:hover {
	color: #8aa970;
}

.recent-news .container .rn-col-1 .read-more {
	margin-top: 2em;
}

.recent-news .container .rn-col-1 .read-more a {
	color: #000;
	font-weight: 900;
	display: inline-block;
}

.recent-news .container .rn-col-1 .read-more a:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: #a288ce;
	margin-top: 2px;
}

.recent-news .container .rn-col-2 {
	width: 70%;
}

.recent-news .container .rn-col-2 .slick-list {
	box-sizing: initial;
	padding: 25px 0;
}

.recent-news .container .rn-col-2 ul {
	position: relative;
}

.recent-news .container .rn-col-2 ul .slick-prev, .recent-news .container .rn-col-2 ul .slick-next {
	border: 0;
	font-size: 0;
	background: transparent;
	outline: none;
	cursor: pointer;
}

.recent-news .container .rn-col-2 ul .slick-prev:after, .recent-news .container .rn-col-2 ul .slick-prev:before, .recent-news .container .rn-col-2 ul .slick-next:after, .recent-news .container .rn-col-2 ul .slick-next:before {
	line-height: 2em;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 900;
	padding: .5em;
	border-radius: 50%;
	background: none;
	color: #636bb2;
	opacity: .5;
	transition: opacity 400ms linear;
}

.recent-news .container .rn-col-2 ul .slick-prev:hover:after, .recent-news .container .rn-col-2 ul .slick-prev:hover:before, .recent-news .container .rn-col-2 ul .slick-next:hover:after, .recent-news .container .rn-col-2 ul .slick-next:hover:before {
	opacity: 1;
}

.recent-news .container .rn-col-2 ul .slick-prev:after {
	content: '\f060';
}

.recent-news .container .rn-col-2 ul .slick-next:before {
	content: '\f061';
}

.recent-news .container .rn-col-2 ul li {
	padding: 0 1em;
}

.recent-news .container .rn-col-2 ul li .recent-news-container {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-image {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 170px;
}

.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-image img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 400ms linear;
}

.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-image img.img-toggled {
	transform: scale(1.1);
}

.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-content {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: start;
	    align-items: flex-start;
	position: relative;
	z-index: 2;
}

.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-content h4 {
	width: 100%;
	padding: 1em 1em .5em 1em;
	font-size: 1em;
	font-weight: 900;
}

.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-content .recent-news-content-links {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-content .recent-news-content-links p {
	font-weight: 700;
	padding: 1em;
	font-size: .8em;
	color: #000;
}

.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-content .recent-news-content-links p a {
	font-weight: 700;
	color: #000;
}

.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-content .recent-news-content-links p a:after {
	content: '';
	display: block;
	height: 2px;
	width: 0;
	margin: 0 auto;
	margin-top: 1px;
	background: #a288ce;
	transition: width 400ms linear;
}

.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-content .recent-news-content-links p a:hover:after {
	width: 95%;
}

@media screen and (max-width: 900px) {
	.recent-news .container .rn-col-2 ul li {
		padding: 0 .5em;
	}
}

@media screen and (max-width: 600px) {
	.recent-news {
		padding: 2.5em 0 0 0;
	}
	.recent-news .container .rn-col-1 {
		width: 100%;
	}
	.recent-news .container .rn-col-1 p {
		display: none;
	}
	.recent-news .container .rn-col-2 {
		width: 100%;
	}
	.recent-news .container .rn-col-2 ul li .recent-news-container .recent-news-content h4 {
		padding-left: .7em;
		padding-top: .5em;
		font-size: 22px;
	}
}

.why-choose-us {
	width: 100%;
	background-image: linear-gradient(to right, #a288ce 0%, #636bb2 45%, #636bb2 75%);
	padding: 40px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	position: relative;
}

.why-choose-us .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.why-choose-us .container .wcu-col-1 {
	width: 100%;
	padding-left: 2em;
	text-align: center;
}

.why-choose-us .container .wcu-col-1 h3 {
	font-size: 2em;
	color: #fff;
	font-weight: 900;
	letter-spacing: 1px;
}

.why-choose-us .container .wcu-col-1 p {
	font-size: 1em;
	color: #fff;
}

.why-choose-us .container .wcu-col-1 p:after {
	content: '';
	display: block;
	margin: 0 auto;
	height: 1px;
	width: 64px;
	margin-top: 8px;
	background: #fff;
	margin-bottom: 2em;
}

.why-choose-us .container .wcu-col-1 .read-more {
	margin-top: 2em;
}

.why-choose-us .container .wcu-col-1 .read-more a {
	color: #fff;
	font-weight: 900;
	display: inline-block;
}

.why-choose-us .container .wcu-col-1 .read-more a:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	margin-top: 2px;
}

.why-choose-us .container .wcu-col-2 {
	width: 100%;
}

.why-choose-us .container .wcu-col-2 ul {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
}

.why-choose-us .container .wcu-col-2 ul li {
	width: 20%;
	padding: 0 .5em;
}

.why-choose-us .container .wcu-col-2 ul li .wcu-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	color: #fff;
}

.why-choose-us .container .wcu-col-2 ul li .wcu-container .wcu-icon {
	width: 100%;
	text-align: center;
}

.why-choose-us .container .wcu-col-2 ul li .wcu-container .wcu-icon svg {
	width: 75px;
}

.why-choose-us .container .wcu-col-2 ul li .wcu-container .wcu-content {
	width: 100%;
}

.why-choose-us .container .wcu-col-2 ul li .wcu-container .wcu-content .wcu-title {
	margin-bottom: 1em;
}

.why-choose-us .container .wcu-col-2 ul li .wcu-container .wcu-content p {
	text-align: center;
	line-height: 1em;
}

.why-choose-us .container .wcu-col-2 ul li .wcu-container .wcu-content p strong {
	font-weight: 700;
}

@media screen and (max-width: 1200px) {
	.why-choose-us .container .wcu-col-2 {
		padding: 0 1em;
	}
}

@media screen and (max-width: 900px) {
	.why-choose-us .container .wcu-col-1 h3 {
		line-height: 1em;
	}
}

@media screen and (max-width: 600px) {
	.why-choose-us {
		padding-top: 2em;
		padding-bottom: 3em;
	}
	.why-choose-us .container .wcu-col-1 {
		width: 100%;
		padding-left: 0;
	}
	.why-choose-us .container .wcu-col-1 p:after {
		margin-bottom: 0;
	}
	.why-choose-us .container .wcu-col-1 .read-more {
		margin-top: 1em;
		font-size: 14px;
	}
	.why-choose-us .container .wcu-col-1 .read-more a:after {
		display: none;
	}
	.why-choose-us .container .wcu-col-2 {
		width: 100%;
		margin-top: 1em;
	}
	.why-choose-us .container .wcu-col-2 ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.why-choose-us .container .wcu-col-2 ul li {
		width: 50%;
		margin-top: 1em;
	}
	.why-choose-us .container .wcu-col-2 ul li:last-child {
		width: 100%;
	}
	.why-choose-us .container .wcu-col-2 ul li .wcu-container .wcu-icon svg {
		width: 50px;
	}
}

.we-make-it-easy {
	padding: 50px 0;
}

.we-make-it-easy .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.we-make-it-easy .container .wmie-col-1 {
	width: 50%;
}

.we-make-it-easy .container .wmie-col-1 .wmie-col-1-container {
	margin: 0 auto;
}

.we-make-it-easy .container .wmie-col-1 .wmie-col-1-container img {
	width: 100%;
	height: auto;
	display: block;
}

.we-make-it-easy .container .wmie-col-2 {
	width: 50%;
}

.we-make-it-easy .container .wmie-col-2 h3 {
	font-size: 2.3em;
	color: #000;
	font-weight: 900;
	letter-spacing: 1px;
}

.we-make-it-easy .container .wmie-col-2 h3:before {
	content: '';
	display: block;
	height: 2px;
	width: 18%;
	background: #a288ce;
	margin-top: 1em;
	margin-bottom: 1em;
}

.we-make-it-easy .container .wmie-col-2 .subtext {
	font-size: 1.4em;
	line-height: 1.2em;
	max-width: 80%;
}

.we-make-it-easy .container .wmie-col-2 .contact-team {
	margin-top: 1em;
}

.we-make-it-easy .container .wmie-col-2 .contact-team a {
	color: #000;
	display: inline-block;
	margin: 2em 0 1.5em 0;
	padding: .5em 2.5em;
	border: solid 2px #000;
	border-radius: 30px;
	font-weight: 900;
}

@media screen and (max-width: 600px) {
	.we-make-it-easy {
		padding: 1.5em 0 2.5em 0;
	}
	.we-make-it-easy .container {
		-ms-flex-direction: column-reverse;
		    flex-direction: column-reverse;
	}
	.we-make-it-easy .container .wmie-col-1 {
		width: 100%;
	}
	.we-make-it-easy .container .wmie-col-2 {
		width: 100%;
	}
	.we-make-it-easy .container .wmie-col-2 h3 {
		font-size: 1.4em;
	}
	.we-make-it-easy .container .wmie-col-2 h3:before {
		background: #a288ce;
	}
	.we-make-it-easy .container .wmie-col-2 p {
		font-size: 14px;
	}
	.we-make-it-easy .container .wmie-col-2 .contact-team a {
		text-align: center;
		width: 100%;
		border-radius: 0;
	}
}

.how-can-we-help {
	background: #f2f2f2;
	padding: 50px 0;
}

.how-can-we-help .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.how-can-we-help .container .hcwh-col-1 {
	width: 30%;
	padding-left: 2em;
}

.how-can-we-help .container .hcwh-col-1 h3 {
	font-size: 2.3em;
	color: #000;
	font-weight: 900;
	line-height: .9em;
	margin-bottom: .5em;
	letter-spacing: 1px;
}

.how-can-we-help .container .hcwh-col-1 h3:before {
	content: '';
	display: block;
	height: 2px;
	width: 18%;
	background: #a288ce;
	margin-top: 1em;
	margin-bottom: 1em;
}

.how-can-we-help .container .hcwh-col-1 p {
	font-size: 1.4em;
	line-height: 1.2em;
	max-width: 80%;
}

.how-can-we-help .container .hcwh-col-2 {
	width: 70%;
}

.how-can-we-help .container .hcwh-col-2 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.how-can-we-help .container .hcwh-col-2 ul li {
	width: 33.333%;
	padding: 2em .5em;
}

.how-can-we-help .container .hcwh-col-2 ul li a {
	color: #000;
}

.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-1 {
	width: 50%;
}

.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-1 .svg-span svg {
	width: 70px;
	display: block;
	margin: 0 auto;
}

.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-2 {
	width: 50%;
}

.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-2 h3 {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: .5em;
}

.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-2 p {
	font-size: 1em;
	line-height: 1em;
}

@media screen and (max-width: 1200px) {
	.how-can-we-help .container {
		padding: 0 1em;
	}
	.how-can-we-help .container .hcwh-col-1 {
		width: 25%;
		padding-left: 1em;
	}
	.how-can-we-help .container .hcwh-col-2 {
		width: 75%;
	}
}

@media screen and (max-width: 800px) {
	.how-can-we-help .container .hcwh-col-1 {
		width: 100%;
	}
	.how-can-we-help .container .hcwh-col-1 h3 {
		font-size: 1.6em;
	}
	.how-can-we-help .container .hcwh-col-1 h3 br {
		display: none;
	}
	.how-can-we-help .container .hcwh-col-1 p {
		font-size: 1em;
	}
	.how-can-we-help .container .hcwh-col-1 p:after {
		margin-top: 1em;
	}
	.how-can-we-help .container .hcwh-col-2 {
		width: 100%;
	}
	.how-can-we-help .container .hcwh-col-2 ul {
		margin-top: 2em;
	}
	.how-can-we-help .container .hcwh-col-2 ul li {
		padding-top: 0;
		padding-bottom: 1em;
		width: 50%;
	}
	.how-can-we-help .container .hcwh-col-2 ul li:nth-child(5) a .hcwh-services-container .hcwh-services-col-2 h3 {
		max-width: 100%;
	}
	.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-1 {
		width: 100%;
	}
	.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-1 .svg-span svg {
		width: 60px;
	}
	.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-2 {
		width: 100%;
	}
	.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-2 h3 {
		text-align: center;
		max-width: 50%;
		margin: 0 auto .6em;
	}
	.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-2 p {
		text-align: center;
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.how-can-we-help {
		padding: 1.5em 0 2.5em 0;
	}
	.how-can-we-help .container .hcwh-col-1 {
		width: 100%;
	}
	.how-can-we-help .container .hcwh-col-1 h3 {
		font-size: 1.6em;
	}
	.how-can-we-help .container .hcwh-col-1 h3 br {
		display: none;
	}
	.how-can-we-help .container .hcwh-col-1 p {
		font-size: 1em;
	}
	.how-can-we-help .container .hcwh-col-1 p:after {
		margin-top: 1em;
	}
	.how-can-we-help .container .hcwh-col-2 {
		width: 100%;
	}
	.how-can-we-help .container .hcwh-col-2 ul {
		margin-top: 2em;
	}
	.how-can-we-help .container .hcwh-col-2 ul li {
		padding-top: 0;
		padding-bottom: 1em;
		width: 50%;
	}
	.how-can-we-help .container .hcwh-col-2 ul li:nth-child(5) a .hcwh-services-container .hcwh-services-col-2 h3 {
		max-width: 100%;
	}
	.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-1 {
		width: 100%;
	}
	.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-1 .svg-span svg {
		width: 50px;
	}
	.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-2 {
		width: 100%;
	}
	.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-2 h3 {
		text-align: center;
		max-width: 50%;
		margin: 0 auto .6em;
	}
	.how-can-we-help .container .hcwh-col-2 ul li a .hcwh-services-container .hcwh-services-col-2 p {
		text-align: center;
		font-size: 12px;
	}
}

.other-services {
	background: #f2f2f2;
	padding: 3.5em 0;
	width: 100%;
}

.other-services .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.other-services .container .os-col-1 {
	width: 30%;
}

.other-services .container .os-col-1 h3 {
	font-size: 2em;
	color: #000;
	font-weight: 900;
	letter-spacing: 1px;
}

.other-services .container .os-col-1 p {
	font-size: 1em;
}

.other-services .container .os-col-1 p:after {
	content: '';
	display: block;
	height: 2px;
	width: 125px;
	margin: 1em 0 0 0;
	background: #a288ce;
}

.other-services .container .os-col-2 {
	width: 70%;
}

.other-services .container .os-col-2 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.other-services .container .os-col-2 ul li {
	padding: 0 1em;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.other-services .container .os-col-2 ul li .os-row-1 {
	width: 100%;
}

.other-services .container .os-col-2 ul li .os-row-1 .svg-span svg {
	width: 70px;
	display: block;
	margin: 0 auto;
}

.other-services .container .os-col-2 ul li .os-row-2 {
	width: 100%;
}

.other-services .container .os-col-2 ul li .os-row-2 p {
	line-height: 1.2em;
}

.other-services .container .os-col-2 ul li .os-row-2 p a {
	color: #000;
	font-weight: 700;
}

@media screen and (max-width: 900px) {
	.other-services {
		padding: 2em 0;
	}
	.other-services .container .os-col-1 {
		padding-bottom: 1em;
		width: 100%;
		text-align: center;
	}
	.other-services .container .os-col-1 p:after {
		margin: 1em auto;
	}
	.other-services .container .os-col-2 {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.other-services .container .os-col-2 ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.other-services .container .os-col-2 ul li {
		width: 50%;
		padding-bottom: 1.5em;
	}
	.other-services .container .os-col-2 ul li .os-row-1 .svg-span svg {
		width: 60px;
	}
}

.front-page .svg-shape {
	position: relative;
}

.front-page .svg-shape svg {
	position: absolute;
	z-index: 1;
	right: -6em;
	top: -11.5em;
	width: 475px;
	height: auto;
}

.services .svg-shape svg {
	width: 475px;
	height: auto;
	transform: rotate(55deg);
}

.contact .svg-shape {
	margin-left: 10em;
}

.contact .svg-shape svg {
	width: 475px;
	height: auto;
	transform: rotate(65deg);
}

@media screen and (max-width: 1200px) {
	.front-page .svg-shape svg {
		width: 400px;
		right: -2em;
	}
	.contact .svg-shape {
		margin-left: 2em;
	}
	.contact .svg-shape svg {
		width: 400px;
		right: -2em;
	}
}

@media screen and (max-width: 900px) {
	.front-page .svg-shape svg {
		width: 400px;
		right: -1em;
	}
	.services .svg-shape svg {
		width: 300px;
	}
}

@media screen and (max-width: 600px) {
	.front-page .svg-shape svg {
		width: 300px;
	}
}

.partner-logos {
	background: #fff;
}

.partner-logos .container h3 {
	font-size: 2.3em;
	color: #000;
	font-weight: 900;
	line-height: .9em;
	margin-bottom: .5em;
	letter-spacing: 1px;
	text-align: center;
}

.partner-logos .container h3:before {
	content: '';
	display: block;
	height: 2px;
	width: 10%;
	background: #a288ce;
	margin: 1em auto;
	margin-bottom: 16px;
}

.partner-logos .container ul {
	margin: 2em 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
}

.partner-logos .container ul li {
	padding: 0 1em;
}

@media screen and (max-width: 600px) {
	.partner-logos .container h3 {
		font-size: 1.6em;
	}
	.partner-logos .container h3 br {
		display: none;
	}
	.partner-logos .container ul {
		margin: 2em 0;
	}
}

.accreditation-logos .container ul {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.accreditation-logos .container ul li {
	-ms-flex: 1;
	    flex: 1;
}

.accreditation-logos .container ul li a {
	display: block;
	margin: .25em;
	transform: scale(0.9);
	transition: all 400ms linear;
}

.accreditation-logos .container ul li a:hover {
	transform: scale(1);
}

/*--------------------------------------------------------------
## SVGs
--------------------------------------------------------------*/
svg g path {
	transition: all 400ms linear;
}

svg g circle {
	transition: all 400ms linear;
}

svg g line {
	transition: all 400ms linear;
}

svg g rect {
	transition: all 400ms linear;
}

svg g ellipse {
	transition: all 400ms linear;
}

svg g polygon {
	transition: all 400ms linear;
}

.svg-toggled g path {
	stroke: #a288ce;
}

.svg-toggled g circle {
	stroke: #a288ce;
}

.svg-toggled g line {
	stroke: #a288ce;
}

.svg-toggled g rect {
	stroke: #a288ce;
}

.svg-toggled g ellipse {
	stroke: #a288ce;
}

.svg-toggled g polygon {
	stroke: #a288ce;
}

.sub-nav-services-col-1 svg g path {
	stroke: #fff;
}

.sub-nav-services-col-1 svg g circle {
	stroke: #fff;
}

.sub-nav-services-col-1 svg g line {
	stroke: #fff;
}

.sub-nav-services-col-1 svg g rect {
	stroke: #fff;
}

.sub-nav-services-col-1 svg g ellipse {
	stroke: #fff;
}

.sub-nav-services-col-1 svg g polygon {
	stroke: #fff;
}

/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
.contact-modal {
	position: fixed;
	z-index: 1996;
	background: rgba(255, 255, 255, 0);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	transition: all 400ms linear;
	display: none;
	font-size: 1em;
}

.contact-modal.contact-modal-display {
	display: block;
}

.contact-modal.contact-modal-toggled {
	background: rgba(255, 255, 255, 0.7);
}

.contact-modal .modal-background {
	position: absolute;
	z-index: 1997;
	background-image: linear-gradient(to right, #a288ce 0%, #636bb2 45%, #636bb2 75%);
	width: 65%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
	display: none;
}

.contact-modal .modal-background .modal-form {
	position: absolute;
	z-index: 1998;
	background: #fff;
	width: 96%;
	height: 100%;
	bottom: 0;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
	display: none;
}

.contact-modal .modal-background .modal-form .modal-button {
	position: absolute;
	z-index: 1999;
	top: 1em;
	right: 0;
}

.contact-modal .modal-background .modal-form .modal-button a span,
.contact-modal .modal-background .modal-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: #000;
}

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

.contact-modal .modal-background .modal-form .modal-button a span.span-toggled {
	background: #a288ce;
}

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

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

.contact-modal .modal-background .modal-form .smart-financial-contact-form {
	width: 80%;
	height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 1200ms linear;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form.smart-financial-contact-form-toggled {
	opacity: 1;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	padding-bottom: 3em;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section .title-section-col-1 a {
	width: 150px;
	margin-top: 16px;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section .title-section-col-1 a img {
	width: 100%;
	height: auto;
	display: block;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section .title-section-col-2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section .title-section-col-2 .separator {
	font-size: 3em;
	padding: 0 .5em;
	color: #a288ce;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section .title-section-col-2 h2 {
	margin: 0;
	color: #000;
	letter-spacing: 1px;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form input {
	width: 100%;
	outline: none;
	border-radius: 0;
	border: 0;
	border-bottom: solid 1px #a288ce;
	padding-bottom: 12px;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form select {
	outline: none;
	width: 100%;
	border-radius: 0;
	border: 0;
	border-bottom: solid 1px #a288ce;
	padding-bottom: 12px;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #666;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .form-field {
	padding-right: 2em;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .name-field {
	width: 50%;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .email-field {
	width: 50%;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .number-field {
	width: 50%;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .interested-field {
	width: 50%;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .hear-field {
	width: 50%;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .consent-field input {
	display: inline-block;
	width: 5%;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .consent-field .checkbox-info {
	font-size: 14px;
	color: #666;
	display: inline-block;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .consent-field .consent-info {
	font-size: 12px;
	margin-top: 1em;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .message-field textarea {
	outline: none;
	border-radius: 0;
	border: 0;
	border-bottom: solid 1px #a288ce;
	padding-bottom: 12px;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .submit-field {
	width: 100%;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .submit-field input {
	width: 20%;
	border: solid 1px #000;
	border-radius: 30px;
	padding: 1em 0;
	background: #fff;
	font-weight: 900;
	cursor: pointer;
	transition: all 400ms linear;
}

.contact-modal .modal-background .modal-form .smart-financial-contact-form .submit-field input:hover {
	background: #a288ce;
	color: #fff;
	border-color: #a288ce;
}

@media screen and (max-width: 900px) {
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .interested-field {
		width: 100%;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .hear-field {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.contact-modal .modal-background {
		width: 90%;
	}
	.contact-modal .modal-background .modal-form {
		position: fixed;
	}
	.contact-modal .modal-background .modal-form .modal-button {
		top: .5em;
		right: .5em;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form {
		width: 100%;
		height: 100%;
		padding: 0 1em;
		overflow-y: scroll;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-bottom: 0;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section .title-section-col-1 {
		width: 100%;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section .title-section-col-2 {
		width: 100%;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section .title-section-col-2 .separator {
		display: none;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .title-section .title-section-col-2 h2 {
		width: 100%;
		text-align: center;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .form-field {
		padding-right: 0;
		margin-top: 1em;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .name-field {
		width: 100%;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .email-field {
		width: 100%;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .number-field {
		width: 100%;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .submit-field {
		width: 100%;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	.contact-modal .modal-background .modal-form .smart-financial-contact-form .submit-field input {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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=../smart_financial/sass/maps/style.css.map */