﻿@charset "UTF-8";

/* ********************************************
 * SharePoint Style Overrides
 * ********************************************/

#s4-ribbonrow,
#globalNavBox {
  height: auto !important;
}

.ms-core-webpartadder {
  z-index: 1;
}

.ms-cui-TabRowRight .ms-welcome-root {
  padding-top: 4px;
}

.ms-cui-TabRowRight .ms-siteactions-normal {
  height: 34px;
}

.ms-cui-TabRowRight .ms-core-menu-root {
  padding-top: 13px !important;
  vertical-align: top;
}

.ms-cui-TabRowRight .ms-siteactions-imgspan {
  vertical-align: top;
}

.right-wp-zone-col {
  display: none;
}

.ewiki-margin + .edit-mode-border {
  position: relative;
}

#site-wrapper .error-page {
  background: #FFF;
  box-sizing: border-box;
  padding: 0px 3% 30px 3%;
  color: #333333;
}

#site-wrapper .error-header,
#site-wrapper .error-content {
  min-width: 1020px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}
/* ********************************************
 * CSS Reset
 * ********************************************/

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

.pa-reset {
  line-height: 1.6;
  font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
}

  .pa-reset h1,
  .pa-reset h2,
  .pa-reset h3,
  .pa-reset h4,
  .pa-reset h5,
  .pa-reset h6,
  .pa-reset p {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    color: inherit;
  }

  .pa-reset h1 {
    font-size: 2em;
  }

  .pa-reset h2 {
    font-size: 1.43em;
  }

  .pa-reset table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  .pa-reset a,
  .pa-reset a:visited {
    color: inherit;
    text-decoration: none;
  }

  .pa-reset img {
    border: 0;
  }

a.pa-button {
  display: inline-block;
  border: 1px solid #ababab;
  background-color: #fdfdfd;
  font-size: 100%;
  padding: 7px 10px;
  line-height: 1.6;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 999;
}

  a.pa-button.bottom {
    top: initial;
    bottom: 1em;
  }

  a.pa-button.block {
    max-width: 150px;
    position: static;
    display: block;
    margin: 10px 0 10px auto;
    text-align: center;
  }
/* ********************************************
 * Global Styles
 * ********************************************/

#site-wrapper {
  color: #333333;
  font-size: 14px;
  background-color: #fff;
}

#main-container {
  width: 100%;
  min-width: 1000px;
  margin: auto;
  background-color: #EFF1F0;
}

.pa-content-container .content {
  width: auto;
  max-width: 1366px;
  margin: auto;
}

/* ********************************************
 * Header
 * ********************************************/
header {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 150px;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: #fff;
}

  header .content {
    position: relative;
    max-width: 1366px;
    margin: auto;
    font-size: 14px;
  }

  header .logo {
    width: 185px;
    margin: 15px 0 0 20px;
  }

    header .logo a {
      display: inline-block;
    }

    header .logo img {
      width: 100%;
      display: block;
    }

.top-nav {
  position: absolute;
  font-size: 1em;
  right: 15px;
  top: 15px;
}

.head-nav > a,
.head-nav > kanhanbypass > a,
.head-nav > a:visited,
.head-nav > kanhanbypass > a:visited {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
  color: #999999;
}

  .head-nav > a:hover,
  .head-nav > kanhanbypass > a:hover {
    color: #000;
  }

  .head-nav > a.font-size-option {
    width: 29px;
    height: 29px;
    font-size: 1.2em;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 15px;
  }

    .head-nav > a.font-size-option.small {
      margin: 0px;
    }

    .head-nav > a.font-size-option:before {
      content: '';
      height: 115%;
      display: inline-block;
      vertical-align: middle;
    }

