.says,
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.site .skip-link {
  background-color: #f1f1f1;
  display: block;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}
::-moz-selection {
  color: white;
  background-color: black;
}
::selection {
  color: white;
  background-color: black;
}
*,
input[type="submit"] {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
input,
textarea,
h2,
h3,
code,
p,
p * {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}
.site-header {
  z-index: 100;
}
.site-header .site-branding {
  line-height: 0;
}
.site-header .site-branding h1.site-title {
  margin-bottom: 0;
}
.site-header .site-branding a {
  display: block;
}
.stickyheader {
  overflow: auto;
}
.stickyheader .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
}
.stickyheader .site-main {
  margin-top: 88px;
}
ul.primary-menu,
ul.secondary-menu,
ul.footer-menu {
  z-index: 100;
}
ul.primary-menu li,
ul.secondary-menu li,
ul.footer-menu li {
  display: inline-block;
  z-index: 100;
}
ul.primary-menu li a,
ul.secondary-menu li a,
ul.footer-menu li a {
  white-space: nowrap;
}
ul.primary-menu li ul.sub-menu,
ul.secondary-menu li ul.sub-menu,
ul.footer-menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
ul.primary-menu li ul.sub-menu li,
ul.secondary-menu li ul.sub-menu li,
ul.footer-menu li ul.sub-menu li {
  width: 100%;
}
ul.primary-menu li ul.sub-menu ul.sub-menu,
ul.secondary-menu li ul.sub-menu ul.sub-menu,
ul.footer-menu li ul.sub-menu ul.sub-menu {
  top: 0;
  left: 100%;
}
ul.primary-menu li.menu-item-has-children:hover > ul.sub-menu,
ul.secondary-menu li.menu-item-has-children:hover > ul.sub-menu,
ul.footer-menu li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
ul.mobile-menu {
  display: none;
  z-index: 100;
}
.menu-toggle {
  display: none;
}
.menu-toggle {
  height: 44px;
  width: 51px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  border: none;
  font-size: 1px;
}
.menu-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: black;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition-property: top, margin-top, -webkit-transform;
  -moz-transition-property: top, margin-top, -moz-transform;
  -o-transition-property: top, margin-top, -o-transform;
  transition-property: top, margin-top, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.3s, 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0.3s, 0s;
  -o-transition-delay: 0.3s, 0.3s, 0s;
  transition-delay: 0.3s, 0.3s, 0s;
}
.menu-toggle span.hbl1 {
  top: 0;
}
.menu-toggle span.hbl2 {
  top: 50%;
  margin-top: -3px;
}
.menu-toggle span.hbl3 {
  top: 100%;
  margin-top: -6px;
}
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
  border: none;
  outline: none;
}
.menu-toggle.toggled-on span {
  -webkit-transition-property: top, margin-top, -webkit-transform;
  -moz-transition-property: top, margin-top, -moz-transform;
  -o-transition-property: top, margin-top, -o-transform;
  transition-property: top, margin-top, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -moz-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}
