/* ====================================================================================================================
    * Beyond Indigo Boilerplate Styles * V24
==================================================================================================================== */
/* 16:9 */
@-webkit-keyframes biSlideFade {
  0% {
    opacity: 0; }
  6% {
    opacity: 1; }
  24% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes biSlideFade {
  0% {
    opacity: 0; }
  6% {
    opacity: 1; }
  24% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  height: 100%; }

a img {
  border: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

html {
  font-size: 1.25rem;
  line-height: 1.35rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: 'dlig', 'liga', 'lnum', 'kern';
  font-feature-settings: 'dlig', 'liga', 'lnum', 'kern';
  color: #472a2c; }

img, svg, input, select, textarea, button, .button, .bi-button {
  vertical-align: middle; }

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

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

.screen-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .screen-reader.focusable:active, .screen-reader.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

html {
  font-family: sans-serif;
  font-family: "Mirza-Regular"; }

h1 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 2rem 0;
  padding: 0 1rem;
  font-family: "Mirza-SemiBold";
  text-transform: uppercase; }
  h1 span {
    font-family: "Mirza-Regular";
    display: block;
    font-size: 80%; }

h2, h3, h4, h5 {
  line-height: 1.75rem;
  margin: 1rem 0;
  font-family: "Mirza-Regular"; }

h2 {
  font-size: 2.1875rem; }

h3 {
  font-size: 1.5625rem; }

h4 {
  font-size: 1.3125rem; }

h5 {
  font-size: 1.25rem; }

p {
  margin: 1em auto; }

p.bi-p-cta {
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center;
  margin-top: 2rem; }

a, bi-fake-anchor {
  text-decoration: none;
  color: #7a984a;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-family: "Mirza-Bold"; }
  a:hover, bi-fake-anchor:hover {
    color: #e47427; }

strong, b {
  font-style: normal;
  font-weight: bold;
  font-family: "Mirza-Bold"; }

em, i {
  font-style: italic; }

strong em, strong i, i strong, em strong, b em, em b, i b, b i {
  font-style: italic;
  font-weight: bold; }

small {
  font-size: 60%; }

@media only screen {
  .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -webkit-animation: none !important;
    animation: none !important; }
  body {
    background-color: #e7e5e0;
    background-image: url("../../images/elements/bg-texture-overlay.png");
    background-repeat: repeat;
    background-attachment: scroll;
    max-width: 100vw;
    overflow-x: hidden; }
  hr {
    background-image: url("../../images/elements/decorative-hr.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 0;
    margin: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    width: 100%; }
  .bi-inner-container {
    padding: 1rem; }
  .bi-button, input[type=button], button, input[type=reset], input[type=submit] {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    padding: 0.5rem 1rem;
    text-align: center;
    border-radius: 2rem;
    color: #472a2c;
    background-color: #b7cc96;
    background-image: url("../../images/elements/bg-texture-overlay-light.png");
    outline: none;
    border: 0;
    border: solid thin #abc485;
    margin-bottom: 0.5rem; }
    .bi-button:hover, .bi-button:focus, .bi-button .on, input[type=button]:hover, input[type=button]:focus, input[type=button] .on, button:hover, button:focus, button .on, input[type=reset]:hover, input[type=reset]:focus, input[type=reset] .on, input[type=submit]:hover, input[type=submit]:focus, input[type=submit] .on {
      background-color: #f2bd98;
      color: #472a2c; }
  .bi-bullets {
    list-style: none;
    margin: 0;
    padding: 0; }
    .bi-bullets li {
      padding-left: 3rem;
      position: relative;
      margin-bottom: 0.5rem; }
      .bi-bullets li:before {
        position: absolute;
        top: 1px;
        left: 1.5rem;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #d6a384;
        content: "\f1b0"; }
      .bi-bullets li ul {
        margin: 1rem 0; }
  .bi-details {
    margin: 2rem auto;
    clear: both; }
    .bi-details .bi-summary {
      display: block;
      width: 100%;
      background: #f2bd98;
      padding: 0.5rem;
      cursor: pointer;
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      border-radius: 0.125rem; }
      .bi-details .bi-summary:focus {
        outline: none; }
      .bi-details .bi-summary:hover {
        background: #f5ccaf; }
    .bi-details .bi-details-content {
      padding: 0.5rem 1.5rem;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      background: white;
      height: 0; }
    .bi-details[open] .bi-summary {
      background: #eca06b; }
    .bi-details[open] .bi-details-content {
      height: auto;
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  .bi-pullquote {
    display: block;
    clear: both;
    width: 90%;
    margin: 4rem auto;
    padding-left: 2rem;
    border-left: thin solid #f2bd98; }
  .bi-highlight {
    border: thin solid #f2bd98;
    text-align: left;
    padding: 2rem;
    margin: 2rem;
    border-radius: 0.125rem;
    display: block; }
    .bi-highlight h2 {
      margin-top: 0; }
  .bi-figure-img {
    border-radius: 100%;
    background-color: #e7e5e0;
    background-image: url("../../images/elements/bg-texture-overlay.png");
    background-repeat: repeat;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    max-width: 200px;
    display: block; }
  .bi-content-img {
    display: block;
    max-width: 25rem;
    overflow: hidden;
    margin: 2rem auto;
    width: auto;
    position: relative; }
    .bi-content-img.vertical {
      max-width: 16.75rem; }
    .bi-content-img img {
      border-radius: 0.5rem 0.5rem 0 0;
      width: 100%;
      height: auto; }
    .bi-content-img:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 1rem;
      bottom: -1px;
      left: 0;
      background-image: url("../../images/elements/hero-bottom.png");
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 100% 100%; }
  .bi-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    max-width: 30em; }
    .bi-video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .bi-map-container h2 {
    display: none; }
  .bi-map {
    position: relative;
    padding-bottom: 25%;
    min-height: 200px;
    overflow: hidden;
    width: 100%;
    max-width: 100%; }
    .bi-map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
      border: 0; }
  .bi-container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
  .bi-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
    .bi-full-width .bi-container {
      padding: 2rem 1rem; }
  .bi-green {
    background-color: #b7cc96;
    margin-top: calc(4vw + 2rem);
    margin-bottom: calc(4vw + 2rem); }
    .bi-green:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 100%;
      width: 100%;
      height: 6vw;
      background-image: url("../../images/elements/border-top-green.png");
      background-size: 100% 100%;
      background-position: bottom center; }
    .bi-green:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      width: 100%;
      height: 6vw;
      background-image: url("../../images/elements/border-bottom-green.png");
      background-size: 100% 100%;
      background-position: top center; }
    .bi-green p a, .bi-green ul.bi-bullets a {
      color: #472a2c; }
      .bi-green p a:hover, .bi-green p a:focus, .bi-green ul.bi-bullets a:hover, .bi-green ul.bi-bullets a:focus {
        color: #d6a384; }
  .bi-page {
    position: relative;
    z-index: 2; }
    .bi-page .bi-bodytext {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%; }
      .bi-page .bi-bodytext .bi-text-envelope {
        padding: 1rem;
        padding-top: 0;
        position: relative;
        z-index: 1; } }
      @media only screen and (min-width: 1300px) {
        .bi-page .bi-bodytext .bi-text-envelope {
          padding: 1rem;
          max-width: 1300px;
          margin-left: auto;
          margin-right: auto; } }

@media only screen {
      .bi-page .bi-bodytext section:last-of-type {
        padding-bottom: 3vw; }
    .bi-page .bi-sidebar {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%; }
  section .bi-text-envelope {
    padding-top: 1rem !important; }
  .bi-buttons {
    text-align: center; }
  .bi-testimonials {
    padding: 8px 0 1rem 0;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    height: auto; }
    .bi-testimonials blockquote {
      border-radius: 2px 2px 0px 2px;
      padding: 1.5rem;
      font-size: 1.25rem;
      line-height: 1.25;
      padding: 1.5rem 1.5rem 1rem 1.5rem;
      text-align: center;
      font-size: 1.25rem;
      line-height: 1.15;
      color: #d6a384;
      font-family: "Mirza-Bold";
      background: transparent;
      z-index: 1; }
      .bi-testimonials blockquote:before {
        content: "";
        display: block;
        position: absolute;
        width: 4rem;
        height: 4rem;
        background-image: url("../../images/elements/left-quote.png");
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0.75;
        left: -1rem;
        top: 0rem; }
      .bi-testimonials blockquote cite {
        text-align: right;
        display: block;
        width: 100%;
        padding-top: 0.5rem;
        font-size: 0.9rem;
        font-family: "Mirza-Regular";
        font-style: italic;
        padding-right: 3rem; }
  a.bi-icon-callout {
    color: #472a2c;
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    background-color: rgba(231, 229, 224, 0);
    padding: 1rem; }
    a.bi-icon-callout p {
      font-family: "Mirza-Regular"; }
    a.bi-icon-callout:hover {
      background-color: rgba(231, 229, 224, 0.25);
      color: #472a2c; }
  .bi-blog-feed.bi-callouts a {
    min-height: unset;
    height: auto;
    margin: 5px; }
    .bi-blog-feed.bi-callouts a:nth-of-type(1) figcaption {
      background-color: rgba(242, 189, 152, 0.85); }
    .bi-blog-feed.bi-callouts a:nth-of-type(2) figcaption {
      background-color: rgba(188, 195, 218, 0.85); }
    .bi-blog-feed.bi-callouts a:nth-of-type(1):hover figcaption {
      background-color: rgba(242, 189, 152, 0.25); }
      .bi-blog-feed.bi-callouts a:nth-of-type(1):hover figcaption p {
        max-height: unset;
        opacity: 0; }
    .bi-blog-feed.bi-callouts a:nth-of-type(2):hover figcaption {
      background-color: rgba(188, 195, 218, 0.25); }
      .bi-blog-feed.bi-callouts a:nth-of-type(2):hover figcaption p {
        max-height: unset;
        opacity: 0; }
  .bi-home-blog .bi-two-up {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .bi-callouts .bi-item {
    padding: 2px; }
  .bi-callouts a {
    display: block;
    height: 100%;
    text-align: center;
    border-radius: 1rem;
    overflow: hidden; } }
  @media only screen and (min-width: 50em) {
    .bi-callouts a {
      min-height: 300px; } }

@media only screen {
    .bi-callouts a:hover figcaption {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .bi-callouts a:hover figcaption h3 {
        color: white; }
      .bi-callouts a:hover figcaption p {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
      @media only screen and (min-width: 50em) {
        .bi-callouts a:hover figcaption p {
          max-height: 0; } }

@media only screen {
  .bi-callouts .bi-item:nth-of-type(1) a figcaption, .bi-callouts .bi-item:nth-of-type(5) a figcaption, .bi-callouts .bi-item:nth-of-type(9) a figcaption {
    background-color: rgba(242, 189, 152, 0.85); }
  .bi-callouts .bi-item:nth-of-type(2) a figcaption, .bi-callouts .bi-item:nth-of-type(6) a figcaption, .bi-callouts .bi-item:nth-of-type(10) a figcaption {
    background-color: rgba(188, 195, 218, 0.85); }
  .bi-callouts .bi-item:nth-of-type(3) a figcaption, .bi-callouts .bi-item:nth-of-type(7) a figcaption, .bi-callouts .bi-item:nth-of-type(11) a figcaption {
    background-color: rgba(214, 163, 132, 0.85); }
  .bi-callouts .bi-item:nth-of-type(4) a figcaption, .bi-callouts .bi-item:nth-of-type(8) a figcaption, .bi-callouts .bi-item:nth-of-type(12) a figcaption {
    background-color: rgba(183, 204, 150, 0.85); }
  .bi-callouts .bi-item:nth-of-type(1) a:hover figcaption, .bi-callouts .bi-item:nth-of-type(5) a:hover figcaption, .bi-callouts .bi-item:nth-of-type(9) a:hover figcaption {
    background-color: rgba(242, 189, 152, 0.25); }
  .bi-callouts .bi-item:nth-of-type(2) a:hover figcaption, .bi-callouts .bi-item:nth-of-type(6) a:hover figcaption, .bi-callouts .bi-item:nth-of-type(10) a:hover figcaption {
    background-color: rgba(188, 195, 218, 0.25); }
  .bi-callouts .bi-item:nth-of-type(3) a:hover figcaption, .bi-callouts .bi-item:nth-of-type(7) a:hover figcaption, .bi-callouts .bi-item:nth-of-type(11) a:hover figcaption {
    background-color: rgba(214, 163, 132, 0.25); }
  .bi-callouts .bi-item:nth-of-type(4) a:hover figcaption, .bi-callouts .bi-item:nth-of-type(8) a:hover figcaption, .bi-callouts .bi-item:nth-of-type(12) a:hover figcaption {
    background-color: rgba(183, 204, 150, 0.25); }
  .bi-callouts figure {
    position: relative;
    height: 100%;
    width: 100%; }
    .bi-callouts figure .bi-callout-img {
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 1; }
      .bi-callouts figure .bi-callout-img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
    .bi-callouts figure figcaption {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1rem;
      z-index: 1;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .bi-callouts figure figcaption h3 {
        color: #472a2c;
        margin-top: 0; }
      .bi-callouts figure figcaption p {
        color: #472a2c;
        font-family: "Mirza-Regular";
        opacity: 1;
        margin: 0;
        max-height: 500px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .bi-two-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
  @media only screen and (-ms-high-contrast: active), only screen and (-ms-high-contrast: none) {
    .bi-two-up {
      /* IE10+ specific styles go here */
      display: block; } }

@media only screen {
    .bi-two-up .bi-item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; }
  .bi-three-up {
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
  @media only screen and (-ms-high-contrast: active), only screen and (-ms-high-contrast: none) {
    .bi-three-up {
      /* IE10+ specific styles go here */
      display: block; } }

@media only screen {
    .bi-three-up .bi-item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; }
  .bi-four-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
  @media only screen and (-ms-high-contrast: active), only screen and (-ms-high-contrast: none) {
    .bi-four-up {
      /* IE10+ specific styles go here */
      display: block; } }

@media only screen {
    .bi-four-up .bi-item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; }
  .bi-five-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
  @media only screen and (-ms-high-contrast: active), only screen and (-ms-high-contrast: none) {
    .bi-five-up {
      /* IE10+ specific styles go here */
      display: block; } }

@media only screen {
    .bi-five-up .bi-item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; }
  .bi-slider-container {
    display: none; }
  .bi-accesibility-button {
    display: block;
    position: fixed;
    bottom: 0;
    right: 1rem;
    z-index: 999; }
    .bi-accesibility-button button {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      z-index: 999;
      margin-bottom: 0;
      font-size: 1rem; }
      .bi-accesibility-button button:hover, .bi-accesibility-button button:focus, .bi-accesibility-button button.on {
        background: #472a2c;
        color: white; }
      .bi-accesibility-button button span {
        margin-right: .5rem; }
  /*LANDING PAGE STYLES*/
  .bi-hero {
    position: relative;
    top: 0;
    width: 100%;
    height: 600px; } }
  @media only screen and (max-width: 38em) {
    .bi-hero {
      height: 400px; } }

@media only screen {
  .bi-slider-container {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0; }
  .bi-slider {
    list-style: none;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0; }
    .bi-slider .bi-slide {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-animation: biSlideFade 36s linear infinite;
      animation: biSlideFade 36s linear infinite; }
      .bi-slider .bi-slide:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.35);
        z-index: 0; }
      .bi-slider .bi-slide img {
        -o-object-position: center center;
        object-position: center center;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .bi-slider .bi-slide:first-child {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background-image: url("../../images/home/slider-1mobile.jpg"); }
      .bi-slider .bi-slide:nth-child(2) {
        -webkit-animation-delay: 9s;
        animation-delay: 9s;
        background-image: url("../../images/home/slider-2mobile.jpg"); }
      .bi-slider .bi-slide:nth-child(3) {
        -webkit-animation-delay: 18s;
        animation-delay: 18s;
        background-image: url("../../images/home/slider-3mobile.jpg"); }
      .bi-slider .bi-slide:last-child {
        -webkit-animation-delay: 27s;
        animation-delay: 27s;
        background-image: url("../../images/home/slider-4mobile.jpg"); }
  .bi-slogan {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10;
    color: white;
    left: 0;
    right: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    top: 6vw; } }
  @media only screen and (min-width: 50em) {
    .bi-slogan {
      bottom: 300px;
      top: auto; } }

@media only screen {
  .bi-slider-tabs {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
  @media only screen and (-ms-high-contrast: active) {
    .bi-slider-tabs {
      /* IE10+ CSS styles go here */
      display: none; } }

@media only screen {
    .bi-slider-tabs .tab-titles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 1;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
    @media only screen and (max-width: 38em) {
      .bi-slider-tabs .tab-titles {
        height: auto;
        margin-top: auto; } }

@media only screen {
      .bi-slider-tabs .tab-titles li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        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;
        position: relative;
        pointer-events: none;
        overflow: hidden; }
        .bi-slider-tabs .tab-titles li .tab-small {
          pointer-events: auto;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .bi-slider-tabs .tab-titles li .tab-small a {
            padding: 1rem 1rem 8vw 1rem;
            color: white;
            display: block;
            text-align: center;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .bi-slider-tabs .tab-titles li .tab-small a h3 {
              font-size: 1.25rem;
              margin-top: 0;
              line-height: 1; } }
            @media only screen and (max-width: 38em) {
              .bi-slider-tabs .tab-titles li .tab-small a h3 {
                margin-bottom: 0; } }

@media only screen {
            .bi-slider-tabs .tab-titles li .tab-small a p {
              display: none;
              visibility: hidden; } }
          @media only screen and (min-width: 50em) {
            .bi-slider-tabs .tab-titles li .tab-small a p {
              display: block;
              visibility: visible;
              max-height: 0;
              margin-top: 0;
              margin-bottom: 1rem;
              line-height: 1;
              overflow: hidden;
              font-family: "Mirza-Regular";
              color: #472a2c;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; } }

@media only screen {
        .bi-slider-tabs .tab-titles li:hover .tab-small a p {
          max-height: 300px; }
        .bi-slider-tabs .tab-titles li:first-of-type .tab-small {
          background-color: #f2bd98;
          background-image: url("../../images/elements/bg-texture-overlay.png"); }
          .bi-slider-tabs .tab-titles li:first-of-type .tab-small a {
            background-color: rgba(242, 189, 152, 0.75);
            padding: 1rem; }
        .bi-slider-tabs .tab-titles li:nth-of-type(2) .tab-small {
          background-color: #b7cc96;
          background-image: url("../../images/elements/bg-texture-overlay.png"); }
          .bi-slider-tabs .tab-titles li:nth-of-type(2) .tab-small a {
            background-color: rgba(183, 204, 150, 0.75);
            padding: 1rem; }
        .bi-slider-tabs .tab-titles li:nth-of-type(3) .tab-small {
          background-color: #bcc3da;
          background-image: url("../../images/elements/bg-texture-overlay.png"); }
          .bi-slider-tabs .tab-titles li:nth-of-type(3) .tab-small a {
            background-color: rgba(188, 195, 218, 0.75); }
        .bi-slider-tabs .tab-titles li:nth-of-type(4) .tab-small {
          background-color: #d6a384;
          background-image: url("../../images/elements/bg-texture-overlay.png"); }
          .bi-slider-tabs .tab-titles li:nth-of-type(4) .tab-small a {
            background-color: rgba(214, 163, 132, 0.75); }
    .bi-slider-tabs .bi-tab-content {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .bi-slider-tabs .bi-tab-content img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0; }
        .bi-slider-tabs .bi-tab-content img.active {
          visibility: visible; } }
  @media only screen and (min-width: 38em) {
    .bi-slider-tabs .tab-titles {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .bi-slider-tabs .tab-titles li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        background: transparent;
        border-radius: 1rem 1rem 0 0; }
        .bi-slider-tabs .tab-titles li:first-of-type .tab-small, .bi-slider-tabs .tab-titles li:nth-of-type(2) .tab-small, .bi-slider-tabs .tab-titles li:nth-of-type(3) .tab-small, .bi-slider-tabs .tab-titles li:nth-of-type(4) .tab-small {
          background: transparent;
          border-radius: 1rem 1rem 0 0; }
          .bi-slider-tabs .tab-titles li:first-of-type .tab-small a, .bi-slider-tabs .tab-titles li:nth-of-type(2) .tab-small a, .bi-slider-tabs .tab-titles li:nth-of-type(3) .tab-small a, .bi-slider-tabs .tab-titles li:nth-of-type(4) .tab-small a {
            background: transparent;
            border-radius: 1rem 1rem 0 0;
            padding: 1rem 1rem 5vw 1rem; }
            .bi-slider-tabs .tab-titles li:first-of-type .tab-small a:hover h3, .bi-slider-tabs .tab-titles li:nth-of-type(2) .tab-small a:hover h3, .bi-slider-tabs .tab-titles li:nth-of-type(3) .tab-small a:hover h3, .bi-slider-tabs .tab-titles li:nth-of-type(4) .tab-small a:hover h3 {
              color: #472a2c; }
        .bi-slider-tabs .tab-titles li:first-of-type:hover .tab-small {
          background-color: #f2bd98;
          background-image: url("../../images/elements/bg-texture-overlay.png"); }
          .bi-slider-tabs .tab-titles li:first-of-type:hover .tab-small a {
            background-color: rgba(242, 189, 152, 0.75); }
        .bi-slider-tabs .tab-titles li:nth-of-type(2):hover .tab-small {
          background-color: #b7cc96;
          background-image: url("../../images/elements/bg-texture-overlay.png"); }
          .bi-slider-tabs .tab-titles li:nth-of-type(2):hover .tab-small a {
            background-color: rgba(183, 204, 150, 0.75); }
        .bi-slider-tabs .tab-titles li:nth-of-type(3):hover .tab-small {
          background-color: #bcc3da;
          background-image: url("../../images/elements/bg-texture-overlay.png"); }
          .bi-slider-tabs .tab-titles li:nth-of-type(3):hover .tab-small a {
            background-color: rgba(188, 195, 218, 0.75); }
        .bi-slider-tabs .tab-titles li:nth-of-type(4):hover .tab-small {
          background-color: #d6a384;
          background-image: url("../../images/elements/bg-texture-overlay.png"); }
          .bi-slider-tabs .tab-titles li:nth-of-type(4):hover .tab-small a {
            background-color: rgba(214, 163, 132, 0.75); } }

@media only screen {
  .bi-hero:after, .bi-inside-page-hero:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 0;
    height: 5vw;
    width: 100vw;
    background-image: url("../../images/elements/hero-bottom.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .bi-hero:before, .bi-inside-page-hero:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    height: 2vw;
    width: 100vw;
    background-image: url("../../images/elements/bottom-down-no-line.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .bi-inside-page-hero {
    overflow: hidden;
    width: 100vw;
    height: 70vh;
    min-height: 500px;
    max-height: 800px;
    position: relative;
    display: block; } }
  @media only screen and (max-width: 38em) {
    .bi-inside-page-hero {
      height: 50vh;
      min-height: 400px; } }

@media only screen {
    .bi-inside-page-hero .bi-slogan {
      bottom: 3vw; }
    .bi-inside-page-hero img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      -o-object-position: center;
      object-position: center; }
    .bi-inside-page-hero:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: -1px;
      left: 0;
      height: 100%;
      width: 100vw;
      background-image: url("../../images/elements/bottom-down-no-line.png");
      background-repeat: no-repeat;
      background-size: 100% 2vw;
      background-color: rgba(0, 0, 0, 0.35); }
  .bi-landingpage-textblock {
    background: #b7cc96;
    color: #fff;
    padding: 1rem 2rem; }
  .bi-gallery .bi-five-up .bi-item {
    padding: .5rem; }
    .bi-gallery .bi-five-up .bi-item a {
      border: solid 1px #000;
      display: block; }
      .bi-gallery .bi-five-up .bi-item a:hover, .bi-gallery .bi-five-up .bi-item a:focus {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
  .bi-hero-lg {
    display: none; }
  .bi-hero-sm {
    display: block; }
  .largeanimal .bi-page .bi-page-wrapper .bi-bodytext bi-text-envelope .bi-callouts .bi-three-up {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@font-face {
  font-family: 'Mirza-Medium';
  src: url("../fonts/Mirza-Medium.woff2") format("woff2"), url("../fonts/Mirza-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Mirza-SemiBold';
  src: url("../fonts/Mirza-SemiBold.woff2") format("woff2"), url("../fonts/Mirza-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Mirza-Bold';
  src: url("../fonts/Mirza-Bold.woff2") format("woff2"), url("../fonts/Mirza-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Mirza-Regular';
  src: url("../fonts/Mirza-Regular.woff2") format("woff2"), url("../fonts/Mirza-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@media only screen {
  .bi-nomobile {
    display: none !important; }
  .bi-site-header {
    display: block;
    z-index: 5;
    position: relative; }
  .bi-header-wrapper {
    padding: 3rem 0 0 0; }
  .bi-logo-container {
    width: 90%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
    .bi-logo-container a {
      display: block;
      margin: 0 auto; }
      .bi-logo-container a img {
        display: block;
        width: 100%;
        height: auto; }
  .bi-header-contact {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem; }
    .bi-header-contact p {
      margin: 0 0 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
      display: block; }
      .bi-header-contact p br {
        display: none; }
      .bi-header-contact p strong {
        font-size: 1rem;
        display: block;
        border-bottom: solid thin #b7cc96;
        width: 100%;
        text-align: center;
        margin-right: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 0.25rem;
        line-height: 1;
        color: #d6a384;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 0.75rem;
        margin-bottom: 0.25rem;
        height: 1.25rem; } }
      @media only screen and (max-width: 600px) {
        .bi-header-contact p strong {
          font-size: .9rem; } }

@media only screen {
      .bi-header-contact p span {
        display: inline-block;
        margin: 0;
        -ms-flex-preferred-size: content;
        flex-basis: content;
        text-align: left; }
        .bi-header-contact p span strong, .bi-header-contact p span br {
          display: none; }
        .bi-header-contact p span span {
          margin: 0; }
        .bi-header-contact p span i {
          display: inline-block;
          margin-right: 0.15em;
          margin-left: 0.5rem;
          opacity: 0.7;
          color: #d09571; } }
        @media only screen and (min-width: 1088px) {
          .bi-header-contact p span i {
            margin-left: -1.5rem; } }

@media only screen {
        .bi-header-contact p span a {
          text-decoration: none;
          font-size: 1rem;
          color: #d09571;
          display: block;
          padding-left: 1rem; }
          .bi-header-contact p span a:hover {
            -webkit-filter: brightness(105%);
            filter: brightness(105%); }
  .bi-socialmedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0.5rem 0; }
    .bi-socialmedia nav {
      text-align: center; }
      .bi-socialmedia nav a {
        font-size: 1.5rem;
        margin: .5rem;
        color: #b7cc96;
        display: inline-block;
        width: 1.5rem; }
        .bi-socialmedia nav a:hover, .bi-socialmedia nav a:focus {
          color: #f2bd98; }
        .bi-socialmedia nav a .facebook {
          position: relative;
          width: 100%;
          display: inline-block;
          top: -3px; }
          .bi-socialmedia nav a .facebook path {
            fill: #b7cc96; }
          .bi-socialmedia nav a .facebook:hover path {
            fill: #f2bd98; }
        .bi-socialmedia nav a .twitter {
          position: relative;
          width: 100%;
          display: inline-block;
          top: -3px; }
          .bi-socialmedia nav a .twitter path {
            fill: #b7cc96; }
          .bi-socialmedia nav a .twitter:hover path {
            fill: #f2bd98; }
        .bi-socialmedia nav a .youtube {
          position: relative;
          width: 100%;
          display: inline-block;
          top: -3px; }
          .bi-socialmedia nav a .youtube path {
            fill: #b7cc96; }
          .bi-socialmedia nav a .youtube:hover path {
            fill: #f2bd98; }
        .bi-socialmedia nav a .google {
          position: relative;
          width: 100%;
          display: inline-block;
          top: -3px; }
          .bi-socialmedia nav a .google path {
            fill: #b7cc96; }
          .bi-socialmedia nav a .google:hover path {
            fill: #f2bd98; }
        .bi-socialmedia nav a .pinterest {
          position: relative;
          width: 100%;
          display: inline-block;
          top: -3px; }
          .bi-socialmedia nav a .pinterest path {
            fill: #b7cc96; }
          .bi-socialmedia nav a .pinterest:hover path {
            fill: #f2bd98; }
        .bi-socialmedia nav a .instagram {
          position: relative;
          width: 100%;
          display: inline-block;
          top: -3px; }
          .bi-socialmedia nav a .instagram path {
            fill: #b7cc96; }
          .bi-socialmedia nav a .instagram:hover path {
            fill: #f2bd98; }
        .bi-socialmedia nav a .nextdoor {
          position: relative;
          width: 100%;
          display: inline-block;
          top: -3px; }
          .bi-socialmedia nav a .nextdoor path {
            fill: #b7cc96; }
          .bi-socialmedia nav a .nextdoor:hover path {
            fill: #f2bd98; }
        .bi-socialmedia nav a .yelp {
          position: relative;
          width: 100%;
          display: inline-block;
          top: -3px; }
          .bi-socialmedia nav a .yelp path {
            fill: #b7cc96; }
          .bi-socialmedia nav a .yelp:hover path {
            fill: #f2bd98; } }

@media only screen {
  .bi-nav-container-slider {
    display: none; }
  .bi-nav-container {
    display: block;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: solid 2px white; }
  .bi-nav-controllers {
    display: block;
    width: 100vw;
    background: #d6a384; }
    .bi-nav-controllers p {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .bi-nav-controllers p button {
        width: 50%;
        float: left;
        margin: 0;
        padding: 0;
        line-height: 3;
        text-align: center;
        font-weight: bolder;
        color: #b7cc96;
        font-family: "Mirza-SemiBold";
        border: 0;
        border-radius: 0;
        text-transform: uppercase;
        font-size: 1em;
        cursor: pointer; }
        .bi-nav-controllers p button#bi-nav-controller {
          background: rgba(255, 255, 255, 0);
          color: white; }
          .bi-nav-controllers p button#bi-nav-controller:hover {
            background: rgba(255, 255, 255, 0.2); }
        .bi-nav-controllers p button.bi-contact-controller {
          background: #f2bd98;
          color: white; }
          .bi-nav-controllers p button.bi-contact-controller:hover {
            background: #f8dac5; }
  .bi-main-nav {
    display: block;
    width: 100vw;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    left: -100vw; } }
  @media only screen and (max-width: 50em) {
    .bi-main-nav {
      padding-top: 1rem; } }
  @media only screen and (max-width: 68em) {
    .bi-main-nav {
      -webkit-transition: left 300ms ease-in;
      -o-transition: left 300ms ease-in;
      transition: left 300ms ease-in;
      background: white; }
      .bi-main-nav.bi-main-nav-out {
        left: 0;
        -webkit-transition: left 300ms ease-out;
        -o-transition: left 300ms ease-out;
        transition: left 300ms ease-out; }
      .bi-main-nav:focus-within {
        left: 0;
        -webkit-transition: left 300ms ease-out;
        -o-transition: left 300ms ease-out;
        transition: left 300ms ease-out; } }

@media only screen {
  .bi-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none; }
    .bi-nav li {
      width: 100%;
      border-bottom: thin solid #e99154; }
      .bi-nav li:last-child {
        border-bottom: 0; }
      .bi-nav li a, .bi-nav li button {
        display: block;
        width: 100%;
        border-radius: 0;
        line-height: 1.25;
        border: 0;
        padding: 0.25rem 0.75rem;
        color: #472a2c;
        font-size: 1rem;
        text-align: left;
        background: transparent;
        margin: 0;
        font-family: "Mirza-Bold";
        text-transform: uppercase; }
        .bi-nav li a:hover, .bi-nav li a:focus, .bi-nav li a.on, .bi-nav li button:hover, .bi-nav li button:focus, .bi-nav li button.on {
          color: #f2bd98;
          background: rgba(255, 255, 255, 0.2); }
      .bi-nav li a:focus ~ ul {
        height: auto;
        opacity: 1;
        display: block;
        top: 3em;
        z-index: 1; }
      .bi-nav li ul:focus-within {
        height: auto;
        top: 3em;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        opacity: 1; }
  .bi-subnav li {
    border: 0; }
    .bi-subnav li:first-child {
      border-top: thin solid #f2bd98; }
    .bi-subnav li a {
      background: transparent;
      padding-left: 2rem;
      position: relative;
      color: #472a2c;
      font-family: "Mirza-Regular";
      text-transform: capitalize; }
      .bi-subnav li a:hover, .bi-subnav li a:focus, .bi-subnav li a.on {
        color: #f2bd98; } }

@media only screen {
  .bi-sidebar {
    padding: 1rem 1rem 1rem 1rem;
    text-align: left; }
    .bi-sidebar .bi-sidebar-envelope {
      text-align: left; }
      .bi-sidebar .bi-sidebar-envelope h3 {
        text-transform: uppercase;
        letter-spacing: 1pt;
        margin-top: 0;
        text-align: center;
        border-bottom: solid 1px #f2bd98; } }
  @media only screen and (max-width: 38em) {
    .bi-sidebar .bi-sidenav-wrap {
      display: none; } }

@media only screen {
    .bi-sidebar .bi-button {
      display: block; }
    .bi-sidebar .bi-testimonials {
      margin-top: 2rem; }
  .bi-side-nav {
    border-radius: 1rem;
    margin-bottom: 2rem;
    background-color: #d6a384;
    overflow: auto;
    padding: 1rem; }
    .bi-side-nav h2 {
      margin: 0;
      padding: 0;
      font-family: "Mirza-Bold";
      font-size: 1.25rem;
      text-transform: lowercase;
      color: white; }
      .bi-side-nav h2 a, .bi-side-nav h2 span {
        display: block;
        padding: 0.5em 1rem;
        text-decoration: none;
        text-align: left;
        color: white; }
    .bi-side-nav ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
      margin: 0;
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .bi-side-nav ul li {
        width: 100%; }
        .bi-side-nav ul li a {
          display: block;
          background: rgba(255, 255, 255, 0);
          color: white;
          -webkit-transition: background 0.2s ease-in-out;
          -o-transition: background 0.2s ease-in-out;
          transition: background 0.2s ease-in-out;
          padding: 0.75rem 1rem 0.3rem 1rem;
          text-decoration: none;
          line-height: 1.1;
          text-align: left;
          border-radius: 2rem;
          font-family: "Mirza-Regular"; }
          .bi-side-nav ul li a:hover, .bi-side-nav ul li a:focus {
            color: #472a2c;
            background: rgba(255, 255, 255, 0.5); }
          .bi-side-nav ul li a.on {
            color: #472a2c;
            background: #b7cc96; }
  .bi-side-content {
    margin-top: 2rem;
    display: block; }
    .bi-side-content figure {
      margin-bottom: 1em; }
      .bi-side-content figure:last-of-type {
        margin-bottom: 0; }
      .bi-side-content figure img {
        width: 100%;
        height: auto;
        display: inline-block; } }

@media only screen and (max-width: 38em) {
  .bi-side-nav {
    display: none; } }

@media only screen {
  .bi-site-footer {
    display: block;
    width: 100%;
    padding: 0;
    background-color: #472a2c;
    background-image: url("../../images/elements/black-paper.png");
    background-repeat: repeat;
    color: #e7e5e0; }
    .bi-site-footer:before {
      content: "";
      position: relative;
      display: block;
      width: 100%;
      top: -1px;
      height: 3vw;
      background-image: url("../../images/elements/bottom-down-no-line.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center top; }
    .bi-site-footer .bi-container {
      padding: 1rem; }
    .bi-site-footer h2 {
      font-size: 1.5rem;
      border-bottom: solid thin #e7e5e0;
      margin-bottom: 0.75rem;
      line-height: 1; }
    .bi-site-footer a {
      color: #b7cc96; }
      .bi-site-footer a:hover, .bi-site-footer a:focus {
        color: #f2bd98; }
    .bi-site-footer .bi-button {
      color: #472a2c; }
      .bi-site-footer .bi-button:hover, .bi-site-footer .bi-button:focus {
        color: #97595e; }
  .bi-contact-info {
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 1rem; }
    .bi-contact-info address br {
      display: none; }
    .bi-contact-info address span {
      margin-bottom: 0.5rem;
      display: block; }
    .bi-contact-info address .google {
      max-width: 1.5rem; }
      .bi-contact-info address .google svg {
        fill: #f2bd98; }
        .bi-contact-info address .google svg:hover, .bi-contact-info address .google svg:focus {
          fill: white; }
    .bi-contact-info .bi-phone a {
      padding-left: 2rem;
      display: block; }
      .bi-contact-info .bi-phone a .fa {
        width: 1rem;
        margin-left: -2rem;
        margin-right: 1rem; }
    .bi-contact-info .bi-fax {
      padding-left: 2rem;
      display: block; }
      .bi-contact-info .bi-fax .fa {
        width: 1rem;
        margin-left: -2rem;
        margin-right: 1rem; }
    .bi-contact-info .bi-address {
      margin-bottom: 0.25em; }
      .bi-contact-info .bi-address a {
        padding-left: 2rem;
        display: block; }
        .bi-contact-info .bi-address a br {
          display: block; }
        .bi-contact-info .bi-address a .fa {
          width: 1rem;
          margin-left: -2rem;
          margin-right: 1rem;
          font-size: 1.15rem;
          top: 4px;
          position: relative; }
    .bi-contact-info .bi-email a {
      padding-left: 2rem;
      display: block; }
      .bi-contact-info .bi-email a .fa {
        width: 1rem;
        margin-left: -2rem;
        margin-right: 1rem; }
  .bi-contact-info, .bi-hours, .bi-map-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; }
  .bi-hours h3 {
    font-size: 1rem;
    font-family: "Mirza-Bold";
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: -0.5rem; }
  .bi-map span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .bi-map h3 {
    margin-bottom: 0;
    margin-top: 0.25rem; }
    .bi-map h3 a {
      font-size: 1.25rem;
      padding-left: 0;
      line-height: 1;
      text-transform: uppercase;
      color: #b7cc96;
      text-decoration: none !important; }
  .bi-map p {
    margin-bottom: 0; }
  .bi-map .gm-ui-hover-effect {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    top: 0 !important;
    right: 0 !important; }
    .bi-map .gm-ui-hover-effect img {
      width: 20px !important;
      height: 20px !important;
      margin: 4px !important; }
  .bi-map br {
    display: none; }
  .bi-map .bi-phone {
    position: relative;
    font-size: 1.25em; }
    .bi-map .bi-phone:before {
      content: "\f095";
      font-family: 'fontawesome';
      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: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: absolute;
      margin-right: 0.5em;
      width: 1.5em;
      height: 1rem;
      font-size: 1rem;
      top: -2px;
      text-align: left;
      color: #b7cc96;
      opacity: 0.8;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .bi-map .bi-address {
    position: relative;
    font-size: 1.25em;
    margin-bottom: 0.25em; }
    .bi-map .bi-address:before {
      content: "\f041";
      font-family: 'fontawesome';
      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: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: absolute;
      margin-right: 0.5em;
      width: 1.5em;
      height: 1rem;
      font-size: 1rem;
      text-align: left;
      color: #b7cc96;
      opacity: 0.8;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .bi-map strong {
    display: none; }
  .bi-map a {
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding-left: 1.5rem;
    opacity: 1;
    position: relative; }
    .bi-map a:hover {
      text-decoration: underline; } }
  @media only screen and (max-width: 50em) {
    .bi-map a {
      font-size: 0.8em; } }

@media only screen {
  .bi-site-footer .bi-buttons {
    text-align: center; }
  .bi-site-footer .bi-footer-logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .bi-footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .bi-footer-logos a {
      -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
      width: 150px;
      max-width: 150px;
      margin: 1rem;
      max-height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #e7e5e0;
      background-image: url("../../images/elements/bg-texture-overlay.png");
      background-repeat: repeat;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
      border-radius: 1rem;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0.5rem; }
      .bi-footer-logos a img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        display: block; }
  .bi-copyright {
    padding: 1rem; }
    .bi-copyright p {
      margin: 0;
      text-align: center; } }