.head-nav .search {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px 0px 10px;
  color: #999999;
  height: 29px;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 0px 5px;
}

  .head-nav .search form {
    display: inline-block;
    vertical-align: middle;
  }

  .head-nav .search input:focus {
    outline: 0;
  }

  .head-nav .search input[type=text] {
    border: none;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 1em;
  }

  .head-nav .search a {
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('/_layouts/15/pah/images/magnifier.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .head-nav .search:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

.head-nav .rss {
  height: 29px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}

.nav-container {
  margin-top: 15px;
  position: relative;
}

  .nav-container:after {
    content: '';
    display: block;
    clear: both;
  }

.nav-primary {
  position: relative;
}

  .nav-primary > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .nav-primary > ul li {
      display: inline-block;
    }

      .nav-primary > ul li > a {
        font-size: 1.2em;
        padding: 15px 15px 12px 15px;
        display: block;
        position: relative;
      }

      .nav-primary > ul li .second-nav {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 15px 4%;
        background-color: #5A615E;
        color: #fff;
        font-size: 1.2em;
        text-align: left;
        box-sizing: border-box;
      }

        .nav-primary > ul li .second-nav:before {
          content: '';
          position: absolute;
          bottom: 100%;
          left: 0;
          right: 0;
          height: 15px;
          background-image: url('data:image/gif;,');
          z-index: 1;
        }

      .nav-primary > ul li:hover {
        background-color: #C6060C;
        color: #fff;
      }

        .nav-primary > ul li:hover a:before {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 0px;
          margin-left: -10px;
          border-bottom: 10px solid #5A615E;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
        }

        .nav-primary > ul li:hover .second-nav {
          display: block;
        }

      .nav-primary > ul li .second-nav:after {
        content: '';
        display: block;
        clear: both;
      }

      .nav-primary > ul li .second-nav .nav-description {
        float: left;
        min-height: 1px;
        width: 33%;
        padding-right: 2%;
      }

      .nav-primary > ul li .second-nav .third-nav {
        float: left;
        width: 65%;
        padding-left: 0%;
      }

        .nav-primary > ul li .second-nav .third-nav > a {
          display: inline-block;
          width: 40%;
          padding: 10px 7% 10px 2%;
          vertical-align: middle;
          background-image: url('/_layouts/15/pah/images/third-nav-arrow.png');
          background-repeat: no-repeat;
          background-position: 95% 50%;
        }

          .nav-primary > ul li .second-nav .third-nav > a:hover {
            background-color: #6b7471;
          }

      .nav-primary > ul li .second-nav .nav-description:after {
        content: '';
        display: block;
        position: absolute;
        left: 36%;
        top: 15px;
        bottom: 15px;
        width: 1px;
        border-left: 1px dotted #fff;
      }

      .nav-primary > ul li .second-nav .third-nav:after {
        content: '';
        display: block;
        position: absolute;
        left: 65.5%;
        top: 15px;
        bottom: 15px;
        width: 1px;
        border-left: 1px dotted #fff;
      }

.refer-nav {
  position: absolute;
  top: 0px;
  right: 15px;
}

  .refer-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .refer-nav > ul li {
      display: inline-block;
      margin: 5px;
      color: #fff;
    }

      .refer-nav > ul li a {
        padding: 8px 15px 9px 15px;
        font-size: 0.95em;
        background-color: #c7050d;
        border-radius: 20px;
        display: block;
      }

        .refer-nav > ul li a:hover {
          background-color: #AE0409;
        }

/* ***************************************************
 * Content Block: Navigation DropDown
 * ***************************************************/
.pa-content-sub-nav {
  margin: 5px 0;
  text-align: left;
  float: right;
}

  .pa-content-sub-nav:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .pa-content-sub-nav .dd-container {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }

  .pa-content-sub-nav .dd-selected {
    padding: 2px 10px;
  }

    .pa-content-sub-nav .dd-selected label {
      width: 225px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      cursor: pointer;
    }

  .pa-content-sub-nav .dd-option[data-indent="1"] {
    padding: 10px 10px 10px 20px;
  }

  .pa-content-sub-nav input {
    width: 20px;
    min-width: 20px;
    height: 20px;
    outline: 0;
    border: none;
    background: url('/_layouts/15/hke/images/small-arrow.png') no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    cursor: pointer;
  }

  .pa-content-sub-nav label {
    cursor: pointer;
  }

  .pa-content-sub-nav.hidden {
    display: none;
  }

.pa-content-sub-nav {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
}

  .pa-content-sub-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .pa-content-sub-nav > ul {
    position: absolute;
    min-width: 250px;
    right: 0;
    top: 0;
    border: 1px solid #aaa;
    background: #ddd;
    z-index: 10;
  }

  .pa-content-sub-nav ul:after {
    content: '';
    display: block;
    clear: both;
  }

  .pa-content-sub-nav ul li {
    border-top: 1px dotted white;
  }

    .pa-content-sub-nav ul li:first-child {
      border: none;
    }

    .pa-content-sub-nav ul li a {
      display: block;
      padding: 6px 16px;
      /*    font-weight: bold;*/
    }

    .pa-content-sub-nav ul li span {
      word-break: break-word;
      word-wrap: break-word;
    }

  .pa-content-sub-nav li li a {
    padding-left: 32px;
    /*    font-weight: normal;*/
  }

  .pa-content-sub-nav ul li.current {
    background: white;
  }

    .pa-content-sub-nav ul li.current li {
      border-top: 1px dotted #ddd;
    }

  .pa-content-sub-nav a.highlight:last-of-type {
    color: #CE0014;
  }

div.pa-dropdown-navigate {
  position: absolute;
  bottom: 5px;
  right: 15px;
}

  div.pa-dropdown-navigate:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  div.pa-dropdown-navigate .dd-container {
    display: inline-block;
    vertical-align: middle;
  }

  div.pa-dropdown-navigate .dd-selected {
    padding: 2px 10px;
  }

    div.pa-dropdown-navigate .dd-selected label {
      width: 225px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      cursor: pointer;
    }

  div.pa-dropdown-navigate .dd-option[data-indent="1"] {
    padding-left: 30px;
  }

  div.pa-dropdown-navigate input {
    width: 20px;
    min-width: 20px;
    height: 20px;
    outline: 0;
    border: none;
    background: url('/_layouts/15/hke/images/small-arrow.png') no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    cursor: pointer;
  }

  div.pa-dropdown-navigate label {
    cursor: pointer;
  }

  div.pa-dropdown-navigate div {
    display: none;
    position: absolute;
    width: auto;
    min-width: 200px;
    top: 75%;
    right: 0%;
    background: #fff;
    border-top: 1px solid #AAA;
    z-index: 10;
  }

  div.pa-dropdown-navigate.open div {
    display: block;
  }

  div.pa-dropdown-navigate div a {
    display: block;
    position: relative;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #AAA;
    border-top: none;
  }

    div.pa-dropdown-navigate div a:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 13px;
      margin-top: -7px;
      border-left: 9px solid #000;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
    }

    div.pa-dropdown-navigate div a:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -7px;
      border-left: 9px solid #fff;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
    }
/* ***************************************************
 * Footer
 * ***************************************************/

footer {
  background-color: #fff;
  border-top: 5px solid #c7050d;
  margin-bottom: 30px;
}

  footer .content {
    max-width: 1366px;
    margin: auto;
    padding: 0 20px;
  }

.footer-nav {
  margin: 40px 40px;
  width: auto;
}

  .footer-nav:after {
    content: '';
    display: block;
    clear: both;
  }

  .footer-nav ul {
    padding: 0;
    list-style: none;
  }

  .footer-nav > ul > li {
    width: 15%;
    float: left;
    margin: 0 0 0 2%;
    padding: 0;
  }

    .footer-nav > ul > li:first-child {
      margin: 0%;
    }

    .footer-nav > ul > li:nth-child(7n) {
      margin: 0;
      clear: both;
    }

    .footer-nav > ul > li > span {
      display: block;
      font-size: 1.1em;
      min-height: 40px;
      font-weight: bold;
    }

  .footer-nav ul li ul > li {
    color: #999999;
    margin: 10px 0;
    display: block;
  }

    .footer-nav ul li ul > li:hover {
      color: #000;
    }

.footer-list {
  position: relative;
  margin-top: 4em;
  font-size: 0.9em;
}

  .footer-list:after {
    content: '';
    display: block;
    clear: both;
  }

  .footer-list .last-updated {
    text-align: right;
    margin-bottom: 0.5em;
  }

    .footer-list .last-updated:only-child {
      margin-bottom: 0;
    }

  .footer-list .footer-list-item {
    float: left;
    margin-left: 10px;
  }

    .footer-list .footer-list-item ul {
      margin: 5px 0;
      list-style: none;
      margin: 0;
      padding: 0;
    }

      .footer-list .footer-list-item ul li {
        display: inline-block;
        border-left: 1px solid #cccccc;
        vertical-align: middle;
        padding: 0 8px;
      }

        .footer-list .footer-list-item ul li a:hover {
          color: #000;
        }

        .footer-list .footer-list-item ul li:first-child {
          border-left: none;
          padding-left: 0px;
        }

        .footer-list .footer-list-item ul li img {
          display: inline-block;
          vertical-align: middle;
          padding: 0 8px;
        }

  .footer-list .footer-logo {
    position: absolute;
    right: 0;
    bottom: 0;
  }

    .footer-list .footer-logo ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footer-list .footer-logo li {
      display: inline-block;
      padding: 0 10px;
    }

/* ***************************************************
 * home page banner
 * ***************************************************/
.pa-section-banner {
  position: relative;
  background-color: #434945;
}

  .pa-section-banner .content {
    max-width: 1366px;
    padding: 0;
  }

  .pa-section-banner .tagline {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6) url('/_layouts/15/pah/images/tagline_bg_v1.png') no-repeat 50% 50%;
  }

    .pa-section-banner .tagline:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }

    .pa-section-banner .tagline p {
      position: relative;
      display: inline-block;
      color: #fff;
      font-size: 3.5em;
      font-weight: bold;
      vertical-align: middle;
      z-index: 15;
    }

