@charset "UTF-8";
/*------------------------------------*\

		SCSS COMPILE LIST

\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
		LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=0237a9e3-3316-4cf8-a72a-4517819fb449");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
img[data-lazyloaded] {
	opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
	transition: opacity 0.5s linear 0.2s;
	opacity: 1;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

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

/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

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

/*------------------------------------*\
		MIXINS
\*------------------------------------*/
/*
@mixin arrow_down_before($top: 0) {
	position: relative;

		&:before{
			@include fa-icon;
		@extend .fas;
		content: fa-content($fa-var-angle-down);
			position: relative;
			margin-right: 8px;
			vertical-align: 0;
		}
}

//Font Awesome Arrow Before Down Before
@mixin arrow_down_after($top: 0) {
	position: relative;

		&:after{
			@include fa-icon;
		@extend .fas;
		content: fa-content($fa-var-angle-down);
			position: relative;
			margin-left: 8px;
			vertical-align: 0;
		}
}

//Font Awesome Map Icon
@mixin icon_before() {
	position: relative;

		&:before{
		@include fa-icon;
		@extend .fal;
			position: relative;
			margin-right: 12px;
			vertical-align: 0;
		content: "";
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		}
}

@mixin map_icon_before() {
	@include icon_before;
		&:before{
		content: fa-content($fa-var-map-marker-alt) !important;
		}
}

@mixin facebook_icon_before() {
	@include icon_before;
		&:before{
		@extend .fab;
		content: fa-content($fa-var-facebook-f) !important;
		}
}

@mixin instagram_icon_before() {
	@include icon_before;
		&:before{
		@extend .fab;
		content: fa-content($fa-var-instagram) !important;
		}
}
*/
/*Background Gradient Color*/
/*
@mixin clearfix {
	&:after {
		content: "";
		display: table;
		clear: both;
	}
}
*/
/*Set Opacity*/
/*
@mixin opacity($value){
	$IEValue: $value*100;
	opacity: $value;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="+$IEValue+")";
	filter: alpha(opacity=$IEValue);
}
*/
/* Border Radius*/
/*
@mixin br($val) {
		border-radius: $val;
}
*/
/*
@mixin arrow($direction,$size,$color) {
		width: 0;
		height: 0;
		@if $direction == 'left'{
						border-top: $size solid transparent;
						border-bottom: $size solid transparent;
						border-right:$size solid $color;
		}
		@else if $direction == 'right'{
						border-top: $size solid transparent;
						border-bottom: $size solid transparent;
						border-left:$size solid $color;
		}
		@else if $direction == 'top'{
						border-left: $size solid transparent;
						border-right: $size solid transparent;
						border-bottom: $size solid $color;
		}
		@else if $direction == 'bottom'{
						border-left: $size solid transparent;
						border-right: $size solid transparent;
						border-top: $size solid $color;
		}
}
*/
/*
@mixin bs() {
		box-sizing: border-box;
}

@mixin Y-50() {
		transform: translateY(-50%);
}

@mixin X-50() {
		transform: translateX(-50%);
}

@mixin XY-50() {
		transform: translate(-50%,-50%);
}
*/
/*Rotate*/
/*
@mixin rotate($value) {
		transform: rotate($value);
}


@function str-replace($string, $search, $replace: '') {
	$index: str-index($string, $search);

	@if $index {
		@return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
	}

	@return $string;
}
*/
/*
@mixin keyframes( $animationName )
{
		@-webkit-keyframes $animationName {
				@content;
		}
		@-moz-keyframes $animationName {
				@content;
		}
		@-o-keyframes $animationName {
				@content;
		}
		@keyframes $animationName {
				@content;
		}
}
*/
/*
@mixin css-triangle($color, $direction, $size: 6px, $position: absolute, $round: false){
		@include pseudo($pos: $position);
		width: 0;
		height: 0;
		@if $round {
				border-radius: 3px;
		}
		@if $direction == down {
				border-left: $size solid transparent;
				border-right: $size solid transparent;
				border-top: $size solid $color;
				margin-top: 0 - round( $size / 2.5 );
		} @else if $direction == up {
				border-left: $size solid transparent;
				border-right: $size solid transparent;
				border-bottom: $size solid $color;
				margin-bottom: 0 - round( $size / 2.5 );
		} @else if $direction == right {
				border-top: $size solid transparent;
				border-bottom: $size solid transparent;
				border-left: $size solid $color;
				margin-right: -$size;
		} @else if  $direction == left {
				border-top: $size solid transparent;
				border-bottom: $size solid transparent;
				border-right: $size solid $color;
				margin-left: -$size;
		}
}
*/
/*
@mixin outer_triangles($position) {
		overflow: visible !important;
		position: relative;
		z-index: 2;
		zoom: 101%;

		@if $position == "top" or $position == "both" {

				&:before {
						content: '';
						display: block;
						height: 250px;
						position: absolute;
						top: -80px;
						width: 100%;
						z-index: -1;
						background-image: url('../img/top_angled_bg.png');
						background-position: left top;
						background-repeat: no-repeat;

						@include mq('tablet', max) {
								top: -60px;
						}

						@include mq('phablet', max) {
								top: -30px;
						}
				}

		}

		@if $position == "bottom" or $position == "both" {

				&:after {
						content: '';
						display: block;
						height: 250px;
						right: -20px;
						position: absolute;
						bottom: -80px;
						width: 100%;
						z-index: -1;
						background-image: url('../img/bottom_angled_bg.png');
						background-position: right bottom;
						background-repeat: no-repeat;

						@include mq('tablet', max) {
								bottom: -60px;
						}

						@include mq('phablet', max) {
								bottom: -30px;
						}
				}

		}

}
*/
/*
@mixin flex_verticle_align($v_align,$h_align){
		display: flex;
		align-items: $v_align;
		justify-content: $h_align;
		flex-direction: column;
}
*/
/*
@mixin vertical-align($position: relative) {
	position: $position;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
*/
/*
@mixin outline_items($size:1px, $color:black){
		text-stroke: $size $color;
		-webkit-text-stroke: $size $color;
}
*/
/*
@mixin grey-filter($value) {
		-webkit-filter: grayscale($value);
		-moz-filter: grayscale($value);
		-o-filter: grayscale($value);
		-ms-filter: grayscale($value);
		filter: grayscale($value);
		filter: gray;
		filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
	font-family: "Antartida Rnd W04 Lt";
	src: url("../fonts/antartida/104699bd-a910-4f00-b8eb-06035c528759.woff2") format("woff2"), url("../fonts/antartida/9d5fb182-f061-4c97-aed2-833e1d7738a3.woff") format("woff");
}
@font-face {
	font-family: "Antartida Rnd W04 Bold";
	src: url("../fonts/antartida/fff494ae-03a2-484d-97fb-02d107030d26.woff2") format("woff2"), url("../fonts/antartida/c532b715-02f4-41d5-874f-fca045718591.woff") format("woff");
} /* FLEX GRID */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
			flex: 0 1 auto;
	-ms-flex-direction: row;
			flex-direction: row;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	-ms-flex-pack: justify;
			justify-content: space-between;
}

