
#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	z-index: 9999;
	display: none;
	left: 0px;
	font-weight: 300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3);
}

#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px;
}

#cookie-law-info-bar span {
	vertical-align: middle;
}

/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
}

.cli-plugin-main-link {
	margin-left: 0px;
	font-weight: 550;
	text-decoration: underline;
}

.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}

.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}

.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}

.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}

.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}

.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}

.green.cli-plugin-button:hover {
	background-color: #749a02;
}

.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}

.red.cli-plugin-button:hover {
	background-color: #cf2525;
}

.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}

.orange.cli-plugin-button:hover {
	background-color: #d45500;
}

.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}

.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}

.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}

.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}

.cli-plugin-button {
	margin-top: 5px;
}

.cli-bar-popup {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 20px;
}

.cli-powered_by_p {
	width: 100% !important;
	display: block !important;
	color: #333;
	clear: both;
	font-style: italic !important;
	font-size: 12px !important;
	margin-top: 15px !important;
}

.cli-powered_by_a {
	color: #333;
	font-weight: 600 !important;
	font-size: 12px !important;
}

/**
 * Added extra space between each cookie bar action elements @since 1.8.9
 */
.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none;
}

.cli-plugin-main-link.cli-plugin-button {
	margin-left: 5px;
}

.gdpr-container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.gdpr-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.gdpr-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.gdpr-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.gdpr-align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.gdpr-d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0;
}

.modal-backdrop.show {
	opacity: .8;
}

.modal-open {
	overflow: hidden;
}

.modal-open .gdpr-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.gdpr-modal.fade .gdpr-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.gdpr-modal.show .gdpr-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1039;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.gdpr-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.gdpr-modal a {
	text-decoration: none;
}

.gdpr-modal .gdpr-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - ( .5rem * 2 ));
}

@media (min-width: 576px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - ( 1.75rem * 2 ));
	}
}

@media (min-width: 992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px;
	}
}

.gdpr-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.gdpr-modal .row {
	margin: 0 -15px;
}

.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.gdpr-modal .close:focus {
	outline: 0;
}

.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}

.gdpr-switch input[type="checkbox"] {
	display: none;
}

.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}

.gdpr-switch input:checked + .gdpr-slider {
	background-color: #63b35f;
}

.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}

.gdpr-switch .gdpr-slider {
	border-radius: 34px;
}

.gdpr-switch .gdpr-slider:before {
	border-radius: 50%;
}

.gdpr-tab-content>.gdpr-tab-pane {
	display: none;
}

.gdpr-tab-content>.active {
	display: block;
}

.gdpr-fade {
	transition: opacity .15s linear;
}

.gdpr-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	align-items: stretch !important;
	-ms-align-items: stretch !important;
}

.nav.gdpr-nav-pills, .gdpr-tab-content {
	width: 100%;
	padding: 30px;
}

.nav.gdpr-nav-pills {
	background: #f3f3f3;
}

.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}

.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}

.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #fff;
}

.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}

.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}

.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.cli-align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.cli-d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}

.cli-btn:hover {
	opacity: .8;
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}

.cli-btn:focus {
	outline: 0;
}

.cli-modal-backdrop.cli-show {
	opacity: .8;
}

.cli-modal-open {
	overflow: hidden;
}

.cli-barmodal-open {
	overflow: hidden;
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}

.cli-modal-backdrop.cli-fade {
	opacity: 0;
}

.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}

.cli-modal.cli-show {
	display: block;
}

.cli-modal a {
	text-decoration: none;
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - ( .5rem * 2 ));
}

@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - ( 1.75rem * 2 ));
	}
}

@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0;
}

.cli-modal .row {
	margin: 0 -15px;
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.cli-modal .cli-modal-close:focus {
	outline: 0;
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}

.cli-switch input[type="checkbox"] {
	display: none;
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}

.cli-switch input:checked + .cli-slider {
	background-color: #00acad;
}

.cli-switch input:checked + .cli-slider:before {
	transform: translateX(26px);
}

.cli-switch .cli-slider {
	border-radius: 34px;
}

.cli-switch .cli-slider:before {
	border-radius: 50%;
}

.cli-tab-content {
	background: #fff;
}

.cli-tab-content>.cli-active {
	display: block;
}

.cli-fade {
	transition: opacity .15s linear;
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding: 30px;
}

@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
		padding: 30px 10px;
	}
}

.cli-nav-pills {
	background: #f3f3f3;
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #00acad;
	margin-bottom: 10px;
	color: #00acad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer;
}

.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #00acad;
	border: 1px solid #00acad;
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #fff;
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

/* Settings Popup */
.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column;
}

.cli-align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.cli-d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}

.cli-btn:hover {
	opacity: .8;
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}

.cli-btn:focus {
	outline: 0;
}

.cli-modal-backdrop.cli-show {
	opacity: .8;
}

.cli-modal-open {
	overflow: hidden;
}

.cli-barmodal-open {
	overflow: hidden;
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: opacity ease-in-out .5s;
}

.cli-modal-backdrop.cli-fade {
	opacity: 0;
}

.cli-modal-backdrop.cli-show {
	opacity: .5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0;
	display: none;
}

.cli-modal a {
	text-decoration: none;
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - ( .5rem * 2 ));
}

@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - ( 1.75rem * 2 ));
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0;
}

.cli-modal .row {
	margin: 0 -15px;
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.cli-modal .cli-modal-close:focus {
	outline: 0;
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 38px;
	font-size: 14px;
}

.cli-switch input[type="checkbox"] {
	display: none;
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 20px;
	width: 38px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 15px;
}

.cli-switch input:checked + .cli-slider {
	background-color: #61a229;
}

.cli-switch input:checked + .cli-slider:before {
	transform: translateX(18px);
}

.cli-switch .cli-slider {
	border-radius: 34px;
	font-size: 0;
}

.cli-switch .cli-slider:before {
	border-radius: 50%;
}

.cli-tab-content {
	background: #fff;
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding: 5px 30px 5px 5px;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
		padding: 30px 10px;
	}
}

.cli-nav-pills {
	background: #fff;
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	color: #2a2a2a;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer;
}

.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #f6f6f9;
	border: 1px solid #ccc;
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #2a2a2a;
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills, #cookie-law-info-bar .cli-tab-content, #cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link, #cookie-law-info-bar a.cli-nav-link.cli-active {
	background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active, #cookie-law-info-bar  .cli-nav-link, #cookie-law-info-bar .cli-tab-container p, #cookie-law-info-bar span.cli-necessary-caption, #cookie-law-info-bar .cli-switch .cli-slider:after {
	color: inherit;
}

#cookie-law-info-bar .cli-tab-header a:before {
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

#cookie-law-info-bar .cli-row {
	margin-top: 20px;
}

#cookie-law-info-bar .cli-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

#cookie-law-info-bar .cli-col-8 {
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.cli-wrapper {
	max-width: 90%;
	float: none;
	margin: 0 auto;
}

#cookie-law-info-bar .cli-tab-content h4 {
	margin-bottom: .5rem;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
	padding: .2rem .5rem;
}

#cookie-law-info-bar .cli-tab-container {
	display: none;
	text-align: left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
	background-color: #00acad;
	padding: 10px 15px;
	text-decoration: none;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #61a229;
	color: #fff;
	border-radius: 0;
}

.cli-tab-footer {
	width: 100%;
	text-align: right;
	padding: 20px 0;
}

/* version 2.0 */
.cli-col-12 {
	width: 100%;
}

.cli-tab-header {
	display: flex;
	justify-content: space-between;
}

.cli-tab-header a:before {
	width: 10px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
}

.cli-tab-header a:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none;
}

.cli-tab-header a:before {
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: " ";
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-right: 10px;
}

.cli-tab-header a.cli-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
	text-transform: capitalize;
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.cli-tab-header {
	border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color .2s ease-out .3s, color .2s ease-out 0s;
	background-color: #f2f2f2;
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	padding: 0;
	padding: 10px;
	border-radius: 50%;
	background: transparent;
	border: none;
	min-width: 40px;
}

.cli-tab-container h4, .cli-tab-container h1 {
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	margin: 10px 0;
}

#cliSettingsPopup .cli-tab-section-container {
	padding-top: 12px;
}

.cli-tab-container p, .cli-privacy-content-text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}

.wt-cli-privacy {
	display: none;
}

.cli-tab-content {
	display: none;
}

.cli-tab-section .cli-tab-content {
	padding: 10px 20px 5px 20px;
}

.cli-tab-section {
	margin-top: 5px;
}

@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px;
	}
}

.cli-switch .cli-slider:after {
	content: attr(data-cli-disable);
	position: absolute;
	right: 50px;
	color: #000;
	font-size: 12px;
	text-align: right;
	min-width: 80px;
}

.cli-switch input:checked + .cli-slider:after {
	content: attr(data-cli-enable);
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
	transition: max-height .15s ease-out;
	overflow: hidden;
}

a.cli-privacy-readmore {
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	padding-bottom: 0;
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}

.cli-modal-footer {
	position: relative;
}

a.cli-privacy-readmore:before {
	content: attr(data-readmore-text);
}

.cli-collapsed a.cli-privacy-readmore:before {
	content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content {
	transition: max-height .25s ease-in;
}

.cli-privacy-content p {
	margin-bottom: 0;
}

.cli-modal-close svg {
	fill: #000;
}

span.cli-necessary-caption {
	color: #000;
	font-size: 12px;
}

.cli-tab-section.cli-privacy-tab {
	display: none;
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
	display: block;
}

#cookie-law-info-bar .cli-privacy-overview {
	display: none;
}

.cli-tab-container .cli-row {
	max-height: 500px;
	overflow-y: auto;
}

.cli-modal.cli-blowup.cli-out {
	z-index: -1;
}

.cli-modal.cli-blowup {
	z-index: 999999;
	transform: scale(1);
}

.cli-modal.cli-blowup .cli-modal-dialog {
	animation: blowUpModal .5s cubic-bezier(.165, .84, .44, 1) forwards;
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
	animation: blowUpModalTwo .5s cubic-bezier(.165, .84, .44, 1) forwards;
}

@keyframes blowUpContent {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	99.9% {
		transform: scale(2);
		opacity: 0;
	}
	
	100% {
		transform: scale(0);
	}
}

@keyframes blowUpContentTwo {
	0% {
		transform: scale(2);
		opacity: 0;
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes blowUpModal {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes blowUpModalTwo {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		transform: scale(.5);
		opacity: 0;
	}
	
	100% {
		transform: scale(0);
		opacity: 0;
	}
}

.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
	font-size: 12px;
}

.cli_settings_button {
	cursor: pointer;
}

/* Accessibility Fix */
.wt-cli-sr-only {
	display: none;
	font-size: 16px;
}

/* Changes for CCPA
Version : 1.8.9
*/
a.wt-cli-element.cli_cookie_close_button {
	text-decoration: none;
	color: #333;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
}

/* GDPR Bar Version 2 */
.cli-bar-container {
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cli-bar-btn_container {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
}

.cli-style-v2 a {
	cursor: pointer;
}

.cli-bar-btn_container a {
	white-space: nowrap;
}

.cli-style-v2 .cli-plugin-main-link {
	font-weight: inherit;
}

.cli-style-v2 {
	font-size: 11pt;
	line-height: 18px;
	font-weight: normal;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container {
	display: block;
}

.cli-style-v2 .cli-bar-message {
	width: 70%;
	text-align: left;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
	width: 100%;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0px;
	flex-wrap: wrap;
}

/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
	text-align: center;
} */
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 16px;
}

/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
	padding-left: 0px;
	padding-right: 0px;
} */
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element, .cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
	margin-top: 5px;
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button, .cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link, .cli-style-v2 .cli-bar-btn_container .cli_settings_button {
	margin-left: 5px;
}

.wt-cli-ccpa-checkbox label {
	font-size: inherit;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}

/* .cli-bar-container.cli-style-v2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
} */
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
	padding: 14px 25px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
	padding: 32px 30px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
	padding: 32px 45px;
}

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), .cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
	text-decoration: underline;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px;
}

a.wt-cli-ccpa-opt-out {
	white-space: nowrap;
	text-decoration: underline;
}

.wt-cli-necessary-checkbox {
	display: none !important;
}

@media (max-width: 985px) {
	.cli-style-v2 .cli-bar-message {
		width: 100%;
	}
	
	.cli-style-v2.cli-bar-container {
		justify-content: left;
		flex-wrap: wrap;
	}
	
	.cli-style-v2 .cli-bar-btn_container {
		margin-left: 0px;
		margin-top: 10px;
	}
	
	#cookie-law-info-bar[data-cli-style="cli-style-v2"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
		padding: 25px 25px;
	}
}

/* Settings popup footer section */
.wt-cli-ckyes-brand-logo {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #111;
	font-weight: normal;
}

.wt-cli-ckyes-brand-logo img {
	width: 65px;
	margin-left: 2px;
}

.wt-cli-privacy-overview-actions {
	padding-bottom: 0;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
	.cli-style-v2 .cli-bar-btn_container {
		flex-wrap: wrap;
	}
}

/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
.wt-cli-cookie-description {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container, .noUi-target, .noUi-target * {
	-webkit-user-select: none;
	-ms-user-select: none;
}

.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-moz-user-select: none;
	user-select: none;
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
}

.chosen-container a {
	cursor: pointer;
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #999;
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

.chosen-container-single .chosen-default {
	color: #999;
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-single .chosen-single abbr.nitro-lazy {
	background: none !important;
}

.chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png") 0 2px no-repeat;
}

.chosen-container-single .chosen-single div b.nitro-lazy {
	background: none !important;
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png") 100% -20px no-repeat;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}

.chosen-container-single .chosen-search input[type=text].nitro-lazy {
	background: none !important;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default;
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin: 1px 0;
	outline: 0;
	border: 0 !important;
	background: 0 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	line-height: normal;
	border-radius: 0;
	width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
	color: #333;
	line-height: 13px;
	cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close.nitro-lazy {
	background: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: linear-gradient(#eee 20%, #fff 80%);
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #222 !important;
}

.chosen-disabled {
	opacity: .5 !important;
	cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
	cursor: default;
}

.chosen-rtl {
	text-align: right;
}

.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}

.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}

.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}

.chosen-rtl .chosen-choices li {
	float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
	padding: 4px 5px 4px 20px;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png") -30px -20px no-repeat;
	direction: rtl;
}

.chosen-rtl .chosen-search input[type=text].nitro-lazy {
	background: none !important;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
	.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
		background-image: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important;
	}
	
	.chosen-container .chosen-results-scroll-down span.nitro-lazy, .chosen-container .chosen-results-scroll-up span.nitro-lazy, .chosen-container-multi .chosen-choices .search-choice .search-choice-close.nitro-lazy, .chosen-container-single .chosen-search input[type=text].nitro-lazy, .chosen-container-single .chosen-single abbr.nitro-lazy, .chosen-container-single .chosen-single div b.nitro-lazy, .chosen-rtl .chosen-search input[type=text].nitro-lazy {
		background-image: none !important;
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.noUi-pips, .select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.searchandfilter-date-picker .ui-helper-hidden {
	display: none;
}

.searchandfilter-date-picker .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.searchandfilter-date-picker .ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.searchandfilter-date-picker .ui-helper-clearfix:after, .searchandfilter-date-picker .ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse;
}

.searchandfilter-date-picker .ui-helper-clearfix:after {
	clear: both;
}

.searchandfilter-date-picker .ui-helper-clearfix {
	min-height: 0;
}

.searchandfilter-date-picker .ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.searchandfilter-date-picker .ui-front {
	z-index: 100;
}

.searchandfilter-date-picker .ui-state-disabled {
	cursor: default !important;
}

.searchandfilter-date-picker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.searchandfilter-date-picker .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.searchandfilter-date-picker .ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next, .searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover, .searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover {
	top: 1px;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next span, .searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
	display: inline-block;
}

.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month, .searchandfilter-date-picker .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}

.searchandfilter-date-picker .ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}

.searchandfilter-date-picker .ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.searchandfilter-date-picker .ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0;
}

.searchandfilter-date-picker .ui-datepicker td {
	border: 0;
	padding: 1px;
}

.searchandfilter-date-picker .ui-datepicker td a, .searchandfilter-date-picker .ui-datepicker td span {
	display: block;
	text-align: center;
	text-decoration: none;
}

.searchandfilter-date-picker .ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.ll-skin-melon .ui-datepicker {
	padding: 0;
}

