@charset "UTF-8";
body * {
  /*background-color: red;*/
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s, transform 0.3s;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Roboto', 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  color: #777873;
}

body {
  overflow: auto;
  overflow-x: hidden;
}

body, .container, .section-wrapper {
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #0b4a8d;
}

a:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 1.2em;
  line-height: 1.2;
}

li {
  line-height: 1.2;
}

div, a, p, span, input, button, h1, h2, h3, h4, h5, li, ul, ol, table, tr, th, td, nav {
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

select {
  height: 35px;
  background-color: #686963;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  padding: 0;
  padding-right: 30px;
  padding-left: 15px;
  margin: 0;
  max-width: 100%;
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  outline: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-overflow: '';
  -moz-appearance: none;
  text-indent: 0.01px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_menu_mobile_arrowopen.png);
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.hide {
  display: none !important;
}

.fancybox-slide {
  padding: 0;
}

.loading {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.loading:after {
  content: " ";
  display: block;
  width: 48px;
  height: 48px;
  margin: 20px;
  border-radius: 50%;
  border: 6px solid #0b4a8d;
  border-color: #0b4a8d transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.transition {
  -webkit-transition: all 0.3s linear;
  /* Safari */
  transition: all 0.3s linear;
}

.container {
  margin: 0 auto;
}

.background {
  background-color: #eee;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.section-wrapper {
  position: relative;
  margin-bottom: 0;
}

.section-wrapper:last-child {
  margin-bottom: 0;
}

.section, .section-inner {
  margin: 0 auto;
  position: relative;
  width: 940px;
}

.section-title {
  font-size: 35px;
  margin: 0;
  position: relative;
  width: 300px;
  padding-bottom: 26px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-title h1, .section-title h2 {
  margin: 0;
  font-size: 35px;
  color: #0b4a8d;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-title .separator {
  background-color: #0b4a8d;
  height: 6px;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-title.center {
  margin-bottom: 40px;
  text-align: center;
  width: auto;
}

.section-title.center .separator {
  width: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.clear, .clearfix {
  clear: both;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.mobile-only, .mobile-only-inline, .mobile-only-inlineblock {
  display: none;
}

.desktop-only {
  display: block;
}

.desktop-only-inline {
  display: inline;
}

.desktop-only-inlineblock {
  display: inlineblock;
}

.btn {
  display: inline-block;
  cursor: pointer;
  background: #0b4a8d;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 0;
  height: 42px;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.dev {
  background-color: red;
  opacity: 0.8;
}

.error-message {
  color: red;
}

h1 {
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0b4a8d;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

ul.links {
  list-style: none;
  padding: 0;
}

ul.links li {
  border-bottom: 1px solid #b3b4b1;
}

ul.links li:last-child {
  border: 0;
}

ul.links li:before {
  content: "-";
  text-indent: -20px;
  width: 20px;
  display: inline-block;
  padding: 15px 0 15px 0;
  color: #0b4a8d;
  vertical-align: top;
  overflow: hidden;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 28%;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_clickarrow.png);
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

ul.links li a {
  padding: 15px 0;
  color: #0b4a8d;
  display: inline-block;
  width: 90%;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

ul.links.with-description li {
  padding-left: 215px;
  padding-bottom: 15px;
}

ul.links.with-description li:before {
  position: absolute;
  left: 0;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

ul.links.with-description li a {
  width: 200px;
  position: absolute;
  left: 20px;
}

/* Wordpress Elements */
.skip-link {
  display: none;
}

.menu-modal {
  display: none;
}

.search-modal {
  /*display: none;*/
}

.header-toggles {
  display: none;
}

#site-header {
  margin-bottom: 0;
}

main .section-inner {
  padding-top: 70px;
}

main .section-inner .entry-header-inner {
  padding: 0;
}

main .post-inner {
  padding-top: 0;
}

main .entry-title {
  margin-bottom: 70px;
}

main .entry-content p strong {
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

main a.post {
  text-decoration: none;
}

main a.post:hover {
  text-decoration: none;
}

main .wp-block-table {
  overflow-x: auto;
  display: block;
  margin-right: 0;
}

main .wp-block-table.min-width-600 {
  display: block;
}

main .wp-block-table.min-width-600 table {
  min-width: 600px;
}

main .wp-block-table.padding-10 table tr th, main .wp-block-table.padding-10 table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

main .wp-block-table.no-heading table tr:first-child {
  border-top: 1px solid #777873;
}

main .wp-block-table table {
  border-collapse: collapse;
}

main .wp-block-table table tr {
  border-bottom: 1px solid #777873;
  vertical-align: top;
}

main .wp-block-table table tr th, main .wp-block-table table tr td {
  padding-top: 3px;
  padding-bottom: 3px;
}

main .entry-content hr {
  padding: 0;
  border: 0;
  border-top: 1px solid #b3b4b1;
  margin: 60px 0;
}

main .entry-content h3 {
  margin-top: 2.2em;
  font-size: 1rem;
  line-height: 1.2;
}

main .entry-content h4 {
  font-size: 1rem;
  line-height: 1.2;
}

main .entry-content .has-small-font-size {
  font-size: 11px;
  line-height: 1.2;
}

main .entry-content .wp-block-gallery {
  margin-bottom: 2rem;
}

main .entry-content .wp-block-gallery .blocks-gallery-caption {
  font-size: 0.8rem;
}

main .entry-content .wp-block-embed, main .entry-content .wp-block-table, main .entry-content .wp-block-image {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

main .entry-content .wp-block-columns:after {
  clear: both;
}

main .entry-content .wp-block-columns .wp-block-column:nth-child(1) {
  /*width: 620px;*/
  padding-right: 20px;
  /*flex-basis: 66%;*/
  float: left;
  /*border-right: 1px solid #b3b4b1;*/
  margin: 0;
}

main .entry-content .wp-block-columns .wp-block-column:nth-child(2) {
  float: right;
  /*flex-basis: 33%;*/
  /*width: 320px;*/
  padding-left: 20px;
  margin: 0;
}

.back-to-top {
  width: 50px;
  height: 50px;
  opacity: 0.5;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 3;
  cursor: pointer;
  display: none;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_backtotop.png);
}

.back-to-top:hover {
  opacity: 1;
}

.header-search {
  position: absolute;
  top: 15px;
  right: 180px;
  width: 160px;
}

.header-search .screen-reader-text, .header-search .close-search-toggle {
  display: none;
}

.header-search .search-form {
  position: relative;
  width: 160px;
}

.header-search .search-form .search-field {
  border-radius: 5px;
  border: 1px solid #0b4a8d;
  height: 25px;
  width: 160px;
  line-height: 25px;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 30px;
}

.header-search .search-form .search-submit {
  display: block;
  text-indent: -9999em;
  text-transform: uppercase;
  background-size: contain;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_magnifyingglass.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: 0;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 8px;
}

.wpml-ls-item {
  display: none;
}

.lang-selector {
  position: absolute;
  top: 15px;
  right: 100px;
  width: 60px;
}

.lang-selector .lang, .lang-selector .separator {
  font-size: 11px;
  color: #fff;
  line-height: 25px;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.lang-selector .separator:last-child {
  display: none;
}

.social-wrapper {
  position: absolute;
  right: 0;
  top: 18px;
}

.social-wrapper.mobile-menu-social-wrapper {
  padding: 6.25vw 9.375vw;
  padding-top: 14.375vw;
  left: 0;
  top: 0;
  right: auto;
}

.social-wrapper.mobile-menu-social-wrapper li {
  margin: 0;
  margin-right: 6.25vw;
}

.social-wrapper.mobile-menu-social-wrapper li a {
  width: 7.8125vw;
  height: 7.8125vw;
  opacity: 1;
}

.social-wrapper ul {
  margin: 0;
  padding: 0;
}

.social-wrapper li {
  list-style: none;
  float: left;
  margin: 0 6px;
}

.social-wrapper li a {
  width: 18px;
  height: 18px;
  display: inline-block;
  opacity: 0.3;
}

.social-wrapper li a:hover {
  opacity: 1;
}

.social-wrapper li a span {
  display: none;
}

.social-wrapper li a svg {
  display: none;
}

.social-wrapper li:nth-child(1) a {
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_FB_White.png);
}

.social-wrapper li:nth-child(2) a {
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_LinkedIn_White.png);
}

.social-wrapper li:nth-child(3) a {
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_Twitter_White.png);
}

.scroll-spacing {
  height: 0;
}

.anchor {
  display: block;
  position: relative;
  top: -175px;
  visibility: hidden;
}

body.page-scrolled .back-to-top {
  display: block;
}

body.page-scrolled .scroll-spacing {
  height: 143px;
}

body.page-scrolled .hero-banner {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}

body.page-scrolled .header-navigation-wrapper {
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 55px;
}

body.page-scrolled.admin-bar .hero-banner {
  top: 32px;
}

body.page-scrolled.admin-bar .header-navigation-wrapper {
  top: 87px;
}

/* Home */
.hero-banner {
  height: 55px;
  background-color: #0b4a8d;
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}

@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}

@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}

@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}

@-webkit-keyframes slogan1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes slogan1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes slogan1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes slogan1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slogan1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slogan2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes slogan2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes slogan2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes slogan2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slogan2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slogan3 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes slogan3 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes slogan3 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes slogan3 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slogan3 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes sloganInit {
  0% {
    background-position: -100px center;
  }
  100% {
    background-position: right center;
  }
}

@-moz-keyframes sloganInit {
  0% {
    background-position: -100px center;
  }
  100% {
    background-position: right center;
  }
}

@-ms-keyframes sloganInit {
  0% {
    background-position: -100px center;
  }
  100% {
    background-position: right center;
  }
}

@-o-keyframes sloganInit {
  0% {
    background-position: -100px center;
  }
  100% {
    background-position: right center;
  }
}

@keyframes sloganInit {
  0% {
    background-position: -100px center;
  }
  100% {
    background-position: right center;
  }
}

.page-template-home:not(.page-scrolled) .hero-banner {
  position: relative;
  height: 500px;
}

.page-template-home:not(.page-scrolled) .hero-banner .desktop-banner, .page-template-home:not(.page-scrolled) .hero-banner .mobile-banner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: -0 bottom;
  animation: animatedBackground 500s linear infinite;
  -moz-animation: animatedBackground 500s linear infinite;
  -webkit-animation: animatedBackground 500s linear infinite;
  -ms-animation: animatedBackground 500s linear infinite;
  -o-animation: animatedBackground 500s linear infinite;
}

.page-template-home:not(.page-scrolled) .hero-banner .logo {
  position: absolute;
  top: 85px;
  left: 0;
  width: 220px;
  height: 75px;
  background-size: contain;
}

.page-template-home:not(.page-scrolled) .hero-banner .header-search {
  top: 85px;
  right: 160px;
  width: 160px;
}

.page-template-home:not(.page-scrolled) .hero-banner .lang-selector {
  top: 85px;
  right: 80px;
  width: 60px;
}

.page-template-home:not(.page-scrolled) .hero-banner .lang-selector .lang, .page-template-home:not(.page-scrolled) .hero-banner .lang-selector .separator {
  color: #0b4a8d;
}

.page-template-home:not(.page-scrolled) .hero-banner .header-social-wrapper {
  display: none;
}

.page-template-home:not(.page-scrolled) .hero-banner .title .left {
  position: absolute;
  height: 200px;
  width: 400px;
  top: 150px;
  right: 460px;
}

.page-template-home:not(.page-scrolled) .hero-banner .title .left .text {
  background-size: contain;
  height: 100px;
  width: 400px;
  position: absolute;
  left: 0;
  top: 50px;
}

.page-template-home:not(.page-scrolled) .hero-banner .title .left .text1 {
  /*opacity: 0;*/
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_headerbanner_title_Fostering.png);
  animation: slogan1 10s linear infinite, sloganInit 1s;
  -moz-animation: slogan1 10s linear infinite, sloganInit 1s;
  -webkit-animation: slogan1 10s linear infinite, sloganInit 1s;
  -ms-animation: slogan1 10s linear infinite, sloganInit 1s;
  -o-animation: slogan1 10s linear infinite, sloganInit 1s;
}

.page-template-home:not(.page-scrolled) .hero-banner .title .left .text2 {
  /*opacity: 0;*/
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_headerbanner_title_Engaging.png);
  animation: slogan2 10s linear infinite;
  -moz-animation: slogan2 10s linear infinite;
  -webkit-animation: slogan2 10s linear infinite;
  -ms-animation: slogan2 10s linear infinite;
  -o-animation: slogan2 10s linear infinite;
}

.page-template-home:not(.page-scrolled) .hero-banner .title .left .text3 {
  /*opacity: 0;*/
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_headerbanner_title_Championing.png);
  animation: slogan3 10s linear infinite;
  -moz-animation: slogan3 10s linear infinite;
  -webkit-animation: slogan3 10s linear infinite;
  -ms-animation: slogan3 10s linear infinite;
  -o-animation: slogan3 10s linear infinite;
}

.page-template-home:not(.page-scrolled) .hero-banner .title .right {
  position: absolute;
  height: 180px;
  width: 300px;
  top: 160px;
  left: 470px;
  background-size: contain;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_headerbanner_title.png);
}

