@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * @license
 * MyFonts Webfont Build ID 3904093, 2020-05-18T10:46:47-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Gilroy-Regular by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular/
 *
 * Webfont: Gilroy-Medium by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/medium/
 *
 * Webfont: Gilroy-Bold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold/
 *
 *
 * Webfonts copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 *
 * © 2020 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url("/wp-content/themes/bis/fonts/Gilroy/normal_normal_bold.woff2") format("woff2"), url("/wp-content/themes/bis/fonts/Gilroy/normal_normal_bold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url("/wp-content/themes/bis/fonts/Gilroy/normal_normal_medium.woff2") format("woff2"), url("/wp-content/themes/bis/fonts/Gilroy/normal_normal_medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("/wp-content/themes/bis/fonts/Gilroy/normal_normal_normal.woff2") format("woff2"), url("/wp-content/themes/bis/fonts/Gilroy/normal_normal_normal.woff") format("woff");
}
@supports (perspective: 1px) and (not (-webkit-overflow-scrolling: touch)) {
  @media (min-width: 992px) {
    body #content {
      -webkit-perspective: 1px;
      perspective: 1px;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
    }
  }
}
@media (min-width: 992px) {
  body.show-menu section.page aside .item-group .item {
    opacity: 0.1 !important;
    -webkit-transition-duration: 0.25s !important;
    transition-duration: 0.25s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
body .acf-block-preview section.page {
  z-index: 1 !important;
}
body .acf-block-preview section.page .bg {
  -webkit-transform: none !important;
  transform: none !important;
}
body.ie section.page {
  height: 1px;
}
body section.page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-height: var(--app-height);
  color: #FFF;
  z-index: 1;
}
body section.page:not(.in-preview) {
  width: 100%;
}
body section.page.in-preview {
  min-height: calc(100vh - 84px) !important;
}
@supports (perspective: 1px) and (not (-webkit-overflow-scrolling: touch)) {
  @media (min-width: 992px) {
    body section.page:nth-child(odd):not(:last-child) {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      z-index: -1;
    }
    body section.page:nth-child(odd):not(:last-child) .bg {
      -webkit-transform: translateZ(-1px) scale(2);
      transform: translateZ(-1px) scale(2);
    }
  }
}
@media (max-width: 991.98px) {
  body section.page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body section.page.no-items aside {
    display: none;
  }
  body section.page .logo {
    max-width: 15rem;
    margin-left: 0;
  }
}
body section.page .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat;
  background-size: cover;
}
body section.page .bg.bg-center-left {
  background-position: center left;
}
body section.page .bg.bg-center-right {
  background-position: center right;
}
body section.page .bg.bg-top-left {
  background-position: top left;
}
body section.page .bg.bg-top-center {
  background-position: top center;
}
body section.page .bg.bg-top-right {
  background-position: top right;
}
body section.page .bg.bg-bottom-left {
  background-position: bottom left;
}
body section.page .bg.bg-bottom-center {
  background-position: bottom center;
}
body section.page .bg.bg-bottom-right {
  background-position: bottom right;
}
@media (max-width: 767.98px) {
  body section.page .bg.bg-mobile-center-left {
    background-position: center left;
  }
  body section.page .bg.bg-mobile-center-right {
    background-position: center right;
  }
  body section.page .bg.bg-mobile-top-left {
    background-position: top left;
  }
  body section.page .bg.bg-mobile-top-center {
    background-position: top center;
  }
  body section.page .bg.bg-mobile-top-right {
    background-position: top right;
  }
  body section.page .bg.bg-mobile-bottom-left {
    background-position: bottom left;
  }
  body section.page .bg.bg-mobile-bottom-center {
    background-position: bottom center;
  }
  body section.page .bg.bg-mobile-bottom-right {
    background-position: bottom right;
  }
}
body section.page.dark-text {
  color: #071d49;
}
body section.page.dark-text .bg {
  background-color: #FFF;
}
body section.page .container > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body section.page:last-child .content {
    padding-bottom: 3.125rem;
  }
  body section.page.mb-10 .content {
    padding-bottom: calc(10% - 100px);
  }
  body section.page.mb-10.no-items .content {
    padding-bottom: 10%;
  }
  body section.page.mb-20 .content {
    padding-bottom: calc(20% - 100px);
  }
  body section.page.mb-20.no-items .content {
    padding-bottom: 20%;
  }
  body section.page.mb-30 .content {
    padding-bottom: calc(30% - 100px);
  }
  body section.page.mb-30.no-items .content {
    padding-bottom: 30%;
  }
  body section.page.mb-40 .content {
    padding-bottom: calc(40% - 100px);
  }
  body section.page.mb-40.no-items .content {
    padding-bottom: 40%;
  }
  body section.page.mb-50 .content {
    padding-bottom: calc(50% - 100px);
  }
  body section.page.mb-50.no-items .content {
    padding-bottom: 50%;
  }
  body section.page.mb-60 .content {
    padding-bottom: calc(60% - 100px);
  }
  body section.page.mb-60.no-items .content {
    padding-bottom: 60%;
  }
  body section.page.mb-70 .content {
    padding-bottom: calc(70% - 100px);
  }
  body section.page.mb-70.no-items .content {
    padding-bottom: 70%;
  }
  body section.page.mb-80 .content {
    padding-bottom: calc(80% - 100px);
  }
  body section.page.mb-80.no-items .content {
    padding-bottom: 80%;
  }
  body section.page.mb-90 .content {
    padding-bottom: calc(90% - 100px);
  }
  body section.page.mb-90.no-items .content {
    padding-bottom: 90%;
  }
  body section.page.mb-100 .content {
    padding-bottom: calc(100% - 100px);
  }
  body section.page.mb-100.no-items .content {
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  body section.page.with-map .content {
    padding-bottom: 21.875rem !important;
  }
}
@media (min-width: 1440px) {
  body section.page.with-map .content {
    padding-bottom: 30rem !important;
  }
}
body section.page .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5.625rem 7.5rem;
  position: relative;
  z-index: 2;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 1920px) {
  body section.page .content .container {
    width: 100%;
  }
}
@media (max-width: 1439.98px) {
  body section.page .content {
    padding: 4.375rem 5.625rem;
  }
}
@media (max-width: 767.98px) {
  body section.page .content {
    padding: 3.125rem 3.125rem 3.75rem;
  }
}
body section.page .content > *:first-child {
  margin-top: 0;
}
body section.page .content > *:last-child {
  margin-bottom: 0;
}
body section.page .content h1, body section.page .content h2, body section.page .content h3, body section.page .content h4, body section.page .content h5, body section.page .content h6 {
  color: inherit;
}
body section.page .content ul.without-bullets {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
body section.page .content p.large {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  body section.page .content p.large {
    font-size: 1.25rem;
  }
}
body section.page .content p.border-top {
  border-top: 0.125rem solid #FFF !important;
  padding-top: 0.875rem;
}
body section.page .content p.border-bottom {
  border-bottom: 0.125rem solid #FFF !important;
  padding-bottom: 0.875rem;
}
body section.page .content .width {
  margin-left: 0;
}
@media (min-width: 992px) {
  body section.page .content .width.w-50 {
    width: 50%;
  }
  body section.page .content .width.w-60 {
    width: 60%;
  }
  body section.page .content .width.w-70 {
    width: 70%;
  }
  body section.page .content .width.w-80 {
    width: 80%;
  }
  body section.page .content .width.w-90 {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  body section.page .content .width.t-50 {
    width: 50%;
  }
  body section.page .content .width.t-60 {
    width: 60%;
  }
  body section.page .content .width.t-70 {
    width: 70%;
  }
  body section.page .content .width.t-80 {
    width: 80%;
  }
  body section.page .content .width.t-90 {
    width: 90%;
  }
  body section.page .content .width.t-100 {
    width: 100%;
  }
}
body section.page .content .next {
  position: absolute;
  bottom: 2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
@media (max-width: 1439.98px) {
  body section.page .content .next {
    bottom: 1.375rem;
  }
}
body section.page .content .next img {
  height: 1.875rem;
  width: auto;
}
@media (max-width: 1439.98px) {
  body section.page .content .next img {
    height: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  body section.page .content .next img {
    height: 1rem;
  }
}
body section.page.no-arrow .content .next {
  display: none;
}
body section.page .map {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  height: 18.75rem !important;
  max-height: 50vh;
}
@media (max-width: 767.98px) {
  body section.page .map {
    position: static;
  }
}
@media (min-width: 1440px) {
  body section.page .map {
    height: 25rem !important;
  }
}
body section.page ul#menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(30, 34, 170, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  min-height: 3.8125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media (max-width: 991.98px) {
  body section.page ul#menu-footer {
    display: none;
  }
}
body section.page ul#menu-footer li:after {
  content: "|";
  margin: 0 0.625rem;
}
body section.page ul#menu-footer li:last-child:after {
  display: none;
}
body section.page ul#menu-footer li a {
  color: #FFF;
  text-decoration: none;
  display: inlineblock;
  font-weight: 700;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0);
  line-height: 1.2;
  padding-bottom: 0.125rem;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
