@import '//fonts.googleapis.com/css?family=Maven+Pro|PT+Sans';
.bg-main {
  background-color: #006a81;
}
.bg-spot {
  background-color: #5b7120;
}
.bg-light {
  background-color: white;
}
.bg-dark {
  background-color: #202020;
}
.bg-info {
  background-color: #fff2ce;
}
.bg-warning {
  background-color: #a36119;
}
.bg-error {
  background-color: #75322f;
}
.bg-status {
  background-color: #4a9362;
}
.bg-status * {
  color: white;
}
.bg-grey {
  background-color: #f6f6f6;
}
html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: #fbfbfb;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
  font-family: 'PT Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 120%;
  font-weight: 400;
  color: #006a81;
  font-family: 'Maven Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #006a81;
  text-decoration: none;
}
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
h1 a.active,
h2 a.active,
h3 a.active,
h4 a.active,
h5 a.active,
h6 a.active,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #333333;
  text-decoration: none;
}
h4,
h5,
h6 {
  margin-bottom: 12px;
}
h1 {
  font-size: 42px;
}
h1.node-title {
  font-weight: 400;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h4 .shortcut-link {
  font-size: 16px;
  color: #00404e;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {
  background-color: transparent;
  color: #006a81;
}
a:active,
a.active,
a:hover,
a:focus {
  color: #00404e;
  outline-width: 0;
  text-decoration: underline;
}
a:focus,
a:active {
  position: relative;
  top: 1px;
  color: #00161b;
}
p,
ul,
ol,
table,
mark,
small,
pre {
  margin: 0 0 20px;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
mark:last-child,
small:last-child,
pre:last-child {
  margin: 0;
}
figure {
  margin: 0;
}
ul {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAOUlEQVQYV2NkgIJf6w3+swVeYITx0Wm4BEghSBKXYgyFuBRjVYhNMU6F6IopV4juKfI9Q1Tw4AtwABmYKAuEFa2JAAAAAElFTkSuQmCC');
}
ul {
  padding-left: 16px;
}
ol {
  padding-left: 18px;
}
dl {
  margin: 20px 0 0 0;
}
dt,
dd {
  display: block;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0;
  padding-bottom: 20px;
  font-size: 13px;
}
pre {
  white-space: pre-line;
  overflow: auto;
}
.small,
small {
  font-size: 13px;
}
mark {
  background: white;
  color: #333333;
}
img {
  border-width: 0;
  line-height: 100%;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0 solid #3d95a8;
  border-width: 0 0 1px 0;
  margin: 20px 0;
}
abbr[title] {
  border-bottom: 1px dotted #3d95a8;
}
b,
strong {
  font-weight: bold;
}
dnf {
  font-style: italic;
}
sub,
sup {
  font-size: 13px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 18px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}
table,
th,
td {
  border: 1px solid #3d95a8;
}
th,
td {
  padding: 6px 12px;
  vertical-align: middle;
}
tr:nth-child(odd) {
  background-color: white;
}
tr:nth-child(even) {
  background-color: rgba(0, 106, 129, 0.1);
}
th {
  padding: 6px 12px;
  background-color: #006a81;
  border: 1px solid #00404e;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: left;
}
th a,
th a:hover,
th a:focus,
th a:active,
th a.active {
  color: white;
  text-decoration: none;
}
legend {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 13px;
  line-height: 38px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
legend a {
  color: #333333;
  text-decoration: none;
}
fieldset {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 62px 20px 1px;
  border: 1px solid #3d95a8;
  margin: 0 0 20px;
}
fieldset legend {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  width: calc(100% + 2px);
}
iframe {
  border-width: 0;
}
::-moz-selection,
::selection {
  background-color: #1bd6ff;
}
svg:not(:root) {
  overflow: hidden;
}
.grid1 {
  width: 8.33333333%;
}
.grid2 {
  width: 16.66666667%;
}
.grid3 {
  width: 25%;
}
.grid4 {
  width: 33.33333333%;
}
.grid5 {
  width: 41.66666667%;
}
.grid6 {
  width: 50%;
}
.grid7 {
  width: 58.33333333%;
}
.grid8 {
  width: 66.66666667%;
}
.grid9 {
  width: 75%;
}
.grid10 {
  width: 83.33333333%;
}
.grid11 {
  width: 91.66666667%;
}
.grid12 {
  width: 100%;
}
.wrapper {
  max-width: 1150px;
  height: inherit;
  padding: 0 32px;
  margin: 0 auto;
}
.grid {
  display: table;
  border-spacing: 0;
  height: inherit;
  width: 100%;
  table-layout: fixed;
}
.row {
  display: table-row;
}
.col {
  display: table-cell;
  vertical-align: top;
}
.box {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}
.iblocks > *,
.iblock {
  display: inline-block;
  vertical-align: inherit;
}
.col,
.iblock {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.margin {
  margin-bottom: 20px;
}
.margin-small {
  margin-bottom: 12px;
}
.margin-big {
  margin-bottom: 38px;
}
.padding {
  padding: 24px;
}
.padding-small {
  padding: 16px;
}
.padding-big {
  padding: 32px;
}
.columns {
  -moz-column-width: 360px;
  -webkit-column-width: 360px;
  column-width: 360px;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
.gutter.columns {
  -moz-column-gap: 32px;
  -webkit-column-gap: 32px;
  column-gap: 32px;
  /*.mb(-@gutter);*/
}
.gutter.columns .box {
  margin-bottom: 32px;
}
.gutter.grid {
  margin: 0 -32px;
  border-spacing: 32px 0;
  width: calc(100% + 64px);
}
.gutter.iblocks {
  margin: 0 0 0 -32px;
}
.gutter.iblocks > * {
  margin: 0 0 32px 32px;
}
.gutter-big.columns {
  -moz-column-gap: 56px;
  -webkit-column-gap: 56px;
  column-gap: 56px;
  margin-bottom: -56px;
}
.gutter-big.columns .box {
  margin-bottom: 56px;
}
.gutter-big.grid {
  margin: 0 -56px;
  border-spacing: 56px 0;
  width: calc(100% + 112px);
}
.gutter-big.iblocks {
  margin: 0 0 0 -56px;
}
.gutter-big.iblocks > * {
  margin: 0 0 56px 56px;
}
.gutter-small.columns {
  -moz-column-gap: 18px;
  -webkit-column-gap: 18px;
  column-gap: 18px;
  margin-bottom: -18px;
}
.gutter-small.columns .box {
  margin-bottom: 18px;
}
.gutter-small.grid {
  margin: 0 -18px;
  border-spacing: 18px 0;
  width: calc(100% + 36px);
}
.gutter-small.iblocks {
  margin: 0 0 0 -18px;
}
.gutter-small.iblocks > * {
  margin: 0 0 18px 18px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
}
.clearfix:after {
  clear: both;
}
.stretch {
  width: 100%;
  height: 100%;
}
.stretch-x {
  width: 100%;
}
.stretch-y {
  height: 100%;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.fixed.top,
.absolute.top {
  top: 0;
}
.fixed.right,
.absolute.right {
  right: 0;
}
.fixed.bottom,
.absolute.bottom {
  bottom: 0;
}
.fixed.left,
.absolute.left {
  left: 0;
}
.fixed.stretch,
.absolute.stretch {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed.stretch-x,
.absolute.stretch-x {
  right: 0;
  left: 0;
}
.fixed.stretch-y,
.absolute.stretch-y {
  top: 0;
  bottom: 0;
}
.layer {
  z-index: 1;
}
.layer1 {
  z-index: 9;
}
.layer2 {
  z-index: 99;
}
.layer3 {
  z-index: 999;
}
.ofh {
  overflow: hidden;
}
.ofx {
  overflow-x: hidden;
}
.ofy {
  overflow-y: hidden;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.ta-left {
  text-align: left;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.invisible {
  visibility: hidden;
}
.hidden,
.element-invisible,
[hidden],
template {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li > a {
  display: block;
  text-decoration: none;
}
.horizontal-menu > ul {
  display: table;
}
.horizontal-menu > ul > li {
  display: table-cell;
}
.inline-menu > ul > li {
  display: inline-block;
  margin: 0;
}
.dropdown-menu > ul > li.parent {
  position: relative;
  /*&:hover>.submenu	{ .o(block);  }*/
}
.dropdown-menu > ul > li.parent > .submenu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  z-index: 9;
  max-width: 100%;
  overflow: hidden;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInSlow {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInSlow {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInSlow {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes moveUp {
  0% {
    margin-bottom: -3px;
  }
  100% {
    margin-bottom: 0;
  }
}
@-webkit-keyframes moveUp {
  0% {
    margin-bottom: -3px;
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes moveUp {
  0% {
    margin-bottom: -3px;
  }
  100% {
    margin-bottom: 0;
  }
}
@-moz-keyframes moveDown {
  0% {
    margin-top: -300px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes moveDown {
  0% {
    margin-top: -300px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes moveDown {
  0% {
    margin-top: -300px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rollUp {
  0% {
    max-height: 1080px;
  }
  100% {
    max-height: 0;
  }
}
@-webkit-keyframes rollUp {
  0% {
    max-height: 1080px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes rollUp {
  0% {
    max-height: 1080px;
  }
  100% {
    max-height: 0;
  }
}
@-moz-keyframes rollDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1080px;
  }
}
@-webkit-keyframes rollDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1080px;
  }
}
@keyframes rollDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 1080px;
  }
}
@-moz-keyframes fallDown {
  0% {
    bottom: -999px;
  }
  100% {
    bottom: 24px;
  }
}
@-webkit-keyframes fallDown {
  0% {
    bottom: -999px;
  }
  100% {
    bottom: 24px;
  }
}
@keyframes fallDown {
  0% {
    bottom: -999px;
  }
  100% {
    bottom: 24px;
  }
}
.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
input[type=checkbox] + label:before,
input[type=radio] + label:before,
textarea,
select,
input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 18px;
  line-height: 48px;
  color: #333333;
  height: 53px;
  background: white;
  background-color: white;
  background-origin: content-box;
  border: 1px solid #3d95a8;
  border-bottom-width: 4px;
  border-bottom-color: n;
  border-radius: 8px;
  -webkit-transition: border-color ease-out .15s, box-shadow ease-out .15s, background-color ease-out .15s;
  -moz-transition: border-color ease-out .15s, box-shadow ease-out .15s, background-color ease-out .15s;
  -ms-transition: border-color ease-out .15s, box-shadow ease-out .15s, background-color ease-out .15s;
  -o-transition: border-color ease-out .15s, box-shadow ease-out .15s, background-color ease-out .15s;
  transition: border-color ease-out .15s, box-shadow ease-out .15s, background-color ease-out .15s;
}
.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before,
input[type=checkbox]:active + label:before,
input[type=radio]:active + label:before,
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  color: #333333;
  border-color: #368495;
  border-bottom-color: n;
  box-shadow: 0 0 3px #368495;
  outline-width: 0;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio] + label,
input[type=checkbox] + label {
  padding-left: 24px;
  position: relative;
  pointer-events: auto;
  font-weight: normal;
  display: inline-block;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before,
input[type=radio] + label:after,
input[type=checkbox] + label:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  padding: 0;
  cursor: pointer;
}
input[type=radio] + label:before,
input[type=radio] + label:after {
  border-radius: 100%;
}
input[type=radio] + label:after {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 3px;
}
input[type=radio]:checked + label:after {
  background: #595959;
}
input[type=checkbox] + label:before {
  border-radius: 0;
}
input[type=checkbox]:checked + label:after {
  line-height: 16px;
  content: "✔";
  text-align: center;
}
.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single,
select {
  height: 53px;
  text-transform: none;
  cursor: pointer;
  background: white url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAY0lEQVQ4jd3MsQ2AMAwF0c+MLBL5PEWK7JsGaEBCiASHDq5/J/2iCchmNkeBmc1AljQJKMAK1Mhkx3U3Re6egCUyueDF3ZMkhSZNfNSbPOLeJIxbkyHcmIzhm8k4Pk9e4++0AZYxla04617kAAAAAElFTkSuQmCC') no-repeat right 14px center;
  padding-right: 36px;
}
.chosen-container-multi .chosen-choices:focus,
.chosen-container-single .chosen-single:focus,
select:focus,
.chosen-container-multi .chosen-choices:active,
.chosen-container-single .chosen-single:active,
select:active {
  background-color: white;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAY0lEQVQ4jd3MsQ2AMAwF0c+MLBL5PEWK7JsGaEBCiASHDq5/J/2iCchmNkeBmc1AljQJKMAK1Mhkx3U3Re6egCUyueDF3ZMkhSZNfNSbPOLeJIxbkyHcmIzhm8k4Pk9e4++0AZYxla04617kAAAAAElFTkSuQmCC') no-repeat right 14px center;
  outline-style: none;
}
.chosen-container-multi .chosen-choices[multiple],
.chosen-container-single .chosen-single[multiple],
select[multiple] {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background: none;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}
.chosen-container-multi {
  min-width: 580px;
}
.chosen-container-multi .chosen-choices {
  padding-left: 4px;
}
.chosen-container-multi .chosen-choices li {
  float: none;
  display: inline-block;
}
.chosen-container-single .chosen-single div b {
  display: none;
}
label {
  pointer-events: none;
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
optgroup {
  font-weight: bold;
}
textarea {
  height: auto;
  padding: 12px;
  margin-right: 0;
  overflow: auto;
  line-height: 160%;
}
input[type="file"] {
  border-style: none;
  background: transparent;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  width: 100%;
  font-size: 13px;
  line-height: initial;
  padding: 0 0 12px 0;
}
input[type="file"]:hover {
  color: #006a81;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
button[disabled],
input[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
button[disabled] + label,
input[disabled] + label {
  opacity: 0.5;
}
button[disabled] + label:after,
input[disabled] + label:after {
  opacity: 0.5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border-width: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.border {
  border: 1px solid #3d95a8;
}
.text-normal {
  color: #333333;
}
.text-normal:focus,
.text-normal a:focus,
.text-normal:active,
.text-normal a:active,
.text-normal.active,
.text-normal a.active,
.text-normal:hover,
.text-normal a:hover,
.text-normal * {
  color: #333333;
}
.text-light {
  color: white;
}
.text-light:focus,
.text-light a:focus,
.text-light:active,
.text-light a:active,
.text-light.active,
.text-light a.active,
.text-light:hover,
.text-light a:hover,
.text-light * {
  color: white;
}
.text-main {
  color: #006a81;
}
.text-main:focus,
.text-main a:focus,
.text-main:active,
.text-main a:active,
.text-main.active,
.text-main a.active,
.text-main:hover,
.text-main a:hover,
.text-main * {
  color: #006a81;
}
.text-spot {
  color: #5b7120;
}
.text-spot:focus,
.text-spot a:focus,
.text-spot:active,
.text-spot a:active,
.text-spot.active,
.text-spot a.active,
.text-spot:hover,
.text-spot a:hover,
.text-spot * {
  color: #5b7120;
}
.bg-main {
  background-color: #006a81;
}
.bg-spot {
  background-color: #5b7120;
}
.bg-light {
  background-color: white;
}
.bg-dark {
  background-color: #202020;
}
.bg-info {
  background-color: #fff2ce;
}
.bg-warning {
  background-color: #a36119;
}
.bg-error {
  background-color: #75322f;
}
.bg-status {
  background-color: #4a9362;
}
.bg-grey {
  background-color: #f6f6f6;
}
.rounded {
  border-radius: 6px;
}
.rounded-small {
  border-radius: 4px;
}
.rounded-big {
  border-radius: 8px;
}
.button,
a.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  display: inline-block;
  width: auto;
  height: auto;
  min-width: 48px;
  margin: 0 4px 4px 0;
  font-size: 18px;
  line-height: 48px;
  text-decoration: none;
  color: white;
  text-align: center;
  cursor: pointer;
  border: 1px solid #004d5d;
  border-bottom-width: 4px;
  border-bottom-color: n;
  word-spacing: nowrap;
  padding: 0 20px;
  border-radius: 8px;
  background-color: #006a81;
  text-shadow: none;
  -webkit-transition: box-shadow 0.1s;
  -moz-transition: box-shadow 0.1s;
  -ms-transition: box-shadow 0.1s;
  -o-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s;
  vertical-align: middle;
}
.button:active,
a.button:active,
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active,
.button.active,
a.button.active,
button.active,
input[type="reset"].active,
input[type="submit"].active,
input[type="button"].active,
.button:hover,
a.button:hover,
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:focus,
a.button:focus,
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-width: 0;
  background-color: #0087a5;
  border-bottom-color: n;
}
.button:active,
a.button:active,
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active,
.button:focus,
a.button:focus,
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  position: relative;
  top: 1px;
  background-color: #007b95;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.button.button-small,
a.button.button-small,
button.button-small,
input[type="reset"].button-small,
input[type="submit"].button-small,
input[type="button"].button-small {
  font-size: 13px;
  line-height: 30px;
  padding: 0 8px;
}
.button.button-red,
a.button.button-red,
button.button-red,
input[type="reset"].button-red,
input[type="submit"].button-red,
input[type="button"].button-red {
  background: #75322f;
  border-color: #75322f;
  border-bottom-color: #5f2926;
}
.button.button-red:active,
a.button.button-red:active,
button.button-red:active,
input[type="reset"].button-red:active,
input[type="submit"].button-red:active,
input[type="button"].button-red:active,
.button.button-red.active,
a.button.button-red.active,
button.button-red.active,
input[type="reset"].button-red.active,
input[type="submit"].button-red.active,
input[type="button"].button-red.active,
.button.button-red:hover,
a.button.button-red:hover,
button.button-red:hover,
input[type="reset"].button-red:hover,
input[type="submit"].button-red:hover,
input[type="button"].button-red:hover,
.button.button-red:focus,
a.button.button-red:focus,
button.button-red:focus,
input[type="reset"].button-red:focus,
input[type="submit"].button-red:focus,
input[type="button"].button-red:focus {
  background: #5f2926;
  border-color: #5f2926;
  border-bottom-color: #491f1d;
}
.button.button-red:active,
a.button.button-red:active,
button.button-red:active,
input[type="reset"].button-red:active,
input[type="submit"].button-red:active,
input[type="button"].button-red:active,
.button.button-red:focus,
a.button.button-red:focus,
button.button-red:focus,
input[type="reset"].button-red:focus,
input[type="submit"].button-red:focus,
input[type="button"].button-red:focus {
  background: #512220;
  border-color: #512220;
  border-bottom-color: #3b1918;
}
.button.button-green,
a.button.button-green,
button.button-green,
input[type="reset"].button-green,
input[type="submit"].button-green,
input[type="button"].button-green {
  background: #4a9362;
  border-color: #4a9362;
  border-bottom-color: #407f54;
}
.button.button-green:active,
a.button.button-green:active,
button.button-green:active,
input[type="reset"].button-green:active,
input[type="submit"].button-green:active,
input[type="button"].button-green:active,
.button.button-green.active,
a.button.button-green.active,
button.button-green.active,
input[type="reset"].button-green.active,
input[type="submit"].button-green.active,
input[type="button"].button-green.active,
.button.button-green:hover,
a.button.button-green:hover,
button.button-green:hover,
input[type="reset"].button-green:hover,
input[type="submit"].button-green:hover,
input[type="button"].button-green:hover,
.button.button-green:focus,
a.button.button-green:focus,
button.button-green:focus,
input[type="reset"].button-green:focus,
input[type="submit"].button-green:focus,
input[type="button"].button-green:focus {
  background: #407f54;
  border-color: #407f54;
  border-bottom-color: #366a47;
}
.button.button-green:active,
a.button.button-green:active,
button.button-green:active,
input[type="reset"].button-green:active,
input[type="submit"].button-green:active,
input[type="button"].button-green:active,
.button.button-green:focus,
a.button.button-green:focus,
button.button-green:focus,
input[type="reset"].button-green:focus,
input[type="submit"].button-green:focus,
input[type="button"].button-green:focus {
  background: #39714b;
  border-color: #39714b;
  border-bottom-color: #2f5d3e;
}
.button.button-grey,
a.button.button-grey,
button.button-grey,
input[type="reset"].button-grey,
input[type="submit"].button-grey,
input[type="button"].button-grey {
  background: grey;
  border-color: grey;
  border-bottom-color: #717171;
}
.button.button-grey:active,
a.button.button-grey:active,
button.button-grey:active,
input[type="reset"].button-grey:active,
input[type="submit"].button-grey:active,
input[type="button"].button-grey:active,
.button.button-grey.active,
a.button.button-grey.active,
button.button-grey.active,
input[type="reset"].button-grey.active,
input[type="submit"].button-grey.active,
input[type="button"].button-grey.active,
.button.button-grey:hover,
a.button.button-grey:hover,
button.button-grey:hover,
input[type="reset"].button-grey:hover,
input[type="submit"].button-grey:hover,
input[type="button"].button-grey:hover,
.button.button-grey:focus,
a.button.button-grey:focus,
button.button-grey:focus,
input[type="reset"].button-grey:focus,
input[type="submit"].button-grey:focus,
input[type="button"].button-grey:focus {
  background: #717171;
  border-color: #717171;
  border-bottom-color: #616161;
}
.button.button-grey:active,
a.button.button-grey:active,
button.button-grey:active,
input[type="reset"].button-grey:active,
input[type="submit"].button-grey:active,
input[type="button"].button-grey:active,
.button.button-grey:focus,
a.button.button-grey:focus,
button.button-grey:focus,
input[type="reset"].button-grey:focus,
input[type="submit"].button-grey:focus,
input[type="button"].button-grey:focus {
  background: #676767;
  border-color: #676767;
  border-bottom-color: #575757;
}
.button.button-yellow,
a.button.button-yellow,
button.button-yellow,
input[type="reset"].button-yellow,
input[type="submit"].button-yellow,
input[type="button"].button-yellow {
  background: #faaf30;
  border-color: #faaf30;
  border-bottom-color: #f9a312;
  color: #333333;
  border-color: #e79306;
}
.button.button-yellow:active,
a.button.button-yellow:active,
button.button-yellow:active,
input[type="reset"].button-yellow:active,
input[type="submit"].button-yellow:active,
input[type="button"].button-yellow:active,
.button.button-yellow.active,
a.button.button-yellow.active,
button.button-yellow.active,
input[type="reset"].button-yellow.active,
input[type="submit"].button-yellow.active,
input[type="button"].button-yellow.active,
.button.button-yellow:hover,
a.button.button-yellow:hover,
button.button-yellow:hover,
input[type="reset"].button-yellow:hover,
input[type="submit"].button-yellow:hover,
input[type="button"].button-yellow:hover,
.button.button-yellow:focus,
a.button.button-yellow:focus,
button.button-yellow:focus,
input[type="reset"].button-yellow:focus,
input[type="submit"].button-yellow:focus,
input[type="button"].button-yellow:focus {
  background: #f9a312;
  border-color: #f9a312;
  border-bottom-color: #e79306;
}
.button.button-yellow:active,
a.button.button-yellow:active,
button.button-yellow:active,
input[type="reset"].button-yellow:active,
input[type="submit"].button-yellow:active,
input[type="button"].button-yellow:active,
.button.button-yellow:focus,
a.button.button-yellow:focus,
button.button-yellow:focus,
input[type="reset"].button-yellow:focus,
input[type="submit"].button-yellow:focus,
input[type="button"].button-yellow:focus {
  background: #f19a06;
  border-color: #f19a06;
  border-bottom-color: #d38705;
}
.button.button-transparent,
a.button.button-transparent,
button.button-transparent,
input[type="reset"].button-transparent,
input[type="submit"].button-transparent,
input[type="button"].button-transparent {
  background: transparent;
  border-color: white;
  box-shadow: 0 0 1px white inset;
}
.button.button-transparent:active,
a.button.button-transparent:active,
button.button-transparent:active,
input[type="reset"].button-transparent:active,
input[type="submit"].button-transparent:active,
input[type="button"].button-transparent:active,
.button.button-transparent.active,
a.button.button-transparent.active,
button.button-transparent.active,
input[type="reset"].button-transparent.active,
input[type="submit"].button-transparent.active,
input[type="button"].button-transparent.active,
.button.button-transparent:hover,
a.button.button-transparent:hover,
button.button-transparent:hover,
input[type="reset"].button-transparent:hover,
input[type="submit"].button-transparent:hover,
input[type="button"].button-transparent:hover,
.button.button-transparent:focus,
a.button.button-transparent:focus,
button.button-transparent:focus,
input[type="reset"].button-transparent:focus,
input[type="submit"].button-transparent:focus,
input[type="button"].button-transparent:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: white;
}
.krumo-footnote * {
  color: #006a81;
}
.wrapper.padding {
  padding: 24px 32px;
}
.inner {
  background: white;
  border: 1px solid #3d95a8;
  border-bottom-width: 3px;
}
.sidebar {
  width: 394px;
  padding-top: 65px;
}
.block-example {
  display: block;
  padding: 32px;
  width: 394px;
  margin-right: auto;
  margin-left: auto;
}
.no-padding {
  padding: 0;
}
.no-padding-t {
  padding-top: 0;
}
.no-padding-l {
  padding-left: 0;
}
.no-padding-b {
  padding-bottom: 0;
}
.no-padding-r {
  padding-right: 0;
}
.padding {
  padding: 24px;
}
.padding-t {
  padding-top: 24px;
}
.padding-l {
  padding-left: 24px;
}
.padding-b {
  padding-bottom: 24px;
}
.padding-r {
  padding-right: 24px;
}
.wrapper.no-padding {
  padding: 0;
}
.wrapper.no-padding-t {
  padding-top: 0;
}
.wrapper.no-padding-l {
  padding-left: 0;
}
.wrapper.no-padding-b {
  padding-bottom: 0;
}
.wrapper.no-padding-r {
  padding-right: 0;
}
aside.inner {
  border-radius: 15px;
  margin-bottom: 32px;
}
a:not([href]) {
  text-decoration: none;
  color: #333333;
}
a:not([href]):active {
  top: 0;
}
.columns {
  -moz-column-width: 300px;
  -webkit-column-width: 300px;
  column-width: 300px;
}
.view-mode-teaser-large .columns {
  -moz-column-width: 260px;
  -webkit-column-width: 260px;
  column-width: 260px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.view-mode-teaser .columns {
  -moz-column-width: 540px;
  -webkit-column-width: 540px;
  column-width: 540px;
}
.view-mode-thumbnail .columns,
.columns.thumbnails {
  -moz-column-width: 120px;
  -webkit-column-width: 120px;
  column-width: 120px;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.view-mode-thumbnail .columns .box,
.columns.thumbnails .box {
  display: inline-block;
}
.columns .box {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.columns {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
.view-mode-teaser .columns {
  -moz-column-width: 540px;
  -webkit-column-width: 540px;
  column-width: 540px;
}
.columns article.box,
.columns div.box {
  display: block;
  width: auto;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.columns .node-newsarticle.teaser-large {
  display: block;
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.max375 {
  max-width: 375px;
}
.frontpage .columns .node-newsarticle.teaser-large,
.columns .node-newsarticle.teaser-large {
  display: inline-block;
}
.columns_v2 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  margin: 0 -2%;
}
.columns_v2[data-columns='7'] .overview-column {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
}
.columns_v2[data-columns='6'] .overview-column {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
}
.columns_v2[data-columns='5'] .overview-column {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
}
.columns_v2[data-columns='4'] .overview-column {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
}
.columns_v2[data-columns='3'] .overview-column {
  width: 30%;
  margin-right: 1%;
  margin-left: 1%;
}
.columns_v2[data-columns='2'] .overview-column {
  width: 47%;
  margin-right: 1%;
  margin-left: 1%;
}
.node-roadworks.full .location.vcard {
  display: none;
}
.node-roadworks.full .roadworks-date {
  position: relative;
  top: -12px;
  font-size: 15px;
  font-weight: bold;
}
.list li {
  display: block;
}
.list li + li {
  border-width: 0;
}
.list a {
  padding: 8px 8px 8px 24px;
  border-bottom: 1px solid #3d95a8;
  color: #333333;
  position: relative;
  display: block;
}
.list a:before {
  content: " ";
  display: inline-block;
  border: 6px solid transparent;
  border-width: 6px 0 6px 6px;
  border-color: transparent #5b7120;
  position: absolute;
  top: 16px;
  left: 4px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.list a:hover {
  background: #F4C30B;
  color: #202020;
}
.list a:hover:before {
  border-color: transparent #006a81;
  left: 8px;
}
.list a:focus {
  background: #F4C30B;
  color: #202020;
}
.list a:focus:before {
  border-color: transparent #006a81;
  left: 8px;
}
.tabs {
  margin-bottom: -1px;
}
.tabs li {
  cursor: pointer;
  padding: 12px 18px;
  background-color: #f0f0f0;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.8);
}
.tabs li:hover {
  background-color: #f5f5f5;
}
.tabs li:focus,
.tabs li:active {
  background-color: #fafafa;
}
.tabs li + li {
  border-left: 0;
}
.tabs li.active {
  border-bottom-color: white;
  background-color: white;
  color: #333333;
}
.pager {
  margin-top: 38px;
  text-align: center;
}
.pager li {
  padding-bottom: 6px;
}
.pager a,
.pager span {
  display: block;
  padding: 0 20px;
  border-radius: 8px;
  background: #006a81;
  line-height: 48px;
  color: white;
  margin-right: 8px;
}
.pager a:hover,
.pager span {
  background: #5b7120;
}
.pager .pager-more {
  margin-right: 8px;
  font-weight: bold;
}
#overview-menu {
  margin-bottom: 16px;
}
.overview-menu.columns {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.overview-menu a {
  color: #333333;
}
.overview-menu a:focus,
.overview-menu a a:focus,
.overview-menu a:active,
.overview-menu a a:active,
.overview-menu a.active,
.overview-menu a a.active,
.overview-menu a:hover,
.overview-menu a a:hover,
.overview-menu a * {
  color: #333333;
}
.overview-menu a:hover {
  text-decoration: underline;
}
.overview-menu > ul > li {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 10.66666667px 0;
  border-bottom: 1px dotted #296370;
}
.overview-menu > ul > li > a {
  font-size: 16px;
  color: #006a81;
  margin-bottom: 0;
}
.overview-menu > ul > li > a:focus,
.overview-menu > ul > li > a a:focus,
.overview-menu > ul > li > a:active,
.overview-menu > ul > li > a a:active,
.overview-menu > ul > li > a.active,
.overview-menu > ul > li > a a.active,
.overview-menu > ul > li > a:hover,
.overview-menu > ul > li > a a:hover,
.overview-menu > ul > li > a * {
  color: #006a81;
}
.overview-menu > ul > li > ul a {
  color: #333333;
}
.overview-menu > ul > li > ul a:focus,
.overview-menu > ul > li > ul a a:focus,
.overview-menu > ul > li > ul a:active,
.overview-menu > ul > li > ul a a:active,
.overview-menu > ul > li > ul a.active,
.overview-menu > ul > li > ul a a.active,
.overview-menu > ul > li > ul a:hover,
.overview-menu > ul > li > ul a a:hover,
.overview-menu > ul > li > ul a * {
  color: #333333;
}
figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  bottom: 12px;
  font-size: 12px;
  line-height: 20px;
  color: #202020;
  background: white;
  text-transform: lowercase;
  padding: 2px 8px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 3px;
  opacity: 0.9;
}
img.file-icon {
  width: auto;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin: 0 10px 0 0;
  text-decoration: none;
}
[class^="icon-"].no-text span,
[class*=" icon-"].no-text span {
  display: none;
}
[class^="icon-"].icon-smaller,
[class*=" icon-"].icon-smaller {
  font-size: 14px;
}
[class^="icon-"].icon-smaller:before,
[class*=" icon-"].icon-smaller:before {
  width: 1.22em;
}
.glossary h3 a {
  text-transform: uppercase;
}
.glossary h3 a:before {
  display: none;
}
.glossary h3 a:hover {
  background: transparent;
}
.glossary .index {
  font-weight: bold;
  text-transform: uppercase;
}
.node-title {
  color: #5b7120;
}
.teaser .node-title,
.block .node-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
.header-border {
  border-bottom: 1px solid #3d95a8;
  margin-bottom: 20px;
}
.header-border h1 {
  margin-bottom: 12px;
}
.teaser,
.block {
  margin-bottom: 32px;
  border-radius: 15px;
}
.teaser .inner,
.block .inner {
  border-radius: 15px;
}
.teaser .inner .content-header,
.block .inner .content-header {
  padding: 12px 24px;
}
.teaser:last-child,
.block:last-child {
  margin-bottom: 0;
}
.teaser .padding .node-title,
.block .padding .node-title {
  margin: 0;
}
.teaser .padding + .padding,
.block .padding + .padding {
  padding-top: 0;
}
.teaser img,
.block img {
  width: 100%;
  min-width: auto;
  border-radius: 15px 15px 0 0;
}
.teaser .field + .field,
.block .field + .field {
  margin-top: 6px;
}
.teaser .field + .bundle,
.block .field + .bundle {
  margin-top: 12px;
}
.teaser.teaser-small,
.block.teaser-small {
  border-radius: 7px;
  margin: 0;
  padding: 0;
  padding: 12px;
}
.teaser.teaser-small.box,
.block.teaser-small.box {
  margin: 6px;
}
.teaser.teaser-small .node-title,
.block.teaser-small .node-title {
  margin-bottom: 0;
}
.teaser.teaser-small figcaption,
.block.teaser-small figcaption {
  display: none;
}
.teaser.teaser-small img,
.block.teaser-small img {
  border-radius: 7px;
}
.col-medium-image {
  width: 180px;
}
.col-small-image {
  width: 80px;
}
a.fancybox:after {
  border-radius: 15px;
}
.sidebar .thumbnails {
  margin-bottom: 0;
  -moz-column-width: 160px;
  -webkit-column-width: 160px;
  column-width: 160px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.thumbnail {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.thumbnail img {
  width: 100%;
  min-width: auto;
  border-radius: 15px;
}
.thumbnail:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.thumbnail-title {
  font-size: 18px;
  color: #333333;
  padding: 8px;
  border: 1px solid #3d95a8;
  margin-bottom: 0;
}
.overlay-link {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: left;
}
.overlay-link:hover {
  opacity: 1;
  border-color: #296370;
  background: #F4C30B;
  color: black;
}
.overlay-link:focus,
.overlay-link:active {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
a.print {
  bottom: 16px;
  color: grey;
}
a.print:hover {
  color: #006a81;
}
a.print:focus,
a.print:active {
  position: absolute;
  top: auto;
  bottom: 15px;
}
.social-buttons {
  margin-top: 38px;
}
.poll .vote-form {
  text-align: left;
}
.poll .vote-form .choices {
  margin: 0;
  display: block;
}
.poll .bar .foreground {
  background: #5b7120;
}
.poll .percent {
  display: none;
}
.poll .total {
  margin: 20px 0;
  text-align: left;
}
.persons {
  margin-top: 38px;
}
.persons .node-title {
  padding-bottom: 6px;
}
.contact-info {
  border: 1px dashed #3d95a8;
  padding: 24px;
  margin: 38px 0;
  background: #f6f6f6;
}
input[type=radio] + label,
input[type=checkbox] + label {
  margin-bottom: 32px;
  white-space: nowrap;
}
.form-type-checkbox:not([style*="display:none"]):not([style*="display: none"]) + .form-type-checkbox,
.form-type-radio:not([style*="display:none"]):not([style*="display: none"]) + .form-type-radio {
  margin-top: 0;
}
.label {
  font-weight: bold;
}
.label:after {
  content: ":";
}
.label.col {
  width: 150px;
}
.field + .field {
  margin-top: 12px;
}
.field + .bundle {
  margin-top: 38px;
}
.field-images {
  margin-bottom: 20px;
}
.block .field-event-date,
.teaser .field-event-date {
  display: inline-block;
  width: auto;
  height: auto;
  min-width: 48px;
  margin: 0 4px 4px 0;
  font-size: 18px;
  line-height: 48px;
  text-decoration: none;
  color: white;
  text-align: center;
  cursor: pointer;
  border: 1px solid #004d5d;
  border-bottom-width: 4px;
  border-bottom-color: n;
  word-spacing: nowrap;
  padding: 0 20px;
  border-radius: 8px;
  background-color: #006a81;
  text-shadow: none;
  -webkit-transition: box-shadow 0.1s;
  -moz-transition: box-shadow 0.1s;
  -ms-transition: box-shadow 0.1s;
  -o-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s;
  vertical-align: middle;
  padding: 0 12px;
  line-height: 38px;
}
.block .field-event-date:active,
.teaser .field-event-date:active,
.block .field-event-date.active,
.teaser .field-event-date.active,
.block .field-event-date:hover,
.teaser .field-event-date:hover,
.block .field-event-date:focus,
.teaser .field-event-date:focus {
  outline-width: 0;
  background-color: #0087a5;
  border-bottom-color: n;
}
.block .field-event-date:active,
.teaser .field-event-date:active,
.block .field-event-date:focus,
.teaser .field-event-date:focus {
  position: relative;
  top: 1px;
  background-color: #007b95;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.block .field-event-date.button-small,
.teaser .field-event-date.button-small {
  font-size: 13px;
  line-height: 30px;
  padding: 0 8px;
}
.block .field-event-date.button-red,
.teaser .field-event-date.button-red {
  background: #75322f;
  border-color: #75322f;
  border-bottom-color: #5f2926;
}
.block .field-event-date.button-red:active,
.teaser .field-event-date.button-red:active,
.block .field-event-date.button-red.active,
.teaser .field-event-date.button-red.active,
.block .field-event-date.button-red:hover,
.teaser .field-event-date.button-red:hover,
.block .field-event-date.button-red:focus,
.teaser .field-event-date.button-red:focus {
  background: #5f2926;
  border-color: #5f2926;
  border-bottom-color: #491f1d;
}
.block .field-event-date.button-red:active,
.teaser .field-event-date.button-red:active,
.block .field-event-date.button-red:focus,
.teaser .field-event-date.button-red:focus {
  background: #512220;
  border-color: #512220;
  border-bottom-color: #3b1918;
}
.block .field-event-date.button-green,
.teaser .field-event-date.button-green {
  background: #4a9362;
  border-color: #4a9362;
  border-bottom-color: #407f54;
}
.block .field-event-date.button-green:active,
.teaser .field-event-date.button-green:active,
.block .field-event-date.button-green.active,
.teaser .field-event-date.button-green.active,
.block .field-event-date.button-green:hover,
.teaser .field-event-date.button-green:hover,
.block .field-event-date.button-green:focus,
.teaser .field-event-date.button-green:focus {
  background: #407f54;
  border-color: #407f54;
  border-bottom-color: #366a47;
}
.block .field-event-date.button-green:active,
.teaser .field-event-date.button-green:active,
.block .field-event-date.button-green:focus,
.teaser .field-event-date.button-green:focus {
  background: #39714b;
  border-color: #39714b;
  border-bottom-color: #2f5d3e;
}
.block .field-event-date.button-grey,
.teaser .field-event-date.button-grey {
  background: grey;
  border-color: grey;
  border-bottom-color: #717171;
}
.block .field-event-date.button-grey:active,
.teaser .field-event-date.button-grey:active,
.block .field-event-date.button-grey.active,
.teaser .field-event-date.button-grey.active,
.block .field-event-date.button-grey:hover,
.teaser .field-event-date.button-grey:hover,
.block .field-event-date.button-grey:focus,
.teaser .field-event-date.button-grey:focus {
  background: #717171;
  border-color: #717171;
  border-bottom-color: #616161;
}
.block .field-event-date.button-grey:active,
.teaser .field-event-date.button-grey:active,
.block .field-event-date.button-grey:focus,
.teaser .field-event-date.button-grey:focus {
  background: #676767;
  border-color: #676767;
  border-bottom-color: #575757;
}
.block .field-event-date.button-yellow,
.teaser .field-event-date.button-yellow {
  background: #faaf30;
  border-color: #faaf30;
  border-bottom-color: #f9a312;
  color: #333333;
  border-color: #e79306;
}
.block .field-event-date.button-yellow:active,
.teaser .field-event-date.button-yellow:active,
.block .field-event-date.button-yellow.active,
.teaser .field-event-date.button-yellow.active,
.block .field-event-date.button-yellow:hover,
.teaser .field-event-date.button-yellow:hover,
.block .field-event-date.button-yellow:focus,
.teaser .field-event-date.button-yellow:focus {
  background: #f9a312;
  border-color: #f9a312;
  border-bottom-color: #e79306;
}
.block .field-event-date.button-yellow:active,
.teaser .field-event-date.button-yellow:active,
.block .field-event-date.button-yellow:focus,
.teaser .field-event-date.button-yellow:focus {
  background: #f19a06;
  border-color: #f19a06;
  border-bottom-color: #d38705;
}
.block .field-event-date.button-transparent,
.teaser .field-event-date.button-transparent {
  background: transparent;
  border-color: white;
  box-shadow: 0 0 1px white inset;
}
.block .field-event-date.button-transparent:active,
.teaser .field-event-date.button-transparent:active,
.block .field-event-date.button-transparent.active,
.teaser .field-event-date.button-transparent.active,
.block .field-event-date.button-transparent:hover,
.teaser .field-event-date.button-transparent:hover,
.block .field-event-date.button-transparent:focus,
.teaser .field-event-date.button-transparent:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: white;
}
.block .field-event-date .field-item:before,
.teaser .field-event-date .field-item:before {
  content: "\e860";
  display: inline-block;
  font-family: fontello;
  width: 1em;
  margin-right: 8px;
}
.block .field-event-date .field-item > div,
.teaser .field-event-date .field-item > div {
  display: inline-block;
}
.teaser-large .field-event-date {
  margin-top: -16px;
}
.field-logo {
  margin-right: 12px;
}
.block .field-address,
.teaser .field-address {
  display: inline-block;
  opacity: 0.8;
}
.block .field-address br,
.teaser .field-address br {
  display: none;
}
.block .field-address span,
.teaser .field-address span {
  display: inline-block;
}
.block .field-address span.state-country,
.teaser .field-address span.state-country {
  display: none;
}
.map + address {
  padding: 16px;
  background: #ffffff;
  margin-top: 12px;
}
#map-search {
  line-height: 43px;
  border-color: #296370;
}
.marker-popup {
  width: auto;
}
.marker-popup .node-title {
  color: #333333;
  margin-bottom: 4px;
}
.marker-popup img {
  margin: 6px 12px 0 0;
}
.ipdc-group.accordion {
  margin-bottom: 10px;
}
.ipdc-group.accordion .content-header {
  background: transparent;
  padding: 0;
}
.ipdc-group.accordion .content-header:hover {
  background: transparent;
}
.ipdc-group.accordion .content-header:before {
  display: none;
}
.ipdc-group.accordion .content-header h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
  background: none;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 28px;
  color: #333333;
  cursor: default;
}
.ipdc-group.accordion .content-header h3:before {
  display: none;
}
.ipdc-group.accordion .content-main {
  display: block;
  padding: 20px;
  background: none;
  margin-bottom: 32px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.ipdc-group.accordion .content-main p,
.ipdc-group.accordion .content-main ul,
.ipdc-group.accordion .content-main ol,
.ipdc-group.accordion .content-main table,
.ipdc-group.accordion .content-main mark,
.ipdc-group.accordion .content-main small,
.ipdc-group.accordion .content-main pre,
.ipdc-group.accordion .content-main figure {
  margin-bottom: 12px;
}
.ipdc-group.accordion .field {
  margin-bottom: 10px;
}
.ipdc-group.accordion .ipdc-trefwoorden .item {
  display: inline-block;
  white-space: normal;
  width: 25%;
}
.ipdc-group.accordion.ipdc-wat .content-header {
  display: none;
}
.opening-hours .day.iblocks {
  font-size: 15px;
  display: block;
}
.force-block .label {
  display: block;
  width: 100%;
}
.force-block .hours + .hours:before,
.force-block time + .note:before {
  /*.o(none);*/
}
.block .bundle-entity {
  font-size: 15px;
}
.field-address span.city:before {
  content: "-";
  display: inline-block;
  margin: 0 4px;
}
.field-hours-days .hours + .hours:before,
.field-hours-days time + .note:before {
  padding-right: 5px;
  padding-left: 5px;
}
.node-block.block .field-image img {
  border-radius: 0;
}
.bundle + .bundle {
  margin-top: 32px;
}
#middle .bundle + .bundle {
  margin-top: 16px;
}
.block .bundle-title {
  font-size: 28px;
  color: #333333;
}
.bundle-iframe .bundle-title {
  padding: 11px 16px;
  background: #5b7120;
  margin: 0;
  font-size: 28px;
  color: white;
}
.bundle-overview + .bundle-button {
  text-align: center;
}
.bundle-overview + .bundle-button a {
  padding-right: 60px;
  padding-left: 60px;
  /*&:before			{ .ct('\e81c'); .o(inline-block); .ff(fontello); .mr(8); }*/
}
.shortcut-link:before {
  font-size: 28px;
  margin-right: 12px;
  width: auto;
  vertical-align: middle;
  color: #5b7120;
}
.shortcut-wrapper h4 {
  margin-bottom: 0;
}
.shortcut-wrapper h4 + p {
  margin-top: 12px;
}
.shortcut-wrapper h4 a:before {
  width: 30px;
  height: 30px;
  vertical-align: top;
}
.shortcut-wrapper .padding-left {
  padding-left: 42px;
}
.shortcut-wrapper ol.padding-left,
.shortcut-wrapper ul.padding-left {
  padding-left: 72px;
}
.shortcut-wrapper.border + .border {
  margin-top: -1px;
}
.columns .shortcut-wrapper.border + .border {
  margin-bottom: 4px;
  margin-top: 0;
}
.node-entity.full .field-hours-days .day > .label {
  display: inline-block;
}
.field-hours-days .day > .label {
  text-transform: uppercase;
  width: 40px;
}
.field-hours-days .hours + .hours:before,
.field-hours-days time + .note:before {
  content: "|";
  padding: 0 8px;
}
.field-hours-days span.note {
  margin-left: 4px;
}
.field-hours-days span.note:before {
  display: none;
}
.field-hours-days .closing-days time {
  display: block;
}
.field-hours-days .status {
  display: inline-block;
  padding: 0 8px;
  font-size: 13px;
  background: #006a81;
  color: white;
  line-height: 32px;
  margin: 12px 4px 0 0;
  border-radius: 6px;
}
.field-hours-days .status.status-open {
  background: #4a9362;
}
.field-hours-days .period-date {
  font-size: 13px;
  text-transform: lowercase;
  font-style: italic;
}
.block .field-hours-days.unactive-period,
.teaser .field-hours-days.unactive-period,
.block .field-hours-days .period,
.teaser .field-hours-days .period,
.block .field-hours-days .closing-days,
.teaser .field-hours-days .closing-days,
.block .field-hours-days .col.label,
.teaser .field-hours-days .col.label,
.block .field-hours-days .hours-days-title,
.teaser .field-hours-days .hours-days-title {
  display: none;
}
.hours-days-title {
  display: none;
}
.full > .content-main > .hours-days-group .field-hours-days {
  border: 1px dashed #3d95a8;
  padding: 16px;
}
.full > .content-main > .hours-days-group .field-hours-days.active-period {
  background: #f2f8f9;
}
.full > .content-main > .hours-days-group .hours-days-title {
  display: block;
}
.hours-days-group .unactive-period {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hours-days-group .unactive-period:hover {
  background: #f2f8f9;
}
.hours-days-group .unactive-period .field + .field {
  display: none;
}
.hours-days-group .unactive-period.active .field + .field {
  display: table;
}
.bundle-entity > div > .label {
  display: none;
}
.bundle-entity .today-only .day,
.bundle-entity .today-only .closing-days,
.bundle-entity .today-only .status-tomorrow,
.bundle-entity .today-only .label {
  display: none;
}
.bundle-entity .today-only .status {
  background: none;
  margin: 0;
  padding: 0;
  color: #333333;
  line-height: 160%;
  font-size: 18px;
}
.bundle-entity .today-only .status span + span {
  margin-left: 8px;
}
.bundle-entity .today-only .status:before {
  content: "\e860";
  display: inline-block;
  font-family: fontello;
  width: 1em;
  margin-right: 10px;
}
.ref-view-mode-full > .wrapper.padding {
  padding: 0;
}
.bundle-map .col-type {
  background: #ffffff;
}
div.form-radios {
  padding-bottom: 24px;
}
div.form-radios .form-item {
  margin-bottom: 0;
}
div.form-radios .form-item label {
  margin-bottom: 0;
}
form.node-melding-form .form-managed-file input[type="submit"] {
  display: none;
}
.frontpage .sidebar {
  margin: 0;
  padding: 0;
}
.bundle-shortcuts .gutter-small.columns .box {
  margin-bottom: 4px;
}
.searchlabel {
  font-size: 0;
  color: transparent;
  margin: 0;
  height: 1px;
}
button.overlay-link li {
  color: black;
}
button.overlay-link:focus h4 .shortcut-link {
  color: white;
}
.accordion + .accordion {
  margin-top: 8px;
  position: relative;
}
section.bundle-accordions {
  position: relative;
}
/* ============================================================================
      PAGE.less
      Table of content

      1. HEADER
      2. BANNER
      3. BODY
      4. FOOTER
      5. NAVIGATIONS/MENUS

// ============================================================================ */
#container {
  min-height: 100%;
  padding-bottom: 56px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 185px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.admin-page {
  position: relative;
  top: 32px;
}
body.has-admin-menu {
  padding-top: 75px;
}
body.has-admin-menu .sticky {
  border-top: 0;
  padding-top: 0;
}
.col-logo .print {
  display: none;
}
html.js fieldset.collapsed {
  overflow: hidden;
}
fieldset.collapsed legend {
  position: relative;
}
/*
    888                             888
    888                             888
    888                             888
    88888b.   .d88b.   8888b.   .d88888  .d88b.  888d888
    888 "88b d8P  Y8b     "88b d88" 888 d8P  Y8b 888P"
    888  888 88888888 .d888888 888  888 88888888 888
    888  888 Y8b.     888  888 Y88b 888 Y8b.     888
    888  888  "Y8888  "Y888888  "Y88888  "Y8888  888
    ==========================================================================================================================
*/
body.frontpage .dropDown {
  display: none;
}
body.frontpage #container.OpenBar {
  margin-top: 185px;
}
.dropDown {
  padding: 0;
  border-bottom: 1px solid #5b7120;
  background: #E5EFF1;
  display: none;
}
.dropDown article.thumbnail {
  max-width: 9.1%;
  padding-top: 15px;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0 4px 4px 0;
  background: white;
  margin: 0 0.4% 10px;
  box-shadow: 0 1px 3px rgba(91, 113, 32, 0.5);
}
.dropDown article.thumbnail .field-image figure {
  max-width: 70px;
  margin: 0 auto;
}
.dropDown article.thumbnail h3.thumbnail-title {
  font-family: 'Maven Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #006a81;
  border: 0;
  min-height: 35px;
}
.dropDown article.thumbnail figcaption {
  display: none;
}
.dropDown article.thumbnail:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.selector {
  padding: 14px;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
  color: #f6f6f6;
  font-size: 16px;
  line-height: 16px;
}
#logo img {
  width: auto;
  height: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#site-info {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 12px;
}
#header.ClosedBar + #container {
  margin-top: 185px;
}
.has-admin-menu #header {
  top: 75px;
}
#header {
  min-height: 185px;
  top: 0;
  margin-top: 0;
  background: white;
  position: absolute;
  width: 100%;
  z-index: 99;
  /*.h(275);*/
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  /*&.Scroll              { 
	left:0;
  bottom:0;
	position:fixed;
  overflow-y:scroll;
	overflow-x:hidden;
}*/
}
#header.ClosedBar {
  min-height: 185px;
}
#header .col-logo {
  padding: 20px 0;
}
#header .col-header .menu > li {
  background: #5b7120;
  border-radius: 0 0 10px 10px;
  vertical-align: top;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 5px;
}
#header .col-header .menu > li.facebook {
  position: relative;
  border-radius: 0 0 0 10px;
  height: 25px;
  width: 40px;
}
#header .col-header .menu > li.facebook a {
  padding-left: 10px;
}
#header .col-header .menu > li.twitter {
  position: relative;
  left: -10px;
  border-radius: 0 0 10px 0;
  height: 25px;
  width: 30px;
}
#header .col-header .menu > li.twitter a {
  padding-right: 10px;
}
#header .col-header .menu > li > a {
  font-weight: normal;
  color: #f6f6f6;
  padding: 5px 11px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}
#header .col-header .menu > li > a.icon {
  font-size: 0;
  letter-spacing: -1px;
  color: transparent;
  line-height: 0;
  text-shadow: 0 2px 0 black;
  text-decoration: none;
  height: 16px;
}
#header .col-header .menu > li > a.icon.icon-twitter {
  padding: 5px 11px 5px 0;
}
#header .col-header .menu > li > a.icon:before {
  font-size: 18px;
  color: white;
  letter-spacing: normal;
  margin: 0;
  margin-left: 0;
}
#header .col-header .menu > li > a.icon.icon-facebook:before,
#header .col-header .menu > li > a.icon.icon-twitter:before {
  font-size: 14px;
  line-height: 16px;
  width: 16px;
  height: 16px;
}
#header .col-header .menu > li > a.icon:hover {
  color: #dddddd;
}
.search {
  margin-top: 15px;
}
.search > .col {
  display: block;
}
#search-block-form .form-text,
#footer form.relative .form-text {
  width: 100%;
  max-width: 650px;
  font-style: italic;
  font-size: 13px;
  box-shadow: 0 3px 5px 0 rgba(0, 106, 129, 0.6);
  background: rgba(91, 113, 32, 0.05);
  position: absolute;
  right: 0;
  z-index: 1;
  border: 1px solid #006a81;
}
#search-block-form .form-text:focus,
#footer form.relative .form-text:focus,
#search-block-form .form-text:active,
#footer form.relative .form-text:active {
  font-style: normal;
  background: rgba(255, 255, 255, 0.95);
}
#search-block-form .form-submit,
#footer form.relative .form-submit {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
  font-family: fontello;
  background: none;
  border-style: none;
  right: 0;
  color: #006a81;
  position: absolute;
  width: 30px;
  height: 53px;
  z-index: 2;
  margin: 0;
  padding: 0;
}
#search-block-form .form-submit:hover,
#footer form.relative .form-submit:hover {
  opacity: 0.8;
}
#search-block-form .form-submit:focus,
#footer form.relative .form-submit:focus,
#search-block-form .form-submit:active,
#footer form.relative .form-submit:active {
  position: absolute;
  top: 0;
  box-shadow: 0 0 0 transparent;
}
.search-result small.button {
  display: none;
}
.ac_results {
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 10px;
  z-index: 99;
}
.ac_results li {
  padding: 10px 8px;
  color: #333333;
  font-size: 16px;
}
.ac_results li.ac_over {
  background: rgba(0, 106, 129, 0.5);
}
.apachesolr_autocomplete.message {
  color: #333333;
}
.ui-autocomplete {
  z-index: 1000;
  background: white;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
.ui-autocomplete a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
  color: #222;
}
#toolbar {
  height: 42px;
}
#toolbar .inline-menu > ul > li {
  border: 0 solid #3a3a3a;
  border-width: 0 1px;
}
#toolbar .inline-menu > ul > li + li {
  border-left: 0;
}
#toolbar .inline-menu > ul > li > a {
  line-height: 42px;
  padding: 0 16px;
  text-transform: uppercase;
  font-weight: bold;
}
#toolbar .inline-menu > ul > li > a.active,
#toolbar .inline-menu > ul > li > a:hover,
#toolbar .inline-menu > ul > li > a:focus,
#toolbar .inline-menu > ul > li > a:active {
  background-color: rgba(255, 255, 255, 0.05);
}
#toolbar nav + nav {
  margin-left: -1px;
}
/*
    888
    888
    888
    88888b.   8888b.  88888b.  88888b.   .d88b.  888d888
    888 "88b     "88b 888 "88b 888 "88b d8P  Y8b 888P"
    888  888 .d888888 888  888 888  888 88888888 888
    888 d88P 888  888 888  888 888  888 Y8b.     888
    88888P"  "Y888888 888  888 888  888  "Y8888  888
    ==========================================================================================================================
*/
.banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.banner-overlay > .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
#pageBanner {
  background: rgba(91, 113, 32, 0.2);
  opacity: 0;
}
#pageBanner .gutter-small.columns {
  margin-bottom: 0;
}
#pageBanner .gutter-small.columns .box {
  margin-bottom: 0;
}
#pageBanner .shortcuts-wrapper {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#pageBanner .shortcuts-wrapper article > .inner {
  background: none;
  border: none;
}
#pageBanner .shortcuts-wrapper article > .inner > .padding {
  padding: 0;
}
#pageBanner .shortcuts-wrapper header.content-header {
  background: white;
  margin: 0 5px;
}
#pageBanner .shortcuts-wrapper header.content-header .node-title {
  margin: 0;
  padding: 0;
  padding-top: 12px;
  padding-right: 24px;
  padding-left: 24px;
}
#pageBanner .shortcuts-wrapper .bundle-links,
#pageBanner .shortcuts-wrapper .bundle-overview,
#pageBanner .shortcuts-wrapper .bundle-text,
#pageBanner .shortcuts-wrapper .bundle-media {
  background: white;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0 5px;
}
#pageBanner .shortcuts-wrapper .bundle-links .field-text,
#pageBanner .shortcuts-wrapper .bundle-overview .field-text,
#pageBanner .shortcuts-wrapper .bundle-text .field-text,
#pageBanner .shortcuts-wrapper .bundle-media .field-text {
  padding-top: 12px;
  padding-bottom: 12px;
}
#pageBanner .shortcuts-wrapper .bundle-links .field-link-description,
#pageBanner .shortcuts-wrapper .bundle-overview .field-link-description,
#pageBanner .shortcuts-wrapper .bundle-text .field-link-description,
#pageBanner .shortcuts-wrapper .bundle-media .field-link-description {
  padding-bottom: 12px;
}
#pageBanner .shortcuts-wrapper .bundle-links .field-link-description .label,
#pageBanner .shortcuts-wrapper .bundle-overview .field-link-description .label,
#pageBanner .shortcuts-wrapper .bundle-text .field-link-description .label,
#pageBanner .shortcuts-wrapper .bundle-media .field-link-description .label {
  display: none;
}
#pageBanner .shortcuts-wrapper .bundle-links ul.menu,
#pageBanner .shortcuts-wrapper .bundle-overview ul.menu,
#pageBanner .shortcuts-wrapper .bundle-text ul.menu,
#pageBanner .shortcuts-wrapper .bundle-media ul.menu {
  padding-bottom: 12px;
}
#pageBanner .shortcuts-wrapper .bundle-shortcuts {
  padding-right: 6px;
  padding-bottom: 0;
  padding-left: 6px;
}
#pageBanner .shortcuts-wrapper .bundle-shortcuts .box {
  margin-bottom: 1px;
  border-style: none;
  padding: 0;
  background: transparent;
  text-align: left;
}
#pageBanner .shortcuts-wrapper .bundle-shortcuts .box:active,
#pageBanner .shortcuts-wrapper .bundle-shortcuts .box:hover {
  position: relative;
  top: 0;
}
#pageBanner .shortcuts-wrapper .bundle-shortcuts .box h4 {
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
}
#pageBanner .shortcuts-wrapper .bundle-shortcuts .box h4 a {
  display: block;
  font-size: 16px;
  font-family: 'PT Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #006a81;
  font-weight: bold;
}
#pageBanner .shortcuts-wrapper .bundle-shortcuts .box h4 a:active,
#pageBanner .shortcuts-wrapper .bundle-shortcuts .box h4 a:hover {
  position: inherit;
  top: 0;
}
#pageBanner .shortcuts-wrapper .columns.gutter-small {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
#pageBanner .shortcuts-wrapper .shortcut-link:before {
  border-right: 3px solid #003f4c;
  font-size: 22px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  margin-right: 24px;
  padding: 8px;
  background: #006a81;
  color: white;
  vertical-align: middle;
  text-align: middle;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
