@CHARSET "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

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

/* work-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('vhs-assets-css-2b46769338b628b76e9ab392c80d8e50.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* work-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 300;
  src: url('vhs-assets-css-1cbf6d03c141bad5cbb8c032cd73c5e8.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('vhs-assets-css-01b2b914cebe6a4578d359ab00ed0cdd.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* work-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  src: url('vhs-assets-css-800530e9f9b8a2e26fd300b1dcbe22c3.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* work-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('vhs-assets-css-7ee269387ffa7696c757196f104a049b.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* work-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 500;
  src: url('vhs-assets-css-662ef057cf621d3206d2560ee35c7189.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* hind-guntur-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hind Guntur';
  font-style: normal;
  font-weight: 400;
  src: url('vhs-assets-css-a8c5459f61f555dee33724e2a7b32dff.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* hind-guntur-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hind Guntur';
  font-style: normal;
  font-weight: 500;
  src: url('vhs-assets-css-dc859281e7514bb327f1322b606825db.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* hind-guntur-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Hind Guntur';
  font-style: normal;
  font-weight: 600;
  src: url('vhs-assets-css-409b59722ac8d065012188ca40dee01b.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

html {
  font-size: 10px; }

body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  line-height: 1.45em; }

h1,
h2,
h3 {
  font-family: 'Hind Guntur', sans-serif;
  line-height: 1.40em; }

h1 {
  font-size: 2.80em;
  font-weight: 400; }

h2 {
  font-size: 1.70em;
  font-weight: 600; }

h3 {
  font-size: 1.60em;
  font-weight: 400; }

h4,
h5 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.33em; }

h4 {
  font-size: 1.30em;
  letter-spacing: 0.25em; }

h5 {
  font-size: 1.00em;
  letter-spacing: 0.20em; }

b, strong {
  font-weight: 500; }

.aspect-ratio[data-aspect-ratio] {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden; }

.aspect-ratio[data-aspect-ratio] > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: auto;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto; }

.aspect-ratio[data-aspect-ratio] {
  padding-top: 100%; }

.aspect-ratio[data-aspect-ratio="16:9"] {
  padding-top: 56.25%; }

.aspect-ratio[data-aspect-ratio="4:3"] {
  padding-top: 75%; }

.aspect-ratio[data-aspect-ratio="2:1"] {
  padding-top: 50%; }

.aspect-ratio[data-aspect-ratio="3:1"] {
  padding-top: 33.33%; }

@media only screen and (max-width: 768px) {
  body {
    font-size: 150.00%; } }

@media only screen and (min-width: 769px) {
  body {
    font-size: 175.00%; } }

@media only screen and (min-width: 1201px) {
  body {
    font-size: 200.00%; }
  .page {
    display: block;
    margin: auto;
    width: 1200px; } }

body {
  background-color: #EEEEEE; }

.page {
  background-color: #FFFFFF; }

.page > header {
  padding: 2em 1em; }
  .page > header .logo {
    display: inline-block;
    vertical-align: top;
    height: 150px;
    width: auto;
    margin: 0 2em 0 2em; }
  .page > header h1 {
    display: inline-block;
    vertical-align: top;
    color: #D14B24;
    margin: .7em 0 0 0;
    text-shadow: 2px 2px #EEEEEE; }
    .page > header h1 .welcome {
      display: block;
      color: #354F34;
      font-size: smaller;
      line-height: 100%; }

.main-menu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #505962; }
  .main-menu ul.menu.level1 {
    padding: 0 1em; }
    .main-menu ul.menu.level1 > li {
      display: inline-block;
      vertical-align: top; }
      .main-menu ul.menu.level1 > li a {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        padding: .4em .4em;
        font-weight: bolder; }
  .main-menu ul.menu.level2 {
    border-top: 1px solid #EEEEEE; }

.main-menu ul.menu.level2 {
  display: none;
  position: absolute;
  z-index: 3; }

.main-menu ul.menu li:hover, .main-menu ul.menu li.hover {
  background-color: rgba(209, 75, 36, 0.8); }

.main-menu ul.menu.level1 > li:hover ul.menu.level2,
.main-menu ul.menu.level1 > li.hover ul.menu.level2 {
  display: block; }

.footer-menu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-menu ul.menu.level1 {
    padding: 0 1em; }
    .footer-menu ul.menu.level1 > li {
      display: inline-block;
      vertical-align: top; }
      .footer-menu ul.menu.level1 > li a {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        padding: .4em 1em; }
        .footer-menu ul.menu.level1 > li a:hover {
          text-decoration: underline; }

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('vhs-assets-css-6773f074130526f20f50515cbd44d778.eot');
  src: url('vhs-assets-css-4bf6c6e26baa4f2ea3a0011fdbaf5594.eot?#iefix') format("embedded-opentype"), url('vhs-assets-css-ba21f725bd1fdca7feaac3e167dd5a92.woff') format("woff"), url('vhs-assets-css-39df1cf4f442093b65fe273ca67b6c3a.ttf') format("truetype"), url('vhs-assets-css-8767a09c7a30ff419a750d995bd9fe3b.svg#flexslider-icon') format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.flexslider {
  border: 0;
  margin: 0;
  background-color: transparent; }
  .flexslider ul.slides {
    padding: 0; }
    .flexslider ul.slides figure {
      margin: 0; }
    .flexslider ul.slides figcaption {
      position: absolute;
      bottom: 0;
      background-color: rgba(238, 238, 238, 0.5);
      color: #000000;
      width: 60%;
      padding: 0;
      margin: 0 20% 1em; }
      .flexslider ul.slides figcaption h1, .flexslider ul.slides figcaption h2, .flexslider ul.slides figcaption h3, .flexslider ul.slides figcaption h4, .flexslider ul.slides figcaption h5, .flexslider ul.slides figcaption h6, .flexslider ul.slides figcaption p {
        margin: 1%;
        text-align: center; }
      .flexslider ul.slides figcaption a {
        color: inherit; }
  .flexslider .flex-control-nav a {
    outline: none; }
  .flexslider .flex-direction-nav {
    line-height: 2.15em; }
    .flexslider .flex-direction-nav a.flex-prev::before,
    .flexslider .flex-direction-nav a.flex-next::before {
      color: rgba(209, 75, 36, 0.8); }

.page-visual {
  background-color: rgba(238, 238, 238, 0.5); }

#content {
  padding: 1em 2em; }
  #content h2 {
    color: #D14B24; }
  #content h3 {
    color: #354F34; }
    #content h3 a {
      color: inherit; }
  #content a,
  #content a:visited,
  #content a:active {
    color: #354F34;
    font-weight: 500;
    text-decoration: none; }
    #content a:hover,
    #content a:visited:hover,
    #content a:active:hover {
      text-decoration: underline; }
  #content table {
    width: 100%; }
    #content table th, #content table td {
      text-align: left;
      vertical-align: top; }
  #content .ce-bodytext *:first-child {
    margin-top: 0; }

footer {
  border-top: 0.1em solid #EEEEEE;
  background-color: #67737e;
  color: #ffffff; }
  footer .footer-menu {
    border-top: 0.1em solid #EEEEEE;
    padding: 1em 0; }
  footer .footer-content {
    padding: 2em 2em 1em 2em; }
    footer .footer-content:after {
      content: "";
      display: table;
      clear: both; }
    footer .footer-content > div {
      float: left;
      width: 33%; }
  footer h1, footer h2, footer h3, footer h4, footer h5 {
    margin: 0;
    font-size: smaller; }
  footer a,
  footer a:visited,
  footer a:active {
    color: inherit;
    font-weight: 500;
    text-decoration: none; }
    footer a:hover,
    footer a:visited:hover,
    footer a:active:hover {
      text-decoration: underline; }

.tx-powermail form {
  margin: 0; }
  .tx-powermail form h3 {
    display: none; }
  .tx-powermail form fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
    .tx-powermail form fieldset legend {
      display: none; }
  .tx-powermail form .powermail_fieldwrap {
    margin: 10px 0;
    padding-bottom: 5px; }
    .tx-powermail form .powermail_fieldwrap label {
      display: inline-block;
      vertical-align: text-bottom;
      width: 25%;
      text-align: right;
      padding-right: 5%; }
      .tx-powermail form .powermail_fieldwrap label span.mandatory {
        font-weight: bold; }
    .tx-powermail form .powermail_fieldwrap .powermail_field {
      display: inline-block;
      width: 60%; }
      .tx-powermail form .powermail_fieldwrap .powermail_field input[type=text],
      .tx-powermail form .powermail_fieldwrap .powermail_field input[type=date],
      .tx-powermail form .powermail_fieldwrap .powermail_field input[type=tel],
      .tx-powermail form .powermail_fieldwrap .powermail_field input[type=email],
      .tx-powermail form .powermail_fieldwrap .powermail_field textarea {
        width: 100%; }
      .tx-powermail form .powermail_fieldwrap .powermail_field textarea {
        height: 100px;
        width: 100%; }
      .tx-powermail form .powermail_fieldwrap .powermail_field input[type=submit] {
        margin-top: 20px; }
  .tx-powermail form .powermail_fieldwrap_type_textarea label {
    vertical-align: top; }
  .tx-powermail form .powermail_fieldwrap_type_submit {
    text-align: right;
    margin-right: 10%; }

.news .news-list-view .page-navigation ul {
  margin: 0; }

.news .news-list-view .article {
  padding-bottom: 5px;
  margin-bottoom: 15px; }
  .news .news-list-view .article .header {
    margin: 10px 0; }
    .news .news-list-view .article .header h3 {
      margin: 5px 0 0 0; }
      .news .news-list-view .article .header h3 a {
        text-decoration: none; }
  .news .news-list-view .article .more {
    margin-top: 5px; }
  .news .news-list-view .article .news-img-wrap {
    background-color: transparent;
    margin: 0 12px 5px 0; }
    .news .news-list-view .article .news-img-wrap a {
      background-color: transparent;
      border: 0; }
  .news .news-list-view .article.even .news-img-wrap {
    float: right;
    margin: 0 0 5px 12px; }

.news .news-single .header {
  border: 0; }

.news .news-single .footer {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000000; }
  .news .news-single .footer span {
    margin-right: 3px; }

.news .news-single .news-related {
  border: 0; }

.news .news-single .news-img-wrap a {
  border: 0;
  outline: none; }

#cookie-consent {
  position: fixed;
  z-index: 9999;
  width: 1200px;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  line-height: 1.5em; }

#cookie-consent > noscript,
#cookie-consent > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em 1.8em; }

#cookie-consent p {
  display: inline-block;
  flex: 1;
  vertical-align: top;
  margin: 0; }

#cookie-consent button {
  display: inline-block;
  flex: 0;
  vertical-align: middle;
  padding: .4em .8em;
  margin: .8em 1em;
  min-width: 140px;
  font-size: .9em;
  font-weight: bolder;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  color: white;
  border-color: transparent; }

#cookie-consent {
  background-color: rgba(53, 79, 63, 0.8);
  color: #FFFFFF; }

#cookie-consent a,
#cookie-consent a:active,
#cookie-consent a:visited {
  color: #FFFFFF;
  text-decoration: none; }

#cookie-consent a:hover {
  text-decoration: underline; }

#cookie-consent button {
  background-color: #505962; }

#cookie-consent button:hover {
  background-color: #B74E30; }

@media only screen and (max-width: 1200px) {
  #cookie-consent {
    left: 0;
    margin-left: 0;
    max-width: 100%; } }


