/*!
Theme Name: Civil Rights Trail
Theme URI: http://www.
Author: Joe Tan (Openbox9)

DO NOT EDIT style.css DIRECTLY. 

Use style.scss.
*/
:root {
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth, 0));
  --mobile-header-width: 200px;
  --header-alt-layout-padding-top: 2em;
  --blockMargin: 10.5rem;
}

@media screen and (max-width: 767px) {
  :root {
    --blockMargin: 7.875rem;
  }
}

@font-face {
  font-family: MARTIN;
  src: url(fonts/MARTIN-Regular.otf) format("opentype");
  font-weight: 800;
}

@font-face {
  font-family: MARTIN;
  src: url(fonts/MARTIN-Regular.otf) format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: MARTIN;
  src: url(fonts/MARTIN-Regular.otf) format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: MARTIN;
  src: url(fonts/MARTIN-Regular.otf) format("opentype");
  font-weight: 400;
}

/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: news-gothic-std, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  color: #231F20;
  text-align: left;
  min-width: 320px;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #231F20;
}

body {
  padding: 0 0 0px 0;
  background: #fff;
}

body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

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

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: news-gothic-std, sans-serif;
}

.text-serif {
  font-family: Times, serif;
}

.text-headline {
  font-family: MARTIN, news-gothic-std, sans-serif;
}

.text-cursive {
  font-family: cursive;
}

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

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

.text-capitalize {
  text-transform: capitalize;
}

.text-aligncenter,
.text-center {
  text-align: center;
}

.text-alignright,
.text-right {
  text-align: right;
}

.text-alignleft,
.text-left {
  text-align: left;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #231F20;
}

.text-red {
  color: #EE3162;
}

.text-green {
  color: green;
}

.text-blue {
  color: #0AA4DE;
}

.text-light-blue {
  color: blue;
}

.text-orange {
  color: #FCB040;
}

.text-yellow {
  color: yellow;
}

.text-navy-blue {
  color: navy;
}

.text-teal {
  color: teal;
}

.text-purple {
  color: #B380B8;
}

.text-gray {
  color: #CBCBCB;
}

.text-silver {
  color: silver;
}

.text-dark-gray {
  color: gray;
}

.text-nowrap {
  white-space: nowrap;
}

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

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img.circle {
  border-radius: 50%;
}

img,
a > img {
  border: 0;
}

a {
  color: #FCB040;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  text-decoration: underline;
}

a.more {
  white-space: nowrap;
}

iframe {
  max-width: 100%;
}

.fb_iframe_widget iframe {
  max-width: none;
}

.clickable {
  cursor: pointer;
}

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

th, td {
  border: 0;
}

.toggle {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .mobile-only, .desktop-hide {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hide, .desktop-only {
    display: none !important;
  }
}

.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%;
}

.has-background.has-red-background-color {
  background-color: #EE3162;
}

.has-background.has-blue-background-color {
  background-color: #0AA4DE;
}

.has-background.has-orange-background-color {
  background-color: #FCB040;
}

.has-background.has-purple-background-color {
  background-color: #B380B8;
}

.has-background.has-black-background-color {
  background-color: #231F20;
}

.has-background.has-gray-background-color {
  background-color: #CBCBCB;
}

.has-background.has-light-gray-background-color {
  background-color: #F2F2F2;
}

.has-background.has-white-background-color {
  background-color: #fff;
}

.has-text-color.has-red-color {
  color: #EE3162;
}

.has-text-color.has-blue-color {
  color: #0AA4DE;
}

.has-text-color.has-orange-color {
  color: #FCB040;
}

.has-text-color.has-purple-color {
  color: #B380B8;
}

.has-text-color.has-black-color {
  color: #231F20;
}

.has-text-color.has-gray-color {
  color: #CBCBCB;
}

.has-text-color.has-light-gray-color {
  color: #F2F2F2;
}

.has-text-color.has-white-color {
  color: #fff;
}

input[type="submit"],
input[type="button"],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: .75rem 1.5rem;
  font-family: news-gothic-std, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #FCB040;
  color: #231F20;
  background-clip: padding-box;
  border: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input[type="submit"] > span,
input[type="button"] > span,
button > span,
.button > span,
.btn > span {
  margin-left: 5px;
}

input[type="submit"].aligncenter, input[type="submit"].center,
input[type="button"].aligncenter,
input[type="button"].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center,
.btn.aligncenter,
.btn.center {
  display: block;
  max-width: 250px;
  margin: 0 auto 1em;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover,
.btn:hover {
  background: #0AA4DE;
  color: white;
  text-decoration: none;
}

input[type="submit"].loading:after,
input[type="button"].loading:after,
button.loading:after,
.button.loading:after,
.btn.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: ' ';
  -webkit-animation: loading 1s steps(19) infinite;
  animation: loading 1s steps(19) infinite;
}

input[type="submit"].done,
input[type="button"].done,
button.done,
.button.done,
.btn.done {
  cursor: default;
  color: #555;
  border-color: #555;
}

input[type="submit"].done:hover,
input[type="button"].done:hover,
button.done:hover,
.button.done:hover,
.btn.done:hover {
  color: #555;
  background: none;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial,sans-serif;
  background: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  line-height: 1;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
}

textarea {
  width: 100%;
}

/*
Styles loaded into backend Gutenberg admin and front end
*/
.has-padding-top {
  padding-top: calc(var(--blockMargin, 10.5rem) * 1) !important;
}

.has-padding-bottom {
  padding-bottom: calc(var(--blockMargin, 10.5rem) * 1) !important;
}

.has-no-padding-top {
  padding-top: 0 !important;
}

.has-no-padding-bottom {
  padding-bottom: 0 !important;
}

.has-margin-top {
  margin-top: calc(var(--blockMargin, 10.5rem) * 1) !important;
}

.has-margin-bottom {
  margin-bottom: calc(var(--blockMargin, 10.5rem) * 1) !important;
}

.has-half-margin-top {
  margin-top: calc(var(--blockMargin, 5.25rem) * 0.5) !important;
}

.has-half-margin-bottom {
  margin-bottom: calc(var(--blockMargin, 5.25rem) * 0.5) !important;
}

.has-neg-margin-top {
  margin-top: calc(var(--blockMargin, -10.5rem) * -1) !important;
}

.has-neg-margin-bottom {
  margin-bottom: calc(var(--blockMargin, -10.5rem) * -1) !important;
}

.has-neg-half-margin-top {
  margin-top: calc(var(--blockMargin, -5.25rem) * -0.5) !important;
}

.has-neg-half-margin-bottom {
  margin-bottom: calc(var(--blockMargin, -5.25rem) * -0.5) !important;
}

.has-no-margin-top {
  margin-top: 0 !important;
}

.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-auto-margin-horizontal {
  margin-left: auto !important;
  margin-right: auto !important;
}

.has-max-width-400 {
  max-width: 400px;
}

.has-max-width-400.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-500 {
  max-width: 500px;
}

.has-max-width-500.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-600 {
  max-width: 600px;
}

.has-max-width-600.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-700 {
  max-width: 700px;
}

.has-max-width-700.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-800 {
  max-width: 800px;
}

.has-max-width-800.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-900 {
  max-width: 900px;
}

.has-max-width-900.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1000 {
  max-width: 1000px;
}

.has-max-width-1000.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1100 {
  max-width: 1100px;
}

.has-max-width-1100.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1200 {
  max-width: 1200px;
}

