@media (min-width: 64em) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 63.9375em) and (min-width: 40em) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 39.9375em) {
  html {
    font-size: 11px;
  }
}
html, body, h1, h2, h3, h4, h5 {
  font-family: 'Droid Serif', serif;
}

h1, h2, h3, h4, h5, legend {
  font-weight: normal;
  margin-top: 0.73913em;
  margin-bottom: 0.73913em;
}

h2, legend {
  font-size: 2.875em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
}

@media (max-width: 640px) {
  h2, legend {
    font-size: 2.375em;
  }
}
p:not([class]) {
  font-size: 1.75em;
  font-weight: lighter;
  line-height: 175%;
  margin-top: 1.07143em;
  margin-bottom: 1.07143em;
}
p:not([class]) a {
  font-weight: normal;
}

a:not([class]):hover,
a:not([class]):focus {
  color: #A3D900;
  text-decoration: underline;
}

.button:not(.large):not(.small) {
  font-size: 1.5rem;
}

.button {
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
  line-height: 120%;
  padding: 1.08333em 1rem 0.95833em;
}

.button i {
  position: relative;
  top: 0.1em;
  margin-right: 0.375rem;
}

.button.secondary {
  color: #918D88;
}

/* callout */
.callout, .callout p {
  font-size: 1.375rem;
}

/* form */
form label {
  font-size: 1.25rem;
}

fieldset > :first-child {
  margin-top: 0 !important;
}
fieldset > :last-child {
  margin-bottom: 0 !important;
}

