@charset "UTF-8";
/* Import Wordpress theme header */
/*!
Theme Name: 	rcpsnh
Theme URI:
Author: 		Heerko
Author URI: 	Heerko
Description: 	Base theme, for use as a starting point for future projects.
by: Heerko van der Kooij - http:://swummoq.net
Licensed MIT.
Version:		1.1
Tags:
License:		MIT

*/
/* Custom sass files */
/* base */
/*------------------------------------*\
    $VARS - general
\*------------------------------------*/
/*
* The Typography partial should only contain styles relating to typography.
* Fonts, letterspacing, lineheights, blabla.
*/
@font-face {
  font-family: "Rotis";
  src: url("_/fonts/rotis/fonts/RotisSansSerifStd.eot") format('embedded-opentype'),
       url("_/fonts/rotis/fonts/RotisSansSerifStd.woff2") format('woff2'),
       url("_/fonts/rotis/fonts/RotisSansSerifStd.woff") format('woff'),
       url("_/fonts/rotis/fonts/RotisSansSerifStd.ttf") format('truetype'),
       url("_/fonts/rotis/fonts/RotisSansSerifStd.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rotis";
  src: url("_/fonts/rotis/fonts/RotisSansSerifStdItalic.eot") format('embedded-opentype'),
       url("_/fonts/rotis/fonts/RotisSansSerifStdItalic.woff2") format('woff2'),
       url("_/fonts/rotis/fonts/RotisSansSerifStdItalic.woff") format('woff'),
       url("_/fonts/rotis/fonts/RotisSansSerifStdItalic.ttf") format('truetype'),
       url("_/fonts/rotis/fonts/RotisSansSerifStdItalic.svg") format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url("_/fonts/avenir/AvenirLTStd-Roman.eot") format('embedded-opentype'),
       url("_/fonts/avenir/AvenirLTStd-Roman.woff2") format('woff2'),
       url("_/fonts/avenir/AvenirLTStd-Roman.woff") format('woff'),
       url("_/fonts/avenir/AvenirLTStd-Roman.ttf") format('truetype'),
       url("_/fonts/avenir/AvenirLTStd-Roman.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("_/fonts/icons/rcpsnh.eot") format('embedded-opentype'),
       url("_/fonts/icons/rcpsnh.woff2") format('woff2'),
       url("_/fonts/icons/rcpsnh.woff") format('woff'),
       url("_/fonts/icons/rcpsnh.ttf") format('truetype'),
       url("_/fonts/icons/rcpsnh.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-rotis {
  font-family: "Rotis", Helvetica, Arial, sans-serif;
}

.font-avenir {
  font-family: "AvenirLTStd-Roman", Avenir, Helvetica, Arial, sans-serif;
}

/* Setup rem font sizes */
html {
  font-size: 62.5%;
}

body,
ul.scroll-menu > li li {
  font-size: 20px;
  font-size: 2rem;
  font-family: "AvenirLTStd-Roman", Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6,
.nav-menu,
ul.scroll-menu > li {
  font-family: "Rotis", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     10/25/13
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
.tribe-events-list-widget ol {
  margin: 0;
  padding: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0;
}
.tribe-events-list-widget .event-content {
  border-left: 10px solid #f2e766;
  margin-left: 70px;
  margin-left: 7rem;
  padding-left: 10px;
  padding-left: 1rem;
}
.tribe-events-list-widget time {
  display: block;
  width: 60px;
  width: 6rem;
  float: left;
  position: relative;
  font-family: "Rotis", Helvetica, Arial, sans-serif;
}
.tribe-events-list-widget time .date {
  color: #4c65b1;
  color: #4c65b1;
}
.tribe-events-list-widget time .date.date--date {
  font-size: 17px;
  font-size: 1.7rem;
  width: 60px;
  width: 6rem;
}
.tribe-events-list-widget time .date.date--year {
  font-size: 24px;
  font-size: 2.4rem;
  width: 60px;
  width: 6rem;
  line-height: 1;
}
.tribe-events-list-widget time .date.date--day, .tribe-events-list-widget time .date.date--month {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: right;
  width: 60px;
  width: 6rem;
  float: right;
  line-height: 1;
}
.tribe-events-list-widget time .date.date--day {
  top: 20px;
  top: 2rem;
}
.tribe-events-list-widget time .date.date--month {
  top: 50px;
  top: 5rem;
}

.mailpoet_archive li {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.mailpoet_archive .mailpoet_archive_date {
  display: block;
  color: #96908d;
}

/*
* The Layout partial should only contain styles relating to global layout.
* As a rule of thumb these are the styles that would change in a responsive
* layout.
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 40px;
  margin: 4rem;
  background-color: white;
}

svg {
  max-width: 200px;
  max-width: 20rem;
  margin-left: -40px;
  margin-left: -4rem;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

.content {
  min-height: calc(100vh - 19rem - 8rem - 5rem);
  margin-top: 190px;
  margin-top: 19rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
}

.header-image {
  width: 100%;
  height: 30vh;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

#map {
  height: 100%;
}

.post-body img {
  max-width: 100%;
  height: auto;
}

.row {
  margin-left: -40px;
  margin-left: -4rem;
  margin-right: -40px;
  margin-right: -4rem;
  width: calc(100% + 8rem);
}
.row::after {
  clear: both;
  content: "";
  display: block;
}
.row > * {
  width: calc(100% - 8rem);
  float: left;
  margin-left: 40px;
  margin-left: 4rem;
}
.row .col-6 {
  width: calc(50% - 6rem);
  float: left;
  margin-left: 40px;
  margin-left: 4rem;
}
@media only screen and (max-width: 800px) {
  .row .col-6 {
    width: calc(100% - 8rem);
    float: left;
    margin-left: 4rem;
  }
}
.page-layout--sidebar {
  width: calc(50% - 6rem);
  float: left;
  margin-left: 40px;
  margin-left: 4rem;
}
@media only screen and (max-width: 800px) {
  .page-layout--sidebar {
    width: calc(100% - 8rem);
    float: left;
    margin-left: 4rem;
  }
}

.fixed-sidebar .page-layout--sidebar {
  position: fixed;
  width: calc(90vw / 2 - 10rem);
  margin-top: 40px;
  margin-top: 4rem;
}
@media only screen and (max-width: 800px) {
  .fixed-sidebar .page-layout--sidebar {
    position: static;
    text-align: left;
    width: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .fixed-sidebar .page-layout--sidebar {
    width: calc(120rem / 2 - 6rem);
  }
}

.page-layout--content {
  width: calc(50% - 6rem);
  float: left;
  margin-left: 40px;
  margin-left: 4rem;
}
.page-layout--content > h2:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .page-layout--content {
    width: calc(100% - 8rem);
    float: left;
    margin-left: 4rem;
    margin-top: 4rem;
    margin-left: 0 !important;
  }
}

.home-layout,
.page-layout {
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .home-layout,
.page-layout {
    max-width: none;
  }
}

.home-layout--column,
.home-layout--content,
.home-layout--featured {
  width: calc(50% - 6rem);
  float: left;
  margin-left: 40px;
  margin-left: 4rem;
}
@media only screen and (max-width: 800px) {
  .home-layout--column,
.home-layout--content,
.home-layout--featured {
    width: calc(100% - 8rem);
    float: left;
    margin-left: 4rem;
  }
}

.site-header {
  position: fixed;
  position: fixed;
  background-color: white;
  left: 40px;
  left: 4rem;
  right: 40px;
  right: 4rem;
  top: 0;
  z-index: 10;
}

.scroll-height-fix {
  min-height: calc( 100vh - 19rem - 12rem );
}

.blog .fixed-sidebar h2,
.archive .fixed-sidebar h2 {
  border-top: none;
}
.blog .fixed-sidebar h2 a,
.archive .fixed-sidebar h2 a {
  color: #4c65b1;
  text-decoration: none;
}
.blog .fixed-sidebar h2 a:hover,
.archive .fixed-sidebar h2 a:hover {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.blog article,
.archive article {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.blog .fileinfo,
.archive .fileinfo {
  color: #96908d;
  font-size: 0.7em;
}
.blog .month,
.archive .month {
  color: #96908d;
  margin-top: 10px;
  margin-top: 1rem;
}

/**
 * 14.1 Captions
 */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.sticky .posted-on {
  display: none;
}

.gallery-caption {
  display: block;
  line-height: 1.5;
  padding: 0.5em 0;
}

.bypostauthor > article .fn:after {
  top: 8px;
}

.alignleft {
  float: left;
  margin-right: 40px;
  margin-right: 4rem;
}

.alignright {
  float: right;
  margin-left: 40px;
  margin-left: 4rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.vertical-menu {
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .vertical-menu {
    max-width: none;
    float: none;
  }
}
.vertical-menu a {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: #4c65b1;
}
.vertical-menu a :hover {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  font-style: italic;
}
.vertical-menu ul {
  margin: 20px 0 20px 50px;
  margin: 2rem 0 2rem 5rem;
}
.vertical-menu > li {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
.vertical-menu > li li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.scroll-menu {
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .scroll-menu {
    max-width: none;
    float: none;
  }
}
.scroll-menu a {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: #4c65b1;
}
.scroll-menu a:hover,
.scroll-menu .scroll-link.current a {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.scroll-menu ul {
  margin: 20px 0 20px 50px;
  margin: 2rem 0 2rem 5rem;
}
.scroll-menu .current > a {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.scroll-menu .current ul a {
  font-style: normal;
}
.scroll-menu > li {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
.scroll-menu > li li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.scroll-menu .current-cat a,
.scroll-menu .current-menu-item a {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.scroll-menu ul.scroll-links li {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.page-menu .current-cat a,
.page-menu .current-menu-item a {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.page-menu .current-menu-item > a,
.page-menu .current-post-ancestor > a,
.page-menu .current-page-ancestor > a,
.page-menu .current_page_parent > a,
.page-menu .current_page_item > a {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.page-menu .page-list-children {
  display: none;
}
.page-menu .current_page_item .page-list-children,
.page-menu .current_page_ancestor .page-list-children {
  display: block;
}

.carousel {
  margin-top: 20px;
  margin-top: 2rem;
}
.carousel img {
  max-width: 100%;
  height: auto;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.owl-controls .owl-nav {
  width: 100%;
  height: 100%;
}
.owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
  height: 100%;
  width: 80px;
  width: 8rem;
  font-size: 40px;
  font-size: 4rem;
  color: white;
  position: absolute;
  pointer-events: all;
}
.owl-controls .owl-nav .owl-prev span, .owl-controls .owl-nav .owl-next span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  width: 8rem;
  text-align: center;
}
.owl-controls .owl-nav .owl-next {
  right: 0;
}

.no-js .wpcf7 {
  opacity: 1;
  visibility: visible;
  max-height: none;
  padding: 30px;
  padding: 3rem;
  background-color: #f2e766;
}

.wpcf7 {
  line-height: 1.8;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 1s cubic-bezier(0, 0.15, 0, 0.15);
  transition: max-height 1s cubic-bezier(0, 0.15, 0, 0.15);
  overflow: hidden;
}
.wpcf7.show {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: max-height 1s cubic-bezier(0, 0.15, 0, 0.15);
  transition: max-height 1s cubic-bezier(0, 0.15, 0, 0.15);
  max-height: 99990px;
  max-height: 9999rem;
  visibility: visible;
  padding: 30px;
  padding: 3rem;
  background-color: #f2e766;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: inline;
  font-size: 0.8em;
  margin-left: 10px;
  margin-left: 1rem;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=date] {
  border: none;
  border-bottom: 1px solid #4c65b1;
  outline: none !important;
  font-family: "Rotis", Helvetica, Arial, sans-serif;
  color: #4c65b1;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: transparent;
}
.wpcf7 input[type=submit] {
  border: none;
  border-bottom: 1px solid #4c65b1;
  outline: none !important;
  font-family: "Rotis", Helvetica, Arial, sans-serif;
  color: white !important;
  background-color: #4c65b1;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  padding: 1rem;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
  display: inline-block;
}
.wpcf7 input[type=submit]:hover {
  background-color: #f2e766;
  color: #4c65b1 !important;
  text-decoration: none;
}
.wpcf7 span.wpcf7-list-item {
  display: block;
}
.wpcf7 span.wpcf7-list-item {
  display: inline-block;
}
.wpcf7 .form-row {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.wpcf7 ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-left: 2rem;
}
.wpcf7 h3 {
  font-size: 1.2em;
}
.wpcf7 .sub {
  font-size: 0.75em;
}
.wpcf7 textarea {
  width: 100%;
}

.show-form {
  outline: none !important;
  font-family: "Rotis", Helvetica, Arial, sans-serif;
  color: white !important;
  background-color: #4c65b1;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  padding: 1rem;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
  display: inline-block;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.show-form:hover {
  background-color: #f2e766;
  color: #4c65b1 !important;
  text-decoration: none;
}

/* responsive video */
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Burger parts
 *
 * (---) top    -> &:before
 * [---] middle -> &
 * (---) bottom -> &:after
 */
/**
 * Burger
 */
/**
 * Select parts of the burger
 */
/**
 * Burger animations
 */
.site-header {
  background-color: white;
  padding: 40px 40px 0 40px;
  padding: 4rem 4rem 0 4rem;
  min-height: 190px;
  min-height: 19rem;
}

.content {
  margin-top: 190px;
  margin-top: 19rem;
}

.nav-menu {
  position: absolute;
  top: 10px;
  top: 1rem;
  position: absolute;
  right: 40px;
  right: 4rem;
  top: 40px;
  top: 4rem;
  left: 240px;
  left: 24rem;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  text-align: right;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.nav-menu ul {
  margin: 0;
}
.nav-menu li {
  margin: 0 10px;
  margin: 0 1rem;
}
.nav-menu li:last-of-type {
  margin-right: 0;
}
.nav-menu a {
  text-decoration: none;
  color: #4c65b1;
}
.nav-menu a:hover {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.nav-menu .current-menu-item a,
.nav-menu .current-post-ancestor a,
.nav-menu .current-page-ancestor a,
.nav-menu .current_page_parent a,
.nav-menu .current_page_item a {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.nav-menu li.search-icon:hover + li.search,
.nav-menu li.search-icon:active + li.search,
.nav-menu li.search-icon:focus + li.search {
  display: block;
}
.nav-menu li.search {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 1.5em;
  display: none;
}
.nav-menu li.search input[type=text] {
  border: 1px solid #4c65b1;
  padding: 3px 3px 0px 3px;
  font-size: 0.8em;
  font-family: "Rotis", Helvetica, Arial, sans-serif;
  color: #4c65b1;
  border-radius: 0;
  outline: 0;
}
.nav-menu li.search input[type=submit] {
  display: none;
}
.nav-menu li.search:hover {
  display: block;
}
.admin-bar .menu-button {
  top: 50px;
  top: 5rem;
}

.nav-menu .menu-button {
  display: none;
}
@media only screen and (max-width: 800px) {
  .nav-menu {
    position: absolute;
    left: 0;
    right: 0;
  }
  .nav-menu ul {
    max-height: 0;
    overflow: hidden;
  }
  .nav-menu .menu-button {
    display: block;
    height: 4rem;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: absolute;
    right: 0;
  }
  .nav-menu .menu-button .burger-icon {
    position: relative;
    margin-top: 2.1rem;
    margin-bottom: 2.1rem;
    height: 0.1rem;
  }
  .nav-menu .menu-button .burger-icon, .nav-menu .menu-button .burger-icon:before, .nav-menu .menu-button .burger-icon:after {
    display: block;
    width: 6rem;
    height: 0.1rem;
    background-color: #4c65b1;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .nav-menu .menu-button .burger-icon:before, .nav-menu .menu-button .burger-icon:after {
    position: absolute;
    content: "";
  }
  .nav-menu .menu-button .burger-icon:before {
    top: -2.1rem;
  }
  .nav-menu .menu-button .burger-icon:after {
    top: 2.1rem;
  }
  .nav-menu .menu-button a {
    color: black;
    display: block;
  }
}
.nav-menu.open {
  background: white;
  text-align: left;
  border-bottom: 1px solid #96908d;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
.nav-menu.open ul {
  max-height: 100%;
  max-height: 100vh;
  -webkit-transition: max-height 3s ease;
  transition: max-height 3s ease;
}
.nav-menu.open li {
  display: block;
  margin: 0;
}
.nav-menu.open li.search {
  display: inline;
  position: relative;
}
.nav-menu.open li.search input[type=text] {
  border: 1px solid #4c65b1;
  padding: 3px;
  font-size: 1em;
  font-family: "Rotis", Helvetica, Arial, sans-serif;
  color: #4c65b1;
  border-radius: 0;
}
.nav-menu.open li.search input[type=submit] {
  text-align: left;
  width: 30px;
  height: 30px;
  background: url("_/img/sprites/search.png");
  text-indent: -9999px;
  display: inline-block;
  background-size: 100%;
  background-position: center center;
  line-height: 45px;
  border: none;
}
.nav-menu.open .search-icon {
  display: none;
}
.nav-menu.open .menu-button {
  height: 10px;
  display: block;
}
.nav-menu.open .burger-icon {
  background-color: transparent;
  margin: 0;
}
.nav-menu.open .burger-icon:before {
  -webkit-transform: translateY(2.1rem);
          transform: translateY(2.1rem);
}
.nav-menu.open .burger-icon:after {
  -webkit-transform: translateY(-2.1rem);
          transform: translateY(-2.1rem);
}

.tabset > input {
  display: block;
  /* "enable" hidden elements in IE/edge */
  position: absolute;
  /* then hide them off-screen */
  left: -100%;
}

.tabset > ul {
  position: relative;
  z-index: 9;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  border-bottom: 1px solid #96908d;
}

.tabset > ul label {
  display: inline-block;
  padding: 0.25em 0.25em 0 0.25em;
  margin-right: 1em;
  border-right-width: 0;
  font-size: 30px;
  font-size: 3rem;
  color: #4c65b1;
  font-family: "Rotis", Helvetica, Arial, sans-serif;
  cursor: pointer;
  position: relative;
}

.tabset > ul label:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f2e766;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  z-index: -1;
}

.tabset > ul label:hover:after {
  height: calc(100% + 10px);
}

.tabset > div {
  position: relative;
}

.tabset > input:nth-child(1):focus ~ ul li:nth-child(1) label,
.tabset > input:nth-child(2):focus ~ ul li:nth-child(2) label,
.tabset > input:nth-child(3):focus ~ ul li:nth-child(3) label,
.tabset > input:nth-child(4):focus ~ ul li:nth-child(4) label,
.tabset > input:nth-child(5):focus ~ ul li:nth-child(5) label,
.tabset > input:nth-child(6):focus ~ ul li:nth-child(6) label,
.tabset > input:nth-child(7):focus ~ ul li:nth-child(7) label,
.tabset > input:nth-child(8):focus ~ ul li:nth-child(8) label,
.tabset > input:nth-child(9):focus ~ ul li:nth-child(9) label {
  border-bottom: 10px solid #f2e766;
}
.tabset > input:nth-child(1):focus ~ ul li:nth-child(1) label:after,
.tabset > input:nth-child(2):focus ~ ul li:nth-child(2) label:after,
.tabset > input:nth-child(3):focus ~ ul li:nth-child(3) label:after,
.tabset > input:nth-child(4):focus ~ ul li:nth-child(4) label:after,
.tabset > input:nth-child(5):focus ~ ul li:nth-child(5) label:after,
.tabset > input:nth-child(6):focus ~ ul li:nth-child(6) label:after,
.tabset > input:nth-child(7):focus ~ ul li:nth-child(7) label:after,
.tabset > input:nth-child(8):focus ~ ul li:nth-child(8) label:after,
.tabset > input:nth-child(9):focus ~ ul li:nth-child(9) label:after {
  height: calc(100% + 10px);
}

.tabset > input:nth-child(1):checked ~ ul li:nth-child(1) label,
.tabset > input:nth-child(2):checked ~ ul li:nth-child(2) label,
.tabset > input:nth-child(3):checked ~ ul li:nth-child(3) label,
.tabset > input:nth-child(4):checked ~ ul li:nth-child(4) label,
.tabset > input:nth-child(5):checked ~ ul li:nth-child(5) label,
.tabset > input:nth-child(6):checked ~ ul li:nth-child(6) label,
.tabset > input:nth-child(7):checked ~ ul li:nth-child(7) label,
.tabset > input:nth-child(8):checked ~ ul li:nth-child(8) label,
.tabset > input:nth-child(9):checked ~ ul li:nth-child(9) label {
  border-bottom: 10px solid #f2e766;
}
.tabset > input:nth-child(1):checked ~ ul li:nth-child(1) label:after,
.tabset > input:nth-child(2):checked ~ ul li:nth-child(2) label:after,
.tabset > input:nth-child(3):checked ~ ul li:nth-child(3) label:after,
.tabset > input:nth-child(4):checked ~ ul li:nth-child(4) label:after,
.tabset > input:nth-child(5):checked ~ ul li:nth-child(5) label:after,
.tabset > input:nth-child(6):checked ~ ul li:nth-child(6) label:after,
.tabset > input:nth-child(7):checked ~ ul li:nth-child(7) label:after,
.tabset > input:nth-child(8):checked ~ ul li:nth-child(8) label:after,
.tabset > input:nth-child(9):checked ~ ul li:nth-child(9) label:after {
  height: calc(100% + 10px);
}

.tabset > div > section,
.tabset > div > section h2 {
  position: absolute;
  top: -999em;
  left: -999em;
}

.tabset > input:nth-child(1):checked ~ div > section:nth-child(1),
.tabset > input:nth-child(2):checked ~ div > section:nth-child(2),
.tabset > input:nth-child(3):checked ~ div > section:nth-child(3),
.tabset > input:nth-child(4):checked ~ div > section:nth-child(4),
.tabset > input:nth-child(5):checked ~ div > section:nth-child(5),
.tabset > input:nth-child(6):checked ~ div > section:nth-child(6),
.tabset > input:nth-child(7):checked ~ div > section:nth-child(7),
.tabset > input:nth-child(8):checked ~ div > section:nth-child(8),
.tabset > input:nth-child(9):checked ~ div > section:nth-child(9) {
  position: static;
}

.tabset > ul label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  color: #625d5b;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a[href*=".pdf"]:after {
  content: "";
  margin-left: 10px;
  margin-left: 1rem;
  font-family: "icons";
  color: #96908d;
}

abbr {
  text-decoration: none;
}

.post-body {
  border-left: 10px solid #f2e766;
  padding-left: 20px;
  padding-left: 2rem;
}
.post-body a {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.post-body a:hover {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
/* .post-body p {
  padding: 1em 0 1em 0;
  margin: 0;
}
.post-body p:last-of-type {
  margin-bottom: 1em;
}
.post-body p:last-of-type {
  padding-bottom: 0;
}
.post-body p:first-child,
.post-body p:first-of-type {
  padding-top: 0;
}
.post-body p.no-line {
  border-left: none;
  padding-left: 0;
} */
.post-body h2 + p {
  padding-top: 0;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body .accent {
  margin: 0 0 0 calc(-2rem - 10px);
  padding: 10px 0;
  padding: 1rem 0;
  border-top: 1em solid white;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4 {
  background-color: #fff;
}
.post-body form h1,
.post-body form h2,
.post-body form h3,
.post-body form h4 {
  margin: initial;
  padding: initial;
  background: initial;
}

/* .home .post-body p {
  border-left: none;
  padding: 1em 0;
} */

.home .post-body .accent {
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 1em;
}

.home-icon {
  margin: 0 !important;
}
.home-icon a {
  text-align: left;
  width: 30px;
  height: 30px;
  background: url("_/img/sprites/home.png");
  text-indent: -9999px;
  display: inline-block;
  background-size: 100%;
  background-position: center center;
  line-height: 45px;
}

.search-icon {
  margin: 0 !important;
}
.search-icon a {
  text-align: left;
  width: 30px;
  height: 30px;
  background: url("_/img/sprites/search.png");
  text-indent: -9999px;
  display: inline-block;
  background-size: 100%;
  background-position: center center;
  line-height: 45px;
}

.header-image {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

div.footer li {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 20px 0;
  margin: 2rem 0;
  color: #4c65b1;
}

h2,
h3 {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 800px) {
  h2,
h3 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.browse-posts {
  position: relative;
  height: 60px;
  height: 6rem;
}
.browse-posts > div {
  top: 0;
  position: absolute;
  max-width: 50%;
}
.browse-posts .next-posts {
  left: 0;
}
.browse-posts .prev-posts {
  right: 0;
}

.post-body .accent {
  background-color: #f2e766;
  color: #4c65b1;
  padding: 10px;
  padding: 1rem;
}
.post-body .accent a {
  color: #4c65b1 !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #4c65b1;
          text-decoration-color: #4c65b1;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.hide {
  display: none;
}

.nav-menu ul,
.content > aside ul {
  list-style: none;
  padding: 0;
}

.nav-menu ul li {
  display: inline-block;
}

/* divider lines */
.divider {
  border-bottom: 1px solid #96908d;
}

.divider-top {
  margin-top: 1em;
  border-top: 1px solid #96908d;
}

.site-header {
  border-bottom: 1px solid #96908d;
}

.news-items > li,
.tribe-events-list-widget > h2,
ol.tribe-list-widget > li,
.widget_mailpoet_form h2 {
  border-bottom: 1px solid #96908d;
}

.tribe-events-list-widget > h2,
.widget_mailpoet_form > h2 {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.widget_mailpoet_form label {
  font-weight: normal !important;
}
.widget_mailpoet_form .mailpoet_submit {
  outline: none !important;
  font-family: "Rotis", Helvetica, Arial, sans-serif;
  color: white !important;
  background-color: #4c65b1;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  padding: 1rem;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
  display: inline-block;
  margin-left: 20px;
  margin-left: 2rem;
}
.widget_mailpoet_form .mailpoet_submit:hover {
  background-color: #f2e766;
  color: #4c65b1 !important;
  text-decoration: none;
}
.widget_mailpoet_form .mailpoet_text {
  font-family: "Rotis", Helvetica, Arial, sans-serif;
  padding: 10px;
  border: 1px solid #96908d;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  float: left;
}
.widget_mailpoet_form .mailpoet-privacy {
  font-size: 0.7em;
}

.fixed-sidebar h2 {
  padding-top: 16px;
  padding-top: 1.6rem;
}

.fixed-sidebar .post-body > h2:nth(2):first-of-type {
  border-top: none;
  margin: 0;
  padding: 0;
}
.fixed-sidebar h2 {
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.fixed-sidebar h2.current {
  border-top: 1px solid white;
}

/* news items */
ul.news-items article {
  padding-left: 50px;
  padding-left: 5rem;
}

.news-items > li,
body ol.tribe-list-widget > li {
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important;
  padding-bottom: 40px !important;
  padding-bottom: 4rem !important;
  position: relative;
}
.news-items > li:last-of-type,
body ol.tribe-list-widget > li:last-of-type {
  border-bottom: none;
}
.news-items > li time,
body ol.tribe-list-widget > li time {
  color: #96908d;
}
.news-items > li h3,
body ol.tribe-list-widget > li h3 {
  margin-left: 40px;
  margin-left: 4rem;
  font-size: 22px;
  font-size: 2.2rem;
}
.news-items > li .excerpt,
body ol.tribe-list-widget > li .excerpt {
  margin-left: 40px;
  margin-left: 4rem;
}
.news-items > li .more-content,
body ol.tribe-list-widget > li .more-content {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 0;
  margin-left: 40px;
  margin-left: 4rem;
}
.news-items > li .more-content.show,
body ol.tribe-list-widget > li .more-content.show {
  max-height: 99990px !important;
  max-height: 9999rem !important;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.news-items > li .fold,
body ol.tribe-list-widget > li .fold {
  position: absolute;
  right: 0;
  bottom: 10px;
  bottom: 1rem;
  text-decoration: none !important;
}
.news-items > li .fold .up,
body ol.tribe-list-widget > li .fold .up {
  display: none;
}
.news-items > li .show + .fold .down,
body ol.tribe-list-widget > li .show + .fold .down {
  display: none;
}
.news-items > li .show + .fold .up,
body ol.tribe-list-widget > li .show + .fold .up {
  display: block;
}

.tribe-events-event-meta .tribe-events-meta-group {
  float: none;
  display: block;
}

.tribe-event-categories a {
  color: #96908d;
  text-decoration: none;
  font-size: 0.7em;
  cursor: default;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
  width: 100%;
  padding: 0;
}

.downloads .attachment-info {
  margin-top: 5px;
  margin-top: 0.5rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  color: #96908d;
  font-size: 10px;
  font-size: 1rem;
}
.downloads li:before {
  content: "↧ ";
}

/* tmp ! */
.news-items article {
  padding: 0 15px !important;
  padding: 0 1.5rem !important;
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
.news-items article .post-content {
  border-left: 10px solid #f2e766;
  margin-left: 70px;
  margin-left: 7rem;
  padding-left: 10px;
  padding-left: 1rem;
}
.news-items article time.fancy {
  display: block;
  width: 60px;
  width: 6rem;
  position: absolute;
  left: 15px;
  left: 1.5rem;
  font-family: "Rotis", Helvetica, Arial, sans-serif;
}
.news-items article time.fancy .date {
  color: #4c65b1;
}
.news-items article time.fancy .date.date--date {
  font-size: 17px;
  font-size: 1.7rem;
  width: 60px;
  width: 6rem;
}
.news-items article time.fancy .date.date--year {
  font-size: 24px;
  font-size: 2.4rem;
  width: 60px;
  width: 6rem;
  line-height: 1;
}

.btn > a,
a.btn {
  outline: none !important;
  font-family: "Rotis", Helvetica, Arial, sans-serif;
  color: white !important;
  background-color: #4c65b1;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  padding: 1rem;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
  display: inline-block;
}
.btn > a:hover,
a.btn:hover {
  background-color: #f2e766;
  color: #4c65b1 !important;
  text-decoration: none;
}

/* align icons on contact page with text */
.page-contact .post-body a img {
  vertical-align: middle;
}

.sidebar {
  margin-top: 0;
}

.widget_custom_html h2 {
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */