.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
}
.ui-front {
	z-index: 100;
}
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ajax-progress {
	display: inline-block;
	padding: 1px 5px 2px 5px;
}
[dir="rtl"] .ajax-progress {
	float: right;
}
.ajax-progress-throbber .throbber {
	display: inline;
	padding: 1px 6px 2px;
}
.ajax-progress-throbber .message {
	display: inline;
	padding: 1px 5px 2px;
}
tr .ajax-progress-throbber .throbber {
	margin: 0 2px;
}
.ajax-progress-bar {
	width: 16em;
}
.ajax-progress-fullscreen {
	position: fixed;
	z-index: 1000;
	top: 48.5%;
	left: 49%;
	width: 24px;
	height: 24px;
	padding: 4px;
	opacity: 0.9;
	border-radius: 7px;
	background-color: #232323;
	background-repeat: no-repeat;
	background-position: center center;
}
[dir="rtl"] .ajax-progress-fullscreen {
	right: 49%;
	left: auto;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.text-align-center {
	text-align: center;
}
.text-align-justify {
	text-align: justify;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.align-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.fieldgroup {
	padding: 0;
	border-width: 0;
}
.container-inline div, .container-inline label {
	display: inline-block;
}
.container-inline .details-wrapper {
	display: block;
}
.container-inline .hidden {
	display: none;
}
.clearfix:after {
	display: table;
	clear: both;
	content: "";
}
.js details:not([open]) .details-wrapper {
	display: none;
}
.hidden {
	display: none;
}
.visually-hidden {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	word-wrap: normal;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
	position: static !important;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
}
.invisible {
	visibility: hidden;
}
.item-list__comma-list, .item-list__comma-list li {
	display: inline;
}
.item-list__comma-list {
	margin: 0;
	padding: 0;
}
.item-list__comma-list li:after {
	content: ", ";
}
.item-list__comma-list li:last-child:after {
	content: "";
}
.js .js-hide {
	display: none;
}
.js-show {
	display: none;
}
.js .js-show {
	display: block;
}
.nowrap {
	white-space: nowrap;
}
.position-container {
	position: relative;
}
.progress {
	position: relative;
}
.progress__track {
	min-width: 100px;
	max-width: 100%;
	height: 16px;
	margin-top: 5px;
	border: 1px solid;
	background-color: #fff;
}
.progress__bar {
	width: 3%;
	min-width: 3%;
	max-width: 100%;
	height: 16px;
	background-color: #000;
}
.progress__description, .progress__percentage {
	overflow: hidden;
	margin-top: 0.2em;
	color: #555;
	font-size: 0.875em;
}
.progress__description {
	float: left;
}
[dir="rtl"] .progress__description {
	float: right;
}
.progress__percentage {
	float: right;
}
[dir="rtl"] .progress__percentage {
	float: left;
}
.progress--small .progress__track {
	height: 7px;
}
.progress--small .progress__bar {
	height: 7px;
	background-size: 20px 20px;
}
.reset-appearance {
	margin: 0;
	padding: 0;
	border: 0 none;
	background: transparent;
	line-height: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.resize-none {
	resize: none;
}
.resize-vertical {
	min-height: 2em;
	resize: vertical;
}
.resize-horizontal {
	max-width: 100%;
	resize: horizontal;
}
.resize-both {
	max-width: 100%;
	min-height: 2em;
	resize: both;
}
table.sticky-header {
	z-index: 500;
	top: 0;
	margin-top: 0;
	background-color: #fff;
}
.system-status-counter__status-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.system-status-counter__status-icon:before {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center 2px;
	background-size: 16px;
}

body.drag {
	cursor: move;
}
tr.region-title {
	font-weight: bold;
}
tr.region-message {
	color: #999;
}
tr.region-populated {
	display: none;
}
tr.add-new .tabledrag-changed {
	display: none;
}
.draggable a.tabledrag-handle {
	float: left;
	overflow: hidden;
	height: 1.7em;
	margin-left: -1em;
	cursor: move;
	text-decoration: none;
}
[dir="rtl"] .draggable a.tabledrag-handle {
	float: right;
	margin-right: -1em;
	margin-left: 0;
}

.indentation {
	float: left;
	width: 20px;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em;
	padding: 0.42em 0 0.42em 0.6em;
}
[dir="rtl"] .indentation {
	float: right;
	margin: -0.4em -0.4em -0.4em 0.2em;
	padding: 0.42em 0.6em 0.42em 0;
}
.tablesort {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-tabs {
	position: relative;
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.caption {
	display: table;
}
.caption>* {
	display: block;
	max-width: 100%;
}
.caption>figcaption {
	display: table-caption;
	max-width: none;
	caption-side: bottom;
}
.caption>figcaption[contenteditable=true]:empty:before {
	content: attr(data-placeholder);
	font-style: italic;
}
.caption .media .field, .caption .media .field * {
	float: none;
	margin: unset;
}
.views-align-left {
	text-align: left;
}
.views-align-right {
	text-align: right;
}
.views-align-center {
	text-align: center;
}
.views-view-grid .views-col {
	float: left;
}
.views-view-grid .views-row {
	float: left;
	clear: both;
	width: 100%;
}
.views-display-link+.views-display-link {
	margin-left: 0.5em;
}

.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}
.slides, .slides>li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides>li:first-child {
	display: block;
}
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

svg.ext {
	width: 14px;
	height: 14px;
	padding-right: 0.2em;
	fill: #727272;
	font-weight: 900;
}
svg.mailto {
	width: 14px;
	height: 14px;
	padding-right: 0.2em;
	fill: #727272;
}
svg.ext path, svg.mailto path {
	stroke: #727272;
	stroke-width: 3;
}
@media print {
	svg.ext, svg.mailto {
		display: none;
		padding: 0;
	}
}
extlink i {
	padding-left: 0.2em;
}
.en-datatable table .group>td {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
	line-height: 1.5;
	font-variant: normal;
	font-family: 'Helvetica', sans-serif;
}
.en-datatable table .group:first-of-type>td p {
	text-align: left;
	text-transform: none;
}

.en-datatable table thead .sorting, .en-datatable table thead .sorting_asc, .en-datatable table thead .sorting_desc, .en-datatable table thead .sorting_asc_disabled, .en-datatable table thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: center right;
}
span.tgroup ul {
	margin: 0;
}
span.tgroup ul li {
	display: inline-block;
}
.dataTables_filter {
	float: right;
	margin: 10px 0px;
}
.en-datatable {
	display: none;
}
.views-live-preview .en-datatable {
	display: block;
}
.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
	display: none;
}
.flexslider:hover .flex-direction-nav a, .flexslider:hover .flex-direction-nav a {
	display: block;
}