@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: 39.9375em) {
  h2, legend {
    font-size: 2.625em; } }
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; }

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: flex;
  align-items: center;
  border-bottom: solid 1px transparent;
  transition: height 200ms linear; }

body.user-is_scrolling .header {
  border-color: rgba(153, 153, 153, 0.2); }

body.user-is_scrolling-down .header {
  transition: height 400ms linear; }

@media (min-width: 64em) {
  .banner, .header {
    height: 13.75rem; }

  body.template-home .banner, body.template-home .header {
    height: 18.4375rem; } }
@media (max-width: 63.9375em) {
  .banner, .header {
    height: 11rem; }

  body.template-home .banner, body.template-home .header {
    height: 15.6875rem; } }
@media (max-width: 87.4375em) {
  .header {
    font-size: 0.8em; } }
@media (max-width: 39.9375em) {
  .header {
    font-size: 9px; } }
body.user-is_scrolling-down .header {
  height: 10.3125rem !important; }

/* logo */
.logo {
  position: relative;
  margin: 0;
  width: 130px;
  text-align: center;
  font-family: "Droid Sans",serif; }

.logo a {
  font-size: .8rem;
  top: 6.5625rem;
  left: 0;
  height: 100%;
  opacity: 1;
  color: #2A2127; }
  .logo a:hover {
    text-decoration: none;
    color: #2A2127; }

.logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 105px; }

.logo span {
  display: block;
  margin: 10px auto 0 auto;
  font-weight: bold;
  text-transform: uppercase; }

@media (max-width: 39.9375em) {
  .logo {
    width: 82px; }
    .logo img {
      width: 75px; } }
/* navigation */
.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }

.navigation > li {
  margin: 0 0.875em;
  padding: 0; }

.navigation > li > a {
  font-family: 'Droid Serif', Serif;
  font-size: 1.5em;
  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;
  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;
  transition: opacity ease-out 500ms; }

.navigation > li > a:hover,
.navigation > li > a:focus {
  color: #A3D900;
  transition: color 500ms ease-in; }

.navigation > li > a:hover:before,
.navigation > li > a:focus:before {
  opacity: 0.5;
  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: 39.9375em) {
  .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: flex;
  align-items: center;
  flex: 1; }

.grid_row > .grid_col:first-child {
  margin-left: -1px; }

@media (min-width: 87.5em) {
  .grid_col {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }
@media (max-width: 87.4375em) {
  .grid_col {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.grid_expanded {
  flex: 1; }

.grid_half {
  flex: 0 0 50%;
  max-width: 100%; }

.grid_left {
  display: flex;
  justify-content: flex-start; }

.grid_right {
  display: flex;
  justify-content: flex-end; }

/* buttons_group ... */
.buttons_group {
  display: flex;
  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;
  transition: background 600ms ease-out; }
  .button_toggle > button .button_caret {
    margin-left: 0.4375rem; }

.button_toggle > button:hover {
  color: #261F25;
  background-color: #90c000;
  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);
  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);
  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;
  transition: all 600ms ease; }

.button_toggle ul > li:not(:last-child) {
  border-bottom: solid 2px rgba(163, 217, 0, 0.8); }

.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.5em;
  font-weight: bold;
  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;
  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);
  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 (min-width: 2.5em) {
  .buttons_cols {
    display: flex;
    align-items: center; }

  .buttons_col {
    flex: 1; } }
/* intro */
.intro {
  color: #261F25;
  background-color: #F0F0E1;
  padding: 0.625em 1.875rem 6.4375em; }

.intro p {
  font-style: italic; }

.intro p i {
  font-style: normal !important; }

@media (max-width: 63.9375em) {
  .intro {
    padding-bottom: 3.5em; } }
/* read-more */
.read-more_full {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  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: 64em) {
  .events {
    display: flex;
    list-style: none;
    flex-flow: row wrap; }

  .events > li:first-child {
    margin-left: -1px; }

  .events > li {
    flex: 0 0 33.33333%;
    margin: 0;
    padding: 0; } }
