/*
Theme Name: Main
Description: Het hoofdthema voor de website
Author: Geert van der Heide
Author URI: http://www.geertvanderheide.nl
*/


/* ----------------------------------------------------------------------------------------- */
/* ----- Fonts ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

@font-face {
  font-family: 'cabin';
  src: url('/wp-content/themes/main/fonts/cabin-bold.woff2') format('woff2'),
       url('/wp-content/themes/main/fonts/cabin-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'cabin';
  src: url('/wp-content/themes/main/fonts/cabin-italic.woff2') format('woff2'),
       url('/wp-content/themes/main/fonts/cabin-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'cabin';
  src: url('/wp-content/themes/main/fonts/cabin-regular.woff2') format('woff2'),
       url('/wp-content/themes/main/fonts/cabin-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cabinsemibold';
  src: url('/wp-content/themes/main/fonts/cabin-semibold.woff2') format('woff2'),
       url('/wp-content/themes/main/fonts/cabin-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* ----------------------------------------------------------------------------------------- */
/* ----- Overrides and resets -------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, form, p, ul, ol, li, table, h1, h2, h3, h4, h5, h6, figure, iframe, blockquote, dl, dt, dd { margin: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }

ul {
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

a img { border: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="submit"],
textarea {
  display: block;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

iframe {
  display: block;
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
}

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

embed, iframe, object { max-width: 100%; }
#wpadminbar { position: fixed !important; }

abbr { text-decoration: none; }
address { font-style: normal; }


/* ----------------------------------------------------------------------------------------- */
/* ----- Global styles and typography ------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------- */

body {
  margin: 0;
  font-family: "cabin", sans-serif;
  font-size: 18px;
  line-height: 1.56;
  color: #222;
  background: #eee;
}

.text-small {
  font-size: 16px;
  line-height: 1.5;
}

a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #e88300;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

h1, h2, .size-h1, .size-h2 {
  font-family: "cabinsemibold", sans-serif;
  font-weight: normal;
}

h1, .size-h1 {
  font-size: 42px;
  line-height: 1;
}

h2, .size-h2,
.tribe-common h2 {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.1;
}