.pa-banner-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pa-banner {
  width: 100%;
}

  .pa-banner ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .pa-banner ul:after {
      content: '';
      display: block;
      clear: both;
    }

    .pa-banner ul li {
      float: left;
      opacity: 0;
      position: relative;
      width: 20%;
      box-sizing: border-box;
      height: 330px;
      border-bottom: 5px solid #fff;
    }

      .pa-banner ul li.boxsize2 {
        width: 40%;
      }

      .pa-banner ul li:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-image: url('/_layouts/15/pah/images/country-bg.png');
      }

      .pa-banner ul li a {
        display: block;
        opacity: 0;
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        text-align: center;
      }

        .pa-banner ul li a:before {
          content: '\200b';
          display: inline-block;
          vertical-align: middle;
          height: 100%;
        }

        .pa-banner ul li a:after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 20px;
          display: block;
          width: 36px;
          height: 36px;
          margin-left: -18px;
        }

      .pa-banner ul li.moon a:after {
        background: url('/_layouts/15/pah/images/moon.png') no-repeat 50% 50%;
      }

      .pa-banner ul li.sun a:after {
        background: url('/_layouts/15/pah/images/sun.png') no-repeat 50% 50%;
      }

      .pa-banner ul li a .country {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: normal;
        width: 95%;
      }

        .pa-banner ul li a .country > p {
          margin-bottom: 10px;
          font-size: 2em;
          font-weight: bold;
          line-height: 0.9em;
        }

        .pa-banner ul li a .country > span {
          font-size: 1.1em;
          font-weight: normal;
          margin-top: 5px;
          display: block;
          line-height: 1.05em;
        }

      .pa-banner ul li a .overlay {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
      }

      .pa-banner ul li a .description {
        position: absolute;
        top: 135px;
        width: 90%;
        max-height: 77px;
        left: 5%;
        color: #52585C;
        font-size: 1.1em;
        filter: inherit;
        line-height: 1.05em;
      }

      .pa-banner ul li a .overlay .country {
        display: block;
        width: 90%;
        position: absolute;
        padding-bottom: 15px;
        left: 5%;
        bottom: 205px;
        filter: inherit;
        border-bottom-style: dashed;
        border-bottom-width: 1px;
        border-color: inherit;
      }

      .pa-banner ul li.boxsize2 a .overlay .country {
        width: 45%;
        left: 27.5%;
      }

      .pa-banner ul li a .overlay:after {
        content: '';
        bottom: 35px;
        left: 50%;
        width: 36px;
        height: 36px;
        margin-left: -18px;
        position: absolute;
        filter: inherit;
        background: url('/_layouts/15/pah/images/circle-arrow.png') no-repeat 50% 50%;
        border-radius: 30px;
      }

      /*reset when hover*/
      .pa-banner ul li:hover a {
        background-image: none !important;
      }

      .pa-banner ul li:hover .country {
        display: none;
      }

      .pa-banner ul li:hover:before {
        display: none;
      }

      .pa-banner ul li:hover a:before {
        display: none !important;
      }

      .pa-banner ul li:hover a:after {
        display: none !important;
      }

      /*australia*/
      .pa-banner ul li.australia {
        border-color: #BA3FB7;
        background: url('/_layouts/15/pah/images/banner/home/day/australia.jpg') no-repeat 50% 50%;
        background-size: cover;
      }

        .pa-banner ul li.australia.moon {
          background: url('/_layouts/15/pah/images/banner/home/night/australia.jpg') no-repeat 50% 50%;
          background-size: cover;
        }

        .pa-banner ul li.australia a {
          background: url('/_layouts/15/pah/images/banner/map/australia.png') no-repeat 50% 50%;
        }

          .pa-banner ul li.australia a .overlay {
            background: #fff url('/_layouts/15/pah/images/banner/map/map_large_australia.png') no-repeat 50% 50%;
          }

        .pa-banner ul li.australia:hover a .country {
          color: #BA3FB7;
        }

        .pa-banner ul li.australia a .overlay:after {
          background-color: #BA3FB7;
        }

      /*hong kong*/
      .pa-banner ul li.hongkong {
        border-color: #2D8458;
        background: url('/_layouts/15/pah/images/banner/home/day/hongkong.jpg') no-repeat 50% 50%;
        background-size: cover;
      }

        .pa-banner ul li.hongkong.moon {
          background: url('/_layouts/15/pah/images/banner/home/night/hongkong.jpg') no-repeat 50% 50%;
          background-size: cover;
        }

        .pa-banner ul li.hongkong a {
          background: url('/_layouts/15/pah/images/banner/map/hongkong.png') no-repeat 50% 50%;
        }

          .pa-banner ul li.hongkong a .overlay {
            background: #fff url('/_layouts/15/pah/images/banner/map/map_large_hongkong.png') no-repeat 50% 50%;
          }

        .pa-banner ul li.hongkong:hover a .country {
          color: #2D8458;
        }

        .pa-banner ul li.hongkong a .overlay:after {
          background-color: #2D8458;
        }

      /*newzealand*/
      .pa-banner ul li.newzealand {
        border-color: #224E99;
        background: url('/_layouts/15/pah/images/banner/home/day/newzealand.jpg') no-repeat 50% 50%;
        background-size: cover;
      }

        .pa-banner ul li.newzealand.moon {
          background: url('/_layouts/15/pah/images/banner/home/night/newzealand.jpg') no-repeat 50% 50%;
          background-size: cover;
        }

        .pa-banner ul li.newzealand a {
          background: url('/_layouts/15/pah/images/banner/map/newzealand.png') no-repeat 50% 50%;
        }

          .pa-banner ul li.newzealand a .overlay {
            background: #fff url('/_layouts/15/pah/images/banner/map/map_large_newzealand.png') no-repeat 50% 50%;
          }

        .pa-banner ul li.newzealand:hover a .country {
          color: #224E99;
        }

        .pa-banner ul li.newzealand a .overlay:after {
          background-color: #224E99;
        }

      /*thailand*/
      .pa-banner ul li.thailand {
        border-color: #C6060C;
        background: url('/_layouts/15/pah/images/banner/home/day/thailand.jpg') no-repeat 50% 50%;
        background-size: cover;
      }

        .pa-banner ul li.thailand.moon {
          background: url('/_layouts/15/pah/images/banner/home/night/thailand.jpg') no-repeat 50% 50%;
          background-size: cover;
        }

        .pa-banner ul li.thailand a {
          background: url('/_layouts/15/pah/images/banner/map/thailand.png') no-repeat 50% 50%;
        }

          .pa-banner ul li.thailand a .overlay {
            background: #fff url('/_layouts/15/pah/images/banner/map/map_large_thailand.png') no-repeat 50% 50%;
          }

        .pa-banner ul li.thailand:hover a .country {
          color: #C6060C;
        }

        .pa-banner ul li.thailand a .overlay:after {
          background-color: #C6060C;
        }

      /*netherlands*/
      .pa-banner ul li.netherlands {
        border-color: #D04111;
        background: url('/_layouts/15/pah/images/banner/home/day/netherlands.jpg') no-repeat 50% 50%;
        background-size: cover;
      }

        .pa-banner ul li.netherlands.moon {
          background: url('/_layouts/15/pah/images/banner/home/night/netherlands.jpg') no-repeat 50% 50%;
          background-size: cover;
        }

        .pa-banner ul li.netherlands a {
          background: url('/_layouts/15/pah/images/banner/map/netherlands.png') no-repeat 50% 50%;
        }

          .pa-banner ul li.netherlands a .overlay {
            background: #fff url('/_layouts/15/pah/images/banner/map/map_large_netherlands.png') no-repeat 50% 50%;
          }

        .pa-banner ul li.netherlands:hover a .country {
          color: #D04111;
        }

        .pa-banner ul li.netherlands a .overlay:after {
          background-color: #D04111;
        }

      /*portugal*/
      .pa-banner ul li.portugal {
        border-color: #291429;
        background: url('/_layouts/15/pah/images/banner/home/day/portugal.jpg') no-repeat 50% 50%;
        background-size: cover;
      }

        .pa-banner ul li.portugal.moon {
          background: url('/_layouts/15/pah/images/banner/home/night/portugal.jpg') no-repeat 50% 50%;
          background-size: cover;
        }

        .pa-banner ul li.portugal  a {
          background: url('/_layouts/15/pah/images/banner/map/portugal.png') no-repeat 50% 50%;
        }

          .pa-banner ul li.portugal a .overlay {
            background: #fff url('/_layouts/15/pah/images/banner/map/map_large_portugal.png') no-repeat 50% 50%;
          }

        .pa-banner ul li.portugal:hover a .country {
          color: #291429;
        }

        .pa-banner ul li.portugal a .overlay:after {
          background-color: #291429;
        }

      /*united kingdom*/
      .pa-banner ul li.unitedkingdom {
        border-color: #897429;
        background: url('/_layouts/15/pah/images/banner/home/day/unitedkingdom.jpg') no-repeat 50% 50%;
        background-size: cover;
      }

        .pa-banner ul li.unitedkingdom.moon {
          background: url('/_layouts/15/pah/images/banner/home/night/unitedkingdom.jpg') no-repeat 50% 50%;
          background-size: cover;
        }

        .pa-banner ul li.unitedkingdom a {
          background: url('/_layouts/15/pah/images/banner/map/unitedkingdom.png') no-repeat 50% 50%;
        }

          .pa-banner ul li.unitedkingdom a .overlay {
            background: #fff url('/_layouts/15/pah/images/banner/map/map_large_uk.png') no-repeat 50% 50%;
          }

        .pa-banner ul li.unitedkingdom:hover a .country {
          color: #897429;
        }

        .pa-banner ul li.unitedkingdom a .overlay:after {
          background-color: #897429;
        }

      /*china*/
      .pa-banner ul li.china {
        border-color: #5C2383;
        background: url('/_layouts/15/pah/images/banner/home/day/china.jpg') no-repeat 50% 50%;
        background-size: cover;
      }

        .pa-banner ul li.china.moon {
          background: url('/_layouts/15/pah/images/banner/home/night/china.jpg') no-repeat 50% 50%;
          background-size: cover;
        }

        .pa-banner ul li.china a {
          background: url('/_layouts/15/pah/images/banner/map/china.png') no-repeat 50% 50%;
        }

          .pa-banner ul li.china a .overlay {
            background: #fff url('/_layouts/15/pah/images/banner/map/map_large_china.png') no-repeat 50% 50%;
          }

        .pa-banner ul li.china:hover a .country {
          color: #5C2383;
        }

        .pa-banner ul li.china a .overlay:after {
          background-color: #5C2383;
        }

      /*canada*/
      .pa-banner ul li.canada {
        border-color: #2B72BF;
        background: url('/_layouts/15/pah/images/banner/home/day/canada.jpg') no-repeat 50% 50%;
        background-size: cover;
      }

        .pa-banner ul li.canada.moon {
          background: url('/_layouts/15/pah/images/banner/home/night/canada.jpg') no-repeat 50% 50%;
          background-size: cover;
        }

        .pa-banner ul li.canada a {
          background: url('/_layouts/15/pah/images/banner/map/canada.png') no-repeat 50% 50%;
        }

          .pa-banner ul li.canada a .overlay {
            background: #fff url('/_layouts/15/pah/images/banner/map/map_large_canada.png') no-repeat 50% 50%;
          }

        .pa-banner ul li.canada:hover a .country {
          color: #2B72BF;
        }

        .pa-banner ul li.canada a .overlay:after {
          background-color: #2B72BF;
        }

