/*
	Theme Name: Mountian Capital Partners Theme
	Theme URI: https://www.mcp.ski/
	Description: Custom theme built by Workhorse Marketing for Mountian Capital Partners
	Author: Workhorse Marketing
  Author URI: https://www.workhorsemkt.com/
  Text Domain: whmbp-theme
	Version: 2.0
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS
1. Modern Normalize
2. WordPress Core CSS
3. Accessibility
4. Print
5. Pagination
6. Search Form
7. Custom Theme Styles
7. Accessible and SEO friendly listing pages
8. Custom styles
-------------------------------------------------------------- */
/*--------------------------------------------------------------
1. Modern Normalize
https://github.com/sindresorhus/modern-normalize
-------------------------------------------------------------- */
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}

/*--------------------------------------------------------------
2. WordPress Core CSS
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.splide--fade
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide.is-active,
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  outline: none;
  position: relative;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/*--------------------------------------------------------------
End WordPress Core CSS
-------------------------------------------------------------- */

/*--------------------------------------------------------------
3. Accessibility
a. Use WordPress Core screen reader class:
https://make.wordpress.org/accessibility/handbook/best-practices/markup/the-css-class-screen-reader-text/
b. DO NOT remove the default browser focus style or modify it.
-------------------------------------------------------------- */

.screen-reader-text,
.screen-reader-text a {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-text a:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
End Accessibility
-------------------------------------------------------------- */

/*--------------------------------------------------------------
4. Print
-------------------------------------------------------------- */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .global-header,
  .global-footer {
    display: none;
  }
}
/*--------------------------------------------------------------
End Print
-------------------------------------------------------------- */

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

.alert {
  background: red;
  color: white;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
8. Custom Theme Styles
-------------------------------------------------------------- */

#content {
  overflow: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp-block {
  max-width: 100%;
}

.m-all-caps {
  text-transform: uppercase;
}
.m-cntr {
  text-align: center;
}

.m-right {
  margin-left: auto;
  text-align: right;
}
.m-mt-60 {
  margin-top: 60px;
}

.m-mt-50 {
  margin-top: 50px;
}

.m-mt-40 {
  margin-top: 40px;
}

.m-mt-30 {
  margin-top: 30px;
}

.m-mt-20 {
  margin-top: 20px;
}

.m-mt-10 {
  margin-top: 10px;
}

.m-mt-5 {
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .m-mt-60 {
    margin-top: 50px;
  }
  .m-mt-50 {
    margin-top: 40px;
  }
  .m-mt-40 {
    margin-top: 30px;
  }
  .m-mt-30 {
    margin-top: 25px;
  }
  .m-mt-10 {
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  .m-mt-60 {
    margin-top: 40px;
  }
  .m-mt-50 {
    margin-top: 30px;
  }
  .m-mt-40 {
    margin-top: 22px;
  }
  .m-mt-30 {
    margin-top: 18px;
  }
}
.m-d-ib {
  display: inline-block;
}

.m-form-styles [type="submit"] {
  margin-right: 0px;
}

.wp-block-button.aligncenter > * {
  margin-left: 10px;
  margin-right: 10px;
}

body:not(.wp-admin) button {
  cursor: pointer;
  -webkit-appearance: none;
}

.m-btn-has-icon {
  padding-left: 73px !important;
  position: relative;
}

.m-btn-has-icon > * {
  position: absolute;
  width: 29px;
  height: 29px;
  object-fit: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
  filter: brightness(0) invert(1);
}

@media (max-width: 500px) {
  .m-btn-solid,
  .m-btn-outline,
  .m-btn-solid-holder a,
  .m-btn-solid-holder button,
  .m-btn-solid-holder > div,
  .is-style-fill > *,
  .m-btn-outline-holder a,
  .is-style-outline > *,
  .m-btn-outline-holder button,
  .gform_wrapper input[type="submit"],
  .m-form-style [type="submit"],
  .m-cat-buttons li a {
    padding: 10px 24px;
    font-size: 20px;
    line-height: 22px;
    margin-right: 20px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
  }
  .m-btn-has-icon {
    padding-left: 62px !important;
  }

  .m-btn-has-icon > * {
    width: 27px;
    left: 24px;
  }
}

@media (max-width: 400px) {
  .m-btn-solid,
  .m-btn-outline,
  .m-btn-solid-holder a,
  .m-btn-solid-holder button,
  .m-btn-solid-holder > div,
  .is-style-fill > *,
  .m-btn-outline-holder a,
  .is-style-outline > *,
  .m-btn-outline-holder button,
  .gform_wrapper input[type="submit"],
  .m-form-style [type="submit"],
  .m-cat-buttons li a {
    margin-right: 0px !important;
  }
}

.m-strong-link {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.m-back-link {
  position: relative;
  padding-left: 1.4em;
  padding-right: 1.4em;
}
.m-back-link:before {
  content: "";
  background-image: url("_images/icon-left-arrow.svg");
  background-repeat: no-repeat;
  background-size: 1.2em 0.6em;
  width: 1.2em;
  height: 0.6em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.m-vp-top-xl {
  padding-top: 120px;
}
.m-vp-top-l {
  padding-top: 60px;
}
.m-vp-top-m {
  padding-top: 40px;
}
.m-vp-top-s {
  padding-top: 30px;
}
.m-vp-top-xs {
  padding-top: 20px;
}

.m-vp-bottom-xl {
  padding-bottom: 120px;
}
.m-vp-bottom-l {
  padding-bottom: 60px;
}
.m-vp-bottom-m {
  padding-bottom: 40px;
}
.m-vp-bottom-s {
  padding-bottom: 30px;
}
.m-vp-bottom-xs {
  padding-bottom: 20px;
}

.m-margin-bottom-size-x-large {
  margin-bottom: 120px;
}
.m-margin-bottom-size-large {
  margin-bottom: 60px;
}
.m-margin-bottom-size-medium {
  margin-bottom: 40px;
}
.m-margin-bottom-size-small {
  margin-bottom: 20px;
}
.m-margin-bottom-size-x-small {
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .m-vp-top-xl {
    padding-top: 80px;
  }
  .m-vp-top-l {
    padding-top: 50px;
  }
  .m-vp-top-m {
    padding-top: 18px;
  }
  .m-vp-top-s {
    padding-top: 15px;
  }

  .m-vp-bottom-xl {
    padding-bottom: 60px;
  }
  .m-vp-bottom-l {
    padding-bottom: 50px;
  }
  .m-vp-bottom-m {
    padding-bottom: 8px;
  }
  .m-vp-bottom-s {
    padding-bottom: 5px;
  }

  .m-margin-bottom-size-x-large {
    margin-bottom: 100px;
  }
  .m-margin-bottom-size-large {
    margin-bottom: 50px;
  }
  .m-margin-bottom-size-medium {
    margin-bottom: 34px;
  }
  .m-margin-bottom-size-small {
    margin-bottom: 15px;
  }
  .m-margin-bottom-size-x-small {
    margin-bottom: 8px;
  }
}

@media (max-width: 500px) {
  .m-vp-top-xl {
    padding-top: 60px;
  }
  .m-vp-top-l {
    padding-top: 45px;
  }
  .m-vp-top-m {
    padding-top: 25px;
  }
  .m-vp-top-s {
    padding-top: 12px;
  }

  .m-vp-bottom-xl {
    padding-bottom: 60px;
  }
  .m-vp-bottom-l {
    padding-bottom: 45px;
  }
  .m-vp-bottom-m {
    padding-bottom: 25px;
  }
  .m-vp-bottom-s {
    padding-bottom: 12px;
  }

  .m-margin-bottom-size-x-large {
    margin-bottom: 60px;
  }
  .m-margin-bottom-size-large {
    margin-bottom: 40px;
  }
  .m-margin-bottom-size-medium {
    margin-bottom: 28px;
  }
  .m-margin-bottom-size-small {
    margin-bottom: 12px;
  }
  .m-margin-bottom-size-x-small {
    margin-bottom: 5px;
  }
}

.m-inner,
.edit-post-visual-editor__post-title-wrapper h1 {
  margin-left: auto;
  margin-right: auto;
}
.m-inner-1440,
.edit-post-visual-editor__post-title-wrapper h1 {
  max-width: 1440px;
}
.m-inner-1310 {
  max-width: 1310px;
}
.m-inner-1196 {
  max-width: 1196px;
}
.m-inner-954 {
  max-width: 954px;
}
.m-inner-720 {
  max-width: 720px;
}
.m-inner-710 {
  max-width: 710px;
}
.m-inner-468 {
  max-width: 468px;
}
.m-gutter {
  padding-left: 6%;
  padding-right: 6%;
}
.m-event-slider .m-gutter {
  transform: translate3d(0, 0, 0);
}
.m-override-gutter {
  margin-left: -7%;
  margin-right: -7%;
}
.global-header {
  background-color: #fff;
}
.m-hdr-logo > a > * {
  display: none;
}
.m-hdr-logo > a > *:first-child {
  display: block;
}
@media(max-width: 500px){
  .m-header-long-word-fix {
    font-size: 38px !important;
    letter-spacing: -.05em !important;
  }
}
@media (min-width: 1200px) {
  .m-menu-mobile-only {
    display: none;
  }
  .global-header {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .global-header .m-hdr {
    display: flex;
    justify-content: space-between;
    height: 81px;
    align-items: center;
  }

  .m-hdr-logo {
    width: 20%;
    padding-right: 4%;
  }
  .m-hdr-logo a {
    display: block;
  }
  .m-hdr-logo > a > * {
    max-height: 78px;
    width: auto;
  }

  .m-hdr-menu {
    width: 53%;
  }
  #access ul {
    list-style: none;
  }
  #access a {
    text-decoration: none;
  }
  #access > div > ul {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 2%;
  }

  #access > div > ul > li.menu-item-has-children > a {
    display: block;
    white-space: nowrap;
    position: relative;
    padding-right: 26px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  #access > div > ul > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 13px;
    height: 9px;
    background-image: url("_images/icon-dropdown-menu.svg");
    background-size: 100% 100%;
    transform: translateY(-50%);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #access > div > ul > li.menu-item-has-children.m-show-dropdown > a:after {
    transform: translateY(-50%) rotate(180deg);
  }

  #access > div > ul > li.menu-item-has-children > a:before {
    content: "";
    transform-origin: bottom left;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out;
  }

  #access > div > ul > li.menu-item-has-children.m-show-dropdown > a:before {
    transform: scale(1);
    opacity: 1;
  }

  #access > div > ul > li > ul {
    font-size: 22px;
    line-height: 1.364em;
    letter-spacing: 0em;
    position: absolute;
    left: 0%;
    transform: none;
    top: 100%;
    background-color: #fff;
    padding-left: 6%;
    padding-right: 6%;
    width: 88%;
    max-width: 1440px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 0px;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    z-index: 50;
  }

  #access > div > ul > li.m-show-dropdown > ul {
    max-height: 800px;
    padding-bottom: 60px;
    width: calc(100% - 100px);
    max-width: 1440px;
  }
  #access > div > ul > li.m-show-dropdown > ul > li.m-menu-two-row {
    grid-row: span 2;
  }

  #access > div > ul > li > ul > li {
    margin-top: 60px;
    opacity: 0;
    transform: translateY(-30px);
  }
  #access > div > ul > li > ul > li:nth-child(1),
  #access > div > ul > li > ul > li:nth-child(5) {
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #access > div > ul > li > ul > li:nth-child(2),
  #access > div > ul > li > ul > li:nth-child(6) {
    transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
  }
  #access > div > ul > li > ul > li:nth-child(3),
  #access > div > ul > li > ul > li:nth-child(7) {
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
  }
  #access > div > ul > li > ul > li:nth-child(4),
  #access > div > ul > li > ul > li:nth-child(8) {
    transition: opacity 0.3s ease 0.4s, transform 0.3s ease 0.4s;
  }
  #access > div > ul > li.m-show-dropdown > ul > li {
    opacity: 1;
    transform: translateY(0px);
  }

  #access > div > ul > li > ul > li a {
    text-decoration: none;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.1s ease;
  }

  #access > div > ul > li > ul > li > ul > li a {
    transition: background-size 0.2s ease;
  }

  #access > div > ul > li > ul > li a:hover,
  #access > div > ul > li > ul > li a:focus {
    background-size: 100% 2px;
  }

  #access > div > ul > li > ul > li > ul > li a:hover,
  #access > div > ul > li > ul > li > ul > li a:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #access > div > ul > li > ul > li > ul {
    font-size: 18px;
    line-height: 1.556em;
    font-weight: 400;
    padding-top: 6px;
  }

  #access > div > ul > li > ul > li > ul > li {
    margin-top: 16px;
  }

  .m-btn-close-menu {
    position: absolute;
    right: 0px;
    top: calc(100% + 1px);
    text-indent: -5000px;
    width: 80px;
    height: 80px;
    font-size: 0px;
    line-height: 0px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 51;
  }

  .m-btn-close-menu:before {
    content: "";
    display: block;
    background-image: url("_images/icon-x.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 45% 45%;
    background-position: center;
  }

  .m-menu-open .m-btn-close-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0.5s;
  }

  .m-weather-table {
    font-weight: 600;
    font-size: 18px;
    padding-left: 20px;
  }

  .m-weather-table a {
    text-decoration: none;
  }

  .m-weather-table span {
    display: block;
    font-size: 12px;
    white-space: nowrap;
  }
  .m-weather-table td {
    padding: 0px 9px;
    vertical-align: middle;
  }
  .m-hdr-utility-holder {
    display: flex;
    list-style: none;
    align-items: center;
    padding-top: 6px;
    padding-left: 20px;
  }
  .m-hdr-utility-holder > * {
    margin-left: 10px;
    width: 26px;
  }

  .m-hdr-utility-holder .m-cart-icon {
    width: 34px;
    height: 32px;
  }
  #m-all {
    overflow: hidden;
  }
  .m-scrolled #m-all {
    padding-top: 145px;
  }
  .m-scrolled .global-header {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
  }
  .m-scrolled.m-scrolled-plus .global-header {
    transition: transform 0.4s ease-in-out;
  }
  .m-scrolled.m-scrolled-up .global-header {
    transform: translateY(0%);
  }
  .m-scrolled .m-hdr-logo > a > * {
    max-height: 50px;
    display: none;
  }
  .m-scrolled .m-hdr-logo > a > *:last-child {
    display: block;
  }
  .m-mobile-btn-holder {
    display: none;
  }
  .m-hdr-utility .m-mob-menu-weather-icon {
    display: none;
  }
}