h3, h4, h5, h6, .size-h3,
.tribe-common .size-h3 {
  margin-bottom: 10px;
  font-family: "cabin", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.content p,
.formatted ul,
.formatted ol,
.formatted table,
.formatted blockquote,
.wpcf7-response-output,
.map-wrapper { margin-bottom: 28px; }

p:empty { display: none; }

.main .formatted > :last-child { margin-bottom: 0; }

.formatted ul li { padding-left: 22px; }
.formatted ul li:not(:last-child) { margin-bottom: 12px; }

.formatted ul li:before,
.home .box li a:before {
  content: "";
  float: left;
  margin: 8px 0 0 -22px;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2012%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23E88300%22%20d%3D%22M6.65%206.7L1.7%2011.63c-.4.4-1.02.4-1.4%200-.4-.4-.4-1.02%200-1.4l4.23-4.26L.3%201.73C-.1%201.33-.1.7.3.33c.38-.4%201-.4%201.4%200l4.95%204.94c.2.2.3.45.3.7%200%20.27-.1.52-.3.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

.formatted ol { padding: 0; }
.formatted ol li { margin: 0 0 12px 22px; }

hr {
  clear: both;
  height: 1px;
  margin: 30px 0;
  border: 0;
  background: #e8e8e8;
}

/* Alignment / Images */

.alignleft,
.alignright {
  max-width: 43.421%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}

/* Tables */

td, th {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

th { text-align: left; }

/* Block quotes */

blockquote {
  padding: 20px 30px;
  border-left: 4px solid #e88300;
  background: #f4f4f4;
  font-style: italic;
}

.content blockquote p { margin-bottom: 10px; }
.content blockquote p:last-child { margin-bottom: 0; }

/* Messages */

.message,
.wpcf7-response-output,
.wpcf7-validation-errors {
  position: relative;
  padding: 8px 12px;
  border: 1px solid #efba00;
  background: #fff7db;
}

.message:empty,
.wpcf7-response-output:empty,
.wpcf7-validation-errors:empty { display: none; }

.message.success,
.wpcf7-mail-sent-ok {
  background: #def0d8;
  border-color: #5bb837;
}

.message.notice {
  background: #e4f8ff;
  border-color: #9bddf6;
}

.message.error,
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked {
  background: #f0dfdf;
  border-color: #cf5959;
}

/* Icons and icon links */

.has-icon:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: -20%;
  background-repeat: no-repeat;
  background-position: center center;
}

.has-icon.icon-phone:before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23e88300%22%20d%3D%22M21.2%209.44h-.1c-.44%200-.82-.33-.87-.78-.4-3.65-3.26-6.48-6.9-6.9-.5-.04-.85-.48-.8-.97.05-.5.5-.85.98-.8%202.17.24%204.2%201.22%205.74%202.75%201.53%201.53%202.5%203.56%202.76%205.7.05.5-.3.94-.8%201zm-3.96.02c-.42%200-.8-.3-.88-.72-.3-1.58-1.53-2.8-3.12-3.1-.48-.1-.8-.57-.7-1.06.1-.48.56-.8%201.05-.7%201.1.22%202.13.76%202.94%201.57.8.8%201.35%201.83%201.57%202.95.1.48-.2.95-.7%201.04l-.16.02zm-4.15%203.98c.77-.78%201.94-1.02%202.97-.64.8.3%201.66.52%202.52.63%201.42.2%202.46%201.43%202.43%202.85v2.9c0%201.54-1.25%202.8-2.8%202.82h-.27c-3.1-.35-6.14-1.42-8.75-3.12-2.43-1.54-4.53-3.63-6.08-6.06C1.42%2010.2.34%207.16.02%204.05-.14%202.48%201%201.1%202.56.97h3.16C7.13.94%208.34%202%208.54%203.37v.02c.1.86.32%201.7.63%202.52.38%201.03.13%202.2-.64%202.98l-.74.74c1.16%201.83%202.7%203.38%204.55%204.54l.74-.74zm-1.05%202.63C9.48%2014.6%207.35%2012.5%205.9%209.94c-.2-.35-.14-.8.15-1.07l1.23-1.23c.28-.28.37-.72.23-1.1-.34-.93-.6-1.9-.72-2.9-.07-.5-.5-.9-1.03-.9H2.73c-.57.06-1%20.56-.95%201.13.3%202.84%201.3%205.6%202.84%208%201.4%202.2%203.32%204.1%205.54%205.52%202.38%201.53%205.14%202.5%207.96%202.82h.1c.57%200%201.03-.47%201.03-1.05v-2.9-.02c.02-.53-.37-.98-.9-1.06-1-.14-1.97-.38-2.9-.73-.4-.15-.82-.06-1.1.23l-1.23%201.22c-.3.3-.73.35-1.07.15z%22%2F%3E%3C%2Fsvg%3E"); }
.has-icon.icon-email:before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23E88300%22%20d%3D%22M19.4%200H2.6C1.18%200%200%201.08%200%202.4v11.2C0%2014.92%201.17%2016%202.6%2016h16.8c1.43%200%202.6-1.08%202.6-2.4V2.4C22%201.08%2020.83%200%2019.4%200zm0%2013.88H2.6c-.2%200-.4-.13-.4-.28V3.88l7.6%206.14c.16.12.35.2.56.2h1.28c.2%200%20.4-.08.56-.2l7.6-6.14v9.72c0%20.15-.2.28-.4.28zM11%208.1L3.62%202.13h14.76l-7.38%206z%22%2F%3E%3C%2Fsvg%3E"); }
.has-icon.icon-linkedin:before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23E88300%22%20d%3D%22M19.8%200H2.2A2.2%202.2%200%20000%202.2v17.6C0%2021.01.99%2022%202.2%2022h17.6a2.2%202.2%200%20002.2-2.2V2.2A2.2%202.2%200%200019.8%200zM6.6%2018.7H3.3V8.8h3.3v9.9zM4.95%206.93c-1.1%200-1.98-.88-1.98-1.98s.88-1.98%201.98-1.98%201.98.88%201.98%201.98-.88%201.98-1.98%201.98zM18.7%2018.7h-3.3v-5.83a1.7%201.7%200%2000-1.65-1.65%201.7%201.7%200%2000-1.65%201.65v5.83H8.8V8.8h3.3v1.32a3.55%203.55%200%20012.75-1.54%203.9%203.9%200%20013.85%203.85v6.27z%22%2F%3E%0A%3C%2Fsvg%3E"); }
.has-icon.icon-insta:before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23E88300%22%20d%3D%22M15.93%2022H6.07A6.08%206.08%200%20010%2015.93V6.07A6.08%206.08%200%20016.07%200h9.86A6.08%206.08%200%200122%206.07v9.86A6.08%206.08%200%200115.93%2022zm4.12-6.07V6.07a4.12%204.12%200%2000-4.12-4.12H6.07a4.12%204.12%200%2000-4.12%204.12v9.86a4.12%204.12%200%20004.12%204.12h9.86a4.12%204.12%200%20004.12-4.12zm-3.14-9.4a1.44%201.44%200%2001-1.44-1.42%201.44%201.44%200%20011.44-1.43%201.44%201.44%200%20011.43%201.43%201.44%201.44%200%2001-1.43%201.43zM11%2016.68a5.68%205.68%200%2011.01-11.35A5.68%205.68%200%200111%2016.67zm0-9.39a3.72%203.72%200%20100%207.45%203.72%203.72%200%20000-7.45z%22%2F%3E%0A%3C%2Fsvg%3E"); }
.has-icon.icon-twitter:before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2018%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23E88300%22%20d%3D%22M22%202.13c-.82.36-1.69.6-2.6.72A4.5%204.5%200%200021.4.34c-.88.52-1.84.9-2.87%201.1a4.5%204.5%200%2000-7.8%203.1c0%20.36.03.7.1%201.04-3.74-.19-7.06-2-9.29-4.75A4.56%204.56%200%20002.92%206.9a4.44%204.44%200%2001-2.04-.56v.05c0%202.2%201.56%204.04%203.61%204.46a4.47%204.47%200%2001-2.03.07%204.56%204.56%200%20004.21%203.17A9.02%209.02%200%20010%2015.96C2%2017.26%204.37%2018%206.92%2018c8.3%200%2012.84-6.92%2012.84-12.92l-.02-.6A9.03%209.03%200%200022%202.14z%22%2F%3E%0A%3C%2Fsvg%3E"); }

.link-arrow:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 6px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2012%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23E88300%22%20d%3D%22M6.65%206.7L1.7%2011.63c-.4.4-1.02.4-1.4%200-.4-.4-.4-1.02%200-1.4l4.23-4.26L.3%201.73C-.1%201.33-.1.7.3.33c.38-.4%201-.4%201.4%200l4.95%204.94c.2.2.3.45.3.7%200%20.27-.1.52-.3.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: 100%;
}

/* Utilities */

.light, .light a { color: #999; }
.nowrap { white-space: nowrap; }
.nomargin { margin: 0 !important; }
.margin-top { margin-top: 36px; }
.text-center { text-align: center; }
.cleared { clear: both; }
.mobile-only, .hidden-data { display: none; }
.main-color { color: #e88300; }

.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Generic column sets */

.col2set { clear: both; }
.col2set > .col { width: 47.3685%; }
.col2set > .col1 { float: left; }
.col2set > .col2 { float: right; }


/* ----------------------------------------------------------------------------------------- */
/* ----- Form elements and buttons --------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

/* Form elements */

input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"],
select,
textarea,
.gform_wrapper .gform_body .gfield input[type="text"],
.gform_wrapper .gform_body .gfield input[type="password"],
.gform_wrapper .gform_body .gfield textarea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: "cabin", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #222;
  vertical-align: baseline;
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid { border-color: #d88888; }

textarea { height: 150px; }

/* Buttons */

.button,
input[type="button"],
input[type="submit"],
.page-numbers a,
.page-numbers span.current {
  position: relative;
  display: inline-block;
  padding: 10px 20px !important;
  border: 0;
  background: #e88300;
  font-size: 18px;
  line-height: 1.35;
  font-family: "cabinsemibold", sans-serif;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border-radius: 0;
}

.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.page-numbers span.current,
.page-numbers a:hover { background: #222; }

.button:active,
input[type="button"]:active,
input[type="submit"]:active,
.page-numbers a:active { background: #111; }

.button:after,
input[type="button"]:after,
input[type="submit"]:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 13px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2012%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M6.65%206.7L1.7%2011.63c-.4.4-1.02.4-1.4%200-.4-.4-.4-1.02%200-1.4l4.23-4.26L.3%201.73C-.1%201.33-.1.7.3.33c.38-.4%201-.4%201.4%200l4.95%204.94c.2.2.3.45.3.7%200%20.27-.1.52-.3.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

.button-square {
  width: 48px;
  height: 48px;
  overflow: hidden;
  padding: 0 !important;
  text-indent: -300px;
}

.button-square:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.button-search:after { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M13.35%202.28C10.3-.77%205.33-.77%202.28%202.28c-3.05%203.05-3.05%208.02%200%2011.07%202.72%202.72%206.95%203%2010%20.88.06.3.2.6.45.83l4.44%204.45c.65.65%201.7.65%202.34%200%20.66-.64.66-1.68%200-2.33l-4.44-4.44c-.23-.24-.52-.4-.82-.45%202.12-3.05%201.83-7.28-.9-10zm-1.53%209.54c-2.2%202.2-5.8%202.2-8.02%200-2.2-2.2-2.2-5.8%200-8.02%202.22-2.2%205.8-2.2%208.03%200%202.2%202.22%202.2%205.8%200%208.03z%22%2F%3E%3C%2Fsvg%3E"); }
.button-menu:after { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2014%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M19.17%208H.83C.37%208%200%207.57%200%207s.37-1%20.83-1h18.34c.46%200%20.83.44.83%201s-.37%201-.83%201zm0-6H.83C.37%202%200%201.53%200%201c0-.55.37-1%20.83-1h18.34c.46%200%20.83.45.83%201%200%20.54-.37%201-.83%201zM.83%2012h18.34c.46%200%20.83.46.83%201%200%20.55-.37%201-.83%201H.83C.37%2014%200%2013.55%200%2013c0-.54.37-1%20.83-1z%22%2F%3E%3C%2Fsvg%3E"); }

.button-phone:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M21.2%209.44h-.1c-.44%200-.82-.33-.87-.78-.4-3.65-3.26-6.48-6.9-6.9-.5-.04-.85-.48-.8-.97.05-.5.5-.85.98-.8%202.17.24%204.2%201.22%205.74%202.75%201.53%201.53%202.5%203.56%202.76%205.7.05.5-.3.94-.8%201zm-3.96.02c-.42%200-.8-.3-.88-.72-.3-1.58-1.53-2.8-3.12-3.1-.48-.1-.8-.57-.7-1.06.1-.48.56-.8%201.05-.7%201.1.22%202.13.76%202.94%201.57.8.8%201.35%201.83%201.57%202.95.1.48-.2.95-.7%201.04l-.16.02zm-4.15%203.98c.77-.78%201.94-1.02%202.97-.64.8.3%201.66.52%202.52.63%201.42.2%202.46%201.43%202.43%202.85v2.9c0%201.54-1.25%202.8-2.8%202.82h-.27c-3.1-.35-6.14-1.42-8.75-3.12-2.43-1.54-4.53-3.63-6.08-6.06C1.42%2010.2.34%207.16.02%204.05-.14%202.48%201%201.1%202.56.97h3.16C7.13.94%208.34%202%208.54%203.37v.02c.1.86.32%201.7.63%202.52.38%201.03.13%202.2-.64%202.98l-.74.74c1.16%201.83%202.7%203.38%204.55%204.54l.74-.74zm-1.05%202.63C9.48%2014.6%207.35%2012.5%205.9%209.94c-.2-.35-.14-.8.15-1.07l1.23-1.23c.28-.28.37-.72.23-1.1-.34-.93-.6-1.9-.72-2.9-.07-.5-.5-.9-1.03-.9H2.73c-.57.06-1%20.56-.95%201.13.3%202.84%201.3%205.6%202.84%208%201.4%202.2%203.32%204.1%205.54%205.52%202.38%201.53%205.14%202.5%207.96%202.82h.1c.57%200%201.03-.47%201.03-1.05v-2.9-.02c.02-.53-.37-.98-.9-1.06-1-.14-1.97-.38-2.9-.73-.4-.15-.82-.06-1.1.23l-1.23%201.22c-.3.3-.73.35-1.07.15z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
}

.button-back:after { display: none; }

.button-back:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 13px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2012%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M6.65%206.7L1.7%2011.63c-.4.4-1.02.4-1.4%200-.4-.4-.4-1.02%200-1.4l4.23-4.26L.3%201.73C-.1%201.33-.1.7.3.33c.38-.4%201-.4%201.4%200l4.95%204.94c.2.2.3.45.3.7%200%20.27-.1.52-.3.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* Form layout */

.form-field,
.stip-form .row {
  margin-bottom: 12px;
}

.form-field { padding-left: 210px; }

.form-field.field-submit {
  margin-bottom: 0;
  padding-left: 0;
}

.form-field > label,
.gform_wrapper .gform_body .gfield .gform-field-label,
.stip-form .col-form-label {
  font-family: "cabinsemibold", sans-serif;
  font-size: inherit;
}

.form-field > label {
  float: left;
  width: 200px;
  margin-left: -210px;
  padding: 6px 0;
}

.form-field > label > span,
.gform_wrapper .gform_body .gfield .gform-field-label > span { color: #e88300; }

.gform_wrapper .gform_body .gfield .gfield_required:not(.gfield_required_text) {
  margin-left: 6px;
  font-size: 16px;
}

.hidden-fields-container { display: none; }

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.form-field input[type="text"],
.form-field input[type="search"],
.form-field input[type="password"],
.form-field input[type="tel"],
.form-field input[type="email"],
.form-field input[type="number"],
.form-field select,
.form-field textarea { width: 100%; }

.form-field li {
  margin-bottom: 6px;
  padding-left: 26px;
}

.form-field li input[type="checkbox"],
.form-field li input[type="radio"] {
  float: left;
  margin: 8px 0 0 -26px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -25px;
  right: -6px;
  z-index: 100;
  background: #da3e3e;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
}

.wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 24px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #da3e3e transparent;
}

.wpcf7-not-valid-tip-no-ajax {
  color: #f00;
  font-size: 12px;
  display: block;
}

.wpcf7-list-item:not(:first-child) { margin-left: 10px; }
.wpcf7-display-none { display: none; }

div.wpcf7 img.ajax-loader {
  float: right;
  margin: 8px 5px;
}

div.wpcf7 .placeheld { color: #888; }

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.field-extra,
.gfield--type-honeypot { /* Honeypot */
  position: absolute;
  left: -2000px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important; 
  width: 1px !important; 
  overflow: hidden;
}

.form-field .help,
.gfield_description {
  padding-top: 3px;
  font-size: 14px;
  color: #999;
}

form button,
form input[type="button"],
form input[type="submit"] { float: right; }

#gform_confirmation_wrapper_11 {
  padding: 16px;
  background: #d4f2c4;
}


/* ----------------------------------------------------------------------------------------- */
/* ----- Layout (major blocks) ------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.wide {
  padding-left: 20px;
  padding-right: 20px;
}

.wide .wide {
  margin-left: -20px;
  margin-right: -20px;
}

.center {
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
}

.content { padding-bottom: 30px; }
.home .content { padding-bottom: 40px; }


/* ----------------------------------------------------------------------------------------- */
/* ----- Header ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.site-header {
  position: relative;
  background: #fff;
  z-index: 90;
}

.site-header .logo {
  float: left;
  margin: 15px 0 16px 0;
}

/* Search box */

#search-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.85);
  z-index: 1000;
  display: none;
}

#search-wrapper .search {
  position: relative;
  width: 60%;
  min-width: 420px;
  max-width: 680px;
  margin: 160px auto 0 auto;
  padding: 18px 72px 18px 24px;
  background: #fff;
}

#search-wrapper .search label { display: block; }

#search-wrapper .search input[type="search"] {
  width: 100%;
  padding: 11px 12px;
}

#search-wrapper .button-search {
  position: absolute;
  right: 24px;
  bottom: 18px;
}

#search-wrapper .button-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 13px;
  font-size: 14px;
}

#search-wrapper .button-close:after { display: none; }

/* Navigation (main and secondary) */

.overlay-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  z-index: 89;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
}

.header-top,
.main-nav {
  float: right;
  clear: right;
}

.main-nav {
  float: right;
  clear: right;
  font-family: "cabinsemibold", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.main-nav > ul > li {
  float: left;
  position: relative;
  margin-left: 36px;
}

.main-nav > ul > li:first-child { margin: 0; }

.main-nav a,
.secondary-nav li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.main-nav > ul > li > a {
  padding: 12px 0;
  border-bottom: 4px solid #fff;
  color: #222;
}

.main-nav > ul > li > a:hover { color: #e88300; }

.main-nav li.current-menu-item > a,
.main-nav li.current-page-ancestor > a { border-bottom-color: #e88300; }

@media screen and (min-width: 1025px) {
  .overlay-nav.active {
    opacity: 0.8;
    pointer-events: auto;
  }
  
  .main-nav > ul > li.menu-item-has-children > a::after {
    content: "↓";
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
    margin-left: 0.4rem;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%3E%0A%20%20%3Cpath%20d%3D%22M4.04.68V.65v6.03L1.52%204.16a.66.66%200%2000-.46-.2.66.66%200%2000-.47.2l-.4.39a.66.66%200%20000%20.92L4.53%209.8a.66.66%200%2000.94%200L9.8%205.47a.65.65%200%20000-.92l-.4-.4a.65.65%200%2000-.92%200L5.93%206.71V.67A.68.68%200%20005.26%200H4.7a.67.67%200%2000-.66.68z%22%20fill%3D%22%23e88300%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
    text-indent: -300px;
    vertical-align: middle;
  }
}

/* Main navigation: sub menus */

.main-nav > ul > li > .sub-menu {
  position: absolute;
  left: -22.5rem;
  top: -100rem;
  width: 48rem;
  padding: 1rem 1.5rem 0.5rem 1.5rem;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  column-count: 3;
  column-gap: 1.5rem;
}

.main-nav > ul > li:nth-last-child(1),
.main-nav > ul > li:nth-last-child(2) { position: static; }

.main-nav > ul > li:nth-last-child(1) > .sub-menu,
.main-nav > ul > li:nth-last-child(2) > .sub-menu {
  left: auto;
  right: 0;
}

@media screen and (min-width: 1025px) {
  .main-nav > ul > li:hover > .sub-menu { top: 100%; }
}

.main-nav > ul > li > .sub-menu > li {
  padding-bottom: 1rem;
  break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
}

.main-nav .sub-menu a {
  color: #222;
  text-decoration: none;
}

.main-nav .sub-menu a:hover {
  color: #e88300;
  text-decoration: underline;
}

.main-nav > ul > li > .sub-menu > li > a { color: #e88300; }

.main-nav .sub-menu .sub-menu { padding-top: 2px; }

.main-nav .sub-menu .sub-menu > li {
  padding: 4px 0 4px 16px;
  font-size: 15px;
  line-height: 22px;
  break-inside: avoid;
  page-break-inside: avoid;
}

.main-nav .sub-menu .sub-menu > li::before {
  content: "";
  float: left;
  margin: 8px 0 0 -16px;
  width: 6px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2012%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23E88300%22%20d%3D%22M6.65%206.7L1.7%2011.63c-.4.4-1.02.4-1.4%200-.4-.4-.4-1.02%200-1.4l4.23-4.26L.3%201.73C-.1%201.33-.1.7.3.33c.38-.4%201-.4%201.4%200l4.95%204.94c.2.2.3.45.3.7%200%20.27-.1.52-.3.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: contain;
}

/* Secondary navigation and search button */

.header-top { margin-bottom: 16px; }

.header-top .secondary-nav,
#search-show { float: left; }

.header-top .secondary-nav {
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
}

.secondary-nav li {
  float: left;
  padding: 2px 16px;
}

.secondary-nav li:not(:first-child) { border-left: 1px solid #ddd; }

.secondary-nav li a:hover { color: #e88300; }

.secondary-nav li.phone a:before {
  content: "";
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23999%22%20d%3D%22M21.2%209.44h-.1c-.44%200-.82-.33-.87-.78-.4-3.65-3.26-6.48-6.9-6.9-.5-.04-.85-.48-.8-.97.05-.5.5-.85.98-.8%202.17.24%204.2%201.22%205.74%202.75%201.53%201.53%202.5%203.56%202.76%205.7.05.5-.3.94-.8%201zm-3.96.02c-.42%200-.8-.3-.88-.72-.3-1.58-1.53-2.8-3.12-3.1-.48-.1-.8-.57-.7-1.06.1-.48.56-.8%201.05-.7%201.1.22%202.13.76%202.94%201.57.8.8%201.35%201.83%201.57%202.95.1.48-.2.95-.7%201.04l-.16.02zm-4.15%203.98c.77-.78%201.94-1.02%202.97-.64.8.3%201.66.52%202.52.63%201.42.2%202.46%201.43%202.43%202.85v2.9c0%201.54-1.25%202.8-2.8%202.82h-.27c-3.1-.35-6.14-1.42-8.75-3.12-2.43-1.54-4.53-3.63-6.08-6.06C1.42%2010.2.34%207.16.02%204.05-.14%202.48%201%201.1%202.56.97h3.16C7.13.94%208.34%202%208.54%203.37v.02c.1.86.32%201.7.63%202.52.38%201.03.13%202.2-.64%202.98l-.74.74c1.16%201.83%202.7%203.38%204.55%204.54l.74-.74zm-1.05%202.63C9.48%2014.6%207.35%2012.5%205.9%209.94c-.2-.35-.14-.8.15-1.07l1.23-1.23c.28-.28.37-.72.23-1.1-.34-.93-.6-1.9-.72-2.9-.07-.5-.5-.9-1.03-.9H2.73c-.57.06-1%20.56-.95%201.13.3%202.84%201.3%205.6%202.84%208%201.4%202.2%203.32%204.1%205.54%205.52%202.38%201.53%205.14%202.5%207.96%202.82h.1c.57%200%201.03-.47%201.03-1.05v-2.9-.02c.02-.53-.37-.98-.9-1.06-1-.14-1.97-.38-2.9-.73-.4-.15-.82-.06-1.1.23l-1.23%201.22c-.3.3-.73.35-1.07.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

.secondary-nav li.phone a:hover:before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23e88300%22%20d%3D%22M21.2%209.44h-.1c-.44%200-.82-.33-.87-.78-.4-3.65-3.26-6.48-6.9-6.9-.5-.04-.85-.48-.8-.97.05-.5.5-.85.98-.8%202.17.24%204.2%201.22%205.74%202.75%201.53%201.53%202.5%203.56%202.76%205.7.05.5-.3.94-.8%201zm-3.96.02c-.42%200-.8-.3-.88-.72-.3-1.58-1.53-2.8-3.12-3.1-.48-.1-.8-.57-.7-1.06.1-.48.56-.8%201.05-.7%201.1.22%202.13.76%202.94%201.57.8.8%201.35%201.83%201.57%202.95.1.48-.2.95-.7%201.04l-.16.02zm-4.15%203.98c.77-.78%201.94-1.02%202.97-.64.8.3%201.66.52%202.52.63%201.42.2%202.46%201.43%202.43%202.85v2.9c0%201.54-1.25%202.8-2.8%202.82h-.27c-3.1-.35-6.14-1.42-8.75-3.12-2.43-1.54-4.53-3.63-6.08-6.06C1.42%2010.2.34%207.16.02%204.05-.14%202.48%201%201.1%202.56.97h3.16C7.13.94%208.34%202%208.54%203.37v.02c.1.86.32%201.7.63%202.52.38%201.03.13%202.2-.64%202.98l-.74.74c1.16%201.83%202.7%203.38%204.55%204.54l.74-.74zm-1.05%202.63C9.48%2014.6%207.35%2012.5%205.9%209.94c-.2-.35-.14-.8.15-1.07l1.23-1.23c.28-.28.37-.72.23-1.1-.34-.93-.6-1.9-.72-2.9-.07-.5-.5-.9-1.03-.9H2.73c-.57.06-1%20.56-.95%201.13.3%202.84%201.3%205.6%202.84%208%201.4%202.2%203.32%204.1%205.54%205.52%202.38%201.53%205.14%202.5%207.96%202.82h.1c.57%200%201.03-.47%201.03-1.05v-2.9-.02c.02-.53-.37-.98-.9-1.06-1-.14-1.97-.38-2.9-.73-.4-.15-.82-.06-1.1.23l-1.23%201.22c-.3.3-.73.35-1.07.15z%22%2F%3E%3C%2Fsvg%3E"); }

/* Mobile navigation and mobile buttons */

.mobile-nav-toggle,
.mobile-call-button { display: none; }

.mobile-nav-toggle {
  float: left;
  margin-right: 20px;
}

.mobile-nav-toggle.active { background: #222; }

.mobile-call-button {
  float: left;
  margin-right: 14px;
}

.mobile-nav {
  position: absolute;
  left: -30px;
  top: 68px;
  width: 0;
  overflow: hidden;
  padding: 10px 0;
  background: #222;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

.mobile-nav.active,
.mobile-nav .menu { width: 250px; }

.mobile-nav .menu li a {
  display: block;
  padding: 6px 30px;
  color: #fff;
  text-decoration: none;
}

.mobile-nav .menu li a:hover { background: #e88300; }
.mobile-nav .menu li a:active { background: #111; }
.mobile-nav .menu li.phone { display: none; }

.mobile-nav #mobile-nav-secondary {
  font-weight: normal;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #333;
}

.mobile-nav #mobile-nav-secondary li a { color: #ccc; }
.mobile-nav #mobile-nav-secondary li a:hover { color: #fff; }

/* Header: Site-wide notice */

.site-wide-notice {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #e88300;
  color: #fff;
  font-weight: bold;
}

.site-wide-notice .formatted p {
  max-width: none;
  margin-bottom: 0;
}

.site-wide-notice a { color: #fff; }


/* ----------------------------------------------------------------------------------------- */
/* ----- Footer ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.site-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
  color: #777;
}

.site-footer a {
  color: #777;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.site-footer a:hover { color: #e88300; }

.copyright { float: left; }

.footer-nav {
  float: right;
  padding: 0;
}

.footer-nav li {
  padding: 0 14px;
  border-left-color: #ccc !important;
}


/* ----------------------------------------------------------------------------------------- */
/* ----- Home page ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

/* Page intro (also used on archive pages) */

.page-intro { padding: 28px 0; }

.page-intro h1 {
  margin-bottom: 12px;
  font-size: 36px;
}

.page-intro p { margin-bottom: 0; }

/* Top area: banners, services, activities */

.home-top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px -40px;
}

.home-top .home-top-left,
.home-top .home-top-activities { padding-left: 40px; }

.home-top .home-top-left { width: 66.39344262295%; }
.home-top .home-top-activities { width: 33.60655737705%; }

.home-top .home-top-left {
  background: #e88300 url(images/home-services.png) no-repeat right bottom;
  background-clip: content-box;
}

.home-top .home-top-banners {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -20px;
}

.home-top .home-top-banners .banner {
  width: 50%;
  padding: 0 0 20px 20px;
  text-decoration: none;
  background: #eee;
}

.home-top .home-top-banners .banner .banner-inner {
  position: relative;
  padding-top: 70.4%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}

.home-top .home-top-banners .banner .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 30px 24px 16px 24px;
  background: linear-gradient(to top, rgba(34, 34, 34, 0.8) 20%, rgba(34, 34, 34, 0.4) 60%, rgba(34, 34, 34, 0) 100%);
  color: #fff;
  -webkit-transition: padding-bottom 0.15s ease-out;
  transition: padding-bottom 0.15s ease-out;
}

.home-top .home-top-banners a.banner .banner-inner:hover .banner-title { padding-bottom: 24px; }

.home-top .home-top-services {
  padding: 24px 30px 12px 30px;
  color: #fff;
}

.home-top .home-top-services ul {
  margin: 0;
  column-count: 2;
  column-gap: 20px;
}

.home-top .home-top-services ul li {
  display: inline-block;
  width: 100%;
}

.home-top .home-top-services ul li:before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2012%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M6.65%206.7L1.7%2011.63c-.4.4-1.02.4-1.4%200-.4-.4-.4-1.02%200-1.4l4.23-4.26L.3%201.73C-.1%201.33-.1.7.3.33c.38-.4%201-.4%201.4%200l4.95%204.94c.2.2.3.45.3.7%200%20.27-.1.52-.3.72z%22%2F%3E%3C%2Fsvg%3E"); }

.home-top .home-top-services a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.home-top .home-top-services a:hover { text-decoration: underline; }

.home-top .home-top-activities .post-grid-events li { padding-bottom: 20px !important; }

.home-top .home-top-activities .button-wrapper-events-home .button { float: right; }

@media screen and (min-width: 1021px) {
  .home-top .home-top-activities .activities-title-home { font-size: 22px; }
  
  .home-top .home-top-activities .home-top-activities-inner {
    position: relative;
    height: 100%;
    padding: 24px 30px 44px 30px;
    background: #fff;
  }

  .home-top .home-top-activities .post-grid-events li { width: 100%; }
  
  .home-top .home-top-activities .post-grid-events li .inner {
    padding: 0 0 0 70px;
    box-shadow: none !important;
  }
  
  .home-top .home-top-activities .post-grid-events li .inner h3 { color: #e88300; }
  .home-top .home-top-activities .post-grid-events li .inner:hover h3 { text-decoration: underline; }
  .home-top .home-top-activities .post-grid-events li:nth-child(4) { display: none; }
  
  .home-top .home-top-activities .button-wrapper-events-home {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
  }
}

/* News and widgets */

.home-news-and-widgets {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: -40px;
}

.home-news-and-widgets .col-main,
.home-news-and-widgets .col-side { padding-left: 40px; }

.home-news-and-widgets .col-main { width: 66.39344262295%; }
.home-news-and-widgets .col-side { width: 33.60655737705%; }

.home-news-and-widgets .col-main-inner,
.home-news-and-widgets .col-side-inner {
  height: 100%;
  position: relative;
  background: #fff;
}

.home-news-and-widgets .col-main-inner { padding: 24px 30px 44px 30px; }

.home-news-and-widgets .button-wrapper-news-home {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-news-and-widgets .box {
  position: relative;
  padding: 20px 30px;
  background: #fff;
}

.home-news-and-widgets .box:not(:first-child) { border-top: 40px solid #eee; }

.home-news-and-widgets .box.has-corner-button { padding-bottom: 60px; }

.home-news-and-widgets .box.has-corner-button .button-corner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-news-and-widgets .box p {
  line-height: 1.35;
  color: #666;
}

.home-news-and-widgets .box p { margin-bottom: 10px; }
.home-news-and-widgets .box > :last-child { margin-bottom: 0 !important; }

.home-news-and-widgets .box ul {
  margin: 0 -30px;
  border-top: 1px solid #e8e8e8;
}

.home-news-and-widgets .box li a {
  display: block;
  padding: 6px 30px 6px 52px;
  border-bottom: 1px solid #e8e8e8;
  text-decoration: none;
  font-weight: bold;
}

.home-news-and-widgets .box li a:hover {
  border-color: #e88300;
  background: #e88300;
  color: #fff;
}

.home-news-and-widgets .box li a:hover:before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2012%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M6.65%206.7L1.7%2011.63c-.4.4-1.02.4-1.4%200-.4-.4-.4-1.02%200-1.4l4.23-4.26L.3%201.73C-.1%201.33-.1.7.3.33c.38-.4%201-.4%201.4%200l4.95%204.94c.2.2.3.45.3.7%200%20.27-.1.52-.3.72z%22%2F%3E%3C%2Fsvg%3E"); }


/* ----------------------------------------------------------------------------------------- */
/* ----- Lists / Grids / Archive pages ----------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

/* Grids */

.post-grid,
.tribe-common .post-grid {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.post-grid li,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child {
  width: 33.33333%;
  margin: 0 !important;
  padding: 0 0 40px 40px;
}

.post-grid-2 li,
.main .post-grid li { width: 50%; }

.post-grid li .inner,
.post-grid-regular li a {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.post-grid li .inner { padding: 18px 24px; }

.post-grid li .inner:hover,
.post-grid-regular li a:hover { box-shadow: 0 0 20px 0 rgba(34, 34, 34, 0.25); }

.post-grid .thumb-wrapper { margin: -18px -24px 16px -24px; }

.post-grid .thumb-wrapper img {
  width: 100%;
  max-width: none;
  border: 0;
}

.post-grid h3,
.post-grid .size-h3 {
  font-family: "cabinsemibold", sans-serif;
  font-weight: normal;
}

p.excerpt,
div.excerpt {
  margin: 0;
  line-height: 1.35;
  color: #666;
}

.excerpt p { margin-bottom: 10px; }
.excerpt p:last-child { margin-bottom: 0; }

.post-grid-child-pages .title-bar {
  border: 1px solid #ddd;
  border-top: 0 none;
}

.save-space-below { margin-bottom: -40px; }

/* Corner buttons for grids */

.post-grid li .inner.has-corner-button { padding-bottom: 60px; }

.post-grid li .inner.has-corner-button .button-corner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.post-grid li .inner.has-corner-button:hover .button-corner { background: #222; }
.post-grid li .inner.has-corner-button:active .button-corner { background: #111; }

/* Regular grids (wide image, title and tag below) */

.post-grid-regular a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.main .post-grid-regular a { border: 1px solid #ddd; }
.main .post-grid-regular .title-bar .tag { left: 0; }

.post-grid-regular .thumb {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 50%;
}

.post-grid-regular img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.main .post-grid-regular img { border: 0 none; }

.post-grid-regular .title-bar {
  position: relative;
  padding: 18px 24px;
  background: #fff;
  color: #222;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.post-grid-regular a:hover .title-bar { color: #e88300; }

.post-grid-regular .title-bar .tag {
  position: absolute;
  left: 1px;
  top: -28px;
  padding: 3px 18px;
  background: #222;
  font-family: "cabinsemibold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.post-grid-regular h2,
.post-grid-regular .size-h2,
.post-grid-regular h3,
.post-grid-regular .size-h3 { margin: 0; }

/* Grid for people */

.search-people label {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}

.search-people-inner {
  position: relative;
  max-width: 290px;
  margin: 0 auto;
  padding: 0 48px 10px 0;
}

.search-people-inner .field {
  width: 100%;
  padding: 11px 12px;
}

.search-people-inner .button-search {
  position: absolute;
  right: 0;
  top: 0;
}

.post-grid-people li .inner { padding-left: 160px; }

.post-grid-people .thumb {
  float: left;
  margin: -18px 20px -18px -160px;
}

.post-grid-people .job-title { margin: -4px 0 14px 0; }

/* Grid for events */

.tribe-common .tribe-common-l-container { padding: 0 !important; }

.tribe-events .tribe-events-header {
  margin: 0 !important;
  padding: 0 !important;
}

.tribe-common .tribe-common-g-row { display: block !important; }

.post-grid-events li .inner { padding-left: 94px; }

.datebox {
  float: left;
  width: 54px;
  margin-right: 15px;
  font-family: "cabinsemibold", sans-serif;
  text-align: center;
}

.post-grid-events .datebox { margin-left: -70px; }

.datebox .day {
  padding: 4px;
  border: 1px solid #ddd;
  font-size: 28px;
  line-height: 32px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.datebox .month {
  padding: 2px 4px 1px 4px;
  border: 1px solid #ddd;
  border-top: 0;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.post-grid-events .inner:hover .datebox .day {
  border-color: #e88300;
  background: #e88300;
  color: #fff;
}

.post-grid-events .inner:hover .datebox .month {
  border-color: #222;
  background: #222;
  color: #fff;
}

.main .post-grid-events li .inner { border: 1px solid #ddd; }

.tribe-events-calendar-list__event-venue-address { display: block; }

.tribe-events .tribe-events-calendar-list__event-row .event-date,
.tribe-mini-calendar-event .event-date,
.post-grid-events .event-date { margin-bottom: 8px; }

.tribe-common button[disabled],
.tribe-events .tribe-events-c-nav__list-item--today,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-label-plural,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-label-plural,
.tribe-events .tribe-events-c-nav__prev[href*="eventDisplay=past"] { display: none !important; }

/* Post list regular (for news on home page) */

.post-list li { margin-bottom: 30px; }

.post-list-thumbs li { padding-left: 236px; }

.post-list-thumbs li .thumb {
  float: left;
  width: 210px;
  margin-left: -236px;
}

/* Post list search */

.box-main-narrow {
  max-width: 770px;
  margin: 0 auto;
  padding: 24px 30px;
  background: #fff;
}

.box-main-narrow > :last-child { margin-bottom: 0 !important; }

.post-list-search li {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8e8e8;
}

.type-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border: 1px solid #e8e8e8;
  font-family: "cabinsemibold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #e88300;
}

/* Post list for person reverse query */

.post-list-misc { border-top: 1px solid #e8e8e8; }

.post-list-misc li {
  padding: 10px 0 10px 120px;
  border-bottom: 1px solid #e8e8e8;
}

.post-list-misc li .type-label {
  float: left;
  margin: 0 0 0 -120px;
}

.post-list-misc li h3 { margin: 0; }

/* Pagination */

ul.page-numbers { float: right; }
.page-numbers li { float: left; }
.page-numbers li:not(:first-child) { margin-left: 8px; }

.page-numbers a,
.page-numbers span.current {
  padding-left: 0;
  padding-right: 0;
  width: 44px;
  text-align: center;
}

.page-numbers .dots {
  display: block;
  padding: 0 3px; 
  line-height: 36px;
}


/* ----------------------------------------------------------------------------------------- */
/* ----- Single pages ---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.content-inner { background: #fff; }

.header-image {
  position: relative;
  margin-bottom: -22%;
}

.header-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(34,34,34,0) 0%,rgba(34,34,34,0) 40%,rgba(34,34,34,0.65) 100%);
}

.header-image img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
  padding: 0 20px;
}

.main .main-inner {
  padding: 24px 35px 32px 35px;
  background: #fff;
}

/* Main title and breadcrumbs */

.title-box {
  position: relative;
  padding: 24px 34px;
  background: rgba(33, 33, 33, 0.9);
  color: #fff;
}

.title-box:after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 180px;
  height: 4px;
  background: #e88300;
}

.header-image .title-box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  display: none;
  z-index: 50;
}

.breadcrumbs {
  margin-bottom: 10px;
  color: #ccc;
}

.breadcrumbs a {
  color: #ccc;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #e88300;
  text-decoration: underline;
}

.breadcrumbs .sep {
  display: inline-block;
  width: 6px;
  height: 10px;
  overflow: hidden;
  margin: 0 4px;
  text-indent: -100px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2012%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23CCC%22%20d%3D%22M6.65%206.7L1.7%2011.63c-.4.4-1.02.4-1.4%200-.4-.4-.4-1.02%200-1.4l4.23-4.26L.3%201.73C-.1%201.33-.1.7.3.33c.38-.4%201-.4%201.4%200l4.95%204.94c.2.2.3.45.3.7%200%20.27-.1.52-.3.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: 100%;
}

/* Responsive embeds */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  overflow: hidden;
}

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

/* Downloads */

.formatted .downloads ul { margin-bottom: 0; }

/* Image gallery */

.content-gallery {
  margin-left: -20px;
  margin-bottom: -20px;
}

.content-gallery li {
  float: left;
  width: 33.333333%;
  padding: 0 0 20px 20px;
}

.content-gallery li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}

.content-gallery li a:after {
  content: "+";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 24px;
  height: 24px;
  background: #e88300;
  font-size: 20px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.content-gallery li a:hover:after { background: #222; }

.content-gallery li a img {
  width: 100%;
  height: auto;
}

/* Event details */

.single-event-meta {
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
}

.single-event-meta dt { font-weight: bold; }

.single-event-meta .single-event-details,
.single-event-meta .single-event-venue { width: 50%; }

.single-event-meta .single-event-details dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
}

.single-event-meta .single-event-details dt,
.single-event-meta .single-event-details dd {
  margin: 0 !important;
  padding: 4px 0;
}

.single-event-meta .single-event-details dt { flex: 1 0 25%; }
.single-event-meta .single-event-details dd { flex: 1 0 75%; }

.single-event-meta h2 { display: none; }

.tribe-events-start-time::after {
  content: " uur";
  display: inline;
}

.tribe-recurring-event-time { display: inline; }

/* Related questions (vraag en antwoord) */

.list-questions { border-top: 1px solid #e8e8e8; }
.list-questions li { border-bottom: 1px solid #e8e8e8; }

.list-questions a.size-h3 {
  display: block;
  margin: 0;
  padding: 21px 0 21px 50px;
  font-family: "cabinsemibold", sans-serif;
  font-weight: normal;
  color: #222;
  text-decoration: none;
}

.list-questions a.size-h3:hover { color: #e88300; }

.list-questions a.size-h3:before {
  content: "?";
  float: left;
  width: 32px;
  height: 32px;
  margin: -4px 0 -4px -50px;
  padding: 3px 0 0 2px;
  border-radius: 50%;
  background: #e88300;
  font-family: "cabinsemibold", sans-serif;
  font-size: 19px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.list-questions a.size-h3:hover:before { background: #222; }

/* Related themes */

.related-themes {
  position: relative;
  padding-left: 60px;
}

.related-themes .label {
  float: left;
  margin-left: -60px;
  padding: 5px 0;
  font-family: "cabinsemibold", sans-serif;
}

.related-themes li {
  float: left;
  margin-left: 10px;
}

.related-themes li a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #ddd;
}

.related-themes li a:hover {
  color: #fff;
  background: #e88300;
  border-color: #e88300;
}

/* Related person */

.related-person {
  margin-top: 20px;
  padding: 18px 20px 18px 165px;
  border: 1px solid #ccc;
  background: #fff url(images/watermark-white.png) no-repeat right bottom;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.related-person .thumb {
  float: left;
  margin: -18px 0 -18px -165px;
}

.related-person .job-title { margin: -4px 0 14px 0; }
.related-person .contact-options a { white-space: nowrap; }
.related-person .contact-options a:not(:last-child) { margin-right: 20px; }

/* Related items (other) */

.post-grid-related-other { margin-bottom: -20px; }

/* Location details */

.location-details {
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.location-details .location-email { margin-bottom: 10px; }

/* Collapsing blocks */

.toggle-wrapper {
  padding: 21px 0 21px 50px;
  border-bottom: 1px solid #e8e8e8;
}

.toggle-trigger {
  margin: 0 !important;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.toggle-trigger:hover,
.toggle-trigger.active { color: #e88300; }

.toggle-trigger:hover { text-decoration: underline; }

.toggle-trigger:before {
  content: "+";
  float: left;
  width: 32px;
  height: 32px;
  margin: -4px 0 -4px -50px;
  padding: 3px 0 0 1px;
  border-radius: 50%;
  background: #e88300;
  font-family: "cabinsemibold", sans-serif;
  font-size: 28px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.toggle-trigger.active:before { content: "-"; }
.toggle-content.active { padding-top: 8px; }
.toggle-content:not(.active) { display: none; }
.formatted .toggle-content :last-child { margin-bottom: 0 !important; }

/* Board members view */

.board-members { padding-top: 40px; }

/* Regions map */

.overlay-popup-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  z-index: 1000;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0;
  overflow-y: auto;
  cursor: pointer;
}

.admin-bar .overlay-popup-content { top: 32px; }

@media screen and (max-width: 782px) {
  .admin-bar .overlay-popup-content { top: 46px; }
}

.overlay-popup-content.active {
  opacity: 1;
  pointer-events: auto;
}

#popup-content {
  position: relative;
  width: 80%;
  min-width: 312px;
  max-width: 820px;
  margin: auto;
  padding: 20px 30px;
  background: #fff;
  cursor: default;
}

#popup-content .popup-title { padding-right: 46px; }
#popup-content .related-person:first-child { margin-top: 0 !important; }

#popup-content .inner p,
#popup-content .formatted ul:not(.grid-inner),
#popup-content .formatted ol,
#popup-content .formatted table,
#popup-content .formatted blockquote { margin-bottom: 1rem; }

#popup-content .inner :last-child { margin-bottom: 0 !important; }

#close-popup-content {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  padding: 0 !important;
  border: 0;
  border-radius: 50%;
  background: #444;
  text-indent: -300px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

#close-popup-content:hover { background: #e88300; }

#close-popup-content::after {
  content: "";
  position: absolute;
  left: 30%;
  top: 30%;
  right: 30%;
  bottom: 30%;
  width: 40%;
  height: 40%;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041.76%2041.76%22%3E%3Cpath%20d%3D%22M27.95%2020.88%2040.29%208.54a5%205%200%201%200-7.07-7.07L20.88%2013.8%208.54%201.46a5%205%200%200%200-7.07%207.08L13.8%2020.88%201.46%2033.22a5%205%200%201%200%207.08%207.07l12.34-12.34%2012.34%2012.34a4.98%204.98%200%200%200%207.07%200%205%205%200%200%200%200-7.07L27.95%2020.88z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
  background-size: contain;
}

.map-wrapper { position: relative; }

.map-wrapper #map-regions {
  width: 100%;
  height: auto;
  background: url("images/map.png") no-repeat 0 0;
  background-size: contain;
}

.map-wrapper .outside { fill: #fff; }

.map-wrapper .map-region {
  fill: #e88300;
  fill-opacity: 0;
  stroke: #000;
  stroke-opacity: 0.1;
  stroke-width: 1px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.map-wrapper .map-region:hover {
  fill-opacity: 0.8;
  stroke: #e88300;
  stroke-opacity: 1;
}

.map-tooltip-wrapper {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  pointer-events: none;
}

.map-tooltip-wrapper-east  { left: 49%; top: 26%; right: 6%; bottom: 20%; }
.map-tooltip-wrapper-north { left: 18%; top: 3%; right: 20%; bottom: 53%; }
.map-tooltip-wrapper-south { left: 19%; top: 47%; right: 19%; bottom: 22%; }
.map-tooltip-wrapper-west  { left: 6%; top: 23%; right: 51%; bottom: 33%; }

.map-tooltip {
  position: relative;
  margin: auto;
  padding: 6px 12px;
  background: #e88300;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.active .map-tooltip {
  background: #fff;
  color: #e88300;
}

.map-tooltip::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #e88300 transparent transparent transparent;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.active .map-tooltip::after { border-top-color: #fff; }

.map-tooltip .tooltip-label { font-weight: bold; }

.map-tooltip .tooltip-content {
  width: 0;
  height: 0;
  overflow: hidden;
  color: #999;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.active .map-tooltip .tooltip-content {
  width: 130px;
  height: 24px;
  white-space: nowrap;
}


/* ----------------------------------------------------------------------------------------- */
/* ----- Responsive design (media queries) ------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

@-ms-viewport { width: device-width; }

@media screen and (max-width: 1180px) {  
  /* Grids */

  .post-grid,
  .tribe-common .post-grid { margin-left: -30px; }
  
  .post-grid li,
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row,
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child { padding: 0 0 30px 30px; }
  
  .save-space-below { margin-bottom: -30px; }
}

@media screen and (max-width: 1129px) {
  /* Header */
  
  .header-inner { padding: 10px 0; }

  .site-header .logo {
    width: 140px;
    margin: 0;
  }
  
  .main-nav,
  .header-top .secondary-nav { display: none; }
  
  .header-top { margin: 0; }
  
  .mobile-nav-toggle,
  .mobile-call-button { display: block; }
}

@media screen and (max-width: 1080px) {
  /* Footer */
  
  .copyright,
  .footer-nav {
    float: none;
    text-align: center;
  }
  
  .footer-nav { margin-bottom: 20px; }
  .footer-nav .menu { display: inline-block; }
}

@media screen and (max-width: 1020px) {  
  /* Home page */
  
  .home-top .home-top-left,
  .home-top .home-top-activities { width: 100%; }
  
  .home-top .home-top-left { margin-bottom: 30px; }
  
  .home-top .home-top-activities .post-grid-events li { width: 50%; }
}

@media screen and (max-width: 1000px) {  
  /* Grids */

  .post-grid li { width: 50%; }
}

@media screen and (max-width: 960px) {  
  /* People grid */
  
  .post-grid-people li .inner { padding-left: 113px; }

  .post-grid-people .thumb {
    width: 93px;
    margin-left: -113px;
  }
  
  /* Home */
  
  .home-news-and-widgets { display: block; }
  
  .home-news-and-widgets .col-main,
  .home-news-and-widgets .col-side { width: 100%; }
  
  .home-news-and-widgets .col-main { margin-bottom: 30px; }
  
  .home-news-and-widgets .col-side-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: none;
  }
  
  .home-news-and-widgets .box {
    width: 48%;
    border: 0 !important;
  }
  
  /* Related person */

  .related-person { padding-left: 118px; }
  
  .related-person .thumb {
    width: 93px;
    margin-left: -118px;
  }
}

@media screen and (max-width: 900px) {  
  /* Single pages */
  
  .header-image { margin: 0; }
  .main { max-width: none; }
  .title-box { display: none; }
  .header-image .title-box { display: block; }
}

@media screen and (max-width: 700px) {
  /* Typography and white space */
  
  body { font-size: 16px; }
  .text-small { font-size: 14px; }
  h1, .size-h1, .page-intro h1 { font-size: 32px; }
  
  h2, .size-h2 { font-size: 24px; }
  
  h3, h4, h5, h6, .size-h3 {
    margin-bottom: 6px;
    font-size: 18px;
  }
  
  .formatted ul li:before,
  .home .box li a:before { margin-top: 6px; }
  
  .content p,
  .formatted ul,
  .formatted ol,
  .formatted table,
  .formatted blockquote,
  .wpcf7-response-output,
  .map-wrapper { margin-bottom: 24px; }
  
  p.excerpt,
  div.excerpt,
  .page-intro p { margin: 0; }
  
  .margin-top { margin-top: 24px; }
  
  .button,
  input[type="button"],
  input[type="submit"],
  .page-numbers a,
  .page-numbers span.current { font-size: 16px; }
  
  .breadcrumbs .sep {
    width: 5px;
    height: 9px;
  }
  
  /* Forms */
  
  .form-field { padding-left: 190px; }

  .form-field > label {
    width: 180px;
    margin-left: -190px;
  }

  /* Grids */
  
  .post-grid { margin-left: -20px; }
  
  .post-grid-2 li,
  .main .post-grid li,
  .post-grid li,
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row,
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child,
  .home-top .home-top-activities .post-grid-events li {
    width: 100%;
    padding: 0 0 20px 20px;
  }
  
  .post-grid-regular .title-bar { padding: 14px 20px; }
  .save-space-below { margin-bottom: -20px; }
  
  /* Home page */
  
  .home-top .home-top-left { background-size: 50%; }
  
  /* Single pages */
  
  .title-box { padding: 20px; }
  
  .header-image .title-box {
    left: 0;
    right: 0;
  }
  
  .title-box:after { left: 20px; }
  .main .main-inner { padding: 24px 0; }
  
  .list-questions a.size-h3 { padding: 16px 0 16px 38px; }
  
  .list-questions a.size-h3:before {
    width: 26px;
    height: 26px;
    margin: -4px 0 -4px -38px;
    padding: 2px 0 0 1px;
    font-size: 16px;
    line-height: 24px;
  }
  
  .related-person { background-size: 180px; }
  .board-members { padding-top: 20px; }
  
  /* Collapsing blocks */

  .toggle-wrapper { padding: 16px 0 16px 38px; }

  .toggle-trigger:before {
    width: 26px;
    height: 26px;
    margin: -4px 0 -4px -38px;
    padding: 2px 0 0 1px;
    font-size: 22px;
    line-height: 22px;
  }
  
  /* Region maps */
  
  .map-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  #popup-content { padding: 10px 20px 20px 20px; }
  
  #close-popup-content {
    top: 10px;
    right: 20px;
  }
  
  #popup-content .popup-title { margin-bottom: 8px; }
}

@media screen and (max-width: 630px) {
  /* Home */

  .home-news-and-widgets .col-main { margin-bottom: 20px; }
  
  /* Grids */
  
  .post-list-thumbs li { padding-left: 140px; }
  
  .post-list-thumbs li .thumb {
    width: 120px;
    margin-left: -140px;
  }
}

@media screen and (max-width: 579px) {
  /* Home page */
  
  .home-top .home-top-left { background: none; }
  
  .home-top .home-top-banners {
    display: block;
    margin-left: 0;
  }
  
  .home-top .home-top-services {
    background: #e88300 url(images/home-services.png) no-repeat right bottom;
    background-size: 272px;
  }
  
  .home-top .home-top-banners .banner {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding-left: 0;
  }
  
  .home-news-and-widgets .col-side-inner { display: block; }
  .home-news-and-widgets .box { width: 100%; }
  .home-news-and-widgets .box:not(:last-child) { margin-bottom: 20px; }
}

@media screen and (max-width: 550px) {
  /* Generic column sets */
  
  .col2set > .col {
    width: auto;
    float: none;
  }
  
  .col2set > .col1 { margin-bottom: 24px; }
  
  /* Forms */
  
  .form-field { padding-left: 0; }
  
  .form-field > label {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 5px 0;
    padding: 0;
  }
  
  /* Single pages */
  
  .title-box {
    display: block;
    margin: 0 -20px;
    background: #222;
  }
  
  .header-image .title-box,
  .header-image:after { display: none; }
  
  .content-gallery li { width: 50%; }
  
  /* Single event details */
  
  .single-event-meta .single-event-details,
  .single-event-meta .single-event-venue { width: 100%; }
  
  .single-event-meta .single-event-venue dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }

  .single-event-meta .single-event-venue dt,
  .single-event-meta .single-event-venue dd {
    margin: 0 !important;
    padding: 4px 0;
  }

  .single-event-meta .single-event-venue dt {
    flex: 1 0 25%;
    font-weight: bold;
  }

  .single-event-meta .single-event-venue dd { flex: 1 0 75%; }
  
  /* Region map */
  
  #popup-content .popup-title { font-size: 18px; }
}

@media screen and (max-width: 520px) {
  /* Footer */
  
  .site-footer br.mobile-only { display: block; }
  
  /* Home page */
  
  .home-top .home-top-services { padding-bottom: 24px; }
  .home-top .home-top-services ul { column-count: auto; }
}

@media screen and (max-width: 479px) {  
  .page-intro { padding: 20px 0; }
  
  /* Search box */
  
  #search-wrapper .search {
    width: auto;
    min-width: 300px;
    max-width: none;
    margin: 160px 20px 20px 20px;
  }
  
  /* Home */
  
  .home-news-and-widgets .col-main-inner {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .home-news-and-widgets .box { padding: 16px 20px; }
  .home-news-and-widgets .box ul { margin: 0 -20px; }
  .home-news-and-widgets .box li a { padding: 6px 20px 6px 42px; }
  
  /* Grids */
  
  .post-grid-events li .inner { padding-left: 82px; }
  .post-grid-events .datebox { margin-left: -58px; }
  
  .datebox { width: 42px; }

  .datebox .day {
    font-size: 20px;
    line-height: 24px;
  }

  .datebox .month {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 18px;
  }
  
  .post-list-thumbs li { padding-left: 100px; }
  
  .post-list-thumbs li .thumb {
    width: 80px;
    margin-left: -100px;
  }
  
  .search .col-main { margin: 0 -20px; }
  
  /* Single pages */
  
  .related-person .contact-options a { display: block; }
  .related-person .contact-options a:not(:first-child) { margin-top: 8px; }
  .related-person .contact-options a:not(:last-child) { margin-right: 0; }
}

@media screen and (max-width: 400px) {
  h1, .size-h1, .page-intro h1 { font-size: 24px; }
  
  /* Images */
  
  .alignleft,
  .alignright {
    float: none;
    max-width: 100%;
    margin: 0 auto 24px auto;
  }
  
  /* Header */
  
  header.wide {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .site-header .button-square {
    width: 38px;
    height: 38px;
    margin-top: 2px;
  }
  
  .mobile-nav-toggle { margin-right: 28px; }
  .mobile-call-button { margin-right: 10px; }
  .site-header .logo { width: 120px; }
  .mobile-nav { top: 62px; }
  
  .button-square:after {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
  }

  .button-phone:after {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
  }
  
  /* Search box */
  
  #search-wrapper .search {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  /* Footer */
  
  .footer-nav li { padding: 0 7px; }
  
  /* Grids */
  
  .post-list-thumbs li { padding-left: 0; }
  
  .post-list-thumbs li .thumb {
    float: right;
    margin: 0 0 16px 16px;
  }
  
  /* Single pages */
  
  .content-gallery {
    margin-bottom: -10px;
    margin-left: -10px;
  }
  
  .content-gallery li { padding: 0 0 10px 10px; }
  
  .related-person { padding-left: 80px; }
  
  .related-person .thumb {
    width: 64px;
    margin-left: -80px;
  }
}


/* ----------------------------------------------------------------------------------------- */
/* ----- Clears ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.col2set::after,
.clear::after,
.widget::after,
.post-list li::after,
.form-field::after,
.pagination-wrapper::after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow:hidden; }


/* ----------------------------------------------------------------------------------------- */
/* ----- Minified third party CSS ---------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

/* Magnific Popup */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:16px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}