@import url("/google-fonts/css?family=Libre+Franklin:400,400i,500,700,700i&display=swap");
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0; }

html {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a, u {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

em, i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

code, kbd, samp {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; }

main, article, aside, footer,
header, nav, section {
  display: block; }

* {
  box-sizing: border-box; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol,
ul {
  list-style: none; }

img,
video {
  max-width: 100%; }

img {
  border-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none; }

[hidden] {
  display: none !important; }

[disabled] {
  cursor: not-allowed; }

:focus:not(:focus-visible) {
  outline: none; }

body {
  color: #214230;
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
  line-height: 32px;
  background-color: #fff;
  background-image: url("/images/patterns/default_pattern.png");
  background-size: 153.5px 130px; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      line-height: 26px; } }
a {
  color: #214230;
  text-decoration: none;
  transition: all .3s; }
  a:hover {
    text-decoration: underline; }

input, textarea {
  font-size: 20px;
  line-height: 32px; }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.layout-content .wrapper,
.layout-content .wrapper-fullscreen {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .layout-content .wrapper .row,
  .layout-content .wrapper-fullscreen .row {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto; }

.layout-content .wrapper {
  padding-top: 64px;
  padding-bottom: 0; }

.layout-content .wrapper + .wrapper-fullscreen {
  margin-top: 64px; }

.layout-content .wrapper-fullscreen:last-child {
  margin-bottom: -96px; }

@media only screen and (max-width: 768px) {
  .layout-content .wrapper {
    padding-top: 32px; }
  .layout-content .wrapper + .wrapper-fullscreen {
    margin-top: 32px; } }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .row .column-4,
  .row .column-6,
  .row .column-6-center {
    padding-right: 24px;
    padding-left: 24px; }
  .row .column-4 {
    width: 33.333%;
    max-width: 33.333%; }
    @media only screen and (max-width: 960px) {
      .row .column-4 {
        width: 100%;
        max-width: 100%; } }
  .row .column-6 {
    width: 50%;
    max-width: 50%; }
    @media only screen and (max-width: 768px) {
      .row .column-6 {
        width: 100%;
        max-width: 100%; } }
  .row .column-6-center {
    width: 100%;
    max-width: 74%;
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (max-width: 768px) {
      .row .column-6-center {
        width: 100%;
        max-width: 100%; } }
  .row .column-12 {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; }

.button {
  display: inline-block;
  font-size: 16px;
  background: #ef7430;
  margin-top: 16px;
  transition: all .3s; }
  .button a {
    display: block;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    border-radius: 2px; }
  .button:hover {
    text-decoration: none;
    background: #ed6418; }

a.button {
  display: inline-block;
  transition: all .3s;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: #ef7430;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border-radius: 2px; }
  a.button:hover {
    text-decoration: none;
    background: #ed6418; }

.layout-header {
  padding-top: 32px;
  padding-bottom: 24px; }
  .layout-header .phone {
    position: absolute;
    top: 16px;
    left: 24px;
    font-size: 12px;
    line-height: 24px; }
  .layout-header .wrapper {
    padding-right: 16px;
    padding-left: 16px; }

.layout-identity {
  text-align: center;
  margin-bottom: 8px; }
  .layout-identity .logo {
    font-weight: 700; }
  .layout-identity .logo-img {
    line-height: 0; }
    .layout-identity .logo-img a {
      display: inline-block; }
    .layout-identity .logo-img img {
      display: bock;
      max-width: 250px; }

.layout-navigation {
  text-align: center; }
  .layout-navigation .layout-navigation-trigger {
    display: none; }
  .layout-navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .layout-navigation ul li {
      margin-right: 12px;
      margin-left: 12px; }
      .layout-navigation ul li a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        text-decoration: none;
        padding-bottom: 8px;
        border-bottom: 2px solid rgba(0, 0, 0, 0);
        transition: none; }
    .layout-navigation ul li:hover a {
      border-bottom: 2px solid #214230; }
    .layout-navigation ul li.current-page a {
      border-bottom: 2px solid #214230; }

@media only screen and (max-width: 860px) {
  .layout-header {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #fff; }
    .layout-header .phone {
      display: none; }
    .layout-header .wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      padding-right: 12px;
      padding-left: 12px; }
  .layout-identity {
    order: 1;
    text-align: left;
    margin-bottom: 0; }
    .layout-identity .logo img {
      width: auto;
      max-height: 48px; }
  .layout-navigation {
    order: 0;
    margin-right: 16px; }
    .layout-navigation .layout-navigation-trigger {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 48px;
      height: 48px;
      background: #ef7430; }
      .layout-navigation .layout-navigation-trigger:before {
        position: absolute;
        top: 23px;
        display: block;
        content: '';
        width: 24px;
        height: 2px;
        background: #fff; }
      .layout-navigation .layout-navigation-trigger span {
        position: relative;
        display: block;
        width: 24px;
        height: 20px; }
      .layout-navigation .layout-navigation-trigger span:before,
      .layout-navigation .layout-navigation-trigger span:after {
        transition: all .3s; }
      .layout-navigation .layout-navigation-trigger span:before {
        position: absolute;
        display: block;
        width: 24px;
        height: 2px;
        content: '';
        top: 0;
        background: #fff; }
      .layout-navigation .layout-navigation-trigger span:after {
        position: absolute;
        display: block;
        width: 24px;
        height: 2px;
        content: '';
        bottom: 0;
        background: #fff; }
    .layout-navigation .layout-navigation-trigger.is-active {
      position: relative;
      z-index: 9999; }
      .layout-navigation .layout-navigation-trigger.is-active:before {
        display: none; }
      .layout-navigation .layout-navigation-trigger.is-active span:before {
        top: 9px;
        transform: rotate(45deg); }
      .layout-navigation .layout-navigation-trigger.is-active span:after {
        bottom: 9px;
        transform: rotate(-45deg); }
    .layout-navigation .layout-navigation-list {
      display: none; }
  .layout-header.nav-is-visible {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff; }
    .layout-header.nav-is-visible .layout-navigation {
      text-align: left; }
      .layout-header.nav-is-visible .layout-navigation .layout-navigation-list {
        display: block;
        position: absolute;
        top: 72px;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 16px;
        background: #fff; }
        .layout-header.nav-is-visible .layout-navigation .layout-navigation-list li {
          margin-bottom: 24px; }
        .layout-header.nav-is-visible .layout-navigation .layout-navigation-list li:last-child {
          margin-bottom: 0; } }

.layout-content {
  padding-bottom: 96px; }

.layout-footer {
  text-align: center;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }
  .layout-footer a {
    color: #214230; }

.layout-footer-about-logo {
  display: block;
  font-weight: 700; }

.layout-footer-about-phone a {
  text-decoration: none; }

.layout-footer-about-phone a:hover {
  text-decoration: underline; }

.layout-footer-socials {
  width: 100%; }
  .layout-footer-socials ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 24px; }

.layout-footer-socials-single {
  display: block;
  margin: 0 8px; }
  .layout-footer-socials-single a {
    display: block;
    background: #DEE3DF;
    border-radius: 50%; }
  .layout-footer-socials-single .icon-instagram-circled,
  .layout-footer-socials-single .icon-facebook-circled {
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s; }
    .layout-footer-socials-single .icon-instagram-circled:hover,
    .layout-footer-socials-single .icon-facebook-circled:hover {
      opacity: 0.5; }
  .layout-footer-socials-single .icon-instagram-circled {
    background-image: url("/images/icons/icon-instagram.svg"); }
  .layout-footer-socials-single .icon-facebook-circled {
    background-image: url("/images/icons/icon-facebook.svg"); }

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

.widget .widget-header-title {
  color: #ef7430;
  font-size: 36px;
  line-height: 49px; }

.widget + .widget {
  margin-top: 64px; }

@media only screen and (max-width: 768px) {
  .widget-split-column + .widget-split-column {
    margin-top: 32px; }
  .widget + .widget {
    margin-top: 32px; } }

.widget-cta {
  position: relative; }
  .widget-cta .widget-cta-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .widget-cta .widget-cta-body::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1; }
  .widget-cta .widget-cta-body::after {
    content: "";
    display: block;
    padding-bottom: 81.5%; }
  .widget-cta .widget-cta-content {
    position: relative;
    z-index: 2;
    padding: 40px; }
  .widget-cta .widget-cta-title,
  .widget-cta .widget-cta-caption {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px; }
  .widget-cta .widget-cta-button a {
    background: #fff;
    color: #ef7430; }

.wrapper-fullscreen .widget-cta {
  width: 100vw;
  height: 100vh; }
  .wrapper-fullscreen .widget-cta .widget-cta-body {
    width: 100vw;
    height: 100vh; }
  .wrapper-fullscreen .widget-cta .widget-cta-body::after {
    display: none; }
  .wrapper-fullscreen .widget-cta .widget-cta-title,
  .wrapper-fullscreen .widget-cta .widget-cta-caption {
    font-size: 65px;
    line-height: 74px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25); }
  .wrapper-fullscreen .widget-cta .widget-cta-title + .widget-cta-caption {
    margin-top: 32px; }
  .wrapper-fullscreen .widget-cta .widget-cta-button {
    margin-top: 40px; }

@media only screen and (max-width: 768px) {
  .wrapper-fullscreen .widget-cta {
    height: 50vh; }
    .wrapper-fullscreen .widget-cta .widget-cta-body {
      height: 50vh; } }

.widget-menu {
  padding-right: 40px;
  padding-left: 40px; }

.widget-menu-selector {
  margin-bottom: 40px; }
  .widget-menu-selector .widget-menu-selector-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .widget-menu-selector .widget-menu-selector-item {
    margin-right: 32px; }
  .widget-menu-selector .widget-menu-selector-list-hidden {
    display: none; }

.widget-menu-overview {
  margin-bottom: 40px; }
  .widget-menu-overview .widget-menu-title {
    font-weight: 700; }
  .widget-menu-overview .widget-menu-section {
    margin-bottom: 24px; }
  .widget-menu-overview .widget-menu-section-title {
    color: #FF0000;
    font-weight: 700; }

.widget-text h1 {
  color: #ef7430;
  font-size: 65px;
  line-height: 70px; }

.widget-text h2 {
  color: #ef7430;
  font-size: 58px;
  line-height: 70px; }

.widget-text h3 {
  color: #ef7430;
  font-size: 36px;
  line-height: 49px; }

.widget-text ol {
  list-style-type: decimal;
  list-style-position: inside; }

.widget-text ul {
  list-style-type: square;
  list-style-position: inside; }

.widget-text blockquote {
  display: block;
  font-style: italic;
  margin-left: 24px; }
  .widget-text blockquote p:before {
    content: '"'; }
  .widget-text blockquote p:after {
    content: '"'; }

.widget-text h1 + p,
.widget-text h1 + h1,
.widget-text h1 + h2,
.widget-text h1 + h3,
.widget-text h1 + blockquote,
.widget-text h1 + ol,
.widget-text h1 + ul {
  margin-top: 24px; }

.widget-text h2 + p,
.widget-text h2 + h1,
.widget-text h2 + h2,
.widget-text h2 + h3,
.widget-text h2 + blockquote,
.widget-text h2 + ol,
.widget-text h2 + ul,
.widget-text h3 + p,
.widget-text h3 + h1,
.widget-text h3 + h2,
.widget-text h3 + h3,
.widget-text h3 + blockquote,
.widget-text h3 + ol,
.widget-text h3 + ul {
  margin-top: 24px; }

.widget-text p + p,
.widget-text p + h1,
.widget-text p + h2,
.widget-text p + h3,
.widget-text p + blockquote,
.widget-text p + ol,
.widget-text p + ul,
.widget-text ul + p,
.widget-text ul + h1,
.widget-text ul + h2,
.widget-text ul + h3,
.widget-text ul + blockquote,
.widget-text ul + ol,
.widget-text ul + ul,
.widget-text ol + p,
.widget-text ol + h1,
.widget-text ol + h2,
.widget-text ol + h3,
.widget-text ol + blockquote,
.widget-text ol + ol,
.widget-text ol + ul,
.widget-text blockquote + p,
.widget-text blockquote + h1,
.widget-text blockquote + h2,
.widget-text blockquote + h3,
.widget-text blockquote + blockquote,
.widget-text blockquote + ol,
.widget-text blockquote + ul {
  margin-top: 16px; }

.widget-text em {
  opacity: 0.5;
  color: #214230; }

.widget-text .button {
  margin-top: 0; }

.column-6-center .widget-text {
  text-align: center; }
  .column-6-center .widget-text h1 {
    color: #ef7430; }

@media only screen and (max-width: 768px) {
  .widget-text h1, .widget-text h2 {
    font-size: 32px;
    line-height: 40px; } }

.widget-photo-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .widget-photo-body img {
    display: block; }

.widget-photo-caption {
  display: block;
  text-align: center;
  font-style: italic;
  padding-top: 24px; }

.widget-reviews {
  overflow: hidden; }

.widget-contact fieldset p {
  margin-bottom: 32px; }

.widget-contact fieldset p:last-child {
  margin-bottom: 0; }

.widget-contact label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px; }

.widget-contact input, .widget-contact textarea {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border: 2px solid #214230; }

.widget-contact textarea {
  resize: vertical;
  height: 300px; }

.widget-contact input[type="submit"] {
  display: inline-block;
  width: auto;
  height: 44px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  background: #ef7430;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border: none; }
  .widget-contact input[type="submit"]:hover {
    text-decoration: none;
    background: #ed6418; }

.widget-openinghours th, .widget-openinghours td {
  text-align: center;
  padding-right: 24px; }

.widget-openinghours th {
  font-weight: 600;
  padding-bottom: 8px; }

.widget-openinghours tr td:first-child {
  text-transform: uppercase; }

.widget-custom-form fieldset {
  display: block;
  margin-bottom: 16px; }
  .widget-custom-form fieldset label,
  .widget-custom-form fieldset .widget-custom-form__label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px; }
  .widget-custom-form fieldset input,
  .widget-custom-form fieldset textarea {
    display: block;
    width: 100%;
    background: #fff;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border: 2px solid #214230;
    border-radius: 4px; }
  .widget-custom-form fieldset textarea {
    height: 120px; }
  .widget-custom-form fieldset input[type="file"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    background: none;
    border: none; }
  .widget-custom-form fieldset select {
    width: 100%; }

.widget-custom-form input[type="submit"] {
  display: inline-block;
  width: auto;
  height: 44px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  background: #ef7430;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  margin-top: 16px;
  border: none; }
  .widget-custom-form input[type="submit"]:hover {
    text-decoration: none;
    background: #ed6418; }

.widget-custom-form .widget-custom-form__radio {
  width: auto; }

.widget-custom-form .widget-custom-form__radio + label {
  font-weight: 400;
  margin-bottom: 0; }

.widget-custom-form .widget-custom-form_radios p,
.widget-custom-form .widget-custom-form_checkboxes p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .widget-custom-form .widget-custom-form_radios p input[type="radio"],
  .widget-custom-form .widget-custom-form_radios p input[type="checkbox"],
  .widget-custom-form .widget-custom-form_checkboxes p input[type="radio"],
  .widget-custom-form .widget-custom-form_checkboxes p input[type="checkbox"] {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-right: 8px; }
    .widget-custom-form .widget-custom-form_radios p input[type="radio"]:checked,
    .widget-custom-form .widget-custom-form_radios p input[type="checkbox"]:checked,
    .widget-custom-form .widget-custom-form_checkboxes p input[type="radio"]:checked,
    .widget-custom-form .widget-custom-form_checkboxes p input[type="checkbox"]:checked {
      background: #ef7430;
      border: 1px solid #ef7430; }
  .widget-custom-form .widget-custom-form_radios p input[type="radio"],
  .widget-custom-form .widget-custom-form_checkboxes p input[type="radio"] {
    border-radius: 50%; }
  .widget-custom-form .widget-custom-form_radios p label,
  .widget-custom-form .widget-custom-form_checkboxes p label {
    font-weight: 400;
    margin: 0; }

.widget-article-overview .row {
  display: block; }

.widget-article-overview:before {
  display: block;
  width: 100vw;
  height: 100vh;
  content: '';
  margin-top: -64px;
  margin-bottom: 64px; }

.widget-article-overview .widget-header,
.widget-article-overview .widget-article-list {
  max-width: 70%;
  margin: 0 auto; }

.widget-article-overview .widget-header {
  text-align: center;
  margin-bottom: 56px; }
  .widget-article-overview .widget-header h2 {
    color: #ef7430;
    font-size: 65px;
    font-weight: 400;
    line-height: 70px; }

.widget-article-overview article {
  margin-bottom: 40px; }
  .widget-article-overview article h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px; }
  .widget-article-overview article h3 a {
    text-decoration: none; }
  .widget-article-overview article h3 a:hover {
    color: #ef7430; }
  .widget-article-overview article time {
    display: block;
    opacity: .76; }
  .widget-article-overview article p {
    opacity: 0.76;
    margin-top: 8px; }

.widget-article-overview .no-articles {
  display: block;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .widget-article-overview:before {
    height: 50vw;
    margin-top: -32px; } }

.widget-article .widget-article-body {
  margin-bottom: 64px; }
  .widget-article .widget-article-body .column-6-center {
    width: 100%;
    max-width: 100%; }
  .widget-article .widget-article-body .wrapper-fullscreen:first-child {
    margin-top: -64px; }
  .widget-article .widget-article-body .widget-text {
    max-width: 70%;
    margin: 0 auto;
    text-align: center; }
    .widget-article .widget-article-body .widget-text h2,
    .widget-article .widget-article-body .widget-text h3 {
      color: #214230;
      font-size: 20px;
      font-weight: 700;
      line-height: 32px; }
    .widget-article .widget-article-body .widget-text h3 {
      opacity: .76; }
    .widget-article .widget-article-body .widget-text h2 + p,
    .widget-article .widget-article-body .widget-text h2 + h1,
    .widget-article .widget-article-body .widget-text h2 + h2,
    .widget-article .widget-article-body .widget-text h2 + h3,
    .widget-article .widget-article-body .widget-text h2 + blockquote,
    .widget-article .widget-article-body .widget-text h2 + ol,
    .widget-article .widget-article-body .widget-text h2 + ul,
    .widget-article .widget-article-body .widget-text h3 + p,
    .widget-article .widget-article-body .widget-text h3 + h1,
    .widget-article .widget-article-body .widget-text h3 + h2,
    .widget-article .widget-article-body .widget-text h3 + h3,
    .widget-article .widget-article-body .widget-text h3 + blockquote,
    .widget-article .widget-article-body .widget-text h3 + ol,
    .widget-article .widget-article-body .widget-text h3 + ul {
      margin-top: 16px; }
    .widget-article .widget-article-body .widget-text p + h2,
    .widget-article .widget-article-body .widget-text h1 + h2,
    .widget-article .widget-article-body .widget-text h2 + h2,
    .widget-article .widget-article-body .widget-text h3 + h2,
    .widget-article .widget-article-body .widget-text blockquote + h2,
    .widget-article .widget-article-body .widget-text ol + h2,
    .widget-article .widget-article-body .widget-text ul + h2,
    .widget-article .widget-article-body .widget-text p + h3,
    .widget-article .widget-article-body .widget-text h1 + h3,
    .widget-article .widget-article-body .widget-text h2 + h3,
    .widget-article .widget-article-body .widget-text h3 + h3,
    .widget-article .widget-article-body .widget-text blockquote + h3,
    .widget-article .widget-article-body .widget-text ol + h2,
    .widget-article .widget-article-body .widget-text ul + h3 {
      margin-top: 32px; }
  .widget-article .widget-article-body .column-6 .widget-text {
    max-width: 100%; }

.widget-article .article-wrapper {
  width: 100%;
  max-width: 1200px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto; }

.widget-article .widget-article-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 60px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8; }
  .widget-article .widget-article-pagination .next label,
  .widget-article .widget-article-pagination .prev label {
    display: block;
    font-weight: 700; }
  .widget-article .widget-article-pagination .next {
    margin-left: auto; }

.widget-article .widget-article-comments h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 18px; }

.widget-article .widget-article-comments .comment li {
  list-style: none; }

.widget-article .widget-article-comments .comment label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px; }

.widget-article .widget-article-comments .comment textarea {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 18px; }

.widget-article .widget-article-comments .comment input[type="submit"] {
  display: inline-block;
  width: auto;
  height: 44px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background: #ef7430;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  margin: 0;
  border: none; }
  .widget-article .widget-article-comments .comment input[type="submit"]:hover {
    text-decoration: none;
    background: #ed6418; }

.widget-article .widget-article-comments .existing-comments {
  margin-top: 42px; }
  .widget-article .widget-article-comments .existing-comments li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px; }
  .widget-article .widget-article-comments .existing-comments li:last-child {
    margin-bottom: 0; }
  .widget-article .widget-article-comments .existing-comments .avatar {
    width: 60px;
    border-radius: 50%;
    margin-right: 18px; }
  .widget-article .widget-article-comments .existing-comments .comment {
    width: calc(100% - 78px); }
  .widget-article .widget-article-comments .existing-comments .author {
    display: block;
    margin-bottom: 6px; }
    .widget-article .widget-article-comments .existing-comments .author span {
      font-weight: 700; }
    .widget-article .widget-article-comments .existing-comments .author a {
      opacity: .76; }

@media only screen and (max-width: 768px) {
  .widget-article .widget-article-body {
    margin-bottom: 32px; }
    .widget-article .widget-article-body .widget-text {
      max-width: 90%; }
    .widget-article .widget-article-body .wrapper-fullscreen:first-child {
      margin-top: -32px; }
  .widget-article .widget-article-pagination {
    display: block;
    margin-bottom: 30px; }
    .widget-article .widget-article-pagination li {
      margin-bottom: 12px; }
    .widget-article .widget-article-pagination li:last-child {
      margin-bottom: 0; }
  .widget-article .widget-article-comments .existing-comments .avatar {
    width: 42px; } }

.widget-map .widget-map-canvas {
  display: block;
  width: 100%; }
  .widget-map .widget-map-canvas:after {
    display: block;
    content: '';
    padding-bottom: 75%; }

/* Preload images */
body:after {
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  position: fixed;
  z-index: 99999;
  top: 60px;
  padding: 32px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  display: none;
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  position: fixed;
  top: 24px;
  right: 24px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(/images/lightbox/close.png) top right no-repeat;
  background-size: 18px 18px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav {
  overflow: hidden;
  height: 24px;
  margin-top: 24px; }

.lb-prev,
.lb-next {
  display: block;
  width: 24px;
  height: 24px;
  background: #FF0000; }

.lb-prev {
  float: left; }

.lb-next {
  float: right; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100vh;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  @media only screen and (max-width: 768px) {
    .slick-slide {
      height: 50vh; } }
.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  background-size: cover;
  background-position: center; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  width: 39px;
  height: 69px;
  font-size: 0;
  background: none;
  margin-top: -24px;
  border: none; }

.slick-prev {
  left: 48px;
  background-image: url("/images/icons/icon-arrow-left.svg"); }

.slick-next {
  right: 48px;
  background-image: url("/images/icons/icon-arrow-right.svg"); }
