/*
 * Stylesheet : Gilmer County Chamber
 * Created    : August 2023
 * -----------------------------------------------------------------------------------
 */
@import url('../fonts/SegoeUI.css');
@import url('../fonts/ProximaNovaCond.css');
@import url('../fonts/ProximaNovaExCn.css');
@import url('../fonts/Pacifico.css');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*-----------------------------------------------------------------------------------*/
/* Basic
/*-----------------------------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 20px;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.5;
  color: #4b4b4b;
  background-color: #eee;
  -webkit-text-size-adjust: 100%;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1080px;
  height: 1920px;
  margin: auto;
  position: relative;
  background-color: #fff;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
}

.clearfix::after {
  clear: both;
}

.container {
  max-width: 934px;
  margin: auto;
}

.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: 'Proxima Nova Cn Rg', sans-serif;
  font-size: 40px;
  line-height: 1.23;
}

.menu a {
  color: inherit;
  text-decoration: none !important;
}

.menu li {
  display: contents;
}

.menu li + li::before {
  content: '';
  display: block;
  width: 1px;
  height: 44px;
  border-left: 1px solid #fff;
}

.modal {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  inset: 0;
  z-index: 999;
}

.modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  inset: 0;
}

.modal-inner {
  width: 90%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.modal-inner.half-width {
  width: 50%;
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.header {
  margin-bottom: 13px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 145px;
}

.header-top-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-top-side:first-of-type {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.header .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  margin-top: 2px;
}

.header .logo a {
  display: block;
  width: 280px;
  height: 89px;
  overflow: hidden;
}

.header .logo a::before {
  content: '';
  display: block;
  width: 100%;
  height: 89px;
  background: url('../images/logo.png') 50% 50% / contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .header .logo a::before {
    background-image: url('../images/logo@2x.png');
  }
}

.header .botton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 147px;
  height: 54px;
  margin: auto;
  margin-top: 61px;
  margin-right: 45px;
  font-family: 'Proxima Nova Cn Rg', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff;
  background-color: #699239;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

.header .botton small {
  padding-top: 0.25em;
  font-family: 'Proxima Nova ExCn Rg', sans-serif;
  font-size: 19px;
  font-style: italic;
  line-height: 0.75;
  letter-spacing: 0.03em;
}

.header .botton::before {
  content: '';
  display: block;
  width: 78px;
  height: 56px;
  margin: 0 -39px;
  background-color: #699239;
  -webkit-mask: url('../images/icon-material-computer.svg') 50% 50% / contain
    no-repeat;
  mask: url('../images/icon-material-computer.svg') 50% 50% / contain no-repeat;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.header .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 146px;
  height: 93px;
  margin: auto;
  margin-left: 140px;
  margin-bottom: 16px;
  font-family: 'Pacifico', cursive;
  font-size: 30px;
  line-height: 1.33;
  text-align: center;
  color: #000;
  position: relative;
}

.header .note::before {
  content: '';
  display: block;
  width: 116px;
  height: 112px;
  border-radius: 50%;
  background: radial-gradient(rgba(254, 157, 43, 0.98), rgba(246, 243, 239, 0));
  position: absolute;
  top: 0;
  right: 100%;
}

.header .note::after {
  content: '';
  display: block;
  width: 55px;
  height: 67px;
  margin-right: 27px;
  background: #000;
  -webkit-mask: url('../images/icon-material-fingerprint.svg') 50% 50% / contain
    no-repeat;
  mask: url('../images/icon-material-fingerprint.svg') 50% 50% / contain
    no-repeat;
  position: absolute;
  top: 19px;
  right: 100%;
}

.header-menu {
  padding: 0 70px;
  color: #fff;
  background-color: #6091b4;
}

.header-menu .menu {
  height: 59px;
  font-size: 50px;
  line-height: 1.18;
}

/*-----------------------------------------------------------------------------------*/
/* Content
/*-----------------------------------------------------------------------------------*/
.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content p {
  margin-bottom: 1rem;
}

.content .large-image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.content .title {
  margin-bottom: 15px;
  font-family: 'Pacifico', cursive;
  font-size: 53px;
  font-weight: 400;
  line-height: 1.4;
  color: #3a89be;
}