form label + label {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

form label input:not([type="checkbox"]):not([type="radio"]), form label textarea {
  font-size: 1.25rem;
  font-weight: lighter;
  box-shadow: none;
  text-shadow: none;
  border: solid 1px #F0F0E1;
  margin: 0.6em 0 0;
}
form label input:not([type="checkbox"]):not([type="radio"]):focus, form label textarea:focus {
  border-color: #bdbd7b;
}

form label input:not([type="checkbox"]):not([type="radio"]) {
  height: 2.5em;
  padding: 0 0.9375rem;
}

form label textarea {
  padding: 0.75rem 0.9375rem;
}

form label select {
  font-size: 1.25rem;
  font-weight: lighter;
  height: 2.5em;
  padding: 0 0.9375rem;
  box-shadow: none;
  text-shadow: none;
  border: solid 1px #F0F0E1;
  margin: 0.6em 0 0;
}
form label select:focus {
  border-color: #bdbd7b;
}

/* table */
table {
  font-size: 1em;
  font-family: 'Droid Sans', sans-serif;
  color: #261F25;
  margin: 3.75em 0;
}

table thead, table tbody, table tfoot {
  border: none !important;
}

table tr:nth-child(odd) {
  background-color: #f7f7ef;
}

table tr:nth-child(even) {
  background-color: #f0f0e1;
}

table tbody th, table tbody td {
  font-size: 1.5em;
  line-height: 120%;
  padding: 0.83333em;
}

table tr > :last-child {
  text-align: right;
}

.reveal {
  padding: 1.25rem 2.8125rem;
}

.app {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.row {
  max-width: 75rem;
}

.container {
  max-width: 78.75rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}
.container > :first-child {
  margin-top: 0 !important;
}
.container > :last-child {
  margin-bottom: 0 !important;
}

/* banner */
.banner {
  background-color: #F0F0E1;
  position: relative;
  left: 0;
  top: 0;
  z-index: 400;
}

/* header */
.header {
  color: #261F25;
  background-color: #F0F0E1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px transparent;
  -webkit-transition: height 200ms linear;
          transition: height 200ms linear;
}

body.user-is_scrolling .header {
  border-color: rgba(153, 153, 153, 0.2);
}

body.user-is_scrolling-down .header {
  -webkit-transition: height 400ms linear;
          transition: height 400ms linear;
}

@media (min-width: 1024px) {
  body.user-is_scrolling .header {
    height: 10.3125rem !important;
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  body.user-is_scrolling-down .header {
    height: 9rem !important;
  }
}
@media (max-width: 639px) {
  body.user-is_scrolling-down .header {
    height: 7rem !important;
  }
}

@media (min-width: 1024px) {
  .banner, .header {
    height: 13.75rem;
  }

  body.template-home .banner,
  body.template-home .header {
    height: 18.4375rem;
  }
}
@media (max-width: 1023px) {
  .banner, .header {
    height: 11rem;
  }

  body.template-home .banner,
  body.template-home .header {
    height: 15.6875rem;
  }
}

@media (max-width: 1349px) {
  .header {
    font-size: 0.8em;
  }
}
@media (max-width: 639px) {
  .header {
    font-size: 9px;
  }
}

/* logo */
.logo {
  background: url("../img/logo.png") no-repeat top left/100% 100%;
  /* font-size: 6.5625rem; */
  font-size: 5.5625rem;
  height: 1em;
  width: 1em;
  position: relative;
  margin: 0;
  padding: 0;
}

.logo a {
  font-size: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media (max-width: 639px) {
  .logo {
    font-size: 4.54545rem;
  }
}
/* navigation */
.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navigation > li {
  /* margin: 0 0.875em; */
  margin: 0 0.625em;
  padding: 0;
}

.navigation > li > a {
  font-family: 'Droid Serif', Serif;
  font-size: 1.375em;
  font-weight: normal;
  white-space: nowrap;
  text-decoration: none !important;
  color: #999;
  height: 3.33333rem;
  line-height: 3.33333rem;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: color 500ms ease-out;
          transition: color 500ms ease-out;
}

.navigation > li > a:before {
  content: '';
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  -webkit-transition: opacity ease-out 500ms;
          transition: opacity ease-out 500ms;
}

.navigation > li > a:hover,
.navigation > li > a:focus {
  color: #A3D900;
  -webkit-transition: color 500ms ease-in;
          transition: color 500ms ease-in;
}

.navigation > li > a:hover:before,
.navigation > li > a:focus:before {
  opacity: 0.5;
  -webkit-transition: opacity ease-in 500ms;
          transition: opacity ease-in 500ms;
}

.navigation > .is-active > a {
  color: #261F25;
}
.navigation > .is-active > a:before {
  opacity: 1;
}

.navigation > .is-hightlighted > a {
  font-size: 3.25em;
}
.navigation > .is-hightlighted > a:before {
  opacity: 0 !important;
}

.navigation > li + .is-hightlighted > a {
  border-left: solid 1px rgba(38, 31, 37, 0.4);
  padding-left: 1.625rem;
}

@media (max-width: 639px) {
  .navigation {
    font-size: 0.75em;
  }
}
.menu-item_addon > a:after {
  font-family: 'Nucleo Outline';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
}

.menu-item_1 > a:after {
  content: "\ecc9";
}

.menu-item_14 > a:after {
  content: "\edbf";
}

/* grid stuff */



.grid_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid_row > .grid_col:first-child {
  margin-left: -1px;
}

.grid_expanded {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid_half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 100%;
}

.grid_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 1350px) {
  .grid_col {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 1349px) {
  .grid_col {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}


/* buttons_group ... */
.buttons_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.button_link-holder,
.button_link,
.button_toggle > button {
  font-family: 'Droid Sans', serif;
  height: 5rem;
  line-height: 5rem;
}

.button_toggle {
  position: relative;
}

.button_toggle > button {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  color: #261F25;
  background-color: #fff;
  padding: 0 1.4em;
  -webkit-transition: background 600ms ease-out;
          transition: background 600ms ease-out;
}
.button_toggle > button .button_caret {
  margin-left: 0.4375rem;
}

.button_toggle > button:hover {
  color: #261F25;
  background-color: #90c000;
  -webkit-transition: background 600ms ease-in;
          transition: background 600ms ease-in;
}

.button_toggle ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -10000px;
  right: -10000px;
  z-index: 200;
  min-width: 12.5rem;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(38, 31, 37, 0.2);
  -webkit-transition: opacity ease-out 300ms ease-in, box-shadow 100ms linear;
          transition: opacity ease-out 300ms ease-in, box-shadow 100ms linear;
}

.button_toggle.toggled ul {
  opacity: 1;
  top: 100%;
  right: 0;
  box-shadow: 0 0 1rem rgba(38, 31, 37, 0.2);
  -webkit-transition: opacity ease-in 400ms ease-in, box-shadow 200ms linear;
          transition: opacity ease-in 400ms ease-in, box-shadow 200ms linear;
}

.button_toggle ul > li {
  margin: 0;
  padding: 0;
}

.button_toggle ul > li > a {
  font-family: 'Droid Sans', serif;
  font-size: 1.375em;
  font-weight: normal;
  text-decoration: none !important;
  margin: 0;
  padding: 6px 0.9375rem;
  display: block;
  -webkit-transition: all 600ms ease;
          transition: all 600ms ease;
}

@media (max-width: 1024px) {
  .button_toggle ul > li > a {
    font-size: 2em;
  }
}

.button_toggle ul > li:not(:last-child) {
  border-bottom: solid 1px rgba(163, 217, 0, 0.3);
}

.button_toggle ul > .is-active > a {
  font-weight: bold;
  color: #fff;
  background-color: #A3D900;
  border-bottom-color: #A3D900;
}

.button_toggle ul > li:hover > a,
.button_toggle ul > li:focus > a {
  color: #fff;
  background-color: #90c000;
  border-bottom-color: #90c000;
}

.button_caret {
  display: inline-block;
  line-height: 1;
  border-style: solid;
  border-width: 0.5rem 0.25rem 0 0.25rem;
  border-color: currentColor transparent transparent transparent;
  position: relative;
  top: -0.2em;
}

.button_link {
  font-size: 1.375em;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 1.375em;
  color: #fff;
  background-color: #A3D900;
  box-shadow: 0 0 1.375rem rgba(163, 217, 0, 0.48);
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: inline-block;
  -webkit-transition: all 600ms ease;
          transition: all 600ms ease;
}

.button_link-holder {
  position: relative;
  display: inline-block;
}

.button_link-holder:after {
  content: '';
  border-top: 0.83333em solid #789F00;
  border-right: 0.83333em solid transparent;
  position: absolute;
  top: 100%;
  right: 0;
}

.button_link:hover,
.button_link:focus {
  color: #fff;
  background-color: #90c000;
  box-shadow: 0 0 1.75rem rgba(163, 217, 0, 0.48);
}

.button_link i {
  font-size: 1em;
  margin-right: 3px;
  margin-left: 0.5rem;
  width: 1.16667em;
  height: 1.16667em;
  line-height: 1.16667em;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 1.25rem rgba(255, 255, 255, 0.16), 0 0 0 2.875rem rgba(255, 255, 255, 0.16);
  -webkit-transition: box-shadow 400ms linear;
          transition: box-shadow 400ms linear;
}

.button_link:hover i,
.button_link:focus i {
  box-shadow: 0 0 0 1.375rem rgba(255, 255, 255, 0.16), 0 0 0 3.375rem rgba(255, 255, 255, 0.16);
}

/* button_cols */
.buttons_cols {
  margin: 4.0625em 0 3.375em;
}

@media (max-width: 1399px) {
  .button_toggle,
  .button_link-holder {
    font-size: 0.8em;
  }
  .button_link-holder, .button_link,
  .button_toggle > button {
    height: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 1024px) {
  .buttons_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .buttons_col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* intro */
.intro {
  color: #261F25;
  background-color: #F0F0E1;
  padding: 0.625em 1.875rem 6.4375em;
}

.intro_compact {
    padding-bottom: 3.25em;
}

.intro p {
  font-style: italic;
}

.intro p i {
  font-style: normal !important;
}

@media (max-width: 1023px) {
  .intro {
    padding-bottom: 3.5em;
  }

    .intro_compact {
        padding-bottom: 2.25em;
    }
}
/* read-more */
.read-more_full {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: opacity ease-in 400ms;
          transition: opacity ease-in 400ms;
}

a.read-more_teaser {
  color: #261F25;
  display: block;
  text-decoration: none !important;
}
a.read-more_teaser:hover, a.read-more_teaser:focus {
  color: #000;
}

.read-more.toggled .read-more_teaser {
  display: none !important;
}

.read-more.toggled .read-more_full {
  max-height: none;
  opacity: 1;
}

/* events */
.events {
  background-color: #F0F0E1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.events.small {
  font-size: 0.7368rem;
}

@media (min-width: 1024px) {
  .events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .events > li:first-child {
    margin-left: -1px;
  }

  .events > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1350px) {
  .events.horizontal > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.event, .event a {
  color: #fff !important;
}

.event {
  background-color: #fff;
  display: block;
  position: relative;
  max-height: 35rem;
  overflow: hidden;
  -webkit-transition: box-shadow 600ms ease;
          transition: box-shadow 600ms ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.event:before {
  content: '';
  padding-top: 100%;
  display: block;
}

.event:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(60deg, transparent, rgba(38, 31, 37, 0.48));
  background: linear-gradient(30deg, transparent, rgba(38, 31, 37, 0.48));
}

.event:hover:after,
.event:focus:after {
  background: -webkit-linear-gradient(60deg, transparent, rgba(38, 31, 37, 0.68));
  background: linear-gradient(30deg, transparent, rgba(38, 31, 37, 0.68));
}

.event img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}

.event_container {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 15px 4.125em;
  border: solid 1px transparent;
  -webkit-transition: border 300ms linear;
          transition: border 300ms linear;
}

.event:hover, .event:focus {
  box-shadow: 0 0 1.75rem rgba(38, 31, 37, 0.6);
}
.event:hover .event_container, .event:focus .event_container {
  border-width: 10px;
  border-color: currentColor;
}

.event_title {
  font-family: 'Droid Sans', serif;
  font-size: 1.75em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 120%;
  color: #fff;
  padding-top: 1.875rem;
  margin: 0;
  position: relative;
  -webkit-transition: transform 200ms linear;
          transition: transform 200ms linear;
}

.event_title:before {
  content: '';
  font-size: 4.25rem;
  width: 1em;
  height: 3px;
  display: block;
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5em;
}

.event:hover .event_title,
.event:focus .event_title {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* page_text */
.page_line {
  text-align: center;
  margin: 3.625em 0;
}

.page_line:before {
  content: '';
  background-color: #918D88;
  width: 8.25em;
  height: 2px;
  display: inline-block;
}

.page_top {
  background-color: #F0F0E1;
  padding: 6.5em 1.875rem 6.75em;
}

.page_top p {
  font-size: 1.625em;
  font-style: italic;
}

@media (max-width: 1023px) {
  .page_top {
    padding-top: 2.14em;
    padding-bottom: 2.71em;
  }

  .page_top p {
    font-size: 1.875em;
  }
}
/* page_breadcrumbs */
.page_nav {
  color: #fff;
  background-color: #918D88;
  padding: 1.4375em 0 1.1875em;
}

/* share */
.share {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  color: #918C87;
}

.share a {
  font-size: 1.25em;
  color: inherit;
  text-decoration: none !important;
}

.share a:hover,
.share a:focus {
  color: #A3D900;
}

.share a {
  margin-right: 0.4em;
  margin-left: 0.4em;
}

.share a:first-child {
  margin-left: 1.0625em;
}

.page_nav .share {
  color: #fff;
}

/* page_links */
.page_links {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_links > li {
  margin: 0;
  padding: 0;
  display: inline-block;
}



.page_links > li:not(:first-child) {
  padding-left: 0.5em;
}

.page_links > li:not(:last-child) {
  padding-right: 0.5em;
}

.page_links > li > a {
  font-size: 1.125em;
  text-decoration: none !important;
  line-height: 120%;
  display: block;
  position: relative;
}

.page_links > li > a span {
  color: inherit;
  padding: 4px 0;
  position: relative;
  display: inline-block;
}

.page_links > li > a,
.page_links > li > a:hover,
.page_links > li > a:focus {
  color: #fff;
}

.page_links > li > a span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
          transition: opacity 300ms linear;
}



.page_links > .is-active > a span:before,
.page_links > li:hover > a span:before,
.page_links > li:focus > a span:before {
  opacity: 1;
}

@media (max-width: 1023px) {
  .page_links > li {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .page_links > li > a {
    font-size: 2em;
  }
  .page_links > li > a span {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

/* details */
.details_col > :first-child {
  margin-top: 0 !important;
}
.details_col > :last-child {
  margin-bottom: 0 !important;
}

.details_col-block {
  background-color: #f7f7ef;
}

.details_col-image img {
  max-width: 100%;
  width: 100%;
}

.details_col-image a {
  display: block;
  position: relative;
}

.details_col-image a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: transparent;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
}

.details_col-image a:hover:before {
  background-color: rgba(0,0,0,0.24);
}

.details_col-image a:after {
  content: "\ed38";
  font: normal normal normal 8em/1 'Nucleo Outline';
  text-align: center;
  color: transparent;
  line-height: 1em;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  margin: -0.5em 0 0 -0.5em;
  -webkit-transition: color 400ms ease 200ms;
  transition: color 400ms ease 200ms;
}

.details_col-image a:hover:after {
  color: rgba(255,255,255,0.95);
}

.details_col p {
  font-size: 1.25em;
  font-style: italic;
}

.details_col li {
    font-size: 1.125em;
    padding-left: 10px;
}

.details_col th,
.details_col td {
    vertical-align: top;
}

.details_striped > .details:nth-child(even) {
  background-color: #f8f8f2;
}

@media (min-width: 1400px) {
  .details_col-image,
  .details_col-info {
    padding: 5em 4.125rem 6.375em;
  }
}
@media (max-width: 1399px) {
  .details_col-image,
  .details_col-info {
    padding: 5em 1.875rem 6.375em;
  }
}
@media (min-width: 1200px) {
  .details_col-block {
    padding: 5.125rem 4.125rem 6.375em;
  }
  .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .details_striped > .details:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .details_col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }

  .details_col + .details_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .details > .details_col:first-child {
    margin-left: -1px;
  }
}

@media (max-width: 1199px) {
  .details_col-block {
    padding: 2rem 1.875rem 2.5em;
  }
  .details_col-image, .details_col-info {
    padding-top: 2.14em;
    padding-bottom: 2.14em;
  }
}
/* media */
.media {
  margin: 4.25em 0;
  position: relative;
}
.media:before, .media:after {
  content: '';
  display: table;
  clear: both;
}

.media_col {
  height: 20rem;
  width: 33.33333%;
  float: left;
  overflow: hidden;
}

.media_col:nth-child(1),
.media_col:nth-child(2) {
  width: 50%;
}

.media_col:nth-child(4),
.media_col:nth-child(5) {
  height: 10rem;
}

.media_col:nth-child(5) {
  /* exceptions in positioning this media photo */
  position: absolute;
  top: 30rem;
  left: 33.33333%;
}

.details_col-block .media {
  margin-right: -4.125rem;
  margin-left: -4.125rem;
}

.media > a {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.media > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}

.media > a:before {
  content: "\ed89";
  font: normal normal normal 4.5rem "Nucleo Glyph";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background-color: transparent;
  -webkit-transition: all 400ms linear;
          transition: all 400ms linear;
}

.media > a:hover:before {
  color: #fff;
  background-color: rgba(38, 31, 37, 0.26);
}

/* footer ... */
.footer_top {
  background-color: #fff;
}

.footer_info {
  color: #918D88;
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding: 3.625rem 1.875rem 5.4375rem;
  box-shadow: 0 0 1.75rem rgba(38, 31, 37, 0.24);
}
.footer_info > :first-child {
  margin-top: 0 !important;
}
.footer_info > :last-child {
  margin-bottom: 0 !important;
}

.footer_info:before {
  content: '';
  background: url("../img/footer-icon.svg") no-repeat top center/auto 100%;
  display: block;
}

@media (min-width: 1200px) {
  .footer_info {
    padding-left: 20%; /* (322 / 1680) * 100 */
  }

  .footer_info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3.625rem;
    width: 38%; /* (322 / (1680 /2)) * 100 */
    height: 7.1875rem;
  }
}
@media (max-width: 1199px) {
  .footer_info {
    text-align: center;
  }

  .footer_info:before {
    text-align: center;
    height: 6rem;
    margin: 0 0 2.28rem;
  }
}
.footer_top h2 {
  font-family: 'Droid Sans', serif;
  font-size: 2.75em;
  line-height: 140%;
  margin-top: 0.90909em;
  margin-bottom: 0.90909em;
}

.footer_top p {
  font-size: 2em;
  font-weight: normal;
  line-height: 140%;
  margin-top: 0.6875em;
  margin-bottom: 0.6875em;
  opacity: 0.69;
}

.footer_top p a {
  color: inherit;
  text-decoration: none;
}

.footer_map {
  display: block;
  background: url("../img/map.jpg") no-repeat top right/cover;
  position: relative;
}

.footer_map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 31, 37, 0.48);
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 500ms linear;
          transition: opacity 500ms linear;
}

.footer_map:hover .footer_map-container,
.footer_map:focus .footer_map-container {
  opacity: 1;
}

@media (min-width: 1200px) {
  .footer_map {
    min-height: 28.75em;
  }

  .footer_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .footer_cols > .footer_col:first-child {
    margin-left: -1px;
  }

  .footer_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .footer_map {
    height: 20em;
  }
}
/* footer_banner */
.footer_banner {
  background: url("../img/footer-banner.jpg") no-repeat top center/auto 100%;
  height: 23rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_banner-container {
  text-align: center;
  width: 100%;
}

.footer_banner-head {
  font-size: 1.75em;
  font-weight: normal;
  font-style: italic;
  line-height: 175%;
  margin: 0 0 1.375rem;
}

.footer_banner-sign {
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: -webkit-transform 500ms linear;
          transition: transform 500ms linear;
}

.footer_banner-sign:not(.mui-enter) {
  opacity: 0;
}
.footer_banner-sign.animation-complete {
  opacity: 1 !important;
}
.footer_banner-sign:hover,
.footer_banner-sign:focus {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.footer_banner-sign:after {
  content: '';
  display: inline-block;
  background-color: #918D88;
  width: 0.4375rem;
  height: 6.25rem;
}

.footer_banner-sign_label {
  font-family: 'Droid Sans', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  white-space: nowrap;
  line-height: 2.91667em;
  height: 2.91667em;
  color: #fff;
  background-color: #918D88;
  display: inline-block;
  position: relative;
  padding: 0 0.5rem 0 1.25rem;
  clear: both;
}

.footer_banner-sign_label i {
  font-size: 1.33333em;
  margin-right: 1.25rem;
  position: relative;
  top: 0.2em;
}

.footer_banner-sign_label-left,
.footer_banner-sign_label-right {
  color: #918D88;
  position: absolute;
  top: 0;
  height: 2.91667em;
  width: 20px;
}

.footer_banner-sign_label-left {
  right: 100%;
  margin-left: 1px;
}

.footer_banner-sign_label-right {
  left: 100%;
  margin-left: -1px;
}

.footer_banner-sign_label-left:before,
.footer_banner-sign_label-right:before {
  top: 0;
  left: 0;
}

.footer_banner-sign_label-left:after,
.footer_banner-sign_label-right:after {
  bottom: 0;
  left: 0;
}

.footer_banner-sign_label-left:before,
.footer_banner-sign_label-left:after,
.footer_banner-sign_label-right:before,
.footer_banner-sign_label-right:after {
  content: '';
  border-style: solid;
  border-color: transparent;
  position: absolute;
}

.footer_banner-sign_label-left:before {
  content: '';
  border-top: 2.1875rem solid currentColor;
  border-left-width: 20px;
}

.footer_banner-sign_label-left:after {
  content: '';
  border-bottom: 2.1875rem solid currentColor;
  border-left-width: 20px;
}

.footer_banner-sign_label-right:before {
  content: '';
  border-top: 2.1875rem solid transparent;
  border-left: 20px solid currentColor;
  border-bottom: 2.1875rem solid transparent;
}

@media (max-width: 639px) {
  .footer_banner-head {
    font-size: 1.5em;
  }
}
/* footer_bottom */
.footer_bottom {
  font-family: 'Droid Sans', Serif;
  font-size: 1rem;
  color: #918C87;
  font-weight: normal;
  padding: 0 10px;
}

.footer_bottom a {
  color: inherit;
  text-decoration: underline;
  margin-right: 6px;
  margin-left: 6px;
}


@media (min-width: 1024px) {

  .footer_bottom .grid_col {
    height: 6.25rem;
    line-height: 6.25rem;
  }
  .footer_bottom .grid_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1023px) {
  .footer_bottom {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer_bottom .grid_row, .footer_bottom .grid_col {
    display: block !important; /* disable flex */
  }
  .footer_bottom .grid_col {
    height: 3rem;
    line-height: 3rem;
  }
}
/* text */
.text_detail p {
  font-size: 1.75em;
}

/* text_checklist */
.text_checklist ul {
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}

.text_checklist ul > li {
  font-size: 1.5em;
  padding-left: 2.8125rem;
  position: relative;
}

.text_checklist ul > li:before {
  content: "\ecf0";
  font: normal normal normal 1.1em/1 'Nucleo Outline';
  color: #A3D900;
  position: absolute;
  top: 0.1em;
  left: 0;
}

.masonry {
    margin: 2rem -0.9375rem;
    padding: 0;
    list-style: none;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 600ms ease-in;
    transition: opacity 600ms ease-in;
}

.masonry_ready {
    opacity: 1;
}

.masonry > li {
    margin: 0;
    padding: 0.9375rem;
}

@media (min-width: 1024px) {
    .masonry > li {
        width: 33.33333%;
    }
}
@media (max-width: 1023px) {
    .masonry > li {
        width: 50%;
    }
}

.media-item {
    text-decoration: none !important;
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
}
.media-item_ready {
    opacity: 1;
}
.media-item img {
    width: 100%;
}

.media-item:before {
    content: "\ed89";
    font: normal normal normal 4.5rem "Nucleo Glyph";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    background-color: transparent;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.media-item:hover:before {
  color: #fff;
  background-color: rgba(38, 31, 37, 0.26);
}



/* pop */
.pop {
  color: #fff;
  background-color: rgba(38, 31, 37, 0.98);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

@media (max-width: 1023px) {
  .toggle-pop {
    overflow: hidden;
  }

  body.toggle-pop {
    position: relative;
  }

  body.toggle-pop .pop {
    display: block;
  }

  .toggle-pop .menu-toggle {
    color: #A3D900;
  }
}
.pop-close {
  font-size: 3em;
  position: absolute;
  top: 0.75em;
  right: 1.33333em;
}

.pop-body {
  width: 100%;
  padding: 6.375em 4em 6.375em;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop-list {
  margin: 1em 0;
  padding: 0;
}

.pop-list .pop-list {
  font-size: 0.9375em;
  margin: 0 0 0.5em 4.53333em;
}

.pop-list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pop-list > li > a {
  font-size: 2.875em;
  line-height: 120%;
  display: block;
  position: relative;
  color: inherit;
  padding: 0.4375rem 1em 0.4375rem 1.78947em;
  -webkit-transition: color 500ms linear;
          transition: color 500ms linear;
}

.pop-list > li.is-active > a:before {
  content: "\ea6c";
  font-family: 'Nucleo Outline';
  font-size: 0.63158em;
  font-weight: normal;
  line-height: 247.5%;
  display: inline-block;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}

.pop-list > li > a:focus {
  outline: none;
}

.pop-list > li > a:focus:after {
  content: "\eae4";
  font-family: 'Nucleo Outline';
  font-size: 0.5em;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: 0.4375rem;
  right: 0;
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.pop-list > li > a > span {
  padding: 0.4375rem 0;
  display: inline-block;
  position: relative;
}

.pop-list > li > a > span:after {
  content: '';
  background-color: rgba(255, 255, 255, 0);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: background-color 500ms ease-in;
          transition: background-color 500ms ease-in;
}

.pop-list > li > a:hover, .pop-list > li > a:focus {
  color: #fff;
}
.pop-list > li > a:hover > span:after, .pop-list > li > a:focus > span:after {
  background-color: white;
}

@media (max-width: 600px) {
  .pop-list > li > a {
    font-size: 3.5em;
  }
}

@media (max-width: 1023px) {
  .header .container,
  .page_top .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 639px) {
  .page_top, .header, .container, .intro {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .for-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .for-desktop {
    display: none !important;
  }
}

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