.hero h2 {
	text-shadow: 0px 0px 10px #111;
}
.new-map-intro .bg-img h2 {
	font-size: 40px;
}
.no-style {
	border: 0;
	background-color: transparent;
}
.cursor-pointer {
    cursor: pointer;
    transition: all .35s ease;
}
.cursor-pointer:hover {
    opacity: .7;
}
span.button {
	background: #8C1711;
	color: #fff;
	border-radius: 30px;
	padding: 17px 15px;
	line-height: 0;
	font-weight: bold;
	transition: all .35s ease;
}
span.button:hover {
	background: #fff;
	color: #8C1711;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.api-listings > div {
    flex: 1 0 33.33%;
    padding:5px;
}
.banner-22 {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 10px 30px;
    position: relative;
}
.banner-grad {
    background: linear-gradient(177deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); 
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
}
.max-width {
    width: 100%;
	max-width: 1040px;
	margin: auto;
}
.half {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 50%;
}
.third {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 33.33%;
}
.two-thirds {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 66.66%;
}
.quarter {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 25%;
}
.quarter img {
    max-width: 170px;
    height: auto;
    border-radius: 10px;
}
.page-template-home-2022 .quarter:hover img {
	margin-top: -5px;
	margin-bottom: 5px;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-col {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-center {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.align-center {
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
}
.justify-content {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.justify-content-space-between {
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between ;
}
.flex-end {
	-webkit-align-content: flex-end;
	-ms-align-content: flex-end;
	align-content: flex-end;
}
.flex-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.align-items-center {
     -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.custom-bg {
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
    overflow: hidden;
    transition: all .35s ease;
}
.quarter .custom-bg {
	height: 200px
}
.custom-bg .hover-btn {
	transition: all .35s ease;
}
.custom-bg .hover-btn:first-of-type {
	margin-top: 350px;
}
.custom-bg:hover .hover-btn:first-of-type {
	margin-top: 0;
}
.more-btn {
	margin-top: 20px;
}
.spacing {
    margin: 1%;
}
a img {
    transition: all .35s ease;
}
.trail-icon {
    width: 65px;
}
.dark-blue-bg {
    background-color: #101726;
}
.dark-cream-bg {
    background-color: #DCD7CC;
}
.cream_bg {
    background-color: #F2F0EB;
}
.cream_bg_grad {
    background: rgb(220,215,204);
    background: linear-gradient(90deg, rgba(220,215,204,1) 50%, rgba(242,240,235,1) 50%);
}
.cream_bg .wpcf7 input, 
.cream_bg .wpcf7 textarea {
	background-color: #fff !important;
	border-bottom: 2px solid #8C1711 !important;
	max-width: none !important;
  margin-top: 5px;
}
.white_bg .wpcf7 input, 
.white_bg .wpcf7 textarea {
	border-bottom: 2px solid #8C1711 !important;
	max-width: none !important;
}
.cream_bg .wpcf7 .wpcf7-submit,
.white_bg .wpcf7 .wpcf7-submit {
	border: 0;
	background-color: #8C1711 !important;
	color: #fff;
	padding: 6px 20px;
	font-weight: bold;
}
.cream_bg .wpcf7 .wpcf7-submit:hover,
.white_bg .wpcf7 .wpcf7-submit:hover {
	background-color: #1A263E !important;
}
.bg-graphic {
  background-image:url(../images/rothie-tree-dark-red.svg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.grey_bg {
    background-color: #eee;
    color: #595959;
}
.white_bg {
    background-color: #fff;
    color: #595959;
}
.red_bg {
    background-color: #8C1711;
    color: #fff;
}
.navy_bg {
    background-color: #101726;
    color: #fff;
}
.red_bg a, 
.red_bg p {
    color: #fff;
}
.red_bg a:hover {
    color: #101726;
}
.navy_bg a, 
.navy_bg p {
    color: #fff;
}
.text-center {
	text-align: center;
}
.more-btns .button {
	margin: 0 5px 5px;
    padding: 3px 15px 1px !important;
} 
.more-btns h3 {
    margin-right: 5px;
    margin-left: 1%;
}
.curved-corners {
    border-radius: 12px;
}
.quick-book.id-2,
.quick-book.id-3,
.quick-book.id-4,
.quick-book.id-5 {
    display: none;
}
.quick-book {
    margin-bottom: 10px;
    padding: 30px;
    text-align: left;
}
.quick-book h1 {
	margin: 0;
}
.quick-book h2 {
	margin-top: 0;
}
.white-button {
    background-color: #fff;
    padding: 6px 35px 4px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 0;
    border: none;
    border-radius: 24px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    color: #8C1711 !important;
}
.white-button:hover {
	background-color: #333;
	color: #fff !important;
}
blockquote p {
	color: #8C1711;
	font-weight: 900;
}
.quick-book .white-button {
	margin-right: 10px;
}
.date-picker-temp {
	padding: 8px 0 0 10px;
}
.news-text {
	text-align: left;
	padding: 0 20px 20px;
	background-color: #fff;
}
.bg-image {
	background-size: cover;
	background-position: center center;
    position: relative;
	overflow: hidden;
}
.news-posts .bg-image .button-container {
	transition: all .35s ease;
    position: absolute;
    bottom: -100px;
}
.news-posts .bg-image:hover .button-container {
	bottom: 30%;
}
.extra-margin-bottom {
	margin-bottom: 40px;
}
.text-right {
    text-align: right;
    width: 100%;
    z-index: 1;
}
.announcement-banner {
    background: #A34540;
    color: #fff;
	max-height: 0;
    overflow: hidden;
    text-align: center;
}
.announcement-banner p {
    color: #fff;
}
.announcement-banner a {
	font-weight: bold;
	color: #fff !important;
}
.announcement-banner a:hover {
	text-decoration: underline;
}
.slide-down {
	-webkit-animation: slide 2s 1s 1 forwards; 
	-moz-animation:    slide 2s 1s 1 forwards; 
	-o-animation:      slide 2s 1s 1 forwards; 
	animation:         slide 2s 1s 1 forwards; 
}
@-webkit-keyframes slide {
	0%   { max-height: 0; }
	100% { max-height: 550px; }
}
@-moz-keyframes slide {
	0%   { max-height: 0; }
	100% { max-height: 550px; }
}
@-o-keyframes slide {
	0%   { max-height: 0; }
	100% { max-height: 550px; }
}
@keyframes slide {
	0%   { max-height: 0; }
	100% { max-height: 550px; }
}
.page-template-template-map-pages a .red-text:hover {
	color: #333 !important;
}
.d-none,
.hide-first-trail .item-1 {
    display: none !important;
}
.mt-0 {
	margin-top: 0;
} 
.mt-10 {
	margin-top: 10px;
} 
.mt-20 {
	margin-top: 20px;
} 
.mt-30 {
	margin-top: 30px;
} 
.mb-0 {
	margin-bottom: 0px;
} 
.mb-10 {
	margin-bottom: 10px !important;
} 
.mb-20 {
	margin-bottom: 20px;
} 
.mb-30 {
	margin-bottom: 30px;
} 
.me-10 {
	margin-right: 10px;
} 
.me-20 {
	margin-right: 20px;
} 
.ps-10 {
	padding-left: 10px;
}
.pe-10 {
	padding-right: 10px;
}
.p-20 {
    padding: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.ps-20 {
    padding-left: 20px;
}
.pe-20 {
    padding-right: 20px;
} 
.pt-10 {
    padding-top: 10px;
} 
.pb-10 {
    padding-bottom: 10px;
}
.fw-bold {
    font-weight: 900;
}
.flex-grow-1,
.a-trail p:first-of-type {
	flex-grow: 1;
}
.a-trail {
	align-items: start;
}
.w-100 {
	width: 100%;
}
.h-100 {
    height: 100%;
    min-height: 200px;
}
.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}
.d-grid-3 {
    padding: 1.5rem 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.d-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.gallery img:nth-child(even) {
	margin-top: 30px;
}
.page-link {
	width: 100%;
	max-width: 336px;
}
.page-img {
	width: 100%;
	height: 200px;
}
.bg-img {
	background-size: cover;
	background-position: center center;
}
.min-height {
	min-height: 400px;
}
.menu-maps-sub-menu-container {
	width: 100%;
}
.menu-maps-sub-menu-container li:first-of-type::before {
	content: "Discover... ";
	color: #8C1711;
	font-size: 28px;
    line-height: 0;
}
.menu-maps-sub-menu-container a {
    padding: 5px 10px;
    margin-right: 8px;
    transition: all .35s ease;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    background: #8C1711;
    color: #fff !important;
    border-radius: 30px;
}
.menu-maps-sub-menu-container a:hover {
	background: #272727;
}
.map-btn a:hover,
.map-btn.current_page_item a  {
	background: #8C1711;
	color: #fff !important;
}
.menu-maps-sub-menu-container li:last-of-type a {
	margin-right: 0;
}
.position-relative {
      position: relative;
  }
.red-text,
.red-text p {
    color: #8C1711;
}
.white-text {
    color: #fff !important;
}
.map-btn a {
	background: #fff;
    border-radius: 0px !important;
    color: #8C1711 !important;
}
.d-inline-block {
	display: inline-block;
}
.hide-on-mobile {
    display: inline-block;
}
.show-on-mobile {
    display: none;
}
.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100%;
    z-index: 999;
    transition: all .35s ease;
    padding: 60px 20px 20px 20px;
}
.side-menu ul {
    padding: 0;
    margin-left: 0 !important;
    margin-top: 15px;
}
.side-menu li {
    margin-bottom: 10px;
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.side-menu a {
    margin-left: 0 !important;
    font-weight: bold;
}
.side-menu.show-mobile-navigation {
    right: 0px;
}
.burger, .close-icon {
	font-size: 30px;
	color: #8C1711;
	cursor: pointer;
}
.burger:hover, .close-icon:hover {
	color: #333;
}
.close-icon {
	position: absolute;
	right: 20px;
	top: 10px;
}
.map-key {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 250px;
}
.map_bg {
  background-image:url(../images/map_bg.png);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
    .announcement-banner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner-22 {
        height: 420px;
    }
}

@media (max-width: 960px) {
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: inline-block;
    }
    .d-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .d-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .cream_bg_grad {
        background: none;
    }
    .menu-maps-sub-menu-container li:first-of-type::before {
        content: "";
    }
    .menu-maps-sub-menu-container ul {
        margin-top: 0;
    }
    .sub-nav ul {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    .sub-nav ul .flex-grow-1 {
        flex-grow: 0;
    }
    .cart-burger {
      -webkit-display: flex !important;
      -ms-display: flex !important;
      display: flex !important;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
    }
    .cart .material-symbols-outlined {
      font-size: 32px;
      margin-right: 15px;
    }
}

@media (max-width: 836px) {
    .map-key {
        position: relative;
        bottom: 0;
        right: 0;
        max-width: none;
        padding: 20px;
    }
}
@media (max-width: 910px) {
    .key-links .quarter {
        -webkit-flex: 1 48%;
        -ms-flex: 1 48%;
        flex: 1 48%;
        max-width: none;
    }
    .half {
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        max-width: none;
    }
    .news-posts .bg-image {
        height: 250px;
    }
}
@media (max-width: 790px) {
    .welcome-links .quarter {
        -webkit-flex: 1 48%;
        -ms-flex: 1 48%;
        flex: 1 48%;
        max-width: none;
    }
    .third {
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        max-width: none;
    }
    .banner-22 {
        height: 260px;
    }
    .page-template-home-2022 .banner-22 h1 {
        font-size: 1.5em;
    }
    .d-grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .min-height {
      min-height: 200px;
    }
}
@media (max-width: 480px) {
    .key-links .quarter {
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        max-width: none;
    }
    .news-posts .bg-image {
        height: 220px;
    }
    .map-key {
        padding: 10px;
    }
    .map-banner {
        padding: 5px 0 !important;
    }
}


button.button {
	background: #8C1711;
	border: 0;
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
	padding: 5px 15px;
    margin: auto;
    transition: all .35s ease;
}
button.button:hover {
	background: #fff;
	color: #8C1711;
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal-dialog-scrollable .modal-content-bs {
    max-height: 100%;
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  
  .modal-content-bs {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    padding: 0;
    background: transparent;
    border: 0;
  }
  
  .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
  }
  
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
  }
  
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    border-radius: 0 0 6px 6px;
  }
  
  .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
  }
  
  @media (min-width: 576px) {
    .modal {
      --bs-modal-margin: 1.75rem;
      --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modal-dialog {
      max-width: 760px;
      margin-right: auto;
      margin-left: auto;
    }
    .modal-sm {
      --bs-modal-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
  .modal-xl {
      --bs-modal-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      --bs-modal-width: 1140px;
    }
  }
  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content-bs {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
  
  @media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content-bs {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-md-down .modal-content-bs {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content-bs {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content-bs {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content-bs {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto;
    }
  }