/* ***************************************************
 * whats news
 * ***************************************************/
.pa-news-container {
  position: relative;
  margin: 40px 0px;
  padding: 30px 15px;
  background-color: #fff;
}

  .pa-news-container h1 {
    color: #88000D;
    font-size: 1.8em;
    font-weight: bold;
    background: none;
  }

.watch-news {
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url('/_layouts/15/pah/images/red-arrow.png') no-repeat;
  background-position: 50% 50%;
}

.pa-news-list {
  border-top: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
  padding: 10px 0px;
}

  .pa-news-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .pa-news-list ul li:after {
      content: '';
      display: block;
      clear: both;
    }

    .pa-news-list ul li {
      padding: 5px 0;
    }

      .pa-news-list ul li p {
        font-size: 1.1em;
        float: left;
      }

        .pa-news-list ul li p.date {
          width: 15%;
        }

        .pa-news-list ul li p.summary {
          width: 85%;
        }

          .pa-news-list ul li p.summary:hover {
            color: #000;
          }

.pa-price {
  margin-top: 20px;
}

  .pa-price .pa-iframe-container {
    height: 24px;
  }

    .pa-price .pa-iframe-container iframe {
      width: 100%;
      height: 100%;
      margin: 0;
    }

/*
  .pa-price:after {
    content: '';
    display: block;
    clear: both;
  }

  .pa-price .stock-price {
    float: left;
    width: 15%;
    font-weight: bold;
    font-size: 1.1em;
  }

  .pa-price .value {
    float: left;
    width: 15%;
    font-size: 1.1em;
    color: #999999;
  }

    .pa-price .value.increase:after {
      content: '';
      display: inline-block;
      border-bottom: 8px solid #FF0000;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      margin-left: 7px;
    }

    .pa-price .value.decrease:after {
      content: '';
      display: inline-block;
      border-top: 8px solid #FF0000;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      margin-left: 7px;
    }

  .pa-price .disclaimer {
    float: left;
    width: 70%;
    color: #999999;
  }
    */

/* ***************************************************
 * featured-link
 * ***************************************************/
.pa-featured-link-container {
  margin: 40px 0px;
}

  .pa-featured-link-container:after {
    content: '';
    display: block;
    clear: both;
  }

