/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
svg,
hr {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.touch *,
.touch
  *:before,
.touch
  *:after {
	-webkit-overflow-scrolling: touch;
}

html {
	font-size: 100%;
}

html.touch {
	-webkit-overflow-scrolling: touch;
}

body {
	font-size: 100%;
	font-family: "open sans", arial;
	background: #f3f3f3;
	color: #222222;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

a {
	text-decoration: none;
	transition: background-color 0.25s;
}

a:hover {
	cursor: pointer;
}

a img {
	border: 0;
}

i {
	font-style: italic;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.nowrap {
	white-space: nowrap;
}

.button,
input[type=button],
input[type=submit],
button {
	font-family: "open sans", arial;
	display: inline-block;
	border: 0;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
	user-select: none;
	font-size: 1rem;
	line-height: 1.5;
	margin: 1px;
	position: inherit;
	vertical-align: middle;
	padding: 0.3em 1.5em;
	background-color: #708f94;
	border-radius: 0.125em;
	box-shadow: 0 0.125em 0.125em -0.125em rgba(0, 0, 0, 0.5);
	transition: background-color 0.25s;
}

.touch .button,
.touch input[type=button],
.touch input[type=submit],
.touch button {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.button:focus,
.button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
button:focus,
button:hover {
	background-color: #94abaf;
	color: #FFF;
}

.button.flat,
input[type=button].flat,
input[type=submit].flat,
button.flat {
	color: #708f94;
	background-color: transparent;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.button.flat:not([disabled]):not(.disabled):hover,
input[type=button].flat:not([disabled]):not(.disabled):hover,
input[type=submit].flat:not([disabled]):not(.disabled):hover,
button.flat:not([disabled]):not(.disabled):hover {
	color: #708f94;
	background-color: rgba(0, 0, 0, 0.05);
}

.button.negative,
input[type=button].negative,
input[type=submit].negative,
button.negative {
	color: #708f94;
	background-color: #f3f3f3;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.button.negative:not([disabled]):not(.disabled):hover,
input[type=button].negative:not([disabled]):not(.disabled):hover,
input[type=submit].negative:not([disabled]):not(.disabled):hover,
button.negative:not([disabled]):not(.disabled):hover {
	color: #708f94;
	background-color: #dbdbdb;
}

.button.floating,
input[type=button].floating,
input[type=submit].floating,
button.floating {
	position: relative;
	text-indent: -9999px;
	text-align: left;
	outline: none;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	padding: 0;
	line-height: 1em;
	box-shadow: 0 0.35rem 0.35rem 0 rgba(0, 0, 0, 0.25);
}

.button.floating:before,
input[type=button].floating:before,
input[type=submit].floating:before,
button.floating:before {
	position: absolute;
	text-indent: 0;
	text-align: center;
	color: currentColor;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.no-flexbox .button.floating:before,
.no-flexbox input[type=button].floating:before,
.no-flexbox input[type=submit].floating:before,
.no-flexbox button.floating:before {
	display: block;
}

.no-touch .button.floating,
.no-touch input[type=button].floating,
.no-touch input[type=submit].floating,
.no-touch button.floating {
	width: 48px;
	height: 48px;
}

.button:active,
input[type=button]:active,
input[type=submit]:active,
button:active {
	border-bottom-color: transparent;
}

.button[disabled],
.button.disabled,
input[type=button][disabled],
input[type=button].disabled,
input[type=submit][disabled],
input[type=submit].disabled,
button[disabled],
button.disabled {
	color: #CCCCCC;
	background-color: #EEEEEE;
	cursor: not-allowed;
}

.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

.message,
.message.info {
	border: solid 1px #999 !important;
	background-color: #EEE !important;
	display: block !important;
	text-align: center !important;
	font-weight: bold !important;
	padding: 0.75em 1.5em !important;
}

.message,
.message a,
.message.info,
.message.info a {
	color: #000 !important;
}

.message.success {
	background-color: #cdfccf !important;
	border-color: #077a0d !important;
}

.message.success,
.message.success a {
	color: #077a0d !important;
}

.message.warning {
	background-color: #fad3a3 !important;
	border-color: #ad6308 !important;
}

.message.warning,
.message.warning a {
	color: #ad6308 !important;
}

.message.error {
	background-color: #fcc3c3 !important;
	border-color: #940707 !important;
}

.message.error,
.message.error a {
	color: #940707 !important;
}

.show-for-print {
	display: none !important;
}

.row {
	width: 100%;
	margin: 0 auto;
	max-width: 100em;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.column {
	position: relative;
	width: 100%;
	float: left;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.column .row {
	margin-left: -0.75em;
	margin-right: -0.75em;
	width: auto;
	max-width: none;
}

.column + .column:last-child {
	float: right;
}

.column + .column.end {
	float: left;
}

.column.xsmall-1 {
	width: 8.3333333333%;
}

.column.xsmall-2 {
	width: 16.6666666667%;
}

.column.xsmall-3 {
	width: 25%;
}

.column.xsmall-4 {
	width: 33.3333333333%;
}

.column.xsmall-5 {
	width: 41.6666666667%;
}

.column.xsmall-6 {
	width: 50%;
}

.column.xsmall-7 {
	width: 58.3333333333%;
}

.column.xsmall-8 {
	width: 66.6666666667%;
}

.column.xsmall-9 {
	width: 75%;
}

.column.xsmall-10 {
	width: 83.3333333333%;
}

.column.xsmall-11 {
	width: 91.6666666667%;
}

.column.xsmall-12 {
	width: 100%;
}

.row.xsmall-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.xsmall-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xsmall-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xsmall-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xsmall-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xsmall-equal-heights {
	width: auto;
	min-width: 100%;
}

.show-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.hide-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.hide-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.show-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.touch .hide-for-touch {
	display: none !important;
}

.no-touch .show-for-touch {
	display: none !important;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
.rte,
.v-minieditor-rte,
span.readonly,
select {
	display: block;
	width: 100%;
	font-family: "open sans", arial;
	font-size: 1rem;
	height: 2.5em;
	margin-bottom: 0.75em;
	padding: 0 0.75em;
	box-shadow: none;
	border-radius: 0;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.75);
	border: 1px solid #CCCCCC;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.no-touch input[type="color"],
.no-touch input[type="date"],
.no-touch input[type="datetime"],
.no-touch input[type="datetime-local"],
.no-touch input[type="email"],
.no-touch input[type="month"],
.no-touch input[type="number"],
.no-touch input[type="password"],
.no-touch input[type="search"],
.no-touch input[type="tel"],
.no-touch input[type="text"],
.no-touch input[type="time"],
.no-touch input[type="url"],
.no-touch input[type="week"],
.no-touch input:not([type]),
.no-touch textarea,
.no-touch
  .rte,
.no-touch
  .v-minieditor-rte,
.no-touch
  span.readonly,
.no-touch
  select {
	height: 2.1em;
}

input[type=file] {
	border: none;
	background: none;
	padding: 0;
}

.rte,
span.readonly,
.no-touch span.readonly,
textarea,
.no-touch textarea {
	height: auto;
}

.chosen-container {
	width: 100% !important;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
.rte:focus,
.v-minieditor-rte:focus,
select:focus {
	border: 1px solid #999999;
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	outline: none;
}

.form {
	display: block;
	margin: 0 auto 0.75em auto;
	max-width: 60em;
}

.form::after {
	clear: both;
	content: "";
	display: table;
}

.form .form-group::after,
.form .form-grid::after {
	clear: both;
	content: "";
	display: table;
}

.form .form-group {
	padding-bottom: 4.5em;
}

.form .form-group > p {
	padding: 0 0.75em;
}

.richContent .form .form-group {
	margin-left: -0.75em;
	margin-right: -0.75em;
}

.form .form-group-title {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.form .form-grid {
	margin: 0;
	display: block;
	padding: 0 0.75em;
}

.form .form-grid label {
	font-weight: normal;
	font-style: italic;
	color: #777;
	margin: 0;
	padding: 0.25rem 0;
	display: block;
	line-height: 1.1em;
	font-size: 1em;
	cursor: inherit;
}

.form .form-grid .button,
.form .form-grid input[type=button],
.form .form-grid input[type=submit],
.form .form-grid button {
	margin-bottom: 0.75em;
}

.form .form-tabs {
	position: relative;
	width: 100%;
	margin-bottom: 0.75em;
	padding: 0 1.5em;
}

.form .form-tabs::after {
	clear: both;
	content: "";
	display: table;
}

.form .form-tabs:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	border-top: solid 1px #999999;
}

.form .form-tabs-list {
	padding: 0;
	margin: 0;
	float: right;
}

.form .form-tabs-list::after {
	clear: both;
	content: "";
	display: table;
}

.form .form-tabs-item {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 0.375em;
}

.form .form-tabs-item:before {
	display: none;
}

.form .form-tabs-item .bt {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0.375em 0.75em;
	text-decoration: none;
	border: solid 1px #CCCCCC;
	border-bottom-color: #999999;
	background-color: #f3f3f3;
	color: #999999;
	outline: none;
}

.form .form-tabs-item:not(.disabled):not(.active) .bt:focus,
.form .form-tabs-item:not(.disabled):not(.active) .bt:hover {
	border-color: #999999;
	background-color: #FFF;
}

.form .form-tabs-item.active .bt {
	color: #000000;
	border-color: #999999;
	border-bottom-color: transparent;
	background-color: #f3f3f3;
}

.form .form-tabs-item.disabled {
	opacity: 0.5;
}

.form .form-tabs-item.disabled .bt {
	cursor: not-allowed;
}

.form textarea {
	padding: 0.25rem 0.5rem;
	resize: vertical;
}

.form input[type=text].placeholder {
	color: #999;
}

.form .required,
.form .important {
	color: #940707;
}

.form .legend {
	display: block;
	font-size: 0.8em;
	padding: 0.25em 0;
}

.form span.etiq {
	font-style: italic;
	font-size: 0.9em;
}

.form .cryptogramme {
	display: block;
	width: 170px;
	margin: 0 auto;
}

.form .cryptogramme-reload {
	display: block;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #bbb;
	color: #fff;
}

.form .cryptogramme-reload:before {
	content: '\21bb';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px;
	line-height: 20px;
	font-size: 24px;
	height: 24px;
	width: 24px;
	text-align: center;
}

.form .cryptogramme-reload:hover {
	background-color: #ccc;
	color: #fff;
}

.form .cryptogramme img {
	display: inline-block;
	float: none;
	height: auto !important;
	margin: 0;
	max-width: 100% !important;
}

.form .cryptogramme #cryptogram {
	background-color: #FFF;
}

.form .listCheck {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	color: inherit;
}

.form .listCheck:after {
	content: '';
	display: block;
	clear: both;
}

.form .listCheck label {
	display: block;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	height: 2rem;
	line-height: 2rem;
	margin: 0;
	padding: 0 0.5rem;
	border: 1px solid transparent;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.form .listCheck label:hover {
	background-color: rgba(204, 204, 204, 0.25);
	border-color: #CCCCCC;
}

.form .listCheck label[disabled],
.form .listCheck label.disabled {
	opacity: 0.5;
	cursor: inherit;
}

.form .listCheck label[disabled]:hover,
.form .listCheck label.disabled:hover {
	background-color: transparent;
	border-color: transparent;
}

.form .listCheck .form-checkbox-label {
	padding-left: 2em;
	position: relative;
}

.form .listCheck .form-checkbox-label:before {
	position: absolute;
	left: 0.55em;
	top: 0.35em;
	text-shadow: 1px 1px 0 #f3f3f3, -1px -1px 0 #f3f3f3, 1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3;
	z-index: 1;
	transform: scale(0.5);
	transition: transform 0.125s linear;
	opacity: 0;
}

.form .listCheck .form-checkbox-label:after {
	content: '';
	width: 0.75em;
	height: 0.75em;
	position: absolute;
	left: 0.625em;
	top: 0.625em;
	border: solid 1px currentColor;
	background-color: #f3f3f3;
	border-radius: 0.125em;
	opacity: 0.5;
}

.form .listCheck .form-checkbox {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.form .listCheck .form-checkbox:focus + .form-checkbox-label {
	outline: solid 1px #999999;
}

.form .listCheck .form-checkbox:checked + .form-checkbox-label:before {
	transform: scale(1);
	opacity: 1;
}

.form .listCheck .form-checkbox:disabled + .form-checkbox-label {
	pointer-events: none;
}

.form .listCheck .form-checkbox:disabled + .form-checkbox-label:after {
	opacity: 0.25;
}

.form .listCheck .form-checkbox:checked:disabled + .form-checkbox-label:before {
	opacity: 0.5;
}

.form .listCheck .form-checkbox.error + .form-checkbox-label {
	border-color: #C00;
	background-color: #ffd5d5;
}

.form input[type=password][readonly],
.form input[type=text][readonly],
.form textarea[readonly] {
	background-color: transparent;
}

.form span.readonly {
	border-color: rgba(153, 153, 153, 0.15);
	background-color: transparent;
}

.form .disabled .v-minieditor-rte,
.form select[disabled],
.form input[type=password][disabled],
.form input[type=text][disabled],
.form textarea[disabled] {
	background-color: #EEE;
}

.form input[type="color"].error,
.form input[type="date"].error,
.form input[type="datetime"].error,
.form input[type="datetime-local"].error,
.form input[type="email"].error,
.form input[type="month"].error,
.form input[type="number"].error,
.form input[type="password"].error,
.form input[type="search"].error,
.form input[type="tel"].error,
.form input[type="text"].error,
.form input[type="time"].error,
.form input[type="url"].error,
.form input[type="week"].error,
.form input:not([type]).error,
.form textarea.error,
.form input[type=file].error,
.form .rte.error,
.form select.error,
.form .listCheck.error {
	border-color: #C00;
	background-color: #ffd5d5;
}

.form input[type="color"].success,
.form input[type="date"].success,
.form input[type="datetime"].success,
.form input[type="datetime-local"].success,
.form input[type="email"].success,
.form input[type="month"].success,
.form input[type="number"].success,
.form input[type="password"].success,
.form input[type="search"].success,
.form input[type="tel"].success,
.form input[type="text"].success,
.form input[type="time"].success,
.form input[type="url"].success,
.form input[type="week"].success,
.form input:not([type]).success,
.form textarea.success,
.form input[type=file].success,
.form .rte.success,
.form select.success,
.form .listCheck.success {
	border-color: #008e00;
	background-color: #d5ffd5;
}

html,
body {
	overflow-x: hidden;
}

html.panel-opened,
html.panel-opened body {
	overflow: hidden;
}

.v-mobile-panel {
	position: fixed;
	z-index: 1001;
	bottom: 0;
	top: 0;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	width: 75%;
	max-width: 380px;
	box-sizing: content-box;
	background-color: #999999;
	transition: transform 500ms ease;
}

.v-mobile-panel.left {
	left: 0;
	transform: translate(-105%);
	transform: translate3d(-105%, 0px, 0px);
}

.v-mobile-area.open-left .v-mobile-panel.left {
	transform: none;
}

.v-mobile-panel.right {
	right: 0;
	transform: translate(105%, 0);
	transform: translate3d(105%, 0px, 0px);
}

.v-mobile-area.open-right .v-mobile-panel.right {
	transform: none;
}

.v-mobile-panel-close {
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
	transition: background-color 0.25s;
}

.v-mobile-area.open .v-mobile-panel-close {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
}

.v-mobile-area.open .v-mobile-panel-close:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.v-mobile-panel-menu-title .label,
.v-mobile-panel-menu-item .submenu-title .label,
.v-mobile-panel-menu-item > .bt {
	display: block;
	font-size: 1rem;
	padding: 0.75em 1.5em;
	margin: 0;
}

.v-mobile-panel-menu-item .submenu-title .label,
.v-mobile-panel-menu-title .label {
	background: #708f94;
	color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}

.v-mobile-panel-menu-item > .bt {
	position: relative;
	background-color: #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	color: #262626;
	cursor: pointer;
}

.v-mobile-panel-menu-item > .bt:hover {
	background-color: #FFFFFF;
}

.v-mobile-panel-menu-item.ico > .bt {
	padding-left: 4.5em;
}

.v-mobile-panel-menu-item.ico > .bt > .icon {
	position: absolute;
	top: 50%;
	left: 1.5em;
	width: 2.5em;
	height: 2.5em;
	background-color: #fff;
	margin-top: -1.25em;
}

.v-mobile-panel-menu-item.hasSubmenu > .bt {
	padding-right: 4.5em;
}

.v-mobile-panel-menu-item > .submenu-toggle {
	position: absolute;
	z-index: 1;
	padding: 0;
	margin: 0;
	right: 0;
	height: 3rem;
	line-height: 2.7rem;
	width: 3rem;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center;
	background-color: #EEE;
	background-color: rgba(0, 0, 0, 0.05);
	color: #333;
}

.v-mobile-panel-menu-item > .submenu-toggle .label {
	display: none;
}

.v-mobile-panel-menu-item > .submenu-toggle:hover {
	background-color: #FFF;
}

.v-mobile-panel.left .v-mobile-panel-menu-item > .submenu-toggle:before {
	content: "\00bb";
}

.v-mobile-panel.right .v-mobile-panel-menu-item > .submenu-toggle:before {
	content: "\00ab";
}

.v-mobile-panel-menu-item > .submenu {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: 0;
	padding-bottom: 4em;
	overflow: hidden;
	overflow-y: auto;
	z-index: 1002;
	background: #999;
	box-sizing: content-box;
	backface-visibility: hidden;
	transition: transform 500ms ease;
}

.v-mobile-panel.left .v-mobile-panel-menu-item > .submenu {
	box-shadow: 0.5em 0 0.5em 0 rgba(0, 0, 0, 0.25);
	transform: translate(-105%, 0);
	transform: translate3d(-105%, 0, 0);
}

.v-mobile-panel.right .v-mobile-panel-menu-item > .submenu {
	box-shadow: 0.5em 0 0.5em 0 rgba(0, 0, 0, 0.25);
	transform: translate(105%, 0);
	transform: translate3d(105%, 0, 0);
}

.v-mobile-panel.left .v-mobile-panel-menu-item.select > .submenu,
.v-mobile-panel.right .v-mobile-panel-menu-item.select > .submenu {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
}

.v-mobile-panel-menu-item .submenu-title {
	position: relative;
}

.v-mobile-panel-menu-item .submenu-title > .label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0 0 3em;
}

.v-mobile-panel-menu-item .submenu-title > .label > .lib {
	padding: 0.75em 0.5em;
}

.v-mobile-panel-menu-item .submenu-title > .label > .icon {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	background-color: #fff;
	margin: 0.25em 0;
}

.no-flexbox .v-mobile-panel-menu-item .submenu-title > .label {
	padding: 0.75em 1.5em 0.75em 3em;
}

.no-flexbox .v-mobile-panel-menu-item .submenu-title > .label > .lib {
	padding: 0;
}

.no-flexbox .v-mobile-panel-menu-item .submenu-title > .label > .icon {
	margin: -0.5em 0.5em -2.5em 0;
	vertical-align: top;
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 3em;
	text-decoration: none;
	text-align: center;
	background-color: rgba(238, 238, 238, 0.1);
	color: #EEEEEE;
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close .label {
	display: none;
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close:hover {
	background-color: rgba(238, 238, 238, 0.25);
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close:before {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 1.4em;
	width: 1em;
	height: 1em;
	line-height: 0.85;
	margin: -0.5em;
}

.v-mobile-panel.left .v-mobile-panel-menu-item .submenu-title > .submenu-close:before {
	content: "\00ab";
}

.v-mobile-panel.right .v-mobile-panel-menu-item .submenu-title > .submenu-close:before {
	content: "\00bb";
}

.mobile-panel-toggle {
	display: block;
	background-color: #EEE;
	width: 3em;
	height: 3em;
	position: relative;
}

.mobile-panel-toggle:hover {
	background-color: #FFF;
}

.mobile-panel-toggle.icon-burgermenu > span,
.mobile-panel-toggle:before,
.mobile-panel-toggle:after {
	content: '';
	position: absolute;
	background: #262626;
	width: 50%;
	height: 8.3333%;
	left: 25%;
	border-radius: 0.125001em;
	transition: transform 500ms ease 0s, top 500ms ease 0s, opacity 500ms ease 0s;
}

.mobile-panel-toggle:before {
	top: -8.3333%;
	opacity: 0;
}

.mobile-panel-toggle > span {
	transition: opacity 500ms ease 0s;
}

.mobile-panel-toggle:after {
	top: 108.3333%;
	opacity: 0;
}

.mobile-panel-toggle.icon-burgermenu:before {
	top: 27.0833%;
	opacity: 1;
}

.mobile-panel-toggle.icon-burgermenu > span {
	top: 45.8333%;
	text-indent: -9999px;
}

.mobile-panel-toggle.icon-burgermenu:after {
	top: 64.5833%;
	opacity: 1;
}

.open-left .mobile-panel-toggle.left > span,
.open-right .mobile-panel-toggle.right > span {
	opacity: 0;
}

.open-left .mobile-panel-toggle.left:before,
.open-right .mobile-panel-toggle.right:before {
	opacity: 1;
	top: 45.8333%;
	transform: rotate(45deg);
}

.open-left .mobile-panel-toggle.left:after,
.open-right .mobile-panel-toggle.right:after {
	opacity: 1;
	top: 45.8333%;
	transform: rotate(-45deg);
}

.v-cookieconsent-banner {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9997;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: solid #708f94 3px;
	padding: 1.5em 0;
}

.v-cookieconsent-banner-content {
	max-width: 100em;
	margin: 0 auto;
	padding: 0 1.5em;
	text-align: center;
	font-size: 0.9em;
}

.v-cookieconsent-banner-content-msg {
	padding: 0.75em 1.5em;
}

.v-cookieconsent-details-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: #FFF;
}

.v-cookieconsent-details {
	position: fixed;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 9999;
	background-color: #FFF;
	padding: 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-height: 100%;
	transform: translate(0, -50%);
}

html.cookieconsent-detail-opened,
html.cookieconsent-detail-opened body {
	overflow: hidden;
}

.v-cookieconsent-details-buttons {
	text-align: center;
}

.v-notifications {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 90%;
}

.v-notifications .v-notifications-item,
.v-notifications .v-notifications-item.info {
	position: relative;
	display: block !important;
	margin-top: 10px;
	padding: 0.75em 1.5em !important;
	border: solid 1px rgba(153, 153, 153, 0.5) !important;
	background-color: #EEE !important;
	background-color: rgba(238, 238, 238, 0.9) !important;
	border-radius: 4px;
	text-align: center !important;
	font-weight: bold !important;
}

.v-notifications .v-notifications-item,
.v-notifications .v-notifications-item a,
.v-notifications .v-notifications-item.info,
.v-notifications .v-notifications-item.info a {
	color: #000 !important;
}

.v-notifications .v-notifications-item.success,
.v-notifications .v-notifications-item.info.success {
	background-color: #cdfccf !important;
	background-color: rgba(193, 222, 195, 0.9) !important;
}

.v-notifications .v-notifications-item.success,
.v-notifications .v-notifications-item.success a,
.v-notifications .v-notifications-item.info.success,
.v-notifications .v-notifications-item.info.success a {
	color: #077a0d !important;
}

.v-notifications .v-notifications-item.warning,
.v-notifications .v-notifications-item.info.warning {
	background-color: #fad3a3 !important;
	background-color: rgba(235, 216, 193, 0.9) !important;
}

.v-notifications .v-notifications-item.warning,
.v-notifications .v-notifications-item.warning a,
.v-notifications .v-notifications-item.info.warning,
.v-notifications .v-notifications-item.info.warning a {
	color: #ad6308 !important;
}

.v-notifications .v-notifications-item.error,
.v-notifications .v-notifications-item.info.error {
	background-color: #fcc3c3 !important;
	background-color: rgba(228, 193, 193, 0.9) !important;
}

.v-notifications .v-notifications-item.error,
.v-notifications .v-notifications-item.error a,
.v-notifications .v-notifications-item.info.error,
.v-notifications .v-notifications-item.info.error a {
	color: #940707 !important;
}

.v-notifications .v-notifications-item {
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); /* easeOutBack */
	right: 0;
	opacity: 1;
}

.v-notifications .v-notifications-item.fade-enter-active,
.v-notifications .v-notifications-item.fade-leave-active {
	transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045); /* easeInBack */
	transform: translate(300px, 0);
}

.v-notifications .v-notifications-item.fade-enter,
.v-notifications .v-notifications-item.fade-leave-to {
	right: -300px;
	opacity: 0;
}

.v-notifications .v-notifications-item-label {
	padding-right: 32px;
}

.v-notifications .v-notifications-item-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 32px;
	border-left: solid 1px rgba(153, 153, 153, 0.5) !important;
}

.v-notifications .v-notifications-item-close:before {
	content: '×';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.vgt-table.striped tbody tr:nth-of-type(odd) {
	background-color: rgba(51, 68, 109, 0.03);
}

/* Utility styles
************************************************/

.vgt-right-align {
	text-align: right;
}

.vgt-left-align {
	text-align: left;
}

.vgt-center-align {
	text-align: center;
}

.vgt-pull-left {
	float: left !important;
}

.vgt-pull-right {
	float: right !important;
}

.vgt-clearfix::after {
	display: block;
	content: "";
	clear: both;
}

.vgt-responsive {
	width: 100%;
	overflow-x: auto;
	position: relative;
}

.vgt-text-disabled {
	color: #909399;
}

.sr-only {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.vgt-wrap {
	position: relative;
}

.vgt-fixed-header {
	position: absolute;
	z-index: 10;
	overflow-x: auto;
}

table.vgt-table {
	font-size: .9rem;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 100%;
	table-layout: auto;
	border: 1px solid #DCDFE6;
}

table.vgt-table td {
	padding: .75em .75em .75em .75em;
	vertical-align: top;
	border-bottom: 1px solid #DCDFE6;
	color: #000;
}

table.vgt-table tr.clickable {
	cursor: pointer;
}

table.vgt-table tr.clickable:hover {
	background-color: #F1F5FD;
}

.vgt-table th {
	padding: .75em 1.5em .75em .75em;
	vertical-align: middle;
	position: relative;
}

.vgt-table th.sortable button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vgt-table th.sortable button:focus {
	outline: none;
}

.vgt-table th.sortable button:after {
	content: '';
	position: absolute;
	height: 0px;
	width: 0px;
	right: 6px;
	top: 50%;
	margin-top: -7px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #606266;
}

.vgt-table th.sortable button:before {
	content: '';
	position: absolute;
	height: 0px;
	width: 0px;
	right: 6px;
	top: 50%;
	margin-bottom: -7px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #606266;
}

.vgt-table th.line-numbers,
.vgt-table th.vgt-checkbox-col {
	padding: 0 .75em 0 .75em;
	color: #000;
	border-right: 1px solid #DCDFE6;
	word-wrap: break-word;
	width: 25px;
	text-align: center;
	background: linear-gradient(#F4F5F8, #F1F3F6);
}

.vgt-table th.filter-th {
	padding: .75em .75em .75em .75em;
}

.vgt-table th.vgt-row-header {
	border-bottom: 2px solid #DCDFE6;
	border-top: 2px solid #DCDFE6;
	background-color: #fafafb;
}

.vgt-table th.vgt-row-header .triangle {
	width: 24px;
	height: 24px;
	border-radius: 15%;
	position: relative;
	margin: 0px 8px;
}

.vgt-table th.vgt-row-header .triangle:after {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #000;
	margin-left: -3px;
	transition: 0.3s ease transform;
}

.vgt-table th.vgt-row-header .triangle.expand:after {
	transform: rotate(90deg);
}

.vgt-table thead th {
	color: #000;
	vertical-align: bottom;
	border-bottom: 1px solid #DCDFE6;
	padding-right: 1.5em;
	background: linear-gradient(#F4F5F8, #F1F3F6);
}

.vgt-table thead th.vgt-checkbox-col {
	vertical-align: middle;
}

.vgt-table thead th.sorting-asc button:after {
	border-bottom: 5px solid #409eff;
}

.vgt-table thead th.sorting-desc button:before {
	border-top: 5px solid #409eff;
}

.vgt-input,
.vgt-select {
	width: 100%;
	height: 32px;
	line-height: 1;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 12px;
	color: #000;
	border-radius: 4px;
	box-sizing: border-box;
	background-image: none;
	background-color: #fff;
	border: 1px solid #DCDFE6;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.vgt-input::placeholder,
.vgt-select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 0.3; /* Firefox */
}

.vgt-input:focus,
.vgt-select:focus {
	outline: none;
	border-color: #409eff;
}

.vgt-loading {
	position: absolute;
	width: 100%;
	z-index: 10;
	margin-top: 117px;
}

.vgt-loading__content {
	background-color: #c0dfff;
	color: #409eff;
	padding: 7px 30px;
	border-radius: 3px;
}

.vgt-inner-wrap.is-loading {
	opacity: 0.5;
	pointer-events: none;
}

.vgt-table.bordered td,
.vgt-table.bordered th {
	border: 1px solid #DCDFE6;
}

.vgt-table.bordered th.vgt-row-header {
	border-bottom: 3px solid #DCDFE6;
}

.vgt-wrap.rtl {
	direction: rtl;
}

.vgt-wrap.rtl .vgt-table thead th,
.vgt-wrap.rtl .vgt-table.condensed thead th {
	padding-left: 1.5em;
	padding-right: .75em;
}

.vgt-wrap.rtl .vgt-table th.sorting:after,
.vgt-wrap.rtl .vgt-table th.sorting-asc:after {
	margin-right: 5px;
	margin-left: 0px;
}

.vgt-wrap.rtl .vgt-table th.sortable:after,
.vgt-wrap.rtl .vgt-table th.sortable:before {
	right: inherit;
	left: 6px;
}

.vgt-table.condensed td,
.vgt-table.condensed th.vgt-row-header {
	padding: .4em .4em .4em .4em;
}

/*responsive compactMode*/

.vgt-global-search {
	padding: 5px 0px;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	border: 1px solid #DCDFE6;
	border-bottom: 0px;
	background: linear-gradient(#F4F5F8, #F1F3F6);
}

.vgt-global-search form {
	display: flex;
}

.vgt-global-search form label {
	margin-top: 3px;
}

.vgt-global-search__input {
	position: relative;
	padding-left: 40px;
	flex-grow: 1;
}

.vgt-global-search__input .input__icon {
	position: absolute;
	left: 0px;
	max-width: 32px;
}

.vgt-global-search__input .input__icon .magnifying-glass {
	margin-top: 3px;
	margin-left: 8px;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #494949;
	position: relative;
	border-radius: 50%;
}

.vgt-global-search__input .input__icon .magnifying-glass:before {
	content: "";
	display: block;
	position: absolute;
	right: -7px;
	bottom: -5px;
	background: #494949;
	width: 8px;
	height: 4px;
	border-radius: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.vgt-global-search__actions {
	margin-left: 10px;
}

.vgt-selection-info-row {
	background: #fdf9e8;
	padding: 5px 16px;
	font-size: 13px;
	border-top: 1px solid #DCDFE6;
	border-left: 1px solid #DCDFE6;
	border-right: 1px solid #DCDFE6;
	color: #d3aa3b;
	font-weight: bold;
}

.vgt-selection-info-row a {
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}

.vgt-wrap__actions-footer {
	border: 1px solid #DCDFE6;
}

.vgt-wrap__footer {
	color: #000;
	font-size: 1rem;
	padding: 1em;
	border: 1px solid #DCDFE6;
	background: linear-gradient(#F4F5F8, #F1F3F6);
}

.vgt-wrap__footer .footer__row-count {
	position: relative;
	padding-right: 3px;
}

.vgt-wrap__footer .footer__row-count__label,
.vgt-wrap__footer .footer__row-count__select {
	display: inline-block;
	vertical-align: middle;
}

.vgt-wrap__footer .footer__row-count__label {
	font-size: 1rem;
}

.vgt-wrap__footer .footer__row-count__select {
	font-size: 1rem;
	background-color: transparent;
	width: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	height: auto;
	margin-left: 8px;
	color: #000;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 15px;
	padding-left: 5px;
}

.vgt-wrap__footer .footer__row-count__select::-ms-expand {
	display: none;
}

.vgt-wrap__footer .footer__row-count__select:focus {
	outline: none;
	border-color: #409eff;
}

.vgt-wrap__footer .footer__row-count::after {
	content: '';
	display: block;
	position: absolute;
	height: 0px;
	width: 0px;
	right: 6px;
	top: 50%;
	margin-top: -1px;
	border-top: 6px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: none;
	pointer-events: none;
}

.vgt-wrap__footer .footer__navigation {
	font-size: 1rem;
}

.vgt-wrap__footer .footer__navigation > button:first-of-type {
	margin-right: 16px;
}

.vgt-wrap__footer .footer__navigation__page-btn,
.vgt-wrap__footer .footer__navigation__info,
.vgt-wrap__footer .footer__navigation__page-info {
	display: inline-block;
	vertical-align: middle;
	color: #909399;
}

.vgt-wrap__footer .footer__navigation__page-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
}

.vgt-wrap__footer .footer__navigation__page-btn:hover {
	cursor: pointer;
}

.vgt-wrap__footer .footer__navigation__page-btn.disabled,
.vgt-wrap__footer .footer__navigation__page-btn.disabled:hover {
	opacity: 0.5;
	cursor: not-allowed;
}

.vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,
.vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
	border-right-color: #000;
}

.vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,
.vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
	border-left-color: #000;
}

.vgt-wrap__footer .footer__navigation__page-btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron {
	width: 24px;
	height: 24px;
	border-radius: 15%;
	position: relative;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron:after {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after {
	border-right: 6px solid #409eff;
	margin-left: -3px;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after {
	border-left: 6px solid #409eff;
	margin-left: -3px;
}

.vgt-wrap__footer .footer__navigation__info,
.vgt-wrap__footer .footer__navigation__page-info {
	display: inline-block;
	margin: 0px 16px;
}

.vgt-wrap__footer .footer__navigation__page-info span {
	display: inline-block;
	vertical-align: middle;
}

.vgt-wrap__footer .footer__navigation__page-info__current-entry {
	width: 30px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin: 0px 10px;
	font-weight: bold;
}

.vgt-table.nocturnal {
	border: 1px solid #435169;
	background-color: #324057;
}

.vgt-table.nocturnal tr.clickable:hover {
	background-color: #445168;
}

.vgt-table.nocturnal td {
	border-bottom: 1px solid #435169;
	color: #C7CED8;
}

.vgt-table.nocturnal th.line-numbers,
.vgt-table.nocturnal th.vgt-checkbox-col {
	color: #C7CED8;
	border-right: 1px solid #435169;
	background: linear-gradient(#2C394F, #2C394F);
}

.vgt-table.nocturnal thead th {
	color: #C7CED8;
	border-bottom: 1px solid #435169;
	background: linear-gradient(#2C394F, #2C394F);
}

.vgt-table.nocturnal thead th.sortable:before {
	border-top-color: #3e5170;
}

.vgt-table.nocturnal thead th.sortable:after {
	border-bottom-color: #3e5170;
}

.vgt-table.nocturnal thead th.sortable.sorting-asc {
	color: white;
}

.vgt-table.nocturnal thead th.sortable.sorting-asc:after {
	border-bottom-color: #409eff;
}

.vgt-table.nocturnal thead th.sortable.sorting-desc {
	color: white;
}

.vgt-table.nocturnal thead th.sortable.sorting-desc:before {
	border-top-color: #409eff;
}

.vgt-table.nocturnal.bordered td,
.vgt-table.nocturnal.bordered th {
	border: 1px solid #435169;
}

.vgt-table.nocturnal .vgt-input,
.vgt-table.nocturnal .vgt-select {
	color: #C7CED8;
	background-color: #232d3f;
	border: 1px solid #435169;
}

.vgt-table.nocturnal .vgt-input::placeholder,
.vgt-table.nocturnal .vgt-select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #C7CED8;
	opacity: 0.3; /* Firefox */
}

.vgt-wrap.nocturnal .vgt-wrap__footer {
	color: #C7CED8;
	border: 1px solid #435169;
	background: linear-gradient(#2C394F, #2C394F);
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count {
	position: relative;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__label {
	color: #8290A7;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select {
	color: #C7CED8;
	background: #232d3f;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 15px;
	padding-left: 10px;
	border-radius: 3px;
	text-align: center;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select:focus {
	border-color: #409eff;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count::after {
	content: '';
	display: block;
	position: absolute;
	height: 0px;
	width: 0px;
	right: 6px;
	top: 50%;
	margin-top: -1px;
	border-top: 6px solid #C7CED8;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: none;
	pointer-events: none;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn {
	color: #C7CED8;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,
.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
	border-right-color: #C7CED8;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,
.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
	border-left-color: #C7CED8;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__info,
.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-info {
	color: #8290A7;
}

.vgt-wrap.nocturnal .vgt-global-search {
	border: 1px solid #435169;
	background: linear-gradient(#2C394F, #2C394F);
}

.vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass {
	border: 2px solid #3f4c63;
}

.vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass:before {
	background: #3f4c63;
}

.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input,
.vgt-wrap.nocturnal .vgt-global-search__input .vgt-select {
	color: #C7CED8;
	background-color: #232d3f;
	border: 1px solid #435169;
}

.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input::placeholder,
.vgt-wrap.nocturnal .vgt-global-search__input .vgt-select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #C7CED8;
	opacity: 0.3; /* Firefox */
}

.vgt-table.black-rhino {
	border: 1px solid #435169;
	background-color: #dfe5ee;
}

.vgt-table.black-rhino tr.clickable:hover {
	background-color: #fff;
}

.vgt-table.black-rhino td {
	border-bottom: 1px solid #bbc5d6;
	color: #49515e;
}

.vgt-table.black-rhino th.line-numbers,
.vgt-table.black-rhino th.vgt-checkbox-col {
	color: #dae2f0;
	border-right: 1px solid #435169;
	background: linear-gradient(#4c5c79, #4e5d7c);
}

.vgt-table.black-rhino thead th {
	color: #dae2f0;
	text-shadow: 1px 1px #3e5170;
	border-bottom: 1px solid #435169;
	background: linear-gradient(#4c5c79, #4e5d7c);
}

.vgt-table.black-rhino thead th.sortable:before {
	border-top-color: #607498;
}

.vgt-table.black-rhino thead th.sortable:after {
	border-bottom-color: #607498;
}

.vgt-table.black-rhino thead th.sortable.sorting-asc {
	color: white;
}

.vgt-table.black-rhino thead th.sortable.sorting-asc:after {
	border-bottom-color: #409eff;
}

.vgt-table.black-rhino thead th.sortable.sorting-desc:before {
	border-top-color: #409eff;
}

.vgt-table.black-rhino.bordered td {
	border: 1px solid #bbc5d6;
}

.vgt-table.black-rhino.bordered th {
	border: 1px solid #435169;
}

.vgt-table.black-rhino .vgt-input,
.vgt-table.black-rhino .vgt-select {
	color: #dae2f0;
	background-color: #34445f;
	border: 1px solid transparent;
}

.vgt-table.black-rhino .vgt-input::placeholder,
.vgt-table.black-rhino .vgt-select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dae2f0;
	opacity: 0.3; /* Firefox */
}

.vgt-wrap.black-rhino .vgt-wrap__footer {
	color: #dae2f0;
	border: 1px solid #435169;
	background: linear-gradient(#4c5c79, #4e5d7c);
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count {
	position: relative;
	padding-right: 3px;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__label {
	color: #98a5b9;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select {
	color: #49515e;
	background: #34445f;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 15px;
	padding-left: 5px;
	border-radius: 3px;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select::-ms-expand {
	display: none;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select:focus {
	border-color: #409eff;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count::after {
	content: '';
	display: block;
	position: absolute;
	height: 0px;
	width: 0px;
	right: 6px;
	top: 50%;
	margin-top: -1px;
	border-top: 6px solid #49515e;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: none;
	pointer-events: none;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn {
	color: #dae2f0;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,
.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
	border-right-color: #dae2f0;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,
.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
	border-left-color: #dae2f0;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__info,
.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-info {
	color: #dae2f0;
}

.vgt-wrap.black-rhino .vgt-global-search {
	border: 1px solid #435169;
	background: linear-gradient(#4c5c79, #4e5d7c);
}

.vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass {
	border: 2px solid #3f4c63;
}

.vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass:before {
	background: #3f4c63;
}

.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input,
.vgt-wrap.black-rhino .vgt-global-search__input .vgt-select {
	color: #dae2f0;
	background-color: #44516c;
	border: 1px solid transparent;
}

.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input::placeholder,
.vgt-wrap.black-rhino .vgt-global-search__input .vgt-select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dae2f0;
	opacity: 0.3; /* Firefox */
}

.vgt-inner-wrap {
	border-radius: 0.25rem;
	box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.1), 0 1px 2px 0 rgba(50, 50, 93, 0.06);
}

.vgt-table.polar-bear {
	border-spacing: 0;
	border-collapse: separate;
	font-size: 1rem;
	background-color: #FFFFFF;
	border: 1px solid #e3e8ee;
	border-bottom: none;
	border-radius: 0.25rem;
}

.vgt-table.polar-bear td {
	padding: 1em .75em 1em .75em;
	border-bottom: 1px solid #E4EBF3;
	color: #525f7f;
}

.vgt-table.polar-bear td.vgt-right-align {
	text-align: right;
}

.vgt-table.polar-bear th.line-numbers,
.vgt-table.polar-bear th.vgt-checkbox-col {
	color: #394567;
	border-right: 1px solid #e3e8ee;
	background: #f7fafc;
}

.vgt-table.polar-bear thead th {
	color: #667b94;
	font-weight: 600;
	border-bottom: 1px solid #e3e8ee;
	background: #f7fafc;
}

.vgt-table.polar-bear thead th.sorting-asc,
.vgt-table.polar-bear thead th.sorting-desc {
	color: #5e72e4;
}

.vgt-table.polar-bear thead th.sorting-desc:before {
	border-top: 5px solid #7485e8;
}

.vgt-table.polar-bear thead th.sorting-asc:after {
	border-bottom: 5px solid #7485e8;
}

.vgt-table.polar-bear thead th .vgt-input,
.vgt-table.polar-bear thead th .vgt-select {
	height: 2.75em;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #E4EBF3;
}

.vgt-table.polar-bear thead th .vgt-input:focus,
.vgt-table.polar-bear thead th .vgt-select:focus {
	outline: 0;
	border-color: #cae0fe;
}

.vgt-table.polar-bear thead tr:first-child th:first-child {
	border-top-left-radius: 0.25rem;
}

.vgt-table.polar-bear thead tr:first-child th:last-child {
	border-top-right-radius: 0.25rem;
}

.vgt-table.polar-bear.bordered td {
	border: 1px solid #e3e8ee;
	background: #FFFFFF;
}

.vgt-table.polar-bear.bordered th {
	border: 1px solid #e3e8ee;
}

.vgt-wrap.polar-bear .vgt-wrap__footer {
	color: #394567;
	border: 1px solid #e3e8ee;
	border-bottom: 0px;
	border-top: 0px;
	background: linear-gradient(#f7fafc, #f7fafc);
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count {
	position: relative;
	padding-right: 3px;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__label {
	color: #98a5b9;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select {
	text-align: center;
	color: #525f7f;
	background: #FFFFFF;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px;
	padding-right: 30px;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #E4EBF3;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select::-ms-expand {
	display: none;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select:focus {
	border-color: #5e72e4;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count::after {
	content: '';
	display: block;
	position: absolute;
	height: 0px;
	width: 0px;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	border-top: 6px solid #525f7f;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: none;
	pointer-events: none;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn {
	color: #394567;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,
.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
	border-right-color: #394567;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,
.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
	border-left-color: #394567;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__info,
.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-info {
	color: #394567;
}

.vgt-wrap.polar-bear .vgt-global-search {
	border: 1px solid #e3e8ee;
	border-bottom: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #f7fafc;
}

.vgt-wrap.polar-bear .vgt-global-search__input .input__icon .magnifying-glass {
	border: 2px solid #dde3ea;
}

.vgt-wrap.polar-bear .vgt-global-search__input .input__icon .magnifying-glass:before {
	background: #dde3ea;
}

.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input,
.vgt-wrap.polar-bear .vgt-global-search__input .vgt-select {
	height: 2.75em;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #E4EBF3;
}

.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input::placeholder,
.vgt-wrap.polar-bear .vgt-global-search__input .vgt-select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #394567;
	opacity: 0.3; /* Firefox */
}

.vgt-table {
	clear: both;
}

.vgt-table input[type="color"],
.vgt-table input[type="date"],
.vgt-table input[type="datetime"],
.vgt-table input[type="datetime-local"],
.vgt-table input[type="email"],
.vgt-table input[type="month"],
.vgt-table input[type="number"],
.vgt-table input[type="password"],
.vgt-table input[type="search"],
.vgt-table input[type="tel"],
.vgt-table input[type="text"],
.vgt-table input[type="time"],
.vgt-table input[type="url"],
.vgt-table input[type="week"],
.vgt-table input:not([type]),
.vgt-table textarea,
.vgt-table .rte,
.vgt-table .v-minieditor-rte,
.vgt-table span.readonly,
.vgt-table select {
	margin-bottom: 0;
}

.vgt-table .footer__navigation__page-info__current-entry {
	padding: 0;
}

/* Utilities
*******************************/

.pull-left[data-v-c21d83ca] {
	float: left !important;
}

.pull-right[data-v-c21d83ca] {
	float: right !important;
}

.clearfix[data-v-c21d83ca]::after {
	display: block;
	content: "";
	clear: both;
}

/* Header Steps
*******************************/

.wizard[data-v-c21d83ca] {
	position: relative;
	width: 100%;
}

.wizard__steps[data-v-c21d83ca] {
	list-style-type: none;
	text-align: justify;
	text-justify: distribute-all-lines;
	padding: 0;
	height: 70px;
	position: relative;
}

.stretch[data-v-c21d83ca] {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.wizard__step[data-v-c21d83ca] {
	height: 70px;
	vertical-align: bottom;
	display: inline-block;
	text-align: center;
	position: relative;
}

.wizard__step:not(:first-child) .wizard__step__line[data-v-c21d83ca] {
	position: absolute;
	width: 100%;
	left: -50%;
	bottom: 12px;
	height: 3px;
	background-color: #e2e9ea;
}

.wizard__step__indicator[data-v-c21d83ca] {
	box-sizing: content-box;
	display: block;
	width: 16px;
	height: 16px;
	background-color: #708f94;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 2px;
	z-index: 1;
}

.wizard__step.active .wizard__step__indicator[data-v-c21d83ca] {
	background-color: #6eb165;
}

.wizard__step.active:not(:first-child) .wizard__step__line[data-v-c21d83ca] {
	background-color: #6eb165; /* green */
}

.wizard__step__label[data-v-c21d83ca] {
	color: #98a4af;
	font-weight: bold;
}

/* Wizard body
*******************************/

.wizard__body[data-v-c21d83ca] {
	margin-top: 30px;
	min-height: 400px;
	border-top: 2px solid #b8c7ca;
	position: relative;
	padding-bottom: 50px;
}

.wizard__body__step[data-v-c21d83ca] {
	padding: 16px;
}

.wizard__arrow[data-v-c21d83ca] {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #b8c7ca;
	top: 86px; /* height of step + body margin -15 */
	border-top-right-radius: 5px;
	background-color: #fff;
	background-color: #f3f3f3;
	border-left: none;
	border-bottom: none;
	transform: rotate(-45deg);
	z-index: 2;
	transition: left 0.3s;
}

/* Wizard body
*******************************/

.richContent .wizard__body__actions[data-v-c21d83ca] {
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	border-top: 1px solid #b8c7ca;
	background-color: #e2e9ea;
}

.richContent .wizard__body__actions a[data-v-c21d83ca] {
	width: 120px;
	height: 100%;
	display: block;
	background-color: #708f94;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.3s;
	user-select: none;
}

.richContent .wizard__body__actions a[data-v-c21d83ca]:hover {
	color: #fff;
}

.richContent .wizard__body__actions a.disabled[data-v-c21d83ca] {
	cursor: not-allowed;
	-webkit-touch-callout: none;
	user-select: none;
	opacity: 0.5;
}

.richContent .wizard__body__actions a > img[data-v-c21d83ca],
.richContent .wizard__body__actions a > span[data-v-c21d83ca] {
	display: inline-block;
}

.richContent .wizard__body__actions a[data-v-c21d83ca]:hover {
	background-color: #859fa6;
}

.richContent .wizard__body__actions a.final-step[data-v-c21d83ca] {
	background-color: #6eb165;
}

/* mobile */

.wizard__body.vgw-mobile[data-v-c21d83ca] {
	margin-left: 10px;
	margin-right: 10px;
}

.wizard__step.vgw-mobile[data-v-c21d83ca] {
	display: none;
}

.wizard__step .wizard__step__line.vgw-mobile[data-v-c21d83ca] {
	display: none;
}

.wizard__step.active.vgw-mobile[data-v-c21d83ca] {
	display: inline-block;
}

.richContent ul.wizard__steps > li:before {
	display: none;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity { /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img { /* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img { /* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img { /* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top; /* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*
	
	1. Buttons

 */

/* <button> css reset */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url("scripts/photoswipe/images/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child { /* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

/*
	
	4. Caption

 */

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
	visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn { /* We use .gif in browsers that don't support CSS animation */
	background: url("scripts/photoswipe/images/preloader.gif") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut { /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

/*
	
	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { /* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-regular.woff2") format("woff2"), url("../fonts/athelas-regular.woff") format("woff"), url("../fonts/athelas-regular.ttf") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-italic.woff2") format("woff2"), url("../fonts/athelas-italic.woff") format("woff"), url("../fonts/athelas-italic.ttf") format("truetype");
	font-display: auto;
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-bold.woff2") format("woff2"), url("../fonts/athelas-bold.woff") format("woff"), url("../fonts/athelas-bold.ttf") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-bolditalic.woff2") format("woff2"), url("../fonts/athelas-bolditalic.woff") format("woff"), url("../fonts/athelas-bolditalic.ttf") format("truetype");
	font-display: auto;
	font-style: italic;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "bebas-neue";
	src: url("../fonts/bebas-neue.woff2") format("woff2"), url("../fonts/bebas-neue.woff") format("woff"), url("../fonts/bebas-neue.ttf") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("../fonts/opensans-semibolditalic-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff"), url("../fonts/opensans-bolditalic-webfont.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff"), url("../fonts/opensans-bolditalic-webfont.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "fontello-icon";
	src: url("../fonts/app.eot?61144117");
	src: url("../fonts/app.eot?61144117#iefix") format("embedded-opentype"), url("../fonts/app.woff2?61144117") format("woff2"), url("../fonts/app.woff?61144117") format("woff"), url("../fonts/app.ttf?61144117") format("truetype"), url("../fonts/app.svg?61144117#icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon-cancel-circled:before,
.icon-plus-circled:before,
.icon-pencil:before,
.aside-menu .menu-item.warning:before,
.icon-attention:before,
.form .listCheck .form-checkbox-label:before,
.icon-ok:before,
.icon-cancel:before,
.icon-search:before,
.icon-to-start-alt:before,
.icon-help-circled:before,
.icon-info-circled:before,
.icon-eye:before,
.icon-eye-off:before,
.icon-down-open:before,
.icon-left-open:before,
.icon-up-open:before,
.icon-right-open:before,
.icon-block:before,
.icon-cog:before,
.icon-calendar:before,
.icon-login:before,
.icon-logout:before,
.icon-play:before,
.icon-pause:before,
.icon-stop:before,
.icon-to-end:before,
.icon-to-end-alt:before,
.icon-to-start:before,
.icon-flash:before,
.icon-off:before,
.icon-user:before,
.icon-link-ext:before,
.icon-menu:before,
.icon-lightbulb:before,
.icon-reply:before,
.icon-ellipsis:before,
.icon-ellipsis-vert:before,
.icon-sort-name-up:before,
.icon-sort-name-down:before,
.icon-sort-number-up:before,
.icon-sort-number-down:before,
.icon-sliders:before,
.icon-trash:before,
.icon-user-circle-o:before,
.icon-truck:before,
.icon-doc-text:before,
.icon-handshake-o:before,
.icon-chart-line:before,
.icon-balance-scale:before,
.icon-tags:before,
.icon-target:before,
.icon-gauge:before,
.icon-anchor:before,
.icon-chart-area:before,
.icon-chart-bar:before,
.icon-chart-pie:before,
.icon-download:before,
.icon-upload:before,
.icon-hourglass-2:before,
.icon-bullseye:before,
.icon-calc:before,
.icon-percent:before,
.icon-print:before,
.icon-file-pdf:before {
	font-family: "fontello-icon";
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cancel-circled:before {
	content: '\e800';
}

.icon-plus-circled:before {
	content: '\e801';
}

.icon-pencil:before {
	content: '\e802';
}

.aside-menu .menu-item.warning:before,
.icon-attention:before {
	content: '\e803';
}

.form .listCheck .form-checkbox-label:before,
.icon-ok:before {
	content: '\e804';
}

.icon-cancel:before {
	content: '\e805';
}

.icon-search:before {
	content: '\e806';
}

.icon-to-start-alt:before {
	content: '\e807';
}

.icon-help-circled:before {
	content: '\e808';
}

.icon-info-circled:before {
	content: '\e809';
}

.icon-eye:before {
	content: '\e80a';
}

.icon-eye-off:before {
	content: '\e80b';
}

.icon-down-open:before {
	content: '\e80c';
}

.icon-left-open:before {
	content: '\e80d';
}

.icon-up-open:before {
	content: '\e80e';
}

.icon-right-open:before {
	content: '\e80f';
}

.icon-block:before {
	content: '\e810';
}

.icon-cog:before {
	content: '\e811';
}

.icon-calendar:before {
	content: '\e812';
}

.icon-login:before {
	content: '\e813';
}

.icon-logout:before {
	content: '\e814';
}

.icon-play:before {
	content: '\e815';
}

.icon-pause:before {
	content: '\e816';
}

.icon-stop:before {
	content: '\e817';
}

.icon-to-end:before {
	content: '\e818';
}

.icon-to-end-alt:before {
	content: '\e819';
}

.icon-to-start:before {
	content: '\e81a';
}

.icon-flash:before {
	content: '\e81b';
}

.icon-off:before {
	content: '\e81c';
}

.icon-user:before {
	content: '\e81d';
}

.icon-link-ext:before {
	content: '\f08e';
}

.icon-menu:before {
	content: '\f0c9';
}

.icon-lightbulb:before {
	content: '\f0eb';
}

.icon-reply:before {
	content: '\f112';
}

.icon-ellipsis:before {
	content: '\f141';
}

.icon-ellipsis-vert:before {
	content: '\f142';
}

.icon-sort-name-up:before {
	content: '\f15d';
}

.icon-sort-name-down:before {
	content: '\f15e';
}

.icon-sort-number-up:before {
	content: '\f162';
}

.icon-sort-number-down:before {
	content: '\f163';
}

.icon-sliders:before {
	content: '\f1de';
}

.icon-trash:before {
	content: '\f1f8';
}

.icon-user-circle-o:before {
	content: '\f2be';
}

.icon-truck:before {
	content: '\e81e';
}

.icon-doc-text:before {
	content: '\f0f6';
}

.icon-handshake-o:before {
	content: '\f2b5';
}

.icon-chart-line:before {
	content: '\f201';
}

.icon-balance-scale:before {
	content: '\f24e';
}

.icon-tags:before {
	content: '\e820';
}

.icon-target:before {
	content: '\e821';
}

.icon-gauge:before {
	content: '\f0e4';
}

.icon-anchor:before {
	content: '\f13d';
}

.icon-chart-area:before {
	content: '\f1fe';
}

.icon-chart-bar:before {
	content: '\e81f';
}

.icon-chart-pie:before {
	content: '\f200';
}

.icon-download:before {
	content: '\e822';
}

.icon-upload:before {
	content: '\e823';
}

.icon-hourglass-2:before {
	content: '\f252';
}

.icon-bullseye:before {
	content: '\f140';
}

.icon-calc:before {
	content: '\f1ec';
}

.icon-percent:before {
	content: '\f295';
}

.icon-print:before {
	content: '\e824';
}

.icon-file-pdf:before {
	content: '\f1c1';
}

.button,
input[type=button],
input[type=submit],
button {
	padding: 0.3em 1em;
}

.button.delete:not([disabled]) {
	background-color: #cf7279;
}

.button.delete:not([disabled]):hover {
	opacity: 0.7;
}

body {
	background-color: #e2e9ea;
}

b,
strong {
	font-weight: 600;
}

.richContent a:not(.button) {
	text-decoration: underline;
}

.richContent b,
.richContent strong {
	font-weight: 600;
	color: #000;
}

.richContent font[size='1'] {
	font-size: 0.7em;
}

.richContent font[size='2'] {
	font-size: 0.8em;
}

.richContent font[size='3'] {
	font-size: 0.9em;
}

.richContent font[size='4'] {
	font-size: 1em;
}

.richContent font[size='5'] {
	font-size: 1.2em;
}

.richContent font[size='6'] {
	font-size: 1.5em;
}

.richContent font[size='7'] {
	font-size: 2em;
}

.richContent hr {
	display: block;
	box-sizing: border-box;
	height: 2em;
	margin: 0 2em;
	padding: 1em 0;
}

.richContent hr:before {
	content: "";
	display: block;
	height: 0;
	border-bottom: 1px solid #262626;
}

.richContent h1,
.richContent h2,
.richContent h3,
.richContent h4,
.richContent h5 {
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.richContent p,
.richContent ul,
.richContent ol {
	margin-bottom: 0.5em;
}

.richContent blockquote {
	border-left: 1px solid #000;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}

.richContent blockquote,
.richContent blockquote p {
	color: #000;
	line-height: 1.6em;
}

.richContent blockquote > :last-child {
	margin-bottom: 0;
}

.richContent .titlePage h1,
.richContent h1 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1em;
}

.richContent h2 {
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
}

.richContent h3 {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	color: #000;
}

.richContent h6 {
	font-weight: 600;
	font-style: italic;
	text-align: right;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.richContent h1:first-child,
.richContent h2:first-child,
.richContent h3:first-child,
.richContent h4:first-child,
.richContent h5:first-child,
.richContent h6:first-child {
	margin-top: 0;
}

.richContent .flexvideo {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.richContent .flexvideo:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.richContent .flexvideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.richContent .flexvideo.fourThirds:before {
	padding-bottom: 75%;
}

.richContent .flexvideo.imgRight,
.richContent .flexvideo.imgLeft {
	margin: 0 auto 1.5em;
	display: block;
}

.richContent img,
.richContent .img {
	display: inline;
}

.richContent img.imgRight,
.richContent img.imgLeft,
.richContent .img.imgRight,
.richContent .img.imgLeft {
	margin: 0 0 1.5em;
	text-align: center;
	display: block;
}

.richContent ul,
.richContent ol {
	padding-left: 1em;
}

.richContent ul > li:before,
.richContent ul ul > li:before,
.richContent ul ul ul > li:before,
.richContent ol > li:before,
.richContent ol ul > li:before,
.richContent ol ul ul > li:before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background-color: #222222;
	color: #fff;
	margin: 0.5em 0.5em 0 0;
}

.richContent ul ul > li:before,
.richContent ul ol > li:before,
.richContent ol ul > li:before,
.richContent ol ol > li:before {
	background-color: #999999;
}

.richContent ul ul ul > li:before,
.richContent ul ul ol > li:before,
.richContent ul ol ul > li:before,
.richContent ul ol ol > li:before,
.richContent ol ul ul > li:before,
.richContent ol ul ol > li:before,
.richContent ol ol ul > li:before,
.richContent ol ol ol > li:before {
	background-color: transparent;
	border: solid 1px #999999;
	color: #999999;
}

.richContent ol {
	padding-left: 1.5em;
	counter-reset: section;
}

.richContent ol li:before {
	content: counter(section);
	counter-increment: section;
	border-radius: 100%;
	font-size: 0.8em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	width: 1.5em;
	margin: 0.25em 0.5em 0 0;
}

.richContent ol ul ul > li:before,
.richContent ol ul ol > li:before,
.richContent ol ol ul > li:before,
.richContent ol ol ol > li:before {
	line-height: 1.3em;
}

.richContent #galerie li:before {
	display: none;
}

.richContent .icon-doc {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 0.25rem;
	vertical-align: sub;
	text-indent: -9999px;
	background-position: -4px -4px;
	background-repeat: no-repeat;
	background-image: url("../images/docs_sprite.png");
}

.richContent .icon-doc.doc,
.richContent .icon-doc.docx,
.richContent .icon-doc.odt {
	background-position: -28px -4px;
}

.richContent .icon-doc.xls,
.richContent .icon-doc.xlsx,
.richContent .icon-doc.ods {
	background-position: -52px -4px;
}

.richContent .icon-doc.ppt,
.richContent .icon-doc.pptx,
.richContent .icon-doc.pps,
.richContent .icon-doc.odp {
	background-position: -76px -4px;
}

.richContent .icon-doc.pub,
.richContent .icon-doc.odg {
	background-position: -100px -4px;
}

.richContent .icon-doc.bmp,
.richContent .icon-doc.gif,
.richContent .icon-doc.jpeg,
.richContent .icon-doc.jpg,
.richContent .icon-doc.png {
	background-position: -4px -28px;
}

.richContent .icon-doc.mp3,
.richContent .icon-doc.mid,
.richContent .icon-doc.wav {
	background-position: -28px -28px;
}

.richContent .icon-doc.avi,
.richContent .icon-doc.flv,
.richContent .icon-doc.mov,
.richContent .icon-doc.mpeg,
.richContent .icon-doc.mpg {
	background-position: -52px -28px;
}

.richContent .icon-doc.swf {
	background-position: -76px -28px;
}

.richContent .icon-doc.pdf {
	background-position: -100px -28px;
}

.richContent .icon-doc.zip,
.richContent .icon-doc.rar {
	background-position: -4px -52px;
}

.richContent .icon-doc.kml,
.richContent .icon-doc.kmz {
	background-position: -28px -52px;
}

.richContent .icon-doc.txt {
	background-position: -52px -52px;
}

.richContent a:not(.button) {
	color: #262626;
}

.richContent a:not(.button):hover {
	color: #5c5c5c;
}

.richContent h1,
.richContent h2,
.richContent h3,
.richContent h4,
.richContent h5,
.richContent h6 {
	font-family: 'bebas-neue';
	font-weight: normal;
	line-height: 1.1em;
}

.richContent h1 {
	color: #262626;
	font-size: 2.8em;
}

.richContent h2 {
	color: #000;
	font-size: 2.24em;
}

.richContent h3 {
	color: #000;
	font-size: 1.434em;
}

.richContent h6 {
	color: #222222;
}

.richContent blockquote {
	border-left-color: #262626;
}

.richContent blockquote,
.richContent blockquote p {
	color: #666666;
}

.richContent ul > li:before,
.richContent ol > li:before {
	background-color: #708f94;
}

.richContent ul ul > li:before,
.richContent ul ol > li:before,
.richContent ol ul > li:before,
.richContent ol ol > li:before {
	background-color: #262626;
}

.richContent ul ul ul > li:before,
.richContent ul ul ol > li:before,
.richContent ul ol ul > li:before,
.richContent ul ol ol > li:before,
.richContent ol ul ul > li:before,
.richContent ol ul ol > li:before,
.richContent ol ol ul > li:before,
.richContent ol ol ol > li:before {
	border: solid 1px #262626;
	color: #262626;
}

.v-mobile-panel-menu-item > .bt > .lib > .subtitle {
	display: block;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}

.v-mobile-panel-menu-item.has-icon > .bt {
	padding-left: 3.5em;
}

.v-mobile-panel-menu-item.has-icon > .bt > .lib > i {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 2em;
	width: 1em;
	height: 1em;
	margin: -0.5em;
	color: #708f94;
}

.v-mobile-panel-menu-item.has-icon > .bt > .lib > i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.25em;
	width: 1em;
	height: 1em;
	margin: -0.5em;
}

.v-mobile-panel-menu-item.last-of-section > .bt {
	border-bottom-color: #999999;
}

.v-mobile-panel-menu-item.section-title > .bt {
	font-weight: 600;
}

.sticky {
	background-color: #f3f3f3;
	height: 3em;
}

.main-banner {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
	background-color: #FFF;
	border-bottom: solid 1px #708f94;
	box-shadow: 0 -1em 1em 1em rgba(84, 107, 111, 0.25);
}

.main-banner .mobile-panel-toggle {
	float: left;
}

.main-banner .bt-home {
	position: relative;
	float: left;
	height: 3em;
	overflow: hidden;
	text-align: center;
	height: 3em;
	padding: 0 0.5em;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: #222222;
	font-weight: 600;
}

.main-banner .bt-home .lib {
	font-size: 0.9em;
}

.main-banner .bt-home:focus,
.main-banner .bt-home:hover {
	background-color: rgba(0, 0, 0, 0.035);
}

.main-banner .bt-home.active:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #708f94;
}

.login-menu {
	float: right;
	padding: 0 1.75em;
	height: 3em;
	display: flex;
	margin: auto;
}

.login-menu > * {
	margin: auto; /* Important */
	text-align: center;
}

.login-menu .user {
	display: inline-block;
	padding: 0.5em 1.5em;
	margin: 1px;
	vertical-align: middle;
	line-height: 2em;
}

.login-menu .user,
.login-menu .bt-create-account {
	display: none;
}

.login-menu .bt-login .lib {
	display: none;
}

.main-menu {
	display: none;
	clear: both;
	padding: 0 0.375em;
}

.main-menu .menu {
	display: block;
	max-width: 60em;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.main-menu .menu-item {
	position: relative;
	display: inline-block;
}

.main-menu .menu-item .bt {
	height: 3em;
	padding: 0 0.5em;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: #222222;
	font-weight: 600;
}

.main-menu .menu-item .bt .lib {
	font-size: 0.9em;
}

.main-menu .menu-item .bt:focus,
.main-menu .menu-item .bt:hover {
	background-color: rgba(0, 0, 0, 0.035);
}

.main-menu .menu-item.active:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #708f94;
}

.lang-menu {
	float: right;
	padding: 1.5em 0 3.5em 0;
	width: 4.25em;
}

.lang-menu ul {
	display: block;
	width: 3em;
	list-style: none;
	position: absolute;
	z-index: 99;
	transition: background-color 0.25s;
}

.lang-menu .lang-menu-item {
	display: none;
}

.lang-menu .lang-menu-item .bt {
	display: block;
	width: 3em;
	height: 3em;
}

.lang-menu .lang-menu-item .bt:before {
	content: "";
	display: block;
	float: left;
	height: 3em;
	width: 3em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.5em auto;
}

.lang-menu .lang-menu-item .bt:hover {
	background-color: #FFF;
}

.lang-menu .lang-menu-item .bt span {
	display: none;
}

.lang-menu .lang-menu-item.select {
	display: block;
}

html[lang=fr] .lang-menu .lang-menu-item.select .label:before {
	content: 'Français';
}

html[lang=en] .lang-menu .lang-menu-item.select .label:before {
	content: 'English';
}

html[lang=es] .lang-menu .lang-menu-item.select .label:before {
	content: 'Español';
}

html[lang=fr] .lang-menu .lang-menu-item.select .bt:before,
.lang-menu .lang-menu-item.fr .bt:before {
	background-image: url("../images/flag-fr.svg");
}

html[lang=en] .lang-menu .lang-menu-item.select .bt:before,
.lang-menu .lang-menu-item.en .bt:before {
	background-image: url("../images/flag-en.svg");
}

html[lang=es] .lang-menu .lang-menu-item.select .bt:before,
.lang-menu .lang-menu-item.es .bt:before {
	background-image: url("../images/flag-es.svg");
}

.lang-menu:hover {
	background-image: none;
}

.lang-menu:hover > ul {
	background-color: #f2f2f2;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.lang-menu:hover .lang-menu-item {
	display: block;
}

html[lang=fr] .lang-menu:hover .lang-menu-item.fr {
	display: none;
}

html[lang=en] .lang-menu:hover .lang-menu-item.en {
	display: none;
}

html[lang=es] .lang-menu:hover .lang-menu-item.es {
	display: none;
}

.main-body {
	position: relative;
	background-color: #f3f3f3;
}

.main-body .content .titlePage {
	padding: 2rem 1rem 0.5rem 1rem;
	text-align: center;
}

.main-body .content .titlePage h1 {
	font-family: 'bebas-neue';
	font-weight: normal;
	font-size: 2.8em;
	line-height: 1.1em;
	color: #262626;
}

.main-body .content .richContent {
	padding: 0.5rem 1rem 2rem 1rem;
}

.main-body .aside {
	display: none;
}

.main-body .aside-content {
	float: right;
	width: 18em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.aside-menu {
	max-height: 32em;
	overflow-y: auto;
	margin: 0 -0.75em;
	padding: 0 0.75em;
}

.aside-menu:not(:first-child) {
	border-top: solid 1px #CCCCCC;
}

.aside-menu .menu {
	padding: 0.75em 0;
}

.aside-menu .menu-title {
	font-weight: 600;
	line-height: 1.25;
	padding: 0.75em 0 0 0;
}

.aside-menu .menu-title .subtitle {
	display: block;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}

.aside-menu .menu-item .bt {
	position: relative;
	display: block;
	padding-left: 3em;
	color: currentColor;
}

.aside-menu .menu-item .bt:focus,
.aside-menu .menu-item .bt:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.aside-menu .menu-item .bt > i {
	position: absolute;
	top: 50%;
	left: 1.25em;
	width: 1em;
	height: 1em;
	margin: -0.5em;
	color: #708f94;
}

.aside-menu .menu-item .bt > i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.25em;
	width: 1em;
	height: 1em;
	margin: -0.5em;
}

.aside-menu .menu-item .lib {
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.25;
	padding: 0.75em 0;
}

.aside-menu .menu-item.active .bt {
	font-weight: bold;
}

.aside-menu .menu-item.active .bt > i {
	color: #000;
}

.aside-menu .menu-item.logout .bt > i {
	color: #ad6308;
}

.aside-menu .menu-item.offline .bt {
	color: #999999 !important;
}

.aside-menu .menu-item.offline .bt * {
	color: #999999 !important;
}

.aside-menu .menu-item.warning {
	position: relative;
}

.aside-menu .menu-item.warning:before {
	position: absolute;
	left: 1.25em;
	top: 50%;
	color: #ad6308;
	z-index: 1;
	background-color: #FFF;
	border-radius: 50%;
	margin-top: -1em;
}

.ariane {
	padding: 2rem 1rem 1rem 1rem;
}

.others-menu .menu-item .lib {
	font-weight: 600;
}

.others-menu .menu-item .lib .subtitle {
	display: block;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}

.others-menu .menu-item.new .bt {
	color: #666666;
}

.main-footer {
	border-top: solid 1px #b8c7ca;
	color: #38484a;
}

.rs {
	padding-top: 1.5em;
}

.rs-list {
	text-align: center;
}

.touch .rs-list {
	line-height: 4em;
}

.rs-list .rs-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.75em;
}

.rs-list .rs-item .bt {
	position: relative;
	display: block;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.25s;
}

.rs-list .rs-item .bt:before,
.rs-list .rs-item .bt:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-image: url("../images/socialIcons.svg");
	background-size: auto 192px;
}

.rs-list .rs-item .bt:after {
	transition: opacity 0.25s;
	opacity: 0;
}

.rs-list .rs-item .bt span {
	display: none;
}

.rs-list .rs-item .bt:hover {
	box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-0.5em);
}

.rs-list .rs-item .bt:hover:after {
	opacity: 1;
}

.rs-list .rs-item.bt_facebook .bt:before {
	background-position: 0 0;
}

.rs-list .rs-item.bt_twitter .bt:before {
	background-position: -48px 0;
}

.rs-list .rs-item.bt_flickr .bt:before {
	background-position: -192px 0;
}

.rs-list .rs-item.bt_pinterest .bt:before {
	background-position: -240px 0;
}

.rs-list .rs-item.bt_instagram .bt:before {
	background-position: -288px 0;
}

.rs-list .rs-item.bt_youTube .bt:before {
	background-position: -336px 0;
}

.rs-list .rs-item.bt_tumblr .bt:before {
	background-position: -480px 0;
}

.rs-list .rs-item.bt_facebook .bt:after {
	background-position: 0 -48px;
}

.rs-list .rs-item.bt_twitter .bt:after {
	background-position: -48px -48px;
}

.rs-list .rs-item.bt_flickr .bt:after {
	background-position: -192px -48px;
}

.rs-list .rs-item.bt_pinterest .bt:after {
	background-position: -240px -48px;
}

.rs-list .rs-item.bt_instagram .bt:after {
	background-position: -288px -48px;
}

.rs-list .rs-item.bt_youTube .bt:after {
	background-position: -336px -48px;
}

.rs-list .rs-item.bt_tumblr .bt:after {
	background-position: -480px -48px;
}

.footer-menu {
	padding: 1.5em 0.75em;
	text-align: center;
}

.footer-menu > .row {
	padding-top: 0.5em;
	border-top: solid 1px #b8c7ca;
}

.bottom-menu a {
	color: currentColor;
}

.bottom-menu a:focus,
.bottom-menu a:hover {
	text-decoration: underline;
}

.bottom-menu .menu-item .bt {
	display: inline-block;
}

.copyright {
	display: inline-block;
}

.copyright a {
	color: currentColor;
}

.copyright .lib {
	font-size: 0.9em;
}

.touch .copyright,
.touch
.bottom-menu .menu-item .bt {
	padding: 0.5em 0;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {

/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
	background-image: url("scripts/photoswipe/images/default-skin.svg");
}

.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
	background: none;
}

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {

.richContent .icon-doc {
	background-image: url("../images/docs_sprite@2x.png");
	background-size: 120px 72px;
}

}

@media only print, only screen and (min-width: 30.063em) {

.column.small-1 {
	width: 8.3333333333%;
}

.column.small-2 {
	width: 16.6666666667%;
}

.column.small-3 {
	width: 25%;
}

.column.small-4 {
	width: 33.3333333333%;
}

.column.small-5 {
	width: 41.6666666667%;
}

.column.small-6 {
	width: 50%;
}

.column.small-7 {
	width: 58.3333333333%;
}

.column.small-8 {
	width: 66.6666666667%;
}

.column.small-9 {
	width: 75%;
}

.column.small-10 {
	width: 83.3333333333%;
}

.column.small-11 {
	width: 91.6666666667%;
}

.column.small-12 {
	width: 100%;
}

.row.small-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.small-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.small-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.small-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.small-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.small-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.show-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.hide-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.form .form-grid {
	float: left;
	width: 100%;
}

.form .form-grid1 {
	width: 50%;
}

.form .form-grid1.breakLine {
	clear: both;
}

.form .listCheck label {
	float: left;
	width: 50%;
}

.login-menu .bt-login:before {
	display: none;
}

.login-menu .bt-login .lib {
	display: inline-block;
}

.lang-menu {
	width: 4.75em;
}

}

@media only print, only screen and (min-width: 48.063em) {

.column.medium-1 {
	width: 8.3333333333%;
}

.column.medium-2 {
	width: 16.6666666667%;
}

.column.medium-3 {
	width: 25%;
}

.column.medium-4 {
	width: 33.3333333333%;
}

.column.medium-5 {
	width: 41.6666666667%;
}

.column.medium-6 {
	width: 50%;
}

.column.medium-7 {
	width: 58.3333333333%;
}

.column.medium-8 {
	width: 66.6666666667%;
}

.column.medium-9 {
	width: 75%;
}

.column.medium-10 {
	width: 83.3333333333%;
}

.column.medium-11 {
	width: 91.6666666667%;
}

.column.medium-12 {
	width: 100%;
}

.row.medium-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.medium-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.medium-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.medium-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.medium-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.medium-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.v-cookieconsent-banner-content {
	text-align: left;
}

.v-cookieconsent-banner-content-msg {
	float: left;
}

.v-cookieconsent-banner-content-bt {
	float: right;
}

.v-cookieconsent-details-overlay {
	background-color: rgba(255, 255, 255, 0.9);
}

.v-cookieconsent-details {
	position: fixed;
	top: 50%;
	left: 50%;
	border: solid #708f94 3px;
	width: 90%;
	max-height: 90%;
	max-width: 640px;
	transform: translate(-50%, -50%);
}

.v-notifications {
	width: 300px;
}

.richContent h1,
.richContent h2,
.richContent h3,
.richContent h4,
.richContent h5 {
	text-align: left;
}

.richContent h6 {
	text-align: center;
	margin-left: 50%;
}

.richContent .flexvideo.imgRight,
.richContent img.imgRight,
.richContent .img.imgRight {
	float: right;
	margin: 0 0 0.75em 1.5em;
}

.richContent .flexvideo.imgLeft,
.richContent img.imgLeft,
.richContent .img.imgLeft {
	float: left;
	margin: 0 1.5em 0.75em 0;
}

.richContent h1 {
	font-size: 3.5em;
}

.richContent h2 {
	font-size: 2.8em;
}

.richContent h3 {
	font-size: 1.79em;
}

.sticky {
	height: 3em;
}

.main-banner .bt-home {
	margin-left: 0.375em;
}

.main-menu {
	display: block;
}

.main-body .content .titlePage {
	padding: 2rem 1rem 1rem 1rem;
	text-align: left;
}

.main-body .content .titlePage h1 {
	font-size: 3.5em;
}

.main-body .content .richContent {
	padding: 1rem 1rem 2rem 1rem;
}

.main-body .aside {
	display: block;
	float: left;
	width: 18em;
	background-color: #FFF;
	border-right: solid 1px #EEEEEE;
}

.main-body .aside + .content {
	width: calc(100% - 18em);
}

.bottom-menu .menu {
	float: left;
}

.bottom-menu .menu-item {
	display: inline-block;
	font-size: 0.9em;
}

.bottom-menu .menu-item:not(:last-child):after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0.5em 0.25em 0 0.5em;
	border-radius: 50%;
	background: currentColor;
	float: right;
}

.touch .bottom-menu .menu-item:not(:last-child):after {
	margin-top: 1em;
}

.copyright {
	float: right;
}

}

@media only print, only screen and (min-width: 60.063em) {

.column.large-1 {
	width: 8.3333333333%;
}

.column.large-2 {
	width: 16.6666666667%;
}

.column.large-3 {
	width: 25%;
}

.column.large-4 {
	width: 33.3333333333%;
}

.column.large-5 {
	width: 41.6666666667%;
}

.column.large-6 {
	width: 50%;
}

.column.large-7 {
	width: 58.3333333333%;
}

.column.large-8 {
	width: 66.6666666667%;
}

.column.large-9 {
	width: 75%;
}

.column.large-10 {
	width: 83.3333333333%;
}

.column.large-11 {
	width: 91.6666666667%;
}

.column.large-12 {
	width: 100%;
}

.row.large-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.large-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.large-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.large-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.large-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.large-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.form .form-grid {
	padding: 0 1em;
}

.form .listCheck label {
	width: 33.333%;
}

.sticky {
	height: 3em;
}

.login-menu .user,
.login-menu .bt-create-account {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.login-menu .bt-login:before {
	display: inline-block;
}

.login-menu .bt-login .lib {
	display: none;
}

.main-menu {
	clear: none;
	float: left;
}

.main-menu .menu {
	display: block;
	max-width: none;
	margin: 0;
}

.main-menu .menu-item {
	float: left;
	width: auto;
}

.main-menu .menu-item .bt {
	height: 3em;
	padding: 0 0.75em;
}

}

@media only print, only screen and (min-width: 75.063em) {

.column.xlarge-1 {
	width: 8.3333333333%;
}

.column.xlarge-2 {
	width: 16.6666666667%;
}

.column.xlarge-3 {
	width: 25%;
}

.column.xlarge-4 {
	width: 33.3333333333%;
}

.column.xlarge-5 {
	width: 41.6666666667%;
}

.column.xlarge-6 {
	width: 50%;
}

.column.xlarge-7 {
	width: 58.3333333333%;
}

.column.xlarge-8 {
	width: 66.6666666667%;
}

.column.xlarge-9 {
	width: 75%;
}

.column.xlarge-10 {
	width: 83.3333333333%;
}

.column.xlarge-11 {
	width: 91.6666666667%;
}

.column.xlarge-12 {
	width: 100%;
}

.row.xlarge-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.xlarge-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xlarge-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xlarge-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xlarge-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xlarge-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.main-banner .bt-home {
	margin-left: 1.5em;
}

.login-menu .bt-login:before {
	display: none;
}

.login-menu .bt-login .lib {
	display: inline-block;
}

.main-menu {
	padding: 0 1.5em;
}

.main-menu .menu-item .bt {
	padding: 0 1em;
}

}

@media only print, only screen and (min-width: 100.063em) {

.column.xxlarge-1 {
	width: 8.3333333333%;
}

.column.xxlarge-2 {
	width: 16.6666666667%;
}

.column.xxlarge-3 {
	width: 25%;
}

.column.xxlarge-4 {
	width: 33.3333333333%;
}

.column.xxlarge-5 {
	width: 41.6666666667%;
}

.column.xxlarge-6 {
	width: 50%;
}

.column.xxlarge-7 {
	width: 58.3333333333%;
}

.column.xxlarge-8 {
	width: 66.6666666667%;
}

.column.xxlarge-9 {
	width: 75%;
}

.column.xxlarge-10 {
	width: 83.3333333333%;
}

.column.xxlarge-11 {
	width: 91.6666666667%;
}

.column.xxlarge-12 {
	width: 100%;
}

.row.xxlarge-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.xxlarge-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xxlarge-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xxlarge-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xxlarge-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xxlarge-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.show-for-large-up,
.hide-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.hide-for-large-up,
.show-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.main-body .aside {
	width: calc((100vw - 100em)/2 + 18em);
	margin-left: calc((-100vw + 100em)/2);
}

}

@media only print, only screen and (min-width: 120.063em) {

.column.fullHD-1 {
	width: 8.3333333333%;
}

.column.fullHD-2 {
	width: 16.6666666667%;
}

.column.fullHD-3 {
	width: 25%;
}

.column.fullHD-4 {
	width: 33.3333333333%;
}

.column.fullHD-5 {
	width: 41.6666666667%;
}

.column.fullHD-6 {
	width: 50%;
}

.column.fullHD-7 {
	width: 58.3333333333%;
}

.column.fullHD-8 {
	width: 66.6666666667%;
}

.column.fullHD-9 {
	width: 75%;
}

.column.fullHD-10 {
	width: 83.3333333333%;
}

.column.fullHD-11 {
	width: 91.6666666667%;
}

.column.fullHD-12 {
	width: 100%;
}

.row.fullHD-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.fullHD-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.fullHD-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.fullHD-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.fullHD-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.fullHD-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.show-for-large-up,
.hide-for-xlarge-only,
.show-for-xlarge-up,
.hide-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: inherit !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.hide-for-large-up,
.show-for-xlarge-only,
.hide-for-xlarge-up,
.show-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: none !important;
}

}

@media screen and (max-width: 1024px) {

.pswp__preloader {
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
	float: right;
}

}

@media only screen and (max-width: 750px) {

/* on small screens hide the info */

.vgt-wrap__footer .footer__navigation__info {
	display: none;
}

.vgt-wrap__footer .footer__navigation__page-btn {
	margin-left: 16px;
}

}

@media (max-width: 576px) {

.vgt-compact * {
	box-sizing: border-box;
}

.vgt-compact tbody,
.vgt-compact tr,
.vgt-compact td {
	display: block;
	width: 100%;
}

.vgt-compact thead {
	display: none;
}

.vgt-compact tr {
	margin-bottom: 15px;
}

.vgt-compact td {
	text-align: right;
	position: relative;
}

.vgt-compact td:before {
	content: attr(data-label);
	position: relative;
	float: left;
	left: 0;
	width: 40%;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
}

.vgt-compact th.line-numbers {
	width: 100% !important;
	display: block;
	padding: 0.3em 1em !important;
}

}

@media only print {

.show-for-print {
	display: inherit !important;
}

.hide-for-print {
	display: none !important;
}

.no-pagebreak {
	page-break-inside: avoid;
}

.v-mobile-panel {
	display: none !important;
}

}

@-webkit-keyframes clockwise {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes clockwise {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes donut-rotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

50% {
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

@keyframes donut-rotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

50% {
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