.menu-toggle.toggled-on span.hbl1 {
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-toggle.toggled-on span.hbl2 {
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-toggle.toggled-on span.hbl3 {
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
html {
  height: 100%;
}
body.stickyfooter {
  height: 100%;
}
body.stickyfooter #page {
  min-height: 100%;
  overflow: auto;
}
body.stickyfooter #content {
  overflow: auto;
  padding-bottom: 100px;
}
body.stickyfooter .site-footer {
  position: relative;
  margin-top: -100px;
  height: 100px;
  clear: both;
}
.edit-link {
  z-index: 10;
}
.edit-link .post-edit-link {
  padding: 4px 8px;
  background: #C14242;
  color: black;
}
.iframe-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input,
textarea,
select {
  border: 1px solid black;
  background-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.2em 8px 0.1em;
}
input:focus,
textarea:focus,
select:focus {
  outline-offset: -1px;
  outline-color: royalblue;
  outline-style: solid;
  outline-width: 1px;
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: black;
  color: white;
}
input[type="file"] {
  border: none;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255,255,255,0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1;
}
.icheckbox_hue,
.iradio_hue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(img/iSelect_hue.png) no-repeat;
  border: none;
  cursor: pointer;
  position: relative;
  top: -2px;
}
.icheckbox_hue {
  background-position: 0 0;
}
.icheckbox_hue.hover {
  background-position: -20px 0;
}
.icheckbox_hue.checked {
  background-position: -40px 0;
}
.icheckbox_hue.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_hue.disabled {
  background-position: -80px 0;
}
.iradio_hue {
  background-position: -100px 0;
}
.iradio_hue.hover {
  background-position: -120px 0;
}
.iradio_hue.checked {
  background-position: -140px 0;
}
.iradio_hue.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_hue.checked.disabled {
  background-position: -180px 0;
}
@media (-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi),(min-resolution: 1.25dppx) {
  .icheckbox_hue,
  .iradio_hue {
    background-image: url(img/iSelect_hue@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  min-width: 140px;
  *display: inline;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid black;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid black;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('img/chosen-sprite-black.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('img/chosen-sprite-black.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid black;
  background: #fff url('img/chosen-sprite-black.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: 'Inconsolata', monospace;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: normal;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid black;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: 'Inconsolata', monospace;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid black;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('img/chosen-sprite-black.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid royalblue;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid black;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid royalblue;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #fff url('img/chosen-sprite-black.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('img/chosen-sprite-black@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
div.wpcf7 span.wpcf7-not-valid-tip {
  margin-top: 0.2em;
}
div.wpcf7 img.ajax-loader {
  display: block;
  margin: 1em auto;
}
div.wpcf7 div.wpcf7-response-output {
  margin: 1em 0;
}
#mc_embed_signup form .mc-field-group {
  margin-bottom: 0.5em;
}
#mc_embed_signup form div.mce_inline_error {
  background-color: black;
  margin: 0.3em 0;
  padding: 0.2em 8px 0.1em;
}
#mc_embed_signup form #mce-responses .response {
  margin: 0.3em 0;
}
#overlay {
  position: fixed;
}
.flexslider {
  background: #fff;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: block;
  width: 100%;
  height: auto;
}
.flexslider .slides:before,
.flexslider .slides:after {
  content: "\0020";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.flexslider .slides:before,
.flexslider .slides:after {
  content: "\0020";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav .flex-nav-prev,
.flex-direction-nav .flex-nav-next {
  position: static;
}
.flex-direction-nav a {
  display: block;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-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 {
  display: inline-block;
  content: " ";
  width: 40px;
  height: 40px;
  background-image: url('img/flex-nav-prev.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.flex-direction-nav a.flex-next:before {
  background-image: url('img/flex-nav-next.png');
}
.flex-direction-nav a {
  top: 0;
  width: 50%;
  height: 100%;
  margin: 0;
}
.flex-direction-nav a:before {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.flex-direction-nav a.flex-prev {
  left: 0;
}
.flex-direction-nav a.flex-prev:before {
  left: 10px;
}
.flex-direction-nav a.flex-next {
  right: 0;
}
.flex-direction-nav a.flex-next:before {
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav a {
    width: 60px;
  }
}
.flex-pauseplay a {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 6px;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  z-index: 21;
  overflow: hidden;
  cursor: pointer;
  color: #666;
}
.flex-pauseplay a:before {
  display: inline-block;
  content: " ";
  width: 20px;
  height: 20px;
  background-image: url('img/flex-pause.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  background-image: url('img/flex-play.png');
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 20;
}
.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-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.cf:before,
.cf:after {
  content: "\0020";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
body.awesome:after {
  content: " ";
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  z-index: 100;
  pointer-events: none;
}
#wpadminbar {
  display: none;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.awesome #wpadminbar {
  display: none;
}
body,
button,
input,
select,
textarea {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  line-height: 1;
  color: #666;
    font-weight:normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inconsolata', monospace;
  letter-spacing: normal;
  font-weight: 400;
  clear: both;
  margin-bottom: 1em;
}
a {
  text-decoration: none;
  color: black;
}
a:hover,
a:focus,
a:active {
  color: #666;
  outline: none;
}
.current-menu-item a {
  color: #666;
}

.current-menu-item a:hover {
  color: rgba(180,94,65,.7);
}




p {
  margin-bottom: 1em;
}
html,
body {
  height: 100%;
}
#page,
#main,
#content,
#primary,
article.page,
center {
  height: 100%;
}
center {
  display: table;
  width: 100%;
}
center > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body {
  position: relative;
  width: 100%;
  background: #ffffff;
  cursor: url('img/cursor_red.png') 37 37, default;
}
.site-header .start-link {
  cursor: url('img/cursor_haus.png') 37 37, default;
}
.site-header .start-link a,
.site-header .start-link a:hover,
.site-header .start-link a:focus,
.site-header .start-link a:active {
  cursor: url('img/cursor_haus.png') 37 37, default;
}
a:hover,
a:active,
a:focus {
  cursor: url('img/cursor_black.png') 37 37, pointer;
}
.flickity-prev-next-button.previous {
  cursor: url('img/cursor_links.png') 37 37, pointer;
}
.flickity-prev-next-button.next {
  cursor: url('img/cursor_rechts.png') 37 37, pointer;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: url('img/cursor_red.png') 37 37, default !important;
}
body.info .post-thumbnail {
  cursor: url('img/cursor_smile.png') 37 37, default;
}
body.info .hue-info a {
  cursor: url('img/cursor_hue_s.png') 64 64, default;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: #ffffff;
}
.site-header .site-branding {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: table;
}
.site-header .site-branding > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.site-header .site-branding .site-title {
  padding-left: 50px;
  display: none;
}
.site-header .site-branding img {
  width: 100%;
  height: auto;
}
.site-header .start-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  z-index: 10;
}
.site-header .start-link a {
  display: block;
  width: 100%;
  height: 100%;
}
body.home .start-link {
  display: none;
}
.header-content,
.primary-navigation,
.primary-menu-container {
  width: 100%;
  height: 100%;
}
.primary-navigation {
  position: absolute;
  top: 0;
  left: 0;
}
.primary-navigation .primary-navigation-inner {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
}
.primary-navigation-inner {
  height: 50px;
}
.primary-navigation-inner .small ul li.current-menu-item .hidden-letters,
.primary-navigation-inner .small ul li.current-menu-ancestor .hidden-letters {
  width: 0 !important;
}
.primary-navigation-inner ul {
  text-align: right;
  height: 50px;
  padding-right: 60px;
  overflow: hidden;
  white-space: nowrap;
}
.primary-navigation-inner ul li {
  height: 50px;
  line-height: 50px;
}
.primary-navigation-inner ul li:first-child:before {
  display: none;
}
.primary-navigation-inner ul li:before {
  content: "–";
  padding-right: 15px;
}
.primary-navigation-inner ul li a {
  display: inline-block;
  height: 50px;
}
.primary-navigation-inner ul li .visible-letter {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.primary-navigation-inner ul li .hidden-letters {
  display: inline-block;
  width: 0;
  max-width: 450px;
  overflow: hidden;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.single-editorial #menu-item-88 a,
body.single-editorial #menu-item-100 a {
  color: #edd9cc;
}
body.single-editorial #menu-item-88 .hidden-letters,
body.single-editorial #menu-item-100 .hidden-letters {
  width: auto;
}
body.single-editorial .small #menu-item-88 .hidden-letters,
body.single-editorial .small #menu-item-100 .hidden-letters {
  width: 0;
}
body.single-commercial #menu-item-89 a,
body.single-commercial #menu-item-101 a {
  color: #edd9cc;
}
body.single-commercial #menu-item-89 .hidden-letters,
body.single-commercial #menu-item-101 .hidden-letters {
  width: auto;
}
body.single-commercial .small #menu-item-89 .hidden-letters,
body.single-commercial .small #menu-item-101 .hidden-letters {
  width: 0;
}
.site-main .main-content {
  padding-left: 50px;
}
body.startpage nav div > ul li a {
  font-size: 14px;
}
body.startpage .site-header {
  width: 54px;
}
body.startpage .site-header .site-branding .site-title {
  padding-left: 54px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.startpage .site-header .site-branding .site-title.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body.startpage .site-header .site-branding .site-title {
  display: table-cell;
}
body.startpage #masthead .primary-navigation-inner {
  height: 54px;
}
body.startpage #masthead .primary-navigation-inner ul {
  height: 54px;
  text-align: justify;
  font-size: 0;
  padding-right: 0;
  white-space: initial;
}
body.startpage #masthead .primary-navigation-inner ul > * {
  display: inline-block;
}
body.startpage #masthead .primary-navigation-inner ul:after {
  content: "\0020";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  line-height: 0;
}
body.startpage #masthead .primary-navigation-inner ul li {
  height: 54px;
  line-height: 54px;
}
body.startpage #masthead .primary-navigation-inner ul li:before {
  display: none;
}
body.startpage #masthead .primary-navigation-inner ul li a {
  height: 54px;
}
body.startpage #masthead .primary-navigation-inner ul li .hidden-letters {
  width: auto !important;
}
body.startpage .site-main .main-content {
  padding-left: 54px;
}
body.info article .post-thumbnail {
  margin-bottom: 10px;
}
body.info article .post-thumbnail .thumbnail {
  z-index: 10;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.info article .post-thumbnail .thumbnail:hover {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
body.info article .post-thumbnail .gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.info .hue-info {
  position: absolute;
  left: 700px;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
body.info .hue-info a {
  display: block;
  width: 100%;
  height: 100%;
}
.menu-toggle {
  position: absolute;
  top: 6px;
  right: 0;
}
nav div > ul li a {
  padding: 0px 17px;
}
nav div > ul li a:hover,
nav div > ul li a:active,
nav div > ul li a:focus {
  color: #edd9cc;
  text-decoration: none;
}
nav div > ul li a:hover .hidden-letters,
nav div > ul li a:active .hidden-letters,
nav div > ul li a:focus .hidden-letters {
  display: inline-block;
  width: auto;
}

nav div > ul li.current-menu-item > a,
nav div > ul li.current-menu-ancestor > a {
  color: #666;
}



nav div > ul li.current-menu-item > a .hidden-letters,
nav div > ul li.current-menu-ancestor > a .hidden-letters {
  display: inline-block;
  width: auto;
}
nav div > ul li#menu-item-85 a:hover .hidden-letters,
nav div > ul li#menu-item-85 a:active .hidden-letters,
nav div > ul li#menu-item-85 a:focus .hidden-letters {
  width: 80px !important;
}
nav div > ul li#menu-item-85.current-menu-item > a  .hidden-letters,
nav div > ul li#menu-item-85.current-menu-ancestor > a  .hidden-letters {
  width: 80px;
}
nav div > ul li#menu-item-89 a:hover .hidden-letters,
nav div > ul li#menu-item-89 a:active .hidden-letters,
nav div > ul li#menu-item-89 a:focus .hidden-letters {
  width: 277px !important;
}
nav div > ul li#menu-item-89.current-menu-item > a  .hidden-letters,
nav div > ul li#menu-item-89.current-menu-ancestor > a  .hidden-letters {
  width: 277px;
}
nav div > ul li#menu-item-88 a:hover .hidden-letters,
nav div > ul li#menu-item-88 a:active .hidden-letters,
nav div > ul li#menu-item-88 a:focus .hidden-letters {
  width: 191px !important;
}
nav div > ul li#menu-item-88.current-menu-item > a  .hidden-letters,
nav div > ul li#menu-item-88.current-menu-ancestor > a  .hidden-letters {
  width: 191px;
}
nav div > ul li ul.sub-menu {
  background-color: white;
}
nav div > ul.mobile-menu {
  background-color: white;
  padding-bottom: 10px;
}
nav div > ul.mobile-menu ul {
  padding-left: 10px;
}
nav div > ul.mobile-menu li {
  display: block;
}
nav div > ul.mobile-menu li a {
  display: block;
}
nav div > ul.mobile-menu li ul.sub-menu {
  background-color: transparent;
}
.site-footer {
  background: #eee;
}
.site-footer .footer-content {
  padding-top: 10px;
}
.article-container:before,
.article-container:after {
  content: "\0020";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.article-container:before,
.article-container:after {
  content: "\0020";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.article-container article {
  float: left;
  width: 49.8%;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.article-container article.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.article-container article a {
  display: block;
}
.article-container article a .title {
  text-decoration: none;
  padding: 8px 0 8px;
}
.article-container article a:hover,
.article-container article a:active,
.article-container article a:focus {
  text-decoration: none;
}
.article-container article a:hover .title,
.article-container article a:active .title,
.article-container article a:focus .title {
  color: #edd9cc;
}
.article-container article a:hover .image:before,
.article-container article a:active .image:before,
.article-container article a:focus .image:before {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.article-container article a .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(180,94,65,.2);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.article-container article a img {
  width: 100%;
  height: auto;
}
article .post-thumbnail {
  max-width: 476px;
  margin-top: 75px;
}
body.single article {
  width: 100%;
  height: 100%;
}
body.single article .next-post {
  display: block;
}

body.single article .single-slideshow {
  position: absolute;
  padding: 75px 0 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
body.single article .hue-slideshow.gallery {
  width: 100%;
  height: 100%;
  pointer-events: all;
}
body.single article .hue-slideshow.gallery .single-image {
  display: inline-block;
  height: 100%;
}
body.single article .hue-slideshow.gallery .single-image > img {
  height: 100%;
  width: auto;
}
body.single article .hue-slideshow.gallery .single-image > .last-slide {
  position: absolute;
  top: 0;
  right: -220px;
  height: 100%;
}
body.single article .hue-slideshow.gallery .flickity-slideshow {
  height: 100%;
}
body.single article .hue-slideshow.gallery .flickity-slideshow .slide {
  width: auto;
  height: 100%;
}
body.single article .hue-slideshow.gallery .flickity-slideshow .slide img {
  display: block;
  width: auto;
  height: 100%;
  padding-right: 20px;
}
body.single article .entry-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 9px;
}
.hue-slideshow .flickity-slideshow {
  width: 100%;
}
.hue-slideshow .flickity-slideshow .slide {
  width: 100%;
  display: none;
}
.hue-slideshow .flickity-slideshow .slide:first-child {
  display: block;
}
.hue-slideshow .flickity-slideshow .slide img {
  width: 100%;
  height: auto;
}
.hue-slideshow .flickity-slideshow.flickity-enabled .slide {
  display: block;
}
.hue-slideshow .flickity-slideshow .flickity-page-dots {
  bottom: 20px;
}
.hue-slideshow .flickity-slideshow .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: white;
  border-radius: 0;
  filter: alpha(opacity=50);
  opacity: 0.50;
}
.hue-slideshow .flickity-slideshow .flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1;
}
.hue-slideshow.fullscreen {
  height: 100%;
}
.hue-slideshow.fullscreen .flickity-slideshow {
  height: 100%;
}
.hue-slideshow.fullscreen .flickity-slideshow .slide {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hue-slideshow.fullscreen .flickity-slider {
  transform: none !important;
}
.hue-slideshow.fullscreen .slide {
  left: 0 !important;
  z-index: -1;
}
.hue-slideshow.fullscreen .slide.is-selected {
  z-index: 0;
}
.hue-slideshow .flickity-prev-next-button:focus {
  box-shadow: none;
}
.hue-slideshow .flickity-prev-next-button {
  background: none;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.hue-slideshow .flickity-prev-next-button svg {
  display: none;
}
.hue-slideshow .flickity-prev-next-button.previous {
  left: 0;
}
.hue-slideshow .flickity-prev-next-button.next {
  right: 0;
}
.hue-slideshow .flickity-prev-next-button[disabled] {
  display: none;
}
.hue-slideshow .last-slide {
  width: 200px !important;
}
.hue-slideshow .last-slide a {
  display: block;
  width: 100%;
  height: 110%;
  margin-top: -10px;
  z-index: 9999;
  text-decoration: none;
  overflow: hidden;
}
.hue-slideshow .last-slide a:hover,
.hue-slideshow .last-slide a:active,
.hue-slideshow .last-slide a:focus {
  color: #edd9cc;
}
.hue-gallery {
  margin-bottom: 1em;
}
.hue-gallery ul {
  width: 100%;
}
.hue-gallery ul li {
  float: left;
  width: 33%;
}
.hue-gallery ul li img {
  width: 100%;
  height: auto;
}
.hue-gallery ul:before,
.hue-gallery ul:after {
  content: "\0020";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.hue-gallery ul:before,
.hue-gallery ul:after {
  content: "\0020";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.hue-map {
  margin-bottom: 1em;
}
.edit-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}
.back-button {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 10;
}
.back-button a {
  padding-bottom: 3px;
  display: inline-block;
}
#searchform {
  position: absolute;
  top: 17px;
  right: 0;
  margin-top: 0.5em;
}
#searchform input[type="text"] {
  padding-left: 6px;
  padding-right: 24px;
  width: 150px;
}
#searchform input[type="submit"] {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  background-image: url('img/search.png');
  background-position: left center;
  background-size: cover;
  border: none;
  background-color: white;
}
#searchform input[type="submit"]:hover,
#searchform input[type="submit"]:active,
#searchform input[type="submit"]:focus {
  background-position: right center;
}
#searchform .search-form-container {
  display: none;
}
#searchform .search-form-button {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  background-image: url('img/search.png');
  background-position: left center;
  background-size: cover;
  cursor: pointer;
}
#searchform .search-form-button:hover,
#searchform .search-form-button:active,
#searchform .search-form-button:focus {
  background-position: right center;
}
.error-404 .searchform {
  margin-bottom: 1em;
}
.blog-navigation {
  padding-top: 1em;
  height: 3em;
}
.blog-navigation .alignleft {
  position: absolute;
  top: 1.5em;
  left: 0;
}
.blog-navigation .alignright {
  position: absolute;
  top: 1.5em;
  right: 0;
}
div.wpcf7 .form-field {
  margin-bottom: 0.5em;
}
div.wpcf7 .form-field label {
  display: block;
}
div.wpcf7 .form-field input,
div.wpcf7 .form-field textarea,
div.wpcf7 .form-field select {
  width: 100%;
}
.viewport-detector {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .viewport-detector {
    z-index: 3;
  }
}
@media screen and (max-width: 1023px) {
  .viewport-detector {
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .viewport-detector {
    z-index: 1;
  }
}
@media screen and (max-width: 511px) {
  .viewport-detector {
    z-index: 0;
  }
}
@media screen and (min-width: 2200px) {
  .article-container article {
    width: 25% !important;
    z-index: 4 !important;
  }
}


@media screen and (min-width: 1023px) {
  .article-container article {
    width: 33.33%;
    z-index: 3;
  }
}

@media screen and (max-width: 1024px) {
  .hue-slideshow .flickity-prev-next-button {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .start-link,
  .back-button {
    display: none;
  }
  .primary-navigation-inner ul li {
    height: auto;
    line-height: 60px;
  }
  .primary-navigation-inner ul li a {
    height: auto;
  }
  .primary-navigation .primary-navigation-inner ul {
    padding-top: 75px;
  }
  .article-container article {
    width: 33.33%;
    z-index: 3;
  }
  .menu-toggle {
    display: block;
    top: 15px;
    right: 12px;
  }
  .site-header {
    width: 100%;
    height: 0px;
  }
  ul.primary-menu,
  ul.secondary-menu {
    display: none;
  }
  ul.mobile-menu {
    position: absolute;
    display: block;
    padding: 55px 10px 10px;
    right: -330px;
    -webkit-transition: right 0.2s ease-out;
    -moz-transition: right 0.2s ease-out;
    -o-transition: right 0.2s ease-out;
    transition: right 0.2s ease-out;
  }
  .primary-navigation {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 320px !important;
    height: 100%;
  }
  .primary-navigation .primary-navigation-inner ul {
    height: auto;
  }
  .primary-navigation .primary-navigation-inner ul li {
    font-size: 50px;
  }
  .primary-navigation .primary-navigation-inner ul li:before {
    display: none;
  }
  .primary-navigation.toggled-on ul.mobile-menu {
    right: 0;
  }
  .header-content,
  .primary-navigation,
  .primary-menu-container {
    width: 100%;
    height: auto;
  }
  .primary-navigation .primary-navigation-inner {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    width: 100% !important;
    margin-top: 0 !important;
  }
  .site-main .main-content {
    padding-left: 0;
  }
  body.startpage nav div > ul li a {
    font-size: 50px;
  }
  body.startpage .site-header .site-branding .site-title {
    padding-left: 0;
  }
  body.startpage .site-header {
    width: 100%;
  }
  body.startpage #masthead .primary-navigation-inner {
    height: auto;
  }
  body.startpage #masthead .primary-navigation-inner ul {
    height: auto;
    text-align: right;
    font-size: 0;
    padding-right: 0;
  }
  body.startpage #masthead .primary-navigation-inner ul li {
    height: auto;
    line-height: 1.2em;
  }
  body.startpage #masthead .primary-navigation-inner ul li a {
    height: auto;
  }
  body.startpage #masthead .primary-navigation-inner ul > * {
    display: block;
  }
  body.startpage .site-main .main-content {
    padding-left: 0;
  }
  .stickyheader .site-header {
    position: relative;
    height: auto;
  }
  .stickyheader .site-main {
    margin-top: 0;
  }
  .article-container {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 860px) {
  body.info .hue-info {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .article-container article {
    width: 50%;
    z-index: 2;
  }
  article .post-thumbnail,
  article .post-thumbnail img {
    width: 80%;
    height: auto;
  }
  body.single article .next-post {
    font-size: 110px;
  }
  body.single article .next-post.hidesmall {
    display: none;
  }
  body.single article {
    height: auto;
  }
  body.single article .single-slideshow {
    position: relative;
    padding: 0;
    height: auto;
    width: 100%;
    pointer-events: none;
  }
  body.single article .hue-slideshow.gallery {
    width: 100%;
    height: auto;
  }
  body.single article .hue-slideshow.gallery .flickity-slideshow {
    height: auto;
  }
  body.single article .hue-slideshow.gallery .flickity-slideshow .slide {
    display: block !important;
    width: 100%;
    height: auto;
  }
  body.single article .hue-slideshow.gallery .flickity-slideshow .slide img {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-bottom: 10px;
  }
  body.single article .hue-slideshow.gallery .single-image {
    display: block;
    width: 100%;
    height: auto;
  }
  body.single article .hue-slideshow.gallery .single-image > img {
    width: 100%;
    height: auto;
  }
  body.single article .hue-slideshow.gallery .single-image > .last-slide {
    position: relative;
    right: 0;
  }
  body.single article .entry-footer {
    position: relative;
    bottom: auto;
    top: 0;
    padding-bottom: 9px;
  }
  article .post-thumbnail,
  article .post-thumbnail img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 511px) {
  .primary-navigation,
  body.startpage #masthead .primary-navigation-inner ul {
    width: 100% !important;
       display:none;
  }
  ul.mobile-menu {
    right: -110%;
      display:none;
  }
  body.page-id-79 .entry-content {
    font-size: 40px;
  }
    
}