body section.page ul#menu-footer li a:hover {
  border-bottom-color: #FFF;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
body section.page aside {
  background: rgba(160, 137, 109, 0.9);
  width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.875rem 1.875rem 3.75rem;
  color: #FFF;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
}
@media (max-width: 991.98px) {
  body section.page aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    min-height: 4.375rem;
    padding: 0.9375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body section.page aside a {
  color: inherit;
}
body section.page aside .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  body section.page aside .item-group:not(:only-child):first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  body section.page aside .item-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body section.page aside .item-group .item {
  font-size: 0.9375rem;
  padding: 0.9375rem 0;
  line-height: 1.15em;
  opacity: 1;
  -webkit-transition-duration: 0.25s !important;
  transition-duration: 0.25s !important;
  -webkit-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important;
}
@media (max-width: 991.98px) {
  body section.page aside .item-group .item {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 0 0.625rem !important;
    border-right: 0.125rem solid #FFF;
  }
  body section.page aside .item-group .item.contact, body section.page aside .item-group .item.contact_nursery, body section.page aside .item-group .item.icon {
    display: none;
  }
  body section.page aside .item-group .item.last-visible {
    border-right: 0;
  }
}
body section.page aside .item-group .item.with-top-border {
  border-top: 0.125rem solid #FFF;
}
body section.page aside .item-group .item.with-bottom-border {
  border-bottom: 0.125rem solid #FFF;
}
body section.page aside .item-group .item.with-bottom-border + .with-top-border {
  border-top: 0;
}
body section.page aside .item-group .item.padding-top-none {
  padding-top: 0;
}
body section.page aside .item-group .item.padding-bottom-none {
  padding-bottom: 0;
}
body section.page aside .item-group .item.padding-top-half {
  padding-top: 0.46875rem;
}
body section.page aside .item-group .item.padding-bottom-half {
  padding-bottom: 0.46875rem;
}
body section.page aside .item-group .item.padding-top-double {
  padding-top: 2rem;
}
body section.page aside .item-group .item.padding-bottom-double {
  padding-bottom: 2rem;
}
body section.page aside .item-group .item:last-child:not(.with-bottom-border) {
  padding-bottom: 0;
}
body section.page aside .item-group .item.stat {
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  body section.page aside .item-group .item.stat {
    font-size: 1.25rem;
  }
}
body section.page aside .item-group .item.stat .figure {
  display: block;
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  body section.page aside .item-group .item.stat .figure {
    font-size: 1.875rem;
  }
}
body section.page aside .item-group .item.icon img, body section.page aside .item-group .item.link img {
  width: 2.625rem;
  height: auto;
}
body section.page aside .item-group .item.link-with-arrow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body section.page aside .item-group .item.link-with-arrow a:after {
  content: "";
  display: block;
  background: url(/wp-content/themes/bis/img/icons/white/right.svg) center center no-repeat;
  background-size: contain;
  height: 1.125rem;
  width: 0.875rem;
  margin-left: 0.3125rem;
}
@media (max-width: 991.98px) {
  body section.page aside .item-group .item.link-with-arrow a:after {
    height: 0.75rem;
    position: relative;
    top: 0.0625rem;
    margin-left: 0.1875rem;
  }
}
body section.page aside .item-group .item.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body section.page aside .item-group .item.social a {
  margin-right: 0.375rem;
}
body section.page aside .item-group .item.social a img {
  height: 2.5rem;
  width: auto;
  display: block;
}
body section.page aside .item-group .item > *:last-child {
  margin-bottom: 0;
}
body section.page aside .item-group .item h3, body section.page aside .item-group .item .h3 {
  margin-bottom: 0.125rem;
}
body section.page aside .item-group .item h4, body section.page aside .item-group .item .h4 {
  margin-bottom: 0.3125rem;
}
body section.page aside .item-group .item p {
  margin-bottom: 0.3125rem;
}
body section.page aside .item-group .item a {
  word-break: break-word;
}
body section.page aside .item-group .item a[href^="tel:"] {
  font-size: 1.5rem;
}

@media (max-width: 991.98px) {
  #welcome aside {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #welcome aside .item-group:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #welcome aside .item-group:first-child .item {
    border-right: 0;
    width: 100%;
    margin-bottom: 0.625rem;
  }
  #welcome aside .item-group:first-child .item:nth-child(3), #welcome aside .item-group:first-child .item:nth-child(4) {
    border-bottom: 0.125rem solid #fff !important;
    padding-bottom: 0.75rem !important;
  }
}
body.page-id-1328 section.page ul#menu-footer {
  background-color: rgba(94, 126, 41, 0.5);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html[lang] {
  margin-top: 0 !important;
}

