nav {
  position: sticky;
  top: 9rem;
  width: 95%;
}
nav .nav-inner-wrapper {
  background: #085245;
  border-radius: 1rem;
  padding: 2rem 2rem;
}
nav .btn-close-wrapper {
  display: none;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  padding: 0.25rem 0rem;
  margin: 0.375rem 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.1rem;
  white-space: nowrap;
}
nav ul li a {
  display: block;
  width: 100%;
}
nav ul li a:link, nav ul li a:visited {
  color: #ffffff;
  text-decoration: none;
  font-family: source-han-sans-hong-kong, sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
nav ul li a:hover, nav ul li a:active {
  color: #ffa62a;
}
nav ul li:hover {
  border-bottom: 2px solid #5b9240;
}
nav ul li ul {
  margin-left: 0.3rem;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  display: none;
}
nav ul li ul li {
  border-bottom: 0;
}
nav ul li ul li a {
  line-height: 1;
  border-left: 5px solid #ffa62a;
  padding-left: 10px;
}
nav ul li ul li a:link, nav ul li ul li a:visited {
  font-size: 0.9rem;
  color: #ffffff;
}
nav ul li ul li a:hover, nav ul li ul li a:active {
  color: #ffa62a;
  border-bottom: 0;
}
nav ul li ul li:hover {
  border-bottom: 0;
}
nav ul li.preselected ul {
  display: block;
}
nav ul li.cta {
  margin-top: 1rem;
  border: 0;
}
nav ul li.cta a {
  display: block;
  background-color: #ffa62a;
  background-image: url(../images/nav-cta-arrow.svg);
  background-position: 93% 45%;
  background-repeat: no-repeat;
  background-size: auto 42%;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 2px solid #ffa62a;
}
nav ul li.cta a:link, nav ul li.cta a:visited {
  color: #000000;
  text-decoration: none;
  font-family: source-han-sans-hong-kong, sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
nav ul li.cta a:hover, nav ul li.cta a:active {
  background-color: #ffdcaa;
  border: 2px solid #ffa62a;
}
nav ul li .selected {
  color: #ffa62a !important;
}
@media (max-width: 576px) {
  nav #sideIcons {
    display: none;
  }
}
nav #sideIcons .side-icon-item {
  margin-top: 1.5rem;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
nav #sideIcons .side-icon-item img {
  display: block;
  width: 100%;
  height: auto;
}
nav #sideIcons .side-icon-item .side-icon-caption {
  background: #085245;
  font-family: source-han-sans-hong-kong, sans-serif;
  color: #ffffff;
  padding: 1rem 0.85rem;
}
nav #sideIcons .side-icon-item .side-icon-caption .col-left {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}
nav #sideIcons .side-icon-item .side-icon-caption .col-right {
  font-size: 0.75rem;
  text-align: right;
}

#header nav {
  display: none;
}

.fancybox-content {
  background: none;
  padding: 0;
}
.fancybox-content nav {
  width: 250px;
  padding-top: 2.75rem;
}
.fancybox-content .fancybox-button {
  top: 5px;
  right: 5px;
  padding: 2px !important;
  color: #ffffff;
}
.fancybox-content .fancybox-button:hover {
  color: #ffffff;
}
.fancybox-content .fancybox-button svg {
  width: 2.5rem;
  height: auto;
}

footer {
  margin-top: 2rem;
  padding-top: 2rem;
  background-color: #f0f0f0;
}
@media (max-width: 576px) {
  footer {
    padding-top: 0;
  }
}
footer .sitemap {
  margin-bottom: 1rem;
}
footer .sitemap .col {
  display: flex;
  justify-content: center;
  color: #000000;
}
footer .sitemap .col a {
  display: inline-block;
  border-left: 5px solid #5b9240;
  padding-left: 12px;
  margin-bottom: 0.5rem;
  font-family: source-han-sans-hong-kong, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}