.content .excerpt {
  max-width: 704px;
  margin: auto;
  font-weight: 600;
}

.content .top-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 512px;
  text-align: center;
}

.content .middle-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 67px;
  background-color: #e9e9e9;
}

.content .control-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 67px;
  padding: 15px;
  color: #fff;
  background-color: #6f6f6f;
}

.content .control-section .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  gap: 38px;
}

.content .control-section .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .control-section .navigation h4 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: -0.1em;
}

.content .control-section .navigation a {
  display: block;
  width: 50px;
  height: 60px;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}

.content .control-section .navigation a::before {
  content: '';
  display: block;
  width: 21px;
  height: 18px;
  background-color: #fff;
  -webkit-mask: url('../images/icon-metro-arrow-right.svg') 50% 50% / contain
    no-repeat;
  mask: url('../images/icon-metro-arrow-right.svg') 50% 50% / contain no-repeat;
  -webkit-transform: translate(-50%, calc(-50% - 0.1em)) rotate(180deg);
  transform: translate(-50%, calc(-50% - 0.1em)) rotate(180deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.content .control-section .field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  line-height: 1;
}

.content .control-section label {
  position: relative;
  top: -0.1em;
}

.content .control-section label > input {
  position: relative;
  top: 0.1em;
}

.content .control-section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 243px;
  height: 37px;
  padding-left: 15px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  outline: 0 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10' fill='%234b4b4b'%3e%3cpath d='M8,0l8,10H0Z' transform='translate(16 10) rotate(180)'/%3e%3c/svg%3e");
  background-position: right 14px center;
  background-size: 16px 10px;
  background-repeat: no-repeat;
}

.content .control-section input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  color: #3a89be;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  outline: 0 !important;
  border-radius: 0;
}