.m-hdr-utility-holder button,
.m-search-form input[type="submit"] {
  background-color: transparent;
  background-size: 100% 100%;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  overflow: hidden;
  padding: 0px !important;
}

.m-search-icon,
.m-search-form input[type="submit"] {
  width: 26px;
  height: 26px;
}
.m-search-form input[type="submit"] {
  background-image: url("_images/icon-search.svg");
  text-indent: -5000px;
}

.m-search-icon * {
  width: 26px;
  height: 26px;
  display: block;
}
.m-weather-icon-header {
  width: 50px;
  height: 35px;
  display: block;
}

@media (max-width: 1201px) {
  #m-all {
    padding-top: 68px;
  }
  .global-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    padding-left: 0px;
    padding-right: 0px;
  }
  .m-mobile-menu-open .global-header {
    height: 100vh;
  }
  .m-scrolled .global-header {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .m-mobile-btn-holder {
    position: fixed;
    top: 20px;
    right: 30px;
  }
  .m-mobile-btn-holder button {
    text-indent: -5000px;
  }
  .global-header .m-hdr {
    height: 68px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .m-hdr-logo {
    position: fixed;
    top: 9px;
    left: 30px;
    z-index: 1000;
  }
  .m-hdr-logo a * {
    max-height: 50px;
    width: auto;
  }
  .m-mobile-btn-holder {
    display: block;
  }
  .m-hdr-menu {
    display: none;
  }
  .m-mobile-menu-open .m-hdr-menu {
    display: block;
    position: relative;
    height: 100%;
  }
  #access ul {
    list-style: none;
  }
  #access a {
    text-decoration: none;
  }
  #access > div ul {
    margin-top: 69px;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    transition: left 0.3s ease-in-out;
  }
  #access > div > ul {
    left: 0%;
  }

  .m-mobile-page-2 #access > div > ul {
    left: -100%;
  }
  .m-mobile-page-3 #access > div > ul {
    left: -200%;
  }

  #access > div > ul > li.m-menu-btn {
    padding: 38px 50px 40px 50px;
  }

  #access > div > ul > li:not(.m-menu-btn) > a,
  .m-menu-back button {
    display: block;
    font-size: 23px;
    padding: 38px 50px 40px 50px;
    line-height: 1.174em;
    font-weight: 500;
    position: relative;
    background-color: #fff;
  }
  .m-menu-back button {
    padding-left: 50px;
    width: 100%;
    text-align: left;
    border: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 22px;
  }
  #access > div > ul > li.menu-item-has-children > a:after,
  .m-menu-back button:after {
    content: "";
    background-image: url("_images/icon-right-arrow.svg");
    position: absolute;
    right: 50px;
    top: 50%;
    width: 9px;
    height: 13px;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .m-menu-back button:after {
    right: auto;
    left: 22px;
    transform: translateY(-50%) rotate(180deg);
  }

  #access > div > ul > li > ul {
    left: 100%;
  }

  #access > div > ul > li > ul a {
    display: block;
    padding: 15px 30px 15px 80px;
    position: relative;
    font-size: 21px;
    font-weight: 500;
  }
  #access > div > ul > li > ul > li.menu-item-has-children > a:before {
    content: "";
    background-image: url("_images/icon-right-arrow.svg");
    position: absolute;
    left: 40px;
    top: 50%;
    width: 9px;
    height: 13px;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .m-mobile-page-2 #access > div > ul > li.m-mobile-clicked > ul {
    left: 0%;
  }
  .m-mobile-page-3 #access > div > ul > li.m-mobile-clicked > ul {
    left: -100%;
  }
  #access > div > ul > li > ul > li > ul {
    left: 300%;
  }
  .m-mobile-page-2 #access > div > ul > li.m-mobile-clicked > ul > li > ul {
    left: 100%;
  }

  .m-mobile-page-3 #access > div > ul > li > ul > li.m-mobile-clicked > ul {
    left: 0%;
  }

  .m-hdr-weather {
    display: none;
  }
  .m-hdr-weather .m-mob-menu-weather-icon {
    display: none;
  }
  .m-hdr-utility .m-mob-menu-weather-icon {
    display: block;
  }
  .m-hdr-utility-holder {
    display: flex;
    list-style: none;
    position: absolute;
    top: 17px;
    right: 90px;
    align-items: center;
  }
  .m-hdr-utility-holder li {
    padding: 0px 10px;
  }
  #m-menu-toggle {
    width: 36px;
    height: 36px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  #m-menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #m-menu-toggle span:nth-child(1) {
    top: 0px;
  }

  #m-menu-toggle span:nth-child(2),
  #m-menu-toggle span:nth-child(3) {
    top: 12px;
  }

  #m-menu-toggle span:nth-child(4) {
    top: 25px;
  }

  .m-mobile-menu-open #m-menu-toggle span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .m-mobile-menu-open #m-menu-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .m-mobile-menu-open #m-menu-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .m-mobile-menu-open #m-menu-toggle span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
