@charset "UTF-8";
/*
Theme Name: Grønn Byggallianse
Author: CoreTrek
Author URI:
Version: 2024
Description: Grønn byggallianse_design theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grønnbyggalliansedesign
Tags: one-column, two-columns
Theme URI:
*/
@font-face {
	font-family: 'icomoon';
	src: url("fonts/icomoon.eot?ucpu0t");
	src: url("fonts/icomoon.eot?ucpu0t#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ucpu0t") format("truetype"), url("fonts/icomoon.woff?ucpu0t") format("woff"), url("fonts/icomoon.svg?ucpu0t#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-hand .path1:before {
	content: "\e91a";
	color: #9ba39b;
}
.icon-hand .path2:before {
	content: "\e91b";
	margin-left: -5.9638671875em;
	color: #1c9c77;
}
.icon-hand .path3:before {
	content: "\e91c";
	margin-left: -5.9638671875em;
	color: #9ba39b;
}
.icon-arrow-prev:before {
	content: "\e900";
}
.icon-arrow-next:before {
	content: "\e901";
}
.icon-arrow-down:before {
	content: "\e902";
}
.icon-arrow-up:before {
	content: "\e903";
}
.icon-check:before {
	content: "\e904";
}
.icon-fb-icon:before {
	content: "\e905";
}
.icon-in-logo:before {
	content: "\e906";
}
.icon-location:before {
	content: "\e907";
}
.icon-login:before {
	content: "\e908";
}
.icon-logo-bg:before {
	content: "\e909";
}
.icon-menu-burger:before {
	content: "\e90a";
}
.icon-menu-close:before {
	content: "\e90b";
}
.icon-quote:before {
	content: "\e90c";
}
.icon-ser-icon-1:before {
	content: "\e90d";
}
.icon-ser-icon-2:before {
	content: "\e90e";
}
.icon-ser-icon-3 .path1:before {
	content: "\e90f";
	color: #6b6b6b;
}
.icon-ser-icon-3 .path2:before {
	content: "\e910";
	margin-left: -0.9345703125em;
	color: #6b6b6b;
}
.icon-ser-icon-3 .path3:before {
	content: "\e911";
	margin-left: -0.9345703125em;
	color: #6b6b6b;
	opacity: 0.4;
}
.icon-ser-icon-3 .path4:before {
	content: "\e912";
	margin-left: -0.9345703125em;
	color: #6b6b6b;
}
.icon-ser-icon-3 .path5:before {
	content: "\e913";
	margin-left: -0.9345703125em;
	color: #6b6b6b;
}
.icon-ser-icon-4:before {
	content: "\e914";
}
.icon-time:before {
	content: "\e915";
}
.icon-tw-icon:before {
	content: "\e916";
}
.icon-pinterest:before {
	content: "\e918";
}
.icon-search:before {
	content: "\e917";
}
.icon-facebook:before {
	content: "\e919";
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}
.me-plugin {
	position: absolute;
	height: 0;
	width: 0;
}
.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}
.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}
.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}
.mejs-clear {
	clear: both;
}
/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
:root .mejs-poster img {
	display: none;
}
.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-overlay-play {
	cursor: pointer;
}
.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
	background-image: url(bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px;
}
.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(background.png);
	background: rgba(0, 0, 0, 0.9);
	background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(background.png);
	background: rgba(0, 0, 0, 0.7);
	background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}
.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
	background-image: url(controls.png);
}
/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px;
	overflow: hidden;
	text-align: center;
	box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}
.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	border-radius: 2px;
	cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50, 50, 50, 0.8);
	background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 15px 15px;
	animation: buffering-stripes 2s linear infinite;
}
@keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60, 170, 200, 0.8);
	background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	border-radius: 0;
	top: 15px;
	left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
	position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
	border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	border-radius: 1px;
	margin: 0;
}
/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px;
	background: #333;
	background: rgba(50, 50, 50, 0.8);
	background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}
.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border-radius: 0;
}
/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}
.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}
.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
	overflow: hidden;
	border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102, 102, 102, 0.7);
	background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}
.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}
.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}
.mejs-captions-position-hover {
	bottom: 35px;
}
.mejs-captions-text {
	padding: 3px 5px;
	background: url(background.png);
	background: rgba(20, 20, 20, 0.5);
	white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}
.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001;
	/* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}
/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #ffffff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
	visibility: hidden;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	visibility: visible;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px 0;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: #c8c8c8 !important;
	background-color: rgba(255, 255, 255, 0.4) !important;
}
/* End: Speed */
/* TED player */
.mejs-ted .mejs-controls {
	background: #eee;
	height: 65px;
}
.mejs-ted .mejs-button, .mejs-ted .mejs-time {
	position: absolute;
	background: #ddd;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -52px;
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -52px;
	width: 0;
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 6px;
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -59px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	margin: 0;
	width: 14px;
	height: 21px;
	top: -7px;
	border: 0;
	background: url(controls-ted.png) no-repeat 0 0;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {
	display: none;
}
.mejs-ted .mejs-controls .mejs-playpause-button {
	top: 29px;
	left: 9px;
	width: 49px;
	height: 28px;
}
.mejs-ted .mejs-controls .mejs-playpause-button button {
	width: 49px;
	height: 28px;
	background: url(controls-ted.png) no-repeat -50px -23px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-pause button {
	background-position: 0 -23px;
}
.mejs-ted .mejs-controls .mejs-fullscreen-button {
	top: 34px;
	right: 9px;
	width: 17px;
	height: 15px;
	background: none;
}
.mejs-ted .mejs-controls .mejs-fullscreen-button button {
	width: 19px;
	height: 17px;
	background: transparent url(controls-ted.png) no-repeat 0 -66px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-unfullscreen button {
	background: transparent url(controls-ted.png) no-repeat -21px -66px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-volume-button {
	top: 30px;
	right: 35px;
	width: 24px;
	height: 22px;
}
.mejs-ted .mejs-controls .mejs-mute button {
	background: url(controls-ted.png) no-repeat -15px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-unmute button {
	background: url(controls-ted.png) no-repeat -40px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: #fff;
	border: solid 1px #aaa;
	border-width: 1px 1px 0 1px;
	width: 22px;
	height: 65px;
	top: -65px;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total {
	background: url(controls-ted.png) repeat-y -41px -66px;
	left: 8px;
	width: 6px;
	height: 50px;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current {
	left: 8px;
	width: 6px;
	background: url(controls-ted.png) repeat-y -48px -66px;
	height: 50px;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle {
	display: none;
}
.mejs-ted .mejs-controls .mejs-time span {
	color: #333;
}
.mejs-ted .mejs-controls .mejs-currenttime-container {
	position: absolute;
	top: 32px;
	right: 100px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}
.mejs-ted .mejs-controls .mejs-duration-container {
	position: absolute;
	top: 32px;
	right: 65px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}
.mejs-ted .mejs-controls .mejs-time button {
	color: #333;
}
.mejs-ted .mejs-controls .mejs-captions-button {
	display: none;
}
/* END: TED player */
/* WMP player */
.mejs-wmp .mejs-controls {
	background: transparent url(controls-wmp-bg.png) center 16px no-repeat;
	height: 65px;
}
.mejs-wmp .mejs-button, .mejs-wmp .mejs-time {
	position: absolute;
	background: transparent;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: transparent;
	border: solid 1px #ccc;
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255, 255, 255, 0.3);
	width: 0;
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 1px;
	background-color: #014CB6;
	border: solid 1px #7FC9FA;
	border-width: 1px 0;
	border-color: #7FC9FA #fff #619FF2 #fff;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	margin: 0;
	width: 16px;
	height: 9px;
	top: -3px;
	border: 0;
	background: url(controls-wmp.png) no-repeat 0 -80px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {
	display: none;
}
.mejs-wmp .mejs-controls .mejs-playpause-button {
	top: 10px;
	left: 50%;
	margin: 10px 0 0 -20px;
	width: 40px;
	height: 40px;
}
.mejs-wmp .mejs-controls .mejs-playpause-button button {
	width: 40px;
	height: 40px;
	background: url(controls-wmp.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
}
.mejs-wmp .mejs-controls .mejs-pause button {
	background-position: 0 -40px;
}
.mejs-wmp .mejs-controls .mejs-currenttime-container {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -93px;
}
.mejs-wmp .mejs-controls .mejs-duration-container {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -58px;
}
.mejs-wmp .mejs-controls .mejs-volume-button {
	top: 32px;
	right: 50%;
	margin-right: -55px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -42px -17px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-unmute button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -42px 0;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: rgba(102, 102, 102, 0.6);
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button {
	top: 32px;
	right: 50%;
	margin-right: -82px;
	width: 15px;
	height: 14px;
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -63px 0;
	width: 15px;
	height: 14px;
}
.mejs-wmp .mejs-controls .mejs-captions-button {
	display: none;
}
/* END: WMP player */
.step-buttons, .tagcloud, .comment-list, ul:not([class]), ol:not([class]), .breadcrumbs, .events-list, .event-item .tags, .event-item .contact-box, .article-list, .breeam-list, .filter-list, .post-item .tags, .post-item .contact-box, .list-tags, .list-share, .login-footer .social, .step-line, .nav > ul, .nav .sub-menu, .bar-panel .col-row ul, .footer-panel ul, .footer-panel ul:not([class]), .footer-panel .social {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form:after, .search-form p:after, .post-password-form p:after, .event-item .title-event:after, .post-item .title-post:after, .gallery-content .gallery-mask:after, .form-sidebar:after, .bar-panel .drop .hold > .col > ul:after, .bar-panel .drop .hold > .col > ul:not([class]):after, .container:after {
	content: '';
	display: block;
	clear: both;
}
.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
* {
	max-height: 1000000px;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #3a3a3d;
	background: #fff;
	font: 400 16px/1.94 "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
	margin: 0;
}
@media (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.94;
	}
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}
.gm-style img {
	max-width: none;
}
@media (max-width: 991px) {
	iframe {
		width: 100%;
	}
}
.resize-active * {
	transition: none !important;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
	margin: 0 0 20px;
}
blockquote {
	position: relative;
	margin: 0 0 24px;
	padding: 0 0 0 40px;
	font-weight: 400;
	font-size: 16px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	line-height: 1.94;
	color: var(--core-profile-5);
}
blockquote p {
	margin: 0;
}
blockquote:after {
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 19px;
	line-height: 1;
	content: '\e90c';
	font-family: "icomoon";
	font-style: normal;
}
table {
	border-collapse: collapse;
}
th, td {
	border: 1px solid #3a3a3d;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
th {
	text-align: center;
	vertical-align: middle;
}
ul, ol {
	padding-left: 20px;
}
ul ul, ul ol, ol ul, ol ol {
	padding-left: 20px;
	margin: 0;
}
ul {
	list-style-type: disc;
}
dl dt {
	float: left;
	clear: left;
	padding-right: 0.3em;
	font-weight: bold;
}
dl dd {
	overflow: hidden;
}
pre {
	max-width: 100%;
	overflow: auto;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], input[type='url'], input[type='number'], textarea {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	padding: 8px 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	box-shadow: 0 2px 0 0 #cbe7de;
	margin-bottom: 5px;
	transition: box-shadow 0.5s;
	color: #000;
}
input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, input[type='url']:focus, input[type='number']:focus, textarea:focus {
	box-shadow: 0 4px 0 0 var(--core-profile-5);
}
input[type='text']:not(textarea), input[type='tel']:not(textarea), input[type='email']:not(textarea), input[type='search']:not(textarea), input[type='password']:not(textarea), input[type='url']:not(textarea), input[type='number']:not(textarea), textarea:not(textarea) {
	height: 36px;
}
input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, input[type='url']:focus, input[type='number']:focus, textarea:focus {
	outline: none;
	border-color: #000;
}
input[type='text']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #9ba39b;
}
input[type='text']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='number']::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #9ba39b;
}
input[type='text']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='password']:-moz-placeholder, input[type='url']:-moz-placeholder, input[type='number']:-moz-placeholder, textarea:-moz-placeholder {
	color: #9ba39b;
}
input[type='text']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #9ba39b;
}
input[type='text'].placeholder, input[type='tel'].placeholder, input[type='email'].placeholder, input[type='search'].placeholder, input[type='password'].placeholder, input[type='url'].placeholder, input[type='number'].placeholder, textarea.placeholder {
	color: #9ba39b;
}
input[type='text'].wpcf7-not-valid, input[type='tel'].wpcf7-not-valid, input[type='email'].wpcf7-not-valid, input[type='search'].wpcf7-not-valid, input[type='password'].wpcf7-not-valid, input[type='url'].wpcf7-not-valid, input[type='number'].wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid + span {
	box-shadow: 0 2px 0 0 #e8a59e;
}
input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	resize: vertical;
	vertical-align: top;
	overflow: auto;
}
button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
	transition: background 0.3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	height: 36px;
	padding: 8px 0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	outline: none;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	background: #3a3a3d;
}
button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='file']:hover, input[type='submit']:hover {
	background: var(--core-profile-5);
	color: #fff;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	xdisplay: none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border-color: #e8a59e;
}
div.wpcf7-mail-sent-ok {
	border-color: var(--core-profile-5);
}
.wpcf7-recaptcha {
	margin-bottom: 20px;
}
.step-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.step-buttons > li {
	width: 48%;
}
.step-buttons > li:only-child {
	width: 100%;
}
.step-buttons .btn {
	transition: none;
	height: auto;
	width: calc(100% - 32px);
}
#twocolumns {
	padding-top: 52px;
}
@media (min-width: 768px) {
	#twocolumns {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 76px;
	}
}
#content {
	width: 100%;
}
@media (min-width: 768px) {
	#content {
		padding: 4px 2.7% 0 0;
		width: 68.5%;
	}
}
#content:only-child {
	float: none;
	width: 100%;
	padding: 30px 0;
}
@media (min-width: 768px) {
	[id='pseud-sidebar'] {
		margin-top: -445px;
	}
	.inbusiness-no-header-image + div.container [id='pseud-sidebar'] {
		margin-top: -150px;
	}
}
@media (max-width: 767px) {
	[id='pseud-sidebar'] {
		margin-bottom: 54px;
	}
}
[id='sidebar'] {
	width: 100%;
}
@media (min-width: 768px) {
	[id='sidebar'] {
		width: 31.5%;
	}
}
@media (max-width: 767px) {
	[id='sidebar'] {
		padding-bottom: 20px;
	}
}
@media (min-width: 768px) {
	[id='sidebar'] .sidebar-hold {
		margin-top: -445px;
	}
	.inbusiness-no-header-image + div.container [id='sidebar'] .sidebar-hold {
		margin-top: -150px;
	}
}
[id='sidebar'] .widget {
	background: #f9fbf9;
	padding: 33px 15px 37px;
}
@media (min-width: 768px) {
	[id='sidebar'] .widget {
		padding: 33px 35px 37px;
	}
}
[id='sidebar'] .widget:first-child {
	background: #f9fbf9 url("images/bg-widget-01.jpg") no-repeat 50% 100%/100% auto;
}
[id='sidebar'] .widget:first-child + .widget {
	background: #f9fbf9 url("images/bg-widget-02.jpg") no-repeat 50% 0/100% auto;
}
.widget {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.widget {
		font-size: 15px;
	}
}
.widget h3 {
	margin: 0 0 25px;
	font-weight: 700;
	font-size: 24px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.38;
	color: #3a3a3d;
}
@media (min-width: 768px) {
	.widget h3 {
		margin: 0 0 23px;
	}
}
.widget select {
	min-width: 150px;
	width: 100%;
}
.widget ul:not([class]), .widget ul {
	margin-left: -15px;
	margin-bottom: 38px;
}
@media (min-width: 768px) {
	.widget ul:not([class]), .widget ul {
		margin-left: -35px;
		margin-bottom: 20px;
	}
}
.widget ul:not([class]) > li, .widget ul > li {
	padding-left: 13px;
}
@media (min-width: 768px) {
	.widget ul:not([class]) > li, .widget ul > li {
		padding-left: 35px;
	}
}
.widget ul:not([class]) > li:before, .widget ul > li:before {
	background: #dddfdf;
}
.widget ul:not([class]) > li + li, .widget ul > li + li {
	margin-top: 6px;
}
@media (min-width: 768px) {
	.widget ul:not([class]) > li + li, .widget ul > li + li {
		margin-top: 4px;
	}
}
.widget ul:not([class]) a, .widget ul a {
	color: #3a3a3d;
}
.widget ul:not([class]) a:hover, .widget ul a:hover {
	color: var(--core-profile-5);
}
.widget .form-box {
	padding: 11px 0 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.85;
	color: #c2c4c4;
}
.widget .form-box p {
	margin: 0;
}
.widget .form-box form {
	margin-bottom: 25px;
}
.widget .form-box input[type="email"] {
	background: #fff;
	font-size: 15px;
	line-height: 18px;
	height: 40px;
	padding: 11px 40px 11px 10px;
}
@media (min-width: 992px) {
	.widget .form-box input[type="email"] {
		padding: 11px 94px 11px 10px;
	}
}
.widget .form-box [type="submit"] {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	color: #c2c4c4;
	text-align: left;
	padding: 0 5px;
	background: transparent;
}
@media (min-width: 992px) {
	.widget .form-box [type="submit"] {
		width: 94px;
	}
}
.pseud-widget {
	padding: 32px 15px 18px;
	background: #f9fbf9;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.pseud-widget {
		padding: 33px 35px 37px;
	}
}
@media (max-width: 767px) {
	.pseud-widget {
		border-top: 4px solid var(--core-profile-5);
	}
}
.pseud-widget h3 {
	margin: 0 0 38px;
	font-weight: 700;
	font-size: 24px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.38;
	color: #3a3a3d;
}
@media (max-width: 767px) {
	.pseud-widget h3 {
		font-size: 27px;
		line-height: 1.34;
		margin-bottom: 16px;
	}
}
.pseud-widget ul:not([class]), .pseud-widget ul {
	padding-left: 0 !important;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.47;
}
.pseud-widget ul:not([class]) > li:before, .pseud-widget ul > li:before {
	top: 10px;
	background: #dddfdf;
}
.pseud-widget ul:not([class]) > li + li, .pseud-widget ul > li + li {
	margin-top: 11px;
}
.pseud-widget ul:not([class]) a, .pseud-widget ul a {
	color: #3a3a3d;
}
.pseud-widget ul:not([class]) a:hover, .pseud-widget ul a:hover {
	color: var(--core-profile-5);
}
.search-form, .post-password-form {
	margin-bottom: 10px;
}
.search-form label, .post-password-form label {
	display: block;
}
.search-form input, .post-password-form input {
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	#sidebar .search-form input, #sidebar .post-password-form input {
		width: 100%;
		margin: 0 0 5px;
	}
}
.search-form input[type='submit'], .post-password-form input[type='submit'] {
	margin: 0;
	padding: 17px 34px;
	height: auto;
}
.search .search-form input, .error404 .search-form input {
	margin-bottom: 20px;
}
.search .search-form .btn, .error404 .search-form .btn {
	padding: 0;
	margin: 0;
	height: auto;
}
.nav-links, .navigation, .navigation-comments {
	position: relative;
	vertical-align: middle;
	margin: 0 0 20px;
}
.nav-links .screen-reader-text, .navigation .screen-reader-text, .navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}
.nav-links .page-numbers, .navigation .page-numbers, .navigation-comments .page-numbers {
	margin: 0 3px;
}
.nav-links .page-numbers:first-child, .navigation .page-numbers:first-child, .navigation-comments .page-numbers:first-child {
	margin-left: 0;
}
.nav-links .page-numbers:last-child, .navigation .page-numbers:last-child, .navigation-comments .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .next, .nav-links .prev, .navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
	transition: background 0.3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	background: #3a3a3d;
	color: #fff !important;
	text-decoration: none !important;
	border: 0;
	padding: 17px 34px;
	font-size: 16px;
	line-height: 20px;
	max-width: 49%;
}
.nav-links .next:hover, .nav-links .prev:hover, .navigation .next:hover, .navigation .prev:hover, .navigation-comments .next:hover, .navigation-comments .prev:hover {
	background: var(--core-profile-5);
	color: #fff !important;
}
@media (max-width: 767px) {
	.nav-links .next, .nav-links .prev, .navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
		font-size: 0;
	}
	.nav-links .next:after, .nav-links .prev:after, .navigation .next:after, .navigation .prev:after, .navigation-comments .next:after, .navigation-comments .prev:after {
		content: '»';
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.nav-links .prev:after, .navigation .prev:after, .navigation-comments .prev:after {
		content: '«';
	}
}
.navigation-single {
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.navigation-single .next, .navigation-single .prev {
	margin: 0;
	padding: 0;
	max-width: 49%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
}
.navigation-single .next a, .navigation-single .prev a {
	transition: background 0.3s ease-in-out;
	display: block;
	background: #3a3a3d;
	color: #fff;
	border: 0;
	padding: 17px 34px;
	font-size: 16px;
	line-height: 20px;
}
.navigation-single .next a:hover, .navigation-single .prev a:hover {
	background: var(--core-profile-5);
	color: #fff;
}
@media (max-width: 767px) {
	.navigation-single .next a, .navigation-single .prev a {
		font-size: 0;
	}
	.navigation-single .next a:after, .navigation-single .prev a:after {
		content: '»';
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.navigation-single .prev a:after {
		content: '«';
	}
}
.comment-form-wrap {
	border-top: 4px solid var(--core-profile-5);
	padding: 33px 15px 60px;
	margin-bottom: 60px;
	background: #f9fbf9;
}
@media (min-width: 768px) {
	.comment-form-wrap {
		padding: 54px 50px 60px;
		margin-bottom: 112px;
	}
}
.comment-form-wrap h3 {
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.comment-form-wrap h3 {
		margin-bottom: 10px;
	}
}
.comment-form {
	position: relative;
}
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form p {
	margin: 0 0 21px;
}
@media (min-width: 768px) {
	.comment-form p {
		margin: 0 0 37px;
	}
}
.comment-form .form-submit {
	margin: 0;
}
@media (max-width: 767px) {
	.comment-form .form-submit .btn {
		min-width: 155px;
	}
}
.comment-form input, .comment-form textarea {
	margin: 0;
	width: 100%;
	background: none;
	padding-left: 10px;
	padding-right: 10px;
}
.comment-form input[type='submit'], .comment-form textarea[type='submit'] {
	display: block;
	width: auto;
}
.comment-form input:not(textarea), .comment-form textarea:not(textarea) {
	height: 44px;
}
@media (min-width: 768px) {
	.comment-form .comment-form-author {
		float: left;
		width: 48%;
	}
}
@media (min-width: 768px) {
	.comment-form .comment-form-email {
		float: right;
		width: 48%;
	}
}
.comment-form .comment-form-comment {
	clear: both;
	margin-bottom: 42px;
}
@media (max-width: 767px) {
	.comment-form .comment-form-comment {
		margin-bottom: 37px;
	}
}
.comment-form .btn {
	height: auto;
	padding: 0;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: transparent;
}
.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 74px;
	min-height: 74px;
}
@media (max-width: 767px) {
	.comment-form textarea {
		min-height: 44px;
		height: 44px;
		padding-top: 12px;
	}
}
.comment-form .title-comment {
	margin: 0 0 25px;
}
@media (min-width: 768px) {
	.comment-form .title-comment {
		position: relative;
		padding-right: 100px;
	}
}
.comment-form .title-comment .title {
	display: block;
	margin: 0;
	font-weight: 600;
	font-size: 36px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.comment-form .title-comment input[type="reset"] {
	position: absolute;
	right: 0;
	top: 100%;
	color: #c2c4c4;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: auto;
	height: auto;
	padding: 0;
	margin: 20px 0 0 0;
	background: none;
}
@media (min-width: 768px) {
	.comment-form .title-comment input[type="reset"] {
		margin-top: 0;
		top: 11px;
	}
}
.comment-form .title-comment input[type="reset"]:hover {
	color: var(--core-profile-5);
}
.comment-reply-title {
	position: relative;
}
.comment-reply-title > small {
	position: absolute;
	right: 0;
	bottom: 100%;
	padding: 0;
	font-size: 13px;
	line-height: 1.2;
}
@media (min-width: 768px) {
	.comment-reply-title > small {
		top: 13px;
		bottom: auto;
	}
}
.comment-reply-title > small > a {
	color: #c2c4c4;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.comment-reply-title > small > a:hover {
	color: var(--core-profile-5);
}
.commentlist {
	margin: 0 0 1.2em;
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}
.commentlist-item .commentlist-item {
	padding: 0;
}
@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}
.comment, .commentlist-holder {
	overflow: hidden;
}
.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
	padding-top: 20px;
}
.widget_calendar th, .widget_calendar td {
	text-align: center;
}
.widget_calendar #prev {
	text-align: left;
}
.widget_calendar #next {
	text-align: right;
}
#wp-calendar {
	width: 100%;
}
.wp-caption {
	max-width: 100%;
	clear: both;
	border: 0;
	padding: 4px;
	margin-bottom: 20px;
	text-align: center;
}
.wp-caption img {
	margin-bottom: 4px;
}
.wp-caption p {
	margin: 0;
}
.aligncenter {
	margin: 0 auto 20px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}