.content .control-section input[type='checkbox']:checked {
  background: #6f6f6f;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

.content .bottom-section {
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  position: relative;
}

.content .bottom-section .page-navigation a {
  display: block;
  width: 150px;
  height: 40px;
  margin: -20px -75px;
  padding: 0.5rem;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 0.85rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #699239;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 50%;
  z-index: 99;
}

.content .bottom-section .page-navigation a.disabled {
  pointer-events: none;
  background: #e9e9e9;
}

.content .bottom-section .page-navigation a.prev {
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content .bottom-section .page-navigation a.next {
  right: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.content .map-section {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 10px;
  background-color: red;
  border: 0 solid #b9032d;
  border-bottom-width: 10px;
  position: relative;
  overflow: hidden;
}

.content .map-section.on-bottom {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
  border-width: 10px 0 0;
}

.content .map-section::before {
  content: '';
  display: block;
  width: 496px;
  height: 87px;
  background: url('../images/welcome.png') 50% 50% / contain no-repeat;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 12px;
  right: -15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .content .map-section::before {
    background-image: url('../images/welcome@2x.png');
  }
}

.content .map-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content .boxs-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 17px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
}

.content .boxs-section > * {
  width: 50%;
}

.content .boxs-section .box-area {
  position: relative;
}

.content .boxs-section .box-area::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
}

.content .boxs-section .box-area > * {
  position: relative;
  z-index: 1;
}

.content .boxs-section .box-area-head {
  padding: 15px;
  font-family: 'Pacifico', cursive;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.content .boxs-section .box-area-body {
  width: 410px;
  height: 136px;
  margin: 7px auto 10px;
  -webkit-filter: drop-shadow(0 10px 6px rgba(75, 75, 75, 0.33));
  filter: drop-shadow(0 10px 6px rgba(75, 75, 75, 0.33));
}

.content .boxs-section .box-area-body .inner {
  height: 100%;
  padding: 12px 0;
  color: #000;
  background-color: #effd81;
  -webkit-mask: url('../images/content-box.svg') 50% 100%/100% auto no-repeat;
  mask: url('../images/content-box.svg') 50% 100%/100% auto no-repeat;
}

.content .boxs-section .box-area-body .inner > * {
  padding-left: 15px;
  padding-right: 15px;
}

.content .boxs-section .box-area-body p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content .boxs-section .box-area-body h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.33;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.content .boxs-section .box-area-foot {
  padding: 22px;
}

.content .boxs-section .box-area .button {
  display: block;
  max-width: 315px;
  margin: auto;
  font-family: 'Proxima Nova ExCn Rg', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 41px;
  text-decoration: none !important;
  background-color: #fff;
  border-radius: 10px;
}

.content .boxs-section .box-area .icon {
  display: block;
  border: 0 solid transparent;
  border-width: 0 49.5px 86px;
  border-bottom-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.content .boxs-section .box-area .icon::before {
  content: '';
  display: block;
  border: 0 solid transparent;
  border-width: 0 44.5px 76px;
  -webkit-transform: translate(-50%, 7px);
  transform: translate(-50%, 7px);
  position: absolute;
}

.content .boxs-section .box-area .icon::after {
  content: '';
  display: block;
  background-color: red;
  position: absolute;
}

.content .boxs-section .events-box {
  background-color: #b9032d;
}

.content .boxs-section .events-box::before {
  background: url('../images/events-bg.jpg') 50% 50% / cover no-repeat;
  opacity: 0.37;
}

.content .boxs-section .events-box h4,
.content .boxs-section .events-box .button {
  color: #b9032d;
}

.content .boxs-section .events-box .icon::before {
  border-bottom-color: #b9032d;
}

.content .boxs-section .events-box .icon::after {
  width: 44px;
  height: 54px;
  -webkit-transform: translate(-50%, 36px);
  transform: translate(-50%, 36px);
  background: url('../images/icon-apple.png') 50% 50% / contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .content .boxs-section .events-box .icon::after {
    background-image: url('../images/icon-apple@2x.png');
  }
}

.content .boxs-section .attractions-box {
  background: url('../images/attractions-bg.jpg') 50% 50% / cover no-repeat;
}

.content .boxs-section .attractions-box::before {
  background-color: #699239;
  opacity: 0.8;
}

.content .boxs-section .attractions-box h4,
.content .boxs-section .attractions-box .button {
  color: #699239;
}

.content .boxs-section .attractions-box .icon::before {
  border-bottom-color: #699239;
}

.content .boxs-section .attractions-box .icon::after {
  width: 55px;
  height: 66px;
  -webkit-transform: translate(-50%, 19px);
  transform: translate(-50%, 19px);
  background: url('../images/icon-kayak.png') 50% 50% / contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .content .boxs-section .attractions-box .icon::after {
    background-image: url('../images/icon-kayak@2x.png');
  }
}

.content .boxs-section .slides {
  padding: 0 !important;
}

.content .boxs-section .slides-ctrl > * {
  display: block;
  width: 32px;
  height: 32px;
  padding-top: 32px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}

.content .boxs-section .slides-ctrl > *::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-mask: url('../images/icon-hero-arrow-left-circle.svg') 50% 50% /
    contain no-repeat;
  mask: url('../images/icon-hero-arrow-left-circle.svg') 50% 50% / contain
    no-repeat;
}

.content .boxs-section .slides-ctrl > *:first-child {
  right: 100%;
  -webkit-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
}

.content .boxs-section .slides-ctrl > *:last-child {
  left: 100%;
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.content .boxs-section .slides-ctrl > *:last-child::before {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.content .boxs-section .slides .event-item {
  padding: 0 20px;
  outline: 0 !important;
}

.content .boxs-section .slides .favorite-item {
  padding: 0 20px;
  outline: 0 !important;
}

.content .boxs-section .slides .favorite-item p {
  -webkit-line-clamp: 1;
}

.content .media-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 55px 18px;
}

.content .media-section .instagram-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 85px 15px;
}

.content .media-section .instagram-head > * {
  width: 226px;
  height: 48px;
  overflow: hidden;
}

.content .media-section .instagram-head > *::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}

.content .media-section .instagram-head > *.instagram-logo::before {
  background: url('../images/instagram-logo.png') 100% 50% / contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .content .media-section .instagram-head > *.instagram-logo::before {
    background-image: url('../images/instagram-logo@2x.png');
  }
}

.content .media-section .instagram-head > *.pickellijay-logo::before {
  background: url('../images/pickellijay-logo.png') 50% 50% / contain no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .content .media-section .instagram-head > *.pickellijay-logo::before {
    background-image: url('../images/pickellijay-logo@2x.png');
  }
}

.content .media-section .instagram-body {
  height: 278px;
}

.content .media-section .instagram-body .eapps-instagram-feed-title-container {
  display: none;
}

.content
  .media-section
  .instagram-body
  .eapps-instagram-feed-posts-item-media
  > * {
  padding-top: 140px;
}

.listing-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 63px 27px;
  background: linear-gradient(
    to bottom,
    transparent calc(100% - 1px),
    #000 100%
  );
  background-size: 100% 473px;
  background-position: 0 -30px;
}