/*
    888                    888
    888                    888
    888                    888
    88888b.   .d88b.   .d88888 888  888
    888 "88b d88""88b d88" 888 888  888
    888  888 888  888 888  888 888  888
    888 d88P Y88..88P Y88b 888 Y88b 888
    88888P"   "Y88P"   "Y88888  "Y88888
                                    888
                               Y8b d88P
                                "Y88P"
    ==========================================================================================================================
*/
/*#banner             { .ps(fixed); .s(100%);}*/
#main {
  /*.pt(275);*/
}
#main .action-links {
  max-width: 1150px;
  margin: 0 auto;
  list-style: none;
  padding: 12px 0;
}
#main .node-association address br {
  display: none;
}
#main .node-association address .state-country {
  display: none;
}
#main .node-association .map {
  max-height: 250px;
}
#breadcrumb {
  font-weight: bold;
}
#breadcrumb li {
  margin: 0 4px 8px 0;
}
#breadcrumb a,
#breadcrumb span {
  font-size: 13px;
  color: #333333;
  padding: 4px 8px;
  display: block;
  border-radius: 6px;
  border: 1px solid #3d95a8;
  border-width: 1px 1px 2px 1px;
}
#breadcrumb a:hover {
  background: #f6f6f6;
}
.sidebar .field-images img {
  min-width: 100%;
  border-radius: 15px;
}
.culturefeed-event-summary .block {
  margin: 0;
}
.culturefeed-event-summary header.padding {
  padding-top: 12px;
  padding-bottom: 12px;
}
.culturefeed-event-summary ul.list-unstyled {
  list-style: none;
  padding: 0;
}
.bundle-system-block #e2e-newsletter-form {
  text-align: right;
}
.bundle-system-block #e2e-newsletter-form p.newsletter-intro {
  text-align: left;
}
.bundle-system-block #e2e-newsletter-form input[type="submit"] {
  /*   background: #006a81 url(/sites/all/themes/subtpl/img/submit-plus.png) no-repeat 10px center;   padding: 0 20px 0 40px;*/
  padding: 0 20px;
}
.bundle-system-block #e2e-newsletter-form input[type="submit"]:before {
  content: "\e81c";
  display: inline-block;
  font-family: fontello;
  margin-right: 8px;
}
#middle .bundle + .bundle {
  margin-top: 32px;
}
#middle .bundle .bundle-title {
  margin-bottom: 10px;
}
/*
     .d888                   888
    d88P"                    888
    888                      888
    888888  .d88b.   .d88b.  888888  .d88b.  888d888
    888    d88""88b d88""88b 888    d8P  Y8b 888P"
    888    888  888 888  888 888    88888888 888
    888    Y88..88P Y88..88P Y88b.  Y8b.     888
    888     "Y88P"   "Y88P"   "Y888  "Y8888  888
    ==========================================================================================================================
*/
#footer {
  /*.h(@footer-height - @padding-big); .pt(@padding-big);*/
  margin: 0 auto 0;
}
#footer .col.va-middle {
  vertical-align: top;
  padding: 40px 0 100px;
}
#footer .col.grid7 {
  vertical-align: middle;
  font-size: 13px;
}
#footer #logo img {
  width: auto;
  height: auto;
}
#footer form.relative .form-text {
  width: 100%;
  max-width: 290px;
}
/*
    88888b.d88b.   .d88b.  88888b.  888  888
    888 "888 "88b d8P  Y8b 888 "88b 888  888
    888  888  888 88888888 888  888 888  888
    888  888  888 Y8b.     888  888 Y88b 888
    888  888  888  "Y8888  888  888  "Y88888
    ==========================================================================================================================
*/
#mobilemenu .menu-trigger {
  cursor: pointer;
}
#mobilemenu .menu-trigger.active:before {
  content: "\e808";
}
#mobilemenu .menu-dropdown {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: -1;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.96);
}
#mobilemenu .menu-dropdown .wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mobilemenu .menu-dropdown.active {
  display: block;
  -moz-animation: fadeIn 0.2s;
  -webkit-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
}
#mobilemenu .block a {
  color: #333333;
}
#mobilemenu .block a:focus,
#mobilemenu .block a a:focus,
#mobilemenu .block a:active,
#mobilemenu .block a a:active,
#mobilemenu .block a.active,
#mobilemenu .block a a.active,
#mobilemenu .block a:hover,
#mobilemenu .block a a:hover,
#mobilemenu .block a * {
  color: #333333;
}
#mobilemenu .block .bundle-title,
#mobilemenu .block .node-title {
  color: #006a81;
}
#menubar .fright {
  color: #808080;
  border: 0 solid #3d95a8;
  border-width: 0 1px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
}
#menubar .fright:focus,
#menubar .fright a:focus,
#menubar .fright:active,
#menubar .fright a:active,
#menubar .fright.active,
#menubar .fright a.active,
#menubar .fright:hover,
#menubar .fright a:hover,
#menubar .fright * {
  color: #808080;
}
#menubar .fright strong {
  font-weight: 600;
}
#menubar .fright + .fright {
  border-right-width: 0;
}
#mainmenu > ul > li > a,
#mobilemenu > ul > li > a {
  padding: 0 24px;
  font-size: 26px;
  line-height: 56px;
  font-weight: 400;
  color: #006a81;
  border: 1px solid #ffffff;
  border-bottom-width: 0;
  font-family: 'PT Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
  border-radius: 15px 15px 0 0;
  background: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mainmenu > ul > li > a:hover,