.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}
.mejs-container {
	margin-bottom: 20px;
}
.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
	height: auto;
}
.gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.gallery .gallery-item {
	margin: 0;
	padding: 0 10px 10px;
}
.gallery .gallery-item dt {
	float: none;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
	width: 33.33%;
}
.tagcloud {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.comments-area {
	padding: 28px 0 0;
}
@media (min-width: 768px) {
	.comments-area {
		padding: 16px 0 0;
	}
}
@media (max-width: 767px) {
	.comments-area h4 {
		font-size: 27px;
	}
}
.comment-list {
	padding: 3px 0 30px;
}
@media (min-width: 768px) {
	.comment-list {
		padding: 24px 0 30px;
	}
}
.comment-list .comment-body {
	position: relative;
	margin-bottom: 28px;
}
@media (min-width: 768px) {
	.comment-list .comment-body {
		margin-bottom: 17px;
	}
}
.comment-list .children {
	padding-bottom: 6px;
}
@media (min-width: 992px) {
	.comment-list .children {
		padding-bottom: 0;
		padding-left: 70px;
	}
}
.comment {
	font-size: 13px;
	line-height: 1.93;
	color: #000;
}
@media (min-width: 768px) {
	.comment {
		font-size: 14px;
	}
}
.comment .fn {
	display: block;
	margin: 0 0 2px;
	padding-right: 70px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000;
}
.comment .fn a {
	color: inherit;
}
.comment .fn a:hover {
	color: var(--core-profile-5);
}
.comment .comment-metadata {
	display: block;
	margin: 0 0 22px;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #c2c4c4;
}
@media (min-width: 768px) {
	.comment .comment-metadata {
		margin: 0 0 11px;
		padding-right: 70px;
	}
}
.comment .comment-metadata a {
	color: inherit;
}
.comment .comment-metadata a:hover {
	color: var(--core-profile-5);
}
.comment .reply {
	position: absolute;
	right: 0;
	top: 6px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #3a3a3d;
}
.comment .reply a {
	color: inherit;
}
.comment .reply a:hover {
	color: var(--core-profile-5);
}
.comment-meta {
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	.comment-meta {
		display: block;
		overflow: hidden;
	}
}
.comment-author {
	width: 56px;
	min-width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
@media (min-width: 768px) {
	.comment-author {
		float: none;
		width: 70px;
		min-width: 70px;
		height: 70px;
		margin: 0;
	}
}
.comment-author img {
	display: block;
	max-width: none;
	width: 100%;
	margin: 0;
}
.comment-content {
	padding: 8px 0 0;
}
@media (min-width: 768px) {
	.comment-content {
		width: calc(100% - 70px);
		padding: 8px 70px 0 30px;
	}
}
@media (max-width: 767px) {
	.comment-wrap {
		position: relative;
		overflow: hidden;
		max-height: 75px;
		transition: max-height 0.5s;
	}
}
.comment-wrap .read-more {
	display: none;
}
@media (max-width: 767px) {
	.comment-wrap .read-more {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		color: var(--core-profile-5);
		font-weight: 300;
		font-size: 13px;
		cursor: pointer;
		box-shadow: -4px 0 4px 0 #fff;
	}
}
.comment-wrap .read-more:before {
	content: ' ... ';
	padding: 0 5px;
	color: #3a3a3d;
	pointer-events: none;
}
@media (max-width: 767px) {
	.comment-wrap.open-comment {
		max-height: 400px;
	}
}
.comment-wrap.open-comment .read-more {
	display: none;
}
#tribe-events-content-wrapper {
	padding: 30px 0;
}
.tribe-events-notices ul:not([class]) > li:before {
	display: none;
}

/*
h1 {
	font-size: 37px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
@media (min-width: 768px) {
	h1, .h1 {
		font-size: 45px;
	}
	h2, .h2 {
		font-size: 40px;
	}
	h3, .h3 {
		font-size: 36px;
	}
	h4, .h4 {
		font-size: 28px;
	}
	h5, .h5 {
		font-size: 18px;
	}
	h6, .h6 {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	h1, .h1 {
		font-size: 69px;
	}
	h2, .h2 {
		font-size: 63px;
	}
	h3, .h3 {
		font-size: 36px;
	}
	h4, .h4 {
		font-size: 28px;
	}
	h5, .h5 {
		font-size: 18px;
	}
	h6, .h6 {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 69px;
	}
	h2, .h2 {
		font-size: 63px;
	}
	h3, .h3 {
		font-size: 36px;
	}
	h4, .h4 {
		font-size: 28px;
	}
	h5, .h5 {
		font-size: 18px;
	}
	h6, .h6 {
		font-size: 16px;
	}
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: inherit;
	font-weight: 700;
	margin: 0 0 10px;
}
@media (min-width: 768px) {
	h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
		margin-bottom: 20px;
	}
}
h1, .h1 {
	margin: 0 0 23px;
	line-height: 1.06;
}
@media (max-width: 767px) {
	h1, .h1 {
		line-height: 1.11;
	}
}
h2, .h2 {
	line-height: 1.11;
	margin-bottom: 17px;
}
@media (min-width: 768px) {
	h2, .h2 {
		margin-bottom: 29px;
	}
}
h2 > a, .h2 > a {
	color: inherit;
}
h2 > a:hover, .h2 > a:hover {
	color: var(--core-profile-5);
}
h3, .h3 {
	margin: 0 0 18px;
	font-weight: 600;
	line-height: 1.29;
}
h4, .h4 {
	margin: 0 0 17px;
	font-weight: 600;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.27;
}
@media (min-width: 768px) {
	h4, .h4 {
		line-height: 1.41;
	}
}

p {
	xmargin: 0 0 24px;
}
p + h3 {
	xpadding-top: 24px;
}
p + h4 {
	xpadding-top: 24px;
}
REMOVED 20211215 YWN
*/
a {
	color: var(--core-profile-5);
	text-decoration: none;
}
a:hover, a:focus {
	color: #3a3a3d;
	text-decoration: none;
}
a[href*="mailto:"] {
	word-wrap: break-word;
}
ul:not([class]) {
	margin-bottom: 24px;
}
.wpb_wrapper ul:not([class]) {
	padding-left: 26px;
}
ul:not([class]) > li {
	position: relative;
	padding-left: 24px;
}
ul:not([class]) > li + li {
	margin-top: 5px;
}
ul:not([class]) > li:before {
	position: absolute;
	top: 14px;
	left: 0;
	width: 10px;
	height: 2px;
	content: '';
	background: var(--core-profile-5);
}
ol:not([class]) {
	margin-bottom: 24px;
	counter-reset: item;
}
.wpb_wrapper ol:not([class]) {
	padding-left: 26px;
}
ol:not([class]) > li {
	display: block;
	position: relative;
	padding-left: 19px;
}
ol:not([class]) > li + li {
	margin-top: 5px;
}
ol:not([class]) > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counters(item, ".") ".";
	counter-increment: item;
	color: var(--core-profile-5);
	font-weight: 600;
}
.btn {
	position: relative;
	color: #fff !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	box-shadow: 20px 0 40px 0 rgba(4, 14, 14, 0.2);
	margin-right: 47px;
	overflow: visible;
}
@media (max-width: 767px) {
	.btn {
		font-size: 15px;
	}
}
.btn:after {
	position: absolute;
	top: 0;
	right: -20px;
	width: 50%;
	height: 100%;
	content: '';
	transform: skewX(-20deg);
	background: #3a3a3d;
}
.btn > span {
	display: block;
	background: #3a3a3d;
	position: relative;
	z-index: 2;
	padding: 17px 34px 17px 54px;
}
@media (max-width: 767px) {
	.btn > span {
		padding: 13px 26px 12px 44px;
	}
}
.btn:focus {
	color: #fff;
}
.btn:hover {
	color: #fff;
}
.btn:hover:after, .btn:hover > span {
	background: var(--core-profile-5);
}
.btn.btn-white {
	color: var(--core-profile-5);
}
.btn.btn-white:after, .btn.btn-white > span {
	background: #fff;
}
.btn.btn-white:hover {
	color: #fff;
}
.btn.btn-white:hover:after, .btn.btn-white:hover > span {
	background: var(--core-profile-5);
}
#wpmem_reg .buttons, #wpmem_login .buttons {
	height: auto;
	padding: 17px 34px 17px 54px;
	padding-left: 34px;
	margin-right: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	box-shadow: 20px 0 40px 0 rgba(4, 14, 14, 0.2);
}
#wpmem_reg .button_div, #wpmem_login .button_div {
	padding: 20px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 17px;
}
.btn-group {
	display: -ms-flexbox;
	display: flex;
}
.btn-group > .btn + .btn {
	border-left: 0;
}
.text-center {
	text-align: center;
}
.link {
	font-weight: 600;
	font-size: 14px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 18px;
	text-transform: uppercase;
	color: #3a3a3d;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 2;
}
.link .icon-arrow-next {
	font-size: 8px;
	position: relative;
	top: -1px;
	margin: 0 0 0 14px;
}
.link .icon-arrow-next:after {
	position: absolute;
	z-index: -1;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	content: '';
	background: #e9f2eb;
	transition: all 0.3s;
}
.link:hover {
	color: var(--core-profile-5);
}
.link:hover .icon-arrow-next:after {
	width: 62px;
	height: 62px;
	right: -17px;
}
.breadcrumbs-wrap {
	padding: 10px 0;
	margin: 0 0 10px;
}
@media (min-width: 768px) {
	.breadcrumbs-wrap {
		margin: 0 0 6px;
	}
}
.breadcrumbs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #c2c4c4;
	letter-spacing: 1px;
}
.breadcrumbs > li:after {
	content: '/';
	margin: 0 8px;
}
.breadcrumbs > li:last-child:after {
	display: none;
}
.breadcrumbs a {
	position: relative;
	color: #3a3a3d;
}
.breadcrumbs a:hover {
	color: var(--core-profile-5);
}
.breadcrumbs a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	pointer-events: none;
	background: var(--core-profile-5);
}
.top-section {
	padding: 25px 0 6px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 2.07;
}
@media (min-width: 768px) {
	.top-section {
		padding: 96px 0 51px;
		font-size: 16px;
		line-height: 1.94;
	}
}
@media (min-width: 768px) {
	.top-section .txt {
		padding-right: 25%;
	}
}
.top-section p {
	margin-bottom: 20px;
}
.top-section h1 {
	margin: 0 0 13px;
	line-height: 1.06;
}
@media (min-width: 768px) {
	.top-section h1 {
		margin: 0 0 23px;
	}
}
.top-section-01 {
	padding: 25px 0 180px;
	min-height: 490px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 16px;
	line-height: 1.94;
	color: #fff;
}
.top-section-01.inbusiness-no-header-image {
	min-height: 0 !important;
	padding: 25px 0 25px;
	color: #3a3a3d;
}
.top-section-01.inbusiness-no-header-image .breadcrumbs, .top-section-01.inbusiness-no-header-image .breadcrumbs a {
	color: #3a3a3d;
}
.inbusiness-no-header-image + div.container > #twocolumns {
	padding-top: 0 !important;
}
.inbusiness-no-header-image h1 {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.top-section-01 {
		padding: 144px 0 96px;
		min-height: 530px;
	}
	.top-section.inbusiness-no-header-image, .top-section-01.inbusiness-no-header-image {
		min-height: 0 !important;
		padding: 25px 0 25px;
	}
}
.top-section-01:not([style*="background"]) {
	background: #e5e5e5;
	background: #ffffff;
}
.top-section-01 .breadcrumbs-wrap {
	margin-bottom: 10px;
}
.top-section-01 .breadcrumbs a {
	color: #fff;
}
.top-section-01 .txt {
	width: 100%;
}
@media (min-width: 768px) {
	.top-section-01 .txt {
		max-width: 500px;
	}
}
@media (min-width: 992px) {
	.top-section-01 .txt {
		max-width: 700px;
	}
}
.top-section-01 .h1, .top-section-01 h1 {
	margin: 0 0 38px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
	.top-section-01 .h1, .top-section-01 h1 {
		margin-bottom: 21px;
	}
}
@media (max-width: 767px) {
	.top-section-01.top-section-02 {
		min-height: 390px;
	}
}
.services {
	padding: 60px 0 1px;
}
@media (min-width: 768px) {
	.services {
		padding: 100px 0 4px;
	}
}
.item-services {
	overflow: hidden;
	position: relative;
	padding: 73px 0 53px;
	width: 100%;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.47;
	background: linear-gradient(200deg, #fff 0%, #fff 104px, #f9fbf9 104px, #f9fbf9 100%) 0 100%;
}
@media (min-width: 340px) {
	.item-services {
		background: linear-gradient(200deg, #fff 0%, #fff 120px, #f9fbf9 120px, #f9fbf9 100%);
	}
}
@media (min-width: 380px) {
	.item-services {
		background: linear-gradient(200deg, #fff 0%, #fff 135px, #f9fbf9 135px, #f9fbf9 100%);
	}
}
@media (min-width: 430px) {
	.item-services {
		background: linear-gradient(200deg, #fff 0%, #fff 150px, #f9fbf9 150px, #f9fbf9 100%);
	}
}
@media (min-width: 480px) {
	.item-services {
		background: linear-gradient(200deg, #fff 0%, #fff 104px, #f9fbf9 104px, #f9fbf9 100%);
	}
}
@media (min-width: 660px) {
	.item-services {
		background: linear-gradient(200deg, #fff 0%, #fff 120px, #f9fbf9 120px, #f9fbf9 100%);
	}
}
@media (min-width: 768px) {
	.item-services {
		padding: 0 0 58px;
		background: linear-gradient(200deg, #fff 0%, #fff 125px, #f9fbf9 125px, #f9fbf9 100%);
	}
}
.item-services .ico {
	position: relative;
	margin: 0 0 43px 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	background: #b6d587;
	border-radius: 50%;
	color: #fff;
	font-size: 48px;
}
.item-services .ico > span {
	margin-top: 5px;
	display: block;
}
.item-services .ico .icon-ser-icon-3 .path1:before, .item-services .ico .icon-ser-icon-3 .path2:before, .item-services .ico .icon-ser-icon-3 .path3:before, .item-services .ico .icon-ser-icon-3 .path4:before, .item-services .ico .icon-ser-icon-3 .path5:before {
	color: #fff;
}
@media (max-width: 767px) {
	.item-services .ico {
		display: none;
	}
}
.item-services .body {
	position: relative;
}
.item-services .title {
	padding: 0 35px 10px;
}
@media (min-width: 768px) {
	.item-services .title {
		padding: 0 35px 16px;
	}
}
.item-services ul:not([class]) {
	padding-right: 25px;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.item-services ul:not([class]) {
		padding-right: 10px;
	}
}
.item-services ul:not([class]) > li {
	padding: 0 0 0 36px;
}
.item-services ul:not([class]) > li + li {
	margin-top: 13px;
}
.item-services ul:not([class]) > li:hover:before {
	width: 14px;
	background: var(--core-profile-5);
}
.item-services ul:not([class]) > li:before {
	transition: width 0.3s;
	top: 9px;
	background: #dddfdf;
}
.item-services a {
	color: inherit;
}
.item-services a:hover {
	color: var(--core-profile-5);
}
.item-services h3 {
	margin: 0 0 18px;
	font-weight: 600;
	font-size: 24px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
	.item-services h3 {
		margin: 0 0 15px;
	}
}
.services-wrap {
	margin: 0 -15px;
}
.services-slider {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.services-slider {
		margin-bottom: 60px;
	}
}
.services-slider .slick-track {
	display: -ms-flexbox;
	display: flex;
}
.services-slider .slick-track:after, .services-slider .slick-track:before {
	display: -ms-flexbox;
	display: flex;
	display: none;
}
.services-slider .slide {
	display: -ms-flexbox !important;
	display: flex !important;
	float: none;
	height: auto;
}
.services-slider .hold {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 15px;
}
@media (min-width: 768px) {
	.services-nav {
		display: none !important;
	}
}
/* REMOVED 20211217 YWN
.slick-arrow {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transform: translateY(-50%);
	top: 100%;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	background: #e9f2eb;
	color: var(--core-profile-5);
	font-size: 14px;
	line-height: 1;
	border-radius: 50%;
	z-index: 20;
	margin-top: 40px;
}
@media (max-width: 767px) {
	.slick-arrow {
		display: none !important;
	}
}
@media (min-width: 1350px) {
	.slick-arrow {
		margin-top: 0;
		width: 62px;
		height: 62px;
		top: 50%;
	}
}
.slick-arrow:hover {
	background: #b6d587;
}
.slick-arrow.slick-prev {
	left: 15px;
}
@media (min-width: 1350px) {
	.slick-arrow.slick-prev {
		left: -60px;
	}
}
.slick-arrow.slick-next {
	right: 15px;
}
@media (min-width: 1350px) {
	.slick-arrow.slick-next {
		right: -60px;
	}
}
*/
.services-nav {
	position: relative;
	z-index: 10;
	padding: 0 20px;
	margin-bottom: -30px;
}
.services-nav .hold {
	padding: 0 8px;
}
.services-nav .ico-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #f3f5f2;
	color: #cfd3d0;
	font-size: 27px;
}
.services-nav .ico-nav > span {
	margin-top: 3px;
	display: block;
}
.services-nav .ico-nav .icon-ser-icon-3 .path1:before, .services-nav .ico-nav .icon-ser-icon-3 .path2:before, .services-nav .ico-nav .icon-ser-icon-3 .path3:before, .services-nav .ico-nav .icon-ser-icon-3 .path4:before, .services-nav .ico-nav .icon-ser-icon-3 .path5:before {
	color: #cfd3d0;
}
.services-nav .slick-current .ico-nav {
	background: #b6d587;
	color: #fff;
}
.services-nav .slick-current .ico-nav .icon-ser-icon-3 .path1:before, .services-nav .slick-current .ico-nav .icon-ser-icon-3 .path2:before, .services-nav .slick-current .ico-nav .icon-ser-icon-3 .path3:before, .services-nav .slick-current .ico-nav .icon-ser-icon-3 .path4:before, .services-nav .slick-current .ico-nav .icon-ser-icon-3 .path5:before {
	color: #fff;
}
.events {}
@media (min-width: 768px) {
	.events {}
}
.events-list {
	padding: 5px 0 19px;
}
@media (min-width: 768px) {
	.events-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px -26px;
		padding: 28px 0;
		padding: 0 0;
	}
}
.events-list > li {
	margin-bottom: 38px;
	width: 100%;
}
@media (min-width: 768px) {
	.events-list > li {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 67px;
		display: -ms-flexbox;
		display: flex;
	}
}
.event-item {
	display: block;
	width: 100%;
	padding: 0 0 17px;
	box-shadow: inset 0 -2px 0 0 #f9fbf9;
	transition: box-shadow 0.5s;
	cursor: pointer;
}
@media (min-width: 768px) {
	.event-item {
		padding: 0 0 41px;
	}
}
.event-item:hover {
	box-shadow: inset 0 -4px 0 0 var(--core-profile-5);
}
.event-item .title-event {
	margin-bottom: 18px;
	min-height: 88px;
}
@media (min-width: 768px) {
	.event-item .title-event {
		margin-bottom: 0;
		height: auto;
	}
}
.event-item .visual {
	float: left;
	margin-right: 21px;
}
@media (min-width: 768px) {
	.event-item .visual {
		float: none;
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 25px;
		padding-top: 29.9%;
		background-size: cover;
		background-position: 50% 50%;
	}
	.event-item .visual:not([style*="background-"]) {
		background: #e9f2eb;
	}
}
@media (max-width: 767px) {
	.event-item .visual {
		background: none !important;
	}
}
.event-item .date {
	width: 55px;
	padding: 25px 5px 10px;
	font-weight: 700;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(200deg, rgba(19, 152, 114, 0) 0%, rgba(19, 152, 114, 0) 23%, var(--core-profile-5) 24%, var(--core-profile-5) 100%) 0 100%;
}
@media (min-width: 768px) {
	.event-item .date {
		float: none;
		position: absolute;
		bottom: 10px;
		left: 10px;
		z-index: 2;
		color: #000;
		background: linear-gradient(200deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 23%, white 24%, white 100%) 0 100%;
	}
}
.event-item .date .day {
	display: block;
	font-size: 27px;
	line-height: 1;
}
.event-item .date .month {
	display: block;
	font-size: 15px;
	line-height: 1;
}
.event-item .title-hold {
	overflow: hidden;
	padding-top: 18px;
}
@media (min-width: 768px) {
	.event-item .title-hold {
		padding-top: 0;
	}
}
@media (max-width: 767px) {
	.event-item .title-hold {
		min-height: 88px;
		margin-bottom: 18px;
	}
}
.event-item h3 {
	margin: 0 0 6px;
	color: #3a3a3d;
	font-size: 19px;
	line-height: 1.26;
}
@media (min-width: 768px) {
	.event-item h3 {
		margin: 0;
		font-size: 28px;
		line-height: 1.29;
	}
}
.event-item h3 > a {
	color: inherit;
}
.event-item h3 > a:hover {
	color: var(--core-profile-5);
}
.event-item .tags {
	font-size: 15px;
	line-height: 18px;
	color: var(--core-profile-5);
}
@media (min-width: 768px) {
	.event-item .tags {
		margin: 0 0 25px;
	}
}
.event-item .tags > li {
	display: inline-block;
	vertical-align: top;
}
.event-item .tags > li:after {
	margin: 0 2px 0 5px;
	content: '|';
}
.event-item .tags > li:last-child:after {
	display: none;
}
.event-item .tags a {
	color: var(--core-profile-5);
}
.event-item .tags a:hover {
	color: #3a3a3d;
}
@media (max-width: 767px) {
	.event-item .body {
		line-height: 1.2;
	}
}
.event-item .contact-box {
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
}
.event-item .contact-box > li {
	position: relative;
	padding-left: 26px;
}
.event-item .contact-box > li + li {
	margin-top: 5px;
}
.event-item .contact-box [class*='icon-'] {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 17px;
	width: 18px;
}
.event-item .contact-box .icon-location {
	margin-top: -3px;
}
.event-item .contact-box .tribe-address br {
	display: none;
}
.faq {
	background-size: cover !important;
	background-position: 50% 50% !important;
}
.faq .vertical-center .hold {
	min-height: 292px;
	padding: 45px 30px 47px 15px;
}
@media (min-width: 768px) {
	.faq .vertical-center .hold {
		min-height: 377px;
		padding: 50px 0;
	}
}
.faq h2 {
	margin: 0 0 34px;
	line-height: 1.11;
}
@media (max-width: 767px) {
	.faq h2 {
		margin-bottom: 33px;
	}
}
.article {
	padding: 58px 0 2px;
}
@media (min-width: 768px) {
	.article {
		padding: 104px 0 2px;
	}
}
.article h2 {
	line-height: 1.11;
	margin: 0 0 15px;
}
@media (min-width: 768px) {
	.article h2 {
		margin-bottom: 34px;
	}
}
.article-list {
	padding: 8px 0 16px;
}
@media (min-width: 768px) {
	.article-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
		padding: 23px 0;
	}
}
.article-list > li {
	margin-bottom: 12px;
	width: 100%;
}
@media (min-width: 768px) {
	.article-list > li {
		width: 33.333%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
}
.article-item {
	display: block;
	width: 100%;
	padding: 0 0 17px;
}
@media (min-width: 768px) {
	.article-item {
		padding: 0 0 41px;
	}
}
.article-item .visual {
	width: 100%;
	position: relative;
	margin-bottom: 18px;
}
@media (min-width: 768px) {
	.article-item .visual {
		margin-bottom: 39px;
	}
}
.article-item .visual img {
	display: block;
	max-width: none;
	width: 100%;
}
@media (max-width: 767px) {
	.article-item .visual .des-img {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.article-item .visual .mob-img {
		display: none !important;
	}
}
.article-item .visual > a {
	display: block;
}
.article-item .visual > a:empty {
	padding-top: 80%;
	background: #e9f2eb;
}
.article-item .date {
	position: absolute;
	width: 55px;
	bottom: 10px;
	left: 10px;
	z-index: 2;
	padding: 25px 5px 10px;
	font-weight: 700;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(200deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 23%, white 24%, white 100%) 0 100%;
}
.article-item .date .day {
	display: block;
	font-size: 27px;
	line-height: 1;
}
.article-item .date .month {
	display: block;
	font-size: 15px;
	line-height: 1;
}
.article-item h3 {
	margin: 0 0 3px;
	color: #3a3a3d;
	font-size: 21px;
	line-height: 1.29;
}
@media (min-width: 768px) {
	.article-item h3 {
		margin: 0 0 41px;
		font-size: 25px;
		line-height: 1.28;
	}
}
.article-item h3 > a {
	color: inherit;
}
.article-item h3 > a:hover {
	color: var(--core-profile-5);
}
/*
20220311 - REMOVED NOT IN USE I BELIEVE


.publications {
	padding: 20px 0 63px;
}
@media (min-width: 768px) {
	.publications {
		padding: 30px 0 113px;
	}
}
.publications h2 {
	margin-bottom: 15px;
	line-height: 1.11;
}
@media (min-width: 768px) {
	.publications h2 {
		margin-bottom: 34px;
	}
}
.publications-wrap {
	margin: 0 -9px;
	padding: 18px 0;
}
@media (min-width: 768px) {
	.publications-wrap {
		margin: 0 -14px;
		padding: 23px 0;
	}
}
.publications-slider {
	padding: 0 0 50px;
	position: relative;
}
@media (min-width: 768px) {
	.publications-slider {
		padding: 0 0 82px;
	}
}
.publications-slider:after {
	position: absolute;
	bottom: -6px;
	left: -15px;
	right: -15px;
	z-index: 3;
	height: 20px;
	content: '';
	pointer-events: none;
	background: linear-gradient(to right, white 15%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, white 85%);
}
.publications-slider .hold {
	padding: 0 9px;
}
@media (min-width: 768px) {
	.publications-slider .hold {
		padding: 0 14px;
	}
}
.publications-nav {
	margin: 0 auto;
	width: 276px;
}
.publications-nav .slick-list {
	overflow: visible;
}
.publications-nav .slick-track.js-fix {
	margin-left: 36px;
}
@media (min-width: 768px) {
	.publications-nav .slick-track.js-fix {
		margin-left: 42px;
	}
}
.publications-nav .slick-track.js-fix.js-fix-left {
	margin-left: -36px;
}
@media (min-width: 768px) {
	.publications-nav .slick-track.js-fix.js-fix-left {
		margin-left: -42px;
	}
}
.publications-nav .slick-arrow {
	display: block !important;
	margin: 0;
	position: absolute;
	left: auto;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
}
.publications-nav .slick-current .dot {
	padding: 21px 36px;
}
@media (min-width: 768px) {
	.publications-nav .slick-current .dot {
		padding: 27px 42px;
	}
}
.publications-nav .slick-current .dot button {
	transition: transform 0.3s;
	transform: scale(2);
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: var(--core-profile-5);
	text-indent: -9999px;
}
.publications-nav .slide:not(.slick-current) .dot {
	padding: 21px 7px;
}
@media (min-width: 768px) {
	.publications-nav .slide:not(.slick-current) .dot {
		padding: 27px 7px;
	}
}
.publications-nav .dot button {
	transform: scale(1);
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: var(--core-profile-5);
	text-indent: -9999px;
}
.publications-item {
	width: 100%;
}
.publications-item .visual {
	width: 100%;
	display: block;
	padding-top: 127%;
	border: 10px solid var(--core-profile-5);
	background-size: cover;
	background-position: 50% 50%;
	margin: 0 0 18px;
}
@media (min-width: 768px) {
	.publications-item .visual {
		margin: 0 0 41px;
		padding-top: 132.2%;
	}
}
.publications-item h4 {
	margin: 0;
	color: #3a3a3d;
	line-height: 1.4;
	font-size: 15px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
	.publications-item h4 {
		font-size: 17px;
	}
}
.publications-item h4 > a {
	color: inherit;
}
.publications-item h4 > a:hover {
	color: var(--core-profile-5);
}
*/

/*
.slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	width: 50%;
	list-style: none;
	padding: 0;
	margin: 0;
	transition: margin .5s linear;
	white-space: nowrap;
	line-height: 0;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
	transition: margin .5s linear;
}
.slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	border: 0;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: var(--core-profile-5);
	transition: transform 0.3s;
}
.slick-dots li.slick-active {
	margin: 0 30px;
}
.slick-dots li.slick-active button {
	transform: scale(2);
}
.publications-slider .slick-prev {
	display: none !important;
}
.publications-slider .slick-next {
	top: auto;
	bottom: 4px;
	right: 50%;
	transform: translate(50%, 50%);
	font-size: 0;
	line-height: 0;
}
@media (max-width: 767px) {
	.publications-slider .slick-next {
		display: block !important;
	}
}
.publications-slider .slick-next:after {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	font-size: 14px;
	line-height: 1;
	content: '\e901';
	font-family: "icomoon";
}
*/
.breeam {
	color: #fff;
}
/*.breeam .vertical-center .hold {
	min-height: 551px;
	padding: 50px 0;
}*/
/*@media (min-width: 768px) {
	.breeam .vertical-center .hold {
		min-height: 448px;
		padding: 50px 0;
	}
}*/
@media (max-width: 767px) {
	.breeam h2 {
		margin-bottom: 36px;
	}
}
.breeam-list {
	width: 100%;
	padding: 0 0 29px;
}
@media (min-width: 768px) {
	.breeam-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 14px 0 0;
	}
}
.breeam-list > li {
	width: 100%;
	padding-right: 10px;
}
@media (min-width: 768px) {
	.breeam-list > li {
		width: 33.333%;
		margin: 0 0 36px;
	}
}
.breeam-list > li + li {
	margin-top: 54px;
}
@media (min-width: 768px) {
	.breeam-list > li + li {
		margin-top: 0;
	}
}
.number-box {
	position: relative;
	font-size: 18px;
	line-height: 1.22;
	padding: 0 0 0 12px;
}
@media (min-width: 768px) {
	.number-box {
		padding: 0;
	}
}
.number-box:after {
	position: absolute;
	top: 23px;
	left: 0;
	width: 100%;
	height: 79px;
	content: '';
	background: url("images/bg-number-box.png") no-repeat;
	background-size: cover;
}
@media (min-width: 768px) {
	.number-box:after {
		left: -50px;
		height: 93px;
		width: 192px;
	}
}
.number-box .num {
	display: block;
	font-weight: 700;
	font-size: 55px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1;
}
@media (min-width: 768px) {
	.number-box .num {
		margin-bottom: 10px;
	}
}






.post-item .tags {
	font-size: 15px;
	line-height: 18px;
	color: var(--core-profile-5);
	margin: 0 0 5px;
}
@media (min-width: 768px) {
	.post-item .tags {
		margin: 0 0 19px;
	}
}
.post-item .tags > li {
	display: inline-block;
	vertical-align: top;
}
.post-item .tags > li:after {
	margin: 0 2px 0 5px;
	content: '|';
	font-size: 11px;
}
.post-item .tags > li:last-child:after {
	display: none;
}
.post-item .tags a {
	color: var(--core-profile-5);
}
.post-item .tags a:hover {
	color: #3a3a3d;
}
.post-item .contact-box {
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
}
.post-item .contact-box > li {
	position: relative;
	padding-left: 26px;
}
.post-item .contact-box > li + li {
	margin-top: 5px;
}
.post-item .contact-box [class*='icon-'] {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 17px;
	width: 18px;
}
.post-item .contact-box .icon-location {
	margin-top: -3px;
}
.section-pots {
	padding: 60px 0 9px;
}
@media (min-width: 768px) {
	.section-pots {
		padding: 110px 0 120px;
	}
}
.section-pots .filter-list {
	margin-bottom: 0;
}
.section-pots .btn-wrap {
	text-align: center;
}
@media (max-width: 767px) {
	.section-pots .btn-wrap {
		padding-top: 10px;
		margin-bottom: 62px;
	}
}
/* custom checkbox styles */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}
.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}
.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-checkbox.jcf-checked span {
	display: block;
}
/* custom radio styles */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}
.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}
.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-radio.jcf-checked span {
	display: block;
}
/* custom select styles */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	margin: 0;
	width: 100%;
	height: 43px;
}
.sort .jcf-select {
	border: 0;
	background: none;
	margin: 0;
	min-width: 0;
	height: auto;
	display: -ms-flexbox;
	display: flex;
}
.sort .jcf-select:hover {
	cursor:pointer;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 1rem;
	line-height: 19px;
	margin: 0 40px 0 0;
	padding: 12px 0;
	color: var(--core-color-text);
	width:100%;
	font-weight:bold;
}
.sort .jcf-select .jcf-select-text {
	font-size: 1rem;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-select .jcf-select-opener:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #3a3a3d transparent transparent;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
}
.sort .jcf-select .jcf-select-opener {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: none;
	width: auto;
	margin-left: 8px;
	display: none;
}
.sort .jcf-select .jcf-select-opener:after {
	display: none;
}
.sort .jcf-select .jcf-select-opener:before {
	content: '\e902';
	font-size: 9px;
	font-family: "icomoon";
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
	border-top: 3px solid var(--core-profile-5);
	border-bottom: 2px solid #cbe7de;
}
/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 15px 0;
	margin: 0;
}
.jcf-list ul:not([class]) {
	padding: 15px 0;
	margin: 0;
}
.jcf-list ul:not([class]) > li {
	padding: 0;
}
.jcf-list ul:not([class]) > li:before {
	display: none;
}
.jcf-list ul:not([class]) > li + li {
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding:.5em 1em;
	font-size: 1rem;
	line-height: 1.4em;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
	background: #f5f8f5;
	border-left:2px solid var(--core-color-theme);
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}
/* common custom form elements styles */
.jcf-disabled {
	background: #ddd !important;
}
.jcf-focus, .jcf-focus * {
	border-color: #f00 !important;
}
.map {
	position: relative;
	padding: 60px 0;
}
@media (min-width: 768px) {
	.map {
		padding: 115px 0 120px;
		min-height: 792px;
	}
}
.map .gmap-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media (max-width: 767px) {
	.map .gmap-holder {
		display: none;
	}
}
.map .container {
	position: relative;
	z-index: 10;
	pointer-events: none;
}
.form-contact {
	width: 100%;
	padding: 33px 15px 40px;
	border-top: 4px solid var(--core-profile-5);
	background: #fff;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.2);
	pointer-events: auto;
}
@media (min-width: 768px) {
	.form-contact {
		padding: 40px 15px;
	}
}
@media (min-width: 768px) {
	.form-contact {
		max-width: 48.7%;
		padding: 52px 50px 60px;
	}
}
.form-contact h3 {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 36px;
	color: #3a3a3d;
	line-height: 1.29;
}
@media (max-width: 767px) {
	.form-contact h3 {
		font-size: 27px;
		margin-bottom: 15px;
	}
}
.form-contact .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 41px;
}
@media (max-width: 767px) {
	.form-contact .wpcf7-form-control-wrap {
		margin-bottom: 30px;
	}
}
.form-contact .wpcf7-form-control-wrap + br {
	display: none;
}
.form-contact .btn {
	height: auto;
	padding: 0;
	background: none;
}
@media (max-width: 767px) {
	.form-contact .btn {
		min-width: 155px;
	}
}
.form-contact .row-wp {
	display: block;
	margin-bottom: 41px;
}
@media (max-width: 767px) {
	.form-contact .button-row {
		padding-top: 9px;
	}
}
.mejs-overlay-button {
	width: 116px;
	height: 116px;
	margin: -58px 0 0 -58px;
	border-radius: 50%;
	background: rgba(58, 58, 61, 0.75);
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.mejs-overlay-button:after {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	content: 'Play VIDEO';
}
.video-wrap {
	width: 100%;
	padding: 6px 0 21px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.video-wrap {
		padding: 16px 0 48px;
	}
}
.video-wrap .hold {
	position: relative;
	width: 100%;
	padding-top: 65%;
}
.mejs-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0;
}
.mejs-container .mejs-mediaelement {
	background: #fff;
	outline: none;
}
.mejs-container video {
	display: block;
	width: 100% !important;
	height: auto !important;
}
.mejs-container .mejs-poster {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container .mejs-layers {
	width: 100%;
}
.mejs-container .mejs-inner {
	height: 100%;
}
.mejs-container .mejs-controls {
	position: static;
	height: 0;
	background: transparent;
	visibility: visible !important;
}
.mejs-container .mejs-controls .mejs-time-rail {
	display: none !important;
}
.mejs-container .mejs-controls button {
	background: transparent url("images/controls.svg") no-repeat;
}
.mejs-container .mejs-controls .mejs-volume-button {
	position: absolute;
	bottom: 0;
}
.mejs-container .mejs-controls .mejs-volume-button button {
	background-position: -16px -16px;
}
.mejs-container .mejs-controls .mejs-fullscreen-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.mejs-container .mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}
.mejs-container .mejs-controls .mejs-duration-container, .mejs-container .mejs-controls .mejs-currenttime-container {
	position: absolute;
	right: -5px;
	bottom: -36px;
}
@media (min-width: 768px) {
	.mejs-container .mejs-controls .mejs-duration-container, .mejs-container .mejs-controls .mejs-currenttime-container {
		bottom: -38px;
		right: 5px;
	}
}
.mejs-container .mejs-controls .mejs-time {
	color: #c2c4c4;
	font-weight: 400;
	font-size: 14px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.mejs-container .mejs-controls .mejs-time span {
	color: inherit;
	font-weight: 400;
	font-size: 14px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.mejs-container .mejs-controls .mejs-play ~ .mejs-fullscreen-button, .mejs-container .mejs-controls .mejs-play ~ .mejs-volume-button, .mejs-container .mejs-controls .mejs-play ~ .mejs-currenttime-container {
	display: none !important;
}
.mejs-container .mejs-controls .mejs-pause ~ .mejs-duration-container {
	display: none !important;
}
.mejs-container .mejs-controls .mejs-playpause-button {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.mejs-container .mejs-controls .mejs-playpause-button button[type="button"] {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: none;
}
.mejs-container .mejs-overlay-play {
	height: 100% !important;
	width: 100% !important;
}
.txt-video {
	color: #c2c4c4;
	padding: 17px 0 0;
	max-width: 80%;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
@media (min-width: 768px) {
	.txt-video {
		padding: 19px 0 0;
	}
}
.txt-video > span {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
.gallery-wrap {
	padding: 17px 0 0;
	margin-bottom: 55px;
}
@media (max-width: 767px) {
	.gallery-wrap {
		margin-bottom: 16px;
	}
}
.gallery-content {
	position: relative;
	width: 100%;
}
.gallery-content .gallery-mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
@media (max-width: 767px) {
	.gallery-content .gallery-mask {
		overflow: visible;
	}
}
@media (max-width: 767px) {
	.gallery-content .gallery-mask + p {
		display: none;
	}
}
.gallery-content .gallery-slideset {
	width: 99999px;
	float: left;
}
.gallery-content .gallery-slide {
	width: 100%;
	float: left;
}
@media (max-width: 767px) {
	.gallery-content .gallery-slide {
		padding-right: 15px;
	}
}
.gallery-content [class*='btn-'] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 50px;
	background: rgba(58, 58, 61, 0.7);
	z-index: 10;
	font-family: "icomoon";
	margin-top: -20px;
	outline: none;
}
.gallery-content [class*='btn-']:hover {
	background: var(--core-profile-5);
}
@media (max-width: 767px) {
	.gallery-content [class*='btn-'] {
		display: none;
	}
}
.gallery-content .btn-prev {
	left: 20px;
}
.gallery-content .btn-next {
	right: 20px;
}
.gallery-content .visual img {
	max-width: none;
	width: 100%;
}
.gallery-content .visual .text {
	padding-top: 14px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	height: 40px;
	color: #c2c4c4;
	font-weight: 400;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
}
.gallery-content .active .visual .text {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s 0.5s;
}
.gallery-content .row-info {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.gallery-content .txt-slide {
	display: block;
}
.gallery-content .slide-counter {
	right: 15px;
	position: absolute;
	bottom: 0;
	color: #c2c4c4;
	font-weight: 400;
	font-size: 14px;
}
@media (min-width: 768px) {
	.gallery-content .slide-counter {
		right: 9px;
	}
}
.tags-wrap {
	padding: 0 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
}
.tags-wrap .title-tags {
	display: block;
	margin: 0 13px 0 0;
	color: #c2c4c4;
}
@media (max-width: 767px) {
	.tags-wrap {
		margin-bottom: 20px;
	}
}
.list-tags {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-tags a {
	color: #3a3a3d;
}
.list-tags a:hover {
	color: var(--core-profile-5);
}
.list-tags > li:after {
	margin: 0 4px 0 0;
	content: ',';
}
.list-tags > li:last-child:after {
	display: none;
}
.share-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1px 4px 0 10px;
	text-transform: uppercase;
	line-height: 19px;
}
.share-wrap .title-share {
	font-size: 13px;
	margin: 0 6px 0 0;
}
.list-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 15px;
	padding: 3px 0 0;
}
.list-share > li {
	padding: 0 6px;
}
.list-share > li > span {
	cursor: pointer;
}
.list-share > li > span:hover {
	color: var(--core-profile-5);
}
@media (min-width: 768px) {
	.login-wrapper {
		display: -ms-flexbox;
		display: flex;
		background: #ebf2ec url("images/bg-login.png") no-repeat;
	}
}
@media (min-width: 768px) and (min-height: 650px) {
	.login-wrapper {
		height: 100vh;
	}
}
@media (max-width: 767px) {
	.login-wrapper {
		min-height: 100vh;
		background: linear-gradient(to bottom, #f0f3f0 0%, #ebf2eb 100%);
	}
}
.login-wrapper .login-col {
	width: 100%;
}
@media (min-width: 768px) {
	.login-wrapper .login-col {
		display: -ms-flexbox;
		display: flex;
		width: 38.9%;
	}
}
@media (min-width: 768px) {
	.login-wrapper .login-col:first-child {
		width: 61.1%;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 30px 15px;
		overflow-y: auto;
	}
}
@media (max-width: 767px) {
	.login-wrapper .login-col:last-child {
		display: none;
	}
}
.login-wrapper .login-header {
	padding-top: 1px;
	padding-bottom: 1px;
}
.login-wrapper .login-logo {
	width: 100%;
	margin: 22px auto 24px;
	max-width: 122px;
}
@media (min-width: 768px) {
	.login-wrapper .login-logo {
		max-width: 255px;
		margin: 0 auto 68px;
	}
}
@media (min-width: 768px) and (max-height: 944px) {
	.login-wrapper .login-logo {
		margin: 0 auto 7.2vh;
		max-width: 27vh;
		max-height: 20vh;
	}
}
@media (min-width: 768px) and (max-height: 799px) {
	.login-wrapper .login-logo {
		margin: 0 auto 5vh;
	}
}
@media (min-width: 768px) and (max-height: 649px) {
	.login-wrapper .login-logo {
		margin-bottom: 32px;
		max-height: 128px;
		max-width: 177px;
	}
}
.login-wrapper .visual {
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
}
.login-wrapper .login-hold {
	width: 100%;
}
@media (min-width: 768px) {
	.login-wrapper .login-hold {
		max-width: 350px;
	}
}
.login-wrapper .title, .login-wrapper h1 {
	margin: 0 0 17px;
	font-weight: 600;
	font-size: 27px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
}
@media (min-width: 768px) and (max-height: 944px) {
	.login-wrapper .title, .login-wrapper h1 {
		margin: 0 0 4.3vh;
		font-size: 3.8vh;
	}
}
@media (min-width: 768px) and (max-height: 649px) {
	.login-wrapper .title, .login-wrapper h1 {
		font-size: 25px;
		margin: 0 0 28px;
	}
}
.login-wrapper #nav {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #c2c4c4;
	font-weight: 400;
	font-size: 13px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 19px;
}
.login-wrapper #nav a {
	color: inherit;
}
.login-wrapper #nav a:hover {
	color: var(--core-profile-5);
}
@media (max-width: 767px) {
	.login-wrapper #main {
		padding: 35px 15px;
		max-width: 290px;
		background: #fff;
		margin: 0 auto;
		border-top: 4px solid var(--core-profile-5);
	}
}
#loginform {
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
}
#loginform input {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	background: none;
}
#loginform input:-webkit-autofill {
	background-color: transparent !important;
}
#loginform p {
	margin: 0 0 23px;
}
@media (min-width: 768px) {
	#loginform p {
		margin: 0 0 36px;
	}
}
@media (min-width: 768px) and (max-height: 944px) {
	#loginform p {
		margin-bottom: 3.8vh;
	}
}
@media (min-width: 768px) and (max-height: 649px) {
	#loginform p {
		margin-bottom: 25px;
	}
}
#loginform .btn {
	padding: 0;
	height: auto;
	width: calc(100% - 30px);
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
	#loginform .btn {
		background: #3a3a3d;
		width: 100%;
	}
	#loginform .btn:after {
		display: none;
	}
}
#loginform .btn:hover:after, #loginform .btn:hover span {
	background: #72c3c4;
}
@media (max-width: 767px) {
	#loginform .btn span {
		background: none;
	}
}
#loginform .forgetmenot {
	font-size: 14px;
	line-height: 16px;
	padding-top: 7px;
}
@media (min-width: 768px) {
	#loginform .forgetmenot {
		padding-top: 0;
		margin-top: -16px;
	}
}
@media (min-width: 768px) and (max-height: 944px) {
	#loginform .forgetmenot {
		margin-top: -1.9vh;
	}
}
@media (min-width: 768px) and (max-height: 649px) {
	#loginform .forgetmenot {
		margin-top: -12px;
	}
}
#loginform .submit {
	margin-bottom: 16px;
}
@media (max-height: 649px) {
	#loginform .submit {
		margin-bottom: 2.5vh;
	}
}
#loginform .input-row {
	position: relative;
}
#loginform .error-txt {
	display: none;
	position: absolute;
	right: 0;
	top: 11px;
	font-weight: 400;
	font-size: 14px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1;
	color: #e8a59e;
}
#loginform .input-error {
	box-shadow: 0 2px 0 0 #e8a59e;
}
#loginform .input-error + .error-txt {
	display: block;
}
#loginform .input-error:-webkit-autofill, #loginform .input-error:-webkit-autofill:hover, #loginform .input-error:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #ebf2ec inset, 0 2px 0 0 #e8a59e !important;
}
#loginform input:-webkit-autofill, #loginform input:-webkit-autofill:hover, #loginform input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #ebf2ec inset, 0 2px 0 0 #cbe7de !important;
}
#loginform input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #ebf2ec inset, 0 4px 0 0 var(--core-profile-5) !important;
}
.login-footer {
	text-align: center;
	padding: 35px 30px 30px;
}
@media (min-width: 768px) {
	.login-footer {
		padding: 123px 30px 20px;
	}
}
@media (min-width: 768px) and (max-height: 944px) {
	.login-footer {
		padding: 13vh 30px 2vh;
	}
}
@media (min-width: 768px) and (max-height: 799px) {
	.login-footer {
		padding: 8vh 30px 1vh;
	}
}
@media (min-width: 768px) and (max-height: 649px) {
	.login-footer {
		padding: 51px 30px 9px;
	}
}
.login-footer .social {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 27px;
}
@media (min-width: 768px) {
	.login-footer .social {
		margin-bottom: 14px;
	}
}
.login-footer .social > li {
	padding: 5px 12px;
	font-size: 21px;
	line-height: 1;
}
@media (min-width: 768px) {
	.login-footer .social > li {
		font-size: 15px;
		padding: 5px 10px;
	}
}
.login-footer .social a {
	color: #3a3a3d;
}
.login-footer .social a:hover {
	color: var(--core-profile-5);
}
.login-footer .txt-login {
	display: block;
	font-size: 13px;
	line-height: 1.54;
}
@media (min-width: 768px) {
	.login-footer .txt-login {
		font-size: 12px;
	}
}
.login-footer .txt-login p {
	margin: 0;
}
@media (min-width: 768px) {
	.login-footer .txt-login p {
		display: inline;
	}
}
/*:not(#foo) > input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
}
:not(#foo) > input[type="checkbox"] + span {
	line-height: 16px;
}
:not(#foo) > input[type="checkbox"] + span, :not(#foo) > input[type="checkbox"] + label {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 22px;
	cursor: pointer;
}
:not(#foo) > input[type="checkbox"] + span:before, :not(#foo) > input[type="checkbox"] + label:before {
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-block;
	content: '';
	width: 13px;
	height: 13px;
	margin: 0;
	background: #727276;
}
:not(#foo) > input[type="checkbox"]:checked + span:after, :not(#foo) > input[type="checkbox"]:checked + label:after {
	position: absolute;
	top: 3px;
	left: 2px;
	width: 9px;
	height: 5px;
	content: '';
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
}*/
.form-sidebar {
	position: relative;
	z-index: 10;
}
@media (max-width: 767px) {
	.form-sidebar {
		border-top: 4px solid var(--core-profile-5);
	}
}
.form-sidebar:after {
	display: block;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: -1;
	width: 473px;
	height: 473px;
	content: '';
	background: url("images/decor-01.png") no-repeat 50% 50%/cover;
}
.form-sidebar .form-sidebar-hold {
	float: none;
	position: relative;
	padding: 33px 15px 40px;
	background: #f9fbf9;
}
@media (min-width: 992px) {
	.form-sidebar .form-sidebar-hold {
		padding: 35px 35px;
	}
}
@media (max-width: 767px) {
	.form-sidebar .form-sidebar-hold p:last-child {
		margin-bottom: 0;
	}
}
.form-sidebar .form-sidebar-hold .ajax-loader {
	position: absolute;
	right: 50%;
	bottom: 10px;
	transform: translateX(50%);
}
.form-sidebar .row-form {
	margin-bottom: 24px;
}
.form-sidebar input {
	background: transparent;
	font-size: 16px;
	/* line-height: 19pc; */
	padding: 12px 0;
	margin: 0;
}
.form-sidebar input:not(textarea) {
	height: 43px;
}
.form-sidebar input::-webkit-input-placeholder {
	color: #9ba39b;
}
.form-sidebar input::-moz-placeholder {
	opacity: 1;
	color: #9ba39b;
}
.form-sidebar input:-moz-placeholder {
	color: #9ba39b;
}
.form-sidebar input:-ms-input-placeholder {
	color: #9ba39b;
}
.form-sidebar input.placeholder {
	color: #9ba39b;
}
.form-sidebar input[type='submit'] {
	height: auto;
	width: 100%;
	margin: 17px 0 0;
	padding: 17px 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	background: #3a3a3d;
	box-shadow: 0 20px 40px 0 rgba(58, 58, 61, 0.19);
}
@media (max-width: 767px) {
	.form-sidebar input[type='submit'] {
		font-size: 15px;
		padding-top: 12px;
		padding-bottom: 13px;
	}
}
.form-sidebar input[type='submit']:hover {
	background: var(--core-profile-5);
}
.form-sidebar .title {
	margin: 0 0 35px;
}
@media (max-width: 767px) {
	.form-sidebar .title {
		margin: 0 0 8px;
	}
}
.form-sidebar h3 {
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.38;
}
@media (max-width: 767px) {
	.form-sidebar h3 {
		font-size: 27px;
		line-height: 1.34;
	}
}
.form-sidebar [class*="wpcf7-form-control-wrap"] {
	display: block;
}
.random-logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.random-logo .random-item {
	padding: 10px;
	width: 33.333%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 768px) {
	.random-logo .random-item {
		width: 20%;
	}
}
.random-logo .visual {
	width: 100%;
}
.random-logo .visual img {
	display: block;
	max-width: none;
	width: 100%;
}
@media (max-width: 767px) {
	#random-list {
		margin-top: -20px;
	}
}
#random-list .vc_grid-item {
	opacity: 1;
}
@media (max-width: 767px) {
	.vc-random-list {
		margin-bottom: 0 !important;
	}
}
.vc-random-list .vc_grid-item {
	background: #fff;
	width: 33.333% !important;
	float: left !important;
}
@media (min-width: 768px) {
	.vc-random-list .vc_grid-item {
		width: 20% !important;
	}
}
.vc-random-list .vc-gitem-zone-height-mode-auto:before {
	padding-top: 40%;
}
@media (max-width: 767px) {
	.vc-random-list .vc-gitem-zone-height-mode-auto:before {
		padding-top: 48%;
	}
}
.quote-wrap {
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}
.quote-item blockquote {
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: normal;
	line-height: 1.95;
	color: #3a3a3d;
}
.quote-item blockquote:after {
	top: 1px;
	left: -20px;
	font-size: 25px;
	color: var(--core-profile-5);
}
.quote-item blockquote p:first-child {
	text-indent: 29px;
}
.quote-item p {
	margin: 0;
}
.quote-item cite {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
}
.quote-item .avatar {
	width: 80px;
	height: 80px;
	min-width: 80px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}
