.elementor-64 .elementor-element.elementor-element-23c1302{--display:flex;}.elementor-64 .elementor-element.elementor-element-b3f01dc{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b3f01dc *//* Header base */
.cc-weebly-header * {
  box-sizing: border-box;
}

.cc-weebly-header {
  position: relative;
  z-index: 9999;
  font-family: 'Lato', sans-serif;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  transition: box-shadow .25s ease, transform .25s ease;
}

.cc-weebly-header #main-header {
  background: #fff;
  color: #363636;
  position: relative;
  z-index: 12;
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}

.cc-weebly-header .container {
  width: 98% !important;
  max-width: 1600px;
  margin: 0 auto;
}
.cc-weebly-header .cc-social-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.cc-weebly-header .cc-social-svg svg {
  width: 22px;
  height: 22px;
  fill: #2a2a2a;
  display: block;
}
.cc-weebly-header .main-header-inner {
  position: relative;
}

.cc-weebly-header .main-header-inner::after {
  content: "";
  display: block;
  clear: both;
}

.cc-weebly-header .main-header-left {
  float: left;
  width: 14%;
}

.cc-weebly-header .main-header-mid {
  float: left;
  width: 68%;
}

.cc-weebly-header .main-header-right {
  float: right;
  width: 16%;
}

.cc-weebly-header .mhd-height {
  display: table;
  width: 100%;
  min-height: 92px;
}

.cc-weebly-header .mhd-contents {
  display: table-cell;
  vertical-align: middle;
}

.cc-weebly-header .main-header-right .mhd-height {
  background: #4ec3e0;
}

/* Logo */
.cc-weebly-header #logo {
  margin-left: 0 !important;
}

.cc-weebly-header #logo img {
  max-width: 420px !important;
  max-height: 60px !important;
  width: auto;
  height: auto;
  display: block;
}

.cc-weebly-header .main-header-left .mhd-contents {
  padding-left: 0 !important;
}

/* Top option */
.cc-weebly-header #top-hd-options,
.cc-weebly-header #main-nav {
  text-align: right;
  padding-right: 40px;
}

.cc-weebly-header #top-hd-options {
  margin-bottom: 10px;
}

.cc-weebly-header #top-hd-options ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc-weebly-header #top-hd-options li {
  display: inline-block;
  padding: 8px 15px;
  margin-left: 10px;
  border-radius: 15px;
}

.cc-weebly-header #top-hd-options li.hd-login-option {
  background: #282828;
  color: #fff;
}
.elementor-lightbox {
  z-index: 1000000 !important;
}
.cc-weebly-header #top-hd-options li.hd-login-option a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Main nav */
.cc-weebly-header #main-nav ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc-weebly-header #main-nav li {
  display: inline-block;
  padding: 0;
}

.cc-weebly-header #main-nav ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #363636;
  padding: 5px;
  margin-left: 15px;
  text-decoration: none;
  position: relative;
}

.cc-weebly-header #main-nav ul li a:before {
  content: "";
  width: 0;
  height: 5px;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 15px;
  transition: all .4s ease;
}

.cc-weebly-header #main-nav ul li a:hover {
  color: #97d700;
}

.cc-weebly-header #main-nav ul li a:hover:before {
  width: 100%;
  background: #97d700;
}

.cc-weebly-header #main-nav ul li#active a:before {
  width: 100%;
  background: #4ec3e0;
}

/* Submenu */
.cc-weebly-header #main-nav .has-submenu {
  position: relative;
}

.cc-weebly-header #main-nav .has-submenu > .wsite-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  z-index: 100001;
  padding-top: 6px;
}

.cc-weebly-header #main-nav .has-submenu .wsite-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.5);
  text-align: left;
}

.cc-weebly-header #main-nav .has-submenu .wsite-menu-subitem {
  display: block;
  text-align: left;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  text-decoration: none;
  white-space: nowrap;
}

.cc-weebly-header #main-nav .has-submenu .wsite-menu-subitem:hover {
  color: #4db8d3;
}

@media (min-width: 769px) {
  .cc-weebly-header #main-nav .has-submenu:hover > .wsite-menu-wrap {
    display: block;
  }

  .cc-weebly-header #main-nav .has-submenu > .wsite-menu-wrap {
    left: 15px;
  }
}

/* Right blue box */
.cc-weebly-header .main-header-right .mhd-height {
  display: flex;
  min-height: 92px;
  background: #4ec3e0;
}

.cc-weebly-header .main-header-right .mhd-contents {
  display: flex;
  width: 100%;
  height: 100%;
}

.cc-weebly-header ul#header-options {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #2a2a2a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 92px;
}

.cc-weebly-header ul#header-options li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  text-align: center;
}

.cc-weebly-header ul#header-options li.phone-option {
  border-bottom: 1px solid rgba(42,42,42,.25);
  flex: 1;
}

.cc-weebly-header ul#header-options li.social-option {
  flex: 1;
}

.cc-weebly-header .phone-num {
  color: #2a2a2a;
  text-decoration: none;
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
}

.cc-weebly-header .header-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cc-weebly-header .header-social a {
  color: #2a2a2a;
  font-size: 22px;
  text-decoration: none;
  line-height: 1;
  transition: opacity .2s ease;
}

.cc-weebly-header .header-social a:hover {
  opacity: .75;
}

/* Fallback text icons if Font Awesome fails */
.cc-weebly-header .header-social .fb-text-icon,
.cc-weebly-header .header-social .mail-text-icon {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

/* Hamburger default hidden */
.cc-weebly-header #menu-toggle-trigger {
  display: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #363636;
  background: transparent;
  border: 0;
}

/* Sticky */
.cc-weebly-header.is-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

body.has-sticky-header {
  padding-top: 96px;
}

body.admin-bar .cc-weebly-header.is-sticky {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .cc-weebly-header.is-sticky {
    top: 46px;
  }
}