.ll-skin-melon .ui-datepicker-header {
	border: none;
	background: 0 0;
	font-weight: 400;
	font-size: 15px;
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
	background: 0 0;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #e9f0f4;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next, .ll-skin-melon .ui-datepicker .ui-datepicker-next-hover, .ll-skin-melon .ui-datepicker .ui-datepicker-prev, .ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
	top: .9em;
	border: none;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span, .ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
	background-image: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/plugins/search-filter-pro/public/assets/img/ui-icons_ffffff_256x240.png");
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: 400;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span.nitro-lazy, .ll-skin-melon .ui-datepicker .ui-datepicker-prev span.nitro-lazy {
	background-image: none !important;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.ll-skin-melon .ui-datepicker table {
	margin: 0;
}

.ll-skin-melon .ui-datepicker th {
	padding: 1em 0;
	color: #ccc;
	font-size: 13px;
	font-weight: 400;
	border: none;
	border-top: 1px solid #3a414d;
}

.ll-skin-melon .ui-state-disabled {
	opacity: 1;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
	color: #fba49e;
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: none;
	touch-action: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-base, .noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-connects {
	overflow: hidden;
	z-index: 0;
	border-radius: 3px;
}

.noUi-handle, .noUi-tooltip {
	position: absolute;
	border: 1px solid #d9d9d9;
}

.noUi-connect, .noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}

.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -17px;
	left: auto;
}

.noUi-connect {
	background: #3fb8af;
}

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after, .noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled] .noUi-connect {
	background: #b8b8b8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
	cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

.noUi-marker {
	position: absolute;
	background: #ccc;
}

.noUi-marker-large, .noUi-marker-sub {
	background: #aaa;
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%, 0);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.searchandfilter p {
	margin-top: 1em;
	display: block;
}

.searchandfilter ul {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

.searchandfilter ul li {
	list-style: none;
	display: block;
	padding: 10px 0;
	margin: 0;
}

.searchandfilter ul li li {
	padding: 5px 0;
}

.searchandfilter ul li ul li ul {
	margin-left: 20px;
}

.searchandfilter label {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.searchandfilter>ul>li[data-sf-combobox="1"] label {
	display: block;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label, .searchandfilter li[data-sf-field-input-type=range-radio] label {
	padding-left: 10px;
}

.searchandfilter .sf-date-prefix {
	padding-right: 5px;
	display: inline-block;
}

.searchandfilter .sf-count, .searchandfilter .sf-date-postfix {
	padding-left: 5px;
	display: inline-block;
}

.searchandfilter .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.searchandfilter h4 {
	margin: 0;
	padding: 5px 0 10px;
	font-size: 16px;
}

.searchandfilter .sf-range-max, .searchandfilter .sf-range-min {
	max-width: 80px;
}

.searchandfilter .sf-meta-range-radio-fromto .sf-range-max, .searchandfilter .sf-meta-range-radio-fromto .sf-range-min {
	display: inline-block;
	vertical-align: middle;
}

.searchandfilter .sf-meta-range-radio-fromto span.sf-range-values-seperator {
	vertical-align: middle;
	display: inline-block;
	margin: 0 15px;
}

.searchandfilter .datepicker {
	max-width: 170px;
}

.searchandfilter select.sf-input-select {
	min-width: 170px;
}

.searchandfilter select.sf-range-max.sf-input-select, .searchandfilter select.sf-range-min.sf-input-select {
	min-width: auto;
}

.searchandfilter ul>li>ul:not(.children) {
	margin-left: 0;
}

.searchandfilter .meta-slider {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 15px;
	max-width: 220px;
}

.searchandfilter .noUi-connect {
	background-color: #526e91;
}

.searchandfilter.search-filter-disabled .noUi-connect {
	opacity: .7;
}

.searchandfilter .noUi-horizontal.noUi-extended {
	padding: 0 10px;
}

.searchandfilter .noUi-horizontal.noUi-extended .noUi-origin {
	right: -10px;
}

.searchandfilter .noUi-handle {
	border-color: #ccc;
}

.searchandfilter .noUi-horizontal .noUi-handle {
	width: 24px;
	height: 24px;
	top: -5px;
	border-radius: 20px;
	left: -12px;
}

.searchandfilter .noUi-horizontal .noUi-handle:after, .searchandfilter .noUi-horizontal .noUi-handle:before {
	height: 9px;
	top: 7px;
}

.searchandfilter .noUi-horizontal .noUi-handle:before {
	left: 9px;
}

.searchandfilter .noUi-horizontal .noUi-handle:after {
	left: 12px;
}

.search-filter-scroll-loading {
	display: block;
	margin: 20px 10px 10px;
	height: 30px;
	width: 30px;
	animation: search-filter-loader-rotate .7s infinite linear;
	border: 5px solid rgba(0, 0, 0, .15);
	border-right-color: rgba(0, 0, 0, .6);
	border-radius: 50%;
}

@keyframes search-filter-loader-rotate {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.ll-skin-melon {
	font-size: 90%;
}

.ll-skin-melon .ui-datepicker td {
	background: #f7f7f7;
	border: none;
	padding: 0;
}

.ll-skin-melon .ui-datepicker th {
	border-color: #4d6077;
}

.ll-skin-melon .ui-widget {
	font-family: inherit;
	background: #526e91;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.searchandfilter.horizontal ul>li {
	display: inline-block;
	padding-right: 10px;
}

.searchandfilter.horizontal ul>li li {
	display: block;
}

.ll-skin-melon td .ui-state-default {
	background: 0 0;
	border: none;
	text-align: center;
	padding: .3em;
	margin: 0;
	font-weight: 400;
	color: #6c88ac;
	font-size: 14px;
}

.ll-skin-melon td .ui-state-active {
	background: #526e91;
	color: #fff;
}

.ll-skin-melon td .ui-state-hover {
	background: #c4d6ec;
}

.searchandfilter li.hide, .searchandfilter select option.hide {
	display: none;
}

.searchandfilter .disabled {
	opacity: .7;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	height: auto;
	padding: 5px;
	color: #666;
	font-family: inherit;
}

.chosen-container {
	font-size: 14px;
}

.chosen-container-single .chosen-single {
	height: auto;
}

.chosen-container-multi .chosen-choices li.search-choice {
	margin: 3px 3px 3px 5px;
}

.search-filter-results .sf-active {
	font-weight: 700;
}

.search-filter-results .sf-disabled {
	opacity: .5;
}
/*# sourceMappingURL=style.css.map */

/*
Theme Name: Ace
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

/* Grouping content
   ========================================================================== */

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

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

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

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

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

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

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

/* Forms
   ========================================================================== */

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */

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

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

/* Misc
   ========================================================================== */

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

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

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

figure {
	margin: 0;
}

[class^=icon-], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "vecima-icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-blog:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-prev:before {
	content: "";
}

.icon-arrow-next:before {
	content: "";
}

.icon-caret-down:before {
	content: "";
}

.icon-caret-up:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-airplane:before {
	content: "";
}

.left-align {
	text-align: left !important;
}

.center-align {
	text-align: center !important;
}

.right-align {
	text-align: right !important;
}

.justify-align {
	text-align: justify !important;
}

.top-align {
	vertical-align: top !important;
}

.middle-align {
	vertical-align: middle !important;
}

.bottom-align {
	vertical-align: bottom !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.no-right {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.no-bottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.no-left {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* Default Styles */
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1em;
	line-height: 1.375;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html.home {
	margin-top: 0 !important;
}

html.home #admin-bar {
	display: none !important;
}

*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	color: #5b5b5b;
	font-size: 16px;
	font-family: "Avenir", sans-serif;
	font-weight: 400;
	letter-spacing: 0em;
	min-width: 320px;
}

.nav-on body, .search-on body {
	overflow: hidden;
}

body.home #wpadminbar {
	display: none;
}

#page {
	max-width: 100%;
	overflow: hidden;
}

.hidden {
	display: none;
}

section {
	margin: 96px 0;
}

@media (max-width: 1659px) {
	section {
		margin: 60px 0;
	}
}

@media (max-width: 1079px) {
	section {
		margin: 48px 0;
	}
}

.wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 1660px;
	padding: 0 30px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Avenir", sans-serif;
	color: #003446;
	font-weight: 300;
	margin: 0 0 .5em;
	line-height: 1.1;
	letter-spacing: 0em;
}

h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

h1, .h1 {
	font-size: 76px;
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 60px;
	}
}

h2, .h2 {
	font-size: 60px;
}

@media (max-width: 767px) {
	h2, .h2 {
		font-size: 40px;
	}
}

h3, .h3 {
	font-size: 42px;
}

@media (max-width: 767px) {
	h3, .h3 {
		font-size: 30px;
	}
}

h4, .h4 {
	font-weight: 900;
	font-size: 36px;
}

@media (max-width: 767px) {
	h4, .h4 {
		font-size: 26px;
	}
}

h5, .h5 {
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #5b5b5b;
}

@media (max-width: 767px) {
	h5, .h5 {
		font-size: 20px;
	}
}

h6, .h6 {
	color: #5b5b5b;
	font-size: 18px;
	line-height: 28px;
}

p {
	margin: 0 0 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #003446;
	text-decoration: underline;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

a:hover {
	color: #7dbf42;
}

a:focus {
	outline: none;
	text-decoration: none;
}

sup {
	font-size: .6em;
}

hr {
	height: 1px;
	border: 0;
	display: block;
	background-color: rgba(26, 105, 138, .2);
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.wp-video {
	width: 100% !important;
}

.wp-video-shortcode {
	width: 100% !important;
	height: auto !important;
	padding-bottom: 56.25%;
}

.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 50px;
	color: #373f41;
	cursor: pointer;
	display: inline-block;
	font-family: "Brandon Grotesque", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 20px 40px 18px;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	vertical-align: middle;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	will-change: transform;
	z-index: 0;
	letter-spacing: .2px;
}

.button:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	z-index: -1;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.button:after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	padding: 2px;
	border-radius: 50px;
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.button:not(a, button) {
	pointer-events: none;
}

.button:hover {
	color: #000;
}

.button:hover:before {
	opacity: 1;
}

.button.secondary {
	background: #f9f9f9;
	color: #003446;
}

.button.secondary:before, .button.secondary:after {
	display: none;
}

.button.secondary:hover {
	background: #003446;
	color: #fff;
}

.button.tertiary {
	padding: 0 35px 0 0;
	letter-spacing: .3px;
	font-weight: 500;
	border-radius: 0;
}

.button.tertiary:before {
	content: "";
	font-family: "vecima-icons" !important;
	speak: never;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	opacity: 1;
	left: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #bfd42f;
}

.button.tertiary:after {
	display: none;
}

.button.tertiary:hover {
	color: #bfd42f;
}

.button.back {
	padding: 0 0 0 35px;
	letter-spacing: .3px;
	font-weight: 700;
	border-radius: 0;
}

.button.back:before {
	content: "";
	font-family: "vecima-icons" !important;
	speak: never;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	opacity: 1;
	left: 0;
	right: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #bfd42f;
}

.button.back:after {
	display: none;
}

.button.back:hover {
	color: #bfd42f;
}

figure.image {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

figure.image .placeholder {
	display: block;
	width: 100%;
	padding-bottom: 100%;
}

figure.image .display {
	background-color: #003446;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

figure.image .display img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

figure.image figcaption {
	position: absolute;
	top: 15px;
	left: 25px;
	right: 25px;
	z-index: 3;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: .3px;
	text-transform: uppercase;
}

@media (max-width: 575px) {
	figure.image figcaption {
		left: 20px;
		right: 20px;
	}
}

.search-page-results {
	margin: 0;
	padding: 100px 0;
	background-color: #fbfcfc;
}

.search-page-results .wrapper {
	max-width: 1370px;
}

.search-page-results h3 {
	margin-bottom: 1.5em;
}

.search-page-results h5 {
	font-weight: 700;
}

.search-page-results h5:not(:first-child) {
	margin-top: 40px;
}

.search-page-results .item-search {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #cad6e1;
}

.search-page-results .item-search h5 a {
	text-decoration: none;
}

.search-page-results .item-search .item-search-meta {
	margin-bottom: 10px;
}

.search-form {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e6edef;
	border-radius: 36px;
	overflow: hidden;
	width: 220px;
}

.search-form .field {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.search-form .field input {
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0 8px 0 0;
	display: block;
	width: 100%;
	outline: none;
	font-size: 16px;
	font-family: "Avenir", sans-serif;
	color: #003446;
	letter-spacing: .05em;
}

.search-form .field input::-webkit-input-placeholder {
	color: #003446;
	opacity: 1;
	letter-spacing: .2em;
	font-size: 14px;
	font-weight: 500;
}

.search-form .field input::-moz-placeholder {
	color: #003446;
	opacity: 1;
	letter-spacing: .2em;
	font-size: 14px;
	font-weight: 500;
}

.search-form .field input::-ms-input-placeholder {
	color: #003446;
	opacity: 1;
	letter-spacing: .2em;
	font-size: 14px;
	font-weight: 500;
}

.search-form .field input::placeholder {
	color: #003446;
	opacity: 1;
	letter-spacing: .2em;
	font-size: 14px;
	font-weight: 500;
}

.search-form button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	color: #003446;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 36px;
	border-radius: 36px;
}

.search-form .icon-close {
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background-color: #cad6e1;
	color: #003446;
	cursor: pointer;
}

.social {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social > * {
	margin-right: 20px;
	text-decoration: none;
	color: #003446;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.social > *:last-child {
	margin-right: 0;
}

.social > *:hover {
	color: #7dbf42 !important;
}

.social-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-share .icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-share .icons a {
	text-decoration: none;
	background-color: #fbfcfc;
	color: #003446;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 18px;
	font-size: 18px;
}

.social-share .icons a:hover {
	color: #7dbf42;
}

.background-image {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.background-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.pagination {
	margin-top: 70px;
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1em;
	font-size: 16px;
	font-family: "Brandon Grotesque", sans-serif;
	font-weight: 600;
	color: #003446;
}

.pagination .nav-links .page-numbers {
	text-decoration: none;
	text-align: center;
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 7px;
	font-size: 22px;
	font-weight: 700;
}

.pagination .nav-links .page-numbers:after {
	opacity: 0;
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	padding: 2px;
	border-radius: 4px;
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
	color: #bfd42f;
	padding: 0;
	height: auto;
	line-height: 1;
}

.pagination .nav-links .page-numbers.prev:after, .pagination .nav-links .page-numbers.next:after {
	display: none;
}

.pagination .nav-links .page-numbers:hover {
	color: #003446;
}

.pagination .nav-links .page-numbers.current {
	color: #003446;
}

.pagination .nav-links .page-numbers.current:after {
	opacity: 1;
}

.pagination .nav-links .page-numbers.inactive {
	color: #cad6e1;
}

.pagination .nav-links .page-numbers .icon-arrow-left, .pagination .nav-links .page-numbers .icon-arrow-right {
	font-size: 18px;
	vertical-align: middle;
}

@media (max-width: 575px) {
	.pagination {
		margin-top: 50px;
	}
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.site-content ul, .site-content ol {
	padding: 0 0 0 1em;
	margin: 0 0 1em;
}

.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
	margin: 0;
}

.site-content .content ul {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
	line-height: 1.5;
}

.site-content .content ul li {
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/ico-check.svg") no-repeat 0 10px;
	background-size: 30px auto;
	padding: 0 0 0 48px;
	margin-bottom: 1.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 48px;
}

.site-content .content ul li:last-child {
	margin-bottom: 0;
}

.site-content .youtube-video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	display: block;
}

.site-content .youtube-video iframe {
	border: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	position: absolute;
}

.site-content .wysiwyg-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
	margin: 0 0 1em;
}

.site-content .wysiwyg-columns.col-70-30 {
	grid-template-columns: 2fr 1fr;
}

.site-content .searchandfilter {
	margin: 0 0 44px;
	padding-bottom: 15px;
	position: relative;
}

.site-content .searchandfilter:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: #eee;
}

.site-content .content ul li.nitro-lazy {
	background: none !important;
}

.site-content .searchandfilter > ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 15px;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-content .searchandfilter > ul > li {
	margin: auto;
	padding: 0;
	max-width: 320px;
	width: 100%;
}

.site-content .searchandfilter > ul > li[data-sf-field-input-type=select] label {
	position: relative;
}

.site-content .searchandfilter > ul > li[data-sf-field-input-type=select] label:after {
	width: 38px;
	height: 100%;
	content: "";
	font-family: "vecima-icons" !important;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	right: 0;
	font-size: 10px;
	color: #bfd42f;
	top: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}

.site-content .searchandfilter > ul > li label {
	display: block;
	border-radius: 0;
	overflow: hidden;
	position: relative;
}

.site-content .searchandfilter > ul > li .sf-input-text, .site-content .searchandfilter > ul > li .sf-input-select {
	width: 100%;
	display: block;
	font-size: 16px;
	font-family: "Avenir", sans-serif;
	font-weight: 500;
	color: #003446;
	outline: none;
	border: solid 1px #eee;
	background-color: #fff;
	border-radius: 4px;
	letter-spacing: .1px;
}

.site-content .searchandfilter > ul > li .sf-input-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 48px 10px 20px;
	margin: 0;
	cursor: inherit;
	line-height: inherit;
	line-height: 1.5 !important;
	outline: none;
	z-index: 2;
	height: 50px;
}

.site-content .searchandfilter > ul > li .sf-input-select::-ms-expand {
	display: none;
}

.site-content .searchandfilter > ul > li .sf-input-text {
	padding: 9px 48px 9px 15px;
	line-height: 1em;
}

.site-content .searchandfilter > ul > li .sf-input-text::-webkit-input-placeholder {
	color: #303030;
	opacity: 1;
}

.site-content .searchandfilter > ul > li .sf-input-text::-moz-placeholder {
	color: #303030;
	opacity: 1;
}

.site-content .searchandfilter > ul > li .sf-input-text::-ms-input-placeholder {
	color: #303030;
	opacity: 1;
}

.site-content .searchandfilter > ul > li .sf-input-text::placeholder {
	color: #303030;
	opacity: 1;
}

@media (max-width: 767px) {
	.site-content .wysiwyg-columns {
		grid-template-columns: 1fr;
	}
	
	.site-content .wysiwyg-columns.col-70-30 {
		grid-template-columns: 1fr;
	}
}

.home .site-header .logo .white {
	display: none;
}

.home .site-header .logo .dark {
	display: none;
}

.home .site-header .logo .white-alt {
	display: block;
}

.home .site-header.light-text .logo .white {
	display: none;
}

.home .site-header.light-text .logo .dark {
	display: none;
}

.home .site-header.light-text .logo .white-alt {
	display: block;
}

.site-header {
	padding: 0 19px 0;
	border-bottom: solid 1px #e3e4e5;
	position: relative;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.site-header .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header .logo {
	background-size: 100% auto;
	font: 0/0 a;
	text-shadow: none;
	text-decoration: none;
	color: transparent;
	width: 222px;
	height: auto;
	display: block;
	will-change: transform;
	margin: -5px 0 0;
	-webkit-box-ordinal-group: -1;
	-ms-flex-order: -2;
	order: -2;
	z-index: 9;
}

.site-header .logo img {
	margin-top: -35px;
}

.site-header .logo img.white-alt {
	margin-top: -25px;
}

.site-header .logo .white {
	display: none;
}

.site-header .logo .dark {
	display: block;
}

.site-header .logo .white-alt {
	display: none;
}

.site-header #site-navigation {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-header #site-navigation .company, .site-header #site-navigation .search-toggle, .site-header #site-navigation .search-form {
	display: none;
}

.site-header #site-navigation .megamenu {
	right: 19px;
}

.site-header aside {
	display: none;
}

.site-header .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-header .nav > .nav-element > a {
	color: #003446;
	font-weight: 500;
	letter-spacing: .2px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.site-header .nav > .nav-element > a:hover {
	color: #7dbf42;
}

.site-header .nav > .nav-element .megamenu .split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-header .nav > .nav-element .megamenu .sub-menu-title {
	width: 33%;
	min-width: 33%;
	margin-right: 30px;
}

.site-header .nav > .nav-element .megamenu .sub-menu-title > *:last-child {
	margin-bottom: 0;
}

.site-header .nav > .nav-element .megamenu .sub-menu-title > a {
	color: #003446;
	text-decoration: none;
}

.site-header .nav > .nav-element .megamenu .sub-menu-title h2 {
	font-family: "Avenir", sans-serif;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: .2px;
	margin-bottom: 25px;
}

.site-header .nav > .nav-element .megamenu .sub-menu-title p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .2px;
	color: #5b5b5b;
	margin: 0 0 25px;
}

.site-header .nav > .nav-element .megamenu .sub-menu-title figure {
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0;
}

.site-header .nav > .nav-element .megamenu .sub-menu-title figure img {
	display: block;
	width: 100%;
	height: auto;
}

.site-header .nav > .nav-element .megamenu .sub-menu-title .button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: -20px;
	margin-bottom: -20px;
}

.site-header .nav > .nav-element .megamenu .sub-menu-title .button-container > * {
	margin: 0 20px 20px 0;
}

.site-header .nav > .nav-element .megamenu .sub-menu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 67%;
}

.site-header .nav > .nav-element .megamenu .sub-menu-items > * {
	width: 33.3333333333%;
	margin-left: 30px;
}