.quote-item .body-cite {
	display: block;
	width: calc(100% - 80px);
	padding: 0 0 0 20px;
}
.quote-item .name {
	display: block;
	font-weight: 600;
	font-size: 19px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #3a3a3d;
	line-height: 22px;
}
.quote-item .position {
	display: block;
	font-weight: 400;
	font-size: 16px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #3a3a3d;
	line-height: 20px;
}
.banner {
	font-size: 18px;
}
@media (max-width: 767px) {
	.banner {
		font-size: 16px;
		line-height: 1.56;
	}
}
.banner h1 {
	margin-bottom: 11px;
}
@media (max-width: 767px) {
	.banner h1 {
		margin-bottom: 18px;
	}
}
.vc_row.vc-twocolumns {
	margin-top: -8px !important;
}
@media (min-width: 768px) {
	.vc_row.vc-twocolumns {
		padding-top: 0 !important;
	}
}
@media (min-width: 768px) {
	.vc-quote-item {
		padding-top: 0 !important;
	}
}
.vc-btn-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
	height: auto;
	box-shadow: 20px 0 40px 0 rgba(4, 14, 14, 0.2);
	transition: none;
	margin-right: 47px;
}
@media (max-width: 767px) {
	.vc-btn-item {
		font-size: 15px;
	}
}
.vc-btn-item:after {
	position: absolute;
	top: 0;
	right: -20px;
	width: 50%;
	height: 100%;
	content: '';
	transform: skewX(-20deg);
	background: #3a3a3d;
}
.vc-btn-item > span {
	display: block;
	position: relative;
	z-index: 2;
	padding: 17px 34px 17px 54px;
	background: #3a3a3d;
}
@media (max-width: 767px) {
	.vc-btn-item > span {
		padding: 13px 26px 12px 44px;
	}
}
.vc-btn-item:focus {
	color: #fff;
}
.vc-btn-item:hover {
	color: #fff;
}
.vc-btn-item:hover:after, .vc-btn-item:hover > span {
	background: var(--core-profile-5);
}
.vc-btn-link .vc-btn-item {
	box-shadow: none;
	text-decoration: underline;
	color: #3a3a3d;
	font-size: 12px;
}
.vc-btn-link .vc-btn-item > span {
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.vc-btn-link .vc-btn-item:after {
	display: none;
}
.vc-btn-link .vc-btn-item:hover {
	color: var(--core-profile-5);
}
.vc-ninja-form .vc-ninja-form-text {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.64;
	color: #c2c4c4;
}
.vc_gitem-zone {
	background-size: 60% auto !important;
	pointer-events: none;
}
.vc_gitem-zone .vc-zone-link {
	pointer-events: none;
}
.vc_pageable-slide-wrapper {
	max-height: 527px;
	overflow: hidden;
}
@media (min-width: 480px) {
	.vc_pageable-slide-wrapper {
		max-height: 850px;
	}
}
@media (min-width: 768px) {
	.vc_pageable-slide-wrapper {
		max-height: 321px;
	}
}
@media (min-width: 992px) {
	.vc_pageable-slide-wrapper {
		max-height: 388px;
	}
}
.vc-box-quote {
	color: #fff;
	line-height: 1.75;
	padding: 0 15px;
}
@media (min-width: 992px) {
	.vc-box-quote {
		padding: 0 30px;
	}
}
.vc-box-quote h4 {
	margin: 0 0 14px;
	font-weight: 600;
	font-size: 19px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.mega-testimonial-7 {
	padding: 0 15px;
}
@media (min-width: 768px) {
	.mega-testimonial-7 {
		padding: 0 30px;
	}
}
.mega-testimonial-7 .tm-prof-7 {
	padding-top: 17px !important;
	line-height: 1.47;
	min-height: 97px;
}
@media (min-width: 768px) {
	.mega-testimonial-7 .tm-prof-7 {
		min-height: 0;
		padding-top: 44px !important;
	}
}
.mega-testimonial-7 .tm-prof-7 > p {
	display: none;
}
.mega-testimonial-7 .tm-quotes-7 {
	font-style: normal !important;
	background: none !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 27px;
	margin-left: 0 !important;
}
@media (min-width: 768px) {
	.mega-testimonial-7 .tm-quotes-7 {
		padding-bottom: 45px;
		padding-left: 138px !important;
	}
}
.mega-testimonial-7 .tm-picture {
	position: relative;
	margin-top: -15px;
	margin-right: 18px !important;
}
@media (min-width: 768px) {
	.mega-testimonial-7 .tm-picture {
		margin-top: -10px;
		margin-right: 40px !important;
	}
}
.mega-testimonial-7 .tm-picture img {
	box-shadow: none !important;
	border: 0 !important;
}
.mega-testimonial-7 .tm-picture:after {
	position: absolute;
	bottom: -12px;
	right: -5px;
	width: 46px;
	height: 46px;
	content: '\e90c';
	background: #fff;
	border-radius: 50%;
	color: var(--core-profile-5);
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	border: 5px solid var(--core-profile-5);
	font-family: "icomoon";
}
@media (max-width: 991px) {
	.vc-avatar {
		margin-left: 15px !important;
	}
}
.vc-avatar .vc_figure {
	position: relative;
}
.vc-avatar .vc_figure:after {
	position: absolute;
	bottom: -12px;
	right: -5px;
	width: 46px;
	height: 46px;
	content: '\e90c';
	background: #fff;
	border-radius: 50%;
	color: var(--core-profile-5);
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	border: 5px solid var(--core-profile-5);
	font-family: "icomoon";
}
@media (max-width: 767px) {
	.vc_row.vc-gallery-01 {
		padding-top: 0 !important;
		margin-bottom: 5px !important;
	}
}
@media (max-width: 767px) {
	.vc_row.vc-table-wrap-box {
		margin-bottom: 23px !important;
	}
}
@media (max-width: 767px) {
	.vc_row.vc-table-wrap-box.vc-table-wrap-box-add {
		margin-bottom: 38px !important;
	}
}
.vc-table-wrap {
	position: relative;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	.vc-table-wrap {
		margin-top: -7px;
	}
}
.vc-table-wrap .icon-hand {
	position: absolute;
	right: 50%;
	bottom: -9px;
	font-size: 20px;
	transform: translateX(50%);
}
@media (min-width: 768px) {
	.vc-table-wrap .icon-hand {
		display: none;
	}
}
@media (max-width: 767px) {
	.vc-table-wrap .vc_column-inner {
		padding-right: 0 !important;
	}
}
.vc-table-wrap-scroll .vc-table-hold {
	width: 100%;
	overflow-x: scroll;
}
@media (min-width: 768px) {
	.vc-table-wrap-scroll .vc-table-hold {
		overflow: visible;
	}
}
.vc-table {
	/* width: 1170px;*/
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}
@media (min-width: 768px) {
	.vc-table {
		width: 100%;
	}
}
.vc-table thead th {
	padding: 23px 18px;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	line-height: 19px;
	color: #fff;
	background: #3a3a3d;
	border: 0;
}
.vc-table tbody td {
	padding: 12px 18px;
	font-weight: 400;
	font-size: 14px;
	color: #3a3a3d;
	line-height: 19px;
	border: 0;
	border-right: 1px solid #e9f2eb;
}
.vc-table tbody td:first-child {
	border-left: 1px solid #e9f2eb;
}
.vc-table tbody tr:nth-child(odd) td {
	background: #f4f8f5;
}
.vc-multi-table {
	width: 1170px;
	border-collapse: collapse;
}
@media (min-width: 768px) {
	.vc-multi-table {
		width: 100%;
	}
}
.vc-multi-table thead th {
	padding: 23px 18px;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	line-height: 19px;
	color: #fff;
	background: #3a3a3d;
	border: 0;
}
.vc-multi-table tbody td {
	padding: 12px 18px;
	font-weight: 400;
	font-size: 14px;
	color: #3a3a3d;
	line-height: 19px;
	border: 0;
	border-right: 1px solid #e9f2eb;
}
.vc-multi-table tbody td:first-child {
	border-left: 1px solid #e9f2eb;
}
.vc-multi-table tbody tr:first-child td {
	padding: 17px 18px;
	font-weight: 500;
	font-size: 14px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #c2c4c4;
	line-height: 19px;
	text-transform: uppercase;
	border-bottom: 1px solid #e9f2eb;
}
.vc-multi-table tbody tr:nth-child(2n+2) td {
	background: #f4f8f5;
}
.vc-multi-table tbody tr:last-child td {
	border-bottom: 1px solid #e9f2eb;
}
@media (max-width: 767px) {
	.vc-tab-box.vc_row {
		border-bottom: 0 !important;
		margin-bottom: -21px !important;
	}
}
.vc-tab-box .vc_tta-tabs-container {
	margin: 0 !important;
}
.vc-tab-box .vc_tta-tabs-container .vc_tta-tabs-list {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	padding-bottom: 3px !important;
}
.vc-tab-box .vc_tta-tabs-container .vc_tta-tab {
	width: 100%;
	margin: 0 !important;
	display: block;
}
@media (min-width: 768px) {
	.vc-tab-box .vc_tta-tabs-container .vc_tta-tab {
		width: calc(99.9% / 6);
	}
}
.vc-tab-box .vc_tta-tabs-container .vc_tta-tab > a {
	border-radius: 0 !important;
	border: 0 !important;
	background: none !important;
	color: #3a3a3d !important;
	padding: 12px 5px !important;
	font-weight: 600;
	font-size: 22px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 26px;
	text-transform: uppercase;
	box-shadow: 0 3px 0 #f5f7f5 !important;
}
.vc-tab-box .vc_tta-tabs-container .vc_active > a {
	background: none !important;
	color: var(--core-profile-5) !important;
	box-shadow: 0 3px 0 var(--core-profile-5) !important;
}
@media (max-width: 767px) {
	.vc-tab-box .vc_tta-panel-heading {
		background: none !important;
		border: 0 !important;
	}
}
.vc-tab-box .vc_tta-panels {
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
}
@media (max-width: 767px) {
	.vc-tab-box .vc_tta-panels .vc_tta-panel-title a {
		position: relative;
		color: var(--core-profile-5) !important;
		padding: 14px 20px 14px 0 !important;
		box-shadow: 0 2px 0 0 #e9f2eb !important;
	}
	.vc-tab-box .vc_tta-panels .vc_tta-panel-title a:after {
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0;
		border-color: #3a3a3d transparent transparent;
		content: '';
	}
}
.vc-tab-box .vc_tta-panels .vc_active .vc_tta-panel-title a {
	box-shadow: 0 3px 0 0 var(--core-profile-5) !important;
}
.vc-tab-box .vc_tta-panel {
	margin: 0 !important;
}
.vc-tab-box .vc_tta-panel-body {
	padding: 20px 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
	background: none !important;
}
.vc-tab-box .vc_tta-panel-body ul:not(class) {
	font-size: 14px;
	line-height: 1.36;
}
@media (min-width: 768px) {
	.vc-tab-box .vc_tta-panel-body ul:not(class) {
		column-count: 4;
		column-gap: 20px;
		padding-left: 0;
		padding-top: 20px;
		margin-bottom: 63px;
	}
}
@media (max-width: 767px) {
	.vc-tab-box .vc_tta-panel-body ul:not(class) {
		padding-left: 0;
		margin-bottom: 18px;
	}
}
.vc-tab-box .vc_tta-panel-body ul:not(class):last-child {
	margin-bottom: 53px;
}
@media (max-width: 767px) {
	.vc-tab-box .vc_tta-panel-body ul:not(class):last-child {
		margin-bottom: 0;
	}
}
.vc-tab-box .vc_tta-panel-body ul:not(class) > li {
	padding-left: 30px;
	margin: 0 0 24px;
}
@media (max-width: 767px) {
	.vc-tab-box .vc_tta-panel-body ul:not(class) > li {
		padding-left: 20px;
		margin-bottom: 17px;
	}
}
.vc-tab-box .vc_tta-panel-body ul:not(class) > li + li {
	margin-top: 0;
}
.vc-tab-box .vc_tta-panel-body ul:not(class) > li:before {
	top: 8px;
	background: #dddfdf;
}
@media (max-width: 767px) {
	.vc-tab-box .vc_tta-panel-body .vc-tab-content {
		padding: 7px 15px !important;
	}
	.vc-tab-box .vc_tta-panel-body .vc-tab-content h4 {
		font-size: 27px;
	}
}
@media (max-width: 767px) {
	.vc-tab-box .vc_tta-panel-body .wpb_content_element {
		margin-bottom: 0 !important;
	}
}
[id='content'] a {
	color: inherit;
}
[id='content'] a:hover {
	color: var(--core-profile-5);
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_tta-tabs-container {
	border-top: 1px solid #e0dede;
	border-bottom: 1px solid #e0dede;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_tta-tabs-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_tta-tabs-list > li {
	margin: 0;
	padding: 0 15px;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_tta-tab > a {
	border: 0;
	display: block;
	padding: 10px 0;
	border-radius: 0;
	background: none;
	font-style: 14px;
	line-height: 18px;
	box-shadow: inset 0 0 0 var(--core-profile-5);
	transition: box-shadow 0.3s;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_tta-tab > a:focus, .wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_tta-tab > a:hover {
	background: none;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_tta-tab > a:hover {
	color: var(--core-profile-5);
	box-shadow: inset 0 3px 0 var(--core-profile-5);
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_active > a {
	background: none !important;
	color: var(--core-profile-5);
	box-shadow: inset 0 3px 0 var(--core-profile-5) !important;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_tta-panels {
	border: none !important;
	background: none !important;
	border-radius: 0 !important;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_tta-panel-body {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_tta-panel-body .vc_toggle {
	margin: 0;
	border-bottom: 1px solid #e0dede;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_toggle_title {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_toggle_title h4 {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	background: none;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_toggle_title:hover {
	color: var(--core-profile-5);
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_toggle_icon {
	display: block;
	width: 22px;
	height: 22px;
	background: #3a3a3d;
	border: none;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_toggle_icon:before {
	width: 2px;
	height: 8px;
	background: #fff;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_toggle_icon:after {
	width: 8px;
	height: 2px;
	background: #fff;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_toggle_active .vc_toggle_icon:after {
	visibility: visible;
}
.wpb-js-composer .vc-tab-faq .vc_tta.vc_general .vc_toggle_content {
	font-size: 14px;
}
.wpb-js-composer .vc-tab-faq .vc_tta-panels {
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
}
@media (max-width: 767px) {
	.wpb-js-composer .vc-tab-faq .vc_tta-panels .vc_tta-panel-title {
		position: relative;
		box-shadow: none !important;
	}
	.wpb-js-composer .vc-tab-faq .vc_tta-panels .vc_tta-panel-title:after {
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0;
		border-color: #3a3a3d transparent transparent;
		content: '';
	}
}
.wpb-js-composer .vc-tab-faq .vc_tta-panels .vc_tta-panel-title > a {
	color: inherit !important;
}
.wpb-js-composer .vc-tab-faq .vc_tta-panels .vc_tta-panel-title > a:hover {
	color: var(--core-profile-5) !important;
}
@media (max-width: 767px) {
	.wpb-js-composer .vc-tab-faq .vc_tta-panels .vc_tta-panel-title > a {
		padding-left: 0 !important;
	}
}
@media (max-width: 767px) {
	.wpb-js-composer .vc-tab-faq .vc_tta-panel-heading {
		background: none !important;
		border: 0 !important;
	}
}
.wpb-js-composer .vc-tab-faq .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
	color: var(--core-profile-5) !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion {
	font-size: 14px;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel {
	border-bottom: 1px solid #4c4c4c;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
	color: inherit !important;
	padding-left: 30px !important;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover {
	color: var(--core-profile-5) !important;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title .vc_tta-controls-icon {
	width: 23px;
	height: 22px;
	left: 0 !important;
	background: #3a3a3d;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
	left: 7px;
	right: 7px;
	border-color: #fff !important;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
	margin-left: -1px;
	top: 7px;
	bottom: 7px;
	border-color: #fff !important;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: var(--core-profile-5) !important;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
	border: none !important;
	background: none !important;
}
.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
	border: none !important;
	background: none !important;
}
.vc-member-item {
	font-weight: 400;
	font-size: 16px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #c2c4c4;
	line-height: 1.63;
}
@media (max-width: 767px) {
	.vc-member-item {
		font-size: 15px;
		line-height: 1.73;
	}
}
.vc-member-item .vc_single_image-wrapper {
	position: relative;
	overflow: hidden;
}
.vc-member-item .vc_single_image-wrapper:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url("images/bg-member.png") no-repeat 0 100%;
	background-size: 100% auto;
}
.vc-member-item .vc-member-title {
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	.vc-member-item .vc-member-title {
		margin-bottom: 0 !important;
	}
}
.vc-member-item h4 {
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 19px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.2;
	color: #3a3a3d;
}
.vc-member-item h5 {
	margin: 0 0 5px;
	font-weight: 400;
	font-size: 16px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.2;
	color: #3a3a3d;
}
.vc-video-box {
	position: relative;
	padding-top: 66%;
}
.vc-video-box > .vc_column-inner {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	width: 100%;
	max-width: 250px;
	font-weight: 400;
	font-size: 22px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	line-height: 1.27;
	text-align: center;
}
.vc-video-box > .vc_column-inner .video-text {
	margin: 0;
}
.vc-video-box .play-video {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	border: 3px solid #fff;
}
@media (max-width: 767px) {
	.vc-video-box .play-video {
		width: 70px;
		height: 70px;
		border-width: 2px;
	}
}
.vc-video-box .play-video:after {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 19px;
	border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
	.vc-video-box .play-video:after {
		border-width: 8px 0 8px 13px;
	}
}
@media (max-width: 767px) {
	.vc-post-wrap .wpb_content_element {
		margin-bottom: 23px;
	}
}
@media (max-width: 767px) {
	.vc-post-wrap h2 {
		font-size: 33px;
	}
}
@media (max-width: 767px) {
	.vc-post-wrap .vc-post-row-wrap {
		margin-bottom: 28px !important;
	}
}
.vc-post-item {
	font-size: 16px;
	line-height: 1.63;
	color: #c2c4c4;
}
@media (max-width: 767px) {
	.vc-post-item {
		font-size: 15px;
		line-height: 1.73;
	}
}
.vc-post-item h4 {
	margin: 0;
	font-size: 27px;
	color: #3a3a3d;
}
@media (max-width: 767px) {
	.vc-post-item h4 {
		font-size: 21px;
		line-height: 1.29;
		margin-bottom: 3px;
	}
}
@media (max-width: 767px) {
	.vc-post-item .wpb_single_image {
		margin-bottom: 18px !important;
	}
}
@media (max-width: 767px) {
	.vc-post-item .title-post {
		margin-bottom: 8px !important;
	}
}
.vc-post-item .title-post ul:not(class) {
	padding: 0;
	font-size: 15px;
	line-height: 18px;
}
.vc-post-item .title-post ul:not(class) > li {
	padding: 0;
}
.vc-post-item .title-post ul:not(class) > li:before {
	display: none;
}
.vc-post-item .title-post ul:not(class) > li:last-child:after {
	display: none;
}
.vc-post-item .title-post ul:not(class) > li + li:after {
	margin: 0 5px;
	content: '|';
}
@media (max-width: 767px) {
	.vc-post-item .vc-body-post {
		margin-bottom: 25px !important;
	}
}
@media (max-width: 767px) {
	.vc-post-item > .vc_column-inner {
		margin-bottom: 20px !important;
	}
}
@media (max-width: 767px) {
	.vc-rewers-mobile {
		padding-top: 0;
		/* margin-top: -240px; */
	}
}
@media (max-width: 767px) {
	.vc-rewers-mobile .wpb_wrapper > .vc_row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.vc-rewers-mobile .wpb_wrapper > .vc_row:after, .vc-rewers-mobile .wpb_wrapper > .vc_row:before {
		display: none;
	}
}
[id*="vc-gallery-quote"].content-over-slider .slick-slide .content-section {
	display: block;
	top: 0 !important;
	position: relative;
}
[id*="vc-gallery-quote"].content-over-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: var(--core-profile-5);
	text-align: center;
	font-size: 10px;
	line-height: 50px;
	background: #e9f2eb !important;
	z-index: 10;
	font-family: "icomoon";
	margin-top: -20px;
	outline: none;
}
[id*="vc-gallery-quote"].content-over-slider .slick-arrow:hover {
	background: var(--core-profile-5) !important;
	color: #fff;
}
@media (max-width: 767px) {
	[id*="vc-gallery-quote"].content-over-slider .slick-arrow {
		display: none;
	}
}
[id*="vc-gallery-quote"].content-over-slider .slick-arrow:before {
	display: none;
}
[id*="vc-gallery-quote"].content-over-slider .slick-prev {
	left: 0;
}
[id*="vc-gallery-quote"].content-over-slider .slick-next {
	right: 0 !important;
}
[id*="vc-gallery-quote"].content-over-slider .tdt-slider-heading {
	display: none;
}
[id*="vc-gallery-quote"].content-over-slider .tdt-slider-heading + p {
	display: none;
}
[id*="vc-gallery-quote"].content-over-slider .quote-wrap + p {
	display: none;
}
@media (max-width: 767px) {
	.vc-quote-gallery .vc_column-inner {
		padding-top: 55px !important;
		padding-right: 20px !important;
		padding-bottom: 49px !important;
	}
}
@media (max-width: 767px) {
	.vc-quote-gallery h1 {
		font-size: 33px;
	}
}
.vc-quote-gallery .vc-title-slider {
	max-width: 770px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.vc-quote-gallery .vc-title-slider {
		margin-bottom: 24px !important;
	}
}
@media (max-width: 767px) {
	.lvca-testimonials-slider .lvca-flex-viewport {
		overflow: visible !important;
	}
}
@media (max-width: 767px) {
	.lvca-testimonials-slider .lvca-slides {
		visibility: visible;
	}
}
.lvca-testimonials-slider .lvca-testimonial-text {
	position: relative;
	max-width: 770px;
	font-weight: 400;
	font-size: 18px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: normal;
	text-align: left;
	line-height: 1.95;
	color: #3a3a3d;
}
@media (max-width: 991px) {
	.lvca-testimonials-slider .lvca-testimonial-text {
		padding-left: 30px;
	}
}
@media (max-width: 767px) {
	.lvca-testimonials-slider .lvca-testimonial-text {
		font-size: 16px;
		line-height: 2.07;
		padding: 0 0 0 20px;
		margin-bottom: 0;
	}
}
.lvca-testimonials-slider .lvca-testimonial-text .lvca-icon-quote {
	display: inline;
	margin: 0 10px 0 -20px;
}
@media (max-width: 767px) {
	.lvca-testimonials-slider .lvca-testimonial-text .lvca-icon-quote {
		position: relative;
		top: 3px;
	}
}
.lvca-testimonials-slider .lvca-testimonial-text .lvca-icon-quote:before {
	line-height: 1;
	content: '\e90c';
	font-family: "icomoon";
	top: 1px;
	left: -20px;
	font-size: 25px;
	color: var(--core-profile-5);
}
@media (max-width: 767px) {
	.lvca-testimonials-slider .lvca-testimonial {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-right: 20px;
	}
}
.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-prev {
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	color: var(--core-profile-5);
	text-align: center;
	background: #e9f2eb !important;
	z-index: 10;
	margin: -20px 0 0 !important;
	outline: none;
	left: -134px !important;
	font-size: 0;
	line-height: 0;
	font-family: "icomoon" !important;
}
.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-prev:hover {
	background: var(--core-profile-5) !important;
	color: #fff !important;
	font-family: "icomoon" !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-prev:hover:before {
	font-size: 10px !important;
	line-height: 50px !important;
	content: '\e900' !important;
}
@media (max-width: 1199px) {
	.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-prev {
		left: -30px !important;
	}
}
@media (max-width: 767px) {
	.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-prev {
		display: none;
	}
}
.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-prev:before {
	font-size: 10px;
	line-height: 50px;
	content: '\e900';
}
.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-prev > span {
	display: none;
}
.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-next {
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	color: var(--core-profile-5);
	text-align: center;
	background: #e9f2eb !important;
	z-index: 10;
	margin-top: -20px !important;
	outline: none;
	right: -134px !important;
	font-size: 0;
	line-height: 0;
	font-family: "icomoon" !important;
}
.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-next:hover {
	background: var(--core-profile-5) !important;
	color: #fff !important;
	font-family: "icomoon" !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-next:hover:before {
	font-size: 10px !important;
	line-height: 50px !important;
	content: '\e901' !important;
}
@media (max-width: 1199px) {
	.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-next {
		right: -30px !important;
	}
}
@media (max-width: 767px) {
	.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-next {
		display: none;
	}
}
.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-next:before {
	font-size: 10px;
	line-height: 50px;
	content: '\e901';
}
.lvca-testimonials-slider .lvca-flex-direction-nav .lvca-flex-next > span {
	display: none;
}
.lvca-testimonials-slider .lvca-testimonial-user {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.lvca-testimonials-slider .lvca-testimonial-user {
		margin-bottom: 7px;
	}
}
.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper {
	display: block;
	width: 80px;
	height: 80px;
	min-width: 80px;
}
.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper img {
	max-width: 100%;
	margin: 0;
}
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
	display: block;
	display: block;
	width: calc(100% - 80px);
	padding: 0 0 0 20px;
}
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
	margin: 0 0 8px;
	display: block;
	font-weight: 600;
	font-size: 19px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
	text-transform: none;
	color: #3a3a3d;
	line-height: 22px;
}
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-credentials {
	display: block;
	font-weight: 400;
	font-size: 16px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #3a3a3d;
	line-height: 20px;
}
.vc-full-video-box {
	width: 100vw !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	color: #fff;
}
@media (max-width: 767px) {
	.vc-full-video-box.vc_row {
		margin-bottom: 19px !important;
	}
}
.vc-full-video-box a {
	color: #fff;
}
.vc-full-video-box .video-box {
	min-height: 600px;
}
.vc-full-video-box .play-video {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	border: 3px solid #fff;
}
@media (max-width: 767px) {
	.vc-full-video-box .play-video {
		width: 70px;
		height: 70px;
		border-width: 2px;
	}
}
.vc-full-video-box .play-video:after {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 19px;
	border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
	.vc-full-video-box .play-video:after {
		border-width: 8px 0 8px 13px;
	}
}
.vc-full-video-box .vc-video-box {
	opacity: 0;
	transition: opacity 0.3s;
}
.vc-full-video-box.vc-video-play .vc-video-box {
	opacity: 1;
}
.vc-full-video-box.vc-video-play .vc-play-button-wrap .stop-button {
	display: block;
}
.vc-full-video-box.vc-video-play .vc-play-button-wrap .video-btn {
	display: none;
}
.vc-full-video-box .vc-play-button-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.vc-full-video-box .vc-play-button-wrap .stop-button {
	position: absolute;
	right: 20px;
	top: 45px;
	font-size: 20px;
	line-height: 1;
	display: none;
	pointer-events: auto;
}
.vc-full-video-box .vc-play-button-wrap .stop-button:hover {
	color: var(--core-profile-5);
}
.vc-full-video-box .vc-play-button-wrap .video-btn {
	pointer-events: auto;
}
.vc-full-video-box .vc-play-button-wrap .box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
.vc-full-video-box .vc-play-button-wrap .video-description {
	max-width: 200px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 1.28;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.vc-full-video-box .vc-play-button-wrap .video-description span {
	display: block;
}
@media (max-width: 767px) {
	.vc-top-block > .vc_column-inner {
		padding-top: 57px !important;
		padding-bottom: 42px !important;
	}
}
@media (max-width: 767px) {
	.vc-top-block .wpb_text_column {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.vc-top-block .vc-btn-link .vc-btn-item span {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.vc-top-block .vc-btn {
		margin-bottom: 14px;
	}
}
.vc-step-block .btn {
	padding: 0;
	height: auto;
	background: none;
}
.vc-step-block .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 23px;
}
@media (min-width: 768px) {
	.vc-step-block .wpcf7-form-control-wrap {
		margin-bottom: 36px;
	}
}
.vc-step-block .wpcf7-form-control-wrap + br {
	display: none;
}
.vc-step-block input:not(textarea) {
	height: 43px;
}
@media (min-width: 768px) {
	.vc-step-block input:not(textarea) {
		height: 41px;
	}
}
@media (max-width: 767px) {
	.vc-step-block .wpb_content_element {
		margin-bottom: 5px;
	}
}
.vc-step-block .step-buttons {
	padding-top: 14px;
}
@media (min-width: 768px) {
	.vc-step-block .step-buttons {
		padding-top: 16px;
	}
}
.vc-step-block .step-after-txt {
	font-size: 14px;
	line-height: 1.64;
	color: #c2c4c4;
}
@media (min-width: 768px) {
	.vc-step-block .step-after-txt {
		padding-top: 26px !important;
		margin-bottom: 79px !important;
	}
}
.step-line {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	padding: 15px 0;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 12px;
	font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
	color: #9ba39b;
}
@media (min-width: 768px) {
	.step-line {
		margin-bottom: 30px;
	}
}
.step-line a {
	color: #9ba39b;
	position: relative;
}
.step-line a:before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	content: '';
	background: var(--core-profile-5);
	pointer-events: none;
	visibility: hidden;
	transition: all 0.3s;
}
.step-line a:hover:before {
	width: 100%;
	visibility: visible;
}
.step-line > li:after {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 9px;
	top: 8px;
	content: '';
	width: 5px;
	height: 5px;
	border-left: 2px solid #9ba39b;
	border-bottom: 2px solid #9ba39b;
	transform: rotate(-135deg);
}
@media (min-width: 768px) {
	.step-line > li:after {
		margin: 0 16px;
	}
}
.step-line > li:last-child:after {
	display: none;
}
.step-line .active a {
	color: #3a3a3d;
}
.step-line .active a:before {
	width: 100%;
	visibility: visible;
}
@media (max-width: 767px) {
	.step-line .txt {
		display: none;
	}
}
@media (max-width: 767px) {
	.vc_row.vc-box-cta {
		padding-top: 50px !important;
		padding-bottom: 66px !important;
		margin-bottom: 23px !important;
	}
}
@media (max-width: 767px) {
	.vc-members-row.vc_row {
		margin-bottom: 45px !important;
		padding-top: 55px;
	}
}
@media (max-width: 767px) {
	.vc-members-row h2 {
		font-size: 33px;
	}
}
@media (max-width: 767px) {
	.vc-members-row .wpb_content_element {
		margin-bottom: 23px;
	}
}
@media (max-width: 767px) {
	.vc-members-list {
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		overflow: auto;
		margin-bottom: 18px !important;
	}
	.vc-members-list:after, .vc-members-list:before {
		display: none;
	}
}
@media (max-width: 767px) {
	.vc-members-list .vc-member-item {
		width: 270px;
		min-width: 270px;
	}
}
@media (max-width: 767px) {
	.vc-members-list .vc-member-visual {
		margin-bottom: 16px !important;
	}
}
.vc-testimonoals-wrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-top: 4px solid var(--core-profile-5);
	background: #f9fbf9;
	margin-bottom: 61px;
}
@media (min-width: 768px) {
	.vc-testimonoals-wrap {
		padding: 22px 34px 1px;
		margin-bottom: 57px;
	}
}
@media (max-width: 767px) {
	.vc-testimonoals-wrap .vc-testimonials-title .wpb_text_column {
		margin-bottom: 29px !important;
	}
}
.vc-testimonoals-wrap h2 {
	font-size: 27px;
}
@media (min-width: 768px) {
	.vc-testimonoals-wrap h2 {
		font-size: 36px;
		padding-bottom: 5px;
	}
}
.vc-testimonoals-wrap .mega-testimonial-7 {
	padding: 0;
	font-size: 14px;
	line-height: 1.94;
}
@media (min-width: 768px) {
	.vc-testimonoals-wrap .mega-testimonial-7 {
		font-size: 14px;
		line-height: 1.94;
		min-height: 170px;
	}
}
.vc-testimonoals-wrap .mega-testimonial-7 .tm-picture {
	margin-top: 0;
	margin-right: 12px !important;
}
@media (min-width: 768px) {
	.vc-testimonoals-wrap .mega-testimonial-7 .tm-picture {
		margin-right: 30px !important;
	}
}
.vc-testimonoals-wrap .mega-testimonial-7 .tm-picture:after {
	display: none;
}
.vc-testimonoals-wrap .mega-testimonial-7 .tm-prof-7 {
	padding: 5px 0 10px !important;
}
@media (max-width: 767px) {
	.vc-testimonoals-wrap .mega-testimonial-7 .tm-prof-7 {
		padding: 5px 0 !important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (max-width: 767px) {
	.vc-testimonoals-wrap .mega-testimonial-7 .tm-prof-7 > span {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		min-height: 110px;
		text-align: left !important;
	}
}
.vc-testimonoals-wrap .mega-testimonial-7 .tm-quotes-7 {
	padding-top: 17px !important;
}
@media (min-width: 768px) {
	.vc-testimonoals-wrap .mega-testimonial-7 .tm-quotes-7 {
		padding-top: 0 !important;
		padding-bottom: 17px;
		padding-left: 150px !important;
	}
}
@media (min-width: 768px) {
	.vc-testimonoals-wrap .mega-testimonial-7 .clearfix {
		display: none;
	}
}
.lvca-accordion.lvca-style3 {
	margin-top: -10px;
	padding-bottom: 51px;
}
@media (min-width: 768px) {
	.lvca-accordion.lvca-style3 {
		margin-top: 0;
		padding: 25px 0 0;
	}
}
.lvca-accordion.lvca-style3 .lvca-panel {
	border: 0;
}
.lvca-accordion.lvca-style3 .lvca-panel:first-child {
	border: 0;
}
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
	color: var(--core-profile-5);
}
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
	color: var(--core-profile-5);
	transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
	.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
		transform: none;
	}
}
.lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
	color: var(--core-profile-5);
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
	padding: 19px 50px 18px 0;
	letter-spacing: 0;
	color: var(--core-profile-5);
}
@media (min-width: 768px) {
	.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
		padding: 0 107px 0 0;
		display: inline-block;
		font-weight: 600;
		font-size: 14px;
		font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 48px;
	height: 2px;
	margin-top: -2px;
	content: '';
	background: #f5f7f5;
}
@media (min-width: 768px) {
	.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:before {
		display: none;
	}
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title .txt {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	background: #fff;
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f5f7f5;
	font-size: 10px;
	color: var(--core-profile-5);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	line-height: 28px;
	text-align: center;
}
@media (min-width: 768px) {
	.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
		width: 90px;
		height: 2px;
		content: '';
		border-radius: 0;
	}
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
	padding: 0 10px 28px 0;
	margin: -10px 0 0;
	font-size: 16px;
	line-height: 1.75;
}
@media (min-width: 768px) {
	.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
		display: block !important;
		height: auto !important;
		padding: 4px 0 56px !important;
		margin: 0 !important;
		font-size: 16px;
		line-height: 1.75;
	}
	.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content p {
		margin: 0;
	}
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content p {
	margin: 0;
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content p + p {
	margin-top: 18px;
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content p:empty {
	display: none;
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h3 {
	padding: 0;
	margin-bottom: 18px;
}
@media (min-width: 768px) {
	.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h3 {
		margin: 0 0 33px;
	}
}
@media (max-width: 767px) {
	.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h3 {
		line-height: 1.34;
	}
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content ul:not([class]) {
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content ul:not([class]) > li {
	padding: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content ul:not([class]) > li {
		width: 50%;
		margin: 0 0 17px;
	}
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content ul:not([class]) > li:before {
	display: none;
}
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content ul:not([class]) > li strong:first-child {
	display: block;
}
@media (min-width: 768px) {
	.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content ul:not([class]) > li:nth-child(odd):last-child {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content ul:not([class]) > li + li {
		margin-top: 14px;
	}
}
#header {
	position: relative;
	z-index: 99;
	line-height: 1.75;
}
@media (max-width: 767px) {
	#header {
		padding-bottom: 18px;
	}
}
@media (min-width: 992px) {
	#header .container {
		position: relative;
	}
}
#header .logo {
	width: 80px;
	margin: 10px 0 -10px;
	float: left;
}
@media (min-width: 768px) {
	#header .logo {
		margin: 10px 0;
	}
}
@media (min-width: 992px) {
	#header .logo {
		position: absolute;
		z-index: 10;
		top: 17px;
		left: 14px;
		top: 73px;
		left: 15px;
		margin: 0;
		width: 100px;
	}
	.home #header .logo {
		top: 82px;
	}
}
@media (min-width: 1200px) {
	#header .logo {
		width: 100px;
	}
	.home #header .logo {
		width: 100px;
	}
}
.nav-active #header {
	background: #f3f5f3;
}
@media (max-width: 991px) {
	.nav-active #header:before {
		position: fixed;
		top: 80px;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		z-index: -1;
		background: rgba(58, 58, 61, 0.4);
	}
}
.nav-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.logginn {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #3a3a3d;
}
@media (max-width: 991px) {
	.logginn {
		float: right;
		width: 30px;
		height: 30px;
		margin: 30px 3px 0 0;
		text-align: center;
		line-height: 30px;
	}
}
.logginn:hover {
	color: var(--core-profile-5);
}
.logginn:hover [class*='icon-'] {
	color: var(--core-profile-5);
}
.logginn [class*='icon-'] {
	color: #0f0f0f;
	font-size: 18px;
}
@media (min-width: 992px) {
	.logginn [class*='icon-'] {
		font-size: 14px;
		margin-left: 16px;
	}
}
@media (min-width: 992px) {
	.logginn {
		position: absolute;
		right: 16px;
		top: 18px;
	}
}
.nav-active .logginn {
	visibility: hidden;
	opacity: 0;
}
@media (min-width: 992px) {
	.nav-active .logginn {
		opacity: 1;
		visibility: visible;
	}
}
.nav-active {
	overflow: hidden;
}
.nav-drop {
	transition: all 0.3s ease-in-out;
	background: #f3f5f3;
	color: #3a3a3d;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
@media (min-width: 992px) {
	.nav-drop {
		position: static;
		opacity: 1;
		visibility: visible;
		color: #3a3a3d;
		background: none;
	}
}
@media (max-width: 991px) {
	.nav-drop {
		max-height: 90vh;
		overflow: auto;
	}
}
.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 991px) {
	.nav-drop .drop-hold {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.nav-opener {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 26px -3px 0 0;
	float: right;
	z-index: 1000;
	color: #3a3a3d;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.nav-opener > span {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
}
.nav-opener:hover {
	color: var(--core-profile-5);
}
.nav-opener:after {
	position: absolute;
	top: -100px;
	right: -100px;
	width: 97px;
	height: 86px;
	z-index: -1;
	content: '';
	pointer-events: none;
	background: url("images/bg-closed.png") no-repeat;
	transition: all 0.3s;
}
.nav-active .nav-opener:after {
	top: -26px;
	right: -15px;
}
.nav-active .nav-opener .icon-menu-burger:before {
	content: '\e90b';
	color: var(--core-profile-5);
	font-size: 17px;
}
@media (min-width: 992px) {
	.nav-opener {
		display: none;
	}
}
.top-panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 30px 40px;
}
@media (min-width: 992px) {
	.top-panel {
		padding: 20px 127px 17px 0;
	}
}
.nav {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #3a3a3d;
}
@media (max-width: 991px) {
	.nav {
		width: 100%;
	}
}
.nav > ul {
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.nav > ul {
		padding-right: 20px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-right: 1px solid #d0d9d2;
	}
}
.nav > ul > li {
	padding: 0 0 12px;
}
@media (min-width: 992px) {
	.nav > ul > li {
		padding: 0 20px;
	}
}
.nav > ul > li + li {
	margin-top: 0;
}
.nav > ul > li:before {
	display: none;
}
.nav > ul > li.hover .sub-menu {
	display: block;
}
.nav a {
	color: inherit;
	display: block;
}
.nav a:hover {
	color: var(--core-profile-5);
}
.nav .active > a {
	color: var(--core-profile-5);
}
.nav .sub-menu {
	display: none;
	padding: 30px;
	margin: 10px -30px 0;
	background: rgba(255, 255, 255, 0.95);
	font-size: 13px;
	line-height: 1.69;
}
@media (min-width: 768px) {
	.nav .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 2;
		margin: 0;
		padding: 10px 20px;
		max-width: 200px;
		min-width: 150px;
	}
}
.nav .sub-menu > li + li {
	margin-top: 8px;
}
.resize-active .nav-drop, .resize-active .nav-drop > ul {
	transition: none !important;
}
.bar-panel {
	padding: 36px 30px 41px;
}
@media (min-width: 992px) {
	.bar-panel {
		position: relative;
		padding: 32px 9999px;
		margin: 0 -9999px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		background: #f3f5f3;
	}
	.home .bar-panel {
		padding: 42px 9999px;
	}
}
.bar-panel .drop {
	display: none;
	margin: 9px 0 27px;
	padding: 30px 0 3px;
	position: relative;
	width: 100%;
	background: #fff;
	box-shadow: 30px 0 0 #fff, -30px 0 0 #fff;
}
@media (min-width: 992px) {
	.bar-panel .drop {
		margin: 0;
		padding: 57px 0 74px;
		position: absolute;
		top: 100%;
		left: 0;
		background: #f3f5f3;
		border-top: 1px solid #e9f2eb;
		box-shadow: none;
	}
}
.bar-panel .drop:after {
	pointer-events: none;
}
@media (min-width: 992px) {
	.bar-panel .drop:after {
		position: fixed;
		top: 80px;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		z-index: -1;
		background: rgba(58, 58, 61, 0.4);
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bar-panel .drop .container {
		width: 100vw;
	}
}
@media (max-width: 991px) {
	.bar-panel .drop .container {
		padding: 0;
	}
}
.bar-panel .drop .hold {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bar-panel .drop .hold > .col {
	width: 100%;
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	.bar-panel .drop .hold > .col {
		width: 50.3%;
		margin: 0;
	}
}
@media (min-width: 992px) {
	.bar-panel .drop .hold > .col:first-child {
		width: 42.7%;
	}
}
.bar-panel .drop .hold > .col > ul > li, .bar-panel .drop .hold > .col > ul:not([class]) > li {
	padding-left: 0;
}
.bar-panel .drop .hold > .col > ul > li:before, .bar-panel .drop .hold > .col > ul:not([class]) > li:before {
	display: none;
}
.bar-panel .drop h3 {
	margin: 0 0 11px;
	font-size: 13px;
	line-height: 1.69;
	color: var(--core-profile-5);
	font-weight: 600;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.bar-panel .drop h3 {
		margin: 0 0 12px;
		font-size: 14px;
		line-height: 1.2;
	}
}
.bar-panel .drop h3 > a {
	color: inherit;
}
.bar-panel .drop h3 > a:hover {
	color: #3a3a3d;
}
.bar-panel .drop .visual {
	padding: 4px 0 0;
}
.bar-panel .drop .active h3 a {
	color: #3a3a3d;
}
.bar-panel .menu-item-has-children > a {
	display: block;
}
.bar-panel .menu-item-has-children > a:before {
	position: absolute;
	top: 5px;
	right: 0;
	width: 8px;
	height: 8px;
	content: '';
	border-left: 2px solid #3a3a3d;
	border-bottom: 2px solid #3a3a3d;
	transform: rotate(-45deg);
}
@media (min-width: 992px) {
	.bar-panel .menu-item-has-children > a:before {
		float: right;
		position: relative;
		right: -5px;
	}
}
.bar-panel .menu-item-has-children.hover > a {
	color: var(--core-profile-5) !important;
}
.bar-panel .menu-item-has-children.hover > a:before {
	border-color: var(--core-profile-5);
}
.bar-panel .menu-item-has-children.hover .drop {
	display: block;
}
@media (min-width: 992px) {
	.bar-panel .menu-item-has-children.hover .drop:before {
		position: absolute;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 55px;
		content: '';
		background: transparent;
	}
}
.bar-panel .col-row {
	width: 100%;
}
@media (min-width: 992px) {
	.bar-panel .col-row {
		/*float: right;*/
		width: 51%;
		margin-bottom: 48px;
	}
}
@media (min-width: 992px) {
	.bar-panel .col-row:first-child {
		/*float: left;*/
		width: 49%;
		padding-right: 10px;
	}
}
.bar-panel .col-row + li:not([class*='col-row']) {
	clear: both;
}
.bar-panel .col-row ul {
	padding: 0 0 20px;
	text-transform: none;
}
@media (min-width: 992px) {
	.bar-panel .col-row ul {
		padding: 6px 0 0;
	}
}
@media (max-width: 991px) {
	.bar-panel .col-row ul {
		font-size: 13px;
	}
}
.bar-panel .col-row ul li {
	padding-left: 23px;
	margin-bottom: 2px;
}
@media (min-width: 992px) {
	.bar-panel .col-row ul li {
		padding-left: 35px;
		margin-bottom: 4px;
	}
}
.bar-panel .col-row ul li:before {
	top: 8px;
	background: #dddfdf;
}
@media (min-width: 992px) {
	.bar-panel .col-row ul li:before {
		top: 10px;
	}
}
.bar-panel .col-row ul li + li {
	margin-top: 0;
}
.bar-panel .col-row ul a {
	color: #3a3a3d;
}
.bar-panel .col-row ul a:hover {
	color: var(--core-profile-5);
}
.bar-panel .col-row ul .active a {
	color: var(--core-profile-5);
}
.search-box {
	position: relative;
	z-index: 10;
	height: 39px;
	margin-bottom: 34px;
}
@media (min-width: 992px) {
	.search-box {
		width: 39px;
		margin-bottom: 0;
	}
}
.search-box .opener-search {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	background: #f3f5f3;
	-ms-flex-pack: center;
	justify-content: center;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1;
}
@media (max-width: 991px) {
	.search-box .opener-search {
		pointer-events: none;
		width: 44px;
	}
}
.search-box .slide-search {
	height: 39px;
	border: 2px solid #3a3a3d;
	background: #f3f5f3;
	border-radius: 99px;
}
@media (min-width: 992px) {
	.search-box .slide-search {
		position: absolute;
		top: 0;
		right: 0;
	}
}
.search-box .search-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.search-box .search-form input[type="search"] {
	margin: 0;
	padding: 7px 15px 8px;
	font-size: 15px;
	line-height: 20px;
	border: 0;
	height: 35px;
	color: #3a3a3d;
	background: none;
	font-weight: 400;
	width: calc(100% - 40px);
	transition: all 0.3s;
	box-shadow: none;
}
@media (min-width: 992px) {
	.search-box .search-form input[type="search"] {
		width: 0;
		padding: 7px 0 8px;
	}
}
.search-box .search-form input[type="search"]::-webkit-input-placeholder {
	color: #9ba39b;
}
.search-box .search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #9ba39b;
}
.search-box .search-form input[type="search"]:-moz-placeholder {
	color: #9ba39b;
}
.search-box .search-form input[type="search"]:-ms-input-placeholder {
	color: #9ba39b;
}
.search-box .search-form input[type="search"].placeholder {
	color: #9ba39b;
}
.search-active .search-box .search-form input[type="search"] {
	width: 405px;
	padding-left: 15px;
	padding-right: 15px;
	transition: all 0.3s;
}
.search-box .search-form button[type="submit"] {
	position: relative;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 35px;
	border-radius: 50%;
	background: none;
	border: 0;
	opacity: 0;
}
@media (min-width: 992px) {
	.search-box .search-form button[type="submit"] {
		width: 35px;
	}
}
.search-active .search-box .search-form button[type="submit"] {
	z-index: 11;
}
@media (min-width: 992px) {
	#nav {
		padding: 9px 27px 9px 150px;
	}
}
@media (min-width: 1200px) {
	#nav {
		padding-left: 150px;
	}
}
#nav > ul {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
}
@media (min-width: 992px) {
	#nav > ul {
		display: -ms-flexbox;
		display: flex;
	}
}
#nav > ul > li {
	position: static;
	padding-left: 0;
}
@media (min-width: 992px) {
	#nav > ul > li {
		padding: 0 17px;
	}
}
#nav > ul > li:before {
	display: none;
}
#nav > ul > li + li {
	margin-top: 0;
}
#nav > ul > li > a {
	position: relative;
	color: #3a3a3d;
	padding: 5px 20px 5px 0;
}
@media (min-width: 992px) {
	#nav > ul > li > a {
		padding: 0;
	}
	#nav > ul > li > a:after {
		position: absolute;
		top: 100%;
		margin-top: 30px;
		left: 0;
		width: 100%;
		height: 2px;
		content: '';
		pointer-events: none;
		background: var(--core-profile-5);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
		z-index: 10;
	}
}
#nav > ul > li.active > a {
	color: var(--core-profile-5);
}
#nav > ul > li.active > a:before {
	border-color: var(--core-profile-5);
}
#nav > ul > li.hover > a {
	color: var(--core-profile-5);
}
#nav > ul > li.hover > a:before {
	border-color: var(--core-profile-5);
}
#nav > ul > li.menu-item-has-children.hover > a:after {
	margin-top: 40px;
	opacity: 1;
	visibility: visible;
}
.home #nav > ul > li.menu-item-has-children.hover > a:after {
	margin-top: 50px;
}
#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.tab-hidden {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.mob-hidden {
		display: none !important;
	}
}
.hidden {
	display: none !important;
}
.vertical-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}
.vertical-center .hold {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 292px;
	padding: 50px 30px 50px 15px;
}
/*@media (min-width: 768px) {
	.vertical-center .hold {
		min-height: 377px;
		padding: 50px 0;
	}
}*/
.user {
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	line-height: 20px;
}
.publication-template-default .user {
	display: none !important;
}
.user a {
	color: inherit;
}
.user a:hover {
	color: #c2c4c4;
}
.inbusiness-no-header-image + div.container .user a {
	color: #3a3a3d;
}
.inbusiness-no-header-image + div.container .user a:hover {
	color: #9a9a9d;
}
.user .avatar {
	width: 80px;
	min-width: 80px;
	height: 80px;
	border-radius: 50%;
}
.user .user-body {
	width: calc(100% - 80px);
	padding: 11px 0 0 13px;
	text-shadow: 0 0 1px rgba(58, 58, 61, 0.7);
}
@media (min-width: 768px) {
	.user .user-body {
		padding: 10px 0 0 19px;
	}
}
.user .name {
	display: block;
	font-weight: 600;
	font-size: 19px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.user .time {
	display: block;
	font-weight: 400;
	font-size: 16px;
	font-family: "Fira Sans Extra Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
#twocolumns {
	position: relative;
}
#twocolumns .user {
	position: absolute;
	top: -61px;
	left: 15px;
}
.inbusiness-no-header-image + div.container #twocolumns .user {
	position: static;
}
@media (min-width: 768px) {
	#twocolumns .user {
		left: 0;
	}
}
.row-panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 26px 0;
	padding: 25px 0 21px;
	border-top: 3px solid #f5f7f5;
	border-bottom: 3px solid #f5f7f5;
}
@media (min-width: 768px) {
	.row-panel {
		margin: 60px 0;
		padding: 25px 0 21px;
	}
}
@media (max-width: 767px) {
	.tribe-events-calendar thead th {
		font-size: 0;
	}
	.tribe-events-calendar thead th:after {
		font-size: 12px;
		margin-left: -4px;
		content: attr(data-day-abbr);
	}
}
#tribe-events-content .tribe-events-calendar td {
	vertical-align: middle;
}
#tribe-events-content .tribe-events-calendar td > div {
	margin-top: 0;
}
#footer {
	padding: 60px 0 25px;
	background: #f9fbf9;
}
@media (min-width: 768px) {
	#footer {
		padding: 101px 0 50px;
	}
}
.logo-footer {
	max-width: 276px;
	margin: 0 auto 42px;
}
@media (min-width: 768px) {
	.logo-footer {
		max-width: 324px;
		margin: 0 0 72px;
	}
}
.footer-panel {
	padding-bottom: 11px;
}
@media (min-width: 768px) {
	.footer-panel {
		padding-bottom: 71px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.footer-panel {
		font-size: 14px;
		line-height: 1.79;
	}
}
.footer-panel > .col {
	width: 100%;
}
@media (min-width: 768px) {
	.footer-panel > .col {
		width: 48.8%;
	}
}
@media (min-width: 768px) {
	.footer-panel > .col:first-child {
		width: 41%;
	}
}
.footer-panel .columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.footer-panel .columns {
		padding: 0 15px;
	}
}
.footer-panel .columns > .col {
	width: 62%;
	padding-right: 10px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.footer-panel .columns > .col {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.footer-panel .columns > .col {
		width: 33.333%;
		margin-bottom: 0;
	}
}
.footer-panel .columns > .col:nth-child(2) {
	padding-right: 0;
	width: 38%;
}
@media (min-width: 768px) {
	.footer-panel .columns > .col:nth-child(2) {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.footer-panel .columns > .col:nth-child(2) {
		width: 33.333%;
		padding-right: 10px;
	}
}
.footer-panel .columns > .col:last-child {
	width: 100%;
	padding-right: 0;
}
@media (min-width: 992px) {
	.footer-panel .columns > .col:last-child {
		width: 33.333%;
	}
}
.footer-panel .txt-footer {
	padding: 0 15px;
}
@media (min-width: 768px) {
	.footer-panel .txt-footer {
		padding: 0;
	}
}
.footer-panel ul, .footer-panel ul:not([class]) {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}
@media (min-width: 768px) {
	.footer-panel ul, .footer-panel ul:not([class]) {
		font-size: 16px;
	}
}
.footer-panel ul > li, .footer-panel ul:not([class]) > li {
	padding: 0;
}
.footer-panel ul > li + li, .footer-panel ul:not([class]) > li + li {
	margin-top: 10px;
}
.footer-panel ul > li:before, .footer-panel ul:not([class]) > li:before {
	display: none;
}
.footer-panel ul a, .footer-panel ul:not([class]) a {
	color: #3a3a3d;
}
.footer-panel ul a:hover, .footer-panel ul:not([class]) a:hover {
	color: var(--core-profile-5);
}
.footer-panel ul .active a, .footer-panel ul:not([class]) .active a {
	color: var(--core-profile-5);
}
.footer-panel .social {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 600;
	font-size: 21px;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 38px 0 0;
}
@media (min-width: 768px) {
	.footer-panel .social {
		margin: 0 -13px;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media (min-width: 992px) {
	.footer-panel .social {
		display: block;
		margin: 0;
		font-size: 16px;
		padding: 0;
	}
}
.footer-panel .social li {
	padding: 0 13px 10px;
}
@media (min-width: 992px) {
	.footer-panel .social li {
		padding: 0;
	}
}
@media (max-width: 991px) {
	.footer-panel .social li + li {
		margin: 0;
	}
}
.footer-panel .social [class*='icon-'] {
	font-size: 21px;
}
@media (min-width: 992px) {
	.footer-panel .social [class*='icon-'] {
		font-size: 14px;
		margin-right: 16px;
	}
}
.footer-panel .social a {
	color: #3a3a3d;
}
.footer-panel .social a:hover {
	color: var(--core-profile-5);
}
.form-box {
	width: 100%;
	padding: 9px 15px 0;
	margin-bottom: 36px;
}
@media (min-width: 768px) {
	.form-box {
		padding: 6px 0 0;
		margin-bottom: 76px;
	}
}
.form-box form {
	display: block;
	width: 100%;
	position: relative;
}
.form-box input[type="email"] {
	width: 100%;
	padding: 0 40px 0 0;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	font-weight: 400;
	color: #9ba39b;
	border: 0;
	background: none;
}
@media (min-width: 768px) {
	.form-box input[type="email"] {
		font-size: 30px;
		padding: 0 130px 0 0;
	}
}
.form-box input[type="email"]:focus {
	border-color: var(--core-profile-5);
	color: #3a3a3d;
}
.form-box [type='submit'] {
	position: absolute;
	top: 0;
	right: 0;
	width: 124px;
	height: 50px;
	padding: 0;
	line-height: 50px;
	font-weight: 400;
	font-size: 16px;
	color: #3a3a3d;
	background: none;
	border: 0;
	text-align: right;
}
@media (min-width: 768px) {
	.form-box [type='submit'] {
		width: 200px;
	}
}
.form-box [type='submit'] [class*='icon-'] {
	font-size: 10px;
	margin-left: 14px;
}
.form-box [type='submit']:hover {
	color: var(--core-profile-5);
}
.form-box .formError {
	padding-top: 4px;
	top: 100% !important;
	left: 0 !important;
	width: 100%;
}
.form-box .formError .formErrorContent {
	width: 100%;
	border: 0;
}
.footer-bar {
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}
@media (min-width: 768px) {
	.footer-bar {
		font-size: 14px;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.footer-bar {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		text-align: center;
	}
}
.footer-bar p {
	margin: 0;
}
.footer-bar > .col {
	width: 100%;
}
@media (min-width: 768px) {
	.footer-bar > .col {
		width: 48.8%;
	}
}
@media (min-width: 768px) {
	.footer-bar > .col:first-child {
		width: 41%;
	}
}
.footer-bar .txt {
	padding-top: 17px;
}
.footer-bar .txt a {
	color: #3a3a3d;
}
.footer-bar .txt a:hover {
	color: var(--core-profile-5);
}
.footer-bar address {
	font-style: normal;
	padding: 0;
	margin: 0;
}
.footer-bar address > span {
	display: block;
}
.footer-bar a {
	color: var(--core-profile-5);
}
.footer-bar a:hover {
	color: #3a3a3d;
}
.footer-bar .contact > span {
	display: block;
}
.footer-bar .twocolumns {
	margin-bottom: 18px;
	font-size: 14px;
}
@media (min-width: 768px) {
	.footer-bar .twocolumns {
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
	}
}
.footer-bar .twocolumns > .col {
	width: 100%;
}
@media (min-width: 768px) {
	.footer-bar .twocolumns > .col {
		width: 65%;
	}
}
.footer-bar .twocolumns > .col:first-child {
	margin-bottom: 21px;
}
@media (min-width: 768px) {
	.footer-bar .twocolumns > .col:first-child {
		width: 35%;
		margin-bottom: 0;
		padding-right: 10px;
	}
}

/**synlighet**/
.boks {
	height: 120px
}
/*** kurs button ***/
.button-1, .button-2, .button-3, .button-4, .button-5 {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #3a3a3d;
	display: block;
	text-align: center;
	color: #fff !important;
	width: 175px;
	font-size: 13px;
}
@media screen and (max-width:800px) {
	.button-1, .button-2, .button-3, .button-4, .button-5 {
		padding-top: 10px;
		padding-bottom: 10px;
		background: #3a3a3d;
		display: block;
		text-align: center;
		color: #fff;
		width: 100%;
	}
}
.button-1:hover, .button-2:hover, .button-3:hover, .button-4:hover, .button-5:hover {
	background: var(--core-profile-5);
	color: #fff;
}
/*** End Kurs Button ***/
/**** Active Kurs  ***/
.active-1 {
	padding-top: 10px;
	padding-bottom: 10px;
	background: var(--core-profile-5);
	display: block;
	text-align: center;
	color: #fff !important;
	width: 175px;
	font-size: 13px;
}
@media screen and (max-width:800px) {
	.active-1 {
		padding-top: 10px;
		padding-bottom: 10px;
		background: var(--core-profile-5);
		display: block;
		text-align: center;
		color: #fff;
		width: 100%;
	}
}
/*** End Active Kurs  ****/
.shortentext {
	font-size: .92em !important;
}
@media screen and (max-width: 400px) {
	.shortentext {
		font-size: .80em !important;
	}
}
#footer a {
	color: var(--core-profile-5);
}
.godta-vedteker p, .godta-vedteker a {
	font-size: 14px;
	line-height: 24px;
}
.godta-vedteker {
	margin-bottom: -20px;
}
@media screen and (max-width: 490px) {
	.godta-vedteker {
		margin-bottom: -10px;
	}
}
/*
 * Inline WP-widget Menu .eventmenu
*/
.eventmenu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.eventmenu li {
	margin: 0 1px 1px 0 !important;
	padding-left: 0 !important;
}
.eventmenu li a {
	padding: 1em 1.75em;
	background-color: #3a3a3d;
	display: block;
	text-align: center;
	color: #fff !important;
	font-size: 13px;
	line-height: 1.2em;
}
.eventmenu li a:hover {
	background-color: var(--core-profile-5);
}
/*
 * ContactForm7 on contact page
*/
#wpcf7-f412-p1313-o1 button.btn {
	padding: 0;
	height: auto;
}
/*
 * Lenke fix content
*/
#content > *:not(.user) a, .wpb_wrapper a:not(.vc-btn-item) {
	color: var(--core-profile-5);
	text-decoration: underline;
}
#content > *:not(.user) a:hover, .wpb_wrapper a:not(.vc-btn-item):hover {
	color: #000;
}