/* Elementor full width */
.elementor-location-header,
.elementor-location-header .elementor,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-widget-html,
.elementor-location-header .elementor-widget-container {
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-location-header .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

/* Footer full bleed */
.cc-weebly-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.cc-weebly-footer .container {
  width: 86%;
  margin: 0 auto;
}

/* Tablet */
@media (max-width: 992px) {
  .cc-weebly-header .container {
    width: 94% !important;
  }

  .cc-weebly-header .main-header-left {
    width: 14%;
  }

  .cc-weebly-header .main-header-mid {
    width: 66%;
  }

  .cc-weebly-header .main-header-right {
    width: 20%;
  }

  .cc-weebly-header .phone-num {
    font-size: 19px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cc-weebly-header .container {
    width: 100% !important;
    padding: 0 12px !important;
  }

  .cc-weebly-header .main-header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px;
  }

  .cc-weebly-header .main-header-left,
  .cc-weebly-header .main-header-mid {
    float: none !important;
  }

  /* Hamburger first => sits to the LEFT of the logo */
  .cc-weebly-header #menu-toggle-trigger {
    order: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 30px !important;
    line-height: 1 !important;
    color: #363636 !important;
    background: transparent !important;
    border: 0 !important;
    z-index: 100002 !important;
  }

  /* Hamburger drawn with CSS bars so it centers geometrically
     (the ☰ text glyph sits high and looks off-center vs. the logo) */
  .cc-weebly-header .hamburger-icon {
    position: relative;
    display: block !important;
    width: 26px;
    height: 3px;
    background: #363636 !important;
    border-radius: 2px;
    font-size: 0 !important;        /* hides the ☰ character */
    color: transparent !important;
    transition: background-color .2s ease;
  }

  .cc-weebly-header .hamburger-icon::before,
  .cc-weebly-header .hamburger-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 3px;
    background: #363636;
    border-radius: 2px;
    transition: transform .25s ease, top .25s ease;
  }

  .cc-weebly-header .hamburger-icon::before { top: -8px; }
  .cc-weebly-header .hamburger-icon::after  { top: 8px; }

  .cc-weebly-header .main-header-left {
    order: 1 !important;
    width: auto !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .cc-weebly-header .main-header-mid {
    order: 2 !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }

  .cc-weebly-header .main-header-right {
    display: none !important;
  }

  .cc-weebly-header .mhd-height {
    min-height: 92px;
  }

  .cc-weebly-header #logo img {
    max-width: 170px !important;
    max-height: 50px !important;
  }

  /* "Office Space" pill stays on the right */
  .cc-weebly-header #top-hd-options {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin-bottom: 0 !important;
    padding-right: 0 !important;
    text-align: right !important;
  }

  .cc-weebly-header #top-hd-options ul {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .cc-weebly-header #top-hd-options li.hd-login-option {
    margin: 0 !important;
    padding: 9px 13px !important;
    border-radius: 20px !important;
  }

  .cc-weebly-header #top-hd-options li.hd-login-option a {
    font-size: 15px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }

  /* ---------- Full-screen mobile menu ---------- */
  .cc-weebly-header #main-nav {
    display: none;
  }

  .cc-weebly-header .main-header-inner.menu-open #main-nav {
    display: flex !important;
    flex-direction: column;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 84px 24px 40px !important;
    background: #fff !important;
    text-align: left !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    z-index: 100000 !important;
  }

  .cc-weebly-header .main-header-inner.menu-open #main-nav ul.wsite-menu-default {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .cc-weebly-header .main-header-inner.menu-open #main-nav li {
    display: block !important;
    width: 100%;
  }

  .cc-weebly-header .main-header-inner.menu-open #main-nav .wsite-menu-item,
  .cc-weebly-header .main-header-inner.menu-open #main-nav .cc-submenu-toggle {
    display: block;
    margin: 0 !important;
    padding: 16px 0 !important;
    font-size: 20px !important;
    letter-spacing: .5px;
    border-bottom: 1px solid #eee;
  }

  /* no underline-grow animation inside the overlay */
  .cc-weebly-header .main-header-inner.menu-open #main-nav a:before {
    display: none !important;
  }

  /* Hamburger becomes an X and stays on top of the overlay */
  .cc-weebly-header .main-header-inner.menu-open #menu-toggle-trigger {
    position: fixed !important;
    top: 26px !important;
    left: 14px !important;
    z-index: 100002 !important;
  }

  .cc-weebly-header .main-header-inner.menu-open #menu-toggle-trigger .hamburger-icon {
    background: transparent !important;   /* hide the middle bar */
  }

  .cc-weebly-header .main-header-inner.menu-open #menu-toggle-trigger .hamburger-icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .cc-weebly-header .main-header-inner.menu-open #menu-toggle-trigger .hamburger-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* Sub-menu (Venues) expands inline within the overlay */
  .cc-weebly-header #main-nav .wsite-menu-wrap {
    position: static !important;
    display: none !important;
    box-shadow: none !important;
    padding: 0 0 6px 16px !important;
    min-width: 0 !important;
  }

  .cc-weebly-header #main-nav .has-submenu.is-open > .wsite-menu-wrap {
    display: block !important;
  }

  .cc-weebly-header #main-nav .has-submenu.is-open > .cc-submenu-toggle {
    color: #4ec3e0;
  }

  .cc-weebly-header #main-nav .wsite-menu {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .cc-weebly-header .main-header-inner.menu-open #main-nav .wsite-menu-subitem {
    padding: 12px 0 !important;
    font-size: 17px !important;
    border-bottom: 1px solid #f2f2f2;
    white-space: normal !important;
  }
}

/* lock background scroll while the full-screen menu is open */
body.cc-menu-open {
  overflow: hidden !important;
}

.mobile-text {
  display: none;
}

@media (max-width: 768px) {
  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: inline;
  }
}

/* Small iPhones */
@media (max-width: 430px) {
  .cc-weebly-header .container {
    padding: 0 8px !important;
  }

  .cc-weebly-header #logo img {
    max-width: 145px !important;
  }

  .cc-weebly-header #top-hd-options li.hd-login-option {
    padding: 8px 11px !important;
    border-radius: 18px !important;
  }

  .cc-weebly-header #top-hd-options li.hd-login-option a {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .cc-weebly-header #menu-toggle-trigger {
    width: 34px !important;
    height: 34px !important;
    font-size: 28px !important;
  }

  .cc-weebly-header .main-header-inner.menu-open #menu-toggle-trigger {
    left: 10px !important;
  }
}

@media (max-width: 768px) {
  .cc-weebly-header #menu-toggle-trigger {
    color: #363636 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.cc-weebly-header .facebook-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2a2a2a;
  color: #4ec3e0;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.cc-weebly-header .mail-text-icon {
  font-size: 24px;
  line-height: 1;
}/* End custom CSS */