.pa-featured-link {
  background-color: #fff;
  float: left;
  width: 32%;
  margin-left: 2%;
}

  .pa-featured-link:first-child {
    margin-left: 0%;
  }

  .pa-featured-link img {
    width: 100%;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    display: block;
  }

  .pa-featured-link p {
    padding: 15px 50px 15px 10px;
    font-size: 1.1em;
    background: url('/_layouts/15/pah/images/red-arrow.png') no-repeat;
    background-position: 95% 50%;
    height: 3em;
  }

    .pa-featured-link p:hover {
      color: #000;
    }

/* ***************************************************
 * main content
 * ***************************************************/
.pa-section-main {
  background-color: #fff;
}

  .pa-section-main .content {
    width: auto;
    margin: auto;
    background-color: #fff;
    padding: 0 1% 25px 1%;
  }

/*breadcrumb*/
.pa-breadcrumb {
  padding: 10px 0;
  font-size: 0.8em;
}

  .pa-breadcrumb a, .pa-breadcrumb span {
    color: #999;
    margin: 0 5px;
    text-decoration: none;
  }

    .pa-breadcrumb a:hover {
      color: #999;
      text-decoration: underline;
    }

/* ***************************************************
 * Content Block: Content Header
 * ***************************************************/
.pa-content-header {
  background-color: #ebecee;
  height: 132px;
  margin: 0 0 10px 0;
  position: relative;
}

  .pa-content-header h2 {
    color: #88000D;
    font-size: 1.2em;
    position: absolute;
    top: 5px;
    right: 15px;
  }

/* ***************************************************
 * Content Block: Content
 * ***************************************************/
.pa-content {
  position: relative;
  clear: both;
}

  .pa-content-text,
  .pa-content h3 {
    counter-reset: section;
  }

  .pa-content h3 {
    color: #88000D;
    padding: 5px 0;
    border-bottom: 1px dotted #999999;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 1.5em 0;
  }

  .pa-content p {
    margin: 0 0 1.5em 0;
  }

    .pa-content p:empty:before {
      content: '\200b';
    }

    .pa-content p.sub-header {
      font-size: 1.1em;
      font-weight: bold;
      border-bottom: 1px solid #88000D;
      color: #88000D;
    }

    .pa-content p.section-header {
      font-weight: bold;
      margin: 0;
    }

    .pa-content p.remark {
      font-size: 0.8em;
    }

    .pa-content p.question,
    .pa-content p.question-nonumber {
      position: relative;
      cursor: hand;
      cursor: pointer;
    }

    .pa-content p.question {
      color: #88000D;
      text-decoration: underline;
      padding-left: 25px;
    }

      .pa-content p.question:before,
      .pa-content p.question-nonumber:before {
        color: #333333;
        text-decoration: none;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
      }

      .pa-content p.question:before {
        counter-increment: section;
        content: counter(section) ". ";
      }

      .pa-content p.question.open,
      .pa-content p.question-nonumber.open {
        text-decoration: none;
        margin: 0px;
      }

      .pa-content p.question:after,
      .pa-content p.question-nonumber:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        width: 19px;
        height: 19px;
        border-radius: 20px;
        background: #CE0014 url('/_layouts/15/hke/images/white-arrow.png') no-repeat 7px 4px;
      }

      .pa-content p.question.open:after,
      .pa-content p.question-nonumber.open:after {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
      }

    .pa-content p.answer {
      display: none;
      padding-left: 25px;
    }

    .pa-content p.no-margin {
      margin: 0px;
    }

  .pa-content .highlight {
    color: #88000D;
  }

  .pa-content .icon-pdf:before {
    content: '';
    padding-left: 18px;
    background-image: url('/_layouts/15/pah/images/icon-pdf.gif');
    background-repeat: no-repeat;
  }

  .pa-content .button,
  .pa-content .button > a {
    text-decoration: none !important;
    color: #fff !important;
  }

  .pa-content .button {
    background-color: #88000D;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none !important;
    font-size: 1.1em;
    border-radius: 5px;
    line-height: 1.4;
  }

    .pa-content .button:after {
      content: '';
      display: inline-block;
      margin-left: 5px;
      width: 19px;
      height: 19px;
      border-radius: 20px;
      vertical-align: top;
      background: #fff url('/_layouts/15/hke/images/button-arrow.png') no-repeat 50% 50%;
    }

  .pa-content p a,
  .pa-content ol li a,
  .pa-content ul li a,
  .pa-content p a:visited,
  .pa-content ol li a:visited,
  .pae-content ul li a:visited a {
    text-decoration: underline;
  }

  .pa-content ul {
    list-style: none;
    margin: 0 0 1.5em 0;
    padding: 0 0 0 25px;
  }

    .pa-content ul li {
      position: relative;
    }

      .pa-content ul li:before {
        content: '>';
        position: absolute;
        top: 0;
        left: -25px;
      }

    .pa-content ul ul li:before {
      content: '\25CF';
      font-size: 0.6em;
      top: 0.6em;
    }

  .pa-content ol {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 25px;
  }

  .pa-content table:not([width]) {
    width: 100%;
  }

  .pa-content table {
    border-collapse: separate;
    border-top: 2px solid #C6060C;
    margin: 0 0 1.5em 0;
  }

  .pa-content tbody:not([valign]) {
    vertical-align: top;
  }

  .pa-content table tr {
    background-color: #fff;
  }

    .pa-content table tr:nth-child(2n + 1) {
      background-color: #F0F0F0;
    }

    .pa-content table tr th {
      color: #C6060C;
      background-color: #fff;
      font-weight: bold;
      text-align: left;
      padding: 8px 30px;
      border-bottom: 1px solid #C6060C;
    }

    .pa-content table tr td {
      padding: 8px 30px;
      border-left: 2px solid #fff;
      box-sizing: border-box;
    }

      .pa-content table tr td:first-child {
        border-left: none;
      }

      .pa-content table tr td p,
      .pa-content table tr td ul,
      .pa-content table tr td ol,
      .pa-content table tr th p,
      .pa-content table tr th ul,
      .pa-content table tr th ol {
        margin: 0 0 1em 0;
      }

        .pa-content table tr td p:last-child,
        .pa-content table tr td ul:last-child,
        .pa-content table tr td ol:last-child,
        .pa-content table tr th p:last-child,
        .pa-content table tr th ul:last-child,
        .pa-content table tr th ol:last-child {
          margin: 0px;
        }

      .pa-content table tr td a,
      .pa-content table tr td a:visited {
        text-decoration: underline;
      }

      .pa-content table tr td input[type="text"],
      .pa-content table tr td select {
        width: 100%;
        height: 20px;
        padding: 1px;
        box-sizing: border-box;
      }

      .pa-content table tr td input.short-text {
        width: 150px;
      }

  .pa-content table.no-border,
  .pa-content table.no-border tr,
  .pa-content table.no-border td,
  .pa-content table.no-border th {
    font-weight: normal;
    border-width: 0px !important;
    padding: 0px !important;
    background-color: transparent;
  }

  .pa-content .declare {
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin: 0 0 1.5em 0;
  }

    .pa-content .declare p {
      font-size: 0.9em;
      margin: 0 0 0.9em 0;
    }