body:not(.editor-styles-wrapper) {
  overflow-x: hidden;
  font-size: 1rem;
  background: #071d49;
  color: #FFF;
  font-family: "Gilroy", sans-serif;
}

.container {
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
}

a {
  color: #FFF;
  -webkit-transition: background 0.25s, color 0.25s, opacity 0.25s;
  transition: background 0.25s, color 0.25s, opacity 0.25s;
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  -webkit-transition: background 0.25s, color 0.25s, opacity 0.25s;
  transition: background 0.25s, color 0.25s, opacity 0.25s;
  text-decoration: underline;
}

.slick-slide {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, figure, .wp-block-columns {
  margin: 0 auto 1em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: inherit;
  margin-bottom: 0.5em;
  line-height: 1.2;
  margin-top: 0;
}

h1, .h1 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0.75em;
}
@media (max-width: 1439.98px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2.625rem;
  }
}

h2, .h2, h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 991.98px) {
  h2, .h2, h3, .h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  h2, .h2, h3, .h3 {
    font-size: 1.25rem;
  }
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5, h6, .h6 {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .wp-block-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 2rem !important;
  }
}

body .wp-block-image.is-resized {
  display: block;
}

.wp-block-image img {
  height: auto;
}

img[src*="emblem.svg"] {
  width: 83px;
  height: auto;
}