@media (max-width: 500px) {
  .m-hdr-utility-holder li {
    padding: 0px 7px;
  }
  .m-hdr-utility-holder {
    top: 15px;
    right: 68px;
  }
}

@media (min-width: 1672px) {
  #access > div > ul > li > ul {
    padding-left: 0%;
    padding-right: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.m-clear-btn,
.m-minimal-select {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0px;
}
.m-minimal-select {
  position: relative;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  padding: 0px 25px 0px 0px;
}

.m-link-style a {
  text-decoration: none;
}

.m-link-style a:hover {
  text-decoration: underline;
}

.m-cta-bar p {
  position: relative;
  margin-bottom: 0px !important;
}

.m-cta-bar p:before,
.m-cta-bar p:after {
  content: "";
  width: 1500px;
  position: absolute;
}
.m-cta-bar p:before {
  top: 0.5em;
  right: calc(100% + 25px);
}

.m-cta-bar p:after {
  bottom: 0.5em;
  margin-left: 25px;
  top: auto;
  left: auto;
  right: auto;
}

.is-root-container p:not(.m-margin-bottom),
.is-root-container p.m-margin-bottom-size-default,
.is-root-container ul:not(.tribe-events-c-messages__message-list),
.is-root-container ol,
.tribe-events-single p:not(.m-margin-bottom),
.tribe-events-single p.m-margin-bottom-size-default,
.tribe-events-single ul,
.tribe-events-single ol,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-bottom: 40px;
}

.is-root-container .m-inner > ul li,
.is-root-container .m-inner > ol li {
  margin-bottom: 1em;
}

.is-root-container .gform_description:not(.m-margin-bottom),
.is-root-container h1:not(.m-margin-bottom),
.is-root-container h2:not(.m-margin-bottom),
.is-root-container h3:not(.m-margin-bottom),
.is-root-container h4:not(.m-margin-bottom),
.tribe-events-single h2:not(.m-margin-bottom),
.tribe-events-single h3:not(.m-margin-bottom),
.tribe-events-single h4:not(.m-margin-bottom),
.is-root-container h1.m-margin-bottom-size-default,
.is-root-container h2.m-margin-bottom-size-default,
.is-root-container h3.m-margin-bottom-size-default,
.is-root-container h4.m-margin-bottom-size-default,
.tribe-events-single h2.m-margin-bottom-size-default,
.tribe-events-single h3.m-margin-bottom-size-default,
.tribe-events-single h4.m-margin-bottom-size-default {
  margin-bottom: 35px;
}