.X1, .S1, .M1, .L1, .XL1, .X2, .S2, .M2, .L2, .XL2, .X3, .S3, .M3, .L3, .XL3, .X4, .S4, .M4, .L4, .XL4, .X5, .S5, .M5, .L5, .XL5, .X6, .S6, .M6, .L6, .XL6, .X7, .S7, .M7, .L7, .XL7, .X8, .S8, .M8, .L8, .XL8, .X9, .S9, .M9, .L9, .XL9, .X10, .S10, .M10, .L10, .XL10, .X11, .S11, .M11, .L11, .XL11, .X12, .S12, .M12, .L12, .XL12 {
	-ms-flex: 1;
			flex: 1;
	max-width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.X1 {
	max-width: 8.3333333333%;
}

.X2 {
	max-width: 16.6666666667%;
}

.X3 {
	max-width: 25%;
}

.X4 {
	max-width: 33.3333333333%;
}

.X5 {
	max-width: 41.6666666667%;
}

.X6 {
	max-width: 50%;
}

.X7 {
	max-width: 58.3333333333%;
}

.X8 {
	max-width: 66.6666666667%;
}

.X9 {
	max-width: 75%;
}

.X10 {
	max-width: 83.3333333333%;
}

.X11 {
	max-width: 91.6666666667%;
}

.X12 {
	max-width: 100%;
}

.X--offset0 {
	margin-left: 0%;
}

.X--offset1 {
	margin-left: 8.3333333333%;
}

.X--offset2 {
	margin-left: 16.6666666667%;
}

.X--offset3 {
	margin-left: 25%;
}

.X--offset4 {
	margin-left: 33.3333333333%;
}

.X--offset5 {
	margin-left: 41.6666666667%;
}

.X--offset6 {
	margin-left: 50%;
}

.X--offset7 {
	margin-left: 58.3333333333%;
}

.X--offset8 {
	margin-left: 66.6666666667%;
}

.X--offset9 {
	margin-left: 75%;
}

.X--offset10 {
	margin-left: 83.3333333333%;
}

.X--offset11 {
	margin-left: 91.6666666667%;
}

.X--offset12 {
	margin-left: 100%;
}

.X--order0 {
	-ms-flex-order: 0;
			order: 0;
}

.X--order1 {
	-ms-flex-order: 1;
			order: 1;
}

.X--order2 {
	-ms-flex-order: 2;
			order: 2;
}

.X--order3 {
	-ms-flex-order: 3;
			order: 3;
}

.X--order4 {
	-ms-flex-order: 4;
			order: 4;
}

.X--order5 {
	-ms-flex-order: 5;
			order: 5;
}

.X--order6 {
	-ms-flex-order: 6;
			order: 6;
}

.X--order7 {
	-ms-flex-order: 7;
			order: 7;
}

.X--order8 {
	-ms-flex-order: 8;
			order: 8;
}

.X--order9 {
	-ms-flex-order: 9;
			order: 9;
}

.X--order10 {
	-ms-flex-order: 10;
			order: 10;
}

.X--order11 {
	-ms-flex-order: 11;
			order: 11;
}

.X--order12 {
	-ms-flex-order: 12;
			order: 12;
}

.X--start {
	-ms-flex-pack: start;
			justify-content: flex-start;
}

.X--center {
	-ms-flex-pack: center;
			justify-content: center;
}

.X--end {
	-ms-flex-pack: end;
			justify-content: flex-end;
}

.X--top {
	-ms-flex-align: start;
			align-items: flex-start;
}

.X--middle {
	-ms-flex-align: center;
			align-items: center;
}

.X--bottom {
	-ms-flex-align: end;
			align-items: flex-end;
}

.X--stretch {
	-ms-flex-align: stretch;
			align-items: stretch;
}

.X--reverse {
	-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
}

.X--around {
	-ms-flex-pack: distribute;
			justify-content: space-around;
}

.X--between {
	-ms-flex-pack: justify;
			justify-content: space-between;
}

@media (min-width: 481px) {
	.S1 {
		max-width: 8.3333333333%;
	}
	.S2 {
		max-width: 16.6666666667%;
	}
	.S3 {
		max-width: 25%;
	}
	.S4 {
		max-width: 33.3333333333%;
	}
	.S5 {
		max-width: 41.6666666667%;
	}
	.S6 {
		max-width: 50%;
	}
	.S7 {
		max-width: 58.3333333333%;
	}
	.S8 {
		max-width: 66.6666666667%;
	}
	.S9 {
		max-width: 75%;
	}
	.S10 {
		max-width: 83.3333333333%;
	}
	.S11 {
		max-width: 91.6666666667%;
	}
	.S12 {
		max-width: 100%;
	}
	.S--offset0 {
		margin-left: 0%;
	}
	.S--offset1 {
		margin-left: 8.3333333333%;
	}
	.S--offset2 {
		margin-left: 16.6666666667%;
	}
	.S--offset3 {
		margin-left: 25%;
	}
	.S--offset4 {
		margin-left: 33.3333333333%;
	}
	.S--offset5 {
		margin-left: 41.6666666667%;
	}
	.S--offset6 {
		margin-left: 50%;
	}
	.S--offset7 {
		margin-left: 58.3333333333%;
	}
	.S--offset8 {
		margin-left: 66.6666666667%;
	}
	.S--offset9 {
		margin-left: 75%;
	}
	.S--offset10 {
		margin-left: 83.3333333333%;
	}
	.S--offset11 {
		margin-left: 91.6666666667%;
	}
	.S--offset12 {
		margin-left: 100%;
	}
	.S--order0 {
		-ms-flex-order: 0;
				order: 0;
	}
	.S--order1 {
		-ms-flex-order: 1;
				order: 1;
	}
	.S--order2 {
		-ms-flex-order: 2;
				order: 2;
	}
	.S--order3 {
		-ms-flex-order: 3;
				order: 3;
	}
	.S--order4 {
		-ms-flex-order: 4;
				order: 4;
	}
	.S--order5 {
		-ms-flex-order: 5;
				order: 5;
	}
	.S--order6 {
		-ms-flex-order: 6;
				order: 6;
	}
	.S--order7 {
		-ms-flex-order: 7;
				order: 7;
	}
	.S--order8 {
		-ms-flex-order: 8;
				order: 8;
	}
	.S--order9 {
		-ms-flex-order: 9;
				order: 9;
	}
	.S--order10 {
		-ms-flex-order: 10;
				order: 10;
	}
	.S--order11 {
		-ms-flex-order: 11;
				order: 11;
	}
	.S--order12 {
		-ms-flex-order: 12;
				order: 12;
	}
	.S--start {
		-ms-flex-pack: start;
				justify-content: flex-start;
	}
	.S--center {
		-ms-flex-pack: center;
				justify-content: center;
	}
	.S--end {
		-ms-flex-pack: end;
				justify-content: flex-end;
	}
	.S--top {
		-ms-flex-align: start;
				align-items: flex-start;
	}
	.S--middle {
		-ms-flex-align: center;
				align-items: center;
	}
	.S--bottom {
		-ms-flex-align: end;
				align-items: flex-end;
	}
	.S--stretch {
		-ms-flex-align: stretch;
				align-items: stretch;
	}
	.S--reverse {
		-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
	}
	.S--around {
		-ms-flex-pack: distribute;
				justify-content: space-around;
	}
	.S--between {
		-ms-flex-pack: justify;
				justify-content: space-between;
	}
}
@media (min-width: 769px) {
	.M1 {
		max-width: 8.3333333333%;
	}
	.M2 {
		max-width: 16.6666666667%;
	}
	.M3 {
		max-width: 25%;
	}
	.M4 {
		max-width: 33.3333333333%;
	}
	.M5 {
		max-width: 41.6666666667%;
	}
	.M6 {
		max-width: 50%;
	}
	.M7 {
		max-width: 58.3333333333%;
	}
	.M8 {
		max-width: 66.6666666667%;
	}
	.M9 {
		max-width: 75%;
	}
	.M10 {
		max-width: 83.3333333333%;
	}
	.M11 {
		max-width: 91.6666666667%;
	}
	.M12 {
		max-width: 100%;
	}
	.M--offset0 {
		margin-left: 0%;
	}
	.M--offset1 {
		margin-left: 8.3333333333%;
	}
	.M--offset2 {
		margin-left: 16.6666666667%;
	}
	.M--offset3 {
		margin-left: 25%;
	}
	.M--offset4 {
		margin-left: 33.3333333333%;
	}
	.M--offset5 {
		margin-left: 41.6666666667%;
	}
	.M--offset6 {
		margin-left: 50%;
	}
	.M--offset7 {
		margin-left: 58.3333333333%;
	}
	.M--offset8 {
		margin-left: 66.6666666667%;
	}
	.M--offset9 {
		margin-left: 75%;
	}
	.M--offset10 {
		margin-left: 83.3333333333%;
	}
	.M--offset11 {
		margin-left: 91.6666666667%;
	}
	.M--offset12 {
		margin-left: 100%;
	}
	.M--order0 {
		-ms-flex-order: 0;
				order: 0;
	}
	.M--order1 {
		-ms-flex-order: 1;
				order: 1;
	}
	.M--order2 {
		-ms-flex-order: 2;
				order: 2;
	}
	.M--order3 {
		-ms-flex-order: 3;
				order: 3;
	}
	.M--order4 {
		-ms-flex-order: 4;
				order: 4;
	}
	.M--order5 {
		-ms-flex-order: 5;
				order: 5;
	}
	.M--order6 {
		-ms-flex-order: 6;
				order: 6;
	}
	.M--order7 {
		-ms-flex-order: 7;
				order: 7;
	}
	.M--order8 {
		-ms-flex-order: 8;
				order: 8;
	}
	.M--order9 {
		-ms-flex-order: 9;
				order: 9;
	}
	.M--order10 {
		-ms-flex-order: 10;
				order: 10;
	}
	.M--order11 {
		-ms-flex-order: 11;
				order: 11;
	}
	.M--order12 {
		-ms-flex-order: 12;
				order: 12;
	}
	.M--start {
		-ms-flex-pack: start;
				justify-content: flex-start;
	}
	.M--center {
		-ms-flex-pack: center;
				justify-content: center;
	}
	.M--end {
		-ms-flex-pack: end;
				justify-content: flex-end;
	}
	.M--top {
		-ms-flex-align: start;
				align-items: flex-start;
	}
	.M--middle {
		-ms-flex-align: center;
				align-items: center;
	}
	.M--bottom {
		-ms-flex-align: end;
				align-items: flex-end;
	}
	.M--stretch {
		-ms-flex-align: stretch;
				align-items: stretch;
	}
	.M--reverse {
		-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
	}
	.M--around {
		-ms-flex-pack: distribute;
				justify-content: space-around;
	}
	.M--between {
		-ms-flex-pack: justify;
				justify-content: space-between;
	}
}
@media (min-width: 1025px) {
	.L1 {
		max-width: 8.3333333333%;
	}
	.L2 {
		max-width: 16.6666666667%;
	}
	.L3 {
		max-width: 25%;
	}
	.L4 {
		max-width: 33.3333333333%;
	}
	.L5 {
		max-width: 41.6666666667%;
	}
	.L6 {
		max-width: 50%;
	}
	.L7 {
		max-width: 58.3333333333%;
	}
	.L8 {
		max-width: 66.6666666667%;
	}
	.L9 {
		max-width: 75%;
	}
	.L10 {
		max-width: 83.3333333333%;
	}
	.L11 {
		max-width: 91.6666666667%;
	}
	.L12 {
		max-width: 100%;
	}
	.L--offset0 {
		margin-left: 0%;
	}
	.L--offset1 {
		margin-left: 8.3333333333%;
	}
	.L--offset2 {
		margin-left: 16.6666666667%;
	}
	.L--offset3 {
		margin-left: 25%;
	}
	.L--offset4 {
		margin-left: 33.3333333333%;
	}
	.L--offset5 {
		margin-left: 41.6666666667%;
	}
	.L--offset6 {
		margin-left: 50%;
	}
	.L--offset7 {
		margin-left: 58.3333333333%;
	}
	.L--offset8 {
		margin-left: 66.6666666667%;
	}
	.L--offset9 {
		margin-left: 75%;
	}
	.L--offset10 {
		margin-left: 83.3333333333%;
	}
	.L--offset11 {
		margin-left: 91.6666666667%;
	}
	.L--offset12 {
		margin-left: 100%;
	}
	.L--order0 {
		-ms-flex-order: 0;
				order: 0;
	}
	.L--order1 {
		-ms-flex-order: 1;
				order: 1;
	}
	.L--order2 {
		-ms-flex-order: 2;
				order: 2;
	}
	.L--order3 {
		-ms-flex-order: 3;
				order: 3;
	}
	.L--order4 {
		-ms-flex-order: 4;
				order: 4;
	}
	.L--order5 {
		-ms-flex-order: 5;
				order: 5;
	}
	.L--order6 {
		-ms-flex-order: 6;
				order: 6;
	}
	.L--order7 {
		-ms-flex-order: 7;
				order: 7;
	}
	.L--order8 {
		-ms-flex-order: 8;
				order: 8;
	}
	.L--order9 {
		-ms-flex-order: 9;
				order: 9;
	}
	.L--order10 {
		-ms-flex-order: 10;
				order: 10;
	}
	.L--order11 {
		-ms-flex-order: 11;
				order: 11;
	}
	.L--order12 {
		-ms-flex-order: 12;
				order: 12;
	}
	.L--start {
		-ms-flex-pack: start;
				justify-content: flex-start;
	}
	.L--center {
		-ms-flex-pack: center;
				justify-content: center;
	}
	.L--end {
		-ms-flex-pack: end;
				justify-content: flex-end;
	}
	.L--top {
		-ms-flex-align: start;
				align-items: flex-start;
	}
	.L--middle {
		-ms-flex-align: center;
				align-items: center;
	}
	.L--bottom {
		-ms-flex-align: end;
				align-items: flex-end;
	}
	.L--stretch {
		-ms-flex-align: stretch;
				align-items: stretch;
	}
	.L--reverse {
		-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
	}
	.L--around {
		-ms-flex-pack: distribute;
				justify-content: space-around;
	}
	.L--between {
		-ms-flex-pack: justify;
				justify-content: space-between;
	}
}
@media (min-width: 1441px) {
	.XL1 {
		max-width: 8.3333333333%;
	}
	.XL2 {
		max-width: 16.6666666667%;
	}
	.XL3 {
		max-width: 25%;
	}
	.XL4 {
		max-width: 33.3333333333%;
	}
	.XL5 {
		max-width: 41.6666666667%;
	}
	.XL6 {
		max-width: 50%;
	}
	.XL7 {
		max-width: 58.3333333333%;
	}
	.XL8 {
		max-width: 66.6666666667%;
	}
	.XL9 {
		max-width: 75%;
	}
	.XL10 {
		max-width: 83.3333333333%;
	}
	.XL11 {
		max-width: 91.6666666667%;
	}
	.XL12 {
		max-width: 100%;
	}
	.XL--offset0 {
		margin-left: 0%;
	}
	.XL--offset1 {
		margin-left: 8.3333333333%;
	}
	.XL--offset2 {
		margin-left: 16.6666666667%;
	}
	.XL--offset3 {
		margin-left: 25%;
	}
	.XL--offset4 {
		margin-left: 33.3333333333%;
	}
	.XL--offset5 {
		margin-left: 41.6666666667%;
	}
	.XL--offset6 {
		margin-left: 50%;
	}
	.XL--offset7 {
		margin-left: 58.3333333333%;
	}
	.XL--offset8 {
		margin-left: 66.6666666667%;
	}
	.XL--offset9 {
		margin-left: 75%;
	}
	.XL--offset10 {
		margin-left: 83.3333333333%;
	}
	.XL--offset11 {
		margin-left: 91.6666666667%;
	}
	.XL--offset12 {
		margin-left: 100%;
	}
	.XL--order0 {
		-ms-flex-order: 0;
				order: 0;
	}
	.XL--order1 {
		-ms-flex-order: 1;
				order: 1;
	}
	.XL--order2 {
		-ms-flex-order: 2;
				order: 2;
	}
	.XL--order3 {
		-ms-flex-order: 3;
				order: 3;
	}
	.XL--order4 {
		-ms-flex-order: 4;
				order: 4;
	}
	.XL--order5 {
		-ms-flex-order: 5;
				order: 5;
	}
	.XL--order6 {
		-ms-flex-order: 6;
				order: 6;
	}
	.XL--order7 {
		-ms-flex-order: 7;
				order: 7;
	}
	.XL--order8 {
		-ms-flex-order: 8;
				order: 8;
	}
	.XL--order9 {
		-ms-flex-order: 9;
				order: 9;
	}
	.XL--order10 {
		-ms-flex-order: 10;
				order: 10;
	}
	.XL--order11 {
		-ms-flex-order: 11;
				order: 11;
	}
	.XL--order12 {
		-ms-flex-order: 12;
				order: 12;
	}
	.XL--start {
		-ms-flex-pack: start;
				justify-content: flex-start;
	}
	.XL--center {
		-ms-flex-pack: center;
				justify-content: center;
	}
	.XL--end {
		-ms-flex-pack: end;
				justify-content: flex-end;
	}
	.XL--top {
		-ms-flex-align: start;
				align-items: flex-start;
	}
	.XL--middle {
		-ms-flex-align: center;
				align-items: center;
	}
	.XL--bottom {
		-ms-flex-align: end;
				align-items: flex-end;
	}
	.XL--stretch {
		-ms-flex-align: stretch;
				align-items: stretch;
	}
	.XL--reverse {
		-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
	}
	.XL--around {
		-ms-flex-pack: distribute;
				justify-content: space-around;
	}
	.XL--between {
		-ms-flex-pack: justify;
				justify-content: space-between;
	}
}
.X1, .S1, .M1, .L1, .XL1, .X2, .S2, .M2, .L2, .XL2, .X3, .S3, .M3, .L3, .XL3, .X4, .S4, .M4, .L4, .XL4, .X5, .S5, .M5, .L5, .XL5, .X6, .S6, .M6, .L6, .XL6, .X7, .S7, .M7, .L7, .XL7, .X8, .S8, .M8, .L8, .XL8, .X9, .S9, .M9, .L9, .XL9, .X10, .S10, .M10, .L10, .XL10, .X11, .S11, .M11, .L11, .XL11, .X12, .S12, .M12, .L12, .XL12 {
	box-sizing: border-box;
}

/* FONTAWESOME */
/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
span.play-btn .triangle:after,
div.play-btn .triangle:after,
.dc_search ul li a:after,
.gform_wrapper .gform_page_footer .gform_save_link:before,
.dc-text-block .items .item.list_style_1 li:before,
#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu .mega-bold .mega-menu-link:after,
.dc-search-wrapper form:before,
.dc-search-trigger i,
a.arrow-right:after,
.far,
.dc_panel_boxes .panel_boxes.style1 .slick-arrow:after,
.dc-case-studies-carousel.dc-post-carousel-2 .slick-arrow:after,
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links li a:after,
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a:after,
.single-post .content-wrapper .sidebar .related_links li a:after,
.single-post .content-wrapper .sidebar .download_links li a:after,
.single-events .content-wrapper .sidebar .related_links li a:after,
.single-events .content-wrapper .sidebar .download_links li a:after,
.dc-accordian > .inner .items .accordion:after,
.section.dc-downloads .inner .items .item a:after,
.dc-listing-cards .inner .items .item .inner-wrapper:before,
.dc-case-studies-carousel .item .inner-wrapper .text:before,
.dc-image-icon_boxes .icon_box .icon_wrapper:before,
.post-grid-items .items .item .inner-wrapper:before,
.dc-titlebox .scroll-to-section a:after,
#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > .mega-menu-row .mega-menu-item a:after,
.menu-toggle-wrapper .mobile-menu-toggle:before,
.fal,
.dc-image-carousel button.slick-arrow:after,
a[href$=".jpg"]:after,
.fad,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.fa-xs {
	font-size: 0.75em;
}

.fa-sm {
	font-size: 0.875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}
.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
span.play-btn .fa-pull-left.triangle:after,
div.play-btn .fa-pull-left.triangle:after,
.dc_search ul li a.fa-pull-left:after,
.gform_wrapper .gform_page_footer .fa-pull-left.gform_save_link:before,
.dc-text-block .items .item.list_style_1 li.fa-pull-left:before,
#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu .mega-bold .fa-pull-left.mega-menu-link:after,
.dc-search-wrapper form.fa-pull-left:before,
.dc-search-trigger i.fa-pull-left,
a.fa-pull-left.arrow-right:after,
.far.fa-pull-left,
.dc_panel_boxes .panel_boxes.style1 .fa-pull-left.slick-arrow:after,
.dc-case-studies-carousel.dc-post-carousel-2 .fa-pull-left.slick-arrow:after,
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links li a.fa-pull-left:after,
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a.fa-pull-left:after,
.single-post .content-wrapper .sidebar .related_links li a.fa-pull-left:after,
.single-post .content-wrapper .sidebar .download_links li a.fa-pull-left:after,
.single-events .content-wrapper .sidebar .related_links li a.fa-pull-left:after,
.single-events .content-wrapper .sidebar .download_links li a.fa-pull-left:after,
.dc-accordian > .inner .items .fa-pull-left.accordion:after,
.section.dc-downloads .inner .items .item a.fa-pull-left:after,
.dc-listing-cards .inner .items .item .fa-pull-left.inner-wrapper:before,
.dc-case-studies-carousel .item .inner-wrapper .fa-pull-left.text:before,
.dc-image-icon_boxes .icon_box .fa-pull-left.icon_wrapper:before,
.post-grid-items .items .item .fa-pull-left.inner-wrapper:before,
.dc-titlebox .scroll-to-section a.fa-pull-left:after,
#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > .mega-menu-row .mega-menu-item a.fa-pull-left:after,
.menu-toggle-wrapper .fa-pull-left.mobile-menu-toggle:before,
.fal.fa-pull-left,
.dc-image-carousel button.fa-pull-left.slick-arrow:after,
a.fa-pull-left[href$=".jpg"]:after,
.fab.fa-pull-left {
	margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
span.play-btn .fa-pull-right.triangle:after,
div.play-btn .fa-pull-right.triangle:after,
.dc_search ul li a.fa-pull-right:after,
.gform_wrapper .gform_page_footer .fa-pull-right.gform_save_link:before,
.dc-text-block .items .item.list_style_1 li.fa-pull-right:before,
#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu .mega-bold .fa-pull-right.mega-menu-link:after,
.dc-search-wrapper form.fa-pull-right:before,
.dc-search-trigger i.fa-pull-right,
a.fa-pull-right.arrow-right:after,
.far.fa-pull-right,
.dc_panel_boxes .panel_boxes.style1 .fa-pull-right.slick-arrow:after,
.dc-case-studies-carousel.dc-post-carousel-2 .fa-pull-right.slick-arrow:after,
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links li a.fa-pull-right:after,
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a.fa-pull-right:after,
.single-post .content-wrapper .sidebar .related_links li a.fa-pull-right:after,
.single-post .content-wrapper .sidebar .download_links li a.fa-pull-right:after,
.single-events .content-wrapper .sidebar .related_links li a.fa-pull-right:after,
.single-events .content-wrapper .sidebar .download_links li a.fa-pull-right:after,
.dc-accordian > .inner .items .fa-pull-right.accordion:after,
.section.dc-downloads .inner .items .item a.fa-pull-right:after,
.dc-listing-cards .inner .items .item .fa-pull-right.inner-wrapper:before,
.dc-case-studies-carousel .item .inner-wrapper .fa-pull-right.text:before,
.dc-image-icon_boxes .icon_box .fa-pull-right.icon_wrapper:before,
.post-grid-items .items .item .fa-pull-right.inner-wrapper:before,
.dc-titlebox .scroll-to-section a.fa-pull-right:after,
#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > .mega-menu-row .mega-menu-item a.fa-pull-right:after,
.menu-toggle-wrapper .fa-pull-right.mobile-menu-toggle:before,
.fal.fa-pull-right,
.dc-image-carousel button.fa-pull-right.slick-arrow:after,
a.fa-pull-right[href$=".jpg"]:after,
.fab.fa-pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-ms-transform: rotate(270deg);
			transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-ms-transform: scale(-1, 1);
			transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(1, -1);
			transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(-1, -1);
			transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "\f26e";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-acquisitions-incorporated:before {
	content: "\f6af";
}

.fa-ad:before {
	content: "\f641";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adobe:before {
	content: "\f778";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-air-freshener:before {
	content: "\f5d0";
}

.fa-airbnb:before {
	content: "\f834";
}

.fa-algolia:before {
	content: "\f36c";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-alipay:before {
	content: "\f642";
}

.fa-allergies:before {
	content: "\f461";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angry:before {
	content: "\f556";
}

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-ankh:before {
	content: "\f644";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-alt:before {
	content: "\f5d1";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-archway:before {
	content: "\f557";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

.fa-artstation:before {
	content: "\f77a";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-atlas:before {
	content: "\f558";
}

.fa-atlassian:before {
	content: "\f77b";
}

.fa-atom:before {
	content: "\f5d2";
}

.fa-audible:before {
	content: "\f373";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-award:before {
	content: "\f559";
}

.fa-aws:before {
	content: "\f375";
}

.fa-baby:before {
	content: "\f77c";
}

.fa-baby-carriage:before {
	content: "\f77d";
}

.fa-backspace:before {
	content: "\f55a";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-bacon:before {
	content: "\f7e5";
}

.fa-bacteria:before {
	content: "陵";
}

.fa-bacterium:before {
	content: "讀";
}

.fa-bahai:before {
	content: "\f666";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-balance-scale-left:before {
	content: "\f515";
}

.fa-balance-scale-right:before {
	content: "\f516";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-band-aid:before {
	content: "\f462";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battle-net:before {
	content: "\f835";
}

.fa-bed:before {
	content: "\f236";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bezier-curve:before {
	content: "\f55b";
}

.fa-bible:before {
	content: "\f647";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-biking:before {
	content: "\f84a";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-biohazard:before {
	content: "\f780";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blender:before {
	content: "\f517";
}

.fa-blender-phone:before {
	content: "\f6b6";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-blog:before {
	content: "\f781";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-bone:before {
	content: "\f5d7";
}

.fa-bong:before {
	content: "\f55c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-book-dead:before {
	content: "\f6b7";
}

.fa-book-medical:before {
	content: "\f7e6";
}

.fa-book-open:before {
	content: "\f518";
}

.fa-book-reader:before {
	content: "\f5da";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-bootstrap:before {
	content: "\f836";
}

.fa-border-all:before {
	content: "\f84c";
}

.fa-border-none:before {
	content: "\f850";
}

.fa-border-style:before {
	content: "\f853";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-box:before {
	content: "\f466";
}

.fa-box-open:before {
	content: "\f49e";
}

.fa-box-tissue:before {
	content: "拏";
}

.fa-boxes:before {
	content: "\f468";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-brain:before {
	content: "\f5dc";
}

.fa-bread-slice:before {
	content: "\f7ec";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-briefcase-medical:before {
	content: "\f469";
}

.fa-broadcast-tower:before {
	content: "\f519";
}

.fa-broom:before {
	content: "\f51a";
}

.fa-brush:before {
	content: "\f55d";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-buffer:before {
	content: "\f837";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-burn:before {
	content: "\f46a";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-bus:before {
	content: "\f207";
}

.fa-bus-alt:before {
	content: "\f55e";
}

.fa-business-time:before {
	content: "\f64a";
}

.fa-buy-n-large:before {
	content: "\f8a6";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-calendar-check:before {
	content: "\f274";
}

.fa-calendar-day:before {
	content: "\f783";
}

.fa-calendar-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-calendar-week:before {
	content: "\f784";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-campground:before {
	content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
	content: "\f785";
}

.fa-candy-cane:before {
	content: "\f786";
}

.fa-cannabis:before {
	content: "\f55f";
}

.fa-capsules:before {
	content: "\f46b";
}

.fa-car:before {
	content: "\f1b9";
}

.fa-car-alt:before {
	content: "\f5de";
}

.fa-car-battery:before {
	content: "\f5df";
}

.fa-car-crash:before {
	content: "\f5e1";
}

.fa-car-side:before {
	content: "\f5e4";
}

.fa-caravan:before {
	content: "\f8ff";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-carrot:before {
	content: "\f787";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cash-register:before {
	content: "\f788";
}

.fa-cat:before {
	content: "\f6be";
}

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-apple-pay:before {
	content: "\f416";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-centercode:before {
	content: "\f380";
}

.fa-centos:before {
	content: "\f789";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-chair:before {
	content: "\f6c0";
}

.fa-chalkboard:before {
	content: "\f51b";
}

.fa-chalkboard-teacher:before {
	content: "\f51c";
}

.fa-charging-station:before {
	content: "\f5e7";
}

.fa-chart-area:before {
	content: "\f1fe";
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-chart-line:before {
	content: "\f201";
}

.fa-chart-pie:before {
	content: "\f200";
}

.fa-check:before {
	content: "\f00c";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-check-double:before {
	content: "\f560";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-cheese:before {
	content: "\f7ef";
}

.fa-chess:before {
	content: "\f439";
}

.fa-chess-bishop:before {
	content: "\f43a";
}

.fa-chess-board:before {
	content: "\f43c";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-rook:before {
	content: "\f447";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-chromecast:before {
	content: "\f838";
}

.fa-church:before {
	content: "\f51d";
}

.fa-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-city:before {
	content: "\f64f";
}

.fa-clinic-medical:before {
	content: "\f7f2";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clipboard-check:before {
	content: "\f46c";
}

.fa-clipboard-list:before {
	content: "\f46d";
}

.fa-clock:before {
	content: "\f017";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-meatball:before {
	content: "\f73b";
}

.fa-cloud-moon:before {
	content: "\f6c3";
}

.fa-cloud-moon-rain:before {
	content: "\f73c";
}

.fa-cloud-rain:before {
	content: "\f73d";
}

.fa-cloud-showers-heavy:before {
	content: "\f740";
}

.fa-cloud-sun:before {
	content: "\f6c4";
}

.fa-cloud-sun-rain:before {
	content: "\f743";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-cocktail:before {
	content: "\f561";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-coins:before {
	content: "\f51e";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comment-dollar:before {
	content: "\f651";
}

.fa-comment-dots:before {
	content: "\f4ad";
}

.fa-comment-medical:before {
	content: "\f7f5";
}

.fa-comment-slash:before {
	content: "\f4b3";
}

.fa-comments:before {
	content: "\f086";
}

.fa-comments-dollar:before {
	content: "\f653";
}

.fa-compact-disc:before {
	content: "\f51f";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compress:before {
	content: "\f066";
}

.fa-compress-alt:before {
	content: "\f422";
}

.fa-compress-arrows-alt:before {
	content: "\f78c";
}

.fa-concierge-bell:before {
	content: "\f562";
}

.fa-confluence:before {
	content: "\f78d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-cookie:before {
	content: "\f563";
}

.fa-cookie-bite:before {
	content: "\f564";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-cotton-bureau:before {
	content: "\f89e";
}

.fa-couch:before {
	content: "\f4b8";
}

.fa-cpanel:before {
	content: "\f388";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-creative-commons-by:before {
	content: "\f4e7";
}

.fa-creative-commons-nc:before {
	content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}

.fa-creative-commons-nd:before {
	content: "\f4eb";
}

.fa-creative-commons-pd:before {
	content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}

.fa-creative-commons-remix:before {
	content: "\f4ee";
}

.fa-creative-commons-sa:before {
	content: "\f4ef";
}

.fa-creative-commons-sampling:before {
	content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}

.fa-creative-commons-share:before {
	content: "\f4f2";
}

.fa-creative-commons-zero:before {
	content: "\f4f3";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-critical-role:before {
	content: "\f6c9";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crop-alt:before {
	content: "\f565";
}

.fa-cross:before {
	content: "\f654";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-crow:before {
	content: "\f520";
}

.fa-crown:before {
	content: "\f521";
}

.fa-crutch:before {
	content: "\f7f7";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-d-and-d-beyond:before {
	content: "\f6ca";
}

.fa-dailymotion:before {
	content: "勒";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-deezer:before {
	content: "亮";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-democrat:before {
	content: "\f747";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-dev:before {
	content: "\f6cc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-dharmachakra:before {
	content: "\f655";
}

.fa-dhl:before {
	content: "\f790";
}

.fa-diagnoses:before {
	content: "\f470";
}

.fa-diaspora:before {
	content: "\f791";
}

.fa-dice:before {
	content: "\f522";
}

.fa-dice-d20:before {
	content: "\f6cf";
}

.fa-dice-d6:before {
	content: "\f6d1";
}

.fa-dice-five:before {
	content: "\f523";
}

.fa-dice-four:before {
	content: "\f524";
}

.fa-dice-one:before {
	content: "\f525";
}

.fa-dice-six:before {
	content: "\f526";
}

.fa-dice-three:before {
	content: "\f527";
}

.fa-dice-two:before {
	content: "\f528";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-digital-tachograph:before {
	content: "\f566";
}

.fa-directions:before {
	content: "\f5eb";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-disease:before {
	content: "\f7fa";
}

.fa-divide:before {
	content: "\f529";
}

.fa-dizzy:before {
	content: "\f567";
}

.fa-dna:before {
	content: "\f471";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dog:before {
	content: "\f6d3";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dolly:before {
	content: "\f472";
}

.fa-dolly-flatbed:before {
	content: "\f474";
}

.fa-donate:before {
	content: "\f4b9";
}

.fa-door-closed:before {
	content: "\f52a";
}

.fa-door-open:before {
	content: "\f52b";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-dove:before {
	content: "\f4ba";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-drafting-compass:before {
	content: "\f568";
}

.fa-dragon:before {
	content: "\f6d5";
}

.fa-draw-polygon:before {
	content: "\f5ee";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drum:before {
	content: "\f569";
}

.fa-drum-steelpan:before {
	content: "\f56a";
}

.fa-drumstick-bite:before {
	content: "\f6d7";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dumbbell:before {
	content: "\f44b";
}

.fa-dumpster:before {
	content: "\f793";
}

.fa-dumpster-fire:before {
	content: "\f794";
}

.fa-dungeon:before {
	content: "\f6d9";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-ebay:before {
	content: "\f4f4";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edge-legacy:before {
	content: "兩";
}

.fa-edit:before {
	content: "\f044";
}

.fa-egg:before {
	content: "\f7fb";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-ello:before {
	content: "\f5f1";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-text:before {
	content: "\f658";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-envira:before {
	content: "\f299";
}

.fa-equals:before {
	content: "\f52c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-ethernet:before {
	content: "\f796";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-evernote:before {
	content: "\f839";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-alt:before {
	content: "\f424";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-fan:before {
	content: "\f863";
}

.fa-fantasy-flight-games:before {
	content: "\f6dc";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-faucet:before {
	content: "串";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-feather:before {
	content: "\f52d";
}

.fa-feather-alt:before {
	content: "\f56b";
}

.fa-fedex:before {
	content: "\f797";
}

.fa-fedora:before {
	content: "\f798";
}

.fa-female:before {
	content: "\f182";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-figma:before {
	content: "\f799";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-contract:before {
	content: "\f56c";
}

.fa-file-csv:before {
	content: "\f6dd";
}

.fa-file-download:before {
	content: "\f56d";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-export:before {
	content: "\f56e";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-import:before {
	content: "\f56f";
}

.fa-file-invoice:before {
	content: "\f570";
}

.fa-file-invoice-dollar:before {
	content: "\f571";
}

.fa-file-medical:before {
	content: "\f477";
}

.fa-file-medical-alt:before {
	content: "\f478";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-prescription:before {
	content: "\f572";
}

.fa-file-signature:before {
	content: "\f573";
}

.fa-file-upload:before {
	content: "\f574";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-fill:before {
	content: "\f575";
}

.fa-fill-drip:before {
	content: "\f576";
}

.fa-film:before {
	content: "\f008";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fingerprint:before {
	content: "\f577";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-alt:before {
	content: "\f7e4";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-firefox-browser:before {
	content: "龜";
}

.fa-first-aid:before {
	content: "\f479";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-first-order-alt:before {
	content: "\f50a";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-fish:before {
	content: "\f578";
}

.fa-fist-raised:before {
	content: "\f6de";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-flag-usa:before {
	content: "\f74d";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-flushed:before {
	content: "\f579";
}

.fa-fly:before {
	content: "\f417";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-minus:before {
	content: "\f65d";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-folder-plus:before {
	content: "\f65e";
}

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-frog:before {
	content: "\f52e";
}

.fa-frown:before {
	content: "\f119";
}

.fa-frown-open:before {
	content: "\f57a";
}

.fa-fulcrum:before {
	content: "\f50b";
}

.fa-funnel-dollar:before {
	content: "\f662";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-galactic-republic:before {
	content: "\f50c";
}

.fa-galactic-senate:before {
	content: "\f50d";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gas-pump:before {
	content: "\f52f";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-ghost:before {
	content: "\f6e2";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-gifts:before {
	content: "\f79c";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-git-alt:before {
	content: "\f841";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-github:before {
	content: "\f09b";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass-cheers:before {
	content: "\f79f";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glass-martini-alt:before {
	content: "\f57b";
}

.fa-glass-whiskey:before {
	content: "\f7a0";
}

.fa-glasses:before {
	content: "\f530";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-globe-africa:before {
	content: "\f57c";
}

.fa-globe-americas:before {
	content: "\f57d";
}

.fa-globe-asia:before {
	content: "\f57e";
}

.fa-globe-europe:before {
	content: "\f7a2";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-pay:before {
	content: "凉";
}

.fa-google-play:before {
	content: "\f3ab";
}

.fa-google-plus:before {
	content: "\f2b3";
}

.fa-google-plus-g:before {
	content: "\f0d5";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-gopuram:before {
	content: "\f664";
}

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-greater-than:before {
	content: "\f531";
}

.fa-greater-than-equal:before {
	content: "\f532";
}

.fa-grimace:before {
	content: "\f57f";
}

.fa-grin:before {
	content: "\f580";
}

.fa-grin-alt:before {
	content: "\f581";
}

.fa-grin-beam:before {
	content: "\f582";
}

.fa-grin-beam-sweat:before {
	content: "\f583";
}

.fa-grin-hearts:before {
	content: "\f584";
}

.fa-grin-squint:before {
	content: "\f585";
}

.fa-grin-squint-tears:before {
	content: "\f586";
}

.fa-grin-stars:before {
	content: "\f587";
}

.fa-grin-tears:before {
	content: "\f588";
}

.fa-grin-tongue:before {
	content: "\f589";
}

.fa-grin-tongue-squint:before {
	content: "\f58a";
}

.fa-grin-tongue-wink:before {
	content: "\f58b";
}

.fa-grin-wink:before {
	content: "\f58c";
}

.fa-grip-horizontal:before {
	content: "\f58d";
}

.fa-grip-lines:before {
	content: "\f7a4";
}

.fa-grip-lines-vertical:before {
	content: "\f7a5";
}

.fa-grip-vertical:before {
	content: "\f58e";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-guitar:before {
	content: "\f7a6";
}

.fa-gulp:before {
	content: "\f3ae";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hackerrank:before {
	content: "\f5f7";
}

.fa-hamburger:before {
	content: "\f805";
}

.fa-hammer:before {
	content: "\f6e3";
}

.fa-hamsa:before {
	content: "\f665";
}

.fa-hand-holding:before {
	content: "\f4bd";
}

.fa-hand-holding-heart:before {
	content: "\f4be";
}

.fa-hand-holding-medical:before {
	content: "樂";
}

.fa-hand-holding-usd:before {
	content: "\f4c0";
}

.fa-hand-holding-water:before {
	content: "\f4c1";
}

.fa-hand-lizard:before {
	content: "\f258";
}

.fa-hand-middle-finger:before {
	content: "\f806";
}

.fa-hand-paper:before {
	content: "\f256";
}

.fa-hand-peace:before {
	content: "\f25b";
}

.fa-hand-point-down:before {
	content: "\f0a7";
}

.fa-hand-point-left:before {
	content: "\f0a5";
}

.fa-hand-point-right:before {
	content: "\f0a4";
}

.fa-hand-point-up:before {
	content: "\f0a6";
}

.fa-hand-pointer:before {
	content: "\f25a";
}

.fa-hand-rock:before {
	content: "\f255";
}

.fa-hand-scissors:before {
	content: "\f257";
}

.fa-hand-sparkles:before {
	content: "諾";
}

.fa-hand-spock:before {
	content: "\f259";
}

.fa-hands:before {
	content: "\f4c2";
}

.fa-hands-helping:before {
	content: "\f4c4";
}

.fa-hands-wash:before {
	content: "丹";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-handshake-alt-slash:before {
	content: "寧";
}

.fa-handshake-slash:before {
	content: "怒";
}

.fa-hanukiah:before {
	content: "\f6e6";
}

.fa-hard-hat:before {
	content: "\f807";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hat-cowboy:before {
	content: "\f8c0";
}

.fa-hat-cowboy-side:before {
	content: "\f8c1";
}

.fa-hat-wizard:before {
	content: "\f6e8";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-head-side-cough:before {
	content: "率";
}

.fa-head-side-cough-slash:before {
	content: "異";
}

.fa-head-side-mask:before {
	content: "北";
}

.fa-head-side-virus:before {
	content: "磻";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-headphones-alt:before {
	content: "\f58f";
}

.fa-headset:before {
	content: "\f590";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heart-broken:before {
	content: "\f7a9";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-helicopter:before {
	content: "\f533";
}

.fa-highlighter:before {
	content: "\f591";
}

.fa-hiking:before {
	content: "\f6ec";
}

.fa-hippo:before {
	content: "\f6ed";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-holly-berry:before {
	content: "\f7aa";
}

.fa-home:before {
	content: "\f015";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hornbill:before {
	content: "\f592";
}

.fa-horse:before {
	content: "\f6f0";
}

.fa-horse-head:before {
	content: "\f7ab";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hospital-alt:before {
	content: "\f47d";
}

.fa-hospital-symbol:before {
	content: "\f47e";
}

.fa-hospital-user:before {
	content: "\f80d";
}

.fa-hot-tub:before {
	content: "\f593";
}

.fa-hotdog:before {
	content: "\f80f";
}

.fa-hotel:before {
	content: "\f594";
}

.fa-hotjar:before {
	content: "\f3b1";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-house-damage:before {
	content: "\f6f1";
}

.fa-house-user:before {
	content: "便";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-hryvnia:before {
	content: "\f6f2";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-ice-cream:before {
	content: "\f810";
}

.fa-icicles:before {
	content: "\f7ad";
}

.fa-icons:before {
	content: "\f86d";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-id-card:before {
	content: "\f2c2";
}

.fa-id-card-alt:before {
	content: "\f47f";
}

.fa-ideal:before {
	content: "邏";
}

.fa-igloo:before {
	content: "\f7ae";
}

.fa-image:before {
	content: "\f03e";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-infinity:before {
	content: "\f534";
}

.fa-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-instagram-square:before {
	content: "凌";
}

.fa-intercom:before {
	content: "\f7af";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-invision:before {
	content: "\f7b0";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itch-io:before {
	content: "\f83a";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-java:before {
	content: "\f4e4";
}

.fa-jedi:before {
	content: "\f669";
}

.fa-jedi-order:before {
	content: "\f50e";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-jira:before {
	content: "\f7b1";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joint:before {
	content: "\f595";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-journal-whills:before {
	content: "\f66a";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-kaaba:before {
	content: "\f66b";
}

.fa-kaggle:before {
	content: "\f5fa";
}

.fa-key:before {
	content: "\f084";
}

.fa-keybase:before {
	content: "\f4f5";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-khanda:before {
	content: "\f66d";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-kiss:before {
	content: "\f596";
}

.fa-kiss-beam:before {
	content: "\f597";
}

.fa-kiss-wink-heart:before {
	content: "\f598";
}

.fa-kiwi-bird:before {
	content: "\f535";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-landmark:before {
	content: "\f66f";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laptop-code:before {
	content: "\f5fc";
}

.fa-laptop-house:before {
	content: "復";
}

.fa-laptop-medical:before {
	content: "\f812";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-laugh:before {
	content: "\f599";
}

.fa-laugh-beam:before {
	content: "\f59a";
}

.fa-laugh-squint:before {
	content: "\f59b";
}

.fa-laugh-wink:before {
	content: "\f59c";
}

.fa-layer-group:before {
	content: "\f5fd";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-less-than:before {
	content: "\f536";
}

.fa-less-than-equal:before {
	content: "\f537";
}

.fa-level-down-alt:before {
	content: "\f3be";
}

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-lock:before {
	content: "\f023";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-luggage-cart:before {
	content: "\f59d";
}

.fa-lungs:before {
	content: "\f604";
}

.fa-lungs-virus:before {
	content: "不";
}

.fa-lyft:before {
	content: "\f3c3";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-mail-bulk:before {
	content: "\f674";
}

.fa-mailchimp:before {
	content: "\f59e";
}

.fa-male:before {
	content: "\f183";
}

.fa-mandalorian:before {
	content: "\f50f";
}

.fa-map:before {
	content: "\f279";
}

.fa-map-marked:before {
	content: "\f59f";
}

.fa-map-marked-alt:before {
	content: "\f5a0";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-markdown:before {
	content: "\f60f";
}

.fa-marker:before {
	content: "\f5a1";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mask:before {
	content: "\f6fa";
}

.fa-mastodon:before {
	content: "\f4f6";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-mdb:before {
	content: "\f8ca";
}

.fa-medal:before {
	content: "\f5a2";
}

.fa-medapps:before {
	content: "\f3c6";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-megaport:before {
	content: "\f5a3";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-meh-blank:before {
	content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5";
}

.fa-memory:before {
	content: "\f538";
}

.fa-mendeley:before {
	content: "\f7b3";
}

.fa-menorah:before {
	content: "\f676";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-meteor:before {
	content: "\f753";
}

.fa-microblog:before {
	content: "駱";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-alt:before {
	content: "\f3c9";
}

.fa-microphone-alt-slash:before {
	content: "\f539";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-microscope:before {
	content: "\f610";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-mitten:before {
	content: "\f7b5";
}

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mixer:before {
	content: "稜";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.fa-money-bill:before {
	content: "\f0d6";
}

.fa-money-bill-alt:before {
	content: "\f3d1";
}

.fa-money-bill-wave:before {
	content: "\f53a";
}

.fa-money-bill-wave-alt:before {
	content: "\f53b";
}

.fa-money-check:before {
	content: "\f53c";
}

.fa-money-check-alt:before {
	content: "\f53d";
}

.fa-monument:before {
	content: "\f5a6";
}

.fa-moon:before {
	content: "\f186";
}

.fa-mortar-pestle:before {
	content: "\f5a7";
}

.fa-mosque:before {
	content: "\f678";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-mountain:before {
	content: "\f6fc";
}

.fa-mouse:before {
	content: "\f8cc";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-mug-hot:before {
	content: "\f7b6";
}

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-neos:before {
	content: "\f612";
}

.fa-network-wired:before {
	content: "\f6ff";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nimblr:before {
	content: "\f5a8";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.fa-not-equal:before {
	content: "\f53e";
}

.fa-notes-medical:before {
	content: "\f481";
}

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-oil-can:before {
	content: "\f613";
}

.fa-old-republic:before {
	content: "\f510";
}

.fa-om:before {
	content: "\f679";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-orcid:before {
	content: "\f8d2";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-otter:before {
	content: "\f700";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-pager:before {
	content: "\f815";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-paint-roller:before {
	content: "\f5aa";
}

.fa-palette:before {
	content: "\f53f";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-pallet:before {
	content: "\f482";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-parachute-box:before {
	content: "\f4cd";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-parking:before {
	content: "\f540";
}

.fa-passport:before {
	content: "\f5ab";
}

.fa-pastafarianism:before {
	content: "\f67b";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-peace:before {
	content: "\f67c";
}

.fa-pen:before {
	content: "\f304";
}

.fa-pen-alt:before {
	content: "\f305";
}

.fa-pen-fancy:before {
	content: "\f5ac";
}

.fa-pen-nib:before {
	content: "\f5ad";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-pencil-ruler:before {
	content: "\f5ae";
}

.fa-penny-arcade:before {
	content: "\f704";
}

.fa-people-arrows:before {
	content: "泌";
}

.fa-people-carry:before {
	content: "\f4ce";
}

.fa-pepper-hot:before {
	content: "\f816";
}

.fa-percent:before {
	content: "\f295";
}

.fa-percentage:before {
	content: "\f541";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-person-booth:before {
	content: "\f756";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phoenix-squadron:before {
	content: "\f511";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-alt:before {
	content: "\f879";
}

.fa-phone-slash:before {
	content: "\f3dd";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-phone-square-alt:before {
	content: "\f87b";
}

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-photo-video:before {
	content: "\f87c";
}

.fa-php:before {
	content: "\f457";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-pied-piper-hat:before {
	content: "\f4e5";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-square:before {
	content: "爛";
}

.fa-piggy-bank:before {
	content: "\f4d3";
}

.fa-pills:before {
	content: "\f484";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-pizza-slice:before {
	content: "\f818";
}

.fa-place-of-worship:before {
	content: "\f67f";
}

.fa-plane:before {
	content: "\f072";
}

.fa-plane-arrival:before {
	content: "\f5af";
}

.fa-plane-departure:before {
	content: "\f5b0";
}

.fa-plane-slash:before {
	content: "數";
}

.fa-play:before {
	content: "\f04b";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-playstation:before {
	content: "\f3df";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-plus:before {
	content: "\f067";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-poll:before {
	content: "\f681";
}

.fa-poll-h:before {
	content: "\f682";
}

.fa-poo:before {
	content: "\f2fe";
}

.fa-poo-storm:before {
	content: "\f75a";
}

.fa-poop:before {
	content: "\f619";
}

.fa-portrait:before {
	content: "\f3e0";
}

.fa-pound-sign:before {
	content: "\f154";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-pray:before {
	content: "\f683";
}

.fa-praying-hands:before {
	content: "\f684";
}

.fa-prescription:before {
	content: "\f5b1";
}

.fa-prescription-bottle:before {
	content: "\f485";
}

.fa-prescription-bottle-alt:before {
	content: "\f486";
}

.fa-print:before {
	content: "\f02f";
}

.fa-procedures:before {
	content: "\f487";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-project-diagram:before {
	content: "\f542";
}

.fa-pump-medical:before {
	content: "索";
}

.fa-pump-soap:before {
	content: "參";
}

.fa-pushed:before {
	content: "\f3e1";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-quran:before {
	content: "\f687";
}

.fa-r-project:before {
	content: "\f4f7";
}

.fa-radiation:before {
	content: "\f7b9";
}

.fa-radiation-alt:before {
	content: "\f7ba";
}

.fa-rainbow:before {
	content: "\f75b";
}

.fa-random:before {
	content: "\f074";
}

.fa-raspberry-pi:before {
	content: "\f7bb";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-reacteurope:before {
	content: "\f75d";
}

.fa-readme:before {
	content: "\f4d5";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-receipt:before {
	content: "\f543";
}

.fa-record-vinyl:before {
	content: "\f8d9";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-redhat:before {
	content: "\f7bc";
}

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-remove-format:before {
	content: "\f87d";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-republican:before {
	content: "\f75e";
}

.fa-researchgate:before {
	content: "\f4f8";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-restroom:before {
	content: "\f7bd";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-rev:before {
	content: "\f5b2";
}

.fa-ribbon:before {
	content: "\f4d6";
}

.fa-ring:before {
	content: "\f70b";
}

.fa-road:before {
	content: "\f018";
}

.fa-robot:before {
	content: "\f544";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-route:before {
	content: "\f4d7";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-ruler:before {
	content: "\f545";
}

.fa-ruler-combined:before {
	content: "\f546";
}

.fa-ruler-horizontal:before {
	content: "\f547";
}

.fa-ruler-vertical:before {
	content: "\f548";
}

.fa-running:before {
	content: "\f70c";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-rust:before {
	content: "梁";
}

.fa-sad-cry:before {
	content: "\f5b3";
}

.fa-sad-tear:before {
	content: "\f5b4";
}

.fa-safari:before {
	content: "\f267";
}

.fa-salesforce:before {
	content: "\f83b";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-satellite:before {
	content: "\f7bf";
}

.fa-satellite-dish:before {
	content: "\f7c0";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-school:before {
	content: "\f549";
}

.fa-screwdriver:before {
	content: "\f54a";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-scroll:before {
	content: "\f70e";
}

.fa-sd-card:before {
	content: "\f7c2";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-dollar:before {
	content: "\f688";
}

.fa-search-location:before {
	content: "\f689";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-seedling:before {
	content: "\f4d8";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-shapes:before {
	content: "\f61f";
}

.fa-share:before {
	content: "\f064";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-shield-virus:before {
	content: "塞";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-shoe-prints:before {
	content: "\f54b";
}

.fa-shopify:before {
	content: "綾";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-shopware:before {
	content: "\f5b5";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-shuttle-van:before {
	content: "\f5b6";
}

.fa-sign:before {
	content: "\f4d9";
}

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-signature:before {
	content: "\f5b7";
}

.fa-sim-card:before {
	content: "\f7c4";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-sink:before {
	content: "省";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-sith:before {
	content: "\f512";
}

.fa-skating:before {
	content: "\f7c5";
}

.fa-sketch:before {
	content: "\f7c6";
}

.fa-skiing:before {
	content: "\f7c9";
}

.fa-skiing-nordic:before {
	content: "\f7ca";
}

.fa-skull:before {
	content: "\f54c";
}

.fa-skull-crossbones:before {
	content: "\f714";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-slash:before {
	content: "\f715";
}

.fa-sleigh:before {
	content: "\f7cc";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-smile-beam:before {
	content: "\f5b8";
}

.fa-smile-wink:before {
	content: "\f4da";
}

.fa-smog:before {
	content: "\f75f";
}

.fa-smoking:before {
	content: "\f48d";
}

.fa-smoking-ban:before {
	content: "\f54d";
}

.fa-sms:before {
	content: "\f7cd";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-snowboarding:before {
	content: "\f7ce";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-snowman:before {
	content: "\f7d0";
}

.fa-snowplow:before {
	content: "\f7d2";
}

.fa-soap:before {
	content: "葉";
}

.fa-socks:before {
	content: "\f696";
}

.fa-solar-panel:before {
	content: "\f5ba";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
	content: "\f881";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
	content: "\f882";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-down-alt:before {
	content: "\f884";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-amount-up-alt:before {
	content: "\f885";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-down-alt:before {
	content: "\f886";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-numeric-up-alt:before {
	content: "\f887";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-sourcetree:before {
	content: "\f7d3";
}

.fa-spa:before {
	content: "\f5bb";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-speaker-deck:before {
	content: "\f83c";
}

.fa-spell-check:before {
	content: "\f891";
}

.fa-spider:before {
	content: "\f717";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-splotch:before {
	content: "\f5bc";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-spray-can:before {
	content: "\f5bd";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-square-root-alt:before {
	content: "\f698";
}

.fa-squarespace:before {
	content: "\f5be";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-stackpath:before {
	content: "\f842";
}

.fa-stamp:before {
	content: "\f5bf";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-and-crescent:before {
	content: "\f699";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-star-half-alt:before {
	content: "\f5c0";
}

.fa-star-of-david:before {
	content: "\f69a";
}

.fa-star-of-life:before {
	content: "\f621";
}

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-steam-symbol:before {
	content: "\f3f6";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-stopwatch-20:before {
	content: "說";
}

.fa-store:before {
	content: "\f54e";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-store-alt-slash:before {
	content: "殺";
}

.fa-store-slash:before {
	content: "辰";
}

.fa-strava:before {
	content: "\f428";
}

.fa-stream:before {
	content: "\f550";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-stroopwafel:before {
	content: "\f551";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-subway:before {
	content: "\f239";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-suitcase-rolling:before {
	content: "\f5c1";
}

.fa-sun:before {
	content: "\f185";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-surprise:before {
	content: "\f5c2";
}

.fa-suse:before {
	content: "\f7d6";
}

.fa-swatchbook:before {
	content: "\f5c3";
}

.fa-swift:before {
	content: "\f8e1";
}

.fa-swimmer:before {
	content: "\f5c4";
}

.fa-swimming-pool:before {
	content: "\f5c5";
}

.fa-symfony:before {
	content: "\f83d";
}

.fa-synagogue:before {
	content: "\f69b";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-syringe:before {
	content: "\f48e";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tablets:before {
	content: "\f490";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tape:before {
	content: "\f4db";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-teamspeak:before {
	content: "\f4f9";
}

.fa-teeth:before {
	content: "\f62e";
}

.fa-teeth-open:before {
	content: "\f62f";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

.fa-temperature-high:before {
	content: "\f769";
}

.fa-temperature-low:before {
	content: "\f76b";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-tenge:before {
	content: "\f7d7";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-the-red-yeti:before {
	content: "\f69d";
}

.fa-theater-masks:before {
	content: "\f630";
}

.fa-themeco:before {
	content: "\f5c6";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer:before {
	content: "\f491";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-think-peaks:before {
	content: "\f731";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-tiktok:before {
	content: "糧";
}

.fa-times:before {
	content: "\f00d";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-tint:before {
	content: "\f043";
}

.fa-tint-slash:before {
	content: "\f5c7";
}

.fa-tired:before {
	content: "\f5c8";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-toilet:before {
	content: "\f7d8";
}

.fa-toilet-paper:before {
	content: "\f71e";
}

.fa-toilet-paper-slash:before {
	content: "沈";
}

.fa-toolbox:before {
	content: "\f552";
}

.fa-tools:before {
	content: "\f7d9";
}

.fa-tooth:before {
	content: "\f5c9";
}

.fa-torah:before {
	content: "\f6a0";
}

.fa-torii-gate:before {
	content: "\f6a1";
}

.fa-tractor:before {
	content: "\f722";
}

.fa-trade-federation:before {
	content: "\f513";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-traffic-light:before {
	content: "\f637";
}

.fa-trailer:before {
	content: "論";
}

.fa-train:before {
	content: "\f238";
}

.fa-tram:before {
	content: "\f7da";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-trash-restore:before {
	content: "\f829";
}

.fa-trash-restore-alt:before {
	content: "\f82a";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-trello:before {
	content: "\f181";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-truck-loading:before {
	content: "\f4de";
}

.fa-truck-monster:before {
	content: "\f63b";
}

.fa-truck-moving:before {
	content: "\f4df";
}

.fa-truck-pickup:before {
	content: "\f63c";
}

.fa-tshirt:before {
	content: "\f553";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-tv:before {
	content: "\f26c";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-ubuntu:before {
	content: "\f7df";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbraco:before {
	content: "\f8e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-umbrella-beach:before {
	content: "\f5ca";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-uniregistry:before {
	content: "\f404";
}

.fa-unity:before {
	content: "雷";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-unsplash:before {
	content: "良";
}

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-ups:before {
	content: "\f7e0";
}

.fa-usb:before {
	content: "\f287";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-alt:before {
	content: "\f406";
}

.fa-user-alt-slash:before {
	content: "\f4fa";
}

.fa-user-astronaut:before {
	content: "\f4fb";
}

.fa-user-check:before {
	content: "\f4fc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-clock:before {
	content: "\f4fd";
}

.fa-user-cog:before {
	content: "\f4fe";
}

.fa-user-edit:before {
	content: "\f4ff";
}

.fa-user-friends:before {
	content: "\f500";
}

.fa-user-graduate:before {
	content: "\f501";
}

.fa-user-injured:before {
	content: "\f728";
}

.fa-user-lock:before {
	content: "\f502";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-user-minus:before {
	content: "\f503";
}

.fa-user-ninja:before {
	content: "\f504";
}

.fa-user-nurse:before {
	content: "\f82f";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-user-shield:before {
	content: "\f505";
}

.fa-user-slash:before {
	content: "\f506";
}

.fa-user-tag:before {
	content: "\f507";
}

.fa-user-tie:before {
	content: "\f508";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-users:before {
	content: "\f0c0";
}

.fa-users-cog:before {
	content: "\f509";
}

.fa-users-slash:before {
	content: "拾";
}

.fa-usps:before {
	content: "\f7e1";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-vector-square:before {
	content: "\f5cb";
}

.fa-venus:before {
	content: "\f221";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-vial:before {
	content: "\f492";
}

.fa-vials:before {
	content: "\f493";
}

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-video-slash:before {
	content: "\f4e2";
}

.fa-vihara:before {
	content: "\f6a7";
}

.fa-vimeo:before {
	content: "\f40a";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-virus:before {
	content: "若";
}

.fa-virus-slash:before {
	content: "掠";
}

.fa-viruses:before {
	content: "略";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-voicemail:before {
	content: "\f897";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-mute:before {
	content: "\f6a9";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vote-yea:before {
	content: "\f772";
}

.fa-vr-cardboard:before {
	content: "\f729";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-walking:before {
	content: "\f554";
}

.fa-wallet:before {
	content: "\f555";
}

.fa-warehouse:before {
	content: "\f494";
}

.fa-water:before {
	content: "\f773";
}

.fa-wave-square:before {
	content: "\f83e";
}

.fa-waze:before {
	content: "\f83f";
}

.fa-weebly:before {
	content: "\f5cc";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weight:before {
	content: "\f496";
}

.fa-weight-hanging:before {
	content: "\f5cd";
}

.fa-weixin:before {
	content: "\f1d7";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-whatsapp-square:before {
	content: "\f40c";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-wind:before {
	content: "\f72e";
}

.fa-window-close:before {
	content: "\f410";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-wine-bottle:before {
	content: "\f72f";
}

.fa-wine-glass:before {
	content: "\f4e3";
}

.fa-wine-glass-alt:before {
	content: "\f5ce";
}

.fa-wix:before {
	content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
	content: "\f730";
}

.fa-wolf-pack-battalion:before {
	content: "\f514";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wpressr:before {
	content: "\f3e4";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-x-ray:before {
	content: "\f497";
}

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yammer:before {
	content: "\f840";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yarn:before {
	content: "\f7e3";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yin-yang:before {
	content: "\f6ad";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-square:before {
	content: "\f431";
}

.fa-zhihu:before {
	content: "\f63f";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
	font-family: "Font Awesome 5 Pro light";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/fa-light-300.eot");
	src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal, .dc-image-carousel button.slick-arrow:after, a[href$=".jpg"]:after {
	font-family: "Font Awesome 5 Pro light";
	font-weight: 300;
}

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
	font-family: "Font Awesome 5 Pro regular";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/fa-regular-400.eot");
	src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far, .dc_panel_boxes .panel_boxes.style1 .slick-arrow:after,
.dc-case-studies-carousel.dc-post-carousel-2 .slick-arrow:after, .page-template-standardwith-sidebar .content-wrapper .sidebar .related_links li a:after,
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a:after,
.single-post .content-wrapper .sidebar .related_links li a:after,
.single-post .content-wrapper .sidebar .download_links li a:after,
.single-events .content-wrapper .sidebar .related_links li a:after,
.single-events .content-wrapper .sidebar .download_links li a:after, .dc-accordian > .inner .items .accordion:after, .section.dc-downloads .inner .items .item a:after, .dc-listing-cards .inner .items .item .inner-wrapper:before, .dc-case-studies-carousel .item .inner-wrapper .text:before, .dc-image-icon_boxes .icon_box .icon_wrapper:before, .post-grid-items .items .item .inner-wrapper:before, .dc-titlebox .scroll-to-section a:after, #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > .mega-menu-row .mega-menu-item a:after, .menu-toggle-wrapper .mobile-menu-toggle:before {
	font-family: "Font Awesome 5 Pro regular";
	font-weight: 400;
}

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
	font-family: "Font Awesome 5 Pro solid";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
span.play-btn .triangle:after,
div.play-btn .triangle:after,
.dc_search ul li a:after,
.gform_wrapper .gform_page_footer .gform_save_link:before,
.dc-text-block .items .item.list_style_1 li:before,
#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu .mega-bold .mega-menu-link:after,
.dc-search-wrapper form:before,
.dc-search-trigger i,
a.arrow-right:after {
	font-family: "Font Awesome 5 Pro solid";
	font-weight: 900;
}

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
	font-family: "Font Awesome 5 Brands";
}

/* SETTINGS - GRID */
/*------------------------------------*\

		SETTINGS - DEFAULT WIDTHS

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - SECTIONS

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - RESPONSIVE BREAK POINTS

\*------------------------------------*/
/* SETTINGS - COLORS */
/*------------------------------------*\

		SETTINGS - BASIC COLORS

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - COLORS - THEME - DC

\*------------------------------------*/
/* SETTINGS - FONTS */
/*------------------------------------*\

		SETTINGS - FONT FAMILY

\*------------------------------------*/
.dc-accordian > .inner .items .accordion, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select, .gform_wrapper .gform_body .gform_fields .gfield label, .controls.dc-filters button,
.controls.dc-filters select, body.error404 .panel.main .row #post-404 .error_search form.search input.search-input, body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input, .footer .footer-top-inner .footer-widget:nth-child(2) h4, .dc-search-wrapper .search-input, ul li, ol li, body {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a,
.single-post .content-wrapper .sidebar .download_links li a,
.single-events .content-wrapper .sidebar .download_links li a, .page-template-standardwith-sidebar .content-wrapper .content .section blockquote p,
.single-post .content-wrapper .content .section blockquote p,
.single-events .content-wrapper .content .section blockquote p, #locations.location-finder-outer #asl-storelocator .Filter_section .search_filter label.mb-2, .dc-case-studies-carousel .item .inner-wrapper .image-wrapper span, .dc-image-icon_boxes .icon_box .icon_wrapper .sub_title, .gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit], .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .events-grid-items .item .content .event_data .time, .events-grid-items .item .content .event_date, .post-grid-items .items .item .inner-wrapper .image-wrapper .date, body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit, body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit, .footer .footer-top-inner .footer-widget:first-child h4 b, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.green p a, .header_top ul li a, a.dc-btn, h1, h2, h3, h4, h5, h6 {
	font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
}

.page-template-standardwith-sidebar .content-wrapper .content .section blockquote em,
.single-post .content-wrapper .content .section blockquote em,
.single-events .content-wrapper .content .section blockquote em, .page-template-standardwith-sidebar .content-wrapper .content .section blockquote p strong,
.single-post .content-wrapper .content .section blockquote p strong,
.single-events .content-wrapper .content .section blockquote p strong, .dc-image-icon_boxes .icon_box .icon_wrapper, .events-grid-items .item .content .event_date span, .dc-titlebox h1 span, .title-wrapper .title span, .footer .footer-top-inner .footer-widget:first-child h4 {
	font-family: "Antartida Rnd W04 Lt", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
}

.main_menu .mega-menu-wrap ul li a {
	font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
}

/*------------------------------------*\

		SETTINGS - FONT SIZES

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - BASE FONT COLOURS

\*------------------------------------*/
/* SETTINGS - LINKS */
/*------------------------------------*\

		SETTINGS - LINKS

\*------------------------------------*/
/* SETTINGS - HEADER / MENU / FOOTER */
/*------------------------------------*\

		SETTINGS - HEADER

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - MENU

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - FOOTER

\*------------------------------------*/
/* SETTINGS - COMPONENTS */
/*------------------------------------*\

		SETTINGS - BLOCK TITLES

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - MASTER SLIDER

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - TITLE BOX

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - IMAGE TEXT BOX

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - CTA

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - POST GRID

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - POST GRID - FILTER

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - TESTIMONIALS

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - TESTIMONIALS

\*------------------------------------*/
/*------------------------------------*\

		SETTINGS - GRAVITYFORM

\*------------------------------------*/
/********** TFO HOVER MIXIN ***********/
/*------------------------------------*\

	 TFO HOVER MIXINS

\*------------------------------------*/
/********** GLOBAL APP ***********/
/*------------------------------------*\
		VARIABLES
\*------------------------------------*/
.grid:after {
	content: "";
	display: table;
	clear: both;
}

/*------------------------------------*\
		GLOBAL - SITE WIDE
\*------------------------------------*/
button {
	outline: none !important;
	transition: all 250ms ease-in-out;
}

input[type=submit] {
	transition: all 250ms ease-in-out;
}

.page_container {
	background: white;
}

.page_container > .panel {
	max-width: 100%;
	background: #ffffff;
}

#preloader {
	transition: all 0.2s ease-in-out;
}
#preloader.hide {
	opacity: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

/* BASE */
/*------------------------------------*\
		BASE - SITE WIDE
\*------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}

html {
	overflow: auto;
	background: #E2E2E2;
}

body {
	font-size: 16px;
	line-height: 1.7em;
	color: #000000;
	background: #E2E2E2;
	overflow-x: hidden !important;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 15px;
	}
}

/*------------------------------------*\

		BASE - FONTS

\*------------------------------------*/
p {
	margin-bottom: 20px;
	width: 100%;
	line-height: 1.7em !important;
}
p strong,
p strong a {
	font-family: "Antartida Rnd W04 Bold";
}

sup {
	font-size: 45%;
	padding-right: 5px;
	vertical-align: super;
}

/** H1 - H6 STYLING **/
h1, h2, h3, h4, h5, h6 {
	color: #5F3D68;
	line-height: 1.05em;
	text-transform: none;
	margin: 0 0 25px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 15px;
	}
}

h1 {
	font-size: 70px;
}
@media only screen and (max-width: 1099px) {
	h1 {
		font-size: 60px;
	}
}
@media only screen and (max-width: 849px) {
	h1 {
		font-size: 50px;
	}
}
@media only screen and (max-width: 559px) {
	h1 {
		font-size: 40px;
	}
}

h2, .h2 {
	font-size: 58px;
}
@media only screen and (max-width: 1099px) {
	h2, .h2 {
		font-size: 48px;
	}
}
@media only screen and (max-width: 849px) {
	h2, .h2 {
		font-size: 35px;
	}
}
@media only screen and (max-width: 559px) {
	h2, .h2 {
		font-size: 25px;
	}
}

h3 {
	font-size: 30px;
}
@media only screen and (max-width: 1099px) {
	h3 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 849px) {
	h3 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 559px) {
	h3 {
		font-size: 22px;
	}
}

h4 {
	font-size: 28px;
}
@media only screen and (max-width: 1099px) {
	h4 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 849px) {
	h4 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 559px) {
	h4 {
		font-size: 19px;
	}
}

h5 {
	font-size: 22px;
}
@media only screen and (max-width: 1099px) {
	h5 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 849px) {
	h5 {
		font-size: 19px;
	}
}
@media only screen and (max-width: 559px) {
	h5 {
		font-size: 17px;
	}
}

h6 {
	font-size: 20px;
}
@media only screen and (max-width: 1099px) {
	h6 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 849px) {
	h6 {
		font-size: 17px;
	}
}
@media only screen and (max-width: 559px) {
	h6 {
		font-size: 16px;
	}
}

/*------------------------------------*\
		BASE - LINKS
\*------------------------------------*/
a {
	text-decoration: none;
	color: #000000;
	outline: none !important;
	transition: all 250ms ease-in-out;
}
a:hover {
	color: #5F3D68;
}
p article a, li article a {
	text-decoration: underline;
}
p article a:hover, li article a:hover {
	color: #5F3D68;
}
a.arrow-right:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin-left: 12px;
	font-size: 0.9em;
	position: relative;
	vertical-align: 0;
	content: "\f105";
	transition: all 250ms ease-in-out;
}
a.arrow-right:hover {
	color: #5F3D68;
}
a[href$=".jpg"]:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f1c5";
	position: relative;
	margin-left: 12px;
	vertical-align: 0;
	font-size: 20px;
}
a.dc-btn {
	font-size: 16px;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	border: 2px solid #5F3D68;
	border-radius: 40px;
	background: #5F3D68;
	display: inline-block;
	box-sizing: border-box;
	min-width: 200px;
	width: auto;
	padding: 13px 30px 11px 30px;
	margin: 12px 0 0 0;
	opacity: 1;
}
a.dc-btn:hover {
	background: #006580;
	border: 2px solid #006580;
	color: white;
}
@media only screen and (max-width: 767px) {
	a.dc-btn {
		font-size: 16px;
		padding: 8px 24px 6px 24px;
		min-width: 120px;
	}
}
.bg_purple a.dc-btn {
	background: #C2E0AE;
	border-color: #C2E0AE !important;
	color: #000000 !important;
}
.bg_purple a.dc-btn:hover {
	background: white;
	border-color: #ffffff !important;
}

/*--------------------------------------------------------*\

		BASE - LISTS

	- includes a higher class for coloured bullets

\*--------------------------------------------------------*/
ul, ol {
	margin-bottom: 12px;
}
ul li, ol li {
	font-size: 16px;
	line-height: 1.7em;
	color: #000000;
	margin-left: 25px;
	padding-bottom: 4px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	ul li, ol li {
		font-size: 15px;
	}
}
.small-dots ul li, .single_post ul li, .small-dots ol li, .single_post ol li {
	list-style: none;
	margin-left: 35px;
}
.small-dots ul li:before, .single_post ul li:before, .small-dots ol li:before, .single_post ol li:before {
	content: "•";
	color: #000000;
	display: inline-block;
	width: 15px;
	font-size: 15px;
	position: absolute;
	top: -1px;
	left: -22px;
}

/*------------------------------------*\
		BASE - IMAGES
\*------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------*\
		BASE - BLOCKQUOTE
\*------------------------------------*/
blockquote {
	margin: 40px;
}
blockquote p {
	color: #000000;
	font-size: 16px;
	font-style: italic;
}

/* HEADER */
/*------------------------------------*\
		HEADER - BASE
\*------------------------------------*/
#header_main + .page_container {
	padding-top: 150px;
}
.dc-campaign-page #header_main + .page_container {
	padding-top: 120px;
}
@media only screen and (max-width: 949px) {
	#header_main + .page_container {
		padding-top: 110px;
	}
	.dc-campaign-page #header_main + .page_container {
		padding-top: 80px;
	}
}
@media only screen and (max-width: 766px) {
	#header_main + .page_container {
		padding-top: 80px;
	}
	.dc-campaign-page #header_main + .page_container {
		padding-top: 80px;
	}
}

#header_main {
	position: fixed;
	margin: 0 auto;
	z-index: 10000000;
	width: 100%;
	max-width: 1920px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 6px 2px rgba(1, 1, 1, 0.2) !important;
}
#header_main .header_nav_container {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto !important;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	max-width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	height: 120px;
	position: relative;
	transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 949px) {
	#header_main .header_nav_container {
		height: 80px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 15px;
	}
}
@media only screen and (min-width: 1550px) {
	#header_main .header_nav_container {
		width: calc(100% - 20px);
	}
}

@media only screen and (min-width: 950px) {
	.sticky-nav #header_main {
		background: #ffffff;
	}
	.sticky-nav #header_main .header_nav_container {
		height: 80px;
		/*
					@include mq('responsive_menu_break', max) {

						height: $header_height_mob_sticky;
					}
		*/
	}
}
@media only screen and (max-width: 949px) {
	.sticky-nav #header_main .header_nav_container {
		background: #ffffff;
	}
}
/*------------------------------------*\
		HEADER - LOGO
\*------------------------------------*/
.header_logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	width: 181px;
	max-width: 15vw;
	min-width: 165px;
	margin: 0;
	transition: all 250ms ease-in-out;
	/*		
	@include mq('responsive_menu_break', max) {
		justify-content: flex-start !important;
		margin-left: 15px;
		min-width: 240px;
		margin-left: 0;
	}
	*/
}
@media only screen and (max-width: 949px) {
	.header_logo {
		min-width: 165px;
	}
}
.header_logo a {
	display: block;
}
.header_logo a img {
	display: block;
	max-height: 96px;
	position: relative;
	z-index: 1000;
	transition: all 250ms ease-in-out;
}
.sticky-nav .header_logo a img {
	max-height: 60px;
}
.header_logo a.desktop-logo {
	display: block;
}
.header_logo a.mobile-logo {
	display: none;
	margin: 13px 0 0 0;
}
.header_logo a.mobile-logo img {
	max-height: 60px;
}
@media only screen and (max-width: 949px) {
	.header_logo a.mobile-logo img {
		max-height: 65px;
	}
}
@media only screen and (max-width: 949px) {
	.header_logo a.desktop-logo {
		display: none;
	}
	.header_logo a.mobile-logo {
		display: block;
	}
}

/*
.sticky-nav #header_main {	

	@include mq('responsive_menu_break', max) {

		.header_logo {

			a {
				margin-top: 4px;

				img {
					max-height: 60px !important;
				}

				&.mobile-logo {

					img {
						max-height: 40px;
						max-width: 80px;
						min-width: 80px;
					}
				}
			}
		}
	}
}
*/
/*------------------------------------*\

		HEADER - TOP

\*------------------------------------*/
.header_top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
			justify-content: flex-end;
	width: 100%;
	height: 30px;
	padding: 2px 10px 0 10px;
	color: #ffffff;
	background: #006580;
	transition: all 250ms ease-in-out;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: end;
			justify-content: flex-end;
	z-index: 100000;
}
@media only screen and (max-width: 949px) {
	.header_top {
		position: relative;
		z-index: 100000;
	}
}
@media only screen and (min-width: 768px) {
	.header_top {
		padding: 2px 24px 0;
	}
}
@media only screen and (min-width: 1550px) {
	.header_top {
		padding: 2px 36px 0;
	}
}
.header_top .widget_nav_menu:first-child {
	-ms-flex: 1;
			flex: 1;
}
.header_top ul {
	list-style: none;
	height: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 559px) {
	.header_top ul {
		-ms-flex-pack: justify;
				justify-content: space-between;
	}
}
.header_top ul li {
	display: inline;
	padding: 0;
	margin-left: 0;
	/*
				&:last-child,
				&:nth-last-child(2) {

					a {
						font-size: 16px;
					}

					@include mq('tablet', max) {
						background: $theme_color;
						margin-left: 10px;

						a {
							font-size: 14px;
							padding: 0 10px;
							white-space: nowrap;

							&:hover {
								background: white;
								color: $theme_color;
							}
						}
					}
				}

				&:last-child {
					background: $theme_color;

					@include mq('tablet', max) {
						display: none;	
					}

					a {

						&:hover {
							background: white;
							color: $theme_color;
						}
					}
				}
	*/
}
@media only screen and (max-width: 1099px) {
	.header_top ul li {
		margin-left: 0.5vw;
	}
}
@media only screen and (max-width: 949px) {
	.header_top ul li {
		margin-left: 0;
	}
}
.header_top ul li a {
	height: 30px;
	color: white;
	font-size: 16px;
	line-height: 30px;
	padding: 4px 8px 0 10px;
	position: relative;
}
.header_top ul li a:hover {
	color: #FFDF9D;
}
.header_top ul li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 1px;
	height: 13px;
	border-radius: 10px;
	background: #FFDF9D;
}
@media only screen and (max-width: 949px) {
	.header_top ul li a:before {
		top: -1px;
	}
}
@media only screen and (max-width: 767px) {
	.header_top ul li a:before {
		display: none;
	}
}
.header_top ul li:first-child a:before {
	display: none;
}
@media only screen and (max-width: 767px) {
	.header_top ul li.tel a {
		font-size: 0;
	}
	.header_top ul li.tel a:after {
		content: "\f095";
		font-family: "Font Awesome 5 Pro Solid";
		color: white;
		font-size: 15px;
		line-height: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media only screen and (max-width: 767px) and (max-width: 559px) {
	.header_top ul li.tel a:after {
		margin: 0;
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.header_top ul li.accessibility, .header_top ul li.feedback {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.header_top ul li.language > a {
		font-size: 0;
		background: url(../img/mobile-language-icon.svg);
		width: 31px;
		height: 19px;
		display: block;
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 11px;
	}
}
@media only screen and (max-width: 949px) {
	.header_top ul li a {
		padding: 0 6px;
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.header_top ul li {
		margin: 0;
	}
}
.header_top ul li > .sub-menu {
	display: none;
	height: auto;
	/* flex-direction: column; */
	position: absolute;
	top: 28px;
	width: 150px;
	background: #006580;
	height: auto;
	z-index: 99999;
}
.header_top ul li > .sub-menu > li {
	display: block;
}
.header_top ul li:hover > .sub-menu {
	display: block;
}
@media only screen and (max-width: 767px) {
	.header_top {
		position: absolute;
		background: none;
		top: 24px;
		right: 60px;
		width: 50px;
	}
	.header_top #menu-top-menu-right li a {
		display: block;
		color: #5F3D68;
		transform: scale3d(-1, 1, 1);
	}
	.header_top #menu-top-menu-right li a:after {
		color: #5F3D68;
		font-size: 20px;
	}
	.header_top #menu-top-menu-right li:not(.tel) {
		display: none;
	}
	.header_top .dc-search-trigger {
		display: none;
	}
}

/* TOOLBAR */
/*------------------------------------*\
		TOOLBAR
		- Position right, above the menu 
\*------------------------------------*/
.toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
			align-items: baseline;
	position: absolute;
	top: 0;
	right: 30px;
	margin-top: 13px;
	transition: all 75ms ease-in-out;
}
@media only screen and (max-width: 949px) {
	.toolbar {
		display: none;
	}
}
@media only screen and (min-width: 950px) {
	.sticky-nav .toolbar {
		margin-top: -40px;
	}
}

/*------------------------------------*\
		TOOLBAR - Content
\*------------------------------------*/
.toolbar ul {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
}
.toolbar a {
	color: #5F3D68;
}
.toolbar a:hover {
	text-decoration: underline;
}

/*------------------------------------*\

		TOOLBAR - Search

\*------------------------------------*/
.dc-search-outer-wrapper {
	position: relative;
}
.dc-search-outer-wrapper:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 1px;
	height: 13px;
	border-radius: 10px;
	background: #FFDF9D;
}
@media only screen and (max-width: 767px) {
	.dc-search-outer-wrapper:before {
		display: none;
	}
}

.dc-search-trigger i {
	font-size: 20px;
	margin-top: 5px;
	font-weight: 900;
	color: #FFDF9D;
}
@media only screen and (max-width: 999px) {
	.dc-search-trigger i {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.dc-search-trigger i {
		font-size: 14px;
		margin-left: 5px;
	}
}
.dc-search-trigger:hover i {
	color: #FFDF9D;
}

.dc-search-wrapper {
	width: 0;
	max-width: 100%;
	position: absolute;
	right: 30px;
	height: 53px;
	top: 24px;
	overflow: hidden;
	border-radius: 70px;
	background: transparent;
	z-index: 1000;
	transition: all 130ms ease-in-out;
}
@media only screen and (max-width: 949px) {
	.dc-search-wrapper {
		right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.dc-search-wrapper {
		top: 14px;
	}
}
.sticky-nav .dc-search-wrapper {
	top: 17px;
	top: 4px;
}
@media only screen and (max-width: 767px) {
	.sticky-nav .dc-search-wrapper {
		top: 1px;
	}
}
.dc-search-wrapper.show {
	width: 565px;
	max-width: calc(100% - 50px);
	transition: all 200ms ease-in-out;
	background: white;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	right: 9 !important;
	max-width: none !important;
	right: -15px;
}
.dc-search-wrapper .dc-search-wrapper-inner {
	width: 1410px;
	max-width: 100%;
	height: 53px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
	.dc-search-wrapper .search-title {
		max-width: 260px;
		margin: 0 auto;
	}
}
.dc-search-wrapper .search-submit {
	display: none;
}
.dc-search-wrapper form {
	position: relative;
}
.dc-search-wrapper form:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f002";
	position: relative;
	margin-right: 8px;
	vertical-align: 0;
	color: #5F3D68;
	font-size: 20px;
}
@media only screen and (max-width: 559px) {
	.dc-search-wrapper form:before {
		margin: 0;
		font-size: 14px;
	}
}
.dc-search-wrapper .search-input {
	padding: 15px;
	border: unset;
	font-size: 16px;
	background: transparent;
	color: #62605C;
}
@media only screen and (max-width: 559px) {
	.dc-search-wrapper .search-input {
		padding: 15px 0 15px 15px;
		font-size: 12px;
	}
}
.dc-search-wrapper .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #414142;
	transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input::-moz-placeholder { /* Firefox 19+ */
	color: #414142;
	transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input:-ms-input-placeholder { /* IE 10+ */
	color: #414142;
	transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input:-moz-placeholder { /* Firefox 18- */
	color: #414142;
	transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white;
}
.dc-search-wrapper .search-input:focus::-moz-placeholder { /* Firefox 19+ */
	color: white;
}
.dc-search-wrapper .search-input:focus:-ms-input-placeholder { /* IE 10+ */
	color: white;
}
.dc-search-wrapper .search-input:focus:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
}
.dc-search-wrapper .dc-search-close {
	padding: 13px 20px;
	font-size: 20px;
	color: #000000;
}

/* MENU */
/*------------------------------------*\
		MENU - SIMPLE - RIGHT ALIGNED
\*------------------------------------*/
.main_menu {
	-ms-flex: 1 1 auto;
			flex: 1 1 auto;
}
.main_menu .mega-menu-wrap {
	text-align: right;
}
.main_menu .mega-menu-wrap ul {
	margin: 0;
}
.main_menu .mega-menu-wrap ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
}
.main_menu .mega-menu-wrap ul li a {
	color: #5F3D68;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 28px;
	padding: 0px 10px 0px 10px !important;
	font-size: 17px !important;
	display: block;
	position: relative;
}
.sticky-nav .main_menu .mega-menu-wrap ul li a {
	color: #5F3D68;
}
@media only screen and (max-width: 1549px) {
	.main_menu .mega-menu-wrap ul li a {
		font-size: 17px !important;
	}
}
@media only screen and (max-width: 1359px) {
	.main_menu .mega-menu-wrap ul li a {
		font-size: 15px !important;
	}
}
@media only screen and (max-width: 1199px) {
	.main_menu .mega-menu-wrap ul li a {
		font-size: 15px !important;
		padding: 0px 6px 0px 6px !important;
		letter-spacing: -0.3px;
	}
}
.main_menu .mega-menu-wrap ul li.mobile-visible {
	display: none;
}
.main_menu .mega-menu-wrap > ul > li {
	position: relative;
	margin: 0 0 0 4px !important;
}
@media only screen and (max-width: 1439px) {
	.main_menu .mega-menu-wrap > ul > li {
		margin: 0 0 0 5px !important;
	}
}
@media only screen and (max-width: 1289px) {
	.main_menu .mega-menu-wrap > ul > li {
		margin: 0 0 0 !important;
	}
}
.main_menu .mega-menu-wrap > ul > li > a:hover, .main_menu .mega-menu-wrap > ul > li.current_page_parent > a, .main_menu .mega-menu-wrap > ul > li.current-menu-item > a {
	color: #C2E0AE;
}
.sticky-nav .main_menu .mega-menu-wrap > ul > li > a:hover, .sticky-nav .main_menu .mega-menu-wrap > ul > li.current_page_parent > a, .sticky-nav .main_menu .mega-menu-wrap > ul > li.current-menu-item > a {
	color: #C2E0AE;
}
.main_menu .mega-menu-wrap > ul > li.dc-btn {
	margin-left: 20px !important;
}
@media only screen and (max-width: 1439px) {
	.main_menu .mega-menu-wrap > ul > li.dc-btn {
		margin-left: 15px !important;
	}
}
@media only screen and (max-width: 1289px) {
	.main_menu .mega-menu-wrap > ul > li.dc-btn {
		margin-left: 10px !important;
	}
}
.main_menu .mega-menu-wrap > ul > li.dc-btn a {
	color: white !important;
	background: #5F3D68 !important;
	border-radius: 30px !important;
	height: 42px !important;
	padding: 2px 20px 0 !important;
	text-transform: uppercase !important;
	line-height: 16px !important;
	font-size: 17px !important;
	letter-spacing: 0 !important;
}
.main_menu .mega-menu-wrap > ul > li.dc-btn a:hover {
	background: #006580 !important;
}
@media only screen and (max-width: 1439px) {
	.main_menu .mega-menu-wrap > ul > li.dc-btn a {
		padding: 2px 24px 0 !important;
		font-size: 16px !important;
	}
}
@media only screen and (max-width: 1289px) {
	.main_menu .mega-menu-wrap > ul > li.dc-btn a {
		height: 38px !important;
		padding: 2px 18px 0 !important;
		font-size: 15px !important;
		letter-spacing: 0 !important;
	}
}
@media only screen and (max-width: 1099px) {
	.main_menu .mega-menu-wrap > ul > li.dc-btn a {
		height: 32px !important;
		padding: 2px 14px 0 !important;
		font-size: 14px !important;
	}
}
.main_menu .mega-menu-wrap > ul > li.dc-btn.outline a {
	background: white !important;
	border: 2px solid #5F3D68 !important;
	color: #5F3D68 !important;
}
.main_menu .mega-menu-wrap > ul > li.dc-btn.outline a:hover {
	background: #006580 !important;
	border: 2px solid #006580 !important;
	color: white !important;
}
.main_menu .mega-menu-wrap > ul > li ul.sub-menu {
	position: absolute;
	background: transparent;
	top: 100%;
	left: -5px;
	max-height: 0;
	width: 210px;
	overflow: hidden;
	margin-left: 0;
	padding: 0;
	transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
	.main_menu .mega-menu-wrap > ul > li ul.sub-menu {
		padding: 10px 0 0;
	}
}
.main_menu .mega-menu-wrap > ul > li ul.sub-menu li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background: #ffffff;
	transition: all 250ms ease-in-out;
}
.main_menu .mega-menu-wrap > ul > li ul.sub-menu li a {
	display: block;
	padding: 8px 20px 8px 25px;
	min-width: 100%;
	color: #5F3D68;
	font-size: 17px;
	letter-spacing: 0;
	text-align: left;
	text-transform: uppercase;
	transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 1099px) {
	.main_menu .mega-menu-wrap > ul > li ul.sub-menu li a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 949px) {
	.main_menu .mega-menu-wrap > ul > li ul.sub-menu li a {
		font-size: 15px;
	}
}
@media only screen and (min-width: 950px) {
	.main_menu .mega-menu-wrap > ul > li ul.sub-menu li.current_page_item > a,
.main_menu .mega-menu-wrap > ul > li ul.sub-menu li a:hover {
		background: #DBE0E3;
	}
}
.main_menu .mega-menu-wrap > ul > li:hover ul.sub-menu {
	max-height: 700px;
	overflow: visible;
}
@media only screen and (max-width: 767px) {
	.main_menu .mega-menu-wrap > ul > li:hover ul.sub-menu {
		display: none;
	}
}
@media only screen and (min-width: 950px) {
	.main_menu .mega-menu-wrap > ul > li:hover ul.sub-menu li:first-child {
		border-top: 5px solid #5F3D68;
	}
}

.dc-campaign-page #header_main .main_menu {
	display: none;
}

/*------------------------------------*\
		MENU - Toggle
\*------------------------------------*/
.menu-toggle-wrapper {
	display: none;
	position: fixed;
	padding: 0 !important;
	width: 53px;
	right: 20px;
	top: 17px;
	z-index: 10000;
	font-size: 20px;
	transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 949px) {
	.menu-toggle-wrapper {
		display: block;
		padding: 10px;
	}
}
.menu-toggle-wrapper .mobile-menu-toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	padding: 15px;
	width: 53px;
	color: #5F3D68;
}
.menu-toggle-wrapper .mobile-menu-toggle:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f0c9";
	font-size: 23px;
}
.menu-toggle-wrapper.active .mobile-menu-toggle:before {
	content: "\f00d";
}

/*------------------------------------*\

	 MEGA MENU 

\*------------------------------------*/
@media only screen and (min-width: 950px) {
	.main_menu {
		-ms-flex: 1 1 auto;
				flex: 1 1 auto;
	}
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu {
		margin-right: -10px;
	}
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > a.mega-menu-link {
		height: 120px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
				align-items: center;
		font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-weight: 400;
		color: #5F3D68;
	}
}
@media only screen and (min-width: 950px) and (max-width: 1099px) {
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > a.mega-menu-link {
		font-size: 13px;
		padding: 0 9px;
	}
}
@media only screen and (min-width: 950px) {
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > a.mega-menu-link:hover {
		color: #5F3D68;
	}
}
@media only screen and (min-width: 950px) {
	.sticky-nav #header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > a.mega-menu-link {
		height: 80px;
		line-height: 70px;
		color: #5F3D68;
	}
}
@media only screen and (min-width: 950px) {
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li .mega-indicator {
		color: #006580;
	}
}
@media only screen and (min-width: 950px) and (max-width: 1199px) {
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li .mega-indicator {
		display: none;
	}
}
@media only screen and (min-width: 950px) {
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li.mega-menu-flyout > ul.mega-sub-menu {
		-ms-flex-direction: column;
				flex-direction: column;
		left: -40px;
		padding: 0 0 32px;
	}
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li.mega-menu-flyout > ul.mega-sub-menu:before {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		box-shadow: 0 4px 6px 1px rgba(1, 1, 1, 0.2);
	}
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li.mega-menu-flyout > ul.mega-sub-menu > li:first-child {
		padding-top: 20px;
	}
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		background: none;
		font-family: "M PLUS Rounded 1c", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
		-webkit-font-smoothing: antialiased;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 400;
		font-size: 15px !important;
		text-transform: none;
		line-height: 20px;
		color: black;
		padding: 12px 30px !important;
	}
	#header_main .header_nav_container .main_menu > .menu #mega-menu-wrap-header-menu > #mega-menu-header-menu > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
		color: #006580;
		text-decoration: underline;
	}
}
@media only screen and (min-width: 950px) {
	#header_main .header_nav_container .main_menu .mega-menu-toggle {
		background: transparent;
	}
}
@media only screen and (min-width: 950px) {
	#header_main.sticky .header_nav_container .main_menu .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > a.mega-menu-link {
		height: 80px;
	}
}
@media only screen and (min-width: 950px) {
	#header_main .header_nav_container .main_menu > #mega-menu-wrap-header-menu #mega-menu-header-menu > li > ul.mega-sub-menu {
		width: 100vw;
		right: -30px !important;
		left: unset;
	}
}
#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu .mega-bold .mega-menu-link:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin-left: 12px;
	font-size: 0.9em;
	position: relative;
	vertical-align: 0;
	content: "\f105";
	color: white;
	background: black;
	border-radius: 30px;
	width: 20px;
	height: 20px;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	transition: all 250ms ease-in-out;
}
#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > .mega-menu-row .mega-menu-item a:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin-left: 6px;
	font-size: 1.2em;
	position: relative;
	vertical-align: 0;
	content: "\f105";
	color: transparent;
	transition: all 250ms ease-in-out;
}
#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > .mega-menu-row .mega-menu-item a:hover:after {
	color: #006580;
}

.mega-bold .mega-menu-link {
	border: 0 none !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
			align-items: center !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu {
	overflow: hidden;
}
@media only screen and (min-width: 950px) {
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-sub-menu.has-green li.mega-menu-columns-3-of-12 {
		width: 22%;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-sub-menu.has-green li.mega-menu-columns-3-of-12.green {
		width: 34%;
		padding-left: 100px;
	}
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.green {
	position: relative;
	margin-top: -65px;
	padding-top: 65px;
}
@media only screen and (max-width: 949px) {
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.green {
		display: none;
	}
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.green:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 1000px;
	background: #C2E0AE;
	display: block;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.green h4 {
	color: #5F3D68 !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.green p {
	color: #000000 !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.green p a {
	font-size: 16px;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	border: 2px solid #5F3D68;
	border-radius: 40px;
	background: #5F3D68;
	display: inline-block;
	box-sizing: border-box;
	min-width: 200px;
	width: auto;
	padding: 13px 30px 11px 30px;
	margin: 12px 0 0 0;
	opacity: 1;
	padding: 9px 30px 6px !important;
	min-width: 150px;
	font-size: 18px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.green p a:hover {
	background: #006580;
	border: 2px solid #006580;
	color: white;
}
@media only screen and (max-width: 767px) {
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.green p a {
		font-size: 16px;
		padding: 8px 24px 6px 24px;
		min-width: 120px;
	}
}

@media only screen and (max-width: 949px) {
	#header_main .header_nav_container .main_menu {
		position: absolute;
		left: 0;
		top: 0px;
		width: 100vw;
		padding-top: 0;
		/*
		> #mega-menu-wrap-header-menu .mega-menu-toggle {
			position: absolute;
				top: -60px;
				left: calc(100vw - 135px);

					 background: transparent;

					 .mega-toggle-block-1:after {
						color: $theme_color;
					 }
		}
		*/
	}
	#header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle {
		background: transparent;
		height: 90px;
	}
	#header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle.sticky-nav {
		height: 80px;
	}
	#header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
				align-items: center;
		margin-right: 20px;
	}
	#header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-label {
		display: none;
	}
	#header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1:after {
		color: #5F3D68;
		font-size: 34px;
	}
	#header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open {
		background: white;
	}
	#header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
		color: #5F3D68;
	}
	#header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle button {
		background: none;
		border: 0;
	}
	#header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle button:after {
		content: "\f333";
		font-family: "dashicons";
		font-size: 40px;
		color: #5F3D68;
		margin: 0 0 0 5px;
	}
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu {
		background: white;
		padding: 0 25px;
		padding-top: 40px;
		max-height: calc(100vh - 110px);
		overflow-x: scroll;
		height: 100vh;
		width: 100%;
		box-shadow: 10px 16px 10px rgba(1, 1, 1, 0.3);
	}
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li.mega-toggle-on > .mega-menu-link {
		border-bottom: 0;
	}
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > a.mega-menu-link {
		height: auto;
		padding: 15px 0 !important;
		font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-weight: 400;
		font-size: 18px !important;
		letter-spacing: 0.5px;
		line-height: 1.3em;
		color: #5F3D68;
		background: transparent !important;
		display: -ms-flexbox;
		display: flex;
	}
}
@media only screen and (max-width: 949px) and (max-width: 639px) {
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > a.mega-menu-link {
		display: block;
	}
}
@media only screen and (max-width: 949px) {
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > a.mega-menu-link:hover {
		color: #006580;
	}
}
@media only screen and (max-width: 949px) {
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li .mega-indicator {
		border: 1px solid white;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
				align-items: center;
		-ms-flex-pack: center;
				justify-content: center;
		margin-top: -5px;
		padding: 1px 0 0 6px;
		color: #006580;
	}
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li .mega-indicator:after {
		margin: 0;
		color: #006580 !important;
		font-size: 18px;
		content: "\f345";
	}
}
@media only screen and (max-width: 949px) {
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu {
		background: transparent;
		padding: 15px 0 28px 0;
	}
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > .mega-menu-row > ul > li > ul > li {
		padding: 0;
	}
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > .mega-menu-row > ul > li > ul > li a {
		font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		text-transform: none;
		line-height: 20px;
		color: black;
	}
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > .mega-menu-row .mega-menu-item-type-widget.widget_text {
		display: none;
	}
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > .mega-menu-row .mega-menu-item-type-widget.widget_media_image {
		display: none;
	}
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu a.mega-menu-link {
		background: none;
		font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		color: black !important;
		text-transform: none;
		line-height: 26px;
		padding: 13px 0px 10px !important;
	}
}
@media only screen and (max-width: 949px) {
	#header_main.sticky .main_menu .menu {
		top: 55px;
	}
	#header_main.sticky .main_menu .menu > #mega-menu-wrap-header-menu .mega-menu-toggle {
		top: -48px;
	}
}
@media only screen and (max-width: 949px) {
	#header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu {
		max-height: calc(100vh - 80px);
	}
}
/*
@include mq('tablet', max) {

	#header_main {

		.header_nav_container {

			.main_menu {

				.menu {

					> #mega-menu-wrap-header-menu > #mega-menu-header-menu {
						background: white;

						> li {

							> a.mega-menu-link {
								color: $black;
							}

							&.mega-toggle-on {

								> a.mega-menu-link {
									color: $theme_color;
								}
							}

							.mega-indicator {
								border: 1px solid $theme_color;

									&:after {									
										color: $theme_color;								    
									}
							}

							> ul.mega-sub-menu {

									> .mega-menu-row {

										> ul > li > ul > li {

											a {
											color: $black;
											}
										}
								}

								// new drop down menu
								a.mega-menu-link {
									color: $black;
									}
							}
						}
					}
				}
			}
		}
	}	
}
*/
@media only screen and (min-width: 950px) {
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu {
		background: #FFFFFF !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu:before {
		content: "";
		display: block !important;
		height: 12px;
		width: 100vw;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10000;
		background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
		opacity: 0.08;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > a {
		margin: 0 20px !important;
		width: calc(20% - 40px) !important;
		line-height: 17.85px !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li:not(.mega-no-click) > a {
		color: #5F3D68 !important;
		padding: 14px 16px !important;
		line-height: 17px !important;
		border-radius: 10px !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li:not(.mega-no-click) > a span.mega-indicator:after {
		color: #5F3D68 !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li:not(.mega-no-click).mega-toggle-on > a, .mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li:not(.mega-no-click):hover > a {
		background: #C2E0AE !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li.mega-no-click a.mega-menu-link {
		color: #383E42 !important;
		font-size: 17px !important;
		font-weight: 600 !important;
		font-family: "Antartida Rnd W04 Lt" !important;
		text-transform: none !important;
		width: 100% !important;
		padding-bottom: 10px !important;
		border-bottom: 1px solid #09A099 !important;
		display: block !important;
		margin-top: 47px !important;
		margin-bottom: 20px !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > a {
		background: #FFFFFF !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu {
		background: #F5F5F5 !important;
		padding: 32px 16px !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu li h4.mega-block-title {
		color: #383E42 !important;
		font-size: 17px !important;
		font-weight: 600 !important;
		font-family: "Antartida Rnd W04 Lt" !important;
		text-transform: none !important;
		width: 100% !important;
		padding-bottom: 10px !important;
		border-bottom: 1px solid #09A099 !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li .mega-col2 > .mega-sub-menu,
.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li .mega-col3 > .mega-sub-menu {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap !important;
				flex-wrap: wrap !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li .mega-col2 > .mega-sub-menu li,
.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li .mega-col3 > .mega-sub-menu li {
		margin-bottom: 15px;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li .mega-col2 > .mega-sub-menu > li:not(.widget_text) {
		width: 50% !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li .mega-col3 > .mega-sub-menu > li:not(.widget_text) {
		width: 33.333% !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu .mega-menu-title,
.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu a.mega-menu-link {
		color: #5F3D68 !important;
		font-size: 17px !important;
		font-weight: 400 !important;
		text-transform: none !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu .mega-menu-description {
		color: #434343 !important;
		font-size: 14px !important;
		font-style: normal !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu .widget_media_image {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-direction: column-reverse !important;
				flex-direction: column-reverse !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu .widget_media_image > a {
		display: -ms-flexbox !important;
		display: flex !important;
		padding: 0 !important;
		border-radius: 10px 10px 0 0 !important;
		overflow: hidden !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu .widget_media_image > a img {
		object-fit: cover !important;
		width: 100% !important;
		aspect-ratio: 326/216 !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu .widget_media_image > h4.mega-block-title {
		background: #5F3D68 !important;
		color: white !important;
		border: 0 none !important;
		padding: 0 !important;
		min-height: 56px;
		line-height: 56px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
				align-items: center;
		border-radius: 0 0 10px 10px !important;
		overflow: hidden !important;
	}
	.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu .widget_media_image > h4.mega-block-title > a {
		padding: 17px 20px !important;
		color: white !important;
	}
}
@media only screen and (max-width: 767px) {
	body #header_main .header_nav_container .main_menu #mega-menu-wrap-menu_topo .mega-menu-toggle,
body #header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle {
		height: 80px;
	}
	body #header_main .header_nav_container .main_menu #mega-menu-wrap-menu_topo .mega-menu-toggle.mega-menu-open button:after,
body #header_main .header_nav_container .main_menu #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open button:after {
		content: "\f335";
	}
	body #header_main .header_nav_container .main_menu .back-button-wrapper {
		background: white;
		padding: 24px 20px 0 !important;
		position: absolute !important;
		top: 80px !important;
		width: 100% !important;
		height: 50px;
		display: none;
	}
	body.mega-menu-header-menu-mobile-open #header_main .header_nav_container .main_menu .back-button-wrapper {
		display: block;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu:before {
		content: "";
		position: absolute;
		display: block;
		height: 6px;
		top: 80px;
		width: 100%;
		background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
		opacity: 0.09;
		z-index: 100000000;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu {
		width: 200vw !important;
		padding: 0 !important;
		overflow-x: hidden !important;
		transition: all 250ms ease-in-out !important;
		padding-top: 14px !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu.level1 {
		-ms-transform: translateX(0%) !important;
				transform: translateX(0%) !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu.level2, body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu.level3 {
		-ms-transform: translateX(-50%) !important;
				transform: translateX(-50%) !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu.level2 .mega-indicator:after, body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu.level3 .mega-indicator:after {
		-ms-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li {
		position: initial;
		width: calc(50% - 40px) !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu {
		position: absolute;
		top: 0;
		left: 50%;
		padding-top: 50px;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu .mega-no-click {
		border-bottom: 0 none !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu h4.mega-block-title {
		display: none;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu .mega-no-click a {
		color: #383E42 !important;
		font-family: "Antartida Rnd W04 Lt" !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu a.mega-menu-link {
		color: #5F3D68 !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu .mega-menu-description {
		color: #434343 !important;
		font-size: 14px !important;
		font-style: normal !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > li {
		width: calc(50% - 40px) !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu {
		padding: 11px 0 0 0 !important;
		overflow: visible;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu:before {
		content: "";
		position: absolute;
		top: 0;
		left: -20px;
		width: calc(100% + 40px);
		height: 100%;
		display: block !important;
		background: #F5F5F6;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu li {
		width: 100% !important;
		margin: 0 !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu li a.mega-menu-link {
		color: #5F3D68 !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu li a.mega-menu-link:before {
		width: 40px;
		height: 40px;
		background-size: 40px;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > li.mega-toggle-on > ul.mega-sub-menu {
		border-bottom: 0 !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu > li > ul.mega-sub-menu > li.mega-toggle-on > ul.mega-sub-menu li {
		border-bottom: 0 !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu li {
		margin: 0 20px !important;
		padding: 0 !important;
		border-bottom: 1px solid #E1E2E3 !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu li > a.mega-menu-link {
		padding: 15px 0 11px !important;
		color: #5F3D68 !important;
		font-size: 17px !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu li.dc-btn {
		border: 0 none !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu li.dc-btn > a {
		height: 42px !important;
		margin: 18px 0 !important;
		padding: 0 44px !important;
		border: 2px solid #5F3D68 !important;
		font-size: 16px !important;
		line-height: 42px !important;
		text-align: center !important;
		text-transform: none !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu li.dc-btn:not(.outline) > a {
		background: #5F3D68 !important;
		color: white !important;
	}
	body #header_main .header_nav_container .main_menu > .menu > #mega-menu-wrap-header-menu > #mega-menu-header-menu li .related {
		display: none;
	}
}
.dc-mobile-search.active {
	background: #006580;
	padding: 14px 20px;
}
.dc-mobile-search.active .probox {
	height: 42px !important;
	background: white !important;
	border-radius: 30px !important;
	padding-top: 6px !important;
}
.dc-mobile-search.active .probox .promagnifier {
	margin-top: 1px !important;
}
.dc-mobile-search.active .probox .promagnifier svg {
	width: 27px !important;
}
.dc-mobile-search.active .probox input {
	background: transparent;
	font-size: 16px !important;
	font-family: "Antartida Rnd W04 Lt" !important;
	color: #62605C;
}
@media only screen and (max-width: 559px) {
	.dc-mobile-search.active .probox input {
		font-size: 14px;
	}
}
.dc-mobile-search.active .probox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #414142;
	font-size: 16px !important;
	font-family: "Antartida Rnd W04 Lt" !important;
	transition: all 200ms ease-in-out;
}
.dc-mobile-search.active .probox input::-moz-placeholder { /* Firefox 19+ */
	color: #414142;
	font-size: 16px !important;
	font-family: "Antartida Rnd W04 Lt" !important;
	transition: all 200ms ease-in-out;
}
.dc-mobile-search.active .probox input:-ms-input-placeholder { /* IE 10+ */
	color: #414142;
	font-size: 16px !important;
	font-family: "Antartida Rnd W04 Lt" !important;
	transition: all 200ms ease-in-out;
}
.dc-mobile-search.active .probox input:-moz-placeholder { /* Firefox 18- */
	color: #414142;
	font-size: 16px !important;
	font-family: "Antartida Rnd W04 Lt" !important;
	transition: all 200ms ease-in-out;
}
.dc-mobile-search.active .probox input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white;
}
.dc-mobile-search.active .probox input:focus::-moz-placeholder { /* Firefox 19+ */
	color: white;
}
.dc-mobile-search.active .probox input:focus:-ms-input-placeholder { /* IE 10+ */
	color: white;
}
.dc-mobile-search.active .probox input:focus:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.ajaxsearchpro.vertical {
		display: none !important;
	}
}

/* FOOTER */
/*------------------------------------*\

		FOOTER - SITE WIDE

\*------------------------------------*/
.footer {
	background-color: #5F3D68;
}
.footer .footer-top-wrapper {
	padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	.footer .footer-top-wrapper {
		padding: 0 25px;
	}
}
.footer .footer-top-inner {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto !important;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	max-width: 1350px;
	padding-top: 65px;
	padding-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-direction: row;
			flex-direction: row;
	-ms-flex-pack: justify;
			justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.footer .footer-top-inner {
		-ms-flex-direction: column;
				flex-direction: column;
	}
}
.footer .footer-top-inner .footer-widget {
	font-size: 15px;
}
@media only screen and (max-width: 767px) {
	.footer .footer-top-inner .footer-widget {
		margin-bottom: 16px;
	}
	.footer .footer-top-inner .footer-widget:last-child {
		margin-bottom: 0;
	}
}
.footer .footer-top-inner .footer-widget:first-child {
	border-bottom: 2px solid #C2E0AE;
	margin-bottom: 40px;
	padding-bottom: 20px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.footer .footer-top-inner .footer-widget:first-child {
		border-bottom: 1px solid #C2E0AE;
	}
}
.footer .footer-top-inner .footer-widget:first-child h4 {
	color: #C2E0AE;
}
.footer .footer-top-inner .footer-widget:first-child h4 b {
	display: block;
}
.footer .footer-top-inner .footer-widget:first-child .gform_widget {
	width: 100%;
}
.footer .footer-top-inner .footer-widget:first-child form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
}
.footer .footer-top-inner .footer-widget:first-child form .gform_body .gform_fields {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
			justify-content: flex-end;
	-ms-flex-align: center;
			align-items: center;
}
.footer .footer-top-inner .footer-widget:first-child form .gform_body .gform_fields .gfield {
	width: 30%;
	padding: 0 !important;
	margin: 0 0 0 20px !important;
}
.footer .footer-top-inner .footer-widget:first-child form .gform_body .gform_fields .gfield:first-child {
	-ms-flex: 1;
			flex: 1;
	margin: 0 !important;
}
.footer .footer-top-inner .footer-widget:first-child form .gform_body .gform_fields .gfield h4 {
	margin: 0;
}
.footer .footer-top-inner .footer-widget:first-child form .gform_body .gform_fields .gfield input[type=text] {
	padding: 6px 20px !important;
}
.footer .footer-top-inner .footer-widget:first-child form .gform_footer {
	width: 200px;
	margin: 0 0 0 20px;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
}
.footer .footer-top-inner .footer-widget:first-child form .gform_footer input[type=submit] {
	background: #C2E0AE;
	border-color: #C2E0AE;
	color: #000000;
	padding: 9px 30px 6px 30px;
}
.footer .footer-top-inner .footer-widget:first-child form .gform_footer input[type=submit]:hover {
	background: #006580 !important;
	border-color: #006580 !important;
	color: #000000;
}
@media only screen and (max-width: 767px) {
	.footer .footer-top-inner .footer-widget:first-child form {
		-ms-flex-direction: column;
				flex-direction: column;
	}
	.footer .footer-top-inner .footer-widget:first-child form .gform_body .gform_fields {
		-ms-flex-direction: column;
				flex-direction: column;
		-ms-flex-align: start;
				align-items: flex-start;
	}
	.footer .footer-top-inner .footer-widget:first-child form .gform_body .gform_fields .gfield {
		width: 100% !important;
		max-width: 400px !important;
		text-align: left;
		margin: 12px 0 0 !important;
	}
	.footer .footer-top-inner .footer-widget:first-child form .gform_footer {
		margin-top: 0 !important;
		margin-left: 0 !important;
		margin: 12px 0 0 !important;
		width: 100%;
		max-width: 250px;
	}
}
.footer .footer-top-inner .footer-widget:nth-child(2) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	width: 65%;
}
.footer .footer-top-inner .footer-widget:nth-child(2) .widget:first-child {
	width: 50%;
	margin-right: 60px;
}
.footer .footer-top-inner .footer-widget:nth-child(2) h4 {
	color: #C2E0AE;
}
@media only screen and (max-width: 799px) {
	.footer .footer-top-inner .footer-widget:nth-child(2) {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.footer .footer-top-inner .footer-widget:nth-child(2) {
		-ms-flex-direction: column;
				flex-direction: column;
		width: 100%;
	}
	.footer .footer-top-inner .footer-widget:nth-child(2) .widget:first-child {
		width: 100%;
		margin-right: 0;
	}
	.footer .footer-top-inner .footer-widget:nth-child(2) p {
		text-align: left;
	}
	.footer .footer-top-inner .footer-widget:nth-child(2) .widget_text {
		width: 100%;
	}
}
.footer .footer-top-inner .footer-widget:nth-child(3) {
	width: 35%;
}
@media only screen and (max-width: 767px) {
	.footer .footer-top-inner .footer-widget:nth-child(3) {
		width: 100%;
	}
}
.footer .footer-top-inner .footer-widget:last-child .widget,
.footer .footer-top-inner .footer-widget:last-child .textwidget {
	height: 100%;
}
.footer .footer-top-inner .footer-widget:last-child p {
	height: calc(100% - 25px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
			justify-content: flex-end;
	-ms-flex-align: end;
			align-items: flex-end;
}
@media only screen and (max-width: 767px) {
	.footer .footer-top-inner .footer-widget:last-child p {
		-ms-flex-pack: start;
				justify-content: flex-start;
	}
}
.footer .footer-top-inner .footer-widget:last-child p img {
	height: 78px;
	margin-left: 10px;
}
.footer .footer-top-inner .footer-widget .widgettitle {
	color: #000000;
	font-size: 16px;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 35px;
}
.footer .footer-top-inner .footer-widget .widgettitle:not(:first-child) {
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.footer .footer-top-inner .footer-widget .widgettitle {
		margin-bottom: 10px;
		text-align: center;
	}
}
.footer .footer-top-inner .footer-widget ul {
	list-style: none;
}
.footer .footer-top-inner .footer-widget ul li {
	margin-left: 0;
	padding: 0;
}
.footer .footer-top-inner .footer-widget li, .footer .footer-top-inner .footer-widget p, .footer .footer-top-inner .footer-widget a {
	color: white;
	font-size: 15px;
}
@media only screen and (max-width: 959px) {
	.footer .footer-top-inner .footer-widget li, .footer .footer-top-inner .footer-widget p, .footer .footer-top-inner .footer-widget a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.footer .footer-top-inner .footer-widget li, .footer .footer-top-inner .footer-widget p {
		text-align: center;
	}
}
.footer .footer-top-inner .footer-widget a:hover {
	color: #5F3D68;
}
.footer .footer-top-inner .footer-widget img {
	/*
		width: 100%;
		max-width: 300px !important;
		padding-right: 30px;
		box-sizing: border-box;
		margin-top: -12px;
	*/
}
.footer .footer-bottom-wrapper {
	padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	.footer .footer-bottom-wrapper {
		padding: 0 25px;
	}
}
.footer .footer-bottom-inner {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto !important;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	max-width: 1350px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 40px;
	background: url("../img/tfo/footer_pattern.svg") no-repeat;
	background-position: center top;
	background-size: calc(100% + 40px) auto;
}
@media only screen and (max-width: 849px) {
	.footer .footer-bottom-inner {
		-ms-flex-direction: column;
				flex-direction: column;
		-ms-flex-align: center;
				align-items: center;
	}
}
@media only screen and (max-width: 767px) {
	.footer .footer-bottom-inner {
		-ms-flex-align: start;
				align-items: flex-start;
	}
}
.footer .footer-bottom-inner .left {
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 849px) {
	.footer .footer-bottom-inner .left {
		margin-top: 20px;
		margin-bottom: 46px;
	}
}
.footer .footer-bottom-inner a, .footer .footer-bottom-inner p, .footer .footer-bottom-inner span, .footer .footer-bottom-inner li {
	color: white;
	font-size: 14px;
	line-height: 1.2em;
}
.footer .footer-bottom-inner span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
}
.footer .footer-bottom-inner a:hover {
	color: #5F3D68;
	text-decoration: underline;
}
.footer .footer-bottom-inner p {
	margin: 0;
}
.footer .footer-bottom-inner ul {
	margin: 0;
}
.footer .footer-bottom-inner ul li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 12px 0 0;
}

.dc_social_icons .social_icons {
	display: -ms-flexbox;
	display: flex;
}
.dc_social_icons .social_icons a {
	border-radius: 20px;
	background: #C2E0AE;
	color: #5F3D68 !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	width: 28px;
	height: 28px;
	margin-right: 8px;
}
.dc_social_icons .social_icons a:hover {
	background: #006580;
}

.footer .footer-top-inner .footer-widget:first-child form .gform_body .gform_fields .gfield.hide-me {
	display: none;
}

.dc-campaign-page .footer .footer-top-inner {
	padding-top: 90px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-pack: justify;
			justify-content: space-between;
}

.dc-campaign-page .footer .footer-top-inner .footer-widget:first-child {
	width: 50%;
	padding-top: 45px;
	margin: 0 !important;
	border-width: 0;
	border-top: 2px solid #C2E0AE;
}
@media only screen and (max-width: 767px) {
	.dc-campaign-page .footer .footer-top-inner .footer-widget:first-child {
		width: 100%;
	}
	.dc-campaign-page .footer .footer-top-inner .footer-widget:first-child p {
		text-align: left !important;
	}
}

.dc-campaign-page .footer .footer-top-inner .footer-widget:last-child {
	width: 50%;
	padding-top: 45px;
	border-top: 2px solid #C2E0AE;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex-align: end;
			align-items: flex-end;
	-ms-flex-pack: end;
			justify-content: flex-end;
}
.dc-campaign-page .footer .footer-top-inner .footer-widget:last-child .widget_text {
	margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
	.dc-campaign-page .footer .footer-top-inner .footer-widget:last-child {
		width: 100%;
	}
}

.dc-campaign-page .footer .footer-top-inner .footer-widget:first-child .widget_text {
	max-width: 550px;
}

.dc-campaign-page .footer .footer-top-inner .footer-widget:first-child .widget_text h4 {
	font-family: "Antartida Rnd W04 Bold" !important;
}

/* BLOCK TITLES */
/*------------------------------------*\

		BLOCK TITLES

\*------------------------------------*/
.title-wrapper {
	position: relative;
	z-index: 1;
}
.title-wrapper .title {
	text-align: left;
}
.title-wrapper .title span {
	display: block;
}
.bg_purple .title-wrapper .title h2,
.bg_purple .title-wrapper p {
	color: white;
}
.bg_purple .title-wrapper .title span {
	color: #C2E0AE;
}
.bg-blue .title-wrapper .title h2,
.bg-blue .title-wrapper p {
	color: white;
}
.bg-blue .title-wrapper .title span {
	color: #C2E0AE;
}
.bg-green .title-wrapper .title span {
	color: #006580;
}

/* Search results page */
/*------------------------------------*\

		SEARCH RESULTS

\*------------------------------------*/
body.search-results .search-content,
body.search-no-results .search-content {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto !important;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	body.search-results .search-content > .asp_w_container,
body.search-no-results .search-content > .asp_w_container {
		display: none !important;
	}
}
body.search-results .search-content form.search,
body.search-no-results .search-content form.search {
	max-width: 800px;
	margin: 50px auto;
	display: -ms-flexbox;
	display: flex;
}
body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input {
	color: #7F8285 !important;
	font-size: 16px;
	line-height: 20px;
	-ms-flex: 1;
			flex: 1;
	border-radius: 25px !important;
	background: none;
	background-color: white !important;
	padding: 15px 30px !important;
	margin: 0 !important;
	width: 60%;
}
body.search-results .search-content form.search input:focus,
body.search-no-results .search-content form.search input:focus {
	border-color: #5F3D68 !important;
}
body.search-results .search-content form.search input::-webkit-input-placeholder,
body.search-no-results .search-content form.search input::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:-ms-input-placeholder,
body.search-no-results .search-content form.search input:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:focus::-webkit-input-placeholder,
body.search-no-results .search-content form.search input:focus::-webkit-input-placeholder {
	color: #5F3D68;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
	color: #5F3D68;
}
body.search-results .search-content form.search input:focus:-ms-input-placeholder,
body.search-no-results .search-content form.search input:focus:-ms-input-placeholder {
	color: #5F3D68;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
	color: #5F3D68;
}
body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
	font-size: 16px;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	border: 2px solid #5F3D68;
	border-radius: 40px;
	background: #5F3D68;
	display: inline-block;
	box-sizing: border-box;
	min-width: 200px;
	width: auto;
	padding: 13px 30px 11px 30px;
	margin: 12px 0 0 0;
	opacity: 1;
	margin: 0 0 0 20px !important;
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
	background: #006580;
	border: 2px solid #006580;
	color: white;
}
@media only screen and (max-width: 767px) {
	body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
		font-size: 16px;
		padding: 8px 24px 6px 24px;
		min-width: 120px;
	}
}
@media only screen and (max-width: 650px) {
	body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
		padding: 6px 32px !important;
	}
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
	background: #5F3D68 !important;
	color: #ffffff !important;
}
body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
	margin: 30px 40px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 766px) {
	body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
		margin: 30px 0;
	}
}
body.search-results .search-content .result_post .title,
body.search-no-results .search-content .result_post .title {
	margin-bottom: 6px;
}
body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
	color: #5F3D68;
	font-size: 23px;
	line-height: 1.15em;
}
@media only screen and (max-width: 766px) {
	body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
		font-size: 18px;
	}
}
body.search-results .search-content .result_post .title a:hover,
body.search-no-results .search-content .result_post .title a:hover {
	color: #09A099;
}
body.search-results .search-content .result_post p.excerpt,
body.search-no-results .search-content .result_post p.excerpt {
	margin-bottom: 18px;
}
body.search-results .search-content .result_post .post_type,
body.search-no-results .search-content .result_post .post_type {
	color: #ffffff;
	background: #09A099;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #09A099;
	display: inline-block;
	width: auto;
	padding: 0 7px;
	margin-bottom: 0;
	border-radius: 4px;
}

/* 404 page */
/*------------------------------------*\
	 404
\*------------------------------------*/
#post-404 a {
	margin-top: 50px !important;
}
#post-404 a:hover {
	text-decoration: none;
}

body.error404 .panel.main .row {
	margin: 0 auto;
}
body.error404 .panel.main .row .M12 {
	padding: 0;
}
body.error404 .panel.main .row #post-404 {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto !important;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin: 100px auto !important;
	text-align: center;
	font-size: 18px;
}
body.error404 .panel.main .row #post-404 .page_not_found span {
	display: block;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-title {
	color: #09A099;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
	color: #5F3D68;
	font-size: 180px;
	text-transform: uppercase;
	padding: 0px 0 30px;
	font-weight: 100;
	line-height: 170px;
}
body.error404 .panel.main .row #post-404 .error_search form.search {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input {
	color: #7F8285 !important;
	font-size: 16px;
	line-height: 20px;
	-ms-flex: 1;
			flex: 1;
	border-radius: 25px !important;
	background: none;
	background-color: white !important;
	padding: 15px 30px !important;
	margin: 0 !important;
	width: 60%;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus {
	border-color: #5F3D68 !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-webkit-input-placeholder {
	color: #5F3D68;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
	color: #5F3D68;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
	color: #5F3D68;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
	color: #5F3D68;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
	font-size: 16px;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	border: 2px solid #5F3D68;
	border-radius: 40px;
	background: #5F3D68;
	display: inline-block;
	box-sizing: border-box;
	min-width: 200px;
	width: auto;
	padding: 13px 30px 11px 30px;
	margin: 12px 0 0 0;
	opacity: 1;
	margin: 0 0 0 20px !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
	background: #006580;
	border: 2px solid #006580;
	color: white;
}
@media only screen and (max-width: 767px) {
	body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
		font-size: 16px;
		padding: 8px 24px 6px 24px;
		min-width: 120px;
	}
}
@media only screen and (max-width: 650px) {
	body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
		padding: 6px 32px !important;
	}
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
	background: #5F3D68 !important;
	color: #ffffff !important;
}

/********** COMPONENTS ***********/
/*------------------------------------*\

		ARTICLE SECTION 

\*------------------------------------*/
.section.dc-text-block, .section.dc-case-studies-grid, .section.dc-case-studies-categories, .section.dc-image-carousel, .section.dc-testimonials, .section.dc-case-studies-carousel, .section.dc-post-grid, .section.dc-service-tabs, .section.dc-counters, .section.dc-image-box, .section.dc-image-text-grid, .section.dc-info-cards, .section.dc-listing-cards, .section.dc-downloads, .section.gallery-section, .section.office-location, .section.dc-tab-block, .section.dc-image-icon_boxes {
  position: relative;
  background-size: cover;
  margin-top: 115px;
  margin-bottom: 115px;
}
@media only screen and (max-width: 949px) {
  .section.dc-text-block, .section.dc-case-studies-grid, .section.dc-case-studies-categories, .section.dc-image-carousel, .section.dc-testimonials, .section.dc-case-studies-carousel, .section.dc-post-grid, .section.dc-service-tabs, .section.dc-counters, .section.dc-image-box, .section.dc-image-text-grid, .section.dc-info-cards, .section.dc-listing-cards, .section.dc-downloads, .section.gallery-section, .section.office-location, .section.dc-tab-block, .section.dc-image-icon_boxes {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-text-block, .section.dc-case-studies-grid, .section.dc-case-studies-categories, .section.dc-image-carousel, .section.dc-testimonials, .section.dc-case-studies-carousel, .section.dc-post-grid, .section.dc-service-tabs, .section.dc-counters, .section.dc-image-box, .section.dc-image-text-grid, .section.dc-info-cards, .section.dc-listing-cards, .section.dc-downloads, .section.gallery-section, .section.office-location, .section.dc-tab-block, .section.dc-image-icon_boxes {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
.section.dc-text-block .inner, .section.dc-case-studies-grid .inner, .section.dc-case-studies-categories .inner, .section.dc-image-carousel .inner, .section.dc-testimonials .inner, .section.dc-case-studies-carousel .inner, .section.dc-post-grid .inner, .section.dc-service-tabs .inner, .section.dc-counters .inner, .section.dc-image-box .inner, .section.dc-image-text-grid .inner, .section.dc-info-cards .inner, .section.dc-listing-cards .inner, .section.dc-downloads .inner, .section.gallery-section .inner, .section.office-location .inner, .section.dc-tab-block .inner, .section.dc-image-icon_boxes .inner {
  position: relative;
  width: 100%;
  max-width: 1410px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section.dc-text-block .inner, .section.dc-case-studies-grid .inner, .section.dc-case-studies-categories .inner, .section.dc-image-carousel .inner, .section.dc-testimonials .inner, .section.dc-case-studies-carousel .inner, .section.dc-post-grid .inner, .section.dc-service-tabs .inner, .section.dc-counters .inner, .section.dc-image-box .inner, .section.dc-image-text-grid .inner, .section.dc-info-cards .inner, .section.dc-listing-cards .inner, .section.dc-downloads .inner, .section.gallery-section .inner, .section.office-location .inner, .section.dc-tab-block .inner, .section.dc-image-icon_boxes .inner {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
.section.bg-white, .section.bg_purple, .section.bg-purple, .section.bg-blue, .section.bg_blue, .section.bg-green, .section.bg_green {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 115px;
	padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
	.section.bg-white, .section.bg_purple, .section.bg-purple, .section.bg-blue, .section.bg_blue, .section.bg-green, .section.bg_green {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}
.section.bg-white:before, .section.bg_purple:before, .section.bg-purple:before, .section.bg-blue:before, .section.bg_blue:before, .section.bg-green:before, .section.bg_green:before {
	content: "";
	position: absolute;
	left: -50vw;
	top: 0;
	z-index: 0;
	width: 200vw;
	height: 100%;
}
.section.bg-white:before {
	display: none;
}
.section.bg_purple:before, .section.bg-purple:before {
	background: #5F3D68;
}
.section.bg_purple .inner,
.section.bg_purple h1,
.section.bg_purple h2,
.section.bg_purple h3,
.section.bg_purple h4,
.section.bg_purple h5,
.section.bg_purple h6, .section.bg-purple .inner,
.section.bg-purple h1,
.section.bg-purple h2,
.section.bg-purple h3,
.section.bg-purple h4,
.section.bg-purple h5,
.section.bg-purple h6 {
	color: white;
}
.section.bg_purple a, .section.bg-purple a {
	color: #C2E0AE;
}
.section.bg_purple a:hover, .section.bg-purple a:hover {
	text-decoration: underline;
}
.section.bg-blue:before, .section.bg_blue:before {
	background: #006580;
}
.section.bg-blue .title-wrapper h2,
.section.bg-blue .title-wrapper p, .section.bg_blue .title-wrapper h2,
.section.bg_blue .title-wrapper p {
	color: white;
}
.section.bg-blue .title-wrapper h2 span, .section.bg_blue .title-wrapper h2 span {
	color: #C2E0AE;
}
.section.bg-blue a.dc-btn:hover, .section.bg_blue a.dc-btn:hover {
	background: #C2E0AE;
	border: 2px solid #C2E0AE;
	color: black;
}
.section.bg-green:before, .section.bg_green:before {
	background: #C2E0AE;
}
.section.bg-purple-white:before, .section.bg-purple-white:after {
	content: "";
	position: absolute;
	left: -50vw;
	top: 0;
	z-index: 0;
	width: 200vw;
	height: 50%;
	background: #5F3D68;
}
.section.bg-purple-white:after {
	top: auto;
	bottom: 0;
	height: 50%;
	background: white;
}

.section.bg_purple + .section.bg_purple,
.section.bg_purple + .section.bg-purple-white,
.section.bg-white + .section.bg-white,
.section.bg-blue + .section.bg-blue,
.section.bg_blue + .section.bg_blue,
.section.bg-green + .section.bg-green {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/*------------------------------------*\
		TITLE BOX 

		• Mobile first
\*------------------------------------*/
.dc-titlebox {
	padding-top: 30px;
}
@media only screen and (max-width: 949px) {
	.dc-titlebox {
		padding-top: 0;
	}
}

.dc-titlebox {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-direction: column;
			flex-direction: column;
	background: #f2f2f2;
	background-size: cover;
	background-position: center;
	min-height: 230px;
	padding-top: 30px;
}
.dc-titlebox .item .image-wrapper.dc-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 1, 1, 0.3);
}
@media only screen and (max-width: 767px) {
	.dc-titlebox {
		/*
				padding-top: 140px !important;
				padding-bottom: 50px;
		*/
	}
}
@media only screen and (min-width: 768px) {
	.dc-titlebox {
		min-height: 330px;
	}
}
@media only screen and (min-width: 950px) {
	.dc-titlebox {
		min-height: 390px;
	}
}
@media only screen and (min-width: 1100px) {
	.dc-titlebox {
		min-height: 450px;
	}
}
.dc-titlebox.title_short {
	min-height: 330px;
}
@media only screen and (min-width: 768px) {
	.dc-titlebox.title_short {
		min-height: 280px;
	}
}
@media only screen and (min-width: 950px) {
	.dc-titlebox.title_short {
		min-height: 340px;
	}
}
@media only screen and (min-width: 1100px) {
	.dc-titlebox.title_short {
		min-height: 400px;
	}
}
.dc-titlebox.title_tall {
	min-height: 530px;
}
@media only screen and (min-width: 768px) {
	.dc-titlebox.title_tall {
		min-height: 530px;
	}
}
@media only screen and (min-width: 950px) {
	.dc-titlebox.title_tall {
		min-height: 590px;
	}
}
@media only screen and (min-width: 1100px) {
	.dc-titlebox.title_tall {
		min-height: 650px;
	}
}
.dc-titlebox.title_full {
	height: calc(100vh - 115px);
	max-height: 900px;
}
@media only screen and (min-width: 768px) {
	.dc-titlebox.title_full {
		height: calc(100vh - 150px);
	}
}
@media only screen and (min-width: 950px) {
	.dc-titlebox.title_full {
		height: calc(100vh - 150px);
	}
}
@media only screen and (min-width: 1100px) {
	.dc-titlebox.title_full {
		height: calc(100vh - 150px);
	}
}
@media only screen and (max-width: 949px) {
	.dc-titlebox {
		padding-top: 0;
	}
}
.dc-titlebox .inner:not(.multipleSliders) {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto !important;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	margin-top: 120px;
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}
@media only screen and (min-width: 768px) {
	.dc-titlebox .inner:not(.multipleSliders) {
		width: 100%;
		max-width: 1410px;
		margin: 0 auto !important;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
		margin-top: 80px;
	}
}
@media only screen and (min-width: 950px) {
	.dc-titlebox .inner:not(.multipleSliders) {
		padding-left: calc(30px + 8.333%) !important;
		padding-right: calc(30px + 8.333%) !important;
	}
}
.single-post .dc-titlebox .inner:not(.multipleSliders) {
	max-width: 1110px;
}
.dc-titlebox.title_short:before, .dc-titlebox.title_tall:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 66%;
	height: 100%;
	background: url("../img/tfo/title-overlay.png") repeat-y;
	background-size: 100%;
	mix-blend-mode: multiply;
	min-width: 860px;
}
@media only screen and (max-width: 767px) {
	.dc-titlebox.title_short:before, .dc-titlebox.title_tall:before {
		min-width: 100%;
	}
}
.dc-titlebox.title_short:after, .dc-titlebox.title_tall:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: url("../img/tfo/header_pattern_strip.svg") no-repeat;
	background-size: cover;
}
.dc-titlebox h1,
.dc-titlebox h2,
.dc-titlebox h3,
.dc-titlebox p {
	text-align: left;
}
.dc-titlebox h1:first-child:last-child, .dc-titlebox h1:last-child,
.dc-titlebox h2:first-child:last-child,
.dc-titlebox h2:last-child,
.dc-titlebox h3:first-child:last-child,
.dc-titlebox h3:last-child,
.dc-titlebox p:first-child:last-child,
.dc-titlebox p:last-child {
	margin-bottom: 0;
}
.dc-titlebox h1 {
	color: white;
	width: 630px;
	max-width: 100%;
	line-height: 1em;
}
.dc-titlebox h1:after {
	content: "";
	position: relative;
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #FFDF9D;
}
.dc-titlebox h1 span {
	display: block;
}
.dc-titlebox h3 {
	color: white;
	font-size: 36px;
	letter-spacing: 0;
	margin-top: -10px;
	margin-bottom: 55px;
}
@media only screen and (max-width: 1099px) {
	.dc-titlebox h3 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 849px) {
	.dc-titlebox h3 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 559px) {
	.dc-titlebox h3 {
		font-size: 25px;
	}
}
.dc-titlebox p {
	color: white;
	font-size: 18px;
	width: 570px;
	max-width: 100%;
	line-height: 1.7em;
}
@media only screen and (min-width: 768px) {
	.dc-titlebox p {
		font-size: 20px;
	}
}
@media only screen and (min-width: 950px) {
	.dc-titlebox p {
		font-size: 22px;
	}
}
.dc-titlebox .scroll-to-section {
	position: absolute;
	bottom: 100px;
	left: 25px;
	z-index: 10;
	width: 80px;
	height: 80px;
}
@media only screen and (min-width: 768px) {
	.dc-titlebox .scroll-to-section {
		left: 30px;
	}
}
@media only screen and (min-width: 1400px) {
	.dc-titlebox .scroll-to-section {
		left: calc(50% - 560px);
	}
}
.dc-titlebox .scroll-to-section a {
	display: block;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	border-radius: 50px;
	background: #383E42;
}
.dc-titlebox .scroll-to-section a:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 30px;
	vertical-align: 0;
	content: "\f063";
	transition: all 250ms ease-in-out;
	color: white;
}
.dc-titlebox .scroll-to-section a:hover {
	background: #FFDF9D;
}
.dc-titlebox .video-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	overflow: hidden;
}
.dc-titlebox .video-wrapper iframe {
	width: 100vw;
	height: 56.25vw;
	/* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh;
	/* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.dc-titlebox {
	overflow: visible;
}
.dc-titlebox .slick-track .item {
	width: 100vw;
	height: calc(100vh - 150px);
	max-height: 900px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
}
.dc-titlebox .slick-track .item .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
}
.dc-titlebox .slick-track .item .image-wrapper img {
	height: auto !important;
	width: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.dc-titlebox .slick-track .item .image-wrapper img {
		object-position: right;
	}
}
@media only screen and (max-width: 767px) {
	.dc-titlebox .slick-track .item .image-wrapper:before {
		content: "";
		background: rgba(0, 0, 0, 0.4);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.dc-titlebox .slick-track .item .content {
	position: relative;
	width: 1120px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: -80px;
	padding: 0 30px;
	z-index: 2;
}
.dc-titlebox .slick-track .slick-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center;
			justify-content: center;
}

@media only screen and (min-width: 768px) {
	.dc-titlebox {
		padding-top: 42px;
	}
}
.dc-titlebox .inner.multipleSliders {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.dc-titlebox .inner.multipleSliders:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 100px);
	background: url("../img/tfo/hero-overlay.png") no-repeat;
	background-size: cover;
	background-position: center bottom;
}
@media only screen and (max-width: 767px) {
	.dc-titlebox .inner.multipleSliders:after {
		height: calc(100% + 50px);
	}
}
@media only screen and (min-width: 1040px) and (max-width: 1450px) and (max-height: 850px) {
	.dc-titlebox .inner.multipleSliders:after {
		display: none;
	}
}
.dc-titlebox .inner.multipleSliders .slick-dots {
	display: none;
}

/*------------------------------------*\
		TITLE BOX  - HOME VARIENT
\*------------------------------------*/
.dc-titlebox {
	overflow: visible;
}
.dc-titlebox .inner.multipleSliders.home-style .item {
	width: 100vw;
	height: calc(100vh - 150px);
	max-height: 900px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
}
.dc-titlebox .inner.multipleSliders.home-style .item .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
}
.dc-titlebox .inner.multipleSliders.home-style .item .image-wrapper img {
	height: auto !important;
	width: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.dc-titlebox .inner.multipleSliders.home-style .item .image-wrapper img {
		object-position: right;
	}
}
@media only screen and (max-width: 767px) {
	.dc-titlebox .inner.multipleSliders.home-style .item .image-wrapper:before {
		content: "";
		background: rgba(0, 0, 0, 0.4);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.dc-titlebox .inner.multipleSliders.home-style .item .content {
	position: relative;
	width: 1120px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: -80px;
	padding: 0 30px;
	z-index: 2;
}

@media only screen and (min-width: 768px) {
	.dc-titlebox {
		padding-top: 42px;
	}
}
.dc-titlebox .inner.multipleSliders.home-style {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.dc-titlebox .inner.multipleSliders.home-style:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 100px);
	z-index: 1;
	background: url("../img/tfo/hero-overlay.png") no-repeat;
	background-size: cover;
	background-position: center bottom;
}
@media only screen and (max-width: 767px) {
	.dc-titlebox .inner.multipleSliders.home-style:after {
		height: calc(100% + 50px);
	}
}
@media only screen and (min-width: 1040px) and (max-width: 1450px) and (max-height: 850px) {
	.dc-titlebox .inner.multipleSliders.home-style:after {
		display: none;
	}
}

/*------------------------------------*\
		BREADCRUMB

		• Mobile first
\*------------------------------------*/
.breadcrumb-wrapper {
	position: absolute;
	width: auto;
	top: 20px;
	left: 25px;
	background: #FFDF9D;
	border-radius: 40px;
	/*
		.inner-wrapper{
				display: flex;
				align-items: center;
				justify-content: flex-end;		    

			@include dc_max_width(30px, 30px);

			min-height: $breadcrumbs_height;
			margin: 0 auto;

			@include mq('desktop', max) {
				min-height: $breadcrumbs_height - 10px;
			}

			@include mq('950', max) {
				min-height: $breadcrumbs_height - 15px;
			}

			@include mq('tablet', max) {
				min-height: $breadcrumbs_height - 20px;
			}
		}
	*/
}
@media only screen and (min-width: 768px) {
	.breadcrumb-wrapper {
		left: 30px;
	}
}
@media only screen and (min-width: 950px) {
	.breadcrumb-wrapper {
		top: 50px;
		left: calc(30px + 8.333%);
	}
}
@media only screen and (min-width: 1400px) {
	.breadcrumb-wrapper {
		left: calc(50% - 670px + 8.333%);
	}
}
.home .breadcrumb-wrapper, .dc-campaign-page .breadcrumb-wrapper {
	display: none;
}
.breadcrumb-wrapper p {
	color: #5F3D68;
	font-size: 11px;
	font-weight: 500;
	padding: 4px 17px;
	width: auto;
}
@media only screen and (min-width: 768px) {
	.breadcrumb-wrapper p {
		font-size: 14px;
		padding: 4px 17px;
	}
}
.breadcrumb-wrapper p a,
.breadcrumb-wrapper p span {
	color: #5F3D68;
}
.breadcrumb-wrapper p a {
	font-weight: 700;
}
.breadcrumb-wrapper p a:hover {
	text-decoration: underline;
}
.breadcrumb-wrapper p i {
	font-size: 10px;
	margin: 0 4px;
}
@media only screen and (min-width: 768px) {
	.breadcrumb-wrapper p i {
		font-size: 13px;
	}
}
.breadcrumb-wrapper p span span span span span,
.breadcrumb-wrapper p span span span span i {
	display: none;
}

/*------------------------------------*\

		TEXT BOX

\*------------------------------------*/
.dc-text-block .title-wrapper {
	width: 100%;
}
@media only screen and (min-width: 950px) {
	.dc-text-block .inner {
		padding-left: calc(30px + 8.333%) !important;
		padding-right: calc(30px + 8.333%) !important;
	}
}
.dc-text-block .items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.dc-text-block .items:nth-child(1) {
	padding-top: 0;
}
.dc-text-block .items .item {
	padding-top: 45px;
}
.dc-text-block .items .item > div.wp-caption {
	max-width: 100%;
	width: 100% !important;
}
@media only screen and (min-width: 768px) {
	.dc-text-block .items .item.width_12 {
		width: 100%;
	}
	.dc-text-block .items .item.width_6_6, .dc-text-block .items .item.width_4_8, .dc-text-block .items .item.width_8_4 {
		padding: 45px 15px 0 15px;
	}
	.dc-text-block .items .item.width_6_6:nth-child(odd), .dc-text-block .items .item.width_4_8:nth-child(odd), .dc-text-block .items .item.width_8_4:nth-child(odd) {
		padding-left: 0;
	}
	.dc-text-block .items .item.width_6_6:nth-child(even), .dc-text-block .items .item.width_4_8:nth-child(even), .dc-text-block .items .item.width_8_4:nth-child(even) {
		padding-right: 0;
	}
	.dc-text-block .items .item.width_6_6:nth-child(1), .dc-text-block .items .item.width_6_6:nth-child(2), .dc-text-block .items .item.width_4_8:nth-child(1), .dc-text-block .items .item.width_4_8:nth-child(2), .dc-text-block .items .item.width_8_4:nth-child(1), .dc-text-block .items .item.width_8_4:nth-child(2) {
		padding-top: 0;
	}
	.dc-text-block .items .item.width_6_6 {
		width: 50%;
	}
	.dc-text-block .items .item.width_4_8:nth-child(1), .dc-text-block .items .item.width_8_4:nth-child(2) {
		width: 33.333%;
	}
	.dc-text-block .items .item.width_4_8:nth-child(2), .dc-text-block .items .item.width_8_4:nth-child(1) {
		width: 66.666%;
	}
	.dc-text-block .items .item.width_4_4_4 {
		width: 33.333%;
		padding: 45px 15px 0 15px;
	}
	.dc-text-block .items .item.width_4_4_4:nth-child(1) {
		padding-left: 0;
	}
	.dc-text-block .items .item.width_4_4_4:nth-child(3) {
		padding-right: 0;
	}
	.dc-text-block .items .item.width_4_4_4:nth-child(1), .dc-text-block .items .item.width_4_4_4:nth-child(2), .dc-text-block .items .item.width_4_4_4:nth-child(3) {
		padding-top: 0;
	}
}
.dc-text-block .items .item > h2:first-child,
.dc-text-block .items .item > h3:first-child {
	font-size: 40px;
}
.dc-text-block .items .item > h2:first-child:after,
.dc-text-block .items .item > h3:first-child:after {
	content: "";
	position: relative;
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #09A099;
}
.dc-text-block .items .item > h2:first-child:after,
.dc-text-block .items .item > h3:first-child:after {
	content: "";
	position: relative;
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #09a099;
}
@media only screen and (max-width: 767px) {
	.dc-text-block .items .item > h2:first-child,
.dc-text-block .items .item > h3:first-child {
		font-size: 22px;
	}
}
.dc-text-block .items .item .dc-btn {
	margin-top: 30px;
}
.dc-text-block .items .item img {
	border-radius: 12px;
}
.dc-text-block .items .item.list_style_1 {
	list-style: none;
	/*
				&:before {
					@include pseudo;
							@include fa-icon;
							@extend .fas;

					color: $theme_color;
					display: inline-block; 
					width: 15px;
					font-size: 2em;

					position: absolute;
					top: -2px;
					left: -25px;
				}
	*/
}
.dc-text-block .items .item.list_style_1 li {
	position: relative;
	list-style: none;
}
.dc-text-block .items .item.list_style_1 li:before {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	color: #5F3D68;
	display: inline-block;
	font-size: 0.9em;
	vertical-align: 0;
	content: "\f058";
	transition: all 250ms ease-in-out;
	position: absolute;
	top: 7px;
	left: -25px;
}
.dc-text-block.bg_purple .items .item.list_style_1 li {
	position: relative;
	list-style: none;
}
.dc-text-block.bg_purple .items .item.list_style_1 li:before {
	color: white;
}
.dc-text-block.intro .inner {
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.dc-text-block.intro .inner {
		-ms-flex-direction: column;
				flex-direction: column;
	}
}
.dc-text-block.intro .inner h2,
.dc-text-block.intro .inner p:last-child {
	margin: 0;
}
.dc-text-block.intro .inner .title-wrapper .title:after {
	content: "";
	position: relative;
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #FFDF9D;
}
.dc-text-block.intro .inner .items {
	padding: 0;
}
.dc-text-block.intro .inner .items .item {
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.dc-text-block.intro .inner .items .item {
		padding-top: 0;
	}
}
@media only screen and (min-width: 768px) {
	.dc-text-block.intro .inner .title-wrapper {
		width: 40%;
		padding-right: 70px;
	}
	.dc-text-block.intro .inner .title-wrapper .title:after {
		content: "";
		position: relative;
		display: block;
		width: 56px;
		height: 3px;
		margin-top: 20px;
		margin-bottom: 30px;
		border-radius: 10px;
		background: #FFDF9D;
	}
	.dc-text-block.intro .inner .title-wrapper .title:after {
		margin-bottom: 0;
	}
	.dc-text-block.intro .inner .items {
		width: 60%;
	}
}
.home .dc-text-block.intro {
	padding-top: 90px;
}
@media only screen and (min-width: 768px) {
	.home .dc-text-block.intro {
		padding-top: 240px;
	}
}
.dc-campaign-page .dc-text-block .inner {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.dc-campaign-page .dc-text-block .inner .width_8_4:first-child {
	width: 58.331%;
}
.dc-campaign-page .dc-text-block .inner .width_8_4:last-child {
	width: 41.665%;
}
@media only screen and (max-width: 959px) {
	.dc-campaign-page .dc-text-block .inner .width_8_4:first-child {
		width: 100%;
	}
	.dc-campaign-page .dc-text-block .inner .width_8_4:last-child {
		width: 100%;
		padding-left: 0;
	}
}
.dc-campaign-page .dc-text-block .inner .width_8_4 .gform_wrapper {
	background: #C2E0AE;
	border-radius: 30px;
	padding: clamp(15px, 3vw, 60px);
}
.dc-campaign-page .dc-text-block .inner .width_8_4 .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
.dc-campaign-page .dc-text-block .inner .width_8_4 .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
	border-color: #C2E0AE !important;
}
.dc-campaign-page .dc-text-block .inner .width_8_4 .gform_wrapper .gform_body .gform_fields .gfield label {
	color: #000000 !important;
}
.dc-campaign-page .dc-text-block .inner .width_8_4 .gform_wrapper .gform_footer {
	text-align: right !important;
	-ms-flex-pack: end;
			justify-content: flex-end;
}
.dc-text-block.campagin-form .title-wrapper {
	max-width: 65%;
}
@media only screen and (max-width: 959px) {
	.dc-text-block.campagin-form .width_8_4 .gform_wrapper {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 960px) {
	.dc-text-block.campagin-form .width_8_4 .gform_wrapper {
		-ms-transform: translateY(-130px);
				transform: translateY(-130px);
	}
}

/*------------------------------------*\
		IMAGE BOX
\*------------------------------------*/
.dc-image-box {
	position: relative;
}
.dc-image-box .inner {
	position: relative;
	z-index: 1;
}
.dc-image-box .inner .image-wrapper {
	width: calc(50% + 48vw + 60px);
	max-height: 65vw;
	min-height: 220px;
	height: auto;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-radius: 15px 0 0 15px;
}
@media only screen and (max-width: 949px) {
	.dc-image-box .inner .image-wrapper {
		margin-bottom: 90px;
	}
}
@media only screen and (max-width: 767px) {
	.dc-image-box .inner .image-wrapper {
		margin-bottom: 50px;
	}
}
.dc-image-box .inner .image-wrapper img {
	border-radius: 15px;
	object-fit: cover;
}
.dc-image-box .inner .image-wrapper .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
}
.dc-image-box .inner span {
	position: absolute;
	left: 130px;
	bottom: -28px;
	height: 56px;
	padding: 0 32px;
	background: #5F3D68;
	border-radius: 12px;
	color: white;
	font-size: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
}
@media only screen and (max-width: 1199px) {
	.dc-image-box .inner span {
		left: 7%;
	}
}
@media only screen and (max-width: 949px) {
	.dc-image-box .inner span {
		left: 40px;
		bottom: -24px;
		height: 44px;
		padding: 0 24px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.dc-image-box .inner span {
		bottom: -22px;
		height: 38px;
		padding: 0 18px;
		font-size: 12px;
	}
}
.dc-image-box.style_2 .inner .image-wrapper:before {
	content: "";
	background: url("../img/tfo/image-overlay-left-corner.svg") no-repeat;
	background-size: contain;
	background-position: -4px top;
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 125px;
	max-width: 20vw;
	border-radius: 15px 0 0 0;
}
.dc-image-box.style_2 .inner .image-wrapper:after {
	content: "";
	background: url("../img/tfo/side_pattern.svg") no-repeat;
	background-size: contain;
	background-position: right bottom;
	position: absolute;
	right: 0;
	bottom: -125px;
	width: 272px;
	height: 423px;
	max-width: 25vw;
	max-height: 38vw;
}
@media only screen and (max-width: 949px) {
	.dc-image-box.style_2 .inner .image-wrapper:after {
		bottom: -11vw;
	}
}
.dc-image-box.style_3 .inner .image-wrapper:before {
	content: "";
	background: url("../img/tfo/pattern_full_width_corner.svg") no-repeat;
	background-position: left bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 186px;
	height: 245px;
	max-width: 19vw;
	max-height: 18vw;
}

/*------------------------------------*\

		IMAGE TEXT BOX

\*------------------------------------*/
.dc-image-text-box {
	margin: 146px 0;
	background: #ffffff;
}
@media only screen and (max-width: 767px) {
	.dc-image-text-box {
		margin: 60px 0;
	}
}
@media only screen and (min-width: 768px) {
	.dc-image-text-box + .dc-image-text-box {
		margin-top: -70px;
	}
}
.dc-image-text-box .inner {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto !important;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.dc-image-text-box .inner {
		width: 100%;
		max-width: 1410px;
		margin: 0 auto !important;
		padding-left: 25px;
		padding-right: 25px;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 767px) {
	.dc-image-text-box .inner {
		-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
	}
}
.dc-image-text-box .inner.align-center {
	-ms-flex-align: center;
			align-items: center;
}
.dc-image-text-box .inner .left,
.dc-image-text-box .inner .right {
	width: 100%;
	position: relative;
	z-index: 10;
}
@media only screen and (min-width: 768px) {
	.dc-image-text-box .inner .left,
.dc-image-text-box .inner .right {
		width: 50%;
	}
	.dc-image-text-box .inner .left.left,
.dc-image-text-box .inner .right.left {
		padding-right: 30px;
	}
	.dc-image-text-box .inner .left.right,
.dc-image-text-box .inner .right.right {
		padding-left: 40px;
	}
}
@media only screen and (min-width: 1100px) {
	.dc-image-text-box .inner .left.right,
.dc-image-text-box .inner .right.right {
		padding-left: 50px;
	}
}
.dc-image-text-box .inner .title-wrapper {
	width: 100%;
}
.dc-image-text-box .inner .title-wrapper .title h2 {
	line-height: 1em;
}
.dc-image-text-box .inner .title-wrapper .title h2:after {
	content: "";
	position: relative;
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #006580;
}
@media only screen and (max-width: 949px) {
	.dc-image-text-box .inner .title-wrapper .title h2 {
		font-size: 38px;
	}
}
.dc-image-text-box .inner .text {
	max-width: 500px;
}
.dc-image-text-box .inner .text h2:after {
	content: "";
	position: relative;
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #006580;
}
.dc-image-text-box .inner .image-wrapper {
	width: 100%;
	height: 450px;
	max-height: 40vw;
	position: relative;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.dc-image-text-box .inner .image-wrapper {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
		max-height: 50vw;
		min-height: 260px;
	}
}
.dc-image-text-box .inner .image-wrapper > img {
	border-radius: 10px;
	box-shadow: unset;
	object-fit: cover;
}
.dc-image-text-box.image_rigt .inner, .dc-image-text-box.image_right .inner {
	-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
	.dc-image-text-box.image_rigt .inner .left, .dc-image-text-box.image_right .inner .left {
		padding-right: 0;
		padding-left: 30px;
	}
	.dc-image-text-box.image_rigt .inner .right, .dc-image-text-box.image_right .inner .right {
		padding-left: 0;
		padding-right: 5%;
	}
}
@media only screen and (max-width: 767px) {
	.dc-image-text-box.image_rigt .inner, .dc-image-text-box.image_right .inner {
		-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
	}
}
@media only screen and (min-width: 950px) {
	.dc-image-text-box.image_rigt .inner .right, .dc-image-text-box.image_right .inner .right {
		padding-left: 8.333%;
	}
}
.dc-image-text-box.team_member .inner {
	-ms-flex-align: inherit;
			align-items: inherit;
}
@media only screen and (min-width: 768px) {
	.dc-image-text-box.team_member .inner .left {
		width: 35%;
	}
	.dc-image-text-box.team_member .inner .right {
		width: 65%;
	}
}
@media only screen and (max-width: 767px) {
	.dc-image-text-box.team_member .inner {
		-ms-flex-direction: column;
				flex-direction: column;
	}
}
.dc-image-text-box.team_member .inner .image-wrapper {
	height: auto;
}
.dc-image-text-box.team_member .inner .image-wrapper > img {
	object-fit: cover;
	max-width: 400px;
}
.dc-image-text-box.team_member .inner .text {
	max-width: 100%;
}
.dc-image-text-box.team_member.image_left.right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex-pack: center;
			justify-content: center;
}

/*------------------------------------*\

		CTA 

\*------------------------------------*/
.dc-cta {
	position: relative;
	padding-top: 115px;
	padding-bottom: 115px;
	height: 530px;
	max-height: 1000px;
	min-height: 340px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	background: url("../img/tfo/cta_gradient.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
@media only screen and (max-width: 949px) {
	.dc-cta {
		padding-top: 85px;
		padding-bottom: 85px;
	}
}
@media only screen and (max-width: 767px) {
	.dc-cta {
		padding-top: 70px;
		padding-bottom: 90px;
		height: auto;
	}
}
.dc-cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	max-width: 15vw;
	height: 112px;
	min-width: 80px;
	background: url("../img/tfo/corner_cta_pattern.svg") no-repeat;
	background-position: left top;
	background-size: contain;
}
.dc-cta:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 555px;
	max-width: 50vw;
	height: 390px;
	min-width: 270px;
	max-height: 50vw;
	background: url("../img/tfo/cta_pattern.svg") no-repeat;
	background-position: right -65px bottom -2px;
	background-size: contain;
}
.dc-cta .inner {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto !important;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.dc-cta .inner {
		width: 100%;
		max-width: 1410px;
		margin: 0 auto !important;
		padding-left: 25px;
		padding-right: 25px;
		box-sizing: border-box;
	}
}
@media only screen and (min-width: 768px) {
	.dc-cta .inner {
		margin-left: 8.333%;
	}
}
@media only screen and (min-width: 950px) {
	.dc-cta .inner {
		padding-left: calc(30px + 8.333%) !important;
		padding-right: calc(30px + 8.333%) !important;
	}
}
.dc-cta .inner h1, .dc-cta .inner h2, .dc-cta .inner h3, .dc-cta .inner p {
	text-align: left;
	color: white;
}
.dc-cta .inner h1:first-child:last-child, .dc-cta .inner h2:first-child:last-child, .dc-cta .inner h3:first-child:last-child, .dc-cta .inner p:first-child:last-child {
	margin-bottom: 0;
}
.dc-cta .inner .title-wrapper {
	margin: 0 0 20px;
	max-width: 700px;
}
.dc-cta .inner .title-wrapper .title:after {
	content: "";
	position: relative;
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #FFDF9D;
}
.dc-cta .inner .text {
	margin: 0;
	max-width: 700px;
}
.dc-cta .inner .button-wrapper {
	margin-top: 30px;
	text-align: left;
}
@media only screen and (max-width: 559px) {
	.dc-cta .inner .button-wrapper {
		margin-top: 5px;
	}
}
.dc-cta .inner .button-wrapper .dc-btn {
	border-color: #C2E0AE;
	background: #C2E0AE;
	color: #000000;
}
.dc-cta .inner .button-wrapper .dc-btn:hover {
	border-color: #006580;
	background: #006580;
	color: white;
}

/*------------------------------------*\

		POST GRID - ITEMS

\*------------------------------------*/
.dc-case-studies-grid {
	z-index: 10000;
}
.dc-case-studies-grid .inner .controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 100px;
}
.dc-case-studies-grid .title-wrapper {
	margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
	.dc-case-studies-grid .title-wrapper {
		margin-bottom: 85px;
	}
}

.post-grid-items {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
@media only screen and (max-width: 650px) {
	.post-grid-items {
		-ms-flex-direction: column;
				flex-direction: column;
		padding: 0;
	}
}
.post-grid-items .items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
@media only screen and (min-width: 560px) {
	.post-grid-items .items {
		margin-right: -20px;
	}
}
@media only screen and (min-width: 850px) {
	.post-grid-items .items {
		margin-right: -30px;
	}
}
@media only screen and (min-width: 950px) {
	.post-grid-items .items {
		margin-right: -40px;
	}
}
.post-grid-items .items .item {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}
@media only screen and (min-width: 560px) {
	.post-grid-items .items .item {
		width: calc(50% - 20px);
		margin: 0 20px 20px 0;
	}
}
@media only screen and (min-width: 850px) {
	.post-grid-items .items .item {
		width: calc(33.3333% - 30px);
	}
}
@media only screen and (min-width: 1100px) {
	.post-grid-items .items .item {
		width: calc(33.3333% - 40px);
		margin: 0 40px 40px 0;
	}
}
.post-grid-items .items .item .inner-wrapper {
	position: relative;
	height: 100%;
	background: #09A099;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	transition: all 150ms ease-in-out;
}
.post-grid-items .items .item .inner-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f061";
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.9em;
	color: white;
}
.post-grid-items .items .item .inner-wrapper .image-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 290px;
	min-height: 200px;
	max-height: 19vw;
	background: red;
}
.post-grid-items .items .item .inner-wrapper .image-wrapper img {
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
}
.post-grid-items .items .item .inner-wrapper .image-wrapper .date,
.post-grid-items .items .item .inner-wrapper .image-wrapper .category{
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: white;
	text-transform: uppercase;
	background: #5F3D68;
	border-radius: 20px;
	padding: 8px 20px 5px;
}
@media only screen and (max-width: 767px) {
	.post-grid-items .items .item .inner-wrapper .image-wrapper .date,
	.post-grid-items .items .item .inner-wrapper .image-wrapper .category{
		right: 15px;
		bottom: 15px;
		padding: 5px 13px 2px;
	}
}
.post-grid-items .items .item .inner-wrapper .text {
	position: relative;
	box-sizing: border-box;
	padding: 40px 30px 30px;
	-ms-flex: 1;
			flex: 1;
	z-index: 2;
	background: #EBEBEC;
	transition: all 250ms ease-in-out;
}

.post-grid-items .items .item .inner-wrapper .text .date{
	font-size: 14px;
	margin-bottom: 10px;
}
.post-grid-items .items .item .inner-wrapper .text h3 {
	margin-bottom: 15px;
}
.post-grid-items .items .item .inner-wrapper .text p {
	margin: 0;
}
.post-grid-items .items .item .inner-wrapper a.link-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}
@media only screen and (hover: hover) and (min-width: 768px) {
	.post-grid-items .items .item:hover .inner-wrapper {
		box-shadow: 0 0 20px 5px rgba(40, 40, 40, 0.2);
	}
}
@media only screen and (hover: hover) and (min-width: 768px) {
	.post-grid-items .items .item:hover .inner-wrapper .text {
		border-radius: 0 0 100px 0;
	}
}
.post-grid-items .load-more-wrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.event-list .dc-titlebox .title_tall {
		min-height: 300px;
	}
	.event-list .dc-titlebox .title_tall .inner {
		padding-top: 90px;
	}
}
.event-list .load-more-wrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.events-grid-items {
	position: relative;
	padding: 0;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
@media only screen and (min-width: 560px) {
	.events-grid-items {
		margin-right: -20px;
		-ms-flex-direction: row !important;
				flex-direction: row !important;
	}
}
@media only screen and (min-width: 768px) {
	.events-grid-items {
		margin-right: -30px;
	}
}
@media only screen and (min-width: 950px) {
	.events-grid-items {
		margin-right: -40px;
	}
}
@media only screen and (max-width: 650px) {
	.events-grid-items {
		-ms-flex-direction: column;
				flex-direction: column;
		padding: 0;
	}
}
.events-grid-items .item {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	background: #E2E2E2;
	border-radius: 12px;
	transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 560px) {
	.events-grid-items .item {
		width: calc(50% - 20px);
		margin: 0 20px 20px 0;
	}
}
@media only screen and (min-width: 768px) {
	.events-grid-items .item {
		width: calc(50% - 30px);
		margin: 0 30px 30px 0;
		padding: 30px;
	}
}
@media only screen and (min-width: 950px) {
	.events-grid-items .item {
		width: calc(33.333% - 40px);
		margin: 0 40px 20px 0;
		margin-bottom: 40px;
	}
}
.events-grid-items .item .content {
	display: -ms-flexbox;
	display: flex;
}
.events-grid-items .item .content .event_date {
	width: 130px;
	height: 112px;
	margin-right: 20px;
	font-size: 35px;
	text-align: center;
	color: white;
	background: #006580;
	border-radius: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-direction: column;
			flex-direction: column;
	transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 850px) {
	.events-grid-items .item .content .event_date {
		width: 160px;
		height: 150px;
		margin-right: 30px;
		font-size: 50px;
	}
}
.events-grid-items .item .content .event_date span {
	display: block;
	padding-top: 8px;
	font-size: 26px;
	text-transform: uppercase;
}
@media only screen and (min-width: 850px) {
	.events-grid-items .item .content .event_date span {
		padding-top: 24px;
		font-size: 40px;
	}
}
.events-grid-items .item .content .event_data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-direction: column;
			flex-direction: column;
}
.events-grid-items .item .content .event_data h3 {
	margin-bottom: 12px;
}
.events-grid-items .item .content .event_data .time {
	text-transform: uppercase;
}
@media only screen and (hover: hover) and (min-width: 768px) {
	.events-grid-items .item:hover {
		box-shadow: 0 4px 20px 5px rgba(40, 40, 40, 0.15);
	}
	.events-grid-items .item:hover .content .event_date {
		background: #09A099;
	}
}
.events-grid-items .item .link-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.events-grid-items .item .link-overlay a {
	display: block;
	height: 100%;
	width: 100%;
}

.load-more-wrapper {
	width: 100%;
	display: block;
	margin-top: 30px;
	text-align: center;
}
.load-more-wrapper a.load-more {
	cursor: pointer;
}
.load-more-wrapper a.load-more.disabled {
	opacity: 0;
	cursor: none;
}

.dc-post-grid.related-posts {
	background-color: #f0f0f0;
	margin-bottom: 0 !important;
	padding-top: 115px;
	padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
	.dc-post-grid.related-posts {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}
.dc-post-grid.related-posts .slick-list {
	width: calc(100% + 10px);
}
.dc-post-grid.related-posts .slick-list .item {
	margin-right: 10px;
}

/*------------------------------------*\

		POST GRID - FILTERS

\*------------------------------------*/
@media only screen and (max-width: 767px) {
	.controls.dc-filters {
		display: -ms-flexbox;
		display: flex;
		padding: 0 3px;
	}
}
.controls.dc-filters button,
.controls.dc-filters select {
	text-transform: uppercase;
	color: black;
	position: relative;
	padding: 15px 30px;
	border: 1px solid transparent;
	border-width: 1px;
	border-radius: 0;
	background: transparent;
	border: 1px solid transparent;
}
.controls.dc-filters button.mixitup-control-active, .controls.dc-filters button:hover,
.controls.dc-filters select.mixitup-control-active,
.controls.dc-filters select:hover {
	background-color: transparent;
	border-color: 1px solid transparent;
	color: #5F3D68;
}
.controls.dc-filters button:after,
.controls.dc-filters select:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	border-radius: 22px;
	background: transparent;
	transition: all 250ms ease-in-out;
}
.controls.dc-filters button.mixitup-control-active:after, .controls.dc-filters button:hover:after,
.controls.dc-filters select.mixitup-control-active:after,
.controls.dc-filters select:hover:after {
	background: #5F3D68;
}
.controls.dc-filters select {
	border: 1px solid transparent;
	border-width: 1px;
	color: #111;
	font-weight: 400;
	-webkit-appearance: none;
	background-color: white;
	background-image: url("../img/ic_arrow.svg");
	background-size: 21px;
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	padding-right: 50px;
}
@media only screen and (max-width: 767px) {
	.controls.dc-filters select {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.controls.dc-filters .show-desktop {
		display: none;
	}
}
.controls.dc-filters .show-mobile {
	display: none;
}
@media only screen and (max-width: 767px) {
	.controls.dc-filters .show-mobile {
		display: block;
		margin: 0 0 20px;
		padding: 10px 18px 10px;
	}
}

/*------------------------------------*\

		IMAGE CAROUSEL 

\*------------------------------------*/
.dc-image-carousel .slick-list {
	padding: 0 !important;
	margin: 0 -6px;
}
.dc-image-carousel .slick-list:before, .dc-image-carousel .slick-list:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 6px;
	height: 100%;
	background: white;
}
.dc-image-carousel .slick-list:before {
	left: 0;
}
.dc-image-carousel .slick-list:after {
	right: 0;
}
.dc-image-carousel .item {
	padding: 0 6px;
}
.dc-image-carousel button.slick-arrow {
	position: absolute;
	top: 38%;
	width: 42px;
	height: 42px;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	z-index: 1;
	font-size: 0;
	background: transparent;
	border: 0;
}
.dc-image-carousel button.slick-arrow:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	font-size: 34px;
	vertical-align: 0;
	transition: all 250ms ease-in-out;
	color: #000000;
}
@media only screen and (min-width: 1360px) {
	.dc-image-carousel button.slick-arrow:after {
		top: 40%;
		font-size: 40px;
	}
}
@media only screen and (min-width: 1550px) {
	.dc-image-carousel button.slick-arrow:after {
		top: 42%;
		font-size: 48px;
	}
}
.dc-image-carousel button.slick-arrow.slick-prev {
	left: -20px;
}
.dc-image-carousel button.slick-arrow.slick-prev:after {
	content: "\f30a";
}
@media only screen and (min-width: 1360px) {
	.dc-image-carousel button.slick-arrow.slick-prev {
		left: -90px;
	}
}
@media only screen and (min-width: 1550px) {
	.dc-image-carousel button.slick-arrow.slick-prev {
		left: -140px;
	}
}
.dc-image-carousel button.slick-arrow.slick-next {
	right: -20px;
}
.dc-image-carousel button.slick-arrow.slick-next:after {
	content: "\f30b";
}
@media only screen and (min-width: 1360px) {
	.dc-image-carousel button.slick-arrow.slick-next {
		right: -90px;
	}
}
@media only screen and (min-width: 1550px) {
	.dc-image-carousel button.slick-arrow.slick-next {
		right: -140px;
	}
}
.dc-image-carousel button.slick-arrow:hover:after {
	color: #5F3D68;
}

/*------------------------------------*\

		TESTIMONIALS

\*------------------------------------*/
.dc-testimonials .item .text {
	font-size: 25px;
	line-height: 1.6em;
}
@media only screen and (min-width: 768px) {
	.dc-testimonials .item .text {
		font-size: 27px;
	}
}
@media only screen and (min-width: 850px) {
	.dc-testimonials .item .text {
		font-size: 33px;
	}
}
@media only screen and (min-width: 1100px) {
	.dc-testimonials .item .text {
		font-size: 36px;
	}
}
.dc-testimonials .item .author {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-top: 30px;
}
.dc-testimonials .item .author:before {
	content: "- ";
}
.dc-testimonials .slick-arrow {
	display: none !important;
}
.dc-testimonials .slick-dots {
	display: none !important;
}

/*------------------------------------*\

		GRAVITY FORM

\*------------------------------------*/
.gform_wrapper {
	max-width: 100%;
	margin: 0 auto;
}
.gform_wrapper .gf_page_steps {
	padding-right: 3%;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	position: relative;
	border-bottom: none !important;
}
.gform_wrapper .gf_page_steps:after {
	content: "...";
	display: block;
	position: relative;
	position: absolute;
	right: 12px;
	bottom: 12px;
	font-weight: bold;
	font-size: 25px;
	opacity: 0.2;
}
.gform_wrapper .gf_page_steps .gf_step {
	margin-right: 24px !important;
	width: auto !important;
	padding-bottom: 6px;
	margin-bottom: 0;
	height: auto;
	color: #5F3D68;
}
@media only screen and (max-width: 1199px) {
	.gform_wrapper .gf_page_steps .gf_step {
		margin-right: 14px !important;
	}
}
@media only screen and (max-width: 1099px) {
	.gform_wrapper .gf_page_steps .gf_step {
		margin-right: 12px !important;
	}
}
.gform_wrapper .gf_page_steps .gf_step span.gf_step_number {
	padding: 2px 6px;
	margin-top: -4px;
	border: 2px solid #5F3D68;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
}
.gform_wrapper .gf_page_steps .gf_step span.gf_step_label {
	font-size: 17px;
	letter-spacing: 0.5px;
	font-family: "Antartida Rnd W04 Lt", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
@media only screen and (max-width: 1199px) {
	.gform_wrapper .gf_page_steps .gf_step span.gf_step_label {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1099px) {
	.gform_wrapper .gf_page_steps .gf_step span.gf_step_label {
		font-size: 15px;
		letter-spacing: 0;
	}
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active {
	border-bottom: 4px solid #C2E0AE;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active span.gf_step_label {
	font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.gform_wrapper .gf_page_steps.active_step_1 .gf_step, .gform_wrapper .gf_page_steps.active_step_2 .gf_step, .gform_wrapper .gf_page_steps.active_step_3 .gf_step, .gform_wrapper .gf_page_steps.active_step_4 .gf_step {
	margin-right: 20px;
}
.gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_9, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_9, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_9, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_9 {
	display: none;
}
.gform_wrapper .gf_page_steps.active_step_5, .gform_wrapper .gf_page_steps.active_step_6, .gform_wrapper .gf_page_steps.active_step_7, .gform_wrapper .gf_page_steps.active_step_8, .gform_wrapper .gf_page_steps.active_step_9 {
	padding-left: 4%;
	padding-right: 0;
}
.gform_wrapper .gf_page_steps.active_step_5:after, .gform_wrapper .gf_page_steps.active_step_6:after, .gform_wrapper .gf_page_steps.active_step_7:after, .gform_wrapper .gf_page_steps.active_step_8:after, .gform_wrapper .gf_page_steps.active_step_9:after {
	left: 0;
	right: unset;
}
.gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_6 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_6 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_7 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_7 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_8 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_8 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_9 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_9 #gf_step_9_2 {
	display: none;
}
@media only screen and (max-width: 999px) {
	.gform_wrapper .gf_page_steps .gf_step {
		width: calc((100% - 30px) / 5);
	}
	.gform_wrapper .gf_page_steps.active_step_1 .gf_step, .gform_wrapper .gf_page_steps.active_step_2 .gf_step, .gform_wrapper .gf_page_steps.active_step_3 .gf_step {
		margin-right: 20px;
	}
	.gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_6, .gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_7, .gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_9, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_6, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_7, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_9, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_6, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_7, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_9 {
		display: none;
	}
	.gform_wrapper .gf_page_steps.active_step_4, .gform_wrapper .gf_page_steps.active_step_5, .gform_wrapper .gf_page_steps.active_step_6, .gform_wrapper .gf_page_steps.active_step_7, .gform_wrapper .gf_page_steps.active_step_8, .gform_wrapper .gf_page_steps.active_step_9 {
		padding-left: 4%;
		padding-right: 0;
	}
	.gform_wrapper .gf_page_steps.active_step_4:after, .gform_wrapper .gf_page_steps.active_step_5:after, .gform_wrapper .gf_page_steps.active_step_6:after, .gform_wrapper .gf_page_steps.active_step_7:after, .gform_wrapper .gf_page_steps.active_step_8:after, .gform_wrapper .gf_page_steps.active_step_9:after {
		left: 0;
		right: unset;
	}
	.gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_6 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_6 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_6 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_7 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_7 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_7 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_8 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_8 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_8 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_9 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_9 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_9 #gf_step_9_3 {
		display: none;
	}
}
@media only screen and (max-width: 650px) {
	.gform_wrapper .gf_page_steps .gf_step {
		width: calc((100% - 30px) / 3);
		display: inline-block;
	}
	.gform_wrapper .gf_page_steps .gf_step span.gf_step_number {
		padding: 1px 4px;
		font-size: 10px;
		margin-right: 0;
	}
	.gform_wrapper .gf_page_steps .gf_step span.gf_step_label {
		font-size: 12px;
	}
	.gform_wrapper .gf_page_steps.active_step_1 .gf_step, .gform_wrapper .gf_page_steps.active_step_2 .gf_step {
		margin-right: 20px;
	}
	.gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_4, .gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_5, .gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_6, .gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_7, .gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_1 #gf_step_9_9, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_4, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_5, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_6, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_7, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_2 #gf_step_9_9 {
		display: none;
	}
	.gform_wrapper .gf_page_steps.active_step_3, .gform_wrapper .gf_page_steps.active_step_4, .gform_wrapper .gf_page_steps.active_step_5 {
		padding-left: 30px;
		padding-right: 0;
	}
	.gform_wrapper .gf_page_steps.active_step_3:after, .gform_wrapper .gf_page_steps.active_step_4:after, .gform_wrapper .gf_page_steps.active_step_5:after {
		right: 0;
		left: unset;
	}
	.gform_wrapper .gf_page_steps.active_step_3:before, .gform_wrapper .gf_page_steps.active_step_4:before, .gform_wrapper .gf_page_steps.active_step_5:before {
		content: "...";
		display: block;
		position: relative;
		position: absolute;
		left: 0;
		bottom: 12px;
		font-weight: bold;
		font-size: 25px;
		opacity: 0.2;
	}
	.gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_4, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_5, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_4, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_5, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_4, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_5 {
		display: inline-block;
	}
	.gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_6, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_7, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_3 #gf_step_9_9, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_6, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_7, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_4 #gf_step_9_9, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_6, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_7, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_8, .gform_wrapper .gf_page_steps.active_step_5 #gf_step_9_9 {
		display: none;
	}
	.gform_wrapper .gf_page_steps.active_step_6, .gform_wrapper .gf_page_steps.active_step_7, .gform_wrapper .gf_page_steps.active_step_8, .gform_wrapper .gf_page_steps.active_step_9 {
		padding-left: 5%;
		padding-right: 0;
	}
	.gform_wrapper .gf_page_steps.active_step_6:after, .gform_wrapper .gf_page_steps.active_step_7:after, .gform_wrapper .gf_page_steps.active_step_8:after, .gform_wrapper .gf_page_steps.active_step_9:after {
		right: unset;
		left: 0;
	}
	.gform_wrapper .gf_page_steps.active_step_6 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_6 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_6 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_6 #gf_step_9_4, .gform_wrapper .gf_page_steps.active_step_6 #gf_step_9_5, .gform_wrapper .gf_page_steps.active_step_7 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_7 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_7 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_7 #gf_step_9_4, .gform_wrapper .gf_page_steps.active_step_7 #gf_step_9_5, .gform_wrapper .gf_page_steps.active_step_8 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_8 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_8 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_8 #gf_step_9_4, .gform_wrapper .gf_page_steps.active_step_8 #gf_step_9_5, .gform_wrapper .gf_page_steps.active_step_9 #gf_step_9_1, .gform_wrapper .gf_page_steps.active_step_9 #gf_step_9_2, .gform_wrapper .gf_page_steps.active_step_9 #gf_step_9_3, .gform_wrapper .gf_page_steps.active_step_9 #gf_step_9_4, .gform_wrapper .gf_page_steps.active_step_9 #gf_step_9_5 {
		display: none;
	}
}
@media only screen and (max-width: 349px) {
	.gform_wrapper .gf_page_steps {
		padding: 0 60px !important;
		text-align: center;
	}
	.gform_wrapper .gf_page_steps .gf_step {
		width: 100%;
		text-align: center;
	}
	.gform_wrapper .gf_page_steps .gf_step:not(.gf_step_active) {
		display: none !important;
	}
	.gform_wrapper .gf_page_steps:before {
		content: "...";
		display: block;
		position: relative;
		position: absolute;
		left: 12px;
		bottom: 12px;
		font-weight: bold;
		font-size: 25px;
		opacity: 0.2;
	}
}
.gform_wrapper .gform_body {
	width: 100% !important;
}
.gform_wrapper .gform_body .gform_fields {
	margin: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield {
	position: relative;
	margin: 0 0 20px !important;
	padding: 11px 0 0 0 !important;
	color: #7F8285 !important;
	border: unset !important;
	background: none;
}
@media only screen and (max-width: 767px) {
	.gform_wrapper .gform_body .gform_fields .gfield {
		padding-top: 0 !important;
		margin: 0 0 24px !important;
	}
}
@media only screen and (max-width: 639px) {
	.gform_wrapper .gform_body .gform_fields .gfield {
		padding-left: 0 !important;
	}
}
.gform_wrapper .gform_body .gform_fields .gfield.gf_left_half {
	width: 50%;
	padding: 11px 1% 0 0 !important;
}
@media only screen and (max-width: 639px) {
	.gform_wrapper .gform_body .gform_fields .gfield.gf_left_half {
		width: 100%;
		padding: 0 !important;
	}
}
.gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
	width: 50%;
	padding: 11px 0 0 1% !important;
}
@media only screen and (max-width: 639px) {
	.gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
		width: 100%;
		padding: 0 !important;
	}
}
@media only screen and (max-width: 639px) {
	.gform_wrapper .gform_body .gform_fields .gfield.gf_right_half label {
		left: 0;
	}
}
.gform_wrapper .gform_body .gform_fields .gfield label {
	color: #7F8285;
	font-size: 16px;
	display: block;
	padding: 0 0 14px !important;
	margin-bottom: 0;
	margin-left: 12px;
	margin-top: -4px;
}
.gform_wrapper .gform_body .gform_fields .gfield label.focussed {
	top: -10px;
	font-size: 70%;
}
.bg_white .gform_wrapper .gform_body .gform_fields .gfield label, .page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield label {
	color: #5F3D68;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
	margin: 0 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select {
	color: #7F8285 !important;
	font-size: 16px;
	line-height: 20px;
	border-radius: 25px !important;
	background: none;
	background-color: white !important;
	padding: 15px 20px !important;
	margin: 0 !important;
	width: 100%;
	border: 3px solid white !important;
	-webkit-appearance: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select:focus {
	border-color: #5F3D68 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select::-moz-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select::-moz-placeholder {
	font-size: 16px;
	font-weight: 300 !important;
	color: #7F8285;
	transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select:focus::-webkit-input-placeholder {
	color: #5F3D68;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select:focus::-moz-placeholder {
	color: #5F3D68;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select:focus:-ms-input-placeholder {
	color: #5F3D68;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select:focus::-moz-placeholder {
	color: #5F3D68;
}
@media only screen and (max-width: 767px) {
	.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select {
		padding: 10px 30px !important;
	}
}
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email], .page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email],
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number],
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number],
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password],
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password],
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text],
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text],
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url],
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url],
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select {
	border: 1px solid #5F3D68 !important;
}
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]:focus, .page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]:focus,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]:focus,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=number]:focus,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]:focus,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=password]:focus,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]:focus,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]:focus,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]:focus,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]:focus,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]:focus,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=url]:focus,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium:focus,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.medium:focus,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large:focus,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large:focus,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small:focus,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.small:focus,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus,
.bg_white .gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select:focus,
.page-template-standardwith-sidebar .content-wrapper .gform_wrapper .gform_body .gform_fields .gfield .ginput_container #theme-page select:focus {
	box-shadow: 0 5px 9px 0px rgba(1, 1, 1, 0.2);
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text].datepicker {
	width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.large {
	height: 150px;
	background: transparent;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio {
	display: -ms-flexbox;
	display: flex;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:hover,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-webkit-autofill:focus textarea:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:-webkit-autofill:hover,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:-webkit-autofill:focus {
	-webkit-text-fill-color: #000000;
	-webkit-box-shadow: 0 0 0 0 transparent inset;
	transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
	background-color: white;
	background-image: url("../img/ic_arrow.svg");
	background-size: 21px;
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
	.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_address.has_street.has_city.has_zip .address_line_1 {
		display: inline-block;
		width: 50%;
		padding: 0 1% 0 0 !important;
	}
	.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_address.has_street.has_city.has_zip .address_city {
		display: inline-block;
		width: 25%;
		padding: 0 0 0 1% !important;
	}
	.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_address.has_street.has_city.has_zip .address_zip {
		display: inline-block;
		width: 25%;
		padding: 0 1% !important;
	}
}
.gform_wrapper .gform_body .gform_fields .gfield .clear-multi .ginput_container {
	width: auto !important;
	max-width: 110px;
	margin-right: 20px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .clear-multi .ginput_container input,
.gform_wrapper .gform_body .gform_fields .gfield .clear-multi .ginput_container select {
	border: unset !important;
	border-radius: 50px !important;
	width: auto !important;
	min-width: 110px;
	max-width: 110px;
	padding-left: 19px !important;
	padding-right: 10px !important;
	border: 1px solid #5F3D68 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .clear-multi .ginput_container.gfield_time_ampm input,
.gform_wrapper .gform_body .gform_fields .gfield .clear-multi .ginput_container.gfield_time_ampm select {
	width: 80px !important;
	max-width: 80px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .clear-multi .ginput_container i {
	display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_required {
	color: #62605C;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 0 0 12px;
}
@media only screen and (max-width: 650px) {
	.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox {
		margin-left: 0;
	}
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
	/*
							input[type=radio]:checked ~ .check::before{
								background: #0DFF92;
							}
	*/
}
@media only screen and (max-width: 650px) {
	.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
		width: 100% !important;
	}
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio],
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=checkbox],
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=radio],
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {
	position: absolute;
	visibility: hidden;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-weight: 300;
	font-size: 16px;
	padding: 0 0 0 30px !important;
	margin: 0 25px 0 0;
	min-height: 28px;
	height: auto !important;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	left: 0;
	max-width: 100% !important;
	width: auto !important;
	color: #62605C;
	white-space: normal !important;
}
@media only screen and (max-width: 650px) {
	.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label {
		margin: 0 0 0 0;
	}
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	border: 4px solid #5F3D68;
	border-radius: 100%;
	height: 21px;
	width: 21px;
	margin-right: 12px;
	z-index: 5;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	/*
		@include mq('800', max) {
			top: 9px;
					height: 30px;
			width: 30px;
			}
	*/
}
@media only screen and (max-width: 959px) {
	.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label:before {
		right: 0;
	}
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label:hover:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label:hover:before {
	background: #5F3D68;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio]:checked ~ label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=checkbox]:checked ~ label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=radio]:checked ~ label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:checked ~ label:before {
	border: 6px solid #5F3D68;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio]:checked:hover ~ label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=checkbox]:checked:hover ~ label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=radio]:checked:hover ~ label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:checked:hover ~ label:before {
	background: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio]:checked ~ label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=checkbox]:checked ~ label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=radio]:checked ~ label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:checked ~ label {
	color: #5F3D68;
	font-weight: 300 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label:before {
	border-radius: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield.stack-me .gfield_radio,
.gform_wrapper .gform_body .gform_fields .gfield.stack-me .gfield_checkbox {
	-ms-flex-direction: column;
			flex-direction: column;
}
@media only screen and (min-width: 651px) {
	.gform_wrapper .gform_body .gform_fields .gfield.message {
		margin-top: -50px !important;
	}
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_html {
	margin-top: 40px !important;
	color: black;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_html h4 {
	font-size: 20px;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_html p {
	color: black;
	max-width: 760px;
	line-height: 1.4em;
	font-size: 16px;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_html:first-child {
	margin-bottom: 40px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox input,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input {
	margin-top: -5px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox label,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label {
	margin-left: 16px;
	padding: 4px 0 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield:before {
	display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield.other_label label {
	opacity: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield.collapse_space {
	width: auto;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	float: none;
}
.gform_wrapper .gform_body .gform_fields .gfield.fill_space {
	width: auto;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	float: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .gsection {
	padding-left: 12px;
}
.gform_wrapper .gform_body .gform_fields .purple_bg_wrapper {
	background: #F3F0F3;
	padding-left: 20px;
	padding-right: 20px;
}
.gform_wrapper .gform_body .gform_fields .purple_bg_wrapper li:first-child {
	padding-top: 31px !important;
}
.gform_wrapper .gform_body .gform_fields .purple_bg_wrapper li:last-child {
	padding-bottom: 20px;
}
.gform_wrapper .column-count-2-of-2 li.gfield {
	padding: 0 0 0 14px !important;
}
.gform_wrapper .gform_footer {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 100%;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	border: 2px solid #5F3D68;
	border-radius: 40px;
	background: #5F3D68;
	display: inline-block;
	box-sizing: border-box;
	min-width: 200px;
	width: auto;
	padding: 13px 30px 11px 30px;
	margin: 12px 0 0 0;
	opacity: 1;
	margin: 0 !important;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
	background: #006580;
	border: 2px solid #006580;
	color: white;
}
@media only screen and (max-width: 767px) {
	.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
		font-size: 16px;
		padding: 8px 24px 6px 24px;
		min-width: 120px;
	}
}
@media only screen and (max-width: 650px) {
	.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
		padding: 6px 32px !important;
	}
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
	background: #5F3D68 !important;
	color: #ffffff !important;
	border-color: #5F3D68 !important;
}
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 16px;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	border: 2px solid #5F3D68;
	border-radius: 40px;
	background: #5F3D68;
	display: inline-block;
	box-sizing: border-box;
	min-width: 200px;
	width: auto;
	padding: 13px 30px 11px 30px;
	margin: 12px 0 0 0;
	opacity: 1;
	margin: 0 !important;
}
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #006580;
	border: 2px solid #006580;
	color: white;
}
@media only screen and (max-width: 767px) {
	.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
		font-size: 16px;
		padding: 8px 24px 6px 24px;
		min-width: 120px;
	}
}
@media only screen and (max-width: 650px) {
	.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
		padding: 6px 32px !important;
		margin-bottom: 20px !important;
	}
}
@media only screen and (max-width: 639px) {
	.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
		margin-bottom: 20px !important;
	}
}
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #5F3D68 !important;
	color: #ffffff !important;
	border-color: #5F3D68 !important;
}
.gform_wrapper .gform_page_footer .gform_save_link {
	font-size: 14px;
	font-family: "Antartida Rnd W04 Lt", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	color: #7F7F7F;
}
.gform_wrapper .gform_page_footer .gform_save_link:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f005";
	position: relative;
	margin-right: 9px;
	vertical-align: 0;
	font-size: 16px;
	color: #5F3D68;
}

.gf_page_steps + .gform_body {
	border: 1px solid #AF9EB3;
	padding: 0 20px 20px;
}

.form_saved_message {
	background: 0 none !important;
	padding: 0 !important;
}
.form_saved_message p {
	color: #000000;
}
.form_saved_message p:first-child {
	color: #5F3D68;
	font-size: 19px;
	font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.form_saved_message p.resume_form_link_wrapper {
	background: #C2E0AE !important;
	border-radius: 100px !important;
	font-size: 16px;
	font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	text-transform: none;
	border: 0 none;
	box-shadow: 0 0 !important;
}
.form_saved_message p.resume_form_link_wrapper a {
	color: #5F3D68 !important;
}
@media only screen and (max-width: 767px) {
	.form_saved_message p.resume_form_link_wrapper a {
		font-size: 12px;
	}
}
.form_saved_message p.resume_form_link_wrapper a:hover {
	color: #000000 !important;
}
.form_saved_message p:nth-child(3) {
	font-size: 16px;
	color: black;
}
.form_saved_message .form_saved_message_emailform {
	background: #F3F0F3;
	padding: 120px 20px 60px;
	position: relative;
}
.form_saved_message .form_saved_message_emailform:before {
	content: "";
	background: url("../img/tfo/tfo-mail-icon.png") no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 45px;
	left: calc(50% - 38px);
	width: 76px;
	height: 54px;
}
.form_saved_message .form_saved_message_emailform input[type=text] {
	border: 1px solid #5F3D68;
	border-radius: 30px;
	padding: 12px 22px !important;
	width: 510px;
	max-width: 50%;
	min-width: 240px;
}
@media only screen and (max-width: 767px) {
	.form_saved_message .form_saved_message_emailform input[type=text] {
		width: auto;
	}
}
.form_saved_message .form_saved_message_emailform input[type=submit] {
	background: #5F3D68 !important;
	border-color: #5F3D68 !important;
	border-radius: 50px !important;
	margin-left: 20px !important;
	padding: 14px 20px 11px !important;
	font-size: 16px !important;
	font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
@media only screen and (max-width: 767px) {
	.form_saved_message .form_saved_message_emailform input[type=submit] {
		margin-left: 0 !important;
	}
}

/*------------------------------------*\

		FOOTER - CTA

\*------------------------------------*/
/*--- SETTINGS ---*/
/*--- END SETTINGS ---*/
.bottom-sidebar {
	position: relative;
	background: #C2E0AE;
}
@media only screen and (max-width: 767px) {
	.bottom-sidebar {
		margin-top: 0;
	}
}
.bottom-sidebar .inner {
	width: 100%;
	max-width: 1410px;
	margin: 0 auto !important;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	min-height: 270px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: justify;
			justify-content: space-between;
	padding-top: 115px;
	padding-bottom: 115px;
}
@media only screen and (max-width: 949px) {
	.bottom-sidebar .inner {
		padding-top: 85px;
		padding-bottom: 85px;
	}
}
@media only screen and (max-width: 767px) {
	.bottom-sidebar .inner {
		width: 100%;
		max-width: 1410px;
		margin: 0 auto !important;
		padding-left: 25px;
		padding-right: 25px;
		box-sizing: border-box;
		padding-top: 60px;
		padding-bottom: 60px;
		-ms-flex-direction: column;
				flex-direction: column;
	}
}
@media only screen and (min-width: 950px) {
	.bottom-sidebar .inner {
		padding-left: calc(30px + 8.333%) !important;
		padding-right: calc(30px + 8.333%) !important;
	}
}
.bottom-sidebar .inner .gform_widget {
	width: 100%;
}
.bottom-sidebar .inner .textwidget {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-line-pack: center;
			align-content: center;
}
.bottom-sidebar .inner p, .bottom-sidebar .inner li {
	color: #000000;
}
.bottom-sidebar .inner p a, .bottom-sidebar .inner li a {
	color: #000000;
}
.bottom-sidebar .inner p a:hover, .bottom-sidebar .inner li a:hover {
	color: #5F3D68;
}
.bottom-sidebar .inner p {
	margin-bottom: 0;
	max-width: 780px;
}
.bottom-sidebar .widget_media_image {
	padding: 20px 0;
}
.bottom-sidebar .widget_media_image img {
	display: block;
}

/*------------------------------------*\

		BLOG SINGLE

\*------------------------------------*/
.single-post:not(.single-location),
.single-events:not(.single-location) {
	/*
		.content-wrapper {

			&.single_post{
				position: relative;
				width: 100%;
				max-width: $max-width;
				display: flex;

				padding: 0 $default_padding_mobile;
				margin: $section_spacing_mob auto;

				@include mq('tablet', max) {
					padding: 0 $default_padding;

					margin-top: $section_spacing;
					margin-bottom: $section_spacing;	
				}

				.content{
					width: 65%;

					// .image-wrapper {
					// 	max-height: 480px;
					//     display: flex;
					//     margin-bottom: 20px;

					//     img {
					// 	    object-fit: cover;
					//     }
					// }

					// .dc-meta-wrapper {
					//     display: flex;
					// 	justify-content: space-between;

					// 	.dc-social-share {
					// 		margin-bottom: 30px;

					// 		ul {
					// 			display: flex;
					// 			list-style: none;
					// 		}
					// 	}
					// }

				}

				.sidebar{
					width: 30%;
					margin-left: 5%;

					.author-meta {

							display: flex;
							flex-wrap: wrap;
							border-bottom: 1px solid $tfo_purple;

							.avatar-wrapper{

								width: 25%;
								padding: 10px;

								img {

									border-radius: 50px;
									display: block;
							}

							} 

							.info-wrapper{

							display: flex;
							flex-direction: column;
							justify-content: center;

							h5,p{
								margin-bottom: 0;
							}
						}

					}





				}

			}
		}
	*/
}
.single-post:not(.single-location) .dc-titlebox,
.single-events:not(.single-location) .dc-titlebox {
	padding-top: 150px !important;
	padding-bottom: 60px !important;
}
.single-post:not(.single-location) .dc-titlebox h1,
.single-events:not(.single-location) .dc-titlebox h1 {
	margin-bottom: 40px;
	font-size: 50px;
	width: 815px;
}
.single-post:not(.single-location) .dc-titlebox h1:after,
.single-events:not(.single-location) .dc-titlebox h1:after {
	display: none !important;
}
@media only screen and (max-width: 479px) {
	.single-post:not(.single-location) .dc-titlebox h1,
.single-events:not(.single-location) .dc-titlebox h1 {
		font-size: 28px;
	}
}
.single-post:not(.single-location) .dc-titlebox .dc-btn,
.single-events:not(.single-location) .dc-titlebox .dc-btn {
	min-width: 110px;
	padding: 10px 20px 8px 20px;
}

/*------------------------------------*\
		ICON BOXES 

		TO DO - Outline
\*------------------------------------*/
.dc-image-icon_boxes {
	position: relative;
	max-width: 1410px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	.dc-image-icon_boxes {
		padding: 0 25px;
	}
}
.dc-image-icon_boxes .inner {
	position: relative;
	z-index: 1;
}
.dc-image-icon_boxes .title-wrapper {
  margin-bottom: clamp(40px, 3vw, 55px);
  max-width: 850px;
}
.dc-image-icon_boxes .items {
	width: calc(100% + 40px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
}
@media only screen and (max-width: 1099px) {
	.dc-image-icon_boxes .items {
		width: calc(100% + 20px);
	}
}
@media only screen and (max-width: 949px) {
	.dc-image-icon_boxes .items {
		width: calc(100% + 12px);
	}
}
@media only screen and (max-width: 767px) {
	.dc-image-icon_boxes .items {
		-ms-flex-direction: column;
				flex-direction: column;
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
}
.dc-image-icon_boxes .icon_box {
	position: relative;
	margin-right: 40px;
	-ms-flex: 1;
			flex: 1;
}
@media only screen and (max-width: 1099px) {
	.dc-image-icon_boxes .icon_box {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 949px) {
	.dc-image-icon_boxes .icon_box {
		margin-right: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.dc-image-icon_boxes .icon_box {
		margin-bottom: 20px;
	}
}
.dc-image-icon_boxes .icon_box .icon_wrapper {
	position: relative;
	border-radius: 10px;
	background: white;
	padding: 33px 10px;
	text-align: center;
	color: #5F3D68;
	font-size: 21px;
	transition: all 150ms ease-in-out;
}
.dc-image-icon_boxes .icon_box .icon_wrapper:before {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f061";
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.9em;
	color: white;
}
@media only screen and (max-width: 1099px) {
	.dc-image-icon_boxes .icon_box .icon_wrapper {
		font-size: 19px;
		line-height: 1em;
	}
}
@media only screen and (max-width: 949px) {
	.dc-image-icon_boxes .icon_box .icon_wrapper {
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.dc-image-icon_boxes .icon_box .icon_wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
				justify-content: space-between;
		-ms-flex-align: center;
				align-items: center;
		padding: 20px 10px;
	}
}
.dc-image-icon_boxes .icon_box .icon_wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #09A099;
	z-index: -1;
	border-radius: 10px;
}
.dc-image-icon_boxes .icon_box .icon_wrapper .icon {
	height: 74px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.dc-image-icon_boxes .icon_box .icon_wrapper .icon {
		margin-bottom: 0;
		margin-right: 30px;
		margin-left: 20px;
	}
}
.dc-image-icon_boxes .icon_box .icon_wrapper .icon img {
	max-height: 100%;
}
@media only screen and (max-width: 767px) {
	.dc-image-icon_boxes .icon_box .icon_wrapper .text {
		-ms-flex: 1;
				flex: 1;
	}
}
.dc-image-icon_boxes .icon_box .icon_wrapper .sub_title {
	padding-top: 6px;
}
@media only screen and (max-width: 949px) {
	.dc-image-icon_boxes .icon_box .icon_wrapper .sub_title {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.dc-image-icon_boxes .icon_box .icon_wrapper .sub_title {
		padding-top: 0;
	}
}
.dc-image-icon_boxes .icon_box .description {
	padding: 30px 10px 0;
}
@media only screen and (max-width: 767px) {
	.dc-image-icon_boxes .icon_box .description {
		display: none;
	}
}
.dc-image-icon_boxes .icon_box .description p {
	text-align: center;
	color: #C2E0AE;
	margin: 0;
}
@media only screen and (max-width: 1099px) {
	.dc-image-icon_boxes .icon_box .description p {
		font-size: 15px;
		line-height: 1.4em;
	}
}
.dc-image-icon_boxes .icon_box > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dc-image-icon_boxes .icon_box:hover .icon_wrapper {
	border-radius: 10px 10px 100px 10px;
}
.dc-image-icon_boxes .icon_box:hover .icon_wrapper:after {
	box-shadow: 0 0 20px 5px rgba(30, 30, 30, 0.3);
}

/*------------------------------------*\
		PANEL BOXES 

		TO DO - Outline
\*------------------------------------*/
.dc_panel_boxes {
	position: relative;
	max-width: 1410px;
	width: 100%;
	margin: 0 auto !important;
	padding: 115px 30px;
}
@media only screen and (max-width: 767px) {
	.dc_panel_boxes {
		padding: 55px 25px;
	}
}
.dc_panel_boxes .inner {
	position: relative;
	z-index: 1;
}
.dc_panel_boxes .inner .title-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-pack: justify;
			justify-content: space-between;
	padding: 0;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.dc_panel_boxes .inner .title-wrapper {
		padding: 0;
	}
}
@media only screen and (min-width: 950px) {
	.dc_panel_boxes .inner .title-wrapper {
		padding-left: 8.333% !important;
		padding-right: 8.333% !important;
	}
}
.dc_panel_boxes .inner .title-wrapper .title {
	width: 100%;
}
.dc_panel_boxes .inner .title-wrapper .descrption {
	width: auto;
	max-width: 500px;
	-ms-flex: 1;
			flex: 1;
}
@media only screen and (max-width: 767px) {
	.dc_panel_boxes .inner .title-wrapper .descrption {
		width: 100%;
	}
}
.dc_panel_boxes .inner .title-wrapper .link {
	margin: 0 0 0 30px;
}
.dc_panel_boxes .inner .title-wrapper .link a.dc-btn {
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.dc_panel_boxes .inner .title-wrapper .link {
		width: 100%;
		margin: 30px 0 0 0;
	}
}
.dc_panel_boxes .inner .title-wrapper h2 span {
	color: #006580;
}
.dc_panel_boxes.bg_white:not(.bg-purple):before, .dc_panel_boxes.bg_green:not(.bg-purple):before {
	content: "";
	position: absolute;
	left: -50vw;
	top: 0;
	z-index: 0;
	width: 200vw;
	height: 100%;
	background: #C2E0AE;
}
.dc_panel_boxes.bg-purple .inner .title-wrapper h2 span {
	color: #C2E0AE;
}
.dc_panel_boxes .box_heading {
	width: 100%;
	margin: 20px 0 60px;
}
.dc_panel_boxes .panel_boxes {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
}
.dc_panel_boxes .panel_boxes.style1 {
	width: calc(100% + 30px);
	margin: 80px -15px;
}
.dc_panel_boxes .panel_boxes.style1.slick-slider {
	width: 100%;
	margin: 60px 0 20px;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box {
	text-align: center;
	-ms-flex: 1;
			flex: 1;
	padding: 70px 50px;
	margin: 0 15px;
	background: white;
	border-radius: 15px;
}
@media only screen and (max-width: 949px) {
	.dc_panel_boxes .panel_boxes.style1 .panel_box {
		padding: 50px 30px 30px;
	}
}
.dc_panel_boxes .panel_boxes.style1 .panel_box.slick-slide {
	padding: 20px;
	margin: 0;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box .image {
	background: #C2E0AE;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	width: 140px;
	height: 140px;
	margin: 0 auto 50px;
}
@media only screen and (max-width: 949px) {
	.dc_panel_boxes .panel_boxes.style1 .panel_box .image {
		width: 110px;
		height: 110px;
	}
}
@media only screen and (max-width: 767px) {
	.dc_panel_boxes .panel_boxes.style1 .panel_box .image {
		width: 70px;
		height: 70px;
		margin: 0 auto 30px;
	}
}
.dc_panel_boxes .panel_boxes.style1 .panel_box .image img {
	height: 50%;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box h3 {
	color: #09A099;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(1):not(.slick-slide) {
	margin-right: 0;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(2) {
	position: relative;
	background-color: #5F3D68;
	background-image: url("../img/tfo/careers_pattern.png"), url("../img/tfo/careers_pattern.png");
	background-repeat: no-repeat;
	background-position: center -1px, center bottom -1px;
	background-size: 100% auto;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(2):not(.slick-slide) {
	margin: -60px -15px;
	padding: 125px 50px 70px;
}
@media only screen and (max-width: 949px) {
	.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(2):not(.slick-slide) {
		padding: 110px 20px 50px;
	}
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(2) .image {
	background: url("../img/tfo/icon-blur-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(2) .image img {
	filter: invert(100%);
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(2) h3 {
	color: #C2E0AE;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(2) p {
	color: white;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(2) .dc-btn {
	background: #C2E0AE;
	border-color: #C2E0AE;
	color: #383E42;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(2) .dc-btn:hover {
	background: #006580;
	border-color: #006580;
	color: white;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(2).slick-slide {
	padding-top: 40px;
	padding-bottom: 40px;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box:nth-child(3):not(.slick-slide) {
	margin-left: 0;
}
.dc_panel_boxes .panel_boxes.style1 .panel_box.slick-slide {
	/*
		&:nth-child(1),
		&:nth-child(3) {
			margin-top: 20px;
			margin-bottom: 20px;
		}

		&:nth-child(1) {
			border-radius: 15px 0 0 15px;
		}

		&:nth-child(3) {
			border-radius: 0 15px 15px 0;
		}
	*/
}
@media only screen and (max-width: 767px) {
	.dc_panel_boxes .panel_boxes.style2 {
		-ms-flex-direction: column;
				flex-direction: column;
	}
}
.dc_panel_boxes .panel_boxes.style2 .panel_box {
	width: 100%;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.dc_panel_boxes .panel_boxes.style2 .panel_box {
		width: calc(50% - 35px);
		margin-bottom: 0;
	}
}
.dc_panel_boxes .panel_boxes.style2 .panel_box .image {
	position: relative;
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.dc_panel_boxes .panel_boxes.style2 .panel_box .image {
		margin-bottom: 30px;
	}
}
.dc_panel_boxes .panel_boxes.style2 .panel_box .image:before {
	content: "";
	background: url("../img/tfo/image-overlay-left-corner.svg") no-repeat;
	background-size: contain;
	background-position: -4px top;
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 125px;
	max-width: 20vw;
	border-radius: 15px 0 0 0;
}
.dc_panel_boxes .panel_boxes.style2 .panel_box img {
	border-radius: 15px;
	display: block;
}
.dc_panel_boxes .panel_boxes.style2 .panel_box .text {
	margin-top: 50px;
	padding: 0 50px 40px;
}
@media only screen and (max-width: 767px) {
	.dc_panel_boxes .panel_boxes.style2 .panel_box .text {
		margin-top: 30px;
		padding: 0 0 30px;
	}
}
.dc_panel_boxes .panel_boxes.style2 .panel_box .title {
	margin-bottom: 25px;
}
.dc_panel_boxes .panel_boxes.style2 .panel_box h3, .dc_panel_boxes .panel_boxes.style2 .panel_box p {
	color: white;
}
.dc_panel_boxes .panel_boxes.style2 .panel_box .link {
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.dc_panel_boxes .panel_boxes.style2 .panel_box .link {
		margin-top: 20px;
	}
}
.dc_panel_boxes .panel_boxes.style2 .panel_box .dc-btn {
	border-color: #C2E0AE;
	background: #C2E0AE;
	color: black;
}
.dc_panel_boxes .panel_boxes.style2 .panel_box .dc-btn:hover {
	border-color: #006580;
	background: #006580;
	color: white;
}
.dc_panel_boxes.style2.overlay:after {
	content: "";
	position: absolute;
	left: calc(50% - 50vw);
	top: 0;
	z-index: 0;
	width: 100vw;
	height: 100%;
	background: url("../img/tfo/locations_pattern.svg");
	background-size: 100%;
	background-position: center -80px;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
	.dc_panel_boxes.style2.overlay:after {
		background-position: center 130px;
	}
}

/*------------------------------------*\
	 SEARCH 
\*------------------------------------*/
.dc_search {
	position: relative;
	padding: 0 30px;
	background-size: cover;
	background-position: center;
	border-radius: 0 0 300px 0;
	overflow: visible;
	z-index: 1;
}
@media only screen and (max-width: 1199px) {
	.dc_search {
		border-radius: 0 0 100px 0;
	}
}
@media only screen and (max-width: 767px) {
	.dc_search {
		border-radius: 0 0 100px 0;
		padding: 0 30px 1px;
		margin-top: 60px !important;
	}
}
.dc_search:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(131.85deg, #F7D7BC 0%, #EEBCD0 100%);
	border-radius: 0 0 300px 0;
	opacity: 0.85;
}
@media only screen and (max-width: 1199px) {
	.dc_search:before {
		border-radius: 0 0 100px 0;
	}
}
.dc_search .circle-graphic {
	position: absolute;
	top: -167px;
	right: -95px;
	height: 324px;
	width: 324px;
	max-height: 22vw;
	max-width: 22vw;
	background: url("../img/pattern_lines.png");
	background-size: cover;
	opacity: 0;
}
@media only screen and (max-width: 1549px) {
	.dc_search .circle-graphic {
		top: -11vw;
	}
}
.dc_search .inner {
	padding: 140px 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.dc_search .inner {
		padding: 70px 0 0;
	}
}
.dc_search h2 {
	margin-bottom: 15px;
}
.dc_search ul {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	padding-right: 20px;
}
@media only screen and (max-width: 767px) {
	.dc_search ul {
		padding-right: 0;
		margin: 0 -12px;
	}
}
.dc_search ul li {
	display: inline;
	list-style: none;
	margin: 0 0 12px;
}
.dc_search ul li:before {
	display: none !important;
}
.dc_search ul li a {
	font-weight: 800;
	color: #5F3D68;
	white-space: nowrap;
	position: relative;
	position: relative;
}
.dc_search ul li a:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f105";
	position: relative;
	margin-left: 20px;
	vertical-align: 0;
	font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
	.dc_search ul li a:after {
		margin-left: 12px;
	}
}
.dc_search ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: calc(100% - 30px);
	height: 1px;
	transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
	.dc_search ul li a:before {
		width: calc(100% - 30px);
	}
}
.dc_search ul li a:before {
	background: #5F3D68;
}
.dc_search ul li a:hover {
	color: #5F3D68;
}
.dc_search ul li a:hover:before {
	background-color: #5F3D68;
}

/*------------------------------------*\

		CASE STUDIES CAROUSEL

\*------------------------------------*/
.dc-case-studies-carousel {
	max-width: 100%;
	/*
		button.slick-arrow {
			position: absolute;
				top: 36%;
					width: 42px;
			height: 42px;

				display: flex !important;
				align-items: center;
				justify-content: center;

				z-index: 1;

				font-size: 0;

				background: transparent;
				border: 0;

				&:after {
						@include pseudo;
						@include fa-icon;
						@extend .fal;

						position: relative;

						font-size: 48px;

						vertical-align: 0;

				@include effect(all, 250ms, ease-in-out);

				color: white;
				}

			&.slick-prev {

				&:after {
					content: fa-content($fa-var-long-arrow-left);
				}

					left: 50%;
				margin-left: -850px;

				@include mq('1750', max) {
						left: 50%;
					margin-left: calc(-50vw + 20px);
				}
			}

			&.slick-next {

				&:after {
					content: fa-content($fa-var-long-arrow-right);
				}

					right: 50%;
				margin-right: -850px;

				@include mq('1750', max) {
						right: 50%;
					margin-right: calc(-50vw + 20px);
				}
			}

			&:hover {

				&:after {
					color: $dowsing_teel;
				}
			}
		}
	*/
}
.dc-case-studies-carousel .slick-arrow {
	display: none !important;
}
.dc-case-studies-carousel .slick-track {
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.dc-case-studies-carousel .slick-list {
		max-width: 75%;
		margin: 0 auto;
		padding: 0 !important;
	}
}
.dc-case-studies-carousel .inner {
	padding: 0 !important;
}
.dc-case-studies-carousel .inner .title-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-pack: justify;
			justify-content: space-between;
	padding: 0 25px;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.dc-case-studies-carousel .inner .title-wrapper {
		padding: 0 30px;
		margin-bottom: 55px;
	}
}
@media only screen and (min-width: 950px) {
	.dc-case-studies-carousel .inner .title-wrapper {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
.dc-case-studies-carousel .inner .title-wrapper .title {
	width: 100%;
}
.dc-case-studies-carousel .inner .title-wrapper p {
	width: auto;
	max-width: 500px;
	-ms-flex: 1;
			flex: 1;
}
@media only screen and (max-width: 767px) {
	.dc-case-studies-carousel .inner .title-wrapper p {
		width: 100%;
	}
}
.dc-case-studies-carousel .inner .title-wrapper .button-wrapper {
	margin: 0 0 0 30px;
}
.dc-case-studies-carousel .inner .title-wrapper .button-wrapper a.dc-btn {
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.dc-case-studies-carousel .inner .title-wrapper .button-wrapper {
		margin: 0;
		width: 100%;
		text-align: left;
	}
}
.dc-case-studies-carousel .inner .items .slick-list {
	overflow: visible;
}
.dc-case-studies-carousel .item {
	height: auto;
	min-height: 400px;
	position: relative;
	padding: 0 20px;
}
@media only screen and (min-width: 768px) {
	.dc-case-studies-carousel .item {
		padding: 0 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.dc-case-studies-carousel .item {
		padding: 0 20px;
	}
}
@media only screen and (min-width: 1550px) {
	.dc-case-studies-carousel .item {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.dc-case-studies-carousel .item {
		padding: 0 10px;
	}
}
.dc-case-studies-carousel .item .inner-wrapper {
	position: relative;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	transition: all 150ms ease-in-out;
}
.dc-case-studies-carousel .item .inner-wrapper .image-wrapper .image-wrapper-inner {
	position: absolute;
	right: 0;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 250px;
	max-height: 18vw;
	min-height: 220px;
}
@media only screen and (max-width: 767px) {
	.dc-case-studies-carousel .item .inner-wrapper .image-wrapper .image-wrapper-inner {
		min-height: 180px;
	}
}
.dc-case-studies-carousel .item .inner-wrapper .image-wrapper img {
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
}
.dc-case-studies-carousel .item .inner-wrapper .image-wrapper span {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: white;
	background: #5F3D68;
	border-radius: 20px;
	padding: 8px 20px 5px;
}
@media only screen and (max-width: 767px) {
	.dc-case-studies-carousel .item .inner-wrapper .image-wrapper span {
		right: 15px;
		bottom: 15px;
		padding: 5px 13px 2px;
	}
}
.dc-case-studies-carousel .item .inner-wrapper .text {
	position: relative;
	box-sizing: border-box;
	padding: 40px 30px 30px;
	-ms-flex: 1;
			flex: 1;
	z-index: 2;
	background: white;
	transition: all 250ms ease-in-out;
}
.dc-case-studies-carousel .item .inner-wrapper .text:before {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f061";
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.9em;
	color: white;
}
@media only screen and (max-width: 767px) {
	.dc-case-studies-carousel .item .inner-wrapper .text {
		padding: 20px 20px 20px;
	}
}
.dc-case-studies-carousel .item .inner-wrapper .text h3 {
	min-height: 2.1em;
	max-height: 3.1em;
	overflow: hidden;
}
.dc-case-studies-carousel .item .inner-wrapper .text p {
	margin-bottom: 10px;
	max-height: 500px !important;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.dc-case-studies-carousel .item .inner-wrapper .text p {
		line-height: 1.4em;
		font-size: 15px;
	}
}
.dc-case-studies-carousel .item .inner-wrapper .text > a {
	color: white;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
			align-content: center;
	position: relative;
	/*
							&:after{
									@include pseudo;
									@include fa-icon;
									@extend .fal;

									position: relative;
							margin-left: 12px;
									font-size: 28px;

									vertical-align: 0;
									content: fa-content($fa-var-long-arrow-right);

							@include effect(all, 250ms, ease-in-out);

							color: white;
							}
	*/
}
.dc-case-studies-carousel .item .inner-wrapper .text > a:hover:after {
	margin-left: 28px;
}
.dc-case-studies-carousel .item .inner-wrapper > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: pointer;
}
.dc-case-studies-carousel .item:hover .inner-wrapper .text {
	border-radius: 0 0 100px 0;
}
.dc-case-studies-carousel .item.latest-news .inner-wrapper,
.dc-case-studies-carousel .item.latest-news .image-wrapper span {
	background: #5F3D68;
}
.dc-case-studies-carousel .item.latest-news h3 {
	color: #5F3D68;
}
.dc-case-studies-carousel .item.expert-advice .inner-wrapper,
.dc-case-studies-carousel .item.expert-advice .image-wrapper span {
	background: #09A099;
}
.dc-case-studies-carousel .item.expert-advice h3 {
	color: #09A099;
}
.dc-case-studies-carousel .button-wrapper {
	text-align: center;
	margin-top: 10px;
}

/*------------------------------------*\

		IMAGE TEXT GRID

\*------------------------------------*/
.dc-image-text-grid .inner {
	max-width: 1410px;
	margin: 0 auto;
}
.dc-image-text-grid .inner .items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	border-radius: 15px;
	overflow: hidden;
}
.dc-image-text-grid .inner .items .item {
	width: 100%;
	background: #5F3D68;
}
@media only screen and (min-width: 560px) {
	.dc-image-text-grid .inner .items .item {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	.dc-image-text-grid .inner .items .item {
		width: 33.3333%;
	}
}
@media only screen and (min-width: 560px) and (max-width: 767px) {
	.dc-image-text-grid .inner .items .item:nth-child(1) {
		-ms-flex-order: 1;
				order: 1;
	}
	.dc-image-text-grid .inner .items .item:nth-child(2) {
		-ms-flex-order: 2;
				order: 2;
	}
	.dc-image-text-grid .inner .items .item:nth-child(3) {
		-ms-flex-order: 4;
				order: 4;
	}
	.dc-image-text-grid .inner .items .item:nth-child(4) {
		-ms-flex-order: 3;
				order: 3;
	}
	.dc-image-text-grid .inner .items .item:nth-child(5) {
		-ms-flex-order: 5;
				order: 5;
	}
	.dc-image-text-grid .inner .items .item:nth-child(6) {
		-ms-flex-order: 6;
				order: 6;
	}
	.dc-image-text-grid .inner .items .item:nth-child(7) {
		-ms-flex-order: 8;
				order: 8;
	}
	.dc-image-text-grid .inner .items .item:nth-child(8) {
		-ms-flex-order: 7;
				order: 7;
	}
	.dc-image-text-grid .inner .items .item:nth-child(9) {
		display: none !important;
	}
}
.dc-image-text-grid .inner .items .item.text-content {
	text-align: center;
	padding: 20px 4.3%;
	height: 350px;
	min-height: 250px;
	max-height: 35vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
}
@media only screen and (max-width: 559px) {
	.dc-image-text-grid .inner .items .item.text-content {
		min-height: 170px;
		height: auto;
		max-height: 500px;
		padding: 30px 20px;
	}
}
.dc-image-text-grid .inner .items .item.image-content {
	display: -ms-flexbox;
	display: flex;
	height: 350px;
	min-height: 250px;
	max-height: 35vw;
}
.dc-image-text-grid .inner .items .item.image-content img {
	object-fit: cover;
	width: 100%;
}
.dc-image-text-grid .inner .items .item:nth-child(1), .dc-image-text-grid .inner .items .item:nth-child(9) {
	background: #006580;
}
.dc-image-text-grid .inner .items .item:nth-child(3), .dc-image-text-grid .inner .items .item:nth-child(7) {
	background: #C2E0AE;
}
.dc-image-text-grid .inner .items .item h3, .dc-image-text-grid .inner .items .item p {
	color: white;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1099px) {
	.dc-image-text-grid .inner .items .item h3 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 949px) {
	.dc-image-text-grid .inner .items .item h3 {
		font-size: 22px;
		margin-bottom: 6px;
	}
}
@media only screen and (max-width: 949px) {
	.dc-image-text-grid .inner .items .item p {
		font-size: 14px;
		line-height: 1.3em;
	}
}
.dc-image-text-grid .inner .items .item:nth-child(3) h3, .dc-image-text-grid .inner .items .item:nth-child(3) p, .dc-image-text-grid .inner .items .item:nth-child(7) h3, .dc-image-text-grid .inner .items .item:nth-child(7) p {
	color: #5F3D68;
}
.dc-image-text-grid .inner .items .item:nth-child(1) .dc-btn, .dc-image-text-grid .inner .items .item:nth-child(5) .dc-btn, .dc-image-text-grid .inner .items .item:nth-child(9) .dc-btn {
	background: #C2E0AE;
	border-color: #C2E0AE;
	color: #383E42;
}
@media only screen and (max-width: 949px) {
	.dc-image-text-grid .inner .items .item .dc-btn {
		padding: 9px 20px 7px 20px;
	}
}
.dc-image-text-grid .inner .items .item .dc-btn:hover {
	background: white !important;
	border-color: white !important;
	color: #383E42;
}

.dc-text-block.intro + .dc-image-text-grid {
	margin-top: 0;
}
.dc-text-block.intro + .dc-image-text-grid:before {
	content: "";
	height: 120px;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
	background: #5F3D68;
}

/*------------------------------------*\

		INFORMATION CARDS

\*------------------------------------*/
.section.dc-info-cards {
	padding-bottom: 130px;
}
.section.dc-info-cards:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("../img/tfo/pattern-strip.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
.section.dc-info-cards .inner {
	max-width: 1410px;
	margin: 0 auto;
}
.section.dc-info-cards .inner .title-wrapper {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.section.dc-info-cards .inner .title-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-ms-flex-pack: justify;
				justify-content: space-between;
		-ms-flex-align: end;
				align-items: flex-end;
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 950px) {
	.section.dc-info-cards .inner .title-wrapper {
		padding-left: 8.333%;
		padding-right: 8.333%;
	}
}
.section.dc-info-cards .inner .title-wrapper h2 {
	margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
	.section.dc-info-cards .inner .title-wrapper h2 {
		margin-bottom: 10px;
	}
}
.section.dc-info-cards .inner .items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
	.section.dc-info-cards .inner .items {
		margin-right: -20px;
	}
}
@media only screen and (min-width: 950px) {
	.section.dc-info-cards .inner .items {
		margin-right: -40px;
	}
}
.section.dc-info-cards .inner .items .item {
	position: relative;
	margin-top: 20px;
	padding: 20px;
	background: white;
	border-radius: 12px;
	padding: 30px 20px 40px 20px;
}
@media only screen and (min-width: 768px) {
	.section.dc-info-cards .inner .items .item {
		width: calc(33.3333% - 20px);
		margin-right: 20px;
		padding: 30px 20px 30px 20px;
		margin-top: 30px;
	}
}
@media only screen and (min-width: 950px) {
	.section.dc-info-cards .inner .items .item {
		width: calc(33.3333% - 40px);
		margin-right: 40px;
		padding: 30px 30px 40px 40px;
	}
}
.section.dc-info-cards .inner .items .item h3 {
	margin-bottom: 8px;
}
.section.dc-info-cards .inner .items .item p {
	margin-bottom: 0;
}
.section.dc-info-cards .inner .items .item .icon-wrapper {
	text-align: right;
	padding-bottom: 10px;
}
.section.dc-info-cards .inner .items .item .icon-wrapper img {
	height: 60px;
}
@media only screen and (min-width: 768px) {
	.section.dc-info-cards .inner .items .item .icon-wrapper img {
		height: 75px;
	}
}
.section.dc-info-cards .inner .items .item > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section.dc-info-cards .inner .items .item:hover {
	box-shadow: 0 0 20px 5px rgba(40, 40, 40, 0.2);
}

/*------------------------------------*\

		LISTING CARDS

\*------------------------------------*/
.dc-listing-cards .inner {
	max-width: 1410px;
	margin: 0 auto;
}
.dc-listing-cards .inner .title-wrapper {
	margin-bottom: 20px;
}
@media only screen and (min-width: 950px) {
	.dc-listing-cards .inner .title-wrapper {
		padding-left: 8.333%;
		padding-right: 8.333%;
	}
}
.dc-listing-cards .inner .title-wrapper .title span {
	color: #006580;
}
.dc-listing-cards .inner .items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
	.dc-listing-cards .inner .items {
		margin-right: -20px;
	}
}
@media only screen and (min-width: 950px) {
	.dc-listing-cards .inner .items {
		margin-right: -40px;
	}
}
.dc-listing-cards .inner .items .item {
	width: 100%;
	margin: 0 0 30px 0;
	margin-top: 30px !important;
}
@media only screen and (min-width: 768px) {
	.dc-listing-cards .inner .items .item {
		width: calc(33.3333% - 20px);
		margin: 0 20px 0 0;
	}
}
@media only screen and (min-width: 950px) {
	.dc-listing-cards .inner .items .item {
		width: calc(33.3333% - 40px);
		margin: 0 40px 0 0;
	}
}
.dc-listing-cards .inner .items .item .inner-wrapper {
	position: relative;
	height: 100%;
	background: #09A099;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	transition: all 150ms ease-in-out;
}
.dc-listing-cards .inner .items .item .inner-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f061";
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.9em;
	color: white;
}
.dc-listing-cards .inner .items .item .inner-wrapper .image-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 310px;
	min-height: 180px;
	max-height: 23vw;
}
@media only screen and (max-width: 849px) {
	.dc-listing-cards .inner .items .item .inner-wrapper .image-wrapper {
		max-height: 34vw;
	}
}
@media only screen and (max-width: 650px) {
	.dc-listing-cards .inner .items .item .inner-wrapper .image-wrapper {
		height: 320px;
		max-height: 63vw;
	}
}
.dc-listing-cards .inner .items .item .inner-wrapper .image-wrapper img {
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
}
.dc-listing-cards .inner .items .item .inner-wrapper .text {
	position: relative;
	box-sizing: border-box;
	padding: 40px 30px 30px;
	-ms-flex: 1;
			flex: 1;
	z-index: 2;
	background: #EBEBEC;
	transition: all 250ms ease-in-out;
}
.dc-listing-cards .inner .items .item .inner-wrapper .text h3 {
	margin-bottom: 15px;
}
.dc-listing-cards .inner .items .item .inner-wrapper .text p {
	margin: 0;
}
.dc-listing-cards .inner .items .item .inner-wrapper a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}
@media only screen and (min-width: 768px) {
	.dc-listing-cards .inner .items .item:hover .inner-wrapper {
		box-shadow: 0 0 20px 5px rgba(40, 40, 40, 0.2);
	}
}
@media only screen and (min-width: 768px) {
	.dc-listing-cards .inner .items .item:hover .inner-wrapper .text {
		border-radius: 0 0 100px 0;
	}
}
.dc-listing-cards .inner .items.col2 {
	width: calc(100% + 30px);
	margin-bottom: -30px;
}
@media only screen and (max-width: 1099px) {
	.dc-listing-cards .inner .items.col2 {
		width: calc(100% + 30px);
	}
}
@media only screen and (max-width: 767px) {
	.dc-listing-cards .inner .items.col2 {
		width: 100%;
	}
}
.dc-listing-cards .inner .items.col2 .item {
	width: calc(calc(100% / 2) - 30px);
	margin-right: 30px;
}
@media only screen and (max-width: 849px) {
	.dc-listing-cards .inner .items.col2 .item {
		width: calc(50% - 30px);
	}
}
@media only screen and (max-width: 650px) {
	.dc-listing-cards .inner .items.col2 .item {
		width: 100%;
		margin-right: 0;
	}
}
.dc-listing-cards .inner .items.col3 {
	width: calc(100% + 30px);
	margin-bottom: -30px;
}
@media only screen and (max-width: 1099px) {
	.dc-listing-cards .inner .items.col3 {
		width: calc(100% + 30px);
	}
}
@media only screen and (max-width: 650px) {
	.dc-listing-cards .inner .items.col3 {
		width: 100%;
	}
}
.dc-listing-cards .inner .items.col3 .item {
	width: calc(calc(100% / 3) - 30px);
	margin-right: 30px;
}
@media only screen and (max-width: 1099px) {
	.dc-listing-cards .inner .items.col3 .item {
		width: calc(33.3333333333% - 30px);
		margin-right: 30px;
	}
}
@media only screen and (max-width: 849px) {
	.dc-listing-cards .inner .items.col3 .item {
		width: calc(50% - 30px);
	}
}
@media only screen and (max-width: 650px) {
	.dc-listing-cards .inner .items.col3 .item {
		width: 100%;
	}
}
.dc-listing-cards .inner .items.col4 {
	width: calc(100% + 30px);
	margin-bottom: -30px;
}
@media only screen and (max-width: 1099px) {
	.dc-listing-cards .inner .items.col4 {
		width: calc(100% + 30px);
	}
}
@media only screen and (max-width: 767px) {
	.dc-listing-cards .inner .items.col4 {
		width: 100%;
	}
}
.dc-listing-cards .inner .items.col4 .item {
	width: calc(calc(100% / 4) - 30px);
	margin-right: 30px;
}
@media only screen and (max-width: 1099px) {
	.dc-listing-cards .inner .items.col4 .item {
		width: calc(50% - 30px);
		margin-right: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.dc-listing-cards .inner .items.col4 .item {
		width: calc(50% - 30px);
	}
}
@media only screen and (max-width: 650px) {
	.dc-listing-cards .inner .items.col4 .item {
		width: 100%;
		margin-right: 0;
	}
}

/*------------------------------------*\

	 USEFUL LINKS & DOWNLOADS

\*------------------------------------*/
@media only screen and (min-width: 950px) {
	.section.dc-downloads .inner {
		padding-left: calc(30px + 8.333%) !important;
		padding-right: calc(30px + 8.333%) !important;
	}
}
.section.dc-downloads .inner .title-wrapper {
	margin-bottom: 63px;
}
@media only screen and (max-width: 767px) {
	.section.dc-downloads .inner .title-wrapper {
		margin-bottom: 40px;
	}
}
.section.dc-downloads .inner .items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
	.section.dc-downloads .inner .items {
		margin-right: -50px;
	}
}
.section.dc-downloads .inner .items .item {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.section.dc-downloads .inner .items .item {
		width: calc(50% - 50px);
		margin-right: 50px;
	}
}
.section.dc-downloads .inner .items .item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 25px;
	background: #ffffff;
	border-radius: 30px;
	color: #5F3D68;
	font-weight: 600;
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
	.section.dc-downloads .inner .items .item a {
		font-size: 15px;
		padding: 5px 20px;
	}
}
.section.dc-downloads .inner .items .item a:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 1.3em;
	position: relative;
	vertical-align: 0;
	color: #09A099;
	transition: all 250ms ease-in-out;
}
.section.dc-downloads .inner .items .item a.resource-download:after {
	content: "\f33d";
}
.section.dc-downloads .inner .items .item a.resource-link:after {
	content: "\f105";
	font-size: 1em;
}
@media only screen and (min-width: 768px) {
	.section.dc-downloads .inner .items .item a:hover {
		box-shadow: 0 0 20px 5px rgba(20, 20, 20, 0.15);
	}
}

/*------------------------------------*\

		ACCORDIAN

\*------------------------------------*/
.dc-accordian {
	margin-bottom: 110px;
}
.dc-accordian > .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.dc-accordian > .inner .items .accordion {
	color: #000000;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	width: 100%;
	padding: 18px 40px 18px 18px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #ffffff;
	transition: all 250ms ease-in-out;
	border: 1px solid #cecece;
	margin-top: -1px;
}
.dc-accordian > .inner .items .accordion:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 1em;
	color: #5F3D68;
	position: absolute;
	top: 20px;
	right: 20px;
	vertical-align: 0;
	content: "\f105";
	transition: all 250ms ease-in-out;
}
.dc-accordian > .inner .items .accordion.active:after {
	content: "\f107";
}
.dc-accordian > .inner .items .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	color: #000000;
	font-size: 15px;
	transition: all 250ms ease-in-out;
}
.dc-accordian > .inner .items .panel a {
	color: #000000;
	text-decoration: underline;
	font-size: 600;
}
.dc-accordian > .inner .items .panel > *:first-child {
	padding-top: 30px;
}
.dc-accordian > .inner .items .panel > *:last-child {
	padding-bottom: 10px;
}

/*------------------------------------*\

	 VIDEO BLOCK

\*------------------------------------*/
/*------------------------------------*\
	 VIDEO BLOCK 
\*------------------------------------*/
.dc-video-block {
	padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	.dc-video-block {
		padding: 0 25px;
	}
}
.dc-video-block .inner {
	max-width: 850px;
	padding: 30px;
	margin: 0 auto;
	height: 360px;
	max-height: 60vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
}
.dc-video-block .inner a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
}
.dc-video-block .inner a img {
	width: 100%;
	display: none;
}
.dc-video-block .inner .play-btn {
	position: absolute;
}
.dc-video-block.tfo_branding .inner {
	position: relative;
	overflow: hidden;
}
.dc-video-block.tfo_branding .inner:before, .dc-video-block.tfo_branding .inner:after {
	content: "";
	position: absolute;
	display: block;
	z-index: 100;
	background-repeat: no-repeat;
	background-size: contain;
}
.dc-video-block.tfo_branding .inner:before {
	top: 0;
	left: 0;
	width: 21%;
	height: 29%;
	background-image: url("../img/video-left-corner.svg");
	background-position: left top;
}
.dc-video-block.tfo_branding .inner:after {
	bottom: 0;
	right: 0;
	width: 29%;
	height: 100%;
	background-image: url("../img/video-right-corner.svg");
	background-position: right bottom;
}

span.play-btn,
div.play-btn {
	width: 80px;
	height: 80px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	border-radius: 100%;
	border: 2px solid #ffffff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
}
span.play-btn .triangle,
div.play-btn .triangle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
}
span.play-btn .triangle:after,
div.play-btn .triangle:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	font-weight: normal;
	color: #089f99;
	font-size: 30px;
	content: "\f04b";
}

.fancybox-container.fancybox-is-open {
	z-index: 10000000;
}

/* THEME SPECIFIC */
/*------------------------------------*\

	 LOCATION FINDER

\*------------------------------------*/
#locations.location-finder-outer .inner {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
#locations.location-finder-outer #asl-storelocator {
	border-radius: 10px;
	margin-block: 50px;
	overflow: hidden;
}
#locations.location-finder-outer #asl-storelocator .asl-wrapper .Filter_section .search_filter .sl-search-group .span-geo {
	background: #5F3D69;
}
#locations.location-finder-outer #asl-storelocator .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 h3,
#locations.location-finder-outer #asl-storelocator .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 .sl-infoWindow-title,
#locations.location-finder-outer #asl-storelocator .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox .infoWindow .infowindowContent .info-addr .info-addr-inner i {
	color: #5F3D69;
}
#locations.location-finder-outer #asl-storelocator .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox .infoWindow .infowindowContent .info-addr .info-addr-inner a {
	color: #5F3D69;
}
#locations.location-finder-outer #asl-storelocator .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox .infoWindow .infowindowContent .info-addr .info-addr-inner a:hover {
	color: #006580;
}
#locations.location-finder-outer #asl-storelocator .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 .infowindowContent .asl-buttons a {
	background: #5F3D69;
}
#locations.location-finder-outer #asl-storelocator .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 .infowindowContent .asl-buttons a:hover {
	background: #006580;
}
#locations.location-finder-outer #asl-storelocator .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item.highlighted {
	background: none;
}
#locations.location-finder-outer #asl-storelocator .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item.highlighted:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	width: calc(100% + 40px);
	height: 100%;
	background: rgba(0, 101, 128, 0.2);
}
#locations.location-finder-outer #asl-storelocator .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item.highlighted > .sl-addr-sec {
	position: relative;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel {
	border: 0 none;
}
#locations.location-finder-outer #asl-storelocator .Filter_section {
	background: #006580 !important;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex-align: center;
			align-items: center;
	padding-block: 50px 30px;
}
#locations.location-finder-outer #asl-storelocator .Filter_section .search_filter {
	max-width: 700px !important;
}
#locations.location-finder-outer #asl-storelocator .Filter_section .search_filter label.mb-2 {
	color: white !important;
	line-height: 1.2em !important;
	font-size: 40px !important;
}
@media only screen and (max-width: 1099px) {
	#locations.location-finder-outer #asl-storelocator .Filter_section .search_filter label.mb-2 {
		font-size: 34px !important;
	}
}
@media only screen and (max-width: 849px) {
	#locations.location-finder-outer #asl-storelocator .Filter_section .search_filter label.mb-2 {
		font-size: 30px !important;
	}
}
@media only screen and (max-width: 559px) {
	#locations.location-finder-outer #asl-storelocator .Filter_section .search_filter label.mb-2 {
		font-size: 26px !important;
	}
}
#locations.location-finder-outer #asl-storelocator .Filter_section .search_filter .filter-subtitle {
	color: white !important;
	font-size: 16px !important;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#locations.location-finder-outer #asl-storelocator .Filter_section .search_filter .filter-subtitle a {
	display: inline-block;
	color: #FFDF9D;
	font-size: 1em;
}
#locations.location-finder-outer #asl-storelocator .Filter_section .search_filter .filter-subtitle a:hover {
	color: #5F3D69;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .top-title.Num_of_store {
	display: none;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-item {
	padding: 15px 0;
	border-bottom: 1px solid rgba(56, 62, 66, 0.3);
	margin-inline: 20px;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-main-cont-box #p-statelist .sl-item .sl-addr-sec .sl-row.addr-loc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
	margin-inline: 0;
	-ms-flex-pack: end;
			justify-content: flex-end;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-main-cont-box #p-statelist .sl-item .sl-addr-sec .sl-row.addr-loc > * {
	padding: 0;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-main-cont-box #p-statelist .sl-item .sl-addr-sec .sl-row.addr-loc .pol-sm-4 {
	width: 100px;
	-ms-flex: unset;
			flex: unset;
	padding-right: 20px;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-main-cont-box #p-statelist .sl-item .sl-addr-sec .sl-row.addr-loc .sl-addr-list-title {
	color: #5F3D69;
	font-size: 22px;
	margin-bottom: 4px;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-main-cont-box #p-statelist .sl-item .sl-addr-sec .sl-row.addr-loc .sl-logo-cont:before {
	display: none;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-main-cont-box #p-statelist .sl-item .sl-addr-sec .sl-row.addr-loc .sl-logo-cont .sl-logo-box {
	padding: 0;
	margin: 0;
	border: 0 none;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-main-cont-box #p-statelist .sl-item .sl-addr-sec .sl-act-btns {
	margin: 1px 0 0 100px !important;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-main-cont-box #p-statelist .sl-item .sl-addr-sec .sl-act-btns .btn {
	background: none;
	border: 0 none;
	padding: 0 !important;
	min-width: 10px;
	margin: 0 10px 0 0;
	color: #006580;
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-main-cont-box #p-statelist .sl-item .sl-addr-sec .sl-act-btns .btn.s-direction {
	color: #7E94A3;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-panel-inner .sl-main-cont-box #p-statelist .sl-item .sl-addr-sec .sl-act-btns .btn:hover {
	color: #5F3D69;
}
#locations.location-finder-outer #asl-storelocator .sl-main-cont .asl-map-canv {
	height: 680px;
}
#locations.location-finder-outer .checkbox-inline[for=rbtn-mile] {
	display: none !important;
}

/*

.wpgmp_map_container.dc-location-finder{
	margin-top: -20px;
	max-width: 100% !important;

	.inner-wrapper{
			display: flex;
			flex-wrap: wrap;

			justify-content: space-between;

			margin-left: -10px;
			margin-right: -10px;

		@include mq('tablet', max) {
			margin: 0;
		}

		.dc-filters{
			width: 100%;

			.filter-button{
				background-color: $white;
				border: 2px solid $tfo_purple;
				border-radius: 30px;

				@extend %headings_font_family;
				color: $tfo_purple;
				margin-right: 20px;
				padding: 14px 30px 12px;

				@include mq('950', max) {
					padding: 10px 20px 8px;
					margin-right: 12px;
				}

				@include mq('850', max) {
					padding: 8px 16px 6px;
					margin-right: 6px;
					font-size: 14px;
				}

				&.active,&:hover{
					background-color: $tfo_purple;

					color: $white
				}

				&:hover{

					&:after{
						content: none;
					}
				}
			}
		}

			> div{
				margin-left: 10px;
				margin-right: 10px;

			@include mq('tablet', max) {
				margin: 0;
			}
			}

			.listing-wrapper {
				position: relative;

				max-height: 720px;
			overflow: scroll;
				width: 50%;
				min-width: 270px;

				margin-top: 80px;

			@include mq('960', max) {
				height: 640px !important;
			}

			@include mq('tablet', max) {
				width: 100%;
					height: auto !important;
					max-height: unset;

					margin: 30px 0 0;
					padding: 0 10px;
					overflow: visible;
			}

				.listing_item {
					position: relative;

					display: flex;
					justify-content: space-between;
					flex-wrap: wrap;

					margin-bottom: 50px;

					.image-wrapper {
						position: relative;
						z-index: 2;

					.fc-feature-img {
						width: 210px;
						height: 160px;
						overflow: hidden;
						display: flex;

						border-radius: 12px;

						@include mq('desktop', max) {
								min-width: 105px;
							min-height: 80px;
								max-width: 16vw;
							max-height: 12vw;
						}

						@include mq('950', max) {
								max-width: 12vw;
							max-height: 9vw;
						}

						@include mq('phablet', max) {
							max-width: 500px;
								max-height: 60vw;
								width: 100%;
								margin-bottom: 14px;
						}
					}

						img{
								max-width: 100%;
							display: block;

								object-position: center;
						object-fit: cover;
						}
				}

				.content{
					flex: 1;
						padding: 14px 10px 0px 20px;
						position: relative;
						z-index: 2;

					@include mq('950', max) {
							padding: 6px 10px 0px 14px;
					}

						h3{
							font-size: 30px;
							line-height: 1.2em;
						padding-bottom: 6px;	

						cursor: pointer;

						@include mq('desktop', max) {
							font-size: 24px;
						}

						@include mq('960', max) {
							font-size: 20px;
							padding-bottom: 2px;	
						}
						}

						p{
							font-size: 14px;
							font-weight: 300;
						padding-bottom: 6px;

						@include mq('960', max) {
							font-size: 13px;
						}
						}

						.view-info {
							display: none;

							color: $tfo_blue;
							text-decoration: underline;
							margin-top: 16px;
							font-size: 16px;
							font-weight: 700;

						&:after{
								@include pseudo;
									@include fa-icon;
									@extend .fas;
									margin-left: 12px;
									font-size: 0.9em;
									position: relative;
									vertical-align: 0;
									content: fa-content($fa-var-angle-down);

							@include effect(all, 250ms, ease-in-out);
							}	

						@include mq('tablet', max) {
							display: block;	
						}
						}

						> a{
							position: relative;
							font-size: 14px;
						// @extend %semibold;
							color: $black;

						@include mq('960', max) {
							font-size: 14px;
						}

						@include mq('phablet', max) {
							font-size: 16px;
						}

						&.loc-address,
						&.loc-phone,
						&.loc-email {
								display: flex;
							align-items: center;
							margin-top: 10px;

							@include mq('960', max) {
								margin-top: 4px;
							}

							&:before{
									@include fa-icon;
								@extend .fal;
								content: fa-content($fa-var-phone);
								position: relative;
								margin-right: 12px;
								vertical-align: 0;

								font-size: 20px;
								font-weight: 700;

								color: $tfo_purple;

								@include mq('950', max) {
										font-size: 12px;
								}

								@include mq('phablet', max) {
									font-size: 16px;
								}
								}	

								&:hover {
									color: $tfo_cyan;
								}
						}

						&.loc-phone {
							&:before {
								transform: scaleX(-1);
							}
						}

						&.loc-address {
							display: block;

							&:before{
								content: fa-content($fa-var-map-marker-alt);
								margin-left: 2px;
								}						
						}

						&.loc-email {
							display: block;

							&:before{
								content: fa-content($fa-var-envelope);
								}						
						}
						}

						.dc-extra-content {

						@include mq('tablet', max) {
							margin-top: 30px;
						}
						}
				}

				> a{
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
				}

				&:hover {

					.content{

							h3{
								// color: $pink;
							}
						}
				}

				@include mq('phablet', max) {
					flex-direction: column;

					&:before {
						content: "";

						border-radius: 12px;

						position: absolute;
							z-index: 1;

						top: -20px;
						left: -20px;
						width: calc(100% + 40px);
						height: calc(100% + 40px);
					}

					&.active {

						&:before {
							background: #D9E8EC;
						}

						.dc-extra-content {
							display: block !important;

							.phone-and-email {
								margin-left: -30px;

								a {
										width: auto;
										min-width: 70px;
										margin-right: 6px;
								}
							}
						}

						.view-info {

							&:after {
								content: fa-content($fa-var-angle-up);
							}
						}
					}
				}
			}

			.wpgmp_pagination {
				position: relative;
				z-index: 1000;

				span {
					// background: $purple;
				}

				a {
						// color: $purple;
					background: transparent;

					&:hover {
						// color: $orange;
					}
				}
			}
		}

			.map-wrapper {
				width: auto;
			flex: 1;
				margin-top: -48px;

			@include mq('950', max) {
				margin-top: -33px;
			}

			@include mq('tablet', max) {
				display: none !important;
			}

				.wpgmp_filter_wrappers{
					display: none;
				}

				.wpgmp_map_parent {
					float: none;
				}

				.wpgmp_map {
					height: 450px !important;

				@include mq('960', max) {
					height: 520px !important;
				}

				@include mq('960', max) {
					height: 400px !important;
				}
				}
		}

			.dc-map-extra,
			.dc-extra-content {
				position: relative;

				margin: 30px 0 0 30px;

				p {
					font-size: 15px;
					margin-bottom: 12px;

					//display: flex;

				&:before{
						@include fa-icon;
					@extend .fal;

					content: "";
					position: relative;
					margin-left: -30px;

					vertical-align: 0;
					width: 30px;
					min-width: 30px;

					font-size: 16px;
					font-weight: 700;

					color: $tfo_purple;

					@include mq('phablet', max) {
						font-size: 16px;
					}
					}	

					&.hours {
					&:before {
						content: fa-content($fa-var-clock);
						}
					}

					&.parking {
					&:before {
						content: fa-content($fa-var-car);
						}
					}

					&.access {
						&:before {
							opacity: 0;
						}
					}

					&.phone-and-email {

						.dc-btn {
							width: 170px;
							min-width: 170px;

							&:first-child {
								margin-right: 24px;
							}
						}

					@include mq('phablet', min) {

						.directions {
							 display: none
						}
						}
					}
				}

				.extra-loading {
					display: flex;
					align-items: center;
					justify-content: center;

					opacity: 0;
					visibility: hidden;

					position: absolute;

				min-height: 100%;
					height: 320px;
					width: calc(100% + 60px);
				top: 0;
					left: -40px;
					z-index: 999999;

					margin-left: -10px;

					background-color: white;
			}
			}
	}


	.gm-style-iw {
		// background: $purple;
		border-radius: 25px 12px 12px;
			padding: 4px;

		.gm-style-iw-d {
			overflow: visible !important;
		}

		> button {
			top: -3px;
			right: -3px;

			display: none !important;
		}

		.fc-main {
			display: flex;
		}

		.fc-content {
			max-width: 190px;
		}

		.wpgmp_infowindow_post {

			.fc-feature-img {
				width: 120px;
				height: 120px;
					max-width: 14vw;
				max-height: 14vw;
					min-width: 70px;
				min-height: 70px;

				margin: 0 16px 5px 0;

				display: flex;
				overflow: hidden;

				border-radius: 15px 0 0 0;

				.wp-post-image {
					object-fit: cover;
						border: unset;

					margin: 0 20px 0 0;
						padding: 0;
					}
			}

				.fc-item-title {
					color: white;
				font-size: 18px;
					line-height: 1.2em;
					text-transform: none;

				padding-bottom: 0;	

				@include mq('desktop', max) {
					font-size: 17px;
				}

				@include mq('960', max) {
					font-size: 15px;
				}
				}

				p {
					color: white;
					font-size: 14px;
				font-weight: 300;
				line-height: 1.3em;

				padding-bottom: 6px;
				margin: 0;

				@include mq('960', max) {
					font-size: 13px;
				}

				a {
					display: block;
					text-align: left;
						background: none;
						border: unset;
						padding: 0;
						font-weight: 600 !important;

						&:hover {
							//color: $pink !important;
						}
				}
				}
		}
	}

	.gm-style .gm-style-iw-t::after {
		// background: $purple !important;
	}
}

// Remove textbox padding
.dc-text-box-wrapper.location-finder-outer {
	padding: 0 $default_padding;

	@include mq('tablet', max) {
		padding: 0 $default_padding_mobile;
	}	

	.inner{
		padding: 0;
	}
}


.gm-style-iw-a{
	display: none !important;
}

.ed_2{
	display: none !important;
	opacity: 0 !important;
	visibility: none !important;
	font-size: 0 !important;
}

*/
/*------------------------------------*\
	 STANDARD SIDEBAR TEMPLATE
\*------------------------------------*/
.page-template-standardwith-sidebar .content-wrapper,
.single-post .content-wrapper,
.single-events .content-wrapper {
	position: relative;
	width: 100%;
	max-width: 1410px;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px;
	margin: 110px auto 70px;
}
@media only screen and (max-width: 767px) {
	.page-template-standardwith-sidebar .content-wrapper,
.single-post .content-wrapper,
.single-events .content-wrapper {
		padding: 0 25px;
		margin-top: 65px;
		margin-bottom: 65px;
		-ms-flex-direction: column;
				flex-direction: column;
	}
}
@media only screen and (min-width: 1100px) {
	.page-template-standardwith-sidebar .content-wrapper,
.single-post .content-wrapper,
.single-events .content-wrapper {
		padding: 0 calc(30px + 8.333%);
	}
}
.page-template-standardwith-sidebar .content-wrapper .inner,
.single-post .content-wrapper .inner,
.single-events .content-wrapper .inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@media only screen and (min-width: 768px) {
	.page-template-standardwith-sidebar .content-wrapper .content,
.single-post .content-wrapper .content,
.single-events .content-wrapper .content {
		-ms-flex: 1;
				flex: 1;
	}
}
.page-template-standardwith-sidebar .content-wrapper .content > .section:first-child,
.single-post .content-wrapper .content > .section:first-child,
.single-events .content-wrapper .content > .section:first-child {
	padding-top: 0;
	margin-top: 0;
}
.page-template-standardwith-sidebar .content-wrapper .content > .section:first-child > .inner,
.single-post .content-wrapper .content > .section:first-child > .inner,
.single-events .content-wrapper .content > .section:first-child > .inner {
	padding-left: 0;
}
.page-template-standardwith-sidebar .content-wrapper .content .section,
.single-post .content-wrapper .content .section,
.single-events .content-wrapper .content .section {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
}
.page-template-standardwith-sidebar .content-wrapper .content .section:first-child,
.single-post .content-wrapper .content .section:first-child,
.single-events .content-wrapper .content .section:first-child {
	margin-top: 0;
}
.page-template-standardwith-sidebar .content-wrapper .content .section blockquote,
.single-post .content-wrapper .content .section blockquote,
.single-events .content-wrapper .content .section blockquote {
	background: #5F3D68;
	border-radius: 12px;
	margin: 0 0 40px;
	padding: 33px;
}
.page-template-standardwith-sidebar .content-wrapper .content .section blockquote p,
.single-post .content-wrapper .content .section blockquote p,
.single-events .content-wrapper .content .section blockquote p {
	color: white;
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.5em;
	margin: 0;
}
@media only screen and (min-width: 768px) {
	.page-template-standardwith-sidebar .content-wrapper .content .section blockquote p,
.single-post .content-wrapper .content .section blockquote p,
.single-events .content-wrapper .content .section blockquote p {
		font-size: 21px;
	}
}
@media only screen and (min-width: 950px) {
	.page-template-standardwith-sidebar .content-wrapper .content .section blockquote p,
.single-post .content-wrapper .content .section blockquote p,
.single-events .content-wrapper .content .section blockquote p {
		font-size: 23px;
	}
}
.page-template-standardwith-sidebar .content-wrapper .content .section blockquote p strong,
.single-post .content-wrapper .content .section blockquote p strong,
.single-events .content-wrapper .content .section blockquote p strong {
	display: block;
	margin-top: 16px;
}
.page-template-standardwith-sidebar .content-wrapper .content .section blockquote em,
.single-post .content-wrapper .content .section blockquote em,
.single-events .content-wrapper .content .section blockquote em {
	font-size: normal;
	display: block;
	margin-top: 20px;
}
.page-template-standardwith-sidebar .content-wrapper .content .section:not(:first-child) .title-wrapper h2,
.single-post .content-wrapper .content .section:not(:first-child) .title-wrapper h2,
.single-events .content-wrapper .content .section:not(:first-child) .title-wrapper h2 {
	font-size: 25px;
}
@media only screen and (min-width: 768px) {
	.page-template-standardwith-sidebar .content-wrapper .content .section:not(:first-child) .title-wrapper h2,
.single-post .content-wrapper .content .section:not(:first-child) .title-wrapper h2,
.single-events .content-wrapper .content .section:not(:first-child) .title-wrapper h2 {
		font-size: 32px;
	}
}
@media only screen and (min-width: 950px) {
	.page-template-standardwith-sidebar .content-wrapper .content .section:not(:first-child) .title-wrapper h2,
.single-post .content-wrapper .content .section:not(:first-child) .title-wrapper h2,
.single-events .content-wrapper .content .section:not(:first-child) .title-wrapper h2 {
		font-size: 40px;
	}
}
.page-template-standardwith-sidebar .content-wrapper .content .dc-text-block .item h3:not(:first-child),
.page-template-standardwith-sidebar .content-wrapper .content .dc-text-block .item h4:not(:first-child),
.single-post .content-wrapper .content .dc-text-block .item h3:not(:first-child),
.single-post .content-wrapper .content .dc-text-block .item h4:not(:first-child),
.single-events .content-wrapper .content .dc-text-block .item h3:not(:first-child),
.single-events .content-wrapper .content .dc-text-block .item h4:not(:first-child) {
	margin-top: 50px;
	margin-bottom: 16px;
}
.page-template-standardwith-sidebar .content-wrapper .content .dc-cta,
.single-post .content-wrapper .content .dc-cta,
.single-events .content-wrapper .content .dc-cta {
	height: auto;
	padding: 50px 30px !important;
	overflow: hidden;
	border-radius: 12px;
}
@media only screen and (min-width: 768px) {
	.page-template-standardwith-sidebar .content-wrapper .content .dc-cta,
.single-post .content-wrapper .content .dc-cta,
.single-events .content-wrapper .content .dc-cta {
		padding: 65px 50px !important;
	}
}
@media only screen and (min-width: 950px) {
	.page-template-standardwith-sidebar .content-wrapper .content .dc-cta,
.single-post .content-wrapper .content .dc-cta,
.single-events .content-wrapper .content .dc-cta {
		padding: 80px 70px !important;
	}
}
@media only screen and (min-width: 1100px) {
	.page-template-standardwith-sidebar .content-wrapper .content .dc-cta,
.single-post .content-wrapper .content .dc-cta,
.single-events .content-wrapper .content .dc-cta {
		padding: 80px 90px !important;
	}
}
.page-template-standardwith-sidebar .content-wrapper .content .dc-cta:after,
.single-post .content-wrapper .content .dc-cta:after,
.single-events .content-wrapper .content .dc-cta:after {
	width: 345px;
	max-width: 50vw;
	height: 210px;
}
@media only screen and (min-width: 768px) {
	.page-template-standardwith-sidebar .content-wrapper .sidebar,
.single-post .content-wrapper .sidebar,
.single-events .content-wrapper .sidebar {
		width: 30%;
		min-width: 240px;
		margin-left: 40px;
	}
}
.page-template-standardwith-sidebar .content-wrapper .sidebar h3,
.single-post .content-wrapper .sidebar h3,
.single-events .content-wrapper .sidebar h3 {
	margin-bottom: 10px;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links li,
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li,
.single-post .content-wrapper .sidebar .related_links li,
.single-post .content-wrapper .sidebar .download_links li,
.single-events .content-wrapper .sidebar .related_links li,
.single-events .content-wrapper .sidebar .download_links li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C2E0AE;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links li:last-child,
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li:last-child,
.single-post .content-wrapper .sidebar .related_links li:last-child,
.single-post .content-wrapper .sidebar .download_links li:last-child,
.single-events .content-wrapper .sidebar .related_links li:last-child,
.single-events .content-wrapper .sidebar .download_links li:last-child {
	border: 0 none;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links li a,
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a,
.single-post .content-wrapper .sidebar .related_links li a,
.single-post .content-wrapper .sidebar .download_links li a,
.single-events .content-wrapper .sidebar .related_links li a,
.single-events .content-wrapper .sidebar .download_links li a {
	color: white;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
	padding: 14px 0 12px;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links li a:after,
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a:after,
.single-post .content-wrapper .sidebar .related_links li a:after,
.single-post .content-wrapper .sidebar .download_links li a:after,
.single-events .content-wrapper .sidebar .related_links li a:after,
.single-events .content-wrapper .sidebar .download_links li a:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin-left: 12px;
	font-size: 0.9em;
	position: relative;
	vertical-align: 0;
	content: "\f105";
	color: #C2E0AE;
	transition: all 250ms ease-in-out;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links,
.single-post .content-wrapper .sidebar .related_links,
.single-events .content-wrapper .sidebar .related_links {
	background: #006580;
	border-radius: 12px;
	padding: 35px 35px 8px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links,
.single-post .content-wrapper .sidebar .related_links,
.single-events .content-wrapper .sidebar .related_links {
		padding: 25px 20px 8px;
	}
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links h3, .page-template-standardwith-sidebar .content-wrapper .sidebar .related_links p,
.single-post .content-wrapper .sidebar .related_links h3,
.single-post .content-wrapper .sidebar .related_links p,
.single-events .content-wrapper .sidebar .related_links h3,
.single-events .content-wrapper .sidebar .related_links p {
	color: white;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links a:hover,
.single-post .content-wrapper .sidebar .related_links a:hover,
.single-events .content-wrapper .sidebar .related_links a:hover {
	color: #C2E0AE;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .related_links a:hover:after,
.single-post .content-wrapper .sidebar .related_links a:hover:after,
.single-events .content-wrapper .sidebar .related_links a:hover:after {
	margin-right: 6px;
	transition: all 100ms ease-in-out;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links,
.single-post .content-wrapper .sidebar .download_links,
.single-events .content-wrapper .sidebar .download_links {
	padding: 10px 0 0 35px;
}
@media only screen and (max-width: 767px) {
	.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links,
.single-post .content-wrapper .sidebar .download_links,
.single-events .content-wrapper .sidebar .download_links {
		padding: 0 20px;
	}
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li,
.single-post .content-wrapper .sidebar .download_links li,
.single-events .content-wrapper .sidebar .download_links li {
	border-bottom: 1px solid #09A099;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a,
.single-post .content-wrapper .sidebar .download_links li a,
.single-events .content-wrapper .sidebar .download_links li a {
	color: #5F3D68;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a:after,
.single-post .content-wrapper .sidebar .download_links li a:after,
.single-events .content-wrapper .sidebar .download_links li a:after {
	color: #09A099;
	content: "\f33d";
	transition: all 100ms ease-in-out;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a:hover,
.single-post .content-wrapper .sidebar .download_links li a:hover,
.single-events .content-wrapper .sidebar .download_links li a:hover {
	color: #09A099;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .download_links li a:hover:after,
.single-post .content-wrapper .sidebar .download_links li a:hover:after,
.single-events .content-wrapper .sidebar .download_links li a:hover:after {
	margin-top: 6px;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .social_links ul,
.single-post .content-wrapper .sidebar .social_links ul,
.single-events .content-wrapper .sidebar .social_links ul {
	margin-top: 24px;
	margin-bottom: 65px;
	display: -ms-flexbox;
	display: flex;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .social_links ul li,
.single-post .content-wrapper .sidebar .social_links ul li,
.single-events .content-wrapper .sidebar .social_links ul li {
	list-style: none;
	margin: 0 14px 0 0;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .social_links ul li a,
.single-post .content-wrapper .sidebar .social_links ul li a,
.single-events .content-wrapper .sidebar .social_links ul li a {
	color: white;
	background: #006580;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .social_links ul li a:hover,
.single-post .content-wrapper .sidebar .social_links ul li a:hover,
.single-events .content-wrapper .sidebar .social_links ul li a:hover {
	background: #C2E0AE;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .social_links ul li:before,
.single-post .content-wrapper .sidebar .social_links ul li:before,
.single-events .content-wrapper .sidebar .social_links ul li:before {
	display: none !important;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .author-meta,
.single-post .content-wrapper .sidebar .author-meta,
.single-events .content-wrapper .sidebar .author-meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	border-bottom: 1px solid #5F3D68;
	margin-bottom: 70px;
	padding-bottom: 24px;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .author-meta .avatar-wrapper,
.single-post .content-wrapper .sidebar .author-meta .avatar-wrapper,
.single-events .content-wrapper .sidebar .author-meta .avatar-wrapper {
	border-radius: 50%;
	width: 65px;
	height: 65px;
	margin-right: 20px;
	overflow: hidden;
}
.page-template-standardwith-sidebar .content-wrapper .sidebar .author-meta h5,
.single-post .content-wrapper .sidebar .author-meta h5,
.single-events .content-wrapper .sidebar .author-meta h5 {
	margin: 0;
}
.page-template-standardwith-sidebar .dc-case-studies-carousel,
.single-post .dc-case-studies-carousel,
.single-events .dc-case-studies-carousel {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 115px;
	padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
	.page-template-standardwith-sidebar .dc-case-studies-carousel,
.single-post .dc-case-studies-carousel,
.single-events .dc-case-studies-carousel {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}
.page-template-standardwith-sidebar .dc-case-studies-carousel:before,
.single-post .dc-case-studies-carousel:before,
.single-events .dc-case-studies-carousel:before {
	content: "";
	position: absolute;
	left: -50vw;
	top: 0;
	z-index: 0;
	width: 200vw;
	height: 100%;
	background: #006580;
}
.page-template-standardwith-sidebar .dc-case-studies-carousel .title h2,
.single-post .dc-case-studies-carousel .title h2,
.single-events .dc-case-studies-carousel .title h2 {
	color: white;
}

.single-events .dc-titlebox {
	background-image: url("../img/tfo/hero-title-blank.jpg") !important;
}
.single-events .dc-titlebox:before {
	display: none;
}
.single-events .content .image-wrapper {
	border-radius: 12px;
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
}
.single-events .content .image-wrapper img {
	object-fit: cover;
	width: 100%;
}
.single-events .content h2 {
	font-size: 40px;
}
@media only screen and (max-width: 1099px) {
	.single-events .content h2 {
		font-size: 34px;
	}
}
@media only screen and (max-width: 849px) {
	.single-events .content h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 559px) {
	.single-events .content h2 {
		font-size: 24px;
	}
}
.single-events .content h2:not(:first-child) {
	margin-top: 60px;
}
.single-events .content h4:not(:first-child) {
	margin-top: 60px;
}
.single-events .sidebar .events_sidebar {
	background: #5F3D68;
	color: white;
	padding: 38px;
	border-radius: 12px;
}
@media only screen and (max-width: 767px) {
	.single-events .sidebar .events_sidebar {
		padding: 20px;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 1099px) {
	.single-events .sidebar .events_sidebar {
		padding: 30px;
	}
}
.single-events .sidebar .events_sidebar h3 {
	color: #C2E0AE;
}
.single-events .sidebar .events_sidebar .date_time,
.single-events .sidebar .events_sidebar .cost,
.single-events .sidebar .events_sidebar .venue {
	border-bottom: 1px solid #FFDF9D;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.single-events .sidebar .events_sidebar .dc-btn {
	background: #C2E0AE;
	color: #000000;
	margin-top: 30px;
}
.single-events .sidebar .events_sidebar .dc-btn:hover {
	background: #006580;
	color: #000000;
}
.single-events .sidebar .social_links {
	margin-top: 60px;
}

/*------------------------------------*\

		TEMP STYLESHEET

\*------------------------------------*/
.dc-titlebox .inner.multipleSliders:after {
	content: none;
}

.events-grid-items .item {
	padding: 0;
}
.events-grid-items .item .inner-wrapper .event-title {
	padding: 30px;
	background-color: #006580;
}
.events-grid-items .item .inner-wrapper .event-title h3 {
	color: white;
}
.events-grid-items .item .inner-wrapper .content {
	padding: 30px;
	display: block;
}
.events-grid-items .item .inner-wrapper .content .event-type ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.events-grid-items .item .inner-wrapper .content .event-type ul li {
	display: inline;
	margin-left: 0;
}
.events-grid-items .item .inner-wrapper .content .event-type ul li:not(:last-child) {
	margin-right: 5px;
}

.no-results {
	display: none;
	text-align: center;
}
.no-results.show {
	display: block;
}

.error404 .dc-titlebox {
	background-color: #5F3D68;
}
.error404 .dc-titlebox:before {
	content: none;
}
.error404 #post-404 .dc-text-block .inner .items .item h1,
.error404 #post-404 .dc-text-block .inner .items .item h2,
.error404 #post-404 .dc-text-block .inner .items .item h3,
.error404 #post-404 .dc-text-block .inner .items .item h4,
.error404 #post-404 .dc-text-block .inner .items .item h5,
.error404 #post-404 .dc-text-block .inner .items .item h6,
.error404 #post-404 .dc-text-block .inner .items .item a,
.error404 #post-404 .dc-text-block .inner .items .item p {
	text-align: left;
}
.error404 #post-404 .dc-text-block .inner .items .item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.error404 #post-404 .dc-text-block .inner .items .item ul li {
	text-align: left;
	margin-left: 0;
}

.single-post .content-wrapper .author-meta {
	margin-bottom: 10px !important;
}
.single-post .content-wrapper .last-updated {
	border-bottom: 1px solid #5F3D68;
	margin-bottom: 70px;
}
.single-post .content-wrapper .last-updated p {
	margin-bottom: 10px;
	font-size: 16px;
}

.locations .page_container > .panel,
.locations-new .page_container > .panel {
	background: #F0F0F0;
}
.locations .page_container > .panel .dc-image-text-box,
.locations-new .page_container > .panel .dc-image-text-box {
	background: #F0F0F0;
}
.locations .page_container > .panel .dc-image-text-box.image_right,
.locations-new .page_container > .panel .dc-image-text-box.image_right {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.locations .page_container > .panel .dc-image-text-box .image-wrapper,
    .locations-new .page_container > .panel .dc-image-text-box .image-wrapper {
		margin-top: 10px !important;
        margin-bottom: 0px !important;
	}
}
.locations .page_container > .panel .dc-image-text-box.image_right .inner,
.locations-new .page_container > .panel .dc-image-text-box.image_right .inner {
	-ms-flex-align: start;
			align-items: flex-start;
}
.locations .page_container > .panel .dc-image-text-box.image_right .inner .right,
.locations-new .page_container > .panel .dc-image-text-box.image_right .inner .right {
	padding-left: 0;
}
.locations .page_container > .panel .dc-image-text-box.image_right .inner .right .text,
.locations-new .page_container > .panel .dc-image-text-box.image_right .inner .right .text {
	max-width: 100%;
}
.locations .page_container > .panel .dc-image-text-box.image_right .inner .right .dc-intro p,
.locations-new .page_container > .panel .dc-image-text-box.image_right .inner .right .dc-intro p {
	font-size: 25px;
	font-family: "Antartida Rnd W04 Lt";
}
.locations .page_container > .panel #locations,
.locations-new .page_container > .panel #locations {
	margin-top: 0;
}
.locations .page_container > .panel #locations .items .item,
.locations-new .page_container > .panel #locations .items .item {
	padding-top: 0;
}

.dc-mobile-search {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
}
.dc-mobile-search.active {
	display: block;
}

.dc-info {
	background-color: #FFDF9D;
	margin-left: -15px;
	margin-right: -15px;
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
	color: #212121;
}
.dc-info a {
	color: #212121 !important;
}

.dc-social-share svg {
	fill: white;
	width: 16px;
	height: 16px;
}

.floating-button-wrapper {
	display: none;
}
@media only screen and (max-width: 767px) {
	.floating-button-wrapper {
		display: block;
		position: fixed;
		bottom: 9px;
		right: 9px;
		z-index: 10;
	}
}
.floating-button-wrapper .floating-button-inner {
	max-width: 1410px;
	margin: 0 auto;
	text-align: right;
}
.floating-button-wrapper .floating-button-inner .dc-btn {
	text-transform: none;
	padding: 10px 15px 8px;
}
.floating-button-wrapper .floating-button-inner .dc-btn.white {
	background-color: #ffffff;
	border-color: #5F3D68;
	color: #006580;
}
.floating-button-wrapper .floating-button-inner .dc-btn.white:hover {
	background-color: #006580;
	border-color: #006580;
	color: #ffffff;
}

@media only screen and (max-width: 949px) {
	#mega-menu-header-menu > .mega-menu-item > .mega-menu-link > .mega-indicator {
		pointer-events: none !important;
	}
}

.dc_panel_boxes .panel_boxes.style1 .slick-arrow,
.dc-case-studies-carousel.dc-post-carousel-2 .slick-arrow {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 30px;
	border: 2px solid rgba(0, 101, 128, 0.6);
	font-size: 0;
	width: 50px;
	height: 50px;
}
.dc_panel_boxes .panel_boxes.style1 .slick-arrow:after,
.dc-case-studies-carousel.dc-post-carousel-2 .slick-arrow:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	font-size: 40px;
	line-height: 1;
	font-weight: normal;
	color: rgba(0, 101, 128, 0.6);
}
.dc_panel_boxes .panel_boxes.style1 .slick-arrow.slick-prev,
.dc-case-studies-carousel.dc-post-carousel-2 .slick-arrow.slick-prev {
	left: -10px;
	z-index: 1;
}
.dc_panel_boxes .panel_boxes.style1 .slick-arrow.slick-prev:after,
.dc-case-studies-carousel.dc-post-carousel-2 .slick-arrow.slick-prev:after {
	content: "\f104";
}
.dc_panel_boxes .panel_boxes.style1 .slick-arrow.slick-next,
.dc-case-studies-carousel.dc-post-carousel-2 .slick-arrow.slick-next {
	right: -10px;
}
.dc_panel_boxes .panel_boxes.style1 .slick-arrow.slick-next:after,
.dc-case-studies-carousel.dc-post-carousel-2 .slick-arrow.slick-next:after {
	content: "\f105";
}

.dc_panel_boxes .panel_boxes.style1 .slick-dots {
	list-style: none;
	text-align: center;
	position: absolute;
	bottom: -50px;
	width: 100%;
	z-index: 1000;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center;
			justify-content: center;
}
.dc_panel_boxes .panel_boxes.style1 .slick-dots li {
	display: inline;
	padding-left: 14px;
	margin-left: 0;
}
.dc_panel_boxes .panel_boxes.style1 .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50px;
	border: none;
	background-color: #9ca3b6;
	font-size: 0;
}
.dc_panel_boxes .panel_boxes.style1 .slick-dots li:hover button, .dc_panel_boxes .panel_boxes.style1 .slick-dots li.slick-active button {
	background-color: #dee1e6;
	border: none;
}
.dc_panel_boxes .panel_boxes.style1 .slick-dots li:first-child {
	margin: 0;
}

.dc-case-studies-carousel.dc-post-carousel-2 .slick-arrow {
	display: block !important;
}

/*------------------------------------*\

		Gallery section

\*------------------------------------*/
.gallery-section .inner .items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 10px;
	row-gap: 10px;
}
.gallery-section .inner .items .item {
	position: relative;
	grid-column: span 1;
	grid-row: span 1;
}
.gallery-section .inner .items .item > a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
}
.gallery-section .inner .items .item.big {
	grid-column: span 2;
	grid-row: span 2;
}
.gallery-section .inner .items .item.hide {
	display: none;
}
.gallery-section .inner .items .item .image-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
}
.gallery-section .inner .button-wrapper {
	text-align: center;
}

/*------------------------------------*\
		MAP SECTION
\*------------------------------------*/
.panel.single-location .dc-titlebox {
	background-image: url("../img/tfo/hero-title-blank.jpg") !important;
}
.panel.single-location .dc-titlebox:before, .panel.single-location .dc-titlebox:after {
	display: none;
}
.panel.single-location .dc-titlebox + .dc-image-box {
	margin-block: -100px 0;
	padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .panel.single-location .dc-titlebox + .dc-image-box {
    	padding-bottom: 1px;
    }
}
.panel.single-location .dc-image-box {
	background: #F0F0F0;
}
.panel.single-location .dc-image-box .inner .image-wrapper {
	width: 100%;
}
.panel.single-location .dc-image-box .inner .image-wrapper img {
	border-radius: 0;
}
.panel.single-location .office-location {
	background: #F0F0F0;
	margin-top: 0 !important;
	padding-bottom: 80px;
}
.panel.single-location .office-location .location-map-wrapper {
	margin-top: 40px;
}
.panel.single-location .office-location .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.panel.single-location .office-location .inner .left {
	width: calc(40% - 100px);
}
@media only screen and (max-width: 767px) {
	.panel.single-location .office-location .inner .left {
		width: 100%;
	}
}
.panel.single-location .office-location .inner .left ul {
	list-style: none;
	margin-left: 0;
}
.panel.single-location .office-location .inner .left ul li {
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	padding-bottom: 12px;
	max-width: 285px;
}
@media only screen and (max-width: 767px) {
	.panel.single-location .office-location .inner .left ul li {
		max-width: 100%;
	}
}
.panel.single-location .office-location .inner .left ul li span {
	display: inline-block;
	margin-right: 20px;
	width: 20px;
}
.panel.single-location .office-location .inner .left ul li span i {
	font-size: 1.4em;
	color: #5F3D68;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-ms-transform: translateY(4px);
			transform: translateY(4px);
}
.panel.single-location .office-location .inner .left ul li span i:before {
	font-family: "Font Awesome 5 Pro Regular" !important;
	font-weight: 400;
}
.panel.single-location .office-location .inner .left ul li span i.far.fa-phone, .panel.single-location .office-location .inner .left ul li span .menu-toggle-wrapper i.fa-phone.mobile-menu-toggle:before, .menu-toggle-wrapper .panel.single-location .office-location .inner .left ul li span i.fa-phone.mobile-menu-toggle:before, .panel.single-location .office-location .inner .left ul li span .post-grid-items .items .item i.fa-phone.inner-wrapper:before, .post-grid-items .items .item .panel.single-location .office-location .inner .left ul li span i.fa-phone.inner-wrapper:before, .panel.single-location .office-location .inner .left ul li span .dc-image-icon_boxes .icon_box i.fa-phone.icon_wrapper:before, .dc-image-icon_boxes .icon_box .panel.single-location .office-location .inner .left ul li span i.fa-phone.icon_wrapper:before, .panel.single-location .office-location .inner .left ul li span .dc-case-studies-carousel .item .inner-wrapper i.fa-phone.text:before, .dc-case-studies-carousel .item .inner-wrapper .panel.single-location .office-location .inner .left ul li span i.fa-phone.text:before, .panel.single-location .office-location .dc-listing-cards .inner .left ul li span .items .item i.fa-phone.inner-wrapper:before, .dc-listing-cards .panel.single-location .office-location .inner .left ul li span .items .item i.fa-phone.inner-wrapper:before, .panel.single-location .office-location .dc-listing-cards .inner .items .item .left ul li span i.fa-phone.inner-wrapper:before, .dc-listing-cards .panel.single-location .office-location .inner .items .item .left ul li span i.fa-phone.inner-wrapper:before, .panel.single-location .office-location .dc-accordian > .inner .left ul li span .items i.fa-phone.accordion:after, .panel.single-location .office-location .dc-accordian > .inner .items .left ul li span i.fa-phone.accordion:after, .panel.single-location .office-location .inner .left ul li span .dc_panel_boxes .panel_boxes.style1 i.fa-phone.slick-arrow:after, .dc_panel_boxes .panel_boxes.style1 .panel.single-location .office-location .inner .left ul li span i.fa-phone.slick-arrow:after,
.panel.single-location .office-location .inner .left ul li span .dc-case-studies-carousel.dc-post-carousel-2 i.fa-phone.slick-arrow:after,
.dc-case-studies-carousel.dc-post-carousel-2 .panel.single-location .office-location .inner .left ul li span i.fa-phone.slick-arrow:after {
	-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
	.panel.single-location .office-location .inner .right {
		-ms-flex: 1;
				flex: 1;
	}
}
@media only screen and (max-width: 767px) {
	.panel.single-location .office-location .inner .right {
		width: 100%;
		padding-top: 30px;
	}
}
.panel.single-location .office-location .inner .right .location-map-wrapper .acf-map {
	height: 520px;
	max-height: 40vw;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.panel.single-location .office-location .inner .right .location-map-wrapper .acf-map {
		max-height: 300px;
	}
}
.panel.single-location .office-location button.gm-control-active.gm-fullscreen-control,
.panel.single-location .office-location .gmnoprint.gm-style-mtc-bbw .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gm-svpc {
	display: none;
}
@media only screen and (max-width: 767px) {
	.panel.single-location .dc-image-text-box.team_member .inner .left .image-wrapper {
		padding-top: 30px;
		margin-block: -30px 40px !important;
	}
}
.panel.single-location .dc-image-text-box.team_member .inner .left .image-wrapper img {
	width: 100%;
}
.panel.single-location .dc-image-text-box.team_member .inner .title-wrapper .title h2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
}
.panel.single-location .dc-image-text-box.team_member .inner .title-wrapper .title h2 span {
	-ms-flex-order: 3;
			order: 3;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 20px;
	display: block;
}

.mega-related h4 a {
	color: white !important;
}


/*------------------------------------*\

    ACCORDIAN TABS

\*------------------------------------*/
/* --- HORIZONTAL LAYOUT --- */
.dc-layout-horizontal .inner {
  margin: 0 auto;
  width: clamp(200px, 80vW, 1000px);
}
.dc-layout-horizontal .inner .dc-tabs-nav {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  gap: 8px;
  background-color: #C2E0AE;
  padding: 8px;
  border-radius: 50px;
  font-size: clamp(12px, 2rem, 16px);
}
.dc-layout-horizontal .inner .dc-tabs-nav .dc-tab-link {
  background: transparent;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  color: #5F3D68;
  min-width: 150px;
  border: 2px solid #5F3D68;
}
.dc-layout-horizontal .inner .dc-tabs-nav .dc-tab-link:hover {
  background-color: #5F3D68;
  color: #fff;
  border: 2px solid #5F3D68;
}
.dc-layout-horizontal .inner .dc-tabs-nav .active {
  background-color: #5F3D68;
  color: #fff;
  border: 2px solid #5F3D68;
}
.dc-layout-horizontal .inner .dc-tabs-dropdown-btn {
  display: none;
}
.dc-layout-horizontal .inner .dc-tabs-content .dc-tab-panel {
  display: none;
  padding: 70px 0;
}
.dc-layout-horizontal .inner .dc-tabs-content .dc-tab-panel h1,
.dc-layout-horizontal .inner .dc-tabs-content .dc-tab-panel h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.dc-layout-horizontal .inner .dc-tabs-content .dc-tab-panel h1::after,
.dc-layout-horizontal .inner .dc-tabs-content .dc-tab-panel h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 2vw;
  background-color: #0d9f9a;
  border-radius: 2px;
}
.dc-layout-horizontal .inner .dc-tabs-content .active {
  display: block;
  margin: 10px 0px;
}

/* --- VERTICAL LAYOUT  --- */
.dc-layout-vertical .inner {
  margin: 0 auto;
  width: clamp(200px, 80vW, 1000px);
}
.dc-layout-vertical .inner .nav-btn-open {
  background-color: #C2E0AE !important;
  color: #5F3D68 !important;
}
.dc-layout-vertical .inner .nav-btn-open::after {
  content: "⌃" !important;
  margin: 10px 0px 0px 0px !important;
}
.dc-layout-vertical .inner .dc-tabs-dropdown-btn {
  width: clamp(265px, 100vw, 200px);
  background-color: #5F3D68;
  padding: 8px 20px 8px 30px;
  border-radius: 50px;
  border: none;
  text-align: left;
  cursor: pointer;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: pointer;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.dc-layout-vertical .inner .dc-tabs-dropdown-btn::after {
  content: "⌄";
  float: right;
  font-size: clamp(20px, 2rem, 20px);
  margin: 0px 0px 10px 0px;
}
.dc-layout-vertical .inner .dc-tabs-nav {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  background: #E2E2E2;
  border-radius: 10px;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: clamp(265px, 15vw, 500px);
  padding: 12px 5px;
  margin: 5px 0px 0px 0px;
}
.dc-layout-vertical .inner .dc-tabs-nav .dc-tab-link {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  text-align: left;
  background-color: #E2E2E2;
  margin: 0px 8px 0px 8px;
  color: #5F3D68;
  font-weight: 400;
  padding: 12px;
}
.dc-layout-vertical .inner .dc-tabs-nav .dc-tab-link:hover {
  color: #5F3D68;
  border-color: #C2E0AE;
  background-color: #C2E0AE;
  border-radius: 5px;
  font-weight: 400;
}
.dc-layout-vertical .inner .dc-tabs-nav .active {
  background-color: #5F3D68;
  color: #ffffff;
  border-color: #5F3D68;
  border-radius: 5px;
  font-weight: 400;
}
.dc-layout-vertical .inner .dc-tabs-content .dc-tab-panel {
  display: none;
  padding: 70px 0;
}
.dc-layout-vertical .inner .dc-tabs-content .dc-tab-panel h1,
.dc-layout-vertical .inner .dc-tabs-content .dc-tab-panel h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.dc-layout-vertical .inner .dc-tabs-content .dc-tab-panel h1::after,
.dc-layout-vertical .inner .dc-tabs-content .dc-tab-panel h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 5vw;
  background-color: #0d9f9a;
  border-radius: 2px;
}
.dc-layout-vertical .inner .dc-tabs-content .active {
  display: block;
  margin: 10px 30px;
}
.dc-layout-vertical .inner .open {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 950px) {
  .dc-layout-horizontal .inner .nav-btn-open {
    background-color: #C2E0AE;
    color: #5F3D68;
  }
  .dc-layout-horizontal .inner .dc-tabs-nav {
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    position: absolute;
    background: #E2E2E2;
    border-radius: 10px;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 5px 0px 0px 0px;
    width: clamp(265px, 15vw, 500px);
    padding: 12px 5px;
  }
  .dc-layout-horizontal .inner .dc-tabs-nav .dc-tabs-nav.open {
    display: -ms-flexbox;
    display: flex;
  }
  .dc-layout-horizontal .inner .dc-tabs-nav .dc-tab-link {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    text-align: left;
    background-color: #E2E2E2;
    margin: 0px 8px 0px 8px;
    color: #5F3D68;
    font-weight: 400;
    padding: 12px;
  }
  .dc-layout-horizontal .inner .dc-tabs-nav .dc-tab-link:hover {
    color: #5F3D68;
    border-color: #C2E0AE;
    background-color: #C2E0AE;
    border-radius: 5px;
    font-weight: 400;
  }
  .dc-layout-horizontal .inner .dc-tabs-nav .active {
    background-color: #5F3D68;
    color: #ffffff;
    border-color: #5F3D68;
    border-radius: 5px;
    font-weight: 400;
  }
  .dc-layout-horizontal .inner .dc-tabs-dropdown-btn {
    width: clamp(250px, 100vw, 265px);
    background-color: #5F3D68;
    padding: 8px 20px 8px 30px;
    border-radius: 50px;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    cursor: pointer;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .dc-layout-horizontal .inner .dc-tabs-dropdown-btn::after {
    content: "⌄";
    float: right;
    font-size: clamp(20px, 2rem, 24px);
    margin: 0px 0px 10px 0px;
  }
  .dc-layout-horizontal .inner .nav-btn-open::after {
    content: "⌃";
    margin: 10px 0px 0px 0px;
  }
  .dc-layout-horizontal .inner .open {
    display: -ms-flexbox;
    display: flex;
  }
  .dc-layout-vertical .dc-tabs-dropdown-btn {
    display: block;
    width: 100%;
    background: #C2E0AE;
    padding: 15px;
    border-radius: 50px;
    border: none;
    text-align: left;
  }
}

/* Therapy Focus jobs archive: core layout and interactions only. */
.jobs-archive-page .dc-titlebox {
  height: 440px;
  min-height: 440px;
  max-height: 440px;
}
.jobs-archive-page .dc-titlebox .inner:not(.multipleSliders) {
  transform: translateY(-40px);
}
.jobs-archive-page .dc-titlebox h1 {
  font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 55px;
}
.jobs-archive-page .dc-titlebox h3 {
  margin-bottom: 20px;
  font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 30px;
}
.jobs-archive-page .dc-titlebox .text,
.jobs-archive-page .dc-titlebox .text p {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.jobs-archive-page .dc-text-block .items .item > h3:first-child {
  font-size: 36px;
}
.jobs-archive-page > .dc-titlebox + .dc-text-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 65px;
  padding-bottom: 55px;
}
.jobs-archive-page > .dc-titlebox + .dc-text-block::before {
  display: block;
  background: #5F3D68;
}
.jobs-archive-page > .dc-titlebox + .dc-text-block .inner,
.jobs-archive-page > .dc-titlebox + .dc-text-block h1,
.jobs-archive-page > .dc-titlebox + .dc-text-block h2,
.jobs-archive-page > .dc-titlebox + .dc-text-block h3,
.jobs-archive-page > .dc-titlebox + .dc-text-block h4,
.jobs-archive-page > .dc-titlebox + .dc-text-block h5,
.jobs-archive-page > .dc-titlebox + .dc-text-block h6,
.jobs-archive-page > .dc-titlebox + .dc-text-block p {
  color: #ffffff;
}
.jobs-archive-page > .dc-titlebox + .dc-text-block a {
  display: inline-flex;
  min-width: 205px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 35px;
  border-radius: 30px;
  color: #5F3D68;
  background: #C2E0AE;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.jobs-archive-page > .dc-titlebox + .dc-text-block a:hover, .jobs-archive-page > .dc-titlebox + .dc-text-block a:focus {
  color: #ffffff;
  background: #09A099;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .jobs-archive-page .dc-titlebox h1 {
    font-size: 48px;
  }
  .jobs-archive-page .dc-titlebox h3 {
    font-size: 27px;
  }
  .jobs-archive-page .dc-text-block .items .item > h3:first-child {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .jobs-archive-page > .dc-titlebox + .dc-text-block {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .jobs-archive-page .dc-titlebox .inner:not(.multipleSliders) {
    transform: translateY(-20px);
  }
  .jobs-archive-page .dc-titlebox h1 {
    font-size: 42px;
  }
  .jobs-archive-page .dc-titlebox h3 {
    font-size: 25px;
  }
  .jobs-archive-page .dc-text-block .items .item > h3:first-child {
    font-size: 28px;
  }
}
@media only screen and (max-width: 559px) {
  .jobs-archive-page .dc-titlebox h1 {
    font-size: 36px;
  }
  .jobs-archive-page .dc-titlebox h3 {
    font-size: 23px;
  }
  .jobs-archive-page .dc-titlebox .text {
    font-size: 16px;
  }
  .jobs-archive-page .dc-text-block .items .item > h3:first-child {
    font-size: 24px;
  }
}

.jobs-taxonomy-page .jobs-taxonomy-hero .breadcrumb-wrapper {
  top: calc(100% + 30px);
  border-radius: 0;
  background: transparent;
}
.jobs-taxonomy-page .jobs-taxonomy-hero .breadcrumb-wrapper p {
  padding: 0;
}
.jobs-taxonomy-page .jobs-taxonomy-hero .breadcrumb-wrapper p a,
.jobs-taxonomy-page .jobs-taxonomy-hero .breadcrumb-wrapper p span {
  color: #5F3D68;
}
.jobs-taxonomy-page .jobs-taxonomy-hero .breadcrumb-wrapper .jobs-taxonomy-breadcrumb__separator {
  margin: 0 8px;
}
.jobs-taxonomy-page .jobs-taxonomy-section {
  padding-top: 110px;
}
@media only screen and (max-width: 1023px) {
  .jobs-taxonomy-page .jobs-taxonomy-section {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .jobs-taxonomy-page .jobs-taxonomy-hero .breadcrumb-wrapper {
    top: calc(100% + 20px);
  }
  .jobs-taxonomy-page .jobs-taxonomy-section {
    padding-top: 80px;
  }
}

.jobs-archive-container {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .jobs-archive-container {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}

.jobs-archive-section {
  padding: 60px 0;
}
@media only screen and (max-width: 1023px) {
  .jobs-archive-section {
    padding: 40px 0;
  }
}

.jobs-archive {
  position: relative;
  display: grid;
  grid-template-columns: 307px minmax(0, 1fr);
  gap: 27px;
  align-items: start;
  width: 100%;
}
@media only screen and (max-width: 1099px) {
  .jobs-archive {
    gap: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .jobs-archive {
    display: block;
  }
}
.jobs-archive__sidebar, .jobs-archive__results {
  min-width: 0;
}
.jobs-archive .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
.jobs-archive.jobs-archive--ajax-loading {
  min-height: 240px;
}
.jobs-archive.jobs-archive--ajax-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.88);
}
.jobs-archive.jobs-archive--ajax-loading::after {
  content: "";
  position: fixed;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 21;
  width: 48px;
  height: 48px;
  border: 5px solid rgba(95, 61, 104, 0.2);
  border-top-color: #5F3D68;
  border-radius: 50%;
  animation: jobs-archive-spin 0.8s linear infinite;
}
.jobs-archive__load-more {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.jobs-filter__trigger, .jobs-filter__close, .jobs-filter__actions {
  display: none;
}
.jobs-filter__group {
  margin: 0 0 43px;
  padding: 25px;
  border-radius: 10px;
  background: #EBEBEC;
}
.jobs-filter__group:last-child {
  margin-bottom: 0;
}
.jobs-filter__heading, .jobs-filter__item-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.jobs-filter__title {
  margin: 0;
  color: #5F3D68;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
}
.jobs-filter__group-toggle, .jobs-filter__nested-toggle, .jobs-filter__close {
  flex: 0 0 auto;
  padding: 6px;
  border: 0;
  color: #5F3D68;
  background: transparent;
  cursor: pointer;
  font-size: 17px;
}
.jobs-filter__group-toggle i, .jobs-filter__nested-toggle i, .jobs-filter__close i {
  transition: transform 0.18s ease;
}
.jobs-filter__group-toggle[aria-expanded=true] i, .jobs-filter__nested-toggle[aria-expanded=true] i, .jobs-filter__close[aria-expanded=true] i {
  transform: rotate(180deg);
}
.jobs-filter__body {
  padding-top: 12px;
}
.jobs-filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jobs-filter__item {
  margin-left: 0;
  padding-bottom: 0;
}
.jobs-filter__item + .jobs-filter__item {
  margin-top: 0;
}
.jobs-filter__children {
  margin-top: 0;
  padding-left: 26px;
}
.jobs-filter__nested-toggle {
  color: #09A099;
}
.jobs-filter__checkbox {
  position: relative;
  flex: 1 1 auto;
}
.jobs-filter__checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.jobs-filter__checkbox label {
  position: relative;
  display: flex;
  min-height: 35px;
  align-items: center;
  padding-left: 27px;
  color: #000000;
  cursor: pointer;
  font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
}
.jobs-filter__checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #c5c5c5;
  background: #ffffff;
  transform: translateY(-50%);
}
.jobs-filter__checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #5F3D68;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: translateY(-60%) rotate(45deg);
}
.jobs-filter__checkbox input:checked + label::after {
  opacity: 1;
}
.jobs-filter__checkbox input:focus-visible + label::before {
  outline: 2px solid #006580;
  outline-offset: 2px;
}
@media only screen and (max-width: 1023px) {
  .jobs-archive--enhanced .jobs-filter__trigger {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
    padding: 12px 16px;
    border: 2px solid #5F3D68;
    color: #5F3D68;
    background: #ffffff;
    cursor: pointer;
  }
  .jobs-archive--enhanced .jobs-filter__panel {
    position: fixed;
    inset: 0;
    z-index: 10000001;
    overflow-y: auto;
    padding: 24px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, visibility 0.18s ease;
  }
  .jobs-archive--enhanced .jobs-filter__panel.is-active {
    opacity: 1;
    visibility: visible;
  }
  .jobs-archive--enhanced .jobs-filter__close {
    display: block;
    margin: 0 0 20px auto;
    font-size: 24px;
  }
  .jobs-archive--enhanced .jobs-filter__actions {
    display: block;
    margin-top: 24px;
  }
  .jobs-filter__apply {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 2px solid #09A099;
    border-radius: 30px;
    color: #ffffff;
    background: #09A099;
    cursor: pointer;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  .jobs-filter__apply:hover, .jobs-filter__apply:focus {
    border-color: #5F3D68;
    color: #ffffff;
    background: #5F3D68;
  }
}

.jobs-filter-open {
  overflow: hidden;
}

.job-list {
  display: grid;
  gap: 35px;
}

.job-card {
  position: relative;
  display: flex;
  min-height: 325px;
  flex-direction: column;
  padding: 30px 35px;
  border: 2px solid #f5f5f5;
  border-radius: 10px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.job-card__tag {
  margin-bottom: 12px;
  color: #5F3D68;
}
.job-card__header, .job-card__body {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.job-card__heading {
  min-width: 0;
}
.job-card__heading h3 {
  margin: 0 0 8px;
  color: #5F3D68;
  font-size: 20px;
  line-height: 1.3;
}
.job-card__heading h3 a {
  color: inherit;
  text-decoration: none;
}
.job-card__heading p {
  margin: 0;
  color: #489e99;
  font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 35px !important;
}
.job-card__heading p strong {
  color: inherit;
  font-weight: inherit;
}
.job-card__toggle {
  display: none;
  flex: 0 0 auto;
  align-self: flex-start;
  padding: 8px;
  border: 0;
  color: #5F3D68;
  background: transparent;
  cursor: pointer;
}
.job-card__toggle i {
  transition: transform 0.18s ease;
}
.job-card__toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}
.job-card__body {
  flex: 1 1 auto;
  margin-top: 10px;
  line-height: 1.45;
}
.job-card__summary {
  flex: 1 1 auto;
  min-width: 0;
}
.job-card__summary ul,
.job-card__summary ol {
  margin: 0 0 20px;
}
.job-card__summary li {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}
.job-card__summary p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45 !important;
}
.job-card__summary p + p {
  margin-top: 20px;
}
.job-card__details {
  display: flex;
  flex: 0 0 220px;
  flex-direction: column;
}
.job-card__dates {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.job-card__dates li {
  margin-left: 0;
  padding-bottom: 0;
}
.job-card__dates p {
  margin: 0;
  color: #603c68;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px !important;
}
.job-card__dates p strong {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
.job-card__actions {
  display: flex;
  width: 120px;
  gap: 14px;
  align-items: center;
  align-self: flex-end;
  flex-direction: column;
  margin-top: auto;
}
.job-card__actions .link {
  display: inline-flex;
  align-items: center;
  color: #603c68;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.job-card__actions .link i {
  margin-left: 8px;
  font-size: 10px;
}
.job-card__apply {
  display: inline-flex;
  min-width: 120px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border: 2px solid #09A099;
  border-radius: 30px;
  color: #ffffff;
  background: #09A099;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.job-card__apply:hover, .job-card__apply:focus {
  border-color: #5F3D68;
  color: #ffffff;
  background: #5F3D68;
}
@media only screen and (max-width: 1023px) {
  .job-card {
    min-height: 0;
    padding: 22px;
  }
  .job-card__header, .job-card__body {
    display: block;
  }
  .job-card__body {
    margin-top: 0;
    padding: 15px 0 20px;
  }
  .jobs-archive--enhanced .job-card__header {
    display: flex;
  }
  .jobs-archive--enhanced .job-card__toggle {
    display: block;
  }
  .jobs-archive--enhanced .job-card__body {
    display: none;
  }
  .job-card__summary {
    margin-bottom: 14px;
  }
  .job-card__summary ul,
  .job-card__summary ol {
    padding-left: 18px;
  }
  .job-card__summary li {
    margin-left: 0;
  }
  .job-card__details {
    width: 100%;
  }
  .job-card__dates {
    margin-bottom: 23px;
    text-align: left;
  }
  .job-card__dates li + li {
    margin-top: 3px;
  }
  .job-card__actions {
    width: auto;
    gap: 14px;
    align-items: flex-start;
    align-self: flex-start;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .job-card__actions, .job-card__apply {
    width: 100%;
  }
}

.jobs-load-more {
  display: inline-flex;
  width: auto;
  min-width: 205px;
  max-width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  border: 0;
  border-radius: 30px;
  color: #ffffff;
  background: #603c68;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.jobs-load-more:hover, .jobs-load-more:focus {
  color: #ffffff;
  background: #09A099;
}

@keyframes jobs-archive-spin {
  to {
    transform: rotate(360deg);
  }
}
/* Compact site title box used by job singles and form pages. */
.tfo-compact-titlebox {
  min-height: 340px !important;
}
.tfo-compact-titlebox > .inner:not(.multipleSliders) {
  margin-top: 0;
  margin-bottom: 0;
}
.tfo-compact-titlebox h1 {
  font-size: 55px;
}
@media only screen and (max-width: 1099px) {
  .tfo-compact-titlebox h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 849px) {
  .tfo-compact-titlebox h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 559px) {
  .tfo-compact-titlebox h1 {
    font-size: 36px;
  }
}
.tfo-compact-titlebox .breadcrumb-wrapper {
  top: calc(100% + 30px);
  border-radius: 0;
  background: transparent;
}
.tfo-compact-titlebox .breadcrumb-wrapper p {
  padding: 0;
}
.tfo-compact-titlebox .breadcrumb-wrapper p a,
.tfo-compact-titlebox .breadcrumb-wrapper p span {
  color: #5F3D68;
}

/* Therapy Focus job single. */
.job-single-container {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .job-single-container {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}

.job-single-section {
  padding: 110px 0 60px;
}
@media only screen and (max-width: 1023px) {
  .job-single-section {
    padding: 90px 0 40px;
  }
}

.job-single {
  display: grid;
  grid-template-columns: 307px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.job-single__sidebar {
  min-width: 0;
  padding: 25px;
  border-radius: 10px;
  background: #EBEBEC;
}
.job-single__sidebar-title {
  margin: 0 0 25px;
  color: #5F3D68;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
}
.job-single__details {
  margin: 0;
}
.job-single__detail {
  margin: 0 0 14px;
}
.job-single__detail:last-child {
  margin-bottom: 0;
}
.job-single__detail dt,
.job-single__detail dd {
  margin: 0;
  font-size: 16px;
}
.job-single__detail dt {
  color: #5F3D68;
  font-family: "Antartida Rnd W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  line-height: 1.35;
}
.job-single__detail dd {
  margin-top: 4px;
  color: #000000;
  font-weight: 400;
  line-height: 1.45;
}
.job-single__apply {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 8px 20px;
  border: 2px solid #09A099;
  border-radius: 30px;
  color: #ffffff;
  background: #09A099;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.job-single__apply:hover, .job-single__apply:focus {
  border-color: #5F3D68;
  color: #ffffff;
  background: #5F3D68;
}
.job-single__content {
  min-width: 0;
  color: #000000;
}
.job-single__content h2 {
  color: #5F3D68;
}
.job-single__body {
  font-size: 16px;
  font-weight: 400;
}
.job-single__body > :last-child {
  margin-bottom: 0;
}
.job-single__body p,
.job-single__body li {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .job-single {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .job-single {
    display: flex;
    flex-direction: column;
  }
  .job-single__sidebar, .job-single__content {
    width: 100%;
  }
}

/* Therapy Focus job application page and form. */
.job-application-container {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .job-application-container {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}

.job-application-section {
  padding: 110px 0 60px;
}
@media only screen and (max-width: 1023px) {
  .job-application-section {
    padding: 90px 0 40px;
  }
}

.job-application {
  max-width: 1030px;
  margin: 0 auto;
}
.job-application__header {
  margin-bottom: 38px;
  text-align: left;
}
.job-application__header h2 {
  color: #5F3D68;
  font-size: 36px;
  line-height: 1.15;
}
.job-application__header p {
  margin-bottom: 18px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5 !important;
}
.job-application__header p.job-application__position {
  font-weight: 700;
}
.job-application__position {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
.job-application__position strong {
  color: #000000;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
.job-application__form {
  text-align: left;
}
.job-application__form .gform_wrapper {
  margin: 0;
  max-width: none;
}
.job-application__form .gform_wrapper .gform_required_legend {
  display: none;
}
.job-application__form .gform_wrapper .gform_body .gform_fields {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 24px;
}
.job-application__form .gform_wrapper .gform_body .gform_fields > .gfield {
  grid-column: 1/-1;
  margin: 0 0 24px !important;
  padding: 0 !important;
}
.job-application__form .gform_wrapper .gform_body .gform_fields > .gfield.gfield--width-half {
  grid-column: span 6 !important;
}
@media only screen and (max-width: 639px) {
  .job-application__form .gform_wrapper .gform_body .gform_fields > .gfield.gfield--width-half {
    grid-column: 1/-1 !important;
  }
}
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield_label {
  margin: 0 0 10px 10px;
  padding: 0 !important;
  color: #5F3D68;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield_required {
  color: #5F3D68;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=email],
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=number],
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=password],
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=tel],
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=text],
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=url],
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container select,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container textarea {
  width: 100%;
  min-height: 48px;
  margin: 0 !important;
  padding: 11px 20px !important;
  border: 1px solid #5F3D68 !important;
  border-radius: 30px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=email]:focus,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=number]:focus,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=password]:focus,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=tel]:focus,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=text]:focus,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container input[type=url]:focus,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container select:focus,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container textarea:focus {
  border-color: #09A099 !important;
  box-shadow: 0 0 0 2px rgba(9, 160, 153, 0.15);
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container textarea {
  min-height: 150px;
  border-radius: 20px !important;
  resize: vertical;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container select {
  appearance: none;
  padding-right: 52px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath fill='none' stroke='%235f3d68' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m2 2 6 6 6-6'/%3E%3C/svg%3E");
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  background-size: 16px 10px;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield_description,
.job-application__form .gform_wrapper .gform_body .gform_fields .gform_fileupload_rules {
  margin: 8px 0 0 !important;
  padding: 0 !important;
  color: #5F3D68;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .validation_message {
  color: red;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield--type-fileupload .gfield_label,
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield--type-fileupload .ginput_container_fileupload,
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield--type-fileupload .gfield_description.gform_fileupload_rules {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_fileupload input[type=file] {
  width: 100%;
  margin-left: 0 !important;
  padding-left: 0 !important;
  color: #5F3D68;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_consent,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_checkbox .gchoice {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_consent input[type=checkbox],
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_checkbox .gchoice input[type=checkbox] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  opacity: 0 !important;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_consent label,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_checkbox .gchoice label {
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 0 0 0 29px !important;
  color: #603c68;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_consent label::before,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_checkbox .gchoice label::before {
  content: "" !important;
  position: absolute !important;
  top: 2px !important;
  left: 0 !important;
  display: block !important;
  width: 17px !important;
  min-width: 17px !important;
  max-width: 17px !important;
  height: 17px !important;
  min-height: 17px !important;
  max-height: 17px !important;
  flex: 0 0 17px !important;
  margin: 0 !important;
  border: 2px solid #603c68 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_consent input[type=checkbox]:checked + label::before,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_checkbox .gchoice input[type=checkbox]:checked + label::before {
  background-color: #603c68 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 4 3 3 6-6'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_consent input[type=checkbox]:focus-visible + label::before,
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_checkbox .gchoice input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid #09A099;
  outline-offset: 2px;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .ginput_container_checkbox,
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield_checkbox {
  margin: 0 !important;
  padding: 0 !important;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield--type-checkbox.hidden_label {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield.gfield-split-list .ginput_container_checkbox {
  margin-top: 12px !important;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield.gfield-split-list .gfield_checkbox {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 0 0 0 10px !important;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield.gfield-split-list .gfield_checkbox .gchoice {
  display: block !important;
  width: auto !important;
  min-width: 0;
}
.job-application__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea {
  display: block !important;
  width: 100% !important;
  min-height: 180px !important;
  border: 1px solid #5F3D68 !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
  resize: none !important;
}
@media only screen and (max-width: 767px) {
  .job-application__form .gform_wrapper .gform_body .gform_fields .gfield.gfield-split-list .gfield_checkbox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 559px) {
  .job-application__form .gform_wrapper .gform_body .gform_fields .gfield.gfield-split-list .gfield_checkbox {
    grid-template-columns: 1fr;
    margin-left: 10px !important;
  }
}
.job-application__form .gform_wrapper .gform_footer {
  justify-content: flex-start;
  padding: 0;
  text-align: left;
}
.job-application__form .gform_wrapper .gform_footer input.button,
.job-application__form .gform_wrapper .gform_footer input[type=submit] {
  min-width: 205px;
  height: 40px;
  min-height: 40px;
  margin: 0 !important;
  padding: 0 35px !important;
  border: 2px solid #5F3D68 !important;
  border-radius: 30px !important;
  color: #ffffff !important;
  background: #5F3D68 !important;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1;
  text-transform: none;
}
.job-application__form .gform_wrapper .gform_footer input.button:hover, .job-application__form .gform_wrapper .gform_footer input.button:focus,
.job-application__form .gform_wrapper .gform_footer input[type=submit]:hover,
.job-application__form .gform_wrapper .gform_footer input[type=submit]:focus {
  border-color: #09A099 !important;
  background: #09A099 !important;
}
@media only screen and (max-width: 767px) {
  .job-application {
    max-width: none;
  }
  .job-application__header {
    margin-bottom: 30px;
  }
  .job-application__header h2 {
    font-size: 32px;
  }
  .job-application__form .gform_wrapper .gform_footer input.button,
  .job-application__form .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
  }
}