footer .sitemap .col a:link, footer .sitemap .col a:visited {
  color: #085245;
  text-decoration: none;
}
footer .sitemap .col a:hover {
  color: #5b9240;
}
footer .sitemap .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .sitemap .col ul li a {
  display: inline-block;
  border-color: rgba(0, 0, 0, 0);
  margin-bottom: 0.25rem;
  font-family: source-han-sans-hong-kong, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.1;
}
footer .sitemap .col ul li a:link, footer .sitemap .col ul li a:visited {
  color: #000000;
  text-decoration: none;
}
footer .sitemap .col ul li a:hover {
  color: #ffa62a;
}
footer .copyright-bar {
  background: #5b9240;
  color: #ffffff;
  margin-top: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  letter-spacing: 0.5px;
}
footer .copyright-bar a:link, footer .copyright-bar a:visited {
  color: #ffffff;
}
footer .copyright-bar a:hover {
  color: #ffa62a;
}
footer .copyright-bar .col-left {
  text-align: left;
  font-family: source-han-sans-hong-kong, sans-serif;
  font-size: 0.9rem;
}
footer .copyright-bar .col-left h4 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1;
  margin: 0;
  border-left: 5px solid #ffa62a;
  padding-left: 15px;
}
footer .copyright-bar .col-left p {
  padding-left: 20px;
}
footer .copyright-bar .bottom-nav {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding-bottom: 1rem;
  white-space: nowrap;
}
footer .copyright-bar .bottom-nav .facebook-widget {
  height: 5rem;
  margin-bottom: 1rem;
}
footer .social-icons {
  display: flex;
  align-items: flex-end;
}
footer .social-icons div {
  width: 100%;
}
footer .social-icons .icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1.5rem;
  margin-left: 0.375rem;
  opacity: 0.6;
  transition: ease-out 0.2s;
}
footer .social-icons .icon:hover {
  cursor: pointer;
  opacity: 1;
  transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
}
@media (max-width: 576px) {
  footer .social-icons .icon {
    margin-right: 0.375rem;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
footer .bottom-nav {
  text-align: right;
  color: #ffffff;
}
footer .bottom-nav a:link, footer .bottom-nav a:visited {
  color: #ffffff;
}
footer .bottom-nav a:hover {
  color: #ffa62a;
}
@media (max-width: 576px) {
  footer .copyright {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    text-align: center;
  }
  footer .disclaimer {
    font-size: 0.625rem;
    line-height: 0.875rem;
    margin-bottom: 1rem;
  }
  footer .contact p {
    text-align: left;
    margin-bottom: 0.125rem;
  }
  footer .contact p a {
    color: inherit;
  }
  footer .contact p a:link, footer .contact p a:visited {
    color: inherit;
  }
  footer .contact p a:hover {
    color: #ffa62a;
  }
  footer .copyright-bar {
    padding-top: 1.5rem;
  }
  footer .copyright-bar .bottom-nav {
    justify-content: flex-start;
    text-align: left;
    padding-left: 2rem;
    font-size: 0.9rem;
  }
  footer .facebook-widget {
    height: 4.5rem;
    margin-bottom: 1.5rem;
    margin-right: 0.5rem;
  }
}

html {
  font-size: 16px;
}
@media (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 13px;
  }
}
html.small-1 {
  font-size: 15px;
}
@media (min-width: 1600px) {
  html.small-1 {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  html.small-1 {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  html.small-1 {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  html.small-1 {
    font-size: 12px;
  }
}
html.small-2 {
  font-size: 14px;
}
@media (min-width: 1600px) {
  html.small-2 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  html.small-2 {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  html.small-2 {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  html.small-2 {
    font-size: 11px;
  }
}
html.small-3 {
  font-size: 13px;
}
@media (min-width: 1600px) {
  html.small-3 {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  html.small-3 {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  html.small-3 {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  html.small-3 {
    font-size: 10px;
  }
}
html.large-1 {
  font-size: 17px;
}
@media (min-width: 1600px) {
  html.large-1 {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  html.large-1 {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  html.large-1 {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  html.large-1 {
    font-size: 14px;
  }
}
html.large-2 {
  font-size: 18px;
}
@media (min-width: 1600px) {
  html.large-2 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  html.large-2 {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  html.large-2 {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  html.large-2 {
    font-size: 15px;
  }
}
html.large-3 {
  font-size: 19px;
}
@media (min-width: 1600px) {
  html.large-3 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  html.large-3 {
    font-size: 19px;
  }
}
@media (max-width: 400px) {
  html.large-3 {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  html.large-3 {
    font-size: 16px;
  }
}

html[lang=en] body {
  font-family: noto-sans, sans-serif;
  font-weight: 400;
}

html[lang=zh_HK] body {
  font-family: source-han-sans-hong-kong, sans-serif;
  font-weight: 400;
}

html[lang=zh_CN] body {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: montserrat, sans-serif;
}

h2 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: #085245;
}

label[for] {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.clearfix {
  clear: both;
}

.with-arrow.purple {
  background-image: url("../images/arrow-right-purple.png");
  background-repeat: no-repeat;
  background-size: auto 35%;
  background-position: left center;
  padding-left: 1.5rem;
}
@media (max-width: 576px) {
  .with-arrow.purple {
    background-size: auto 0.9rem;
    background-position: left 0.6rem;
  }
}

.purple {
  color: #085245;
}

@media (min-width: 1600px) {
  h3 {
    font-size: 1.5rem;
  }
}
a {
  transition: 200ms linear;
}
a:link, a:visited {
  color: #085245;
  text-decoration: none;
}
a:hover {
  color: #085245;
  text-decoration: underline;
}

b {
  font-weight: 700;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.error-placeholder {
  display: none;
  background-color: #ffa62a;
  background-image: url(../images/icon-warning.png);
  background-repeat: no-repeat;
  background-size: auto 1.2rem;
  background-position: 1rem center;
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  margin-top: 0.5rem;
  text-align: left;
  color: #ffffff;
  border: 1px solid #e92126;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .error-placeholder {
    font-size: 0.9rem;
    background-position: 0.6rem center;
    padding: 0.3rem 1rem 0.3rem 2.25rem;
  }
}

.container-xxl {
  width: 100%;
  max-width: 1440px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 576px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-xl {
    max-width: 1320px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.swiper-pagination {
  position: static;
  margin-left: auto;
  margin-right: auto;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #085245;
  transform: scale(1) !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  margin-top: 1rem;
  border-radius: 0;
  width: 1rem;
  height: 1rem;
}
.swiper-pagination .swiper-pagination-bullet:only-child {
  display: none;
}

body {
  opacity: 0;
}
.highlight {
  font-weight: bold;
  color: #ffa62a;
}

.page-action-row {
  margin-top: 1rem;
}
.page-action-row .col-next {
  text-align: right;
}
.page-action-row .col-previous {
  text-align: left;
}
.page-action-row .col-home {
  text-align: center;
}
.page-action-row .btn-page-previous,
.page-action-row .btn-page-next,
.page-action-row .btn-page-home {
  font-family: source-han-sans-hong-kong, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: auto 40%;
  color: #085245;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid #666666 !important;
  border-radius: 1rem !important;
}
.page-action-row .btn-page-previous.btn-page-home,
.page-action-row .btn-page-next.btn-page-home,
.page-action-row .btn-page-home.btn-page-home {
  text-align: center;
}
.page-action-row .btn-page-previous.btn-page-next,
.page-action-row .btn-page-next.btn-page-next,
.page-action-row .btn-page-home.btn-page-next {
  background-image: url(../images/arrow-right.svg);
  background-position: 92% 50%;
  padding-right: 2.5rem;
}
.page-action-row .btn-page-previous.btn-page-previous,
.page-action-row .btn-page-next.btn-page-previous,
.page-action-row .btn-page-home.btn-page-previous {
  background-image: url(../images/arrow-left.svg);
  background-position: 8% 50%;
  padding-left: 2.5rem;
  align-self: flex-start;
}
@media (max-width: 576px) {
  .page-action-row .btn-page-previous,
  .page-action-row .btn-page-next,
  .page-action-row .btn-page-home {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 100%;
    font-size: 0.9rem;
  }
}
.page-action-row .btn-page-previous .arrow,
.page-action-row .btn-page-next .arrow,
.page-action-row .btn-page-home .arrow {
  width: auto;
  height: 1rem;
  margin-right: 0.5rem;
}
.page-action-row .btn-page-previous:link, .page-action-row .btn-page-previous:visited,
.page-action-row .btn-page-next:link,
.page-action-row .btn-page-next:visited,
.page-action-row .btn-page-home:link,
.page-action-row .btn-page-home:visited {
  color: #085245;
  text-decoration: none;
}
.page-action-row .btn-page-previous:hover, .page-action-row .btn-page-previous:active,
.page-action-row .btn-page-next:hover,
.page-action-row .btn-page-next:active,
.page-action-row .btn-page-home:hover,
.page-action-row .btn-page-home:active {
  background-color: #085245;
  color: #ffffff;
  border: 2px solid #085245;
}

a.btn-cta {
  display: inline-block;
  background-color: #ffa62a;
  background-image: url(../images/nav-cta-arrow.svg);
  background-position: 90% 45%;
  background-repeat: no-repeat;
  background-size: auto 42%;
  border: 2px solid #ffa62a;
}
a.btn-cta.wide {
  background-position: 96% 45%;
  padding-left: 2rem;
  padding-right: 3rem;
}
a.btn-cta.xs {
  padding: 0.375rem 1rem;
}
a.btn-cta:link, a.btn-cta:visited {
  color: #000000 !important;
  text-decoration: none;
  font-family: source-han-sans-hong-kong, sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
a.btn-cta:hover, a.btn-cta:active {
  color: #085245 !important;
  background-color: #ffdcaa;
  border: 2px solid #ffa62a;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  padding: 0.75rem 1.5rem 0.75rem 1.25rem;
  margin: 1rem 0;
  background-color: #2cb540;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
}
.btn-whatsapp .icon {
  height: 2rem;
  width: auto;
  margin-right: 0.5rem;
}
.btn-whatsapp:link, .btn-whatsapp:hover, .btn-whatsapp:visited {
  text-decoration: none;
  color: #ffffff;
}
.btn-whatsapp:hover {
  background-color: #148c26;
  color: #ffffff;
}

.themed-block {
  position: relative;
  z-index: 10000;
  margin-top: -11vw;
}
.themed-block h2,
.themed-block h3,
.themed-block h4 {
  color: #ffffff;
  line-height: 1.5;
}
.themed-block .block-top,
.themed-block .block-bottom {
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 11vw;
}
.themed-block .block-top {
  background-image: url("../images/side-top.svg");
  background-position: bottom right;
}
.themed-block .block-body {
  background: #085245;
  padding-top: 3vw;
  padding-bottom: 1.5vw;
  margin-top: -2px;
  color: #ffffff;
}
.themed-block .block-body li {
  margin-bottom: 1rem;
}
.themed-block .block-body p {
  line-height: 1.6;
}
@media (max-width: 576px) {
  .themed-block .block-body {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
}
.themed-block .block-bottom {
  margin-top: -4px;
  background-image: url("../images/side-bottom.svg");
  background-position: top right;
}
@media (max-width: 576px) {
  .themed-block .block-bottom {
    height: 12vw;
    background-position: top left;
  }
}
.themed-block.light h2,
.themed-block.light h3 {
  color: #085245;
}
.themed-block.light .block-top,
.themed-block.light .block-bottom {
  background-position: center center;
  background-size: 100% 100%;
  height: 12vw;
}
.themed-block.light .block-top {
  background-image: url("../images/splitter-line-1.svg");
}
.themed-block.light .block-body {
  background: none;
  padding-top: 0vw;
  padding-bottom: 0vw;
  margin-top: -2px;
  color: #333333;
}
.themed-block.light .block-bottom {
  background-image: url("../images/splitter-line-2.png");
}
.themed-block.white h2,
.themed-block.white h3 {
  color: #085245;
}
.themed-block.white .block-top {
  background-image: url("../images/side-top-white.svg");
}
.themed-block.white .block-body {
  background: #ffffff;
  color: #333333;
}
.themed-block.white .block-bottom {
  background-image: url("../images/side-bottom-white.svg");
}
.themed-block.light-purple h2,
.themed-block.light-purple h3 {
  color: #085245;
}
.themed-block.light-purple .block-top {
  background-image: url("../images/side-top-purple-light.svg");
}
.themed-block.light-purple .block-body {
  background: rgba(91, 146, 64, 0.1137254902);
  color: #333333;
}
.themed-block.light-purple .block-bottom {
  background-image: url("../images/side-bottom-purple-light.svg");
}
.themed-block.no-top .block-top {
  background: none;
}
.themed-block.no-bottom .block-bottom {
  background: none;
}

#debugBar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #cccccc;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2rem;
}

.no-page-header {
  margin-top: 7.5rem;
}

.minimal-page-header {
  margin-top: 7.5rem;
}
.minimal-page-header p {
  margin-bottom: 0;
}
.minimal-page-header .block-body {
  padding-top: 6.5rem;
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  .minimal-page-header .block-body {
    padding-top: 6rem;
  }
}
@media (max-width: 992px) {
  .minimal-page-header .block-body {
    padding-top: 5rem;
  }
}
@media (max-width: 576px) {
  .minimal-page-header {
    margin-top: 5.5rem;
  }
  .minimal-page-header h1 {
    margin-bottom: 0;
  }
  .minimal-page-header .block-body {
    padding-top: 9.5vw;
    padding-bottom: 2vw;
  }
}

#pageHeader {
  margin-top: 7.5rem;
  margin-bottom: 5vw;
  background: none;
}
@media (max-width: 576px) {
  #pageHeader {
    margin-top: 6.5rem;
    margin-bottom: 5vw;
  }
}
#pageHeader h1,
#pageHeader .h1 {
  font-family: montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #085245;
  width: 3.75rem;
  margin-top: 7rem;
  float: right;
}
@media (max-width: 576px) {
  #pageHeader h1,
  #pageHeader .h1 {
    font-size: 1.5rem;
    width: 2rem;
    margin-top: 7vw;
  }
}
#pageHeader .image-wrapper {
  position: relative;
  width: 95%;
  overflow: hidden;
}
#pageHeader .image-wrapper .image-frame {
  position: absolute;
  background-image: url("../images/page-header-frame.png");
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  height: inherit;
  z-index: 1002;
}
#pageHeader .image-wrapper .image-body {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1001;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#pageHeader .image-wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1001;
}
@media (max-width: 576px) {
  #pageHeader .image-wrapper {
    width: 100%;
  }
  #pageHeader .image-wrapper .image-frame {
    background-image: url("../images/page-header-frame-mobile.png");
  }
  #pageHeader .image-wrapper .image-body {
    background-position: center center;
  }
}

.darkblue {
  color: #2c2e87;
}

.orange {
  color: #ffa62a;
}

.subheader {
  font-family: montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 3rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.subheader.slash {
  background-size: 1rem auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 3.75rem;
}
.subheader.darkblue-slash {
  background-image: url(../images/subheader-slash-darkblue.svg);
}
.subheader.orange-slash {
  background-image: url(../images/subheader-slash-orange.svg);
}
.subheader.white-slash {
  background-image: url(../images/subheader-slash-white.svg);
}
.subheader.black-slash {
  background-image: url(../images/subheader-slash-black.svg);
}
.subheader.multi-line {
  background-size: auto 2.75rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 2rem;
  margin-left: 0.5rem;
  letter-spacing: 0.5px;
  letter-spacing: 0;
}
.subheader.body-font {
  font-family: noto-sans, sans-serif;
}
.subheader.body-font.zh_HK {
  font-family: source-han-sans-hong-kong, sans-serif;
}
.subheader.body-font.zh_CN {
  font-family: source-han-sans-simplified-c, sans-serif;
}
@media (max-width: 1200px) {
  .subheader {
    font-size: 2rem;
    margin-left: 1rem;
  }
  .subheader.slash {
    padding-left: 2.75rem;
  }
}
@media (max-width: 992px) {
  .subheader {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-left: 0;
  }
  .subheader.slash {
    padding-left: 2.5rem;
    background-size: 0.75rem auto;
  }
}
@media (max-width: 576px) {
  .subheader {
    font-size: 1.35rem;
    line-height: 1.75rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-left: 0.5rem;
    letter-spacing: 0.5px;
  }
  .subheader.slash {
    padding-left: 1.5rem;
  }
}
@media (max-width: 400px) {
  .subheader {
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: 0.25px;
  }
}

.btn {
  padding: 0.75rem 1rem;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  border: 1px #333333 solid;
  border-radius: 0;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 8.75rem;
  transition: ease-out 0.3s;
}
.btn:hover {
  background-color: #5b9240;
  color: #ffffff;
  text-decoration: none;
}
.btn.highlight {
  border-color: #ffa62a;
  color: #ffa62a;
}
.btn.highlight:hover {
  background-color: #ffa62a;
  color: #ffffff;
}
.btn.with-icon {
  padding: 0.5rem 1rem 0.3rem 0.5rem;
}
.btn.with-icon img {
  width: auto;
  height: 28px;
}
.btn.on-dark-bg {
  border-color: #ffa62a;
  color: #ffa62a;
}
.btn.on-dark-bg:hover {
  background-color: #ffa62a;
  color: #ffffff;
  text-decoration: none;
}
.btn.thick-border {
  border-width: 2px;
}
.btn.larger-text {
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
}

#adminBar {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  text-align: center;
  padding: 0.125rem 0.5rem;
  background: rgba(5, 2, 169, 0.8666666667);
  color: #ffffff;
  font-size: 0.75rem;
  z-index: 90001;
}
#adminBar a:link, #adminBar a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
#adminBar a:hover {
  text-decoration: none;
}

#header {
  width: 100%;
  height: 7.5rem;
  background: rgba(255, 255, 255, 0);
  position: sticky;
  top: 0;
  left: 0;
  transition: ease-out 0.2s;
  background: rgb(255, 255, 255);
  z-index: 99999;
}
#header .logo-wrapper {
  display: block;
  text-align: left;
  width: 35%;
  padding: 1.125rem 0.25rem;
  transition: ease-out 0.2s;
}
#header .logo-wrapper .logo {
  height: 5.625rem;
  transition: ease-out 0.2s;
}
@media (min-width: 675px) and (max-width: 1440px) {
  #header .logo-wrapper .logo {
    margin-left: 1.25vw;
  }
}
@media (max-width: 700px) {
  #header .logo-wrapper .logo {
    height: 5.25rem;
  }
}
#header .container-xxl {
  padding-left: 0;
}
@media (min-width: 1460px) {
  #header .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
#header .btn-mobile-nav-button-bar {
  display: none;
}
#header .topnav-wrapper .topnav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1.5rem 0 0.75rem 0;
  text-align: right;
}
#header .topnav-wrapper .topnav .topnav-items {
  display: inline-block;
  padding-right: 1.25rem;
}
#header .topnav-wrapper .topnav .topnav-items a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
  border-bottom: 3px rgba(0, 0, 0, 0) solid;
}
#header .topnav-wrapper .topnav .topnav-items a:hover {
  text-decoration: none;
  border-bottom: 3px #ffa62a solid;
}
#header .topnav-wrapper .topnav .topnav-items a:visited {
  text-decoration: none;
}
@media (max-width: 860px) {
  #header .topnav-wrapper .topnav .topnav-items {
    padding-right: 0;
    border-right: 0;
  }
}
#header .topnav-wrapper .topnav .facebook-widget {
  height: 2.55rem;
  margin-left: 1.5rem;
}
#header .topnav-wrapper .topnav .action-items {
  display: inline-block;
  padding-left: 0.75rem;
}
#header .topnav-wrapper .topnav .action-items .btn {
  margin-left: 0.5rem;
  margin-bottom: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: none;
  background-color: #f0f0f0;
  border-top: 3px solid #ececec;
  border-bottom: 3px solid #ececec;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.25rem;
  float: left;
  min-width: 4rem;
}
#header .topnav-wrapper .topnav .action-items .btn.left {
  border-radius: 100px 0 0 100px;
  margin-right: 0;
  background-image: url(../images/topnav-split.png);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  border-left: 3px solid #ececec;
}
#header .topnav-wrapper .topnav .action-items .btn.right {
  border-radius: 0 100px 100px 0;
  margin-left: 0;
  border-right: 3px solid #ececec;
}
#header .topnav-wrapper .topnav .action-items .btn:hover {
  background-color: #5b9240;
  border-color: #085245;
  text-decoration: none;
  color: #ffffff;
}
#header .topnav-wrapper .topnav .action-items .btn.active {
  color: #ffa62a;
}
@media (max-width: 900px) {
  #header .topnav-wrapper .topnav .action-items .btn {
    font-size: 0.9rem;
    line-height: 1rem;
    min-width: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  #header .topnav-wrapper .topnav .facebook-widget {
    height: 2.1rem;
    margin-left: 1rem;
  }
}
@media (max-width: 800px) {
  #header .topnav-wrapper .topnav .action-items .btn {
    font-size: 0.85rem;
    line-height: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  #header .topnav-wrapper .topnav .facebook-widget {
    height: 2rem;
  }
}
@media (max-width: 600px) {
  #header .topnav-wrapper .topnav .action-items .btn {
    font-size: 0.8rem;
    line-height: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  #header .topnav-wrapper .topnav .facebook-widget {
    height: 1.75rem;
  }
}
@media (max-width: 576px) {
  #header .topnav-wrapper .topnav .action-items {
    display: flex;
    text-align: center;
    margin-top: 1rem;
  }
  #header .topnav-wrapper .topnav .action-items .btn {
    font-size: 1.25rem;
    padding: 5vw 2vw;
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#header .topnav-wrapper .nav-items {
  text-align: right;
  padding-left: 0;
  margin: 0;
}
#header .topnav-wrapper .nav-items li {
  display: inline-block;
  list-style: none;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #666666;
  padding-left: 1rem;
  padding-right: 1rem;
}
#header .topnav-wrapper .nav-items li:last-child {
  padding-right: 0;
}
@media (max-width: 1240px) {
  #header .topnav-wrapper .nav-items li {
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  #header .topnav-wrapper .nav-items li {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
#header .topnav-wrapper .nav-items li a {
  display: inline-block;
  font-family: montserrat, sans-serif;
  transition: 200ms linear;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  border-bottom: 3px rgba(255, 255, 255, 0) solid;
}
#header .topnav-wrapper .nav-items li a:link, #header .topnav-wrapper .nav-items li a:visited {
  color: #085245;
}
#header .topnav-wrapper .nav-items li a:hover {
  text-decoration: none;
  color: #022b24;
  border-bottom: 3px #ffa62a solid;
}
@media (max-width: 991px) {
  #header .topnav-wrapper {
    display: none;
  }
  #header .btn-mobile-nav-button-bar {
    display: block;
    position: fixed;
    top: 2.625rem;
    right: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.275rem;
    padding-bottom: 0.275rem;
  }
}
@media (max-width: 991px) and (max-width: 350px) {
  #header .btn-mobile-nav-button-bar {
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  #header .btn-mobile-nav-button-bar .btn-mobile-nav {
    width: 2.75rem;
    height: 1.925rem;
    cursor: pointer;
  }
  #header .btn-mobile-nav-button-bar .btn-mobile-nav:active {
    transform: translate(1, 1);
  }
}
@media (max-width: 576px) {
  #header {
    z-index: 90000;
    height: 5.5rem;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  #header .btn-mobile-nav-button-bar {
    top: 1.65rem;
  }
  #header .logo-wrapper {
    padding: 1.1rem 0;
  }
  #header .logo-wrapper .logo {
    margin-left: 2.2vw;
    height: 3.85rem;
  }
}
@media (max-width: 576px) and (max-width: 350px) {
  #header .logo-wrapper {
    padding: 1.1rem 0;
  }
  #header .logo-wrapper .logo {
    height: 3.3rem;
  }
}