.listing-list.empty {
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
}

.listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 410px;
  font-size: 17px;
  line-height: 1.24;
  color: #000;
}

.listing-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  aspect-ratio: 293 / 155;
  margin-bottom: 15px;
  position: relative;
}

.listing-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.listing-image span {
  display: block;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #3a89be;
  position: absolute;
  top: 0;
  left: 0;
}

.listing-image span::before {
  content: 'member';
}

.listing-head {
  margin-bottom: 10px;
}

.listing-head > p {
  margin-bottom: 0;
}

.listing-desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 1em;
}

.listing-desc > * {
  margin-bottom: 0;
}

.listing-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.listing-foot > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.listing-title {
  margin-bottom: 0.1em;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.11;
  color: #b9032d;
}

.listing-phone {
  font-weight: 700;
  color: #3a89be;
}

.listing-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 182px;
  height: 42px;
  padding: 9px 20px 11px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #3a89be;
  border: 2px solid #3a89be;
}

.listing-button::after {
  content: '';
  display: block;
  width: 21px;
  height: 18px;
  margin-left: auto;
  background-color: #3a89be;
  -webkit-mask: url('../images/icon-metro-arrow-right.svg') 50% 50% / contain
    no-repeat;
  mask: url('../images/icon-metro-arrow-right.svg') 50% 50% / contain no-repeat;
}

.listing-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.listing-mail {
  width: 38px;
  height: 30px;
  overflow: hidden;
}

.listing-mail::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-left: -1px;
  margin-top: -5px;
  background-color: #3a89be;
  -webkit-mask: url('../images/icon-hero-envelope.svg') 50% 50% / contain
    no-repeat;
  mask: url('../images/icon-hero-envelope.svg') 50% 50% / contain no-repeat;
}

.listing-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  font-size: 17px;
}

.listing-form .listing {
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-form .listing-image,
.listing-form .listing-head {
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47.5%;
}

.listing-form .listing-desc,
.listing-form .listing-foot {
  display: none;
}

.listing-form .listing-image span {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.listing-form .form-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.listing-form .caption {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #3a89be;
  margin-bottom: 0.25em;
}

.listing-form .notes {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1.25em;
}

.listing-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem 0.75rem;
  position: relative;
}

.listing-form form .label-wrapper {
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.listing-form form label {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.85rem;
}

.listing-form form input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.5em 0.75em;
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  line-height: 1.11;
  border: 2px solid #3a89be;
  outline: 0 !important;
}

.listing-form form button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  padding: 0.5em 1em;
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #3a89be;
  background-color: transparent;
  border: 2px solid #3a89be;
  outline: 0 !important;
  cursor: pointer;
}

.listing-form form button::after {
  content: '';
  display: block;
  width: 21px;
  height: 18px;
  margin-left: auto;
  background-color: #3a89be;
  -webkit-mask: url('../images/icon-metro-arrow-right.svg') 50% 50% / contain
    no-repeat;
  mask: url('../images/icon-metro-arrow-right.svg') 50% 50% / contain no-repeat;
}

.listing-form form .message {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  inset: 0;
  top: 1.45rem;
  z-index: 2;
}

.listing-form form .message.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listing-form form .message.error {
  color: #b9032d;
}

.listing-form form .message.success {
  top: 0;
  color: #699239;
  background-color: #fff;
}