.slide .blurb {
font-size:22px;
line-height: 1.5;
width:400px;
padding-top: 20px;
padding-right: 30px;
    

}


@media screen and (max-width: 767px) {
  .slide .blurb {
width:100%;
padding-top:20px;
      padding-bottom: 20px;

    }
}

a.btn_scroll {display: none!important;}   


p {letter-spacing: 1px; line-height: 1.3; color: #666; }

article h2 {font-size:14px;letter-spacing: 2px; font-weight: normal; text-transform: uppercase!important;}

.load {
    opacity:0}


.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}


.article-container article {overflow: hidden !important;}

@font-face { font-family: 'Inconsolata', monospace;  } 
 @font-face { font-family: 'Inconsolata', monospace; }

/* TOP YEAR NAVIGATION */

.top-navigation {
    position: fixed;
    top: 0;
    left: 50px;
    right: 0;
    height: 50px;
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 4px;
    box-sizing: border-box;

    background: #fff;

    font-family: 'Inconsolata', monospace;
    font-size: 14px;
    font-weight: normal;
}

.top-navigation a {
    color: #666;
    text-decoration: none;
}

.top-navigation a:hover,
.top-navigation a:active,
.top-navigation a:focus {
    color: #edd9cc;
    text-decoration: none;
}

.top-navigation .site-name {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-links {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 18px;
}

.top-links span {
    color: #666;
}


/* Mobile */

@media screen and (max-width: 768px) {

    .top-navigation {
        left: 0;
        height: 45px;
        padding: 4px;
        font-size: 13px;
    }

    .top-links {
        gap: 7px;
        padding-right: 10px;
    }

}
/* ==========================================
   Responsive Breakpoint Adjustments
   ========================================== */

/* Mobile Devices (Screens 600px wide and below) */
@media screen and max-width: 600px {
  /* Container adjustment */
  .article-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 4px !important;
    box-sizing: border-box !important;
  }

  /* Force 2 equal columns on mobile */
  .article-container article,
  .article-container .hentry {
    width: 48.5% !important; /* Two columns with a small gap */
    margin-bottom: 10px !important;
    float: none !important; /* Prevents desktop float interference */
    position: static !important; /* Overrides absolute positioning from Masonry on mobile */
  }

  /* Ensure images fit nicely inside their column */
  .article-container article img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Keep guestbook full width across both columns */
  .article-container article:has(iframe) {
    width: 100% !important;
  }
}