:root {
  --brand_color_1: #3076B1; /* Blue */
  --brand_color_2: #313539; /* Dark Gray */
  --brand_color_3: #FBDD05; /* Yellow */
  --brand_color_4: #017dab; /* Light Blue */
  --white: #fff; /* White */
}



html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
cite,
dfn,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: Courier\10 Pitch, Courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
pre,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins,
mark {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
html {
	box-sizing: border-box;
}
*,
:after,
:before {
	box-sizing: inherit;
}
body {
	background: #fff;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ol,
ul {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ol,
li > ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.5), inset 0 15px 17px hsla(0, 0%, 100%, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.8), inset 0 15px 17px hsla(0, 0%, 100%, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 hsla(0, 0%, 100%, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
select {
	border: 1px solid #ccc;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
	color: #111;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
}
a {
	color: #4169e1;
}
a:visited {
	color: purple;
}
a:active,
a:focus,
a:hover {
	color: #191970;
}
.main-navigation {
	clear: both;
	float: left;
	width: 100%;
}
.main-navigation ul a,
.main-navigation ul a:visited {
	color: var(--white);
	transition: all 0.2s ease-in-out;
}
.main-navigation ul a:hover,
.main-navigation li.current_page_item a,
.main-navigation li.current_page_parent > a {
	color: var(--brand_color_3);
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#content[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
	clear: both;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.group-blog .byline,
.single .byline {
	display: inline;
}
.entry-content,
.entry-summary,
.page-content {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
	display: none;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption,
embed,
iframe,
object {
	max-width: 100%;
}
.wp-caption {
	margin-bottom: 1.5em;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
@font-face {
	font-family: montserrat;
	src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
	font-family: montserrat;
	src: url(fonts/Montserrat-Bold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: montserrat;
	src: url(fonts/Montserrat-Light.ttf);
	font-weight: 300;
}
@font-face {
	font-family: montserrat;
	src: url(fonts/Montserrat-LightItalic.ttf);
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: ptsans;
	src: url(fonts/PT_Sans-Web-Regular.ttf);
}
@font-face {
	font-family: ptsans;
	src: url(fonts/PT_Sans-Web-Italic.ttf);
	font-style: italic;
}
@font-face {
	font-family: ptsans;
	src: url(fonts/PT_Sans-Web-BoldItalic.ttf);
	font-style: italic;
	font-weight: 700;
}
@font-face {
	font-family: ptsans;
	src: url(fonts/PT_Sans-Web-Bold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: AbrilFatface;
	src: url(fonts/AbrilFatface-Regular.ttf);
}
@font-face {
	font-family: RobotoSlab;
	src: url(fonts/RobotoSlab-Regular.ttf);
}
@font-face {
	font-family: RobotoSlab;
	src: url(fonts/RobotoSlab-Light.ttf);
	font-weight: 300;
}
@font-face {
	font-family: RobotoSlab;
	src: url(fonts/RobotoSlab-Bold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: fontawesome;
	src: url(fonts/fontawesome-webfont.ttf);
}
.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}
.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none;
}
button.mfp-arrow,
button.mfp-close,
button:focus.mfp-arrow,
button:focus.mfp-close,
button:hover.mfp-arrow,
button:hover.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner,
button:focus::-moz-focus-inner,
button:hover::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
	line-height: 0;
}
.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media (max-width: 900px) {
	.mfp-arrow {
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		transform-origin: 0;
	}
	.mfp-arrow-right {
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	transition: transform 2s;
	transform: translateY(0);
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated--infinite {
	animation-iteration-count: infinite;
}
@keyframes a {
	0%,
	20%,
	53%,
	to {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0);
	}
	80% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0) scaleY(0.95);
	}
	40%,
	43% {
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	90% {
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}
.bounce {
	animation-name: a;
	transform-origin: center bottom;
}
@keyframes b {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	animation-name: b;
}
@keyframes c {
	0% {
		transform: scaleX(1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		transform: scaleX(1);
	}
}
.pulse {
	animation-name: c;
	animation-timing-function: ease-in-out;
}
@keyframes d {
	0% {
		transform: scaleX(1);
	}
	30% {
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		transform: scaleX(1);
	}
}
.rubberBand {
	animation-name: d;
}
@keyframes e {
	0%,
	to {
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0);
	}
}
.shake {
	animation-name: e;
}
@keyframes f {
	20% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	to {
		transform: rotate(0deg);
	}
}
.swing {
	transform-origin: top center;
	animation-name: f;
}
@keyframes g {
	0% {
		transform: scaleX(1);
	}
	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		transform: scaleX(1);
	}
}
.tada {
	animation-name: g;
}
@keyframes h {
	0% {
		transform: none;
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		transform: none;
	}
}
.wobble {
	animation-name: h;
}
@keyframes i {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		transform: scaleX(1);
	}
}
.bounceIn {
	animation-name: i;
}
@keyframes j {
	0%,
	60%,
	75%,
	90%,
	to {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		transform: none;
	}
}
.bounceInDown {
	animation-name: j;
}
@keyframes k {
	0%,
	60%,
	75%,
	90%,
	to {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		transform: none;
	}
}
.bounceInLeft {
	animation-name: k;
}
@keyframes l {
	0%,
	60%,
	75%,
	90%,
	to {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		transform: none;
	}
}
.bounceInRight {
	animation-name: l;
}
@keyframes m {
	0%,
	60%,
	75%,
	90%,
	to {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		transform: translateZ(0);
	}
}
.bounceInUp {
	animation-name: m;
}
@keyframes n {
	20% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
.bounceOut {
	animation-name: n;
}
@keyframes o {
	20% {
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}
.bounceOutDown {
	animation-name: o;
}
@keyframes p {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}
.bounceOutLeft {
	animation-name: p;
}
@keyframes q {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}
.bounceOutRight {
	animation-name: q;
}
@keyframes r {
	20% {
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}
.bounceOutUp {
	animation-name: r;
}
@keyframes s {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: s;
}
@keyframes t {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0) scaleY(1.2);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInDown {
	animation-name: t;
}
@keyframes u {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) scaleX(1.2);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeft {
	animation-name: u;
}
@keyframes v {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0) scaleX(1.2);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRight {
	animation-name: v;
}
@keyframes w {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0) scaleY(1.2);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUp {
	animation-name: w;
}
@keyframes x {
	0% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInDownBig {
	animation-name: x;
}
@keyframes y {
	0% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeftBig {
	animation-name: y;
}
@keyframes z {
	0% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRightBig {
	animation-name: z;
}
@keyframes A {
	0% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpBig {
	animation-name: A;
}
@keyframes B {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	animation-name: B;
}
@keyframes C {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}
.fadeOutDown {
	animation-name: C;
}
@keyframes D {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}
.fadeOutLeft {
	animation-name: D;
}
@keyframes E {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	animation-name: E;
}
@keyframes F {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}
.fadeOutUp {
	animation-name: F;
}
@keyframes G {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
.fadeOutDownBig {
	animation-name: G;
}
@keyframes H {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
.fadeOutLeftBig {
	animation-name: H;
}
@keyframes I {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
.fadeOutRightBig {
	animation-name: I;
}
@keyframes J {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
.fadeOutUpBig {
	animation-name: J;
}
@keyframes K {
	0% {
		transform: perspective(400px) rotateY(-1turn);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		animation-timing-function: ease-in;
	}
	to {
		transform: perspective(400px);
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: K;
}
@keyframes L {
	0% {
		transform: perspective(400px) rotateX(90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateX(-20deg);
		transition-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		transform: perspective(400px);
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: L;
}
@keyframes M {
	0% {
		transform: perspective(400px) rotateY(90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateY(-20deg);
		transition-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		transform: perspective(400px);
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: M;
}
@keyframes N {
	0% {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
.flipOutX {
	animation-name: N;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
@keyframes O {
	0% {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: O;
}
@keyframes P {
	0% {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		transform: none;
		opacity: 1;
	}
}
.lightSpeedIn {
	animation-name: P;
	animation-timing-function: ease-out;
}
@keyframes Q {
	0% {
		opacity: 1;
	}
	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
.lightSpeedOut {
	animation-name: Q;
	animation-timing-function: ease-in;
}
@keyframes R {
	0% {
		transform-origin: center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}
.rotateIn {
	animation-name: R;
}
@keyframes S {
	0% {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}
.rotateInDownLeft {
	animation-name: S;
}
@keyframes T {
	0% {
		transform-origin: right bottom;
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}
.rotateInDownRight {
	animation-name: T;
}
@keyframes U {
	0% {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}
.rotateInUpLeft {
	animation-name: U;
}
@keyframes V {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}
.rotateInUpRight {
	animation-name: V;
}
@keyframes W {
	0% {
		transform-origin: center;
		opacity: 1;
	}
	to {
		transform-origin: center;
		transform: rotate(200deg);
		opacity: 0;
	}
}
.rotateOut {
	animation-name: W;
}
@keyframes X {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0;
	}
}
.rotateOutDownLeft {
	animation-name: X;
}
@keyframes Y {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate(-45deg);
		opacity: 0;
	}
}
.rotateOutDownRight {
	animation-name: Y;
}
@keyframes Z {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0;
	}
}
.rotateOutUpLeft {
	animation-name: Z;
}
@keyframes ab {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}
.rotateOutUpRight {
	animation-name: ab;
}
@keyframes bb {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
.hinge {
	animation-name: bb;
}
@keyframes cb {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.rollIn {
	animation-name: cb;
}
@keyframes db {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
.rollOut {
	animation-name: db;
}
@keyframes eb {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	animation-name: eb;
}
@keyframes fb {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInDown {
	animation-name: fb;
}
@keyframes gb {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInLeft {
	animation-name: gb;
}
@keyframes hb {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInRight {
	animation-name: hb;
}
@keyframes ib {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInUp {
	animation-name: ib;
}
@keyframes jb {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
.zoomOut {
	animation-name: jb;
}
@keyframes kb {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutDown {
	animation-name: kb;
}
@keyframes lb {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}
.zoomOutLeft {
	animation-name: lb;
}
@keyframes mb {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}
.zoomOutRight {
	animation-name: mb;
}
@keyframes nb {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutUp {
	animation-name: nb;
}
#copyright > div,
#masthead > div,
.contact.section > div,
.counter.section > div,
.credentials.section > div,
.cta.section > div,
.featured.section .slider ol,
.featured.section .slider ul,
.gallery.section .content-top-gallery .section-header .section-title,
.gallery.section .section-header,
.gallery.section article .entry-footer,
.gallery.section article .entry-header,
.introduction-services.section .section-header.outside > div,
.introduction.section > div,
.main-navigation > div,
.reviews.section > div,
.services-featured.section > div,
body.home .services.section > div,
body:not(.home) #content > div {
	max-width: 64em;
	margin-left: auto;
	margin-right: auto;
	width: 94.28571%;
}
.introduction2.section > div {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	width: 94.28571%;
}
#copyright > div:after,
#masthead > div:after,
.contact.section > div:after,
.counter.section > div:after,
.credentials.section > div:after,
.cta.section > div:after,
.featured.section .slider ol:after,
.featured.section .slider ul:after,
.gallery.section .content-top-gallery .section-header .section-title:after,
.gallery.section .section-header:after,
.gallery.section article .entry-footer:after,
.gallery.section article .entry-header:after,
.introduction-services.section .section-header.outside > div:after,
.introduction.section > div:after,
.introduction2.section > div:after,
.main-navigation > div:after,
.reviews.section > div:after,
.services-featured.section > div:after,
body.home .services.section > div:after,
body:not(.home) #content > div:after {
	content: " ";
	display: block;
	clear: both;
}
#masthead .site-branding .site-description,
#masthead .site-branding .site-title,
.featured.section .slider ul li a span,
.gallery.section article .entry-footer .cat-links,
.gallery.section article .entry-footer .edit-link,
.gallery.section article .entry-header .entry-meta,
.gallery.section article .entry-header .entry-title,
.introduction.section article .entry-footer .toggle span,
.introduction2.section article .entry-footer .toggle span,
.map.section .section-header .section-title,
.menu-toggle span,
.reviews.section .slider ul li a span,
.slider ul li a .slider ul li a span,
.wpcf7 .screen-reader-response,
.wpcf7 label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#masthead .site-branding .site-description:focus,
#masthead .site-branding .site-title:focus,
.featured.section .slider ul li a span:focus,
.gallery.section article .entry-footer .cat-links:focus,
.gallery.section article .entry-footer .edit-link:focus,
.gallery.section article .entry-header .entry-meta:focus,
.gallery.section article .entry-header .entry-title:focus,
.introduction.section article .entry-footer .toggle span:focus,
.introduction2.section article .entry-footer .toggle span:focus,
.map.section .section-header .section-title:focus,
.menu-toggle span:focus,
.reviews.section .slider ul li a span:focus,
.slider ul li a .slider ul li a span:focus,
.wpcf7 .screen-reader-response:focus,
.wpcf7 label:focus {
	background-color: #000;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
body {
	font-family: montserrat, sans-serif;
	font-weight: 400;
	color: #000;
}
button,
input,
select,
textarea {
	font-weight: 400;
	color: #000;
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
	font-family: RobotoSlab, sans-serif;
	font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0.5em 0;
	line-height: 1;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.68em;
}
h4 {
	font-size: 1.3em;
}
p {
	margin: 0.5em 0;
}
a.button {
	font-family: RobotoSlab, sans-serif;
	font-style: italic;
	font-weight: 700;
}
#masthead {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	height: 7em;
}
#masthead.headroom {
	transition: transform 0.2s linear;
}
#masthead.headroom--pinned {
	transform: translateY(0);
}
#masthead.headroom--unpinned {
	transform: translateY(-100%);
}
#masthead + #content {
	margin-top: 7em;
}
#masthead > div {
	position: relative;
}
#masthead .site-branding {
	width: 25%;
	float: left;
	margin: 0.5em 0;
	height: 4em;
	display: flex;
	align-items: center;
}
#masthead .site-branding .site-logo img {
	vertical-align: bottom;
	max-height: 6em;
	width: auto;
}
#masthead .site-branding .site-description {
	margin: 0;
}
#masthead .site-contact {
	width: 75%;
	float: right;
	text-align: right;
	padding-top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	height: 5em;
}
#masthead .site-contact .label-contact {
	font-family: RobotoSlab, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: 700;
	color: #343892;
	line-height: 1;
}

@media (min-width: 48em) {
	#masthead .site-contact .label-contact {
		font-size: 1.205em;
	}
}
#masthead .site-contact a.phone,
#masthead .site-contact a.mobile {
	font-size: 1.05em;
	font-weight: 700;
	color: var(--brand_color_1);
	margin: 0.2em 0 0;
	line-height: 1;
}
@media (min-width: 64em) {
	#masthead .site-contact a.phone,
	#masthead .site-contact a.mobile {
		font-size: 2em;
	}
}
#masthead .site-contact a.phone:beforeม
#masthead .site-contact a.mobile:before {
	color: var(--brand_color_1);
}
@media (min-width: 64em) {
	body.sidebar #content #primary {
		width: 65.71429%;
		float: left;
		margin-right: 2.85714%;
	}
}
body.sidebar #content #primary.mobile {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 64em) {
	body.sidebar #content #primary.mobile .site-main {
		max-width: 50em;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
}
@media (max-width: 63.99em) {
	body:not(.home) #content #primary {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
body:not(.home) #content #primary.mobile {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 64em) {
	body:not(.home) #content #primary.mobile .site-main {
		max-width: 50em;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
}
body:not(.home) #content #primary h1,
body:not(.home) #content #primary h2 {
	color: var(--brand_color_1);
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 2px;
}
body:not(.home) #content #primary em {
	font-weight: 400;
	font-size: 1.25em;
	line-height: 1.2;
	color: #343892;
}
@media (max-width: 47.99em) {
	body:not(.home) #content #primary em {
		font-size: 1.2em;
	}
}
body:not(.home) #content #primary em a {
	color: #343892;
}
body:not(.home) #content #primary .content-header {
	position: relative;
	min-height: 5em;
	width: 100%;
}
body:not(.home) #content #primary .content-header .entry-image {
	margin: 1.5em 0 0.5em;
}
body:not(.home) #content #primary .content-header .entry-header {
	position: absolute;
	bottom: 0.15em;
	left: 0;
	background-color: var(--brand_color_1);
	padding: 0.5em 1em;
}
@media (max-width: 47.99em) {
	body:not(.home) #content #primary .content-header .entry-header {
		font-size: 0.75em;
	}
}
body:not(.home) #content #primary .content-header .entry-header .entry-title,
body:not(.home) #content #primary .content-header .entry-header h1.entry-title {
	font-family: RobotoSlab, sans-serif;
	color: #fff;
	font-size: 2.05em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0;
}
@media (max-width: 47.99em) {
	body:not(.home) #content #primary h1 {
		font-size: 1.5em;
	}
}
@media (max-width: 47.99em) {
	body:not(.home) #content #primary h2 {
		font-size: 1.3em;
	}
}
body:not(.home) #content #primary .entry-image {
	width: 100%;
	line-height: 1;
}
body:not(.home) #content #primary .entry-image img {
	width: 100%;
}
body:not(.home) #content #primary ul {
	margin: 0;
}
body.page-template-page-blogs #content #primary {
	margin-bottom: 1.5em;
}
body.page-template-page-blogs #content #primary article {
	overflow: hidden;
	margin: 0;
}
@media (min-width: 30em) {
	body.page-template-page-blogs #content #primary article .entry-image {
		width: 38%;
		float: left;
		margin-right: 0.5em;
	}
}
body.page-template-page-blogs #content #primary article .entry-image img {
	width: 100%;
}
body.page-template-page-blogs #content #primary article > div {
	line-height: 1.35;
}
@media (min-width: 30em) {
	body.page-template-page-blogs #content #primary article > div {
		width: 60%;
		float: right;
	}
}
body.page-template-page-blogs #content #primary article .entry-header .entry-title a {
	color: var(--brand_color_1);
}
body.page-template-page-blogs #content #primary a.button {
	margin-top: 0.35em;
}
body.blog #content #primary article .entry-header .entry-title a {
	color: var(--brand_color_1);
}
body.blog #content #primary article .entry-image {
	display: none;
}
@media (min-width: 64em) {
	body.sidebar #content #secondary {
		width: 31.42857%;
		float: right;
		margin-right: 0;
	}
}
@media (max-width: 63.99em) {
	body.sidebar #content #secondary {
		display: none;
	}
}
body.sidebar #content #secondary .services.section {
	margin: 1.5em 0;
}
body.sidebar #content #secondary .services.section .section-header h2 {
	background-color: var(--brand_color_1);
	padding: 0.5em;
	color: #fff;
}
body.sidebar #content #secondary .services.section article {
	position: relative;
	overflow: hidden;
	margin: 0 0 0.5em;
	background-color: var(--brand_color_2);
}
body.sidebar #content #secondary .services.section article .entry-header .entry-title {
	font-size: 1.15em;
	margin: 0;
}
body.sidebar #content #secondary .services.section article .entry-header .entry-title a {
	color: #fff;
}
body.sidebar #content #secondary .services.section article .entry-image {
	margin: 0;
	line-height: 0em;
	width: 28%;
	float: left;
}
body.sidebar #content #secondary .services.section article .entry-image img {
	width: 100%;
}
body.sidebar #content #secondary .services.section article .content-service {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0;
	height: 100%;
}
body.sidebar #content #secondary .services.section article .content-service > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72%;
	height: 2.5em;
	top: 50%;
	padding: 0.5em;
	position: absolute;
	background-color: var(--brand_color_2);
	color: #fff;
	transition: height 0.2s ease;
	transform: translateY(-50%);
}
body.sidebar #content #secondary .services.section article .entry-summary {
	font-size: 0.95em;
	display: none;
}
body.sidebar #content #secondary .services.section article .entry-summary a.button {
	margin-top: 0.5em;
}
/*body.sidebar #content #secondary .services.section article:hover {
	line-height: 1.15em;
}
body.sidebar #content #secondary .services.section article:hover .entry-header {
	height: auto;
	padding: 0.25em 0.5em 0;
}
@media (min-width: 64em) and (max-width: 80em) {
	body.sidebar #content #secondary .services.section article:hover .entry-header {
		height: auto;
	}
}
body.sidebar #content #secondary .services.section article:hover .content-service > div {
	height: 100%;
}
body.sidebar #content #secondary .services.section article:hover .entry-summary {
	display: block;
}*/
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-1 {
		width: 5.71429%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-1.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-2 {
		width: 14.28571%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-2.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-3 {
		width: 22.85714%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-3.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-4 {
		width: 31.42857%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-4.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-5 {
		width: 40%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-5.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-6 {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-6.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-7 {
		width: 57.14286%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-7.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-8 {
		width: 65.71429%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-8.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-9 {
		width: 74.28571%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-9.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-10 {
		width: 82.85714%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-10.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-11 {
		width: 91.42857%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-11.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-12 {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width: 30em) {
	.column.column-breakpoint-xsmall.column-span-12.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-1 {
		width: 5.71429%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-1.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-2 {
		width: 14.28571%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-2.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-3 {
		width: 22.85714%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-3.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-4 {
		width: 31.42857%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-4.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-5 {
		width: 40%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-5.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-6 {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-6.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-7 {
		width: 57.14286%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-7.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-8 {
		width: 65.71429%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-8.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-9 {
		width: 74.28571%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-9.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-10 {
		width: 82.85714%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-10.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-11 {
		width: 91.42857%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-11.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-12 {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.column.column-breakpoint-small.column-span-12.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-1 {
		width: 5.71429%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-1.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-2 {
		width: 14.28571%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-2.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-3 {
		width: 22.85714%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-3.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-4 {
		width: 31.42857%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-4.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-5 {
		width: 40%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-5.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-6 {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-6.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-7 {
		width: 57.14286%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-7.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-8 {
		width: 65.71429%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-8.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-9 {
		width: 74.28571%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-9.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-10 {
		width: 82.85714%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-10.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-11 {
		width: 91.42857%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-11.column-last {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-12 {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.column.column-breakpoint-medium.column-span-12.column-last {
		float: right;
		margin-right: 0;
	}
}
a,
a:active,
a:focus,
a:hover,
a:visited {
	color: #000;
}
.contact.section a,
.contact.section a:visited,
.featured.section .slider .slides > * > div:last-of-type > div > div a,
.featured.section .slider .slides > * > div:last-of-type > div > div a:visited,
body.home .services-top.section article a,
body.home .services-top.section article a:visited {
	color: #fff;
}
.contact.section a:active,
.contact.section a:focus,
.contact.section a:hover,
.featured.section .slider .slides > * > div:last-of-type > div > div a:active,
.featured.section .slider .slides > * > div:last-of-type > div > div a:focus,
.featured.section .slider .slides > * > div:last-of-type > div > div a:hover,
body.home .services-top.section article a:active,
body.home .services-top.section article a:focus,
body.home .services-top.section article a:hover {
	color: color__text_light;
}
a {
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
.main-navigation {
	clear: none;
	display: block;
	float: none;
	width: auto;
}
@media (max-width: 63.99em) {
	.main-navigation {
		clear: both;
		max-height: calc(100vh - 5.5em);
		overflow-y: auto;
	}
}
@media (min-width: 64em) {
	.main-navigation {
		margin-top: 0;
		padding: 0.25em;
	}
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
@media (max-width: 63.99em) {
	.main-navigation ul {
		padding: 2em 0 1em;
	}
}
@media (min-width: 64em) {
	.main-navigation ul {
		text-align: center;
	}
}
.main-navigation ul ul {
	box-shadow: none;
	float: none;
	position: inherit;
	top: inherit;
	left: inherit;
	z-index: inherit;
}
@media (max-width: 63.99em) {
	.main-navigation ul ul {
		margin-left: 1.5em;
		padding: 0;
	}
}
@media (min-width: 64em) {
	.main-navigation ul ul {
		position: absolute;
		display: none;
		padding: 0.75em;
		text-align: left;
		background-color: #fff;
	}
}
.main-navigation ul ul ul {
	left: inherit;
	top: inherit;
}
@media (min-width: 64em) {
	.main-navigation ul ul li {
		float: none;
		display: block;
		margin-left: 0;
	}
}
.main-navigation ul ul a {
	width: auto;
}
@media (min-width: 64em) {
	.main-navigation ul ul a {
		width: auto;
		white-space: nowrap;
	}
}
.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
	left: inherit;
}
@media (min-width: 64em) {
	.main-navigation ul li.focus > ul,
	.main-navigation ul li:hover > ul {
		left: -0.75em;
		display: block;
	}
}
.main-navigation li {
	float: none;
	position: inherit;
}
@media (min-width: 64em) {
	.main-navigation li {
		display: inline-block;
		position: relative;
		margin-left: 0.75em;
		margin-right: 0.5em;
	}
}
@media (min-width: 64em) {
	.main-navigation li:first-of-type {
		margin-left: 0;
	}
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_item > a {
	font-weight: 400;
}
@media (min-width: 64em) {
	.main-navigation .menu-item-has-children > a:after {
		font-family: fontawesome;
		content: " \f107";
	}
}
.main-navigation.toggled ul,
.menu-toggle {
	display: block;
}
@media (min-width: 64em) {
	.main-navigation.toggled ul ul {
		display: none;
	}
}
.menu-toggle {
	position: relative;
	right: 0;
	float: right;
	margin-top: 0;
}
@media (min-width: 64em) {
	.menu-toggle {
		display: none;
	}
}
.menu-toggle:before {
	font-family: fontawesome;
	content: "\f0c9";
}
@media (min-width: 64em) {
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
a.button,
/*a.more-link,*/
body.page-template-page-blogs #content #primary a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	border-color: #343892;
	background: #343892;
}
a.more-link {
	color: var(--white);
	border-color: var(--brand_color_1);
	background: var(--brand_color_1);
}
a.button:active,
a.button:focus,
a.button:hover,
a.more-link:active,
a.more-link:focus,
a.more-link:hover,
body.page-template-page-blogs #content #primary a.button:active,
body.page-template-page-blogs #content #primary a.button:focus,
body.page-template-page-blogs #content #primary a.button:hover,
button:active,
button:focus,
button:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
	border-color: #272a6c;
	background-color: #272a6c;
}
.contact.section a.button,
.contact.section a.more-link,
.contact.section button,
.contact.section input[type="button"],
.contact.section input[type="reset"],
.contact.section input[type="submit"] {
	color: #fff;
	border-color: var(--brand_color_1);
	background: var(--brand_color_1);
}
.featured.section .slider .slides > * > div:last-of-type > div > div a.button {
	color: var(--white);
	border-color: var(--brand_color_1);
	background: var(--brand_color_1);
}
.contact.section a.button:active,
.contact.section a.button:focus,
.contact.section a.button:hover,
.contact.section a.more-link:active,
.contact.section a.more-link:focus,
.contact.section a.more-link:hover,
.contact.section button:active,
.contact.section button:focus,
.contact.section button:hover,
.contact.section input[type="button"]:active,
.contact.section input[type="button"]:focus,
.contact.section input[type="button"]:hover,
.contact.section input[type="reset"]:active,
.contact.section input[type="reset"]:focus,
.contact.section input[type="reset"]:hover,
.contact.section input[type="submit"]:active,
.contact.section input[type="submit"]:focus,
.contact.section input[type="submit"]:hover,
.featured.section .slider .slides > * > div:last-of-type > div > div a.button:active,
.featured.section .slider .slides > * > div:last-of-type > div > div a.button:focus,
.featured.section .slider .slides > * > div:last-of-type > div > div a.button:hover {
	border-color: var(--brand_color_4);
	background-color: var(--brand_color_4);
}
.menu-toggle {
	color: #fff;
	border-color: var(--brand_color_1);
	background: var(--brand_color_1);
}
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	border-color: #ddcc09;
	background-color: #ddcc09;
}
a.button,
a.more-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0.375em 1em;
	text-shadow: none;
}
a.button:active,
a.button:focus,
a.button:hover,
a.more-link:active,
a.more-link:focus,
a.more-link:hover,
button:active,
button:focus,
button:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
	box-shadow: none;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
	max-width: 100%;
	width: 100%;
	padding: 0.5em;
	border: 3px solid #000;
	border-radius: 0;
	color: var(--brand_color_1);
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
	color: var(--brand_color_1);
}
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--brand_color_1);
}
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--brand_color_1);
	opacity: 1;
}
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--brand_color_1);
}
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
textarea:-moz-placeholder {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--brand_color_1);
	opacity: 1;
}
select {
	border: 1px solid #000;
}
textarea {
	width: 100%;
	vertical-align: top;
	height: 8em;
}
.wpcf7 br {
	display: none;
}
.wpcf7 [role="alert"] {
	display: block;
}
.wpcf7 .form-validation {
	position: relative;
	margin: 1.5em 0;
}
.wpcf7 .form-validation img.wpcf7-captchac {
	position: absolute;
	z-index: 1;
	right: 0;
	width: auto;
	height: 100%;
	max-height: calc(3em - 6px);
	margin: 2px;
	padding: 1px;
	border-radius: 3px;
}
.wpcf7 .form-validation input.wpcf7-captchar {
	width: 100%;
	padding-right: 10em;
}
.entry-content,
.entry-summary,
.page-content {
	margin: 0;
}
figure {
	margin: 1.5em 0;
}
.gallery {
	margin-top: 1.5em;
}
.gallery .gallery-item {
	margin: 0;
}
.gallery .gallery-item img {
	vertical-align: bottom;
	width: 100%;
}
.slider {
	overflow: hidden;
	position: relative;
}
.slider .slides {
	margin: 0;
}
.slider .slides:after {
	content: " ";
	display: block;
	clear: both;
}
html[xmlns] .slider .slides {
	display: block;
}
* html .slider .slides {
	height: 1%;
}
.slider .slides > * {
	margin: 0;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slider .slides > :first-child {
	display: block;
}
.slider .slides > * .entry-header .entry-title {
	font-weight: 700;
}
.slider ol {
	min-height: 1.5em;
	margin: 1.5em 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slider ol li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75em;
}
.slider ol li:last-of-type {
	margin-right: auto;
}
.slider ol li a {
	overflow: hidden;
	display: block;
	width: 1.5em;
	height: 1.5em;
}
.slider ol li a .slider ol li a {
	text-indent: 1.5em;
	border-radius: 50%;
	background-color: #000;
}
.slider ol li a.slider-active {
	opacity: 0.5;
}
.slider ul {
	margin: -3em 0 1.5em;
	padding: 0;
	list-style: none;
}
.slider ul:after {
	content: " ";
	display: block;
	clear: both;
}
.slider ul li.slider-nav-prev {
	float: left;
}
.slider ul li.slider-nav-next {
	float: right;
}
.slider ul li a {
	display: block;
}
.slider ul li a .slider ul li a.slider-prev:before {
	content: "\f104";
}
.slider ul li a .slider ul li a.slider-next:after,
.slider ul li a .slider ul li a.slider-prev:before {
	vertical-align: middle;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0);
	font-size: 1.5em;
}
.slider ul li a .slider ul li a.slider-next:after {
	content: "\f105";
}
.slider ul li a:focus,
.slider ul li a:hover {
	opacity: 0.5;
}
.main-navigation {
	background-color: var(--brand_color_2);
}
@media (max-width: 64em) {
	.main-navigation {
		box-sizing: content-box;
		margin-right: -3%;
		margin-left: -3%;
		padding-right: 3%;
		padding-left: 3%;
	}
}
.main-navigation ul ul {
	background-color: var(--brand_color_2);
}
.main-navigation li a:before {
	font-family: fontawesome;
	margin-right: 0.2em;
	font-weight: 400;
	color: var(--brand_color_3);
}
.main-navigation li.home > a:before {
	content: "\f015 ";
}
.main-navigation li.about > a:before {
	content: "\f27e";
}
.main-navigation li.testimonial_menu > a:before {
	content: "\f075";
}
.main-navigation li.service_menu > a:before {
	content: "\f0c0";
}
.main-navigation li.commercial > a:before {
	content: "\f0f2";
}
.main-navigation li.gallery-menu > a:before {
	content: "\f083";
}
.main-navigation li.contact > a:before {
	content: "\f086";
}
.menu-toggle {
	line-height: 1.3;
	font-style: normal;
}
.menu-toggle:before {
	color: var(--white);
}
.featured.section {
	overflow: hidden;
	height: calc(73.25vh - 7em);
}
@media (min-width: 64em) {
	.featured.section {
		width: 80.3%;
		padding: 0 0.3em 0 0;
		float: left;
	}
}
@media (max-width: 63.99em) {
	.featured.section {
		height: calc(100vh - 7em);
	}
}
.featured.section .slider .slides > * {
	height: calc(73.25vh - 7em);
}
.featured.section .slider ol {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 1.5em;
	margin: 0 auto;
}
.featured.section .slider ul {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	left: 0;
	margin: -0.75em auto 0;
}
.featured.section .slider ol li a {
	text-indent: 1.5em;
	border-radius: 50%;
	background-color: #000;
}
.featured.section .slider ul li a.slider-prev:before {
	content: "\f104";
}
.featured.section .slider ul li a.slider-next:after,
.featured.section .slider ul li a.slider-prev:before {
	vertical-align: middle;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0);
	font-size: 1.5em;
}
.featured.section .slider ul li a.slider-next:after {
	content: "\f105";
}
.featured.section .slider .slides > * {
	overflow: hidden;
}
@media (max-width: 63.99em) {
	.featured.section .slider .slides > * {
		height: calc(100vh - 7em);
	}
}
.featured.section .slider .slides > * .entry-image {
	margin: 0;
}
.featured.section .slider .slides > * .entry-image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.featured.section .slider .slides > * .entry-video {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
}
.featured.section .slider .slides > * .entry-video embed,
.featured.section .slider .slides > * .entry-video iframe,
.featured.section .slider .slides > * .entry-video object,
.featured.section .slider .slides > * .entry-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media (min-aspect-ratio: 16/9) {
	.featured.section .slider .slides > * .entry-video embed,
	.featured.section .slider .slides > * .entry-video iframe,
	.featured.section .slider .slides > * .entry-video object,
	.featured.section .slider .slides > * .entry-video video {
		height: 300% !important;
		top: -100%;
	}
}
@media (max-aspect-ratio: 16/9) {
	.featured.section .slider .slides > * .entry-video embed,
	.featured.section .slider .slides > * .entry-video iframe,
	.featured.section .slider .slides > * .entry-video object,
	.featured.section .slider .slides > * .entry-video video {
		width: 300% !important;
		left: -100%;
	}
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.featured.section .slider .slides > * .entry-video video {
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
	}
}
.featured.section .slider .slides > * .entry-video .mejs-container {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}
.featured.section .slider .slides > * .entry-video .mejs-container .mejs-mediaelement .me-plugin {
	width: 100%;
	height: 100%;
}
.featured.section .slider .slides > * .entry-video .mejs-container .mejs-layers .mejs-layer {
	width: 100% !important;
	height: 100% !important;
}
.featured.section .slider .slides > * .entry-video .mejs-container .mejs-layers .mejs-layer.mejs-poster {
	background-size: cover;
}
.featured.section .slider .slides > * .entry-video .mejs-container .mejs-controls {
	display: none !important;
}
.featured.section .slider .slides > * > div:last-of-type {
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media (min-width: 48em) {
	.featured.section .slider .slides > * > div:last-of-type {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}
.featured.section .slider .slides > * > div:last-of-type > div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0.5em 2.85714%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(53, 50, 50, 0.6), hsla(0, 1%, 70%, 0.6));
}
@media (min-width: 48em) {
	.featured.section .slider .slides > * > div:last-of-type > div {
		width: 29%;
		height: 100%;
	}
}
@media (max-width: 47.99em) {
	.featured.section .slider .slides > * > div:last-of-type > div {
		width: 92%;
		min-width: 20em;
		max-width: 30em;
		position: relative;
		margin: auto;
		bottom: 2em;
		padding: 0.5em;
	}
}
.featured.section .slider .slides > * > div:last-of-type > div > div {
	overflow: auto;
	float: left;
	width: 100%;
	padding: 0.5em 2.85714%;
	color: #fff;
}
@media (min-width: 64em) and (max-width: 93.74em) {
	.featured.section .slider .slides > * > div:last-of-type > div > div {
		font-size: 0.7em;
	}
}
@media (min-width: 56.25em) and (max-width: 63.99em) {
	.featured.section .slider .slides > * > div:last-of-type > div > div {
		font-size: 0.7em;
	}
}
@media (max-width: 56.24em) {
	.featured.section .slider .slides > * > div:last-of-type > div > div {
		font-size: 0.5em;
	}
}
.featured.section .slider .slides > * > div:last-of-type > div > div .entry-header {
	line-height: 1;
}
.featured.section .slider .slides > * > div:last-of-type > div > div .entry-header .entry-title {
	font-family: RobotoSlab, sans-serif;
	font-size: 2.5em;
	font-style: italic;
	color: var(--brand_color_3);
	line-height: 1;
}
@media (min-width: 64em) and (max-width: 93.74em) {
	.featured.section .slider .slides > * > div:last-of-type > div > div .entry-header .entry-title {
		font-size: 2em;
	}
}
.featured.section .slider .slides > * > div:last-of-type > div > div .entry-summary > p:first-of-type {
	font-size: 1em;
	font-weight: 300;
}
@media (min-width: 64em) and (max-width: 93.74em) {
	.featured.section .slider .slides > * > div:last-of-type > div > div .entry-summary p {
		font-size: 1.3em;
		line-height: 1.2;
	}
}
.featured.section .slider .slides > * > div:last-of-type > div > div a.button {
	font-size: inherit;
}
.featured.section .slider ol {
	text-align: right;
	left: 0;
	bottom: 0.8em;
	width: 29%;
	float: left;
	margin: 0;
	padding-right: 2%;
}
@media (min-width: 64em) {
	.featured.section .slider ol {
		bottom: 5vh;
	}
}
@media (max-width: 47.99em) {
	.featured.section .slider ol {
		text-align: center;
		width: 100%;
		margin: auto;
		font-size: 0.7em;
	}
}
.featured.section .slider ol li a {
	opacity: 0.5;
	color: var(--brand_color_1);
	background-color: var(--brand_color_1);
}
.featured.section .slider ol li a.slider-active {
	opacity: 1;
}
.featured.section .slider ul {
	display: none;
	margin: -1.5em auto 0;
}
.featured.section .slider ul li a {
	color: var(--brand_color_1);
}
.featured.section .slider ul li a.slider-next:after,
.featured.section .slider ul li a.slider-prev:before {
	font-size: 3em;
}
.service-featured-top.section {
	overflow: hidden;
}
.introduction-services.section .section-header.outside {
	background-color: var(--brand_color_1);
	padding: 0.5em 0 1em;
}
.introduction-services.section .section-header.outside h1.section-title {
	font-size: 2em;
	text-align: center;
	color: var(--brand_color_3);
	margin: 0 auto;
	text-transform: uppercase;
}
@media (min-width: 64em) {
	.introduction-services.section .section-header.outside h1.section-title {
		font-size: 3em;
	}
}
.introduction-services.section .section-header.outside h1.section-title span {
	display: block;
	font-family: montserrat, sans-serif;
	font-size: 0.5em;
	font-weight: 300;
	font-style: italic;
	line-height: 1.3;
	color: var(--white);
}
@media (min-width: 48em) and (max-width: 63.99em) {
	.introduction-services.section .section-header.outside h1.section-title span {
		font-size: 0.7em;
	}
}
@media (min-width: 64em) {
	.introduction-services.section .section-header.outside h1.section-title span {
		font-size: 0.36em;
	}
}
.introduction-services.section .section-content-intro {
	position: relative;
	background-image: url(/shared/content/uploads/bg-intro.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0;
	margin: 0.75em 0;
}
.introduction-services.section .section-content-intro:before {
	content: "";
	width: 100%;
	height: 99.9%;
	position: absolute;
	z-index: -1;
	background: #e9e9eb;
	margin-top: 1px;
}
@media (min-width: 80em) and (max-width: 93.74em) {
	.introduction-services.section .section-content-intro {
		background-position: 86%;
	}
	body:not(.logged-in) .introduction-services.section .section-content-intro {
		background-size: initial;
	}
}
@media (min-width: 93.75em) {
	.introduction-services.section .section-content-intro {
		background-position: 100%;
	}
	body:not(.logged-in) .introduction-services.section .section-content-intro {
		background-size: initial;
	}
}
.introduction.section,
.introduction2.section {
	overflow: auto;
	padding-top: 2em;
}
.introduction.section article .entry-summary,
.introduction2.section article .entry-summary {
	display: block;
}
.introduction.section .section-header,
.introduction.section article .entry-summary.toggled,
.introduction2.section .section-header,
.introduction2.section article .entry-summary.toggled {
	display: none;
}
@media (min-width: 64em) {
	.introduction.section .section-content {
		width: 100%;
	}
}
.introduction.section article .entry-summary:after,
.introduction2.section article .entry-summary:after {
	content: " ";
	display: block;
	clear: both;
}
@media (min-width: 48em) {
	.introduction.section article .entry-summary > div:first-of-type,
	.introduction2.section article .entry-summary > div:first-of-type {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.introduction.section article .entry-summary > div:last-of-type,
	.introduction2.section article .entry-summary > div:last-of-type {
		width: 48.57143%;
		float: right;
		margin-right: 0;
	}
}
.introduction.section article .entry-summary h2,
.introduction2.section article .entry-summary h2 {
	color: var(--brand_color_1);
}
@media (max-width: 47.99em) {
	.introduction.section article .entry-summary h2,
	.introduction2.section article .entry-summary h2 {
		font-size: 1.68em;
	}
}
.introduction.section article .entry-footer .toggle[aria-pressed="false"]:after {
	content: "More About";
}
.introduction.section article .entry-footer .toggle[aria-pressed="true"]:after {
	content: "Less About";
}
@media (max-width: 63.99em) {
	body.home .services-top.section {
		/*display: none;*/
	}
}
@media (min-width: 64em) {
	body.home .services-top.section {
		height: calc(73.25vh - 7em);
	}
}
body.home .services-top.section article {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	color: #fff;
}
@media (min-width: 64em) {
	body.home .services-top.section article {
		height: calc(((73.25vh - 7em) / 3) - 0.35vh);
		margin-top: 0.5vh;
	}
}
body.home .services-top.section article > div > div > div {
	width: 100%;
	padding: 0.75em;
}
body.home .services-top.section article .entry-header .entry-title {
	font-size: 1em;
	margin: 0;
}
body.home .services-top.section article .entry-header .entry-title a {
	color: #fff;
}
@media (min-width: 64em) {
	body.home .services-top.section article .entry-image {
		display: none;
	}
}
body.home .services-top.section article .entry-image img {
	width: 100%;
}
body.home .services-top.section article .content-service {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0;
	height: 100%;
}
body.home .services-top.section article .content-service img {
	display: none;
}
body.home .services-top.section article .content-service > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 2.5em;
	bottom: 0;
	padding: 0.5em;
	position: absolute;
	background-color: var(--brand_color_2);
	transition: height 0.2s ease;
}
body.home .services-top article#nocowboys a {
	text-align: center;
	display: block;
	height: 100%;
	margin: 0;
}
body.home .services-top article#nocowboys a img {
	width: auto;
	height: auto;
	max-height: 100%;
}

body.single-post .site-content .entry-content a {
	text-decoration: underline;
}

@media (min-width: 64em) and (max-width: 80em) {
	body.home .services-top.section article .content-service {
		font-size: 0.7em;
		line-height: 1em;
	}
	body.home .services-top.section article .content-service a.button {
		font-size: 1.1em;
		padding: 0.1em 0.5em;
	}
}
body.home .services-top.section article .entry-summary {
	display: none;
}
body.home .services-top.section article:hover {
	line-height: 1.15em;
}
body.home .services-top.section article:hover .entry-header {
	height: auto;
	padding: 0.25em 0.5em 0;
}
@media (min-width: 64em) and (max-width: 80em) {
	body.home .services-top.section article:hover .entry-header {
		height: auto;
	}
}
body.home .services-top.section article:hover .entry-header .entry-title {
	font-size: 1em;
}
body.home .services-top.section article:hover .content-service > div {
	height: 100%;
}
body.home .services-top.section article:hover .entry-summary {
	display: block;
	font-size: 0.8em;
}
body.home .services-top.section article a {
	margin-top: 0.5em;
}
body.home .services.section {
	overflow: hidden;
}
body.home .services.section article {
	animation-duration: 1s;
	animation-fill-mode: both;
}
body.home .services.section article.animated {
	animation: w 1s 0s 1;
}
@media (min-width: 30em) and (max-width: 56.24em) {
	body.home .services.section article {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 56.25em) and (max-width: 63.99em) {
	body.home .services.section article {
		width: 22.85714%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 64em) {
	body.home .services.section article {
		width: 17.71429%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) and (max-width: 56.24em) {
	body.home .services.section article:nth-of-type(2n) {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 56.25em) and (max-width: 63.99em) {
	body.home .services.section article:nth-of-type(4n) {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	body.home .services.section article:nth-of-type(5n) {
		float: right;
		margin-right: 0;
	}
}
body.home .services.section > div {
	width: 100%;
	max-width: 98%;
	margin: 0.5em auto 0;
}
@media (min-width: 64em) {
	body.home .services.section > div {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
}
body.home .services.section article {
	position: relative;
	overflow: hidden;
	color: #fff;
}
@media (min-width: 64em) {
	body.home .services.section article {
		width: 19.78%;
		height: 25.75vh;
		float: left !important;
		margin-top: 0.5vh;
		margin-bottom: 0.5vh;
		margin-right: 0.275% !important;
	}
	body.home .services.section article:last-of-type {
		float: right !important;
		margin-right: 0 !important;
	}
	body.home .services.section article.category_page-top {
		display: none;
	}
}
@media (min-width: 56.25em) and (max-width: 63.99em) {
	body.home .services.section article {
		width: 24.4%;
		margin-bottom: 0.5em;
		margin-right: 0.8%;
	}
}
@media (min-width: 30em) and (max-width: 56.24em) {
	body.home .services.section article {
		width: 49.4%;
		margin-bottom: 0.5em;
		margin-right: 0.8%;
	}
}
@media (max-width: 29.99em) {
	body.home .services.section article {
		margin: 0.5em;
	}
}
body.home .services.section article .entry-header .entry-title {
	font-size: 1em;
	margin: 0;
}
body.home .services.section article .entry-header .entry-title a {
	color: #fff;
}
body.home .services.section article .entry-image {
	margin: 0;
	line-height: 1;
}
@media (min-width: 64em) {
	body.home .services.section article .entry-image {
		display: none;
	}
}
body.home .services.section article .entry-image img {
	width: 100%;
}
body.home .services.section article .content-service {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0;
	height: 100%;
}
body.home .services.section article .content-service > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 2.5em;
	bottom: 0;
	padding: 0.5em;
	position: absolute;
	background-color: var(--brand_color_2);
	transition: height 0.2s ease;
}
@media (min-width: 64em) and (max-width: 80em) {
	body.home .services.section article .content-service {
		font-size: 0.7em;
		line-height: 1em;
	}
	body.home .services.section article .content-service a.button {
		font-size: 1.1em;
		padding: 0.1em 0.5em;
	}
}
body.home .services.section article .entry-summary {
	display: none;
}
body.home .services.section article:hover {
	line-height: 1.15em;
}
body.home .services.section article:hover .entry-header {
	height: auto;
	padding: 0.25em 0.5em 0;
}
@media (min-width: 64em) and (max-width: 80em) {
	body.home .services.section article:hover .entry-header {
		height: auto;
	}
}
body.home .services.section article:hover .entry-header .entry-title {
	font-size: 1em;
}
body.home .services.section article:hover .content-service > div {
	height: 100%;
}
body.home .services.section article:hover .entry-summary {
	display: block;
	font-size: 0.8em;
}
.services-featured.section {
	overflow: hidden;
}
.services-featured.section article {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.services-featured.section article.animated {
	animation: w 1s 0s 1;
}
@media (min-width: 30em) and (max-width: 47.99em) {
	.services-featured.section article {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.services-featured.section article {
		width: 31.42857%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) and (max-width: 47.99em) {
	.services-featured.section article:nth-of-type(1n) {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.services-featured.section article:nth-of-type(3n) {
		float: right;
		margin-right: 0;
	}
}
.services-featured.section .section-header {
	display: none;
}
@media (min-width: 48em) and (max-width: 63.99em) {
	.services-featured.section article .entry-header {
		min-height: 2.5em;
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: center;
	}
}
.services-featured.section article .entry-header .entry-title {
	margin: 0;
	font-size: 1.25em;
	font-style: italic;
}
.services-featured.section article .entry-header .entry-title a {
	color: #343892;
}
.services-featured.section article .entry-image {
	margin: 0.5em 0;
}
.services-featured.section article .entry-image img {
	width: 100%;
}
.services-featured.section article .entry-summary {
	font-size: 0.95em;
}
@media (min-width: 48em) and (max-width: 56.24em) {
	.services-featured.section article .entry-summary p:first-of-type {
		min-height: 19.5em;
	}
}
@media (min-width: 56.25em) and (max-width: 63.99em) {
	.services-featured.section article .entry-summary p:first-of-type {
		min-height: 15em;
		line-height: 1.35;
	}
}
@media (min-width: 64em) and (max-width: 67.86em) {
	.services-featured.section article .entry-summary p:first-of-type {
		min-height: 14em;
		line-height: 1.25;
	}
}
@media (min-width: 67.87em) {
	.services-featured.section article .entry-summary p:first-of-type {
		min-height: 13.5em;
	}
}
.map.section .map-container {
	height: 20em;
	position: relative;
	width: 100%;
}
.map.section .map-container iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.map.section .map-container:focus:after {
	display: none;
}
.map.section .map-container:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.reviews.section {
	overflow: hidden;
	margin: 0;
}
.reviews.section .section-header {
	text-align: center;
}                                                                                                                                                                                                
.reviews.section .slider ol li a {
	text-indent: 1.5em;
	border-radius: 50%;
	background-color: #000;
}
.reviews.section .slider ul li a.slider-prev:before {
	content: "\f104";
}
.reviews.section .slider ul li a.slider-next:after,
.reviews.section .slider ul li a.slider-prev:before {
	vertical-align: middle;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0);
	font-size: 1.5em;
}
.reviews.section .slider ul li a.slider-next:after {
	content: "\f105";
}
.gallery.section {
	overflow: hidden;
	margin: 0.5em 0;
	text-align: center;
}
.gallery.section,
.gallery.section > div {
	display: table;
	height: 100%;
}
@media (min-width: 56.25em) {
	.gallery.section .content-top-gallery {
		display: table-cell;
		width: 24.65%;
		padding-right: 0.5em;
		height: 100%;
		vertical-align: top;
	}
}
.gallery.section .content-top-gallery .section-header {
	background-color: var(--brand_color_1);
	display: flex;
	align-items: center;
	width: 100%;
	height: 40%;
	min-height: 8em;
	margin-bottom: 0.5em;
}
.gallery.section .content-top-gallery .section-header .section-title {
	margin: 0 auto;
	font-size: 2.5em;
	font-weight: 700;
	text-align: left;
	color: #fff;
	line-height: 1;
	max-width: 5em;
}
@media (min-width: 64em) {
	.gallery.section .content-top-gallery .section-header .section-title {
		font-size: 4.5vw;
		padding: 0.2em 0.28em;
	}
}
.gallery.section .content-top-gallery .section-excerpt-text {
	display: flex;
	height: 59%;
	/*background-color: var(--brand_color_2);*/
	background-color: #f7f7f7;
	color: var(--white);
	align-items: center;
	font-size: 1em;
	font-weight: 300;
	font-style: italic;
	text-align: left;
	background-size: 100%;
	background-repeat: repeat;
	margin-bottom: 0.5em;
}
@media (min-width: 64em) and (max-width: 79.99em) {
	.gallery.section .content-top-gallery .section-excerpt-text {
		font-size: 1.23em;
	}
}
@media (min-width: 80em) {
	.gallery.section .content-top-gallery .section-excerpt-text {
		font-size: 1.6em;
	}
}
.gallery.section .content-top-gallery .section-excerpt-text > div > div {
	padding: 1.5em;
}
@media (min-width: 56.25em) {
	.gallery.section .section-content {
		display: table-cell;
		height: 100%;
		width: 74.5%;
	}
}
.gallery.section article {
	margin: 0;
}
.gallery.section article .entry-content {
	margin-top: 0;
}
.gallery.section article .entry-content .gallery,
.gallery.section article .entry-content .gallery figure {
	margin: 0;
}
.gallery.section article a.button {
	padding: 0.2em 1em;
	margin-top: 0.5em;
}
div.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	grid-gap: 0.5em;
	grid-auto-rows: minmax(2.81em, auto);
	grid-auto-flow: dense;
	margin-top: 0;
	margin-bottom: 0;
}
div.gallery .gallery-item {
	width: 100%;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
}
div.gallery .gallery-item:nth-of-type(n) {
	grid-column-end: span 1;
	grid-row-end: span 1;
}
div.gallery .gallery-item:nth-of-type(7n-2),
div.gallery .gallery-item:nth-of-type(7n-4) {
	grid-column-end: span 1;
	grid-row-end: span 2;
}
/*div.gallery .gallery-item .gallery-icon.portrait,
div.gallery .gallery-item .gallery-icon.portrait a,
div.gallery .gallery-item .gallery-icon.portrait img {
	height: 100%;
	display: block;
	position: relative;
	float: left;
}*/
.grid-gallery .gallery {
	overflow: auto;
}
.grid-gallery .gallery.gallery-columns-2 {
	margin-bottom: 0;
}
.grid-gallery .gallery.gallery-columns-2 figure.gallery-item {
	max-width: 100%;
	margin-bottom: 2.85714%;
}
.grid-gallery .gallery.gallery-columns-2 figure.gallery-item:first-of-type,
.grid-gallery .gallery.gallery-columns-2 figure.gallery-item:nth-of-type(1n) {
	width: 48.57143%;
	float: left;
	margin-right: 2.85714%;
}
.grid-gallery .gallery.gallery-columns-2 figure.gallery-item:nth-of-type(2n) {
	width: 48.57143%;
	float: right;
	margin-right: 0;
}
.grid-gallery .gallery.gallery-columns-3 {
	margin-bottom: 0;
}
.grid-gallery .gallery.gallery-columns-3 figure.gallery-item {
	max-width: 100%;
	margin-bottom: 2.85714%;
}
.grid-gallery .gallery.gallery-columns-3 figure.gallery-item:first-of-type,
.grid-gallery .gallery.gallery-columns-3 figure.gallery-item:nth-of-type(1n) {
	width: 31.42857%;
	float: left;
	margin-right: 2.85714%;
}
.grid-gallery .gallery.gallery-columns-3 figure.gallery-item:nth-of-type(3n) {
	width: 31.42857%;
	float: right;
	margin-right: 0;
}
.grid-gallery .gallery.gallery-columns-4 {
	margin-bottom: 0;
}
.grid-gallery .gallery.gallery-columns-4 figure.gallery-item {
	max-width: 100%;
	margin-bottom: 2.85714%;
}
.grid-gallery .gallery.gallery-columns-4 figure.gallery-item:first-of-type,
.grid-gallery .gallery.gallery-columns-4 figure.gallery-item:nth-of-type(1n) {
	width: 22.85714%;
	float: left;
	margin-right: 2.85714%;
}
.grid-gallery .gallery.gallery-columns-4 figure.gallery-item:nth-of-type(4n) {
	width: 22.85714%;
	float: right;
	margin-right: 0;
}
.cta.section {
	overflow: auto;
	text-align: center;
}
.clients.section {
	overflow: auto;
	text-align: center;
	padding: 1em 0;
}
.clients.section div {
	width: 64em;
	overflow: auto;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.clients.section div img {
	max-width: 100%;
}
div.cta {
	background: var(--brand_color_1);
	padding: 0.5em 1em;
	margin-top: 1.5em;
	color: var(--white);
}
div.cta h3 {
	color: var(--brand_color_3);
}
div.cta a {
	color: var(--white);
	transition: all 0.3s ease-in-out;
}
div.cta a:hover {
	color: var(--brand_color_3);
}
.credentials.section {
	overflow: hidden;
	text-align: center;
}
.credentials.section ol:after {
	content: " ";
	display: block;
	clear: both;
}
@media (min-width: 30em) and (max-width: 48em) {
	.credentials.section ol li {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 48em) {
	.credentials.section ol li {
		width: 22.85714%;
		float: left;
		margin-right: 2.85714%;
	}
}
@media (min-width: 30em) and (max-width: 48em) {
	.credentials.section ol li:nth-of-type(2n) {
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.credentials.section ol li:nth-of-type(4n) {
		float: right;
		margin-right: 0;
	}
}
.credentials.section ol {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.credentials.section ol li {
	margin-bottom: 1.5em;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.credentials.section ol li.animated {
	animation: w 1s 0s 1;
}
.credentials.section ol li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0);
	content: "\f111";
	font-size: 3em;
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}
.counter.section {
	overflow: auto;
	text-align: center;
}
.counter.section ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.counter.section ul:after {
	content: " ";
	display: block;
	clear: both;
}
.counter.section ul li {
	margin-bottom: 1.5em;
}
@media (min-width: 30em) and (max-width: 48em) {
	.counter.section ul li {
		width: 48.57143%;
		float: left;
	}
	.counter.section ul li:nth-child(odd) {
		margin-right: -100%;
		clear: both;
		margin-left: 0;
	}
	.counter.section ul li:nth-child(2n + 2) {
		margin-left: 51.42857%;
		margin-right: -100%;
		clear: none;
	}
}
@media (min-width: 48em) {
	.counter.section ul li {
		width: 22.85714%;
		float: left;
	}
	.counter.section ul li:nth-child(4n + 1) {
		margin-right: -100%;
		clear: both;
		margin-left: 0;
	}
	.counter.section ul li:nth-child(4n + 2) {
		margin-left: 25.71429%;
		margin-right: -100%;
		clear: none;
	}
	.counter.section ul li:nth-child(4n + 3) {
		margin-left: 51.42857%;
		margin-right: -100%;
		clear: none;
	}
	.counter.section ul li:nth-child(4n + 4) {
		margin-left: 77.14286%;
		margin-right: -100%;
		clear: none;
	}
}
.counter.section ul li .odometer {
	display: block;
	font-size: 3em;
	font-weight: 700;
}
.contact.section {
	overflow: auto;
	padding: 1em 0 1.5em;
	color: #fff;
	background-color: var(--brand_color_2);
}
@media (min-width: 48em) {
	.contact.section section:first-of-type {
		width: 48.57143%;
		float: right;
		margin-right: 0;
	}
}
@media (min-width: 48em) {
	.contact.section section:nth-of-type(n + 2) {
		width: 48.57143%;
		float: left;
		margin-right: 2.85714%;
	}
}
.contact.section a.button,
.contact.section a.more-link,
.contact.section button,
.contact.section input[type="button"],
.contact.section input[type="reset"],
.contact.section input[type="submit"] {
	font-weight: 700;
}
.contact.section .section-header.contact .section-title {
	color: #fff;
	font-size: 2em;
	text-align: center;
}
@media (min-width: 64em) {
	.contact.section .section-header.contact .section-title {
		font-size: 5em;
	}
}
@media (min-width: 48em) and (max-width: 63.99em) {
	.contact.section .section-header.contact .section-title {
		font-size: 2.5em;
	}
}
.contact.section .section-header.contact .section-title:before {
	content: "\f095";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0);
	margin-right: 0.25em;
	color: var(--brand_color_3);
}
.contact.section .contact-form.section .section-header .section-title {
	color: var(--brand_color_3);
	letter-spacing: 3px;
}
@media (min-width: 64em) {
	.contact.section .contact-form.section .section-header .section-title {
		font-size: 2.5em;
	}
}
@media (max-width: 47.99em) {
	.contact.section .contact-details.section {
		margin: 2em 0;
	}
}
.contact.section .contact-details.section .section-header .section-title {
	color: var(--brand_color_3);
	letter-spacing: 2px;
}
@media (min-width: 64em) {
	.contact.section .contact-details.section .section-header .section-title {
		font-size: 2.5em;
	}
}
.contact.section .contact-details.section .section-content a.contact-detail {
	display: block;
	margin: 0.75em 0;
}
@media (min-width: 48em) {
	.contact.section .contact-details.section .section-content a.contact-detail {
		font-size: 1.25em;
	}
}
.contact.section .contact-details.section .section-content a.contact-detail:before {
	color: var(--brand_color_3);
}
.contact.section .social-media.section .section-header .section-title {
	color: var(--brand_color_3);
	letter-spacing: 2px;
}
@media (min-width: 64em) {
	.contact.section .social-media.section .section-header .section-title {
		font-size: 2.5em;
	}
}
.contact.section .social-media.section .section-content a.contact-detail {
	display: inline-block;
	font-size: 3em;
}
.contact.section .social-media.section .section-content a.contact-detail:before {
	color: #fff;
}
.contact.section .social-media.section .section-content a.contact-detail span {
	display: none;
}
.contact-detail {
	display: inline-block;
}
.contact-detail:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0);
	margin-right: 0.25em;
}
.contact-detail.phone:before {
	content: "\f098";
}
.contact-detail.mobile:before {
	content: "\f10b";
}
.contact-detail.fax:before {
	content: "\f1ac";
}
.contact-detail.email:before {
	content: "\f0e0";
}
.contact-detail.address:before {
	content: "\f041";
}
.contact-detail.abn:before {
	content: "\f0b1";
}
.contact-detail.facebook:before {
	content: "\f082";
}
.contact-detail.googleplus:before {
	content: "\f0d4";
}
.contact-detail.twitter:before {
	content: "\f099";
}
.contact-detail.instagram:before {
	content: "\f16d";
}
.contact-detail.pinterest:before {
	content: "\f231";
}
.contact-detail.youtube:before {
	content: "\f167";
}
.contact-detail.linkedin:before {
	content: "\f0e1";
}
#copyright {
	overflow: auto;
	padding: 0.5em 0;
	background-color: var(--brand_color_1);
}
#copyright > div > div {
	font-size: 0.8em;
}