/*
  .pa-content .button {
    text-align: right;
    padding: 0;
  }

    .pa-content .button li {
      display: inline-block;
    }

      .pa-content .button li:before {
        display: none;
      }

      .pa-content .button li a {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        padding: 5px 10px;
        margin: 0 5px;
        background: #C6060C;
        border-radius: 50px;
      }
*/
.pa-content-block:after {
  content: '';
  display: block;
  clear: both;
}

.pa-content-image {
  position: relative;
  margin-top: 0.5em;
  margin-left: 1em;
  float: right;
  text-align: right;
  z-index: 1;
  width: 340px;
}

[data-image-alignment="left"] > .pa-content-image {
  margin-left: 0;
  margin-right: 1em;
  text-align: left;
  float: left;
}

[data-image-alignment="center"] > .pa-content-image {
  margin-left: 0;
  text-align: center;
  float: none;
}

.pa-content-image > div {
  margin-bottom: 1em;
}

.pa-content-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 340px;
}

[data-image-alignment="left"] > .pa-content-image img {
  margin: 0 auto 0 0;
}

[data-image-alignment="center"] > .pa-content-image img {
  margin: 0 auto 0 auto;
}

.pa-content-image .pa-content-image-caption {
  font-size: 80%;
  margin: 0px;
  text-align: left;
}

[data-image-alignment="left"] > .pa-content-image .pa-content-image-caption,
[data-image-alignment="center"] > .pa-content-image .pa-content-image-caption {
  text-align: center;
}


.pa-content .two-col:after {
  content: '';
  display: block;
  clear: both;
}

.pa-content .two-col .col {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 50px;
}

.pa-content a.hke-popup, .pa-content a.hke-videolink {
  display: inline-block;
  position: relative;
  width: 100%;
}