.loading .listing {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.loading .listing-image,
.loading .listing-title,
.loading .listing-address,
.loading .listing-phone {
  background: #eee;
}

.loading .listing-title,
.loading .listing-address,
.loading .listing-phone {
  display: block;
  -webkit-transform: scaleY(0.85);
  transform: scaleY(0.85);
}

.loading .listing-title::before,
.loading .listing-address::before,
.loading .listing-phone::before {
  content: '\00a0';
}

.loading .listing-phone {
  max-width: 7em;
}

.loading .listing-desc {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#eee),
      to(#eee)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee)),
    -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background: linear-gradient(#eee, #eee), linear-gradient(#eee, #eee),
    linear-gradient(#eee, #eee);
  background-size: 100% 0.9em, 100% 0.9em, 60% 0.9em;
  background-position: 0 0.1em, 0 1.3em, 0 2.5em;
  background-repeat: no-repeat;
}

.loading .listing-button,
.loading .listing-mail {
  border: 2px solid #eee;
  color: transparent;
  pointer-events: none !important;
}

.loading .listing-button::before,
.loading .listing-button::after,
.loading .listing-mail::before,
.loading .listing-mail::after {
  display: none;
}

.media-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 37px 45px;
}

.media-list.empty {
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 29px 0 0 29px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.11), -29px -29px 0 0 #cbdeec;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11), -29px -29px 0 0 #cbdeec;
}

.media-image,
.media-video,
.media-iframe {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
  display: block;
  width: 100%;
  aspect-ratio: 415 / 318;
  position: relative;
}

.media-image img,
.media-video img,
.media-iframe img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.media-video,
.media-iframe {
  position: relative;
  cursor: pointer;
}

.media-video::before,
.media-iframe::before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.media-video::after,
.media-iframe::after {
  content: '';
  display: block;
  width: 65px;
  height: 46px;
  background-color: #e50019;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-mask: url('../images/icon-metro-youtube-play.svg') 50% 50% / contain
    no-repeat;
  mask: url('../images/icon-metro-youtube-play.svg') 50% 50% / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.media-iframe {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.media-iframe iframe {
  width: auto;
  height: 115%;
  aspect-ratio: 16 / 9;
  pointer-events: none;
}

.media-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 83px;
  padding-left: 32px;
}

.media-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none !important;
  color: #3a89be;
}

.media-button::after {
  content: '';
  display: block;
  width: 21px;
  height: 18px;
  margin-left: 10px;
  background-color: #3a89be;
  -webkit-mask: url('../images/icon-metro-arrow-right.svg') 50% 50% / contain
    no-repeat;
  mask: url('../images/icon-metro-arrow-right.svg') 50% 50% / contain no-repeat;
}

.loading .media {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.loading .media > * {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.loading .media-title {
  display: block;
  -webkit-transform: scaleY(0.85);
  transform: scaleY(0.85);
}

.loading .media-title::before {
  content: '\00a0';
}

.loading .media-title,
.loading .media-image,
.loading .media-video,
.loading .media-iframe {
  background: #eee;
}

.loading .media-button {
  visibility: hidden;
}

.loading .media-video,
.loading .media-iframe {
  pointer-events: none;
}

.loading .media-video::before,
.loading .media-iframe::before,
.loading .media-video::after,
.loading .media-iframe::after {
  display: none;
}

.page-dine .content .excerpt {
  max-width: 884px;
}

.page-play .content .media-title {
  font-size: 31px;
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
.footer {
  height: 136px;
  padding-bottom: 58px;
  color: #fff;
  background: #6091b4 url('../images/footer-bg.png') 50% 100% / contain
    no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .footer {
    background-image: url('../images/footer-bg@2x.png');
  }
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 28px;
}

.footer-side {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 34px;
}

.footer .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 244px;
  height: 53px;
  padding: 10px 22px;
  font-family: 'Proxima Nova Cn Rg', sans-serif;
  font-size: 24px;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #b9032d;
  border: 1px solid #fff;
  border-radius: 10px;
}

.footer .button::before {
  content: '';
  display: block;
  width: 28px;
  height: 32px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-mask: url('../images/icon-map-wheelchair.svg') 50% 50% / contain
    no-repeat;
  mask: url('../images/icon-map-wheelchair.svg') 50% 50% / contain no-repeat;
}

.footer .button::after {
  content: '';
  display: block;
  margin-left: auto;
  border: 0 solid transparent;
  border-width: 16px 9px 0;
  border-top-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.footer .button.to-top::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.footer-side {
  display: none;
}
.page-home .footer-side {
  display: block;
}

.btn_news {
  width: 100%;
  padding-left: 20px;
  padding-top: 30px;
}