.has-max-width-1200.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.query-posts.three-across {
  --gap: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.query-posts.three-across > .hentry {
  margin-top: var(--gap);
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .query-posts.three-across {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
  .query-posts.three-across > .hentry {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .query-posts.three-across > .hentry {
    width: calc(50% - 2em);
  }
}

@media screen and (min-width: 1024px) {
  .query-posts.three-across > .hentry {
    width: calc(33.333% - 1.5em);
  }
}

.hentry {
  position: relative;
}

.hentry .more {
  display: block;
  margin: 1.5em 0 0;
  line-height: 1;
}

.hentry .more a {
  display: inline-block;
  color: inherit;
  padding: 1rem 1.75rem;
  color: #fff;
  background: #EE3162;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}

.hentry .more a:hover {
  background: #EE3162;
  color: white;
}

.hentry.empty {
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hentry.title h5, .hentry.title .h5 {
  padding-left: 36px;
  font-family: news-gothic-std, sans-serif;
  font-size: 1rem;
}

.hentry.title .block-title {
  text-transform: none;
  margin-top: 0;
  font-family: news-gothic-std, sans-serif;
  font-size: 1.5rem;
}

.hentry.title .block-title > a {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}

.hentry.title .block-title > a:before, .hentry.title .block-title > a:after {
  content: ' ';
  display: block;
  position: absolute;
  top: -.1em;
  left: 0;
  height: 28px;
  background: currentColor;
}

.hentry.title .block-title > a:before {
  width: 28px;
  -webkit-clip-path: polygon(calc(50% - 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) calc(50% - 2px), 100% calc(50% - 2px), 100% calc(50% + 2px), calc(50% + 2px) calc(50% + 2px), calc(50% + 2px) 100%, calc(50% - 2px) 100%, calc(50% - 2px) calc(50% + 2px), 0% calc(50% + 2px), 0% calc(50% - 2px), calc(50% - 2px) calc(50% - 2px));
          clip-path: polygon(calc(50% - 2px) 0, calc(50% + 2px) 0, calc(50% + 2px) calc(50% - 2px), 100% calc(50% - 2px), 100% calc(50% + 2px), calc(50% + 2px) calc(50% + 2px), calc(50% + 2px) 100%, calc(50% - 2px) 100%, calc(50% - 2px) calc(50% + 2px), 0% calc(50% + 2px), 0% calc(50% - 2px), calc(50% - 2px) calc(50% - 2px));
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

.hentry.title .block-title > a:after {
  /*
				
				background:url(images/arrow-right.svg) no-repeat 70% 50%;
				background-size:contain;
				
				*/
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 14px;
  height: 28px;
  left: 7px;
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
  -webkit-clip-path: polygon(63% 50%, 0% 90%, 20% 100%, 100% 50%, 20% 0%, 0% 10%);
          clip-path: polygon(63% 50%, 0% 90%, 20% 100%, 100% 50%, 20% 0%, 0% 10%);
  opacity: 0;
}

.hentry.title .block-title > a:hover:before {
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hentry.title .block-title > a:hover:after {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
}

.hentry.location-excerpt {
  position: relative;
}

.hentry.location-excerpt .block-thumbnail {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 0 76.92308%;
  margin: 0 0 .5em;
  background: rgba(252, 176, 64, 0.1);
  overflow: hidden;
}

.hentry.location-excerpt .block-thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.7s ease-in-out !important;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.7s ease-in-out !important;
  transition: opacity 0.5s ease-in-out, transform 0.7s ease-in-out !important;
  transition: opacity 0.5s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out !important;
}

.hentry.location-excerpt .block-title {
  position: relative;
  z-index: 3;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: title;
  margin: 0;
  padding: 0 15% 0 0;
  font-size: 2rem;
  line-height: .85;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.hentry.location-excerpt .block-title a {
  display: block;
  text-decoration: none;
}

.hentry.location-excerpt .block-year {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: year;
  position: relative;
  z-index: 3;
  margin: 5px 0 0;
  padding: 0;
  line-height: 1;
}

.hentry.location-excerpt .block-content {
  grid-area: excerpt;
  padding: .75em 0 0;
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}

.hentry.location-excerpt:hover .block-thumbnail img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.hentry.location-card {
  position: relative;
  padding: 0 0 1em;
}

.hentry.location-card .block-thumbnail {
  position: relative;
  display: block;
  padding: 0 0 146.66667%;
  background: rgba(252, 176, 64, 0.1);
}

.hentry.location-card .block-thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.hentry.location-card .block-title {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 100%;
  min-width: 80%;
  left: 50%;
  margin: -2em 0 0;
  padding: 1em .5em;
  line-height: 1;
  background: #FCB040;
  color: #231F20;
  text-align: center;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  font-size: 2rem;
}

.hentry.location-card .block-title a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .hentry.location-card .block-title {
    margin-top: -2.25em;
    width: 300px;
    padding: .5em .25em;
    font-size: 1.5rem;
    line-height: .8;
  }
}

.hentry.location-map {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hentry.location-map.list {
  margin: 0 0 2em;
  padding: 0.5em;
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.hentry.location-map.list.selected {
  border-color: #FCB040;
}

.hentry.location-map .block-thumbnail {
  display: block;
  position: relative;
  padding: 0 0 100%;
  margin: 0 0 1em;
  background: rgba(252, 176, 64, 0.1);
}

.hentry.location-map .block-thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.hentry.location-map .block-title {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  color: #231F20;
}

.hentry.location-map .block-title a {
  text-decoration: none;
}

.hentry.location-map .block-cta {
  margin: .2em 0 0;
}

.hentry.location-map.info-window .block-title {
  font-size: 2em;
}

.hentry.search {
  margin: 0 0 2em;
}

.hentry.search .url {
  font-size: .8em;
  color: gray;
}

#header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
}

body.admin-bar #header {
  border-top: 32px solid #fff;
}

@media screen and (max-width: 782px) {
  body.admin-bar #header {
    border-top-width: 46px;
  }
}

#header .layout {
  --logo-width: 240px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100vw - 1200px) / 2) var(--logo-width, 200px) 1fr auto calc((100vw - 1200px) / 2);
      grid-template-columns: calc((100vw - 1200px) / 2) var(--logo-width, 200px) 1fr auto calc((100vw - 1200px) / 2);
  -ms-grid-rows: 50px auto 45px;
      grid-template-rows: 50px auto 45px;
      grid-template-areas: ". logo . . ." ". logo menu toggle ." ". logo . . .";
  /*
        @media screen and (max-width:$menu-breakpoint) {
            --logo-width:150px;
            grid-template-rows: 25px auto 30px;
            grid-template-areas:
                ". logo . . ."
                ". logo toggle toggle ."
                ". . menu menu menu"
        }
        @media screen and (max-width: 500px) {
            grid-template-areas:
                ". logo . . ."
                ". logo toggle toggle ."
                "menu menu menu menu menu";
        }
        */
}

@media screen and (max-width: 1324.13793px) {
  #header .layout {
    -ms-grid-columns: 4.6875vw var(--logo-width, 200px) 1fr auto 4.6875vw;
        grid-template-columns: 4.6875vw var(--logo-width, 200px) 1fr auto 4.6875vw;
  }
}

#header .block-shim {
  display: block;
  position: relative;
}

#header #shim1 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 6;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
  background: #231F20;
}

#header #shim1:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/texture2.png) repeat-x 50% 50%;
  background-size: auto 400px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

#header #shim2 {
  -ms-grid-column: 5;
      grid-column-start: 5;
  grid-column-end: 6;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
  background: #231F20;
}

#header #shim3 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
  background: #FCB040;
}

#header .block-logo {
  position: relative;
  z-index: 2001;
  -ms-grid-row: 1;
  -ms-grid-row-span: 8;
  -ms-grid-column: 1;
  grid-area: logo;
  padding: 2em 2em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*
        &:before {
            content:' ';
            display:block;
            position:absolute;
            top:0;
            right:100%;
            height:100%;
            width:calc(((100vw - 1200px) / 2) + 1px);
            background:inherit;
            @media screen and (max-width: ($max-page-width / ( 1 - ($gutter * 2) ))) {
                width: ($gutter * 100vw);
            }
        }
        */
  /*
        @media screen and (max-width: ($menu-breakpoint)) {
            padding:1em 1em 1em 0;
            
        }
        */
}

#header .block-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 215px;
  height: 100%;
}

#header .block-logo a img {
  display: block;
}

#header .block-menu {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  grid-area: menu;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0;
  background: #231F20;
  color: #fff;
}

#header .block-menu > ul {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

body.search-on #header .block-menu > ul {
  opacity: 0;
}

#header .block-social {
  display: none;
}

#header .block-toggle {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: toggle;
  z-index: 1;
  background: #231F20;
  color: #FCB040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0.75em 0 0.75em 3em;
}

#header .block-toggle .toggle {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 30px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #header .block-toggle {
    padding: 1.5em 0 1.5em 3em;
  }
  #header .block-toggle .toggle.menu {
    display: none;
    z-index: -1;
    opacity: 0;
  }
}

#header .block-search {
  position: relative;
  z-index: 1;
  padding: 0;
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  grid-area: menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out, padding 0.5s ease-in-out;
}

body.search-on #header .block-search {
  padding: 0 2em;
  max-width: 100%;
}

#header .block-search input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  margin: 0 0.5em 0 0;
  color: white;
  border: 0;
  padding: 0.2em;
  border-bottom: 2px solid currentColor;
  background: none;
  outline: 0;
}

#header .language-switcher {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #header .language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 1em;
  }
  #header .language-switcher .language-name {
    font-size: 1.25em;
  }
}

#header .language-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Rounded sliders */
}

@media screen and (max-width: 767px) {
  #header .language-toggle {
    margin-top: 10px;
    width: 70px;
  }
}

#header .language-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