.is-root-container .gform_description:not(.m-margin-bottom) {
  display: block;
}
@media (max-width: 1000px) {
  .is-root-container h2:not(.m-margin-bottom),
  .is-root-container h3:not(.m-margin-bottom),
  .is-root-container h4:not(.m-margin-bottom),
  .tribe-events-single h2:not(.m-margin-bottom),
  .tribe-events-single h3:not(.m-margin-bottom),
  .tribe-events-single h4:not(.m-margin-bottom),
  .is-root-container h2.m-margin-bottom-size-default,
  .is-root-container
    h3.m-margin-bottom-size-default
    .is-root-container
    h4.m-margin-bottom-size-default,
  .tribe-events-single h2.m-margin-bottom-size-default,
  .tribe-events-single h3.m-margin-bottom-size-default,
  .tribe-events-single h4.m-margin-bottom-size-default {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .is-root-container h2:not(.m-margin-bottom),
  .is-root-container h3:not(.m-margin-bottom),
  .is-root-container h4:not(.m-margin-bottom),
  .tribe-events-single h2:not(.m-margin-bottom),
  .tribe-events-single h3:not(.m-margin-bottom),
  .tribe-events-single h4:not(.m-margin-bottom),
  .is-root-container h2.m-margin-bottom-size-default,
  .is-root-container h3.m-margin-bottom-size-default,
  .is-root-container h4.m-margin-bottom-size-default,
  .tribe-events-single h2.m-margin-bottom-size-default,
  .tribe-events-single h3.m-margin-bottom-size-default,
  .tribe-events-single h4.m-margin-bottom-size-default {
    margin-bottom: 25px;
  }
}

.m-cover-holder,
.m-contain-holder {
  position: relative;
}

.m-cover-holder > *,
.m-contain-holder > * {
  position: relative;
}
.wp-block-image [style*="object-fit:cover"],
.wp-block-image [style*="object-fit:cover"] * {
  width: 100%;
  height: 100%;
}
.wp-block-image [style*="object-fit:cover"] {
  display: block;
}
.wp-block-image [style*="object-fit:cover"] * {
  object-fit: cover;
}
.wp-block-image [style*="object-fit:contain"] * {
  object-fit: contain;
}
.m-cover-holder > *:first-child,
.m-contain-holder > *:first-child,
.m-cover-holder > *:first-child *,
.m-contain-holder > *:first-child *,
.m-promo-tile .wp-block-image img,
.m-promo-tile .wp-block-image source,
.m-slide-up-card-single > figure *,
.m-fill-space,
.m-cover-holder > script + *,
.m-contain-holder > script + * {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.m-cover-holder:not(.m-cover-embed) > *:first-child,
.m-contain-holder:not(.m-cover-embed) > *:first-child,
.m-cover-holder:not(.m-cover-embed) > *:first-child * {
  -o-object-position: center;
  object-position: center;
}

.m-cover-holder:not(.m-cover-embed) > *:first-child,
.m-cover-holder:not(.m-cover-embed) > *:first-child *,
.m-slide-up-card-single > figure * {
  -o-object-fit: cover;
  object-fit: cover;
}

.m-contain-holder > *:first-child,
.m-contain-holder > *:first-child * {
  -o-object-fit: contain;
  object-fit: contain;
}
.m-slide-styles {
  position: relative;
}

.m-slide-styles .splide__arrows {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.m-event-slider .m-slide-styles .splide__arrows {
  bottom: auto;
  right: auto;
  transform: translate(-62px, -62px);
  transition: top 0.2s;
}
.m-event-slider .splide__slide > div {
  height: 100%;
}

.m-slide-styles .splide__arrow--next,
.m-slide-styles .splide__arrow--prev {
  -webkit-appearance: none;
  -wekit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
}
.m-slide-styles .splide__arrows button {
  width: 62px;
  height: 62px;
  border: 0px;
  cursor: pointer;
  text-align: center;
}

.m-slide-styles .splide__arrows button[disabled="disabled"],
.m-slide-styles .splide__arrows button:disabled {
  opacity: 0.5;
  cursor: default;
}

.m-slide-styles .splide__arrow--prev:after,
.m-slide-styles .splide__arrow--next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
}
.m-slide-styles .splide__arrows svg {
  display: none;
}
.m-slide-styles .splide__arrow--prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.m-slide-styles .m-slider-image {
  padding-bottom: 56.6%;
  background-color: #f3f3f3;
}
.m-slide-styles .splide__pagination {
  position: absolute;
  bottom: -30px;
  left: 0px;
  margin: 0px !important;
  padding-left: 0px;
}

#content > .type-page > .m-slide-styles .splide__pagination {
  left: 20px;
  bottom: 20px;
}

#content
  > .type-page
  > .m-slide-styles
  .splide__pagination
  button:not(.is-active) {
  background-color: #fff;
}
.m-event-slider .m-slide-styles .splide__pagination {
  bottom: auto;
  justify-content: left;
  margin-top: 20px;
}

.splide__pagination button {
  -webkit-appearance: none;
  -wekit-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  overflow: hidden;
  padding: 0px;
  margin-right: 6px;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
}

.m-event-slider-holder {
  position: relative;
  min-height: 490px;
}
.m-event-slider-slider {
  position: absolute;
  width: 65%;
  left: 0px;
  top: 0px;
}
.m-event-slider-content {
  padding-left: 75%;
  padding-right: 4%;
}

.m-full-slided-content {
  min-height: 600px;
}
@media (max-width: 1000px) {
  #content > .type-page > .m-slide-styles,
  .wp-block-column .m-slide-styles {
    margin-bottom: 46px;
  }
  #content > .type-page > .m-slide-styles .splide__arrows,
  .wp-block-column .m-slide-styles .splide__arrows {
    right: 0px;
  }

  .m-slide-styles .splide__arrows {
    top: 100%;
    bottom: auto;
  }
  .m-slide-styles .splide__arrow--next {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .m-slide-styles .splide__arrows button {
    width: 46px;
    height: 46px;
  }
  .m-event-slider .m-slide-styles .splide__arrows {
    transform: translate(-92px, 0px);
    width: 92px;
    z-index: 100;
  }
  .m-event-slider .m-slide-styles .splide__pagination {
    margin-top: 10px;
    z-index: 100;
  }
  .m-event-slider-slider {
    width: 100%;
    position: relative;
    top: auto !important;
    left: auto !important;
    margin-top: 42px;
    margin-bottom: 75px;
  }
  .m-event-slider-content {
    padding-left: 0%;
    padding-right: 0%;
  }
  .m-event-slider .m-bkg-target {
    top: 300px !important;
  }
}

@media (max-width: 500px) {
  .m-event-slider .m-bkg-target {
    top: 200px !important;
  }
}

.m-the-whole-things-a-link {
  cursor: pointer;
  position: relative;
}

.m-the-whole-things-a-link a {
  text-decoration: none;
  color: inherit;
}
.m-the-whole-things-a-link a:focus {
  outline: 0px;
}
.m-the-whole-things-a-link a:focus-visible {
  text-decoration: underline;
}
.m-bkg-pin {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wp-block-column .m-event-info {
  padding-right: 15%;
  padding-left: 15%;
}
.m-bkg-pin {
  height: 80px;
}
/*
.wp-event-holder {
	position: relative;
	display: flex;
	justify-content: space-between;
}
*/
.wp-event-holder .m-event-gallery-spacer {
  width: 66.3%;
  padding-bottom: 42%;
}
.m-event-content:not(.m-alternate-image-placement) {
  width: 28%;
  padding: 20px 40px;
}
.m-event-gallery-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 66.3%;
}

@media (max-width: 1200px) {
  .wp-event-holder .m-event-gallery-spacer {
    width: 55%;
    padding-bottom: 0%;
  }
  .m-event-content {
    width: 35%;
  }
  .m-event-gallery-holder {
    width: 55%;
  }
}

@media (max-width: 1200px) {
  .wp-event-holder .m-event-gallery-spacer {
    display: none;
  }
  .m-event-gallery-holder {
    margin-top: 40px;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .m-event-content {
    width: 100%;
    padding: 0px;
  }
}

.m-kitchen-sink {
  position: relative;
}

.m-bkg-target {
  z-index: -1;
  left: 0%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.m-bkg-target * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.m-bkg-size-align-bottom .m-bkg-target {
  bottom: 0px;
}

.m-bkg-size-align-top .m-bkg-target {
  top: 0px;
}

.m-bkg-size-full-height .m-bkg-target {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}

.m-fancy-callout figcaption {
  display: none;
}

.m-fancy-callout-inner {
  position: relative;
}
.m-fancy-callout-inner p {
  max-width: 280px;
  width: 35%;
  margin-bottom: 0.8em !important;
}
@media (max-width: 1200px) {
  .m-fancy-callout-inner p {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .m-fancy-callout-inner p:first-of-type {
    margin-top: 30px;
  }
  .m-fancy-callout-inner p {
    max-width: none;
    width: 100%;
  }
}
.m-fancy-callout-inner .wp-block-image {
  position: absolute;
  width: 70%;
  left: 27%;
  top: 120px;
  bottom: 120px;
  height: calc(100% - 240px);
  z-index: 1;
}

.m-fancy-callout-inner .wp-block-image src,
.m-fancy-callout-inner .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-fancy-callout-inner .m-content {
  padding-left: 6%;
  padding-top: 200px;
  padding-bottom: 200px;
  max-width: 60%;
}

.m-fancy-callout-inner .block-editor-block-list__layout {
  position: inherit;
}

.m-fancy-callout-inner .m-content-inner {
  width: 35%;
  margin-left: 0px;
}

.m-fancy-callout-inner .wp-block-button {
  margin-left: 0px;
  max-width: 36%;
}

.m-fancy-callout-inner .m-hdr-target {
  position: relative;
  z-index: 2;
  max-width: 450px;
  margin-left: 0px;
}
body:not(.block-editor-writing-flow)
  .m-fancy-callout-inner
  .wp-block-image:before {
  content: "";
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  bottom: 0%;
  right: 0%;
}
.m-dark-gradient,
.m-fancy-callout-inner .wp-block-image:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+36,000000+100&0.35+0,0+36,0+100 */
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 36%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 36%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 36%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media (max-width: 1200px) {
  .m-fancy-callout-inner .wp-block-image {
    left: 40%;
    width: 55%;
  }
  .m-fancy-callout-inner .m-content-inner {
    width: 55%;
  }
}

@media (max-width: 1000px) {
  .m-fancy-callout-inner .wp-block-button {
    max-width: none;
  }
  .m-fancy-callout-inner .m-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .m-fancy-callout-inner .wp-block-image {
    top: 90px;
    bottom: 90px;
  }
}
@media (max-width: 800px) {
  .m-fancy-callout-inner .m-hdr-target {
    max-width: 70%;
    margin-bottom: -0.5em !important;
  }
  .m-fancy-callout-inner .wp-block-image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 110%;
    height: auto;
    margin-top: -15px;
  }
  .m-fancy-callout-inner .m-content {
    max-width: 85%;
  }
  .m-fancy-callout-inner .m-content-inner {
    width: 90%;
  }
  .m-fancy-callout-inner .m-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .m-fancy-callout-inner .m-hdr-target {
    max-width: 60%;
  }
  .m-fancy-callout-inner .m-content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }
}
.wp-block-video {
  margin: 0px;
}
.wp-block-video * {
  display: block;
}
.wp-block-column .m-promo-tile,
.splide__slide .m-promo-tile {
  height: 100%;
}

.m-promo-tile p:first-of-type {
  margin-top: 30px;
  font-style: italic;
}

.m-promo-tile p {
  margin-bottom: 0px;
}
.m-promo-tile {
  padding-bottom: 160px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.m-promo-tile:hover {
  transform: scale(1.03);
}
.m-promo-tile .wp-block-image {
  position: relative;
  padding-bottom: 110%;
}

.m-promo-tile .wp-block-image img,
.m-promo-tile .wp-block-image source {
  object-fit: cover;
}

.m-promo-tile .wp-block-image figcaption {
  display: none;
}

.m-promo-tile .m-h-s,
.m-promo-tile p {
  padding-left: 30px;
  padding-right: 30px;
}
.m-promo-tile .wp-block-button {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.m-promo-tile.m-align-block-center .wp-block-button {
  display: table;
  text-align: center;
  left: 50%;
  margin-left: -30px;
  transform: translateX(-30%);
}

.m-shadow-links {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.m_inner_padding_large {
  padding: 90px;
}

.m_inner_padding_medium {
  padding: 50px;
}

.m_inner_padding_small {
  padding: 30px;
}
@media (max-width: 1000px) {
  .m_inner_padding_large {
    padding: 45px 30px;
  }
  .m_inner_padding_medium {
    padding: 40px;
  }
  .m_inner_padding_small {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .m_inner_padding_large {
    padding: 40px 25px;
  }
  .m_inner_padding_medium {
    padding: 30px;
  }
  .m_inner_padding_small {
    padding: 18px;
  }
}

.m_align_right .m-inner {
  margin-right: 0px;
}
.m_align_right .m-gutter {
  padding-right: 0px;
}

@media (max-width: 1000px) {
  .m_align_right .m-gutter {
    padding-right: 6%;
    padding-left: 6%;
  }
  .m-bkg-size-full-height.m_align_right .m-inner {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
  }
}

.m-network-sites {
  position: relative;
  overflow: hidden;
}

.m-network-list {
  list-style: none;
}
.m-network-list li {
  margin-bottom: 20px;
}
body:not(.home) .m-network-list {
  columns: 2;
  column-gap: 40px;
}
body:not(.home) .m-network-list li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.m-network-list a {
  text-decoration: none;
  transition: padding-left 0.2s ease-in-out;
}

.m-network-list a:before,
.m-network-list a:after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  margin-top: 0.6em;
  background-color: #fff;
  transition: width 0.5s ease-in-out;
}
.m-network-list a:before {
  margin-left: -20px;
  transform: rotate(180deg);
  transform-origin: center left;
}

.m-network-list a:after {
  margin-left: 20px;
}
.m-network-img,
.m-network-content {
  position: absolute;
  right: -1000px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.1s;
  background-color: #fff;
}
.m-network-img {
  width: 465px;
  height: 485px;
  top: 60px;
  z-index: 101;
  -webkit-box-shadow: 0 4px 14px 0 rgba(6, 66, 91, 0.15);
  box-shadow: 0 4px 14px 0 rgba(6, 66, 91, 0.15);
}

.m-network-content {
  top: 0px;
  bottom: 0px;
  width: 302px;
  z-index: 100;
  padding: 42px;
}
.m-network-content-inner {
  position: absolute;
  top: 580px;
  right: 43px;
  width: 210px;
}
@media (min-width: 1200px) {
  .home .m-network-list li a:hover {
    padding-left: 20px;
  }
  .home .m-network-list a:hover:before,
  .home .m-network-list a:hover:after {
    width: calc(100% - 500px);
  }

  .home .m-network-list li a:hover .m-network-img,
  .home .m-network-list li a:hover .m-network-content {
    opacity: 1;
    right: 0px;
  }
}

@media (max-width: 800px) {
  body:not(.home) .m-network-list {
    columns: 1;
  }
}
.m-footer-cta-embeded-form {
  display: none;
}
.m-footer-cta-embeded-form input:not([type="submit"]) {
  width: 100%;
}

.m-footer-cta-embeded-form input {
  margin-bottom: 20px;
}

.m-footer-holder {
  display: flex;
  justify-content: space-between;
  gap: 5%
}

.m-footer-holder > *:nth-child(1) {
  max-width: 170px;
  width: 30%;

}
.m-footer-holder > *:nth-child(2) {
  width: 70%;
}
.m-footer-right-cols {
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
.m-footer-right-cols > *:nth-child(1) {
  max-width: 409px;
}
.m-footer-right-cols > *:nth-child(2) {
  max-width: 344px;
}
.m-footer-holder a {
  text-decoration: none;
}
#menu-footer-menu {
  list-style: none;
}

#menu-footer-menu li {
  margin-bottom: 20px;
}
#menu-footer-menu li a {
  transition: background-size 0.2s ease;
  text-decoration: none;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
#menu-footer-menu li a:hover,
#menu-footer-menu li a:focus {
  background-size: 100% 2px;
  -webkit-font-smoothing: auto;
}
.m-search-form-header {
  position: absolute;
  top: 100%;
  left: 0px;

  opacity: 0;
}
.m-search-form {
  width: 100%;
  z-index: 10;
  background-color: #fff;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  max-height: 0px;
  overflow: hidden;
}

.m-show-posts-search {
  max-height: 120px;
}
.m-show-search .m-search-form {
  max-height: 120px;
  opacity: 1;
  padding-left: 6%;
  padding-right: 6%;
}
.m-show-search .m-hdr-utility-holder .m-search-icon {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("_images/icon-x.svg");
}
.m-show-search .m-hdr-utility-holder .m-search-icon * {
  display: none;
}
.m-search-form input[type="search"] {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1em;
  border: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: 0px;
  display: block;
  width: 100%;
  background-color: transparent;
}
.m-search-form-header input[type="search"] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.m-search-form form {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-search-form input[type="submit"] {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 1201px) {
  .m-search-form-header {
    position: fixed;
    top: 60px;
  }
  .m-search-form input[type="search"] {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-appearance: none;
    width: calc(100% - 55px);
  }
}

.m-inline-block-links a {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 800px) {
  .m-footer-holder,
  .m-footer-right-cols {
    display: block;
  }
  #menu-footer-menu li a {
    font-weight: 500;
  }
  .m-footer-holder > * {
    width: 100%;
    max-width: none;
  }
  .m-footer-right-cols  > *:nth-child(1) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #215b73;
    
  }
  .m-footer-right-cols  > *:nth-child(2) {
    margin-top: 50px;
  }
  .m-footer-right-cols  > *:nth-child(2) .m-h-xs {
    margin-top: 50px;
  }
  .m-footer-cw {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 14px;
  }
  .m-footer-holder .m-footer-logo {
    max-width: 118px;
    display: block;
  }
}
@media (max-width: 1000px) {
  .wp-block-column {
    margin-bottom: 40px;
  }
}

.edit-post-visual-editor__post-title-wrapper h1 {
  padding: 40px;
}
.m-interior-header {
  padding-top: clamp(4.0625rem, 3.7755rem + 1.2245vw, 5rem);
  margin-bottom: clamp(3.75rem, 2.602rem + 4.898vw, 7.5rem);
  padding-bottom: 0 !important;
}
.m-interior-header .m-hl {
  max-width: 1000px;
  position: relative;
  z-index: 2;
  margin-bottom: 0px !important;
}

.m-interior-header .wp-block-image,
.m-interior-header .wp-block-image * {
  width: 100%;
  height: auto;
}

.m-interior-header figcaption {
  display: none;
}

@media (max-width: 1200px) {
  .m-interior-header .m-hl {
    overflow-wrap: break-word;
  }
}
.m-interior-header .wp-block-image,
.m-interior-header .wp-block-video,
.m-interior-header .wp-block-embed {
  margin-top: -0.5em;
  position: relative;
  z-index: 1;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display: block;
}

@media (max-width: 1000px) {
  .m-interior-header .wp-block-image {
    width: 100%;
  }
}
.m-hard-offset-left {
  padding-left: 240px;
}
.m-offset-left.m-inner-468 {
  transform: translateX(-50%);
}
.m-offset-left.m-inner-710 {
  transform: translateX(-20%);
}

@media (max-width: 1200px) {
  .m-offset-left {
    transform: none !important;
  }
  .m-hard-offset-left {
    padding-left: 0px;
  }
}
.m-slide-up-card {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.m-slide-up-card:hover {
  transform: scale(1.03);
}
.m-posts-archive .m-slide-up-card:hover {
  transform: none;
}
.m-filter-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.m-slide-up-card-image {
  padding-bottom: 115%;
}
.m-post-icon-holder {
  position: relative;
  width: 100%;
  z-index: 10;
  overflow: visible;
}

.m-post-icon-holder * {
  position: absolute;
  top: -120px;
  right: -20px;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.m-resources-style .m-slide-up-card-image {
  padding-bottom: 105%;
}
.m-slide-up-card-inner {
  padding: 40px 30px 60px 30px;
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  background-color: #fff;
  min-height: 20%;
}

.m-resources-style .m-slide-up-card-inner {
  padding-bottom: 30px;
  min-height: 40%;
}

.m-slide-up-card-inner .m-hl {
  max-width: 500px;
}
.m-slide-up-excerpt {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.3s ease-in-out;
}
.m-the-whole-things-a-link:hover .m-slide-up-excerpt {
  max-height: 120px;
}
.m-its-a-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 62px;
  height: 62px;
  transition: all 0.2s ease-in-out;
}
.m-its-a-link:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
}

.m-resources-style {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.m-filter-items > article,
.m-resources-style > article {
  width: 32%;
  overflow: hidden;
  padding-bottom: 20%;
}
.m-filter-items > article {
  padding-bottom: 10%;
}

.m-resources-style > article:nth-child(7n),
.m-resources-style > article:nth-child(7n + 1) {
  width: 66%;
}

.m-resources-style > article:nth-child(7n) .m-slide-up-card-image,
.m-resources-style > article:nth-child(7n + 1) .m-slide-up-card-image {
  padding-bottom: 50%;
}

@media (max-width: 1250px) {
  .m-resources-style > article:nth-child(7n) .m-slide-up-card-image,
  .m-resources-style > article:nth-child(7n + 1) .m-slide-up-card-image {
    padding-bottom: 105%;
  }
  .m-post-icon-holder {
    height: 65%;
  }
  .m-resources-style > article,
  .m-filter-items > article,
  .m-resources-style > article:nth-child(7n),
  .m-resources-style > article:nth-child(7n + 1) {
    width: 48%;
    padding-bottom: 0%;
  }
  .m-slide-up-card-inner {
    position: relative;
    top: auto !important;
    left: auto;
  }
  .m-slide-up-excerpt {
    max-height: none !important;
  }
  .m-slide-up-card-image {
    padding-bottom: 65%;
  }
}

@media (max-width: 750px) {
  .m-resources-style > article,
  .m-filter-items > article {
    width: 100% !important;
    margin-right: 0%;
    margin-left: 0%;
    padding-bottom: 0px;
  }
}

.m-select {
  -webkit-appearance: none;
  appearance: none;
  height: 60px;
  padding: 0px 80px 0px 25px;
  -webkit-border-radius: 30px !important;
  border-radius: 30px !important;
  position: relative;
  font-size: 16px;
  background-color: transparent;
  background-image: url(_images/icon-dropdown-menu.svg);
  background-repeat: no-repeat;
  background-position: 88% 48%;
  background-size: 13px 9px;
}

.m-filter-select select {
  margin-right: 30px;
  margin-bottom: 20px;
}

.m-accordion {
  margin-bottom: 30px;
}

.m-accordion-no-content > *:before,
.m-accordion-no-content > *:after {
  display: none;
}

.m-accordion > *:first-child {
  cursor: pointer;
  position: relative;
  padding-left: 100px;
}

.m-accordion.m-accordion-no-content > *:first-child {
  pointer: default !important;
}

.m-accordion > *:first-child:before,
.m-accordion > *:first-child:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.m-accordion-open.m-accordion > *:first-child:before,
.m-accordion-open.m-accordion > *:first-child:after {
  transform: rotate(-45deg);
  transform-origin: center;
}

.m-accordion-open {
  padding-bottom: 30px;
}
.m-accordion > *:last-child {
  margin-bottom: 0px !important;
}

.m-accordion > *:first-child:before {
  top: 0px;
  left: 16px;
  width: 2px;
  height: 35px;
}

.m-accordion > *:first-child:after {
  top: 16px;
  left: 0px;
  width: 35px;
  height: 2px;
}

.m-accordion-content {
  display: none !important;
  padding-left: 100px;
}

.m-accordion > *:first-child ~ * {
  display: none !important;
}

.m-accordion.m-accordion-open > *:first-child ~ * {
  display: block !important;
}

.m-accordion-open .m-accordion-content {
  display: block !important;
}

@media (max-width: 750px) {
  .m-accordion > *:first-child,
  .m-accordion-content {
    padding-left: 55px;
    padding-bottom: 40px;
  }
  .m-accordion > *:first-child:before {
    left: 12px;
    height: 26px;
  }

  .m-accordion > *:first-child:after {
    top: 12px;
    width: 26px;
  }
}
.m-fixed-sidebar {
  text-decoration: none;
}
.m-fixed-sidebar .m-fs-icon {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

@media (min-width: 750px) {
  .m-fixed-sidebar ul,
  .m-fixed-sidebar li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-left: auto;
    text-align: right;
  }
  .m-fixed-sidebar {
    position: fixed;
    z-index: 100;
    top: 50%;
    right: -200px;
    transform: translateY(-52%);
    transition: right 0.2s ease-in-out;
    text-decoration: none;
  }
  .m-show-sidebar .m-fixed-sidebar,
  .m-scrolled-plus:not(.home) .m-fixed-sidebar {
    right: 0px;
  }
  .m-fixed-sidebar .m-fs-link {
    position: relative;
  }
  .m-fixed-sidebar ul li:not(:last-child) .m-fs-link:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 20px;
    height: 1px;
    width: 40px;
    background-color: #a8a9ab;
  }
  .m-fixed-sidebar .m-fs-link {
    color: #fff !important;
    text-decoration: none;
    position: relative;
    padding-left: 80px;
    background-color: #000;
    display: inline-block;
    height: 76px;
    margin-left: auto;
  }

  .m-fixed-sidebar .m-fs-link .m-fs-icon {
    padding: 5px 0px;
    position: absolute;
    width: 80px;
    left: 0px;
    top: 20px;
    height: 38px;
    text-align: center;
  }

  .m-fixed-sidebar .m-fs-link .m-fs-icon * {
    height: 100%;
    width: auto;
  }

  .m-fs-header {
    margin-left: auto;
    width: 80px;
    font-weight: bold;
    padding: 24px 2px;
    text-align: center;
    text-transform: uppercase;
  }

  .m-fs-link-text {
    max-width: 0px;
    transition: max-width 0.2s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
  }
  .m-fa-link-text-inner {
    padding: 24px 20px 0px 0px;
  }

  .m-fixed-sidebar .m-fs-link:hover .m-fs-link-text {
    max-width: 180px;
  }
}

@media (max-width: 751px) {
  .m-fixed-sidebar,
  .m-fixed-sidebar ul {
    height: 60px;
    
  }
  .m-fixed-sidebar ul {
    display: flex;
    align-items: center;
  }
  .m-fixed-sidebar {
    position: fixed;
    bottom: -60px;
    padding-left: 110px;
    left: 0px;
    width: 100%;
    z-index: 100;
    transition: bottom 0.3s ease-in;
  }
  .m-show-sidebar .m-fixed-sidebar,
  .m-scrolled-plus:not(.home) .m-fixed-sidebar {
    bottom: 0px;
  }
  .m-fixed-sidebar ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    align-items: center;
  }
  .m-fixed-sidebar ul li {
    flex-grow: 1;
    text-align: center;
  }
  .m-fixed-sidebar .m-fs-header {
    padding: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 20px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .m-fixed-sidebar.m-fixed-sidebar-alt {
    flex-direction: row-reverse;
  }

  .m-fixed-sidebar.m-fixed-sidebar-alt .m-fs-header {
    white-space: nowrap;
  }
  .m-fixed-sidebar .m-fs-link {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px 0px 0px;
    display: block;
  }
  .m-fixed-sidebar-alt .m-fs-link {
    padding: 0px;
  }
  .m-fixed-sidebar-alt .m-fs-icon {
    margin-left: -8px;
  }
  .m-fixed-sidebar:not(.m-fixed-sidebar-alt) .m-fs-link-text {
    text-indent: -5000px;
    height: 0px;
    overflow: hidden;
  }

  .m-fs-icon * {
    height: 38px;
    width: auto;
  }
  .m-fixed-sidebar-alt .m-fs-link {
    padding-top: 0px;
    margin-top: -2px;
  }
  .m-fixed-sidebar-alt .m-fs-icon > *:first-child,
  .m-fixed-sidebar-alt .m-fs-icon > *:first-child * {
    position: absolute;
    height: 40px;
    top: -6px;
    width: auto;
    left: 0px;
  }
}
.m-first-column-no-wrap tr td:first-child {
  white-space: nowrap;
}


.wp-block-table tr td a {
  color: inherit;
}

.wp-block-table tr > td:first-child {
  
}
.wp-block-table tr > td:nth-child(2){
  padding-left: 20px;
}
.wp-block-table tr > td:first-child mark {
  
}

.m-interior-header-no-image {
  position: relative;
}

.m-interior-header-no-image .m-inner > * {
  max-width: 900px;
  margin-left: 0px;
}
.m-interior-header-no-image:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0.45em;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 0;
}

.m-tab-hidden {
  display: none;
}
.m-tabs [role="tablist"] {
  display: flex;
  justify-content: flex-start;
  column-gap: 40px;
}
.m-tabs [role="tablist"] button {
  -webkit-appearance: none;
  appearance: none;
  border: 0px;
  background-color: transparent;
  padding: 25px 60px 25px 0px;
  position: relative;
}
.m-tabs [role="tablist"] button * {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 40px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}
.m-weather-tabs .m-tabs-content {
}

.m-tabs [role="tablist"] {
  position: relative;
}
.m-sliding-selected {
  height: 7px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.m-bkg-pattern {
  position: relative;
}

body:not(.home) .m-footer-email .m-bkg-target {
  display: none;
}

body:not(.home) .m-footer-email {
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.home) .m-footer-email .m-inner {
  max-width: none;
  margin-left: -7%;
}

body:not(.home) .m-footer-email .m-inner aside {
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

body:not(.home) .m-box-with-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body:not(.home) .m-box-with-buttons > *:first-child {
  width: 37%;
}
body:not(.home) .m-box-with-buttons > *:last-child {
  width: 55%;
}
body:not(.home) .m-footer-email-right .wp-block-button {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}

@media (max-width: 1350px) {
  body:not(.home) .m-footer-email .m-inner {
    margin-left: 0%;
  }
}

@media (max-width: 1000px) {
  body .m-network-list li {
    padding-bottom: 10px;
  }
  body.home .m-inner {
    margin-right: auto;
  }
  body:not(.home) .m-box-with-buttons {
    display: block;
  }
  body:not(.home) .m-box-with-buttons > *:first-child {
    width: 100%;
  }
  body:not(.home) .m-box-with-buttons > *:last-child {
    width: 100%;
  }
  body.home .m-footer-email {
    padding-top: 40%;
  }
  .m-event-slider .m-bkg-pin {
    display: none;
  }
}
.m-hide {
  display: none;
}
.m-show {
  display: block;
}
.m-alert-cols {
  display: flex;
  gap: 2%;
  width: 90%;
  align-items: center;
}
.m-alert-link,
.m-header-alerts li > div:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.m-header-alerts ul {
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
}
.m-header-alerts li {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.m-header-alerts li:first-child {
  border-top: 0px;
}
.m-alert-link {
  min-width: 200px;
}
.m-alert-hdr {
  min-width: 25%;
}
.m-close-style {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0px;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  background-image: url("_images/icon-x.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

@media (max-width: 900px) {
  .m-alert-cols {
    display: block;
  }
  .m-header-alerts li > div:last-child {
    margin-top: -15px;
    margin-right: -15px;
  }
  .m-alert-hdr {
    margin-bottom: 10px;
  }
  .m-alert-link {
    margin-top: 10px;
  }
  .m-close-style {
    width: 30px;
    height: 30px;
  }
}

.m-p-left-small {
  padding-top: 20px;
}
.m-p-right-small {
  padding-left: 20px;
}
.m-p-left-small {
  padding-right: 20px;
}
.m-p-right-small {
  padding-bottom: 20px;
}

.m-p-top-medium {
  padding-top: 40px;
}
.m-p-left-medium {
  padding-left: 40px;
}
.m-p-right-medium {
  padding-right: 40px;
}
.m-p-bottom-medium {
  padding-bottom: 40px;
}

.m-p-top-large {
  padding-top: 60px;
}
.m-p-left-large {
  padding-left: 60px;
}
.m-p-right-large {
  padding-right: 60px;
}
.m-p-bottom-large {
  padding-bottom: 60px;
}

.m-slide-up-card-single > figure {
  position: relative;
  padding-bottom: 140%;
  margin: 0px -40px 20px -40px;
}

.m-slide-up-card-single {
  padding: 0px 40px 180px 40px;
  margin-bottom: 40px;
}

.m-slide-up-card-single-inner p {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.m-slide-up-card-single:hover .m-slide-up-card-single-inner p {
  max-height: 200px;
}
.m-slide-up-card-single {
  position: relative;
}
.m-slide-up-card-single-inner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 40px 40px 0px 40px;
  min-height: 220px;
}
.m-slide-up-card-single:hover .m-slide-up-card-single-inner {
  min-height: inherit;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .m-slide-up-card-single-inner p {
    max-height: none;
  }
  .m-slide-up-card-single-inner {
    padding: 30px 50px 30px 20px;
  }
  .m-slide-up-card-single > figure {
    margin-bottom: 50px;
  }
}

.m-slide-up-card-simple {
  border: 1px solid #e5ecef;
}

.gform_wrapper
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.gform_wrapper textarea,
.m-input-style,
.gform_wrapper select,
.m-form-styles
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.m-form-styles textarea,
.m-form-styles select {
  font-size: 16px !important;
  line-height: 1.2em;
  padding: 20px 20px 20px 25px !important;
  margin-top: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  border-width: 1px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.m-form-styles input[type="date"],
.m-form-styles input.date {
  background-image: url("_images/icon-calendar.svg");
  background-size: 20px 23px;
  background-repeat: no-repeat;
  background-position: 98% center;
}
.m-checkout-main
  .m-form-styles
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.m-checkout-main select {
  margin-top: 15px !important;
}

.m-form-styles .m-two-col {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.m-form-styles .m-two-col > * {
  flex-grow: 1;
}

@media (max-width: 500px) {
  .m-form-styles .m-two-col {
    display: block;
  }
  .gform_wrapper input:not([type="submit"]),
  .gform_wrapper textarea,
  .m-input-style,
  .gform_wrapper select,
  .m-form-styles
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .m-form-styles textarea,
  .m-form-styles select {
    padding: 12px 12px 12px 16px !important;
    min-height: 47px !important;
  }
}

/*
.m-form-styles input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.m-form-styles textarea,
.m-form-styles select {
  margin-top: 15px !important;
}
*/
.m-fancy-checkbox label,
.gfield_checkbox label {
  position: relative;
  padding-left: 50px !important;
}
.m-fancy-checkbox label input,
.gfield_checkbox input {
  position: absolute;
  opacity: 0;
}
.m-fancy-checkbox label input:checked ~ span:before,
.gfield_checkbox input:checked ~ label:before {
  background-image: url("_images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: 45% 30%;
  background-size: 60% 70%;
}
.m-fancy-checkbox label span:before,
.gfield_checkbox input ~ label:before {
  width: 30px;
  height: 30px;
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
}
.gform_wrapper .gfield,
.ginput_complex > span {
  position: relative;
}
.ginput_complex > span {
  display: block;
  margin-top: 16px !important;
}
.gform_wrapper .gfield label:not(.gfield_label_before_complex),
.m-form-styles label {
  font-weight: 400 !important;
  padding-top: 6px !important;
  padding-bottom: 4px !important;

  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: left center;
  display: block;
}

.m-form-styles select {
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
  -webkit-appearance: none;
}

.gform_wrapper
  div.gfield:not(.m-no-material)
  label:not(.gfield_label_before_complex) {
  position: absolute;
  top: 0.8em;
  left: 25px;
  bottom: auto;
  transition: top 0.2s ease-in-out;
  pointer-events: none;
}

.gform_wrapper.gravity-theme .gsection {
  margin-top: 60px;
}

.gform_wrapper .gfield_required {
  font-style: normal !important;
  color: inherit !important;
  font-size: inherit !important;
  text-transform: lowercase;
}

.gform_wrapper div.gfield:not(.m-no-material).m-focused label:not(.gfield_label_before_complex) {
  transform-origin: top left;
  transform: scale(0.85);
  top: -3px;
  background-size: auto 13px;
}
.gform_wrapper  .gfield_description {
  font-size: .9em !important;
}

@media (max-width: 500px) {
  .gform_wrapper
    div.gfield:not(.m-no-material)
    label:not(.gfield_label_before_complex) {
    position: relative;
    top: auto;
    left: auto;
  }
  .gform_wrapper div.gfield.m-focused label:not(.gfield_label_before_complex) {
    top: auto;
    transform: none;
  }
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 0px !important;
}
.gform_wrapper.gravity-theme legend.gfield_label_before_complex {
  padding-top: 25px !important;
  display: block;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 30px;
}

.m-posts-archive .wp-block-columns {
  justify-content: space-between;
}
.m-posts-archive .wp-block-columns .wp-block-column {
  flex-basis: auto !important;
}
.m-article-holder {
  min-height: 550px;
  position: relative;
}
@media (max-width: 1500px) {
  .m-article-holder {
    min-height: 40vw;
  }
}
.m-article-image-holder {
  display: block;
  width: 66.6%;
  position: absolute;
  top: 0%;
  height: 86%;
}
.m-posts-archive > article:nth-child(odd) .m-article-image-holder {
  left: 0%;
  right: 33.3%;
}
.m-posts-archive > article:nth-child(even) .m-article-image-holder {
  left: 33.3%;
  right: 0%;
}
.m-posts-archive > article:nth-child(odd) .m-article-holder {
  padding-left: 70%;
}
.m-posts-archive > article:nth-child(even) .m-article-holder {
  padding-right: 70%;
}

.m-posts-archive header > * {
  margin-bottom: 0px;
}
.m-posts-archive header a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .m-article-image-holder {
    width: 50%;
    padding-bottom: 35%;
  }
  .m-posts-archive > article:nth-child(odd) .m-article-image-holder {
    right: 50%;
  }
  .m-posts-archive > article:nth-child(even) .m-article-image-holder {
    left: 50%;
  }
  .m-posts-archive > article:nth-child(odd) .m-article-holder {
    padding-left: 55%;
  }
  .m-posts-archive > article:nth-child(even) .m-article-holder {
    padding-right: 55%;
  }
}

@media (max-width: 650px) {
  .m-posts-archive .m-bkg-target {
    top: 5% !important;
  }
  .m-article-image-holder {
    width: 100%;
    padding-bottom: 56.6%;
    position: relative;
    left: auto !important;
    right: auto !important;
    bottom: auto;
    top: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .m-posts-archive > article:nth-child(odd) .m-article-holder {
    padding-left: 0%;
  }
  .m-posts-archive > article:nth-child(even) .m-article-holder {
    padding-right: 0%;
  }
}

.wp-block-quote,
.wp-block-quote p {
  font-style: italic;
  font-size: 24px !important;
}
.m-cat-buttons {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.m-cat-buttons li {
  margin: 20px;
  display: inline-block;
  vertical-align: top;
}
.m-cat-select {
  display: none;
}
.m-cat-select select:hover {
  background-color: transparent;
}
.gform_wrapper select {
  position: relative;
  padding-right: 80px;
  background-repeat: no-repeat;
  background-position: right 30px center;
  -webkit-appearance: none;
  appearance: none;
  padding: 18px 20px 19px 25px !important;
}

@media (max-width: 1000px) {
  .m-cat-buttons {
    display: none;
  }
  .m-cat-select {
    padding-top: 40px;
    display: block;
    padding-bottom: 40px;
  }
}

.m-navigation ul,
.m-navigation-next-prev ul {
  list-style: none;
  padding: 0px !important;
  margin: 0px;
}
.m-navigation ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
}
.m-navigation ul li > * {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 23px;
  margin: 7px;
}
.m-navigation
  ul
  li:not(.m-pagination-prev):not(.m-pagination-next):not(.m-elips)
  > * {
  border-width: 1px;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 62px;
  height: 62px;
}

.m-navigation .m-pagination-prev > *,
.m-navigation .m-pagination-next > * {
  width: 24px;
  height: 62px;
  text-indent: -5000px;
  background-size: 9px 14px;
  background-repeat: no-repeat;
}
.m-pagination-prev > *[aria-hidden="true"],
.m-pagination-next > *[aria-hidden="true"] {
  opacity: 0.2;
  cursor: default;
}
.m-navigation .m-pagination-prev > * {
  background-image: url("_images/icon-left-arrow.svg");
  background-position: left center;
}
.m-navigation .m-pagination-next > * {
  background-image: url("_images/icon-right-arrow.svg");
  background-position: right center;
}

.m-pagination-holder {
  display: flex;
  justify-content: space-between;
}
.m-navigation-next-prev ul {
  display: flex;
}

.m-block-arrows > *,
.m-navigation-next-prev ul li > * {
  display: block;
  width: 62px;
  height: 62px;
  text-indent: -5000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.m-navigation-next-prev ul li > *:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background-repeat: no-repeat;
  background-size: 50% 45%;
  background-position: center;
}
.m-navigation-next-prev ul li.m-pagination-next > *:after {
  background-image: url("_images/icon-right-arrow-with-stem.svg");
}

.m-navigation-next-prev ul li.m-pagination-prev > *:after {
  background-image: url("_images/icon-left-arrow-with-stem.svg");
}

@media (max-width: 1000px) {
  .m-pagination-holder {
    display: block;
  }
  .m-navigation-next-prev {
    display: none;
  }
  .m-navigation ul li > * {
    padding-top: 15px;
    margin: 3px;
  }
  .m-navigation
    ul
    li:not(.m-pagination-prev):not(.m-pagination-next):not(.m-elips)
    > * {
    width: 47px;
    height: 47px;
  }
  .m-navigation .m-pagination-prev > *,
  .m-navigation .m-pagination-next > * {
    width: 20px;
    height: 47px;
  }
}

/* Columns Responsive Fix */

@media (max-width: 1350px) {
  .has-4-columns,
  .has-5-columns,
  .has-6-columns {
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: center;
  }
  .has-4-columns > *,
  .has-5-columns > *,
  .has-6-columns > * {
    width: 45%;
    flex-grow: initial !important;
    flex-basis: auto !important;
    margin-bottom: 2%;
  }
  .has-5-columns > *,
  .has-6-columns > * {
    width: 24% !important;
    margin-bottom: 2%;
  }
}

@media (max-width: 1200px) {
  .has-3-columns,
  .whm-column-layouts-6666-3333,
  .whm-column-layouts-3333-6666 {
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: center;
  }
  .has-3-columns > *,
  .whm-column-layouts-6666-3333 > *,
  .whm-column-layouts-3333-6666 > * {
    width: 45%;
    flex-grow: initial !important;
    flex-basis: auto !important;
    margin-bottom: 2%;
  }
}
.m-simple-card {
  background-color: #fff;
  height: 100%;
}
.m-simple-card .m-img {
  padding-bottom: 120%;
}

.m-simple-card-content {
  padding: 35px 30px;
}
.m-slider-simple-cards .m-slide-styles .splide__arrows {
  bottom: -100px;
  right: 60px;
}

.m-slider-simple-cards .m-slide-styles .splide__pagination {
  bottom: -88px;
}

@media (max-width: 1000px) {
  .m-slider-simple-cards .m-slide-styles .splide__arrows {
    bottom: -80px;
    right: 0px;
  }
  .m-slider-simple-cards .m-slide-styles .splide__pagination {
    bottom: -38px;
  }
}

.m-loading {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.m-loading-complete {
  opacity: 1;
}

#lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90vh;
  width: 90vw;
  z-index: 1001;
  text-align: center;
}

#lightbox .whm-lightbox-inner {
  overflow: auto;
  position: relative;
  display: inline-block;
  text-align: left;
  max-height: 90vh;
}

#lightbox .whm-lightbox-inner .whm-btn-close-lightbox {
  display: block;
  position: absolute;
  z-index: 1002;
  padding: 0px;
  top: 5px;
  right: 5px;
  -webkit-appearance: none;
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("_images/close-icon-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  width: 40px;
  height: 40px;
  text-indent: -5000px;
  cursor: pointer;
}

.whm-has-modal:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}

@media (max-width: 700px) {
  #lightbox .whm-lightbox-inner .whm-btn-close-lightbox {
    top: 5px;
    right: 5px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

.whm-post-lightbox {
  background-color: #fff;
  padding: 40px;
  width: 80vw;
}
.whm-post-lightbox * {
  margin-bottom: 0px;
}

@media (max-width: 750px) {
  .whm-post-lightbox {
    padding: 20px;
  }
  #lightbox .whm-lightbox-inner .whm-btn-close-lightbox {
    top: 18px;
    right: 18px;
  }
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: auto;
}

.wp-block-buttons:not(.is-content-justification-space-between):not(
    .is-content-justification-right
  ):not(.is-content-justification-left):not(.is-content-justification-center)
  .wp-block-button.aligncenter,
.aligncenter.m-card .wp-block-button,
.wp-block-button.m-cntr {
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.m-search-results,
.m-search-results li {
  list-style: none;
  padding: 0px !important;
  margin: 0px;
}
.m-hr {
  border: 0px;
  height: 0px;
  overflow: hidden;
}

.m-checklist {
  columns: 3;
  column-gap: 40px;
  list-style: none;
  padding-left: 0px !important;
}

.m-checklist li {
  background-image: url("_images/icon-check.svg");
  background-size: 1.2em auto;
  background-position: 0em 0.2em;
  background-repeat: no-repeat;
  padding-left: 2em;
  margin-bottom: 0.5em;
}

@media (max-width: 1000px) {
  .m-checklist {
    columns: 2;
  }
}

@media (max-width: 500px) {
  .m-checklist {
    columns: 1;
  }
}
.m-slide-styles-minimal ul {
  padding-left: 8px;
}

.m-slide-styles-minimal .splide__arrows button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 55px;
}
.m-slide-styles-minimal .splide__arrows button.splide__arrow--prev {
  transform: rotate(180deg);
}
.m-slide-styles-minimal .splide__arrows button svg {
  width: 100%;
  height: 100%;
}

.m-rental-page #access > div > ul {
  justify-content: flex-end;
  max-width: none;
  gap: 4%;
  align-items: center;
}

.m-rental-page .m-hdr-menu {
  width: 100%;
}

.m-flush-ul {
  padding-left: 0px !important;
  list-style: none;
}

.m-icon {
  padding-left: 1.8em;
  position: relative;
}
.m-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  width: 1.5em;
}
.m-icon-filter:before {
  background-image: url("_images/icon-filter-list-solid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.m-icon-clear:before {
  background-image: url("_images/icon-reset.svg?v=2");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.m-error-2 {
  color: red;
}

.tribe-events-single {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.tribe-events-single-event-title,
.single-tribe_events .tribe-events-back,
.single-tribe_events .tribe-events-schedule,
.single-tribe_events .tribe-events-event-image {
  margin-left: calc(-38vw + 38%) !important;
  margin-right: calc(-38vw + 38%) !important;
  max-width: 88vw;
  width: 88vw;
}
.single-tribe_events .tribe-events-event-image * {
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .tribe-events-single-event-title,
  .single-tribe_events .tribe-events-back,
  .single-tribe_events .tribe-events-schedule,
  .single-tribe_events .tribe-events-event-image {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none;
    width: 100%;
  }
}

@media (min-width: 800px) {
  .single-post .entry-content > figure > .wp-block-embed__wrapper {
    margin-left: calc(-44vw + 50%);
    margin-right: calc(-44vw + 50%);
    max-width: 88vw;
    width: 88vw;
  }
}

@media (min-width: 1650px) {
  .single-post .entry-content > figure > .wp-block-embed__wrapper {
    width: 1440px;
    margin-left: -365px;
    margin-right: 0px;
  }
}

.m-loading-icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.m-kitchen-sink .has-5-columns {
  /* flex-wrap: wrap !important; */
  justify-content: center;
}
.m-kitchen-sink .has-5-columns > * {
  min-width: 240px;
  flex-grow: 0 !important;
}

.m-animated-header-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
}
.m-animated-header-inner a {
  color: inherit;
  text-decoration: none;
}
.m-animated-header-inner a:hover {
  opacity: 0.9;
}
.m-animated-header-inner a {
  color: inherit;
  text-decoration: none;
}
.m-animated-header-inner a:hover {
  opacity: .9;
}
.m-ani-image-overlay {
  position: absolute;
  top: 240px;
  width: 70%;
  left: 15%;
  height: calc(100% - 240px);
}

.m-ani-header-holder {
  overflow: hidden;
}

@media (max-width: 1600px) {
  .m-ani-image-overlay {
    width: 76%;
    left: 12%;
  }
}

@media (max-width: 1200px) {
  .m-ani-image-overlay {
    width: 80%;
    left: 10%;
  }
}

.m-ani-image-overlay-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.m-animated-header .m-ani-image,
.m-animated-header .m-ani-image *,
.m-ani-overlay {
  height: 100%;
  display: block;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.m-ani-overlay {
  opacity: 0;
  z-index: 2;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.m-animated-header .m-ani-headline-1 {
  position: absolute;
  top: 50px;
  left: 0%;
  z-index: 2;
  opacity: 1;
  width: 100%;
}

.m-animated-header .m-ani-headline-1-inner {
  max-width: 800px;
}

.m-animated-header .m-ani-headline-2 {
  position: absolute;
  top: 320px;
  left: 6%;
  opacity: 0;
  z-index: 3;
  width: 100%;
}

.m-animated-header .m-ani-headline-2-inner {
  max-width: 840px;
}

@media (max-width: 1000px) {
  .m-animated-header .m-ani-headline-1-inner {
    max-width: 500px;
  }
  .m-ani-image-overlay {
    top: 190px;
  }
}

@media (max-width: 500px) {
  .m-animated-header .m-ani-headline-1-inner {
    max-width: 350px;
  }
  .m-ani-image-overlay {
    top: 120px;
  }
  .m-animated-header .m-ani-headline-2-inner {
    max-width: 300px;
  }
  .m-animated-header .m-ani-headline-2 {
    top: 180px;
  }
}

.tribe-events-sub-nav li a {
  background-color: transparent;
  padding: 5px 0px;
}

@media (max-width: 1000px) {
  .m-reverse-mobile {
    flex-direction: column-reverse;
  }
}
.m-template-pre-render {
  opacity: 0;
}
.wp-block-columns {
  gap: 2%;
}
.wp-block-columns.has-2-columns {
  gap: 6%;
}
.is-layout-flex {
  display: flex;
}
.wp-block-table tr td,
.wp-block-table tr th {
  border: 0px;
  padding: clamp(0.9375rem, 0.6505rem + 1.2245vw, 1.875rem);
  padding-left: 0;
  vertical-align: top;
 line-height: 1.3em;
}

.is-layout-flex.wp-block-buttons {
  gap: 20px;
  flex-wrap: wrap;
}
.wp-block-gallery {
  flex-wrap: wrap;
}
.wp-block-gallery > * {
  max-width: 31%;
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: block;
}
@media (max-width: 1000px) {
  .wp-block-table td {
    min-width: 120px;
  }
  .wp-block-table td {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .reverse-mobile {
    flex-direction: column-reverse;
  }
}

@media (max-width: 750px) {
  .mcp-activities-override-background-size-on-mobile .m-bkg-target {
    top: 7% !important;
  }
}
.m-apply-promo-link {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.m-apply-promo-link:hover {
  text-decoration: underline;
}

.wp-block-table.m-vertically-allgn-table-cells tr td {
  vertical-align: middle;
}

.m-footer-partners {
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  
}
.m-footer-partners>li {
  width: 75px;
  height: 65px;
}
.m-footer-partners>li * {
  filter: brightness(0) invert(1);
}
.post-password-form label {
  display: block;
}
.post-password-form input[type=password]{
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.m-nowrap-first-column tr>td:first-child {
  white-space: nowrap;
}
.m-bold-first-column tr>td:first-child {
  font-weight: bold;
}
.m-groomed {
  font-size: .6em; 
  position: absolute; 
  margin-top: -.9em;
  font-weight: 700;
}