#bodyWrapper {
  padding-top: 1.5rem;
}

.content-subnav {
  text-align: center;
}
.content-subnav li {
  list-style: none;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 0rem 1rem;
  font-size: 1.25rem;
  border-right: 1px solid #085245;
}
.content-subnav li:last-child {
  border-right: 0;
}
.content-subnav li a:link, .content-subnav li a:visited {
  color: #085245;
}
.content-subnav li a:hover {
  color: #e1f5f2;
}
.content-subnav li.active {
  font-weight: bold;
}
.content-subnav li.active a:link, .content-subnav li.active a:visited {
  color: #022b24;
}
.content-subnav li.active a:hover {
  color: #022b24;
}

.richtext-area h2,
.richtext-area h3,
.richtext-area h4,
.richtext-area h5 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.richtext-area h2:first-child,
.richtext-area h3:first-child,
.richtext-area h4:first-child,
.richtext-area h5:first-child {
  margin-top: 0;
}
.richtext-area ol,
.richtext-area ul {
  margin-bottom: 1.5rem;
}
.richtext-area figure.image img {
  width: 100%;
  height: auto;
}
.richtext-area figure table thead {
  background: #085245;
}
.richtext-area figure table thead th {
  color: #ffffff;
  padding: 0.5rem 0.5rem;
}
.richtext-area figure table td {
  padding-left: 0.5rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
}
.richtext-area figure table td:last-child {
  padding-right: 0;
}
@media (max-width: 420px) {
  .richtext-area figure table {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .richtext-area figure table td {
    padding-right: 0.25rem;
  }
  .richtext-area figure table td:last-child {
    padding-right: 0;
  }
}
.richtext-area p:last-of-type {
  margin-bottom: 0;
}

#cookieConsent {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99999;
  width: 80%;
  max-width: 50rem;
  padding: 1.5rem 1.5rem;
  background: #ffa62a;
  border: 1px solid #085245;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: ease-out 0.5s;
}
#cookieConsent.active {
  opacity: 1;
  pointer-events: all;
}
#cookieConsent .text {
  text-align: left;
  font-size: 1rem;
  line-height: 1.25;
}
#cookieConsent .text a:link, #cookieConsent .text a:visited {
  font-size: inherit;
  line-height: inherit;
  color: #333333;
  text-decoration: underline;
}
#cookieConsent .text a:hover {
  color: #022b24;
  text-decoration: none;
}
#cookieConsent .action {
  margin-left: 1rem;
  float: right;
}
#cookieConsent .action button {
  background: #022b24;
  text-align: center;
  font-size: 0.875rem;
  color: #ffa62a;
  color: #ffffff;
  padding: 0.5rem 2.25rem;
  border: 1px #085245 solid;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: ease-out 0.3s;
}
#cookieConsent .action button:hover, #cookieConsent .action button:active {
  background-color: #ffffff;
  color: #085245;
  border: 1px solid #085245;
}
@media (max-width: 576px) {
  #cookieConsent {
    width: 98%;
    padding: 1.25rem 1rem 1rem 1.25rem;
    display: flex;
    align-items: center;
  }
  #cookieConsent .text {
    float: left;
  }
  #cookieConsent .action {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #cookieConsent .action button {
    padding: 0.5rem 1.25rem;
    min-width: 5rem;
  }
}