div.latest_posts {
  border-top: 0.125rem solid #a0896d;
}
div.latest_posts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 2.5rem 0.625rem 0;
  border-bottom: 0.125rem solid #a0896d;
  background: url("../../img/icons/gold/right.svg") no-repeat calc(100% - 5px) center;
  background-size: auto 1.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.single-post #content h1 {
  border-bottom: 0.125rem solid #a0896d;
  padding-bottom: 2.25rem;
  margin-bottom: 1rem;
}
body.single-post #content .archive {
  padding-top: 2.5rem;
}
@media (min-width: 1440px) {
  body.single-post #content .archive {
    padding-top: 3.5rem;
  }
}
body.single-post #content .archive h2 {
  margin-bottom: 0.625rem;
}
@media (max-width: 991.98px) {
  body.single-post #content .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}

#nf-form-1-cont .nf-before-form-content, #nf-form-1-cont .nf-after-field, #nf-form-1-cont .nf-field-label {
  display: none;
}
#nf-form-1-cont .ninja-forms-field {
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 0.125rem solid #a0896d;
  color: #FFF;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
#nf-form-1-cont .ninja-forms-field::-webkit-input-placeholder {
  opacity: 1;
  color: #FFF;
}
#nf-form-1-cont .ninja-forms-field::-moz-placeholder {
  opacity: 1;
  color: #FFF;
}
#nf-form-1-cont .ninja-forms-field:-ms-input-placeholder {
  opacity: 1;
  color: #FFF;
}
#nf-form-1-cont .ninja-forms-field::-ms-input-placeholder {
  opacity: 1;
  color: #FFF;
}
#nf-form-1-cont .ninja-forms-field::placeholder {
  opacity: 1;
  color: #FFF;
}
#nf-form-1-cont .ninja-forms-field option {
  color: #000;
}
#nf-form-1-cont .submit-wrap .ninja-forms-field {
  cursor: pointer;
  border: none;
  padding: 0;
}
#nf-form-1-cont .textarea-wrap textarea {
  height: 6.25rem;
}
#nf-form-1-cont .nf-error-msg {
  color: #FF5757;
}
#nf-form-1-cont .nf-error .ninja-forms-field {
  border: none;
  border-bottom: 0.125rem solid #FF5757;
}
#nf-form-1-cont .label-above .nf-field-label {
  margin-bottom: 0.3125rem;
}
#nf-form-1-cont .nf-field-container {
  margin-bottom: 0.9375rem !important;
}
#nf-form-1-cont .nf-field-label label {
  font-size: 1.0625rem;
}
@media (max-width: 767.98px) {
  #nf-form-1-cont .one-half {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

#nf-form-2-cont .nf-before-form-content, #nf-form-2-cont .nf-after-field, #nf-form-2-cont .nf-field-label {
  display: none;
}
#nf-form-2-cont .ninja-forms-field {
  padding: 15px;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0.125rem solid #FFF;
  background: #FFF;
}
#nf-form-2-cont .submit-wrap .ninja-forms-field {
  cursor: pointer;
  background: #071d49;
  color: #FFF;
  border: none;
  padding: 15px 30px;
}
#nf-form-2-cont .nf-error-msg {
  color: #FF5757;
}
#nf-form-2-cont .nf-error .ninja-forms-field {
  border-color: #FF5757;
}
#nf-form-2-cont .nf-field-container {
  margin-bottom: 0.9375rem !important;
}
#nf-form-2-cont .nf-response-msg {
  color: #5e7e29;
}