#mobilemenu > ul > li > a:hover,
#mainmenu > ul > li > a:active,
#mobilemenu > ul > li > a:active,
#mainmenu > ul > li > a:focus,
#mobilemenu > ul > li > a:focus,
#mainmenu > ul > li > a.active,
#mobilemenu > ul > li > a.active {
  background: rgba(91, 113, 32, 0.2);
  border: 1px solid #e5edef;
  border-bottom-width: 0;
  background: -webkit-linear-gradient(top, white 75%, rgba(91, 113, 32, 0.1) 100%);
  background: -moz-linear-gradient(top, white 75%, rgba(91, 113, 32, 0.1) 100%);
  background: -ms-linear-gradient(top, white white 75%, rgba(91, 113, 32, 0.1) 100%);
  background: -o-linear-gradient(top, white white 75%, rgba(91, 113, 32, 0.1) 100%);
  background: linear-gradient(top, white 75%, rgba(91, 113, 32, 0.1) 100%);
  color: #006a81;
}
#mainmenu > ul > li > a.active,
#mobilemenu > ul > li > a.active {
  border-bottom-color: white;
  position: relative;
  bottom: -1px;
}
#mainmenu > ul > li.parent,
#mobilemenu > ul > li.parent {
  position: static;
}
#mainmenu > ul > li.parent > a,
#mobilemenu > ul > li.parent > a {
  padding-right: 20px;
}
#mainmenu > ul > li > .submenu,
#mobilemenu > ul > li > .submenu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #3d95a8;
  border-width: 1px 1px 1px 1px;
  border-bottom-color: #5b7120;
  margin: 0;
  border-radius: 0 0 20px 20px;
}
#mainmenu > ul > li > .submenu > ul.menu,
#mobilemenu > ul > li > .submenu > ul.menu {
  -moz-column-width: 300px;
  -webkit-column-width: 300px;
  column-width: 300px;
  padding: 24px;
}
#mainmenu > ul > li > .submenu > ul.menu > li,
#mobilemenu > ul > li > .submenu > ul.menu > li {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  padding-right: 25px;
  padding-left: 25px;
}
#mainmenu > ul > li > .submenu > ul.menu a,
#mobilemenu > ul > li > .submenu > ul.menu a {
  font-size: 18px;
}
#mainmenu > ul > li > .submenu > ul.menu a:hover,
#mobilemenu > ul > li > .submenu > ul.menu a:hover {
  text-decoration: underline;
}
#mainmenu > ul > li > .submenu > ul.menu .submenu a,
#mobilemenu > ul > li > .submenu > ul.menu .submenu a {
  color: #333333;
  font-size: 16px;
  line-height: 150%;
}
#mainmenu > ul > li > .submenu > ul.menu .submenu a:focus,
#mobilemenu > ul > li > .submenu > ul.menu .submenu a:focus,
#mainmenu > ul > li > .submenu > ul.menu .submenu a a:focus,
#mobilemenu > ul > li > .submenu > ul.menu .submenu a a:focus,
#mainmenu > ul > li > .submenu > ul.menu .submenu a:active,
#mobilemenu > ul > li > .submenu > ul.menu .submenu a:active,
#mainmenu > ul > li > .submenu > ul.menu .submenu a a:active,
#mobilemenu > ul > li > .submenu > ul.menu .submenu a a:active,
#mainmenu > ul > li > .submenu > ul.menu .submenu a.active,
#mobilemenu > ul > li > .submenu > ul.menu .submenu a.active,
#mainmenu > ul > li > .submenu > ul.menu .submenu a a.active,
#mobilemenu > ul > li > .submenu > ul.menu .submenu a a.active,
#mainmenu > ul > li > .submenu > ul.menu .submenu a:hover,
#mobilemenu > ul > li > .submenu > ul.menu .submenu a:hover,
#mainmenu > ul > li > .submenu > ul.menu .submenu a a:hover,
#mobilemenu > ul > li > .submenu > ul.menu .submenu a a:hover,
#mainmenu > ul > li > .submenu > ul.menu .submenu a *,
#mobilemenu > ul > li > .submenu > ul.menu .submenu a * {
  color: #333333;
}
#mainmenu > ul > li > .submenu > ul.menu .menu-morelink,
#mobilemenu > ul > li > .submenu > ul.menu .menu-morelink {
  border-top: 1px solid rgba(0, 106, 129, 0.5);
  margin-top: 10px;
}
#mainmenu > ul > li > .submenu > ul.menu .menu-morelink a,
#mobilemenu > ul > li > .submenu > ul.menu .menu-morelink a {
  text-decoration: none;
  font-weight: bold;
  color: #006a81;
}
#mainmenu > ul > li:hover .submenu,
#mobilemenu > ul > li:hover .submenu {
  display: none;
}
#mainmenu > ul > li.showSub .submenu,
#mobilemenu > ul > li.showSub .submenu {
  display: block;
  -moz-animation: rollDown 1s, fadeIn 0.2s;
  -webkit-animation: rollDown 1s, fadeIn 0.2s;
  animation: rollDown 1s, fadeIn 0.2s;
}
#map-filters .form-item,
#map-filters label {
  margin-bottom: 2px;
}
#map-search {
  height: 46px;
}
.tree-menu > ul > li + li {
  margin-top: 3px;
}
.tree-menu a {
  display: block;
}
.tree-menu ul.menu {
  margin: 3px 0;
}
.tree-menu ul.menu ul.menu {
  padding-left: 16px;
  border-left: 1px solid #3d95a8;
}
.tree-menu ul.menu ul.menu a {
  position: relative;
}
.tree-menu ul.menu ul.menu a:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 10px;
  height: 1px;
  background: #296370;
  margin-top: -1px;
}
.sitemap {
  padding-top: 0;
  padding-bottom: 64px;
}
.sitemap ul.menu ul.menu {
  border-left-color: #5b7120;
}
.sitemap ul.menu ul.menu a:after {
  background: rgba(0, 0, 0, 0.15);
}
.sitemap > ul > li {
  display: inline-block;
  width: 27%;
  margin-top: 0;
  border: 1px solid #3d95a8;
  border-bottom: 2px solid #006a81;
  margin-right: 20px;
  margin-left: 20px;
  background: white;
  padding: 10px 15px;
  vertical-align: top;
}
.sitemap > ul > li a {
  font-family: 'PT Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  color: #006a81;
}
.sitemap > ul > li:hover {
  position: relative;
  border-bottom: 1px solid #006a81;
  margin-bottom: 1px;
}
.sitemap > ul > li ul li {
  border-bottom: 1px solid white;
  margin-bottom: 4px;
}
.sitemap > ul > li ul li a {
  font-family: 'PT Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  color: #333333;
}
.sitemap > ul > li ul li:hover {
  position: relative;
  border-bottom: 1px solid #006a81;
  margin-bottom: 4px;
}
.sitemap a {
  color: #333333;
}
.sitemap a:hover {
  color: #006a81;
}
.sitemap li .desc {
  display: none;
}
.overlay-link:hover .node-title {
  color: black;
}
.content-header a {
  text-decoration: none;
}
.inner {
  border-color: #ccd1b8 !important;
}
.ipdc-group.accordion .content-header h3 {
  color: #606061 !important;
}
.view-mode-teaser .col .node-title,
.view-mode-teaser .col .field-item,
.view-mode-teaser article a,
article.teaser a {
  text-decoration: none;
}
.content-header a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay-link {
  position: relative;
}
.overlay-link:focus,
.overlay-link:active {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
.overlay-link:focus-within,
.overlay-link:focus {
  box-shadow: 0 0 0 0.125rem;
  border-color: #006a81 !important;
  color: black;
}
.bbc-main button.overlay-link:focus h4 .shortcut-link {
  color: black;
}
.inner a:focus,
.inner:hover {
  border-color: #006a81 !important;
}
/*.inner a:focus-within {
    box-shadow: 0 0 0 0.25rem;
}*/
.icon-yammer:before,
.icon-linkedin:before,
.icon-twitter:before,
.icon-facebook:before {
  content: none;
}
.social-button {
  padding-left: 40px !important;
}
.icon-yammer {
  background-image: url(/sites/all/themes/subtpl/less/yammer.png) !important;
  background-repeat: no-repeat !important;
  background-position: 15% 50% !important;
}
.icon-linkedin {
  background-image: url(/sites/all/themes/subtpl/less/linkedin.png) !important;
  background-repeat: no-repeat !important;
  background-position: 15% 50% !important;
}
.icon-twitter {
  background-image: url(/sites/all/themes/subtpl/less/twitter.png) !important;
  background-repeat: no-repeat !important;
  background-position: 15% 50% !important;
}
.icon-facebook {
  background-image: url(/sites/all/themes/subtpl/less/facebook.png) !important;
  background-repeat: no-repeat !important;
  background-position: 25% 50% !important;
}
.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
input[type=checkbox] + label:before,
input[type=radio] + label:before,
textarea,
select,
input,
#breadcrumb a,
#breadcrumb span {
  border-bottom: 1px solid #3d95a8;
}
.field-hours-days .status.status-open {
  background: #5b7120;
}
.shortcut-wrapper p {
  color: #333333;
}
input[type=radio],
input[type=checkbox] {
  display: none;
  border: 1px solid #666;
  width: 16px;
  height: 16px;
  position: absolute;
  padding: 0;
  left: 15px;
  /* top: 44px; */
  margin-top: 6px;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: none;
}
#search-block-form,
#search-block-form--2,
#e2e-newsletter-form {
  position: relative;
  display: inline-block;
  width: 300px;
}
#search-block-form label,
#search-block-form--2 label,
#e2e-newsletter-form label {
  position: absolute;
  color: #999;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.9) translateY(100%);
  transform: scale(0.9) translateY(100%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
#search-block-form label.animate-label,
#search-block-form--2 label.animate-label,
#e2e-newsletter-form label.animate-label {
  -webkit-transform: scale(0.6) translateY(0%);
  transform: scale(0.6) translateY(0%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  color: #999;
}
#search-block-form input,
#search-block-form--2 input,
#e2e-newsletter-form input {
  /*padding-top: 20px;*/
  width: 100%;
  box-sizing: border-box;
}
#search-block-form .searchlabel,
#search-block-form--2 .searchlabel,
#e2e-newsletter-form .element-invisible {
  position: absolute !important;
  clip: unset;
  overflow: unset;
  height: 14px;
  font-size: 20px;
  font-weight: normal;
  margin-left: 15px;
}
#e2e-newsletter-form .element-invisible {
  display: block;
}
::-webkit-input-placeholder {
  /* Edge */
  color: transparent;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
::placeholder {
  color: transparent;
}
.columns.field-images .box.thumbnail {
  position: relative;
}
.webform-progressbar {
  padding: 24px 120px;
  background: #fbfbfb;
  width: auto;
  border-radius: 6px;
  margin: 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3d95a8;
  font-size: 13px;
}
.webform-container-inline > label {
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}
input.hasDatepicker {
  padding: 16.5px;
  margin-left: 4px;
}
html.js fieldset.collapsed {
  padding: 0;
  height: 36px;
  border-width: 1px;
}
html.js fieldset.collapsible .fieldset-legend {
  background: none;
  padding-left: 0;
  display: block;
}
html.js fieldset.collapsible .fieldset-legend a {
  display: inline-block;
  text-decoration: none;
}
html.js fieldset.collapsible .fieldset-legend a:before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 0 5px 6px 5px;
  margin: 0 4px 4px 0;
  border-color: rgba(0, 0, 0, 0.5) transparent;
  vertical-align: middle;
  text-decoration: none;
}
html.js fieldset.collapsible.collapsed .fieldset-legend a:before {
  border-width: 6px 5px 0 5px;
  margin-bottom: 0;
}
.panes > fieldset {
  padding-top: 24px;
}
.panes > fieldset > legend {
  display: none;
}
.panes > fieldset.collapsed {
  display: none;
}
.accordion + .accordion {
  margin-top: 8px;
}
.accordion h3 {
  margin: 0;
  display: inline-block;
}
.accordion .content-header {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.accordion .content-header:before {
  content: "\e816";
  font-family: fontello;
  background-color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: super;
}
.accordion .content-header.active,
.accordion .content-header:hover {
  background: #5b7120;
}
.accordion .content-header.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .content-main {
  display: none;
}
.accordion .gutter {
  margin-top: 0;
}
.owl-carousel {
  background-color: rgba(0, 0, 0, 0.2);
}
.owl-carousel figure {
  margin-bottom: 0;
}
.owl-carousel h3,
.owl-carousel p,
.owl-carousel .button {
  margin-bottom: 6px;
}
.owl-item img {
  width: 100%;
}
.owl-item .caption {
  opacity: 0;
  margin: 64px;
  width: 50%;
  min-width: 300px;
  max-width: 600px;
  font-size: 13px;
  line-height: 130%;
}
.owl-item .caption h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
.owl-item.active {
  z-index: 9;
  position: relative;
}
.owl-item.active .caption {
  -moz-animation: zoomIn 0.4s;
  -webkit-animation: zoomIn 0.4s;
  animation: zoomIn 0.4s;
  opacity: 0.95;
}
.owl-buttons div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 80px;
  background: rgba(91, 113, 32, 0.95);
  text-align: center;
  font-size: 50px;
  line-height: 76px;
  font-weight: 200;
  font-style: bold;
  color: white;
  margin-top: -40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform-origin: left;
}
.owl-buttons div.owl-next {
  right: 0;
  left: auto;
  transform-origin: right;
}
.owl-buttons div:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.owl-pagination {
  position: absolute;
  bottom: 12px;
  left: 21px;
}
.owl-page {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid white;
  border-radius: 50%;
  background: rgba(128, 128, 128, 0.4);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.owl-page + .owl-page {
  margin-left: 6px;
}
.owl-page.active {
  background: white;
}
.owl-page .owl-numbers {
  display: none;
}
a.fancybox {
  display: block;
  text-decoration: none;
}
a.fancybox:before {
  content: "";
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20563.65%20563.65%22%3E%0D%0A%09%3Cpath%20fill%3D%22white%22%20d%3D%22M415.241%2C324.971c12.646-12.648%2C22.134-26.931%2C28.458-42.843%0D%0A%09%09c6.321-15.912%2C9.483-32.13%2C9.483-48.654s-3.161-32.844-9.483-48.96c-6.324-16.116-15.813-30.498-28.458-43.146%0D%0A%09%09c-12.648-12.648-26.931-22.032-42.84-28.152c-15.912-6.12-32.232-9.18-48.96-9.18c-16.729%2C0-33.051%2C3.06-48.96%2C9.18%0D%0A%09%09c-15.912%2C6.12-30.192%2C15.504-42.84%2C28.152s-22.134%2C27.03-28.458%2C43.146s-9.486%2C32.436-9.486%2C48.96s3.162%2C32.742%2C9.486%2C48.654%0D%0A%09%09c6.324%2C15.912%2C15.81%2C30.192%2C28.458%2C42.843c12.648%2C12.646%2C26.928%2C22.134%2C42.84%2C28.458c15.912%2C6.321%2C32.232%2C9.483%2C48.96%2C9.483%0D%0A%09%09s33.048-3.162%2C48.96-9.483C388.313%2C347.104%2C402.593%2C337.618%2C415.241%2C324.971z%20M488.681%2C67.93%0D%0A%09%09c22.851%2C22.848%2C39.984%2C48.654%2C51.408%2C77.418s17.136%2C58.038%2C17.136%2C87.822c0%2C29.784-5.712%2C59.058-17.136%2C87.822%0D%0A%09%09s-28.56%2C54.57-51.408%2C77.418c-18.357%2C18.36-38.76%2C33.048-61.2%2C44.064c-22.438%2C11.016-45.693%2C18.357-69.768%2C22.029%0D%0A%09%09c-24.072%2C3.675-48.246%2C3.471-72.521-0.609c-24.276-4.08-47.433-11.832-69.462-23.256L110.465%2C545.902%0D%0A%09%09c-6.12%2C6.12-12.852%2C10.605-20.196%2C13.464c-7.344%2C2.856-14.994%2C4.284-22.95%2C4.284s-15.606-1.428-22.95-4.284%0D%0A%09%09c-7.344-2.856-14.076-7.344-20.196-13.464s-10.608-12.852-13.464-20.196s-4.284-14.994-4.284-22.95s1.428-15.604%2C4.284-22.947%0D%0A%09%09c2.856-7.347%2C7.344-14.076%2C13.464-20.196l101.592-101.592c-14.28-22.44-24.276-46.515-29.988-72.218%0D%0A%09%09c-5.712-25.705-7.242-51.409-4.59-77.11c2.652-25.704%2C9.588-50.694%2C20.808-74.97s26.622-46.206%2C46.206-65.79%0D%0A%09%09c22.848-22.44%2C48.654-39.372%2C77.418-50.796C264.383%2C5.712%2C293.657%2C0%2C323.442%2C0c29.781%2C0%2C59.058%2C5.712%2C87.819%2C17.136%0D%0A%09%09C440.028%2C28.558%2C465.833%2C45.49%2C488.681%2C67.93z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: 24px;
  background-color: #006a81;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 4;
}
a.fancybox:after {
  content: "";
  background-color: rgba(0, 106, 129, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  z-index: 3;
}
a.fancybox:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
a.fancybox:hover:before {
  opacity: 1;
}
a.fancybox:hover:after {
  background-color: rgba(0, 106, 129, 0.2);
}
.fancybox-overlay a:focus,
.fancybox-overlay a:active {
  position: absolute;
  top: 0;
}
.fancybox-overlay a:focus.fancybox-close,
.fancybox-overlay a:active.fancybox-close {
  top: -18px;
}
.map {
  width: 100%;
  height: 450px;
}
.map .marker-popup {
  border-spacing: 0;
  line-height: 18px;
}
.map .field-image {
  margin: 4px 12px 0 0;
}
.map h3 {
  margin: 0 0 6px;
  font-size: 22px;
}
.social-button {
  margin-right: 6px;
  margin-bottom: 8px;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: white;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.social-button a {
  color: white;
  text-decoration: none;
}
.social-button:before {
  color: white;
  margin-right: 6px;
}
.social-button:focus,
.social-button:active,
.social-button:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}
.social-button.icon-facebook {
  background: #3c599b;
}
.social-button.icon-twitter {
  background: #5eaade;
}
.social-button.icon-gplus {
  background: #dd4b39;
}
.social-button.icon-yammer {
  background: #386cbb;
}
.social-button.icon-instagram {
  background: #385877;
  padding: 4px 10px 5px;
  margin: -4px 1px 0 0;
}
.social-button.icon-pinterest {
  background: #BD2126;
}
.social-button.icon-linkedin {
  background: #0077B5;
}
.social-button.icon-mail {
  background: #0077B5;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-prev span::before,
.ui-datepicker .ui-datepicker-next span::before {
  content: "‹";
  display: block;
  width: 18px;
  height: 18px;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}
.ui-datepicker .ui-datepicker-next span:before {
  content: "›";
}
.ui-datepicker .ui-datepicker-title select {
  height: 32px;
  min-height: 32px;
  line-height: 28px;
  float: none;
  font-size: 13px;
}
.filters .container-inline-date .form-item,
.filters .container-inline-date .form-item input {
  width: 100%;
  margin: 0;
}
.filters .container-inline-date .form-item,
.filters .container-inline-date .date-padding {
  float: none;
}
.filters .container-inline-date .description {
  left: 0;
  right: 0;
}
/* Throbber */
.ajax-progress {
  display: inline-block;
}
.ajax-progress .throbber,
.ajax-progress .message {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.ajax-progress .throbber {
  background: none;
  text-align: center;
}
.ajax-progress .throbber:before {
  content: "\e801";
  display: inline-block;
  width: 26px;
  height: 26px;
  font-family: fontello;
  font-size: 26px;
  line-height: 26px;
  color: #f6f6f6;
  -moz-animation: rotate 2s;
  -webkit-animation: rotate 2s;
  animation: rotate 2s;
}
.ajax-progress .message {
  padding-left: 4px;
  font-size: 13px;
  display: none;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.form-item,
.form-actions {
  margin-top: 0;
}
table .form-item {
  margin: 0;
}
.form-radios .form-item,
.form-checkboxes .form-item,
.form-item {
  margin-bottom: 20px;
}
.form-radios .form-item + .description,
.form-checkboxes .form-item + .description,
.form-item + .description {
  margin-top: -16px;
}
.description {
  font-size: 13px;
  font-style: italic;
  margin-top: 4px;
}
.fieldset-description {
  background-color: #fff2ce;
  padding: 16px;
  border: 1px solid #ffc31c;
  margin-bottom: 24px;
  color: #684c00;
  font-style: italic;
}
.fieldset-description p,
.fieldset-description ul {
  margin: 0;
}
.container-inline > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.field-type-list-boolean + .field-type-list-boolean,
.form-type-checkbox:not([style*="display:none"]):not([style*="display: none"]) + .form-type-checkbox,
.form-type-radio:not([style*="display:none"]):not([style*="display: none"]) + .form-type-radio {
  margin-top: 0;
}
input[type=radio] + label,
input[type=checkbox] + label {
  white-space: nowrap;
}
.block select,
.block input[type="text"],
.block input[type="password"],
.block input[type="search"] {
  width: 100%;
}
.filters {
  padding-bottom: 14px;
}
.filters .form-item {
  margin-bottom: 18px;
  max-width: 250px;
}
.filters .form-submit {
  margin-bottom: 0;
}
.filter {
  position: relative;
  width: 12.5%;
  min-width: 180px;
}
.filter .description {
  position: absolute;
  right: 0;
  left: 32px;
  padding: 12px;
  background: #006a81;
  color: white;
  display: none;
  border-radius: 4px;
}
.filter .description:after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #006a81;
  margin-left: -5px;
}
.filter:hover .description {
  display: block;
  -moz-animation: fadeIn 0.2s;
  -webkit-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
  z-index: 99;
}
.filter input,
.filter select {
  width: 100%;
}
.col > .filters {
  margin: 0;
}
.col > .filters .filter {
  width: 100%;
  min-width: 180px;
  max-width: 480px;
  margin: 0 0 20px;
}
html.mobile-menu-open {
  overflow-y: scroll;
  max-height: 100%;
}
html.mobile-menu-open body {
  overflow: hidden;
  max-height: 100%;
}
.smartphone {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .grid.tablet-no-grid {
    display: block;
    width: auto;
    margin: 0;
  }
  .grid.tablet-no-grid > .col {
    display: block;
    width: auto;
  }
  .grid.tablet-no-grid > .col + .col {
    margin-top: 32px;
  }
  #mobilemenu .wrapper {
    height: auto;
    margin-bottom: 16px;
  }
  #mobilemenu .sidebar {
    margin-bottom: 24px;
  }
  #footer {
    height: auto;
  }
  #header .col-logo {
    width: 300px;
  }
  #header #search-block-form .form-text,
  #header #footer form.relative .form-text {
    max-width: 100%;
  }
  .sidebar .field-images img {
    min-width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #footer {
    height: auto;
  }
  #breadcrumb,
  #right .field-images {
    margin-bottom: 38px;
  }
  #mobilemenu .menu-trigger span {
    display: none;
  }
  #mobilemenu .menu-trigger:before {
    margin-right: 0;
  }
  #mobilemenu .overview-menu {
    margin-bottom: 20px;
  }
  #mobilemenu .overview-menu .submenu {
    display: none;
  }
  #mobilemenu .overview-menu.columns {
    -moz-column-width: 800px;
    -webkit-column-width: 800px;
    column-width: 800px;
    margin-bottom: 20px;
  }
  #mobilemenu .overview-menu > ul > li {
    margin-bottom: 0;
    border: 1px solid #3d95a8;
    border-width: 1px 0;
  }
  #mobilemenu .overview-menu > ul > li + li {
    margin-top: -1px;
  }
  #mobilemenu .overview-menu > ul > li a {
    padding: 16px;
  }
  table {
    display: block;
    border-width: 0;
    width: 100% !important;
    overflow-x: auto;
  }
  .ui-datepicker table {
    display: table;
  }
  padding: 24px 120px;
  background: #fbfbfb;
  width: auto;
  border-radius: 6px;
  margin: 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3d95a8;
  font-size: 13px;
  .webform-progressbar {
    text-align: left;
    padding: 16px;
  }
  .webform-progressbar-outer {
    border-width: 0;
    background: none;
    margin: 0;
    width: auto;
    height: auto;
    position: static;
  }
  .webform-progressbar-inner {
    display: none;
  }
  span.webform-progressbar-page {
    position: static;
    top: auto;
    left: auto;
    display: block;
    margin: 0 0 8px 0;
    width: auto;
    height: auto;
  }
  span.webform-progressbar-page.current {
    background: #bfdae0;
  }
  span.webform-progressbar-page > span {
    margin: 0 12px 0 0;
    display: inline-block;
  }
  span.webform-progressbar-page .webform-progressbar-page-label {
    margin: 0 12px 0 12px;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  a.print,
  #breadcrumb,
  .filter:hover .description,
  .search-result .type,
  .owl-item .caption {
    display: none;
  }
  .dropDown article.thumbnail {
    max-width: 24.2%;
  }
  #header {
    min-height: 185px;
  }
  #header .col-logo {
    width: 200px !important;
    padding: 20px 50px 20px 0;
  }
  #header .col-logo img {
    height: auto !important;
  }
  #header .slogan {
    font-size: 16px !important;
  }
  #header #search-block-form .form-text,
  #header #footer form.relative .form-text {
    max-width: 100%;
  }
  #header #menubar {
    position: absolute;
    bottom: 25px;
  }
  #banner {
    display: none !important;
  }
  #mainmenu > ul > li > a,
  #mobilemenu > ul > li > a,
  #mainmenu > ul > li.parent > a,
  #mobilemenu > ul > li.parent > a {
    padding: 8px 0px !important;
    margin-right: 8px !important;
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .bundle-overview + .bundle-button a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow-x: hidden;
  }
  body #container.OpenBar {
    overflow: hidden;
  }
  #admin-menu,
  #admin-bar {
    display: none;
  }
  body.has-admin-menu {
    padding-top: 0;
  }
  .desktop,
  #topmenu,
  .teaser .field-event-date .field-item:before,
  .owl-buttons div {
    display: none;
  }
  .smartphone {
    display: block;
  }
  .columns_v2[data-columns='3'] {
    display: block;
    border-spacing: 0;
  }
  .columns_v2[data-columns='3'] .overview-column {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding-right: 32px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .wrapper.padding {
    padding: 24px 16px;
  }
  .col-header-search {
    vertical-align: top;
  }
  .gutter.columns .box {
    margin-bottom: 18px;
  }
  .teaser .grid,
  .accordion .grid {
    display: block;
    margin: 0;
    width: auto;
  }
  .teaser .grid .col,
  .accordion .grid .col {
    display: block;
    width: auto;
  }
  .teaser .grid .col-medium-image,
  .accordion .grid .col-medium-image {
    width: 68px;
    float: left;
    margin: 8px 12px 8px 0;
  }
  #search-block-form .form-text {
    width: 100%;
    height: 60px;
    border-radius: 10px;
  }
  #search-block-form .form-text,
  #search-block-form .form-submit {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
  }
  .filters.gutter-small {
    margin-left: 0;
  }
  .filters .form-item,
  select,
  input[type=email],
  input[type=text] {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  #map-search {
    top: auto !important;
    right: 36px !important;
    left: 12px !important;
    bottom: 27px;
  }
  .bundle-entity {
    font-size: 13px;
  }
  .dropDown article.thumbnail {
    max-width: 29%;
    margin: 10px 2%;
  }
  .thumbnail img {
    width: 64%;
    min-width: auto;
  }
  #topmenu {
    display: block;
  }
  #topmenu li {
    display: none;
  }
  #topmenu ul > li.facebook,
  #topmenu ul > li.twitter {
    display: inline-block;
    background: #5b7120;
    border-radius: 0 0 5px 5px;
    padding: 5px 15px;
    margin: 0 5px;
    line-height: 16px;
    font-size: 14px;
  }
  #topmenu ul > li.facebook a,
  #topmenu ul > li.twitter a {
    color: white;
    text-indent: -9999px;
  }
  #topmenu ul > li.facebook a:before,
  #topmenu ul > li.twitter a:before {
    text-indent: 9993px;
  }
  .selector {
    display: none;
  }
  .submenu {
    display: none;
  }
  .overview-menu > ul > li {
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #3d95a8;
  }
  .overview-menu > ul > li > a {
    font-size: 16px;
    color: #006a81;
    margin-bottom: 6px;
  }
  .sitemap > ul > li {
    width: 80%;
  }
  #pageBanner .shortcuts-wrapper .columns {
    -moz-column-width: 100%;
    -webkit-column-width: 100%;
    column-width: 100%;
  }
  #footer .col,
  #footer .col.va-middle {
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .topmenu-wrapper {
    display: block;
    width: 100%;
    height: 45px;
  }
  .topmenu-wrapper .selector {
    right: 0;
    font-size: 14px;
    text-align: center;
    padding: 5px 15px;
  }
  #header.desktop {
    min-height: 230px;
    background: white;
    display: block;
  }
  #header.desktop .col-logo {
    width: 140px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #header.desktop .col-logo img {
    width: 140px;
  }
  #header.desktop .col {
    display: block;
    width: 100%;
  }
  #header.desktop #search-block-form .form-text,
  #header.desktop #footer form.relative .form-text {
    max-width: 100%;
    width: 100%;
    height: 60px;
    border-radius: 10px;
  }
  #header.desktop #menubar {
    position: relative;
    bottom: 0;
    width: 100%;
  }
  #header.desktop #mobilemenu ul.menu {
    display: table;
    width: 100%;
  }
  #header.desktop #mobilemenu ul.menu li {
    display: table-cell;
  }
  #header.desktop #mobilemenu ul.menu li a {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    text-align: center;
  }
  #header.desktop #mobilemenu ul.menu ul li:nth-child(-n+2) {
    /*.o(inline-block);*/
  }
  .has-admin-menu #header {
    top: 0;
  }
  body #container.OpenBar {
    margin-top: 230px !important;
  }
  #header.ClosedBar + #container {
    margin-top: 230px !important;
  }
  .shortcuts-wrapper .gutter-small.columns .box {
    margin-bottom: 0;
  }
  #pageBanner .shortcuts-wrapper .bundle-shortcuts {
    padding-bottom: 0;
  }
  #pageBanner {
    background: #5b7120 !important;
    padding-bottom: 20px;
  }
  #pageBanner .shortcuts-wrapper .bundle-shortcuts .box {
    width: 90%;
  }
  #pageBanner .shortcuts-wrapper .bundle-shortcuts .box .shortcut-link {
    font-size: 13px;
  }
  #pageBanner .shortcuts-wrapper .bundle-shortcuts .box .shortcut-link:before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px;
  }
  ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: none !important;
  }
  .inline-menu > ul > li {
    display: inline-block;
    margin: 0 0 15px !important;
  }
  .scholen .teaser-small.teaser {
    margin: 0;
    padding: 10px !important;
    border: none;
  }
  .scholen .teaser-small.teaser .content-header {
    margin: 15px 15px 0 !important;
    padding: 10px !important;
    padding-left: 22px !important;
    text-align: left;
    position: relative;
  }
  .columns_v2[data-columns='3'] .overview-column {
    margin-bottom: 15px;
  }
  .columns_v2[data-columns='4'] .overview-column {
    width: 45%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 15px;
  }
}
.columns {
  transform: translateZ(1px);
}
.columns article.box {
  transform: translateZ(0px);
}
/*
.columns {	transform: translateZ(1px); }
.columns article.box {   transform: translateZ(0px); }
*/
.group-klasblogs .bundle {
  position: relative;
  z-index: 1;
}
#sliding-popup .popup-content #popup-text {
  color: #fff;
  float: left;
  font-weight: bold;
  margin: 11px 0 0;
  max-width: 60%;
  font-size: 16px;
}
#sliding-popup .popup-content #popup-text h1,
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px 0;
}
#sliding-popup.sliding-popup-bottom,
#sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background: #006a81;
  padding: 20px 0 0;
}
#sliding-popup .popup-content #popup-text p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 5px 0;
}
#sliding-popup .eu-cookie-compliance-more-button {
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  margin-top: 0px;
  padding: 0;
  border: none;
  text-decoration: underline;
  background: none;
  font-size: 16px;
  margin-top: -4px;
  margin-left: 0px;
}
#cookie-tabs > div {
  width: 93.3%;
  padding: 20px 35px;
  font-size: 16px;
  line-height: 180%;
  border-top: 2px solid #e6e6e6;
}
#cookie-tabs {
  display: block !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  font-family: sans-serif;
  padding: 0.1em;
  border: 0px solid #efefef;
  border-radius: 0;
}
#cookie-tabs > ul {
  display: block !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 99%;
  background-image: none;
  background-color: white;
  padding: 0;
  border: none;
  margin-top: 15px;
  margin-bottom: -2px;
}
.euccx-switch {
  pointer-events: auto;
}
#cookie-tabs > ul > li {
  display: block;
  background-image: none;
  background-color: #e6e6e6;
  padding: 0 13px;
  margin: 0 1%;
  width: 23%;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  border: 2px solid #e6e6e6 !important;
  border-bottom: 0px !important;
  background-color: white !important;
}
#cookie-tabs > ul > li a:focus {
  outline: 0px;
  border: 0px;
}
button.cookie-settings-save {
  color: white;
  background: #006a81 ;
  border: 1px #006a81  solid;
  box-shadow: none;
  padding: 8px 26px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12pt;
  outline: none;
}
#cookie-tabs > ul > li a:focus,
#cookie-tabs > ul > li a:active {
  position: relative;
  top: 1px;
  color: #000000;
  background: transparent;
}
.cookie-tab-container {
  border: 0px solid #efefef;
  padding: 12px;
  margin: 0 auto 60px;
  width: 70%;
}
.ui-tabs-panel strong {
  font-size: 160%;
  display: block;
  margin-bottom: 5px;
  line-height: 140%;
}
.ui-tabs-panel em {
  font-style: normal;
  display: block;
}
.ui-tabs-panel .social-button {
  color: white !important;
}