.pa-content .hke-playbtn {
  background-image: url('/_layouts/15/hke/images/icon-play.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-position: 50% 50%;
}

.pa-content-image .hke-playbtn-wrapper {
  display: inline-block;
  position: relative;
}
/* ***************************************************
 * Static Page: error page
 * ***************************************************/
.pa-static-page header {
  height: 90px;
  margin-top: 10px;
}

  .pa-static-page header .logo {
    width: auto;
    height: 61px;
    margin: 0;
    text-align: right;
  }

    .pa-static-page header .logo a {
      display: inline;
    }

    .pa-static-page header .logo img {
      height: 100%;
      width: auto;
      display: inline-block;
    }

.pa-error-content {
  font-size: 16px;
  margin-top: 50px;
  text-align: center;
}

/* ********************************************
 * Components: New
 * ********************************************/
.pa-listing td.date {
  width: 30%;
}

.pa-slider-container {
  position: relative;
  width: auto;
  overflow: hidden;
  padding: 40px;
  margin-top: 40px;
  border-top: 1px dotted #999999;
}

.pa-slider-container {
  position: relative;
  width: auto;
  overflow: hidden;
  padding: 40px;
  margin-top: 40px;
  border-top: 1px dotted #999999;
}

  .pa-slider-container .left-arrow {
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
  }

    .pa-slider-container .left-arrow:after {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      top: 200px;
      left: 8px;
      border-radius: 20px;
      cursor: pointer;
      background: #CE0014 url(/_layouts/15/hke/images/white-arrow-left.png) no-repeat 50% 50%;
    }

  .pa-slider-container .right-arrow {
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #fff;
    right: 0;
    top: 0;
  }

    .pa-slider-container .right-arrow:after {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      top: 200px;
      right: 8px;
      border-radius: 20px;
      cursor: pointer;
      background: #CE0014 url(/_layouts/15/hke/images/white-arrow.png) no-repeat 50% 50%;
    }

.pa-slider {
  width: 1000%;
}

  .pa-slider:after {
    content: '';
    display: block;
    clear: both;
  }

  .pa-slider .section:first-child {
    margin-left: 0;
  }

  .pa-slider .section {
    width: 340px;
    float: left;
    margin-left: 30px;
  }

    .pa-slider .section p {
      font-size: 80%;
      margin: 5px 0 0 0;
    }

  .pa-slider .image {
    width: 340px;
    height: 340px;
    text-align: center;
    background-color: #DDDDDD;
  }

    .pa-slider .image:before {
      content: '';
      height: 100%;
      vertical-align: middle;
      display: inline-block;
    }

    .pa-slider .image img {
      display: inline-block;
      vertical-align: middle;
      max-height: 100%;
    }

/* ***************************************************
 * Content Block: news listing
 * ***************************************************/
.pa-listing td.date {
  width: 30%;
}

.pa-listing td.detail a {
  display: inline-block;
}

.pa-listing td.detail span {
  display: block;
}

/* ***************************************************
 * Content Block: news detail
 * ***************************************************/
.pa-news-sub-title,
.pa-news-sub-title[data-property] {
  display: block;
}

/* ********************************************
 * subscription
 * ********************************************/
.hke-subscription-field {
  margin: 5px 0;
  min-height: 2.5em;
}

  .hke-subscription-field input[type="text"] {
    width: 300px;
  }

  .hke-subscription-field ul input[type="text"] {
    width: 425px;
  }

  .hke-subscription-field input[type="radio"],
  .hke-subscription-field input[type="checkbox"] {
    margin: 0;
  }

.hke-subscription-fieldlabel,
.hke-subscription-fieldvalue {
  display: inline-block;
  vertical-align: baseline;
}

.hke-subscription-fieldlabel {
  width: 170px;
  font-weight: bold;
}

  .hke-subscription-fieldlabel.short {
    width: auto;
    margin-right: 2em;
  }

  .hke-subscription-fieldlabel .mandatory {
    display: inline-block;
    margin-left: 0.25em;
    color: #c7050d;
  }

.hke-subscription-fieldvalue input + label {
  margin: 0 2em 0 0.5em;
}

.hke-subscription-field ul li {
  position: relative;
  padding-left: 25px;
}

  .hke-subscription-field ul li:before {
    content: none;
  }

  .hke-subscription-field ul li input[type="checkbox"] {
    position: absolute;
    top: 5px;
    left: 0;
  }

.hke-subscription-pi {
  padding: 10px;
  border: 1px solid #CCCCCC;
}

  .hke-subscription-pi p {
    font-size: 0.9em;
    margin: 0 0 0.9em 0;
  }

.hke-subscription-buttonpane {
  margin-top: 1.5em;
}

.hke-subscription-error {
  color: #c7050d;
  font-weight: bold;
}


/* ********************************************
 * Content Block: Search
 * ********************************************/
.pa-search-result-item {
  margin-bottom: 2em;
}

  .pa-search-result-item h3,
  .pa-search-result-item p {
    margin: 0;
  }

  .pa-search-result-item h3 {
    font-size: 1.1em;
    color: #88000D;
    font-weight: bold;
  }

p.pa-search-result-url {
  font-size: 0.8em;
}

.pa-search-pagination {
  text-align: center;
}

  .pa-search-pagination a {
    display: inline-block;
    padding: 0.3em 0.5em;
    border: 1px solid #999999;
    line-height: 1;
  }

    .pa-search-pagination a.current {
      border-color: #88000D;
      background-color: #88000D;
      color: white;
      font-weight: bold;
    }

.pa-search-box {
  margin: 30px 0;
}

  .pa-search-box > * {
    display: inline-block;
    margin-right: 1em;
    vertical-align: top;
  }

  .pa-search-box input,
  .pa-search-box select,
  .pa-search-box button,
  .pa-search-box .dd-selected {
    padding: 0.5em;
    height: 1.2em;
    box-sizing: content-box;
  }

  .pa-search-box button {
    min-width: 1.2em;
    border-color: transparent;
    cursor: pointer;
  }

    .pa-search-box button:hover,
    .pa-search-box button:active {
      background-color: transparent;
    }

  .pa-search-box input[type="text"] {
    width: 200px;
  }

  .pa-search-box select {
    width: 150px;
  }

.pa-search-box-channel > span {
  margin: 0 1.5em 0 3em;
  color: #88000D;
  font-weight: bold;
  vertical-align: middle;
}

.pa-search-box .dd-container {
  display: inline-block;
  vertical-align: middle;
}

.pa-search-box .dd-selected-text {
  display: inline-block;
  margin-top: -0.5em;
}

/* ********************************************
 * Content Block: Rss
 * ********************************************/
.pa-rss-title,
.pa-rss-manage {
  width: 20%;
}

  .pa-rss-manage img {
    display: inline-block;
    vertical-align: middle;
  }

.pa-editor-button {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 10px;
  border: 1px solid #ababab;
  background-color: #fdfdfd;
  margin-left: 10px;
  font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  color: #444 !important;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.6;
}


/* ********************************************
 * Content Block: Site Map
 * ********************************************/
.pa-sitemap-nav-listing {
  overflow: hidden;
}

  .pa-sitemap-nav-listing > .pa-sitemap-nav:first-child,
  .pa-sitemap-nav-listing > .pa-sitemap-nav:nth-child(5n) {
    margin-left: 0;
  }

  .pa-sitemap-nav-listing > .pa-sitemap-nav:nth-child(4n) {
    margin-right: 0;
  }

  .pa-sitemap-nav-listing > .pa-sitemap-nav:nth-child(5n) {
    clear: both;
  }

.pa-sitemap-nav {
  width: 20%;
  margin: 40px 3%;
  float: left;
}

  .pa-sitemap-nav ul {
    padding: 0;
    list-style: none;
  }

    .pa-sitemap-nav ul li a {
      text-decoration: none;
    }

    .pa-sitemap-nav ul li span {
      word-break: break-word;
      word-wrap: break-word;
    }

    .pa-sitemap-nav ul li:before {
      content: none;
    }

    .pa-sitemap-nav ul ul li:before {
      content: none;
    }

  .pa-sitemap-nav > ul > li {
    width: 250px;
    float: left;
    margin: 0 0 20px 95px;
    padding: 0;
  }

    .pa-sitemap-nav > ul > li:first-child {
      margin: 0%;
    }

    .pa-sitemap-nav > ul > li > span {
      display: block;
      font-size: 1.1em;
      min-height: 40px;
      font-weight: bold;
    }

  .pa-sitemap-nav ul li ul > li {
    color: #999999;
    margin: 10px 0;
    display: block;
  }

    .pa-sitemap-nav ul li ul > li:hover {
      color: #000;
    }

    .pa-sitemap-nav ul li ul > li > ul {
      padding-left: 40px;
    }

      .pa-sitemap-nav ul li ul > li > ul > li:before {
        content: '>';
        position: absolute;
        left: -20px;
      }
/* ********************************************
 * Content Block: Iframe Content
 * ********************************************/
.pa-iframe-container iframe {
  margin: auto;
  display: block;
}
/* ********************************************
 * Content Block: Redirect
 * ********************************************/

a.hke-redirect {
  min-width: 200px;
  display: inline-block;
}

  a.hke-redirect:before {
    content: attr(href) !important;
    color: #1442ae;
  }
/* ********************************************
 * Content Block: Our Global Presence
 * ********************************************/
.pa-global-presence-container {
  position: relative;
  width: 968px;
  height: 676px;
  margin: 10px auto;
}

.pa-global-presence-container.en {
    background: url(/en/OurBusiness/PublishingImages/our-global-presence_en.png?20160824) no-repeat;
}
.pa-global-presence-container.tc {
    background: url(/en/OurBusiness/PublishingImages/our-global-presence_tc.png?20160824) no-repeat;
}
.pa-global-presence-container.sc {
    background: url(/en/OurBusiness/PublishingImages/our-global-presence_sc.png?20160824) no-repeat;
}

  .pa-global-presence-container > a {
     position: absolute;
    width: 200px;
    height: 33px;
  }

  .pa-global-presence-container > .top-left {
       left: 170px;
  }

  .pa-global-presence-container > .top {
    left: 424px;
  }

  .pa-global-presence-container > .top-right {
       right: 133px;
  }

.pa-global-presence-container > .center {
    left: 450px;
}

  .pa-global-presence-container > .bottom-left {
    left: 230px;
    width: 178px;
  }

  .pa-global-presence-container > .bottom-right {
     right: 279px;
  }

.pa-global-presence-container > .global-presence1 {
    top: 83px;
}

.pa-global-presence-container > .global-presence2 {
    top: 118px;
}

.pa-global-presence-container > .global-presence3 {
    top: 152px;
}

.pa-global-presence-container > .global-presence4 {
    top: 184px;
}


.pa-global-presence-container > .global-presence5 {
    top: 117px;
}

.pa-global-presence-container > .global-presence6 {
    top: 150px;
}

.pa-global-presence-container > .global-presence7 {
    top: 184px;
}

.pa-global-presence-container > .global-presence8 {
    top: 170px;
}

.pa-global-presence-container > .global-presence9 {
    top: 346px;
}

.pa-global-presence-container > .global-presence10 {
    top: 379px;
}

.pa-global-presence-container > .global-presence11 {
    top: 412px;
}

.pa-global-presence-container > .global-presence12 {
    bottom: 180px;
}

.pa-global-presence-container > .global-presence13 {
    bottom: 147px;
}

.pa-global-presence-container > .global-presence14 {
    bottom: 113px;
}

.pa-global-presence-container > .global-presence15 {
    bottom: 80px;
}

.pa-global-presence-container > .global-presence16 {
    bottom: 128px;
}

.pa-global-presence-container > .global-presence17 {
    bottom: 95px;
}

.pa-global-presence-container > .global-presence18 {
    top: 83px;
    width: 200px;
}

.pa-global-presence-container > .global-presence19 {
    top: 131px;
}

.pa-global-presence-container > .global-presence20 {
    top: 47px;
}

.pa-global-presence-container > .global-presence21 {
    top: 83px;
}
.pa-global-presence-container > .global-presence23 {
    top: 338px;
}
.pa-global-presence-container > .right {
    right: 80px;
}
.pa-global-presence-container > .global-presence24 {
    bottom: 215px;
}
.pa-global-presence-container > .global-presence25 {
    bottom: 176px;
}
.pa-global-presence-container > .global-presence26 {
    bottom: 62px;
}

/* ********************************************
 * Print
 * ********************************************/
@media print {
  #site-wrapper {
    font-size: 15pt !important;
  }

  a:link {
    font-weight: bold !important;
    text-decoration: underline !important;
  }

  header {
    display: none !important;
  }

  .pa-content-header {
    height: auto;
  }

    .pa-content-header > img {
      display: none;
    }

    .pa-content-header > h2 {
      position: static;
    }

  .pa-dropdown-navigate {
    display: none;
  }

  .footer-list {
    margin-top: 2em;
  }

  .footer-nav {
    display: none!important;
  }

  .footer-list-item {
    margin-top: 20px;
  }

  .footer-list .footer-logo {
    margin-top: 10px;
    clear: both;
  }

  .pa-content .pa-playbtn {
    display: none !important;
  }

  .pa-content-container .content {
    width: 100% !important;
  }

  .pa-content-header {
    background: initial;
  }

    .pa-content-header:before,
    .pa-content-header div.pa-dropdown-navigate {
      display: none;
    }

  .pa-slider-container .right-arrow,
  .pa-slider-container .left-arrow {
    display: none;
  }

  .pa-slider {
    width: 900px;
    margin: auto;
  }

    .pa-slider .image {
      width: 280px;
      height: 280px;
    }

    .pa-slider .section:first-child,
    .pa-slider .section {
      margin: 10px !important;
      width: 280px !important;
      display: inline-block !important;
      vertical-align: top !important;
      float: none !important;
    }

      .pa-slider .section:nth-child(3n):after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
      }

  .pa-section-editor {
    display: none;
  }

  .pa-featured-link p {
    height: 6em;
  }
}