.question-bar {
  bottom: 0;
  left: 0;
  width: 100vw;
  background: rgba(255, 255, 255, 0.3);
  padding: 30px 30px 30px 90px;
}
.question-bar:not(.block-editor-block-list__block) {
  position: absolute;
}
@media (max-width: 767px) {
  .question-bar {
    padding: 30px;
  }
  .question-bar p {
    font-size: 20px;
  }
  .question-bar p a:after {
    display: none;
  }
}
.question-bar p {
  color: #071d49;
  font-weight: bold;
  line-height: 1.3;
  font-size: 24px;
  margin: 0;
}
.question-bar p a {
  color: #FFF;
  position: relative;
  display: inline-block;
}
.question-bar p a:after {
  content: "";
  background: url(../../img/icons/white/arrow-right.png) no-repeat center center;
  background-size: contain;
  height: 39px;
  width: 51px;
  position: absolute;
  bottom: 12px;
  right: -80px;
}

@media (max-width: 480px) {
  .one-half {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
div.menu {
  position: fixed;
  top: 1.25rem;
  right: 1.875rem;
  z-index: 100;
}
@supports (perspective: 1px) and (not (-webkit-overflow-scrolling: touch)) {
  @media (min-width: 1025px) {
    div.menu {
      right: 2.9375rem;
    }
  }
}
div.menu .menu-toggle {
  position: relative;
  display: block;
  height: 2rem;
  outline: none;
  z-index: 2;
}
div.menu .menu-toggle .icon-open, div.menu .menu-toggle .icon-close {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 2rem;
  max-height: 2rem;
  height: auto;
  width: auto;
}
div.menu .menu-toggle .icon-close {
  opacity: 0;
}
div.menu #menu {
  width: 11.25rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  z-index: 1;
}
@media (max-width: 991.98px) {
  div.menu #menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(160, 137, 109, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
  }
}
div.menu #menu nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1.875rem;
}
@media (max-width: 991.98px) {
  div.menu #menu nav ul {
    margin: 0;
    padding: 1.875rem;
    text-align: center;
  }
}
div.menu #menu nav ul li a {
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0);
  line-height: 1.2;
  padding-bottom: 0.125rem;
  margin-bottom: 0.1875rem;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  div.menu #menu nav ul li a {
    font-size: 1.5rem;
    border-bottom-size: 0.1875rem;
    margin-bottom: 0.625rem;
  }
}
div.menu #menu nav ul li.current-menu-item a, div.menu #menu nav ul li:hover a {
  color: #FFF;
  border-bottom-color: #FFF;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
div.menu #menu footer.mobile-menu {
  display: none;
  text-align: center;
  padding: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  div.menu #menu footer.mobile-menu {
    display: block;
  }
}
div.menu #menu footer.mobile-menu ul {
  padding: 0;
  margin-bottom: 0.625rem;
  list-style: none;
}
div.menu #menu footer.mobile-menu ul li {
  display: inline-block;
  margin: 0 0.3125rem;
}
div.menu #menu footer.mobile-menu .contact {
  margin-bottom: 0;
  padding-top: 0.625rem;
  position: relative;
}
div.menu #menu footer.mobile-menu .contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 0.125rem solid #FFF;
  display: block;
  width: 5.625rem;
}

body.admin-bar div.menu {
  top: 3.4375rem;
}
@media (max-width: 991.98px) {
  body.show-menu {
    overflow: hidden;
  }
}
body.show-menu div.menu .icon-open {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
body.show-menu div.menu .icon-close {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
body.show-menu div.menu #menu {
  max-height: 100vh;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

body:not(.ie) .animated {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
body:not(.ie) .animated.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
body:not(.ie) .animated.animate.delay {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
body:not(.ie) .animated.animate.delay-long {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}