#header .language-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header .language-toggle .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header .language-toggle input[data-translation="es_MX"] + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #FCB040;
}

#header .language-toggle input[data-translation="es_MX"] + .slider {
  background-color: #ccc;
}

#header .language-toggle .slider.round {
  border-radius: 34px;
}

#header .language-toggle .slider.round:before {
  border-radius: 50%;
}

#header .block-menu-search {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

#header .block-menu-search input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  margin: 0 0.5em 0 0;
  color: white;
  border: 0;
  padding: 0.2em;
  border-bottom: 2px solid currentColor;
  background: none;
  outline: 0;
}

#header .block-menu-search button {
  font-size: 1rem;
}

body.menu-on #header .block-menu-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .toggle.menu {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
}

#header .toggle.menu .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0px 0 0;
  width: 35px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  margin-left: 2px;
}

#header .toggle.menu .icon > span {
  display: block;
  background: currentColor;
  width: 100%;
  height: 4px;
  border-radius: 5px;
}

#header .toggle.menu:before, #header .toggle.menu:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 4px;
  margin: -2px 0 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  background: currentColor;
  border-radius: 5px;
}

#header .toggle.menu:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header .toggle.menu:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

body.menu-on #header .toggle.menu .icon {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.menu-on #header .toggle.menu:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 1;
}

body.menu-on #header .toggle.menu:after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #header .layout {
    --logo-width: 265px;
        grid-template-areas: ". logo . . ." ". logo menu toggle toggle" ". logo . . ." ". logo . . .";
    -ms-grid-rows: 1fr auto 1fr 45px;
        grid-template-rows: 1fr auto 1fr 45px;
  }
}

@media screen and (max-width: 767px) and (max-width: 450px) {
  #header .layout {
    --logo-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  #header .block-logo {
    padding-top: calc(var(--header-alt-layout-padding-top) / 2);
    padding-right: 0;
  }
  #header .block-logo a {
    background: url(images/logo-orange.png) no-repeat 50% 50%;
    background-size: contain;
  }
  #header .block-logo a img {
    opacity: 0;
  }
  #header .block-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #231F20;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.admin-bar #header .block-menu {
    padding-top: 32px;
  }
}

@media screen and (max-width: 767px) and (max-width: 782px) {
  body.admin-bar #header .block-menu {
    padding-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  #header #shim1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-row-end: 4;
  }
  #header #shim1:after {
    opacity: 0.24;
  }
  #header #shim2,
  #header #shim3 {
    display: none;
  }
  #header .block-toggle {
    position: relative;
    z-index: 10;
    background: none;
  }
  #header .block-toggle .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0.6em;
    background: #FCB040;
    color: #231F20;
  }
  #header .block-toggle .toggle.menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    opacity: 1;
  }
  #header .block-toggle .toggle.search {
    display: none;
  }
}

#wrap.header-alt-layout #header .layout {
  --logo-width: 265px;
      grid-template-areas: ". logo . . ." ". logo menu toggle toggle" ". logo . . ." ". logo . . .";
  -ms-grid-rows: 1fr auto 1fr 45px;
      grid-template-rows: 1fr auto 1fr 45px;
}

@media screen and (max-width: 450px) {
  #wrap.header-alt-layout #header .layout {
    --logo-width: 150px;
  }
}

#wrap.header-alt-layout #header .block-logo {
  padding-top: calc(var(--header-alt-layout-padding-top) / 2);
  padding-right: 0;
}

#wrap.header-alt-layout #header .block-logo a {
  background: url(images/logo-orange.png) no-repeat 50% 50%;
  background-size: contain;
}

#wrap.header-alt-layout #header .block-logo a img {
  opacity: 0;
}

#wrap.header-alt-layout #header .block-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231F20;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.admin-bar #wrap.header-alt-layout #header .block-menu {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #wrap.header-alt-layout #header .block-menu {
    padding-top: 46px;
  }
}

#wrap.header-alt-layout #header #shim1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-row-end: 4;
}

#wrap.header-alt-layout #header #shim1:after {
  opacity: 0.24;
}

#wrap.header-alt-layout #header #shim2,
#wrap.header-alt-layout #header #shim3 {
  display: none;
}

#wrap.header-alt-layout #header .block-toggle {
  position: relative;
  z-index: 10;
  background: none;
}

#wrap.header-alt-layout #header .block-toggle .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0.6em;
  background: #FCB040;
  color: #231F20;
}

#wrap.header-alt-layout #header .block-toggle .toggle.menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  opacity: 1;
}

#wrap.header-alt-layout #header .block-toggle .toggle.search {
  display: none;
}

#nav {
  position: relative;
  font-family: MARTIN, news-gothic-std, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #231F20;
}

#nav > ul > li {
  margin: 0 1em;
}

#nav > ul > li > a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #nav > ul {
    display: block;
    padding: 1em;
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) and (max-height: 900px) {
  #nav > ul {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 640px) {
  #nav > ul {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 767px) and (max-width: 500px) {
  #nav > ul {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) and (max-width: 400px) {
  #nav > ul {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  #nav > ul > li {
    margin: 1em 0;
  }
  #nav > ul > li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) and (max-height: 600px) {
  #nav > ul {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  #nav .block-social {
    display: block;
  }
  #nav .block-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nav .block-social ul li {
    margin: 1em;
  }
  #nav .block-social a {
    color: inherit;
  }
  #nav .block-social a svg {
    fill: currentColor;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) and (max-height: 600px) {
  #nav .block-social ul li {
    margin: 0.5em 1em;
  }
  #nav .block-social a svg {
    width: 30px;
    height: 30px;
  }
}

#wrap.header-alt-layout #nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrap.header-alt-layout #nav > ul {
  display: block;
  padding: 1em;
  font-size: 3em;
}

@media screen and (max-height: 900px) {
  #wrap.header-alt-layout #nav > ul {
    padding: 1rem;
  }
}

@media screen and (max-width: 640px) {
  #wrap.header-alt-layout #nav > ul {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  #wrap.header-alt-layout #nav > ul {
    font-size: 2em;
  }
}

@media screen and (max-width: 400px) {
  #wrap.header-alt-layout #nav > ul {
    font-size: 1.5em;
  }
}

#wrap.header-alt-layout #nav > ul > li {
  margin: 1em 0;
}

#wrap.header-alt-layout #nav > ul > li:last-child {
  margin-bottom: 0;
}

@media screen and (max-height: 600px) {
  #wrap.header-alt-layout #nav > ul {
    padding-top: 160px;
  }
}

#wrap.header-alt-layout #nav .block-social {
  display: block;
}

#wrap.header-alt-layout #nav .block-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrap.header-alt-layout #nav .block-social ul li {
  margin: 1em;
}

#wrap.header-alt-layout #nav .block-social a {
  color: inherit;
}

#wrap.header-alt-layout #nav .block-social a svg {
  fill: currentColor;
  width: 40px;
  height: 40px;
}

@media screen and (max-height: 600px) {
  #wrap.header-alt-layout #nav .block-social ul li {
    margin: 0.5em 1em;
  }
  #wrap.header-alt-layout #nav .block-social a svg {
    width: 30px;
    height: 30px;
  }
}

#footer {
  padding: calc(var(--blockMargin, 5.25rem) * 0.5) 0 0;
  color: white;
  background: #231F20;
}

#footer a {
  color: inherit;
}

#footer .layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr 200px;
      grid-template-columns: 200px 1fr 200px;
      grid-template-areas: "logo . social" "logo content social" "logo content ." "logo content atha" "logo contact atha" "logo menu atha" "logo . atha" "logo ob9 .";
  -ms-grid-rows: 0px auto 1.5em 1fr auto auto 1fr 50px;
      grid-template-rows: 0px auto 1.5em 1fr auto auto 1fr 50px;
  -webkit-column-gap: 2em;
          column-gap: 2em;
}

#footer .block-logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 8;
  -ms-grid-column: 1;
  grid-area: logo;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

#footer .block-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 245px;
  width: 100%;
}

#footer .block-logo a img {
  display: block;
  width: 162px;
  height: 245px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

#footer .block-social {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: social;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

#footer .block-social ul, #footer .block-social li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .block-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .block-social ul li {
  margin: 0 5px;
}

#footer .block-social ul a {
  display: block;
}

#footer .block-social ul a:hover {
  color: #FCB040;
}

#footer .block-social svg {
  display: block;
  width: 40px;
  height: 40px;
  stroke: currentColor;
  fill: currentColor;
  stroke-width: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#footer .block-subscribe {
  grid-area: subscribe;
  margin: 0;
}

#footer .block-subscribe label {
  display: block;
  margin: 0 0 1em;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

