/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
[class*="icon-"][class*="-nav-show"] {
  display: block;
  -webkit-background-size: 80px 40px;
  -moz-background-size: 80px 40px;
  -o-background-size: 80px 40px;
  background-size: 80px 40px;
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
[class*="icon-"][class*="-nav-hide"] {
  display: block;
  -webkit-background-size: 80px 40px;
  -moz-background-size: 80px 40px;
  -o-background-size: 80px 40px;
  background-size: 80px 40px;
  background-position: -40px 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
[class*="icon-"] {
  background-image: url('../images/icons/icons.png');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 148dpi) {
  [class*="icon-"] {
    background-image: url('../images/icons/icons@2x.png');
  }
}
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  background-color: #fefefe;
}
body {
  overflow-x: hidden;
}
body .tablet-only,
body .tablet-plus,
body .desktop-only {
  display: none !important;
}
body .fixed-top {
  position: fixed;
  top: 0;
}
body #wrapper {
  height: 100%;
}
body #page-wrap {
  min-height: 100%;
  width: 100%;
}
body .inner {
  width: 100%;
  padding: 15px 3%;
}
body .clear {
  clear: both;
}
body .notext {
  text-indent: -999em;
  overflow: hidden;
}
body .separator,
body .separatorblock {
  margin: 0 auto 20px;
  position: static;
  width: 100%;
  height: 45px;
  max-width: 960px;
  background-image: url('../images/Jodlerchoerli_Heimelig_Oberkirch_Separator.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .separatorblock {
  margin: 20px auto 40px !important;
}
body h1,
body h2,
body h3,
body h4 {
  color: #000000;
  font-family: 'FF Tisa Pro', serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
body h1 {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin: 0 0 40px;
  text-transform: uppercase;
}
body h2 {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
body h3,
body h4 {
  font-family: 'Neuzeit Grotesk', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 10px;
  letter-spacing: 0.03em;
}
body p {
  margin-bottom: 1em;
}
body address,
body p,
body span,
body b,
body strong,
body i,
body li,
body label,
body input[type="text"],
body legend {
  color: #000000;
  font-family: 'Neuzeit Grotesk', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
body b {
  font-weight: bold;
}
body i {
  font-style: italic;
}
body a,
body a:visited {
  color: #000000;
  font-family: 'Neuzeit Grotesk', sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
}
body a strong,
body a:visited strong {
  color: inherit;
}
body ul {
  padding: 0;
  list-style: none;
}
body ul li {
  color: #000000;
  font-family: 'Neuzeit Grotesk', sans-serif;
}
body table {
  font-family: 'Neuzeit Grotesk', sans-serif;
}
body table .stacktable .st-head-row {
  padding-top: 1em;
}
body table .stacktable .st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
body table .stacktable .st-key {
  width: 45%;
  text-align: right;
  padding-right: 1%;
}
body table .stacktable .st-val {
  width: 54%;
  padding-left: 1%;
}
body table .stacktable .large-only {
  display: none;
}
body table .stacktable .small-only {
  display: table;
}
body table p {
  margin: 0;
}
body table a {
  margin: 0;
}
body img,
body video {
  max-width: 100%;
  height: auto;
}
body video {
  width: 100% !important;
  height: auto !important;
}
body iframe {
  width: 100%;
}
body .uppercase {
  text-transform: uppercase;
}
body input[type="submit"],
body .button,
body a.button {
  padding: 7px 14px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  margin: 10px 20px 0 30%;
  color: #fefefe;
  background-color: #e3000b;
  cursor: pointer;
  border: 0;
}
body input[type="submit"]:hover,
body .button:hover,
body a.button:hover,
body input[type="submit"].active,
body .button.active,
body a.button.active,
body input[type="submit"].current,
body .button.current,
body a.button.current {
  color: #fefefe;
  background-color: #000000;
}
body .lb-caption {
  color: #fff;
  font-size: 16px !important;
}
body .lb-number {
  display: none !important;
}
body header .inner {
  padding-bottom: 0;
}
body header .inner #logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}
body header .inner #nav-container {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
body header .inner #nav-container #mobile-primary:last-child {
  text-align: center;
}
body header .inner #nav-container #mobile-primary ul.level-1 {
  list-style: none;
  width: 100%;
  text-align: inherit;
}
body header .inner #nav-container #mobile-primary ul.level-1 li {
  width: 100%;
  list-style: none;
  text-align: inherit;
}
body header .inner #nav-container #mobile-primary ul.level-1 li.current {
  font-weight: bold;
  background-color: #f0f0f0;
}
body header .inner #nav-container #mobile-primary ul.level-1 li.section {
  background-color: #f0f0f0;
}
body header .inner #nav-container #mobile-primary ul.level-1 li a {
  display: inline-block;
  width: 100%;
  padding: 12px 12px 8px;
  text-align: inherit;
  font-size: 14px;
  line-height: 18px;
}
body header .inner #nav-container #mobile-secondary {
  background-color: #f0f0f0;
}
body header .inner #nav-container #mobile-secondary ul.level-2 {
  list-style: none;
  width: 100%;
}
body header .inner #nav-container #mobile-secondary ul.level-2 li:hover,
body header .inner #nav-container #mobile-secondary ul.level-2 li.current {
  font-weight: bold;
}
body header .inner #nav-container #mobile-secondary ul.level-2 li a {
  display: inline-block;
  width: 100%;
  padding: 12px 12px 8px;
  font-size: 14px;
  line-height: 18px;
}
body #content #content-header {
  position: relative;
}
body #content #content-header #header-image {
  padding: 0 20%;
  width: 100%;
  display: none;
}
body #content #content-header #header-image picture img {
  display: block;
}
body #content #content-header #header-text {
  background-color: #e3000b;
  color: #fefefe;
  min-height: 300px;
  width: 100%;
  padding: 20px 3%;
}
body #content #content-header #header-text h1 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
body #content #content-header #header-text h3 {
  font-size: 18px;
  margin-top: 0;
}
body #content #content-header a {
  display: inline-block;
  margin-top: 20px;
  padding: 7px 7px 2px 7px;
  background-color: #fefefe;
  color: #e3000b;
  font-weight: bold;
}
body #content #content-header p,
body #content #content-header h1,
body #content #content-header h2,
body #content #content-header h3 {
  color: inherit;
}
body #content .inner #content-main {
  margin-top: 30px;
}
body #content .inner #content-main .block_area .textblock .textblock-text {
  margin-bottom: 30px;
}
body #content .inner #content-main .block_area .textblock .textblock-text table {
  min-width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