.header-announcement {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
}

.header-announcement .title {
  color: #0b4a8d;
  margin-bottom: 0.8em;
  display: block;
  font-size: 18px;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.header-announcement .description {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.header-announcement .description .read-more {
  color: #0b4a8d;
  display: block;
  /*font-size: 12px;*/
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.header-announcement .close-header-announcement-button {
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: block;
  right: 0;
  top: 0;
  background-size: contain;
  height: 100%;
  position: absolute;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_close.png);
}

.header-navigation-wrapper {
  position: relative;
  height: 88px;
  background-color: #edf1f0;
}

.header-navigation-wrapper .gray-bar {
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #c4d1cf;
}

.header-navigation-wrapper .logo {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 28px;
  z-index: 1;
  background-color: #0b4a8d;
}

.header-navigation-wrapper .primary-menu {
  position: absolute;
  height: 88px;
  width: 820px;
  right: 0;
  top: 0;
  margin: 0;
}

.header-navigation-wrapper .primary-menu > li:first-child {
  display: none;
}

.header-navigation-wrapper .primary-menu ul, .header-navigation-wrapper .primary-menu li {
  list-style: none;
}

.header-navigation-wrapper .primary-menu .sub-menu {
  display: block;
  height: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-navigation-wrapper .primary-menu .menu-item {
  float: left;
  color: #8aa29e;
}

.header-navigation-wrapper .primary-menu .menu-item a {
  padding-top: 20px;
  width: 130px;
  height: 88px;
  display: block;
  line-height: 1.1;
  color: #8aa29e;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  text-transform: uppercase;
  border-top: 8px solid #c4d1cf;
  -webkit-transition: border-top 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border-top 0.3s, color 0.3s, background-color 0.3s;
  -ms-transition: border-top 0.3s, color 0.3s, background-color 0.3s;
  -o-transition: border-top 0.3s, color 0.3s, background-color 0.3s;
  transition: border-top 0.3s, color 0.3s, background-color 0.3s;
}

.header-navigation-wrapper .primary-menu .menu-item:hover a {
  color: #0b4a8d;
  border-top: 8px solid #0b4a8d;
}

.header-navigation-wrapper .primary-menu .menu-item:hover .sub-menu {
  height: auto;
  max-height: 1000px;
  opacity: 1;
}

.header-navigation-wrapper .primary-menu .sub-menu {
  width: 130px;
  padding: 0;
  background-color: #6d92bb;
  z-index: 2;
  position: relative;
}

.header-navigation-wrapper .primary-menu .sub-menu .menu-item {
  background-color: #6d92bb;
}

.header-navigation-wrapper .primary-menu .sub-menu .menu-item a {
  border: 0;
  color: #FFFFFF;
  padding: 10px;
  display: block;
  height: auto;
  width: 130px;
}

.header-navigation-wrapper .primary-menu .sub-menu .menu-item:hover {
  background-color: #0b4a8d;
}

footer {
  padding-top: 70px;
  padding-bottom: 70px;
}

footer .left-column {
  position: relative;
  width: 360px;
  font-size: 1rem;
  float: left;
}

footer .left-column .site-name {
  color: #0b4a8d;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  display: block;
  width: 260px;
  margin-bottom: 40px;
}

footer .left-column .address {
  color: #777873;
  font-weight: 400;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  display: inline-block;
  width: 44%;
}

footer .left-column .contact-info {
  border-left: 1px solid #777873;
  display: inline-block;
  padding-left: 20px;
  width: 50%;
}

footer .left-column .contact-info p {
  margin: 0;
  line-height: 1.3333;
}

footer .left-column .contact-info p .label {
  color: #0b4a8d;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  width: 20px;
  display: inline-block;
}

footer .left-column .contact-info p .value {
  font-weight: 400;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

footer .left-column .contact-info p a {
  color: #0b4a8d;
  font-weight: 400;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

footer .left-column .footer-social-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

footer .left-column .footer-social-wrapper ul {
  margin: 0;
  padding: 0;
}

footer .left-column .footer-social-wrapper li {
  list-style: none;
  float: left;
  margin: 0 6px;
}

footer .left-column .footer-social-wrapper li a {
  width: 30px;
  height: 30px;
  display: inline-block;
}

footer .left-column .footer-social-wrapper li a span {
  display: none;
}

footer .left-column .footer-social-wrapper li a svg {
  display: none;
}

footer .left-column .footer-social-wrapper li:nth-child(1) a {
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_FB.png);
}

footer .left-column .footer-social-wrapper li:nth-child(2) a {
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_LinkedIn.png);
}

footer .left-column .footer-social-wrapper li:nth-child(3) a {
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_Twitter.png);
}

footer .right-column {
  width: 540px;
  float: right;
  position: relative;
}

footer .right-column .footer-menu-wrapper {
  height: 75px;
}

footer .right-column .footer-menu-wrapper ul {
  margin: 0;
  padding: 0;
}

footer .right-column .footer-menu-wrapper ul li {
  list-style: none;
  float: left;
  margin: 0;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #0b4a8d;
  font-size: 1rem;
  line-height: 1;
}

footer .right-column .footer-menu-wrapper ul li a {
  color: #0b4a8d;
  font-weight: 400;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

footer .right-column .footer-menu-wrapper ul li:last-child {
  border: 0;
}

footer .right-column .footer-credits p {
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

footer .right-column .footer-credits p:last-child {
  margin: 0;
}

footer .right-column .footer-copyright {
  padding-top: 1.2em;
}

main {
  min-height: 300px;
}

.section-2-columns .section-title {
  float: left;
  width: 240px;
  margin: 0;
}

.section-2-columns .section-title h2 {
  color: #0b4a8d;
  font-size: 35px;
  line-height: 1;
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-2-columns .section-title .links a {
  position: relative;
  padding: 15px 0;
  line-height: 1;
  font-size: 15px;
  display: block;
  text-align: left;
  color: #868782;
  font-weight: 500;
  font-family: "Roboto Medium", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-2-columns .section-title .links a .separator {
  top: 0;
  position: absolute;
  display: block;
  background-color: #e1e1e0;
  width: 60px;
  height: 3px;
}

.section-2-columns .section-title .links a.active, .section-2-columns .section-title .links a:hover {
  color: #0b4a8d;
}

.section-2-columns .section-title .links a.active .separator, .section-2-columns .section-title .links a:hover .separator {
  background-color: #0b4a8d;
}

.section-2-columns .posts {
  float: left;
  width: 700px;
}

.section-2-columns .posts .post {
  position: relative;
  display: block;
  float: left;
  width: 340px;
  margin: 20px 0 0 20px;
}

.section-2-columns .posts .post:nth-child(1), .section-2-columns .posts .post:nth-child(2) {
  margin-top: 0;
}

.section-2-columns .posts .post:nth-child(odd) {
  margin-left: 0;
}

.header-navigation-wrapper .lang-selector {
  position: absolute;
  right: 21.875vw;
  top: 0;
  bottom: 0;
  height: 18.75vw;
  line-height: 18.75vw;
  width: auto;
}

.header-navigation-wrapper .lang-selector a {
  color: #0b4a8d;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 4.375vw;
}

.header-navigation-wrapper .lang-selector .separator {
  color: #aac0d7;
  font-size: 4.375vw;
}

.header-navigation-wrapper .title {
  display: none;
}

.mobile-menu-toggle-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 18.125vw;
  width: 18.75vw;
  padding: 6.25vw;
  cursor: pointer;
  border-left: 1px solid #c4d1cf;
}

.mobile-menu-toggle-button .icon {
  display: block;
  height: 6.25vw;
  width: 6.25vw;
  background-size: contain;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_hamburger.png);
}

.mobile-menu-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}

.mobile-menu-wrapper {
  background-color: #0b4a8d;
  position: fixed;
  right: -82.8125vw;
  top: 0;
  bottom: 0;
  width: 82.8125vw;
  padding: 6.25vw 9.375vw;
  overflow-y: auto;
  z-index: 11;
  /*display: none;*/
  opacity: 0;
  -webkit-transition: right 0.3s, opacity 0.3s;
  -moz-transition: right 0.3s, opacity 0.3s;
  -ms-transition: right 0.3s, opacity 0.3s;
  -o-transition: right 0.3s, opacity 0.3s;
  transition: right 0.3s, opacity 0.3s;
}

.mobile-menu-wrapper .close-wrapper {
  margin-bottom: 12.5vw;
}

.mobile-menu-wrapper .close-wrapper .close {
  /*background-color: #fff;*/
  display: block;
  float: right;
  width: 4.6875vw;
  height: 4.6875vw;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_close_mobile.png);
}

.mobile-menu-wrapper .header-search {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 6.25vw;
  width: auto;
}

.mobile-menu-wrapper .header-search .search-form {
  width: 100%;
}

.mobile-menu-wrapper .header-search .search-form .search-field {
  border-radius: 5px;
  border: 0;
  height: 10vw;
  width: 100%;
  line-height: 10vw;
  font-size: 4.6875vw;
  padding-left: 3.125vw;
  padding-right: 9.375vw;
}

.mobile-menu-wrapper .header-search .search-form .search-submit {
  width: 5vw;
  height: 5vw;
  top: 2.1875vw;
  right: 2.5vw;
}

.mobile-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-wrapper ul li a {
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
}

.mobile-menu-wrapper ul li a .arrow {
  position: absolute;
  display: none;
  height: 100%;
  width: 3.75vw;
  right: 0;
  top: 0;
  background-size: contain;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_menu_mobile_arrowclose.png);
  transform: rotate(0deg);
}

.mobile-menu-wrapper ul li.menu-item-has-children > a .arrow {
  display: block;
}

.mobile-menu-wrapper .mobile-menu li {
  border-top: 1px solid #FFFFFF;
}

.mobile-menu-wrapper .mobile-menu li:first-child {
  border-top: 0;
}

.mobile-menu-wrapper .mobile-menu li a {
  color: #FFFFFF;
  display: block;
  min-height: 12.5vw;
  padding-top: 4.0625vw;
  padding-bottom: 4.0625vw;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.mobile-menu-wrapper .mobile-menu .sub-menu {
  height: 0;
  max-height: 0;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
}

.mobile-menu-wrapper .mobile-menu .sub-menu li {
  border-top: 1px solid #aac0d7;
}

.mobile-menu-wrapper .mobile-menu .sub-menu li a {
  color: #aac0d7;
}

.mobile-menu-wrapper .mobile-menu .active .sub-menu {
  height: auto;
  max-height: 1000px;
}

.mobile-menu-wrapper .mobile-menu .active .arrow {
  transform: rotate(180deg);
}

.admin-bar .mobile-menu-wrapper {
  padding-top: 14.375vw;
}

.no-search-results-form {
  display: none;
}

.search-results .section-page-banner, .search-no-results .section-page-banner {
  display: none;
}

.search-results .post-separator, .search-no-results .post-separator {
  height: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  display: none;
}

.search-results .archive-title, .search-no-results .archive-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #b3b3b3;
}

.search-results .archive-title p, .search-no-results .archive-title p {
  text-transform: initial;
  margin: 0;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.2;
  color: #868782;
  font-weight: 500;
  font-family: "Roboto Medium", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.search-results .archive-title p .search-term, .search-no-results .archive-title p .search-term {
  color: #686963;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.search-results .archive-subtitle, .search-no-results .archive-subtitle {
  display: none;
}

.search-results article, .search-no-results article {
  padding: 40px 0;
  width: 940px;
  margin: 0 auto;
  border-bottom: 1px solid #b3b3b3;
}

.search-results article .entry-title, .search-no-results article .entry-title {
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.search-results article .entry-categories, .search-no-results article .entry-categories {
  display: none;
}

.search-results article .entry-content p:last-child, .search-no-results article .entry-content p:last-child {
  margin: 0;
}

.search-results article .post-meta, .search-no-results article .post-meta {
  display: none;
}

.search-results article .section-inner, .search-no-results article .section-inner {
  padding: 0;
  padding-bottom: 40xp;
}

.search-no-results .archive-title {
  border: 0;
}

.search-no-results .archive-subtitle {
  display: block;
  padding-bottom: 100px;
  text-align: left;
}

.member-only .hero-banner {
  display: none;
}

.member-only .header-navigation-wrapper {
  background-color: #777872;
}

.member-only .header-navigation-wrapper .gray-bar {
  background-color: #B4B4B0;
}

.member-only .header-navigation-wrapper .title {
  display: block;
  color: #C3C3C1;
  font-size: 20px;
  width: 150px;
  position: absolute;
  left: 120px;
  top: 25px;
  line-height: 1;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.member-only .header-navigation-wrapper .lang-selector {
  display: none;
}

.member-only .header-navigation-wrapper .primary-menu {
  width: 700px;
}

.member-only .header-navigation-wrapper .primary-menu > li:first-child {
  display: block;
}

.member-only .header-navigation-wrapper .primary-menu .menu-item a {
  width: auto;
  /*max-width: 280px;*/
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  color: #fff;
  border-top: 8px solid #B4B4B0;
}

.member-only .mobile-menu-wrapper {
  background-color: #777872;
}

.member-only .mobile-menu-wrapper .header-search {
  display: none;
}

.member-only .mobile-menu-toggle-button .icon {
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_hamburger_White.png);
}

.member-only.page-scrolled .scroll-spacing {
  height: 88px;
}

.member-only.page-scrolled .header-navigation-wrapper {
  top: 0;
}

.member-only.page-scrolled.admin-bar .hero-banner {
  top: 32px;
}

.member-only.page-scrolled.admin-bar .header-navigation-wrapper {
  top: 32px;
}

.page-template-home .section-page-banner {
  display: none;
}

.section-page-banner {
  background-color: #000;
}

.section-page-banner.no-banner {
  background-color: #fff;
}

.section-page-banner.no-banner .banner {
  display: none;
}

.section-page-banner.no-banner .section-inner {
  height: auto;
  padding-top: 70px;
}

.section-page-banner.no-banner .section-title {
  position: relative;
  padding: 0;
  margin: 0;
}

.section-page-banner.no-banner .section-title h1 {
  color: #0b4a8d;
}

.section-page-banner.no-banner .section-title .category {
  color: #8aa29e;
  line-height: 1;
  margin: 0;
  margin-bottom: 0.5em;
}

.section-page-banner .banner {
  opacity: 0.7;
}

.section-page-banner .section-inner {
  height: 245px;
  position: relative;
  z-index: 1;
}

.section-page-banner .section-title {
  position: absolute;
  bottom: 0;
  width: auto;
  max-width: 600px;
}

.section-page-banner .section-title h1 {
  color: #fff;
  line-height: 1;
}

.section-page-banner .section-title .category {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.page-template-about-us .section-page-banner {
  display: none;
}

.section-latest-updates .post {
  height: 100px;
  background-color: #f3f6f5;
}

.section-latest-updates .post:hover {
  background-color: #e7edf4;
}

.section-latest-updates .post:hover .date {
  background-color: #0b4a8d;
}

.section-latest-updates .post .date {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 100px;
  background-color: #a1b5b1;
  padding: 8px;
  vertical-align: top;
  text-align: center;
}

.section-latest-updates .post .date .day {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-latest-updates .post .date .month {
  display: block;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  text-transform: uppercase;
}

.section-latest-updates .post .title {
  display: inline-block;
  width: 290px;
  height: 100px;
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
  padding: 15px;
  vertical-align: top;
}

.section-featured-pages .featured-page {
  width: 300px;
  margin-left: 20px;
  float: left;
  display: block;
}

.section-featured-pages .featured-page:first-child {
  margin-left: 0;
}

.section-featured-pages .featured-page:hover .image .background {
  opacity: 0.3;
}

.section-featured-pages .featured-page .image {
  width: 300px;
  height: 300px;
  background-color: #0b4a8d;
  position: relative;
}

.section-featured-pages .featured-page .title {
  position: absolute;
  width: 200px;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 30px;
  line-height: 25px;
  margin: 0;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-featured-pages .featured-page.font-small .title {
  font-size: 28px;
  line-height: 25px;
}

.section-featured-pages .featured-page .description {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #777873;
}

.section-featured-pages .featured-page .read-more {
  font-size: 14px;
  line-height: 1;
}

.section-featured-pages .featured-page .read-more .text {
  color: #0b4a8d;
  font-weight: 500;
  font-family: "Roboto Medium", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  vertical-align: middle;
}

.section-featured-pages .featured-page .read-more .arrow {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_readmorearrow.png);
}

.section-events {
  padding-bottom: 75px;
}

.section-events select {
  margin-top: 50px;
  width: 165px;
  text-transform: uppercase;
}

.section-events .post {
  height: 220px;
  background-color: #f3f6f5;
}

.section-events .post:hover {
  /*background-color: #e7edf4;*/
}

.section-events .post:hover .date {
  /*background-color: #0b4a8d;*/
}

.section-events .post:hover .background {
  opacity: 1;
}

.section-events .post .info {
  display: block;
  width: 310px;
  padding: 10px 8px 10px 10px;
  height: 56px;
  margin: 0 auto;
  background-color: #a1b5b1;
  color: #fff;
}

.section-events .post .date {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.section-events .post .date .day {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-events .post .date .month {
  display: block;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  text-transform: uppercase;
}

.section-events .post .separator {
  display: inline-block;
}

.section-events .post .background {
  opacity: 0;
  background-size: contain;
}

.section-events .post .status {
  display: inline-block;
  text-align: right;
  text-transform: uppercase;
  float: right;
  line-height: 34px;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-events .post .title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  /*font-size: 27px;*/
  font-size: 18px;
  line-height: 1;
  color: #fff;
  max-height: 110px;
  overflow: hidden;
}

.section-events .post.event-highlights {
  background-color: #6d92bb;
}

.section-events .post.event-highlights .info {
  background-color: #0b4a8d;
}

.section-events .post.upcoming-events {
  background-color: #adbebb;
}

.section-events .post.upcoming-events .info {
  background-color: #8aa29e;
}

.section-event .post-meta-wrapper {
  display: none;
}

.section-event .pagination-single {
  display: none;
}

.section-event .featured-media {
  display: none;
}

.form-dialog-wrapper {
  width: 300px;
}

.form-dialog-wrapper .error {
  color: orangered;
  margin-bottom: 1em;
}

.form-dialog-wrapper .description {
  color: #777873;
  margin-bottom: 30px;
  width: 300px;
}

.form-dialog-wrapper .form-dialog input {
  width: 300px;
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto Medium", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  margin-bottom: 20px;
  padding: 0 15px;
  border: 1px solid #868782;
}

.form-dialog-wrapper .form-dialog button {
  background: #0b4a8d;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 0;
  width: 300px;
  height: 42px;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.form-dialog-wrapper .form-dialog p {
  color: #fff;
  line-height: 1;
}

.form-dialog-wrapper .form-dialog a {
  color: #fff;
  text-decoration: underline;
}

.section-featured-banners .featured-banner {
  color: #fff;
  position: relative;
  height: 435px;
  width: 100%;
  float: left;
}

.section-featured-banners .featured-banner .desktop-bg, .section-featured-banners .featured-banner .mobile-bg {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-position: top center;
}

.section-featured-banners .featured-banner .section-inner {
  padding-top: 0;
}

.section-featured-banners .featured-banner .section-title {
  line-height: 1;
  margin: 55px 0 30px 0;
}

.section-featured-banners .featured-banner .section-title .separator {
  background-color: #fff;
}

.section-featured-banners .featured-banner .description {
  width: 300px;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-featured-banners .featured-banner .read-more {
  color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-featured-banners .login-dialog-wrapper {
  position: absolute;
  margin: 0 auto;
  width: 300px;
  left: 0;
  right: 0;
  top: 30px;
}

.section-featured-banners .login-dialog-wrapper .form-dialog input {
  border: 0;
}

.section-about-pwma {
  height: 620px;
}

.section-about-pwma .banner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-position: bottom center;
}

.section-about-pwma .section-title {
  float: left;
}

.section-about-pwma .section-title h1 {
  width: 150px;
  font-weight: 900;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-about-pwma .left-column, .section-about-pwma .right-column {
  width: 300px;
  margin-left: 20px;
  float: left;
}

.section-about-pwma .left-column .title {
  color: #0b4a8d;
  font-size: 22px;
  line-height: 1.2;
  display: block;
  margin-bottom: 40px;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-about-pwma .left-column .description {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.section-about-pwma .right-column .details {
  color: #fff;
}

.section-about-pwma .right-column .details strong {
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-about-pwma .right-column .details ul {
  padding-left: 16px;
}

.section-about-pwma .right-column .details li {
  margin-bottom: 6px;
}

.section-managements {
  position: relative;
}

.section-managements .background {
  background-position: bottom left;
}

.section-managements .section-inner {
  height: 100%;
  position: relative;
}

.section-managements .description {
  margin-bottom: 100px;
  color: #000;
  /*font-size: 25px;*/
  font-size: 20px;
  line-height: 1.2;
  font-weight: 100;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-managements .left-column {
  float: left;
  width: 300px;
  height: 100%;
}

.section-managements .right-column {
  float: right;
  width: 620px;
  min-height: 800px;
  height: 100%;
}

.section-managements .right-column .details {
  padding: 0 0 30px 0;
}

.section-managements .person {
  position: absolute;
  left: 140px;
  bottom: 55px;
  width: 180px;
  color: #0b4a8d;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-managements .person .name {
  display: block;
}

.section-managements .person .title {
  display: block;
}

.section-executive-committee .person {
  position: relative;
  float: left;
  width: 50%;
  height: 200px;
  padding: 20px;
  border: 1px solid #b3b4b1;
  border-left: 0;
  border-right: 0;
}

.section-executive-committee .person:first-child {
  border-right: 0;
}

.section-executive-committee .person .photo {
  background-color: #eee;
  width: 235px;
  height: 198px;
  position: absolute;
  right: 0;
  top: 0;
}

.section-executive-committee .person .info {
  font-size: 12px;
  line-height: 1.2;
  width: 195px;
}

.section-executive-committee .person .info .title {
  color: #0b4a8d;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  display: block;
}

.section-executive-committee .person .info .name {
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  display: block;
}

.section-executive-committee .person .info .description {
  display: block;
}

.section-executive-members .section-inner {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-executive-members .section-title {
  height: 60px;
  width: auto;
  line-height: 60px;
  text-align: center;
  color: #0b4a8d;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  display: block;
}

.section-executive-members .persons {
  /*border-right: 1px solid #b3b4b1;*/
  /*border-bottom: 1px solid #b3b4b1;*/
}

.section-executive-members .person {
  position: relative;
  float: left;
  width: 20%;
  height: 330px;
  border-right: 1px solid #b3b4b1;
  border-bottom: 1px solid #b3b4b1;
}

.section-executive-members .person:last-child {
  border-left: 0;
  border-right: 0;
}

.section-executive-members .person:nth-child(5n) {
  border-left: 0;
  border-right: 0;
}

.section-executive-members .person .photo {
  background-color: #eee;
  width: 100%;
  height: 150px;
}

.section-executive-members .person .info {
  font-size: 12px;
  line-height: 1.2;
  padding: 20px;
}

.section-executive-members .person .info .name {
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  display: block;
}

.section-executive-members .person .info .description {
  display: block;
}

.section-organization-chart {
  background-color: #e7edf4;
}

.section-organization-chart .chart {
  text-align: center;
}

.section-organization-chart .chart img {
  max-width: 80%;
}

.section-organization-chart .description {
  padding-top: 50px;
  padding-bottom: 100px;
  max-width: 760px;
  margin: 0 auto;
}

.section-page-members .section-inner {
  padding-top: 0;
}

.section-page-members .info {
  padding: 45px 0;
}

.section-page-members .info .left-column {
  float: left;
  width: 620px;
  /*			font-size: 20px;*/
  line-height: 1.2;
  font-weight: 400;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-page-members .info .right-column {
  width: 300px;
  float: right;
}

.section-page-members .section-title {
  width: auto;
  display: block;
  border-top: 1px solid #b3b4b1;
  border-bottom: 1px solid #b3b4b1;
  height: 60px;
  line-height: 60px;
  color: #0b4a8d;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-page-members .section-title h3 {
  margin: 0;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
}

.section-page-members .member-names {
  padding: 25px 0 25px 20px;
}

.section-page-members .member-names ol {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  margin: 0;
  padding: 0;
  counter-reset: item;
}

.section-page-members .member-names ol li.name {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.section-page-members .member-names ol li.name:before {
  content: counter(item) ". ";
  counter-increment: item;
  width: 16px;
  display: inline-block;
  vertical-align: top;
}

.section-page-members .member-names ol li.name span {
  margin-bottom: 10px;
  padding-right: 20px;
  display: inline-block;
  width: 90%;
}

.section-page-members .member-logos {
  border-top: 1px solid #b3b4b1;
}

.section-page-members .member-logos .logo-wrapper {
  float: left;
  display: block;
  width: 117px;
  height: 110px;
  position: relative;
  border-bottom: 1px solid #e8e9e8;
  border-left: 1px solid #e8e9e8;
}

.section-page-members .member-logos .logo-wrapper.row-begin {
  border-left: 0;
}

.section-page-members .member-logos .logo-wrapper.row-end {
  border-right: 0;
}

.section-page-members .member-logos .logo-wrapper.last-row {
  border-bottom: 0;
}

.section-page-members .member-logos .logo-wrapper .logo {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 103px;
  height: 95px;
  background-size: contain;
}

.section-download-grid-layout.big-name .post .name {
  font-size: 27px;
}

.section-download-grid-layout.name-vcenter .post {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-download-grid-layout.name-vcenter .post .name {
  position: initial;
  bottom: 0;
}

.section-download-grid-layout.hidden-date .post .name {
  bottom: 45px;
}

.section-download-grid-layout.hidden-date .post .date {
  display: none;
}

.section-download-grid-layout .post.name-vcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-download-grid-layout .post.name-vcenter .name {
  position: initial;
  bottom: 0;
}

.section-download-grid-layout.blue .post {
  background-color: #6d92bb;
}

.section-download-grid-layout.blue .post:hover {
  background-color: #0b4a8d;
}

.section-download-grid-layout.blue .post:hover .info {
  background-color: #FFF;
}

.section-download-grid-layout.blue .post:hover .info .file-type {
  color: #0b4a8d;
}

.section-download-grid-layout.blue .post:hover .info .file-size {
  color: #0b4a8d;
}

.section-download-grid-layout.blue .post .info {
  background-color: #0b4a8d;
}

.section-download-grid-layout.blue .post .info .file-type {
  color: #FFF;
}

.section-download-grid-layout.blue .post .info .file-size {
  color: #FFF;
}

.section-download-grid-layout .post {
  display: block;
  width: 220px;
  height: 315px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  background-color: #8aa29e;
  padding: 0 15px;
  position: relative;
}

.section-download-grid-layout .post .background {
  opacity: 0;
}

.section-download-grid-layout .post:nth-child(4n) {
  margin-right: 0;
}

.section-download-grid-layout .post:hover {
  background-color: #adbebb;
}

.section-download-grid-layout .post:hover .info {
  background-color: #8aa29e;
}

.section-download-grid-layout .post:hover .info .file-type {
  color: #FFF;
}

.section-download-grid-layout .post:hover .info .file-size {
  color: #FFF;
}

.section-download-grid-layout .post.has-cover-image:hover .background {
  opacity: 1;
}

.section-download-grid-layout .post .name {
  width: 190px;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  bottom: 85px;
}

.section-download-grid-layout .post .date {
  width: 190px;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  position: absolute;
  bottom: 45px;
}

.section-download-grid-layout .post .info {
  position: absolute;
  width: 190px;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  margin: 0 auto;
  color: #FFFFFF;
  background-color: #d0dad8;
  padding: 0 15px;
}

.section-download-grid-layout .post .info .file-type {
  font-size: 13px;
  color: #8aa29e;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  float: left;
}

.section-download-grid-layout .post .info .file-size {
  font-size: 13px;
  color: #8aa29e;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  float: right;
}

.section-pwma-in-the-news .post {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  position: relative;
}

.section-pwma-in-the-news .post:first-child {
  border-top: 1px solid #ccc;
}

.section-pwma-in-the-news .post .date {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: top;
  color: #0b4a8d;
  width: 100px;
  text-transform: uppercase;
}

.section-pwma-in-the-news .post .name {
  display: inline-block;
  width: 810px;
  color: #777873;
}

.section-pwma-in-the-news .post .arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-size: contain;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_clickarrow.png);
}

.section-downloads .post, .section-downloads .column-head {
  position: relative;
  border-bottom: 1px solid #b3b4b1;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-downloads .post .cell, .section-downloads .column-head .cell {
  float: left;
  color: #777873;
}

.section-downloads .post .section, .section-downloads .column-head .section {
  width: 150px;
}

.section-downloads .post .name, .section-downloads .column-head .name {
  width: 560px;
  padding-right: 30px;
}

.section-downloads .post .format, .section-downloads .column-head .format {
  width: 100px;
}

.section-downloads .post .size, .section-downloads .column-head .size {
  width: 100px;
}

.section-downloads .post .arrow, .section-downloads .column-head .arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  background-size: contain;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_clickarrow.png);
}

.section-downloads .column-head {
  padding-top: 0;
}

.section-downloads .column-head .cell {
  font-size: 12px;
  color: #0b4a8d;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-sitemap ul {
  list-style: none;
}

.section-sitemap ul:after {
  clear: both;
}

.section-sitemap ul.primary-menu {
  margin: 0;
  padding: 0;
}

.section-sitemap ul.primary-menu > li:first-child {
  display: none;
}

.section-sitemap ul.primary-menu > li {
  float: left;
  display: block;
  width: 260px;
  margin-right: 40px;
}

.section-sitemap ul.primary-menu > li.wpml-ls-item {
  display: none;
}

.section-sitemap ul.primary-menu > li > a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #777873;
  line-height: 30px;
  min-height: 30px;
  border-bottom: 1px solid #b3b4b1;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-sitemap ul.primary-menu > li .sub-menu {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}

.section-sitemap ul.primary-menu > li .sub-menu li {
  position: relative;
}

.section-sitemap ul.primary-menu > li .sub-menu li a {
  display: block;
  border-bottom: 1px solid #b3b4b1;
  padding: 8px 0 8px 20px;
  position: relative;
  color: #0b4a8d;
  font-size: 13px;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-sitemap ul.primary-menu > li .sub-menu li a:before {
  content: " ";
  display: block;
  width: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_clickarrow.png);
}

.faqs {
  border-bottom: 1px solid #b3b4b1;
}

.faqs .post {
  border-top: 1px solid #b3b4b1;
}

.faqs .post .question {
  cursor: pointer;
  color: #777873;
  margin: 0;
  padding: 15px 0;
  display: block;
  position: relative;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.faqs .post .question .number {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 25px;
}

.faqs .post .question .text {
  padding-left: 25px;
  padding-right: 30px;
  display: block;
}

.faqs .post .question .arrow {
  position: absolute;
  top: 16px;
  right: 0;
  width: 12px;
  height: 12px;
  background-size: contain;
  transform: rotate(180deg);
  background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_clickarrow_down.png);
}

.faqs .post .answer {
  padding: 0;
  color: #777873;
  background-color: #edf1f0;
  overflow: hidden;
  display: block;
  height: 0;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.faqs .post .answer p:last-child {
  margin-bottom: 0;
}

.faqs .post.active .arrow {
  transform: rotate(0deg);
}

.faqs .post.active .answer {
  padding: 15px;
  height: auto;
  max-height: 2000px;
}

.section-faqs .section-inner {
  padding-top: 40px;
}

.section-faqs .faq-category-selector {
  margin-bottom: 20px;
}

.section-faqs .desktop-only .categories .category {
  width: 220px;
  height: 60px;
  border: 1px solid #0b4a8d;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  margin: 0 20px 20px 0;
  color: #0b4a8d;
  display: flex;
  align-items: center;
  float: left;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.section-faqs .desktop-only .categories .category:first-child {
  /*margin-left: 0;*/
}

.section-faqs .desktop-only .categories .category:nth-child(4n) {
  margin-right: 0;
}

.section-faqs .desktop-only .categories .category:hover, .section-faqs .desktop-only .categories .category.active {
  background-color: #0b4a8d;
  color: #ffffff;
}

.section-faqs .desktop-only .categories .category .name {
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-faqs .faq-category {
  border-top: 1px solid #b3b4b1;
  border-bottom: 1px solid #b3b4b1;
  display: none;
}

.section-faqs .faq-category.active {
  display: block;
}

.section-faqs .faq-category .info {
  width: 160px;
  float: left;
  padding: 15px 0;
}

.section-faqs .faq-category .info .name {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: #0b4a8d;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.section-faqs .faq-category .faqs {
  float: right;
  width: 740px;
  border-bottom: 0;
}

.section-faqs .faq-category .faqs .post:first-child {
  border-top: 0;
}

.section-ecf-faqs .faq-category-selector select {
  background-color: #0b4a8d;
  margin-bottom: 30px;
}

.page-template-member-login .section-page-banner {
  display: none;
}

.section-member-login {
  padding-bottom: 100px;
  /*border-bottom: 1px solid #b3b4b1;*/
}

.section-member-login h1 {
  width: 200px;
  margin-bottom: 30px;
}

.section-member-login .desktop-banner {
  background-position: top center;
}

.section-member-login .section-inner {
  padding-top: 60px;
}

.section-member-login .section-inner .login-dialog-wrapper p {
  color: #777873;
}

.section-member-login .section-inner .login-dialog-wrapper a {
  color: #0b4a8d;
}

.section-member-forgot-password .section-inner {
  padding-top: 40px;
}

.page-template-member-home .section-page-banner {
  display: none;
}

.page-template-member-home .section-featured-pages .section-inner {
  padding-top: 115px;
  padding-bottom: 80px;
}

.page-template-member-home .section-featured-pages .featured-page {
  width: 460px;
  margin-bottom: 30px;
}

.page-template-member-home .section-featured-pages .featured-page:nth-child(odd) {
  margin-left: 0;
}

.page-template-member-home .section-featured-pages .featured-page .image {
  width: 460px;
}

.page-template-member-home .section-featured-pages .featured-page .title {
  width: 430px;
  text-transform: uppercase;
}

.section-pwma-correspondences-and-reference-materials .post .question .date {
  color: #0b4a8d;
  position: absolute;
  left: 0;
  top: 15px;
  width: 80px;
  display: block;
  text-transform: uppercase;
}

.section-pwma-correspondences-and-reference-materials .post .question .text {
  padding-left: 80px;
}

.section-member-videos .posts {
  border-bottom: 0;
}

.section-member-videos .post {
  border-top: 1px solid #0b4a8d;
  border-bottom: 1px solid #0b4a8d;
  margin-bottom: 15px;
  background-color: #BBC9DA;
}

.section-member-videos .post .question .text {
  padding-left: 15px;
  color: #0b4a8d;
}

.section-member-videos .post .question .arrow {
  right: 15px;
}

.section-member-videos .post .answer {
  background-color: #F5F6F8;
}

.section-member-videos .post .answer .wp-block-columns {
  margin-bottom: 0;
}

.section-member-videos .post .answer .wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}

.section-member-videos .post .answer .wp-block-embed figcaption {
  margin-top: 1em;
  color: #0b4a8d;
}

.lang-tc .header-navigation-wrapper .primary-menu .menu-item a {
  /*padding-right: 30px;*/
}

.lang-tc .header-navigation-wrapper .primary-menu > .menu-item > a {
  padding-right: 30px;
}

.lang-tc .section-page-members .section-title h3 {
  font-size: 1rem;
}

.lang-tc .section-page-members .member-names ol li.name:before {
  font-size: 0.87777rem;
}

.lang-tc .section-page-members .member-names ol li.name {
  font-size: 1rem;
}

@media only screen and (max-width: 940px) {
  html, body {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
  p {
    margin-bottom: 6.25vw;
  }
  select {
    height: 10.9375vw;
    font-size: 4.375vw;
    line-height: 4.375vw;
    padding-right: 9.375vw;
    padding-left: 4.6875vw;
    background-position: right 3.125vw center;
    background-size: 3.75vw 2.5vw;
  }
  .section-wrapper {
    /*		margin-bottom: vw(70);*/
  }
  .section-inner {
    width: auto;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
  .section-inner .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .section-title {
    margin: 3.125vw 0 9.375vw 0;
    padding-bottom: 7.8125vw;
    font-size: 8.125vw;
    line-height: 1;
    width: auto;
  }
  .section-title h1, .section-title h2 {
    font-size: 8.125vw;
  }
  .section-title .separator {
    height: 1.875vw;
    width: 18.75vw;
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .mobile-only-inline {
    display: inline;
  }
  .mobile-only-inlineblock {
    display: inline-block;
  }
  .mobile-hidden {
    display: none;
  }
  .desktop-only, .desktop-only-inline, .desktop-only-inlineblock {
    display: none;
  }
  h1 {
    font-size: 8.125vw;
  }
  ul.links.with-description li {
    position: relative;
    padding-top: 8.75vw;
    padding-left: 4.6875vw;
    padding-bottom: 4.6875vw;
  }
  ul.links.with-description li:before {
    top: 0;
  }
  ul.links.with-description li a {
    width: auto;
    top: 0;
  }
  /* Wordpress Elements */
  .entry-content p strong {
    font-size: 4.375vw;
  }
  main .section-inner {
    padding-top: 14.0625vw;
  }
  main .post-inner {
    padding-top: 0;
  }
  main .entry-title {
    margin-bottom: 12.5vw;
  }
  main .entry-content hr {
    margin: 14.0625vw 0;
  }
  main .entry-content h3 {
    margin-top: 2.2em;
    font-size: 4.375vw;
    line-height: 1.2;
  }
  main .entry-content h4 {
    font-size: 4.375vw;
    line-height: 1.2;
  }
  main .entry-content .has-small-font-size {
    font-size: 3.4375vw;
    line-height: 1.2;
  }
  main .entry-content .wp-block-columns {
    flex-wrap: wrap;
  }
  main .entry-content .wp-block-columns .wp-block-column:nth-child(1) {
    width: auto;
    padding-right: 0;
    flex-basis: 100% !important;
    float: left;
    border: 0;
    margin: 0;
    /*margin-bottom: vw(10);*/
  }
  main .entry-content .wp-block-columns .wp-block-column:nth-child(2) {
    float: right;
    flex-basis: 100% !important;
    width: auto;
    padding-left: 0;
    margin: 0;
    /*padding-top: vw(45);*/
    /*border-top: 1px solid #b3b4b1;*/
  }
  .back-to-top {
    width: 15.625vw;
    height: 15.625vw;
    opacity: 0.8;
    bottom: 4.6875vw;
    right: 4.6875vw;
  }
  /* Home */
  .hero-banner {
    display: none;
  }
  .hero-banner .header-search {
    display: none;
  }
  .hero-banner .lang-selector {
    display: none;
  }
  .page-template-home:not(.page-scrolled) .hero-banner {
    display: block;
    height: 159.375vw;
  }
  .page-template-home:not(.page-scrolled) .hero-banner .desktop-banner {
    display: none;
  }
  .page-template-home:not(.page-scrolled) .hero-banner .mobile-banner {
    display: block;
  }
  .page-template-home:not(.page-scrolled) .hero-banner .logo {
    top: 4.6875vw;
    left: 4.6875vw;
    width: 56.25vw;
    height: 18.75vw;
  }
  .page-template-home:not(.page-scrolled) .hero-banner .title .left {
    width: 48.4375vw;
    height: 56.25vw;
    top: 37.5vw;
    left: 4.6875vw;
    right: auto;
  }
  .page-template-home:not(.page-scrolled) .hero-banner .title .left .text {
    width: 48.4375vw;
    height: 56.25vw;
    left: 0;
    top: 0;
    background-size: 110%;
    background-position: right center;
  }
  .page-template-home:not(.page-scrolled) .hero-banner .title .left .text1 {
    opacity: 1;
  }
  .page-template-home:not(.page-scrolled) .hero-banner .title .left .text2 {
    /*opacity: 1;*/
  }
  .page-template-home:not(.page-scrolled) .hero-banner .title .left .text3 {
    /*opacity: 1;*/
  }
  .page-template-home:not(.page-scrolled) .hero-banner .title .right {
    height: 56.25vw;
    width: 43.75vw;
    top: 37.5vw;
    right: 4.6875vw;
    left: auto;
  }
  .header-announcement {
    padding: 0;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
    padding-right: 9.375vw;
  }
  .header-announcement .title {
    font-size: 5.625vw;
    margin-bottom: 0;
  }
  .header-announcement .description {
    display: none;
    font-size: 5vw;
  }
  .header-announcement .description .read-more {
    /*font-size: vw(12);*/
  }
  .header-announcement .close-header-announcement-button {
    right: 4.6875vw;
  }
  .scroll-spacing {
    /*height: 0;*/
  }
  .anchor {
    top: -18.75vw;
  }
  body.page-scrolled .scroll-spacing {
    height: 18.75vw;
  }
  body.page-scrolled .hero-banner {
    /*top: 0;*/
    /*position: fixed;*/
    /*width: 100%;*/
    /*z-index: 2;*/
  }
  body.page-scrolled .header-navigation-wrapper {
    /*position: fixed;*/
    /*width: 100%;*/
    /*z-index: 2;*/
    top: 0;
  }
  body.page-scrolled.admin-bar .hero-banner {
    /*top: 32px;*/
  }
  body.page-scrolled.admin-bar .header-navigation-wrapper {
    top: 0;
  }
  .header-navigation-wrapper {
    height: 18.75vw;
    border-top: 1px solid #c4d1cf;
    border-bottom: 1px solid #c4d1cf;
  }
  .header-navigation-wrapper .gray-bar {
    display: none;
  }
  .header-navigation-wrapper .logo {
    width: 18.75vw;
    height: 18.75vw;
    left: 4.6875vw;
    top: 6.25vw;
  }
  .header-navigation-wrapper .primary-menu {
    display: none;
  }
  .mobile-menu-overlay.active {
    display: block;
    opacity: 0.3;
  }
  .mobile-menu-wrapper.active {
    /*display:block;*/
    opacity: 0.95;
    right: 0;
  }
  footer {
    padding-top: 14.0625vw;
    padding-bottom: 14.0625vw;
    text-align: center;
  }
  footer .section-inner {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
  footer .left-column {
    float: none;
    width: auto;
    font-size: 4.375vw;
  }
  footer .left-column .site-name {
    width: auto;
    margin-bottom: 12.5vw;
  }
  footer .left-column .address {
    display: block;
    width: auto;
    line-height: 7.8125vw;
    margin-bottom: 15.625vw;
  }
  footer .left-column .contact-info {
    border-left: 0;
    padding-left: 0;
    width: auto;
    line-height: 7.8125vw;
    margin-bottom: 15.625vw;
  }
  footer .left-column .contact-info p {
    text-align: center;
    line-height: 7.8125vw;
  }
  footer .left-column .contact-info p .label {
    width: 6.25vw;
  }
  footer .left-column .footer-social-wrapper {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 12.5vw;
  }
  footer .left-column .footer-social-wrapper li {
    float: none;
    display: inline-block;
  }
  footer .left-column .footer-social-wrapper li a {
    width: 9.375vw;
    height: 9.375vw;
  }
  footer .left-column .footer-social-wrapper li:nth-child(1) a {
    background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_FB.png);
  }
  footer .left-column .footer-social-wrapper li:nth-child(2) a {
    background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_LinkedIn.png);
  }
  footer .left-column .footer-social-wrapper li:nth-child(3) a {
    background-image: url(/wp-content/themes/pwma/assets/images/pwma_icon_Twitter.png);
  }
  footer .right-column {
    width: auto;
    float: none;
    position: relative;
  }
  footer .right-column .footer-menu-wrapper {
    height: auto;
    margin-bottom: 14.0625vw;
  }
  footer .right-column .footer-menu-wrapper ul li {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    border: 0;
    font-size: 4.375vw;
    line-height: 7.8125vw;
  }
  footer .right-column .footer-menu-wrapper ul li:last-child {
    border: 0;
  }
  footer .right-column .footer-credits p {
    font-size: 3.75vw;
    line-height: 1.2;
  }
  .section-2-columns .section-title {
    float: none;
    width: auto;
    padding-bottom: 0;
  }
  .section-2-columns .section-title h2 {
    font-size: 8.125vw;
    line-height: 1;
    margin-bottom: 6.25vw;
  }
  .section-2-columns .section-title .links a {
    padding: 4.6875vw 0;
    font-size: 4.0625vw;
    display: inline-block;
  }
  .section-2-columns .section-title .links a .separator {
    display: block;
    width: 100%;
    height: 0.9375vw;
  }
  .section-2-columns .posts {
    float: none;
    width: auto;
  }
  .section-2-columns .posts .post {
    float: none;
    width: auto;
    width: 90.625vw;
    margin: 4.6875vw 0 0 0;
  }
  .section-2-columns .posts .post:nth-child(1), .section-2-columns .posts .post:nth-child(2) {
    margin: 4.6875vw 0 0 0;
  }
  .search-results .archive-title {
    padding-bottom: 10.9375vw;
  }
  .search-results article {
    width: 90.625vw;
    padding: 12.5vw 0;
  }
  .search-results article:first-child {
    margin-top: 10.9375vw;
  }
  .search-results article .entry-title {
    font-size: 6.25vw;
    line-height: 1.2;
    margin-bottom: 6.25vw;
  }
  .member-only .header-navigation-wrapper .title {
    left: 100px;
    top: 10px;
  }
  .member-only.page-scrolled .scroll-spacing {
    height: 18.75vw;
  }
  .member-only.page-scrolled.admin-bar .header-navigation-wrapper {
    top: 0;
  }
}

@media only screen and (max-width: 940px) {
  .section-page-banner {
    background-color: #fff;
  }
  .section-page-banner .banner {
    height: 78.125vw;
    position: relative;
    opacity: 1;
  }
  .section-page-banner .section-inner {
    height: auto;
  }
  .section-page-banner .section-title {
    position: relative;
    padding: 0;
    margin-top: 15.625vw;
    margin-bottom: 14.0625vw;
    bottom: 0;
  }
  .section-page-banner .section-title h1 {
    color: #0b4a8d;
    font-size: 8.125vw;
    line-height: 1;
  }
  .section-page-banner .section-title .category {
    color: #8aa29e;
    font-size: 4.375vw;
    line-height: 1;
    margin: 0;
    margin-bottom: 3.125vw;
  }
  .section-latest-updates .post {
    height: 25vw;
  }
  .section-latest-updates .post .date {
    width: 12.5vw;
    height: 25vw;
    padding: 2.5vw;
  }
  .section-latest-updates .post .date .day {
    font-size: 7.5vw;
  }
  .section-latest-updates .post .date .month {
    font-size: 3.125vw;
  }
  .section-latest-updates .post .title {
    width: 75vw;
    height: 25vw;
    padding: 4.6875vw;
    font-size: 4.375vw;
    line-height: 1.2;
  }
  .section-featured-pages .featured-page {
    width: auto;
    margin-left: 0;
    margin-bottom: 10.9375vw;
    float: none;
  }
  .section-featured-pages .featured-page .image {
    width: 90.625vw;
    height: 68.75vw;
  }
  .section-featured-pages .featured-page .title {
    width: 62.5vw;
    left: 4.6875vw;
    bottom: 4.6875vw;
    font-size: 9.375vw;
    line-height: 7.8125vw;
  }
  .section-featured-pages .featured-page.font-small .title {
    font-size: 8.75vw;
    line-height: 7.8125vw;
  }
  .section-featured-pages .featured-page .description {
    font-size: 4.375vw;
    margin-top: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
  .section-featured-pages .featured-page .read-more {
    display: block;
    font-size: 4.375vw;
    line-height: 1.2;
  }
  .section-featured-pages .featured-page .read-more .arrow {
    height: 3.75vw;
    width: 9.375vw;
  }
  .section-events {
    padding-bottom: 21.875vw;
  }
  .section-events select {
    margin-top: 0;
    display: block;
    width: 100%;
  }
  .section-events .post {
    height: 68.75vw;
    height: 58.75vw;
  }
  .section-events .post .info {
    width: 90.625vw;
    padding: 3.125vw 2.5vw 3.125vw 3.125vw;
    height: 17.5vw;
  }
  .section-events .post .date .day {
    font-size: 7.5vw;
  }
  .section-events .post .date .month {
    font-size: 3.125vw;
  }
  .section-events .post .status {
    line-height: 10.625vw;
  }
  .section-events .post .title {
    left: 4.6875vw;
    right: 4.6875vw;
    bottom: 4.6875vw;
    /*font-size: vw(27);*/
    font-size: 5.625vw;
    max-height: 4em;
  }
  .form-dialog-wrapper {
    width: auto;
  }
  .form-dialog-wrapper .description {
    width: auto;
  }
  .form-dialog-wrapper .form-dialog input {
    display: block;
    width: 100%;
    height: 13.125vw;
    margin-bottom: 6.25vw;
    padding: 0 4.6875vw;
    font-size: 4.375vw;
    line-height: 13.125vw;
  }
  .form-dialog-wrapper .form-dialog button {
    display: block;
    width: 100%;
    height: 13.125vw;
    font-size: 4.375vw;
    margin-bottom: 6.25vw;
    line-height: 13.125vw;
  }
  .section-featured-banners .section-inner {
    width: auto;
  }
  .section-featured-banners .featured-banner {
    height: 181.25vw;
    width: 100vw;
    padding: 4.6875vw;
  }
  .section-featured-banners .featured-banner .section-title {
    width: auto;
  }
  .section-featured-banners .featured-banner .description {
    width: auto;
    margin-bottom: 6.25vw;
    font-size: 4.375vw;
    line-height: 1.2;
  }
  .section-featured-banners .featured-banner .read-more {
    font-size: 4.375vw;
    line-height: 1;
    padding: 4.6875vw;
    border: 1px solid #fff;
  }
  .section-featured-banners .login-dialog-wrapper {
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  .section-about-pwma {
    height: auto;
  }
  .section-about-pwma .banner {
    height: 189.0625vw;
  }
  .section-about-pwma .section-title {
    float: none;
  }
  .section-about-pwma .section-title h1 {
    width: auto;
  }
  .section-about-pwma .left-column, .section-about-pwma .right-column {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .section-about-pwma .left-column {
    min-height: 150vw;
  }
  .section-about-pwma .left-column .title {
    font-size: 6.25vw;
    margin-bottom: 9.375vw;
  }
  .section-about-pwma .left-column .description {
    font-size: 6.25vw;
  }
  .section-about-pwma .right-column .details {
    color: #777873;
  }
  .section-about-pwma .right-column .details ul {
    padding-left: 16px;
  }
  .section-about-pwma .right-column .details li {
    margin-bottom: 1.875vw;
  }
  .section-managements {
    height: auto;
  }
  .section-managements .background {
    top: auto;
    width: 100%;
    height: 93.75vw;
    height: 111vw;
  }
  .section-managements .section-inner {
    height: 100%;
    position: relative;
    padding-bottom: 93.75vw;
  }
  .section-managements .description {
    margin-top: 0vw;
    margin-bottom: 6.25vw;
    /*font-size: vw(25);*/
    font-size: 6.25vw;
    line-height: 1.2;
  }
  .section-managements .left-column {
    float: none;
    width: auto;
    height: auto;
  }
  .section-managements .left-column .person {
    left: 50%;
    bottom: 9.375vw;
    width: 50%;
  }
  .section-managements .right-column {
    float: none;
    width: auto;
    height: auto;
    min-height: auto;
  }
  .section-managements .right-column .details {
    padding: 0 0 18.75vw 0;
  }
  .section-managements .person {
    left: 50vw;
    bottom: 17.1875vw;
    width: 50vw;
  }
  .section-executive-committee .section-title {
    text-align: left;
  }
  .section-executive-committee .person {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
  }
  .section-executive-committee .person .photo {
    width: 90.625vw;
    height: 46.875vw;
    position: relative;
    right: auto;
    top: auto;
  }
  .section-executive-committee .person .info {
    font-size: 3.75vw;
    line-height: 1.2;
    width: auto;
    padding: 0;
    text-align: center;
    padding: 6.25vw 0 9.375vw 0;
  }
  .section-executive-members .section-inner {
    padding-top: 0;
    padding-bottom: 0vw;
  }
  .section-executive-members .section-title {
    height: 17.1875vw;
    line-height: 17.1875vw;
    border-top: 1px solid #b3b4b1;
    border-bottom: 1px solid #b3b4b1;
  }
  .section-executive-members .persons {
    border: 0;
  }
  .section-executive-members .person {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    border: 0;
  }
  .section-executive-members .person:first-child {
    /*border-right: 0;*/
  }
  .section-executive-members .person .photo {
    width: 90.625vw;
    height: 46.875vw;
  }
  .section-executive-members .person .info {
    font-size: 3.75vw;
    line-height: 1.2;
    width: auto;
    padding: 0;
    text-align: center;
    padding: 6.25vw 0 9.375vw 0;
  }
  .section-organization-chart .section-inner {
    padding-top: 14.0625vw;
  }
  .section-organization-chart .chart {
    text-align: center;
  }
  .section-organization-chart .chart img {
    max-width: auto;
  }
  .section-organization-chart .description {
    padding-top: 14.0625vw;
    padding-bottom: 26.5625vw;
    max-width: auto;
    margin: 0 auto;
  }
  .section-page-members {
    /*		.section-inner {
					padding-top: 0;
				}*/
  }
  .section-page-members .info {
    padding: 14.0625vw 0;
  }
  .section-page-members .info .left-column {
    float: none;
    width: auto;
    /*				font-size: vw(20);*/
    line-height: 1.2;
    padding-bottom: 14.0625vw;
  }
  .section-page-members .info .right-column {
    padding-bottom: 14.0625vw;
    padding-top: 14.0625vw;
    width: auto;
    float: none;
  }
  .section-page-members .section-title {
    height: auto;
    line-height: 1.2;
  }
  .section-page-members .section-title h3 {
    margin: 0;
    font-size: 4.375vw;
    height: auto;
    line-height: 1.2;
    padding: 4.0625vw 0;
  }
  .section-page-members .member-names {
    padding: 0;
  }
  .section-page-members .member-names ol {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    counter-reset: item;
  }
  .section-page-members .member-names ol li.name {
    font-size: 3.75vw;
    line-height: 1.2;
  }
  .section-page-members .member-names ol li.name:before {
    content: counter(item) ". ";
    counter-increment: item;
    width: 5vw;
    display: inline-block;
    vertical-align: top;
  }
  .section-page-members .member-names ol li.name span {
    margin-bottom: 10px;
    padding-right: 0;
    display: inline-block;
    width: 84.375vw;
  }
  .section-page-members .member-logos {
    border-top: 0;
    padding-top: 9.375vw;
  }
  .section-page-members .member-logos.item-count-odd .logo-wrapper:last-child {
    border-bottom: 0;
  }
  .section-page-members .member-logos .logo-wrapper {
    float: left;
    display: block;
    width: 45.3125vw;
    height: 43.75vw;
    position: relative;
    border-top: 0;
    border-left: 1px solid #e8e9e8;
  }
  .section-page-members .member-logos .logo-wrapper.row-begin {
    border-left: 1px solid #e8e9e8;
  }
  .section-page-members .member-logos .logo-wrapper.row-end {
    border-right: 1px solid #e8e9e8;
  }
  .section-page-members .member-logos .logo-wrapper.last-row {
    border-bottom: 1px solid #e8e9e8;
  }
  .section-page-members .member-logos .logo-wrapper:nth-child(odd) {
    border-left: 0;
    border-right: 1px solid #e8e9e8;
  }
  .section-page-members .member-logos .logo-wrapper:nth-child(even) {
    border-left: 0;
    border-right: 0;
  }
  .section-page-members .member-logos .logo-wrapper .logo {
    left: 4.6875vw;
    top: 3.125vw;
    width: 34.375vw;
    height: 37.5vw;
  }
  .section-download-grid-layout.big-name .post .name {
    font-size: 8.4375vw;
  }
  .section-download-grid-layout.hidden-date .post .name {
    bottom: auto;
    /*font-size: 27px;*/
  }
  .section-download-grid-layout.hidden-date .post .date {
    /*display: none;*/
  }
  .section-download-grid-layout .post {
    width: 90.625vw;
    height: 51.5625vw;
    margin-right: 0;
    margin-bottom: 4.6875vw;
    padding: 4.6875vw 4.6875vw 0 4.6875vw;
  }
  .section-download-grid-layout .post.has-cover-image {
    height: 128.125vw;
  }
  .section-download-grid-layout .post .name {
    width: auto;
    font-size: 4.6875vw;
    line-height: 1;
    position: relative;
    bottom: auto;
  }
  .section-download-grid-layout .post .date {
    width: 190px;
    font-size: 4.375vw;
    line-height: 1;
    margin-top: 4.6875vw;
    position: relative;
    bottom: auto;
  }
  .section-download-grid-layout .post .info {
    width: 81.25vw;
    height: 9.375vw;
    line-height: 9.375vw;
    padding: 0 4.6875vw;
  }
  .section-download-grid-layout .post .info .file-type {
    font-size: 4.0625vw;
  }
  .section-download-grid-layout .post .info .file-size {
    font-size: 4.0625vw;
  }
  .section-pwma-in-the-news .post {
    /*			display: block; 
						border-bottom: 1px solid #ccc;*/
    padding: 4.6875vw 4.6875vw 4.6875vw 0;
    position: relative;
  }
  .section-pwma-in-the-news .post:first-child {
    /*border-top: 1px solid #ccc;*/
  }
  .section-pwma-in-the-news .post .date {
    display: block;
    font-size: 3.75vw;
    line-height: 1.2;
    width: auto;
  }
  .section-pwma-in-the-news .post .name {
    display: block;
    width: auto;
  }
  .section-pwma-in-the-news .post .arrow {
    width: 1.875vw;
  }
  .section-downloads .post {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-downloads .post:first-child {
    border-top: 1px solid #b3b4b1;
  }
  .section-downloads .post .cell {
    float: none;
  }
  .section-downloads .post .section {
    width: auto;
    color: #0b4a8d;
    font-size: 3.75vw;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", 'Noto Sans TC', "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  }
  .section-downloads .post .name {
    width: auto;
    padding-right: 9.375vw;
    font-size: 4.375vw;
    line-height: 5.625vw;
  }
  .section-downloads .post .format {
    width: auto;
    color: #0b4a8d;
    font-size: 3.75vw;
    display: inline-block;
  }
  .section-downloads .post .format:after {
    content: "/";
    margin-left: 0.9375vw;
    margin-right: 0.9375vw;
  }
  .section-downloads .post .size {
    display: inline-block;
    width: auto;
    color: #0b4a8d;
    font-size: 3.75vw;
  }
  .section-downloads .post .arrow {
    width: 2.1875vw;
  }
  .section-downloads .column-head {
    display: none;
  }
  .section-downloads .column-head .cell {
    font-size: 12px;
  }
  .section-sitemap ul.primary-menu > li {
    float: none;
    display: block;
    width: auto;
    margin-right: 0;
  }
  .section-sitemap ul.primary-menu > li > a {
    display: block;
    font-size: 4.0625vw;
    line-height: 9.375vw;
    min-height: 9.375vw;
  }
  .section-sitemap ul.primary-menu > li .sub-menu {
    margin-bottom: 12.5vw;
  }
  .section-sitemap ul.primary-menu > li .sub-menu li a {
    padding: 2.5vw 0 2.5vw 6.25vw;
    font-size: 4.0625vw;
  }
  .section-sitemap ul.primary-menu > li .sub-menu li a:before {
    width: 1.875vw;
  }
  .faqs .post .question {
    padding: 4.6875vw 0;
  }
  .faqs .post .question .number {
    width: 7.8125vw;
    top: 4.6875vw;
  }
  .faqs .post .question .text {
    padding-left: 7.8125vw;
    padding-right: 9.375vw;
  }
  .faqs .post .question .arrow {
    top: 5.3125vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .faqs .post .answer {
    /*padding: 0;*/
  }
  .faqs .post.active .answer {
    padding: 4.6875vw;
    /*height: auto;*/
    /*max-height: 2000px;*/
  }
  .section-faqs .section-inner {
    padding-top: 12.5vw;
  }
  .section-faqs .faq-category-selector {
    margin-bottom: 6.25vw;
  }
  .section-faqs .faq-category .info {
    width: auto;
    float: none;
    padding: 4.6875vw 0;
    border-bottom: 1px solid #b3b4b1;
  }
  .section-faqs .faq-category .info .name {
    font-size: 4.375vw;
    line-height: 1;
    text-align: center;
  }
  .section-faqs .faq-category .faqs {
    float: none;
    width: auto;
  }
  .section-member-login {
    padding-bottom: 31.25vw;
  }
  .section-member-login h1 {
    width: auto;
    margin-bottom: 100vw;
  }
  .section-member-login .section-inner {
    padding-top: 18.75vw;
  }
  .section-member-login .mobile-banner {
    height: 78.125vw;
    width: 100vw;
    position: absolute;
    top: 37.5vw;
    opacity: 1;
  }
  .section-member-forgot-password .section-inner {
    padding-top: 12.5vw;
  }
  .page-template-member-home .section-featured-pages .section-inner {
    padding-top: 15.625vw;
  }
  .page-template-member-home .section-featured-pages .featured-page {
    width: 90.625vw;
  }
  .page-template-member-home .section-featured-pages .featured-page .image {
    width: 90.625vw;
    height: 90.625vw;
  }
  .page-template-member-home .section-featured-pages .featured-page .title {
    width: 75vw;
  }
  .section-pwma-correspondences-and-reference-materials .post .question .date {
    position: relative;
    top: 0;
    width: auto;
  }
  .section-pwma-correspondences-and-reference-materials .post .question .text {
    padding-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */