.globe-icon, .tel-icon, .search-form-text, .search-form-submit, .search-btn, .header-logo, .header-heading, .main-menu > ul > li, .main-menu > ul > li > a, .main-menu > ul > li.menu-item-has-children > a:after, #backtotop, .footer-contact span, .footer-menu-container > ul > li, .view-more span, .arrow-light, .hl-icon, .pdf, .location-item .accordion-icon:before {
  display: inline-block;
}

.header-heading span, .main-menu > ul > li > ul > li, .main-menu > ul > li > ul > li > a, .htl-inner h2, .home-link, .sec-heading:after, .popup-heading {
  display: block;
}

.language-chooser, .main-menu > ul > li > ul, .main-menu > ul > li > ul:before, .htl-inner h2, .home-link-inner, .sec-heading:after, .popup .fancybox-close-small:before {
  position: absolute;
}

.main-menu > ul > li, .main-menu > ul > li > ul > li > a, .footer, .footer-menu-container, .htl-inner, .home-link, .sec-heading {
  position: relative;
}

.header-right {
  text-align: right;
}

.globe-icon, .tel-icon, .main-menu > ul > li.menu-item-has-children > a:after, .footer-contact span, .footer-menu-container > ul > li, .hl-icon {
  vertical-align: top;
}

.search-form, .search-form-text, .search-form-submit, .search-btn, .header-logo, .header-heading, .main-menu > ul > li > a, .view-more span, .arrow-light, .pdf, .location-item .accordion-icon:before {
  vertical-align: middle;
}