body #content .inner #content-main .block_area .textblock .textblock-text table p {
  font-size: inherit;
}
body #content .inner #content-main .block_area .textblock .textblock-text table tr {
  vertical-align: top;
}
body #content .inner #content-main .block_area .textblock .textblock-text table tr:nth-child(odd) {
  background-color: #e2e2e2;
}
body #content .inner #content-main .block_area .textblock .textblock-text table tr:nth-child(even) {
  background-color: #f0f0f0;
}
body #content .inner #content-main .block_area .textblock .textblock-text table tr a {
  color: #000000;
}
body #content .inner #content-main .block_area .textblock .textblock-text table tr td {
  padding: 1.1em 0.5em;
}
body #content .inner #content-main .block_area .textblock .textblock-text a {
  display: inline-block;
  margin-top: 20px;
  padding: 7px 7px 2px 7px;
  background-color: #e3000b;
  color: #fefefe;
  font-weight: bold;
}
body #content .inner #content-main .block_area .textblock .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body #content .inner #content-main .block_area .textblock .gallery a.gallery-image {
  margin: 0 15px 15px 0;
}
body #content .inner #content-main .block_area .teamblock ul.teamlist {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body #content .inner #content-main .block_area .teamblock ul.teamlist li.teammember {
  float: left;
  margin: 0 10% 20px 0;
  width: 45%;
}
body #content .inner #content-main .block_area .teamblock ul.teamlist li.teammember:nth-child(2n) {
  margin-right: 0;
}
body #content .inner #content-main .block_area .teamblock .teamimg {
  display: block;
  margin-bottom: 5px;
}
body #content .inner #content-main .block_area .teamblock .teamtext {
  min-height: 70px;
}
body #content .inner #content-main .block_area .teamblock .teamtext .teamfunction,
body #content .inner #content-main .block_area .teamblock .teamtext .teamname,
body #content .inner #content-main .block_area .teamblock .teamtext a {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
body #content .inner #content-main .block_area .teamblock .teamtext .teamfunction {
  font-family: 'Neuzeit Grotesk', sans-serif;
  font-weight: bold;
}
body footer .inner #footer-pageinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
}
body footer .inner #footer-pageinfo #footer-legal {
  order: 3;
  text-align: center;
  margin-bottom: 16px;
}
body footer .inner #footer-pageinfo #footer-legal p,
body footer .inner #footer-pageinfo #footer-legal a {
  font-size: inherit;
  line-height: inherit;
}
body footer .inner #footer-pageinfo #primary-address {
  order: 1;
  text-align: center;
  margin-bottom: 16px;
}
body footer .inner #footer-pageinfo #primary-address address,
body footer .inner #footer-pageinfo #primary-address a {
  font-size: inherit;
  line-height: inherit;
}
body footer .inner #footer-pageinfo #secondary-address {
  order: 2;
  text-align: center;
  margin-bottom: 16px;
  pointer-events: none;
}
body footer .inner #footer-pageinfo #secondary-address address,
body footer .inner #footer-pageinfo #secondary-address a {
  pointer-events: all;
  font-size: inherit;
  line-height: inherit;
}
body footer a.V {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 1em;
  margin: 0 auto;
  color: black;
  background-image: url('../images/icons/visionaer.png');
  background-size: contain;
  text-indent: -9999px;
  white-space: nowrap;
  z-index: 299;
}
/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and 
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */
/* SILVERSTRIPE FORMS
----------------------------------------------- */
form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
form .field {
  margin-bottom: 8px;
  display: flex !important;
}
form .field.userformsstep {
  display: block !important;
}
form .field ul {
  padding: 0 !important;
}
form .field ul li {
  list-style: none !important;
}
form .checkbox .middleColumn {
  width: 100%;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type="checkbox"] {
  margin: 0 5px 20px 0;
}
form input[type="checkbox"] + label {
  width: 80%;
}
form .error.message {
  margin-bottom: 20px;
  padding: 6px 24px;
  background-color: #e3000b;
  color: #fefefe;
}
form .error.message:before {
  content: '\00BB';
  position: absolute;
  margin-left: -12px;
}
form .step-navigation .step-buttons {
  padding: 0;
}
form .step-navigation .step-buttons input {
  border: solid 1px #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fefefe;
}
form .step-navigation .step-buttons input:hover {
  background-color: #000000;
  color: #fefefe;
}
form .left {
  font-weight: normal !important;
  line-height: 30px;
  width: 25%;
  margin-right: 5%;
}
form .middleColumn {
  width: 70%;
}
@media only screen and (min-width: 720px) {
  body .mobile-only {
    display: none !important;
  }
  body .tablet-only,
  body .tablet-plus {
    display: block !important;
  }
  body .inner {
    max-width: 960px;
    margin: 0 auto;
  }
  body .separator,
  body .separatorblock {
    margin: 0 auto 40px;
    height: 66px;
  }
  body table.stacktable.large-only {
    display: table;
  }
  body table.stacktable.small-only {
    display: none;
  }
  body header .inner #logo {
    width: 250px;
  }
  body header .inner #nav-container {
    margin: 20px 0 0;
  }
  body header .inner #nav-container #primary ul.level-1 li {
    float: left;
    position: relative;
  }
  body header .inner #nav-container #primary ul.level-1 li.hovered,
  body header .inner #nav-container #primary ul.level-1 li.section {
    background-color: #f0f0f0;
  }
  body header .inner #nav-container #primary ul.level-1 li.current {
    background-color: #f0f0f0;
    font-weight: bold;
  }
  body header .inner #nav-container #primary ul.level-1 li a {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    transition: background-color 0.2s ease;
  }
  body header .inner #nav-container #primary ul.level-1 li a:hover {
    background-color: #f0f0f0;
    font-weight: bold;
  }
  body header .inner #nav-container #primary ul.level-1 li a.section {
    font-weight: bold;
  }
  body header .inner #nav-container #primary ul.level-1 li ul.level-2 {
    display: none;
    position: absolute;
    top: 39px;
    width: auto !important;
    z-index: 10;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e2e2e2;
  }
  body header .inner #nav-container #primary ul.level-1 li ul.level-2 li {
    line-height: normal;
    font-weight: normal;
  }
  body header .inner #nav-container #primary ul.level-1 li ul.level-2 li.current {
    font-weight: bold;
  }
  body header .inner #nav-container #primary ul.level-1 li ul.level-2 li a {
    white-space: nowrap;
  }
  body header .inner #nav-container #primary ul.level-1 li ul.level-2 li a:hover {
    font-weight: bold;
  }
  body #content #content-header {
    display: flex;
  }
  body #content #content-header #header-image {
    float: left;
    display: block;
    padding: 0;
    width: 100%;
  }
  body #content #content-header #header-image.hastext {
    max-width: 50%;
  }
  body #content #content-header #header-text {
    padding: 30px 13%;
    width: 50%;
    float: left;
  }
  body #content #content-header #header-text.hasimage {
    padding: 7px;
  }
  body #content #content-header #header-text h2,
  body #content #content-header #header-text a {
    margin-bottom: 7px;
    margin: 0;
  }
  body #content #content-header p,
  body #content #content-header h1,
  body #content #content-header h2,
  body #content #content-header h3 {
    color: inherit;
    font-size: 16px;
  }
  body #content .inner #content-main {
    margin-top: 50px;
  }
  body #content .inner #content-main .block_area .textblock div.textblock-text table {
    min-width: 100%;
    font-size: 16px;
    border-collapse: collapse;
  }
  body #content .inner #content-main .block_area .textblock div.textblock-text table tr {
    vertical-align: middle;
  }
  body #content .inner #content-main .block_area .teamblock ul.teamlist li.teammember {
    width: 22%;
    margin-right: 4%;
  }
  body #content .inner #content-main .block_area .teamblock ul.teamlist li.teammember:nth-child(2n) {
    margin-right: 4%;
  }
  body #content .inner #content-main .block_area .teamblock ul.teamlist li.teammember:nth-child(4n) {
    margin-right: 0;
  }
  body footer .inner #footer-pageinfo {
    flex-direction: row;
    width: 100%;
  }
  body footer .inner #footer-pageinfo #footer-legal {
    order: 1;
    width: 33%;
    margin: 0;
    text-align: left;
  }
  body footer .inner #footer-pageinfo #primary-address {
    order: 2;
    width: 33%;
    margin: 0;
    text-align: center;
  }
  body footer .inner #footer-pageinfo #secondary-address {
    order: 3;
    width: 33%;
    margin: 0;
    text-align: right;
  }
  body footer .inner a.V {
    margin: -20px 0 0;
    float: right;
  }
}
@media only screen and (min-width: 1224px) {
  body .mobile-only {
    display: none !important;
  }
  body .tablet-only,
  body .tablet-plus {
    display: block !important;
  }
  body .inner {
    max-width: 960px;
  }
  body table.stacktable.large-only {
    display: table;
  }
  body table.stacktable.small-only {
    display: none;
  }
  body #content #content-header #header-text h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  body #content #content-header #header-text h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  body .hasimage {
    width: 50%;
    padding: 30px 15% 30px 30px !important;
  }
}
@media print {
  #navigation {
    display: none !important;
  }
}