#footer .block-subscribe .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#footer .block-subscribe .inputs input[type="email"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #8E8E8E;
  padding: 10px;
  background: none;
  color: white;
  border-radius: 0;
  font-size: 16px;
}

#footer .block-subscribe .inputs button {
  padding: .5em 1em;
  margin: 0 0 0 10px;
  background: #8E8E8E;
  color: white;
}

#footer .block-subscribe .inputs button:hover {
  background: #FCB040;
  color: #231F20;
}

#footer .block-content {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: content;
  margin: 0;
  text-align: center;
  opacity: .6;
  font-size: .8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .block-contact {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: contact;
  opacity: .6;
  margin: 1em 0 0;
  text-align: center;
}

#footer .block-menu {
  opacity: .6;
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  grid-area: menu;
}

#footer .block-menu ul, #footer .block-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .block-menu ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .block-menu ul li {
  margin: 0 .5em;
}

#footer .block-menu a {
  text-decoration: underline;
}

#footer .block-menu a:hover {
  text-decoration: none;
}

#footer .block-atha {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 3;
  grid-area: atha;
  margin: 0;
}

#footer .block-atha a {
  display: block;
  max-width: 120px;
  margin: 0 auto;
}

#footer .block-atha a img {
  display: block;
}

#footer .block-openbox9 {
  opacity: .6;
  -ms-grid-row: 8;
  -ms-grid-column: 2;
  grid-area: ob9;
  margin: 0 0;
  text-align: center;
  font-size: .8em;
}

@media screen and (max-width: 900px) {
  #footer .layout {
        grid-template-areas: "subscribe subscribe subscribe subscribe" "social social social social" "content content content content" "menu menu menu menu" "ob9 ob9 ob9 ob9" ". logo atha .";
    -ms-grid-columns: 1fr auto auto 1fr;
        grid-template-columns: 1fr auto auto 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    -webkit-column-gap: 2em;
            column-gap: 2em;
  }
  #footer .block-subscribe {
    margin: 0 0 1.5em 0;
  }
  #footer .block-subscribe .inputs {
    width: 100%;
  }
  #footer .block-subscribe .inputs input[type="email"] {
    width: 100%;
  }
  #footer .block-menu {
    margin: 0 0 2em 0;
  }
  #footer .block-social {
    margin: 0 0 1.5em 0;
  }
  #footer .block-social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .block-openbox9 {
    margin: 0 0 2em;
  }
  #footer .block-logo a {
    height: auto;
  }
  #footer .block-logo a img {
    height: auto;
  }
  #footer .block-atha {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1324.13793px) {
  .wrap {
    margin: 0 4.6875%;
  }
}

.theme-block {
  position: relative;
  margin-top: calc(var(--blockMargin, 10.5rem) * 1);
  margin-bottom: calc(var(--blockMargin, 10.5rem) * 1);
}

.theme-block:first-child {
  margin-top: 0;
}

.theme-block:last-child {
  margin-bottom: 0;
}

.theme-block.full-width {
  left: 50%;
  width: 100vw;
  width: var(--viewportWidth, 100vw);
  margin-left: -50vw;
  margin-left: calc(var(--viewportWidth, 100vw) / -2);
}

body.has-js .appear-on-scroll {
  opacity: 0;
  -webkit-transform: translate(0px, 5.25rem);
          transform: translate(0px, 5.25rem);
}

body.has-js .appear-on-scroll.appear-init {
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

body.has-js .appear-on-scroll.appeared {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

body.has-js img[loading="lazy"] {
  opacity: 0;
}

body.has-js img[loading="lazy"].lazy-init {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body.has-js img[loading="lazy"].loaded {
  opacity: 1;
}

#wrap {
  padding: 300px 0 0;
  /*
    @mixin shift($from, $to) {
        transition:transform $nav-transition;
        transform:translate($from, 0);
        body.menu-on & {
            transform:translate($to, 0);            
        }
    }
    @mixin shift-elements() {
        #header {
            .block-logo,
            .block-toggle,
            .block-shim {
                @include shift(0px, calc(var(--mobile-header-width, 200px) * -1));
                
            }
            .block-menu {
                @include shift(100%, 0%);
            }
        }
        .banner > .wrap > .layout > *,
        .main-content,
        #footer {
            @include shift(0px, calc(var(--mobile-header-width, 200px) * -1));
        }
    }
    @media screen and (max-width:$menu-breakpoint) {        
        @include shift-elements();
    }
    &.header-alt-layout {
        @include shift-elements();
    }

    */
}

body.front-page #wrap {
  padding-top: 130px;
}

@media screen and (max-width: 767px) {
  body.front-page #wrap {
    padding-top: 120px;
  }
}

@media screen and (max-width: 450px) {
  body.front-page #wrap {
    padding-top: 80px;
  }
}

body.has-featured-banner #wrap {
  padding-top: var(--header-alt-layout-padding-top);
}

@media screen and (max-width: 767px) {
  #wrap {
    /*
        .banner > .wrap > .layout > *,
        .main-content,
        #footer {
            @include shift(0px, calc(var(--mobile-header-width, 200px) * -1));
        }
        */
  }
  body.menu-on #wrap #header {
    z-index: 2000;
  }
  body.menu-on #wrap #header .block-menu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#wrap.header-alt-layout {
  /*
        .banner > .wrap > .layout > *,
        .main-content,
        #footer {
            @include shift(0px, calc(var(--mobile-header-width, 200px) * -1));
        }
        */
}

body.menu-on #wrap.header-alt-layout #header {
  z-index: 2000;
}

body.menu-on #wrap.header-alt-layout #header .block-menu {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.main-content {
  position: relative;
  overflow: hidden;
  z-index: 10;
  min-height: 70vh;
  padding: 0 0 calc(var(--blockMargin, 10.5rem) * 1);
}

.main-content .page-blocks {
  max-width: 940px;
  margin: 0 auto;
}

#page-title {
  text-align: center;
  text-transform: uppercase;
  color: #EE3162;
}

body.theme .page-blocks > .has-background:last-child {
  margin-bottom: calc(var(--blockMargin, -10.5rem) * -1);
}

body.theme .has-background + .has-background {
  margin-top: calc(calc(var(--blockMargin, -10.5rem) * -1) - 1px);
}

.theme-block-map {
  text-align: center;
}

.theme-block-map .block-address {
  display: inline-block;
  padding: .5em 2em;
  background: #FCB040;
  font-weight: bold;
  text-align: center;
}

.theme-block-map .block-embed {
  height: 450px;
  background: rgba(35, 31, 32, 0.2);
  border: 4px solid #FCB040;
  border-width: 4px 0;
  text-align: left;
}

.theme-block-related-locations .title {
  margin-bottom: 2.5rem;
  text-align: center;
}

.theme-block-related-posts {
  position: relative;
  padding: calc(var(--blockMargin, 5.25rem) * 0.5) calc(var(--blockMargin, 5.25rem) * 0.5) calc(var(--blockMargin, 7.875rem) * 0.75);
  margin-bottom: calc(var(--blockMargin, 5.25rem) * 0.5);
  background: #F2F2F2;
}

.theme-block-related-posts h2 {
  text-align: center;
}

.theme-block-page-nav {
  position: relative;
}

.theme-block-page-nav .layout {
  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;
}

.theme-block-page-nav a {
  font-weight: bold;
  display: block;
  color: #231F20;
}

.theme-block-page-nav a .icon {
  position: relative;
  display: block;
  width: 2em;
  height: 2.5em;
  margin: 0 auto .15em;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.theme-block-page-nav a .icon:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FCB040;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 70%, 45% 50%, 0% 30%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 70%, 45% 50%, 0% 30%);
}

.theme-block-page-nav a.block-previous .icon:before {
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%, 100% 70%, 55% 50%, 100% 30%);
          clip-path: polygon(100% 0%, 0% 50%, 100% 100%, 100% 70%, 55% 50%, 100% 30%);
}

.theme-block-page-nav a.block-previous:hover .icon {
  -webkit-transform: translate(-3px, 0);
          transform: translate(-3px, 0);
}

.theme-block-page-nav a.block-next .icon:before {
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 70%, 45% 50%, 0% 30%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 70%, 45% 50%, 0% 30%);
}

.theme-block-page-nav a.block-next:hover .icon {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
}

form.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

form.search input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  margin: 0 0.5em 0 0;
  border: 0;
  padding: .2em;
  border-bottom: 2px solid currentColor;
  background: none;
  outline: 0;
}

form.search button {
  font-size: 1rem;
}

body.error404 {
  background: #FCB040;
}

body.error404 .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3em;
  padding-right: 3em;
  margin: -200px 0 0;
}