/* ********************************************
 * Edit mode style
 * ********************************************/

.pa-section-editor .noindex {
  text-align: right;
}

.ex-authoring p.answer {
  display: block;
}

.ex-authoring .pa-content-block,
.ex-authoring .pa-content-block.ex-edit-placeholder {
  min-height: 75px;
}


.ex-authoring .pa-content-image img:not([src]) {
  height: 2em;
}

.ex-authoring .pa-static-banner {
  position: relative;
  z-index: 1;
}

.ex-authoring .pa-section-banner .overlay h3,
.ex-authoring .pa-section-banner .overlay p {
  background-color: rgba(0, 0, 0, 0.6);
}

.ex-authoring fieldset {
  margin-bottom: 2em;
}

  .ex-authoring fieldset.pa-news-external-resources a {
    display: inline-block;
    min-width: 80px;
  }

    .ex-authoring fieldset.pa-news-external-resources a[data-property]:before {
      opacity: 1 !important;
      content: attr(href) !important;
    }

.ex-authoring .pa-news-properties {
  display: inline-block;
}

.ex-authoring .pa-featured-link .popup {
  bottom: auto;
  height: 70.56%;
  outline-style: none;
}

.aga-lightbox-total {
  display: none !important;
}

.pa-content .pa-playbtn {
  background-image: url('/_layouts/15/hke/images/icon-play.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-position: 50% 50%;
}

.pa-content .pa-videoembed {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: none;
}

.pa-content a.pa-popup,
.pa-content a.pa-videolink {
  display: inline-block;
  position: relative;
}

a.pa-redirect {
  min-width: 200px;
  display: inline-block;
}

  a.pa-redirect:before {
    content: attr(href) !important;
    color: #1442ae;
  }

.ex-authoring [data-richtext]:before,
.ex-authoring [data-richtext]:after {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wQRCBEvxILdkQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAD0lEQVQI12NgwA58BlQQAIOCAcn2k9rcAAAAAElFTkSuQmCC);
  line-height: 0.75;
  font-size: 80%;
  font-weight: bold;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -2px -2px 0 white,-2px 2px 0 white,2px 2px 0 white,2px -2px 0 white;
}

.ex-authoring [data-richtext]:before {
  content: 'Rich Text Content';
}

.ex-authoring [data-richtext]:after {
  content: '\200b';
}

[data-display-channel='mobile'] {
  display: none;
}

.ex-authoring [data-display-channel='mobile'] {
  display: block;
}

.embed-video-ctrl {
  display: none;
}

@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}

@-moz-keyframes blink {
  50% {
    border-color: transparent;
  }
}

.pa-iframe-info {
  margin: 25px 0;
  border: 1px dotted rgba(16, 52, 146, 0.5);
  overflow: hidden;
  padding: 10px;
}

.pa-iframe-info-detail {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

  .pa-iframe-info-detail label {
    font-weight: bold;
  }

span.pa-field-value {
  display: inline-block;
  min-width: 100px;
  vertical-align: middle;
}

  span.pa-field-value a {
    min-width: 200px;
    display: inline-block;
  }

    span.pa-field-value a[data-property]:before {
      opacity: 1 !important;
      content: attr(href) !important;
    }

div.hke-edit-button-container {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 999;
}

  div.hke-edit-button-container a {
    display: inline-block;
    border: 1px solid #ababab;
    background-color: #fdfdfd;
    font-size: 100%;
    padding: 7px 10px;
    line-height: 1.6;
    text-decoration: none;
  }

.ewiki-margin + .edit-mode-border .hke-edit-button-container {
  right: -75px;
}

.ex-authoring .pa-content p.question,
.ex-authoring .pa-content p.question-nonumber {
  text-decoration: none;
}

  .ex-authoring .pa-content p.question:after,
  .ex-authoring .pa-content p.question-nonumber:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

/* ********************************************
* Reveal Modal
* ********************************************/
.reveal-modal-bg {
    cursor: pointer;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 20px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background: #eee;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}

.reveal-modal {
   opacity: 1;
}

.reveal-modal span h3 span {
    color: #1EBECA;
}

.reveal-modal h3 {
    border-bottom: 1px dotted #999999;
}

.pa-banner ul {
    display: block;
    text-align: center;
}

.pa-banner ul li {
    float: none;
    display: inline-block;
    margin-bottom: -5.5px;
    margin-left: -4px;
}

.pa-banner ul li:before {
    display: table-cell;
}

.pa-banner ul li a {
    display: table;
}
.pa-banner ul li.boxsize2 {
    width: 25%;
}
.pa-banner ul li:first-child {
    margin-left: 0px;
}
.pa-banner ul li:nth-child(4) {
    margin-right: 0px;
}

#aga-lightbox-popup {
    width: 45%;
}