.site-header .nav > .nav-element .megamenu .sub-menu-items a {
	text-decoration: none;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element {
	margin-top: 10px;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element > a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1px;
	display: block;
	margin: 0 0 15px;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element .nav-element > a {
	line-height: 1.4;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .2px;
	color: #5b5b5b;
	position: relative;
	padding-left: 20px;
	display: block;
	margin-bottom: .6em;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element .nav-element > a:before {
	content: "";
	color: #bfd42f;
	font-family: "vecima-icons" !important;
	font-size: 9px;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 6px;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element .nav-element > a:hover {
	color: #bfd42f;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element .nav-element:last-child > a {
	margin-bottom: 0;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element .nav-element.has-submenu + .has-submenu {
	margin-top: 10px;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element .nav-element.has-submenu > a {
	padding-left: 0;
	line-height: 1.4;
	padding-bottom: 5px;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element .nav-element.has-submenu > a:before {
	display: none;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element .nav-element.has-submenu .nav-element > a {
	line-height: 1.4;
}

.site-header .nav > .nav-element .megamenu .sub-menu-column > .nav-element .nav-element.has-submenu .nav-element > a:before {
	top: 5px;
}

.site-header .wrapper:not(.top-nav-wrapper) {
	padding-top: 2px;
	padding-bottom: 2px;
}

.site-header .wrapper.top-nav-wrapper {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}

.site-header .wrapper.top-nav-wrapper:after {
	content: "";
	width: 35vw;
	position: absolute;
	top: 0;
	right: calc(-1 * ( 100vw - 1660px ) / 2);
	bottom: 0;
	background: #fff;
	background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	z-index: -2;
}

.site-header .wrapper.top-nav-wrapper nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-header .wrapper.top-nav-wrapper nav > .nav-element > a {
	padding: 9px 19px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
}

.site-header .wrapper.top-nav-wrapper nav > .nav-element > a span:first-child {
	opacity: .8;
}

.site-header .wrapper.top-nav-wrapper nav > .nav-element > a .icon {
	width: 23px;
	height: 23px;
	font-size: 12px;
}

.site-header .wrapper.top-nav-wrapper nav > .nav-element > a .icon:after {
	padding: 1px;
}

.site-header .wrapper.top-nav-wrapper nav .megamenu {
	max-width: calc(100% - 200px);
	margin-left: unset;
	margin-right: unset;
	top: 100%;
	right: 20px;
	left: unset;
}

.site-header .wrapper.top-nav-wrapper nav .search-toggle {
	padding-right: 19px;
	font-size: 12px;
}

.site-header .wrapper.top-nav-wrapper nav .search-toggle .icon {
	width: 23px;
	height: 23px;
	font-size: 12px;
}

.site-header .wrapper.top-nav-wrapper nav .search-toggle .icon:after {
	padding: 1px;
}

.site-header.light-text .wrapper.top-nav-wrapper:after {
	background: #191919;
	background: -webkit-gradient(linear, right top, left top, color-stop(50%, #191919), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(-90deg, #191919 50%, rgba(255, 255, 255, 0) 100%);
}

.site-header .search-toggle {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.site-header .nav-toggle {
	position: absolute;
	width: 33px;
	height: 21px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1000;
	right: 30px;
	top: 50%;
	outline: none;
	display: none;
}

.site-header .nav-toggle i, .site-header .nav-toggle i:before, .site-header .nav-toggle i:after {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	position: absolute;
	height: 3px;
	width: 33px;
	top: 9px;
	left: 0;
	background-color: #0080ba;
}

.site-header .nav-toggle i:before {
	background-color: #01567d;
	content: "";
	top: -9px;
}

.site-header .nav-toggle i:after {
	background-color: #3cb4e6;
	content: "";
	top: 9px;
}

.nav-on .site-header .nav-toggle i {
	background: transparent;
}

.nav-on .site-header .nav-toggle i:before {
	-webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
	transform: rotateZ(45deg) translate(6.5px, 6.5px);
}

.nav-on .site-header .nav-toggle i:after {
	-webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
	transform: rotateZ(-45deg) translate(6.5px, -6.5px);
	background-color: #01567d;
}

.site-header span.icon {
	position: relative;
	margin-left: 10px;
	border-radius: 100%;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header span.icon i {
	color: white;
}

.site-header span.icon:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	border-radius: 100%;
}

.site-header span.icon:after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	padding: 2px;
	border-radius: 100%;
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.site-header span.icon i {
	color: #325a68;
	width: 34px;
	height: 34px;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.site-header.light-text a span.icon i {
	color: white;
}

.site-header.light-text a:hover span.icon i {
	color: #000;
}

.site-header a:hover span.icon:before {
	opacity: 1;
}

.site-header aside a, .site-header .top-nav a[href*="/contact"] {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2px;
}

.site-header aside a:hover, .site-header .top-nav a[href*="/contact"]:hover {
	color: #7dbf42;
}

.site-header aside a:hover span:before, .site-header .top-nav a[href*="/contact"]:hover span:before {
	opacity: 1;
}

.site-header aside a:hover i, .site-header .top-nav a[href*="/contact"]:hover i {
	color: #000;
}

@media (max-width: 1694px) {
	.site-header .wrapper.top-nav-wrapper:after {
		right: -19px;
	}
}

@media (min-width: 1390px) {
	.search-on .site-header:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255, 255, 255, .9);
		z-index: 1;
	}
	
	.search-on .site-header .top-nav-wrapper:after {
		opacity: 0;
	}
	
	.search-on .site-header .top-nav-wrapper .top-nav > *:not(form) {
		opacity: 0;
		pointer-events: none;
	}
	
	.search-on .site-header.light-text:before {
		background-color: rgba(0, 52, 70, .8);
	}
	
	.site-header .nav {
		position: relative;
	}
	
	.site-header .nav > .nav-element > a {
		color: #003446;
		padding: 31px 19px;
		line-height: 1;
	}
	
	.site-header .nav > .nav-element > a:hover, .site-header .nav > .nav-element > a.hover {
		color: #7dbf42;
	}
	
	.site-header .nav > .nav-element .megamenu {
		background: #fff;
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
		display: none;
		position: absolute;
		top: calc(100% + 10px);
		left: -25px;
		right: -50px;
		padding: 40px 25px 50px 50px;
	}
	
	.site-header .nav > .nav-element .megamenu:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 5px;
		background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
		background: linear-gradient(to right, #73d1f6, #bfd42f);
	}
	
	.site-header .nav > .nav-element .megamenu .mobile-back-button, .site-header .nav > .nav-element .megamenu .icon-caret-down {
		display: none;
	}
	
	.site-header .search-form {
		position: absolute;
		top: 50%;
		right: -5px;
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: .3s all ease-in-out;
		transition: .3s all ease-in-out;
		z-index: 2;
	}
	
	.search-on .site-header .search-form {
		opacity: 1;
		pointer-events: all;
	}
}

.site-header.transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.site-header.light-text {
	border-bottom: transparent;
}

.site-header.light-text .logo .white {
	display: block;
}

.site-header.light-text .logo .dark {
	display: none;
}

.site-header.light-text .nav > .nav-element > a {
	color: #fff;
}

.site-header.light-text .search-toggle {
	color: #fff;
}

.site-header.light-text .nav-toggle i, .site-header.light-text .nav-toggle i:before, .site-header.light-text .nav-toggle i:after {
	background-color: #fff;
}

.nav-on .site-header.light-text .nav-toggle i {
	background: transparent;
}

.site-header.light-text aside a, .site-header.light-text .top-nav a[href*="/contact"] {
	color: #fff;
}

.site-header.light-text aside a:hover, .site-header.light-text .top-nav a[href*="/contact"]:hover {
	color: #7dbf42;
}

.site-header.light-text aside a:hover i, .site-header.light-text .top-nav a[href*="/contact"]:hover i {
	color: #000;
}

.site-header.light-text aside a i, .site-header.light-text .top-nav a[href*="/contact"] i {
	color: #fff;
}

@media (max-width: 1389px) {
	.site-header {
		padding-top: 19px !important;
	}
	
	.site-header .nav {
		position: fixed;
		left: 100%;
		top: 65px;
		bottom: 0;
		width: 100%;
		display: block;
		background-color: #fbfcfc;
		height: calc(100vh - 81px);
		overflow: auto;
	}
	
	.site-header .nav.second-level-on {
		overflow: hidden;
	}
	
	.nav-on .site-header .nav {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	.site-header .nav > .nav-element {
		margin: 0;
	}
	
	.site-header .nav > .nav-element:first-child {
		padding-top: 20px;
	}
	
	.site-header .nav > .nav-element.has-submenu > a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.site-header .nav > .nav-element.has-submenu > a:after {
		content: "";
		font-family: "vecima-icons" !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		margin-left: 15px;
		font-size: .875em;
	}
	
	.site-header .nav > .nav-element > a {
		color: #003446 !important;
		font-size: 18px;
		font-weight: 700;
		padding: 10px 30px;
		display: block;
	}
	
	.site-header .nav > .nav-element > .sub-menu {
		position: fixed;
		background-color: #fbfcfc;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: calc(100vh - 81px);
		display: none;
		z-index: 999;
		overflow: auto;
		padding: 20px;
	}
	
	.site-header .nav > .nav-element > .sub-menu .icon-caret-down {
		display: none;
	}
	
	.site-header .nav > .nav-element > .sub-menu .mobile-back-button {
		width: 40px;
		height: 40px;
		background-color: #e6edef;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
		cursor: pointer;
	}
	
	.site-header .nav > .nav-element .megamenu .sub-menu-items {
		padding-top: 50px;
	}
	
	.site-header .nav .search-toggle {
		display: none;
	}
	
	.site-header .nav .search-form {
		padding-left: 30px;
		max-width: 280px;
		margin-left: 30px;
	}
	
	.site-header .nav-toggle {
		display: block;
	}
	
	.site-header .search-form {
		position: relative;
		width: 100%;
		margin-top: 20px;
	}
	
	.site-header .search-form button {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.site-header .search-form .icon-close {
		display: none;
	}
	
	.site-header aside {
		display: block;
		padding-right: 60px;
		margin-top: -19px;
	}
	
	.site-header .wrapper.top-nav-wrapper {
		display: none !important;
	}
	
	.site-header #site-navigation .company {
		display: block;
	}
	
	.site-header #site-navigation .search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.site-header .wrapper:not(.top-nav-wrapper) {
		padding-top: 0;
	}
	
	.site-header .logo img {
		margin-top: -5px;
		margin-bottom: 5px;
	}
	
	.site-header .logo img.white-alt {
		margin-top: -5px;
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.site-header .nav > .nav-element .megamenu .split {
		display: block;
	}
	
	.site-header .nav > .nav-element .megamenu .sub-menu-title {
		width: 100%;
		max-width: 320px;
		min-width: 0;
	}
	
	.site-header .nav > .nav-element .megamenu .sub-menu-items {
		padding-top: 0;
		width: auto;
		margin-top: 40px;
		margin-left: -20px;
	}
}

@media (max-width: 575px) {
	.site-header .logo {
		width: 120px;
		height: 30px;
	}
	
	.site-header aside {
		display: none;
	}
	
	.site-header .nav {
		top: 69px;
		height: calc(100vh - 69px);
	}
	
	.site-header .nav > .nav-element > .sub-menu {
		height: calc(100vh - 69px);
	}
	
	.site-header .nav > .nav-element .megamenu .sub-menu-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	
	.site-header .nav > .nav-element .megamenu .sub-menu-items > * {
		width: 100%;
		margin-top: 10px;
	}
}

.site-footer {
	position: relative;
	border-top: solid 1px rgba(26, 105, 138, .2);
	padding: 60px 0 0;
}

.site-footer .back-to-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 30px;
	font-weight: bold;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	border: 0px;
	z-index: 999;
	cursor: pointer;
	color: #373f41;
}

.site-footer .back-to-top.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-footer .back-to-top i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (max-width: 768px) {
	.site-footer .back-to-top {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}

.site-footer .logo {
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/./assets/images/logo.png") no-repeat center;
	background-size: 100% auto;
	font: 0/0 a;
	text-shadow: none;
	text-decoration: none;
	color: transparent;
	width: 208px;
	height: 70px;
	display: block;
	will-change: transform;
	margin: 0 0 30px;
}

.site-footer .logo.nitro-lazy {
	background: none !important;
}

.site-footer .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	line-height: 2;
	letter-spacing: .3px;
}

.site-footer .grid > * {
	margin: 0 0 70px;
}

.site-footer .grid a {
	color: #5b5b5b;
	text-decoration: none;
}

.site-footer .grid a:hover {
	color: #003446;
}

.site-footer .left address {
	font-style: normal;
}

.site-footer .left .social {
	margin: 40px 0 0;
}

.site-footer .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3px;
}

.site-footer .nav > .nav-element {
	margin: 0 30px;
	width: 180px;
}

.site-footer .nav > .nav-element > a {
	pointer-events: none;
	color: #003446;
	display: block;
	line-height: 2;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .1px;
	margin: 0 0 30px;
}

.site-footer .nav > .nav-element > a i {
	display: none;
}

.site-footer .nav > .nav-element .sub-menu .nav-element {
	line-height: 18px;
	padding: 8px 0px;
}

.site-footer .form {
	margin-top: 3px;
	width: 20%;
}

.site-footer .form h6 {
	color: #003446;
	display: block;
	line-height: 2;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .1px;
	margin: 0 0 20px;
}

.site-footer .bottom {
	border-top: solid 1px rgba(26, 105, 138, .2);
	padding: 25px 0;
	color: #404040;
	font-weight: 500;
	font-size: 12px;
}

.site-footer .bottom .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.site-footer .bottom .wrapper p {
	margin: 0;
}

.site-footer .bottom .wrapper nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-footer .bottom .wrapper nav > * {
	margin-left: 50px;
}

.site-footer .bottom .wrapper nav > * a {
	text-decoration: none;
	color: #404040;
}

.site-footer .bottom .wrapper nav > * a:hover {
	color: #003446;
}

@media (max-width: 1659px) {
	.site-footer .nav > .nav-element {
		margin: 0 40px;
	}
}

@media (max-width: 1389px) {
	.site-footer .grid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.site-footer .nav {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.site-footer .nav > .nav-element {
		margin: 0 30px 0 0;
		margin-bottom: 40px;
	}
	
	.site-footer .nav > .nav-element > a {
		margin-bottom: 15px;
	}
	
	.site-footer .nav > .nav-element:last-child {
		margin-right: 30px;
	}
	
	.site-footer .left, .site-footer .form {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.site-footer .logo {
		width: 150px;
		height: 30px;
		margin-bottom: 20px;
	}
	
	.site-footer .grid > * {
		margin-bottom: 50px;
	}
	
	.site-footer .nav {
		margin-bottom: 0;
	}
	
	.site-footer .nav > .nav-element {
		width: 50%;
		margin: 0 0 40px;
	}
	
	.site-footer .nav > .nav-element:last-child {
		margin-right: 30px;
	}
	
	.site-footer .left {
		width: 100%;
	}
	
	.site-footer .form {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.site-footer .nav > .nav-element {
		width: 100%;
		margin: 0 0 30px;
	}
	
	.site-footer .bottom .wrapper {
		display: block;
	}
	
	.site-footer .bottom .wrapper p {
		margin: 0 0 1em;
	}
	
	.site-footer .bottom .wrapper nav .nav-element {
		margin: 0 30px 0 0;
	}
}

.homepage-hero {
	position: relative;
	margin: 0;
	min-height: 680px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.homepage-hero.light {
	background-color: #fff;
}

.homepage-hero.dark {
	background-color: #003446;
}

.homepage-hero.dark .content, .homepage-hero.dark .featured {
	color: #fff;
}

.homepage-hero.dark .content h1, .homepage-hero.dark .content h2, .homepage-hero.dark .content p, .homepage-hero.dark .content .button.primary, .homepage-hero.dark .featured h1, .homepage-hero.dark .featured h2, .homepage-hero.dark .featured p, .homepage-hero.dark .featured .button.primary {
	color: inherit;
}

.homepage-hero.dark .content .button.primary:hover, .homepage-hero.dark .featured .button.primary:hover {
	color: #000;
}

.homepage-hero.dark .content .button.tertiary, .homepage-hero.dark .featured .button.tertiary {
	color: #fff;
}

.homepage-hero.dark .content .button.tertiary:hover, .homepage-hero.dark .featured .button.tertiary:hover {
	color: #bfd42f;
}

.homepage-hero.dark .featured:before {
	background-color: rgba(5, 48, 63, .24);
}

.homepage-hero.video:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .35);
}

.homepage-hero.video .background-image {
	display: none;
}

@media (max-width: 575px) {
	.homepage-hero.video .background-image {
		display: block;
	}
	
	.homepage-hero.video .background-video {
		display: none;
	}
}

.homepage-hero.video .wrapper {
	position: relative;
	z-index: 3;
}

.homepage-hero .content {
	position: relative;
	z-index: 3;
	max-width: 700px;
	padding: 204px 0 120px;
	margin: 0;
}

.homepage-hero .content h1, .homepage-hero .content h2 {
	color: #003446;
}

.homepage-hero .content p {
	font-size: 24px;
	color: #5b5b5b;
	line-height: 1.375;
}

.homepage-hero .content .button-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-bottom: -15px;
	margin: 30px 0 0;
}

.homepage-hero .content .button-container > * {
	margin-right: 25px;
	margin-bottom: 15px;
}

.homepage-hero .featured {
	position: relative;
	z-index: 4;
	padding: 50px 0;
	display: grid;
	gap: 90px;
	grid-template-columns: repeat(3, 1fr);
}

.homepage-hero .featured:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	background-color: #fff;
}

.homepage-hero .featured .item {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.homepage-hero .featured .item > *:last-child {
	margin-bottom: 0;
}

.homepage-hero .featured .item .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1;
	letter-spacing: .1px;
}

.homepage-hero .featured .item .title figure {
	min-width: 34px;
	width: 34px;
	margin-right: 15px;
}

.homepage-hero .featured .item p {
	font-size: 16px;
	line-height: 1.375;
	letter-spacing: .2px;
}

.homepage-hero .featured .item .button-container {
	margin-top: auto;
}

@media (max-width: 1389px) {
	.homepage-hero .content {
		padding-top: 140px;
	}
	
	.homepage-hero .featured {
		gap: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1080px) {
	.homepage-hero .featured .item .title {
		font-size: 20px;
	}
	
	.homepage-hero .featured .item .title figure {
		width: 30px;
		min-width: 30px;
	}
}

@media (max-width: 767px) {
	.homepage-hero .content {
		padding: 100px 0;
	}
	
	.homepage-hero .content h1 {
		font-size: 42px;
	}
	
	.homepage-hero .content p {
		font-size: 20px;
	}
	
	.homepage-hero .featured {
		grid-template-columns: repeat(1, 1fr);
	}
}

.homepage-hero-simple {
	position: relative;
	margin: 0;
	min-height: 644px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.homepage-hero-simple:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	z-index: 1;
	background: #36b4e5;
	background: -webkit-gradient(linear, right top, left top, from(#36b4e5), to(#d3dd91));
	background: linear-gradient(to left, #36b4e5, #d3dd91);
}

.homepage-hero-simple.light {
	background-color: #fff;
}

.homepage-hero-simple.dark {
	background-color: #003446;
}

.homepage-hero-simple.dark .content {
	color: #fff;
}

.homepage-hero-simple.dark .content h1, .homepage-hero-simple.dark .content h2, .homepage-hero-simple.dark .content p, .homepage-hero-simple.dark .content .button.primary {
	color: inherit;
}

.homepage-hero-simple.dark .content .button.primary:hover {
	color: #000;
}

.homepage-hero-simple.dark .content .button.tertiary {
	color: #fff;
}

.homepage-hero-simple.dark .content .button.tertiary:hover {
	color: #bfd42f;
}

.homepage-hero-simple.video:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .35);
}

.homepage-hero-simple.video .background-image {
	display: none;
}

@media (max-width: 575px) {
	.homepage-hero-simple.video .background-image {
		display: block;
	}
	
	.homepage-hero-simple.video .background-video {
		display: none;
	}
}

.homepage-hero-simple .content {
	position: relative;
	z-index: 3;
	max-width: 700px;
	padding: 90px 0 60px;
	margin: 0;
}

.homepage-hero-simple .content h1, .homepage-hero-simple .content h2 {
	color: #003446;
	font-size: 64px;
}

.homepage-hero-simple .content p {
	font-size: 24px;
	color: #5b5b5b;
	line-height: 1.375;
}

.homepage-hero-simple .content .button-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 45px 0 0;
}

.homepage-hero-simple .content .button-container > * {
	margin-right: 25px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.homepage-hero-simple .content {
		padding: 100px 0;
	}
	
	.homepage-hero-simple .content h1, .homepage-hero-simple .content h2 {
		font-size: 42px;
	}
	
	.homepage-hero-simple .content p {
		font-size: 20px;
	}
}

.hero-content-bar {
	position: relative;
	margin: 0;
	color: #fff;
	padding: 50px 0;
}

.hero-content-bar .overlay {
	background: linear-gradient(81.08deg, #009b77 36.53%, rgba(0, 155, 119, .88) 57.66%);
}

.hero-content-bar .wrapper {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-content-bar .content {
	font-size: 16px;
	line-height: 1.375;
	letter-spacing: .2px;
	max-width: 706px;
	padding-left: 40px;
}

.hero-content-bar .breadcrumb-text {
	font-size: 14px;
	font-weight: 700;
	font-family: "Brandon Grotesque", sans-serif;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .6);
	position: relative;
	padding-left: 35px;
	margin: 0 0 .2em;
}

.hero-content-bar .breadcrumb-text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#36b4e5), to(#bfd42f));
	background: linear-gradient(to right, #36b4e5, #bfd42f);
	border-radius: 24px;
}

.hero-content-bar .title {
	font-size: 42px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .2px;
	line-height: 1.1;
}

@media (max-width: 767px) {
	.hero-content-bar {
		padding: 40px 0;
	}
	
	.hero-content-bar .wrapper {
		display: block;
	}
	
	.hero-content-bar .wrapper > * {
		margin-bottom: 10px;
	}
	
	.hero-content-bar .wrapper > *:last-child {
		margin-bottom: 0;
	}
	
	.hero-content-bar .content {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.hero-content-bar .title {
		font-size: 32px;
	}
}

.subpage-hero {
	position: relative;
	margin: 0;
	min-height: 680px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.subpage-hero.light {
	background-color: #fff;
}

.subpage-hero.dark {
	background-color: #003446;
}

.subpage-hero.dark .content {
	color: #fff;
}

.subpage-hero.dark .content h1, .subpage-hero.dark .content h2, .subpage-hero.dark .content p, .subpage-hero.dark .content .button.primary, .subpage-hero.dark .content h6 {
	color: inherit;
}

.subpage-hero.dark .content .button.primary:hover {
	color: #000;
}

.subpage-hero.dark .content .button.tertiary {
	color: #bfd42f;
}

.subpage-hero.dark .content .button.tertiary:hover {
	color: #fff;
}

.subpage-hero.dark .overlay {
	display: none;
}

.subpage-hero .overlay {
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(45%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, .9) 45%, rgba(255, 255, 255, 0) 75%);
}

.subpage-hero .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.subpage-hero .content {
	position: relative;
	z-index: 3;
	max-width: 710px;
	padding: 140px 0 60px;
	margin: 0;
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.subpage-hero .content h1, .subpage-hero .content h2 {
	color: #003446;
}

.subpage-hero .content p {
	font-size: 24px;
	color: #5b5b5b;
	line-height: 1.375;
}

.subpage-hero .image {
	width: 50%;
	padding-left: 40px;
}

.subpage-hero .image figure {
	width: 50vw;
}

.subpage-hero .image img {
	width: auto;
	height: auto;
	max-height: 400px;
	margin: auto auto auto 0;
}

.subpage-hero .button-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-bottom: -15px;
}

.subpage-hero .button-container > * {
	margin-right: 25px;
	margin-bottom: 15px;
}

.subpage-hero.center {
	text-align: center;
}

.subpage-hero.center .content {
	margin: 0 auto;
	max-width: 650px;
}

.subpage-hero.center .content > *:last-child {
	margin-bottom: 0;
}

.subpage-hero.center .content p + h2 {
	margin-top: -.2em;
}

@media (max-width: 1799px) {
	.subpage-hero {
		min-height: 37.777vw;
	}
	
	.subpage-hero .image img {
		max-height: 37.777vw;
	}
}

@media (max-width: 1079px) {
	.subpage-hero .overlay {
		display: none;
	}
	
	.subpage-hero .background-image::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, .75);
	}
	
	.subpage-hero.dark .background-image::before {
		background-color: rgba(0, 62, 70, .75);
	}
}

@media (max-width: 767px) {
	.subpage-hero .wrapper {
		display: block;
	}
	
	.subpage-hero .content {
		width: auto;
	}
	
	.subpage-hero .content p {
		font-size: 20px;
	}
	
	.subpage-hero .image {
		margin-bottom: 60px;
		width: 100%;
		padding-left: 0;
	}
	
	.subpage-hero .image figure {
		width: auto;
	}
}

.secondary-navigation {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.secondary-navigation .wrapper {
	max-width: 1080px;
}

.secondary-navigation nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 500;
	margin: 0 -20px;
}

.secondary-navigation nav > .nav-element {
	position: relative;
}

.secondary-navigation nav > .nav-element > a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2px;
	line-height: 1.1;
	padding: 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.secondary-navigation nav > .nav-element > a i {
	font-size: 12px;
	color: #bfd42f;
	margin-left: 12px;
}

.secondary-navigation nav > .nav-element > a:hover, .secondary-navigation nav > .nav-element > a.hover {
	color: #7dbf42;
}

.secondary-navigation nav > .nav-element .sub-menu {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	border-radius: 4px;
	width: 285px;
	min-width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}

.secondary-navigation nav > .nav-element .sub-menu .nav-element {
	border-bottom: solid 1px #cde2eb;
}

.secondary-navigation nav > .nav-element .sub-menu .nav-element:last-child {
	border-bottom: 0;
}

.secondary-navigation nav > .nav-element .sub-menu .nav-element a {
	font-size: 18px;
	color: #5b5b5b;
	text-decoration: none;
	display: block;
	padding: 12px 20px;
}

.secondary-navigation nav > .nav-element .sub-menu .nav-element a:hover {
	color: #003446;
	background-color: #f6fbfd;
}

@media (max-width: 1079px) {
	.secondary-navigation nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.secondary-navigation {
		border-top: 0;
	}
	
	.secondary-navigation nav {
		display: block;
	}
	
	.secondary-navigation nav > .nav-element {
		position: relative;
	}
	
	.secondary-navigation nav > .nav-element > a {
		padding: 15px 20px;
		border-top: solid 1px #eee;
	}
	
	.secondary-navigation nav > .nav-element .sub-menu {
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0 0 10px;
	}
	
	.secondary-navigation nav > .nav-element .sub-menu .nav-element {
		border: 0;
	}
	
	.secondary-navigation nav > .nav-element .sub-menu .nav-element a {
		padding: 5px 20px;
	}
}

.archive-post-grid {
	margin: 15px 0 120px;
}

.archive-post-grid .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 50px;
}

.archive-post-grid .item {
	text-decoration: none;
}

.archive-post-grid .item > *:last-child {
	margin-bottom: 0;
}

.archive-post-grid .item .title {
	font-size: 18px;
	line-height: 1.375;
	color: #003446;
	margin: 0 0 .5em;
}

.archive-post-grid .item .text {
	font-size: 16px;
	color: #5b5b5b;
	line-height: 1.375;
	margin-bottom: .5em;
}

.archive-post-grid .item .date {
	font-size: 12px;
	font-weight: 500;
	color: #9b9b9b;
	text-transform: uppercase;
}

.archive-post-grid .item .button {
	opacity: 0;
}

.archive-post-grid .item:hover .button {
	opacity: 1;
}

.archive-post-grid .item.item-member {
	position: relative;
}

.archive-post-grid .item.item-member > a {
	text-decoration: none;
	display: block;
	min-height: 100%;
}

.archive-post-grid .item.item-member .image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin: 0 0 16px;
}

.archive-post-grid .item.item-member .image .placeholder {
	padding-bottom: 94%;
}

.archive-post-grid .item.item-member .title {
	font-size: 22px;
	font-weight: 400;
	color: #003446;
	letter-spacing: .1px;
	line-height: 1.1;
	margin-bottom: .3em;
}

.archive-post-grid .item.item-member .text {
	list-style: 1.125;
}

.archive-post-grid .item.item-member .icon-linkedin {
	position: absolute;
	z-index: 5;
	top: 94%;
	right: 15px;
	-webkit-transition: none;
	transition: none;
	color: #003446;
}

.archive-post-grid .item.item-post .image, .archive-post-grid .item.item-news .image, .archive-post-grid .item.item-event .image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin: 0 0 16px;
	position: relative;
}

.archive-post-grid .item.item-post .image:after, .archive-post-grid .item.item-news .image:after, .archive-post-grid .item.item-event .image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(170deg, rgba(0, 52, 70, .4) 0%, rgba(0, 52, 70, 0) 31%);
	z-index: 2;
}

.archive-post-grid .item.item-post .image .placeholder, .archive-post-grid .item.item-news .image .placeholder, .archive-post-grid .item.item-event .image .placeholder {
	padding-bottom: 50%;
}

.archive-post-grid .item.item-post .image figcaption, .archive-post-grid .item.item-news .image figcaption, .archive-post-grid .item.item-event .image figcaption {
	font-size: 16px;
	font-weight: 500;
	top: 10px;
	left: 15px;
	right: 15px;
	z-index: 3;
}

.archive-post-grid .item.item-press-release {
	border: solid 1px #cde2eb;
	border-radius: 10px;
	display: block;
	margin: 0 0 20px;
	padding-right: 130px;
	position: relative;
	z-index: 2;
}

.archive-post-grid .item.item-press-release:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 130px;
	font-family: "vecima-icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 36px;
	color: #bfd42f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.archive-post-grid .item.item-press-release:after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	padding: 2px;
	border-radius: 10px;
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.archive-post-grid .item.item-press-release .title {
	font-weight: 500;
}

.archive-post-grid .item.item-press-release .content {
	position: relative;
	padding: 20px 50px;
	width: 100%;
}

.archive-post-grid .item.item-press-release .content::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: -webkit-gradient(linear, left bottom, left top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to top, #73d1f6, #bfd42f);
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	opacity: 0;
}

.archive-post-grid .item.item-press-release:hover {
	border-color: transparent;
}

.archive-post-grid .item.item-press-release:hover:before, .archive-post-grid .item.item-press-release:hover:after {
	opacity: 1;
}

.archive-post-grid .item.item-press-release:hover .content:after {
	opacity: 1;
}

.archive-post-grid.grid-news {
	background-color: #fbfcfc;
	margin: 0;
	padding: 70px 0 100px;
}

.archive-post-grid.grid-press-release {
	background-color: #fbfcfc;
	margin: 0;
	padding: 70px 0 100px;
}

.archive-post-grid.grid-press-release .grid {
	display: block;
	max-width: 1330px;
	margin: auto;
}

.archive-post-grid.grid-member .grid {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 70px;
}

.archive-post-grid.grid-member .grid + h3 {
	margin-top: 70px;
}

.archive-post-grid.grid-member.all {
	background-color: #fff;
	padding: 0;
	margin: 70px 0 100px;
}

.archive-post-grid.grid-member.all .wrapper > h3 {
	margin-bottom: 1em;
}

.archive-post-grid.grid-member.all .icon-linkedin {
	display: none !important;
}

.archive-post-grid.grid-member.featured {
	background-color: #fbfcfc;
	padding: 90px 0;
	margin: 0;
}

.archive-post-grid.grid-member.featured .wrapper > h3 {
	text-align: center;
	margin-bottom: 2em;
}

.archive-post-grid.grid-member.featured .item-member .title {
	padding-right: 50px;
}

.archive-post-grid .posts-loadmore-btn {
	text-align: center;
	margin-top: 40px;
}

@media (max-width: 1079px) {
	.archive-post-grid .grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.archive-post-grid.grid-member .grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.archive-post-grid .item.item-press-release {
		padding-right: 100px;
	}
	
	.archive-post-grid .item.item-press-release:before {
		font-size: 30px;
		width: 100px;
	}
	
	.archive-post-grid .item.item-press-release .content {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.archive-post-grid .item.item-press-release .content:after {
		right: 0;
	}
}

@media (max-width: 767px) {
	.archive-post-grid .item.item-press-release {
		padding-right: 0;
	}
	
	.archive-post-grid .item.item-press-release:before {
		display: none;
	}
	
	.archive-post-grid .item.item-press-release .content:after {
		display: none;
	}
	
	.archive-post-grid .grid {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 40px;
	}
	
	.archive-post-grid.grid-member .grid {
		grid-template-columns: 1fr 1fr;
		row-gap: 40px;
	}
	
	.archive-post-grid.grid-member .grid + h3 {
		margin-top: 40px;
	}
}

@media (max-width: 575px) {
	.archive-post-grid .grid {
		grid-template-columns: 1fr;
	}
	
	.archive-post-grid.grid-member .grid {
		grid-template-columns: 1fr;
	}
}

.standard-text {
	margin: 78px 0;
}

.standard-text .content {
	font-size: 18px;
	font-weight: 400;
	color: #5b5b5b;
	line-height: 1.55;
}

.standard-text .content a {
	text-decoration: none;
}

.standard-text .content hr {
	height: 1px;
	border: 0;
	display: block;
	background-color: transparent;
	position: relative;
}

.standard-text .content hr::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(26, 105, 138, .2);
}

.standard-text .content .button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px -15px;
}

.standard-text .content .button-container > * {
	margin: 10px 15px;
}

.standard-text.center {
	margin: 136px 0;
}

.standard-text.center .content {
	font-size: 24px;
	line-height: 1.67;
	color: #373f41;
	color: #373f41;
	max-width: 1146px;
	margin: 0 auto;
	text-align: center;
}

.standard-text.center .content > *:last-child {
	margin-bottom: 0;
}

.standard-text.center .content p {
	margin-bottom: 1.5em;
}

.standard-text.center .content .button-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1079px) {
	.standard-text.center {
		margin: 108px 0;
	}
}

@media (max-width: 767px) {
	.standard-text {
		margin: 54px 0;
	}
	
	.standard-text.center {
		margin: 78px 0;
	}
}

.leftright-imagetext {
	margin: 90px 0;
}

.leftright-imagetext .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.leftright-imagetext .wrapper > * {
	width: 50%;
}

.leftright-imagetext figure {
	padding-left: 45px;
}

.leftright-imagetext figure img {
	border-radius: 10px;
	display: block;
	width: 100%;
	height: auto;
}

.leftright-imagetext .content {
	padding-right: 45px;
	-ms-flex-item-align: center;
	align-self: center;
}

.leftright-imagetext .content > *:last-child {
	margin-bottom: 0;
}

.leftright-imagetext .content p {
	font-size: 18px;
	line-height: 1.555;
	letter-spacing: .3px;
}

.leftright-imagetext .video-image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.leftright-imagetext .video-image .video-play-btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 29px;
	font-weight: bold;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	border: 0px;
	z-index: 999;
	cursor: pointer;
	color: #373f41;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.leftright-imagetext .video-image .video-play-btn:hover {
	opacity: .7;
}

.leftright-imagetext .video-image .video-play-btn i {
	-webkit-transform: rotate(90deg) translateY(-3px);
	transform: rotate(90deg) translateY(-3px);
}

.leftright-imagetext.image-first figure {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	padding-left: 0;
	padding-right: 45px;
}

.leftright-imagetext.image-first .content {
	padding-right: 0;
	padding-left: 45px;
}

@media (max-width: 1389px) {
	.leftright-imagetext figure {
		padding-left: 40px;
	}
	
	.leftright-imagetext .content {
		padding-right: 40px;
	}
	
	.leftright-imagetext.image-first figure {
		padding-right: 40px;
	}
	
	.leftright-imagetext.image-first .content {
		padding-left: 40px;
	}
}

@media (max-width: 1079px) {
	.leftright-imagetext figure {
		padding-left: 20px;
	}
	
	.leftright-imagetext .content {
		padding-right: 20px;
	}
	
	.leftright-imagetext.image-first figure {
		padding-right: 20px;
	}
	
	.leftright-imagetext.image-first .content {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.leftright-imagetext {
		margin: 60px 0;
	}
	
	.leftright-imagetext .wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.leftright-imagetext .wrapper > * {
		width: 100%;
	}
	
	.leftright-imagetext figure {
		padding-left: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 40px;
	}
	
	.leftright-imagetext .content {
		padding-right: 0;
	}
	
	.leftright-imagetext.image-first figure {
		padding-right: 0;
	}
	
	.leftright-imagetext.image-first .content {
		padding-left: 0;
	}
}

.video-popup .inner {
	max-width: 70vw;
	max-height: 90vh;
	height: auto;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

@media (max-width: 767px) {
	.video-popup .inner {
		max-width: 90%;
	}
}

.video-popup .inner .content {
	overflow: visible;
}

.video-popup .inner .video-wrapper {
	text-align: center;
}

.video-popup .inner .video-wrapper .youtube-video {
	text-align: center;
}

.video-popup .inner .video-wrapper .youtube-video iframe {
	aspect-ratio: 16/9;
	width: 80%;
	margin: 0px auto;
	max-height: 80vh;
}

.video-popup.on .inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.image-pathways-5050 {
	position: relative;
	margin: 60px 0 100px;
}

.image-pathways-5050 .button.tertiary {
	color: #fff;
}

.image-pathways-5050 .button.tertiary:before {
	color: #fff;
}

.image-pathways-5050 .content {
	margin: 0 0 40px;
}

.image-pathways-5050 .content > *:last-child {
	margin-bottom: 0;
}

.image-pathways-5050 .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 3px;
	-moz-column-gap: 3px;
	column-gap: 3px;
}

.image-pathways-5050 .item {
	position: relative;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	text-decoration: none;
	min-height: 540px;
	overflow: hidden;
	text-align: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px;
	width: 100%;
	z-index: 3;
}

.image-pathways-5050 .item .background-image:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.image-pathways-5050 .item:nth-child(odd) {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.image-pathways-5050 .item:nth-child(even) {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.image-pathways-5050 .item aside {
	position: relative;
	z-index: 3;
	min-height: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.image-pathways-5050 .item aside h1, .image-pathways-5050 .item aside h2, .image-pathways-5050 .item aside h3, .image-pathways-5050 .item aside h4, .image-pathways-5050 .item aside h5, .image-pathways-5050 .item aside h6 {
	color: inherit;
}

.image-pathways-5050 .item aside p {
	font-size: 18px;
}

.image-pathways-5050 .item aside > * {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.image-pathways-5050 .item aside > *:first-child {
	margin-bottom: auto;
}

.image-pathways-5050 .item aside > *:nth-child(2) {
	margin-top: 1.5em;
}

.image-pathways-5050 .item aside > *:last-child {
	margin-bottom: 0;
}

.image-pathways-5050 a.item:hover .background-image:before {
	opacity: .35;
}

.image-pathways-5050 a.item:hover .button.tertiary {
	color: #bfd42f;
}

.image-pathways-5050 a.item:hover .button.tertiary:before {
	color: #bfd42f;
}

@media (max-width: 1659px) {
	.image-pathways-5050 .item {
		min-height: 32.92vw;
	}
}

@media (max-width: 1079px) {
	.image-pathways-5050 {
		margin: 60px 0;
	}
	
	.image-pathways-5050 .item {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.image-pathways-5050 .grid {
		grid-template-columns: 1fr;
		row-gap: 3px;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	
	.image-pathways-5050 .item:nth-child(odd) {
		border-radius: 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.image-pathways-5050 .item:nth-child(even) {
		border-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

.link-pathways {
	position: relative;
	margin: 60px 0;
}

.link-pathways .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.link-pathways .content {
	margin: 0 0 40px;
	width: 50%;
	padding-right: 35px;
}

.link-pathways .content h1:first-child, .link-pathways .content h2:first-child, .link-pathways .content h3:first-child, .link-pathways .content h4:first-child, .link-pathways .content h5:first-child, .link-pathways .content h6:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.link-pathways .content h1:first-child img, .link-pathways .content h2:first-child img, .link-pathways .content h3:first-child img, .link-pathways .content h4:first-child img, .link-pathways .content h5:first-child img, .link-pathways .content h6:first-child img {
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0;
}

.link-pathways .content h3 {
	font-size: 32px;
}

.link-pathways .content p {
	letter-spacing: .3px;
	line-height: 1.733;
}

.link-pathways .content > *:last-child {
	margin-bottom: 0;
}

.link-pathways .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 33px;
	-moz-column-gap: 33px;
	column-gap: 33px;
	row-gap: 33px;
	width: 50%;
	align-self: flex-start;
	padding-left: 35px;
}

.link-pathways .item {
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 31px 40px;
	background: -webkit-gradient(linear, left top, right top, from(#41b6e6), to(#0082ba));
	background: linear-gradient(90deg, #41b6e6 0%, #0082ba 100%);
	border-radius: 80px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	z-index: 3;
}

.link-pathways .item:after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	padding: 2px;
	border-radius: 80px;
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
}

.link-pathways .item i {
	font-size: 26px;
	margin-left: 10px;
	color: #fff;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.link-pathways .item:hover {
	background: #fff;
	color: #003446;
}

.link-pathways .item:hover:after {
	opacity: 1;
}

.link-pathways .item:hover i {
	color: #bfd42f;
}

@media (max-width: 1389px) {
	.link-pathways .grid {
		grid-template-columns: 1fr;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		row-gap: 30px;
	}
}

@media (max-width: 1079px) {
	.link-pathways .wrapper {
		display: block;
	}
	
	.link-pathways .content {
		width: 100%;
		padding-right: 0;
	}
	
	.link-pathways .grid {
		grid-template-columns: 1fr 1fr;
		width: 100%;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.link-pathways .content h3 {
		font-size: 24px;
	}
	
	.link-pathways .grid {
		grid-template-columns: 1fr;
		width: 100%;
		padding-left: 0;
	}
}

@media (max-width: 479px) {
	.link-pathways .item {
		padding: 20px 30px;
		font-size: 14px;
	}
	
	.link-pathways .item i {
		font-size: 20px;
	}
}

.product-pathways {
	position: relative;
	margin: 60px 0;
}

.product-pathways .content {
	margin: 0 0 40px;
}

.product-pathways .content > *:last-child {
	margin-bottom: 0;
}

.product-pathways .content h3 {
	font-size: 32px;
	margin-bottom: 1em;
}

.product-pathways .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.product-pathways .item {
	text-align: center;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 19px;
	letter-spacing: .07px;
	text-transform: uppercase;
	color: #003446;
	border: solid 2px #f7f7f7;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 30px 30px;
	position: relative;
	z-index: 3;
}

.product-pathways .item:after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	padding: 2px;
	border-radius: 20px;
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.product-pathways .item figure {
	margin-bottom: 30px;
	margin-top: auto;
}

.product-pathways .item img {
	max-width: 100%;
	max-height: 120px;
	height: auto;
	display: block;
	margin: auto;
}

.product-pathways .item > span {
	margin-top: auto;
}

.product-pathways .item:hover {
	font-weight: 800;
	border: transparent;
}

.product-pathways .item:hover:after {
	opacity: 1;
}

@media (max-width: 1079px) {
	.product-pathways .grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.product-pathways .content h3 {
		font-size: 24px;
	}
	
	.product-pathways .grid {
		gap: 30px;
	}
	
	.product-pathways .item {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.product-pathways .grid {
		grid-template-columns: 1fr;
	}
}

.iconlist-simple {
	position: relative;
	margin: 78px 0;
}

.iconlist-simple .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 70px;
}

.iconlist-simple .item {
	text-align: center;
}

.iconlist-simple .item figure {
	margin: auto auto 22px;
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.iconlist-simple .item figure img {
	max-width: 80px;
	max-height: 62px;
	height: auto;
	display: block;
	margin: auto;
}

.iconlist-simple .item p {
	font-size: 16px;
	color: #737b7d;
	line-height: 1.375em;
}

@media (max-width: 1389px) {
	.iconlist-simple .grid {
		row-gap: 20px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	
	.iconlist-simple .item {
		padding: 20px 20px 30px;
	}
}

@media (max-width: 1079px) {
	.iconlist-simple .grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.iconlist-simple .grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.iconlist-simple .grid {
		grid-template-columns: 1fr;
	}
}

.iconlist-cards {
	position: relative;
	margin: 78px 0;
}

.iconlist-cards .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 24px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.iconlist-cards .grid.col-three {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 989px) {
	.iconlist-cards .grid.col-three {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.iconlist-cards .grid.col-three {
		grid-template-columns: 1fr;
	}
}

.iconlist-cards .item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	padding: 30px 30px 40px;
}

.iconlist-cards .item > * {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.iconlist-cards .item > *:last-child {
	margin-bottom: 0 !important;
}

.iconlist-cards .item figure {
	margin: auto auto 16px;
}

.iconlist-cards .item figure img {
	max-width: 80px;
	height: auto;
	display: block;
	margin: auto;
}

.iconlist-cards .item .title {
	font-size: 20px;
	color: #003446;
	line-height: 1.1;
	letter-spacing: .3px;
	margin-bottom: .42em;
}

.iconlist-cards .item p {
	font-size: 14px;
	color: #737b7d;
	line-height: 1.57em;
}

.iconlist-cards .item .btn {
	position: relative;
	z-index: 3;
}

.iconlist-cards.gray {
	background-color: #fbfcfc;
	margin: 0;
	padding: 78px 0;
}

.iconlist-cards.gray .item {
	background-color: #fff;
}

@media (max-width: 1389px) {
	.iconlist-cards .grid {
		row-gap: 20px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	
	.iconlist-cards .item {
		padding: 20px 20px 30px;
	}
}

@media (max-width: 989px) {
	.iconlist-cards .grid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.iconlist-cards .grid .item {
		-webkit-box-flex: calc(50% - 20px);
		-ms-flex: calc(50% - 20px);
		flex: calc(50% - 20px);
	}
}

@media (max-width: 575px) {
	.iconlist-cards .grid .item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

.iconlist-horizontal {
	position: relative;
	margin: 100px 0;
}

.iconlist-horizontal .content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 90px;
}

.iconlist-horizontal .content > *:last-child {
	margin-bottom: 0;
}

.iconlist-horizontal .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 90px;
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
}

.iconlist-horizontal .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.iconlist-horizontal .item figure {
	min-width: 95px;
	width: 95px;
	margin-right: 20px;
}

.iconlist-horizontal .item figure img {
	width: 100%;
}

.iconlist-horizontal .item aside {
	color: #5b5b5b;
}

.iconlist-horizontal .item aside > *:last-child {
	margin-bottom: 0;
}

.iconlist-horizontal .item aside p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.375;
	letter-spacing: .2px;
}

.iconlist-horizontal .item .title {
	font-size: 21px;
	letter-spacing: .1px;
	line-height: 1.15em;
	margin: 0 0 .2em;
	color: #003446;
}

@media (max-width: 1389px) {
	.iconlist-horizontal .content {
		margin-bottom: 70px;
	}
	
	.iconlist-horizontal .grid {
		row-gap: 60px;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
	
	.iconlist-horizontal .item figure {
		min-width: 85px;
		width: 85px;
	}
}

@media (max-width: 1079px) {
	.iconlist-horizontal .grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.iconlist-horizontal {
		margin: 70px 0;
	}
	
	.iconlist-horizontal .grid {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	
	.iconlist-horizontal .item figure {
		min-width: 60px;
		width: 60px;
	}
}

@media (max-width: 575px) {
	.iconlist-horizontal .grid {
		grid-template-columns: 1fr;
	}
}

.logo-list {
	position: relative;
	margin: 120px 0;
	text-align: center;
}

.logo-list .grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 120px;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.logo-list .item {
	text-align: center;
}

.logo-list .item img {
	display: inline-block;
}

@media (max-width: 1079px) {
	.logo-list .grid {
		row-gap: 90px;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
}

@media (max-width: 767px) {
	.logo-list {
		margin: 100px 0;
	}
	
	.logo-list .grid {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 60px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}

.bulleted-list-image {
	margin: 0;
}

.bulleted-list-image .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bulleted-list-image aside {
	width: 50%;
	padding: 100px 40px 100px 0;
	position: relative;
	direction: rtl;
}

.bulleted-list-image aside .background-image {
	width: 50vw;
}

.bulleted-list-image figure {
	width: 50%;
	position: relative;
}

.bulleted-list-image figure .background-image {
	width: 50vw;
}

.bulleted-list-image .content {
	direction: ltr;
	position: relative;
	z-index: 3;
	max-width: 677px;
	margin-right: auto;
	font-size: 22px;
}

.bulleted-list-image .content h3 {
	font-size: 38px;
	margin-bottom: 1em;
}

.bulleted-list-image.layout-7030 aside {
	width: 70%;
}

.bulleted-list-image.layout-7030 aside .background-image {
	width: calc(( 100vw - 142.8571428571% ) / 2 + 100%);
}

.bulleted-list-image.layout-7030 figure {
	width: 30%;
}

.bulleted-list-image.layout-7030 figure .background-image {
	width: calc(( 100vw - 333.333333333% ) / 2 + 100%);
}

.bulleted-list-image.layout-7030 .content {
	max-width: 999px;
}

.bulleted-list-image.dark {
	background-color: #003446;
}

.bulleted-list-image.dark .content {
	color: #fff;
}

.bulleted-list-image.dark .content h1, .bulleted-list-image.dark .content h2, .bulleted-list-image.dark .content h3, .bulleted-list-image.dark .content h4, .bulleted-list-image.dark .content h5, .bulleted-list-image.dark .content h6, .bulleted-list-image.dark .content p, .bulleted-list-image.dark .content .button.primary {
	color: inherit;
}

.bulleted-list-image.dark .content .button.primary:hover {
	color: #000;
}

.bulleted-list-image.dark .content .button.tertiary {
	color: #bfd42f;
}

.bulleted-list-image.dark .content .button.tertiary:hover {
	color: #fff;
}

@media (max-width: 1079px) {
	.bulleted-list-image .wrapper {
		display: block;
	}
	
	.bulleted-list-image aside {
		width: 100%;
		padding: 80px 0;
	}
	
	.bulleted-list-image aside .background-image {
		width: 100vw;
		right: -30px;
	}
	
	.bulleted-list-image figure {
		width: auto;
		height: 56.25vw;
	}
	
	.bulleted-list-image figure .background-image {
		width: 100vw;
		left: -30px;
	}
	
	.bulleted-list-image .content h3 {
		font-size: 30px;
	}
	
	.bulleted-list-image.layout-7030 aside {
		width: 100%;
	}
	
	.bulleted-list-image.layout-7030 aside .background-image {
		width: 100vw;
	}
	
	.bulleted-list-image.layout-7030 figure {
		width: 100%;
	}
	
	.bulleted-list-image.layout-7030 figure .background-image {
		width: 100vw;
	}
}

.hover-blocks {
	margin: 100px 0;
}

.hover-blocks .content {
	margin: 0 0 40px;
	text-align: center;
}

.hover-blocks .content > *:last-child {
	margin-bottom: 0;
}

.hover-blocks .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.hover-blocks .item {
	position: relative;
	z-index: 1;
	text-decoration: none;
	overflow: hidden;
}

.hover-blocks .item:before {
	content: "";
	right: 0;
	bottom: 0;
	left: 0;
	height: 40%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	position: absolute;
	z-index: 2;
}

.hover-blocks .item:after {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: rgba(25, 81, 136, .8);
	z-index: 2;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.hover-blocks .item:hover:after {
	opacity: 1;
}

.hover-blocks .item .image {
	z-index: 1;
}

.hover-blocks .item .image .placeholder {
	padding-bottom: 70%;
}

.hover-blocks .item aside {
	position: absolute;
	overflow: hidden;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 3;
	color: #fff;
}

.hover-blocks .item .top-text {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .3px;
	text-transform: uppercase;
}

.hover-blocks .item .title {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: .3px;
	line-height: 1.1;
}

.hover-blocks .item .text {
	display: none;
	font-size: 24px;
	letter-spacing: .3px;
	line-height: 1.4;
	padding-top: 20px;
}

@media (max-width: 1389px) {
	.hover-blocks .grid {
		gap: 20px;
	}
	
	.hover-blocks .item .top-text {
		font-size: 16px;
	}
	
	.hover-blocks .item .title {
		font-size: 24px;
	}
	
	.hover-blocks .item .text {
		font-size: 18px;
		padding-top: 15px;
	}
}

@media (max-width: 1079px) {
	.hover-blocks .grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.hover-blocks {
		margin: 70px 0;
	}
	
	.hover-blocks .item aside {
		left: 15px;
		right: 15px;
		bottom: 15px;
	}
	
	.hover-blocks .item .title {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.hover-blocks .grid {
		grid-template-columns: 1fr;
	}
}

.featured-resources {
	position: relative;
	margin: 80px 0;
}

.featured-resources .wrapper > .content {
	margin-bottom: 40px;
}

.featured-resources .wrapper > .content > *:last-child {
	margin-bottom: 0;
}

.featured-resources .wrapper > .content h3 {
	font-size: 32px;
}

.featured-resources .resources {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

.featured-resources .resource {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.featured-resources .resource .image {
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 20px;
}

.featured-resources .resource .image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(170deg, rgba(0, 52, 70, .4) 0%, rgba(0, 52, 70, 0) 31%);
	z-index: 2;
}

.featured-resources .resource .image .placeholder {
	padding-bottom: 35%;
}

.featured-resources .resource .image figcaption {
	z-index: 3;
}

.featured-resources .resource .button-container {
	margin-top: auto;
	position: relative;
	z-index: 5;
}

.featured-resources .resource .button-container .button {
	margin-top: 20px;
}

.featured-resources .resource .item {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.featured-resources .resource .item .title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .1px;
	margin-bottom: .5;
}

.featured-resources .resource .item .excerpt {
	font-size: 14px;
	font-weight: 300;
	color: #5b5b5b;
}

.featured-resources.x3 .resources {
	grid-template-columns: 2fr 1fr 1fr;
}

.featured-resources.x3 .resource .image .placeholder {
	padding-bottom: 70%;
}

.featured-resources.x3 .resource:first-child .image .placeholder {
	padding-bottom: 35%;
}

@media (max-width: 1079px) {
	.featured-resources.x3 .resources {
		grid-template-columns: 1fr 1fr;
	}
	
	.featured-resources.x3 .resource .image .placeholder {
		padding-bottom: 35%;
	}
	
	.featured-resources.x3 .resource:first-child {
		grid-column: span 2;
	}
	
	.featured-resources.x3 .resource:first-child .image .placeholder {
		padding-bottom: 25%;
	}
}

@media (max-width: 767px) {
	.featured-resources .wrapper > .content h3 {
		font-size: 24px;
	}
	
	.featured-resources .resources {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}

@media (max-width: 575px) {
	.featured-resources .resources {
		grid-template-columns: 1fr;
	}
	
	.featured-resources.x3 .resources {
		grid-template-columns: 1fr;
	}
	
	.featured-resources.x3 .resource:first-child {
		grid-column: initial;
	}
	
	.featured-resources.x3 .resource:first-child .image .placeholder {
		padding-bottom: 35%;
	}
}

.featured-events .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured-events .featured {
	position: relative;
	margin-right: 30px;
	width: 34%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 10px;
	overflow: hidden;
}

.featured-events .featured[href=""] {
	pointer-events: none;
}

.featured-events .featured .background-image:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.featured-events .featured .content {
	padding: 50px;
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

.featured-events .featured .content > *:first-child {
	margin-top: auto;
}

.featured-events .featured .content h1, .featured-events .featured .content h2, .featured-events .featured .content h3, .featured-events .featured .content h4, .featured-events .featured .content h5, .featured-events .featured .content h6 {
	color: #fff;
}

.featured-events .featured .content h3 {
	font-weight: 900;
	font-size: 36px;
	letter-spacing: .1px;
}

.featured-events .featured .content h6 {
	margin-bottom: .2em;
}

.featured-events .featured .content p, .featured-events .featured .content h6 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .2px;
}

.featured-events .featured .content .more {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	font-family: "Brandon Grotesque", sans-serif;
	letter-spacing: .3px;
	margin-top: auto;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.featured-events .featured:hover .more {
	color: #bfd42f;
}

.featured-events .featured:hover .background-image:before {
	opacity: .35;
}

.featured-events .grid {
	display: grid;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 40px;
	grid-template-columns: 1fr 1fr;
	width: 66%;
}

.featured-events .item {
	text-decoration: none;
	padding: 25px 50px;
	border: solid 1px #cde2eb;
	border-radius: 10px;
	padding-right: 100px;
	position: relative;
	z-index: 2;
	color: #003446;
	font-size: 20px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.featured-events .item[href=""] {
	pointer-events: none;
}

.featured-events .item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	font-family: "vecima-icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 36px;
	color: #bfd42f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.featured-events .item:after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	padding: 2px;
	border-radius: 10px;
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.featured-events .item .top-text {
	font-size: 16px;
	font-family: 900;
	color: #89969f;
}

.featured-events .item:hover {
	border-color: transparent;
}

.featured-events .item:hover:before, .featured-events .item:hover:after {
	opacity: 1;
}

@media (max-width: 1389px) {
	.featured-events .grid {
		row-gap: 30px;
	}
	
	.featured-events .item {
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 25px;
	}
}

@media (max-width: 1079px) {
	.featured-events .featured {
		margin-right: 20px;
	}
	
	.featured-events .featured .content {
		padding: 25px;
	}
	
	.featured-events .grid {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
	}
	
	.featured-events .item {
		padding-right: 25px;
	}
	
	.featured-events .item::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.featured-events .wrapper {
		display: block;
	}
	
	.featured-events .featured {
		margin: 0 0 20px;
		width: 100%;
	}
	
	.featured-events .grid {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.featured-events .wrapper {
		display: block;
	}
	
	.featured-events .featured {
		margin: 0 0 20px;
		width: 100%;
	}
	
	.featured-events .grid {
		width: 100%;
		grid-template-columns: 1fr;
	}
}

.testimonial-slider {
	background-color: #fbfcfc;
	padding: 90px 0 100px;
}

.testimonial-slider .content {
	text-align: center;
	margin: 0 0 40px;
}

.testimonial-slider .content h3 {
	font-size: 32px;
}

.testimonial-slider .content > *:last-child {
	margin-bottom: 0;
}

.testimonial-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #39b5e1;
	font-size: 36px;
	cursor: pointer;
}

.testimonial-slider .slick-arrow.icon-chevron-left {
	left: 0;
}

.testimonial-slider .slick-arrow.icon-chevron-right {
	right: 0;
}

.testimonial-slider .slider {
	position: relative;
	padding: 0 70px;
}

.testimonial-slider .slide .item {
	max-width: 1160px;
	margin: auto;
	padding-left: 250px;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/./assets/images/ico-quote.svg") no-repeat left 10px;
	background-size: 180px auto;
}

.testimonial-slider .slide .item.nitro-lazy {
	background: none !important;
}

.testimonial-slider .slide blockquote {
	margin: 0;
	margin: 0 0 16px;
	padding: 0;
	color: #003446;
	font-size: 27px;
	line-height: 1.667;
}

.testimonial-slider .slide .name, .testimonial-slider .slide .company {
	font-size: 18px;
	line-height: 1.444;
	color: #737b7d;
}

@media (max-width: 1079px) {
	.testimonial-slider .slide .item {
		padding-left: 140px;
		background-size: 100px auto;
	}
}

@media (max-width: 767px) {
	.testimonial-slider {
		padding: 70px 0;
	}
	
	.testimonial-slider .slide .item {
		padding-left: 100px;
		background-size: 70px auto;
	}
	
	.testimonial-slider .slide blockquote {
		font-size: 20px;
	}
	
	.testimonial-slider .slide .name, .testimonial-slider .slide .company {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.testimonial-slider .slick-arrow {
		font-size: 20px;
	}
	
	.testimonial-slider .slider {
		padding: 0 40px;
	}
	
	.testimonial-slider .slide .item {
		padding-left: 60px;
		background-size: 40px auto;
	}
	
	.testimonial-slider .slide blockquote {
		font-size: 20px;
	}
	
	.testimonial-slider .slide .name, .testimonial-slider .slide .company {
		font-size: 16px;
	}
}

.call-to-action {
	position: relative;
	margin: 0;
	min-height: 484px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.call-to-action .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 3;
	min-height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1370px;
}

.call-to-action .side-image {
	position: absolute;
	bottom: 0;
	width: 50%;
	left: 50%;
	height: calc(100% + 100px);
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.call-to-action .side-image img {
	max-height: 100%;
	width: auto;
	display: block;
}

.call-to-action .side-image.center {
	position: relative;
	left: unset;
	bottom: unset;
	height: 100%;
	max-height: 26.888vw;
	min-height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.call-to-action .content {
	margin: 0;
	padding: 60px 0;
	color: #fff;
	max-width: 500px;
	width: 50%;
	font-size: 16px;
	line-height: 1.5625;
	position: relative;
	z-index: 3;
}

.call-to-action .content h1, .call-to-action .content h2, .call-to-action .content h3, .call-to-action .content h4, .call-to-action .content h5, .call-to-action .content h6 {
	color: inherit;
}

.call-to-action .content a {
	text-decoration: none;
}

.call-to-action .content strong {
	font-weight: inherit;
	text-decoration: underline;
}

.call-to-action .content .button.primary {
	color: inherit;
}

.call-to-action .content .button.primary:hover {
	color: #000;
}

.call-to-action .content .button.tertiary {
	color: #bfd42f;
}

.call-to-action .content .button.tertiary:hover {
	color: #fff;
}

.call-to-action.center {
	margin-top: 0;
	text-align: center;
}

.call-to-action.center .content {
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
}

.call-to-action.logos-cta .side-image {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: auto;
	width: 25%;
	margin: 20px auto;
}

@media (max-width: 1799px) {
	.call-to-action {
		min-height: 26.888vw;
	}
}

@media (max-width: 575px) {
	.call-to-action .wrapper {
		display: block;
	}
	
	.call-to-action .content {
		width: 100%;
	}
	
	.call-to-action .side-image {
		position: static;
		height: auto;
		width: 70%;
		margin: 0 auto;
	}
	
	.call-to-action .side-image.center {
		min-height: unset;
		max-height: unset;
		height: unset;
		padding: 40px 0;
	}
}

.locations {
	position: relative;
	margin: 100px 0;
}

.locations .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 45px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.locations .item .image {
	margin: 0 0 20px;
}

.locations .item .image .placeholder {
	padding-bottom: 53.7%;
}

.locations .item aside > *:last-child {
	margin-bottom: 0;
}

.locations .item aside p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.375;
}

.locations .item aside p a {
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
}

.locations .item .name {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5em;
	color: #003446;
}

@media (max-width: 1079px) {
	.locations .grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.locations {
		margin: 70px 0;
	}
	
	.locations .grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 30px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}

@media (max-width: 575px) {
	.locations .grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.stats {
	position: relative;
	margin: 0;
	padding: 90px 0;
	color: #fff;
}

.stats .wrapper {
	position: relative;
	z-index: 3;
}

.stats .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: -20px;
}

.stats .item {
	text-align: center;
	width: 25%;
	padding-left: 20px;
}

.stats .item .number {
	font-size: 68px;
	letter-spacing: .1px;
	font-weight: 300;
}

.stats .item .number small {
	font-size: 28px;
}

.stats .item .blurb {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .1px;
}

@media (max-width: 1079px) {
	.stats .item {
		width: 33.3333333333%;
	}
}

@media (max-width: 767px) {
	.stats {
		padding: 60px 0;
	}
}

@media (max-width: 575px) {
	.stats {
		padding: 40px 0;
	}
	
	.stats .grid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
	}
	
	.stats .item {
		width: 100%;
		padding: 0;
		margin: 20px 0;
	}
}

.history {
	background-color: #fbfcfc;
	margin: 0;
	padding: 80px 0 140px;
}

.history .content {
	font-size: 18px;
	font-weight: 400;
	color: #5b5b5b;
	line-height: 1.55;
	margin: 0 0 80px;
}

.history .content a {
	text-decoration: none;
}

.history .grid {
	margin: auto;
	max-width: 1124px;
}

.history .item {
	width: 50%;
	margin-top: -20px;
	position: relative;
	min-height: 80px;
}

.history .item:before {
	content: "";
	position: absolute;
	width: 2px;
	background-color: #bababa;
	top: 12px;
	bottom: 12px;
}

.history .item:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/./assets/images/bullet.svg");
	background-size: 100% auto;
	top: 0;
}

.history .item:first-child {
	margin-top: 0;
}

.history .item:last-child:before {
	display: none;
}

.history .item:nth-child(odd) {
	padding-right: 52px;
	text-align: right;
}

.history .item:nth-child(odd):before {
	left: calc(100% - 1px);
}

.history .item:nth-child(odd):after {
	left: calc(100% - 12px);
}

.history .item:nth-child(even) {
	padding-left: 52px;
	margin-left: auto;
}

.history .item:nth-child(even):before {
	left: -1px;
}

.history .item:nth-child(even):after {
	left: -12px;
}

.history .item .year {
	font-size: 16px;
	font-weight: 900;
	color: #8b919a;
	margin-bottom: .2em;
}

.history .item .description {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 10px;
	color: #003446;
}

.history .item .button.tertiary {
	color: #003446;
	font-weight: 500;
}

@media (max-width: 767px) {
	.history {
		padding: 50px 0 80px;
	}
	
	.history .content {
		margin-bottom: 50px;
	}
	
	.history .item .description {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.history .item {
		width: 100%;
		margin-top: 0;
		padding-bottom: 20px;
	}
	
	.history .item:before {
		bottom: 0;
	}
	
	.history .item:last-child {
		padding-bottom: 0;
	}
	
	.history .item:nth-child(odd) {
		padding-left: 42px;
		padding-right: 0;
		text-align: left;
	}
	
	.history .item:nth-child(odd):before {
		left: -1px;
	}
	
	.history .item:nth-child(odd):after {
		left: -12px;
	}
	
	.history .item:nth-child(even) {
		padding-left: 42px;
	}
}

.circular-graphic .content {
	text-align: center;
	margin: 0 0 40px;
}

.circular-graphic .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.circular-graphic figure {
	width: 50%;
	padding: 100px;
	-ms-flex-item-align: center;
	align-self: center;
}

.circular-graphic figure img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 5;
	border-radius: 100%;
}

.circular-graphic figure span {
	position: relative;
	border-radius: 100%;
	display: block;
}

.circular-graphic figure i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-animation: ripple 9s infinite;
	animation: ripple 9s infinite;
	-webkit-animation-timing-function: cubic-bezier(.65, 0, .34, 1);
	animation-timing-function: cubic-bezier(.65, 0, .34, 1);
	background-color: #e2e2e2;
}

.circular-graphic figure i.ring-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.circular-graphic figure i.ring-2 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.circular-graphic figure i.ring-3 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.circular-graphic figure i.ring-4 {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
}

.circular-graphic figure i.ring-5 {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.circular-graphic figure i.ring-6 {
	-webkit-animation-delay: 7.5s;
	animation-delay: 7.5s;
}

.circular-graphic .group {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.circular-graphic .group:first-of-type {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	text-align: right;
}

.circular-graphic .group:first-of-type .item:nth-child(2) .title {
	color: #1395cd;
}

.circular-graphic .group:nth-child(3) .item:nth-child(1) .title {
	color: #83b906;
}

.circular-graphic .group:nth-child(3) .item:nth-child(2) .title {
	color: #049473;
}

.circular-graphic .group:nth-child(4) .item {
	text-align: center;
}

.circular-graphic .group:nth-child(4) .item .title {
	color: #69c8f0;
}

.circular-graphic .item {
	padding: 20px 0;
}

.circular-graphic .item > *:last-child {
	margin-bottom: 0;
}

.circular-graphic .item p {
	color: #5b5b5b;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.375;
}

.circular-graphic .item .title {
	font-size: 42px;
	font-weight: 900;
	letter-spacing: .3px;
	line-height: 1;
	margin-bottom: .35em;
	color: #035b7f;
}

@media (max-width: 1389px) {
	.circular-graphic .item p {
		font-size: 20px;
	}
	
	.circular-graphic .item .title {
		font-size: 36px;
	}
}

@media (max-width: 1079px) {
	.circular-graphic .item p {
		font-size: 18px;
	}
	
	.circular-graphic .item .title {
		font-size: 26px;
	}
	
	.circular-graphic figure {
		padding: 75px;
	}
}

@media (max-width: 767px) {
	.circular-graphic .grid {
		display: block;
	}
	
	.circular-graphic figure {
		padding: 50px;
		width: 100%;
		max-width: 480px;
		margin: auto;
	}
	
	.circular-graphic .group {
		width: 100%;
		margin: auto;
		max-width: 400px;
	}
	
	.circular-graphic .group:first-of-type {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	
	.circular-graphic .item {
		text-align: center !important;
	}
}

@-webkit-keyframes ripple {
	from {
		opacity: 1;
		-webkit-transform: scale3d(.99, .99, 1);
		transform: scale3d(.99, .99, 1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(1.3, 1.3, 1);
		transform: scale3d(1.3, 1.3, 1);
	}
}

@keyframes ripple {
	from {
		opacity: 1;
		-webkit-transform: scale3d(.99, .99, 1);
		transform: scale3d(.99, .99, 1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(1.3, 1.3, 1);
		transform: scale3d(1.3, 1.3, 1);
	}
}

.spacer {
	height: 60px;
}

@media (max-width: 1389px) {
	.spacer {
		height: 45px;
	}
}

@media (max-width: 1079px) {
	.spacer {
		height: 30px;
	}
}

@media (max-width: 767px) {
	.spacer {
		display: none;
	}
}

.solutions-infographic-module .content {
	text-align: center;
}

.solutions-infographic-module .solutions-infographic-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
}

.solutions-infographic-module .solutions {
	width: 30%;
	background-color: #f6f6f6;
	position: relative;
}

.solutions-infographic-module .single-solution {
	padding: 80px 50px 40px;
	text-align: center;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

.solutions-infographic-module .single-solution.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.solutions-infographic-module .single-solution .icon {
	width: 75px;
	margin: 0 auto 33px;
}

.solutions-infographic-module .single-solution .icon img {
	width: 100%;
	height: auto;
}

.solutions-infographic-module .single-solution .solution-heading {
	font-size: 25px;
	text-transform: uppercase;
	font-family: "Avenir", sans-serif;
	color: #003446;
	font-weight: 500;
	margin-bottom: 50px;
}

.solutions-infographic-module .single-solution .solution-content {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.solutions-infographic-module .single-solution .solution-text {
	font-size: 18px;
	line-height: 1.5em;
	color: #003446;
	margin-bottom: 33px;
}

.solutions-infographic-module .single-solution .button {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin: auto auto 0;
}

.solutions-infographic-module .infographic {
	padding: 60px 0;
	width: 68%;
}

.solutions-infographic-module .infographic svg .svg-link .line {
	width: 80px;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.solutions-infographic-module .infographic svg .svg-link > path {
	fill: #ccc;
	opacity: 1;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.solutions-infographic-module .infographic svg .svg-link:hover .hub-line, .solutions-infographic-module .infographic svg .svg-link.active .hub-line {
	width: 250px;
}

.solutions-infographic-module .infographic svg .svg-link:hover .centralize-line, .solutions-infographic-module .infographic svg .svg-link.active .centralize-line {
	width: 231px;
}

.solutions-infographic-module .infographic svg .svg-link:hover .node-line, .solutions-infographic-module .infographic svg .svg-link.active .node-line {
	width: 140px;
}

.solutions-infographic-module .infographic svg .svg-link:hover .commercial-line, .solutions-infographic-module .infographic svg .svg-link.active .commercial-line {
	width: 190px;
}

.solutions-infographic-module .infographic svg .svg-link:hover .data-line, .solutions-infographic-module .infographic svg .svg-link.active .data-line {
	width: 325px;
}

.solutions-infographic-module .infographic svg .svg-link:hover > path, .solutions-infographic-module .infographic svg .svg-link.active > path {
	fill: #2d2926;
}

@media (max-width: 1079px) {
	.solutions-infographic-module .solutions-infographic-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		grid-gap: 0;
	}
	
	.solutions-infographic-module .solutions {
		width: 100%;
	}
	
	.solutions-infographic-module .single-solution {
		padding: 30px;
	}
	
	.solutions-infographic-module .single-solution .icon {
		margin-bottom: 20px;
		width: 55px;
	}
	
	.solutions-infographic-module .single-solution .solution-heading {
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	.solutions-infographic-module .single-solution .solution-text {
		font-size: 16px;
	}
	
	.solutions-infographic-module .infographic {
		padding: 0;
		margin-bottom: 40px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.solutions-infographic-module .single-solution {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		border-bottom: 1px solid rgba(0, 52, 70, .2);
	}
	
	.solutions-infographic-module .single-solution.active .solution-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.solutions-infographic-module .single-solution .heading-wrap {
		padding: 15px 30px;
	}
	
	.solutions-infographic-module .single-solution .solution-content {
		display: none;
		padding: 0 30px 30px;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-webkit-box-flex: inherit;
		-ms-flex-positive: inherit;
		flex-grow: inherit;
	}
	
	.solutions-infographic-module .single-solution .icon {
		display: none;
	}
	
	.solutions-infographic-module .single-solution .solution-heading {
		margin-bottom: 0;
		font-size: 18px;
	}
}

/* FEATURED POST CARD */
.featured-posts-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin: 40px auto;
}

.module-featured-post-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	z-index: 0;
	text-decoration: none !important;
}

.module-featured-post-card .inner-wrapper {
	position: relative;
	z-index: 0;
}

.module-featured-post-card .inner-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #0e4b66;
	mix-blend-mode: multiply;
	opacity: .6;
}

.module-featured-post-card:hover .btn-card {
	color: #bfd42f;
}

.module-featured-post-card-wrapper {
	border-radius: 50px;
	width: 100%;
}

.inner-wrapper {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 100%;
	padding: 50px 0 50px 50px;
}

.card-body {
	width: 70%;
}

.eyebrow-text {
	font-size: 14px;
	color: #7dbf42;
	text-transform: uppercase;
}

.header {
	margin-top: 15px;
	color: white;
	font-size: 42px;
	font-weight: 500;
	font-family: "Avenir", sans-serif;
}

.divider {
	display: block;
	width: 30%;
	margin: 50px 0 50px 0;
	height: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
}

.post-body {
	font-family: "Avenir", sans-serif;
	color: white;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding-bottom: 30px;
}

.btn-card {
	position: absolute;
	padding: 25px 40px;
	border-radius: 0;
	font-weight: 100;
	border-top-left-radius: 15px;
	font-size: 16px;
	right: 0;
	bottom: -2px;
	background: white;
}

.btn-card:before, .btn-card:after {
	background: white;
}

.btn-card .icon-arrow-next {
	padding-left: 30px;
	font-size: 25px;
	color: #bfd42f;
	position: relative;
	top: 5px;
}

.btn-card:hover {
	color: #bfd42f;
}

.blog-resource-btn {
	text-align: center;
	margin-top: 60px;
}

.blog-resource-btn a {
	font-family: "Brandon Grotesque", sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 80px;
	background-color: #003446;
	color: white;
	text-decoration: none;
	line-height: 1px;
	letter-spacing: 1px;
	border-radius: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.blog-resource-btn a:hover {
	background-color: #0693e3;
}

@media (max-width: 450px) {
	.blog-resource-btn a {
		padding: 20px 35px;
	}
}

@media (max-width: 1177px) {
	.card-body {
		width: 71%;
	}
	
	.btn-card {
		padding: 20px 20px;
	}
}

@media (max-width: 980px) {
	.featured-posts-container {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		row-gap: 30px;
	}
	
	.btn-card {
		padding: 25px 40px !important;
	}
}

@media (max-width: 850px) {
	.btn-card {
		padding: 20px 20px !important;
	}
	
	.inner-wrapper {
		padding: 40px 0 40px 15px;
	}
	
	.card-body {
		padding-bottom: 30px;
		width: 95%;
	}
	
	.eyebrow-text {
		font-size: 12px;
	}
	
	.header {
		font-size: 26px;
	}
	
	.post-body {
		font-size: 16px;
	}
	
	.divider {
		width: 50%;
		margin: 30px 0 30px 0;
	}
}

.active-events-cards {
	margin-bottom: 100px;
}

.active-events-cards .events {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.active-events-cards .events li {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	z-index: 0;
}

.active-events-cards .events li .image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.active-events-cards .events li .image:after {
	content: "";
	display: block;
	background: #0e4b66;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -50%;
	top: 50%;
	-webkit-transform: skew(-30deg) translateY(-50%);
	transform: skew(-30deg) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	mix-blend-mode: multiply;
	opacity: 1;
}

.active-events-cards .events li .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.active-events-cards .events li .content {
	width: 50%;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 50px;
	color: white;
}

.active-events-cards .events li .content .event-date {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.active-events-cards .events li .content .h {
	color: white;
	font-size: 30px;
	font-weight: 900;
}

.active-events-cards .events li .content .button-container {
	margin-top: 25px;
}

.active-events-cards .events li .content .button-container a {
	margin-right: 40px;
}

.active-events-cards .events li .content .button-container a:last-child {
	margin-right: 0;
}

.active-events-cards .events li .content .button-container a:not(:hover) {
	color: white;
}

@media (max-width: 767px) {
	.active-events-cards .events li .image:after {
		-webkit-transform: none;
		transform: none;
		width: 100%;
		top: 0;
		left: 0;
	}
	
	.active-events-cards .events li .content {
		width: 100%;
	}
}

.event-hero h1, .event-hero h2 {
	font-size: 31px;
	margin-top: 0;
}

.event-hero .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}

.event-hero .wrapper .info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 18px;
}

.event-hero .wrapper .info .logo {
	margin-bottom: 20px;
	max-width: 300px;
}

.event-hero .wrapper .info .content {
	margin-bottom: 30px;
}

.event-hero .wrapper .info .points > * {
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}

.event-hero .wrapper .info .points > *:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.event-hero .wrapper .info .points > *.date:before {
	background-image: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/calendar.svg");
}

.event-hero .wrapper .info .points > *.location:before {
	background-image: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/compass.svg");
}

.event-hero .wrapper .info .points > *.booth:before {
	background-image: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/map-pin.svg");
}

.event-hero .wrapper .left-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.event-hero .wrapper .left-content .logo {
	max-width: 120px;
	margin-bottom: 20px;
}

.event-hero .wrapper .right-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-left: 1px solid rgba(0, 0, 0, .2);
	padding-left: 40px;
	min-height: 300px;
}

.event-hero .wrapper .right-content:empty {
	display: none;
}

@media (max-width: 1079px) {
	.event-hero .wrapper {
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}
	
	.event-hero .wrapper .right-content {
		width: 100%;
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		border-left: 0;
		border-top: 1px solid rgba(0, 0, 0, .2);
	}
}

@media (max-width: 767px) {
	.event-hero .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.featured-webinars {
	margin: 0;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/webinar-bg.svg") no-repeat right center #fbfcfc;
	background-size: auto 100%;
	padding: 64px 0;
}

.featured-webinars.nitro-lazy {
	background: none !important;
}

.featured-webinars h1 {
	font-size: 60px;
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 1;
}

.featured-webinars .webinars {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.featured-webinars .webinars li {
	background: white;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.featured-webinars .webinars li a {
	text-decoration: none;
}

.featured-webinars .webinars li .top {
	padding: 35px 28px;
	min-height: 284px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 0;
	color: white;
}

.featured-webinars .webinars li .top .image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.featured-webinars .webinars li .top .image:after {
	content: "";
	display: block;
	background: #0e4b66;
	z-index: -1;
	position: absolute;
	width: 150%;
	height: 100%;
	left: -100%;
	top: 50%;
	-webkit-transform: skew(-30deg) translateY(-50%);
	transform: skew(-30deg) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	mix-blend-mode: multiply;
	opacity: 1;
}

.featured-webinars .webinars li .top .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.featured-webinars .webinars li .top h3 {
	font-size: 30px;
	font-weight: 900;
	color: white;
}

.featured-webinars .webinars li .top .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.featured-webinars .webinars li .top .type {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
}

.featured-webinars .webinars li .top .featured-badge span {
	display: inline-block;
	padding: 10px 20px 10px 30px;
	font-size: 10px;
	color: #003446;
	line-height: 1;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/webinar.svg") no-repeat left 10px center #c4d600;
	background-size: auto 11px;
	text-transform: uppercase;
	white-space: nowrap;
}

.featured-webinars .webinars li .top .featured-badge span.nitro-lazy {
	background: none !important;
}

.featured-webinars .webinars li .bottom {
	padding: 20px 28px;
	position: relative;
}

.featured-webinars .webinars li .bottom .cat {
	color: #5b5b5b;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.featured-webinars .webinars li .bottom .excerpt {
	font-size: 16px;
	color: #003446;
	font-weight: 900;
}

.featured-webinars .webinars li .bottom:after {
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.featured-webinars .webinars li a:hover .bottom:after {
	background: -webkit-gradient(linear, right top, left top, from(#36b4e5), to(#bfd42f));
	background: linear-gradient(270deg, #36b4e5 0%, #bfd42f 100%);
}

@media (max-width: 1079px) {
	.featured-webinars .webinars li .top .image:after {
		-webkit-transform: none;
		transform: none;
		width: 100%;
		top: 0;
		left: 0;
	}
	
	.featured-webinars .webinars li .top .content {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.featured-webinars .webinars {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.featured-webinars .webinars {
		grid-template-columns: 1fr;
	}
}

.webinars-grid {
	margin: 15px 0 120px;
}

.webinars-grid .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 50px;
}

.webinars-grid .item {
	text-decoration: none;
}

.webinars-grid .item > *:last-child {
	margin-bottom: 0;
}

.webinars-grid .item .title {
	font-size: 18px;
	line-height: 1.375;
	color: #003446;
	margin: 0 0 .5em;
}

.webinars-grid .item .text {
	font-size: 16px;
	color: #5b5b5b;
	line-height: 1.375;
	margin-bottom: .5em;
}

.webinars-grid .item .date {
	font-size: 12px;
	font-weight: 500;
	color: #9b9b9b;
	text-transform: uppercase;
}

.webinars-grid .item .button {
	opacity: 0;
}

.webinars-grid .item:hover .button {
	opacity: 1;
}

.webinars-grid .item .image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin: 0 0 16px;
	position: relative;
}

.webinars-grid .item .image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(170deg, rgba(0, 52, 70, .4) 0%, rgba(0, 52, 70, 0) 31%);
	z-index: 2;
}

.webinars-grid .item .image .placeholder {
	padding-bottom: 50%;
}

.webinars-grid .item .image figcaption {
	font-size: 16px;
	font-weight: 500;
	top: 10px;
	left: 15px;
	right: 15px;
	z-index: 3;
}

.webinars-grid .posts-loadmore-btn {
	text-align: center;
	margin-top: 40px;
}

@media (max-width: 1079px) {
	.webinars-grid .grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.webinars-grid .item.item-press-release {
		padding-right: 100px;
	}
	
	.webinars-grid .item.item-press-release:before {
		font-size: 30px;
		width: 100px;
	}
	
	.webinars-grid .item.item-press-release .content {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.webinars-grid .item.item-press-release .content:after {
		right: 0;
	}
}

@media (max-width: 767px) {
	.webinars-grid .grid {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 40px;
	}
}

@media (max-width: 575px) {
	.webinars-grid .grid {
		grid-template-columns: 1fr;
	}
}

.events-grid {
	margin: 15px 0 120px;
}

.events-grid .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 50px;
}

.events-grid .item {
	text-decoration: none;
}

.events-grid .item > *:last-child {
	margin-bottom: 0;
}

.events-grid .item .title {
	font-size: 18px;
	line-height: 1.375;
	color: #003446;
	margin: 0 0 .5em;
}

.events-grid .item .text {
	font-size: 16px;
	color: #5b5b5b;
	line-height: 1.375;
	margin-bottom: .5em;
}

.events-grid .item .date {
	font-size: 12px;
	font-weight: 500;
	color: #9b9b9b;
	text-transform: uppercase;
}

.events-grid .item .button {
	opacity: 0;
}

.events-grid .item:hover .button {
	opacity: 1;
}

.events-grid .item .image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin: 0 0 16px;
	position: relative;
}

.events-grid .item .image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(170deg, rgba(0, 52, 70, .4) 0%, rgba(0, 52, 70, 0) 31%);
	z-index: 2;
}

.events-grid .item .image .placeholder {
	padding-bottom: 50%;
}

.events-grid .item .image figcaption {
	font-size: 16px;
	font-weight: 500;
	top: 10px;
	left: 15px;
	right: 15px;
	z-index: 3;
}

.events-grid .posts-loadmore-btn {
	text-align: center;
	margin-top: 40px;
}

@media (max-width: 1079px) {
	.events-grid .grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.events-grid .grid {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 40px;
	}
}

@media (max-width: 575px) {
	.events-grid .grid {
		grid-template-columns: 1fr;
	}
}

.blog-landing-post-grid {
	margin: 15px 0 120px;
}

.blog-landing-post-grid .featured {
	margin-bottom: 80px;
}

.blog-landing-post-grid .featured-posts-container.wrapper {
	padding: 0;
}

.blog-landing-post-grid .grid-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.blog-landing-post-grid .grid-top h3 {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 50%;
	padding-right: 20px;
}

.blog-landing-post-grid .grid-top .right {
	margin-left: auto;
	padding: 10px 0 10px 0;
}

.blog-landing-post-grid .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 50px;
}

.blog-landing-post-grid .item {
	text-decoration: none;
}

.blog-landing-post-grid .item > *:last-child {
	margin-bottom: 0;
}

.blog-landing-post-grid .item .title {
	font-size: 18px;
	line-height: 1.375;
	color: #003446;
	margin: 0 0 .5em;
}

.blog-landing-post-grid .item .text {
	font-size: 16px;
	color: #5b5b5b;
	line-height: 1.375;
	margin-bottom: .5em;
}

.blog-landing-post-grid .item .date {
	font-size: 12px;
	font-weight: 500;
	color: #9b9b9b;
	text-transform: uppercase;
}

.blog-landing-post-grid .item .button {
	opacity: 0;
}

.blog-landing-post-grid .item:hover .button {
	opacity: 1;
}

.blog-landing-post-grid .item.item-member {
	position: relative;
}

.blog-landing-post-grid .item.item-member > a {
	text-decoration: none;
	display: block;
	min-height: 100%;
}

.blog-landing-post-grid .item.item-member .image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin: 0 0 16px;
}

.blog-landing-post-grid .item.item-member .image .placeholder {
	padding-bottom: 94%;
}

.blog-landing-post-grid .item.item-member .title {
	font-size: 22px;
	font-weight: 400;
	color: #003446;
	letter-spacing: .1px;
	line-height: 1.1;
	margin-bottom: .3em;
}

.blog-landing-post-grid .item.item-member .text {
	list-style: 1.125;
}

.blog-landing-post-grid .item.item-member .icon-linkedin {
	position: absolute;
	z-index: 5;
	top: 94%;
	right: 15px;
	-webkit-transition: none;
	transition: none;
	color: #003446;
}

.blog-landing-post-grid .item .image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin: 0 0 16px;
	position: relative;
}

.blog-landing-post-grid .item .image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(170deg, rgba(0, 52, 70, .4) 0%, rgba(0, 52, 70, 0) 31%);
	z-index: 2;
}

.blog-landing-post-grid .item .image .placeholder {
	padding-bottom: 50%;
}

.blog-landing-post-grid .item .image figcaption {
	font-size: 16px;
	font-weight: 500;
	top: 10px;
	left: 15px;
	right: 15px;
	z-index: 3;
}

@media (max-width: 1079px) {
	.blog-landing-post-grid .grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.blog-landing-post-grid .grid {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 40px;
	}
}

@media (max-width: 575px) {
	.blog-landing-post-grid .grid {
		grid-template-columns: 1fr;
	}
}

.content-pathways {
	margin-top: 0;
	background: #f3f8fb;
	padding: 35px 0;
	position: relative;
}

.content-pathways:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	left: 0;
	bottom: 0;
	right: 0;
	background: #36b4e5;
	background: -webkit-gradient(linear, right top, left top, from(#36b4e5), to(#d3dd91));
	background: linear-gradient(to left, #36b4e5, #d3dd91);
}

.content-pathways .pathways {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content-pathways .pathways > li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.content-pathways .pathways > li:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	right: 0;
	background: #36b4e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#36b4e5), to(#d3dd91));
	background: linear-gradient(to bottom, #36b4e5, #d3dd91);
}

.content-pathways .pathways > li .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.content-pathways .pathways > li .heading h3 {
	font-size: 24px;
	margin-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.content-pathways .pathways > li .heading i {
	width: 35px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}

.content-pathways .pathways > li .content {
	color: #373f41;
	margin-bottom: 20px;
}

.content-pathways .pathways > li .content:empty {
	display: none;
}

.content-pathways .pathways > li .button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content-pathways .pathways > li .button-container .button {
	font-weight: bold;
	margin: 5px 0;
}

@media (max-width: 1389px) {
	.content-pathways .pathways li {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (max-width: 767px) {
	.content-pathways .pathways {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.content-pathways .pathways li {
		padding-left: 0;
		padding-right: 0;
	}
	
	.content-pathways .pathways li:not(:last-child):after {
		top: unset;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: #36b4e5;
		background: -webkit-gradient(linear, right top, left top, from(#36b4e5), to(#d3dd91));
		background: linear-gradient(to left, #36b4e5, #d3dd91);
	}
}

body.popup-on {
	overflow: hidden;
}

.popup {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	top: 0;
	left: 0;
}

.popup .inner {
	background: white;
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100vw - 40px);
	max-width: 788px;
	max-height: calc(100vh - 40px);
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.popup .inner:before {
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #36b4e5;
	background: -webkit-gradient(linear, left top, right top, from(#36b4e5), to(#d3dd91));
	background: linear-gradient(to right, #36b4e5, #d3dd91);
}

.popup .inner .close {
	position: absolute;
	right: 24px;
	top: 24px;
	cursor: pointer;
	background: transparent;
	border: 0;
	color: #003446;
	font-size: 18px;
}

.popup .inner .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: scroll;
}

.popup .inner .content .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup .inner .content .top .left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 20px;
}

.popup .inner .content .top .left h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

.popup .inner .content .top .left h2 {
	font-size: 28px;
	font-weight: normal;
}

.popup .inner .content .top .right {
	max-width: 160px;
}

.popup .inner .content .main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}

.popup .inner .content .main .thumb-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 20px;
}

.popup .inner .content .main .thumb-wrap img {
	height: 180px;
	width: 100%;
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}

.popup .inner .content .main .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.popup .inner .content .main .detail h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
}

.popup .inner .content .main .detail ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.popup .inner .content .main .detail ul li {
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}

.popup .inner .content .main .detail ul li:empty {
	display: none;
}

.popup .inner .content .main .detail ul li:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.popup .inner .content .main .detail ul li.date:before {
	background-image: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/calendar.svg");
}

.popup .inner .content .main .detail ul li.location:before {
	background-image: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/compass.svg");
}

.popup .inner .content .main .detail ul li.booth:before {
	background-image: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/map-pin.svg");
}

.popup .inner .content .the_content {
	margin-top: 20px;
}

.popup .inner .content .the_content .btn-wrap {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.popup .inner .content .top, .popup .inner .content .main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
		gap: 0;
	}
}

@media (max-width: 767px) {
	.popup .inner {
		padding: 50px 25px;
	}
}

.popup .blocker {
	background: rgba(0, 0, 0, .49);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.popup.on {
	display: block;
}

.video-module {
	margin: 90px 0;
}

.video-module .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-module .wrapper > * {
	width: 100%;
}

.video-module figure img {
	border-radius: 10px;
	display: block;
	width: 100%;
	height: auto;
}

.video-module .video-image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video-module .video-image .video-play-btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 29px;
	font-weight: bold;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -webkit-gradient(linear, left top, right top, from(#73d1f6), to(#bfd42f));
	background: linear-gradient(to right, #73d1f6, #bfd42f);
	border: 0px;
	z-index: 999;
	cursor: pointer;
	color: #373f41;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-module .video-image .video-play-btn:hover {
	opacity: .7;
}

.video-module .video-image .video-play-btn i {
	-webkit-transform: rotate(90deg) translateY(-3px);
	transform: rotate(90deg) translateY(-3px);
}

@media (max-width: 767px) {
	.video-module {
		margin: 60px 0;
	}
	
	.video-module .wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.video-module .wrapper > * {
		width: 100%;
	}
	
	.video-module figure {
		margin-bottom: 40px;
	}
}

.video-popup .inner {
	max-width: 70vw;
	max-height: 90vh;
	height: auto;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

@media (max-width: 767px) {
	.video-popup .inner {
		max-width: 90%;
	}
}

.video-popup .inner .content {
	overflow: visible;
}

.video-popup .inner .video-wrapper {
	text-align: center;
}

.video-popup .inner .video-wrapper .youtube-video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	display: block;
}

.video-popup .inner .video-wrapper .youtube-video iframe {
	border: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	position: absolute;
}

.video-popup.on .inner {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.template .wrapper {
	max-width: 1370px;
}

.template .wrapper > *:last-child {
	margin-bottom: 0;
}

.template-hero {
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/banner-resource.jpg") no-repeat center/cover;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 120px 0;
	min-height: 720px;
}

.template-hero h2 {
	font-weight: 300;
}

.template-hero .wrapper {
	max-width: 1370px;
}

.template-hero .subtitle {
	font-size: 24px;
	line-height: 1.75em;
}

.template-hero .date {
	text-align: center;
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #003446;
	font-family: "Brandon Grotesque", sans-serif;
}

.template-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	margin: 30px 0;
	padding: 30px 0;
}

.template-title {
	font-size: 24px;
	font-weight: 400;
	color: #373f41;
	margin: 0 0 20px;
}

.template-authors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px 0 30px;
}

.template-authors .template-title {
	width: 100%;
}

.template-authors a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #5b5b5b;
	margin-right: 50px;
	margin-bottom: 20px;
}

.template-authors a:hover {
	cursor: pointer;
}

.template-authors a i {
	width: 48px;
	min-width: 48px;
	height: 48px;
	background: url("https://vecima.com/nitropack_static/nmFOomsMqlIYxQjhvcxBrwyNjAlCYEOe/assets/images/optimized/rev-09ffcf3/vecima.com/wp-content/themes/ace/assets/images/avatar.svg") no-repeat center/100% auto;
	margin-right: 12px;
}

.template-authors a strong:after {
	content: ",";
	padding-right: 5px;
}

.template-authors a strong:last-child::after {
	content: "";
	padding-right: 0;
}

.template-authors a:hover {
	color: #003446;
}

.template-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.template-tags label {
	margin-right: 10px;
	white-space: nowrap;
}

.template-tags-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.template-tags-item:after {
	content: ", ";
	display: inline-block;
	margin-right: 5px;
}

.template-tags-item:last-child:after {
	content: "";
}

.template-tags-item a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Brandon Grotesque", sans-serif;
}

.template-member-bio {
	max-width: 920px;
	cursor: default !important;
}

.template-member-bio .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.template-member-bio .grid .image {
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 40%;
}

.template-member-bio .grid .image .placeholder {
	padding-bottom: 107.6%;
}

.template-member-bio .grid aside {
	width: 60%;
	padding-left: 40px;
}

.template-member-bio .grid aside h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #003446;
	margin: 0;
}

.template-member-bio .grid aside h5 a {
	font-size: 16px;
	text-decoration: none;
	outline: none !important;
	margin-left: 20px;
}

.template-member-bio .grid aside h6 {
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.template-member-bio .grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.template-member-bio .grid .image {
		width: 100%;
		max-width: 300px;
		margin-bottom: 20px;
	}
	
	.template-member-bio .grid aside {
		width: 100%;
		padding-left: 0;
	}
}

@media (max-width: 1799px) {
	.template-hero {
		min-height: 37.777vw;
	}
}

@media (max-width: 767px) {
	.template-hero {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.template-meta {
		display: block;
	}
	
	.template-meta > * {
		margin-bottom: 20px;
	}
	
	.template-meta > *:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.template-authors a i {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}
}

.carousel {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.carousel.is-draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.carousel.is-dragging {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.carousel__viewport {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

.carousel__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.carousel__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: var(--carousel-slide-width, 60%);
	max-width: 100%;
	padding: 1rem;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.has-dots {
	margin-bottom: calc(.5rem + 22px);
}

.carousel__dots {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: calc(100% + .5rem);
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.carousel__dots .carousel__dot {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.carousel__dots .carousel__dot:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: currentColor;
	opacity: .25;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1;
}

.carousel__button {
	width: var(--carousel-button-width, 48px);
	height: var(--carousel-button-height, 48px);
	padding: 0;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
	color: var(--carousel-button-color, currentColor);
	background: var(--carousel-button-bg, transparent);
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.carousel__button.is-prev {
	left: 10px;
}

.carousel__button.is-next {
	right: 10px;
}

.carousel__button[disabled] {
	cursor: default;
	opacity: .3;
}

.carousel__button svg {
	width: var(--carousel-button-svg-width, 50%);
	height: var(--carousel-button-svg-height, 50%);
	fill: none;
	stroke: currentColor;
	stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
	stroke-linejoin: bevel;
	pointer-events: none;
}

html.with-fancybox {
	scroll-behavior: auto;
}

body.compensate-for-scrollbar {
	overflow: hidden !important;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox__container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	margin: 0;
	padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: var(--fancybox-color, #fff);
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	z-index: 1050;
	outline: none;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
	--carousel-button-svg-stroke-width: 3.5;
	--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.fancybox__container :focus {
	outline: none;
}

@media all and (min-width: 1024px) {
	.fancybox__container {
		--carousel-button-width: 48px;
		--carousel-button-height: 48px;
		--carousel-button-svg-width: 27px;
		--carousel-button-svg-height: 27px;
	}
}

.fancybox__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--fancybox-bg, rgba(18, 42, 72, .7));
}

.fancybox__carousel {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	z-index: 10;
}

.fancybox__carousel.has-dots {
	margin-bottom: calc(.5rem + 22px);
}

.fancybox__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	cursor: default;
}

.fancybox__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.fancybox__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 48px 8px 8px 8px;
	position: relative;
	overscroll-behavior: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	outline: 0;
	overflow: auto;
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
	content: "";
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0px;
	flex: 0 0 0;
	margin: auto;
}

@media all and (min-width: 1024px) {
	.fancybox__slide {
		padding: 64px 100px;
	}
}

.fancybox__content {
	margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
	padding: 36px;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: thin dotted;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fancybox__caption {
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100%;
	margin: 0;
	padding: 1rem 0 0 0;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	visibility: visible;
	cursor: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
	visibility: hidden;
}

.fancybox__container > .carousel__dots {
	top: 100%;
	color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
	z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
	right: 8px;
}

@media all and (min-width: 1024px) {
	.fancybox__nav .carousel__button.is-next {
		right: 40px;
	}
}

.fancybox__nav .carousel__button.is-prev {
	left: 8px;
}

@media all and (min-width: 1024px) {
	.fancybox__nav .carousel__button.is-prev {
		left: 40px;
	}
}

.carousel__button.is-close {
	position: absolute;
	top: 8px;
	top: calc(env(safe-area-inset-top, 0px) + 8px);
	right: 8px;
	right: calc(env(safe-area-inset-right, 0px) + 8px);
	z-index: 40;
}

@media all and (min-width: 1024px) {
	.carousel__button.is-close {
		right: 40px;
	}
}

.fancybox__content > .carousel__button.is-close {
	position: absolute;
	top: 0;
	right: 0;
	color: var(--fancybox-color, #39b5e1);
}

.fancybox__no-click, .fancybox__no-click button {
	pointer-events: none;
}

.fancybox__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053;
}

.fancybox__spinner svg {
	-webkit-animation: fancybox-rotate 2s linear infinite;
	animation: fancybox-rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
	animation: fancybox-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
	stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
	-webkit-animation: .15s ease backwards fancybox-fadeIn;
	animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
	-webkit-animation: .15s ease both fancybox-fadeOut;
	animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
	-webkit-animation: .15s ease both fancybox-fadeIn;
	animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
	-webkit-animation: .1s ease both fancybox-fadeOut;
	animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
	-webkit-animation: .2s ease both fancybox-zoomInUp;
	animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
	-webkit-animation: .15s ease both fancybox-zoomOutDown;
	animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
	-webkit-animation: .15s ease both fancybox-throwOutUp;
	animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
	-webkit-animation: .15s ease both fancybox-throwOutDown;
	animation: .15s ease both fancybox-throwOutDown;
}

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

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

@-webkit-keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}

@keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}

@-webkit-keyframes fancybox-zoomInUp {
	from {
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fancybox-zoomInUp {
	from {
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}

@keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(.97) translate3d(0, 16px, 0);
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}

@-webkit-keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}

@keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}

@-webkit-keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}

@keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}

.fancybox__carousel .carousel__slide {
	scrollbar-width: thin;
	scrollbar-color: #ccc rgba(255, 255, 255, .1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, .1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__image {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: none;
	transition: none;
}

.has-image .fancybox__content {
	padding: 0;
	background: transparent;
	min-height: 1px;
}

.is-closing .has-image .fancybox__content {
	overflow: visible;
}

.has-image[data-image-fit=contain] {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
	overflow-x: hidden;
	overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
	min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
	max-width: 100%;
	height: auto;
}

.has-image[data-image-fit=cover] {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
	width: 100%;
	height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	max-width: 100%;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	width: 100%;
	height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, .9);
	color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.fancybox__thumbs {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	padding: 0px 3px;
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
	-webkit-animation: .15s ease-in backwards fancybox-fadeIn;
	animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0;
}

.fancybox__thumbs .carousel__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: var(--fancybox-thumbs-width, 96px);
	margin: 0;
	padding: 8px 3px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: visible;
	cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 5px;
	border-style: solid;
	border-color: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
	opacity: 0;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
	opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox__thumb {
	position: relative;
	width: 100%;
	padding-top: calc(100% / ( var(--fancybox-thumbs-ratio, 1.5) ));
	background-size: cover;
	background-position: center center;
	background-color: rgba(255, 255, 255, .1);
	background-repeat: no-repeat;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, .006)), color-stop(15.5%, rgba(0, 0, 0, .021)), color-stop(22.5%, rgba(0, 0, 0, .046)), color-stop(29%, rgba(0, 0, 0, .077)), color-stop(35.3%, rgba(0, 0, 0, .114)), color-stop(41.2%, rgba(0, 0, 0, .155)), color-stop(47.1%, rgba(0, 0, 0, .198)), color-stop(52.9%, rgba(0, 0, 0, .242)), color-stop(58.8%, rgba(0, 0, 0, .285)), color-stop(64.7%, rgba(0, 0, 0, .326)), color-stop(71%, rgba(0, 0, 0, .363)), color-stop(77.5%, rgba(0, 0, 0, .394)), color-stop(84.5%, rgba(0, 0, 0, .419)), color-stop(91.9%, rgba(0, 0, 0, .434)), to(rgba(0, 0, 0, .44)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44) 100%);
	padding: 0;
	-ms-touch-action: none;
	touch-action: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4));
}

@media all and (min-width: 1024px) {
	.fancybox__toolbar {
		padding: 8px;
	}
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
	-webkit-animation: .15s ease-in backwards fancybox-fadeIn;
	animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0;
}

.fancybox__toolbar__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fancybox__toolbar__items--left {
	margin-right: auto;
}

.fancybox__toolbar__items--center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
	margin-left: auto;
}

@media (max-width: 640px) {
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none;
	}
}

.fancybox__counter {
	min-width: 72px;
	padding: 0 10px;
	line-height: var(--carousel-button-height, 48px);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
	background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 30;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
	opacity: 0;
}

.fancybox__container:-moz-full-screen::backdrop {
	opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
	opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
	opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
	display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block;
}

.homepage-hero-carousel {
	margin: 0;
}

.homepage-hero-carousel .carousel {
	width: 100% !important;
}

.homepage-hero-carousel .carousel .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	overflow: visible;
}

.homepage-hero-carousel .carousel .slick-list {
	margin-bottom: 0;
}

.homepage-hero-carousel .carousel .slick-slide {
	height: auto;
	background-color: #7dbf42;
	padding-bottom: 10px;
}

.homepage-hero-carousel .carousel .slick-dots {
	background-color: #373f41;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	max-width: 100%;
}

.homepage-hero-carousel .carousel .slick-dots li {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
	padding: 0;
}

.homepage-hero-carousel .carousel .slick-dots li::before {
	display: none;
}

.homepage-hero-carousel .carousel .slick-dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background-color: transparent;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 100%;
	height: 10px;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.homepage-hero-carousel .carousel .slick-dots li.slick-active button {
	background-color: #7dbf42;
}

.homepage-hero-carousel .carousel .slick-dots li.slick-active:nth-child(2n) button {
	background-color: #003446;
}

.homepage-hero-carousel .carousel .slick-dots li.slick-active:nth-child(3n) button {
	background-color: #003446;
}

.homepage-hero-carousel .carousel .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .7);
	color: #373f41;
	z-index: 200;
	cursor: pointer;
	background-color: #fff;
	font-size: 25px;
	width: 57px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.homepage-hero-carousel .carousel .slick-arrow:hover {
	background-color: #003446;
}

.homepage-hero-carousel .carousel .slick-arrow:hover:before {
	color: #fff;
}

.homepage-hero-carousel .carousel .slick-arrow.icon-arrow-left {
	left: 0;
	padding-right: 13px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-radius: 0 25px 25px 0;
}

.homepage-hero-carousel .carousel .slick-arrow.icon-arrow-right {
	right: 0;
	padding-left: 13px;
	border-radius: 25px 0 0 25px;
}

.homepage-hero-carousel .carousel .slick-arrow.slick-disabled {
	opacity: .3;
	cursor: default;
}

.homepage-hero-carousel .carousel .inner {
	position: relative;
	min-height: 650px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.homepage-hero-carousel .carousel .inner .wrapper {
	position: relative;
	z-index: 4;
	width: 100%;
	padding: 150px 90px;
}

.homepage-hero-carousel .carousel .inner .content {
	text-align: left;
	max-width: 730px;
	font-size: 20px;
	line-height: 1.6em;
}

.homepage-hero-carousel .carousel .inner .content > *:last-child {
	margin-bottom: 0;
}

.homepage-hero-carousel .carousel .inner h2, .homepage-hero-carousel .carousel .inner .h2 {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.25;
	color: inherit;
	margin: 0 0 .25em;
	letter-spacing: -.025em;
}

.homepage-hero-carousel .carousel .inner h4 {
	margin: 0 0 1em;
}

.homepage-hero-carousel .carousel .inner .button-container {
	margin-top: 30px;
}

@media (min-width: 1080px) {
	.homepage-hero-carousel .carousel .inner video + .background-image {
		display: none;
	}
}

@media (max-width: 1079px) {
	.homepage-hero-carousel .carousel .inner {
		min-height: 56.48vw;
	}
	
	.homepage-hero-carousel .carousel .inner .wrapper {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.homepage-hero-carousel .carousel .inner .content {
		font-size: 18px;
	}
	
	.homepage-hero-carousel .carousel .inner h2, .homepage-hero-carousel .carousel .inner .h2 {
		font-size: 36px;
	}
	
	.homepage-hero-carousel .carousel .inner video {
		display: none;
	}
}

@media (max-width: 767px) {
	.homepage-hero-carousel .carousel .slick-arrow {
		width: 33px;
		height: 28px;
		font-size: 14px;
	}
	
	.homepage-hero-carousel .carousel .slick-arrow.icon-arrow-left {
		padding-right: 7px;
		border-radius: 0 25px 25px 0;
	}
	
	.homepage-hero-carousel .carousel .slick-arrow.icon-arrow-right {
		padding-left: 7px;
		border-radius: 25px 0 0 25px;
	}
	
	.homepage-hero-carousel .carousel .inner .wrapper {
		padding: 70px;
	}
	
	.homepage-hero-carousel .carousel .inner .content {
		font-size: 14px;
	}
	
	.homepage-hero-carousel .carousel .inner h2, .homepage-hero-carousel .carousel .inner .h2 {
		font-size: 26px;
	}
}

@media (max-width: 575px) {
	.homepage-hero-carousel .carousel .inner h2, .homepage-hero-carousel .carousel .inner .h2 {
		font-size: 24px;
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.taxopress-table-container {
	width: 100%;
}

.taxopress-table-row td {
	border: none;
}

.taxopress-table-row:nth-child(n+7) {
	display: none;
}

.taxopress-see-more-link, .taxopress-close-table-link {
	cursor: pointer;
}

.taxopress-close-table-link {
	display: none;
}

.taxopress-see-more-container {
	text-align: right;
	padding: 10px;
}

.hidden {
	display: none;
}

.taxopress-table-container .taxopress-post-count {
	text-align: right;
	padding-right: 30px;
}

.taxopress-arrow {
	display: inline-block;
}

.taxopress-arrow.right {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
}

.taxopress-arrow.down {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
}

/* border-cloud styling */
.taxopress-border-cloud a {
	text-decoration: none;
	border: 1px solid;
	padding: 4px 7px;
	display: inline-block;
	margin: 3px;
}

/* box-list styling */
.taxopress-box-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

.taxopress-box-list a {
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	word-wrap: break-word;
}

.taxopress-box-list img {
	max-width: 100%;
	height: auto;
	display: block;
}

.taxopress-boxrelatedpost-cat {
	color: #666;
	font-size: .9em;
}

@media (max-width: 1200px) {
	.taxopress-box-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.taxopress-box-list {
		grid-template-columns: 1fr;
		word-wrap: break-word;
	}
}

.taxopress-parent-child-list {
	list-style: none !important;
}

.taxopress-parent-term {
	font-weight: normal;
	margin: .5em 0;
	list-style-type: none !important;
	position: relative;
	padding-left: 1.5em;
}

.taxopress-child-list {
	list-style: none !important;
	margin: .3em 0 .3em 1em !important;
	padding-left: 0 !important;
}

.taxopress-child-term {
	font-weight: normal;
	margin: .2em 0;
	position: relative;
	padding-left: 1.5em;
}

.taxopress-parent-term::before {
	content: "•";
	position: absolute;
	left: 0;
	font-size: 1.2em;
	line-height: 1;
}

.taxopress-child-list > li::before {
	content: "○";
	position: absolute;
	left: 0;
	font-size: 1.2em;
	line-height: 1;
}

.taxopress-child-list .taxopress-child-list > li::before {
	content: "▪  ▪";
	font-size: 1.2em;
}

.taxopress-child-list {
	margin-left: 1em !important;
}

.taxopress-child-list .taxopress-child-list {
	margin-left: 1em !important;
}

.taxopress-parent-term, .taxopress-child-list li {
	font-weight: normal;
}

.taxopress-box-list img.custom-image-class {
	width: var(--tp-image-width, 200px);
	height: var(--tp-image-height, 200px);
	object-fit: cover;
	aspect-ratio: 1/1;
	display: block;
	max-width: 100%;
}

html.fancybox-active:not(.fancybox-allowscroll), html.fancybox-active:not(.fancybox-allowscroll) body {
	touch-action: none;
	overscroll-behavior: none;
	-webkit-overflow-scrolling: auto;
	overflow: hidden;
}

html.fancybox-active:not(.fancybox-allowscroll) body {
	margin-right: var(--vertical-scrollbar);
	margin-bottom: var(--horizontal-scrollbar);
}

html.fancybox-active:not(.fancybox-allowscroll) body.rtl {
	margin-right: 0;
	margin-left: var(--vertical-scrollbar);
}

#fancybox-loading, #fancybox-loading div, #fancybox-overlay, #fancybox-wrap *, #fancybox-wrap *::before, #fancybox-wrap *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 111100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 111101;
	display: none;
	outline: none !important;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 20px #111;
	-moz-box-shadow: 0 0 20px #111;
	-webkit-box-shadow: 0 0 20px #111;
	background: #fff;
}

#fancybox-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 111102;
	border: 0 solid #fff;
	background: #fff;
	background-clip: padding-box;
}

#fancybox-content>* {
	max-width: 100%;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
}

#fancybox-error {
	color: #444;
	padding: 14px;
	margin: 0;
}

#fancybox-frame, #fancybox-img {
	width: 100%;
	height: 100%;
	border: none;
}

#fancybox-img {
	padding: 0;
	margin: 0;
	line-height: 0;
	vertical-align: top;
	max-width: none !important;
	max-height: none !important;
}

#fancybox-frame {
	display: block;
	z-index: 0;
}

.fancy-ico {
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.fancy-ico span {
	display: block;
	position: relative;
	left: 12px;
	top: 12px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #000;
	border: 2px solid white;
	box-shadow: 0 0 4px #000;
	transition: transform .25s ease-in-out;
}

#fancybox-close:hover span, #fancybox-next:hover span, body.rtl #fancybox-prev:hover span {
	transform: rotate(360deg);
}

#fancybox-prev:hover span, body.rtl #fancybox-next:hover span {
	transform: rotate(-360deg);
}

#fancybox-close {
	top: -24px;
	right: -24px;
	cursor: pointer;
	z-index: 111105;
	display: none;
}

#fancybox-close span::after, #fancybox-close span::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 4px;
	width: 12px;
	height: 2px;
	background-color: #fff;
}

#fancybox-close span::before {
	transform: rotate(45deg);
}

#fancybox-close span::after {
	transform: rotate(-45deg);
}

#fancybox-prev, #fancybox-next {
	top: 50%;
	margin-top: -24px;
	cursor: pointer;
	z-index: 111102;
	display: none;
}

#fancybox-next, body.rtl #fancybox-prev {
	left: auto;
	right: -24px;
}

#fancybox-prev, body.rtl #fancybox-next {
	left: -24px;
	right: auto;
}

#fancybox-prev span::after, #fancybox-next span::after {
	content: "";
	position: absolute;
	top: 6px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#fancybox-prev span::after, body.rtl #fancybox-next span::after {
	transform: rotate(-135deg);
	left: 7px;
}

#fancybox-next span::after, body.rtl #fancybox-prev span::after {
	transform: rotate(45deg);
	left: initial;
	right: 7px;
}

#fancybox-title-wrap {
	z-index: 111104;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background-color: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
	font-weight: 600;
}

.fancybox-title-over {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
}

body.rtl .fancybox-title-over {
	text-align: right;
}

.fancybox-title-over #fancybox-title {
	padding: 10px;
	background: rgba(0, 0, 0, .6);
	display: block;
}

.fancybox-title-float {
	text-align: center;
}

.fancybox-title-float #fancybox-title {
	display: table;
	margin: -12px auto;
	height: 24px;
	padding: 0 15px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	background: #000;
	border: 2px solid #fff;
	border-radius: 12px;
	box-shadow: 0 0 4px #000;
	position: relative;
	z-index: 111104;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-color: rgba(0, 0, 0, .9);
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	z-index: 111104;
	display: none;
}

#fancybox-loading div {
	transform-origin: 20px 20px;
	animation: fancybox-loading 1.2s linear infinite;
}

#fancybox-loading div::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 19px;
	width: 2px;
	height: 7px;
	border-radius: 20%;
	background: #fff;
}

#fancybox-loading div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

#fancybox-loading div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

#fancybox-loading div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -.9s;
}

#fancybox-loading div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -.8s;
}

#fancybox-loading div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -.7s;
}

#fancybox-loading div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -.6s;
}

#fancybox-loading div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -.5s;
}

#fancybox-loading div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -.4s;
}

#fancybox-loading div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -.3s;
}

#fancybox-loading div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -.2s;
}

#fancybox-loading div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -.1s;
}

#fancybox-loading div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes fancybox-loading {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.fancybox-hidden {
	display: none;
}

#fancybox-content .fancybox-hidden, #fancybox-tmp .fancybox-hidden {
	display: revert;
}