body.error404 h1 {
  display: block;
  width: 400px;
  height: 400px;
  max-width: 100%;
  background: url(images/404.png) no-repeat 50% 50%;
  background-size: contain;
  text-indent: -10000px;
  overflow: hidden;
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
}

.slick-slider .slick-track:after {
  content: ' ';
  display: block;
  clear: both;
}

.slick-slider .slick-slide {
  display: block;
  white-space: normal;
}

.slick-arrow {
  cursor: pointer;
}

.slick-arrow .icon {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slick-arrow.next:hover .icon.arrow-right {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
}

.slick-arrow.prev:hover .icon.arrow-left {
  -webkit-transform: translate(-3px, 0);
          transform: translate(-3px, 0);
}

.slick-dots {
  display: block;
  margin: 1em 0.5em 0 0.5em;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 .5em .5em 0;
}

.slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  background: rgba(203, 203, 203, 0.8);
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #EE3162;
}

.banner {
  margin: 0 0 calc(var(--blockMargin, 8.4rem) * 0.8);
  overflow: hidden;
}

.banner .layout {
  max-width: 1040px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30%;
      grid-template-columns: auto 30%;
      grid-template-areas: ". image" "title image" "year image";
  -ms-grid-rows: 200px 1fr auto;
      grid-template-rows: 200px 1fr auto;
  -webkit-column-gap: calc(var(--blockMargin, 7.875rem) * 0.75);
          column-gap: calc(var(--blockMargin, 7.875rem) * 0.75);
}

@media screen and (max-width: 1200px) {
  .banner .layout {
    -ms-grid-columns: auto 25%;
        grid-template-columns: auto 25%;
        grid-template-areas: ". ." "title image" "year image";
  }
}

@media screen and (max-width: 940px) {
  .banner .layout {
    -webkit-column-gap: 0;
            column-gap: 0;
    -ms-grid-columns: 1fr 70px;
        grid-template-columns: 1fr 70px;
    -ms-grid-rows: 200px auto auto 1em auto;
        grid-template-rows: 200px auto auto 1em auto;
        grid-template-areas: ". ." "title title" "year year" ". ." "image .";
  }
}

@media screen and (max-width: 767px) {
  .banner .layout {
    -ms-grid-columns: 1fr 50px;
        grid-template-columns: 1fr 50px;
  }
}

.banner .block-title {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: title;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.banner .block-year {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: year;
  font-weight: 600;
  font-size: 1.875rem;
}

.banner .block-image {
  position: relative;
  z-index: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: image;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0 0 calc(var(--blockMargin, 3.15rem) * 0.3);
}

@media screen and (min-width: 941px) {
  .banner .block-image {
    z-index: 1011;
  }
}

.banner .block-image > .image {
  position: relative;
  max-height: 100%;
}

.banner .block-image > .image:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: calc(var(--blockMargin, -3.15rem) * -0.3);
  left: 100%;
  width: 70px;
  height: 200px;
  max-height: calc(100% + calc(var(--blockMargin, 3.15rem) * 0.3));
  background: -webkit-gradient(linear, left bottom, left top, from(#0AA4DE), color-stop(33%, #0AA4DE), color-stop(33%, #B380B8), color-stop(66%, #B380B8), color-stop(66%, #EE3162), to(#EE3162));
  background: linear-gradient(0deg, #0AA4DE 0%, #0AA4DE 33%, #B380B8 33%, #B380B8 66%, #EE3162 66%, #EE3162 100%);
}

@media screen and (max-width: 767px) {
  .banner .block-image > .image:after {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .banner .block-image {
    padding-bottom: calc(var(--blockMargin, 2.1rem) * 0.2);
  }
}

.banner .block-image img {
  display: block;
  position: relative;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .block-texture {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: image;
}

.banner .block-texture:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 calc(var(--blockMargin, 5.25rem) * 0.5) calc(var(--blockMargin, 5.25rem) * 0.5);
  background: url(images/image.svg) 0% 50% no-repeat;
  background-size: cover;
}

.banner #page-title {
  text-align: left;
  color: #231F20;
}

/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap;
}

.posts-nav.max-page-1 {
  display: none;
}

.posts-nav.no-ajax {
  visibility: visible;
}

.posts-nav.ajax-pager {
  visibility: visible;
  text-align: center;
}

.posts-nav:after {
  content: ' ';
  display: block;
  clear: both;
}

.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa;
}

.posts-nav ul li.page_info {
  display: none;
}

.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  text-decoration: none;
  border: 0;
}

.posts-nav ul li a:hover {
  color: white;
  background: #CBCBCB;
}

.posts-nav ul li.active_page {
  color: white;
  background: #EE3162;
}

.posts-nav ul li.active_page a {
  padding: 0.5em 1em;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }
  .posts-nav ul li {
    margin-right: 3px;
  }
}

.posts-nav.ajax-pager {
  text-align: center;
}

.posts-nav.ajax-pager .button.done {
  background: none;
  color: #b7b6bf;
  cursor: default;
}

.posts-nav.ajax-pager .button.done:before {
  content: 'No more posts';
}

.posts-nav.ajax-pager .button.done .text {
  display: none;
}

/* @end */
.wp-block-theme-blocks-hero {
  background: #231F20;
}

.wp-block-theme-blocks-hero .block-slides {
  position: relative;
}

@media screen and (min-width: 2500px) {
  .wp-block-theme-blocks-hero .block-slides {
    width: 2500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-theme-blocks-hero .block-slides .wp-block-theme-blocks-hero-slide {
  float: left;
}

.wp-block-theme-blocks-hero .block-slides:after {
  content: ' ';
  display: block;
  clear: both;
}

.wp-block-theme-blocks-hero .slick-dots {
  position: absolute;
  bottom: calc(var(--blockMargin, 5.25rem) * 0.5);
  left: 4.6875vw;
}

@media screen and (min-width: 1200px) {
  .wp-block-theme-blocks-hero .slick-dots {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-hero .slick-dots {
    bottom: 2em;
  }
}

.wp-block-theme-blocks-hero .block-content {
  position: relative;
  padding: 2em calc(2em + 70px) 2em 2em;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.wp-block-theme-blocks-hero .block-content:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0AA4DE), color-stop(33%, #0AA4DE), color-stop(33%, #B380B8), color-stop(66%, #B380B8), color-stop(66%, #EE3162), to(#EE3162));
  background: linear-gradient(0deg, #0AA4DE 0%, #0AA4DE 33%, #B380B8 33%, #B380B8 66%, #EE3162 66%, #EE3162 100%);
}

@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-hero .block-content {
    position: absolute;
    max-width: 400px;
    bottom: 0;
    right: 0;
  }
}

@media screen and (min-width: 2500px) {
  .wp-block-theme-blocks-hero .block-content {
    right: 50%;
    margin-right: -1250px;
  }
}

@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-hero .block-content {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }
}

.theme-block.wp-block-theme-blocks-hero {
  visibility: hidden;
}

body.no-js .theme-block.wp-block-theme-blocks-hero, .theme-block.wp-block-theme-blocks-hero.initialized {
  visibility: visible;
}

.wp-block-theme-blocks-hero-slide {
  display: block;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.wp-block-theme-blocks-hero-slide .layout {
  display: block;
  position: relative;
}

.wp-block-theme-blocks-hero-slide .block-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
  padding: 200px 0 0;
}

@media screen and (min-width: 2500px) {
  .wp-block-theme-blocks-hero-slide .block-image {
    height: 1000px;
    min-height: 0;
  }
}

.wp-block-theme-blocks-hero-slide .block-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.wp-block-theme-blocks-locations:before, .wp-block-theme-blocks-locations:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
}

.wp-block-theme-blocks-locations:before {
  left: 0;
}

.wp-block-theme-blocks-locations:after {
  right: 0;
}

.wp-block-theme-blocks-locations .block-bg {
  position: absolute;
  z-index: 11;
  top: 0;
  height: 100%;
  width: calc((100vw - 1200px) / 2);
  background: red;
}

@media screen and (max-width: 1324.13793px) {
  .wp-block-theme-blocks-locations .block-bg {
    width: 4.6875vw;
  }
}

.wp-block-theme-blocks-locations .block-bg.left {
  left: 50%;
  margin: 0 0 0 -50vw;
  background: linear-gradient(90deg, white calc(100% - 200px), rgba(255, 255, 255, 0));
}

@media screen and (max-width: 1324.13793px) {
  .wp-block-theme-blocks-locations .block-bg.left {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  }
}

.wp-block-theme-blocks-locations .block-bg.right {
  right: 50%;
  margin: 0 -50vw 0 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white 200px);
}