.home-link-inner {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.htl-inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.globe-icon, .tel-icon, .search-form-text, .search-form-submit, .search-btn, .main-menu > ul > li.menu-item-has-children > a:after, #backtotop, .footer-menu-container > ul > li, .arrow-light, .hl-icon, .pdf, .expand-btn,
.collect-btn, h2.accordion-icon, .date-picker input, .location-item .accordion-icon:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@font-face {
  font-family: 'Basel Grotesk';
  src: url("../fonts/baselgrotesk-book-webfont.woff2") format("woff2"), url("../fonts/baselgrotesk-book-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Basel Grotesk Medium';
  src: url("../fonts/baselgrotesk-medium-webfont.woff2") format("woff2"), url("../fonts/baselgrotesk-medium-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Basel Grotesk Light';
  src: url("../fonts/BaselGrotesk-Light.woff2") format("woff2"), url("../fonts/BaselGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

body {
  min-width: 1200px;
  color: #403054;
  font-size: 50%;
  font-family: "Basel Grotesk", "Noto Sans HK", sans-serif;
}

.light-text {
  font-family: "Basel Grotesk Light", "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-weight: 300;
}

.medium-text,
strong {
  font-family: "Basel Grotesk Medium", "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-weight: 700;
}

.container {
  width: 100%;
  min-width: 1200px;
}

.wrapper {
  position: relative;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  max-width: 1506px;
  width: 90%;
}

.header-wrapper {
  /* max-width: 1812px;*/
  max-width: 100%;
  width: 96%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-wrapper {
  position: relative;
}

.home-wrapper,
.footer-wrapper {
  max-width: 100%;
  width: 96%;
}

h2 {
  font-size: 4em;
}

h3 {
  font-size: 3.2em;
}

h4 {
  font-size: 2.8em;
}

a {
  color: #750F6D;
}

i,
em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

p {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

p a,
p li {
  font-size: 1em;
}

.aligncenter {
  text-align: center;
}

.content > div:last-child {
  padding-bottom: 18em;
}

.main {
  position: relative;
}

/* MOBILE */
.main-menu-button-inner {
  width: 29px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.main-menu-button-inner span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #750F6D;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.main-menu-button-inner span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu-button-inner span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu-button-inner span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.menu-open .main-menu-button-inner span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.menu-open .main-menu-button-inner span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-open .main-menu-button-inner span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 5px;
}

.main-menu-mask,
.main-menu-button,
.main-menu-top,
.mobile {
  display: none;
}

/* GRID */
.grid-1-2 {
  overflow: hidden;
}

.grid-1-2 > .grid-col {
  display: block;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 6%;
}

.grid-1-2 > .grid-col:nth-child(2n+2) {
  margin-right: 0;
}

.grid-1-2 > .grid-col:nth-child(2n+1) {
  clear: both;
}

.grid-1-3 {
  overflow: hidden;
}

.grid-1-3 > .grid-col {
  display: block;
  float: left;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 4%;
}

.grid-1-3 > .grid-col:nth-child(3n+3) {
  margin-right: 0;
}

.grid-1-3 > .grid-col:nth-child(3n+1) {
  clear: both;
}

.grid-1-4 {
  overflow: hidden;
}

.grid-1-4 > .grid-col {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 4%;
}

.grid-1-4 > .grid-col:nth-child(4n+4) {
  margin-right: 0;
}

.grid-1-4 > .grid-col:nth-child(4n+1) {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.photo {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}

.photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.photo:hover img {
  -webkit-transform: perspective(1000px) scale(1.05, 1.05);
          transform: perspective(1000px) scale(1.05, 1.05);
  -webkit-transform-style: flat;
          transform-style: flat;
}

.ac-photo.photo:hover img {
  -webkit-transform: perspective(0) scale(1, 1);
          transform: perspective(0) scale(1, 1);
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* HEADER */
.header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #403054;
  z-index: 10;
  padding: 0 0 15px 0;
}

.header .header-heading span,
.header .main-menu > ul > li > a,
.header .top-menu a {
  color: #403054;
}

.sticky.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07);
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top > div {
  padding: 3px 15px;
}

.header-top > div:last-child {
  border-right: 1px solid #cccccc;
}

.ht-col-2 {
  font-size: 1.8em;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.ht-col-2 span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}

.ht-col-2 span:last-child {
  font-family: 'Basel Grotesk Light';
}

.ht-col-2 strong {
  margin-right: 10px;
}

.language-switcher {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2;
}

.language-switcher {
  position: relative;
  display: inline-block;
}

button.switcher-button {
  border: none;
  cursor: pointer;
  background: none;
  background-image: url(images/dropdown.png);
  background-position: right;
  background-repeat: no-repeat;
  padding: 2px 20px 2px 0;
  background-size: 12px;
}

.language-chooser {
  display: none;
  width: 100%;
  background-color: #fff;
  margin-left: 3px;
  z-index: 1;
  margin-top: 5px;
  -webkit-box-shadow: 0 3px 6px #C7C7C8;
          box-shadow: 0 3px 6px #C7C7C8;
  font-weight: 400;
}

.language-chooser li {
  list-style: none;
}

.language-chooser a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: black;
}

.language-chooser a:hover {
  background-color: #F8F2FF;
}

.globe-icon {
  width: 14px;
  height: 14px;
  background-image: url(images/globe-solid.png);
}

.tel-icon {
  width: 13px;
  height: 13px;
  margin-right: 2px;
  background-image: url(images/tel.png);
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 204px;
  background-color: #fff;
  border-radius: 90px;
  padding: 5px 10px;
  background-color: #f5f5f5;
}

.search-form-text {
  width: 90%;
  background-color: transparent;
  color: #a0a0a0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
}

.search-form-text::-webkit-input-placeholder,
.search-form-text:-moz-placeholder,
.search-form-text::-moz-placeholder,
.search-form-text:-ms-input-placeholder {
  color: #403054;
  opacity: 1;
}

.search-form-submit {
  background-image: url(images/search.png);
  width: 25px;
  height: 25px;
  background-size: 95%;
  text-transform: uppercase;
  background-color: transparent;
}

.search-btn {
  width: 18px;
  height: 18px;
  background-image: url(images/search.png);
  background-size: 100%;
  margin-left: 15.5em;
  -webkit-transform: .2s ease-in-out;
          transform: .2s ease-in-out;
  -ms-transform: .2s ease-in-out;
}

.search-btn:hover {
  background-color: #E4F6FF;
}

.header-left {
  min-width: 250px;
}

.header-logo img {
  max-width: none;
  width: auto;
  height: 100%;
  max-height: 60px;
}

.header-heading {
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 15px;
  color: #fff;
}

.main-menu-container {
  display: inline-block;
  margin-top: 10px;
}

.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu > ul > li {
  font-size: 1em;
}

.main-menu > ul > li > a {
  color: #fff;
  font-size: 2.2em;
  text-align: center;
  padding: 13px 17px 13px 17px;
  border-bottom: 2px solid transparent;
}

.main-menu > ul > li > a:hover {
  background-color: #F8F2FF;
}

.main-menu > ul > li:last-child > a {
  margin-right: 0;
}

.main-menu > ul > li:last-child > ul {
  left: auto;
  right: 0;
}

.main-menu > ul > li > ul {
  display: none;
  background-color: #F8F2FF;
  color: #403054;
  left: 0;
  width: 320px;
  z-index: 10000;
  padding: 0 0;
}

.main-menu > ul > li > ul:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  content: '';
  z-index: -1;
}

.main-menu > ul > li > ul > li {
  width: 100%;
}

.main-menu > ul > li > ul > li > a {
  color: #403054;
  text-decoration: none;
}

.main-menu > ul > li > ul > li > a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#750f6d), to(#a65799));
  background: linear-gradient(180deg, #750f6d 0%, #a65799 100%);
}

.main-menu > ul > li > ul > li:hover > a {
  color: #fff;
}

.main-menu > ul > li:hover > a {
  background-color: #F8F2FF;
}

.main-menu > ul > li:hover > ul {
  display: block;
  z-index: 10000;
  border-top: 10px solid #fff;
}

.top-menu > ul > li > a {
  font-size: 1.7em;
  padding: 15px 10px;
}

li.current-menu-item > a,
.home .main-menu-container > .main-menu > ul > li:nth-child(1) a,
.visitor-parking .main-menu-container > .main-menu > ul > li:nth-child(3) a,
.download-forms .main-menu-container > .main-menu > ul > li:nth-child(4) a,
.parking-regulations-fees .main-menu-container > .main-menu > ul > li:nth-child(5) a,
.parking-space .main-menu-container > .main-menu > ul > li:nth-child(5) a,
.parking-labels .main-menu-container > .main-menu > ul > li:nth-child(5) a,
.coupons .main-menu-container > .main-menu > ul > li:nth-child(5) a {
  position: relative;
}

li.current-menu-item > a:before,
.home .main-menu-container > .main-menu > ul > li:nth-child(1) a:before,
.visitor-parking .main-menu-container > .main-menu > ul > li:nth-child(3) a:before,
.download-forms .main-menu-container > .main-menu > ul > li:nth-child(4) a:before,
.parking-regulations-fees .main-menu-container > .main-menu > ul > li:nth-child(5) a:before,
.parking-space .main-menu-container > .main-menu > ul > li:nth-child(5) a:before,
.parking-labels .main-menu-container > .main-menu > ul > li:nth-child(5) a:before,
.coupons .main-menu-container > .main-menu > ul > li:nth-child(5) a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: calc(100% - 30px);
  height: 4.5px;
  background: -webkit-gradient(linear, left top, right top, from(#750f6d), to(#a65799));
  background: linear-gradient(90deg, #750f6d 0%, #a65799 100%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: '';
}

.main-menu > ul > li > ul > li {
  width: 100%;
}

.main-menu > ul > li > ul > li > a {
  padding: 15px 10px;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
}

.main-menu > ul > li.menu-item-has-children > a {
  padding: 12px 12px;
  /*  &:after {
            left: 10px;
            right: auto;
            margin-top: 0;
            transform: rotate(-180deg) translateY(50%);
        }*/
}

.main-menu > ul > li.menu-item-has-children > a:after {
  width: 10px;
  height: 8px;
  margin-left: 8px;
  margin-top: 5px;
  background-image: url(images/dropdown.png);
  content: '';
}

/* FOOTER */
#backtotop {
  bottom: 10%;
  right: 5%;
  display: inline-block;
  background-size: cover;
  background-image: url(images/back-to-top.png);
  width: 56px;
  height: 56px;
  text-align: center;
  position: fixed;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
}

#backtotop:hover {
  -webkit-box-shadow: 0 2px 3px #5c5c5c;
          box-shadow: 0 2px 3px #5c5c5c;
}

#backtotop.show {
  opacity: 1;
}

.footer {
  background-color: #F9F9F9;
  z-index: 3;
  padding: 5em 0;
}

.footer a {
  color: #403054;
}

.footer-left {
  width: 50%;
}

.footer-left h2 {
  margin-top: 1.5em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.footer-right {
  width: 50%;
}

.footer-logo {
  margin-right: 17.4px;
}

.footer-logo img {
  max-width: none;
  width: auto;
  height: 48px;
}

.footer-contact {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1em;
}

.footer-contact a:hover {
  color: #750F6D;
}

.fc-heading {
  width: 123px;
  color: #8E8E8E;
  font-weight: 700;
}

.footer-menu-container > ul > li {
  width: 48%;
}

.footer-menu-container > ul > li:hover {
  background-color: transparent;
}

.footer-menu-container > ul > li:hover a {
  color: #750F6D;
}

.footer-menu-container > ul > li:nth-child(2n+1) {
  margin-right: 1%;
}

.footer-menu-container > ul > li > a {
  display: block;
  color: #403054;
}

.footer-menu-container > ul > li ul {
  display: none;
  background-color: #5ca5e0;
}

.footer-menu-container > ul > li ul li {
  padding: 10px 0;
}

.footer-menu-container a {
  font-size: 1.8em;
}

.footer-menu-container li {
  padding: 10px 12px;
}

.footer-menu-container li:hover {
  background-color: #750F6D;
}

.footer-menu-container li a {
  font-weight: 400;
}

.fr-col-1 {
  width: 67%;
  margin-top: -10px;
}

.fr-col-2 {
  width: 30%;
}

.fr-col-2 p {
  font-size: 1.8em;
  margin-bottom: 10px;
  line-height: 1;
  color: #8E8E8E;
}

.footer-link {
  font-size: 1.8em;
  padding: 10px 0;
}

.footer-bottom {
  margin: 6em 0 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.2;
  text-align: right;
}

.bottom-menu {
  display: inline-block;
}

.bottom-menu a {
  display: inline-block;
  padding: 0 5px 0 0;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1;
  border-right: 1px solid #403054;
}

.bottom-menu a:last-child {
  border: 0;
  padding-left: 5px;
}

/* Home */
.home-top {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
}

.home-top > .flex {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ht-left {
  width: 50%;
}

.ht-right {
  width: 50%;
  background-color: #FAFAFA;
}

.htl-inner {
  width: 100%;
  padding-bottom: 60%;
}

.htl-inner h2 {
  width: 60%;
  max-width: 582px;
  padding: 5% 0 5% 4%;
  font-size: 2.396vw;
  color: #750f6d;
}

.home-news-top {
  position: relative;
  padding: 8px 20px;
  padding-right: 4%;
  background: #4C0A47;
  background: -webkit-gradient(linear, left top, right top, from(#4C0A47), to(#6C3963));
  background: linear-gradient(90deg, #4C0A47 0%, #6C3963 100%);
  z-index: 2;
}

.home-news-top h1 {
  color: #fff;
  font-size: 1.46vw;
}

.view-more {
  font-size: 1.04vw;
  color: #fff;
  line-height: 1.3;
}

.arrow-light {
  width: 30px;
  height: 10px;
  margin-left: 5px;
  margin-top: 3px;
  background-image: url(images/arrow-light.png);
}

.home-news-list {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(60% - 43px);
  z-index: 1;
}

.scroll-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hnl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.365vw 0.781vw;
  font-size: 0.938vw;
  font-weight: 300;
}

.hnl-date {
  width: 106px;
  color: #898989;
  margin-right: 1.5em;
}

.home-links {
  text-align: center;
  padding: 2em 0 3.5em 0;
}

.home-link {
  width: 24%;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  padding-bottom: 10.1%;
  background-color: #F8F2FF;
  transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}

a.home-link:hover {
  background-color: #f3e2f7;
  -webkit-box-shadow: 0 0px 2px #BEBEBE;
          box-shadow: 0 0px 2px #BEBEBE;
}

.home-link-inner {
  width: 100%;
}

.quick-link {
  background: #750f6d;
  background: -webkit-gradient(linear, left top, right top, from(#750f6d), to(#a65799));
  background: linear-gradient(90deg, #750f6d 0%, #a65799 100%);
}

.quick-link span {
  display: block;
  width: 100%;
  font-size: 1.875vw;
  text-align: center;
  color: #fff;
}

.hl-icon {
  width: 3.385vw;
  height: 3.385vw;
  margin: 0 auto 5px;
}

.hl-title {
  display: block;
  color: #750F6D;
  text-align: center;
  font-size: 1.25vw;
}

/* Inpage */
.page-top {
  padding: 5em 0;
}

.page-top h1 {
  display: block;
  font-size: 6em;
  text-align: center;
  color: #750F6D;
}

.page-top h1:after {
  display: block;
  width: 14px;
  height: 14px;
  background: #a65799;
  background: -webkit-gradient(linear, left top, left bottom, from(#750f6d), to(#a65799));
  background: linear-gradient(180deg, #750f6d 0%, #a65799 100%);
  margin: 10px auto 0;
  content: '';
}

.grey-bg {
  background-color: #EEEEEE;
}

.text-block ol {
  counter-reset: list-counter;
  list-style: none;
}

.text-block ol > li {
  counter-increment: list-counter;
  margin-left: 1em;
}

.text-block ol > li::before {
  position: absolute;
  left: 0;
  display: block;
  content: "(" counter(list-counter, lower-alpha) ") ";
}

.text-block li {
  font-size: 2.4em;
  margin-bottom: 1em;
}

.text-block li ul {
  margin-top: 1em;
  margin-left: 1em;
}

.text-block li ul li {
  list-style-type: circle;
}

.text-block li li {
  font-size: 1em;
}

.text-block table th {
  background-color: #F8F2FF;
  font-weight: 500;
}

.text-block table th,
.text-block table td {
  padding: 18px 10px;
  border: 0;
  border-bottom: 1px solid #C7C7C8;
  -webkit-animation-fill-mode: 1.6em;
          animation-fill-mode: 1.6em;
  vertical-align: middle;
  font-size: 2em;
  text-align: left;
}

.text-block table tr:nth-child(even) td {
  background-color: #FAFAFA;
}

.page-tabs {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #C7C7C8;
  margin-bottom: 3.5em;
}

.page-tabs:first-child {
  padding-top: 3.5em;
}

.page-tabs:last-child {
  border: 0;
  margin-bottom: 0;
}

.page-tabs p:last-child {
  padding-bottom: 1.5em;
}

.page-tabs .tablinks {
  width: 81%;
}

.pt-heading {
  width: 18%;
  font-size: 2em;
}

.tablink,
button.tablink {
  display: inline-block;
  font-size: 2em;
  text-align: center;
  color: #6F637E;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 15px;
  padding: 8px 12px;
  margin-bottom: 15px;
  border: 0;
  cursor: pointer;
}

.tablink.active {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#750f6d), to(#a65799));
  background: linear-gradient(180deg, #750f6d 0%, #a65799 100%);
}

.page-tabs-2 .tablink {
  border: 1px solid #C7C7C8;
  background-color: transparent;
}

.page-tabs-2 .tablink:hover {
  background-color: #F8F2FF;
}

.sec-heading {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
  color: #750F6D;
  border-bottom: 1px solid #C7C7C8;
  margin-bottom: 1em;
  padding-bottom: 9px;
}

.sec-heading:after {
  width: 32px;
  height: 3px;
  margin-top: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#750f6d), to(#a65799));
  background: linear-gradient(90deg, #750f6d 0%, #a65799 100%);
  content: '';
}

.content-section {
  margin-top: 10em;
}

.tabcontent {
  display: none;
}

.small-text {
  font-size: 83%;
}

.download-btn {
  font-size: 2em;
  color: #750F6D;
}

.pdf {
  width: 25px;
  height: 25px;
  background-image: url(images/pdf.png);
  margin-right: 8px;
}

.accordions {
  margin-top: 3em;
}

.expand-all {
  overflow: hidden;
  margin-bottom: 2em;
}

.expand-btn,
.collect-btn {
  font-size: 2em;
  color: #750F6D;
  background-color: #F8F2FF;
  background-image: url(images/plus.png);
  background-size: 10px;
  background-position: right 23px center;
  padding: 17px 40px 17px 25px;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 5px;
  float: right;
  cursor: pointer;
}

.collect-btn {
  display: none;
  background-image: url(images/minus.png);
}

.accordion-row {
  margin-bottom: 2.5em;
}

h2.accordion-icon {
  color: #750F6D;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.2;
  background-color: #EEEEEE;
  border-bottom: 0.5px solid #C7C7C8;
  padding: 15px 20px;
  background-image: url(images/plus.png);
  background-size: 20px;
  background-position: right 20px center;
  text-decoration: none;
  cursor: pointer;
}

h2.accordion-icon.active {
  background-image: url(images/minus.png);
}

.accordion-details {
  display: none;
  padding: 23px 20px;
  border: 0.5px solid #C7C7C8;
}

.accordion-details p {
  margin-bottom: 0.5em;
}

.accordion-details ol {
  counter-reset: list-counter;
  list-style: none;
}

.accordion-details ol > li {
  counter-increment: list-counter;
  margin-left: 1em;
}

.accordion-details ol > li::before {
  position: absolute;
  left: 0;
  display: block;
  content: "(" counter(list-counter, lower-alpha) ") ";
}

.accordion-details li {
  font-size: 2.4em;
  margin-bottom: 1em;
}

.accordion-details li ul {
  margin-top: 1em;
  margin-left: 1em;
}

.accordion-details li ul li {
  list-style-type: circle;
}

.accordion-details li li {
  font-size: 1em;
}

.accordion-details p,
.accordion-details li {
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.78;
  text-align: justify;
}

.accordion-details ul {
  margin-bottom: 4em;
}

.accordion-details ul:last-child {
  margin-bottom: 0;
}

.accordion-details a.download-btn {
  display: block;
  margin-bottom: 1.2em;
  text-decoration: none;
}

.ad-left {
  width: calc(95% - 150px);
}

.ad-right {
  width: 150px;
}

.form-wrapper {
  padding: 6em 0;
  max-width: 960px;
}

.custom-form {
  background-color: #fff;
  padding: 5em 4em;
}

.custom-form label {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.2;
}

.custom-form input {
  font-size: 2em;
}

.custom-form input[type="submit"] {
  font-size: 2em;
  color: #fff;
  padding: 12px 70px;
  background: #4C0A47;
  background: -webkit-gradient(linear, left top, left bottom, from(#4C0A47), to(#6C3963));
  background: linear-gradient(180deg, #4C0A47 0%, #6C3963 100%);
  border-radius: 5px;
  float: right;
}

.submit-btn {
  overflow: hidden;
  padding-top: 7.5em;
}

.form-section {
  margin-bottom: 8em;
}

.form-section .sec-heading {
  margin-bottom: 1.5em;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7em;
}

.form-group label {
  width: 30%;
}

.form-group label .small-label {
  display: block;
  font-size: 0.8em;
}

.form-group input[type="text"],
.form-group textarea {
  width: 70%;
  height: 44px;
  padding: 5px 10px;
  border: 1px solid #C7C7C8;
  border-radius: 4px;
}

.form-group textarea {
  height: 132px;
  font-size: 2em;
}

input[type="email"] {
  width: 100%;
  height: 44px;
  padding: 5px 10px;
  border: 1px solid #C7C7C8;
}

.date-container {
  height: 44px;
}

.file-upload {
  width: 70%;
}

.file-upload input[type="file"] {
  display: inline-block;
  margin-right: 10px;
  width: 270px;
}

.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}

.tc-col {
  width: 49%;
}

.tc-col input[type="text"] {
  width: 100%;
}

.small-label {
  font-size: 1.8em;
  font-weight: 300;
  margin-top: 3px;
}

.form-note {
  border-top: 1px solid #C7C7C8;
  border-bottom: 1px solid #C7C7C8;
  padding: 2em 0;
}

.form-note h2 {
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.form-note li {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2;
}

.contact-info {
  padding-top: 1em;
}

.contact-info p {
  display: inline-block;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2;
  margin-right: 2em;
}

.primary-btn {
  font-size: 2em;
  color: #fff;
  padding: 12px 70px;
  background: #4C0A47;
  background: -webkit-gradient(linear, left top, left bottom, from(#4C0A47), to(#6C3963));
  background: linear-gradient(180deg, #4C0A47 0%, #6C3963 100%);
  border-radius: 5px;
  float: right;
}

.popup-trigger {
  display: none;
}

.popup {
  display: none;
  width: 90%;
  max-width: 960px;
  padding: 5em 4em 4em 4em;
  margin: 0 auto;
}

.popup-heading {
  margin-bottom: 0.7em;
}

.popup-heading h2 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
}

.popup-text {
  padding: 0px 0px 80px 0px;
  font-size: 2em;
}

.popup-text p {
  font-size: 1em;
}

.popup-text ol {
  list-style: decimal;
  margin-left: 1em;
}

.popup-text ol li {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 5px;
}

.popup p {
  text-align: left;
}

.popup .fancybox-close-small {
  top: auto;
  bottom: 0;
  right: 12px;
}

.popup .fancybox-close-small:before {
  color: #750F6D;
  right: 25px;
  bottom: 3em;
  font-size: 1.2em;
  content: 'Continue';
  color: #fff;
  padding: 12px 70px;
  background: #4C0A47;
  background: -webkit-gradient(linear, left top, left bottom, from(#4C0A47), to(#6C3963));
  background: linear-gradient(180deg, #4C0A47 0%, #6C3963 100%);
  border-radius: 5px;
  float: right;
}

.popup .fancybox-close-small::after {
  display: none;
}

.date-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.date-picker input {
  background-position: right 10px center;
  background-image: url(images/calendar.png);
  background-size: 14px;
}

.time-picker input {
  background-image: url(images/time.png);
}

.tabcontent {
  display: none;
}

.locations {
  width: 26.5%;
}

.locations h2 {
  background: #4C0A47;
  background: -webkit-gradient(linear, left top, right top, from(#4C0A47), to(#6C3963));
  background: linear-gradient(90deg, #4C0A47 0%, #6C3963 100%);
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  padding: 12px 10px 12px 7.7%;
}

.location-details {
  width: 73.5%;
}

.location-item {
  border-bottom: 1px solid #e0e0e0;
}

.location-item .accordion-icon {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 20px 12px 7.7%;
  cursor: pointer;
}

.location-item .accordion-icon:hover {
  background-color: #F8F2FF;
}

.location-item .accordion-icon:before {
  width: 14px;
  height: 14px;
  background-image: url(images/arrow.png);
  background-position: left center;
  margin-right: 8px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  content: '';
}

.location-item .accordion-icon span {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
}

.location-item .accordion-details {
  border: 0;
  padding: 0 20px 10px 40px;
}

.location-item p {
  margin-bottom: 10px;
  line-height: 1.4;
}

.location-item p:last-child {
  margin-bottom: 0;
}

.location-item.active {
  background-color: #F8F2FF;
}

.location-item.active .accordion-icon {
  color: #750F6D;
}

.location-item.active .accordion-icon:before {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.tabcontents {
  min-height: 600px;
}

.location-details.tabcontents {
  padding-right: 29px;
}

.location-details.tabcontents .tabcontent {
  position: relative;
}

.tooltip {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 2.031vw;
  height: 2.031vw;
  min-width: 24px;
  min-height: 24px;
  border-radius: 5px;
  border: 3px solid transparent;
}

.tooltip:hover {
  border: 3px solid #fff;
}

/*
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 7px 12px;
    position: absolute;
    z-index: 1;
    bottom: 75%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    p {
        font-size: 2em;
    }
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    margin-top: -1px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
    */
.parking-tooltip-1 {
  top: 55.05%;
  left: 35.35%;
}

.parking-tooltip-2 {
  top: 71.3%;
  left: 82.8%;
}

.parking-tooltip-3 {
  top: 41.88%;
  left: 51.6%;
}

.parking-tooltip-4 {
  top: 39.45%;
  left: 62%;
}

.parking-tooltip-5 {
  top: 38.2%;
  left: 40.8%;
}

.parking-tooltip-6 {
  top: 65.8%;
  left: 68.3%;
}

.parking-tooltip-7 {
  top: 29.1%;
  left: 20.35%;
}

.parking-tooltip-8 {
  top: 11%;
  left: 52.9%;
}

.parking-tooltip-9 {
  top: 30.9%;
  left: 25%;
}

.parking-tooltip-10 {
  top: 51.1%;
  left: 70.1%;
}

.parking-tooltip-11 {
  top: 54.1%;
  left: 70.1%;
}

.parking-tooltip-12 {
  top: 3.9%;
  left: 36.35%;
}
/*# sourceMappingURL=style.css.map */