@import "../editor-style.css";
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

h1, h2, h3, h4, .signboard-menu > ul > li > a, .search-item a strong, .event-list .event-item-title {
  display: block;
  color: #228512;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

h1 {
  margin: 0 0 30px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}

h2 {
  margin: 0 0 20px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 36px;
  line-height: 2.25rem;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}

.signboard-menu > ul > li > a, h3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media only screen and (min-width: 992px) {
  .signboard-menu > ul > li > a, h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.search-item a strong, .event-list .event-item-title, h4 {
  margin: 0 0 10px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .search-item a strong, .event-list .event-item-title, h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.bg-primary .btn-blank, .button,
.button-container a, .button-white,
.button-white-container a, .editor blockquote a, .button-primary,
.button-primary-container a, input[type=submit] {
  display: inline-block;
  padding: 15px 25px;
  text-align: center;
  background: #228512;
  color: #fff;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 10px;
  line-height: 0.625rem;
}
.bg-primary .btn-blank:hover, .button:hover,
.button-container a:hover, .button-white:hover,
.button-white-container a:hover, .editor blockquote a:hover, .button-primary:hover,
.button-primary-container a:hover, input[type=submit]:hover, .bg-primary .btn-blank:focus, .button:focus,
.button-container a:focus, .button-white:focus,
.button-white-container a:focus, .editor blockquote a:focus, .button-primary:focus,
.button-primary-container a:focus, input[type=submit]:focus, .bg-primary .active.btn-blank, .active.button,
.button-container a.active, .active.button-white,
.button-white-container a.active, .editor blockquote a.active, .active.button-primary,
.button-primary-container a.active, input.active[type=submit] {
  background: #289b15;
  color: #fff;
}

.editor blockquote a, .button-primary,
.button-primary-container a, input[type=submit] {
  border: 1px solid #228512;
  background: transparent;
  color: #228512;
}
.editor blockquote a:hover, .button-primary:hover,
.button-primary-container a:hover, input[type=submit]:hover, .editor blockquote a:focus, .button-primary:focus,
.button-primary-container a:focus, input[type=submit]:focus, .editor blockquote a.active, .active.button-primary,
.button-primary-container a.active, input.active[type=submit] {
  background: #228512;
  color: #fff;
}

.button-white,
.button-white-container a {
  border: 1px solid #fff;
  background: #fff;
  color: #228512;
}
.button-white:hover,
.button-white-container a:hover, .button-white:focus,
.button-white-container a:focus, .active.button-white,
.button-white-container a.active {
  border-color: #228512;
  background: #228512;
  color: #fff;
}

.event-list .event-item-cta, .grant-list .grant-item a, .box-item-cta {
  display: block;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.event-list .event-item-cta:after, .grant-list .grant-item a:after, .box-item-cta:after {
  content: ">";
  display: inline-block;
  margin: 0 0 0 10px;
}

html {
  font-size: 100%;
}

body {
  color: #333;
  background: #fff;
  line-height: 1.4em;
  font-family: "Raleway", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}

html * {
  box-sizing: border-box;
  outline: none !important;
}

h1, h2, h3, h4, h5, h6, input, textarea, a, button {
  font-family: inherit;
}

a {
  color: #228512;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover {
  text-decoration: none;
  color: #289b15;
}

strong {
  font-weight: 700;
}

em {
  color: inherit;
}

p {
  margin: 0 0 15px;
}

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

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

.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

.big, .perex {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.perex {
  color: #888;
  letter-spacing: 0.02em;
  font-family: "Raleway", sans-serif;
}

.perex:not(:empty) {
  margin: 0 0 30px;
}

hr {
  margin: 15px 0;
  border-color: #333;
}

form {
  text-align: left;
}

label {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
label strong {
  display: none;
}
label + br, label br {
  content: "";
  display: none;
  line-height: 0;
}
label > * {
  font-weight: 300;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=password],
textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 0 0 10px;
  border: none;
  background: #f5f5f5;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
}

input[type=submit] {
  display: table;
  margin: 10px auto 0;
}

textarea {
  padding: 10px;
  height: 200px;
  resize: none;
}

.bg-soft input[type=text],
.bg-soft input[type=email],
.bg-soft input[type=password],
.bg-soft textarea {
  background: #fff;
}

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  display: none;
}
input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 2px 0 0 30px;
}
input[type=checkbox]:not(old) + label:before,
input[type=radio]:not(old) + label:before {
  content: "";
  display: block;
  width: 23px;
  height: 22px;
  background: #fff;
  border: #ddd 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=checkbox]:not(old):checked + label:after,
input[type=radio]:not(old):checked + label:after {
  content: "\f00c";
  text-align: center;
  font-family: "icomoon" !important;
  color: #228512;
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px;
  width: 100% !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr td {
  border: #888 1px solid;
  padding: 10px 10px;
  width: auto !important;
  height: auto !important;
}
table.noborder tr td {
  border: none;
}
@media only screen and (min-width: 992px) {
  table tr td {
    padding: 15px 40px;
  }
  table:has(td:nth-child(5)) tr td {
    padding: 10px 10px;
  }
}

.table-wrapper {
  overflow: auto;
  margin: 0 0 30px;
}
.table-wrapper table {
  margin: 0;
}

.editor:after, .editor:before {
  content: " ";
  display: table;
  clear: both;
}
.editor > *:last-child {
  margin-bottom: 0;
}
.editor ul {
  margin: 0 0 15px;
  padding: 0 0 0 0;
}
.editor ul li {
  list-style-type: none;
  padding: 0 0 10px 15px;
  position: relative;
}
.editor ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: none;
  border: 1px solid #228512;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 11px;
  left: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.editor ol {
  margin: 0 0 20px;
  padding: 0 0 0 0;
  list-style: none;
  counter-reset: li-counter;
}
.editor ol li {
  counter-increment: li-counter;
  padding: 0 0 5px 25px;
  position: relative;
}
.editor ol li:before {
  content: counter(li-counter) ".";
  color: #228512;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  position: absolute;
  left: 0;
  top: -1px;
}
.editor a {
  color: #228512;
}
.editor a:hover {
  color: #289b15;
}
.editor iframe {
  width: 100%;
  height: auto;
}
.editor blockquote {
  border: none;
  background: none;
  padding: 0;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.editor blockquote h1, .editor blockquote h2 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
.editor blockquote h3, .editor blockquote h4 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.editor blockquote ul li {
  padding: 0 0 5px;
}
.editor blockquote ul li:before {
  display: none;
}
.editor blockquote a {
  display: inline-block;
}
.editor blockquote .big a {
  padding: 20px 30px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.editor-dark {
  color: #fff;
}
.editor-dark .slick-arrow:before {
  color: #fff;
}

.editor-color {
  color: #fff;
}
.editor-color h1, .editor-color h2, .editor-color h3, .editor-color h4, .editor-color h5, .editor-color h6, .editor-color a {
  color: inherit;
}
.editor-color ul li:before, .editor-color ol li:before {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.editor-color blockquote a {
  border-color: #fff;
  color: #fff;
}

.tt- {
  text-transform: none;
}

.tt-uc {
  text-transform: uppercase;
}

.tt-lc {
  text-transform: lowercase;
}

.td- {
  text-decoration: none;
}

.td-ul {
  text-decoration: underline;
}

.td-ol {
  text-decoration: overline;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-j {
  text-align: justify;
}

.fl- {
  float: none;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-c {
  float: none;
  clear: both;
}

.f- {
  font-weight: 400;
  font-style: normal;
}

.f-i {
  font-weight: 400;
  font-style: italic;
}

.f-b {
  font-weight: 700;
  font-style: normal;
}

.f-bi, .f-ib {
  font-weight: 700;
  font-style: italic;
}

.f-p {
  font-family: "Raleway", sans-serif;
}

.f-s {
  font-family: "Raleway", sans-serif;
}

.c-b {
  color: #333;
}

.c-p {
  color: #228512;
}

.c-s {
  color: #e75d19;
}

.f-11x {
  font-size: 1.1em;
}

.f-12x {
  font-size: 1.2em;
}

.f-14x {
  font-size: 1.4em;
}

.f-16x {
  font-size: 1.6em;
}

.f-18x {
  font-size: 1.8em;
}

.f-20x {
  font-size: 2em;
}

.f-24x {
  font-size: 2.4em;
}

.f-30x {
  font-size: 3em;
}

.p- {
  padding: 0;
}

.p-15 {
  padding: 15px;
}

.p-30 {
  padding: 30px;
}

.p-50 {
  padding: 50px;
}

.pt- {
  padding-top: 0;
}

.pt-s {
  padding-top: 3.125rem;
}

.pt-m {
  padding-top: 6.25rem;
}

.pt-l {
  padding-top: 9.375rem;
}

.pt-xl {
  padding-top: 12.5rem;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.container {
  width: 1380px;
  max-width: 100% !important;
}
.container-large {
  width: 1630px;
}
.container-thin {
  width: 960px;
}
.container-full {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row {
  margin: 0 0 0 -1.5625rem;
}
.row > *[class^=col] {
  padding: 0 0 0 1.5625rem;
}
.row.grid-gap {
  margin-bottom: -1.5625rem;
}
.row.grid-gap > *[class^=col] {
  padding-bottom: 1.5625rem;
}
.row.grid-line {
  margin: 0 0 -1px -1px !important;
}
.row.grid-line > *[class^=col] {
  padding: 0 0 1px 1px !important;
}
.row.grid-collapse {
  margin: 0 !important;
}
.row.grid-collapse > *[class^=col] {
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .row {
    margin: 0 0 0 -3.125rem;
  }
  .row > *[class^=col] {
    padding: 0 0 0 3.125rem;
  }
  .row.grid-gap {
    margin-bottom: -3.125rem;
  }
  .row.grid-gap > *[class^=col] {
    padding-bottom: 3.125rem;
  }
  .row.grid-small {
    margin-left: -1.5625rem;
  }
  .row.grid-small > *[class^=col] {
    padding-left: 1.5625rem;
  }
  .row.grid-gap.grid-small {
    margin-bottom: -1.5625rem;
  }
  .row.grid-gap.grid-small > *[class^=col] {
    padding-bottom: 1.5625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .row.grid-large {
    margin-left: -5rem;
  }
  .row.grid-large > *[class^=col] {
    padding-left: 5rem;
  }
  .row.grid-gap.grid-large {
    margin-bottom: -5rem;
  }
  .row.grid-gap.grid-large > *[class^=col] {
    padding-bottom: 5rem;
  }
}

.overflow-container {
  width: 100%;
  overflow: hidden;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.grid-collapse {
  margin: 0 !important;
}

.grid-collapse > div {
  padding: 0 !important;
}

.grid-small {
  margin: 0 -10px !important;
}

.grid-small > div {
  padding: 0 10px !important;
}

.grid-divider {
  margin: 0 !important;
  border: 1px solid #888;
  border-width: 0 0 0 2px;
}
.grid-divider > div {
  border: 1px solid #888;
  border-width: 2px 2px 2px 0;
  margin: 0 0 -2px;
  padding: 0 !important;
}

.breadcrumb {
  padding: 15px;
  margin: 0;
  background: #f5f5f5;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}

.sidebar-right {
  border: 1px solid #228512;
  padding: 20px;
  font-size: 0.8em;
}

.slick-wrapper {
  padding: 0 50px;
}
@media only screen and (min-width: 1600px) {
  .slick-wrapper {
    padding: 0;
  }
}

.slick-slider .slick-list {
  margin: 0 -15px;
}
.slick-slider .slick-track {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.slick-slider .slick-slide {
  position: relative;
  height: auto;
}
.slick-slider .slick-arrow {
  display: inline-block;
  position: absolute;
  top: 0;
  background: none;
  color: #228512;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  z-index: 10;
  width: 50px;
  height: 100%;
  line-height: 120px;
  cursor: pointer;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.slick-slider .slick-arrow:before {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-family: "icomoon" !important;
}
.slick-slider .slick-arrow.slick-prev {
  left: -45px;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: "\f104";
}
.slick-slider .slick-arrow.slick-next {
  right: -45px;
}
.slick-slider .slick-arrow.slick-next:before {
  content: "\f105";
}
.slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}

.slick-dotted .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slick-dotted .slick-dots li {
  display: inline-block;
  padding: 5px;
}
.slick-dotted .slick-dots li button {
  display: block;
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-indent: 50px;
  background: none;
  border: none;
  cursor: pointer;
}
.slick-dotted .slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  margin: -5px 0 0 -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.slick-dotted .slick-dots li button:hover:before {
  background: #228512;
}
.slick-dotted .slick-dots li.slick-active button:before {
  background: #228512;
  -ms-transform: scale(1.6, 1.6);
  /* IE 9 */
  webkit-transform: scale(1.6, 1.6);
  /* Safari */
  transform: scale(1.6, 1.6);
}

.anchor {
  display: block;
  visibility: hidden;
  width: 100%;
  height: 80px;
  margin: -80px 0 0;
  clear: both;
}

.bg-none + .bg-none .block {
  padding-top: 0;
}

.bg-soft {
  background: #f5f5f5;
}
.bg-soft + .bg-soft .block {
  padding-top: 0;
}

.bg-white {
  background: #fff;
}

.bg-color {
  background: #228512;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}

.block {
  padding: 40px 0;
}
.block-divide {
  border-top: 1px solid #ddd;
}
.block-collapse {
  padding: 0;
}
.block-small {
  padding: 20px 0;
}
.block-large {
  padding: 50px 0;
}
.block-highlight {
  text-align: center;
  color: #4d5364;
  background: #228512;
  font-weight: 800;
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
}
.block-highlight a {
  color: #fff;
}
.block-highlight a:hover, .block-highlight a:focus {
  color: #FF5E1B;
}
.block-gray {
  background: #f5f5f5;
}
.block-image {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.block-image img {
  display: none;
}
.block-title h1, .block-title h2 {
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .block {
    padding: 80px 0;
  }
  .block-collapse {
    padding: 0;
  }
  .block-small {
    padding: 40px 0;
  }
  .block-large {
    padding: 100px 0;
  }
}

.panel {
  background: #fff;
  color: #333;
  padding: 15px;
}

.btn-prev,
.btn-next {
  display: inline-block;
  margin: 0 1px 0 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  background: #228512;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
}
.btn-prev:before,
.btn-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.btn-prev:hover,
.btn-next:hover {
  background: #289b15;
  color: #fff;
}

.btn-prev:before {
  content: "<";
}

.btn-next:before {
  content: ">";
}

.bg-primary {
  background: #228512;
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4 {
  color: #fff;
}
.bg-primary .btn-blank {
  background: none;
  color: #fff;
  border-color: #fff;
}
.bg-primary-light {
  background: #d7a757;
}
.bg-primary-soft {
  background: #aef3a3;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}

.iframe-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  position: relative;
}
.loader.loading {
  padding: 1px;
}
.loader.loading:before {
  content: "";
  display: block;
  margin: 30px auto;
  width: 70px;
  height: 70px;
  border: 10px solid #228512;
  border-color: transparent #228512;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -ms-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}

.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.social li:before {
  display: none;
}
.social li a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: center;
  background: #888;
  color: #515356;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.social li a:before {
  content: "";
  display: block;
  width: 100%;
  margin: 0 0 50px;
  font-family: "icomoon" !important;
}
.social li a:hover {
  text-decoration: none;
}
.social li.social_fb a:before {
  content: "\ea90";
}
.social li.social_yt a:before {
  content: "\ea9d";
}
.social li.social_ig a:before {
  content: "\ea92";
}
.social li.social_in a:before {
  content: "\eaca";
}
.social li.social_tw a:before {
  content: "\ea96";
}
.social li.social_web a {
  width: 32px;
  height: 32px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: none;
  color: #888;
}
.social li.social_web a:before {
  content: "\e908";
}

.color-light {
  color: #fff;
}

.color-dark {
  color: #000;
}

.center-title h1, .center-title h2, .center-title h3, .center-title h4 {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .space-title h1, .space-title h2, .space-title h3, .space-title h4 {
    margin-bottom: 60px;
  }
}

*[class*=respo-image] {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
*[class*=respo-image]:after {
  content: "";
  display: block;
  padding-top: 100%;
}
*[class*=respo-image] img {
  display: none !important;
}

.respo-image-140:after {
  padding-top: 140%;
}

.respo-image-100:after {
  padding-top: 100%;
}

.respo-image-90:after {
  padding-top: 90%;
}

.respo-image-80:after {
  padding-top: 80%;
}

.respo-image-70:after {
  padding-top: 70%;
}

.respo-image-60:after {
  padding-top: 60%;
}

.respo-image-50:after {
  padding-top: 50%;
}

.respo-image-40:after {
  padding-top: 40%;
}

.respo-image-30:after {
  padding-top: 30%;
}

.respo-image-20:after {
  padding-top: 20%;
}

*[class*=space-after]:after {
  content: "";
  display: block;
  height: 15px;
}

.space-after-40:after {
  height: 20px;
}

.space-after-50:after {
  height: 25px;
}

.space-after-60:after {
  height: 30px;
}

.space-after-70:after {
  height: 35px;
}

.space-after-80:after {
  height: 40px;
}

.gallery-item {
  position: relative;
  display: block;
}
.gallery-item img {
  width: 100%;
}
.gallery-item-label {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.gallery-item-label strong,
.gallery-item-label span {
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.gallery-item-label strong {
  width: 100px;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 992px) {
  .gallery {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 992px) {
  *[class*=space-after]:after {
    content: "";
    display: block;
    height: 30px;
  }

  .space-after-40:after {
    height: 40px;
  }

  .space-after-50:after {
    height: 50px;
  }

  .space-after-60:after {
    height: 60px;
  }

  .space-after-70:after {
    height: 70px;
  }

  .space-after-80:after {
    height: 80px;
  }
}
.divider {
  display: block;
  width: 100%;
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.divider:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.divider_dotted:before {
  background: url("../img/bg-dotted.png") repeat-x left top;
}

.email_link,
.phone_link,
.address {
  display: block;
  margin: 0 0 10px;
  position: relative;
  white-space: nowrap;
  font-weight: 700;
}
.email_link:before,
.phone_link:before,
.address:before {
  content: "\e902";
  color: #228512;
  font-weight: 400;
  font-family: "icomoon" !important;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
  font-size: 1em;
  width: 15px;
  text-align: center;
}

.phone_link:before {
  content: "\e901";
}

.address:before {
  content: "\f041";
}

p .email_link,
p .phone_link,
p .name_label,
p .address_label {
  display: inline-block;
  margin: 0;
}

.parallax-image {
  min-height: 400px;
}

.qtip, .qtip-default {
  border: none !important;
  background: #fff !important;
  color: #333 !important;
}

.qtip-content {
  padding: 5px 15px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25.5px;
  line-height: 1.59375rem;
}

.wpcf7-form input[type=submit] {
  display: table;
}
.wpcf7-not-valid {
  border: #aa0000 1px solid !important;
  background: #fee;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-response-output {
  margin: 30px 0 !important;
  padding: 20px !important;
  text-align: center;
}
.wpcf7-validation-errors {
  color: #a00;
  border: #a00 1px solid !important;
  background: #fee;
}
.wpcf7-mail-sent-ok {
  color: #0a0;
  border: #0a0 1px solid !important;
  background: #efe;
}

.is-xl {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .is-xl {
    display: block;
  }
}

.is-xxl {
  display: none;
}
@media only screen and (min-width: 1700px) {
  .is-xxl {
    display: block;
  }
}

.smap {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.smap img {
  max-width: none;
}
.smap .card-header:empty,
.smap .card-footer:empty {
  display: none;
}
.smap .cluster > div {
  border: none !important;
  background: transparent url("../img/marker-cluster.png") no-repeat center bottom !important;
  color: #fff !important;
  border-radius: 0 !important;
  width: 102px !important;
  height: 113px !important;
  top: -56px !important;
  left: -51px !important;
}
.smap .cluster > div img {
  display: none;
}

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding: 5px;
  /* IE 9 */
  float: left\9 ;
  width: 100% \9 ;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) "";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 50%;
  max-width: 200px;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: #228512;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.eu-cookies span a {
  color: #aef3a3;
}
.eu-cookies button {
  display: table;
  margin: 15px auto 0;
  background: #fff;
  color: #228512;
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .eu-cookies {
    text-align: right;
  }
  .eu-cookies span {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
  }
  .eu-cookies button {
    display: inline-block;
    margin: 0 0 0 30px;
  }
}

.cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: #228512;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.cookie-bar > div a {
  color: inherit;
  text-decoration: underline;
}
.cookie-bar > div p {
  margin: 0;
}
.cookie-bar button {
  display: table;
  margin: 15px auto 0;
  background: #fff;
  color: #228512;
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .cookie-bar {
    text-align: right;
  }
  .cookie-bar > div {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
  }
  .cookie-bar button {
    display: inline-block;
    margin: 0 0 0 30px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@-moz-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@-o-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1);
  }
}
@-webkit-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fragment.slideshow > .block, .fragment.slideshow .block > .container,
.fragment.topimage > .block,
.fragment.topimage .block > .container {
  padding: 0;
  width: 100%;
}
.fragment.slideshow .fragment-content,
.fragment.topimage .fragment-content {
  transform: none;
}

.fragment.with-anchor-link {
  padding-bottom: 100px;
}
.fragment .anchor-link {
  display: block;
  width: 71px;
  height: 71px;
  overflow: hidden;
  text-indent: 80px;
  margin: 0 auto;
  top: 80px;
  position: relative;
  z-index: 80;
  background: url("../img/btn-anchor.png") no-repeat top center;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.fragment .anchor-link:hover {
  background-position: bottom center;
}

.fragment.topimage {
  padding: 0;
}
.fragment.topimage .topimage {
  min-height: 50vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.fragment.topimage .topimage-inner {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 45px;
  line-height: 2.8125rem;
}
.fragment.topimage .topimage-inner hr {
  border-top: 2px solid #fff;
}
.fragment.topimage .topimage:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/texture.png");
}
@media only screen and (min-width: 1200px) {
  .fragment.topimage .topimage {
    min-height: 70vh;
  }
}

.fragment.gallery {
  padding: 0;
  margin: 0;
}
.fragment.gallery .gallery-carousel {
  margin: 0 60px 40px;
}
.fragment.gallery .gallery-carousel .gallery-item {
  padding: 0 10px;
  margin: 0;
}
.fragment.gallery .gallery-carousel .gallery-item-label {
  position: static;
  background: none;
  color: #333;
}
.fragment.gallery .gallery-carousel .slick-arrow {
  width: 50px;
  background: #888;
  top: 0;
  margin: 0;
  height: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 45px;
  line-height: 2.8125rem;
}
.fragment.gallery .gallery-carousel .slick-arrow.slick-prev {
  left: auto;
  right: 100%;
}
.fragment.gallery .gallery-carousel .slick-arrow.slick-next {
  right: auto;
  left: 100%;
}
.fragment.gallery .gallery-logo .gallery-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fragment.gallery .gallery-logo .gallery-item > div {
  width: 16.6666%;
}

.fragment.gallery .container-full .gallery-carousel {
  margin: 0;
}
.fragment.gallery .container-full .gallery-carousel .gallery-item {
  padding: 0;
}

.fragment.signpost .signpost {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.fragment.signpost .signpost .wp-caption {
  padding: 0;
  border: 0;
  margin: 0 !important;
  width: auto !important;
  text-align: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fragment.signpost .signpost .wp-caption:nth-of-type(2) {
  width: 40% !important;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.fragment.signpost .signpost .wp-caption a {
  display: block;
}
.fragment.signpost .signpost .wp-caption a img {
  width: 100%;
}
.fragment.signpost .signpost .wp-caption-text {
  display: inline-block;
  position: relative;
  top: -20px;
  padding: 10px 15px;
  background: #228512;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 28.5px;
  line-height: 1.78125rem;
}

.fragment.image_block {
  background: #f5f5f5;
  position: relative;
  padding-top: 130px;
  margin-top: 100px;
}
.fragment.image_block .fragment-topimage img {
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -100px 0 0 -100px;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.slideshow {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
}
.slideshow .parallax-image {
  height: 100%;
}
.slideshow-slider {
  position: relative;
}
.slideshow-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  text-indent: 5000px;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slideshow-slider .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
}
.slideshow-slider .slick-arrow.slick-next {
  left: 50%;
}
.slideshow-slider .slick-arrow.slick-next:before {
  right: 3.125rem;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slideshow-slider .slick-arrow.slick-prev:before {
  left: 3.125rem;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.slideshow-slider .slick-arrow:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.slideshow-slider .slick-list .slick-track .slick-slide {
  position: relative;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.slideshow-slider .slick-list .slick-track .slick-slide img {
  display: none;
}
.slideshow-slider .slick-list .slick-track .slick-slide:after {
  content: "";
  display: block;
  padding-top: 40%;
}
.slideshow-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 90;
  text-align: center;
}
.slideshow-content p {
  margin: 0;
}
.slideshow-content a {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  background: #e75d19;
  font-weight: 300;
}
.slideshow-perex {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5rem;
  left: 0;
  z-index: 90;
  padding: 0.9375rem 1.25rem;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22.5px;
  line-height: 1.40625rem;
  letter-spacing: 0.1em;
}
.slideshow-perex * {
  margin: 0;
}
.slideshow-perex.color-black {
  color: #333;
}
.slideshow-scroll {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  text-align: center;
  z-index: 20;
}
.slideshow-scroll a {
  display: inline-block;
  position: relative;
  padding: 0 3.125rem 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 75px;
  line-height: 4.6875rem;
  letter-spacing: 0.025em;
}
.slideshow-scroll a:before {
  content: "";
  display: block;
  width: 2.5625rem;
  height: 2.5625rem;
  border: 0.125rem solid #fff;
  position: absolute;
  right: -0.875rem;
  top: 0.875rem;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.slideshow-scroll a:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  position: absolute;
  right: 0;
  top: 1.625rem;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slideshow-scroll a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slideshow-scroll a:hover:before {
  background: rgba(255, 255, 255, 0.2);
}
.slideshow-black .slideshow-perex {
  color: #333;
}
.slideshow-black .slideshow-scroll a {
  color: #333;
}
.slideshow-black .slideshow-scroll a:before, .slideshow-black .slideshow-scroll a:after {
  border-color: #333;
}
@media only screen and (min-width: 992px) {
  .slideshow-content {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}

.fragment.module {
  padding: 0;
}

.fragment.map .map-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fragment.map .map-container .map-content {
  width: 100%;
  padding: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.fragment.map .map-container .map-content.outside-below {
  order: 2;
}
.fragment.map .map-container .map-wrapper {
  width: 100%;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (min-width: 992px) {
  .fragment.map .map-container {
    position: relative;
  }
  .fragment.map .map-container .map-content.outside-right, .fragment.map .map-container .map-content.outside-left {
    width: 35%;
  }
  .fragment.map .map-container .map-content.outside-right + .map-wrapper, .fragment.map .map-container .map-content.outside-left + .map-wrapper {
    width: 65%;
  }
  .fragment.map .map-container .map-content.outside-right {
    order: 2;
  }
  .fragment.map .map-container .map-content.inside-right, .fragment.map .map-container .map-content.inside-left {
    width: 20%;
    margin: 5%;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  .fragment.map .map-container .map-content.inside-right + .map-wrapper, .fragment.map .map-container .map-content.inside-left + .map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .fragment.map .map-container .map-content.inside-right {
    position: relative;
    left: 70%;
  }
  .fragment.map.bg-color .map-content[class*=inside] {
    background: var(--color-primary-l);
  }
}
@media only screen and (min-width: 1600px) {
  .fragment.map .map-container .map-content.outside-right, .fragment.map .map-container .map-content.outside-left {
    padding: 45px 55px;
    width: 30%;
  }
  .fragment.map .map-container .map-content.outside-right + .map-wrapper, .fragment.map .map-container .map-content.outside-left + .map-wrapper {
    width: 70%;
  }
}

.map-wrapper {
  position: relative;
  z-index: 1;
}

.smap {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.smap img {
  max-width: none;
  filter: grayscale(0%);
}
.smap img[src*=marker] {
  filter: grayscale(0%);
}
.smap .map-marker {
  display: block;
  width: 30px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.smap .map-marker:before {
  content: "\f041";
  font-weight: 400;
  font-family: "icomoon" !important;
  font-style: normal;
  display: inline-block;
  color: #228512;
  vertical-align: bottom;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.smap .card-header:empty,
.smap .card-footer:empty {
  display: none;
}
.smap .marker-cluster {
  border: none !important;
  color: #fff !important;
  width: 100px !important;
  height: 100px !important;
  top: -50px !important;
  left: -50px !important;
  text-align: center !important;
}
.smap .marker-cluster:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  border-radius: 50%;
  opacity: 0.6;
}
.smap .marker-cluster span {
  display: block;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 100px;
  line-height: 6.25rem;
}
.smap .leaflet-attribution-flag {
  display: none !important;
}

.header {
  color: #333;
  position: relative;
  padding: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
  box-shadow: 1px 0 1px #888;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  /*
  CZ:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAB2ElEQVRIS2NMrdnipyjxbuafv78lGOgIuDg5nquqyDsyqjg2/WX6/4vJ1VaSQVyEg45OYGAAOYJR3Lj8P8hWXcsIhvZsJQYtRS66OKJ35iKwPXAHqJuGgwX87YQZ0gIkGZiYGGnqEJwOANkqKcLG0JWjxCAiwEozR+B1AMzW0hhZBicTAZo4gigHgGw20eRlqEmSY2BnZaKqQ4h2AMhWLg4mhvYsJQY1OU6qOYIkB8BsDXcVZYjzkmCgRvokywEgh8hJsDN05igxCPCwUBQaZDsAnHcZGRiqEuQYbPT5yXYERQ6A2QpyQFmsLAMrC+llBlUcYPryEEP6pVYG1n+/SA6J9a8/Yi8JiTGJ8f9/hrwLdQxGr44QoxyrGrIdIPf5LkP56WIGnt8QH5ALyHJAyO05DD73ljEwMoDrL4oASQ4A+bbqVAGD9JcHFFmKrJloB1g+38uQcqWTgeXfb6pZDjKIoAOY//9lyD9fw6D/+gRVLYYZhtcBCp9uMZSdKWHg/v2ZJpbjDYGIm9MZPB6spkpCw+d6jBAw03NjqDydzyD59THNfI01EaqYlP7l+f6Syff5ZgbBX+/pYjnMEnZmxieMeYYRzip3Vy/98++vOD1tB1kuw8rmAgAVQ71vh/L1VAAAAABJRU5ErkJggg==
  EN:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAFJklEQVRIS+2Wa1BUZRjHf2f3wAK7G4iKiOItNRgZawxdaSa/mF3GcHJSKTPvhXjBTEnLQMOAtMQL5XhDx2tZQ5OCHwybRmcSSR2VodEhvCIBXgYW2HV195zTnHfdlU1KqQ/1ofPlvM/7Ppf/+7zPTRpHUvZgKpZacBgAWtcV6j/2bYFfKm+Kddsve10XQVrmzwjY98llzb8vExYmsyQvIoDPJ9eKWa1gcI6UjVnxGW8LYMaECQwftouampa/BcBolCj6diwVl4+2C0DYwqxK+aDpxLThCUhR0Zgzc5AThwmhxiYPKSkXabYrfiWlpQOxWo00xMej2u1i3xAeTrdz52hpURg1qkrsrS+IZWiiGUmSUG9cx/lxJp6fj/n1bD9eKdZ+AFOGDfIeShIhE6cQOisdKTiY5maFjIwazp69LY4fBiA5uZqNG3sRFxcq+O/+WIojdzlasxcsRhl53EQKFy72msteVyg8MF9r4u6+neC+Kw7kAU9gyV6J3H8giqJRVNRIfn7DXwK4fVulsdFDTEwwmqOV1s9yuVPynf/WRtuzmNIXY+jVB1VV2L+/+j6AjLenotbW4CpYhefoD150JhPmOQsIe2MKigpHjrRgs1kwmw0BT2Ds0YOoEyfQNOFA3GdO0Zy5GKX2mveJevclJH0xctIIQZ8+7SQv7xDFxReQYKX2wgt9ycp6iSFDwgSD/lbOtXmoF38VdLAtifDslWidu6EHl26kbQwYY2OJKi9HR9BSkI9jx1ZQFCSLlZDpszGNnwRBQdTXuykpsbN79y3Ky4u9l9QB6AubLZmUlEiSkyPo2TNIKHAV7eX2pvWoLXYMj4UT8eFHhL74shBsD4By4zr1I59BkgyYxrxKaNq7GCI7C/6DB+1s2HAdh0MVtB+ALwYy06f73+pRFu164FEE7/GsWL8tMAj/NQC+OvBa9+4dwP/PWb+qq/N64H8APg9MjIvrkF/V5maRdt5EN2CwWjskv/f8+f9IEPrS8J1pUwQiWZYwmQyi2KCpaE4nmqogBZswhIT4b9leGmoeN6rT2zMMoaEgB4m1x6Phcnnz3/et3b7D64G2hSgjI5rRo8PFQcuhg9QtmoeutNeaz+n0ylixrztdx/ZndcB1oZpLUyfhqqoicmYaUe8vQ5JlysocrF5dz82bHqEnoBJ2725mz57JJCWZ0dxuGnKyuFW4CVPvPvTbsZuwQQniua/WuOjSOfjBXuArxfeup7S2cnleGk3FBwh9eiixG7YR1KMnDQ0e1q5toKys9cFKqDcjd+01rrw1GeeZU4Q/N4rHN29DjohAUTW+L7XzSW49JSUDHpgHjDExRJ08ib1ZISREwhRsQNM06taspjZvBUZrOLEFm7GOfF5A1PvB+PFbAoMwtU83rqan4mlqosfCRfT8IBPJaOSOW+XTVfWUFHv7+cPmgdTUK3yxoRedImTB33S4lOqZ04TebnMXEL0kC0k2cuBAFXPnHr5fiGzWUIwWM/03FdI5eYxX2O5hdtpVLl684w+ehwHQJ6KwMAM5uTGidRskCdflS5x/fQLOykostiT6btnJ1n6xXg/46sCIpxKI//JrwuLihftOnHKw5L1anM7A6H0UAD60k96MZFZqV2TZgOJwUD0njRvf7COoa1eOXam99wR/GErnuRWWLf+J3JyygLTxER2ZinWZxMRoSg+nULBjj1DRdppuxapI+lj+JBVLzffG8n3Dd1F+/Ld2jeubHQWgy3TqFMKC5ZYAALrxChJyfwdy2oeb0oaIwAAAAABJRU5ErkJggg==
  US:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAABT0lEQVRIS2PMFlaJ3SwbPO8dqwgLAwgwM4Ephr//IDQRfCYONobqI7kQ9cSDl///M6QyyhmU/37LKAixnEzAyM7KUHummBzdLxl5TLv////zl2HnvBQGRkYGhpiGC2CDFtcbEM1nZmNhODXXgiQHTJm3FKwe7oBd81MYGBkYGKKhDljSYEA0n5mVheHUPHIdYNH7///P3wxi8iYk+xzmZVZudoZtpyJJCoG1959AQwDNAaT4HGYjGzc7w1ayHTCaBkbTwGgaQEsDJGVmqGKKygE+h8n///34xSAhZ8zA8J+BgYmNGVwC/v39l2g+Oy8Hw/q9gSS5HV4QNU2c+5+dnY0hNTqUJAMoVQyvCwbcAZ0soIBnYAhWlKHUUyTph0fBgDtgwKNgwB3QycLwgoGBQZykCKSe4meMHcwMvoyMDHMYGBjEqGcuUSY9+/+fIQMA7YEh8yRPGe0AAAAASUVORK5CYII=
  SK:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAACGUlEQVRIS2PcuO+I+u07D/d/+/5DkoGOgIuT47mqirwjY8+spc/obTnMnyBHMDZNnPsfJFCcHkdH/zMw9M5cBLZv1AGDOwRYWZgYmBkZGZiYGFHSx79//xn+/v/P8PvPP7LTDcE0ALKclZkJrwW///4j2xFwBzBq1v9nZmFl0DZ2RbFsQZUWg4EqD8OrOD+Gn+dPo8gxGVkxSC9cy3DxzheG+NZrZIXCpZPbILkAlwMuzDcDK3isi1k+fWPlZVA/dwssb5B4iv4O+M4jwqB2/DLDz1//GMzTz9DfAR9EVRl09x1i+PztL4Nt9lnaOuCBniwD8/8/KJa8FdNkMNi7jz4OOGLtwCD/6SaKA84ZxDH4L+5keP72F4NnyQXahMCZOaYMLMyMDOkZOxl8b81iYPv7E2zRKy4ZhoNWxQyza1UZHr/6yeBbfpE2DljRqMOgIcfFkDrhFcPtp79RLHE34WKoDBdk2HT0DUPdnHuUOWC5AAO4NrSWkUAxSLCyhYEnKpnh6sNfDIv2fGb4+RusjEFKmJkh3YufgZ+bieFdQzHD17XLyHLA0ScvIOUALgeAJMVX72Zg09DBasG3nZsY3pakk2U5SBNRDgAp/FtQzfDTypGBhY0NbNmXF88YxPZsYfizZgnZlpPkAIpswaOZ6BAYEQ64zMDAgD2l0cr7CHPPMy7jZhBnYmPY9/8/gxbt7UOx4fz/3wyeAPefBh77NilYAAAAAElFTkSuQmCC
  DE:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAlklEQVRIS2NkYGAQZ2Bg2MPAwKDDQF9whYGBwYWRgYHh8gBYDvPqFZAD/oN46urqdPX/zZs3wfaNOmA0BAY+BHYxMvxnZmJiUJOSomsuuP7kCSQXjDpgNARGQ2DAQ+BUA6Q2NA2QoGs5cHrDC0g5MOqA0RAYDCEwcI1SRobzjCdaGcSZfjPsY2Bg0KJrPmRkOP+PhcETAFVyagAlg6MsAAAAAElFTkSuQmCC
  FR:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAjUlEQVRIS2N01pktzszMvIeBgUGHAQ+wSfqPTxpDTrkyF696RgaGKwyMjC6MbvrzLhOyHGQStR0AMhPkCJADwF5TEA7B6+L+bZwkhcAHVSW86g+8fQuWH3XAaAiMhsBoCIyGwGgIjIbAaAiMhsCgCIEBa5QyMDCcZwQ1y5mYmfcxMjBo0bNZDrackdETAIE6sTOFYlSxAAAAAElFTkSuQmCC
  RU:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAo0lEQVRIS2PcuO+I+u07D/d/+/5DkoGOgIuT47mqirwjY8+spc/obTnMnyBHMDZNnPsfJFCcHkdH/zMw9M5cBLZv1AGjITDwIcCoWf+fhZWNwcotnq654NDW2ZBcMOqA0RAYDYEBD4HlAgzg2tBaRoKu5cDRJy8g5cCoA0ZDYDCEwGUGBgYdumYBhGXnGZdxM4gzsTHs+/+fQYvOjjj//zeDJwBxf34P7r+YUwAAAABJRU5ErkJggg==
  IT:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAjElEQVRIS2NkqPITZ2D4s4eBgUGHAQ9oEg/GJ40hp5mfhVc9IwPDlV8MLC6MDFVelwlZDjKJ2g4AmQlyBMgB/0EcfTNdvC4+5tFCUgj89/bHq3773r1g+VEHjIbAaAiMhsBoCIyGwGgIjIbAaAgMihAYsEYpA8P/84zQZvk+BgYGLXo2y0GW/2Zg9QQAktGyguiWVuAAAAAASUVORK5CYII=
  PL:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAlklEQVRIS2PcuO+I+u07D/d/+/5DkoGOgIuT47mqirwjY8+spc/obTnMnyBHMDZNnPsfJFCcHkdH/zMw9M5cBLZv1AGjITAaAqMhMPAhMJmBAVwSeqlK07Uk3Hb7KaQkHHXAaAiMhsBoCAx4CMxkZnr26+8/uraIYUUuOzPTE8aNvLzqL759PfDr7z8JepbFIMvFubhdABr9hiLY/1hmAAAAAElFTkSuQmCC
  */
}
.header-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.header-inner > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header-inner > div:last-child {
  text-align: right;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header-logo {
  padding: 10px 15px 10px 0;
}
.header-logo a {
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.header-logo a img {
  max-height: 70px;
}
.header-mobile {
  display: inline-block;
}
.header-mobile a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.header-mobile a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 3px;
  margin: -1px 0 0;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: rgba(51, 51, 51, 0);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
  font-size: 0;
  text-indent: 100px;
}
.header-mobile a span:before, .header-mobile a span:after {
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #333;
}
.header-mobile a span:after {
  top: 0;
  transform: rotate(-45deg);
}
.header-mobile a span:before {
  bottom: 0;
  transform: rotate(45deg);
}
.header-mobile a.collapsed {
  background: #fff;
}
.header-mobile a.collapsed span {
  background-color: #333333;
}
.header-mobile a.collapsed span:after {
  top: 9px;
  transform: rotate(0);
}
.header-mobile a.collapsed span:before {
  bottom: 9px;
  transform: rotate(0);
}
.header-menu {
  float: left;
  display: none;
  text-align: right;
  vertical-align: top;
  height: 100%;
}
.header-menu > ul {
  height: 100%;
  padding: 0;
  float: left;
}
.header-menu > ul > li {
  display: table;
  height: 100%;
  float: left;
  position: relative;
}
.header-menu > ul > li > a {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  height: 100%;
  line-height: 50px;
  font-weight: 600;
  color: inherit;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.header-menu > ul > li > a:hover,
.header-menu > ul > li > a:focus {
  border-color: #ddd;
}
.header-menu > ul > li.current-menu-item > a, .header-menu > ul > li.current_page_parent > a {
  border-color: #228512;
}
.header-menu > ul > li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border: 0px solid transparent;
  border-width: 0 10px 12px;
  border-bottom-color: #228512;
  margin: 0 0 0 -6px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  -ms-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
}
.header-menu > ul > li.menu-item-has-children:hover > a:after {
  margin-top: -10px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.header-menu > ul > li:hover > ul {
  display: block;
}
.header-menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  text-align: left;
  background: #228512;
  padding: 25px 15px;
}
.header-menu > ul > li > ul > li {
  display: block;
}
.header-menu > ul > li > ul > li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  padding: 10px 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-menu > ul > li > ul > li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.header-menu > ul > li > ul > li ul {
  background: white;
}
.header-menu > ul > li > ul > li ul li {
  padding: 0 0 0 30px;
  position: relative;
}
.header-menu > ul > li > ul > li ul li:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #e75d19;
  position: absolute;
  top: 15px;
  left: 30px;
}
.header-menu > ul > li > ul > li ul li a {
  display: block;
  padding: 10px 25px;
}
.header-menu > ul > li > ul > li ul li a:hover, .header-menu > ul > li > ul > li ul li a:focus {
  color: #e75d19;
}
.header-menu .menu-toggle {
  display: none;
}
.header-phone {
  float: right;
  height: 100%;
  background: #fff;
}
.header-phone a {
  text-align: center;
  display: block;
  padding: 0 10px;
  height: 100%;
  line-height: 50px;
  min-width: 50px;
}
.header-phone a:hover, .header-phone a:focus {
  color: #fff;
  background: #e75d19;
}
.header-phone a:before {
  content: "\f10b";
  font-family: "icomoon" !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.header-phone a span {
  display: none;
}
.header-social {
  display: none;
  padding: 20px 0 0;
}
.header-social a {
  text-align: center;
  display: inline-block;
  width: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.header-social a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "icomoon" !important;
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.header-social a.ico-fb:before {
  content: "\f09a";
}
.header-social a.ico-yt:before {
  content: "\f167";
}
.header-social a.ico-tw:before {
  content: "\f099";
}
.header-lang {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 0 0 15px;
}
.header-lang ul {
  position: absolute;
  top: 0;
  left: 0;
}
.header-lang ul li {
  display: none;
  margin: 0 1px 0 0;
}
.header-lang ul li a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-transform: uppercase;
  background: #888;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 0;
  margin: 0 0 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAB2ElEQVRIS2NMrdnipyjxbuafv78lGOgIuDg5nquqyDsyqjg2/WX6/4vJ1VaSQVyEg45OYGAAOYJR3Lj8P8hWXcsIhvZsJQYtRS66OKJ35iKwPXAHqJuGgwX87YQZ0gIkGZiYGGnqEJwOANkqKcLG0JWjxCAiwEozR+B1AMzW0hhZBicTAZo4gigHgGw20eRlqEmSY2BnZaKqQ4h2AMhWLg4mhvYsJQY1OU6qOYIkB8BsDXcVZYjzkmCgRvokywEgh8hJsDN05igxCPCwUBQaZDsAnHcZGRiqEuQYbPT5yXYERQ6A2QpyQFmsLAMrC+llBlUcYPryEEP6pVYG1n+/SA6J9a8/Yi8JiTGJ8f9/hrwLdQxGr44QoxyrGrIdIPf5LkP56WIGnt8QH5ALyHJAyO05DD73ljEwMoDrL4oASQ4A+bbqVAGD9JcHFFmKrJloB1g+38uQcqWTgeXfb6pZDjKIoAOY//9lyD9fw6D/+gRVLYYZhtcBCp9uMZSdKWHg/v2ZJpbjDYGIm9MZPB6spkpCw+d6jBAw03NjqDydzyD59THNfI01EaqYlP7l+f6Syff5ZgbBX+/pYjnMEnZmxieMeYYRzip3Vy/98++vOD1tB1kuw8rmAgAVQ71vh/L1VAAAAABJRU5ErkJggg==) no-repeat center center;
}
.header-lang ul li a:hover, .header-lang ul li a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-lang ul li.lang-item-en a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAFJklEQVRIS+2Wa1BUZRjHf2f3wAK7G4iKiOItNRgZawxdaSa/mF3GcHJSKTPvhXjBTEnLQMOAtMQL5XhDx2tZQ5OCHwybRmcSSR2VodEhvCIBXgYW2HV195zTnHfdlU1KqQ/1ofPlvM/7Ppf/+7zPTRpHUvZgKpZacBgAWtcV6j/2bYFfKm+Kddsve10XQVrmzwjY98llzb8vExYmsyQvIoDPJ9eKWa1gcI6UjVnxGW8LYMaECQwftouampa/BcBolCj6diwVl4+2C0DYwqxK+aDpxLThCUhR0Zgzc5AThwmhxiYPKSkXabYrfiWlpQOxWo00xMej2u1i3xAeTrdz52hpURg1qkrsrS+IZWiiGUmSUG9cx/lxJp6fj/n1bD9eKdZ+AFOGDfIeShIhE6cQOisdKTiY5maFjIwazp69LY4fBiA5uZqNG3sRFxcq+O/+WIojdzlasxcsRhl53EQKFy72msteVyg8MF9r4u6+neC+Kw7kAU9gyV6J3H8giqJRVNRIfn7DXwK4fVulsdFDTEwwmqOV1s9yuVPynf/WRtuzmNIXY+jVB1VV2L+/+j6AjLenotbW4CpYhefoD150JhPmOQsIe2MKigpHjrRgs1kwmw0BT2Ds0YOoEyfQNOFA3GdO0Zy5GKX2mveJevclJH0xctIIQZ8+7SQv7xDFxReQYKX2wgt9ycp6iSFDwgSD/lbOtXmoF38VdLAtifDslWidu6EHl26kbQwYY2OJKi9HR9BSkI9jx1ZQFCSLlZDpszGNnwRBQdTXuykpsbN79y3Ky4u9l9QB6AubLZmUlEiSkyPo2TNIKHAV7eX2pvWoLXYMj4UT8eFHhL74shBsD4By4zr1I59BkgyYxrxKaNq7GCI7C/6DB+1s2HAdh0MVtB+ALwYy06f73+pRFu164FEE7/GsWL8tMAj/NQC+OvBa9+4dwP/PWb+qq/N64H8APg9MjIvrkF/V5maRdt5EN2CwWjskv/f8+f9IEPrS8J1pUwQiWZYwmQyi2KCpaE4nmqogBZswhIT4b9leGmoeN6rT2zMMoaEgB4m1x6Phcnnz3/et3b7D64G2hSgjI5rRo8PFQcuhg9QtmoeutNeaz+n0ylixrztdx/ZndcB1oZpLUyfhqqoicmYaUe8vQ5JlysocrF5dz82bHqEnoBJ2725mz57JJCWZ0dxuGnKyuFW4CVPvPvTbsZuwQQniua/WuOjSOfjBXuArxfeup7S2cnleGk3FBwh9eiixG7YR1KMnDQ0e1q5toKys9cFKqDcjd+01rrw1GeeZU4Q/N4rHN29DjohAUTW+L7XzSW49JSUDHpgHjDExRJ08ib1ZISREwhRsQNM06taspjZvBUZrOLEFm7GOfF5A1PvB+PFbAoMwtU83rqan4mlqosfCRfT8IBPJaOSOW+XTVfWUFHv7+cPmgdTUK3yxoRedImTB33S4lOqZ04TebnMXEL0kC0k2cuBAFXPnHr5fiGzWUIwWM/03FdI5eYxX2O5hdtpVLl684w+ehwHQJ6KwMAM5uTGidRskCdflS5x/fQLOykostiT6btnJ1n6xXg/46sCIpxKI//JrwuLihftOnHKw5L1anM7A6H0UAD60k96MZFZqV2TZgOJwUD0njRvf7COoa1eOXam99wR/GErnuRWWLf+J3JyygLTxER2ZinWZxMRoSg+nULBjj1DRdppuxapI+lj+JBVLzffG8n3Dd1F+/Ld2jeubHQWgy3TqFMKC5ZYAALrxChJyfwdy2oeb0oaIwAAAAABJRU5ErkJggg==);
}
.header-lang ul li.lang-item-fr a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAjUlEQVRIS2N01pktzszMvIeBgUGHAQ+wSfqPTxpDTrkyF696RgaGKwyMjC6MbvrzLhOyHGQStR0AMhPkCJADwF5TEA7B6+L+bZwkhcAHVSW86g+8fQuWH3XAaAiMhsBoCIyGwGgIjIbAaAiMhsCgCIEBa5QyMDCcZwQ1y5mYmfcxMjBo0bNZDrackdETAIE6sTOFYlSxAAAAAElFTkSuQmCC);
}
.header-lang ul li.lang-item-de a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAlklEQVRIS2NkYGAQZ2Bg2MPAwKDDQF9whYGBwYWRgYHh8gBYDvPqFZAD/oN46urqdPX/zZs3wfaNOmA0BAY+BHYxMvxnZmJiUJOSomsuuP7kCSQXjDpgNARGQ2DAQ+BUA6Q2NA2QoGs5cHrDC0g5MOqA0RAYDCEwcI1SRobzjCdaGcSZfjPsY2Bg0KJrPmRkOP+PhcETAFVyagAlg6MsAAAAAElFTkSuQmCC);
}
.header-lang ul li.current-lang {
  display: block;
}
.header-lang ul li.current-lang a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-lang ul:hover li, .header-lang ul:focus li {
  display: block;
}
.header-search {
  display: inline-block;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header-search-btn {
  text-transform: uppercase;
  font-weight: 900;
  color: #333;
  width: 40px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.header-search-btn:before {
  content: "\f002";
  font-family: "icomoon" !important;
  display: inline-block;
  width: 100%;
  padding: 0 3px 0 0;
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.header-search-btn:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  border: 0px solid transparent;
  border-width: 0 10px 12px;
  border-bottom-color: #228512;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  -ms-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
}
.header-search-form {
  display: none;
  width: 280px;
  background: #228512;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  right: -10px;
}
.header-search-form form {
  position: relative;
}
.header-search-form input {
  background: #fff;
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.header-search-form input[type=submit] {
  border: none;
  background: #aef3a3;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
}
.header-search-form input[type=submit]:hover {
  background: #9bf08d;
  color: #228512;
}
.header-search-btn.open {
  color: #228512;
}
.header-search-btn.open:after {
  margin-top: -12px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.header-search-btn.open + .header-search-form {
  display: block;
}
.header-claim {
  text-transform: uppercase;
  color: #888;
  text-align: right;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28.6px;
  line-height: 1.7875rem;
}
.header-claim strong {
  display: block;
  font-size: 1.3em;
  color: #333;
}
.header-collapse {
  float: none;
  clear: both;
  text-align: left;
  margin: 20px 0 0;
  background: #e8e8e8;
  max-height: 80vh;
  overflow-y: auto;
}
.header-collapse > ul > li {
  position: relative;
}
.header-collapse > ul > li > a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #bfbfbf;
  font-weight: 600;
}
.header-collapse > ul > li > a:hover, .header-collapse > ul > li > a:focus {
  color: #e75d19;
}
.header-collapse > ul > li > ul {
  display: none;
  background: #f5f5f5;
}
.header-collapse > ul > li > ul > li {
  display: block;
}
.header-collapse > ul > li > ul > li > a {
  text-transform: uppercase;
  display: block;
  padding: 15px 25px;
}
.header-collapse > ul > li > ul > li > a:hover {
  background: gainsboro;
}
.header-collapse > ul > li > ul > li ul {
  background: white;
}
.header-collapse > ul > li > ul > li ul li {
  padding: 0 0 0 30px;
  position: relative;
}
.header-collapse > ul > li > ul > li ul li:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #e75d19;
  position: absolute;
  top: 15px;
  left: 30px;
}
.header-collapse > ul > li > ul > li ul li a {
  display: block;
  padding: 10px 25px;
}
.header-collapse > ul > li > ul > li ul li a:hover, .header-collapse > ul > li > ul > li ul li a:focus {
  color: #e75d19;
}
.header-collapse .menu-toggle {
  display: block;
  position: absolute;
  top: 5px;
  right: 20px;
  padding: 10px;
  border: none;
}
.header-collapse .menu-toggle:before {
  display: block;
  content: "\f105";
  font-family: "icomoon" !important;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.header-collapse .open + .menu-toggle:before {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-collapse-social a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
}
.header-collapse-social a:hover, .header-collapse-social a:focus {
  color: #228512;
}
@media only screen and (min-width: 1110px) {
  .header-mobile {
    display: none;
  }
  .header-menu {
    display: inline-block;
  }
}

.admin-bar .header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  .admin-bar .header {
    top: 32px;
  }
}

.home .header {
  box-shadow: none;
}

.footer {
  padding: 30px 0;
  clear: both;
  text-align: center;
  background: #fff;
  color: #888;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.footer a {
  color: inherit;
}
.footer a:hover, .footer a:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer h1, .footer h2, .footer h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #ddd;
  margin: 0 0 18px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.footer h3 {
  letter-spacing: 0.05em;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.footer img {
  margin: 25px 15px 0 0;
}
.footer .table-wrapper {
  float: right;
  border-left: 1px solid #ddd;
  padding: 0 0 0 100px;
  margin: 0 0 0 100px;
}
.footer .table-wrapper, .footer p {
  display: inline-block;
  vertical-align: middle;
}
.footer table {
  max-width: 800px;
  display: inline-block;
  margin: 0;
}
.footer table tr td {
  border: none;
  padding: 0 15px 0 0 !important;
  width: auto !important;
  min-width: 200px;
  text-align: left;
}
.footer table tr td img {
  margin: 0;
}
.footer-inner {
  text-align: center;
}
.footer-logo {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 55px;
}
.footer-copy {
  padding: 50px 0 0;
  text-transform: uppercase;
  clear: both;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.footer-menu {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 30px 0;
  }
}

.signboard {
  padding: 45px 0 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.signboard-menu {
  background: #fff;
}
.signboard-menu > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22.5px;
  line-height: 1.40625rem;
}
.signboard-menu > ul > li {
  width: 100%;
  padding: 20px;
  border: 1px solid #228512;
  border-width: 0 0 3px 1px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.signboard-menu > ul > li:first-child {
  border-left: none;
}
.signboard-menu > ul > li:nth-of-type(1) {
  background-image: url("../img/signborad-map.jpg");
}
.signboard-menu > ul > li:nth-of-type(2) {
  background-image: url("../img/signborad-bulb.jpg");
}
.signboard-menu > ul > li:nth-of-type(3) {
  background-image: url("../img/signborad-info.jpg");
}
.signboard-menu > ul > li > a {
  text-transform: uppercase;
}
.signboard-menu > ul > li ul {
  margin: 0 0 40px;
}
.signboard-menu > ul > li ul li {
  padding: 0 0 5px;
}
.signboard-menu > ul > li ul li a {
  color: #333;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .signboard-menu > ul > li {
    width: 33.33333%;
  }
  .signboard-menu > ul > li > a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .signboard-menu > ul > li {
    padding: 40px 50px;
  }
}

.box-item {
  color: #333;
  background: #fff;
  height: 100%;
  text-align: left;
}
.box-item-image {
  position: relative;
}
.box-item-image-overlay {
  display: block;
  position: absolute;
  padding: 40px 20px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, #000);
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.box-item-inner {
  padding: 20px;
}
.box-item-title {
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.box-item-perex {
  display: block;
  color: #888;
  letter-spacing: 0.02em;
  margin: 0 0 45px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
.box-item-list ul li {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 28.5px;
  line-height: 1.78125rem;
  padding: 0 0 10px;
}
.box-item-date {
  display: block;
  color: #888;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.box-item.box-wide {
  margin: 0 0 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.box-item.box-wide .box-item-image {
  width: 20%;
  min-width: 100px;
}
.box-item.box-wide .box-item-inner {
  padding: 30px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.box-item.box-wide .box-item-title {
  display: block;
  margin: 0 0 15px;
}
.box-item.box-wide .box-item-perex {
  margin: 0 0 30px;
}

@media only screen and (min-width: 992px) {
  .box-item.box-large {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .box-item.box-large .box-item-image {
    width: 66.66666%;
    height: 100%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .box-item.box-large .box-item-image:after {
    padding-top: 30%;
  }
  .box-item.box-large .box-item-inner {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.box-item.box-side {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .box-item.box-side {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .box-item.box-side .box-item-image {
    width: 35%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .box-item.box-side .box-item-inner {
    padding: 30px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .box-item.box-side .box-item-title {
    display: block;
    margin: 0 0 15px;
  }
  .box-item.box-side .box-item-perex {
    margin: 0 0 30px;
  }
}

.box-list .slick-slider .slick-slide {
  padding: 0 15px;
}

.tip-tabel table tr td {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
}

.pricelist-table table {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19.5px;
  line-height: 1.21875rem;
}
.pricelist-table table tr:first-child td {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
  background: #ddd !important;
}
.pricelist-table table tr td {
  text-align: right;
  vertical-align: middle;
}
.pricelist-table table tr td:first-child {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
  white-space: nowrap;
  background: #f5f5f5;
}

.review-list .box-item-inner {
  padding: 20px !important;
}
.review-list .box-item-content {
  font-style: italic;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25.5px;
  line-height: 1.59375rem;
}
.review-list .box-item-content * {
  margin: 0;
}
.review-list .review-item-signature:not(:empty) {
  margin: 15px 0 0;
  text-align: right;
  font-style: normal;
  font-size: 0.7em;
  color: #888;
}

.bg-white .box-item {
  background: #f5f5f5;
}

.grant-list .grant-item {
  text-align: left;
  font-family: "Raleway", sans-serif;
  padding: 15px;
  letter-spacing: 0.02em;
  background: #fff;
  height: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.grant-list .grant-item dl dt {
  font-weight: 500;
  color: #888;
}
.grant-list .grant-item dl dd {
  font-weight: 800;
}
.grant-list-next {
  margin-top: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .grant-list .grant-item {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .grant-list .grant-item dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grant-list .grant-item dl dt {
    width: 30%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grant-list .grant-item dl dd {
    width: 70%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.bg-white .grant-item {
  background: #f5f5f5;
}

.ref-nav {
  margin: 0 0 20px;
}
.ref-nav ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ref-nav ul li {
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .ref-nav ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ref-nav ul li {
    width: auto;
    text-align: left;
    padding: 0 25px 0 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.event-list {
  background: #fff;
}
.event-list h2 {
  background: #f5f5f5;
  margin: 0;
  padding: 30px 15px 5px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.event-list h3 {
  margin: 0;
  padding: 20px 120px;
  font-weight: 700;
  border-top: 15px solid #f5f5f5;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.event-list .event-item {
  padding: 15px;
  border-top: 1px solid #f5f5f5;
  color: #888;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.event-list .event-item-image {
  width: 80px;
  margin: 0 0 10px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.event-list .event-item-date {
  color: #228512;
  font-weight: 800;
  margin: 0 0 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.event-list .event-item-title {
  color: #333;
}
.event-list .event-item-place {
  padding: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .event-list .event-item {
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .event-list .event-item > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .event-list .event-item-image {
    width: 80px;
    margin: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .event-list .event-item-date {
    margin: 0 0 0 100px;
    width: 160px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .event-list .event-item-image + .event-item-date {
    margin-left: 20px;
  }
  .event-list .event-item-content {
    width: 40%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .event-list .event-item-title {
    margin: 0;
  }
  .event-list .event-item-place {
    padding: 0 0 0 20px;
  }
  .event-list .event-item-cta {
    text-align: right;
    width: 150px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.download-list table {
  width: 100%;
  margin: 0 0 45px;
}
.download-list table tr th, .download-list table tr td {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
}
.download-list table tr th {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.download-list table tr td {
  color: #888;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.download-list .download-item-title, .download-list .download-item-link {
  display: block;
  font-weight: 800;
  color: #333;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.download-list .download-wrapper h2 {
  margin: 0 0 30px;
}
@media only screen and (min-width: 992px) {
  .download-list table th:nth-of-type(1) {
    width: 45%;
  }
  .download-list table th:nth-of-type(2) {
    width: 15%;
  }
  .download-list table th:nth-of-type(3) {
    width: 20%;
  }
  .download-list table td {
    padding: 20px 15px 20px 0;
  }
  .download-list table td:last-child {
    text-align: right;
  }
}

.contact ul:not(.social) {
  margin: 40px 0 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.contact ul:not(.social) li {
  width: 100%;
  border: 5px solid #ddd;
  border-width: 0 0 0 5px;
  padding: 20px 20px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.contact ul:not(.social) li:first-child {
  border-color: #228512;
}
.contact ul:not(.social) li:before {
  display: none;
}
.contact ul:not(.social) li .small {
  display: inline-block;
  margin: 0 0 5px;
}
.contact ul.social {
  text-align: center;
  margin: 40px 0 20px;
}
.contact ul.social li a {
  width: 40px;
  height: 40px;
  background: none;
  color: #228512;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.contact ul.social li a:hover, .contact ul.social li a:focus {
  color: #289b15;
}
@media only screen and (min-width: 576px) {
  .contact ul:not(.social) li {
    width: 50%;
    border-width: 5px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact ul:not(.social) li {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .contact ul:not(.social) li {
    padding: 20px 70px;
  }
}

.filter {
  margin: 30px 0;
}
.filter label {
  display: none;
}
.filter input[type=submit] {
  display: inline-block !important;
}

.search-list {
  margin: 0 0 50px;
}
.search-item {
  border-bottom: 1px solid #888;
}
.search-item a {
  display: block;
  padding: 30px 0;
  color: #888;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.search-item a strong {
  color: #333;
  display: block;
}

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