@media (min-width: 81.25em) {
  .events.horizontal > li {
    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;
  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: linear-gradient(30deg, transparent, rgba(38, 31, 37, 0.48)); }

.event:hover:after,
.event:focus:after {
  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: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 15px 15px 4.125em;
  border: solid 1px transparent;
  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;
  transition: font-size 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 {
  font-size: 2.375em; }

/* 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: 63.9375em) {
  .page_top {
    padding-top: 4.625em;
    padding-bottom: 4.875em; }

  .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: 1rem;
  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.875em; }

.page_links > li:not(:last-child) {
  padding-right: 0.875em; }

.page_links > li > a {
  font-size: 1.25em;
  text-decoration: none !important;
  line-height: 120%;
  padding: 4px 0;
  position: relative;
  display: block; }

.page_links > li > a,
.page_links > li > a:hover,
.page_links > li > a:focus {
  color: #fff; }

.page_links > li > a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 300ms linear; }

.page_links > .is-active > a:before,
.page_links > li:hover > a:before,
.page_links > li:focus > a:before {
  opacity: 1; }

/* details */
.details_col > :first-child {
  margin-top: 0 !important; }
.details_col > :last-child {
  margin-bottom: 0 !important; }

.details_col-block {
  background-color: #f7f7ef;
  padding: 5em 5.125rem 6.375em; }

.details_col-image img {
  max-width: 100%;
  width: 53.75em; }

.details_col p {
  font-size: 1.25em;
  font-style: italic; }

.details_striped > .details:nth-child(even) {
  background-color: #f8f8f2; }

@media (min-width: 87.5em) {
  .details_col-image,
  .details_col-info {
    padding: 5em 4.125rem 6.375em; } }
@media (max-width: 87.4375em) {
  .details_col-image,
  .details_col-info {
    padding: 5em 1.875rem 6.375em; } }
@media (min-width: 64em) {
  .details {
    display: flex;
    flex-flow: row wrap; }

  .details_striped > .details:nth-child(even) {
    flex-direction: row-reverse; }

  .details_col {
    flex: 1;
    max-width: 100%; }

  .details_col + .details_col {
    flex: 0 0 50%;
    max-width: 50%; }

  .details > .details_col:first-child {
    margin-left: -1px; } }
/* 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: -5.125rem;
  margin-left: -5.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: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background-color: transparent;
  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: 64em) {
  .footer_info {
    padding-left: 20.75rem; }

  .footer_info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3.625rem;
    width: 20.75rem;
    height: 7.1875rem; } }
@media (max-width: 63.9375em) {
  .footer_info {
    text-align: center; }

  .footer_info:before {
    text-align: center;
    height: 7.1875rem;
    margin: 0 0 1.875rem; } }
.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: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 500ms linear; }

.footer_map:hover .footer_map-container,
.footer_map:focus .footer_map-container {
  opacity: 1; }

@media (min-width: 64em) {
  .footer_map {
    min-height: 28.75em; }

  .footer_cols {
    display: flex;
    flex-flow: row wrap; }

  .footer_cols > .footer_col:first-child {
    margin-left: -1px; }

  .footer_col {
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 63.9375em) {
  .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;
  display: flex;
  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;
  transition: transform 500ms linear; }

.footer_banner-sign:hover,
.footer_banner-sign:focus {
  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: 39.9375em) {
  .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; }

.footer_bottom .grid_col {
  height: 6.25rem;
  line-height: 6.25rem; }

@media (min-width: 64em) {
  .footer_bottom .grid_col {
    flex: 0 0 50%;
    max-width: 50%; } }
/* 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; }

/* 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;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none; }

@media (max-width: 63.9375em) {
  .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: flex;
  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;
  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;
  animation-name: rotateOut;
  animation-duration: 2000ms;
  animation-timing-function: ease-out;
  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%;
  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: 36.1875em) {
  .pop-list > li > a {
    font-size: 2.375em; } }
@media (max-width: 39.9375em) {
  .page_top, .header, .container, .intro {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .details_col-block {
    padding-right: 1.875rem;
    padding-left: 1.875rem; } }
@media (min-width: 64em) {
  .for-mobile {
    display: none !important; } }
@media (max-width: 63.9375em) {
  .for-desktop {
    display: none !important; } }

/*# sourceMappingURL=style.css.map */