#sponsorLogoBar {
  padding-top: 2rem;
  padding-bottom: 0;
}
#sponsorLogoBar .sponsor-type {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-left: 3.75rem;
}
@media (max-width: 576px) {
  #sponsorLogoBar .sponsor-type {
    padding-left: 2.5rem;
  }
}
#sponsorLogoBar .sponsor-type .sponsor-logo-items {
  width: 100%;
  margin-top: 0.5rem;
}
#sponsorLogoBar .sponsor-type .sponsor-logo-items .sponsor-logo-item {
  text-align: center;
  display: inline-block;
  padding: 2rem;
  width: 32%;
}
@media (max-width: 767px) {
  #sponsorLogoBar .sponsor-type .sponsor-logo-items .sponsor-logo-item {
    width: 25%;
  }
}
@media (max-width: 576px) {
  #sponsorLogoBar .sponsor-type .sponsor-logo-items .sponsor-logo-item {
    padding: 0.5rem;
    width: 30%;
  }
}
#sponsorLogoBar .sponsor-type .sponsor-logo-items .sponsor-logo-item img {
  width: 100%;
}

.magnify {
  transition: ease-out 0.2s;
}
.magnify:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.magnify:hover.magnify-xl {
  transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
}

@keyframes timeline-dot {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}/*# sourceMappingURL=common.css.map */