/****************
* SKIN WEBSITE *
****************/
/******************
* LCP VARIABELEN *
******************/
/* ==========================================================================
 Colors
 ========================================================================== */
/**********
 * COLORS *
 **********/
/*************************
* SCAFFOLDING VARIABLES *
*************************/
/*****************
* BUTTON MIXINS *
*****************/
/*********************
* MIXIN:: ALERT-BOX *
*********************/
.border {
  border: 1px solid #F8F8F8;
}
.border-bottom-none {
  border-bottom: 0;
}
.border-top {
  border-top: 1px solid #F8F8F8;
}
.border-bottom {
  border-bottom: 1px solid #F8F8F8;
}
.border-dotted {
  border-style: dotted;
}
.no-border {
  border: 0;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.no-border-radius {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.no-background {
  background: transparent;
}
.br-50 {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.br-100,
.circle {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.full-width {
  width: 100%;
}
.shadow-green {
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
}
.shadow-blue {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
.shadow-gray {
  -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
}
.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*
 * Mixins Dropdown
 * --------------------------------------------------
 */
/*********************
* NAVIGATION MIXINS *
*********************/
/**************
* OFF CANVAS *
**************/
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class .btn-menu as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 * based on: A collection of animating CSS-only hamburger menu icons. View demo [here](http://callmenick.com/_development/css-hamburger-menu-icons/).
 */
/*
.make-icon-classes(
	@prefix;
	@list;
	@icon-btn-color;
	@icon-btn-size;
	@btn-text;
	@text-padding;
) {
	.iter(length(@list));

	.iter(@i) when (@i > 0) {
		.iter(@i - 1);
		@pair: extract(@list, @i);
		@key: extract(@pair, 1);
		@value: extract(@pair, 2);

		> a {
			.icon-btn-variant(
				@icon-btn;
				@icon-btn-color;
				@btn-text;
				@icon-btn-size;
				@icon-position;
				@is-hover;
				@text-padding;
			);
		}
		&.@{prefix}-@{key} {
			> a {
				.icon-alt(
					@icon-symbol: @value;
					@icon-position;
					@icon-color: @icon-btn-color;
				);
			}
		}
	}
}
*/
/*responsive-utilitie add*/
@media (max-width: 543px) {
  .hidden-tiny {
    display: none !important;
  }
}
/*****************
* LABELS MIXINS *
*****************/
.contact-dates .list {
  padding-left: 0px;
  list-style: none;
}
.contact-dates .list:not(:last-child) {
  margin-bottom: 14px;
}
.contact-dates .list > li {
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
  /*
			&.txt-time-divider,
			&.txt-divider { }
			*/
}
.contact-dates .list > li .txt-day {
  font-weight: 600;
  display: block;
}
.contact-dates .list > li .txt-day:first-letter {
  text-transform: uppercase;
}
.contact-dates .list > li .txt-day:not(:only-of-type) {
  width: 100%;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .contact-dates .list > li .txt-day:not(:only-of-type) {
    width: 180px;
    float: left;
  }
  .contact-dates .list > li .txt-day:not(:only-of-type) + [class*="txt-"] {
    margin-left: 192px;
    display: block;
  }
}
.contact-dates .list > li .txt-open-today,
.contact-dates .list > li .txt-open-tomorrow {
  display: block;
  font-weight: 600;
}
.contact-dates .list > li + li {
  border-top: 1px dotted rgba(43, 65, 83, 0.11);
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**********************
* COMPONENTS WEBSITE *
**********************/
/*********************
* COMPONENT TITLES *
*********************/
/*************************
 * TITLES BASE VARIABLES *
 *************************/
.title {
  /* 	.heading-style(
		@heading-style-color: @headings-color;
		@heading-style-font-size: @font-size-h4;
		@heading-margin: @heading-base-margin/2;
	);
	display: block;
	.transition(color @transition-base-duration @transition-base-timing); */
}
/****************************
* COMPONENTS :: TYPOGRAPHY *
****************************/
p {
  margin-top: 0px;
  margin-bottom: 0px;
}
p:not(:last-child) {
  margin-bottom: 14px;
}
small,
.small {
  font-size: 80%;
  line-height: inherit;
}
mark,
.mark {
  background-color: #f0ad4e;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-nocase {
  text-transform: none;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.text-none {
  text-decoration: none;
}
.text-normal {
  font-family: 'Gilroy';
  font-weight: 300;
}
.text-base {
  font-family: 'Gilroy';
  font-weight: 300;
}
.text-light {
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 300;
}
.text-semibold {
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.text-bold {
  font-weight: 600;
}
.text-muted {
  color: #c8c8c8;
}
.text-primary {
  color: #33B94C;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #28913c;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #33B94C;
}
.bg-success {
  background-color: #5cb85c;
}
.bg-info {
  background-color: #5bc0de;
}
.bg-warning {
  background-color: #f0ad4e;
}
.bg-danger {
  background-color: #d9534f;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c8c8c8;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 25px;
  border-left: 5px solid #F8F8F8;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #c8c8c8;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #F8F8F8;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.42857143;
}
/*********************
* COMPONENT HEADER *
*********************/
/*********************
* COMPONENT BREADCRUMB *
*********************/
/*********************
* VARIABLES Breadcrumbs *
*********************/
/**************************
* COMPONENTS NAVIGATIONS *
**************************/
/**************************
* COMPONENTS NAVIGATIONS *
**************************/
.nav-meta {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
.nav-meta > li {
  display: inline-block;
}
.nav-meta > li + li {
  position: relative;
  padding-left: 30px;
}
.nav-meta > li + li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e99a";
}
.nav-meta > li + li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.nav-meta > li + li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 30px;
}
.nav-meta > li + li:before {
  font-size: 7px;
  line-height: inherit;
  color: #ffffff;
}
.nav-meta > li > a,
.nav-translation > li > a {
  display: inline-block;
}
.nav-meta > li > a,
.nav-translation > li > a {
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  white-space: normal;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  line-height: inherit;
  line-height: 21px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.nav-meta > li > a,
.nav-meta > li > a:active,
.nav-meta > li > a.active,
.nav-meta > li > a[disabled],
fieldset[disabled] .nav-meta > li > a,
.nav-translation > li > a,
.nav-translation > li > a:active,
.nav-translation > li > a.active,
.nav-translation > li > a[disabled],
fieldset[disabled] .nav-translation > li > a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-meta > li > a,
.nav-meta > li > a:hover,
.nav-meta > li > a:focus,
.nav-meta > li > a:active,
.nav-translation > li > a,
.nav-translation > li > a:hover,
.nav-translation > li > a:focus,
.nav-translation > li > a:active {
  border-color: transparent;
}
.nav-meta > li > a:hover,
.nav-meta > li > a:focus,
.nav-translation > li > a:hover,
.nav-translation > li > a:focus {
  color: #33B94C;
  text-decoration: underline;
  background-color: transparent;
}
.nav-meta > li > a[disabled]:hover,
fieldset[disabled] .nav-meta > li > a:hover,
.nav-meta > li > a[disabled]:focus,
fieldset[disabled] .nav-meta > li > a:focus,
.nav-translation > li > a[disabled]:hover,
fieldset[disabled] .nav-translation > li > a:hover,
.nav-translation > li > a[disabled]:focus,
fieldset[disabled] .nav-translation > li > a:focus {
  color: #c8c8c8;
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
  position: relative;
}
.nav-tabs > li {
  position: relative;
  /*
		&.disabled {
			> a {
				color: @nav-disabled-link-color;
				&:hover,
				&:focus {
					color: @nav-disabled-link-hover-color;
					text-decoration: none;
					background-color: transparent;
					cursor: @cursor-disabled;
				}
			}
		}
		*/
}
.nav-tabs > li > a {
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav-tabs > li > a.navbar-niveau-1 {
  font-family: 'VAGRounded BT';
}
.nav-tabs:before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 1px;
  background-color: #c8c8c8;
  position: absolute;
  left: 0px;
}
.nav-tabs:not(:last-child) {
  margin-bottom: 45px;
}
.nav-tabs > li {
  float: left;
  margin-right: 30px;
}
.nav-tabs > li > a {
  color: rgba(43, 65, 83, 0.3);
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
.nav-tabs > li > a:hover {
  color: #2B4153;
  background-color: transparent;
  border-bottom-color: #2B4153;
}
.nav-tabs > li > a:focus {
  outline: none;
}
.nav-tabs > li span.label-cat {
  margin-left: 5px;
  display: inline-block;
  padding: 5px 10px;
  color: #2B4153;
  background-color: #F8F8F8;
  font-size: 16px;
  line-height: inherit;
  line-height: 22px;
  font-family: 'Gilroy';
  font-weight: 300;
  vertical-align: baseline;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #33B94C;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  padding: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  text-align: center;
}
.nav-tabs > li span.label-cat:hover,
.nav-tabs > li span.label-cat:focus {
  text-decoration: none;
}
.nav-tabs > li span.label-cat:hover:not(a),
.nav-tabs > li span.label-cat:focus:not(a) {
  cursor: default;
}
.nav-tabs > li span.label-cat-log {
  margin-left: 5px;
  display: inline-block;
  padding: 5px 10px;
  color: #2B4153;
  background-color: #F8F8F8;
  font-size: 16px;
  line-height: inherit;
  line-height: 22px;
  font-family: 'Gilroy';
  font-weight: 300;
  vertical-align: baseline;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #33B94C;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
  width: auto;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
}
.nav-tabs > li span.label-cat-log:hover,
.nav-tabs > li span.label-cat-log:focus {
  text-decoration: none;
}
.nav-tabs > li span.label-cat-log:hover:not(a),
.nav-tabs > li span.label-cat-log:focus:not(a) {
  cursor: default;
}
.nav-tabs > li.active > a {
  cursor: default;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #2B4153;
  border-bottom-color: #207530;
}
.nav-tabs > li.active > a .label-cat {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.nav-tabs > li.active > a .label-cat:hover,
.nav-tabs > li.active > a .label-cat:focus {
  cursor: pointer;
}
.tab-item + .group-btn {
  margin-top: 28px;
}
.tab-item > div[class^="content-"] > div,
.tab-item > div[class*=" content-"] > div {
  overflow-x: auto;
  padding: 15px;
  background-color: #F8F8F8;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
@media screen and (max-width: 543px) {
  .tab-item > div[class^="content-"] > div,
  .tab-item > div[class*=" content-"] > div {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .tab-item > div[class^="content-"] > div > .table,
  .tab-item > div[class*=" content-"] > div > .table {
    margin-bottom: 0px;
  }
  .tab-item > div[class^="content-"] > div > .table > thead > tr > th,
  .tab-item > div[class*=" content-"] > div > .table > thead > tr > th,
  .tab-item > div[class^="content-"] > div > .table > tbody > tr > th,
  .tab-item > div[class*=" content-"] > div > .table > tbody > tr > th,
  .tab-item > div[class^="content-"] > div > .table > tfoot > tr > th,
  .tab-item > div[class*=" content-"] > div > .table > tfoot > tr > th,
  .tab-item > div[class^="content-"] > div > .table > thead > tr > td,
  .tab-item > div[class*=" content-"] > div > .table > thead > tr > td,
  .tab-item > div[class^="content-"] > div > .table > tbody > tr > td,
  .tab-item > div[class*=" content-"] > div > .table > tbody > tr > td,
  .tab-item > div[class^="content-"] > div > .table > tfoot > tr > td,
  .tab-item > div[class*=" content-"] > div > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .tab-item > div[class^="content-"] > div > .table-bordered,
  .tab-item > div[class*=" content-"] > div > .table-bordered {
    border: 0;
  }
  .tab-item > div[class^="content-"] > div > .table-bordered > thead > tr > th:first-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > thead > tr > th:first-child,
  .tab-item > div[class^="content-"] > div > .table-bordered > tbody > tr > th:first-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tbody > tr > th:first-child,
  .tab-item > div[class^="content-"] > div > .table-bordered > tfoot > tr > th:first-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tfoot > tr > th:first-child,
  .tab-item > div[class^="content-"] > div > .table-bordered > thead > tr > td:first-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > thead > tr > td:first-child,
  .tab-item > div[class^="content-"] > div > .table-bordered > tbody > tr > td:first-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tbody > tr > td:first-child,
  .tab-item > div[class^="content-"] > div > .table-bordered > tfoot > tr > td:first-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .tab-item > div[class^="content-"] > div > .table-bordered > thead > tr > th:last-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > thead > tr > th:last-child,
  .tab-item > div[class^="content-"] > div > .table-bordered > tbody > tr > th:last-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tbody > tr > th:last-child,
  .tab-item > div[class^="content-"] > div > .table-bordered > tfoot > tr > th:last-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tfoot > tr > th:last-child,
  .tab-item > div[class^="content-"] > div > .table-bordered > thead > tr > td:last-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > thead > tr > td:last-child,
  .tab-item > div[class^="content-"] > div > .table-bordered > tbody > tr > td:last-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tbody > tr > td:last-child,
  .tab-item > div[class^="content-"] > div > .table-bordered > tfoot > tr > td:last-child,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .tab-item > div[class^="content-"] > div > .table-bordered > tbody > tr:last-child > th,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tbody > tr:last-child > th,
  .tab-item > div[class^="content-"] > div > .table-bordered > tfoot > tr:last-child > th,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tfoot > tr:last-child > th,
  .tab-item > div[class^="content-"] > div > .table-bordered > tbody > tr:last-child > td,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tbody > tr:last-child > td,
  .tab-item > div[class^="content-"] > div > .table-bordered > tfoot > tr:last-child > td,
  .tab-item > div[class*=" content-"] > div > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.tab-item > div[class^="content-"] > div .btn-table,
.tab-item > div[class*=" content-"] > div .btn-table {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: inherit;
  line-height: 23px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(51, 185, 76, 0.1);
}
.tab-item > div[class^="content-"] > div .btn-table:focus,
.tab-item > div[class*=" content-"] > div .btn-table:focus,
.tab-item > div[class^="content-"] > div .btn-table:active:focus,
.tab-item > div[class*=" content-"] > div .btn-table:active:focus,
.tab-item > div[class^="content-"] > div .btn-table.active:focus,
.tab-item > div[class*=" content-"] > div .btn-table.active:focus,
.tab-item > div[class^="content-"] > div .btn-table.focus,
.tab-item > div[class*=" content-"] > div .btn-table.focus,
.tab-item > div[class^="content-"] > div .btn-table:active.focus,
.tab-item > div[class*=" content-"] > div .btn-table:active.focus,
.tab-item > div[class^="content-"] > div .btn-table.active.focus,
.tab-item > div[class*=" content-"] > div .btn-table.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.tab-item > div[class^="content-"] > div .btn-table:active,
.tab-item > div[class*=" content-"] > div .btn-table:active,
.tab-item > div[class^="content-"] > div .btn-table.active,
.tab-item > div[class*=" content-"] > div .btn-table.active {
  outline: 0;
  background-image: none;
}
.tab-item > div[class^="content-"] > div .btn-table.disabled,
.tab-item > div[class*=" content-"] > div .btn-table.disabled,
.tab-item > div[class^="content-"] > div .btn-table[disabled],
.tab-item > div[class*=" content-"] > div .btn-table[disabled],
fieldset[disabled] .tab-item > div[class^="content-"] > div .btn-table,
fieldset[disabled] .tab-item > div[class*=" content-"] > div .btn-table {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tab-item > div[class^="content-"] > div .btn-table:hover,
.tab-item > div[class*=" content-"] > div .btn-table:hover,
.tab-item > div[class^="content-"] > div .btn-table:focus,
.tab-item > div[class*=" content-"] > div .btn-table:focus {
  background-color: rgba(51, 185, 76, 0.15);
}
.tab-item > div[class^="content-"] > div + div,
.tab-item > div[class*=" content-"] > div + div {
  margin-top: 30px;
}
.tab-item > div[class^="content-"] > div .ui-state-highlight,
.tab-item > div[class*=" content-"] > div .ui-state-highlight {
  height: 42px;
  background-color: rgba(51, 185, 76, 0.09) !important;
}
.tab-item > div[class^="content-"] > div.draggable,
.tab-item > div[class*=" content-"] > div.draggable {
  border-collapse: separate;
}
.tab-item > div[class^="content-"] > div tr.ui-sortable-helper,
.tab-item > div[class*=" content-"] > div tr.ui-sortable-helper {
  border: 2px dashed #207530 !important;
  background-color: #ffffff !important;
}
.tab-item > div[class^="content-"] > div tr.ui-sortable-helper > td,
.tab-item > div[class*=" content-"] > div tr.ui-sortable-helper > td {
  border-color: transparent !important;
}
.tab-item > div[class^="content-"] > div tr.ui-sortable-helper > td:not(.row-filename) > span,
.tab-item > div[class*=" content-"] > div tr.ui-sortable-helper > td:not(.row-filename) > span,
.tab-item > div[class^="content-"] > div tr.ui-sortable-helper > td:not(.row-filename) > a,
.tab-item > div[class*=" content-"] > div tr.ui-sortable-helper > td:not(.row-filename) > a {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
/***********************
* COMPONENTS DROPDOWN *
***********************/
/*********************
* VARIABLES dropdown *
*********************/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 235px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
  line-height: inherit;
  text-align: left;
  background-color: #33B94C;
  border: 0 solid #33B94C;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.17);
}
.dropdown-menu > li > a,
.column-dropdown > li > a {
  color: #ffffff;
  background: #33B94C;
  display: block;
  clear: both;
  line-height: 1.42857143;
  white-space: normal;
  padding: 15px 12px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.column-dropdown > li > a:hover,
.column-dropdown > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #2c9f41;
}
.dropdown-menu > li > a:focus,
.column-dropdown > li > a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #ffffff;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus,
.column-dropdown > li.active > a,
.column-dropdown > li.active > a:hover,
.column-dropdown > li.active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2c9f41;
}
.dropdown-menu > li.disabled > a,
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus,
.column-dropdown > li.disabled > a,
.column-dropdown > li.disabled > a:hover,
.column-dropdown > li.disabled > a:focus {
  color: #c8c8c8;
}
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus,
.column-dropdown > li.disabled > a:hover,
.column-dropdown > li.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu > li:last-child,
.dropdown-menu > li:last-child > a,
.column-dropdown > li:last-child,
.column-dropdown > li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
/*********************
* COMPONENT icon *
*********************/
/* ==========================================================================
 Icon Fonts import
========================================================================== */
/*********************
* COMPONENT LISTS *
*********************/
/* ==========================================================================
Lists global styling
========================================================================== */
.list-social,
.list-share {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: -7px;
  margin-right: -8px;
}
.list-social > li,
.list-share > li {
  display: inline-block;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.list-social > li > a,
.list-share > li > a {
  display: inline-block;
}
.list-social:not(:last-child),
.list-share:not(:last-child) {
  margin-bottom: 7px;
}
.item-social > a {
  /* 		&.icon-envelope-o {
			&:before {
				color: @brand-primary;
			}
		} */
}
.item-social > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.item-social > a:hover,
.item-social > a:focus {
  text-decoration: none;
}
.item-social > a:before {
  padding: 2px 5px;
  height: 32px;
  width: 32px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  background-color: #000000;
  -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, -webkit-box-shadow;
  -moz-transition-property: color, background, -moz-box-shadow;
  -o-transition-property: color, background, box-shadow;
  transition-property: color, background, box-shadow;
}
.item-social > a:focus:before,
.item-social > a:hover:before {
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  background-color: #33B94C;
}
.list-overview {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.list-overview > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.list-overview > li {
  position: relative;
}
.list-overview > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.list-overview > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.list-overview > li a {
  position: relative;
  z-index: 1;
}
.list-overview > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.list-overview > li > a {
  display: block;
  color: #2B4153;
}
.list-overview > li > a > span:only-child {
  display: block;
}
.list-overview > li > a > span:first-of-type {
  padding-left: 27px;
}
.list-overview > li:hover:before {
  color: #207530;
}
.list-overview > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.list-grid {
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
}
.list-grid > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.list-grid > li {
  position: relative;
}
.list-grid > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.list-grid > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.list-grid > li a {
  position: relative;
  z-index: 1;
}
.list-grid > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.list-grid > li > a {
  display: block;
  color: #2B4153;
}
.list-grid > li > a > span:only-child {
  display: block;
}
.list-grid > li > a > span:first-of-type {
  padding-left: 27px;
}
.list-grid > li:hover:before {
  color: #207530;
}
.list-grid > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.list-grid > li {
  position: relative;
}
.list-grid > li:before {
  position: absolute;
  top: 0px;
  left: 15px;
}
.list-grid > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .list-grid > li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .list-grid > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .list-grid > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .list-grid > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .list-grid > li {
    padding-bottom: 6px;
  }
}
.list-file {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.list-file > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.list-file > li {
  position: relative;
}
.list-file > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.list-file > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.list-file > li a {
  position: relative;
  z-index: 1;
}
.list-file > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.list-file > li > a {
  display: block;
  color: #2B4153;
}
.list-file > li > a > span:only-child {
  display: block;
}
.list-file > li > a > span:first-of-type {
  padding-left: 27px;
}
.list-file > li:hover:before {
  color: #207530;
}
.list-file > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.list-file > li:before {
  font-size: 20px;
  line-height: inherit;
}
.list-audio {
  margin-bottom: 0px;
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 0px;
  list-style: none;
}
.list-audio > li {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}
.list-audio > li > a {
  display: inline-block;
}
.list-audio > li {
  position: relative;
}
.list-audio > li > span {
  display: inline-block;
  padding: 5px 10px;
  color: #2B4153;
  background-color: #F8F8F8;
  font-size: 11px;
  line-height: inherit;
  line-height: 15px;
  font-family: 'Gilroy';
  font-weight: 300;
  vertical-align: baseline;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #33B94C;
}
.list-audio > li > span:hover,
.list-audio > li > span:focus {
  text-decoration: none;
}
.list-audio > li > span:hover:not(a),
.list-audio > li > span:focus:not(a) {
  cursor: default;
}
.list-audio audio {
  display: block;
  max-width: 100%;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li {
  position: relative;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li a {
  position: relative;
  z-index: 1;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li > a {
  display: block;
  color: #2B4153;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li > a > span:only-child {
  display: block;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li > a > span:first-of-type {
  padding-left: 27px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li:hover:before {
  color: #207530;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li + li {
  margin-top: 28px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li:before {
  font-family: "icomoon";
  content: "";
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li > a {
  color: #2B4153;
  line-height: 1.4;
  border-bottom: 1px solid #F8F8F8;
  padding-top: 16px;
  padding-bottom: 16px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li > a > span:first-of-type {
  padding-left: 0px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li > a:hover,
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li > a:focus {
  color: #207530;
  text-decoration: underline;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li > ul {
  padding-left: 0px;
  padding-top: 15px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li > ul ul {
  padding-left: 20px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li {
  position: relative;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li a {
  position: relative;
  z-index: 1;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li > a {
  display: block;
  color: #2B4153;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li > a > span:only-child {
  display: block;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li > a > span:first-of-type {
  padding-left: 27px;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li:hover:before {
  color: #207530;
}
.sitemap-list-wrapper .list-sitemap:not(.ui-sortable) > li ul > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
/*********************
* COMPONENT search *
*********************/
/*********************
* VARIABLES search *
*********************/
/*********************
* COMPONENT filter *
*********************/
/*********************
* VARIABLES filter *
*********************/
/*********************
* COMPONENT BUTTONS *
*********************/
/*********************
* VARIABLES BUTTONS *
*********************/
.btn-default,
.btn-primary,
.btn-secondary {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
}
.btn-default:focus,
.btn-primary:focus,
.btn-secondary:focus,
.btn-default:active:focus,
.btn-primary:active:focus,
.btn-secondary:active:focus,
.btn-default.active:focus,
.btn-primary.active:focus,
.btn-secondary.active:focus,
.btn-default.focus,
.btn-primary.focus,
.btn-secondary.focus,
.btn-default:active.focus,
.btn-primary:active.focus,
.btn-secondary:active.focus,
.btn-default.active.focus,
.btn-primary.active.focus,
.btn-secondary.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.btn-default:active,
.btn-primary:active,
.btn-secondary:active,
.btn-default.active,
.btn-primary.active,
.btn-secondary.active {
  outline: 0;
  background-image: none;
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-secondary.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-secondary[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-secondary {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-more {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: inherit;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-more:focus,
.btn-more:active:focus,
.btn-more.active:focus,
.btn-more.focus,
.btn-more:active.focus,
.btn-more.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.btn-more:active,
.btn-more.active {
  outline: 0;
  background-image: none;
}
.btn-more.disabled,
.btn-more[disabled],
fieldset[disabled] .btn-more {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #2B4153;
  background-color: #ffffff;
  border-color: #999999;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-default:hover,
.btn-default:focus {
  text-decoration: none;
}
.btn-default:focus {
  outline-color: #000000;
}
.btn-default:hover,
.btn-default:focus {
  color: #33B94C;
  background-color: #ffffff;
  border-color: #33B94C;
}
.btn-default:focus {
  outline-color: #000000;
}
.btn-primary {
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border: 0;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
}
.btn-primary:hover,
.btn-primary:focus {
  text-decoration: none;
}
.btn-primary:focus {
  outline-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.btn-primary:focus {
  outline-color: #ffffff;
}
.btn-primary:focus,
.btn-primary:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
.btn-secondary {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-secondary:hover,
.btn-secondary:focus {
  text-decoration: none;
}
.btn-secondary:focus {
  outline-color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
}
.btn-secondary:focus {
  outline-color: #ffffff;
}
.btn-more {
  color: #33B94C;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.btn-more,
.btn-more:active,
.btn-more.active,
.btn-more[disabled],
fieldset[disabled] .btn-more {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-more,
.btn-more:hover,
.btn-more:focus,
.btn-more:active {
  border-color: transparent;
}
.btn-more:hover,
.btn-more:focus {
  color: #207530;
  text-decoration: underline;
  background-color: transparent;
}
.btn-more[disabled]:hover,
fieldset[disabled] .btn-more:hover,
.btn-more[disabled]:focus,
fieldset[disabled] .btn-more:focus {
  color: #c8c8c8;
  text-decoration: none;
}
.btn-link,
.comments-overview .post-edit .btn-edit {
  text-decoration: underline;
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: inherit;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus,
.btn-success:active:focus,
.btn-info:active:focus,
.btn-warning:active:focus,
.btn-danger:active:focus,
.btn-success.active:focus,
.btn-info.active:focus,
.btn-warning.active:focus,
.btn-danger.active:focus,
.btn-success.focus,
.btn-info.focus,
.btn-warning.focus,
.btn-danger.focus,
.btn-success:active.focus,
.btn-info:active.focus,
.btn-warning:active.focus,
.btn-danger:active.focus,
.btn-success.active.focus,
.btn-info.active.focus,
.btn-warning.active.focus,
.btn-danger.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  outline: 0;
  background-image: none;
}
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-success:hover,
.btn-success:focus {
  text-decoration: none;
}
.btn-success:focus {
  outline-color: #ffffff;
}
.btn-success:focus,
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:focus {
  outline-color: #ffffff;
}
.btn-success:active {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active:hover,
.btn-success:active:focus {
  color: #ffffff;
  background-color: #398439;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-info:hover,
.btn-info:focus {
  text-decoration: none;
}
.btn-info:focus {
  outline-color: #000000;
}
.btn-info:focus,
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:focus {
  outline-color: #ffffff;
}
.btn-info:active {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover,
.btn-info:active:focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-warning:hover,
.btn-warning:focus {
  text-decoration: none;
}
.btn-warning:focus {
  outline-color: #000000;
}
.btn-warning:focus,
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:focus {
  outline-color: #ffffff;
}
.btn-warning:active {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active:hover,
.btn-warning:active:focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-danger:hover,
.btn-danger:focus {
  text-decoration: none;
}
.btn-danger:focus {
  outline-color: #ffffff;
}
.btn-danger:focus,
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:focus {
  outline-color: #ffffff;
}
.btn-danger:active {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover,
.btn-danger:active:focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-lg {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: inherit;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.btn-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: inherit;
  line-height: 23px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.btn-xs {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  line-height: inherit;
  line-height: 23px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-icon {
  position: relative;
  text-align: left;
}
.btn-icon:before {
  position: absolute;
  top: 6px;
  left: 12px;
}
.btn-icon > span:only-child {
  display: block;
}
.btn-icon > span:first-of-type {
  padding-left: 20px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-add {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: inherit;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-add:focus,
.btn-add:active:focus,
.btn-add.active:focus,
.btn-add.focus,
.btn-add:active.focus,
.btn-add.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.btn-add:active,
.btn-add.active {
  outline: 0;
  background-image: none;
}
.btn-add.disabled,
.btn-add[disabled],
fieldset[disabled] .btn-add {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-add:hover,
.btn-add:focus {
  text-decoration: none;
}
.btn-add:focus {
  outline-color: #ffffff;
}
.btn-add:focus,
.btn-add:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-add:focus {
  outline-color: #ffffff;
}
.btn-add:active {
  color: #ffffff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-add:active:hover,
.btn-add:active:focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-add:active {
  background-image: none;
}
.btn-add.disabled:hover,
.btn-add[disabled]:hover,
fieldset[disabled] .btn-add:hover,
.btn-add.disabled:focus,
.btn-add[disabled]:focus,
fieldset[disabled] .btn-add:focus,
.btn-add.disabled.focus,
.btn-add[disabled].focus,
fieldset[disabled] .btn-add.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.cta-contact {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: inherit;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  margin: 0 0 6px;
}
.cta-contact:focus,
.cta-contact:active:focus,
.cta-contact.active:focus,
.cta-contact.focus,
.cta-contact:active.focus,
.cta-contact.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.cta-contact:active,
.cta-contact.active {
  outline: 0;
  background-image: none;
}
.cta-contact.disabled,
.cta-contact[disabled],
fieldset[disabled] .cta-contact {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cta-contact:hover,
.cta-contact:focus {
  text-decoration: none;
}
.cta-contact:focus {
  outline-color: #ffffff;
}
.cta-contact:focus,
.cta-contact:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.cta-contact:focus {
  outline-color: #ffffff;
}
.cta-contact:active {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.cta-contact:active:hover,
.cta-contact:active:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.cta-contact:active {
  background-image: none;
}
.cta-contact.disabled:hover,
.cta-contact[disabled]:hover,
fieldset[disabled] .cta-contact:hover,
.cta-contact.disabled:focus,
.cta-contact[disabled]:focus,
fieldset[disabled] .cta-contact:focus,
.cta-contact.disabled.focus,
.cta-contact[disabled].focus,
fieldset[disabled] .cta-contact.focus {
  background-color: transparent;
  border-color: #ffffff;
}
.cta-contact:hover,
.cta-contact:focus {
  background-color: #ffffff !important;
  color: #33B94C !important;
}
/*********************
* COMPONENT labels *
*********************/
/*********************
* VARIABLES labels *
*********************/
/*********************
* COMPONENT Footer *
*********************/
/*********************
* VARIABLES footer *
*********************/
/*********************
* COMPONENT BUTTONS *
*********************/
.nav-pagination {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.nav-pagination > .pagination {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.nav-pagination > .pagination > li {
  display: inline-block;
  /* 
			&:first-child {
				> a,
				> span {
					.ml(0);
					.border-left-radius(@pagination-border-radius);
				}
			}
			&:last-child {
				> a,
				> span {
					.border-right-radius(@pagination-border-radius);
				}
			} 
			*/
}
.nav-pagination > .pagination > li > a,
.nav-pagination > .pagination > li > span {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  line-height: inherit;
  line-height: 28.57142858px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.nav-pagination > .pagination > li > a:focus,
.nav-pagination > .pagination > li > span:focus,
.nav-pagination > .pagination > li > a:active:focus,
.nav-pagination > .pagination > li > span:active:focus,
.nav-pagination > .pagination > li > a.active:focus,
.nav-pagination > .pagination > li > span.active:focus,
.nav-pagination > .pagination > li > a.focus,
.nav-pagination > .pagination > li > span.focus,
.nav-pagination > .pagination > li > a:active.focus,
.nav-pagination > .pagination > li > span:active.focus,
.nav-pagination > .pagination > li > a.active.focus,
.nav-pagination > .pagination > li > span.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.nav-pagination > .pagination > li > a:active,
.nav-pagination > .pagination > li > span:active,
.nav-pagination > .pagination > li > a.active,
.nav-pagination > .pagination > li > span.active {
  outline: 0;
  background-image: none;
}
.nav-pagination > .pagination > li > a.disabled,
.nav-pagination > .pagination > li > span.disabled,
.nav-pagination > .pagination > li > a[disabled],
.nav-pagination > .pagination > li > span[disabled],
fieldset[disabled] .nav-pagination > .pagination > li > a,
fieldset[disabled] .nav-pagination > .pagination > li > span {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-pagination > .pagination > li > a:hover,
.nav-pagination > .pagination > li > span:hover,
.nav-pagination > .pagination > li > a:focus,
.nav-pagination > .pagination > li > span:focus {
  text-decoration: none;
}
.nav-pagination > .pagination > li > a:focus,
.nav-pagination > .pagination > li > span:focus {
  outline-color: #ffffff;
}
.nav-pagination > .pagination > li > a:focus,
.nav-pagination > .pagination > li > span:focus,
.nav-pagination > .pagination > li > a:hover,
.nav-pagination > .pagination > li > span:hover {
  color: #ffffff;
  background-color: #28913c;
  border-color: #268938;
}
.nav-pagination > .pagination > li > a:focus,
.nav-pagination > .pagination > li > span:focus {
  outline-color: #ffffff;
}
.nav-pagination > .pagination > li > a:active,
.nav-pagination > .pagination > li > span:active {
  color: #ffffff;
  background-color: #28913c;
  border-color: #268938;
}
.nav-pagination > .pagination > li > a:active:hover,
.nav-pagination > .pagination > li > span:active:hover,
.nav-pagination > .pagination > li > a:active:focus,
.nav-pagination > .pagination > li > span:active:focus {
  color: #ffffff;
  background-color: #207530;
  border-color: #175523;
}
.nav-pagination > .pagination > li > a:active,
.nav-pagination > .pagination > li > span:active {
  background-image: none;
}
.nav-pagination > .pagination > li > a.disabled:hover,
.nav-pagination > .pagination > li > span.disabled:hover,
.nav-pagination > .pagination > li > a[disabled]:hover,
.nav-pagination > .pagination > li > span[disabled]:hover,
fieldset[disabled] .nav-pagination > .pagination > li > a:hover,
fieldset[disabled] .nav-pagination > .pagination > li > span:hover,
.nav-pagination > .pagination > li > a.disabled:focus,
.nav-pagination > .pagination > li > span.disabled:focus,
.nav-pagination > .pagination > li > a[disabled]:focus,
.nav-pagination > .pagination > li > span[disabled]:focus,
fieldset[disabled] .nav-pagination > .pagination > li > a:focus,
fieldset[disabled] .nav-pagination > .pagination > li > span:focus,
.nav-pagination > .pagination > li > a.disabled.focus,
.nav-pagination > .pagination > li > span.disabled.focus,
.nav-pagination > .pagination > li > a[disabled].focus,
.nav-pagination > .pagination > li > span[disabled].focus,
fieldset[disabled] .nav-pagination > .pagination > li > a.focus,
fieldset[disabled] .nav-pagination > .pagination > li > span.focus {
  background-color: #33B94C;
  border-color: #33B94C;
}
.nav-pagination > .pagination > li > a:hover,
.nav-pagination > .pagination > li > span:hover,
.nav-pagination > .pagination > li > a:focus,
.nav-pagination > .pagination > li > span:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.nav-pagination > .pagination > li > a:focus,
.nav-pagination > .pagination > li > span:focus {
  outline-color: #ffffff;
}
.nav-pagination > .pagination > li.next > a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.nav-pagination > .pagination > li.next > a:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e93b";
}
.nav-pagination > .pagination > li.next > a:after {
  position: absolute;
  top: 6px;
  right: 12px;
}
.nav-pagination > .pagination > li.next > a > span:only-child {
  display: block;
}
.nav-pagination > .pagination > li.next > a > span:first-of-type {
  padding-right: 25px;
}
.nav-pagination > .pagination > li.previous > a {
  position: relative;
}
.nav-pagination > .pagination > li.previous > a:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e93a";
}
.nav-pagination > .pagination > li.previous > a:before {
  position: absolute;
  top: 6px;
  left: 12px;
}
.nav-pagination > .pagination > li.previous > a > span:only-child {
  display: block;
}
.nav-pagination > .pagination > li.previous > a > span:first-of-type {
  padding-left: 25px;
}
.nav-pagination > .pagination > li.active > a,
.nav-pagination > .pagination > li.active > span,
.nav-pagination > .pagination > li.active > a:hover,
.nav-pagination > .pagination > li.active > span:hover,
.nav-pagination > .pagination > li.active > a:focus,
.nav-pagination > .pagination > li.active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
  cursor: default;
}
.nav-pagination > .pagination > li + li {
  margin-left: 5px;
}
/*********************
* COMPONENT tables *
*********************/
/*********************
* VARIABLES tables *
*********************/
.table {
  width: 100%;
  max-width: 100%;
}
.table:not(:last-child) {
  margin-bottom: 28px;
}
.table .row-checkbox,
.table .th-checkbox,
.table .row-radiobox,
.table .th-radiobox {
  position: relative;
}
.table .row-checkbox > span,
.table .th-checkbox > span,
.table .row-radiobox > span,
.table .th-radiobox > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.table .row-checkbox,
.table .th-checkbox,
.table .row-radiobox,
.table .th-radiobox,
.table .row-checkbox .control-wrapper,
.table .th-checkbox .control-wrapper,
.table .row-radiobox .control-wrapper,
.table .th-radiobox .control-wrapper {
  width: 39px !important;
}
.table td.row-radiobox > [class^="group-"],
.table td.row-checkbox > [class^="group-"],
.table td.hours-checkbox > [class^="group-"] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.table td.row-radiobox > [class^="group-"] > .control-wrapper > input:checked ~ label:before,
.table td.row-checkbox > [class^="group-"] > .control-wrapper > input:checked ~ label:before,
.table td.hours-checkbox > [class^="group-"] > .control-wrapper > input:checked ~ label:before {
  font-size: 22px;
  line-height: inherit;
}
.table td.row-radiobox > [class^="group-"] > .control-wrapper > label:before,
.table td.row-checkbox > [class^="group-"] > .control-wrapper > label:before,
.table td.hours-checkbox > [class^="group-"] > .control-wrapper > label:before {
  font-size: 20px;
  line-height: inherit;
}
.table td.row-radiobox > [class^="group-"] > .control-wrapper > label > span,
.table td.row-checkbox > [class^="group-"] > .control-wrapper > label > span,
.table td.hours-checkbox > [class^="group-"] > .control-wrapper > label > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  color: #2B4153;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #33B94C;
}
.table > thead > tr > th > span,
.table > tbody > tr > th > span,
.table > tfoot > tr > th > span,
.table > thead > tr > td > span,
.table > tbody > tr > td > span,
.table > tfoot > tr > td > span {
  padding: 8px 10px;
  color: #2B4153;
  display: block;
}
.table > thead > tr > th > a,
.table > tbody > tr > th > a,
.table > tfoot > tr > th > a,
.table > thead > tr > td > a,
.table > tbody > tr > td > a,
.table > tfoot > tr > td > a {
  padding: 8px 10px;
  color: #2B4153;
  display: inline-block;
}
.table > thead > tr > th > a:hover,
.table > tbody > tr > th > a:hover,
.table > tfoot > tr > th > a:hover,
.table > thead > tr > td > a:hover,
.table > tbody > tr > td > a:hover,
.table > tfoot > tr > td > a:hover,
.table > thead > tr > th > a:focus,
.table > tbody > tr > th > a:focus,
.table > tfoot > tr > th > a:focus,
.table > thead > tr > td > a:focus,
.table > tbody > tr > td > a:focus,
.table > tfoot > tr > td > a:focus {
  color: #080c10;
}
.table > thead > tr > th {
  vertical-align: bottom;
  background-color: #ffffff;
  text-align: left;
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: inherit;
  text-transform: uppercase;
  color: #2B4153;
}
.table > thead > tr > th > span,
.table > thead > tr > th > a {
  color: #2B4153;
  display: block;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table > thead > tr > th > a:hover,
.table > thead > tr > th > a:focus {
  color: #1a2731;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid #33B94C;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #33B94C;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #33B94C;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-responsive {
  overflow-x: auto;
}
@media screen and (max-width: 543px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0px;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.responsive-fieldset {
  display: table-cell;
  width: 100%;
}
/*********************
* COMPONENT BOX *
*********************/
/*********************
* VARIABLES BOX *
*********************/
.box-grid {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: -6px;
  margin-right: -6px;
}
.box-grid.column > .title,
.box-grid.column .box-title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 544px) {
  .box-grid.column > .title,
  .box-grid.column .box-title {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .box-grid.column > .title,
  .box-grid.column .box-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .box-grid.column > .title,
  .box-grid.column .box-title {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .box-grid.column > .title,
  .box-grid.column .box-title {
    float: left;
    width: 25%;
  }
}
.box-grid.column > .title + div,
.box-grid.column .box-title + div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 544px) {
  .box-grid.column > .title + div,
  .box-grid.column .box-title + div {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .box-grid.column > .title + div,
  .box-grid.column .box-title + div {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .box-grid.column > .title + div,
  .box-grid.column .box-title + div {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1300px) {
  .box-grid.column > .title + div,
  .box-grid.column .box-title + div {
    float: left;
    width: 75%;
  }
}
.box-grid.column > .title + div ~ .box-block,
.box-grid.column .box-title + div ~ .box-block {
  margin-left: 0%;
}
@media (min-width: 544px) {
  .box-grid.column > .title + div ~ .box-block,
  .box-grid.column .box-title + div ~ .box-block {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .box-grid.column > .title + div ~ .box-block,
  .box-grid.column .box-title + div ~ .box-block {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .box-grid.column > .title + div ~ .box-block,
  .box-grid.column .box-title + div ~ .box-block {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .box-grid.column > .title + div ~ .box-block,
  .box-grid.column .box-title + div ~ .box-block {
    margin-left: 25%;
  }
}
.box-grid:not(.column) > .title,
.box-grid:not(.column) .box-title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 544px) {
  .box-grid:not(.column) > .title,
  .box-grid:not(.column) .box-title {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .box-grid:not(.column) > .title,
  .box-grid:not(.column) .box-title {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .box-grid:not(.column) > .title,
  .box-grid:not(.column) .box-title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .box-grid:not(.column) > .title,
  .box-grid:not(.column) .box-title {
    float: left;
    width: 25%;
  }
}
.box-grid:not(.column) > .title + div,
.box-grid:not(.column) .box-title + div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 544px) {
  .box-grid:not(.column) > .title + div,
  .box-grid:not(.column) .box-title + div {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .box-grid:not(.column) > .title + div,
  .box-grid:not(.column) .box-title + div {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .box-grid:not(.column) > .title + div,
  .box-grid:not(.column) .box-title + div {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .box-grid:not(.column) > .title + div,
  .box-grid:not(.column) .box-title + div {
    float: left;
    width: 75%;
  }
}
.box-grid:not(.column) > .title + div ~ .box-block,
.box-grid:not(.column) .box-title + div ~ .box-block {
  margin-left: 0%;
}
@media (min-width: 544px) {
  .box-grid:not(.column) > .title + div ~ .box-block,
  .box-grid:not(.column) .box-title + div ~ .box-block {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .box-grid:not(.column) > .title + div ~ .box-block,
  .box-grid:not(.column) .box-title + div ~ .box-block {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .box-grid:not(.column) > .title + div ~ .box-block,
  .box-grid:not(.column) .box-title + div ~ .box-block {
    margin-left: 25%;
  }
}
@media (min-width: 1300px) {
  .box-grid:not(.column) > .title + div ~ .box-block,
  .box-grid:not(.column) .box-title + div ~ .box-block {
    margin-left: 25%;
  }
}
@media (max-width: 543px) {
  .box-grid > .title,
  .box-grid .box-title {
    margin-bottom: 14px !important;
  }
}
.box-grid:not(:last-child) {
  margin-bottom: 0px;
}
.box-grid .title,
.box-grid .box-title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
  font-weight: bold;
}
@media (max-width: 320px) {
  .box-grid .title,
  .box-grid .box-title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .box-grid .title,
  .box-grid .box-title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  .box-grid .title,
  .box-grid .box-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .box-grid .title,
  .box-grid .box-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .box-grid .title,
  .box-grid .box-title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .box-grid .title,
  .box-grid .box-title {
    font-size: 20px;
    line-height: 31px;
  }
}
.box-grid > .title,
.box-grid .box-title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
  font-weight: bold;
  /* & when (@overview-list-background-style) {
			.mt(@list-overview-padding-vertical);
		} */
}
@media (max-width: 320px) {
  .box-grid > .title,
  .box-grid .box-title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .box-grid > .title,
  .box-grid .box-title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  .box-grid > .title,
  .box-grid .box-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .box-grid > .title,
  .box-grid .box-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .box-grid > .title,
  .box-grid .box-title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .box-grid > .title,
  .box-grid .box-title {
    font-size: 20px;
    line-height: 31px;
  }
}
.box-grid.box-list .box-title {
  line-height: 20px;
}
.box-grid .checkboxlist-items ul.list-filter > li {
  display: inline-block;
  margin-right: 30px;
}
.box-grid .checkboxlist-items ul.list-filter > li:last-child {
  margin-right: 0px;
}
/*********************
* COMPONENT ALERT-BOX *
*********************/
/******************************
* ALERTBOX :: ALERT MESSAGES *
******************************/
.alertbox-success,
.info .alert-success,
.content-text .alert-success,
.hours.animate {
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #5cb85c;
  border-left: 6px solid #5cb85c;
  padding-left: 21px;
}
.alertbox-success:not(:last-child),
.info .alert-success:not(:last-child),
.content-text .alert-success:not(:last-child),
.hours.animate:not(:last-child) {
  margin-bottom: 14px;
}
.alertbox-success .heading,
.info .alert-success .heading,
.content-text .alert-success .heading,
.hours.animate .heading {
  color: #ffffff;
}
.alertbox-info,
.alertbox-newsletter,
.info .alert-info,
.content-text .alert-info {
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #5bc0de;
  border-left: 6px solid #5bc0de;
  padding-left: 21px;
}
.alertbox-info:not(:last-child),
.alertbox-newsletter:not(:last-child),
.info .alert-info:not(:last-child),
.content-text .alert-info:not(:last-child) {
  margin-bottom: 14px;
}
.alertbox-info .heading,
.alertbox-newsletter .heading,
.info .alert-info .heading,
.content-text .alert-info .heading {
  color: #ffffff;
}
.alertbox-warning,
.info .alert-warning,
.content-text .alert-warning {
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #f0ad4e;
  border-left: 6px solid #f0ad4e;
  padding-left: 21px;
}
.alertbox-warning:not(:last-child),
.info .alert-warning:not(:last-child),
.content-text .alert-warning:not(:last-child) {
  margin-bottom: 14px;
}
.alertbox-warning .heading,
.info .alert-warning .heading,
.content-text .alert-warning .heading {
  color: #ffffff;
}
.alertbox-danger,
.alertbox-maxlimit,
.info .alert-danger,
.content-text .alert-danger {
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #d9534f;
  border-left: 6px solid #d9534f;
  padding-left: 21px;
}
.alertbox-danger:not(:last-child),
.alertbox-maxlimit:not(:last-child),
.info .alert-danger:not(:last-child),
.content-text .alert-danger:not(:last-child) {
  margin-bottom: 14px;
}
.alertbox-danger .heading,
.alertbox-maxlimit .heading,
.info .alert-danger .heading,
.content-text .alert-danger .heading {
  color: #ffffff;
}
.alertbox-pager-results {
  float: right !important;
  margin: 28px 0;
  padding: 6px 12px;
}
.alertbox-newsletter {
  display: inline-block;
}
/*********************
* COMPONENT FORM *
*********************/
/*********************
* COMPONENT openlayers *
*********************/
/*********************
* VARIABLES openlayers *
*********************/
.street-map-container > div {
  height: 350px;
}
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #00f;
}
.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}
.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  position: absolute;
  padding: 2px;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents,width;
}
.ol-overlay-container {
  will-change: left,right,top,bottom;
}
.ol-unsupported {
  display: none;
}
/*
.ol-viewport {
	touch-action: none !important;
	-ms-touch-action: none !important;

}
*/
.ol-viewport .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear,visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear,visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-zoom-extent button {
  line-height: 1.4em;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}
.ol-control {
  position: absolute;
  padding: 0px;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
}
.ol-control button {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border: 0;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
}
.ol-control button:focus,
.ol-control button:active:focus,
.ol-control button.active:focus,
.ol-control button.focus,
.ol-control button:active.focus,
.ol-control button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.ol-control button:active,
.ol-control button.active {
  outline: 0;
  background-image: none;
}
.ol-control button.disabled,
.ol-control button[disabled],
fieldset[disabled] .ol-control button {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
}
.ol-control button:focus {
  outline-color: #ffffff;
}
.ol-control button:hover,
.ol-control button:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.ol-control button:focus {
  outline-color: #ffffff;
}
.ol-control button:focus,
.ol-control button:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
.ol-control button + button {
  margin-top: 1px;
}
.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  will-change: transform;
}
.ol-zoom {
  bottom: 40px;
  left: 20px;
  width: 44px;
}
.ol-zoom > button {
  padding: 0px !important;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: inherit;
  line-height: 44px;
  text-align: center;
  border: 0;
  display: inline-block;
  display: block;
  width: 100%;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
}
.ol-zoom > button > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.ol-zoom > button:hover,
.ol-zoom > button:focus {
  text-decoration: none;
}
.ol-zoom .ol-zoom-in {
  -webkit-border-radius: 50px 50px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px 50px 0 0;
  -moz-background-clip: padding;
  border-radius: 50px 50px 0 0;
  background-clip: padding-box;
}
.ol-zoom .ol-zoom-out {
  -webkit-border-radius: 0 0 50px 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 50px 50px;
  -moz-background-clip: padding;
  border-radius: 0 0 50px 50px;
  background-clip: padding-box;
}
.ol-attribution {
  text-align: right;
  bottom: 40px;
  right: 20px;
  max-width: calc(98.7%);
}
.ol-attribution ul {
  margin: 0px !important;
  padding: 0 5px;
  font-size: 16px;
  line-height: inherit;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #ffffff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution button,
.ol-attribution ul {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution.ol-logo-only ul {
  display: block;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-logo-only {
  background: 0 0;
  bottom: .4em;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -0.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-logo-only button,
.ol-attribution .ol-attribution.ol-uncollapsible button {
  display: none;
}
.ol-attribution button {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 16px !important;
  line-height: inherit !important;
  line-height: 23px !important;
  -webkit-border-radius: 3px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 3px !important;
  -moz-background-clip: padding !important;
  border-radius: 3px !important;
  background-clip: padding-box !important;
}
.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}
.ol-overviewmap {
  left: .5em;
  bottom: .5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-overviewmap .ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7);
}
.ol-touch .ol-control button {
  font-size: 1.5em;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-touch .ol-zoomslider {
  top: 5.5em;
}
@media print {
  .ol-control {
    display: none;
  }
}
/*********************
* COMPONENT MEDIA *
*********************/
/*********************
* VARIABLES MEDIA *
*********************/
span.photo {
  display: block;
}
span.photo .thumb-photo,
span.photo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.media-list.media-content {
  margin-bottom: 30px;
}
.media-list.media-content .list-media {
  margin-left: -7px;
  margin-right: -8px;
}
.media-list.media-content .list-media > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
@media (min-width: 544px) {
  .media-list.media-content .list-media > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .media-list.media-content .list-media > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .media-list.media-content .list-media > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .media-list.media-content .list-media > li {
    float: left;
    width: 33.33333333%;
  }
}
.media-list.media-content .list-media .copyright {
  display: none !important;
}
.media-list.media-box .list-media {
  margin-left: -2px;
  margin-right: -3px;
}
.media-list.media-box .list-media > li {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.media-list.media-box .list-media > li:not(:only-child) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
@media (min-width: 544px) {
  .media-list.media-box .list-media > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .media-list.media-box .list-media > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .media-list.media-box .list-media > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .media-list.media-box .list-media > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
.media-list.media-box .list-media > li:only-child {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.media-list .list-media {
  padding-left: 0px;
  list-style: none;
}
.media-list .list-media .photo,
.media-list .list-media .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.media-list .list-media:not(:last-child) {
  margin-bottom: 28px;
}
.media-list .list-media a.media-link {
  -webkit-border-radius: 0 50px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 50px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 50px 0 0;
  background-clip: padding-box;
  overflow: hidden;
}
.media-list .list-media a.media-link img {
  -webkit-border-radius: 0 50px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 50px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 50px 0 0;
  background-clip: padding-box;
}
.media-link {
  /*
	&:not(.photo-person) {}
	*/
}
@media (min-width: 544px) {
  .media-link {
    position: relative;
    display: block;
  }
  .media-link .photo,
  .media-link .video {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .media-link .photo.image-loaded,
  .media-link .video.image-loaded {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .media-link .photo.image-loaded .thumb-photo,
  .media-link .video.image-loaded .thumb-photo,
  .media-link .photo.image-loaded .thumb-video,
  .media-link .video.image-loaded .thumb-video,
  .media-link .photo.image-loaded img,
  .media-link .video.image-loaded img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .media-link .photo.image-loaded:before,
  .media-link .video.image-loaded:before,
  .media-link .photo.image-loaded:after,
  .media-link .video.image-loaded:after {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: background, opacity;
    -moz-transition-property: background, opacity;
    -o-transition-property: background, opacity;
    transition-property: background, opacity;
  }
  .media-link .photo.image-loaded:after,
  .media-link .video.image-loaded:after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background: transparent;
  }
  .media-link .photo.image-loaded:before,
  .media-link .video.image-loaded:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "icomoon";
    content: "\e9a6";
  }
  .media-link .photo.image-loaded:before,
  .media-link .video.image-loaded:before {
    color: #ffffff;
  }
  .media-link .photo.image-loaded:before,
  .media-link .video.image-loaded:before {
    font-size: 7px;
    line-height: inherit;
  }
  .media-link .photo.image-loaded:before,
  .media-link .video.image-loaded:before {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transition-property: font-size, opacity;
    -moz-transition-property: font-size, opacity;
    -o-transition-property: font-size, opacity;
    transition-property: font-size, opacity;
  }
  .media-link .photo.image-loaded:before,
  .media-link .video.image-loaded:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "icomoon";
    content: "\e9a6";
  }
  .media-link .photo.image-loaded:before,
  .media-link .video.image-loaded:before {
    color: #ffffff;
  }
  .media-link .video.image-loaded:before {
    font-size: 24px;
    line-height: inherit;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .media-link .video.image-loaded:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "icomoon";
    content: "\e9a4";
  }
  .media-link .video.image-loaded:before {
    color: #ffffff;
  }
  .media-link:hover,
  .media-link:focus {
    text-decoration: none;
  }
  .media-link:hover .photo.image-loaded .thumb-photo,
  .media-link:focus .photo.image-loaded .thumb-photo,
  .media-link:hover .video.image-loaded .thumb-photo,
  .media-link:focus .video.image-loaded .thumb-photo,
  .media-link:hover .photo.image-loaded .thumb-video,
  .media-link:focus .photo.image-loaded .thumb-video,
  .media-link:hover .video.image-loaded .thumb-video,
  .media-link:focus .video.image-loaded .thumb-video,
  .media-link:hover .photo.image-loaded img,
  .media-link:focus .photo.image-loaded img,
  .media-link:hover .video.image-loaded img,
  .media-link:focus .video.image-loaded img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .media-link:hover .photo.image-loaded:before,
  .media-link:focus .photo.image-loaded:before,
  .media-link:hover .video.image-loaded:before,
  .media-link:focus .video.image-loaded:before {
    font-size: 42px;
    line-height: inherit;
  }
  .media-link:hover .photo.image-loaded:before,
  .media-link:focus .photo.image-loaded:before,
  .media-link:hover .video.image-loaded:before,
  .media-link:focus .video.image-loaded:before {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    /*
				//-- layout specifiek - make border circle
				.square(66);
				line-height: 66px !important;
				.text-center;
				border: 1px solid @icon-thumb-color;
				.circle;
				*/
  }
  .media-link:hover .photo.image-loaded:after,
  .media-link:focus .photo.image-loaded:after,
  .media-link:hover .video.image-loaded:after,
  .media-link:focus .video.image-loaded:after {
    background: #207530;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
.media-link .thumb-video {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.media-thumb {
  display: block;
}
.embed-video {
  display: block;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 180px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.embed-video > i {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.lazyload,
.lazyloading {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lazyloaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@keyframes scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loading-image:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  -webkit-animation: scaleout 1.2s infinite ease-in-out;
  -o-animation: scaleout 1.2s infinite ease-in-out;
  animation: scaleout 1.2s infinite ease-in-out;
  background-color: rgba(0, 0, 0, 0.9);
}
.image-loaded {
  -ms-animation-name: none;
}
.ratio-size .photo {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
  background: linear-gradient(#f2f2f2 66%, rgba(242, 242, 242, 0));
  /* padding-bottom berekend op basis van verhouding ImageResizeSettings in BO */
}
.ratio-size .photo img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.list-media .media-link {
  display: block;
  position: relative;
}
.one-media {
  position: relative;
}
.one-media,
.one-media .photo,
.one-media .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.one-media.media-content {
  margin-bottom: 7.5px;
  /*
		+ .info,
		+ div {
			+ div {
				clear: both;
			}
		}
		*/
}
.one-media.media-content .photo,
.one-media.media-content .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
@media (min-width: 544px) {
  .one-media.media-content {
    position: relative;
    z-index: 1;
    float: right;
    margin-left: 15px;
    max-width: 300px;
  }
}
.one-media.media-box .photo,
.one-media.media-box .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.one-media.media-box.one-media:not(:last-child) {
  margin-bottom: 28px;
}
.one-media .copyright,
.media-list.media-box .list-media .copyright {
  position: absolute;
  z-index: 1070;
  right: 0px;
  bottom: 0px;
}
.copyright {
  font-size: 14px;
  line-height: inherit;
}
.copyright:before {
  font-family: "icomoon";
  content: "\e967";
}
.copyright:before {
  color: #ffffff;
}
.copyright:before {
  font-size: 16px;
  line-height: inherit;
}
@media (min-width: 768px) {
  .copyright {
    width: 20px;
    height: 20px;
  }
  .copyright:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .copyright > span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inherit !important;
  }
}
@media (max-width: 767px) {
  .copyright {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    padding-left: 5px;
    padding-right: 5px;
  }
  .copyright:before {
    margin-right: 5px;
    font-size: 14px;
    line-height: inherit;
  }
}
.copyright:hover,
.copyright:focus {
  cursor: help;
}
/******************
 * FOCUSED IMAGES *
 ******************/
.grid {
  display: grid;
  grid-template-columns: 1fr;
}
.focused-image-container {
  grid-column: 1;
}
.focused-image {
  /* Just animating transitions */
  transition: top 0.25s ease-in-out, left 0.25s ease-in-out;
}
/***********************
* DARK SITE MODAL BOX *
***********************/
/*********************
* VARIABLES popup *
*********************/
.popup-container {
  overflow: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100% !important;
}
.popup-container > div[class*="overlay"] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: #F8F8F8;
}
.popup-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #F8F8F8;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  z-index: 1041;
  padding: 40px 20px;
  overflow: hidden;
}
.popup-content .btn-cta {
  margin-top: 14px;
}
.popup-content .btn-cta {
  margin-top: 0px;
}
.popup-content .box-downloads {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .popup-content {
    width: 600px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .popup-content {
    width: 900px;
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.sr-visible {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.invisibility {
  visibility: hidden !important;
}
.clearfix:before,
.clearfix:after,
.nav-tabs:before,
.nav-tabs:after,
.list-social:before,
.list-social:after,
.list-share:before,
.list-share:after,
.list-grid:before,
.list-grid:after,
.list-audio:before,
.list-audio:after,
.box-grid:before,
.box-grid:after,
.media-list.media-content .list-media:before,
.media-list.media-content .list-media:after,
.media-list.media-box .list-media:before,
.media-list.media-box .list-media:after,
.container:before,
.container:after,
.header .header-meta > .meta-container-wrapper:before,
.header .header-meta > .meta-container-wrapper:after,
.header .header-container:before,
.header .header-container:after,
.portal-type .list:before,
.portal-type .list:after,
.nav-translation:before,
.nav-translation:after,
.navbar-default .nav-main:before,
.navbar-default .nav-main:after,
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container:before,
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container:after,
.page-container-wrapper:before,
.page-container-wrapper:after,
.page-container.page-column:before,
.page-container.page-column:after,
.page-container:not(.page-column) .box-content .list:before,
.page-container:not(.page-column) .box-content .list:after,
.page-container.page-full .box-content .list:before,
.page-container.page-full .box-content .list:after,
.media-overview .page-container.page-column:before,
.media-overview .page-container.page-column:after,
.media-overview .page-container:not(.page-column) .box-content .list:before,
.media-overview .page-container:not(.page-column) .box-content .list:after,
.media-overview .page-container.page-full .box-content .list:before,
.media-overview .page-container.page-full .box-content .list:after,
.footer .footer-inner .footer-row:before,
.footer .footer-inner .footer-row:after,
.masonry-grid .list:not(.ui-sortable):before,
.masonry-grid .list:not(.ui-sortable):after,
.box-wrapper .box-row:before,
.box-wrapper .box-row:after,
.events-detail .intro-wrapper .event-type .list:before,
.events-detail .intro-wrapper .event-type .list:after,
.homecontact .box-contact:before,
.homecontact .box-contact:after,
.box-contact-content .contact-content .contact-content-row:before,
.box-contact-content .contact-content .contact-content-row:after,
.box-contact-content .box-contact-block-row:before,
.box-contact-content .box-contact-block-row:after,
.contact-detail .box-contact-block-row:before,
.contact-detail .box-contact-block-row:after,
.atoz .page-container.page-column:before,
.atoz .page-container.page-column:after,
.theme-detail-wrapper .list:before,
.theme-detail-wrapper .list:after,
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable):before,
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable):after,
.media-partial-overview .list:before,
.media-partial-overview .list:after,
.media-partial-spotlight .list:before,
.media-partial-spotlight .list:after,
.media-partial-box .list:before,
.media-partial-box .list:after,
.company-update form .row-group.group-address > .control-wrapper:before,
.company-update form .row-group.group-address > .control-wrapper:after,
.publications-overview .list:before,
.publications-overview .list:after,
.publications-detail .publication-partial .list:before,
.publications-detail .publication-partial .list:after,
.birthday-partial-home .list:before,
.birthday-partial-home .list:after,
.birthdays-overview .list:before,
.birthdays-overview .list:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav-tabs:after,
.list-social:after,
.list-share:after,
.list-grid:after,
.list-audio:after,
.box-grid:after,
.media-list.media-content .list-media:after,
.media-list.media-box .list-media:after,
.container:after,
.header .header-meta > .meta-container-wrapper:after,
.header .header-container:after,
.portal-type .list:after,
.nav-translation:after,
.navbar-default .nav-main:after,
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container:after,
.page-container-wrapper:after,
.page-container.page-column:after,
.page-container:not(.page-column) .box-content .list:after,
.page-container.page-full .box-content .list:after,
.media-overview .page-container.page-column:after,
.media-overview .page-container:not(.page-column) .box-content .list:after,
.media-overview .page-container.page-full .box-content .list:after,
.footer .footer-inner .footer-row:after,
.masonry-grid .list:not(.ui-sortable):after,
.box-wrapper .box-row:after,
.events-detail .intro-wrapper .event-type .list:after,
.homecontact .box-contact:after,
.box-contact-content .contact-content .contact-content-row:after,
.box-contact-content .box-contact-block-row:after,
.contact-detail .box-contact-block-row:after,
.atoz .page-container.page-column:after,
.theme-detail-wrapper .list:after,
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable):after,
.media-partial-overview .list:after,
.media-partial-spotlight .list:after,
.media-partial-box .list:after,
.company-update form .row-group.group-address > .control-wrapper:after,
.publications-overview .list:after,
.publications-detail .publication-partial .list:after,
.birthday-partial-home .list:after,
.birthdays-overview .list:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: table;
  height: 100%;
}
.center-block > a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide,
.masked {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/********
 * CORE *
 ********/
/********************************************
 * CORE :: STRUCTURE CHANGES :: SCAFFOLDING *
 ********************************************/
/* ==========================================================================
CORE :: Structure changes :: Scaffolding
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.no-scroll {
  overflow: hidden;
  position: relative;
  /* .is-active {
			.btn-toggle-close {
				.sr-only-focusable;
				&:active,
				&:focus {
					.btn-lg;
					position: fixed !important;
					z-index: @zindex-modal + 1;
					.b(0);
					.r(0);
				}
			}
		} */
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Gilroy';
  font-weight: 300;
  color: #2B4153;
  font-size: 20px;
  line-height: 28px;
  background-color: #ffffff;
}
@media (max-width: 320px) {
  body {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  body {
    font-size: 20px;
    line-height: 31px;
  }
}
body.animate a,
body.animate button {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: background-color, color, border-color;
  -moz-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
}
body.error #outer-wrap,
body.error #inner-wrap,
body.error .page-container-wrapper,
body.error .page-inner {
  height: 100%;
  background-color: #33B94C;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #33B94C;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #207530;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #F8F8F8;
}
hr.mini {
  width: 5%;
  margin: 0 auto;
  border-width: 4px;
}
[role="button"] {
  cursor: pointer;
}
/********************************************
 * PAGE - STRUCTURE :: BASE PAGE CONTAINERS *
 ********************************************/
#outer-wrap {
  position: relative;
  overflow: hidden;
}
#inner-wrap {
  position: relative;
  background-color: transparent;
  /*
	//## fluid container main
	.container-fixed(
		@gutter: (@grid-gutter-width);
	);
	*/
}
#inner-wrap.has-hamburger .navbar-toggle.btn-menu {
  display: inline-block;
  margin-left: 15px;
}
#inner-wrap.has-hamburger .header-nav {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  float: none !important;
  overflow: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100% !important;
}
#inner-wrap.has-hamburger .header-nav > div[class*="overlay"] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: rgba(248, 248, 248, 0.8);
}
#inner-wrap.has-hamburger .header-nav > div[class*="overlay"] {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#inner-wrap.has-hamburger .header-nav .header-meta {
  background-color: #F8F8F8;
}
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  pointer-events: visible;
}
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a {
  color: #2B4153;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a:active,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a.active,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a[disabled],
fieldset[disabled] #inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a:active,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a.active,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a[disabled],
fieldset[disabled] #inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a:hover,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a:focus,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a:active,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a:hover,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a:focus,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a:active {
  border-color: transparent;
}
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a:hover,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a:focus,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a:hover,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a:focus {
  color: #2B4153;
  text-decoration: underline;
  background-color: transparent;
}
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a[disabled]:hover,
fieldset[disabled] #inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a:hover,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a[disabled]:focus,
fieldset[disabled] #inner-wrap.has-hamburger .header-nav .header-meta .nav-meta > li > a:focus,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a[disabled]:hover,
fieldset[disabled] #inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a:hover,
#inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a[disabled]:focus,
fieldset[disabled] #inner-wrap.has-hamburger .header-nav .header-meta .nav-translation > li > a:focus {
  color: #c8c8c8;
  text-decoration: none;
}
#inner-wrap.has-hamburger.active .header-nav {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#inner-wrap.has-hamburger.active .header-nav > div[class*="overlay"] {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#inner-wrap.has-hamburger .menu-header {
  position: absolute;
  z-index: 1041;
  top: 0px;
  left: 0px;
  text-align: right;
  width: 100%;
  height: 42px;
  padding-left: 12px;
  padding-right: 54px;
  background: #2B4153;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.17);
}
#inner-wrap.has-hamburger .menu-header + div {
  padding-top: 42px;
}
#inner-wrap.has-hamburger .menu-header > .title {
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 42px;
  float: left !important;
}
@media (max-width: 320px) {
  #inner-wrap.has-hamburger .menu-header > .title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  #inner-wrap.has-hamburger .menu-header > .title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  #inner-wrap.has-hamburger .menu-header > .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #inner-wrap.has-hamburger .menu-header > .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #inner-wrap.has-hamburger .menu-header > .title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  #inner-wrap.has-hamburger .menu-header > .title {
    font-size: 20px;
    line-height: 31px;
  }
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header {
  position: relative;
  overflow: hidden;
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  /**
		* Style hamburger to cross
		*
		* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
		* down to center and transform into an "x".
		*/
  /* active state, i.e. menu open */
  height: 42px;
  min-width: 44px;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #33B94C;
  display: inline-block;
  z-index: 1042;
  pointer-events: visible;
  position: absolute;
  right: 0px;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:before,
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:after {
  position: absolute;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:before {
  top: -9px;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:after {
  bottom: -9px;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon {
  background-color: #ffffff;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:before {
  -webkit-transition-property: top, -webkit-transform;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:after {
  -webkit-transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:before,
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:after {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active > span.toggle-icon {
  background-color: transparent;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active > span.toggle-icon:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active > span.toggle-icon:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active > span.toggle-icon:before,
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active > span.toggle-icon:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active:hover > span.toggle-icon {
  -webkit-animation-name: hamburgeractivehover;
  animation-name: hamburgeractivehover;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes hamburgerhover {
  to {
    background: #ffffff;
  }
}
@keyframes hamburgeractivehover {
  to {
    background: transparent;
  }
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:before,
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:after {
  background-color: #ffffff;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-txt {
  line-height: 42px;
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header:hover {
  color: #ffffff;
  background-color: #2B4153;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header:hover > span.toggle-icon {
  -webkit-animation-name: hamburgerhover;
  animation-name: hamburgerhover;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header:hover > span.toggle-icon:before,
#inner-wrap.has-hamburger .menu-header .btn-menu-header:hover > span.toggle-icon:after {
  background-color: #ffffff;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header:hover > span.toggle-txt {
  color: #ffffff;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header:focus {
  outline-color: #ffffff;
}
#inner-wrap.has-hamburger .navbar-default {
  position: relative;
  z-index: 1050;
  pointer-events: none;
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
  /*
		.dropdown-shadow(
			@shadow-style: base;
			@shadow-color: @black;
		);
		*/
}
#inner-wrap.has-hamburger .navbar-default .menu-wrapper {
  margin-bottom: 0px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */
  overflow-x: hidden;
}
#inner-wrap.has-hamburger .navbar-default .menu-wrapper::-webkit-scrollbar {
  display: none;
}
#inner-wrap.has-hamburger .navbar-default .menu-wrapper.is-touch {
  overflow-y: scroll;
}
#inner-wrap.has-hamburger .navbar-default .nav-main {
  clear: both;
  float: auto;
  pointer-events: visible;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a {
  color: #2B4153;
  background: transparent;
  font-size: 20px;
  line-height: inherit;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
  /*
					.animated-underline(
						@a-underline-color: @offcanvas-menu-link-hover-color;
						@animation-style: fadeup;
						@animation-speed: @transition-base-duration;
						@a-underline-thickness: 1px;
					);
					*/
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a:hover,
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a:focus {
  color: #2B4153;
  background-color: #ffffff;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a:hover:before,
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a:focus:before {
  color: #2B4153;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li + li {
  border-top: 1px solid rgba(0, 0, 0, 0);
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li.active > a,
#inner-wrap.has-hamburger .navbar-default .nav-main > li.active > a:hover,
#inner-wrap.has-hamburger .navbar-default .nav-main > li.active > a:focus {
  color: #2B4153;
  background-color: #ffffff;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li.active > a:before {
  color: #2B4153;
}
#inner-wrap.has-hamburger .navbar-default .nav-main .dropdown {
  /*
					&.active {
						.dropdown-menu {
							.show;
							.column-popular  {
								.hide();
							}
						}
					}
					*/
  /*
				&.dropdown-nav-main {
					> a { .hide; }
					> .dropdown-menu {
						.show;
						background: @offcanvas-menu-link-bg;
						> li {
							> a {
								.text-uppercase; //-- zelfde case als nav-main base
								color: @offcanvas-menu-link-color;
								background: @offcanvas-menu-link-bg;
								.font-size(
									@font-size-base: @offcanvas-menu-font-size;
									@font-use-mediaqueries;
									@fontsize-style: offcanvas-menu;
								);
								.text-left;
								.pv(@offcanvas-menu-padding-vertical);
								.ph(@offcanvas-menu-padding-horizontal);
								&:hover,
								&:focus {
									color: @offcanvas-menu-link-hover-color;
									background-color: @offcanvas-menu-link-hover-bg;
								}
							}
							&.active {
								> a {
									&,
									&:hover,
									&:focus {
										color: @offcanvas-menu-link-hover-color;
										background-color: @offcanvas-menu-link-hover-bg;
									}
								}
							}
							+ li {
								border-top: 1px solid @offcanvas-menu-link-border-color;
							}
						}
					}
				}
				*/
}
#inner-wrap.has-hamburger .navbar-default .nav-main .dropdown .dropdown-menu {
  position: relative;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#inner-wrap.has-hamburger .navbar-default .nav-main .dropdown .dropdown-menu .column-dropdown > li > a {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 544px) {
  #inner-wrap.has-hamburger .nav-main {
    width: 450px;
  }
}
#inner-wrap.has-hamburger .navbar-default {
  margin-right: -100%;
}
@media (min-width: 544px) {
  #inner-wrap.has-hamburger .navbar-default {
    float: right !important;
    width: 450px;
    height: 100%;
  }
}
#inner-wrap.has-hamburger.active .navbar-default {
  margin-right: 0px;
}
.toppos {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 1030;
  text-align: right;
}
.toppos.animate {
  -webkit-transition: bottom 0.25s ease;
  -moz-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.toppos > div + div {
  margin-top: 14px;
}
.toppos #totop {
  display: none;
}
/*
.btn-totop,
.btn-share-toggle { }
*/
.btn-totop {
  padding: 0px !important;
  width: 56px;
  height: 56px;
  font-size: 20px;
  line-height: inherit;
  line-height: 56px;
  text-align: center;
  border: 0;
  display: inline-block;
}
.btn-totop > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.btn-totop:hover,
.btn-totop:focus {
  text-decoration: none;
}
.btn-totop:before {
  font-size: 30px;
  line-height: inherit;
  line-height: 51px;
}
.btn-share-toggle {
  position: absolute;
  right: 0;
  padding: 0px !important;
  width: 56px;
  height: 56px;
  font-size: 20px;
  line-height: inherit;
  line-height: 56px;
  text-align: center;
  border: 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border, right;
  -moz-transition-property: color, background, border, right;
  -o-transition-property: color, background, border, right;
  transition-property: color, background, border, right;
}
.btn-share-toggle > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.btn-share-toggle:hover,
.btn-share-toggle:focus {
  text-decoration: none;
}
.side-bar .box {
  border-radius: 0 50px 0 0 !important;
  overflow: hidden;
}
.side-bar .box-contact:not(:first-child) {
  border-radius: 0 0 0 0 !important;
}
#box-share {
  position: relative;
  min-height: 56px;
}
#box-share .share-btns {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
#box-share .share-btns .list-share,
#box-share .share-btns .list-share > li {
  height: 56px;
}
#box-share .share-btns .list-share > li {
  padding-top: 11px;
  padding-bottom: 11px;
}
#box-share .share-btns .list-share > li > a {
  color: #ffffff;
  /* .check-unit(
						@property: line-height;
						@unit: @box-share-height;
					); */
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  color: #ffffff;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus,
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 18px;
  line-height: inherit;
}
#box-share:not(.is-active) .share-btns {
  display: none !important;
}
#box-share.is-active .btn-share-toggle {
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  right: 100%;
  -webkit-border-radius: 50px 0 0 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px 0 0 50px;
  -moz-background-clip: padding;
  border-radius: 50px 0 0 50px;
  background-clip: padding-box;
}
#box-share.is-active .btn-share-toggle:before {
  font-family: "icomoon";
  content: "\e95f";
}
#box-share.is-active .btn-share-toggle:hover,
#box-share.is-active .btn-share-toggle:focus {
  text-decoration: none;
}
#box-share.is-active .btn-share-toggle:focus {
  outline-color: #ffffff;
}
#box-share.is-active .btn-share-toggle:before {
  font-size: 30px;
  line-height: inherit;
}
#box-share.is-active .btn-share-toggle:focus,
#box-share.is-active .btn-share-toggle:hover {
  background-color: #2B4153;
}
#box-share.is-active .share-btns {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
.btn-toggle-close {
  position: relative;
  overflow: hidden;
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  /**
		* Style hamburger to cross
		*
		* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
		* down to center and transform into an "x".
		*/
  /* active state, i.e. menu open */
  height: 57px;
  min-width: 44px;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #33B94C;
  position: fixed;
  z-index: 1051;
  top: 0px;
  right: 0px;
  display: none;
}
.btn-toggle-close > span.toggle-icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-toggle-close > span.toggle-icon:before,
.btn-toggle-close > span.toggle-icon:after {
  position: absolute;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
.btn-toggle-close > span.toggle-icon:before {
  top: -9px;
}
.btn-toggle-close > span.toggle-icon:after {
  bottom: -9px;
}
.btn-toggle-close:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.btn-toggle-close > span.toggle-icon {
  background-color: #ffffff;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.btn-toggle-close > span.toggle-icon:before {
  -webkit-transition-property: top, -webkit-transform;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.btn-toggle-close > span.toggle-icon:after {
  -webkit-transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.btn-toggle-close > span.toggle-icon:before,
.btn-toggle-close > span.toggle-icon:after {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
}
.btn-toggle-close.is-active > span.toggle-icon {
  background-color: transparent;
}
.btn-toggle-close.is-active > span.toggle-icon:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-toggle-close.is-active > span.toggle-icon:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-toggle-close.is-active > span.toggle-icon:before,
.btn-toggle-close.is-active > span.toggle-icon:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
.btn-toggle-close.is-active:hover > span.toggle-icon {
  -webkit-animation-name: hamburgeractivehover;
  animation-name: hamburgeractivehover;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes hamburgerhover {
  to {
    background: #ffffff;
  }
}
@keyframes hamburgeractivehover {
  to {
    background: transparent;
  }
}
@media (max-width: 399px) {
  .btn-toggle-close {
    min-width: 57px;
  }
  .btn-toggle-close > span.toggle-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.btn-toggle-close > span.toggle-icon {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.btn-toggle-close > span.toggle-icon:before,
.btn-toggle-close > span.toggle-icon:after {
  background-color: #ffffff;
}
.btn-toggle-close > span.toggle-txt {
  line-height: 57px;
  display: inline-block;
  padding-left: 32px;
}
@media (max-width: 399px) {
  .btn-toggle-close > span.toggle-txt {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inherit !important;
    padding-left: 0px;
  }
}
.btn-toggle-close:hover {
  color: #ffffff;
  background-color: #2B4153;
}
.btn-toggle-close:hover > span.toggle-icon {
  -webkit-animation-name: hamburgerhover;
  animation-name: hamburgerhover;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.btn-toggle-close:hover > span.toggle-icon:before,
.btn-toggle-close:hover > span.toggle-icon:after {
  background-color: #ffffff;
}
.btn-toggle-close:hover > span.toggle-txt {
  color: #ffffff;
}
.btn-toggle-close:focus {
  outline-color: #ffffff;
}
.skip {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 1031;
}
.skip .skip-navigation {
  -webkit-transition: margin-top 0.25s ease;
  -moz-transition: margin-top 0.25s ease;
  -o-transition: margin-top 0.25s ease;
  transition: margin-top 0.25s ease;
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.skip .skip-navigation:active,
.skip .skip-navigation:focus {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.skip .skip-navigation:active,
.skip .skip-navigation:focus {
  margin-top: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: inherit;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.ie-update-browser {
  padding: 80px;
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #f0ad4e;
  border-left: 6px solid #f0ad4e;
  padding-left: 21px;
  text-align: center;
  font-size: 16px;
  line-height: inherit;
}
.ie-update-browser:not(:last-child) {
  margin-bottom: 14px;
}
.ie-update-browser .heading {
  color: #ffffff;
}
.embed-responsive {
  position: relative;
  display: block;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* ==========================================================================
	Fonts // Typography
========================================================================== */
/* ==========================================================================
	Fonts // Typography
========================================================================== */
@font-face {
  font-family: 'VAGRounded BT';
  src: url('https://fonts.icordis.be/fonts/poperinge/VAGRoundedBT-Regular.woff2') format('woff2'), url('https://fonts.icordis.be/fonts/poperinge/VAGRoundedBT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://fonts.icordis.be/fonts/poperinge/Gilroy-Medium.woff2') format('woff2'), url('https://fonts.icordis.be/fonts/poperinge/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://fonts.icordis.be/fonts/poperinge/Gilroy-Light.woff2') format('woff2'), url('https://fonts.icordis.be/fonts/poperinge/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
.text-title {
  font-family: 'VAGRounded BT';
  font-weight: normal;
}
.text-custom {
  font-family: 'Gilroy';
  font-weight: normal;
}
.text-custom-light {
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: normal;
}
.text-custom-semibold {
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: normal;
}
.text-custom-bold {
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: normal;
}
/******************
* CORE :: TITLES *
******************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0px;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  color: #2B4153;
  margin-bottom: 28px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #c8c8c8;
}
h1,
.h1 {
  color: #2B4153;
  font-size: 42px;
}
@media (max-width: 320px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 47px;
  }
}
@media (min-width: 320px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 53px;
  }
}
@media (min-width: 544px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 1300px) {
  h1,
  .h1 {
    /* .check-unit(
					@property: font-size;
					@unit: @font-size-base + 3;
				); */
    line-height: 59px;
  }
}
h1 span,
.h1 span {
  padding-bottom: 15px;
  display: inline-block;
}
h1:after,
.h1:after {
  content: "";
  height: 4px;
  width: 75px;
  background-color: #33B94C;
  display: block;
}
h2,
.h2 {
  color: #2B4153;
  font-size: 36px;
}
@media (max-width: 320px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (min-width: 320px) {
  h2,
  .h2 {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (min-width: 544px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  h2,
  .h2 {
    /* .check-unit(
					@property: font-size;
					@unit: @font-size-base + 3;
				); */
    line-height: 51px;
  }
}
h3,
.h3 {
  margin-bottom: 18.66666667px;
  color: #2B4153;
  font-size: 24px;
}
@media (max-width: 320px) {
  h3,
  .h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 320px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 29px;
  }
}
@media (min-width: 544px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  h3,
  .h3 {
    /* .check-unit(
					@property: font-size;
					@unit: @font-size-base + 3;
				); */
    line-height: 35px;
  }
}
h4,
.h4 {
  color: #2B4153;
  font-size: 18px;
}
@media (max-width: 320px) {
  h4,
  .h4 {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 320px) {
  h4,
  .h4 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 544px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  h4,
  .h4 {
    /* .check-unit(
					@property: font-size;
					@unit: @font-size-base + 3;
				); */
    line-height: 27px;
  }
}
h5,
.h5 {
  color: #2B4153;
  font-size: 18px;
}
@media (max-width: 320px) {
  h5,
  .h5 {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 320px) {
  h5,
  .h5 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 544px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  h5,
  .h5 {
    /* .check-unit(
					@property: font-size;
					@unit: @font-size-base + 3;
				); */
    line-height: 27px;
  }
}
h6,
.h6 {
  color: #2B4153;
  font-size: 18px;
}
@media (max-width: 320px) {
  h6,
  .h6 {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 320px) {
  h6,
  .h6 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 544px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  h6,
  .h6 {
    /* .check-unit(
					@property: font-size;
					@unit: @font-size-base + 3;
				); */
    line-height: 27px;
  }
}
h1,
.h1,
h1.page-heading {
  margin-bottom: 14px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 962px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
/* .row {
	.make-row();
}


// Columns
//
// Common styles for small and large grid columns

.make-grid-columns();


// Extra small grid
//
// Columns, offsets, pushes, and pulls for extra small devices like
// smartphones.

.make-grid(xs);


// Small grid
//
// Columns, offsets, pushes, and pulls for the small device range, from phones
// to tablets.

@media (min-width: @screen-tablet) {
	.make-grid(sm);
}


// Medium grid
//
// Columns, offsets, pushes, and pulls for the desktop device range.

@media (min-width: @screen-desktop) {
	.make-grid(md);
}


// Large grid
//
// Columns, offsets, pushes, and pulls for the large desktop device range.

@media (min-width: @screen-widescreen) {
	.make-grid(lg);
}
 */
/* ==========================================================================
 CORE :: Box layouts
 ========================================================================== */
.box {
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #2B4153;
  padding: 40px 20px;
  background-color: #F8F8F8;
  margin-bottom: 60px;
  /* &:not(:last-child) {
	} */
}
.box .box-title {
  color: #2B4153;
  font-family: 'VAGRounded BT';
  font-weight: normal;
}
.box a:not([class]) {
  color: #2B4153;
}
.box a:not([class]):hover,
.box a:not([class]):focus {
  color: #2B4153;
}
.box > .box-block:not(:last-child) {
  margin-bottom: 7px;
}
.box > .box-block .box-subtitle a {
  color: #2B4153;
}
.box > .box-block .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.box > .box-block .list > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.box > .box-block .list > li {
  position: relative;
}
.box > .box-block .list > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.box > .box-block .list > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.box > .box-block .list > li a {
  position: relative;
  z-index: 1;
}
.box > .box-block .list > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.box > .box-block .list > li > a {
  display: block;
  color: #2B4153;
}
.box > .box-block .list > li > a > span:only-child {
  display: block;
}
.box > .box-block .list > li > a > span:first-of-type {
  padding-left: 27px;
}
.box > .box-block .list > li:hover:before {
  color: #207530;
}
.box > .box-block .list > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.box > .box-block .list:not(:last-child) {
  margin-bottom: 14px;
}
.box > .box-block .list > li:before {
  color: #2B4153;
}
.box > .box-block .list > li > a {
  color: #2B4153;
}
.box > .box-block ~ .box-block {
  position: relative;
  padding-top: 61px;
}
.box > .box-block ~ .box-block:before,
.box > .box-block ~ .box-block:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.box > .box-block ~ .box-block:before {
  content: "";
  top: 30px;
  border-top: 1px dotted rgba(43, 65, 83, 0.11);
}
.box-content {
  background-color: transparent;
  border-color: transparent;
  color: #2B4153;
  padding: 0px;
}
.box-content .box-title {
  color: #2B4153;
}
.box-content a:not([class]) {
  color: #2B4153;
}
.box-content > .box-block .box-subtitle {
  color: #2B4153;
}
.box-content > .box-block .list > li:before {
  color: #33B94C;
}
.box-content > .box-block .list > li > a {
  color: #2B4153;
}
.box-content > .box-block .list > li:hover:before {
  color: #207530;
}
.box-content > .box-block ~ .box-block:before {
  border-top-color: rgba(0, 0, 0, 0);
}
.box-primary {
  background-color: #33B94C;
  border-color: #33B94C;
  color: #2B4153;
}
.box-primary .box-title {
  color: #2B4153;
}
.box-primary a:not([class]) {
  color: #2B4153;
}
.box-primary > .box-block .box-subtitle {
  color: #2B4153;
}
.box-primary > .box-block .list > li:before {
  color: #2B4153;
}
.box-primary > .box-block .list > li > a {
  color: #2B4153;
}
.box-primary > .box-block .list > li:hover:before {
  color: #207530;
}
.box-primary > .box-block ~ .box-block:before {
  border-top-color: #2c9f41;
}
.box-secondary {
  background-color: #ffffff;
  border-color: #33B94C;
  color: #ffffff;
}
.box-secondary .box-title {
  color: #ffffff;
}
.box-secondary a:not([class]) {
  color: #ffffff;
}
.box-secondary > .box-block .box-subtitle {
  color: #ffffff;
}
.box-secondary > .box-block .list > li:before {
  color: #ffffff;
}
.box-secondary > .box-block .list > li > a {
  color: #ffffff;
}
.box-secondary > .box-block .list > li:hover:before {
  color: #207530;
}
.box-secondary > .box-block ~ .box-block:before {
  border-top-color: #eeeeee;
}
.box-default {
  background-color: #F8F8F8;
  border-color: #33B94C;
  color: #2B4153;
}
.box-default .box-title {
  color: #2B4153;
}
.box-default a:not([class]) {
  color: #2B4153;
}
.box-default > .box-block .box-subtitle {
  color: #2B4153;
}
.box-default > .box-block .list > li:before {
  color: #33B94C;
}
.box-default > .box-block .list > li > a {
  color: #2B4153;
}
.box-default > .box-block .list > li:hover:before {
  color: #207530;
}
.box-default > .box-block ~ .box-block:before {
  border-top-color: #e7e7e7;
}
.box-border {
  border: 1px solid #F3FBF5;
}
.box-edit .box-block .list > li:before {
  font-family: "icomoon";
  content: "\e9dd";
}
.box-edit .box-block .list > li:before {
  font-size: 20px;
  line-height: inherit;
}
/*
.box-links,
.box-dienst,
.box-social,
.box-streetmap { }

.box-downloads,
.box-products,
.box-moreinfo { }
*/
.box-filter {
  border-left: none;
}
.box-filter .calendar .calendar-dates > tbody > tr > td {
  border: none;
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.box-filter .calendar .calendar-dates > tbody > tr > td > a,
.box-filter .calendar .calendar-dates > tbody > tr > td > span {
  color: #2B4153;
}
.box-filter .calendar .calendar-dates > tbody > tr > td > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td > a:focus {
  color: #2B4153;
  background: rgba(43, 72, 83, 0.05);
}
.box-filter .calendar .calendar-dates > tbody > tr > td.active > a,
.box-filter .calendar .calendar-dates > tbody > tr > td.active > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.active > a:focus {
  color: #2B4153;
  background: rgba(43, 72, 83, 0.05);
}
.box-filter .calendar .calendar-dates > tbody > tr > td.currentday > a,
.box-filter .calendar .calendar-dates > tbody > tr > td.currentday > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.currentday > a:focus {
  color: #2B4153 !important;
  background-color: rgba(43, 72, 83, 0.05) !important;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event > a {
  color: #2B4153;
  background: rgba(43, 72, 83, 0.05);
}
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event > a:focus {
  color: #ffffff;
  background-color: #2B4153;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event.active > a,
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event.active > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event.active > a:focus {
  color: #ffffff;
  background-color: #2B4153;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.nextmonth > span,
.box-filter .calendar .calendar-dates > tbody > tr > td.previousmonth > span,
.box-filter .calendar .calendar-dates > tbody > tr > td.nextmonth > a,
.box-filter .calendar .calendar-dates > tbody > tr > td.previousmonth > a {
  color: rgba(43, 65, 83, 0.35);
  display: none !important;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.past:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.past:focus,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > span,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > span:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > span:focus,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > a,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > a:focus {
  color: rgba(43, 65, 83, 0.35);
}
.box-filter .btn-filter {
  margin-top: 14px;
}
.box-filter .search-group > input.form-control {
  border-right: none;
}
.box-filter .search-group > .input-group-btn > span {
  border-left: 0;
}
.box-product-streetmap {
  background-color: #33B94C;
  color: #ffffff;
  padding: 0px;
  margin-bottom: 30px;
}
.box-product-streetmap .btn-show-on-map {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 23px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 16px;
  line-height: inherit;
  position: absolute;
  bottom: 100%;
  right: 20px;
}
.box-product-streetmap .streetmap {
  height: 280px !important;
}
.box-product-streetmap .streetmap-address {
  padding: 5px 15px;
}
/* ==========================================================================
 Core :: lists
========================================================================== */
ul,
ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0px;
}
dl {
  margin-top: 0px;
  margin-bottom: 0px;
}
dt,
dd {
  line-height: 28px;
}
dt {
  color: #2B4153;
  font-weight: 600;
}
dd {
  margin-left: 0px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
  /*
	&:not(:first-child):not(:last-child) {
		border-radius: 0;
	}
	*/
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #2B4153;
  text-align: center;
  background-color: #F8F8F8;
  border: 1px solid #f2f2f2;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 15px 15px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0px;
  color: #2B4153;
}
legend,
legend.title {
  line-height: inherit;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 320px) {
  legend,
  legend.title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  legend,
  legend.title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  legend,
  legend.title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  legend,
  legend.title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  legend,
  legend.title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  legend,
  legend.title {
    font-size: 20px;
    line-height: 31px;
  }
}
label,
legend {
  position: relative;
  color: #2B4153;
  font-size: 20px;
  line-height: 28px;
  max-width: 100%;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 320px) {
  label,
  legend {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  label,
  legend {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  label,
  legend {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  label,
  legend {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  label,
  legend {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  label,
  legend {
    font-size: 20px;
    line-height: 31px;
  }
}
label .label-required > span,
legend .label-required > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
label .label-required:before,
legend .label-required:before {
  content: "*";
  color: #ffffff;
}
.label-help-text,
.show-merge-window {
  float: right !important;
}
.label-help-text:hover,
.show-merge-window:hover {
  cursor: pointer;
}
.label-help-text:hover:before,
.show-merge-window:hover:before {
  color: #2B4153 !important;
}
.label-help-text:before,
.show-merge-window:before {
  font-size: 18px;
  line-height: inherit;
}
.label-help-text {
  position: relative;
}
.label-help-text:hover > span {
  visibility: visible;
}
.label-help-text span {
  visibility: hidden;
  position: absolute;
  padding: 15px;
  right: 100%;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 12px;
  line-height: inherit;
  line-height: 21px;
  background-color: #33B94C;
  color: #ffffff;
  z-index: 1070;
  min-width: 250px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #2B4153;
}
.form-control {
  height: 42px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  line-height: inherit;
  line-height: 31px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  display: block;
  width: 100%;
  color: #2B4153;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, border-color, -webkit-box-shadow, background-color;
  -moz-transition-property: color, border-color, -moz-box-shadow, background-color;
  -o-transition-property: color, border-color, box-shadow, background-color;
  transition-property: color, border-color, box-shadow, background-color;
}
select.form-control {
  height: 42px;
  line-height: 31px;
}
textarea.form-control,
select[multiple].form-control {
  height: auto;
}
.form-control:focus {
  border-color: #2B4153;
  outline: 0;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(43, 65, 83, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(43, 65, 83, 0.6);
}
.form-control::-moz-placeholder {
  color: #2B4153;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #2B4153;
}
.form-control::-webkit-input-placeholder {
  color: #2B4153;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #F8F8F8;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
  max-width: 100%;
  min-width: 200px;
  resize: vertical;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 42px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 59px;
  }
}
form .form-group:not(:last-child),
form .fieldset-group:not(:last-child) {
  margin-bottom: 28px;
}
form .form-row > .form-group,
form .form-row-inline > .form-group,
form .form-row > .group-inline,
form .form-row-inline > .group-inline {
  margin-bottom: 14px;
}
.form-group,
.fieldset-group {
  position: relative;
}
.form-group .control-info-text,
.fieldset-group .control-info-text {
  position: relative;
  color: #2B4153;
  font-size: 16px;
  line-height: inherit;
  padding-top: 10px;
  padding-left: 20px;
}
.form-group .control-info-text:before,
.fieldset-group .control-info-text:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #2B4153;
  left: 5px;
}
.form-group .control-info-text:after,
.fieldset-group .control-info-text:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #2B4153;
  left: 5px;
  top: 20px;
}
.form-group.has-errors .help-block,
.fieldset-group.has-errors .help-block,
.form-group.has-errors .control-label,
.fieldset-group.has-errors .control-label,
.form-group.has-errors .radio,
.fieldset-group.has-errors .radio,
.form-group.has-errors .checkbox,
.fieldset-group.has-errors .checkbox,
.form-group.has-errors .radio-inline,
.fieldset-group.has-errors .radio-inline,
.form-group.has-errors .checkbox-inline,
.fieldset-group.has-errors .checkbox-inline,
.form-group.has-errors.radio label,
.fieldset-group.has-errors.radio label,
.form-group.has-errors.checkbox label,
.fieldset-group.has-errors.checkbox label,
.form-group.has-errors.radio-inline label,
.fieldset-group.has-errors.radio-inline label,
.form-group.has-errors.checkbox-inline label,
.fieldset-group.has-errors.checkbox-inline label {
  color: #ffffff;
}
.form-group.has-errors .form-control,
.fieldset-group.has-errors .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group.has-errors .form-control:focus,
.fieldset-group.has-errors .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.form-group.has-errors .input-group-addon,
.fieldset-group.has-errors .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #d9534f;
}
.form-group.has-errors .form-control-feedback,
.fieldset-group.has-errors .form-control-feedback {
  color: #ffffff;
}
.form-group.has-errors label,
.fieldset-group.has-errors label,
.form-group.has-errors legend,
.fieldset-group.has-errors legend {
  color: #ffffff;
}
.form-group.has-errors.group-checkboxlist .checkboxlist-items label,
.fieldset-group.has-errors.group-checkboxlist .checkboxlist-items label {
  color: #2B4153;
}
.form-group.has-errors.group-checkboxlist .checkboxlist-items label:before,
.fieldset-group.has-errors.group-checkboxlist .checkboxlist-items label:before {
  color: #ffffff;
}
.form-group.has-errors.group-checkboxlist .control-wrapper,
.fieldset-group.has-errors.group-checkboxlist .control-wrapper {
  border: 1px solid #ffffff;
  padding: 15px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.form-group.has-errors .form-control:focus,
.fieldset-group.has-errors .form-control:focus {
  color: #2B4153;
}
.form-group .text-alert,
.fieldset-group .text-alert {
  color: #ffffff;
  padding-top: 7.5px;
}
.form-group.is-readonly .control-label,
.fieldset-group.is-readonly .control-label,
.form-group.is-readonly .form-control,
.fieldset-group.is-readonly .form-control {
  cursor: not-allowed;
}
.form-group.is-readonly .control-label,
.fieldset-group.is-readonly .control-label,
.form-group.is-readonly label,
.fieldset-group.is-readonly label {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.form-group.is-readonly .form-control,
.fieldset-group.is-readonly .form-control,
.form-group.is-readonly .form-control:focus,
.fieldset-group.is-readonly .form-control:focus {
  border-color: #f2f2f2;
  background-color: #F8F8F8;
}
.form-group.is-readonly .form-control ~ .toggle-timepicker,
.fieldset-group.is-readonly .form-control ~ .toggle-timepicker,
.form-group.is-readonly .form-control ~ .toggle-datepicker,
.fieldset-group.is-readonly .form-control ~ .toggle-datepicker {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.form-group.is-readonly .form-control ~ .toggle-timepicker,
.fieldset-group.is-readonly .form-control ~ .toggle-timepicker,
.form-group.is-readonly .form-control ~ .toggle-datepicker,
.fieldset-group.is-readonly .form-control ~ .toggle-datepicker,
.form-group.is-readonly .form-control ~ .toggle-timepicker:hover,
.fieldset-group.is-readonly .form-control ~ .toggle-timepicker:hover,
.form-group.is-readonly .form-control ~ .toggle-datepicker:hover,
.fieldset-group.is-readonly .form-control ~ .toggle-datepicker:hover,
.form-group.is-readonly .form-control ~ .toggle-timepicker:focus,
.fieldset-group.is-readonly .form-control ~ .toggle-timepicker:focus,
.form-group.is-readonly .form-control ~ .toggle-datepicker:focus,
.fieldset-group.is-readonly .form-control ~ .toggle-datepicker:focus {
  cursor: not-allowed;
}
.form-group.is-readonly .form-control ~ .toggle-timepicker:before,
.fieldset-group.is-readonly .form-control ~ .toggle-timepicker:before,
.form-group.is-readonly .form-control ~ .toggle-datepicker:before,
.fieldset-group.is-readonly .form-control ~ .toggle-datepicker:before {
  color: #2B4153;
}
.group-checkbox > .control-wrapper > input:checked ~ label:before,
.group-checkboxlist > .control-wrapper > input:checked ~ label:before,
.group-checkbox > .control-wrapper li > input:checked ~ label:before,
.group-checkboxlist > .control-wrapper li > input:checked ~ label:before {
  font-family: "icomoon";
  content: "\e957";
}
.group-checkbox > .control-wrapper > label:before,
.group-checkboxlist > .control-wrapper > label:before,
.group-checkbox > .control-wrapper li > label:before,
.group-checkboxlist > .control-wrapper li > label:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e958";
}
.group-checkbox.is-readonly label:before,
.group-checkboxlist.is-readonly label:before {
  color: #2B4153;
}
.group-checkbox.is-readonly label,
.group-checkboxlist.is-readonly label,
.group-checkbox.is-readonly label:hover,
.group-checkboxlist.is-readonly label:hover,
.group-checkbox.is-readonly input,
.group-checkboxlist.is-readonly input {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  cursor: not-allowed;
}
.group-radiobox > .control-wrapper > input:checked ~ label:before,
.group-radioboxlist > .control-wrapper > input:checked ~ label:before,
.group-radiobox > .control-wrapper li > input:checked ~ label:before,
.group-radioboxlist > .control-wrapper li > input:checked ~ label:before {
  font-family: "icomoon";
  content: "\e9ae";
}
.group-radiobox > .control-wrapper > label:before,
.group-radioboxlist > .control-wrapper > label:before,
.group-radiobox > .control-wrapper li > label:before,
.group-radioboxlist > .control-wrapper li > label:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e9af";
}
.group-radioboxlist .list,
.group-checkboxlist .list,
.group-radioboxlist .list-filter,
.group-checkboxlist .list-filter,
.group-radioboxlist .list-sub-filter,
.group-checkboxlist .list-sub-filter {
  padding-left: 0px;
  list-style: none;
}
.group-radioboxlist .list-sub-filter,
.group-checkboxlist .list-sub-filter {
  padding-left: 20px;
}
.group-radioboxlist > legend.title,
.group-checkboxlist > legend.title {
  margin-bottom: 5px;
}
.group-radioboxlist > .control-wrapper label,
.group-checkboxlist > .control-wrapper label {
  font-family: 'Gilroy';
  font-weight: 300;
}
.group-radioboxlist > .control-wrapper li > input:checked ~ .other-text,
.group-checkboxlist > .control-wrapper li > input:checked ~ .other-text {
  display: block !important;
}
.group-radioboxlist > .control-wrapper .other-text,
.group-checkboxlist > .control-wrapper .other-text {
  display: none;
  margin-left: 22px;
  padding-top: 10px;
  padding-left: 20px;
}
.group-radioboxlist > .control-wrapper .other-text > label,
.group-checkboxlist > .control-wrapper .other-text > label {
  font-weight: 600;
}
.group-radioboxlist > .control-wrapper .other-text:before,
.group-checkboxlist > .control-wrapper .other-text:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #2B4153;
  left: 5px;
}
.group-radioboxlist > .control-wrapper .other-text:after,
.group-checkboxlist > .control-wrapper .other-text:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #2B4153;
  left: 5px;
  top: 20px;
}
.group-radioboxlist.is-readonly label:before,
.group-checkboxlist.is-readonly label:before {
  color: #F8F8F8;
}
.group-radioboxlist.is-readonly label,
.group-checkboxlist.is-readonly label,
.group-radioboxlist.is-readonly label:hover,
.group-checkboxlist.is-readonly label:hover,
.group-radioboxlist.is-readonly input,
.group-checkboxlist.is-readonly input {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  cursor: not-allowed;
}
.group-checkbox > .control-wrapper > input,
.group-checkboxlist > .control-wrapper > input,
.group-radiobox > .control-wrapper > input,
.group-radioboxlist > .control-wrapper > input,
.group-checkbox > .control-wrapper li > input,
.group-checkboxlist > .control-wrapper li > input,
.group-radiobox > .control-wrapper li > input,
.group-radioboxlist > .control-wrapper li > input {
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.group-checkbox > .control-wrapper > input:checked ~ label,
.group-checkboxlist > .control-wrapper > input:checked ~ label,
.group-radiobox > .control-wrapper > input:checked ~ label,
.group-radioboxlist > .control-wrapper > input:checked ~ label,
.group-checkbox > .control-wrapper li > input:checked ~ label,
.group-checkboxlist > .control-wrapper li > input:checked ~ label,
.group-radiobox > .control-wrapper li > input:checked ~ label,
.group-radioboxlist > .control-wrapper li > input:checked ~ label {
  position: relative;
}
.group-checkbox > .control-wrapper > input:checked ~ label:before,
.group-checkboxlist > .control-wrapper > input:checked ~ label:before,
.group-radiobox > .control-wrapper > input:checked ~ label:before,
.group-radioboxlist > .control-wrapper > input:checked ~ label:before,
.group-checkbox > .control-wrapper li > input:checked ~ label:before,
.group-checkboxlist > .control-wrapper li > input:checked ~ label:before,
.group-radiobox > .control-wrapper li > input:checked ~ label:before,
.group-radioboxlist > .control-wrapper li > input:checked ~ label:before {
  color: #33B94C;
}
.group-checkbox > .control-wrapper > input:checked ~ label:before,
.group-checkboxlist > .control-wrapper > input:checked ~ label:before,
.group-radiobox > .control-wrapper > input:checked ~ label:before,
.group-radioboxlist > .control-wrapper > input:checked ~ label:before,
.group-checkbox > .control-wrapper li > input:checked ~ label:before,
.group-checkboxlist > .control-wrapper li > input:checked ~ label:before,
.group-radiobox > .control-wrapper li > input:checked ~ label:before,
.group-radioboxlist > .control-wrapper li > input:checked ~ label:before {
  font-size: 20px;
  line-height: inherit;
}
.group-checkbox > .control-wrapper > input:checked ~ label:before,
.group-checkboxlist > .control-wrapper > input:checked ~ label:before,
.group-radiobox > .control-wrapper > input:checked ~ label:before,
.group-radioboxlist > .control-wrapper > input:checked ~ label:before,
.group-checkbox > .control-wrapper li > input:checked ~ label:before,
.group-checkboxlist > .control-wrapper li > input:checked ~ label:before,
.group-radiobox > .control-wrapper li > input:checked ~ label:before,
.group-radioboxlist > .control-wrapper li > input:checked ~ label:before {
  position: absolute;
  top: -1px;
  left: 0px;
}
.group-checkbox > .control-wrapper > input:checked ~ label > span,
.group-checkboxlist > .control-wrapper > input:checked ~ label > span,
.group-radiobox > .control-wrapper > input:checked ~ label > span,
.group-radioboxlist > .control-wrapper > input:checked ~ label > span,
.group-checkbox > .control-wrapper li > input:checked ~ label > span,
.group-checkboxlist > .control-wrapper li > input:checked ~ label > span,
.group-radiobox > .control-wrapper li > input:checked ~ label > span,
.group-radioboxlist > .control-wrapper li > input:checked ~ label > span {
  padding-left: 25px;
}
.group-checkbox > .control-wrapper > input:focus + label,
.group-checkboxlist > .control-wrapper > input:focus + label,
.group-radiobox > .control-wrapper > input:focus + label,
.group-radioboxlist > .control-wrapper > input:focus + label,
.group-checkbox > .control-wrapper li > input:focus + label,
.group-checkboxlist > .control-wrapper li > input:focus + label,
.group-radiobox > .control-wrapper li > input:focus + label,
.group-radioboxlist > .control-wrapper li > input:focus + label {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.group-checkbox > .control-wrapper > label,
.group-checkboxlist > .control-wrapper > label,
.group-radiobox > .control-wrapper > label,
.group-radioboxlist > .control-wrapper > label,
.group-checkbox > .control-wrapper li > label,
.group-checkboxlist > .control-wrapper li > label,
.group-radiobox > .control-wrapper li > label,
.group-radioboxlist > .control-wrapper li > label {
  color: #2B4153;
  position: relative;
  margin-bottom: 0px;
}
.group-checkbox > .control-wrapper > label:before,
.group-checkboxlist > .control-wrapper > label:before,
.group-radiobox > .control-wrapper > label:before,
.group-radioboxlist > .control-wrapper > label:before,
.group-checkbox > .control-wrapper li > label:before,
.group-checkboxlist > .control-wrapper li > label:before,
.group-radiobox > .control-wrapper li > label:before,
.group-radioboxlist > .control-wrapper li > label:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.group-checkbox > .control-wrapper > label > span:only-child,
.group-checkboxlist > .control-wrapper > label > span:only-child,
.group-radiobox > .control-wrapper > label > span:only-child,
.group-radioboxlist > .control-wrapper > label > span:only-child,
.group-checkbox > .control-wrapper li > label > span:only-child,
.group-checkboxlist > .control-wrapper li > label > span:only-child,
.group-radiobox > .control-wrapper li > label > span:only-child,
.group-radioboxlist > .control-wrapper li > label > span:only-child {
  display: block;
}
.group-checkbox > .control-wrapper > label > span:first-of-type,
.group-checkboxlist > .control-wrapper > label > span:first-of-type,
.group-radiobox > .control-wrapper > label > span:first-of-type,
.group-radioboxlist > .control-wrapper > label > span:first-of-type,
.group-checkbox > .control-wrapper li > label > span:first-of-type,
.group-checkboxlist > .control-wrapper li > label > span:first-of-type,
.group-radiobox > .control-wrapper li > label > span:first-of-type,
.group-radioboxlist > .control-wrapper li > label > span:first-of-type {
  padding-left: 20px;
}
.group-checkbox > .control-wrapper > label:before,
.group-checkboxlist > .control-wrapper > label:before,
.group-radiobox > .control-wrapper > label:before,
.group-radioboxlist > .control-wrapper > label:before,
.group-checkbox > .control-wrapper li > label:before,
.group-checkboxlist > .control-wrapper li > label:before,
.group-radiobox > .control-wrapper li > label:before,
.group-radioboxlist > .control-wrapper li > label:before {
  color: #2B4153;
}
.group-checkbox > .control-wrapper > label:before,
.group-checkboxlist > .control-wrapper > label:before,
.group-radiobox > .control-wrapper > label:before,
.group-radioboxlist > .control-wrapper > label:before,
.group-checkbox > .control-wrapper li > label:before,
.group-checkboxlist > .control-wrapper li > label:before,
.group-radiobox > .control-wrapper li > label:before,
.group-radioboxlist > .control-wrapper li > label:before {
  font-size: 17px;
  line-height: inherit;
}
.group-checkbox > .control-wrapper > label:before,
.group-checkboxlist > .control-wrapper > label:before,
.group-radiobox > .control-wrapper > label:before,
.group-radioboxlist > .control-wrapper > label:before,
.group-checkbox > .control-wrapper li > label:before,
.group-checkboxlist > .control-wrapper li > label:before,
.group-radiobox > .control-wrapper li > label:before,
.group-radioboxlist > .control-wrapper li > label:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: font-size, top, left;
  -moz-transition-property: font-size, top, left;
  -o-transition-property: font-size, top, left;
  transition-property: font-size, top, left;
}
.group-checkbox > .control-wrapper > label:hover,
.group-checkboxlist > .control-wrapper > label:hover,
.group-radiobox > .control-wrapper > label:hover,
.group-radioboxlist > .control-wrapper > label:hover,
.group-checkbox > .control-wrapper li > label:hover,
.group-checkboxlist > .control-wrapper li > label:hover,
.group-radiobox > .control-wrapper li > label:hover,
.group-radioboxlist > .control-wrapper li > label:hover {
  cursor: pointer;
}
.is-readonly {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/* .radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	label {
		min-height: @line-height-computed; // Ensure the input doesn't jump when there is no text
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: normal;
		cursor: pointer;
	}
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
}

// Radios and checkboxes on same line
.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px; // space out consecutive inline controls
} */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
textarea.form-control {
  min-height: 140px;
}
/**********
 * HEADER *
 **********/
.brand {
  padding: 0;
  display: block;
  color: #2B4153;
  font-size: 36px;
  margin-bottom: 0px;
  line-height: 1.3333333;
  -webkit-transition: opacity 0.25s ease-out !important;
  -moz-transition: opacity 0.25s ease-out !important;
  -o-transition: opacity 0.25s ease-out !important;
  transition: opacity 0.25s ease-out !important;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: relative;
  z-index: 1001;
}
@media (max-width: 320px) {
  .brand {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (min-width: 320px) {
  .brand {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (min-width: 544px) {
  .brand {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .brand {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .brand {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .brand {
    /* .check-unit(
					@property: font-size;
					@unit: @font-size-base + 3;
				); */
    line-height: 51px;
  }
}
.brand .logo-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.brand > .brand-txt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
@media (max-width: 767px) {
  .brand {
    /* 			.logo-img {
				.check-unit(
					@property: max-width;
					@unit: @brand-width-small;
				);
			} */
    /*
			.check-unit(
				@property: height;
				@unit: @brand-height;
			);
			.logo-img {

				.check-unit(
					@property: max-width;
					@unit: @brand-width;
				);
				.align-vertical(
					@position: relative;
				);

			}
			*/
  }
}
@media (min-width: 768px) {
  .brand {
    text-align: left;
    background: url("/images/skin/logo.svg") no-repeat left 0px transparent;
    width: 238px;
    height: 86px;
  }
  .brand .logo-img {
    display: none;
  }
}
@media (max-width: 1299px) {
  .brand {
    width: 195px;
    height: 86px;
    background-position-y: center;
  }
}
@media (max-width: 991px) {
  .brand {
    margin: 0 auto;
  }
}
.brand:hover,
.brand:focus {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  color: #1a2731;
  text-decoration: none;
}
.header {
  position: relative;
  background-color: #ffffff;
  /*
	.header-social {
		.list-social {
			// @media (min-width: @grid-float-breakpoint) {
			// 	.mh(@navbar-padding-horizontal);
			// }
			.text-right;
			> li {
				> a {
					.size(32;@navbar-height);
				}
			}
		}
	}
	*/
}
.header .header-search {
  float: right !important;
  width: 340px;
}
@media (max-width: 1299px) {
  .header .header-search {
    width: 332px;
  }
}
@media (max-width: 991px) {
  .header .header-search {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .header .header-search {
    float: none !important;
    width: 100%;
    padding-right: 115px;
  }
}
@media (max-width: 543px) {
  .header .header-search {
    padding-right: 72px;
  }
}
.header .header-brand {
  text-align: center;
  /*
		.pv(@brand-padding-vertical);

		@media (min-width: @grid-float-breakpoint) {
			.pr(@brand-spacing);
			.pull-left;
			.text-left;
		}
		*/
  -webkit-order: 0;
  -ms-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: 238px;
  -ms-flex-basis: 238px;
  flex-basis: 238px;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  padding-left: 15px;
}
.header .header-right {
  flex-grow: 1;
}
@media (min-width: 768px) {
}
.header .btn-menu {
  position: relative;
  z-index: 1;
  float: right !important;
}
.header .header-meta {
  z-index: 1030;
  top: 0px;
  left: 0px;
  background-color: #2B4153;
}
.header .header-meta > .meta-container-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.header .header-meta > .meta-container-wrapper:before,
.header .header-meta > .meta-container-wrapper:after {
  content: " ";
  display: table;
}
.header .header-meta > .meta-container-wrapper:after {
  clear: both;
}
.header .header-meta > .meta-container-wrapper:before,
.header .header-meta > .meta-container-wrapper:after {
  content: " ";
  display: table;
}
.header .header-meta > .meta-container-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .header .header-meta > .meta-container-wrapper {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .header .header-meta > .meta-container-wrapper {
    width: 962px;
  }
}
@media (min-width: 1300px) {
  .header .header-meta > .meta-container-wrapper {
    width: 1270px;
  }
}
.header .header-meta .nav-meta {
  text-align: right;
  text-transform: uppercase;
  -webkit-order: 0;
  -ms-order: 0;
  order: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
}
.header .header-meta .nav-meta li {
  /* display: none;
					visibility: hidden;
					&:last-child {
						display: inline-block;
						visibility: initial;
					} */
  display: inline-block;
  visibility: initial;
}
.header .header-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header .header-container:before,
.header .header-container:after {
  content: " ";
  display: table;
}
.header .header-container:after {
  clear: both;
}
.header .header-container:before,
.header .header-container:after {
  content: " ";
  display: table;
}
.header .header-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .header .header-container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .header .header-container {
    width: 962px;
  }
}
@media (min-width: 1300px) {
  .header .header-container {
    width: 1270px;
  }
}
.header .header-container .header-container-flex {
  height: 162px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .header .header-container .header-container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
  }
  .header .header-container .header-container-flex .header-brand,
  .header .header-container .header-container-flex .header-right {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}
.header:not(.has-hamburger) {
  /*
		.menu-wrapper {
			position: absolute;
			width: 100%;
			.l(0);
			.b(0);
			z-index: @zindex-navbar-fixed;
			.menu-container {
				.container;
			}
		}
		.header-social {
			.list-social {
				.mh(@navbar-padding-horizontal);
			}
		}
		*/
}
.header:not(.has-hamburger) .menu-wrapper {
  width: 100%;
}
.portal-type {
  -webkit-order: 0;
  -ms-order: 0;
  order: 0;
  -webkit-flex-basis: 266px;
  -ms-flex-basis: 266px;
  flex-basis: 266px;
  -webkit-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.portal-type .list {
  height: 100%;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: right;
}
.portal-type .list > li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
}
.portal-type .list > li > a {
  display: inline-block;
}
.portal-type .list > li {
  display: block;
  float: left;
  height: 100%;
}
.portal-type .list > li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  float: left;
  height: 100%;
  color: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: inherit;
  line-height: 21px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-transform: uppercase;
}
.portal-type .list > li > a,
.portal-type .list > li > a:active,
.portal-type .list > li > a.active,
.portal-type .list > li > a[disabled],
fieldset[disabled] .portal-type .list > li > a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portal-type .list > li > a,
.portal-type .list > li > a:hover,
.portal-type .list > li > a:focus,
.portal-type .list > li > a:active {
  border-color: transparent;
}
.portal-type .list > li > a:hover,
.portal-type .list > li > a:focus {
  color: #2B4153;
  text-decoration: underline;
  background-color: transparent;
}
.portal-type .list > li > a[disabled]:hover,
fieldset[disabled] .portal-type .list > li > a:hover,
.portal-type .list > li > a[disabled]:focus,
fieldset[disabled] .portal-type .list > li > a:focus {
  color: #c8c8c8;
  text-decoration: none;
}
@media (max-width: 543px) {
  .portal-type .list > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.portal-type .list > li > a:hover,
.portal-type .list > li > a:focus {
  color: #33B94C !important;
}
.portal-type .list > li > a.active {
  background-color: #ffffff;
  color: #000000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.portal-type .list > li > a span {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 543px) {
  .portal-type {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .portal-type > ul.list > li {
    width: 50%;
    text-align: center;
    display: block;
  }
  .portal-type > ul.list > li > a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 543px) {
  .header .header-meta > .meta-container-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 543px) {
  .header .header-meta .nav-meta {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    padding-top: 5px;
    text-align: center;
  }
}
.header-media .header-media-container {
  position: relative;
  height: 200px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .header-media .header-media-container {
    height: 300px;
  }
}
@media (min-width: 1300px) {
  .header-media .header-media-container {
    height: 430px;
  }
}
.header-media .header-media-container .header-media-content {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*
		@media (max-width: @screen-desktop-max) {
			.background-size(cover);
		}

		@media (min-width: @screen-widescreen) {
			.background-size(auto 100%);
		}
		*/
}
.header-media .header-media-container .copyright {
  position: absolute;
  z-index: 1070;
  right: 15px;
  bottom: 0px;
}
.nav-translation {
  position: relative;
  z-index: 1035;
  float: right !important;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: -6px;
  margin-right: -6px;
}
.nav-translation > li {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}
.nav-translation > li > a {
  display: inline-block;
}
.nav-translation > li > span {
  color: #33B94C;
  text-decoration: underline;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  line-height: inherit;
  line-height: 21px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.my-profile-link > a,
.my-profile-logout > a,
.my-profile-contrast > a {
  position: relative;
}
.my-profile-link > a:before,
.my-profile-logout > a:before,
.my-profile-contrast > a:before {
  position: absolute;
  top: 6px;
  left: 0px;
}
.my-profile-link > a > span:only-child,
.my-profile-logout > a > span:only-child,
.my-profile-contrast > a > span:only-child {
  display: block;
}
.my-profile-link > a > span:first-of-type,
.my-profile-logout > a > span:first-of-type,
.my-profile-contrast > a > span:first-of-type {
  padding-left: 20px;
}
.my-profile-link > a:before,
.my-profile-logout > a:before,
.my-profile-contrast > a:before {
  top: auto !important;
}
@media (max-width: 543px) {
  .my-profile-link > a,
  .my-profile-logout > a,
  .my-profile-contrast > a {
    position: relative;
  }
  .my-profile-link > a:before,
  .my-profile-logout > a:before,
  .my-profile-contrast > a:before {
    position: static;
    left: auto;
    top: auto;
  }
  .my-profile-link > a:before,
  .my-profile-logout > a:before,
  .my-profile-contrast > a:before {
    font-size: 20px;
    line-height: inherit;
  }
  .my-profile-link > a:hover,
  .my-profile-logout > a:hover,
  .my-profile-contrast > a:hover,
  .my-profile-link > a:focus,
  .my-profile-logout > a:focus,
  .my-profile-contrast > a:focus {
    text-decoration: none;
  }
  .my-profile-link > a > span,
  .my-profile-logout > a > span,
  .my-profile-contrast > a > span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inherit !important;
  }
}
/**********************
* CORE :: BREADCRUMB *
**********************/
.breadcrumb-wrapper {
  position: relative;
}
.breadcrumb-wrapper:not(.search) {
  background-color: #F8F8F8;
}
.breadcrumb-wrapper.is-touch .breadcrumb {
  overflow-x: scroll;
}
.breadcrumb-wrapper .fade-navs.fade-left,
.breadcrumb-wrapper .fade-navs.fade-right {
  position: relative;
}
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll:after,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll:after {
  position: absolute;
  top: 0;
  content: "";
  width: 30px;
  height: 100%;
}
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll.next,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll.next {
  right: 0;
}
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll.next:after,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll.next:after {
  right: 100%;
  background-image: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background-image: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#fff8f8f8', GradientType=1);
}
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll.prev,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll.prev {
  left: 0;
}
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll.prev:after,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll.prev:after {
  left: 100%;
  background-image: -webkit-linear-gradient(left, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
  background-image: -o-linear-gradient(left, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
  background-image: linear-gradient(to right, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#00f8f8f8', GradientType=1);
}
.btn-scroll {
  margin-bottom: 0px;
  font-weight: 600;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
  padding: 0px !important;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: inherit;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  height: 100%;
  border: 0;
  position: absolute;
  display: none;
  z-index: 1;
}
.btn-scroll:focus,
.btn-scroll:active:focus,
.btn-scroll.active:focus,
.btn-scroll.focus,
.btn-scroll:active.focus,
.btn-scroll.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.btn-scroll:active,
.btn-scroll.active {
  outline: 0;
  background-image: none;
}
.btn-scroll.disabled,
.btn-scroll[disabled],
fieldset[disabled] .btn-scroll {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-scroll:hover,
.btn-scroll:focus {
  text-decoration: none;
}
.btn-scroll:focus {
  outline-color: #000000;
}
.btn-scroll > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.btn-scroll:hover,
.btn-scroll:focus {
  text-decoration: none;
}
.breadcrumb {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: inherit;
  white-space: nowrap;
  overflow-x: hidden;
  position: relative;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li {
  position: relative;
  padding-left: 45px;
}
.breadcrumb > li + li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "/";
}
.breadcrumb > li + li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.breadcrumb > li + li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 45px;
}
.breadcrumb > li + li:before {
  font-size: 20px;
  line-height: inherit;
  color: #000000;
}
.breadcrumb > li > a {
  display: inline-block;
}
.breadcrumb > li.breadcrumb-home > a {
  font-size: 20px;
  line-height: inherit;
}
.breadcrumb > li.breadcrumb-home > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.breadcrumb > li.breadcrumb-home > a:hover,
.breadcrumb > li.breadcrumb-home > a:focus {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:before {
  top: 45%;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: underline;
}
.breadcrumb > li > a,
.breadcrumb > li > span {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Gilroy';
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  white-space: normal;
  text-align: left;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  line-height: inherit;
  line-height: 22.85714286px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  white-space: nowrap;
}
.breadcrumb > li > a:focus,
.breadcrumb > li > span:focus,
.breadcrumb > li > a:active:focus,
.breadcrumb > li > span:active:focus,
.breadcrumb > li > a.active:focus,
.breadcrumb > li > span.active:focus,
.breadcrumb > li > a.focus,
.breadcrumb > li > span.focus,
.breadcrumb > li > a:active.focus,
.breadcrumb > li > span:active.focus,
.breadcrumb > li > a.active.focus,
.breadcrumb > li > span.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.breadcrumb > li > a:active,
.breadcrumb > li > span:active,
.breadcrumb > li > a.active,
.breadcrumb > li > span.active {
  outline: 0;
  background-image: none;
}
.breadcrumb > li > a.disabled,
.breadcrumb > li > span.disabled,
.breadcrumb > li > a[disabled],
.breadcrumb > li > span[disabled],
fieldset[disabled] .breadcrumb > li > a,
fieldset[disabled] .breadcrumb > li > span {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.breadcrumb > li > a,
.breadcrumb > li > span,
.breadcrumb > li > a:active,
.breadcrumb > li > span:active,
.breadcrumb > li > a.active,
.breadcrumb > li > span.active,
.breadcrumb > li > a[disabled],
.breadcrumb > li > span[disabled],
fieldset[disabled] .breadcrumb > li > a,
fieldset[disabled] .breadcrumb > li > span {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.breadcrumb > li > a,
.breadcrumb > li > span,
.breadcrumb > li > a:hover,
.breadcrumb > li > span:hover,
.breadcrumb > li > a:focus,
.breadcrumb > li > span:focus,
.breadcrumb > li > a:active,
.breadcrumb > li > span:active {
  border-color: transparent;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > span:hover,
.breadcrumb > li > a:focus,
.breadcrumb > li > span:focus {
  color: #207530;
  text-decoration: underline;
  background-color: transparent;
}
.breadcrumb > li > a[disabled]:hover,
.breadcrumb > li > span[disabled]:hover,
fieldset[disabled] .breadcrumb > li > a:hover,
fieldset[disabled] .breadcrumb > li > span:hover,
.breadcrumb > li > a[disabled]:focus,
.breadcrumb > li > span[disabled]:focus,
fieldset[disabled] .breadcrumb > li > a:focus,
fieldset[disabled] .breadcrumb > li > span:focus {
  color: #c8c8c8;
  text-decoration: none;
}
.breadcrumb > li.active {
  color: #2B4153;
}
.breadcrumb > li.active > a,
.breadcrumb > li.active > span,
.breadcrumb > li.active > a:hover,
.breadcrumb > li.active > span:hover,
.breadcrumb > li.active > a:focus,
.breadcrumb > li.active > span:focus {
  cursor: default;
  color: #2B4153;
  text-decoration: none;
}
.dropdown > a {
  position: relative;
}
.dropdown.dropdown-menu-center {
  position: static !important;
}
.dropdown.dropdown-menu-center > .dropdown-menu {
  display: table;
  width: 100%;
  left: 0;
  right: 0;
  float: none;
}
.dropdown.dropdown-menu-center > .dropdown-menu > li,
.dropdown.dropdown-menu-center > .column-dropdown > li {
  display: table-cell;
}
.dropdown .dropdown-menu {
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.dropdown .dropdown-menu.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown.slide-down > a.dropdown-toggle,
.dropdown.slide-down > a.dropdown-toggle:hover,
.dropdown.slide-down > a.dropdown-toggle:focus {
  color: #33B94C !important;
  background-color: #2B4153 !important;
}
.dropdown.slide-down > a.dropdown-toggle:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e954";
}
.dropdown.open,
.dropdown.slide-down,
.dropdown.focus {
  z-index: 1003;
}
.dropdown.open > a,
.dropdown.slide-down > a,
.dropdown.focus > a {
  z-index: 1003;
}
.dropdown.open .dropdown-menu,
.dropdown.slide-down .dropdown-menu,
.dropdown.focus .dropdown-menu {
  z-index: 1002;
}
.dropdown-wrapper .dropdown-container > .single-column,
.dropdown-wrapper .dropdown-container > .multi-column {
  border: 0;
  background-color: #33B94C;
  padding-top: 0px;
  padding-bottom: 0px;
}
.column-dropdown {
  padding-left: 0px;
  list-style: none;
  width: 100%;
}
.column-nav {
  background-color: #33B94C;
  border: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.column-popular {
  -webkit-border-radius: 0 0 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
}
.column-popular .column-content-popular {
  width: 100%;
  background-color: #DEF2E1;
  -webkit-border-radius: 0 0 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
}
.column-popular .column-content-popular .title {
  color: #2B4153;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 20px;
  line-height: inherit;
  margin-bottom: 0px;
  line-height: 1;
  padding: 15px 12px;
}
@media (min-width: 768px) {
  .column-popular .column-content-popular .title {
    padding: 15px 0;
  }
}
.column-popular .column-content-popular .column-dropdown > li > a {
  color: #2B4153;
  background: #DEF2E1;
}
.column-popular .column-content-popular .column-dropdown > li > a:hover,
.column-popular .column-content-popular .column-dropdown > li > a:focus {
  color: #2B4153;
  background: #c6e9cb;
}
.column-popular .column-content-popular .column-dropdown > li.active > a,
.column-popular .column-content-popular .column-dropdown > li.active > a:hover,
.column-popular .column-content-popular .column-dropdown > li.active > a:focus {
  color: #2B4153;
  background: #c6e9cb;
}
/* ==========================================================================
	HEADER // NAVIGATION 
========================================================================== */
.navbar-default {
  position: inherit;
  z-index: 1031;
  background-color: transparent;
}
.navbar-default .nav-main {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
.navbar-default .nav-main > li {
  position: relative;
  /*
		&.disabled {
			> a {
				color: @nav-disabled-link-color;
				&:hover,
				&:focus {
					color: @nav-disabled-link-hover-color;
					text-decoration: none;
					background-color: transparent;
					cursor: @cursor-disabled;
				}
			}
		}
		*/
}
.navbar-default .nav-main > li > a {
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.navbar-default .nav-main > li > a:hover,
.navbar-default .nav-main > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.navbar-default .nav-main > li > a.navbar-niveau-1 {
  font-family: 'VAGRounded BT';
}
.navbar-default .nav-main > li {
  margin: 0px;
}
.navbar-default .nav-main > li > a {
  color: #2B4153;
  background-color: transparent;
  font-size: 18px;
  line-height: inherit;
}
@media (max-width: 1299px) {
  .navbar-default .nav-main > li > a {
    font-size: 17px;
    line-height: inherit;
  }
}
.navbar-default .nav-main > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #33B94C;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-default .nav-main > li > a:hover,
.navbar-default .nav-main > li > a:focus {
  color: #000000;
}
.navbar-default .nav-main > li > a:hover:before,
.navbar-default .nav-main > li > a:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar-default .nav-main > li > a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #ffffff;
}
.navbar-default .nav-main > li.focus > a,
.navbar-default .nav-main > li.focus.active > a,
.navbar-default .nav-main > li.focus > a:hover,
.navbar-default .nav-main > li.focus.active > a:hover,
.navbar-default .nav-main > li.focus > a:focus,
.navbar-default .nav-main > li.focus.active > a:focus {
  outline-color: #ffffff;
}
.navbar-default .nav-main > li.active > a,
.navbar-default .nav-main > li.active > a:hover,
.navbar-default .nav-main > li.active > a:focus {
  color: #2B4153;
}
@media (min-width: 992px) {
  .navbar-default .nav-main > li.active > a,
  .navbar-default .nav-main > li.active > a:hover,
  .navbar-default .nav-main > li.active > a:focus {
    -webkit-box-shadow: inset 0px -4px 0px 0px #33b94c;
    box-shadow: inset 0px -4px 0px 0px #33b94c;
  }
}
.navbar-default .nav-main > li.active > a:focus {
  outline-color: #ffffff;
}
.navbar-default .nav-main > li.disabled > a,
.navbar-default .nav-main > li.disabled > a:hover,
.navbar-default .nav-main > li.disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default:not(.has-hamburger) .menu-header {
  display: none;
}
.navbar-default:not(.has-hamburger) .navbar-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.navbar-default:not(.has-hamburger) .menu-wrapper {
  min-height: 50px;
}
.navbar-default:not(.has-hamburger) .nav-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.navbar-default:not(.has-hamburger) .nav-main > li {
  min-height: 50px;
  line-height: 25px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-default:not(.has-hamburger) .nav-main > li:last-child {
  margin-right: 30px;
}
@media (max-width: 1299px) {
  .navbar-default:not(.has-hamburger) .nav-main > li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-default:not(.has-hamburger) .nav-main > li:last-child {
    margin-right: 20px;
  }
}
.navbar-default:not(.has-hamburger) .nav-main > li > a {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  white-space: nowrap;
}
.navbar-default:not(.has-hamburger) .nav-main > li.dropdown:first-child,
.navbar-default:not(.has-hamburger) .nav-main > li.dropdown:first-child > a {
  -webkit-border-radius: 3px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 0;
  background-clip: padding-box;
}
.navbar-default:not(.has-hamburger) .nav-main .dropdown-menu > li > a,
.navbar-default:not(.has-hamburger) .nav-main .column-dropdown > li > a {
  padding: 15px;
  /* 
					//- icon style dropdown menu not has-hamburger (niet offcanvas-menu
					.icon-btn-variant(
						@icon-btn: @icon-angle-right;
						@icon-btn-color: @white; 
						@btn-text;
						@icon-btn-size;
						@icon-position; 
						@is-hover;
					);
					.icon-btn-position(
						@icon-btn-position-horizontal: @menu-column-padding-horizontal;
						@icon-btn-position-vertical: 0;
						@icon-position; 
						@btn-text;
						@text-padding;
						@icon-width;
						@icon-height: floor((@dropdown-font-size * @line-height-base));
						@icon-btn-align: vcenterlist;
					);
					*/
}
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .single-column {
  min-width: 320.83333333px;
}
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column {
  padding-left: 0px;
  padding-right: 0px;
  width: 550px;
}
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container {
  margin-left: 0px;
  margin-right: 0px;
}
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container,
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-nav,
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-popular {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-nav {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-nav .column-dropdown > li:last-child,
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-nav .column-dropdown > li:last-child > a {
  -webkit-border-radius: 0 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 0 3px;
  background-clip: padding-box;
}
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-popular {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-popular .column-dropdown > li:last-child,
.navbar-default:not(.has-hamburger) .nav-main .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-popular .column-dropdown > li:last-child > a {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.navbar-toggle {
  margin: 0px;
  text-transform: uppercase;
  display: none;
}
.navbar-toggle.btn-menu {
  position: relative;
  overflow: hidden;
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  /**
		* Style hamburger to cross
		*
		* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
		* down to center and transform into an "x".
		*/
  /* active state, i.e. menu open */
  height: 57px;
  min-width: 44px;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #33B94C;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 16px;
  line-height: inherit;
}
.navbar-toggle.btn-menu > span.toggle-icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-toggle.btn-menu > span.toggle-icon:before,
.navbar-toggle.btn-menu > span.toggle-icon:after {
  position: absolute;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
.navbar-toggle.btn-menu > span.toggle-icon:before {
  top: -9px;
}
.navbar-toggle.btn-menu > span.toggle-icon:after {
  bottom: -9px;
}
.navbar-toggle.btn-menu:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.navbar-toggle.btn-menu > span.toggle-icon {
  background-color: #ffffff;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.navbar-toggle.btn-menu > span.toggle-icon:before {
  -webkit-transition-property: top, -webkit-transform;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.navbar-toggle.btn-menu > span.toggle-icon:after {
  -webkit-transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.navbar-toggle.btn-menu > span.toggle-icon:before,
.navbar-toggle.btn-menu > span.toggle-icon:after {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
}
.navbar-toggle.btn-menu.is-active > span.toggle-icon {
  background-color: transparent;
}
.navbar-toggle.btn-menu.is-active > span.toggle-icon:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle.btn-menu.is-active > span.toggle-icon:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle.btn-menu.is-active > span.toggle-icon:before,
.navbar-toggle.btn-menu.is-active > span.toggle-icon:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
.navbar-toggle.btn-menu.is-active:hover > span.toggle-icon {
  -webkit-animation-name: hamburgeractivehover;
  animation-name: hamburgeractivehover;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes hamburgerhover {
  to {
    background: #ffffff;
  }
}
@keyframes hamburgeractivehover {
  to {
    background: transparent;
  }
}
@media (max-width: 399px) {
  .navbar-toggle.btn-menu {
    min-width: 57px;
  }
  .navbar-toggle.btn-menu > span.toggle-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.navbar-toggle.btn-menu > span.toggle-icon {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.navbar-toggle.btn-menu > span.toggle-icon:before,
.navbar-toggle.btn-menu > span.toggle-icon:after {
  background-color: #ffffff;
}
.navbar-toggle.btn-menu > span.toggle-txt {
  line-height: 57px;
  display: inline-block;
  padding-left: 32px;
}
@media (max-width: 399px) {
  .navbar-toggle.btn-menu > span.toggle-txt {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inherit !important;
    padding-left: 0px;
  }
}
.navbar-toggle.btn-menu:hover {
  color: #ffffff;
  background-color: #2B4153;
}
.navbar-toggle.btn-menu:hover > span.toggle-icon {
  -webkit-animation-name: hamburgerhover;
  animation-name: hamburgerhover;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.navbar-toggle.btn-menu:hover > span.toggle-icon:before,
.navbar-toggle.btn-menu:hover > span.toggle-icon:after {
  background-color: #ffffff;
}
.navbar-toggle.btn-menu:hover > span.toggle-txt {
  color: #ffffff;
}
.navbar-toggle.btn-menu:focus {
  outline-color: #ffffff;
}
.page-container-wrapper {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.page-container-wrapper .page-inner {
  padding-bottom: 60px;
}
.heading-wrapper {
  margin-top: 56px;
}
.heading-wrapper > .container {
  position: relative;
}
.heading-wrapper.has-rss .page-heading {
  margin-right: 10px;
  margin-bottom: 0px;
}
.heading-wrapper.has-rss .btn-rss {
  padding: 0px !important;
  width: 61px;
  height: 61px;
  font-size: 20px;
  line-height: inherit;
  line-height: 61px;
  text-align: center;
  border: 0;
  display: inline-block;
  width: auto;
}
.heading-wrapper.has-rss .btn-rss > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.heading-wrapper.has-rss .btn-rss:hover,
.heading-wrapper.has-rss .btn-rss:focus {
  text-decoration: none;
}
.heading-wrapper.has-rss .page-heading,
.heading-wrapper.has-rss .btn-rss {
  float: left !important;
}
.container-wrapper {
  padding-top: 14px;
}
.layout-control {
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.layout-control .heading {
  font-size: 20px;
  line-height: inherit;
  line-height: 44px;
}
.layout-control.no-sidebar .icon-long-arrow-left:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.layout-control.no-sidebar .icon-long-arrow-right:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.layout-control > ul {
  padding-left: 0px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.layout-control > ul > li > a {
  padding: 0px !important;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: inherit;
  line-height: 44px;
  text-align: center;
  border: 0;
  display: inline-block;
}
.layout-control > ul > li > a:before {
  -webkit-transition: -webkit-transform 0.25s 0.25s;
  -moz-transition: -moz-transform 0.25s 0.25s;
  -o-transition: -o-transform 0.25s 0.25s;
  transition: -webkit-transform 0.25s 0.25s,-moz-transform 0.25s 0.25s,-o-transform 0.25s 0.25s,transform 0.25s 0.25s;
}
.layout-control > ul > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.layout-control > ul > li > a:hover,
.layout-control > ul > li > a:focus {
  text-decoration: none;
}
.page-container:not(:last-child) {
  margin-bottom: 28px;
}
.page-container.page-column {
  margin-left: -15px;
  margin-right: -15px;
}
.page-container.page-column > .page-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .page-container.page-column > .page-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-container.page-column > .page-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-container.page-column > .page-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1300px) {
  .page-container.page-column > .page-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 991px) {
  .page-container.page-column > .page-content {
    margin-bottom: 28px;
  }
}
.page-container.page-column > .side-bar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .page-container.page-column > .side-bar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-container.page-column > .side-bar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-container.page-column > .side-bar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .page-container.page-column > .side-bar {
    float: left;
    width: 33.33333333%;
  }
}
.page-container .side-bar {
  font-size: 18px;
  line-height: inherit;
}
.page-container .side-bar h2 span,
.page-container .side-bar .h2 span {
  padding-bottom: 15px;
  display: inline-block;
}
.page-container .side-bar h2:after,
.page-container .side-bar .h2:after {
  content: "";
  height: 4px;
  width: 75px;
  background-color: #33B94C;
  display: block;
}
.page-container .side-bar .btn-more-hours-theme {
  display: none;
  visibility: hidden;
}
.page-container .side-bar .one-media:not(:last-child) {
  margin-bottom: 0px;
}
.page-container .side-bar .one-media .photo,
.page-container .side-bar .one-media .photo img {
  -webkit-border-radius: 0 50px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 50px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 50px 0 0;
  background-clip: padding-box;
}
.page-container:not(.page-column) .box-content .list,
.page-container.page-full .box-content .list {
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
}
.page-container:not(.page-column) .box-content .list > li > a,
.page-container.page-full .box-content .list > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.page-container:not(.page-column) .box-content .list > li,
.page-container.page-full .box-content .list > li {
  position: relative;
}
.page-container:not(.page-column) .box-content .list > li:before,
.page-container.page-full .box-content .list > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.page-container:not(.page-column) .box-content .list > li:before,
.page-container.page-full .box-content .list > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-container:not(.page-column) .box-content .list > li a,
.page-container.page-full .box-content .list > li a {
  position: relative;
  z-index: 1;
}
.page-container:not(.page-column) .box-content .list > li:before,
.page-container.page-full .box-content .list > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.page-container:not(.page-column) .box-content .list > li > a,
.page-container.page-full .box-content .list > li > a {
  display: block;
  color: #2B4153;
}
.page-container:not(.page-column) .box-content .list > li > a > span:only-child,
.page-container.page-full .box-content .list > li > a > span:only-child {
  display: block;
}
.page-container:not(.page-column) .box-content .list > li > a > span:first-of-type,
.page-container.page-full .box-content .list > li > a > span:first-of-type {
  padding-left: 27px;
}
.page-container:not(.page-column) .box-content .list > li:hover:before,
.page-container.page-full .box-content .list > li:hover:before {
  color: #207530;
}
.page-container:not(.page-column) .box-content .list > li:hover > a:not([class*="btn-"]):only-child,
.page-container.page-full .box-content .list > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.page-container:not(.page-column) .box-content .list > li,
.page-container.page-full .box-content .list > li {
  position: relative;
}
.page-container:not(.page-column) .box-content .list > li:before,
.page-container.page-full .box-content .list > li:before {
  position: absolute;
  top: 0px;
  left: 15px;
}
.page-container:not(.page-column) .box-content .list > li,
.page-container.page-full .box-content .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .page-container:not(.page-column) .box-content .list > li,
  .page-container.page-full .box-content .list > li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-container:not(.page-column) .box-content .list > li,
  .page-container.page-full .box-content .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-container:not(.page-column) .box-content .list > li,
  .page-container.page-full .box-content .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .page-container:not(.page-column) .box-content .list > li,
  .page-container.page-full .box-content .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-container:not(.page-column) .box-content .list > li,
  .page-container.page-full .box-content .list > li {
    padding-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .page-container:not(.page-column) .info-wrapper > .info:only-child,
  .page-container.page-full .info-wrapper > .info:only-child {
    max-width: 100%;
  }
}
.page-container .is_stuck {
  z-index: 1030;
}
.media-overview .page-container:not(:last-child) {
  margin-bottom: 28px;
}
.media-overview .page-container.page-column {
  margin-left: -15px;
  margin-right: -15px;
}
.media-overview .page-container.page-column > .page-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .media-overview .page-container.page-column > .page-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .media-overview .page-container.page-column > .page-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .media-overview .page-container.page-column > .page-content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .media-overview .page-container.page-column > .page-content {
    float: left;
    width: 75%;
  }
}
@media (max-width: 991px) {
  .media-overview .page-container.page-column > .page-content {
    margin-bottom: 28px;
  }
}
.media-overview .page-container.page-column > .side-bar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .media-overview .page-container.page-column > .side-bar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .media-overview .page-container.page-column > .side-bar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .media-overview .page-container.page-column > .side-bar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .media-overview .page-container.page-column > .side-bar {
    float: left;
    width: 25%;
  }
}
.media-overview .page-container .side-bar {
  font-size: 18px;
  line-height: inherit;
}
.media-overview .page-container .side-bar h2 span,
.media-overview .page-container .side-bar .h2 span {
  padding-bottom: 15px;
  display: inline-block;
}
.media-overview .page-container .side-bar h2:after,
.media-overview .page-container .side-bar .h2:after {
  content: "";
  height: 4px;
  width: 75px;
  background-color: #33B94C;
  display: block;
}
.media-overview .page-container .side-bar .one-media:not(:last-child) {
  margin-bottom: 0px;
}
.media-overview .page-container .side-bar .one-media .photo,
.media-overview .page-container .side-bar .one-media .photo img {
  -webkit-border-radius: 0 50px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 50px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 50px 0 0;
  background-clip: padding-box;
}
.media-overview .page-container:not(.page-column) .box-content .list,
.media-overview .page-container.page-full .box-content .list {
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
}
.media-overview .page-container:not(.page-column) .box-content .list > li > a,
.media-overview .page-container.page-full .box-content .list > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.media-overview .page-container:not(.page-column) .box-content .list > li,
.media-overview .page-container.page-full .box-content .list > li {
  position: relative;
}
.media-overview .page-container:not(.page-column) .box-content .list > li:before,
.media-overview .page-container.page-full .box-content .list > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.media-overview .page-container:not(.page-column) .box-content .list > li:before,
.media-overview .page-container.page-full .box-content .list > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.media-overview .page-container:not(.page-column) .box-content .list > li a,
.media-overview .page-container.page-full .box-content .list > li a {
  position: relative;
  z-index: 1;
}
.media-overview .page-container:not(.page-column) .box-content .list > li:before,
.media-overview .page-container.page-full .box-content .list > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.media-overview .page-container:not(.page-column) .box-content .list > li > a,
.media-overview .page-container.page-full .box-content .list > li > a {
  display: block;
  color: #2B4153;
}
.media-overview .page-container:not(.page-column) .box-content .list > li > a > span:only-child,
.media-overview .page-container.page-full .box-content .list > li > a > span:only-child {
  display: block;
}
.media-overview .page-container:not(.page-column) .box-content .list > li > a > span:first-of-type,
.media-overview .page-container.page-full .box-content .list > li > a > span:first-of-type {
  padding-left: 27px;
}
.media-overview .page-container:not(.page-column) .box-content .list > li:hover:before,
.media-overview .page-container.page-full .box-content .list > li:hover:before {
  color: #207530;
}
.media-overview .page-container:not(.page-column) .box-content .list > li:hover > a:not([class*="btn-"]):only-child,
.media-overview .page-container.page-full .box-content .list > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.media-overview .page-container:not(.page-column) .box-content .list > li,
.media-overview .page-container.page-full .box-content .list > li {
  position: relative;
}
.media-overview .page-container:not(.page-column) .box-content .list > li:before,
.media-overview .page-container.page-full .box-content .list > li:before {
  position: absolute;
  top: 0px;
  left: 15px;
}
.media-overview .page-container:not(.page-column) .box-content .list > li,
.media-overview .page-container.page-full .box-content .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .media-overview .page-container:not(.page-column) .box-content .list > li,
  .media-overview .page-container.page-full .box-content .list > li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .media-overview .page-container:not(.page-column) .box-content .list > li,
  .media-overview .page-container.page-full .box-content .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .media-overview .page-container:not(.page-column) .box-content .list > li,
  .media-overview .page-container.page-full .box-content .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .media-overview .page-container:not(.page-column) .box-content .list > li,
  .media-overview .page-container.page-full .box-content .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .media-overview .page-container:not(.page-column) .box-content .list > li,
  .media-overview .page-container.page-full .box-content .list > li {
    padding-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .media-overview .page-container:not(.page-column) .info-wrapper > .info:only-child,
  .media-overview .page-container.page-full .info-wrapper > .info:only-child {
    max-width: 100%;
  }
}
.media-overview .page-container .is_stuck {
  z-index: 1030;
}
.page-error .error-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .page-error .error-wrapper {
    max-width: 500px;
  }
}
.page-error .error-wrapper .btn-back {
  color: #2B4153;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
  font-size: 16px;
  line-height: inherit;
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  top: 100%;
  right: 0px;
}
.page-error .error-wrapper .btn-back,
.page-error .error-wrapper .btn-back:active,
.page-error .error-wrapper .btn-back.active,
.page-error .error-wrapper .btn-back[disabled],
fieldset[disabled] .page-error .error-wrapper .btn-back {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-error .error-wrapper .btn-back,
.page-error .error-wrapper .btn-back:hover,
.page-error .error-wrapper .btn-back:focus,
.page-error .error-wrapper .btn-back:active {
  border-color: transparent;
}
.page-error .error-wrapper .btn-back:hover,
.page-error .error-wrapper .btn-back:focus {
  color: #207530;
  text-decoration: underline;
  background-color: transparent;
}
.page-error .error-wrapper .btn-back[disabled]:hover,
fieldset[disabled] .page-error .error-wrapper .btn-back:hover,
.page-error .error-wrapper .btn-back[disabled]:focus,
fieldset[disabled] .page-error .error-wrapper .btn-back:focus {
  color: #c8c8c8;
  text-decoration: none;
}
.page-error .error-wrapper .box-error {
  background-color: transparent;
  border: 0;
  text-align: center;
}
.page-error .error-wrapper .box-error .img-responsive {
  display: inline-block;
  max-width: 238px;
}
/**********************
* CORE :: footer *
**********************/
.footer-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.footer-social .list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.footer-social .list-social > li > a:hover,
.footer-social .list-social > li > a:focus {
  text-decoration: none;
}
.footer-social .list-social > li > a:before {
  color: #ffffff;
}
.footer-social .list-social > li > a:before {
  background-color: transparent;
}
.footer-social .list-social > li > a:hover:before,
.footer-social .list-social > li > a:focus:before {
  color: #33B94C;
}
.footer {
  position: relative;
  background-color: #2B4153;
  z-index: 1;
}
@media (max-width: 778px) {
  .footer .footer-inner .contact-footer-container .contact-info {
    display: block !important;
  }
}
.footer .footer-top {
  background-color: #F8F8F8;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer .footer-top .list {
  font-size: 16px;
  line-height: inherit;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.footer .footer-top .list > li {
  display: inline-block;
}
.footer .footer-top .list > li + li {
  position: relative;
  padding-left: 0px;
}
.footer .footer-top .list > li + li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e99a";
}
.footer .footer-top .list > li + li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer .footer-top .list > li + li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 0px;
}
.footer .footer-top .list > li + li:before {
  font-size: 7px;
  line-height: inherit;
  color: #ffffff;
}
.footer .footer-top .list > li > a {
  display: inline-block;
}
.footer .footer-top .list > li {
  padding-right: 40px;
}
.footer .footer-top .list > li > a {
  color: #2B4153;
  text-transform: uppercase;
}
.footer .footer-inner {
  padding-top: 17px;
  padding-bottom: 17px;
  color: #ffffff;
  font-size: 16px;
  line-height: inherit;
}
.footer .footer-inner a {
  color: #ffffff;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.footer .footer-inner a.btn-more {
  padding-top: 0px;
  padding-bottom: 0px;
}
.footer .footer-inner a,
.footer .footer-inner a:active,
.footer .footer-inner a.active,
.footer .footer-inner a[disabled],
fieldset[disabled] .footer .footer-inner a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .footer-inner a,
.footer .footer-inner a:hover,
.footer .footer-inner a:focus,
.footer .footer-inner a:active {
  border-color: transparent;
}
.footer .footer-inner a:hover,
.footer .footer-inner a:focus {
  color: #33B94C;
  text-decoration: underline;
  background-color: transparent;
}
.footer .footer-inner a[disabled]:hover,
fieldset[disabled] .footer .footer-inner a:hover,
.footer .footer-inner a[disabled]:focus,
fieldset[disabled] .footer .footer-inner a:focus {
  color: #c8c8c8;
  text-decoration: none;
}
.footer .footer-inner a.lcplink:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e92c";
}
.footer .footer-inner a.lcplink > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.footer .footer-inner a.lcplink:hover,
.footer .footer-inner a.lcplink:focus {
  text-decoration: none;
}
.footer .footer-inner .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.footer .footer-inner .list > li {
  display: inline-block;
}
.footer .footer-inner .list > li + li {
  position: relative;
  padding-left: 20px;
}
.footer .footer-inner .list > li + li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e99a";
}
.footer .footer-inner .list > li + li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer .footer-inner .list > li + li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
}
.footer .footer-inner .list > li + li:before {
  font-size: 7px;
  line-height: inherit;
  color: #ffffff;
}
.footer .footer-inner .list > li > a {
  display: inline-block;
}
.footer .footer-inner .list > li > a.lcplink:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e92c";
}
.footer .footer-inner .list > li > a.lcplink > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.footer .footer-inner .list > li > a.lcplink:hover,
.footer .footer-inner .list > li > a.lcplink:focus {
  text-decoration: none;
}
.footer .footer-inner .list > li > a {
  color: #ffffff;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.footer .footer-inner .list > li > a,
.footer .footer-inner .list > li > a:active,
.footer .footer-inner .list > li > a.active,
.footer .footer-inner .list > li > a[disabled],
fieldset[disabled] .footer .footer-inner .list > li > a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .footer-inner .list > li > a,
.footer .footer-inner .list > li > a:hover,
.footer .footer-inner .list > li > a:focus,
.footer .footer-inner .list > li > a:active {
  border-color: transparent;
}
.footer .footer-inner .list > li > a:hover,
.footer .footer-inner .list > li > a:focus {
  color: #33B94C;
  text-decoration: underline;
  background-color: transparent;
}
.footer .footer-inner .list > li > a[disabled]:hover,
fieldset[disabled] .footer .footer-inner .list > li > a:hover,
.footer .footer-inner .list > li > a[disabled]:focus,
fieldset[disabled] .footer .footer-inner .list > li > a:focus {
  color: #c8c8c8;
  text-decoration: none;
}
.footer .footer-inner .contact-footer-container,
.footer .footer-inner .contact-footer-container + ul.list {
  display: inline-block;
}
@media (max-width: 991px) {
  .footer .footer-inner .contact-footer-container,
  .footer .footer-inner .contact-footer-container + ul.list {
    display: block;
  }
}
.footer .footer-inner .contact-footer-container .title {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Gilroy';
  font-weight: 300;
}
@media (min-width: 992px) {
  .footer .footer-inner .contact-footer-container .title {
    display: inline-block;
  }
}
.footer .footer-inner .contact-footer-container .contact-info {
  color: #ffffff;
  display: inline-block;
}
.footer .footer-inner .contact-footer-container .contact-info > dt[class^="lbl-"]:before,
.footer .footer-inner .contact-footer-container .contact-info > dt[class*=" lbl-"]:before {
  color: #ffffff;
}
.footer .footer-inner .contact-footer-container .contact-info a {
  color: #ffffff;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.footer .footer-inner .contact-footer-container .contact-info a,
.footer .footer-inner .contact-footer-container .contact-info a:active,
.footer .footer-inner .contact-footer-container .contact-info a.active,
.footer .footer-inner .contact-footer-container .contact-info a[disabled],
fieldset[disabled] .footer .footer-inner .contact-footer-container .contact-info a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .footer-inner .contact-footer-container .contact-info a,
.footer .footer-inner .contact-footer-container .contact-info a:hover,
.footer .footer-inner .contact-footer-container .contact-info a:focus,
.footer .footer-inner .contact-footer-container .contact-info a:active {
  border-color: transparent;
}
.footer .footer-inner .contact-footer-container .contact-info a:hover,
.footer .footer-inner .contact-footer-container .contact-info a:focus {
  color: #33B94C;
  text-decoration: underline;
  background-color: transparent;
}
.footer .footer-inner .contact-footer-container .contact-info a[disabled]:hover,
fieldset[disabled] .footer .footer-inner .contact-footer-container .contact-info a:hover,
.footer .footer-inner .contact-footer-container .contact-info a[disabled]:focus,
fieldset[disabled] .footer .footer-inner .contact-footer-container .contact-info a:focus {
  color: #c8c8c8;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer {
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "icomoon";
    content: "\e99a";
  }
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer:before {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 20px;
  }
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer:before {
    font-size: 7px;
    line-height: inherit;
  }
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dt,
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd {
  display: inline-block;
}
@media (max-width: 767px) {
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dt,
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd {
    display: block;
  }
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd a {
  color: #ffffff !important;
  text-decoration: none;
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd a:focus,
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd a:hover {
  text-decoration: underline;
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd > span {
  display: inline-block;
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd {
  /*
								a {
									&:hover,
									&:focus {
										color: @footer-text-color;
									}
								}
								*/
}
@media (min-width: 768px) {
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd {
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "icomoon";
    content: "\e99a";
  }
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd:before {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 20px;
  }
  .footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd:before {
    font-size: 7px;
    line-height: inherit;
  }
}
.footer .footer-inner .contact-footer-container .contact-info + span.footer-contact-detail > a {
  text-decoration: underline;
}
.footer .footer-inner .footer-row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.footer .footer-inner .footer-row .footer-left,
.footer .footer-inner .footer-row .footer-right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .footer .footer-inner .footer-row .footer-left,
  .footer .footer-inner .footer-row .footer-right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer .footer-inner .footer-row .footer-left,
  .footer .footer-inner .footer-row .footer-right {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .footer .footer-inner .footer-row .footer-left,
  .footer .footer-inner .footer-row .footer-right {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1300px) {
  .footer .footer-inner .footer-row .footer-left,
  .footer .footer-inner .footer-row .footer-right {
    float: left;
    width: 16.66666667%;
  }
}
.footer .footer-inner .footer-row .footer-mid {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .footer .footer-inner .footer-row .footer-mid {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer .footer-inner .footer-row .footer-mid {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .footer .footer-inner .footer-row .footer-mid {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1300px) {
  .footer .footer-inner .footer-row .footer-mid {
    float: left;
    width: 66.66666667%;
  }
}
.footer .footer-inner .footer-row .footer-left {
  position: static;
}
.footer .footer-inner .footer-row .footer-left .contact-footer-container {
  position: absolute;
  left: 15px;
  bottom: 4px;
}
.footer .footer-inner .footer-row .footer-mid {
  text-align: center;
  margin-bottom: 30px;
}
.footer .footer-inner .footer-row .footer-right {
  text-align: right;
  padding-left: 100px;
}
@media (min-width: 768px) {
  .footer .footer-inner .footer-row .footer-left {
    text-align: left;
  }
  .footer .footer-inner .footer-row .footer-left .contact-footer-container {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .footer .footer-inner .footer-row .footer-mid {
    margin-bottom: 0px;
  }
  .footer .footer-inner .footer-row .footer-right {
    padding-left: 0px;
    position: static;
  }
  .footer .footer-inner .footer-row .footer-right .footer-social {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
}
.footer .footer-inner .footer-right {
  position: relative;
}
.footer .footer-inner .footer-right .site-by-lcp,
.footer .footer-inner .footer-right .footer-social {
  float: right;
}
.footer .footer-inner .footer-right .footer-social {
  margin-right: 60px;
}
.footer .footer-inner .footer-right .site-by-lcp {
  position: absolute;
  right: 0px;
  top: 2px;
}
/* ==========================================================================
 MODULE :: Modals / lcpbox
 ========================================================================== */
#lcpbox_container {
  overflow: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100% !important;
  visibility: hidden;
}
#lcpbox_container > div[class*="overlay"] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: #F8F8F8;
}
#lcpbox_container #lcpbox {
  margin: 0 auto;
  position: relative;
  text-align: left;
  z-index: 1050;
  top: 20px !important;
  -webkit-box-shadow: 0px 6px 12px rgba(51, 185, 76, 0.17);
  box-shadow: 0px 6px 12px rgba(51, 185, 76, 0.17);
}
#lcpbox_container #lcpbox #lcpbox_title {
  position: relative;
  overflow: hidden;
  background: #33B94C;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#lcpbox_container #lcpbox #lcpbox_title #lcpbox_title_inner {
  padding: 0.3em 0.5em;
  color: #ffffff;
}
#lcpbox_container #lcpbox .copyright {
  position: absolute;
  z-index: 1060;
  bottom: 0px;
  right: 0px;
}
#lcpbox_container #lcpbox #lcpbox_body {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#lcpbox_container #lcpbox #lcpbox_info {
  clear: both;
  float: none;
}
#lcpbox_container #lcpbox #lcpbox_body_inner {
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
#lcpbox_container #lcpbox #lcpbox_nav_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1051;
}
#lcpbox_container #lcpbox_info_inner {
  text-align: center;
  background-color: #33B94C;
  overflow: hidden;
  min-height: 35px;
}
#lcpbox_container #lcpbox_counter {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff;
  font-size: 20px;
  line-height: inherit;
  float: right;
  padding-top: 6px;
}
#lcpbox_container #lcpbox_nav {
  float: right;
}
/***********************
	* BACKOFFICE - STYLES *
	***********************/
/**************************
* BACKOFFICE FRONT STYLE *
**************************/
.lcp-bo-edit-box {
  position: fixed;
  z-index: 1031;
  top: 0px;
  left: 0px;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
.lcp-bo-edit-box > a,
.lcp-bo-edit-box > button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: 0;
  height: 42px;
}
.lcp-bo-edit-box > a {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-border-radius: 0 0 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
}
.lcp-bo-edit-box > a:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e9dd";
}
.lcp-bo-edit-box > a:before {
  position: absolute;
  top: 6px;
  left: 12px;
}
.lcp-bo-edit-box > a > span:only-child {
  display: block;
}
.lcp-bo-edit-box > a > span:first-of-type {
  padding-left: 25px;
}
.lcp-bo-edit-box > a:focus,
.lcp-bo-edit-box > a:active:focus,
.lcp-bo-edit-box > a.active:focus,
.lcp-bo-edit-box > a.focus,
.lcp-bo-edit-box > a:active.focus,
.lcp-bo-edit-box > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.lcp-bo-edit-box > a:active,
.lcp-bo-edit-box > a.active {
  outline: 0;
  background-image: none;
}
.lcp-bo-edit-box > a.disabled,
.lcp-bo-edit-box > a[disabled],
fieldset[disabled] .lcp-bo-edit-box > a {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lcp-bo-edit-box > a:hover,
.lcp-bo-edit-box > a:focus {
  text-decoration: none;
}
.lcp-bo-edit-box > a:focus {
  outline-color: #ffffff;
}
.lcp-bo-edit-box > a:hover,
.lcp-bo-edit-box > a:focus {
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
}
.lcp-bo-edit-box > a:focus {
  outline-color: #ffffff;
}
@media (max-width: 543px) {
  .lcp-bo-edit-box > a {
    position: relative;
  }
  .lcp-bo-edit-box > a:before {
    position: static;
    left: auto;
    top: auto;
  }
  .lcp-bo-edit-box > a > span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inherit !important;
  }
}
.lcp-bo-edit-box button.performtest {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  border: 0;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.lcp-bo-edit-box button.performtest:focus,
.lcp-bo-edit-box button.performtest:active:focus,
.lcp-bo-edit-box button.performtest.active:focus,
.lcp-bo-edit-box button.performtest.focus,
.lcp-bo-edit-box button.performtest:active.focus,
.lcp-bo-edit-box button.performtest.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.lcp-bo-edit-box button.performtest:active,
.lcp-bo-edit-box button.performtest.active {
  outline: 0;
  background-image: none;
}
.lcp-bo-edit-box button.performtest.disabled,
.lcp-bo-edit-box button.performtest[disabled],
fieldset[disabled] .lcp-bo-edit-box button.performtest {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lcp-bo-edit-box button.performtest:hover,
.lcp-bo-edit-box button.performtest:focus {
  text-decoration: none;
}
.lcp-bo-edit-box button.performtest:focus {
  outline-color: #ffffff;
}
.lcp-bo-edit-box button.performtest:hover,
.lcp-bo-edit-box button.performtest:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.lcp-bo-edit-box button.performtest:focus {
  outline-color: #ffffff;
}
.lcp-bo-edit-box button.performtest:focus,
.lcp-bo-edit-box button.performtest:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
.lcp-bo-edit-box button.performtest:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e9e0";
}
.lcp-bo-edit-box button.performtest > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.lcp-bo-edit-box button.performtest:hover,
.lcp-bo-edit-box button.performtest:focus {
  text-decoration: none;
}
.lcp-bo-edit-box button.performtest:hover,
.lcp-bo-edit-box button.performtest:focus {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.lcp-bo-edit-box button.performtest:focus {
  outline-color: #ffffff;
}
.icon-contrast.is-active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cookie-complicance-wrapper {
  font-size: 16px;
  line-height: inherit;
  position: relative;
  z-index: 1030;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.cookie-complicance-wrapper .cookie-compliance-text {
  padding-top: 0.5em;
}
.cookie-complicance-wrapper .cookie-compliance-actions {
  padding-bottom: 0.5em;
  /*
		.btn-primary,
		.btn-secondary {
			.pv(0);
			.ph(9);
			.font-size(14);
		}
		*/
}
.cookie-complicance-wrapper .cookie-compliance-actions .btn-cookie-compliance {
  background: none transparent;
  border: none;
  color: #33B94C;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.cookie-complicance-wrapper .cookie-compliance-actions .btn-cookie-compliance:not(:last-child) {
  margin-right: 10px;
}
.cookie-complicance-wrapper .cookie-compliance-actions .btn-cookie-compliance:focus,
.cookie-complicance-wrapper .cookie-compliance-actions .btn-cookie-compliance:hover {
  text-decoration: underline;
  color: #207530;
}
.inplace-editing {
  position: relative;
}
.inplace-editing:hover,
.inplace-editing:focus {
  cursor: pointer;
}
.inplace-editing:hover:after,
.inplace-editing:focus:after {
  color: inherit;
  position: absolute;
  font-family: "icomoon";
  content: "\e9dd";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 5px;
}
.inplace-editing-toolbar {
  z-index: 1030;
  display: none;
  position: absolute;
  background: #5bc0de;
  border-left-color: #5bc0de;
}
.inplace-editing-toolbar .toolbar-content {
  padding: 15px 15px;
  overflow: hidden;
}
.inplace-editing-toolbar .toolbar-content .toolbar-edit,
.inplace-editing-toolbar .toolbar-content .toolbar-btns {
  float: left !important;
}
.inplace-editing-toolbar .toolbar-content .toolbar-edit {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}
.inplace-editing-toolbar .toolbar-content .toolbar-edit .input-inplace-editing {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.inplace-editing-toolbar .toolbar-content .toolbar-edit .label-inplace-editing {
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
  margin-right: 12px;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns {
  padding-left: 5px;
  padding-right: 5px;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel {
  height: 42px;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:hover,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:focus {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:focus {
  outline-color: #ffffff;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:hover,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:focus {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:focus {
  outline-color: #ffffff;
}
/***************
 * GLOBAL SKIN *
 ***************/
/*==========================================================================
 Skelet custom + aditionals
========================================================================== */
.partial-date {
  color: #999999;
  font-size: 16px;
  line-height: inherit;
}
.partial-date:not(:last-child) {
  margin-bottom: 14px;
}
.partial-date[class*=" icon-"] {
  position: relative;
  display: block;
  padding-left: 26px;
}
.partial-date[class*=" icon-"]:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.partial-date.date-list-item {
  color: #2B4153;
}
.partial-date span + span:before {
  content: "\00a0";
}
.partial-date span + span.txt-other-dates:before {
  content: ",\00a0";
}
.partial-container .list {
  padding-left: 0px;
  list-style: none;
}
.partial-container .list .has-media,
.partial-container .list .no-media {
  position: relative;
}
.partial-container .list .has-media .partial-block-date,
.partial-container .list .no-media .partial-block-date {
  position: absolute;
  z-index: 3;
  right: auto;
  left: 12px;
  top: 12px;
}
.partial-container .list .partial-block-date .entry-date {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  width: 60px;
  background-color: #33B94C;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition-property: background-color, border-color, color;
  -moz-transition-property: background-color, border-color, color;
  -o-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
  padding-top: 6px;
}
.partial-container .list .partial-block-date .entry-date > span {
  display: block;
}
.partial-container .list .partial-block-date .entry-date .datetext {
  font-size: 22px;
  line-height: inherit;
}
.partial-container .list .partial-block-date .entry-date .weekday {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.partial-container .list .partial-block-date .entry-date .day {
  font-size: 24px;
  line-height: inherit;
}
.partial-container .list .partial-block-date .entry-date .month {
  font-size: 18px;
  line-height: inherit;
  padding-bottom: 6px;
  font-weight: 300;
}
.partial-container .list .partial-block-date .entry-date .year {
  padding-bottom: 6px;
}
.partial-container .list .partial-date .txt-published {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.partial-container .list .partial-content {
  color: #2B4153;
  background-color: #ffffff;
  padding: 6px 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
.partial-container .list .partial-content > .title {
  color: #2B4153;
}
.partial-container .list .partial-content > .title:only-child {
  margin-bottom: 0px;
}
.partial-container .list > li > a {
  display: block;
}
.partial-container .list > li > a .one-media .photo.image-loaded {
  position: relative;
  display: block;
  overflow: hidden;
}
.partial-container .list > li > a .one-media .photo.image-loaded .thumb-photo,
.partial-container .list > li > a .one-media .photo.image-loaded .thumb-video,
.partial-container .list > li > a .one-media .photo.image-loaded img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partial-container .list > li > a .one-media .photo.image-loaded:before,
.partial-container .list > li > a .one-media .photo.image-loaded:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: background, opacity;
  -moz-transition-property: background, opacity;
  -o-transition-property: background, opacity;
  transition-property: background, opacity;
}
.partial-container .list > li > a .one-media .photo.image-loaded:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: transparent;
}
.partial-container .list > li > a:hover,
.partial-container .list > li > a:focus {
  text-decoration: none;
}
.partial-container .list > li > a:hover .title,
.partial-container .list > li > a:focus .title {
  color: #33B94C;
}
.partial-container .list > li > a:hover .btn-more,
.partial-container .list > li > a:focus .btn-more {
  color: #207530;
  text-decoration: underline;
}
.partial-container .list > li > a:hover .btn-more:before,
.partial-container .list > li > a:focus .btn-more:before {
  color: #207530;
}
.partial-container .list > li > a:hover .one-media .photo.image-loaded .thumb-photo,
.partial-container .list > li > a:focus .one-media .photo.image-loaded .thumb-photo,
.partial-container .list > li > a:hover .one-media .photo.image-loaded .thumb-video,
.partial-container .list > li > a:focus .one-media .photo.image-loaded .thumb-video,
.partial-container .list > li > a:hover .one-media .photo.image-loaded img,
.partial-container .list > li > a:focus .one-media .photo.image-loaded img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.partial-container .list > li > a:hover .one-media .photo.image-loaded:after,
.partial-container .list > li > a:focus .one-media .photo.image-loaded:after {
  background: #207530;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.partial-container .list > li > a:hover .partial-block-date .entry-date,
.partial-container .list > li > a:focus .partial-block-date .entry-date {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.partial-container .list > li > a:hover .partial-block-date .entry-date .day,
.partial-container .list > li > a:focus .partial-block-date .entry-date .day {
  font-size: 24px;
  line-height: inherit;
}
.partial-container .list > li > a:hover .partial-block-date .entry-date .month,
.partial-container .list > li > a:focus .partial-block-date .entry-date .month {
  font-size: 18px;
  line-height: inherit;
  padding-bottom: 6px;
  font-weight: 300;
}
.partial-container .list > li > a:focus {
  outline-offset: 2px;
}
.partial-container .list.partial-list > li + li {
  position: relative;
  padding-top: 57px;
}
.partial-container .list.partial-list > li + li:before,
.partial-container .list.partial-list > li + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.partial-container .list.partial-list > li + li:before {
  content: "";
  top: 28px;
  border-top: 1px dotted #F8F8F8;
}
.partial-container .list.partial-list > li .title {
  margin-bottom: 0px;
}
.partial-container .list.partial-list > li .title + p {
  margin-top: 14px;
}
.partial-container .btn-partial {
  /*
		.icon-btn-variant(
			@icon-btn: @icon-navbar-toggle;
		);

		.align-horizontal(
			@position: relative;
			@position-h: center;
		);
		// .btn-icon;
		.icon-btn-text(
			@btn-text;
			@icon-position;
			@text-padding: @padding-small-horizontal;
			@icon-width: 16;
			@icon-position-horizontal: @icon-btn-position-horizontal;
			@icon-position-vertical: @icon-btn-position-vertical + 2;
		);
		*/
  /*
		@media (max-width: @screen-tinyphone-max) {
			.btn-block;
			+ .btn-partial {
				.mt(1);
			}
		}
		+ .btn-partial {
			.pull-right;
		}
		*/
}
.partial-detail-item .info .short + .long {
  margin-top: 7px;
}
.partial-overview {
  margin-bottom: 60px;
}
.partial-overview .list:not(.ui-sortable) .partial-content-block:before,
.partial-overview .list:not(.ui-sortable) .partial-content-block:after {
  content: " ";
  display: table;
}
.partial-overview .list:not(.ui-sortable) .partial-content-block:after {
  clear: both;
}
.partial-overview .list:not(.ui-sortable) .partial-content-block:before,
.partial-overview .list:not(.ui-sortable) .partial-content-block:after {
  content: " ";
  display: table;
}
.partial-overview .list:not(.ui-sortable) .partial-content-block:after {
  clear: both;
}
.partial-overview .list:not(.ui-sortable) .partial-content-block .partial-photo {
  margin-bottom: 7.5px;
  /*
		+ .info,
		+ div {
			+ div {
				clear: both;
			}
		}
		*/
}
.partial-overview .list:not(.ui-sortable) .partial-content-block .partial-photo .photo,
.partial-overview .list:not(.ui-sortable) .partial-content-block .partial-photo .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
@media (min-width: 544px) {
  .partial-overview .list:not(.ui-sortable) .partial-content-block .partial-photo {
    position: relative;
    z-index: 1;
    float: right;
    margin-left: 15px;
    max-width: 300px;
  }
}
.partial-overview .list:not(.ui-sortable) .partial-content-block .person-photo {
  max-width: 150px;
}
.partial-overview .list:not(.ui-sortable) .partial-content-block .partial-content {
  padding: 0px;
}
.partial-overview .list:not(.ui-sortable) .partial-content-block .partial-content .short {
  overflow: hidden;
  margin-bottom: 6px;
}
.partial-overview .list:not(.ui-sortable) .partial-content-block .partial-content .short:after {
  content: " ";
  padding-left: 400px;
  margin-left: -388px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.partial-overview .list:not(.ui-sortable) > li + li {
  position: relative;
  padding-top: 57px;
}
.partial-overview .list:not(.ui-sortable) > li + li:before,
.partial-overview .list:not(.ui-sortable) > li + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.partial-overview .list:not(.ui-sortable) > li + li:before {
  content: "";
  top: 28px;
  border-top: 1px dotted #F8F8F8;
}
.partial-overview .btn-more {
  display: block;
  width: 100%;
}
.year-overview .year-item {
  /*
		> .year {
			> .heading {}
		}
		*/
}
.year-overview .year-item + .year-item {
  position: relative;
  padding-top: 57px;
}
.year-overview .year-item + .year-item:before,
.year-overview .year-item + .year-item:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.year-overview .year-item + .year-item:before {
  content: "";
  top: 28px;
  border-top: 1px dotted #F8F8F8;
}
.partial-masonry .masonry-filter .masonry-filter-info:not(.theme) {
  text-align: center;
}
.partial-masonry .masonry-filter .masonry-filter-info > .heading {
  float: none;
  width: auto;
  display: inline-block;
}
.partial-masonry .masonry-filter .masonry-filter-info .filter-list-masonry {
  display: inline-block;
}
.partial-masonry .list:not(.ui-sortable) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.partial-masonry .list:not(.ui-sortable) > li > a {
  -webkit-border-radius: 0 50px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 50px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 50px 0 0;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
}
.partial-masonry .list:not(.ui-sortable) > li > a .partial-item-container {
  font-size: 18px;
  line-height: inherit;
}
.partial-masonry .list:not(.ui-sortable) > li > a .partial-item-container.has-media .one-media,
.partial-masonry .list:not(.ui-sortable) > li > a .partial-item-container.has-media .one-media .photo,
.partial-masonry .list:not(.ui-sortable) > li > a .partial-item-container.has-media .one-media img {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
.partial-masonry .list:not(.ui-sortable) > li > a .partial-content {
  padding: 30px;
}
.partial-masonry .short:after {
  content: " ";
  padding-left: 400px;
  margin-left: -388px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.masonry-grid .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.masonry-grid .list:not(.ui-sortable) {
  margin-left: -15px;
  margin-right: -15px;
}
.masonry-grid .list:not(.ui-sortable) > li {
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .masonry-grid .list:not(.ui-sortable) > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .masonry-grid .list:not(.ui-sortable) > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .masonry-grid .list:not(.ui-sortable) > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .masonry-grid .list:not(.ui-sortable) > li {
    float: left;
    width: 33.33333333%;
  }
}
.masonry-grid .list:not(.ui-sortable) .has-media,
.masonry-grid .list:not(.ui-sortable) .no-media {
  position: relative;
}
.masonry-grid .list:not(.ui-sortable) .has-media .partial-block-date,
.masonry-grid .list:not(.ui-sortable) .no-media .partial-block-date {
  position: absolute;
  z-index: 3;
  right: auto;
  left: 12px;
  top: 12px;
}
.masonry-grid .list:not(.ui-sortable) .no-media .partial-block-date {
  position: relative;
  top: auto;
  left: auto;
  float: left !important;
  margin-right: 15px;
  margin-bottom: 0px;
}
.masonry-grid .list:not(.ui-sortable) .no-media .partial-block-date + .partial-content-block > .partial-content {
  border: 0;
}
.masonry-grid .list:not(.ui-sortable) .no-media .partial-block-date + .partial-content-block > .partial-content .title {
  line-height: 34px !important;
}
.spotlight-wrapper {
  font-size: 18px;
  line-height: inherit;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F8F8F8;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
}
.spotlight-wrapper:not(:last-child) {
  margin-bottom: 14px;
}
.spotlight-wrapper.related {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F8F8F8;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.spotlight-wrapper.related:before,
.spotlight-wrapper.related:after {
  content: "";
  background-color: #F8F8F8;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  width: 100vw;
}
.spotlight-wrapper.related:before {
  right: 100%;
}
.spotlight-wrapper.related:after {
  left: 100%;
}
.spotlight-wrapper:not(.related) {
  /* #bg-zone > .bg-style(
			@style: @color2-lighter;
			@type: full;
			@bg-padding-horizontal: 0;
		); */
}
.spotlight-wrapper .partial-container .list > li > a .partial-content {
  color: #2B4153;
  background-color: #ffffff;
  padding: 15px 23px 30px 23px;
}
.spotlight-wrapper .partial-container .list > li > a .no-media .partial-content {
  padding-left: 75px;
  padding-top: 0px;
}
.spotlight-wrapper:before,
.spotlight-wrapper:after {
  content: "";
  background-color: #F8F8F8;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  width: 100vw;
}
.spotlight-wrapper:before {
  right: 100%;
}
.spotlight-wrapper:after {
  left: 100%;
}
.spotlight-related .partial-container .list > li > a .partial-content {
  background-color: #F8F8F8;
}
.spotlight-related .partial-container .list > li > a .partial-content .title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
}
@media (max-width: 320px) {
  .spotlight-related .partial-container .list > li > a .partial-content .title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .spotlight-related .partial-container .list > li > a .partial-content .title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  .spotlight-related .partial-container .list > li > a .partial-content .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .spotlight-related .partial-container .list > li > a .partial-content .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .spotlight-related .partial-container .list > li > a .partial-content .title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .spotlight-related .partial-container .list > li > a .partial-content .title {
    font-size: 20px;
    line-height: 31px;
  }
}
.box-related .heading {
  color: #2B4153;
}
.cat {
  padding: 5px 10px;
  font-size: 11px;
  line-height: inherit;
  line-height: 15px;
  font-family: 'Gilroy';
  font-weight: 300;
  vertical-align: baseline;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #2B4153;
  background-color: #F8F8F8;
  display: inline-block;
}
.cat:hover,
.cat:focus {
  text-decoration: none;
}
.cat:hover:not(a),
.cat:focus:not(a) {
  cursor: default;
}
.cat:not(:last-child) {
  margin-bottom: 7px;
}
.box-wrapper .box-row {
  margin-left: -15px;
  margin-right: -15px;
}
.box-wrapper .box-row > .box-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .box-wrapper .box-row > .box-column {
    float: left;
    width: 50%;
  }
}
.box-wrapper .box-row > .box-column {
  padding-top: 7px;
  padding-bottom: 7px;
}
.info-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}
.info-wrapper:not(:last-child) {
  padding-bottom: 14px;
}
.info:not(:last-child),
.content-text:not(:last-child) {
  margin-bottom: 60px;
}
.info h2,
.content-text h2,
.info h3,
.content-text h3,
.info h4,
.content-text h4,
.info h5,
.content-text h5,
.info h6,
.content-text h6 {
  margin-bottom: 0px;
}
.info h2 + p,
.content-text h2 + p,
.info h3 + p,
.content-text h3 + p,
.info h4 + p,
.content-text h4 + p,
.info h5 + p,
.content-text h5 + p,
.info h6 + p,
.content-text h6 + p,
.info h2 + ul,
.content-text h2 + ul,
.info h3 + ul,
.content-text h3 + ul,
.info h4 + ul,
.content-text h4 + ul,
.info h5 + ul,
.content-text h5 + ul,
.info h6 + ul,
.content-text h6 + ul,
.info h2 + ol,
.content-text h2 + ol,
.info h3 + ol,
.content-text h3 + ol,
.info h4 + ol,
.content-text h4 + ol,
.info h5 + ol,
.content-text h5 + ol,
.info h6 + ol,
.content-text h6 + ol,
.info h2 + div,
.content-text h2 + div,
.info h3 + div,
.content-text h3 + div,
.info h4 + div,
.content-text h4 + div,
.info h5 + div,
.content-text h5 + div,
.info h6 + div,
.content-text h6 + div {
  margin-top: 14px;
}
.info .short:not(:last-child),
.content-text .short:not(:last-child),
.info .long:not(:last-child),
.content-text .long:not(:last-child),
.info p:not(:last-child),
.content-text p:not(:last-child),
.info ul:not(:last-child),
.content-text ul:not(:last-child),
.info ol:not(:last-child),
.content-text ol:not(:last-child),
.info div:not(:last-child),
.content-text div:not(:last-child) {
  margin-bottom: 14px;
}
.info .short:not(:last-child) + p,
.content-text .short:not(:last-child) + p,
.info .long:not(:last-child) + p,
.content-text .long:not(:last-child) + p,
.info p:not(:last-child) + p,
.content-text p:not(:last-child) + p,
.info ul:not(:last-child) + p,
.content-text ul:not(:last-child) + p,
.info ol:not(:last-child) + p,
.content-text ol:not(:last-child) + p,
.info div:not(:last-child) + p,
.content-text div:not(:last-child) + p,
.info .short:not(:last-child) + ul,
.content-text .short:not(:last-child) + ul,
.info .long:not(:last-child) + ul,
.content-text .long:not(:last-child) + ul,
.info p:not(:last-child) + ul,
.content-text p:not(:last-child) + ul,
.info ul:not(:last-child) + ul,
.content-text ul:not(:last-child) + ul,
.info ol:not(:last-child) + ul,
.content-text ol:not(:last-child) + ul,
.info div:not(:last-child) + ul,
.content-text div:not(:last-child) + ul,
.info .short:not(:last-child) + ol,
.content-text .short:not(:last-child) + ol,
.info .long:not(:last-child) + ol,
.content-text .long:not(:last-child) + ol,
.info p:not(:last-child) + ol,
.content-text p:not(:last-child) + ol,
.info ul:not(:last-child) + ol,
.content-text ul:not(:last-child) + ol,
.info ol:not(:last-child) + ol,
.content-text ol:not(:last-child) + ol,
.info div:not(:last-child) + ol,
.content-text div:not(:last-child) + ol,
.info .short:not(:last-child) + div,
.content-text .short:not(:last-child) + div,
.info .long:not(:last-child) + div,
.content-text .long:not(:last-child) + div,
.info p:not(:last-child) + div,
.content-text p:not(:last-child) + div,
.info ul:not(:last-child) + div,
.content-text ul:not(:last-child) + div,
.info ol:not(:last-child) + div,
.content-text ol:not(:last-child) + div,
.info div:not(:last-child) + div,
.content-text div:not(:last-child) + div {
  margin-bottom: 14px;
}
.info .short + h2,
.content-text .short + h2,
.info .long + h2,
.content-text .long + h2,
.info p + h2,
.content-text p + h2,
.info ul + h2,
.content-text ul + h2,
.info ol + h2,
.content-text ol + h2,
.info div + h2,
.content-text div + h2,
.info .short + h3,
.content-text .short + h3,
.info .long + h3,
.content-text .long + h3,
.info p + h3,
.content-text p + h3,
.info ul + h3,
.content-text ul + h3,
.info ol + h3,
.content-text ol + h3,
.info div + h3,
.content-text div + h3,
.info .short + h4,
.content-text .short + h4,
.info .long + h4,
.content-text .long + h4,
.info p + h4,
.content-text p + h4,
.info ul + h4,
.content-text ul + h4,
.info ol + h4,
.content-text ol + h4,
.info div + h4,
.content-text div + h4,
.info .short + h5,
.content-text .short + h5,
.info .long + h5,
.content-text .long + h5,
.info p + h5,
.content-text p + h5,
.info ul + h5,
.content-text ul + h5,
.info ol + h5,
.content-text ol + h5,
.info div + h5,
.content-text div + h5,
.info .short + h6,
.content-text .short + h6,
.info .long + h6,
.content-text .long + h6,
.info p + h6,
.content-text p + h6,
.info ul + h6,
.content-text ul + h6,
.info ol + h6,
.content-text ol + h6,
.info div + h6,
.content-text div + h6 {
  margin-top: 28px;
}
.info .inline-image img,
.content-text .inline-image img {
  max-width: 100%;
}
.info .inline-image .title,
.content-text .inline-image .title {
  display: block;
}
.info a:not([class*="btn-"]),
.content-text a:not([class*="btn-"]) {
  color: #33B94C;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
  text-decoration: underline;
  display: inline-block;
}
.info a:not([class*="btn-"]),
.content-text a:not([class*="btn-"]),
.info a:not([class*="btn-"]):active,
.content-text a:not([class*="btn-"]):active,
.info a:not([class*="btn-"]).active,
.content-text a:not([class*="btn-"]).active,
.info a:not([class*="btn-"])[disabled],
.content-text a:not([class*="btn-"])[disabled],
fieldset[disabled] .info a:not([class*="btn-"]),
fieldset[disabled] .content-text a:not([class*="btn-"]) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.info a:not([class*="btn-"]),
.content-text a:not([class*="btn-"]),
.info a:not([class*="btn-"]):hover,
.content-text a:not([class*="btn-"]):hover,
.info a:not([class*="btn-"]):focus,
.content-text a:not([class*="btn-"]):focus,
.info a:not([class*="btn-"]):active,
.content-text a:not([class*="btn-"]):active {
  border-color: transparent;
}
.info a:not([class*="btn-"]):hover,
.content-text a:not([class*="btn-"]):hover,
.info a:not([class*="btn-"]):focus,
.content-text a:not([class*="btn-"]):focus {
  color: #207530;
  text-decoration: underline;
  background-color: transparent;
}
.info a:not([class*="btn-"])[disabled]:hover,
.content-text a:not([class*="btn-"])[disabled]:hover,
fieldset[disabled] .info a:not([class*="btn-"]):hover,
fieldset[disabled] .content-text a:not([class*="btn-"]):hover,
.info a:not([class*="btn-"])[disabled]:focus,
.content-text a:not([class*="btn-"])[disabled]:focus,
fieldset[disabled] .info a:not([class*="btn-"]):focus,
fieldset[disabled] .content-text a:not([class*="btn-"]):focus {
  color: #c8c8c8;
  text-decoration: none;
}
.info a.btn-cta,
.content-text a.btn-cta {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border: 0;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
}
.info a.btn-cta:focus,
.content-text a.btn-cta:focus,
.info a.btn-cta:active:focus,
.content-text a.btn-cta:active:focus,
.info a.btn-cta.active:focus,
.content-text a.btn-cta.active:focus,
.info a.btn-cta.focus,
.content-text a.btn-cta.focus,
.info a.btn-cta:active.focus,
.content-text a.btn-cta:active.focus,
.info a.btn-cta.active.focus,
.content-text a.btn-cta.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.info a.btn-cta:active,
.content-text a.btn-cta:active,
.info a.btn-cta.active,
.content-text a.btn-cta.active {
  outline: 0;
  background-image: none;
}
.info a.btn-cta.disabled,
.content-text a.btn-cta.disabled,
.info a.btn-cta[disabled],
.content-text a.btn-cta[disabled],
fieldset[disabled] .info a.btn-cta,
fieldset[disabled] .content-text a.btn-cta {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.info a.btn-cta:hover,
.content-text a.btn-cta:hover,
.info a.btn-cta:focus,
.content-text a.btn-cta:focus {
  text-decoration: none;
}
.info a.btn-cta:focus,
.content-text a.btn-cta:focus {
  outline-color: #ffffff;
}
.info a.btn-cta:hover,
.content-text a.btn-cta:hover,
.info a.btn-cta:focus,
.content-text a.btn-cta:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.info a.btn-cta:focus,
.content-text a.btn-cta:focus {
  outline-color: #ffffff;
}
.info a.btn-cta:focus,
.content-text a.btn-cta:focus,
.info a.btn-cta:hover,
.content-text a.btn-cta:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
.info a.btn-cta.btn-cta2,
.content-text a.btn-cta.btn-cta2,
.info a.btn-cta.btn-cta3,
.content-text a.btn-cta.btn-cta3 {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.info a.btn-cta.btn-cta2:focus,
.content-text a.btn-cta.btn-cta2:focus,
.info a.btn-cta.btn-cta3:focus,
.content-text a.btn-cta.btn-cta3:focus,
.info a.btn-cta.btn-cta2:active:focus,
.content-text a.btn-cta.btn-cta2:active:focus,
.info a.btn-cta.btn-cta3:active:focus,
.content-text a.btn-cta.btn-cta3:active:focus,
.info a.btn-cta.btn-cta2.active:focus,
.content-text a.btn-cta.btn-cta2.active:focus,
.info a.btn-cta.btn-cta3.active:focus,
.content-text a.btn-cta.btn-cta3.active:focus,
.info a.btn-cta.btn-cta2.focus,
.content-text a.btn-cta.btn-cta2.focus,
.info a.btn-cta.btn-cta3.focus,
.content-text a.btn-cta.btn-cta3.focus,
.info a.btn-cta.btn-cta2:active.focus,
.content-text a.btn-cta.btn-cta2:active.focus,
.info a.btn-cta.btn-cta3:active.focus,
.content-text a.btn-cta.btn-cta3:active.focus,
.info a.btn-cta.btn-cta2.active.focus,
.content-text a.btn-cta.btn-cta2.active.focus,
.info a.btn-cta.btn-cta3.active.focus,
.content-text a.btn-cta.btn-cta3.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.info a.btn-cta.btn-cta2:active,
.content-text a.btn-cta.btn-cta2:active,
.info a.btn-cta.btn-cta3:active,
.content-text a.btn-cta.btn-cta3:active,
.info a.btn-cta.btn-cta2.active,
.content-text a.btn-cta.btn-cta2.active,
.info a.btn-cta.btn-cta3.active,
.content-text a.btn-cta.btn-cta3.active {
  outline: 0;
  background-image: none;
}
.info a.btn-cta.btn-cta2.disabled,
.content-text a.btn-cta.btn-cta2.disabled,
.info a.btn-cta.btn-cta3.disabled,
.content-text a.btn-cta.btn-cta3.disabled,
.info a.btn-cta.btn-cta2[disabled],
.content-text a.btn-cta.btn-cta2[disabled],
.info a.btn-cta.btn-cta3[disabled],
.content-text a.btn-cta.btn-cta3[disabled],
fieldset[disabled] .info a.btn-cta.btn-cta2,
fieldset[disabled] .content-text a.btn-cta.btn-cta2,
fieldset[disabled] .info a.btn-cta.btn-cta3,
fieldset[disabled] .content-text a.btn-cta.btn-cta3 {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.info a.btn-cta.btn-cta2:hover,
.content-text a.btn-cta.btn-cta2:hover,
.info a.btn-cta.btn-cta3:hover,
.content-text a.btn-cta.btn-cta3:hover,
.info a.btn-cta.btn-cta2:focus,
.content-text a.btn-cta.btn-cta2:focus,
.info a.btn-cta.btn-cta3:focus,
.content-text a.btn-cta.btn-cta3:focus {
  text-decoration: none;
}
.info a.btn-cta.btn-cta2:focus,
.content-text a.btn-cta.btn-cta2:focus,
.info a.btn-cta.btn-cta3:focus,
.content-text a.btn-cta.btn-cta3:focus {
  outline-color: #ffffff;
}
.info a.btn-cta.btn-cta2:hover,
.content-text a.btn-cta.btn-cta2:hover,
.info a.btn-cta.btn-cta3:hover,
.content-text a.btn-cta.btn-cta3:hover,
.info a.btn-cta.btn-cta2:focus,
.content-text a.btn-cta.btn-cta2:focus,
.info a.btn-cta.btn-cta3:focus,
.content-text a.btn-cta.btn-cta3:focus {
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
}
.info a.btn-cta.btn-cta2:focus,
.content-text a.btn-cta.btn-cta2:focus,
.info a.btn-cta.btn-cta3:focus,
.content-text a.btn-cta.btn-cta3:focus {
  outline-color: #ffffff;
}
.info a.btn-cta-double,
.content-text a.btn-cta-double {
  text-decoration: underline;
  text-decoration-style: wavy;
  color: #207530;
}
.info a.btn-cta-double:hover,
.content-text a.btn-cta-double:hover,
.info a.btn-cta-double:focus,
.content-text a.btn-cta-double:focus {
  color: #33B94C;
  text-decoration-style: double;
}
.info a:not(:last-child),
.content-text a:not(:last-child) {
  margin-right: 5px;
}
.info a.inline-download,
.content-text a.inline-download {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border: 0;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  text-decoration: none;
}
.info a.inline-download:focus,
.content-text a.inline-download:focus,
.info a.inline-download:active:focus,
.content-text a.inline-download:active:focus,
.info a.inline-download.active:focus,
.content-text a.inline-download.active:focus,
.info a.inline-download.focus,
.content-text a.inline-download.focus,
.info a.inline-download:active.focus,
.content-text a.inline-download:active.focus,
.info a.inline-download.active.focus,
.content-text a.inline-download.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.info a.inline-download:active,
.content-text a.inline-download:active,
.info a.inline-download.active,
.content-text a.inline-download.active {
  outline: 0;
  background-image: none;
}
.info a.inline-download.disabled,
.content-text a.inline-download.disabled,
.info a.inline-download[disabled],
.content-text a.inline-download[disabled],
fieldset[disabled] .info a.inline-download,
fieldset[disabled] .content-text a.inline-download {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.info a.inline-download:hover,
.content-text a.inline-download:hover,
.info a.inline-download:focus,
.content-text a.inline-download:focus {
  text-decoration: none;
}
.info a.inline-download:focus,
.content-text a.inline-download:focus {
  outline-color: #ffffff;
}
.info a.inline-download:hover,
.content-text a.inline-download:hover,
.info a.inline-download:focus,
.content-text a.inline-download:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.info a.inline-download:focus,
.content-text a.inline-download:focus {
  outline-color: #ffffff;
}
.info a.inline-download:focus,
.content-text a.inline-download:focus,
.info a.inline-download:hover,
.content-text a.inline-download:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
.info a.inline-download.file > .file-info,
.content-text a.inline-download.file > .file-info {
  display: inline-block;
}
.info a.inline-download.file:hover:before,
.content-text a.inline-download.file:hover:before {
  font-family: "icomoon" !important;
  content: "\e96c" !important;
}
.info a.inline-download.file:hover:before,
.content-text a.inline-download.file:hover:before {
  color: #ffffff !important;
}
.info a.inline-download .description,
.content-text a.inline-download .description {
  padding-left: 12px;
}
.info a.inline-download .description:after,
.content-text a.inline-download .description:after {
  content: " ";
}
.info a.inline-download .filesize:before,
.content-text a.inline-download .filesize:before {
  content: "[";
}
.info a.inline-download .filesize:after,
.content-text a.inline-download .filesize:after {
  content: "]";
}
.info a.inline-download .extention,
.content-text a.inline-download .extention {
  display: none !important;
}
.info ol,
.content-text ol {
  padding: 0;
  list-style-position: outside;
  margin-left: 30px;
}
.info ol li,
.content-text ol li {
  padding-left: -10px;
}
.info ul,
.content-text ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  /* > li {
				//eventueel andere stijl sub items
				ul {
					> li {
						.icon-alt(
							@icon-symbol: @icon-list;
							@icon-position;
							@icon-color: @icon-list-color;
						);

						.pl(8 + @padding-xs-horizontal);
					}
				}
			} */
}
.info ul > li > a,
.content-text ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.info ul > li,
.content-text ul > li {
  position: relative;
}
.info ul > li:before,
.content-text ul > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.info ul > li:before,
.content-text ul > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.info ul > li a,
.content-text ul > li a {
  position: relative;
  z-index: 1;
}
.info ul > li:before,
.content-text ul > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.info ul > li > a,
.content-text ul > li > a {
  display: block;
  color: #2B4153;
}
.info ul > li > a > span:only-child,
.content-text ul > li > a > span:only-child {
  display: block;
}
.info ul > li > a > span:first-of-type,
.content-text ul > li > a > span:first-of-type {
  padding-left: 27px;
}
.info ul > li:hover:before,
.content-text ul > li:hover:before {
  color: #207530;
}
.info ul > li:hover > a:not([class*="btn-"]):only-child,
.content-text ul > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.info ul > li,
.content-text ul > li {
  padding-left: 27px;
}
.info ul > li:hover:before,
.content-text ul > li:hover:before {
  color: #2B4153;
}
.info table,
.content-text table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #33B94C;
}
.info table:not(:last-child),
.content-text table:not(:last-child) {
  margin-bottom: 28px;
}
.info table .row-checkbox,
.content-text table .row-checkbox,
.info table .th-checkbox,
.content-text table .th-checkbox,
.info table .row-radiobox,
.content-text table .row-radiobox,
.info table .th-radiobox,
.content-text table .th-radiobox {
  position: relative;
}
.info table .row-checkbox > span,
.content-text table .row-checkbox > span,
.info table .th-checkbox > span,
.content-text table .th-checkbox > span,
.info table .row-radiobox > span,
.content-text table .row-radiobox > span,
.info table .th-radiobox > span,
.content-text table .th-radiobox > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.info table .row-checkbox,
.content-text table .row-checkbox,
.info table .th-checkbox,
.content-text table .th-checkbox,
.info table .row-radiobox,
.content-text table .row-radiobox,
.info table .th-radiobox,
.content-text table .th-radiobox,
.info table .row-checkbox .control-wrapper,
.content-text table .row-checkbox .control-wrapper,
.info table .th-checkbox .control-wrapper,
.content-text table .th-checkbox .control-wrapper,
.info table .row-radiobox .control-wrapper,
.content-text table .row-radiobox .control-wrapper,
.info table .th-radiobox .control-wrapper,
.content-text table .th-radiobox .control-wrapper {
  width: 39px !important;
}
.info table td.row-radiobox > [class^="group-"],
.content-text table td.row-radiobox > [class^="group-"],
.info table td.row-checkbox > [class^="group-"],
.content-text table td.row-checkbox > [class^="group-"],
.info table td.hours-checkbox > [class^="group-"],
.content-text table td.hours-checkbox > [class^="group-"] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.info table td.row-radiobox > [class^="group-"] > .control-wrapper > input:checked ~ label:before,
.content-text table td.row-radiobox > [class^="group-"] > .control-wrapper > input:checked ~ label:before,
.info table td.row-checkbox > [class^="group-"] > .control-wrapper > input:checked ~ label:before,
.content-text table td.row-checkbox > [class^="group-"] > .control-wrapper > input:checked ~ label:before,
.info table td.hours-checkbox > [class^="group-"] > .control-wrapper > input:checked ~ label:before,
.content-text table td.hours-checkbox > [class^="group-"] > .control-wrapper > input:checked ~ label:before {
  font-size: 22px;
  line-height: inherit;
}
.info table td.row-radiobox > [class^="group-"] > .control-wrapper > label:before,
.content-text table td.row-radiobox > [class^="group-"] > .control-wrapper > label:before,
.info table td.row-checkbox > [class^="group-"] > .control-wrapper > label:before,
.content-text table td.row-checkbox > [class^="group-"] > .control-wrapper > label:before,
.info table td.hours-checkbox > [class^="group-"] > .control-wrapper > label:before,
.content-text table td.hours-checkbox > [class^="group-"] > .control-wrapper > label:before {
  font-size: 20px;
  line-height: inherit;
}
.info table td.row-radiobox > [class^="group-"] > .control-wrapper > label > span,
.content-text table td.row-radiobox > [class^="group-"] > .control-wrapper > label > span,
.info table td.row-checkbox > [class^="group-"] > .control-wrapper > label > span,
.content-text table td.row-checkbox > [class^="group-"] > .control-wrapper > label > span,
.info table td.hours-checkbox > [class^="group-"] > .control-wrapper > label > span,
.content-text table td.hours-checkbox > [class^="group-"] > .control-wrapper > label > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.info table > thead > tr > th,
.content-text table > thead > tr > th,
.info table > tbody > tr > th,
.content-text table > tbody > tr > th,
.info table > tfoot > tr > th,
.content-text table > tfoot > tr > th,
.info table > thead > tr > td,
.content-text table > thead > tr > td,
.info table > tbody > tr > td,
.content-text table > tbody > tr > td,
.info table > tfoot > tr > td,
.content-text table > tfoot > tr > td {
  color: #2B4153;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #33B94C;
}
.info table > thead > tr > th > span,
.content-text table > thead > tr > th > span,
.info table > tbody > tr > th > span,
.content-text table > tbody > tr > th > span,
.info table > tfoot > tr > th > span,
.content-text table > tfoot > tr > th > span,
.info table > thead > tr > td > span,
.content-text table > thead > tr > td > span,
.info table > tbody > tr > td > span,
.content-text table > tbody > tr > td > span,
.info table > tfoot > tr > td > span,
.content-text table > tfoot > tr > td > span {
  padding: 8px 10px;
  color: #2B4153;
  display: block;
}
.info table > thead > tr > th > a,
.content-text table > thead > tr > th > a,
.info table > tbody > tr > th > a,
.content-text table > tbody > tr > th > a,
.info table > tfoot > tr > th > a,
.content-text table > tfoot > tr > th > a,
.info table > thead > tr > td > a,
.content-text table > thead > tr > td > a,
.info table > tbody > tr > td > a,
.content-text table > tbody > tr > td > a,
.info table > tfoot > tr > td > a,
.content-text table > tfoot > tr > td > a {
  padding: 8px 10px;
  color: #2B4153;
  display: inline-block;
}
.info table > thead > tr > th > a:hover,
.content-text table > thead > tr > th > a:hover,
.info table > tbody > tr > th > a:hover,
.content-text table > tbody > tr > th > a:hover,
.info table > tfoot > tr > th > a:hover,
.content-text table > tfoot > tr > th > a:hover,
.info table > thead > tr > td > a:hover,
.content-text table > thead > tr > td > a:hover,
.info table > tbody > tr > td > a:hover,
.content-text table > tbody > tr > td > a:hover,
.info table > tfoot > tr > td > a:hover,
.content-text table > tfoot > tr > td > a:hover,
.info table > thead > tr > th > a:focus,
.content-text table > thead > tr > th > a:focus,
.info table > tbody > tr > th > a:focus,
.content-text table > tbody > tr > th > a:focus,
.info table > tfoot > tr > th > a:focus,
.content-text table > tfoot > tr > th > a:focus,
.info table > thead > tr > td > a:focus,
.content-text table > thead > tr > td > a:focus,
.info table > tbody > tr > td > a:focus,
.content-text table > tbody > tr > td > a:focus,
.info table > tfoot > tr > td > a:focus,
.content-text table > tfoot > tr > td > a:focus {
  color: #080c10;
}
.info table > thead > tr > th,
.content-text table > thead > tr > th {
  vertical-align: bottom;
  background-color: #ffffff;
  text-align: left;
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: inherit;
  text-transform: uppercase;
  color: #2B4153;
}
.info table > thead > tr > th > span,
.content-text table > thead > tr > th > span,
.info table > thead > tr > th > a,
.content-text table > thead > tr > th > a {
  color: #2B4153;
  display: block;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
}
.info table > thead > tr > th > a:hover,
.content-text table > thead > tr > th > a:hover,
.info table > thead > tr > th > a:focus,
.content-text table > thead > tr > th > a:focus {
  color: #1a2731;
}
.info table > caption + thead > tr:first-child > th,
.content-text table > caption + thead > tr:first-child > th,
.info table > colgroup + thead > tr:first-child > th,
.content-text table > colgroup + thead > tr:first-child > th,
.info table > thead:first-child > tr:first-child > th,
.content-text table > thead:first-child > tr:first-child > th,
.info table > caption + thead > tr:first-child > td,
.content-text table > caption + thead > tr:first-child > td,
.info table > colgroup + thead > tr:first-child > td,
.content-text table > colgroup + thead > tr:first-child > td,
.info table > thead:first-child > tr:first-child > td,
.content-text table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.info table > tbody + tbody,
.content-text table > tbody + tbody {
  border-top: 1px solid #33B94C;
}
.info table .table,
.content-text table .table {
  background-color: #ffffff;
}
.info table > thead > tr > th,
.content-text table > thead > tr > th,
.info table > tbody > tr > th,
.content-text table > tbody > tr > th,
.info table > tfoot > tr > th,
.content-text table > tfoot > tr > th,
.info table > thead > tr > td,
.content-text table > thead > tr > td,
.info table > tbody > tr > td,
.content-text table > tbody > tr > td,
.info table > tfoot > tr > td,
.content-text table > tfoot > tr > td {
  padding: 5px;
}
.info table > thead > tr > th,
.content-text table > thead > tr > th,
.info table > tbody > tr > th,
.content-text table > tbody > tr > th,
.info table > tfoot > tr > th,
.content-text table > tfoot > tr > th,
.info table > thead > tr > td,
.content-text table > thead > tr > td,
.info table > tbody > tr > td,
.content-text table > tbody > tr > td,
.info table > tfoot > tr > td,
.content-text table > tfoot > tr > td {
  border: 1px solid #33B94C;
}
.info table > thead > tr > th,
.content-text table > thead > tr > th,
.info table > thead > tr > td,
.content-text table > thead > tr > td {
  border-bottom-width: 2px;
}
.info b,
.content-text b,
.info strong,
.content-text strong {
  font-weight: 600;
}
.info .quote-1,
.content-text .quote-1 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
  max-width: 85%;
  line-height: 23px;
}
.info .quote-1 > p,
.content-text .quote-1 > p {
  margin-bottom: 0px !important;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #2B4153;
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: inherit;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.info .quote-2,
.content-text .quote-2 {
  background-color: #F8F8F8;
  padding-left: 58px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #33B94C;
  border-left: 6px solid #F8F8F8;
  position: relative;
}
.info .quote-2:before,
.content-text .quote-2:before {
  content: "''";
  font-weight: 600;
  font-size: 36px;
  line-height: inherit;
  color: #33B94C;
}
.info .quote-2:before,
.content-text .quote-2:before {
  position: absolute;
  top: 15px;
  left: 30px;
}
.info .spotlight-1,
.content-text .spotlight-1,
.info .spotlight-2,
.content-text .spotlight-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}
.info .spotlight-1 > h2 > span,
.content-text .spotlight-1 > h2 > span,
.info .spotlight-2 > h2 > span,
.content-text .spotlight-2 > h2 > span,
.info .spotlight-1 > h3 > span,
.content-text .spotlight-1 > h3 > span,
.info .spotlight-2 > h3 > span,
.content-text .spotlight-2 > h3 > span,
.info .spotlight-1 > h4 > span,
.content-text .spotlight-1 > h4 > span,
.info .spotlight-2 > h4 > span,
.content-text .spotlight-2 > h4 > span,
.info .spotlight-1 > h5 > span,
.content-text .spotlight-1 > h5 > span,
.info .spotlight-2 > h5 > span,
.content-text .spotlight-2 > h5 > span,
.info .spotlight-1 > h6 > span,
.content-text .spotlight-1 > h6 > span,
.info .spotlight-2 > h6 > span,
.content-text .spotlight-2 > h6 > span {
  font-size: 19px;
  line-height: inherit;
  display: inline-block;
  padding-top: 3.33333333px;
  padding-bottom: 3.33333333px;
  padding-left: 10px;
  padding-right: 10px;
  left: 0px;
  line-height: 1.4;
}
.info .spotlight-1 ol,
.content-text .spotlight-1 ol,
.info .spotlight-2 ol,
.content-text .spotlight-2 ol,
.info .spotlight-1 ul,
.content-text .spotlight-1 ul,
.info .spotlight-2 ul,
.content-text .spotlight-2 ul {
  padding-left: 15px;
}
.info .spotlight-1 p,
.content-text .spotlight-1 p,
.info .spotlight-2 p,
.content-text .spotlight-2 p {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.info .spotlight-1 p + p,
.content-text .spotlight-1 p + p,
.info .spotlight-2 p + p,
.content-text .spotlight-2 p + p {
  margin-top: 0px;
}
.info .spotlight-1,
.content-text .spotlight-1 {
  background-color: #F3FBF5;
}
.info .spotlight-1 > h2,
.content-text .spotlight-1 > h2,
.info .spotlight-1 > h3,
.content-text .spotlight-1 > h3,
.info .spotlight-1 > h4,
.content-text .spotlight-1 > h4,
.info .spotlight-1 > h5,
.content-text .spotlight-1 > h5,
.info .spotlight-1 > h6,
.content-text .spotlight-1 > h6 {
  background-color: #ffffff;
  color: #33B94C;
}
.info .spotlight-1 > h2 > span,
.content-text .spotlight-1 > h2 > span,
.info .spotlight-1 > h3 > span,
.content-text .spotlight-1 > h3 > span,
.info .spotlight-1 > h4 > span,
.content-text .spotlight-1 > h4 > span,
.info .spotlight-1 > h5 > span,
.content-text .spotlight-1 > h5 > span,
.info .spotlight-1 > h6 > span,
.content-text .spotlight-1 > h6 > span {
  background-color: #F3FBF5;
}
.info .spotlight-2,
.content-text .spotlight-2 {
  background-color: #F8F8F8;
}
.info .spotlight-2 > h2,
.content-text .spotlight-2 > h2,
.info .spotlight-2 > h3,
.content-text .spotlight-2 > h3,
.info .spotlight-2 > h4,
.content-text .spotlight-2 > h4,
.info .spotlight-2 > h5,
.content-text .spotlight-2 > h5,
.info .spotlight-2 > h6,
.content-text .spotlight-2 > h6 {
  color: #2B4153;
  background-color: #ffffff;
}
.info .spotlight-2 > h2 > span,
.content-text .spotlight-2 > h2 > span,
.info .spotlight-2 > h3 > span,
.content-text .spotlight-2 > h3 > span,
.info .spotlight-2 > h4 > span,
.content-text .spotlight-2 > h4 > span,
.info .spotlight-2 > h5 > span,
.content-text .spotlight-2 > h5 > span,
.info .spotlight-2 > h6 > span,
.content-text .spotlight-2 > h6 > span {
  background-color: #F8F8F8;
}
.cta-link {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border: 0;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
}
.cta-link:focus,
.cta-link:active:focus,
.cta-link.active:focus,
.cta-link.focus,
.cta-link:active.focus,
.cta-link.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.cta-link:active,
.cta-link.active {
  outline: 0;
  background-image: none;
}
.cta-link.disabled,
.cta-link[disabled],
fieldset[disabled] .cta-link {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cta-link:hover,
.cta-link:focus {
  text-decoration: none;
}
.cta-link:focus {
  outline-color: #ffffff;
}
.cta-link:hover,
.cta-link:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.cta-link:focus {
  outline-color: #ffffff;
}
.cta-link:focus,
.cta-link:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
.cta-wrapper {
  margin-top: 14px;
  margin-bottom: 14px;
}
.cta-wrapper .container-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
.item-file.file:hover:before {
  font-family: "icomoon" !important;
  content: "\e96c" !important;
}
.item-file.file:hover:before {
  color: #207530 !important;
}
.item-file.file:hover > a {
  color: #207530;
  text-decoration: underline;
}
.item-file.file .file-info .filesize:before {
  content: "[";
}
.item-file.file .file-info .filesize:after {
  content: "]";
}
.item-file.file .file-info .extension:before {
  content: "(";
}
.item-file.file .file-info .extension:after {
  content: ")";
}
.sortable-btn {
  position: absolute;
  z-index: 1000;
  right: 15px;
  top: 0px;
  line-height: initial;
}
.sortable-btn > button {
  position: relative;
  padding: 0px !important;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: inherit;
  line-height: 30px;
  text-align: center;
  border: 0;
  display: inline-block;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.sortable-btn > button > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.sortable-btn > button:hover,
.sortable-btn > button:focus {
  text-decoration: none;
}
.sortable-btn > button:hover,
.sortable-btn > button:focus {
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
}
.sortable-btn > button:focus {
  outline-color: #ffffff;
}
.sortable-btn > button + button {
  margin-left: 6px;
}
.sortable-btn > button:hover,
.sortable-btn > button:focus {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sortable {
  position: relative;
  padding-top: 30px;
}
.sortable.ui-sortable {
  padding-left: 0px;
  list-style: none;
  counter-reset: sorting-counter;
  padding-left: 20px;
  padding-bottom: 40px;
}
.sortable.ui-sortable:before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  -lh-property: 0;
width:-webkit-calc(100% + 40px);
width:-moz-calc(100% + 40px);
width:calc(100% + 40px);
;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  border: 2px dashed #F8F8F8;
}
.sortable.ui-sortable .partial-content {
  padding: 0px;
}
.sortable.ui-sortable > li {
  height: auto !important;
  color: #2B4153;
  position: relative;
}
.sortable.ui-sortable > li .title {
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  line-break: auto !important;
  line-height: 1.42857143 !important;
  text-align: left !important;
  text-align: start !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  word-spacing: normal !important;
  word-wrap: normal !important;
  font-family: 'Gilroy' !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  margin-bottom: 0px !important;
  line-height: 40px !important;
}
@media (max-width: 320px) {
  .sortable.ui-sortable > li .title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .sortable.ui-sortable > li .title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  .sortable.ui-sortable > li .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .sortable.ui-sortable > li .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .sortable.ui-sortable > li .title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .sortable.ui-sortable > li .title {
    font-size: 20px;
    line-height: 31px;
  }
}
.sortable.ui-sortable > li .one-media,
.sortable.ui-sortable > li .btn-more {
  display: none !important;
}
.sortable.ui-sortable > li > a {
  display: block;
  padding-left: 52px;
  line-height: 40px;
}
.sortable.ui-sortable > li > a,
.sortable.ui-sortable > li > a > span,
.sortable.ui-sortable > li > a > span.title {
  color: #2B4153;
}
.sortable.ui-sortable > li + li {
  margin-top: 7px;
}
.sortable.ui-sortable > li:before {
  content: counter(sorting-counter);
  counter-increment: sorting-counter;
  font-size: 20px;
  line-height: inherit;
  font-weight: 600;
  background-color: #33B94C;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  text-align: center;
}
.sortable.ui-sortable > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.sortable.ui-sortable > li a,
.sortable.ui-sortable > li:hover,
.sortable.ui-sortable > li:focus {
  cursor: move !important;
}
.sortable.ui-sortable > li.ui-sortable-helper:before {
  content: "?";
}
.sortable.ui-sortable > li.ui-state-highlight {
  height: 40px !important;
  background: #F8F8F8;
}
.sortable.ui-sortable > li.ui-sortable-handle > a:before {
  display: none !important;
}
.sortable.ui-sortable > li > ul,
.sortable.ui-sortable > li .short {
  display: none !important;
}
.page-content #timeblockr .ui-accordion-content li:before {
  content: "\e95d" !important;
  top: 9px;
}
.page-content #timeblockr .timeblockr_button {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border: 0;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: none !important;
}
.page-content #timeblockr .timeblockr_button:focus,
.page-content #timeblockr .timeblockr_button:active:focus,
.page-content #timeblockr .timeblockr_button.active:focus,
.page-content #timeblockr .timeblockr_button.focus,
.page-content #timeblockr .timeblockr_button:active.focus,
.page-content #timeblockr .timeblockr_button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.page-content #timeblockr .timeblockr_button:active,
.page-content #timeblockr .timeblockr_button.active {
  outline: 0;
  background-image: none;
}
.page-content #timeblockr .timeblockr_button.disabled,
.page-content #timeblockr .timeblockr_button[disabled],
fieldset[disabled] .page-content #timeblockr .timeblockr_button {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-content #timeblockr .timeblockr_button:hover,
.page-content #timeblockr .timeblockr_button:focus {
  text-decoration: none;
}
.page-content #timeblockr .timeblockr_button:focus {
  outline-color: #ffffff;
}
.page-content #timeblockr .timeblockr_button:hover,
.page-content #timeblockr .timeblockr_button:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.page-content #timeblockr .timeblockr_button:focus {
  outline-color: #ffffff;
}
.page-content #timeblockr .timeblockr_button:focus,
.page-content #timeblockr .timeblockr_button:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
/* ==========================================================================
Modules website
============================================================================= */
/******************
* MODULE :: SEARCH *
******************/
.search-top {
  position: relative;
}
.search-top #suggestionsearch {
  -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  left: 0px;
  top: 100%;
  z-index: 1031;
  display: none;
  display: block !important;
  visibility: visible !important;
}
.search-top .search-group {
  background-color: transparent;
}
.search-top .search-group > label {
  margin: 0px;
}
.search-top .search-group .btn-search {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px !important;
  width: 57px;
  height: 57px;
  font-size: 19px;
  line-height: inherit;
  line-height: 57px;
  text-align: center;
  border: 0;
  display: inline-block;
  border-left: none;
  position: relative;
  z-index: 2;
  border-width: 0px;
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
.search-top .search-group .btn-search:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\c001";
}
.search-top .search-group .btn-search > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.search-top .search-group .btn-search:hover,
.search-top .search-group .btn-search:focus {
  text-decoration: none;
}
.search-top .search-group .btn-search > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.search-top .search-group .btn-search:hover,
.search-top .search-group .btn-search:focus {
  text-decoration: none;
}
.search-top .search-group .btn-search:hover,
.search-top .search-group .btn-search:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-top .search-group input.form-control {
  border-right: none;
  height: 57px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: inherit;
  line-height: 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #2B4153;
  background-color: #DEF2E1;
  border-width: 0px;
  border-color: #DEF2E1;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.search-top .search-group input.form-control {
  height: 57px;
  line-height: 23px;
}
textarea.search-top .search-group input.form-control,
select[multiple].search-top .search-group input.form-control {
  height: auto;
}
.search-top .search-group input.form-control::-moz-placeholder {
  color: #2B4153;
  opacity: 1;
}
.search-top .search-group input.form-control:-ms-input-placeholder {
  color: #2B4153;
}
.search-top .search-group input.form-control::-webkit-input-placeholder {
  color: #2B4153;
}
.search-top .search-group input.form-control:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #000000;
}
.search-top .search-group input.form-control ~ #bar-loading {
  display: none;
  position: absolute;
  top: 0px;
  width: 40px;
  height: 100%;
  z-index: 1030;
}
@media (min-width: 768px) {
  .search-top .search-group input.form-control ~ #bar-loading {
    right: 77px;
  }
}
.search-top .search-group input.form-control ~ #bar-loading > .loading-element {
  padding-left: 0px;
  list-style: none;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: auto;
  display: block;
}
.search-top .search-group input.form-control ~ #bar-loading .loading-element > .loading-child {
  width: 9.33333333px;
  height: 9.33333333px;
  background-color: #2B4153;
  border-radius: 100%;
  float: left !important;
  -webkit-animation: loading-circleBounceDelay 0.8s infinite ease-in-out both;
  -o-animation: loading-circleBounceDelay 0.8s infinite ease-in-out both;
  animation: loading-circleBounceDelay 0.8s infinite ease-in-out both;
}
.search-top .search-group input.form-control ~ #bar-loading .loading-element > .loading-child + .loading-child {
  margin-left: 4px;
}
.search-top .search-group input.form-control ~ #bar-loading .loading-element .loading-element2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.search-top .search-group input.form-control ~ #bar-loading .loading-element .loading-element3 {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}
.search-top .search-group input.form-control ~ #bar-loading .loading-element4,
.search-top .search-group input.form-control ~ #bar-loading .loading-element5,
.search-top .search-group input.form-control ~ #bar-loading .loading-element6,
.search-top .search-group input.form-control ~ #bar-loading .loading-element7,
.search-top .search-group input.form-control ~ #bar-loading .loading-element8,
.search-top .search-group input.form-control ~ #bar-loading .loading-element9,
.search-top .search-group input.form-control ~ #bar-loading .loading-element10,
.search-top .search-group input.form-control ~ #bar-loading .loading-element11,
.search-top .search-group input.form-control ~ #bar-loading .loading-element12 {
  display: none !important;
}
.search-top .search-group input.form-control ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-circleBounceDelay{ 0%, 80%, 100%{ -webkit-transform: scale(0); } 40%{ -webkit-transform: scale(1); }}
@-moz-keyframes loading-circleBounceDelay{ 0%, 80%, 100%{ -moz-transform: scale(0); } 40%{ -moz-transform: scale(1); }}
@-o-keyframes loading-circleBounceDelay{ 0%, 80%, 100%{ -o-transform: scale(0); } 40%{ -o-transform: scale(1); }}
@keyframes loading-circleBounceDelay{ 0%, 80%, 100%{-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); } 40%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }}
[not-existing] {
  zoom: 1;
}
.search-top .search-group input.form-control ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-circleOpacityDelay{ 0%, 39% ,100%{ opacity: 0; } 40%{ opacity: 1; }}
@-moz-keyframes loading-circleOpacityDelay{ 0%, 39% ,100%{ opacity: 0; } 40%{ opacity: 1; }}
@-o-keyframes loading-circleOpacityDelay{ 0%, 39% ,100%{ opacity: 0; } 40%{ opacity: 1; }}
@keyframes loading-circleOpacityDelay{ 0%, 39% ,100%{ opacity: 0; } 40%{ opacity: 1; }}
[not-existing] {
  zoom: 1;
}
.search-top .search-group input.form-control ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-rotateplane{ 0%{ -webkit-transform: perspective(120px); } 50%{ -webkit-transform: perspective(120px) rotateY(180deg); } 100%{ -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);}}
@-moz-keyframes loading-rotateplane{ 0%{ -moz-transform: perspective(120px); } 50%{ -moz-transform: perspective(120px) rotateY(180deg); } 100%{ -moz-transform: perspective(120px) rotateY(180deg) rotateX(180deg);}}
@-o-keyframes loading-rotateplane{ 0%{ -o-transform: perspective(120px); } 50%{ -o-transform: perspective(120px) rotateY(180deg); } 100%{ -o-transform: perspective(120px) rotateY(180deg) rotateX(180deg);}}
@keyframes loading-rotateplane{ 0%{-webkit-transform: perspective(120px);-moz-transform: perspective(120px);-ms-transform: perspective(120px);transform: perspective(120px); } 50%{-webkit-transform: perspective(120px) rotateY(180deg);-moz-transform: perspective(120px) rotateY(180deg);-ms-transform: perspective(120px) rotateY(180deg);transform: perspective(120px) rotateY(180deg); } 100%{-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);-moz-transform: perspective(120px) rotateY(180deg) rotateX(180deg);-ms-transform: perspective(120px) rotateY(180deg) rotateX(180deg);transform: perspective(120px) rotateY(180deg) rotateX(180deg);}}
[not-existing] {
  zoom: 1;
}
.search-top .search-group input.form-control ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-rotateplane{ 0%{ -webkit-transform: perspective(120px) rotateY(0deg) rotateX(0deg); } 50%{ -webkit-transform: perspective(120px) rotateY(0deg) rotateX(-180.1deg); } 100%{ -webkit-transform: perspective(120px) rotateY(-179.9deg) rotateX(-180deg);}}
@-moz-keyframes loading-rotateplane{ 0%{ -moz-transform: perspective(120px) rotateY(0deg) rotateX(0deg); } 50%{ -moz-transform: perspective(120px) rotateY(0deg) rotateX(-180.1deg); } 100%{ -moz-transform: perspective(120px) rotateY(-179.9deg) rotateX(-180deg);}}
@-o-keyframes loading-rotateplane{ 0%{ -o-transform: perspective(120px) rotateY(0deg) rotateX(0deg); } 50%{ -o-transform: perspective(120px) rotateY(0deg) rotateX(-180.1deg); } 100%{ -o-transform: perspective(120px) rotateY(-179.9deg) rotateX(-180deg);}}
@keyframes loading-rotateplane{ 0%{-webkit-transform: perspective(120px) rotateY(0deg) rotateX(0deg);-moz-transform: perspective(120px) rotateY(0deg) rotateX(0deg);-ms-transform: perspective(120px) rotateY(0deg) rotateX(0deg);transform: perspective(120px) rotateY(0deg) rotateX(0deg); } 50%{-webkit-transform: perspective(120px) rotateY(0deg) rotateX(-180.1deg);-moz-transform: perspective(120px) rotateY(0deg) rotateX(-180.1deg);-ms-transform: perspective(120px) rotateY(0deg) rotateX(-180.1deg);transform: perspective(120px) rotateY(0deg) rotateX(-180.1deg); } 100%{-webkit-transform: perspective(120px) rotateY(-179.9deg) rotateX(-180deg);-moz-transform: perspective(120px) rotateY(-179.9deg) rotateX(-180deg);-ms-transform: perspective(120px) rotateY(-179.9deg) rotateX(-180deg);transform: perspective(120px) rotateY(-179.9deg) rotateX(-180deg);}}
[not-existing] {
  zoom: 1;
}
.search-top .search-group input.form-control ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-bounce{ 0%, 50%, 100%{ -webkit-transform: scale(0); } 50%{ -webkit-transform: scale(1); } 100%{ -webkit-transform: scale(0); }}
@-moz-keyframes loading-bounce{ 0%, 50%, 100%{ -moz-transform: scale(0); } 50%{ -moz-transform: scale(1); } 100%{ -moz-transform: scale(0); }}
@-o-keyframes loading-bounce{ 0%, 50%, 100%{ -o-transform: scale(0); } 50%{ -o-transform: scale(1); } 100%{ -o-transform: scale(0); }}
@keyframes loading-bounce{ 0%, 50%, 100%{-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); } 50%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); } 100%{-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); }}
[not-existing] {
  zoom: 1;
}
.search-top .search-group input.form-control ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-rectangles{ 0%, 100%{ -webkit-transform: scaleY(0); } 50%{ -webkit-transform: scaleY(1.1);}}
@-moz-keyframes loading-rectangles{ 0%, 100%{ -moz-transform: scaleY(0); } 50%{ -moz-transform: scaleY(1.1);}}
@-o-keyframes loading-rectangles{ 0%, 100%{ -o-transform: scaleY(0); } 50%{ -o-transform: scaleY(1.1);}}
@keyframes loading-rectangles{ 0%, 100%{-webkit-transform: scaleY(0);-moz-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0); } 50%{-webkit-transform: scaleY(1.1);-moz-transform: scaleY(1.1);-ms-transform: scaleY(1.1);transform: scaleY(1.1);}}
[not-existing] {
  zoom: 1;
}
.search-top .search-group input.form-control ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-rectangles2{ 0%, 100%{ -webkit-transform: scaleY(1); } 50%{ -webkit-transform: scaleY(0);}}
@-moz-keyframes loading-rectangles2{ 0%, 100%{ -moz-transform: scaleY(1); } 50%{ -moz-transform: scaleY(0);}}
@-o-keyframes loading-rectangles2{ 0%, 100%{ -o-transform: scaleY(1); } 50%{ -o-transform: scaleY(0);}}
@keyframes loading-rectangles2{ 0%, 100%{-webkit-transform: scaleY(1);-moz-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1); } 50%{-webkit-transform: scaleY(0);-moz-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);}}
[not-existing] {
  zoom: 1;
}
.search-top .search-group input.form-control.loadingtxt {
  padding-right: 70px !important;
}
@media (min-width: 400px) {
  .search-top .search-group input.form-control.loadingtxt ~ #bar-loading {
    display: block !important;
  }
}
.btn-search {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: inherit;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #DEF2E1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-search:focus,
.btn-search:active:focus,
.btn-search.active:focus,
.btn-search.focus,
.btn-search:active.focus,
.btn-search.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.btn-search:active,
.btn-search.active {
  outline: 0;
  background-image: none;
}
.btn-search.disabled,
.btn-search[disabled],
fieldset[disabled] .btn-search {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-search:hover,
.btn-search:focus {
  text-decoration: none;
}
.btn-search:focus {
  outline-color: #ffffff;
}
.btn-search:hover,
.btn-search:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #DEF2E1;
}
.btn-search:focus {
  outline-color: #ffffff;
}
.list-suggestionsearch {
  position: relative;
  padding-left: 0px;
  list-style: none;
  background-color: #f0f9f2;
  margin-top: 0px;
  margin-bottom: 0px !important;
}
.list-suggestionsearch > li {
  position: relative;
  text-align: left;
}
.list-suggestionsearch > li + li {
  border-top: 1px solid rgba(51, 185, 76, 0.2);
}
.list-suggestionsearch > li > a {
  /*
			@media (max-width: @grid-float-breakpoint-max) {
				.short {
					.hide;
				}
				.title {
					.font-size(@suggestionsearch-font-size);
				}
			}
			*/
  display: block;
  padding: 15px 15px;
}
.list-suggestionsearch > li > a mark {
  padding: 0px;
  color: #2B4153;
  text-decoration: underline;
  background-color: transparent;
}
.list-suggestionsearch > li > a .title,
.list-suggestionsearch > li > a .short,
.list-suggestionsearch > li > a mark {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.list-suggestionsearch > li > a .title {
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #2B4153;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 320px) {
  .list-suggestionsearch > li > a .title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .list-suggestionsearch > li > a .title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  .list-suggestionsearch > li > a .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .list-suggestionsearch > li > a .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .list-suggestionsearch > li > a .title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .list-suggestionsearch > li > a .title {
    font-size: 20px;
    line-height: 31px;
  }
}
.list-suggestionsearch > li > a .short {
  display: block;
  color: #2B4153;
  margin-top: 14px;
}
.list-suggestionsearch > li > a:not(:only-child) {
  padding-bottom: 38px;
}
.list-suggestionsearch > li > a + .search-breadcrumb-wrapper {
  pointer-events: none;
  color: rgba(32, 117, 48, 0.6);
}
.list-suggestionsearch > li > a + .search-breadcrumb-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 30px;
  height: 100%;
  background-image: -webkit-linear-gradient(left, rgba(240, 249, 242, 0) 0%, #f0f9f2 100%);
  background-image: -o-linear-gradient(left, rgba(240, 249, 242, 0) 0%, #f0f9f2 100%);
  background-image: linear-gradient(to right, rgba(240, 249, 242, 0) 0%, #f0f9f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f9f2', endColorstr='#fff0f9f2', GradientType=1);
}
.list-suggestionsearch > li > a:hover,
.list-suggestionsearch > li > a:focus {
  text-decoration: none;
  background-color: #2B4153 !important;
}
.list-suggestionsearch > li > a:hover .short,
.list-suggestionsearch > li > a:focus .short,
.list-suggestionsearch > li > a:hover mark,
.list-suggestionsearch > li > a:focus mark,
.list-suggestionsearch > li > a:hover .title,
.list-suggestionsearch > li > a:focus .title,
.list-suggestionsearch > li > a:hover + .search-breadcrumb-wrapper,
.list-suggestionsearch > li > a:focus + .search-breadcrumb-wrapper {
  color: #ffffff;
}
.list-suggestionsearch > li > a:hover + .search-breadcrumb-wrapper:after,
.list-suggestionsearch > li > a:focus + .search-breadcrumb-wrapper:after {
  background-image: -webkit-linear-gradient(left, rgba(43, 65, 83, 0) 0%, #2b4153 100%) !important;
  background-image: -o-linear-gradient(left, rgba(43, 65, 83, 0) 0%, #2b4153 100%) !important;
  background-image: linear-gradient(to right, rgba(43, 65, 83, 0) 0%, #2b4153 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002b4153', endColorstr='#ff2b4153', GradientType=1) !important;
}
.list-suggestionsearch > li:nth-child(even) > a {
  background-color: #f0f9f2;
}
.list-suggestionsearch > li:nth-child(even) > a + .search-breadcrumb-wrapper:after {
  background-image: -webkit-linear-gradient(left, rgba(240, 249, 242, 0) 0%, #f0f9f2 100%);
  background-image: -o-linear-gradient(left, rgba(240, 249, 242, 0) 0%, #f0f9f2 100%);
  background-image: linear-gradient(to right, rgba(240, 249, 242, 0) 0%, #f0f9f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f9f2', endColorstr='#fff0f9f2', GradientType=1);
}
.search-more-items {
  background-color: #f0f9f2;
}
.btn-search-more {
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border: 0;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  position: relative;
}
.btn-search-more:focus,
.btn-search-more:active:focus,
.btn-search-more.active:focus,
.btn-search-more.focus,
.btn-search-more:active.focus,
.btn-search-more.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.btn-search-more:active,
.btn-search-more.active {
  outline: 0;
  background-image: none;
}
.btn-search-more.disabled,
.btn-search-more[disabled],
fieldset[disabled] .btn-search-more {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-search-more:hover,
.btn-search-more:focus {
  text-decoration: none;
}
.btn-search-more:focus {
  outline-color: #ffffff;
}
.btn-search-more:hover,
.btn-search-more:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.btn-search-more:focus {
  outline-color: #ffffff;
}
.btn-search-more:focus,
.btn-search-more:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
.btn-search-more:before {
  position: absolute;
  top: 6px;
  left: 12px;
}
.btn-search-more > span:only-child {
  display: block;
}
.btn-search-more > span:first-of-type {
  padding-left: 28px;
}
.search-overview .alertbox-filter .search-keyword,
.search-overview .alertbox-filter .search-suggestion-keyword,
.search-overview .alertbox-filter .search-results {
  font-weight: 600;
}
.search-overview .visit-oostende-box {
  text-align: center;
}
.search-overview .visit-oostende-box > a {
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  line-height: inherit;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.search-overview .partial-search-results {
  margin-bottom: 30px;
}
.search-list-results > li {
  /*
		.breadcrumb {			
			> li {
				> a,
				> span {}
				&:first-child {}
			}
		}
		*/
}
.search-list-results > li .breadcrumb-wrapper.search .fade-navs.fade-left > .btn-scroll.next:after,
.search-list-results > li .breadcrumb-wrapper.search .fade-navs.fade-right > .btn-scroll.next:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
  height: 100%;
}
.search-list-results > li .breadcrumb-wrapper.search .fade-navs.fade-left > .btn-scroll.prev:after,
.search-list-results > li .breadcrumb-wrapper.search .fade-navs.fade-right > .btn-scroll.prev:after {
  background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
  height: 100%;
}
.search-list-results > li .breadcrumb-wrapper.search .btn-scroll {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.search-list-results > li .breadcrumb-wrapper.search .btn-scroll.next {
  right: 0;
}
.search-list-results > li .breadcrumb-wrapper.search .btn-scroll.prev {
  left: 0;
}
.search-breadcrumb-wrapper {
  position: absolute;
  width: 100%;
  bottom: 15px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.search-breadcrumb-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: inherit;
  white-space: nowrap;
}
.search-breadcrumb-list > li {
  display: inline-block;
}
.search-breadcrumb-list > li + li {
  position: relative;
  padding-left: 45px;
}
.search-breadcrumb-list > li + li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "/";
}
.search-breadcrumb-list > li + li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.search-breadcrumb-list > li + li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 45px;
}
.search-breadcrumb-list > li + li:before {
  font-size: 20px;
  line-height: inherit;
  color: inherit;
}
.search-breadcrumb-list > li > a {
  display: inline-block;
}
/********************
* MODULE :: FILTER *
********************/
.box-search input.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: none;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  background: #DEF2E1;
  border-color: #DEF2E1;
  -webkit-border-radius: 3px 0 0 3px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 3px 0 0 3px !important;
  -moz-background-clip: padding !important;
  border-radius: 3px 0 0 3px !important;
  background-clip: padding-box !important;
}
.box-search input.form-control:focus {
  /*
			+ span {
				> .btn-filter { // background: @search-bg;}
			}
			*/
}
.box-search input.form-control:focus::-moz-placeholder {
  color: #2B4153;
  opacity: 1;
}
.box-search input.form-control:focus:-ms-input-placeholder {
  color: #2B4153;
}
.box-search input.form-control:focus::-webkit-input-placeholder {
  color: #2B4153;
}
.box-search .btn-filter {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: inherit;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #DEF2E1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  font-family: "icomoon";
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  height: 42px;
}
.box-search .btn-filter:focus,
.box-search .btn-filter:active:focus,
.box-search .btn-filter.active:focus,
.box-search .btn-filter.focus,
.box-search .btn-filter:active.focus,
.box-search .btn-filter.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.box-search .btn-filter:active,
.box-search .btn-filter.active {
  outline: 0;
  background-image: none;
}
.box-search .btn-filter.disabled,
.box-search .btn-filter[disabled],
fieldset[disabled] .box-search .btn-filter {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-search .btn-filter:hover,
.box-search .btn-filter:focus {
  text-decoration: none;
}
.box-search .btn-filter:focus {
  outline-color: #ffffff;
}
.box-search .btn-filter:focus,
.box-search .btn-filter:hover {
  color: #ffffff;
  background-color: #28913c;
  border-color: #b2e1b9;
}
.box-search .btn-filter:focus {
  outline-color: #ffffff;
}
.box-search .btn-filter:active {
  color: #ffffff;
  background-color: #28913c;
  border-color: #b2e1b9;
}
.box-search .btn-filter:active:hover,
.box-search .btn-filter:active:focus {
  color: #ffffff;
  background-color: #207530;
  border-color: #83ce8e;
}
.box-search .btn-filter:active {
  background-image: none;
}
.box-search .btn-filter.disabled:hover,
.box-search .btn-filter[disabled]:hover,
fieldset[disabled] .box-search .btn-filter:hover,
.box-search .btn-filter.disabled:focus,
.box-search .btn-filter[disabled]:focus,
fieldset[disabled] .box-search .btn-filter:focus,
.box-search .btn-filter.disabled.focus,
.box-search .btn-filter[disabled].focus,
fieldset[disabled] .box-search .btn-filter.focus {
  background-color: #33B94C;
  border-color: #DEF2E1;
}
.event-overview .partial-block-date {
  left: auto !important;
  right: 12px !important;
  margin-left: 15px;
}
.event-overview .events-partial h2.title {
  padding-right: 83px;
}
@media (max-width: 991px) {
  .filter-overview .page-container.page-column {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
    margin-bottom: 14px;
  }
  .filter-overview .page-container.page-column > div {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
}
.filter-overview .radioboxlist-items,
.filter-overview .checkboxlist-items {
  position: relative;
}
.filter-overview .list-filter:not(:last-child) {
  margin-bottom: 49px;
}
.filter-overview .box-filter .panel-toggle-btn {
  position: relative;
  font-size: 24px;
  line-height: inherit;
  color: #2B4153;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.filter-overview .box-filter .panel-toggle-btn:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e939";
}
.filter-overview .box-filter .panel-toggle-btn:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.filter-overview .box-filter .panel-toggle-btn > span:only-child {
  display: block;
}
.filter-overview .box-filter .panel-toggle-btn > span:first-of-type {
  padding-left: 34px;
}
.filter-overview .box-filter .panel-toggle-btn > span {
  display: inline-block !important;
  padding-left: 0px !important;
}
.filter-overview .box-filter .panel-toggle-btn,
.filter-overview .box-filter .panel-toggle-btn:active,
.filter-overview .box-filter .panel-toggle-btn.active,
.filter-overview .box-filter .panel-toggle-btn[disabled],
fieldset[disabled] .filter-overview .box-filter .panel-toggle-btn {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-overview .box-filter .panel-toggle-btn,
.filter-overview .box-filter .panel-toggle-btn:hover,
.filter-overview .box-filter .panel-toggle-btn:focus,
.filter-overview .box-filter .panel-toggle-btn:active {
  border-color: transparent;
}
.filter-overview .box-filter .panel-toggle-btn:hover,
.filter-overview .box-filter .panel-toggle-btn:focus {
  color: #207530;
  text-decoration: underline;
  background-color: transparent;
}
.filter-overview .box-filter .panel-toggle-btn[disabled]:hover,
fieldset[disabled] .filter-overview .box-filter .panel-toggle-btn:hover,
.filter-overview .box-filter .panel-toggle-btn[disabled]:focus,
fieldset[disabled] .filter-overview .box-filter .panel-toggle-btn:focus {
  color: #c8c8c8;
  text-decoration: none;
}
.filter-overview .box-filter .panel-toggle-btn.active:after {
  font-family: "icomoon";
  content: "\e93c";
}
.filter-overview .box-filter .fieldset-group + .fieldset-group {
  margin-top: 14px;
}
.filter-overview .box-filter .fieldset-group:not(:last-child) {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .filter-overview .box-filter .box-title > span {
    display: none !important;
  }
  .filter-overview .box-filter .box-block {
    display: none;
  }
}
@media (min-width: 992px) {
  .filter-overview .box-filter .box-title {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inherit !important;
  }
  .filter-overview .box-filter .box-title > a {
    display: none !important;
  }
  .filter-overview .box-filter .box-block {
    display: block !important;
  }
}
.filter-overview .box-filter .search-group .form-control {
  border-color: #ffffff;
}
.filter-list-show-all {
  position: absolute;
  width: 100%;
  max-height: 100%;
  bottom: -49px;
  left: 0px;
}
.filter-list-show-all.in-content {
  text-align: center;
}
.filter-list-show-all:not(.active).in-sidebar {
  background-color: #F8F8F8;
  left: -2px;
}
.filter-list-show-all:not(.active).in-sidebar:before {
  background-image: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#fff8f8f8', GradientType=0);
  height: 56px;
}
.filter-list-show-all:not(.active).in-content {
  background-color: #ffffff;
}
.filter-list-show-all:not(.active).in-content:before {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  height: 142px;
}
.filter-list-show-all:not(.active):before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0px;
}
.filter-list-show-all button {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: inherit;
  line-height: 23px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
}
.filter-list-show-all button:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e939";
}
.filter-list-show-all button:before {
  position: absolute;
  top: 6px;
  left: 10px;
}
.filter-list-show-all button > span:only-child {
  display: block;
}
.filter-list-show-all button > span:first-of-type {
  padding-left: 20px;
}
.filter-list-show-all button.active:before {
  font-family: "icomoon";
  content: "\e93c";
}
.header-filters {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  /*
	.group-checkbox,
	.group-checkboxlist {
		> .control-wrapper {
			> label,
			li > label {
				.icon-alt-variant(
					@icon-symbol: @icon-cross;
					@icon-position;
				) !important;
				.icon-style(
					@icon-color: @btn-secondary-color;
					@icon-size: @icon-size-small;
					@icon-position;
				) !important;
				.icon-btn-text(
					@btn-text;
					@icon-position;
					@text-padding: @padding-small-horizontal;
					@icon-width: 7;
					@icon-position-horizontal: @label-padding-horizontal;
				) !important;
				.label(
					@label-fontsize: @font-size-small;
				);
				.label-variant(
					@label-color: @btn-secondary-color;
					@label-bg: @btn-secondary-bg;
					@is-hover: false;
				) !important;
				&:hover,
				&:focus {
					cursor: pointer !important;
				}
			}
		}
	}

	.list-filter {
		&.control-list-inline {
			> li {
				.pv(@padding-base-horizontal/2);
			}
		}	
	}
	*/
}
.header-filters .filter-info {
  padding: 40px 20px;
  border: 4px solid #F8F8F8;
}
.header-filters .filter-facet-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .header-filters .filter-facet-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.header-filters .filter-facet-container > .fieldset-group {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .header-filters .filter-facet-container > .fieldset-group {
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -lh-property: 0;
flex-basis:-webkit-calc(50% - 30px);
flex-basis:-moz-calc(50% - 30px);
flex-basis:calc(50% - 30px);
;
    justify-self: center;
  }
  .header-filters .filter-facet-container > .fieldset-group + .fieldset-group:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #2B4153;
    top: 0px;
    left: -31px;
  }
}
.header-filters .cloud-filter-info {
  border-left-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F8F8F8;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.header-filters .cloud-filter-info:before,
.header-filters .cloud-filter-info:after {
  content: "";
  background-color: #F8F8F8;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  width: 100vw;
}
.header-filters .cloud-filter-info:before {
  right: 100%;
}
.header-filters .cloud-filter-info:after {
  left: 100%;
}
.header-filters .btn-filter-delete-all {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  line-height: inherit;
  line-height: 23px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  position: absolute;
  right: 0;
  top: 0;
}
.header-filters .btn-filter-delete-all:hover,
.header-filters .btn-filter-delete-all:focus {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.header-filters .btn-filter-delete-all:focus {
  outline-color: #ffffff;
}
.alertbox-filter {
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #2B4153;
  background-color: #F8F8F8;
  border-left: 6px solid #ebebeb;
  padding-left: 21px;
}
.alertbox-filter:not(:last-child) {
  margin-bottom: 14px;
}
.alertbox-filter .heading {
  color: #2B4153;
}
.alertbox-filter.is_stuck {
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #5bc0de;
  border-left: 6px solid #5bc0de;
  padding-left: 21px;
  -webkit-box-shadow: 0px 6px 12px rgba(91, 192, 222, 0.17);
  box-shadow: 0px 6px 12px rgba(91, 192, 222, 0.17);
}
.alertbox-filter.is_stuck:not(:last-child) {
  margin-bottom: 14px;
}
.alertbox-filter.is_stuck .heading {
  color: #ffffff;
}
.alertbox-filter:not(:last-child) {
  margin-bottom: 28px;
}
.calendar-popup {
  position: relative;
  margin-bottom: 28px;
  padding-top: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.calendar-popup .group-datepicker {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  background-color: #33B94C;
}
.calendar-popup .group-datepicker .control-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/*
.box-calendar {
	@media (min-width: @grid-float-breakpoint) {
		max-width: 500px;
		position: absolute;
		.b(100%);
		.r(0);
		.text-left;
		z-index: @zindex-popover;
	}

	.calendar {
		//-- zie mixin search-filter
		.calendar-styling();
	}
}
*/
.calendar {
  overflow-x: auto;
}
@media screen and (max-width: 543px) {
  .calendar {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .calendar > .table {
    margin-bottom: 0px;
  }
  .calendar > .table > thead > tr > th,
  .calendar > .table > tbody > tr > th,
  .calendar > .table > tfoot > tr > th,
  .calendar > .table > thead > tr > td,
  .calendar > .table > tbody > tr > td,
  .calendar > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .calendar > .table-bordered {
    border: 0;
  }
  .calendar > .table-bordered > thead > tr > th:first-child,
  .calendar > .table-bordered > tbody > tr > th:first-child,
  .calendar > .table-bordered > tfoot > tr > th:first-child,
  .calendar > .table-bordered > thead > tr > td:first-child,
  .calendar > .table-bordered > tbody > tr > td:first-child,
  .calendar > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .calendar > .table-bordered > thead > tr > th:last-child,
  .calendar > .table-bordered > tbody > tr > th:last-child,
  .calendar > .table-bordered > tfoot > tr > th:last-child,
  .calendar > .table-bordered > thead > tr > td:last-child,
  .calendar > .table-bordered > tbody > tr > td:last-child,
  .calendar > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .calendar > .table-bordered > tbody > tr:last-child > th,
  .calendar > .table-bordered > tfoot > tr:last-child > th,
  .calendar > .table-bordered > tbody > tr:last-child > td,
  .calendar > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.calendar > .calendar-btns {
  text-align: center;
}
.calendar .calendar-dates {
  width: 100%;
  max-width: 100%;
}
.calendar .calendar-dates:not(:last-child) {
  margin-bottom: 28px;
}
.calendar .calendar-dates .row-checkbox,
.calendar .calendar-dates .th-checkbox,
.calendar .calendar-dates .row-radiobox,
.calendar .calendar-dates .th-radiobox {
  position: relative;
}
.calendar .calendar-dates .row-checkbox > span,
.calendar .calendar-dates .th-checkbox > span,
.calendar .calendar-dates .row-radiobox > span,
.calendar .calendar-dates .th-radiobox > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.calendar .calendar-dates .row-checkbox,
.calendar .calendar-dates .th-checkbox,
.calendar .calendar-dates .row-radiobox,
.calendar .calendar-dates .th-radiobox,
.calendar .calendar-dates .row-checkbox .control-wrapper,
.calendar .calendar-dates .th-checkbox .control-wrapper,
.calendar .calendar-dates .row-radiobox .control-wrapper,
.calendar .calendar-dates .th-radiobox .control-wrapper {
  width: 39px !important;
}
.calendar .calendar-dates td.row-radiobox > [class^="group-"],
.calendar .calendar-dates td.row-checkbox > [class^="group-"],
.calendar .calendar-dates td.hours-checkbox > [class^="group-"] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.calendar .calendar-dates td.row-radiobox > [class^="group-"] > .control-wrapper > input:checked ~ label:before,
.calendar .calendar-dates td.row-checkbox > [class^="group-"] > .control-wrapper > input:checked ~ label:before,
.calendar .calendar-dates td.hours-checkbox > [class^="group-"] > .control-wrapper > input:checked ~ label:before {
  font-size: 22px;
  line-height: inherit;
}
.calendar .calendar-dates td.row-radiobox > [class^="group-"] > .control-wrapper > label:before,
.calendar .calendar-dates td.row-checkbox > [class^="group-"] > .control-wrapper > label:before,
.calendar .calendar-dates td.hours-checkbox > [class^="group-"] > .control-wrapper > label:before {
  font-size: 20px;
  line-height: inherit;
}
.calendar .calendar-dates td.row-radiobox > [class^="group-"] > .control-wrapper > label > span,
.calendar .calendar-dates td.row-checkbox > [class^="group-"] > .control-wrapper > label > span,
.calendar .calendar-dates td.hours-checkbox > [class^="group-"] > .control-wrapper > label > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.calendar .calendar-dates > thead > tr > th,
.calendar .calendar-dates > tbody > tr > th,
.calendar .calendar-dates > tfoot > tr > th,
.calendar .calendar-dates > thead > tr > td,
.calendar .calendar-dates > tbody > tr > td,
.calendar .calendar-dates > tfoot > tr > td {
  color: #2B4153;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #33B94C;
}
.calendar .calendar-dates > thead > tr > th > span,
.calendar .calendar-dates > tbody > tr > th > span,
.calendar .calendar-dates > tfoot > tr > th > span,
.calendar .calendar-dates > thead > tr > td > span,
.calendar .calendar-dates > tbody > tr > td > span,
.calendar .calendar-dates > tfoot > tr > td > span {
  padding: 8px 10px;
  color: #2B4153;
  display: block;
}
.calendar .calendar-dates > thead > tr > th > a,
.calendar .calendar-dates > tbody > tr > th > a,
.calendar .calendar-dates > tfoot > tr > th > a,
.calendar .calendar-dates > thead > tr > td > a,
.calendar .calendar-dates > tbody > tr > td > a,
.calendar .calendar-dates > tfoot > tr > td > a {
  padding: 8px 10px;
  color: #2B4153;
  display: inline-block;
}
.calendar .calendar-dates > thead > tr > th > a:hover,
.calendar .calendar-dates > tbody > tr > th > a:hover,
.calendar .calendar-dates > tfoot > tr > th > a:hover,
.calendar .calendar-dates > thead > tr > td > a:hover,
.calendar .calendar-dates > tbody > tr > td > a:hover,
.calendar .calendar-dates > tfoot > tr > td > a:hover,
.calendar .calendar-dates > thead > tr > th > a:focus,
.calendar .calendar-dates > tbody > tr > th > a:focus,
.calendar .calendar-dates > tfoot > tr > th > a:focus,
.calendar .calendar-dates > thead > tr > td > a:focus,
.calendar .calendar-dates > tbody > tr > td > a:focus,
.calendar .calendar-dates > tfoot > tr > td > a:focus {
  color: #080c10;
}
.calendar .calendar-dates > thead > tr > th {
  vertical-align: bottom;
  background-color: #ffffff;
  text-align: left;
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: inherit;
  text-transform: uppercase;
  color: #2B4153;
}
.calendar .calendar-dates > thead > tr > th > span,
.calendar .calendar-dates > thead > tr > th > a {
  color: #2B4153;
  display: block;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
}
.calendar .calendar-dates > thead > tr > th > a:hover,
.calendar .calendar-dates > thead > tr > th > a:focus {
  color: #1a2731;
}
.calendar .calendar-dates > caption + thead > tr:first-child > th,
.calendar .calendar-dates > colgroup + thead > tr:first-child > th,
.calendar .calendar-dates > thead:first-child > tr:first-child > th,
.calendar .calendar-dates > caption + thead > tr:first-child > td,
.calendar .calendar-dates > colgroup + thead > tr:first-child > td,
.calendar .calendar-dates > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.calendar .calendar-dates > tbody + tbody {
  border-top: 1px solid #33B94C;
}
.calendar .calendar-dates .table {
  background-color: #ffffff;
}
.calendar .calendar-dates > thead > tr > th,
.calendar .calendar-dates > tbody > tr > th,
.calendar .calendar-dates > tfoot > tr > th,
.calendar .calendar-dates > thead > tr > td,
.calendar .calendar-dates > tbody > tr > td,
.calendar .calendar-dates > tfoot > tr > td {
  padding: 5px;
}
.calendar .calendar-dates .calender-header > tr > th {
  vertical-align: middle;
  font-family: 'Gilroy';
  font-weight: 300;
  text-align: center;
}
.calendar .calendar-dates > tbody > tr > td {
  text-align: center;
  padding: 5px;
}
.calendar .calendar-dates > tbody > tr > td > a,
.calendar .calendar-dates > tbody > tr > td > span {
  display: inline-block;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 1299px) {
  .calendar .calendar-dates > tbody > tr > td > a,
  .calendar .calendar-dates > tbody > tr > td > span {
    font-size: 18px;
    line-height: 20px;
  }
}
.calendar .calendar-dates > tbody > tr > td > a:hover,
.calendar .calendar-dates > tbody > tr > td > a:focus {
  text-decoration: none;
}
.calendar .calendar-dates > tbody > tr > td.currentday > a,
.calendar .calendar-dates > tbody > tr > td.currentday > a:hover,
.calendar .calendar-dates > tbody > tr > td.currentday > a:focus {
  font-weight: 600;
}
.calendar .calendar-dates > tbody > tr > td.past:hover,
.calendar .calendar-dates > tbody > tr > td.past:focus,
.calendar .calendar-dates > tbody > tr > td.past > span,
.calendar .calendar-dates > tbody > tr > td.past > span:hover,
.calendar .calendar-dates > tbody > tr > td.past > span:focus,
.calendar .calendar-dates > tbody > tr > td.past > a,
.calendar .calendar-dates > tbody > tr > td.past > a:hover,
.calendar .calendar-dates > tbody > tr > td.past > a:focus {
  background-color: transparent;
  cursor: not-allowed;
}
.calendar-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 44px;
  margin-bottom: 14px;
}
.calendar-nav > div {
  display: table-cell;
  vertical-align: middle;
}
.calendar-nav > div:not(.calender-date) {
  width: 44px;
}
.calendar-nav > div.calendar-date {
  text-align: left;
  width: 180px;
  padding-right: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.calendar-nav > div > button {
  margin-bottom: 0px;
  font-weight: 600;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #33B94C;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
  padding: 0px !important;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: inherit;
  line-height: 44px;
  text-align: center;
  border: 0;
  display: inline-block;
}
.calendar-nav > div > button:focus,
.calendar-nav > div > button:active:focus,
.calendar-nav > div > button.active:focus,
.calendar-nav > div > button.focus,
.calendar-nav > div > button:active.focus,
.calendar-nav > div > button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.calendar-nav > div > button:active,
.calendar-nav > div > button.active {
  outline: 0;
  background-image: none;
}
.calendar-nav > div > button.disabled,
.calendar-nav > div > button[disabled],
fieldset[disabled] .calendar-nav > div > button {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar-nav > div > button,
.calendar-nav > div > button:active,
.calendar-nav > div > button.active,
.calendar-nav > div > button[disabled],
fieldset[disabled] .calendar-nav > div > button {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar-nav > div > button,
.calendar-nav > div > button:hover,
.calendar-nav > div > button:focus,
.calendar-nav > div > button:active {
  border-color: transparent;
}
.calendar-nav > div > button:hover,
.calendar-nav > div > button:focus {
  color: #207530;
  text-decoration: underline;
  background-color: transparent;
}
.calendar-nav > div > button[disabled]:hover,
fieldset[disabled] .calendar-nav > div > button:hover,
.calendar-nav > div > button[disabled]:focus,
fieldset[disabled] .calendar-nav > div > button:focus {
  color: #c8c8c8;
  text-decoration: none;
}
.calendar-nav > div > button > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.calendar-nav > div > button:hover,
.calendar-nav > div > button:focus {
  text-decoration: none;
}
.btn-sort {
  white-space: normal;
}
.btn-sort.asc:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e93c";
}
.archive-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F3FBF5;
}
.archive-wrapper .archive-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.archive-wrapper .archive-list > li {
  display: inline-block;
}
.archive-wrapper .archive-list > li + li {
  position: relative;
  padding-left: 10px;
}
.archive-wrapper .archive-list > li + li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "/";
}
.archive-wrapper .archive-list > li + li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.archive-wrapper .archive-list > li + li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 10px;
}
.archive-wrapper .archive-list > li + li:before {
  font-size: 20px;
  line-height: inherit;
  color: #2B4153;
}
.archive-wrapper .archive-list > li > a {
  display: inline-block;
}
.archive-wrapper .archive-list > li > a {
  font-weight: 600;
}
.archive-wrapper .archive-list > li.active > a,
.archive-wrapper .archive-list > li.active > a:hover,
.archive-wrapper .archive-list > li.active > a:focus {
  color: #207530;
  cursor: default;
  text-decoration: underline;
}
/******************
* MODULE :: HOME *
******************/
.spotlight .heading {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
@media (max-width: 543px) {
  .spotlight {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.spotlight .list:not(.ui-sortable) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
  -webkit-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
}
.spotlight .list:not(.ui-sortable) > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 544px) {
  .spotlight .list:not(.ui-sortable):not(.has-flex) > li {
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}
.spotlight .list:not(.ui-sortable).has-flex.icons > li {
  /* @media (min-width: @screen-tinyphone) and (max-width: @screen-tinyphone-max) {
								.make-flex-col(
									@size: 6,
									@columns: @grid-columns
								);
							} */
}
@media (min-width: 544px) and (max-width: 991px) {
  .spotlight .list:not(.ui-sortable).has-flex.icons > li {
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .spotlight .list:not(.ui-sortable).has-flex.icons > li {
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
.spotlight .list:not(.ui-sortable) > li {
  padding-left: 0px;
  padding-right: 0px;
}
.spotlight .list:not(.ui-sortable) > li > a {
  color: #2B4153;
  font-size: 20px;
  line-height: inherit;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  -moz-transition-property: background-color, color, -moz-box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.spotlight .list:not(.ui-sortable) > li > a:before {
  font-size: 35px;
  line-height: inherit;
}
.spotlight .list:not(.ui-sortable) > li > a > span {
  display: inline-block;
}
.spotlight .list:not(.ui-sortable) > li > a:hover,
.spotlight .list:not(.ui-sortable) > li > a:focus {
  text-decoration: none;
}
@media (max-width: 543px) {
  .spotlight .list:not(.ui-sortable) > li > a {
    padding-top: 21.42857143px;
    padding-bottom: 21.42857143px;
    position: relative;
  }
  .spotlight .list:not(.ui-sortable) > li > a > span:only-child {
    display: block;
  }
  .spotlight .list:not(.ui-sortable) > li > a > span:first-of-type {
    padding-left: 70px;
  }
  .spotlight .list:not(.ui-sortable) > li > a:before {
    position: absolute;
    top: 0px;
    left: 10px;
  }
  .spotlight .list:not(.ui-sortable) > li > a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
  }
}
@media (min-width: 544px) {
  .spotlight .list:not(.ui-sortable) > li > a {
    font-family: 'VAGRounded BT';
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    line-height: inherit;
  }
  .spotlight .list:not(.ui-sortable) > li > a:before {
    font-size: 46px;
    line-height: inherit;
  }
  .spotlight .list:not(.ui-sortable) > li > a > span {
    padding-top: 6px;
    display: block;
  }
  .spotlight .list:not(.ui-sortable) > li > a:before {
    line-height: 100%;
  }
}
@media (max-width: 543px) {
  .spotlight .list:not(.ui-sortable) > li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.spotlight .list:not(.ui-sortable).icons > li > a:hover,
.spotlight .list:not(.ui-sortable).icons > li > a:focus {
  color: #33B94C;
  -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
}
.spotlight + .spotlight {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
.spotlight + .masonry-wrapper {
  margin-top: 45px;
}
section.home {
  position: relative;
}
section.home > div {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 544px) {
  section.home .partial-masonry .btn-default {
    width: 100%;
    margin-bottom: 10px;
  }
}
body.home .masonry-wrapper h2.heading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: table;
  height: 100%;
}
body.home .masonry-wrapper h2.heading > a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
body.home .masonry-wrapper h2.heading > a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
body.home .masonry-wrapper h2.heading span {
  padding-bottom: 15px;
  display: inline-block;
}
body.home .masonry-wrapper h2.heading:after {
  content: "";
  height: 4px;
  width: 75px;
  background-color: #33B94C;
  display: block;
}
body.home .masonry-wrapper .btn-events {
  float: right !important;
}
@media (min-width: 992px) {
  body.home .btn-search {
    background-color: #2B4153;
  }
  body.home .btn-search:focus,
  body.home .btn-search:hover {
    background-color: #33B94C;
  }
  body.home .header-search {
    position: absolute;
    top: 390px;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 0 25%;
  }
  body.home .header-search .search-form {
    -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  }
  body.home .search-top .search-group input.form-control {
    background-color: #ffffff;
  }
  body.home .navbar-default:not(.has-hamburger) .nav-main > li > a {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  body.home .header-search {
    top: 340px;
  }
}
/* ==========================================================================
 MODULE :: NEWS
 ========================================================================== */
.news-overview .masonry-wrapper {
  padding-top: 0px;
}
.news-detail .info-wrapper .partial-date {
  padding-top: 20px;
}
.news-detail .partial-date {
  font-size: 16px;
  color: #999999;
  margin-bottom: 30px;
}
/* ==========================================================================
 MODULE :: EVENTS
 ========================================================================== */
.uit-logo:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e933";
}
.uit-logo > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
@media (min-width: 768px) {
  .has-ticketlink {
    float: left !important;
  }
  .has-ticketlink + a {
    float: right !important;
  }
}
.event-info {
  color: #2B4153;
}
.event-info:not(:last-child) {
  margin-bottom: 14px;
}
.event-info .event-location,
.event-info .event-type,
.event-info .partial-date,
.event-info .event-organizer {
  position: relative;
  display: block;
  padding-left: 26px;
}
.event-info .event-location:before,
.event-info .event-type:before,
.event-info .partial-date:before,
.event-info .event-organizer:before {
  font-size: 16px;
  line-height: inherit;
}
.event-info .event-location:before,
.event-info .event-type:before,
.event-info .partial-date:before,
.event-info .event-organizer:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.events-partial .event-ticketlink {
  margin-top: 14px;
  display: inline-block !important;
}
.events-detail .intro-wrapper {
  /* 		.css-seperator(
			@seperator-color: @hr-border;
			@seperator-style: fullwidth;
			@seperator-position: bottom;
			@seperator-spacing: @line-height-computed;
		);	 */
  margin-bottom: 14px;
}
.events-detail .intro-wrapper .event-type .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.events-detail .intro-wrapper .event-type .list > li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
}
.events-detail .intro-wrapper .event-type .list > li > a {
  display: inline-block;
}
.events-detail .intro-wrapper .event-type .list > li + li:before {
  content: ",\00a0";
}
.events-detail .intro-wrapper .event-type .list a {
  color: #2B4153;
}
.events-detail .intro-wrapper .event-type .list a:hover,
.events-detail .intro-wrapper .event-type .list a:focus {
  color: #207530;
}
.events-detail .intro-wrapper .event-dates .list:not(:last-child) {
  margin-bottom: 49px;
}
.events-detail .intro-wrapper .event-dates .list > li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.events-detail .uiv-source {
  font-size: 16px;
  line-height: inherit;
}
.events-detail .uiv-source,
.events-detail .uiv-source > a {
  color: rgba(43, 65, 83, 0.4);
}
.events-detail .uiv-source > a:hover,
.events-detail .uiv-source > a:focus {
  color: #207530;
}
.events-detail .partial-detail-item:not(:last-child) {
  margin-bottom: 28px;
}
.events-detail .partial-detail-item a:not([class*="btn-"]) {
  color: #2B4153;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.events-detail .partial-detail-item a:not([class*="btn-"]),
.events-detail .partial-detail-item a:not([class*="btn-"]):active,
.events-detail .partial-detail-item a:not([class*="btn-"]).active,
.events-detail .partial-detail-item a:not([class*="btn-"])[disabled],
fieldset[disabled] .events-detail .partial-detail-item a:not([class*="btn-"]) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.events-detail .partial-detail-item a:not([class*="btn-"]),
.events-detail .partial-detail-item a:not([class*="btn-"]):hover,
.events-detail .partial-detail-item a:not([class*="btn-"]):focus,
.events-detail .partial-detail-item a:not([class*="btn-"]):active {
  border-color: transparent;
}
.events-detail .partial-detail-item a:not([class*="btn-"]):hover,
.events-detail .partial-detail-item a:not([class*="btn-"]):focus {
  color: #207530;
  text-decoration: underline;
  background-color: transparent;
}
.events-detail .partial-detail-item a:not([class*="btn-"])[disabled]:hover,
fieldset[disabled] .events-detail .partial-detail-item a:not([class*="btn-"]):hover,
.events-detail .partial-detail-item a:not([class*="btn-"])[disabled]:focus,
fieldset[disabled] .events-detail .partial-detail-item a:not([class*="btn-"]):focus {
  color: #c8c8c8;
  text-decoration: none;
}
.events-detail .partial-detail-item .list {
  padding-left: 0px;
  list-style: none;
}
.events-detail .partial-detail-item > div {
  position: relative;
}
.events-detail .partial-detail-item > div + div {
  margin-top: 28px;
}
.events-detail .event-dates {
  position: relative;
}
.events-detail .event-dates .date-list-item .date {
  font-weight: 600;
}
@media (min-width: 768px) {
}
.events-detail .event-dates .hours-info .txt-day .txt-day-digit {
  font-weight: 600;
}
.events-detail .event-dates .hours-info .txt-day .txt-day-text {
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.events-detail .event-dates .week-scheme > .alldaysopen {
  display: inline-block;
}
.events-detail .event-dates .week-scheme > dl {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 320px) {
  .events-detail .event-dates .week-scheme > dl dt {
    float: left;
    width: 135px;
    clear: left;
    text-align: left;
  }
  .events-detail .event-dates .week-scheme > dl dd {
    margin-left: 150px;
  }
}
.events-detail .event-dates .week-scheme > dl > dt,
.events-detail .event-dates .week-scheme > dl > dd {
  padding-top: 0px;
  padding-bottom: 0px;
}
.events-detail .event-dates .week-scheme > dl > dt {
  color: #2B4153;
}
.content-location {
  /* .address {
		.icon-btn-variant(@icon-calendar);
		.icon-btn-position(0,2);
	} */
}
.content-location .location-name {
  font-weight: 600;
}
.content-organisation .organisation-name:not(:only-child) {
  font-weight: 600;
}
.content-price .list {
  padding-left: 0px;
  list-style: none;
}
.content-price .list:not(:last-child) {
  margin-bottom: 14px;
}
.content-price .list > li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.content-price .list > li > [class*="txt-"]:first-child {
  font-weight: 600;
  width: 100%;
  position: relative;
  display: block;
}
.content-price .list > li > [class*="txt-"]:first-child:first-letter {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .content-price .list > li > [class*="txt-"]:first-child:not(:only-child) {
    width: 180px;
    float: left !important;
    margin-right: 24px;
  }
  .content-price .list > li > [class*="txt-"]:first-child:not(:only-child) + [class*="txt-"] {
    margin-left: 192px;
    display: block;
  }
}
.content-price .list > li + li {
  border-top: 1px dotted rgba(43, 65, 83, 0.11);
}
.content-price .price-valute:before {
  content: "\00a0";
}
.event-reservation-content .event-ticketlink:not(:only-child) {
  margin-bottom: 14px;
}
/*****************************
* MODULE :: CONTACT STYLING *
*****************************/
/*
.contact-overview {
	.page-container.page-column {
		#grid-sections > .make-column-grid(
			@page-section: reorder-atoz;
			@column-width: @grid-gutter-width;
		);
	}
}
*/
/*
.side-bar {
	.box-contact {
		// .box-variant(
		// 	@box-background-variant: @color2-lighter;
		// 	@box-border-variant: @color2-lighter;
		// 	@box-title-variant: @brand-tertiary;
		// 	@box-text-variant: @text-color;
		// );
		// dl {
		// 	&.contact-info {
		// 		.contact-info-style-variant(
		// 			@icon-color: @icon-list-color;
		// 			@text-color: @text-color;
		// 			@link-color: @white;
		// 			@link-hover-color: @color2-base;
		// 		);
		// 	}
		// }

		// .list-social {
		// 	> li {
		// 		&[class^="bullet-"], &[class*=" bullet-"] {
		// 			> a {
		// 				.icon-color-variant(
		// 					@icon-color: @white;
		// 					@icon-position;
		// 				);
		// 				&:hover,
		// 				&:focus {
		// 					.icon-color-variant(
		// 						@icon-color: @color2-base;
		// 						@icon-position;
		// 					);
		// 				}
		// 			}
		// 		}
		// 	}
		// }
		// .btn-more-hours {
		// 	border-color: @white;
		// }

	}
}
*/
.box-contact {
  background-color: #F3FBF5;
}
.box-contact div.box-subtitle {
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 18px;
  line-height: inherit;
}
.box-contact > .box-block.box-contact-block .contact-info-container .contact-info:not(:last-child),
.box-contact > .box-block.box-contact-block .contact-info-container .contact-social:not(:last-child) {
  margin-bottom: 14px;
}
.box-contact > .box-block.box-contact-block .contact-info-container:not(:last-child) {
  margin-bottom: 14px;
}
.box-contact > .box-block.box-contact-block .contact-info-extra:not(:only-child):not(:last-child) {
  margin-bottom: 14px;
}
.box-contact .hours-status-box {
  display: inline-block;
  border: 1px solid #33B94C;
  margin-top: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 14px;
  line-height: inherit;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  text-transform: uppercase;
  color: #33B94C;
}
.box-contact .hours-status-box.closed {
  border-color: #2B4153;
  color: #2B4153;
}
.homecontact {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F3FBF5;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.homecontact h2.heading {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.homecontact .hours-info .box-subtitle,
.homecontact .route {
  display: none;
}
.homecontact h3 a {
  padding-bottom: 15px;
  display: block;
}
.homecontact h3 a:after {
  content: "";
  height: 3px;
  width: 75px;
  margin-top: 15px;
  background-color: #33B94C;
  display: block;
}
.homecontact h3 span {
  padding-bottom: 15px;
}
.homecontact:before,
.homecontact:after {
  content: "";
  background-color: #F3FBF5;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  width: 100vw;
}
.homecontact:before {
  right: 100%;
}
.homecontact:after {
  left: 100%;
}
.homecontact .box-contact {
  margin-left: -15px;
  margin-right: -15px;
}
.homecontact .box-contact .hours-info h3 {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.homecontact .box-contact > .box-contact-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .homecontact .box-contact > .box-contact-block {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .homecontact .box-contact > .box-contact-block {
    float: left;
    width: 33.33333333%;
  }
}
.homecontact .box-contact .box-contact-block {
  padding-top: 0px;
}
.homecontact .box-contact .box-contact-block:before {
  visibility: hidden;
  display: none;
}
.homecontact .box-contact {
  margin-bottom: 0px;
}
.homecontact .contact-link {
  display: block;
  clear: both;
}
.homecontact .contact-link .box-btn {
  margin: 0 auto;
  width: 380px;
  display: block;
  margin-bottom: 30px;
}
.homecontact .contact-link .center-block {
  margin-bottom: 30px;
}
.box-contact-content {
  background-color: transparent;
  border: none;
  padding: 0px;
  /*
	& when (@contact-style = content) {
		> .box-title {
			.heading-style-variant(
				@heading-border: @brand-secondary;
				@heading-style: portal;
			);
			.text-center;
		}

		.contact-info-container {
			> .box-subtitle {
				color: @headings-color;
			}
		}
		//-- zie hours-info style mixin  bij mixin contact
		// .contact-hours-container {}

	}
	*/
}
.box-contact-content .contact-content {
  /*
			> .contact-info-container,
			> .contact-hours-container {  }
		*/
  /*
		overflow: hidden;
		> .contact-info-container {
			@media (min-width: @grid-header-breakpoint) {
				.pull-left;
				.mr(@grid-gutter-width);
				width:  percentage((4 / @grid-columns));
				+ .contact-hours-container {
					.hours-info {
						overflow: hidden;
					}
				}
			}
		}
		// .contact-hours-container {		}
		> .contact-info-extra {
			clear: both;
		}
		*/
}
.box-contact-content .contact-content .contact-content-row {
  margin-left: -15px;
  margin-right: -15px;
}
.box-contact-content .contact-content .contact-content-row > .contact-info-container {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .box-contact-content .contact-content .contact-content-row > .contact-info-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .box-contact-content .contact-content .contact-content-row > .contact-info-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .box-contact-content .contact-content .contact-content-row > .contact-info-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .box-contact-content .contact-content .contact-content-row > .contact-info-container {
    float: left;
    width: 50%;
  }
}
.box-contact-content .contact-content .contact-content-row > .contact-info-container:not(:last-child) {
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .box-contact-content .contact-content .contact-content-row > .contact-info-container:not(:last-child) {
    margin-bottom: 14px !important;
  }
}
.box-contact-content .contact-content .contact-content-row > .contact-hours-container {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .box-contact-content .contact-content .contact-content-row > .contact-hours-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .box-contact-content .contact-content .contact-content-row > .contact-hours-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .box-contact-content .contact-content .contact-content-row > .contact-hours-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .box-contact-content .contact-content .contact-content-row > .contact-hours-container {
    float: left;
    width: 50%;
  }
}
.box-contact-content .contact-content .contact-content-row > .contact-info-extra {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.box-contact-content .google-map-content .google-map,
.box-contact-content .streetmap-content .google-map,
.box-contact-content .google-map-content .streetmap,
.box-contact-content .streetmap-content .streetmap {
  background-color: #ffffff;
  height: 350px;
}
@media (min-width: 768px) {
  .box-contact-content .google-map-content .google-map > .gm-style,
  .box-contact-content .streetmap-content .google-map > .gm-style,
  .box-contact-content .google-map-content .streetmap > .gm-style,
  .box-contact-content .streetmap-content .streetmap > .gm-style {
    margin: 0;
  }
}
.box-contact-content .box-contact-block-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .box-contact-content .box-contact-block-row .contact-content:not(:last-child),
  .box-contact-content .box-contact-block-row .streetmap-content:not(:last-child),
  .box-contact-content .box-contact-block-row .google-map-content:not(:last-child) {
    margin-bottom: 28px;
  }
}
.box-contact-content .box-contact-block-row > .contact-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .box-contact-content .box-contact-block-row > .contact-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .box-contact-content .box-contact-block-row > .contact-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-contact-content .box-contact-block-row > .contact-content {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1300px) {
  .box-contact-content .box-contact-block-row > .contact-content {
    float: left;
    width: 58.33333333%;
  }
}
.box-contact-content .box-contact-block-row > .google-map-content,
.box-contact-content .box-contact-block-row > .streetmap-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .box-contact-content .box-contact-block-row > .google-map-content,
  .box-contact-content .box-contact-block-row > .streetmap-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .box-contact-content .box-contact-block-row > .google-map-content,
  .box-contact-content .box-contact-block-row > .streetmap-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-contact-content .box-contact-block-row > .google-map-content,
  .box-contact-content .box-contact-block-row > .streetmap-content {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1300px) {
  .box-contact-content .box-contact-block-row > .google-map-content,
  .box-contact-content .box-contact-block-row > .streetmap-content {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 544px) {
  .box-contact-content .box-contact-block-row > .google-map-content,
  .box-contact-content .box-contact-block-row > .streetmap-content {
    float: right !important;
  }
}
.contact-hours-container {
  /*
	.txt-divider,
	.txt-afspraak {
		&:after {
			content: "\00a0";
		}
	}

	.hour-part {
		> span {
			+ span {
				&:before {
					content:"\00a0";
				}
			}
		}
	}
	*/
}
.contact-hours-container .txt-end-hour:before {
  content: " ";
}
.contact-hours-container .hours-info:not(:last-child),
.contact-hours-container .hours-info > div:not(:last-child) {
  margin-bottom: 14px;
}
.contact-hours-container > .box-subtitle {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.contact-hours-container .box-subtitle {
  color: #2B4153;
  margin-bottom: 0px;
}
.contact-hours-container .op-afspraak {
  position: relative;
  padding-left: 21px;
}
.contact-hours-container .op-afspraak:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e972";
}
.contact-hours-container .op-afspraak:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.contact-hours-container .txt-hours-extra-info {
  display: block;
}
.contact-hours-container .txt-hours-extra-info:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e98d";
}
.contact-hours-container .txt-hours-extra-info > span {
  padding-left: 5px;
}
.contact-hourinfo {
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #5bc0de;
  border-left: 6px solid #5bc0de;
  padding-left: 21px;
}
.contact-hourinfo:not(:last-child) {
  margin-bottom: 14px;
}
.contact-hourinfo .heading {
  color: #ffffff;
}
.contact-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F3FBF5;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: inherit;
}
.contact-wrapper:before,
.contact-wrapper:after {
  content: "";
  background-color: #F3FBF5;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  width: 100vw;
}
.contact-wrapper:before {
  right: 100%;
}
.contact-wrapper:after {
  left: 100%;
}
.detail-contact-wrapper:not(:last-child) {
  margin-bottom: 14px;
}
.detail-contact-wrapper .detail-contact-item .box-contact {
  padding-top: 0px;
  padding-bottom: 0px;
}
.detail-contact-wrapper .detail-contact-item .box-contact:not(:last-child) {
  margin-bottom: 0px;
}
.detail-contact-wrapper .detail-contact-item .box-contact > .box-title {
  line-height: 29px;
}
.detail-contact-wrapper .detail-contact-item + .detail-contact-item {
  position: relative;
  padding-top: 57px;
}
.detail-contact-wrapper .detail-contact-item + .detail-contact-item:before,
.detail-contact-wrapper .detail-contact-item + .detail-contact-item:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.detail-contact-wrapper .detail-contact-item + .detail-contact-item:before {
  content: "";
  top: 28px;
  border-top: 1px dotted #F8F8F8;
}
.contact-detail {
  /*
	& when (@contact-style = content) {
		> .box-title {
			.heading-style-variant(
				@heading-border: @brand-secondary;
				@heading-style: portal;
			);
			.text-center;
		}

		.contact-info-container {
			> .box-subtitle {
				color: @headings-color;
			}
		}
		//-- zie hours-info style mixin  bij mixin contact
		// .contact-hours-container {}

	}
	*/
}
.contact-detail .google-map-content .google-map,
.contact-detail .streetmap-content .google-map,
.contact-detail .google-map-content .streetmap,
.contact-detail .streetmap-content .streetmap {
  background-color: #ffffff;
  height: 350px;
}
@media (min-width: 768px) {
  .contact-detail .google-map-content .google-map > .gm-style,
  .contact-detail .streetmap-content .google-map > .gm-style,
  .contact-detail .google-map-content .streetmap > .gm-style,
  .contact-detail .streetmap-content .streetmap > .gm-style {
    margin: 0;
  }
}
.contact-detail .box-contact-block-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .contact-detail .box-contact-block-row .contact-content:not(:last-child),
  .contact-detail .box-contact-block-row .streetmap-content:not(:last-child),
  .contact-detail .box-contact-block-row .google-map-content:not(:last-child) {
    margin-bottom: 28px;
  }
}
.contact-detail .box-contact-block-row > .contact-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .contact-detail .box-contact-block-row > .contact-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-detail .box-contact-block-row > .contact-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contact-detail .box-contact-block-row > .contact-content {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1300px) {
  .contact-detail .box-contact-block-row > .contact-content {
    float: left;
    width: 58.33333333%;
  }
}
.contact-detail .box-contact-block-row > .google-map-content,
.contact-detail .box-contact-block-row > .streetmap-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .contact-detail .box-contact-block-row > .google-map-content,
  .contact-detail .box-contact-block-row > .streetmap-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-detail .box-contact-block-row > .google-map-content,
  .contact-detail .box-contact-block-row > .streetmap-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contact-detail .box-contact-block-row > .google-map-content,
  .contact-detail .box-contact-block-row > .streetmap-content {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1300px) {
  .contact-detail .box-contact-block-row > .google-map-content,
  .contact-detail .box-contact-block-row > .streetmap-content {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 544px) {
  .contact-detail .box-contact-block-row > .google-map-content,
  .contact-detail .box-contact-block-row > .streetmap-content {
    float: right !important;
  }
}
.contact-detail > .container-wrapper {
  padding-bottom: 0px;
}
.contact-detail .box-contact {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.contact-detail a.route {
  display: block;
}
.contact-detail .contact-hourinfo {
  color: #2B4153;
}
.side-bar .box-contact {
  /*
	& when (@contact-style = content) {
		> .box-title {
			.heading-style-variant(
				@heading-border: @brand-secondary;
				@heading-style: portal;
			);
			.text-center;
		}

		.contact-info-container {
			> .box-subtitle {
				color: @headings-color;
			}
		}
		//-- zie hours-info style mixin  bij mixin contact
		// .contact-hours-container {}

	}
	*/
}
.side-bar .box-contact .google-map-content,
.side-bar .box-contact .streetmap-content {
  margin-bottom: 7px;
}
.side-bar .box-contact .google-map-content .google-map,
.side-bar .box-contact .streetmap-content .google-map,
.side-bar .box-contact .google-map-content .streetmap,
.side-bar .box-contact .streetmap-content .streetmap {
  background-color: #ffffff;
  height: 350px;
}
@media (min-width: 768px) {
  .side-bar .box-contact .google-map-content .google-map > .gm-style,
  .side-bar .box-contact .streetmap-content .google-map > .gm-style,
  .side-bar .box-contact .google-map-content .streetmap > .gm-style,
  .side-bar .box-contact .streetmap-content .streetmap > .gm-style {
    margin: 0;
  }
}
.contact-popular {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
}
.contact-popular > .box-popular-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .contact-popular.items-2 > .box-popular-column {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact-popular.items-3 > .box-popular-column,
  .contact-popular.has-flex > .box-popular-column {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .contact-popular.items-3 > .box-popular-column,
  .contact-popular.has-flex > .box-popular-column {
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.contact-popular .box-contact-popular {
  height: 100%;
}
dl.contact-info:not(.contact-info-footer) {
  color: #2B4153;
}
dl.contact-info:not(.contact-info-footer) > dt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
dl.contact-info:not(.contact-info-footer) > dd.txt-address > span.txt-streetnr,
dl.contact-info:not(.contact-info-footer) > dd.txt-address > span.txt-gebouw {
  display: block;
}
dl.contact-info:not(.contact-info-footer) > dd.txt-address > span.txt-postal {
  display: inline-block;
}
dl.contact-info:not(.contact-info-footer) > dd.txt-address > span.txt-city {
  display: inline-block;
}
dl.contact-info:not(.contact-info-footer) > dd.txt-mail a,
dl.contact-info:not(.contact-info-footer) > dd.txt-website a {
  /* .btn-link(
					@btn-link-color: @brand-primary;
					@btn-link-hover-color: @brand-secondary;
					@is-hover;
				); */
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}
dl.contact-info:not(.contact-info-footer) a {
  color: #2B4153;
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}
dl.contact-info:not(.contact-info-footer) a:not(.phone):not(.gsm) {
  color: #33B94C;
  text-decoration: underline;
}
dl.contact-info:not(.contact-info-footer) a:not(.phone):not(.gsm):hover,
dl.contact-info:not(.contact-info-footer) a:not(.phone):not(.gsm):focus {
  color: #207530;
}
dl.contact-info:not(.contact-info-footer) a:hover,
dl.contact-info:not(.contact-info-footer) a:focus {
  color: #207530;
}
dl.contact-info:not(.contact-info-footer) > dd.txt-address:not(:last-child) {
  margin-bottom: 14px;
}
dl.contact-info.contact-info-footer {
  color: #2B4153;
}
dl.contact-info.contact-info-footer > dt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
dl.contact-info.contact-info-footer > dd.txt-address > span.txt-streetnr,
dl.contact-info.contact-info-footer > dd.txt-address > span.txt-gebouw {
  display: block;
}
dl.contact-info.contact-info-footer > dd.txt-address > span.txt-postal {
  display: inline-block;
}
dl.contact-info.contact-info-footer > dd.txt-address > span.txt-city {
  display: inline-block;
}
dl.contact-info.contact-info-footer > dd.txt-mail a,
dl.contact-info.contact-info-footer > dd.txt-website a {
  /* .btn-link(
					@btn-link-color: @brand-primary;
					@btn-link-hover-color: @brand-secondary;
					@is-hover;
				); */
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}
dl.contact-info.contact-info-footer a {
  color: #2B4153;
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}
dl.contact-info.contact-info-footer a:not(.phone):not(.gsm) {
  color: #33B94C;
  text-decoration: underline;
}
dl.contact-info.contact-info-footer a:not(.phone):not(.gsm):hover,
dl.contact-info.contact-info-footer a:not(.phone):not(.gsm):focus {
  color: #207530;
}
dl.contact-info.contact-info-footer a:hover,
dl.contact-info.contact-info-footer a:focus {
  color: #207530;
}
.contact-social {
  overflow: hidden;
  display: inline-block;
}
.contact-social .title,
.contact-social .list-social {
  float: left;
}
.contact-social .title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0px;
  padding-right: 12px;
  color: #2B4153;
  line-height: 28px;
}
@media (max-width: 320px) {
  .contact-social .title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .contact-social .title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  .contact-social .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .contact-social .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .contact-social .title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .contact-social .title {
    font-size: 20px;
    line-height: 31px;
  }
}
.hours .hours-closed,
.hours .hours-week {
  margin-bottom: 28px;
}
.hours .hours-spotlight-wrapper {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #F8F8F8;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.hours .hours-spotlight-wrapper:before,
.hours .hours-spotlight-wrapper:after {
  content: "";
  background-color: #F8F8F8;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  width: 100vw;
}
.hours .hours-spotlight-wrapper:before {
  right: 100%;
}
.hours .hours-spotlight-wrapper:after {
  left: 100%;
}
.hours .hours-spotlight-wrapper .hours-control {
  position: relative;
  text-align: center;
}
.hours .hours-spotlight-wrapper .hours-control button {
  padding: 0px !important;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: inherit;
  line-height: 44px;
  text-align: center;
  border: 0;
  display: inline-block;
  position: absolute;
  top: 0px;
}
.hours .hours-spotlight-wrapper .hours-control button > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.hours .hours-spotlight-wrapper .hours-control button:hover,
.hours .hours-spotlight-wrapper .hours-control button:focus {
  text-decoration: none;
}
.hours .hours-spotlight-wrapper .hours-control button.icon-angle-left {
  left: 0px;
}
.hours .hours-spotlight-wrapper .hours-control button.icon-angle-right {
  right: 0px;
}
.hours .hours-spotlight-wrapper .hours-control .title {
  display: inline-block;
  font-size: 24px;
  line-height: inherit;
  height: 44px;
  line-height: 44px;
  margin-bottom: 0px;
  margin-left: 28px;
  margin-right: 28px;
}
.hours .hours-spotlight-wrapper .hours-control .title > span {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.hours .hours-spotlight-wrapper .hours-list .list {
  /*
				.make-flex-row(@gutter: @grid-gutter-width);
				> li {
					.make-flex-col-ready(@gutter: @grid-gutter-width);
					@media (min-width: @grid-float-breakpoint){
						.make-flex-col(
							@size: 1;
							@columns: 7;
						);
					}
				}
				*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -8px;
  padding-left: 0px;
  list-style: none;
}
.hours .hours-spotlight-wrapper .hours-list .list > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 544px) and (max-width: 767px) {
  .hours .hours-spotlight-wrapper .hours-list .list > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .hours .hours-spotlight-wrapper .hours-list .list:not(.has-flex) > li {
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .hours .hours-spotlight-wrapper .hours-list .list.has-flex > li {
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.hours .hours-spotlight-wrapper .hours-list .list > li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.hours .hours-spotlight-wrapper .hours-list .list > li.selected .hours-info .txt-day {
  color: #ffffff;
  background-color: #33B94C;
}
.hours .hours-spotlight-wrapper .hours-list .list > li.selected .hours-info .txt-hours {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.hours .hours-spotlight-wrapper .hours-info {
  padding-bottom: 14px;
  font-size: 20px;
  line-height: inherit;
  background-color: #ffffff;
}
.hours .hours-spotlight-wrapper .hours-info .txt-closed {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width: 1300px) {
  .hours .hours-spotlight-wrapper .hours-info .txt-from {
    display: inline-block;
  }
}
.hours .hours-spotlight-wrapper .hours-info .txt-hours {
  padding: 0 10px;
  overflow: hidden;
}
.hours .hours-spotlight-wrapper .hours-info .txt-time-divider {
  text-align: center;
  font-size: 16px;
  line-height: inherit;
}
.hours .hours-spotlight-wrapper .hours-info .txt-day {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ebebeb;
}
.hours .hours-spotlight-wrapper .hours-info .txt-day .txt-day-digit {
  font-weight: 600;
  font-size: 36px;
  line-height: inherit;
}
.hours .hours-spotlight-wrapper .hours-info .txt-day .txt-day-text {
  font-size: 20px;
  line-height: inherit;
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hours .hours-spotlight-wrapper .hours-info .txt-day {
    text-align: center;
  }
  .hours .hours-spotlight-wrapper .hours-info .txt-day > span {
    display: block;
  }
}
.hours .hours-spotlight-wrapper .hours-info .txt-divider {
  text-align: center;
  color: #999999;
  display: block;
}
@media (min-width: 768px) {
}
.hours .hours-spotlight-wrapper .hours-info .hour-part {
  text-align: center;
}
@media (max-width: 1299px) {
  .hours .hours-spotlight-wrapper .hours-info .hour-part .txt-time-divider {
    height: 18px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .hours .hours-spotlight-wrapper .hours-info .txt-divider {
    display: inline-block;
    line-height: 1px;
  }
  .hours .hours-spotlight-wrapper .hours-info .hour-part {
    display: inline-block;
  }
  .hours .hours-spotlight-wrapper .hours-info .normal-hours {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hours .hours-spotlight-wrapper .hours-info .normal-hours > span,
  .hours .hours-spotlight-wrapper .hours-info .op-afspraak > span {
    display: block;
  }
}
.hours .hours-closed .list {
  padding-left: 0px;
  list-style: none;
}
.hours .hours-closed .list:not(:last-child) {
  margin-bottom: 14px;
}
.hours .hours-closed .list > li {
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
  /*
			&.txt-time-divider,
			&.txt-divider { }
			*/
}
.hours .hours-closed .list > li .txt-day {
  font-weight: 600;
  display: block;
}
.hours .hours-closed .list > li .txt-day:first-letter {
  text-transform: uppercase;
}
.hours .hours-closed .list > li .txt-day:not(:only-of-type) {
  width: 100%;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .hours .hours-closed .list > li .txt-day:not(:only-of-type) {
    width: 300px;
    float: left;
  }
  .hours .hours-closed .list > li .txt-day:not(:only-of-type) + [class*="txt-"] {
    margin-left: 312px;
    display: block;
  }
}
.hours .hours-closed .list > li .txt-open-today,
.hours .hours-closed .list > li .txt-open-tomorrow {
  display: block;
  font-weight: 600;
}
.hours .hours-closed .list > li + li {
  border-top: 1px dotted rgba(43, 65, 83, 0.11);
}
.hours .hours-closed .contact-hour-list {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hours .hours-closed .hours-item {
  padding-left: 0px;
  padding-right: 0px;
}
.hours .hours-closed .hours-item:not(:last-child) {
  margin-bottom: 28px;
}
.hours .hours-btn {
  text-align: center;
  margin-top: -14px;
}
.hours .hours-btn button {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #33B94C;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
  text-decoration: underline;
  font-size: 20px;
  line-height: inherit;
}
.hours .hours-btn button:focus,
.hours .hours-btn button:active:focus,
.hours .hours-btn button.active:focus,
.hours .hours-btn button.focus,
.hours .hours-btn button:active.focus,
.hours .hours-btn button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.hours .hours-btn button:active,
.hours .hours-btn button.active {
  outline: 0;
  background-image: none;
}
.hours .hours-btn button.disabled,
.hours .hours-btn button[disabled],
fieldset[disabled] .hours .hours-btn button {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hours .hours-btn button,
.hours .hours-btn button:active,
.hours .hours-btn button.active,
.hours .hours-btn button[disabled],
fieldset[disabled] .hours .hours-btn button {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hours .hours-btn button,
.hours .hours-btn button:hover,
.hours .hours-btn button:focus,
.hours .hours-btn button:active {
  border-color: transparent;
}
.hours .hours-btn button:hover,
.hours .hours-btn button:focus {
  color: #207530;
  text-decoration: underline;
  background-color: transparent;
}
.hours .hours-btn button[disabled]:hover,
fieldset[disabled] .hours .hours-btn button:hover,
.hours .hours-btn button[disabled]:focus,
fieldset[disabled] .hours .hours-btn button:focus {
  color: #c8c8c8;
  text-decoration: none;
}
.hours .hours-btn button + button {
  margin-left: 12px;
}
.hours .hours-btn .btn-load-calendar {
  position: relative;
}
.hours .hours-btn .btn-load-calendar:before {
  position: absolute;
  top: 6px;
  left: 0px;
}
.hours .hours-btn .btn-load-calendar > span:only-child {
  display: block;
}
.hours .hours-btn .btn-load-calendar > span:first-of-type {
  padding-left: 30px;
}
.hours .hours-btn .btn-load-calendar.active {
  color: #ffffff;
  background-color: #33B94C;
  padding-left: 12px;
  padding-right: 12px;
}
.hours .hours-btn .btn-load-calendar.active:before {
  font-family: "icomoon";
  content: "\e947";
}
.hours .hours-btn .btn-load-calendar.active:before {
  padding-left: 12px;
}
.hours .box-calendar {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.hours .box-calendar .selecteddate {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 7px;
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #2B4153;
  background-color: transparent;
  border-left: 6px solid #F8F8F8;
  padding-left: 21px;
}
.hours .box-calendar .selecteddate:not(:last-child) {
  margin-bottom: 14px;
}
.hours .box-calendar .selecteddate .heading {
  color: #2B4153;
}
.hours .box-calendar .selecteddate .list {
  padding-left: 0px;
  list-style: none;
}
.hours .box-calendar .selecteddate .list:not(:last-child) {
  margin-bottom: 14px;
}
.hours .box-calendar .selecteddate .list > li {
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
  /*
			&.txt-time-divider,
			&.txt-divider { }
			*/
}
.hours .box-calendar .selecteddate .list > li .txt-day {
  font-weight: 600;
  display: block;
}
.hours .box-calendar .selecteddate .list > li .txt-day:first-letter {
  text-transform: uppercase;
}
.hours .box-calendar .selecteddate .list > li .txt-day:not(:only-of-type) {
  width: 100%;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .hours .box-calendar .selecteddate .list > li .txt-day:not(:only-of-type) {
    width: 180px;
    float: left;
  }
  .hours .box-calendar .selecteddate .list > li .txt-day:not(:only-of-type) + [class*="txt-"] {
    margin-left: 192px;
    display: block;
  }
}
.hours .box-calendar .selecteddate .list > li .txt-open-today,
.hours .box-calendar .selecteddate .list > li .txt-open-tomorrow {
  display: block;
  font-weight: 600;
}
.hours .box-calendar .selecteddate .list > li + li {
  border-top: 1px dotted rgba(43, 65, 83, 0.11);
}
.contact-detail .hours-week {
  margin-bottom: 30px;
}
.hours-week .contact-hourinfo,
.box-contact-block-row .contact-hourinfo {
  padding: 0px;
  background-color: transparent;
  border: 0;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border: 0;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta:active:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:active:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.active:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.active:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta:active.focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:active.focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.active.focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta:active,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:active,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.active,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.active {
  outline: 0;
  background-image: none;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta.disabled,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.disabled,
.hours-week .contact-hourinfo a.btn-cta.btn-cta[disabled],
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta[disabled],
fieldset[disabled] .hours-week .contact-hourinfo a.btn-cta.btn-cta,
fieldset[disabled] .box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta:hover,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:hover,
.hours-week .contact-hourinfo a.btn-cta.btn-cta:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:focus {
  text-decoration: none;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:focus {
  outline-color: #ffffff;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta:hover,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:hover,
.hours-week .contact-hourinfo a.btn-cta.btn-cta:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:focus {
  outline-color: #ffffff;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta:hover,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3 {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:active:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:active:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:active:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:active:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2.active:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2.active:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3.active:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3.active:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2.focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2.focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3.focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3.focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:active.focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:active.focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:active.focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:active.focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2.active.focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2.active.focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3.active.focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:active,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:active,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:active,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:active,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2.active,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2.active,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3.active,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3.active {
  outline: 0;
  background-image: none;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2.disabled,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2.disabled,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3.disabled,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3.disabled,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2[disabled],
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2[disabled],
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3[disabled],
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3[disabled],
fieldset[disabled] .hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2,
fieldset[disabled] .box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2,
fieldset[disabled] .hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3,
fieldset[disabled] .box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3 {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:hover,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:hover,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:hover,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:hover,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:focus {
  text-decoration: none;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:focus {
  outline-color: #ffffff;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:hover,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:hover,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:hover,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:hover,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:focus {
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
}
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta2:focus,
.hours-week .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:focus,
.box-contact-block-row .contact-hourinfo a.btn-cta.btn-cta.btn-cta3:focus {
  outline-color: #ffffff;
}
.contact-detail .contact-hourinfo {
  margin-bottom: 30px;
}
.box-contact-detail {
  margin-bottom: 10px;
}
.contact-dates .list {
  padding-left: 0px;
  list-style: none;
}
.contact-dates .list:not(:last-child) {
  margin-bottom: 14px;
}
.contact-dates .list > li {
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
  /*
			&.txt-time-divider,
			&.txt-divider { }
			*/
}
.contact-dates .list > li .txt-day {
  font-weight: 600;
  display: block;
}
.contact-dates .list > li .txt-day:first-letter {
  text-transform: uppercase;
}
.contact-dates .list > li .txt-day:not(:only-of-type) {
  width: 100%;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .contact-dates .list > li .txt-day:not(:only-of-type) {
    width: 180px;
    float: left;
  }
  .contact-dates .list > li .txt-day:not(:only-of-type) + [class*="txt-"] {
    margin-left: 192px;
    display: block;
  }
}
.contact-dates .list > li .txt-open-today,
.contact-dates .list > li .txt-open-tomorrow {
  display: block;
  font-weight: 600;
}
.contact-dates .list > li + li {
  border-top: 1px dotted rgba(43, 65, 83, 0.11);
}
/* ==========================================================================
 MODULE :: A to Z
 ========================================================================== */
.atoz {
  /*
	.box-az {
		.box-variant(
			@box-background-variant: @color1-lighter;
			@box-border-variant: @color1-lighter;
			@box-title-variant: @brand-primary;
			@box-text-variant: @text-color;
		);
	}
	*/
}
.atoz .page-container.page-column {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .atoz .page-container.page-column {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
    margin-bottom: 30px;
  }
  .atoz .page-container.page-column > div {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
}
@media (max-width: 767px) {
  .atoz .page-container.page-column .box-filter {
    display: none !important;
  }
}
.atoz .alphabet-results .alphabet-item {
  position: relative;
  min-height: 59px;
  margin-bottom: 28px;
}
.atoz .alphabet-results .alphabet-item .letter {
  position: absolute;
  width: 59px;
  height: 59px;
  background-color: #33B94C;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
}
.atoz .alphabet-results .alphabet-item .letter.is_stuck {
  z-index: 1029;
}
.atoz .alphabet-results .alphabet-item .letter h2.title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 320px) {
  .atoz .alphabet-results .alphabet-item .letter h2.title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 320px) {
  .atoz .alphabet-results .alphabet-item .letter h2.title {
    font-size: 22px;
    line-height: 29px;
  }
}
@media (min-width: 544px) {
  .atoz .alphabet-results .alphabet-item .letter h2.title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .atoz .alphabet-results .alphabet-item .letter h2.title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .atoz .alphabet-results .alphabet-item .letter h2.title {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .atoz .alphabet-results .alphabet-item .letter h2.title {
    /* .check-unit(
					@property: font-size;
					@unit: @font-size-base + 3;
				); */
    line-height: 35px;
  }
}
.atoz .alphabet-results .alphabet-item .letter h2.title > span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.atoz .alphabet-results .alphabet-item .keywords {
  padding-left: 91px;
}
.list-keywords {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.list-keywords > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.list-keywords > li {
  position: relative;
}
.list-keywords > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.list-keywords > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.list-keywords > li a {
  position: relative;
  z-index: 1;
}
.list-keywords > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.list-keywords > li > a {
  display: block;
  color: #2B4153;
}
.list-keywords > li > a > span:only-child {
  display: block;
}
.list-keywords > li > a > span:first-of-type {
  padding-left: 27px;
}
.list-keywords > li:hover:before {
  color: #207530;
}
.list-keywords > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.list-keywords > li:before {
  color: #2B4153;
}
.list-keywords > li > a .categories {
  margin-bottom: 6px;
}
.box-az.is_stuck {
  z-index: 1029;
}
.box-az .box-block .nav-az {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -3px;
  padding-left: 0px;
  list-style: none;
}
@media (max-width: 767px) {
  .box-az .box-block .nav-az {
    margin-left: -2px;
    margin-right: -3px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .box-az .box-block .nav-az > li {
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
.box-az .box-block .nav-az > li {
  padding: 2.5px;
  /* 				@media (min-width: @screen-atoz) {
					.make-flex-col-ready(@gutter: @padding-xs-horizontal);
					.make-flex-col(
						@size: 2,
						@columns: @grid-columns
					);
				} */
}
.box-az .box-block .nav-az > li > a {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border: 0;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  width: 100%;
  line-height: 45px;
  padding: 0px;
  width: 46px;
  height: 46px;
  text-align: center;
}
.box-az .box-block .nav-az > li > a:focus,
.box-az .box-block .nav-az > li > a:active:focus,
.box-az .box-block .nav-az > li > a.active:focus,
.box-az .box-block .nav-az > li > a.focus,
.box-az .box-block .nav-az > li > a:active.focus,
.box-az .box-block .nav-az > li > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.box-az .box-block .nav-az > li > a:active,
.box-az .box-block .nav-az > li > a.active {
  outline: 0;
  background-image: none;
}
.box-az .box-block .nav-az > li > a.disabled,
.box-az .box-block .nav-az > li > a[disabled],
fieldset[disabled] .box-az .box-block .nav-az > li > a {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-az .box-block .nav-az > li > a:hover,
.box-az .box-block .nav-az > li > a:focus {
  text-decoration: none;
}
.box-az .box-block .nav-az > li > a:focus {
  outline-color: #ffffff;
}
.box-az .box-block .nav-az > li > a:hover,
.box-az .box-block .nav-az > li > a:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.box-az .box-block .nav-az > li > a:focus {
  outline-color: #ffffff;
}
.box-az .box-block .nav-az > li > a:focus,
.box-az .box-block .nav-az > li > a:active:focus,
.box-az .box-block .nav-az > li > a.active:focus,
.box-az .box-block .nav-az > li > a.focus,
.box-az .box-block .nav-az > li > a:active.focus,
.box-az .box-block .nav-az > li > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.box-az .box-block .nav-az > li > a:active,
.box-az .box-block .nav-az > li > a.active {
  outline: 0;
  background-image: none;
}
.box-az .box-block .nav-az > li > a.disabled,
.box-az .box-block .nav-az > li > a[disabled],
fieldset[disabled] .box-az .box-block .nav-az > li > a {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-az .box-block .nav-az > li > a:hover,
.box-az .box-block .nav-az > li > a:focus {
  text-decoration: none;
}
.box-az .box-block .nav-az > li > a:focus {
  outline-color: #ffffff;
}
.box-az .box-block .nav-az > li > a:hover,
.box-az .box-block .nav-az > li > a:focus {
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
}
.box-az .box-block .nav-az > li > a:focus {
  outline-color: #ffffff;
}
.box-az .box-block .nav-az > li > a:focus,
.box-az .box-block .nav-az > li > a:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
  box-shadow: 0px 10px 35px rgba(43, 65, 83, 0.2);
}
/* ==========================================================================
 MODULE :: PRODUCTS
 ========================================================================== */
.box-bookmarks ul.list {
  padding-left: 0px;
  list-style: none;
}
.box-bookmarks ul.list a {
  display: block;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 20px;
  line-height: inherit;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
}
.box-bookmarks ul.list a:focus,
.box-bookmarks ul.list a:hover {
  background: #33B94C;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
  box-shadow: 0px 10px 35px rgba(51, 185, 76, 0.2);
}
/* ==========================================================================
 MODULE :: Theme
 ========================================================================== */
.theme-detail-wrapper .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: -6px;
  margin-right: -6px;
}
.theme-detail-wrapper .list > li {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}
.theme-detail-wrapper .list > li > a {
  display: inline-block;
}
.theme-detail-wrapper .list > li > a {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #F8F8F8;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  line-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  font-size: 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #2B4153;
  border-color: #2B4153;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  line-height: inherit;
  line-height: 29px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
}
.theme-detail-wrapper .list > li > a:focus,
.theme-detail-wrapper .list > li > a:active:focus,
.theme-detail-wrapper .list > li > a.active:focus,
.theme-detail-wrapper .list > li > a.focus,
.theme-detail-wrapper .list > li > a:active.focus,
.theme-detail-wrapper .list > li > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #207530;
  outline-width: 2px;
  outline-offset: -2px;
}
.theme-detail-wrapper .list > li > a:active,
.theme-detail-wrapper .list > li > a.active {
  outline: 0;
  background-image: none;
}
.theme-detail-wrapper .list > li > a.disabled,
.theme-detail-wrapper .list > li > a[disabled],
fieldset[disabled] .theme-detail-wrapper .list > li > a {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-detail-wrapper .list > li > a:hover,
.theme-detail-wrapper .list > li > a:focus {
  text-decoration: none;
}
.theme-detail-wrapper .list > li > a:focus {
  outline-color: #ffffff;
}
.theme-detail-wrapper .list > li > a:hover,
.theme-detail-wrapper .list > li > a:focus {
  color: #ffffff;
  background-color: #33B94C;
  border-color: #33B94C;
}
.theme-detail-wrapper .list > li > a:focus {
  outline-color: #ffffff;
}
.theme-detail-wrapper .list > li {
  margin-top: 12px;
}
.theme-list-wrapper {
  margin-bottom: 60px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li {
  position: relative;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li a {
  position: relative;
  z-index: 1;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li > a {
  display: block;
  color: #2B4153;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li > a > span:only-child {
  display: block;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li > a > span:first-of-type {
  padding-left: 27px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li:hover:before {
  color: #207530;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li {
  position: relative;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li:before {
  position: absolute;
  top: 0px;
  left: 15px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li {
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li {
    float: left;
    width: 33.33333333%;
  }
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li:before {
  font-family: "icomoon";
  content: "";
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li > a {
  color: #2B4153;
  line-height: 1.4;
  border-bottom: 1px solid #F8F8F8;
  padding-top: 16px;
  padding-bottom: 16px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li > a > span:first-of-type {
  padding-left: 0px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li > a:hover,
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li > a:focus {
  color: #207530;
  text-decoration: underline;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li > ul {
  padding-left: 0px;
  padding-top: 15px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li > ul ul {
  padding-left: 20px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li {
  position: relative;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li a {
  position: relative;
  z-index: 1;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li > a {
  display: block;
  color: #2B4153;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li > a > span:only-child {
  display: block;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li > a > span:first-of-type {
  padding-left: 27px;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li:hover:before {
  color: #207530;
}
.theme-list-wrapper .theme-partial.theme-traditional-style .list:not(.ui-sortable) > li ul > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.theme-list-wrapper > .heading {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.theme-popular-wrapper .theme-filter-info {
  /*
			/* .heading {
				.icon-alt(
					@icon-symbol: @icon-star;
					@icon-position;
					@icon-color: @icon-base-color;
				);
			}
			*/
}
.theme-overview:not(:last-child) {
  position: relative;
  padding-bottom: 61px;
}
.theme-overview:not(:last-child):before,
.theme-overview:not(:last-child):after {
  position: absolute;
  width: 100%;
  left: 0;
}
.theme-overview:not(:last-child):after {
  content: "";
  bottom: 30px;
  border-bottom: 1px dotted transparent;
}
.more-hours-link {
  margin-top: 30px;
}
.theme-detail {
  /*
	& when (@contact-style = content) {
		> .box-title {
			.heading-style-variant(
				@heading-border: @brand-secondary;
				@heading-style: portal;
			);
			.text-center;
		}

		.contact-info-container {
			> .box-subtitle {
				color: @headings-color;
			}
		}
		//-- zie hours-info style mixin  bij mixin contact
		// .contact-hours-container {}

	}
	*/
}
.theme-detail .google-map-content,
.theme-detail .streetmap-content {
  margin-bottom: 7px;
}
.theme-detail .google-map-content .google-map,
.theme-detail .streetmap-content .google-map,
.theme-detail .google-map-content .streetmap,
.theme-detail .streetmap-content .streetmap {
  background-color: #ffffff;
  height: 350px;
}
@media (min-width: 768px) {
  .theme-detail .google-map-content .google-map > .gm-style,
  .theme-detail .streetmap-content .google-map > .gm-style,
  .theme-detail .google-map-content .streetmap > .gm-style,
  .theme-detail .streetmap-content .streetmap > .gm-style {
    margin: 0;
  }
}
.theme-detail .more-hours-link {
  display: block;
  clear: both;
}
.theme-detail .btn-more-hours-detail {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  /* display: none;
		visibility: hidden; */
}
.theme-detail h2.heading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: table;
  height: 100%;
  margin-bottom: 60px;
}
.theme-detail h2.heading > a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.theme-detail h2.heading > a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.theme-detail h2.heading span {
  padding-bottom: 15px;
  display: inline-block;
}
.theme-detail h2.heading:after {
  content: "";
  height: 4px;
  width: 75px;
  background-color: #33B94C;
  display: block;
}
.theme-detail .info-wrapper .one-media {
  -webkit-border-radius: 0 50px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 50px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 50px 0 0;
  background-clip: padding-box;
  overflow: hidden;
}
.theme-detail .info-wrapper .one-media img {
  -webkit-border-radius: 0 50px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 50px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 50px 0 0;
  background-clip: padding-box;
}
.theme-detail .box-contact-block h3.box-subtitle span {
  padding-bottom: 15px;
  display: inline-block;
}
.theme-detail .box-contact-block h3.box-subtitle:after {
  content: "";
  height: 3px;
  width: 75px;
  background-color: #33B94C;
  display: block;
}
/* ==========================================================================
 MODULE :: MEDIA
========================================================================== */
.media-partial-overview .list {
  margin-left: -7px;
  margin-right: -8px;
}
.media-partial-overview .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
@media (min-width: 544px) {
  .media-partial-overview .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .media-partial-overview .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .media-partial-overview .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .media-partial-overview .list > li {
    float: left;
    width: 33.33333333%;
  }
}
.media-partial-overview .list .partial-content {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.media-partial-overview .list .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
}
@media (max-width: 320px) {
  .media-partial-overview .list .title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .media-partial-overview .list .title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  .media-partial-overview .list .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .media-partial-overview .list .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .media-partial-overview .list .title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .media-partial-overview .list .title {
    font-size: 20px;
    line-height: 31px;
  }
}
.media-partial-overview .list {
  margin-bottom: 60px;
}
.media-partial-overview .list .partial-content {
  position: static;
}
.media-partial-overview .list > li > a {
  -webkit-border-radius: 0 50px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 50px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 50px 0 0;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
}
.media-partial-overview .list > li > a span.photo,
.media-partial-overview .list > li > a img {
  -webkit-border-radius: 0 50px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 50px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 50px 0 0;
  background-clip: padding-box;
}
.media-partial-overview .list > li > a .partial-content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.media-partial-overview .list > li > a .h3 {
  font-size: 18px;
  line-height: inherit;
}
.media-partial-spotlight .list {
  margin-left: -7px;
  margin-right: -8px;
}
.media-partial-spotlight .list > li {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 544px) {
  .media-partial-spotlight .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .media-partial-spotlight .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .media-partial-spotlight .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .media-partial-spotlight .list > li {
    float: left;
    width: 33.33333333%;
  }
}
.media-partial-box:not(:last-child) {
  margin-bottom: 28px;
}
.media-partial-box > .partial-container {
  background-color: #F8F8F8;
  padding: 40px 20px;
}
.media-partial-box .list {
  margin-left: -7px;
  margin-right: -8px;
}
.media-partial-box .list > li {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.media-partial-box .list > li:not(:only-child) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 544px) {
  .media-partial-box .list > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .media-partial-box .list > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .media-partial-box .list > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .media-partial-box .list > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
.media-partial-box .list > li:only-child {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.media-partial-box .list > li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.media-partial-box .list .media-caption {
  margin-top: 5px;
  margin-bottom: 5px;
}
.media-detail .media-list {
  position: relative;
  padding-bottom: 57px;
}
.media-detail .media-list:before,
.media-detail .media-list:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.media-detail .media-list:after {
  content: "";
  bottom: 28px;
  border-bottom: 1px dotted #F8F8F8;
}
.media-detail .partial-date {
  margin-bottom: 60px;
}
/* ==========================================================================
 MODULE :: SERVICES
 ========================================================================== */
.services-detail > .container-wrapper:not(:only-child) {
  padding-bottom: 0px;
}
.list-products {
  margin-bottom: 28px;
}
.list-products > .heading {
  margin-bottom: 28px;
}
.list-products > .producttype-item > .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.list-products > .producttype-item > .list > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.list-products > .producttype-item > .list > li {
  position: relative;
}
.list-products > .producttype-item > .list > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.list-products > .producttype-item > .list > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.list-products > .producttype-item > .list > li a {
  position: relative;
  z-index: 1;
}
.list-products > .producttype-item > .list > li:before {
  font-size: 9px;
  line-height: inherit;
  color: #33B94C;
}
.list-products > .producttype-item > .list > li > a {
  display: block;
  color: #2B4153;
}
.list-products > .producttype-item > .list > li > a > span:only-child {
  display: block;
}
.list-products > .producttype-item > .list > li > a > span:first-of-type {
  padding-left: 27px;
}
.list-products > .producttype-item > .list > li:hover:before {
  color: #207530;
}
.list-products > .producttype-item > .list > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
/* ==========================================================================
 MODULE :: ASSOCIATIONS
 ========================================================================== */
/*
.associations-overview,
.associations-detail,
.associations-register,
.associations-confirm,
.associations-confirm-login { }
*/
.associations-detail .box-person-contact {
  padding-left: 0px;
  padding-right: 0px;
}
.associations-detail .associations-info + div {
  position: relative;
  padding-top: 57px;
}
.associations-detail .associations-info + div:before,
.associations-detail .associations-info + div:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.associations-detail .associations-info + div:before {
  content: "";
  top: 28px;
  border-top: 1px dotted #F8F8F8;
}
.associations-register {
  margin-bottom: 50px;
}
/* ==========================================================================
 MODULE :: AGENDAPLUSNOTULEN 
 ========================================================================== */
.agenda-info > span {
  position: relative;
  display: block;
  padding-left: 26px;
}
.agenda-info > span:before {
  font-size: 16px;
  line-height: inherit;
}
.agenda-info > span:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.agenda-detail .agenda-info {
  padding: 15px 15px;
  background-color: #F8F8F8;
  border-bottom: 4px solid #ebebeb;
  margin-bottom: 28px;
}
.agenda-detail .download-wrapper:not(:last-child) {
  margin-bottom: 14px;
}
.agenda-detail .download-wrapper .agenda-download-item .box-downloads {
  padding-top: 0px;
  padding-bottom: 0px;
}
.agenda-detail .download-wrapper .agenda-download-item .box-downloads:not(:last-child) {
  margin-bottom: 0px;
}
.agenda-detail .download-wrapper .agenda-download-item + .agenda-download-item {
  position: relative;
  padding-top: 57px;
}
.agenda-detail .download-wrapper .agenda-download-item + .agenda-download-item:before,
.agenda-detail .download-wrapper .agenda-download-item + .agenda-download-item:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.agenda-detail .download-wrapper .agenda-download-item + .agenda-download-item:before {
  content: "";
  top: 28px;
  border-top: 1px dotted #F8F8F8;
}
/* ==========================================================================
 MODULE :: COMPANY
========================================================================== */
.box-hours-company .box-block .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.box-hours-company .box-block .list > li {
  position: relative;
}
.box-hours-company .box-block .list > li:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e95d";
}
.box-hours-company .box-block .list > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.box-hours-company .box-block .list > li a {
  position: relative;
  z-index: 1;
}
.box-hours-company .box-block .list > li:before {
  font-size: 7px;
  line-height: inherit;
  color: #2B4153;
}
.box-hours-company .box-block .list > li > a {
  display: block;
  color: #2B4153;
}
.box-hours-company .box-block .list > li > a > span:only-child {
  display: block;
}
.box-hours-company .box-block .list > li > a > span:first-of-type {
  padding-left: 27px;
}
.box-hours-company .box-block .list > li:hover:before {
  color: #207530;
}
.box-hours-company .box-block .list > li:hover > a:not([class*="btn-"]):only-child {
  color: #207530;
  text-decoration: underline;
}
.box-hours-company .box-block .list > li {
  color: #2B4153;
  padding-left: 27px;
}
.box-hours-company .box-block .list > li > a {
  display: inline-block;
  padding: 0px;
  z-index: inherit;
}
.company-update form .fieldset-group.group-company > .title,
.company-update form .fieldset-group.group-company legend {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.company-update form .row-group.group-company .group-companyname,
.company-update form .row-group.group-company .group-organisationtype {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-company .group-companyname,
  .company-update form .row-group.group-company .group-organisationtype {
    float: left;
    width: 50%;
  }
}
.company-update form .row-group.group-company .group-categories,
.company-update form .row-group.group-company .group-textarea {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.company-update form .row-group.group-address > .control-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.company-update form .row-group.group-address .group-street {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-street {
    float: left;
    width: 66.66666667%;
  }
}
.company-update form .row-group.group-address .group-streetnr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-streetnr {
    float: left;
    width: 16.66666667%;
  }
}
.company-update form .row-group.group-address .group-busnr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-busnr {
    float: left;
    width: 16.66666667%;
  }
}
.company-update form .row-group.group-address .group-postalcode {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-postalcode {
    float: left;
    width: 33.33333333%;
  }
}
.company-update form .row-group.group-address .group-city {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-city {
    float: left;
    width: 66.66666667%;
  }
}
.company-update form .row-group.group-address .group-province {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-province {
    float: left;
    width: 50%;
  }
}
.company-update form .row-group.group-address .group-country {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-country {
    float: left;
    width: 50%;
  }
}
.company-detail .box-contact {
  border-color: #F8F8F8;
}
.company-detail .box-contact .contact-social .box-subtitle {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
/* ==========================================================================
 MODULE :: Persons
 ========================================================================== */
.extra.partij {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 20px;
  line-height: inherit;
  font-family: 'Gilroy';
  font-weight: 300;
  background-color: #F8F8F8;
  color: #2B4153;
}
.person-photo {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .person-photo {
    max-width: 320px;
  }
}
.txt-function,
.person-title,
.list-functions .title {
  font-size: 18px;
  line-height: inherit;
  font-family: 'VAGRounded BT';
  font-weight: normal;
  margin-bottom: 6px;
}
.person-partial-overview {
  margin-bottom: 30px;
}
.person-partial-overview .ui-sortable .partial-content {
  padding-left: 52px !important;
}
.person-partial-overview .ui-sortable .partial-content > div,
.person-partial-overview .ui-sortable .partial-content .extra {
  display: none !important;
}
.person-partial-overview .partial-container .list:not(.ui-sortable) .partial-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.person-partial-overview .partial-container .list:not(.ui-sortable) .one-media {
  margin-top: 30px;
}
.person-partial-overview .partial-container .list:not(.ui-sortable) > li + li {
  padding-top: 0px;
}
.person-partial-overview .partial-container .list:not(.ui-sortable) li:nth-child(2n+1) .partial-content {
  background: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F8F8F8;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.person-partial-overview .partial-container .list:not(.ui-sortable) li:nth-child(2n+1) .partial-content:before,
.person-partial-overview .partial-container .list:not(.ui-sortable) li:nth-child(2n+1) .partial-content:after {
  content: "";
  background-color: #F8F8F8;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  width: 100vw;
}
.person-partial-overview .partial-container .list:not(.ui-sortable) li:nth-child(2n+1) .partial-content:before {
  right: 100%;
}
.person-partial-overview .partial-container .list:not(.ui-sortable) li:nth-child(2n+1) .partial-content:after {
  left: 100%;
}
.person-partial-overview .partial-container .list:not(.ui-sortable) li:nth-child(2n+1) .partial-content .extra.partij {
  background-color: #ffffff;
}
.persons-partial .partial-content {
  padding-top: 0px;
  padding-bottom: 0px;
  /* 		> .title {
			.font-size(@font-size-h2);
			.text-title;
		} */
}
.persons-partial .person-functions-box,
.persons-partial .person-contact-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.persons-partial .box-contact {
  /* .box-variant(
			@box-background-variant: @color1-lighter;
			@box-border-variant: @color1-lighter;
			@box-title-variant: @white;
			@box-text-variant: @text-color;
		); */
}
.persons-detail .info {
  margin-bottom: 30px;
}
.persons-detail .function-title {
  font-weight: 600;
}
.persons-detail .functions {
  position: relative;
  padding-top: 57px;
}
.persons-detail .functions:before,
.persons-detail .functions:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.persons-detail .functions:before {
  content: "";
  top: 28px;
  border-top: 1px dotted #F8F8F8;
}
.list-functions {
  padding-left: 0px;
  list-style: none;
}
.list-functions .title {
  font-family: 'VAGRounded BT';
  font-weight: normal;
}
.list-functions:not(.ui-sortable) > li + li {
  position: relative;
  padding-top: 29px;
}
.list-functions:not(.ui-sortable) > li + li:before,
.list-functions:not(.ui-sortable) > li + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.list-functions:not(.ui-sortable) > li + li:before {
  content: "";
  top: 14px;
  border-top: 1px dotted transparent;
}
.list-functions.ui-sortable > li {
  padding-left: 52px !important;
}
.list-functions.ui-sortable > li > div {
  display: none !important;
}
.dienst-info > a {
  display: inline-block;
  padding: 5px 10px;
  color: #2B4153;
  background-color: #F8F8F8;
  font-size: 16px;
  line-height: inherit;
  line-height: 22px;
  font-family: 'Gilroy';
  font-weight: 300;
  vertical-align: baseline;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #33B94C;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
.dienst-info > a:hover,
.dienst-info > a:focus {
  text-decoration: none;
}
.dienst-info > a:hover:not(a),
.dienst-info > a:focus:not(a) {
  cursor: default;
}
.dienst-info > a:hover,
.dienst-info > a:focus {
  color: #ffffff;
  background-color: #28913c;
}
/* ==========================================================================
 MODULE :: Street-map
 ========================================================================== */
.street-map .street-map-content {
  position: relative;
}
/* ==========================================================================
 MODULE :: Eloket overview, choice
 ========================================================================== */
.eloket-overview .eloket-popular-wrapper {
  margin-top: 10px;
}
.eloket-myforms .partial-myforms .myform-cat-item > .heading + .list-overview {
  padding-top: 30px;
}
.eloket-myforms .partial-myforms .myform-cat-item + .myform-cat-item {
  margin-top: 28px;
}
/* 
//## Styling on eloket choice
.eloket-choice {
	.heading {
		.mb(@spacing-vertical);
	}
	.list {
		.list-unstyled();
		> li {
			+ li {
				.mt(@spacing-vertical);
			}
			.icon-list-link-variant(
				@icon-list: @icon-btn;
				@icon-list-color: @eloket-icon-color;
				@list-text; 
				@icon-position;
				@icon-list-size;
				@text-padding;
			);
			.icon-list-position-size(
				@icon-list-position-horizontal: @spacing-horizontal * 2;
				@icon-list-padding-vertical: @spacing-vertical * 2; 
				@icon-list-size: @font-size-h2;
				@icon-position;
				@text-padding: @spacing-horizontal * 2;
				@icon-width: 30;
				@icon-height;
				@list-text;
			);
			
			&.noeid {
				.icon-alt(
					@icon-symbol: @icon-list-alt; 
					@icon-position;
					@icon-color: @eloket-icon-color;
				);
			}
			&.eid, 
			&.token {
				.icon-alt(
					@icon-symbol: @icon-profile;
					@icon-position;
					@icon-color: @eloket-icon-color;
				);
			}

			&.documents {
				.icon-alt(
					@icon-symbol: @icon-files-empty;
					@icon-position;
					@icon-color: @eloket-icon-color;
				);
			}
			border: 1px solid @border-color;
			background-color: transparent;
			.transition(@transition-base);
			.transition-property(border, background);
			&:hover {
				.icon-color-variant(
					@icon-color: @link-hover-color;
					@icon-position;
				);
				background-color: @color2-lighter;
				border-color: darken(@color2-lighter, 10%);
				> a {
					.text-none;
					.title {
						color: @link-hover-color;
					}
					border-color: darken(@color2-lighter, 10%);
				}
			}
			> a {
				color: @text-color;
				display: block;
				.pv(@spacing-horizontal * 2);
				
			}
		}
	}

}

//## Styling on eloket choice
.eloket-detail {
	iframe {
		+ div {
			.css-seperator(
				@seperator-color: @hr-border; 
				@seperator-style: fullwidth; 
				@seperator-position: top;
				@seperator-spacing: @spacing-vertical * 2;
			) !important;			
		}
	}
}

 */
/* ==========================================================================
 MODULE :: NEWSLETTER
 ========================================================================== */
.newsletter-subscribe .list,
.newsletter-subscribed .list {
  padding-left: 0px;
  list-style: none;
}
/* ==========================================================================
 MODULE :: ANNOUNCEMENTS // Bekendmaking
 ========================================================================== */
.announcement-info .partial-date:not(:last-child) {
  margin-bottom: 0px;
}
.bekendmaking-partial + .box {
  position: relative;
  padding-top: 57px;
}
.bekendmaking-partial + .box:before,
.bekendmaking-partial + .box:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.bekendmaking-partial + .box:before {
  content: "";
  top: 28px;
  border-top: 1px dotted #F8F8F8;
}
.announcements-overview {
  /*
	& when (@announcements-style = category) {

		input#chkDatumBekendmakingOplopend,
		input#chkDatumBesluitOplopend {
			&,
			&:checked {
				+ label {
					.icon-alt(
						@icon-symbol: @icon-sort-numeric-asc;
						@icon-position;
						@icon-color: none;
						@use-custom-icon: false;
					);

				}
			}
		}
		input#chkDatumBekendmakingAflopend,
		input#chkDatumBesluitAflopend {
			&,
			&:checked {
				+ label {
					.icon-alt(
						@icon-symbol: @icon-sort-numberic-desc;
						@icon-position;
						@icon-color: none;
						@use-custom-icon: false;
					);


				}
			}
		}

	}
	 */
}
.announcements-category {
  /*
	& when (@announcements-style = category) {

		input#chkDatumBekendmakingOplopend,
		input#chkDatumBesluitOplopend {
			&,
			&:checked {
				+ label {
					.icon-alt(
						@icon-symbol: @icon-sort-numeric-asc;
						@icon-position;
						@icon-color: none;
						@use-custom-icon: false;
					);

				}
			}
		}
		input#chkDatumBekendmakingAflopend,
		input#chkDatumBesluitAflopend {
			&,
			&:checked {
				+ label {
					.icon-alt(
						@icon-symbol: @icon-sort-numberic-desc;
						@icon-position;
						@icon-color: none;
						@use-custom-icon: false;
					);


				}
			}
		}

	}
	 */
}
.announcements-detail {
  /*
	& when (@announcements-style = category) {

		input#chkDatumBekendmakingOplopend,
		input#chkDatumBesluitOplopend {
			&,
			&:checked {
				+ label {
					.icon-alt(
						@icon-symbol: @icon-sort-numeric-asc;
						@icon-position;
						@icon-color: none;
						@use-custom-icon: false;
					);

				}
			}
		}
		input#chkDatumBekendmakingAflopend,
		input#chkDatumBesluitAflopend {
			&,
			&:checked {
				+ label {
					.icon-alt(
						@icon-symbol: @icon-sort-numberic-desc;
						@icon-position;
						@icon-color: none;
						@use-custom-icon: false;
					);


				}
			}
		}

	}
	 */
}
/* ==========================================================================
 MODULE :: publications // Publicaties
 ========================================================================== */
.publications-overview .list {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
}
.publications-overview .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .publications-overview .list > li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .publications-overview .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .publications-overview .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .publications-overview .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .publications-overview .list > li {
    padding-bottom: 6px;
  }
}
.publications-detail .publication-partial .list {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
}
.publications-detail .publication-partial .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .publications-detail .publication-partial .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .publications-detail .publication-partial .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .publications-detail .publication-partial .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .publications-detail .publication-partial .list > li {
    float: left;
    width: 33.33333333%;
  }
}
.publications-detail .publication-partial .list .title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
  font-weight: 600;
}
@media (max-width: 320px) {
  .publications-detail .publication-partial .list .title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .publications-detail .publication-partial .list .title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  .publications-detail .publication-partial .list .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .publications-detail .publication-partial .list .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .publications-detail .publication-partial .list .title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .publications-detail .publication-partial .list .title {
    font-size: 20px;
    line-height: 31px;
  }
}
.publications-detail .publication-partial .list .partial-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* ==========================================================================
 MODULE :: profile
========================================================================== */
.btn-profile-logout {
  position: absolute;
  z-index: 1060;
  right: 30px;
  top: -100px;
}
.profile-overview .box-profile-eloket {
  display: inline-block;
}
.profile-overview .profile-content .profile-saved-file ul.list,
.profile-overview .profile-content .profile-last-file ul.list {
  padding-left: 0px;
  list-style: none;
}
.profile-overview .profile-content .profile-saved-file ul.list > li,
.profile-overview .profile-content .profile-last-file ul.list > li {
  overflow: hidden;
}
.profile-overview .profile-content .profile-saved-file ul.list > li + li,
.profile-overview .profile-content .profile-last-file ul.list > li + li {
  position: relative;
  padding-top: 29px;
}
.profile-overview .profile-content .profile-saved-file ul.list > li + li:before,
.profile-overview .profile-content .profile-last-file ul.list > li + li:before,
.profile-overview .profile-content .profile-saved-file ul.list > li + li:after,
.profile-overview .profile-content .profile-last-file ul.list > li + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.profile-overview .profile-content .profile-saved-file ul.list > li + li:before,
.profile-overview .profile-content .profile-last-file ul.list > li + li:before {
  content: "";
  top: 14px;
  border-top: 1px dotted #F8F8F8;
}
.profile-overview .profile-content .profile-saved-file ul.list > li .title,
.profile-overview .profile-content .profile-last-file ul.list > li .title {
  margin-bottom: 0px;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  float: left !important;
  color: #2B4153;
  position: relative;
  z-index: 1;
}
@media (max-width: 320px) {
  .profile-overview .profile-content .profile-saved-file ul.list > li .title,
  .profile-overview .profile-content .profile-last-file ul.list > li .title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .profile-overview .profile-content .profile-saved-file ul.list > li .title,
  .profile-overview .profile-content .profile-last-file ul.list > li .title {
    font-size: 20px;
  }
}
@media (min-width: 544px) {
  .profile-overview .profile-content .profile-saved-file ul.list > li .title,
  .profile-overview .profile-content .profile-last-file ul.list > li .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .profile-overview .profile-content .profile-saved-file ul.list > li .title,
  .profile-overview .profile-content .profile-last-file ul.list > li .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .profile-overview .profile-content .profile-saved-file ul.list > li .title,
  .profile-overview .profile-content .profile-last-file ul.list > li .title {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .profile-overview .profile-content .profile-saved-file ul.list > li .title,
  .profile-overview .profile-content .profile-last-file ul.list > li .title {
    font-size: 20px;
    line-height: 31px;
  }
}
.profile-overview .profile-content .profile-saved-file ul.list > li .partial-date:before,
.profile-overview .profile-content .profile-last-file ul.list > li .partial-date:before,
.profile-overview .profile-content .profile-saved-file ul.list > li .vereniging:before,
.profile-overview .profile-content .profile-last-file ul.list > li .vereniging:before {
  margin-right: 5px;
}
.profile-overview .profile-content .profile-saved-file ul.list > li .partial-date,
.profile-overview .profile-content .profile-last-file ul.list > li .partial-date {
  pointer-events: none;
  float: right !important;
}
.profile-overview .profile-content .profile-saved-file ul.list > li .vereniging,
.profile-overview .profile-content .profile-last-file ul.list > li .vereniging,
.profile-overview .profile-content .profile-saved-file ul.list > li .extra-reference,
.profile-overview .profile-content .profile-last-file ul.list > li .extra-reference {
  font-size: 16px;
  line-height: inherit;
}
.profile-overview .profile-content .profile-saved-file ul.list > li > a,
.profile-overview .profile-content .profile-last-file ul.list > li > a {
  overflow: hidden;
}
.profile-overview .profile-content .profile-saved-file ul.list > li > a > span,
.profile-overview .profile-content .profile-last-file ul.list > li > a > span {
  display: block;
}
.profile-overview .profile-content .profile-saved-file ul.list > li > a:hover .title,
.profile-overview .profile-content .profile-last-file ul.list > li > a:hover .title,
.profile-overview .profile-content .profile-saved-file ul.list > li > a:focus .title,
.profile-overview .profile-content .profile-last-file ul.list > li > a:focus .title {
  color: #207530;
}
.profile-overview .profile-saved-file,
.profile-overview .profile-last-file {
  margin-top: 30px;
}
.profile-my-submissions .list > li {
  overflow: hidden;
}
.profile-my-submissions .list > li > a {
  overflow: hidden;
}
.profile-my-submissions .list > li > a .partial-date,
.profile-my-submissions .list > li > a .vereniging {
  margin-right: 15px;
}
.profile-my-submissions .list > li > a .partial-date {
  color: #2B4153;
  font-size: 14px;
  line-height: inherit;
}
@media (min-width: 768px) {
  .profile-my-submissions .list > li > a .partial-date {
    float: right !important;
    width: 120px;
  }
}
.profile-my-submissions .list > li > a .title {
  color: #33B94C;
  font-family: 'Gilroy', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.profile-my-submissions .list > li > a .vereniging,
.profile-my-submissions .list > li > a .extra-reference {
  color: #2B4153;
  font-size: 16px;
  line-height: inherit;
}
.profile-my-submissions .list > li > a > span {
  line-height: 29px;
}
.comments-overview {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F8F8F8;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.comments-overview:before,
.comments-overview:after {
  content: "";
  background-color: #F8F8F8;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  width: 100vw;
}
.comments-overview:before {
  right: 100%;
}
.comments-overview:after {
  left: 100%;
}
.comments-overview .list {
  padding-left: 0px;
  list-style: none;
  font-size: 16px;
  line-height: inherit;
}
.comments-overview .list li + li {
  position: relative;
  padding-top: 29px;
}
.comments-overview .list li + li:before,
.comments-overview .list li + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.comments-overview .list li + li:before {
  content: "";
  top: 14px;
  border-top: 1px dotted #dfdfdf;
}
.comments-overview textarea {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
}
.comments-overview .comment-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.comments-overview .comment-content .edit {
  margin-top: 6px;
  margin-bottom: 6px;
}
.comments-overview .comment-content .info {
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.comments-overview .post-edit .btn-edit {
  display: inline-block;
}
.comments-overview .box-subscribe .btn-check {
  position: relative;
  padding-left: 20px;
  padding-left: 30px;
}
.comments-overview .box-subscribe .btn-check:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e958";
}
.comments-overview .box-subscribe .btn-check:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.comments-overview .box-subscribe .btn-check:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
}
.comments-overview .box-subscribe .btn-check.checked:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e957";
}
/* ==========================================================================
 MODULE :: Birthday
========================================================================== */
.birthday-partial-home .list {
  padding-left: 0px;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.birthday-partial-home .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .birthday-partial-home .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .birthday-partial-home .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .birthday-partial-home .list > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .birthday-partial-home .list > li {
    float: left;
    width: 25%;
  }
}
.birthday-partial-home .list > li a {
  background-color: #F8F8F8;
  display: block;
}
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded {
  position: relative;
  display: block;
  overflow: hidden;
}
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded .thumb-photo,
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded .thumb-video,
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded:before,
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: background, opacity;
  -moz-transition-property: background, opacity;
  -o-transition-property: background, opacity;
  transition-property: background, opacity;
}
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: #207530;
}
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e9a6";
}
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded:before {
  color: #ffffff;
}
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded:before {
  font-size: 7px;
  line-height: inherit;
}
.birthday-partial-home .list > li a .birthday-photo > .photo.image-loaded:before {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: font-size, opacity;
  -moz-transition-property: font-size, opacity;
  -o-transition-property: font-size, opacity;
  transition-property: font-size, opacity;
}
.birthday-partial-home .list > li a .birthdays-content {
  padding: 15px 15px;
}
.birthday-partial-home .list > li a .birthdays-content .title {
  font-size: 18px;
  line-height: inherit;
}
.birthday-partial-home .list > li a .birthdays-content .partial-date {
  margin-bottom: 0px;
  color: #2B4153;
}
.birthday-partial-home .list > li a:hover,
.birthday-partial-home .list > li a:focus {
  text-decoration: none;
}
.birthday-partial-home .list > li a:hover .birthday-photo > .photo .thumb-photo,
.birthday-partial-home .list > li a:focus .birthday-photo > .photo .thumb-photo,
.birthday-partial-home .list > li a:hover .birthday-photo > .photo .thumb-video,
.birthday-partial-home .list > li a:focus .birthday-photo > .photo .thumb-video,
.birthday-partial-home .list > li a:hover .birthday-photo > .photo img,
.birthday-partial-home .list > li a:focus .birthday-photo > .photo img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.birthday-partial-home .list > li a:hover .birthday-photo > .photo:before,
.birthday-partial-home .list > li a:focus .birthday-photo > .photo:before {
  font-size: 42px;
  line-height: inherit;
}
.birthday-partial-home .list > li a:hover .birthday-photo > .photo:before,
.birthday-partial-home .list > li a:focus .birthday-photo > .photo:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  /*
				//-- layout specifiek - make border circle
				.square(66);
				line-height: 66px !important;
				.text-center;
				border: 1px solid @icon-thumb-color;
				.circle;
				*/
}
.birthday-partial-home .list > li a:hover .birthday-photo > .photo:after,
.birthday-partial-home .list > li a:focus .birthday-photo > .photo:after {
  background: #33B94C;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.birthday-partial-home .list > li a:hover .title,
.birthday-partial-home .list > li a:focus .title {
  color: #207530;
}
.birthdays-overview.atoz .alphabet-results .alphabet-item {
  position: relative;
  min-height: 36px;
  margin-bottom: 28px;
}
.birthdays-overview.atoz .alphabet-results .alphabet-item .birthday-letter {
  position: relative;
  height: 36px;
  min-width: 140px;
  background-color: #33B94C;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}
.birthdays-overview.atoz .alphabet-results .alphabet-item .birthday-letter.is_stuck {
  z-index: 1029;
}
.birthdays-overview.atoz .alphabet-results .alphabet-item .birthday-letter h2.title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 320px) {
  .birthdays-overview.atoz .alphabet-results .alphabet-item .birthday-letter h2.title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 320px) {
  .birthdays-overview.atoz .alphabet-results .alphabet-item .birthday-letter h2.title {
    font-size: 22px;
    line-height: 29px;
  }
}
@media (min-width: 544px) {
  .birthdays-overview.atoz .alphabet-results .alphabet-item .birthday-letter h2.title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .birthdays-overview.atoz .alphabet-results .alphabet-item .birthday-letter h2.title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .birthdays-overview.atoz .alphabet-results .alphabet-item .birthday-letter h2.title {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .birthdays-overview.atoz .alphabet-results .alphabet-item .birthday-letter h2.title {
    /* .check-unit(
					@property: font-size;
					@unit: @font-size-base + 3;
				); */
    line-height: 35px;
  }
}
.birthdays-overview.atoz .alphabet-results .alphabet-item .birthday-letter h2.title > span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.birthdays-overview.atoz .alphabet-results .alphabet-item .keywords {
  padding-left: 0px;
}
.birthdays-overview .list {
  padding-left: 0px;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.birthdays-overview .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .birthdays-overview .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .birthdays-overview .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .birthdays-overview .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .birthdays-overview .list > li {
    float: left;
    width: 33.33333333%;
  }
}
.birthdays-overview .list > li a {
  background-color: #F8F8F8;
  display: block;
}
.birthdays-overview .list > li a .birthday-photo > .photo {
  position: relative;
  display: block;
  overflow: hidden;
}
.birthdays-overview .list > li a .birthday-photo > .photo .thumb-photo,
.birthdays-overview .list > li a .birthday-photo > .photo .thumb-video,
.birthdays-overview .list > li a .birthday-photo > .photo img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.birthdays-overview .list > li a .birthday-photo > .photo:before,
.birthdays-overview .list > li a .birthday-photo > .photo:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: background, opacity;
  -moz-transition-property: background, opacity;
  -o-transition-property: background, opacity;
  transition-property: background, opacity;
}
.birthdays-overview .list > li a .birthday-photo > .photo:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: #207530;
}
.birthdays-overview .list > li a .birthday-photo > .photo:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "icomoon";
  content: "\e9a6";
}
.birthdays-overview .list > li a .birthday-photo > .photo:before {
  color: #ffffff;
}
.birthdays-overview .list > li a .birthday-photo > .photo:before {
  font-size: 7px;
  line-height: inherit;
}
.birthdays-overview .list > li a .birthday-photo > .photo:before {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: font-size, opacity;
  -moz-transition-property: font-size, opacity;
  -o-transition-property: font-size, opacity;
  transition-property: font-size, opacity;
}
.birthdays-overview .list > li a .birthdays-content {
  padding: 15px 15px;
}
.birthdays-overview .list > li a .birthdays-content .title {
  font-size: 18px;
  line-height: inherit;
}
.birthdays-overview .list > li a .birthdays-content .partial-date {
  margin-bottom: 0px;
  color: #2B4153;
}
.birthdays-overview .list > li a:hover,
.birthdays-overview .list > li a:focus {
  text-decoration: none;
}
.birthdays-overview .list > li a:hover .birthday-photo > .photo .thumb-photo,
.birthdays-overview .list > li a:focus .birthday-photo > .photo .thumb-photo,
.birthdays-overview .list > li a:hover .birthday-photo > .photo .thumb-video,
.birthdays-overview .list > li a:focus .birthday-photo > .photo .thumb-video,
.birthdays-overview .list > li a:hover .birthday-photo > .photo img,
.birthdays-overview .list > li a:focus .birthday-photo > .photo img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.birthdays-overview .list > li a:hover .birthday-photo > .photo:before,
.birthdays-overview .list > li a:focus .birthday-photo > .photo:before {
  font-size: 42px;
  line-height: inherit;
}
.birthdays-overview .list > li a:hover .birthday-photo > .photo:before,
.birthdays-overview .list > li a:focus .birthday-photo > .photo:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  /*
				//-- layout specifiek - make border circle
				.square(66);
				line-height: 66px !important;
				.text-center;
				border: 1px solid @icon-thumb-color;
				.circle;
				*/
}
.birthdays-overview .list > li a:hover .birthday-photo > .photo:after,
.birthdays-overview .list > li a:focus .birthday-photo > .photo:after {
  background: #33B94C;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.birthdays-overview .list > li a:hover .title,
.birthdays-overview .list > li a:focus .title {
  color: #207530;
}
.birthdays-overview .box-az .box-block .nav-az > li {
  max-width: 100px;
}
.birthdays-overview .box-az .box-block .nav-az > li > a {
  width: auto;
}
.bulletin-board-overview .bulletin-board-photo,
.bulletin-board-detail .bulletin-board-photo {
  -webkit-flex: 0 1 60px;
  -ms-flex: 0 1 60px;
  flex: 0 1 60px;
  margin-left: 0px !important;
  margin-right: 15px;
}
.bulletin-board-overview .bulletin-board-photo > .photo,
.bulletin-board-detail .bulletin-board-photo > .photo {
  width: 60px;
}
.bulletin-board-overview .bulletin-board-photo img,
.bulletin-board-detail .bulletin-board-photo img {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.bulletin-board-overview .bulletin-board-content,
.bulletin-board-detail .bulletin-board-content {
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.bulletin-board-overview .box-block,
.bulletin-board-detail .box-block {
  margin-bottom: 30px;
}
.bulletin-board-overview .btn-partial,
.bulletin-board-detail .btn-partial {
  text-align: left;
  display: inline-block;
}
.bulletin-board-overview .bullet-board-content-block,
.bulletin-board-detail .bullet-board-content-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bulletin-board-autor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bulletin-board-autor .specs .post-by {
  display: block;
}
.bulletin-board-home .btn {
  margin-bottom: 12px;
}
.specs {
  margin-bottom: 0px !important;
}
.specs .post-by,
.specs .post-reactions,
.specs .post-date,
.specs .post-lastedit {
  display: inline-block;
  color: #c8c8c8;
  font-size: 16px;
  line-height: inherit;
  margin-right: 12px;
}
.specs .post-by:before,
.specs .post-reactions:before,
.specs .post-date:before,
.specs .post-lastedit:before {
  padding-right: 5px;
}
.specs .post-by a,
.specs .post-reactions a,
.specs .post-date a,
.specs .post-lastedit a {
  color: #c8c8c8;
}
.specs .post-by a:before,
.specs .post-reactions a:before,
.specs .post-date a:before,
.specs .post-lastedit a:before {
  padding-right: 5px;
}
/**************************************************************************
* INFO ::  SKIN USED TO COPY WITH GRUNT TO BE USED FOR STRUCTUAL CHANGES*
* MOVE FILE TO DESTINATION :: LCP/SKIN *
**************************************************************************/
/*******************************************************
 * LAYOUT ::  VARIABLES CHANGE FROM BASE LCP/VARIABLES *
 *******************************************************/
/*************************
 * HEADER LESS VARIABLES *
 *************************/
@media (max-width: 1299px) and (min-width: 544px) {
  html.ie .contact-detail .hours-list ul.list {
    display: block;
  }
  html.ie .contact-detail .hours-list ul.list:before,
  html.ie .contact-detail .hours-list ul.list:after {
    content: " ";
    display: table;
  }
  html.ie .contact-detail .hours-list ul.list:after {
    clear: both;
  }
  html.ie .contact-detail .hours-list ul.list:before,
  html.ie .contact-detail .hours-list ul.list:after {
    content: " ";
    display: table;
  }
  html.ie .contact-detail .hours-list ul.list:after {
    clear: both;
  }
  html.ie .contact-detail .hours-list ul.list li {
    width: 50%;
    float: left;
  }
}
#timeblockr .timeblockr_accordion_confirmation .timeblockr_view-data {
  display: none;
}
body.portal-0 {
  padding-top: 43px;
}
body.portal-0 .vlw__js-placeholder {
  height: 0 !important;
  display: none;
  visibility: hidden;
}