@media screen and (max-width: 1324.13793px) {
  .wp-block-theme-blocks-locations .block-bg.right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
  }
}

.wp-block-theme-blocks-locations .wrap {
  position: relative;
  z-index: 11;
}

.wp-block-theme-blocks-locations .block-slides {
  position: relative;
  z-index: 10;
}

.wp-block-theme-blocks-locations .hentry .block-thumbnail {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.wp-block-theme-blocks-locations .hentry .block-title {
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 0;
}

.wp-block-theme-blocks-locations .hentry.slick-center {
  z-index: 100;
}

.wp-block-theme-blocks-locations .hentry.slick-center .block-thumbnail {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wp-block-theme-blocks-locations .hentry.slick-center .block-title {
  opacity: 1;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.wp-block-theme-blocks-locations .slick-list {
  overflow: visible;
}

.wp-block-theme-blocks-locations .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.wp-block-theme-blocks-locations .slick-arrow {
  position: relative;
  z-index: 20;
  width: 70px;
  height: 70px;
  background: #F2F2F2;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.wp-block-theme-blocks-locations .slick-arrow:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: currentColor;
}

.wp-block-theme-blocks-locations .slick-arrow.next:before {
  margin-left: 2px;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.wp-block-theme-blocks-locations .slick-arrow.prev:before {
  margin-left: -2px;
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

.wp-block-theme-blocks-locations .slick-arrow:hover {
  background-color: #FCB040;
  color: white;
}

.wp-block-theme-blocks-locations .slick-arrow.slick-disabled, .wp-block-theme-blocks-locations .slick-arrow.slick-hidden {
  opacity: 0;
}

@media screen and (min-width: 1250px) {
  .wp-block-theme-blocks-locations .slick-arrow {
    position: absolute;
    top: 40%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .wp-block-theme-blocks-locations .slick-arrow.next {
    left: 100%;
  }
  .wp-block-theme-blocks-locations .slick-arrow.prev {
    right: 100%;
  }
}

@media screen and (max-width: 1249px) {
  .wp-block-theme-blocks-locations .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wp-block-theme-blocks-locations .block-slides {
    width: 100%;
  }
  .wp-block-theme-blocks-locations .block-slides {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
    margin: 0 0 1em;
  }
  .wp-block-theme-blocks-locations .slick-arrow.next {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wp-block-theme-blocks-locations .slick-arrow.prev {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.location-marker {
  position: absolute;
}

.location-marker .marker {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  bottom: 0;
  left: 0;
  margin: 0 0 0 -20px;
  cursor: pointer;
  background: url(images/marker.svg) no-repeat 50% 100%;
  background-size: contain;
}

.location-marker .info-window {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 11;
  bottom: 60px;
  left: 50%;
  width: 200px;
  margin: 0 0 0 -100px;
  padding: 1em;
  background: white;
  border-radius: 10px;
  left: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border: 2px solid #FCB040;
}

.location-marker .info-window:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 20px;
  height: 10px;
  background: #FCB040;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.location-marker.no-click .marker {
  cursor: default;
}

.location-marker.on .info-window {
  display: block;
}

.wp-block-theme-blocks-locations-map {
  margin-bottom: calc(var(--blockMargin, 5.25rem) * 0.5);
}

.wp-block-theme-blocks-locations-map .layout {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto 1fr;
      grid-template-columns: 1fr auto auto 1fr;
      grid-template-areas: ". address directions ." "map map map map" "hentry hentry hentry hentry";
}

.wp-block-theme-blocks-locations-map .block-address {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: address;
  display: inline-block;
  padding: .8em 2em;
  background: #FCB040;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.wp-block-theme-blocks-locations-map .block-directions {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: directions;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .25em 2em;
  background: #B380B8;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.wp-block-theme-blocks-locations-map .block-directions .icon {
  margin: 0 1em 0 0;
  width: 2.25em;
  height: 2.25em;
  background: url(images/directions.svg) no-repeat 50% 50%;
  background-size: contain;
}

.wp-block-theme-blocks-locations-map .block-map {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: map;
  position: relative;
  height: 400px;
  background: rgba(0, 0, 0, 0.1);
}

.wp-block-theme-blocks-locations-map .block-locations {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: hentry;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 940px;
  margin-top: calc(var(--blockMargin, 5.25rem) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-theme-blocks-locations-map .block-locations > .hentry {
  width: 24%;
  display: none;
}

.wp-block-theme-blocks-locations-map .block-locations > .hentry.on {
  display: block;
}

@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-locations-map .block-locations > .hentry {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-locations-map .block-locations > .hentry {
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-locations-map .block-locations > .hentry {
    width: 100%;
  }
}

.wp-block-theme-blocks-locations-map.no-locations-visible .block-locations:before {
  width: 100%;
  padding: 2em 0;
  content: 'No locations visible on the map.';
  font-size: 2em;
  font-family: MARTIN, news-gothic-std, sans-serif;
  text-align: center;
}

.wp-block-theme-blocks-locations-map.is-style-full-width {
  text-align: center;
}

.wp-block-theme-blocks-locations-map.is-style-full-width .block-map {
  border: 4px solid #FCB040;
  border-width: 4px 0;
  text-align: left;
}

.wp-block-buttons {
  margin-bottom: 1em;
}

.wp-block-buttons:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button,
  .wp-block-buttons > .wp-block-button.wp-block-button {
    margin-right: 2em;
  }
}

.wp-block-buttons > .wp-block-button:last-child,
.wp-block-buttons > .wp-block-button.wp-block-button:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button:last-child,
  .wp-block-buttons > .wp-block-button.wp-block-button:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-buttons.is-content-justification-center > .wp-block-button {
  margin-right: .5em;
  margin-left: .5em;
}

p + .wp-block-buttons {
  margin-top: 1.5em;
}

.wp-block-button {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.wp-block-button > .wp-block-button__link {
  position: relative;
  margin: 0;
  padding: 1.5rem 3.5rem;
  border-radius: 2px;
  border: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  opacity: 1;
  text-align: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.wp-block-button > .wp-block-button__link .icon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  margin: -3px 0 0 .5em;
  color: currentColor;
  stroke: currentColor;
  stroke-width: 10;
  border: 0px solid currentColor;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.clickable:hover .wp-block-button > .wp-block-button__link .icon, .wp-block-button > .wp-block-button__link:hover .icon {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
}

.wp-block-button > .wp-block-button__link {
  background: #FCB040;
  color: #231F20;
}

.wp-block-button > .wp-block-button__link.has-red-color {
  color: #EE3162;
}

.wp-block-button > .wp-block-button__link.has-blue-color {
  color: #0AA4DE;
}

.wp-block-button > .wp-block-button__link.has-orange-color {
  color: #FCB040;
}

.wp-block-button > .wp-block-button__link.has-purple-color {
  color: #B380B8;
}

.wp-block-button > .wp-block-button__link.has-black-color {
  color: #231F20;
}

.wp-block-button > .wp-block-button__link.has-gray-color {
  color: #CBCBCB;
}

.wp-block-button > .wp-block-button__link.has-light-gray-color {
  color: #F2F2F2;
}

.wp-block-button > .wp-block-button__link.has-white-color {
  color: #fff;
}

.wp-block-button > .wp-block-button__link.has-red-background-color {
  background-color: #EE3162;
}

.wp-block-button > .wp-block-button__link.has-blue-background-color {
  background-color: #0AA4DE;
}

.wp-block-button > .wp-block-button__link.has-orange-background-color {
  background-color: #FCB040;
}

.wp-block-button > .wp-block-button__link.has-purple-background-color {
  background-color: #B380B8;
}

.wp-block-button > .wp-block-button__link.has-black-background-color {
  background-color: #231F20;
}

.wp-block-button > .wp-block-button__link.has-gray-background-color {
  background-color: #CBCBCB;
}

.wp-block-button > .wp-block-button__link.has-light-gray-background-color {
  background-color: #F2F2F2;
}

.wp-block-button > .wp-block-button__link.has-white-background-color {
  background-color: #fff;
}

.wp-block-button > .wp-block-button__link:hover {
  background: #EE3162;
  color: white;
}

.wp-block-button.is-style-arrow > .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}

.wp-block-button.is-style-arrow > .wp-block-button__link > .label {
  display: inline-block;
  padding: 1.5rem 1em 1.5rem 2em;
}

.wp-block-button.is-style-arrow > .wp-block-button__link > .i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.25);
  padding: 0 1.2em 0 1em;
  margin: 0 0 0 .5em;
  border-radius: 0 100% 100% 0;
  -webkit-clip-path: ellipse(50% 100% at 50% 50%);
          clip-path: ellipse(50% 100% at 50% 50%);
}

.wp-block-button.is-style-arrow > .wp-block-button__link .icon {
  margin: 0;
}

.wp-block-button.is-style-text-link > .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border-radius: none;
  padding: 0;
  color: inherit;
  font-size: 1.2em;
}

.wp-block-button.is-style-text-link > .wp-block-button__link > .label {
  display: inline-block;
  padding: 1.5rem 0;
}

@media only screen and (max-width: 430px) {
  .wp-block-button.is-style-text-link > .wp-block-button__link > .label {
    text-align: left;
  }
}

.wp-block-button.is-style-text-link > .wp-block-button__link .i {
  position: relative;
  display: inline-block;
  margin: 0 0 0 .5em;
  width: 1em;
  height: 1.2em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}

.wp-block-button.is-style-text-link > .wp-block-button__link .i:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EE3162;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 70%, 45% 50%, 0% 30%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 70%, 45% 50%, 0% 30%);
}

.wp-block-button.is-style-text-link > .wp-block-button__link:hover .i {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
  background: none;
  border: 2px solid currentColor;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: #EE3162;
  border-color: #EE3162;
  color: #fff !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link .icon {
  border: 0;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-red-color {
  color: #EE3162;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-blue-color {
  color: #0AA4DE;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-orange-color {
  color: #FCB040;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-purple-color {
  color: #B380B8;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-black-color {
  color: #231F20;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-gray-color {
  color: #CBCBCB;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-light-gray-color {
  color: #F2F2F2;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-white-color {
  color: #fff;
}

.has-background .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: #fff;
  color: #EE3162 !important;
  border: 2px solid #fff;
}

.wp-block-button.no-arrow > .wp-block-button__link .icon.css-arrow {
  display: none;
}

.wp-block-embed {
  position: relative;
  margin: 2em 0;
  padding: 0;
}

.wp-block-embed:first-child {
  margin-top: 0;
}

.wp-block-embed:last-child {
  margin-top: 0;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9,
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 > .wp-block-embed__wrapper,
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > .wp-block-embed__wrapper {
  position: relative;
  padding: 0 0 56.25%;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 > .wp-block-embed__wrapper > iframe,
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 > .wp-block-embed__wrapper > a.embed,
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > .wp-block-embed__wrapper > a.embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 > .wp-block-embed__wrapper > a.embed img,
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > .wp-block-embed__wrapper > a.embed img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 10px;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 > .wp-block-embed__wrapper > a.embed:before,
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > .wp-block-embed__wrapper > a.embed:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 128, 0, 0.4)), to(rgba(0, 128, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 128, 0, 0.4), rgba(0, 128, 0, 0));
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 10px;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 > .wp-block-embed__wrapper > a.embed:after,
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > .wp-block-embed__wrapper > a.embed:after {
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f04b";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: -50px 0 0 -50px;
  background: rgba(252, 176, 64, 0.95);
  color: #fb9b0e;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-indent: 5px;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 > .wp-block-embed__wrapper > a.embed:hover:after,
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > .wp-block-embed__wrapper > a.embed:hover:after {
  background: #fcb040;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 > .wp-block-embed__wrapper > a.embed:hover:before,
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > .wp-block-embed__wrapper > a.embed:hover:before {
  opacity: 0;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 > figcaption,
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > figcaption {
  font-family: MARTIN, news-gothic-std, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .wp-block-embed.is-type-video.wp-embed-aspect-16-9 > figcaption,
  .wp-block-embed.is-type-video.wp-embed-aspect-4-3 > figcaption {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin: 50px 0 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    font-size: 30px;
  }
}

.wp-block-group {
  position: relative;
  margin-top: calc(var(--blockMargin, 10.5rem) * 1);
  margin-bottom: calc(var(--blockMargin, 10.5rem) * 1);
}

.wp-block-group:first-child {
  margin-top: 0;
}

.wp-block-group:last-child {
  margin-bottom: 0;
}

.wp-block-group > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}

.wp-block-group.has-background {
  position: relative;
  padding: calc(var(--blockMargin, 10.5rem) * 1);
}

.wp-block-group.has-background.theme-block {
  padding-left: 0;
  padding-right: 0;
}

.page-blocks > .wp-block-group.has-background.theme-block:first-child {
  margin-top: calc(var(--blockMargin, -10.5rem) * -1);
}

.page-blocks > .wp-block-group.has-background.theme-block:last-child {
  margin-bottom: calc(var(--blockMargin, -10.5rem) * -1);
}

.wp-block-group.has-background.theme-block > .wp-block-group__inner-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1037.24138px) {
  .wp-block-group.has-background.theme-block > .wp-block-group__inner-container {
    margin-left: 4.6875%;
    margin-right: 4.6875%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  margin: 0 0 0.5rem 0;
  padding: 0;
  clear: both;
  font-family: MARTIN, news-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.35;
  text-transform: uppercase;
}

h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline,
.heading.inline {
  display: inline;
  margin-right: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.heading a {
  text-decoration: none;
  color: inherit;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.heading:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.heading:last-child {
  margin-bottom: 0;
}

h1.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center,
h4.has-text-align-center,
h5.has-text-align-center,
h6.has-text-align-center,
.heading.has-text-align-center {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  margin-bottom: 1rem;
  font-size: 4.2rem;
  line-height: 1;
}

h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1.2;
}

h2.is-style-arrow {
  font-size: 1.667rem;
}

@media screen and (min-width: 1200px) {
  h2.is-style-arrow {
    padding-right: 2em;
  }
}

h3 {
  font-size: 2.5rem;
  line-height: 1;
}

h4 {
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: normal;
}

h5 + h1,
h5 + h2,
h5 + h3, .h5 + h1,
.h5 + h2,
.h5 + h3 {
  margin-top: calc(var(--blockMargin, 5.25rem) * 0.5);
}

h6 {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.2rem;
  }
}

[class*="wp-block"]:not(.wp-block-heading) + h1,
[class*="wp-block"]:not(.wp-block-heading) + h2,
[class*="theme-block"] + h1,
[class*="theme-block"] + h2,
p + h1,
p + h2,
ol + h1,
ol + h2,
ul + h1,
ul + h2 {
  margin-top: calc(var(--blockMargin, 8.4rem) * 0.8);
}

[class*="wp-block"]:not(.wp-block-heading) + h3,
[class*="theme-block"] + h3,
p + h3,
ol + h3,
ul + h3 {
  margin-top: calc(var(--blockMargin, 5.25rem) * 0.5);
}

[class*="wp-block"]:not(.wp-block-heading) + h4,
[class*="wp-block"]:not(.wp-block-heading) + h5,
[class*="wp-block"]:not(.wp-block-heading) + h6,
[class*="theme-block"] + h4,
[class*="theme-block"] + h5,
[class*="theme-block"] + h6,
p + h4,
p + h5,
p + h6,
ol + h4,
ol + h5,
ol + h6,
ul + h4,
ul + h5,
ul + h6 {
  margin-top: calc(var(--blockMargin, 4.2rem) * 0.4);
}

.is-style-expandable {
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
}

.is-style-expandable:hover {
  color: #0AA4DE;
}

.is-style-expandable:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  margin: 0 0.2em 0 0;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f067";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1em;
  color: currentColor;
}

.is-style-expandable:focus {
  outline: none;
  text-decoration: underline;
}

.is-style-expandable.opened:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "\f068";
}

@media screen and (min-width: 768px) {
  body.theme .is-style-expandable.mobile-expand {
    cursor: default;
    padding-top: 0;
    border-top: 0;
  }
  body.theme .is-style-expandable.mobile-expand:before {
    display: none;
  }
  body.theme .is-style-expandable.mobile-expand + .expand-content {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  body.theme .is-style-expandable.mobile-expand {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 2rem;
  }
  body.theme .is-style-expandable.mobile-expand:before {
    margin-top: 2rem;
  }
}

.expand-content {
  display: none;
  margin: 0 0 1.5em 0;
}

.expand-content + .is-style-expandable {
  margin-top: 1em;
}

h1.is-style-arrow > a,
h2.is-style-arrow > a,
h3.is-style-arrow > a,
h4.is-style-arrow > a,
h5.is-style-arrow > a,
h6.is-style-arrow > a {
  color: #EE3162;
}

h1.is-style-arrow .icon,
h2.is-style-arrow .icon,
h3.is-style-arrow .icon,
h4.is-style-arrow .icon,
h5.is-style-arrow .icon,
h6.is-style-arrow .icon {
  display: inline-block;
  margin: 0 0 0 .5rem;
  width: .8em;
  height: .7em;
  stroke: currentColor;
  stroke-width: 8;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1.is-style-arrow a:hover .icon,
h2.is-style-arrow a:hover .icon,
h3.is-style-arrow a:hover .icon,
h4.is-style-arrow a:hover .icon,
h5.is-style-arrow a:hover .icon,
h6.is-style-arrow a:hover .icon {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

figure.wp-caption {
  margin: calc(var(--blockMargin, 10.5rem) * 1) 0;
  max-width: 100%;
}

figure.wp-caption:first-child {
  margin-top: 0;
}

figure.wp-caption:last-child {
  margin-bottom: 0;
}

.wp-block-image {
  position: relative;
  margin: calc(var(--blockMargin, 10.5rem) * 1) 0;
}

.wp-block-image:first-child {
  margin-top: 0;
}

.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-image img {
  display: block;
  margin: 0;
}

.wp-block-image figcaption {
  position: relative;
  display: block;
  margin: 1em 0 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.3;
  text-align: left;
  font-style: italic;
  opacity: .8;
}

.wp-block-image.hide-caption figcaption {
  display: none;
}

@media screen and (min-width: 1000px) {
  body.theme.interior-page .page-blocks > .wp-block-image:not(.overlap-previous-image) {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.wp-block-image.is-style-circle {
  position: relative;
  padding: 0 0 calc(var(--blockMargin, 5.25rem) * 0.5) calc(var(--blockMargin, 10.5rem) * 1);
}

.wp-block-image.is-style-circle:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 80%;
  background: url(images/brush-lines-mint.png) no-repeat 50% 100%;
  background-size: cover;
}

.wp-block-image.is-style-circle > .components-resizable-box__container,
.wp-block-image.is-style-circle > .img {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 0 100%;
}

.wp-block-image.is-style-circle > .components-resizable-box__container img,
.wp-block-image.is-style-circle > .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 50%;
}

.wp-block-image.is-style-circle figcaption {
  display: none;
}

.wp-block-image.is-style-circle.overlap-previous-image {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1100px) {
  body.theme.interior-page .page-blocks > .wp-block-image.is-style-circle.overlap-previous-image {
    margin-top: calc(var(--blockMargin, -42rem) * -4);
    margin-left: auto;
    margin-right: -150px;
  }
}

p {
  margin: 0 0 1em 0;
}

p:last-child {
  margin-bottom: 0;
}

p.has-drop-cap:not(:focus)::first-letter {
  color: #EE3162;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
}

p.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.wp-block-column p.has-text-align-center {
  max-width: 400px;
}

p.is-style-intro {
  font-size: var(--wp-preset--font-size--medium, 1.16em);
  font-weight: bold;
}

body.single-location .main-content .page-blocks > p {
  max-width: 800px;
}

.wp-block-separator {
  margin: calc(var(--blockMargin, 10.5rem) * 1) auto;
  width: 100%;
  border: 1px solid currentColor;
  border-width: 1px 0 0;
  height: 0;
}

.wp-block-separator.has-small-margin {
  margin: calc(var(--blockMargin, 7.875rem) * 0.75) auto;
}

.wp-block-gallery {
  --wp--style--gallery-gap-default:2em;
}

.wp-block-gallery.has-nested-images {
  margin: calc(var(--blockMargin, 5.25rem) * 0.5) 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin: 0;
}

.wp-block-gallery.has-nested-images.logos img {
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.wp-block-gallery.is-style-carousel {
  position: relative;
  display: block;
  margin: calc(var(--blockMargin, 10.5rem) * 1) 0;
}

.wp-block-gallery.is-style-carousel:first-child {
  margin-top: 0;
}

.wp-block-gallery.is-style-carousel:last-child {
  margin-bottom: 0;
}

.wp-block-gallery.is-style-carousel .block-slides {
  position: relative;
  display: block;
}

.wp-block-gallery.is-style-carousel .block-caption {
  width: 100%;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  text-align: center;
  margin: 2em auto 0;
  min-height: 3.2em;
  max-width: 1200px;
}

@media screen and (max-width: 600px) {
  .wp-block-gallery.is-style-carousel .block-caption {
    margin-top: 1em;
  }
}

.wp-block-gallery.is-style-carousel figure.wp-block-image {
  position: relative;
  white-space: normal;
  display: block;
  margin: 0 5px;
  width: 500px;
  /*
        
            .image {
                padding-bottom: 100%;
            }
            //&.slick-current {
                .image {
                    max-width:400px;
                }
                
            //}
        }
        @media screen and (max-height:940px) {
            .image {
                padding-bottom: 75%;
                max-width:350px;
            }
        }
        */
}

.wp-block-gallery.is-style-carousel figure.wp-block-image .image {
  position: relative;
  margin: 0 auto;
  padding: 0 0 146.66667%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: max-width 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, max-width 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, max-width 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  max-width: 100vw;
}

.wp-block-gallery.is-style-carousel figure.wp-block-image .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media screen and (max-height: 1024px) {
  .wp-block-gallery.is-style-carousel figure.wp-block-image {
    width: 400px;
  }
}

@media screen and (max-height: 940px) {
  .wp-block-gallery.is-style-carousel figure.wp-block-image {
    width: 350px;
  }
}

@media screen and (max-height: 800px) {
  .wp-block-gallery.is-style-carousel figure.wp-block-image {
    width: 280px;
  }
}

@media screen and (max-width: 800px) {
  .wp-block-gallery.is-style-carousel figure.wp-block-image {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .wp-block-gallery.is-style-carousel figure.wp-block-image {
    width: 350px;
  }
}

@media screen and (max-width: 600px) {
  .wp-block-gallery.is-style-carousel figure.wp-block-image {
    width: 300px;
  }
}

@media screen and (max-width: 500px) {
  .wp-block-gallery.is-style-carousel figure.wp-block-image {
    width: 280px;
  }
}

.wp-block-gallery.is-style-carousel figure.wp-block-image figcaption {
  display: none;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, -35px) scale(0.8);
          transform: translate(0, -35px) scale(0.8);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.wp-block-gallery.is-style-carousel figure.wp-block-image.slick-center .image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wp-block-gallery.is-style-carousel figure.wp-block-image.slick-center figcaption {
  -webkit-transform: translate(0, 0px) scale(1);
          transform: translate(0, 0px) scale(1);
  opacity: 1;
}

@media screen and (min-width: 701px) {
  .wp-block-gallery.is-style-carousel .slick-list:before, .wp-block-gallery.is-style-carousel .slick-list:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 20%;
    height: 100%;
  }
  .wp-block-gallery.is-style-carousel .slick-list:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  }
  .wp-block-gallery.is-style-carousel .slick-list:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
  }
}

@media screen and (max-width: 700px) {
  .wp-block-gallery.is-style-carousel .slick-list {
    margin-left: -4.6875vw;
    margin-right: -4.6875vw;
  }
}

.wp-block-gallery.is-style-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.wp-block-gallery.is-style-carousel .slick-arrow {
  position: relative;
  z-index: 10;
  width: 70px;
  height: 70px;
  background: #F2F2F2;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear, opacity 0.2s linear;
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.wp-block-gallery.is-style-carousel .slick-arrow:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: currentColor;
}

.wp-block-gallery.is-style-carousel .slick-arrow.next:before {
  margin-left: 2px;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.wp-block-gallery.is-style-carousel .slick-arrow.prev:before {
  margin-left: -2px;
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

.wp-block-gallery.is-style-carousel .slick-arrow:hover {
  background-color: #FCB040;
  color: white;
}

.wp-block-gallery.is-style-carousel .slick-arrow.slick-disabled, .wp-block-gallery.is-style-carousel .slick-arrow.slick-hidden {
  opacity: 0;
}

@media screen and (min-width: 1250px) {
  .wp-block-gallery.is-style-carousel .slick-arrow {
    position: absolute;
    top: 40%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.next {
    left: 100%;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.prev {
    right: 100%;
  }
}

@media screen and (max-width: 1249px) {
  .wp-block-gallery.is-style-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wp-block-gallery.is-style-carousel .block-slides {
    width: 100%;
  }
  .wp-block-gallery.is-style-carousel .block-slides {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
    margin-bottom: 1em;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.next {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.prev {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}

.wp-block-social-links.is-style-logos-only > .wp-social-link {
  color: #231F20;
}

.wp-block-social-links.is-style-logos-only > .wp-social-link.wp-social-link-instagram:hover {
  color: #EE3162;
}

.wp-block-social-links.is-style-logos-only > .wp-social-link.wp-social-link-twitter:hover {
  color: #0AA4DE;
}

.wp-block-social-links.is-style-logos-only > .wp-social-link.wp-social-link-facebook:hover {
  color: #0AA4DE;
}
/*# sourceMappingURL=style.css.map */