/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body .hfeed {
  display: flex;
  flex-direction: column;
  min-height: 97vh;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*$mediumblue     : #3f6982;*/
/*$font-secondary: 'Bitter', serif;
$font-secondary: 'Merriweather', serif;
$font-secondary-weight: 400;*/
/*--------------------------------------------------------------
Typography

--------------------------------------------------------------*/
/*baseline grid, change number after /1 to match body leading*/
/*.page .site-content { 
    background: #fff url("False") repeat 0 10px; 
}*/
/*end baseline grid*/
body {
  font-size: 18px!important;
  line-height: 1.5!important;
  margin: 0!important;
  padding: 0!important;
}

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: right;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 600;
  -ms-word-break: break-word;
  word-break: break-word;
}

p {
  margin-top: 0;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

cite {
  font-size: 90%;
}

blockquote {
  position: relative;
  padding: 1em 1.5em 0;
  margin: 1em 0 0 0;
  font-style: italic;
  font-size: 1.3em;
  color: #1e648c;
}

blockquote em {
  font-style: normal;
}

blockquote + .source {
  display: block;
  clear: both;
  font-size: 0.8em;
  font-style: normal;
  text-align: left;
  float: right;
  color: #1e648c;
  text-indent: -1em;
  margin-bottom: 2em;
}

blockquote + .source em {
  font-style: italic;
}

blockquote + .source {
  /*    margin-top: 1.5em;*/
}

blockquote p {
  margin-bottom: 0;
}

blockquote p::before {
  font-family: Georgia, serif;
  font-size: 3em;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: -0.05em;
  color: rgba(30, 100, 140, 0.5);
  content: "\201c";
}

blockquote p::after {
  content: "\201d";
  font-family: Georgia, serif;
  vertical-align: -0.35em;
  padding-left: 0;
  font-size: 1.5em;
  line-height: 0.5;
  color: rgba(30, 100, 140, 0.6);
}

blockquote.alignleft,
blockquote.alignright {
  width: 45%;
  float: left;
  padding: 1em 0 0.5em 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
  margin-right: 2em;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

blockquote.alignright {
  float: right;
  margin-left: 2em;
}
blockquote.alignright p.source {
  font-size: 0.7em;
  margin-top: 0.5em;
  margin-left: 1em;
  text-indent: -1em;
  font-style: normal;
}
blockquote.alignright p.source em {
  font-style: italic;
}
blockquote.alignright p.source::before,
blockquote.alignright p.source::after {
  content: "";
}

/* Blockquotes responsive */
/* Optional rules that set blockquotes to full width on smaller screens */
@media screen and (max-width: 780px) {
  blockquote.alignleft,
  blockquote.alignright {
    width: 40%;
    padding-top: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  blockquote::before,
  blockquote::after,
  blockquote p::before,
  blockquote p::after {
    content: "";
  }
}
@media screen and (max-width: 650px) {
  blockquote.alignleft,
  blockquote.alignright {
    width: 100%;
    padding: 1em 1.5em;
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (min-width: 1100px) {
  blockquote.alignleft {
    margin-left: -4em;
  }

  blockquote.alignright {
    margin-right: -4em;
  }
}
address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #333333;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 50%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.entry-title {
  margin: 0;
  font-size: 3em;
  margin-bottom: 1em;
  color: #1e648c;
}

.entry-content a {
  text-decoration: underline;
}

/* .entry-content h1,
.entry-content h2,
.entry-content h3, */
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 0.4em;
}

.entry-content h1 {
  margin: 0;
  font-size: 3em;
  margin-bottom: 1em;
  color: #1e648c;
}

.entry-content h2 {
  font-size: 1.8em;
  line-height: 1.1;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #204761;
  display: block;
  float: none;
  clear: both;
}

.entry-content h3 {
  font-size: 1.4em;
  line-height: 1.1;
  color: #204761;
  margin-bottom: 1em;
}

.entry-content h4 {
  font-size: 1.2em;
}

.entry-content h5 {
  font-size: 1em;
}

.entry-content h6 {
  font-size: 1em;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  font-size: 1em;
}
.entry-content .intro {
  padding: 0 20px;
  /* padding-bottom: 1em; */
}

.post-1552 .entry-content p {
  margin-bottom: 1.5em !important;
}

.entry-content li + li,
.entry-content ol + ol {
  margin-top: 1em;
}

/***********************/
/* homepage exceptions */
/***********************/
.home-page .entry-content img {
  margin-top: 1em;
  margin-bottom: 2em;
  border: none;
}

.home-page .entry-content img.badge {
  margin-top: 1.5em;
  margin-bottom: 0;
}

/*vertical buckets*/
.vertbkt {
  padding: 2em 20px 0 20px;
}

.home-page .entry-content .vertbkt h3,
.home-page .entry-content .vertbkt p {
  /*    margin: 1em 0;*/
  clear: left;
  max-width: 430px;
}

.home-page .entry-content .vertbkt h3 {
  font-size: 2em;
}

html[lang="zh-hans"] .home-page .entry-content .vertbkt h3,
html[lang="zh-hant"] .home-page .entry-content .vertbkt h3 {
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  html[lang="zh-hans"] .home-page .entry-content .vertbkt h3,
  html[lang="zh-hant"] .home-page .entry-content .vertbkt h3 {
    white-space: unset;
  }
}

.home-page .entry-content .tb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cccccc;
  padding: 1em 0;
}

.home-page .entry-content .tb h3 br {
  display: none;
}

.home-page .entry-content .tb:nth-child(odd) {
  flex-direction: row-reverse;
}

.home-page .entry-content .vertbkt .tb:nth-child(even) h3,
.home-page .entry-content .vertbkt .tb:nth-child(even) p {
  float: right;
  clear: right;
  width: 100%;
}
.home-page .entry-content .vertbkt .tb:nth-child(even) p {
  margin-top: 0;
}

/*
.home-page .entry-content > .bucket {
    display: inline-block;
    width: 30%;
    margin-left: 0;
    vertical-align: top;
}
.home-page .entry-content > .bucket ~ .bucket {
    margin-left: 4.2%;
}*/
/* remove floats on smaller screens */
@media screen and (max-width: 480px) {
  .home-page .entry-content .vertbkt .tb:nth-child(even) {
    float: none;
    clear: both;
  }
}
/* Smaller fonts for smaller screens */
@media screen and (max-width: 680px) {
  .entry-title {
    font-size: 2em;
    line-height: 1.1em;
  }

  .entry-content h1 {
    font-size: 2em;
  }

  .entry-content h2 {
    font-size: 1.8em;
  }

  .entry-content h3 {
    font-size: 1.4em;
  }

  .entry-content h4 {
    font-size: 1.4em;
  }

  .entry-content h5 {
    font-size: 1.2em;
  }

  .entry-content h6 {
    font-size: 1em;
  }

  .entry-content p,
  .entry-content ul,
  .entry-content ol {
    font-size: 14px;
    line-height: 20px;
  }

  .entry-content blockquote p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5em;
  }

  .home-page .entry-content .firstcharacter {
    font-size: 2em;
  }
}
/* Meta */
.category-list {
  margin: 1.3em 0 1em;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

.category-list a {
  color: #333333;
}

.category-list a:hover {
  color: #000000;
}

.entry-meta {
  margin-bottom: 2rem;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.entry-meta a {
  font-weight: 600;
}

.entry-footer {
  margin-top: 3rem;
  margin-bottom: 5rem;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
}

.entry-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.entry-footer li {
  display: inline-block;
  margin-right: 4rem;
}

.entry-footer a {
  margin-left: 0.5rem;
}

/*grid styles*/
.grid {
  border-radius: 10px;
  background-color: #204761;
  padding-bottom: 2px;
}

table {
  font-size: 0.75em;
  line-height: 0.9;
  margin: 0;
}
table th {
  /*        background-color: $darkblue;*/
  color: #ffffff;
  font-weight: 600;
  padding: 0.5em 0em 0.5em 0em;
  text-align: center;
}
table th:first-of-type {
  text-align: left;
  padding-left: 0.5em;
}
table td {
  border-bottom: 1px solid #6da9cc;
  padding: 0.2em 0.5em 0.3em 2em;
  vertical-align: middle;
  background-color: #f1f7fa;
}
table tr.end > td {
  border: none;
}
table .category {
  background-color: #cbe1ed;
  border: none;
  padding: 0.5em;
}
table .free,
table .sub {
  text-align: center;
  /*        vertical-align: baseline;*/
  /*        padding: 0.5em 0;*/
}
table .free::before,
table .sub::before {
  font-family: "Fontawesome";
  font-size: 1.6em;
  -webkit-font-smoothing: antialiased;
  content: "\f14a";
  color: #1e648c;
  vertical-align: text-bottom;
  line-height: 1;
}

/* reduce padding for small screens */
@media screen and (max-width: 500px) {
  .grid {
    background-color: transparent;
  }

  table th,
  table td,
  table .feature,
  table .category,
  table .free,
  table .sub {
    padding: 0.25em;
    font-size: 0.9em;
    line-height: 1.1;
  }
  table th {
    background-color: #204761;
    padding-right: 0.5em;
    font-weight: 700;
  }
  table .category {
    padding-left: 0.5em;
    font-size: 1.1em;
  }
  table .feature {
    padding-left: 0.5em;
  }

  .home-page .entry-content .vertbkt {
    padding-top: 2em;
  }
  .home-page .entry-content .tb:nth-child(n) {
    flex-direction: column-reverse;
    padding: 2em 0;
  }
  .home-page .entry-content .tb span p {
    display: none;
  }
  .home-page .entry-content .tb h3 {
    text-align: center;
  }
  .home-page .entry-content .tb h3 .dot {
    display: none;
  }
  .home-page .entry-content .tb h3 br {
    display: unset;
  }
  .home-page .entry-content .tb img {
    margin: 0;
  }
  .menu-bottom .menu-items {
    display: unset;
  }
  .menu-bottom ul li {
    float: left;
  }
  .menu-bottom ul li:nth-child(4) {
    clear: both;
  }
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
  background: #2a475f;
  min-width: 320px;
}

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 1em 2em;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: #000000;
  background: #333333;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
}

button:hover:not(.btn-close, .btn-warning),
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #000;
  background: black;
}

button:focus:not(.btn-close, .btn-warning),
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #000;
  background: black;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 8px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  border: 1px solid #cccccc;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #f48027;
}

a:visited {
  color: #6da9cc;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  position: relative;
  float: right;
  min-width: 540px;
  display: block;
  margin-top: 0.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #204761;
  /*dropdown menu*/
  /*drop down menu links on hover*/
  /*top menu links on hover*/
  /*top menu ancestor/active*/
  /*this shows the last link you clicked on the large screen dropdown*/
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  padding: 0.7em 1em;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1.3;
  color: #6da9cc;
  font-weight: 500;
}
.main-navigation ul ul {
  position: absolute;
  left: 0;
  z-index: 99999;
  display: none;
  float: left;
  padding: 0;
  background: #1e648c;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  width: 11.8em;
}
.main-navigation ul ul a:hover {
  color: #ffffff;
  background: #6da9cc;
}
.main-navigation li > a.hover:hover {
  color: #ffffff;
  background: #1e648c;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover {
  color: #ffffff;
}
.main-navigation .sfHover {
  background-color: #1e648c;
}
.main-navigation .current_page_ancestor,
.main-navigation .current_page_ancestor a {
  color: #ffffff;
}
.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
  color: #ffffff;
  background: #6da9cc;
}

/*end main nav nest*/
@media screen and (max-width: 750px) {
  /*dropdown menu*/
  .main-navigation ul ul a {
    width: 10em;
  }
}
@media screen and (max-width: 740px) {
  .main-navigation {
    min-width: 460px;
    max-width: 460px;
  }
}
/* Small menu */
.menu-toggle {
  display: none;
}

.showMobile {
  display: none;
}

@media screen and (max-width: 690px) {
  .showMobile {
    display: block;
  }

  .menu-toggle {
    cursor: pointer;
    display: block;
    height: 2em;
    padding: 0.15em 0 0 0.7em;
    padding-top: 12px;
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    text-decoration: none;
    line-height: 1.5;
    color: white;
    width: 50px;
    }

  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation {
    width: 100px;
    max-width: 100%;
    min-width: 100%;
    margin-top: -3em;
    background-color: transparent; }
    .main-navigation ul {
      display: none;
      padding-left: 0; }
    .main-navigation li {
      float: none;
      border-top: 1px solid #6da9cc; }
    .main-navigation li a {
      padding: 1.3em 2em; }
    .main-navigation li li a {
      padding-left: 4em; }
    .main-navigation li li li a {
      padding-left: 6em; }
    .main-navigation li > a:hover {
      background: #1e648c; }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
      position: relative;
      top: inherit;
      left: 0;
      display: block;
      float: none;
      background: #1e648c; }
    .main-navigation ul ul a {
      width: 100%; }
    .main-navigation ul a:hover,
    .main-navigation ul ul a:hover {
      background: #6da9cc;
      color: #ffffff; }
    .main-navigation .current_page_ancestor {
      background: inherit;
      color: #ffffff; }
    .main-navigation ul ul .current_page_parent {
      color: inherit;
      background: inherit; }
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_item > a:hover,
    .main-navigation .current_page_item li:hover,
    .main-navigation .current_page_parent .current_page_item > a {
      color: #fff;
      color: white; }

  /* set pointer-events to make site-branding clickable in mobile */
  #site-navigation {
     pointer-events: none;
  }
  #site-navigation .menu-toggle,
  #site-navigation .menu-mainmenu-container,
  #site-navigation .menu-topmenuhans-container,
  #site-navigation .menu-topmenuhant-container,
  #site-navigation .menu-user-container {
     pointer-events: auto;
  }
}
/*user menu (language drop-down)*/
.menu-user-container ul {
  float: right;
  text-align: center;
  list-style: none;
  margin-top: -0.2em;
}
.menu-user-container ul li {
  position: relative;
  display: inline-block;
  padding-top: 0;
}
.menu-user-container ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.3;
  text-transform: none;
  text-align: left;
}
.menu-user-container li a:before {
  display: inline-block;
  padding: 0 5px;
  font-family: "Fontawesome";
  -webkit-font-smoothing: antialiased;
  /*        content: '\f00c';*/
}
.menu-user-container li a[href*="language"]::before {
  content: "\f0ac";
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.9;
  font-weight: 300;
  vertical-align: sub;
}
.menu-user-container li a[href*="language"]::after {
  content: "Language";
  vertical-align: baseline;
}

@media screen and (max-width: 720px) {
  .menu-user-container li a[href*="language"]::after {
    content: "";
  }
  .menu-user-container ul ul {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 690px) {
  .menu-user-container {
    /*        display: none;*/
    display: block;
    position: absolute;
    top: 0.3em;
    right: 0.5em;
    left: auto;
  }
  .menu-user-container ul {
    float: right;
    text-align: right;
    list-style: none;
    display: block;
  }
  .menu-user-container ul ul {
    right: 0;
    left: auto;
    display: none;
  }
  .menu-user-container ul li {
    position: relative;
    display: block;
    border: none;
  }
  .menu-user-container ul li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.3;
    text-transform: none;
    text-align: left;
    padding: 0.7em 1em;
    color: white;
  }
  .menu-user-container li a:before {
    display: block;
    padding: 0 0px;
    vertical-align: top;
    font-family: "Fontawesome";
    -webkit-font-smoothing: antialiased;
    content: "";
  }
  .menu-user-container li a[href*="language"]:hover {
    background: #204761;
  }
  .menu-user-container li a[href*="language"] {
    background: #204761;
  }
  .menu-user-container li a[href*="language"]::before {
    content: "\f0ac";
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.05;
    font-weight: 300;
    text-align: right;
  }
  .menu-user-container li a[href*="language"]::after {
    content: "";
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
  color: black;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  float: left;
  padding-right: 15%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  width: 50%;
  float: right;
  padding-left: 15%;
  text-align: right;
}

.nav-indicator {
  margin-bottom: 1em;
}

.nav-previous h1,
.nav-next h1 {
  font-weight: 900;
}

.post-nav-box {
  padding: 2em 0;
  margin-bottom: 4em;
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
}

.comment-navigation {
  padding: 1em 0;
  margin: 3em 0;
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
}

.comment-navigation i {
  margin: 0 1em;
}

.paging-navigation ul {
  margin: 0;
}

.paging-navigation li {
  display: inline;
}

a.page-numbers,
span.page-numbers {
  padding: 0.3em 0.7em;
  color: #333;
  color: #333333;
}

a:hover.page-numbers {
  color: #000;
  color: black;
}

.paging-navigation .current {
  font-weight: bold;
  color: #000;
  color: black;
}

/*footer navigation styles*/
/*.bottom-navigation, */
.bottom-navigation .menu-bottom a:link,
.bottom-navigation .menu-bottom a:hover,
.bottom-navigation .menu-bottom a:visited {
  text-align: center;
  font-size: 1.5rem;
  color: #7ba8c9;
}

.bottom-navigation .menu-bottom a:hover {
  color: #ffffff;
}

/* Social Menu */
.menu-social {
  min-width: 310px;
}
.menu-social ul {
  list-style: none;
  margin: -1em 0 0;
}
.menu-social ul li {
  position: relative;
  display: inline-block;
  padding: 1em 1em 0 0;
}
.menu-social li a:before {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  font-family: "Fontawesome";
  font-size: 30px;
  font-size: 3rem;
  color: #e6e6e6;
  -webkit-font-smoothing: antialiased;
  content: "\f0c0";
}
.menu-social li a[href*="facebook.com"]::before {
  content: url("/static/wp-content/uploads/images/iconFB.svg");
  padding-top: 0.2em;
}
.menu-social li a[href*="xueqiu.com"]::before {
  content: url("/static/wp-content/uploads/images/iconSnowball.svg");
  padding-top: 0.2em;
}
.menu-social li a[href*="eastmoney.com"]::before {
  content: url("/static/wp-content/uploads/images/iconEastMoney.svg");
  padding-top: 0.2em;
}

@media screen and (max-width: 600px) {
  .menu-social {
    display: block;
    width: 100%;
    clear: both;
    float: none;
  }
}
/* Bottom Menu */
.menu-bottom ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  list-style: none;
  justify-content: space-between;
  margin-left: 0;
}

.menu-bottom ul li {
  position: relative;
  display: inline-block;
}

/*.menu-bottom li a:before {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: top;
    cursor: none;
    color: #666;
    color: hsl(0, 0%, 40%);
    content: '\007C';
    -webkit-font-smoothing: antialiased;   
}
.menu-bottom li:first-child a:before {
    content: '';
}*/
.menu-bottom li a:visited {
  color: #e6e6e6;
}

.menu-bottom li a:hover {
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .menu-bottom ul {
    clear: both;
    width: 100%;
    justify-content: unset;
  }

  .bottom-navigation .menu-bottom ul li a:link {
    padding: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .menu-items {
    margin-bottom: 0.5em;
  }
}
/*--------------------------------------------------------------
Accessibility  
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #204761;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments xxxxx
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Alignment responsive */
@media screen and (max-width: 450px) {
  .alignleft,
  .alignright,
  .aligncenter {
    clear: both;
    float: none;
    display: block;
    margin: 0.5em auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .alignleft {
    margin-left: 0em;
  }
}
@media screen and (min-width: 1400px) {
}
/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-image img {
  display: block;
  margin: 0 auto;
}

.header-background-image {
  background: no-repeat center;
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
}

.header-background-image .title-box {
  background: #333333;
}

.site-header {
  background-color: #204761;
  z-index: 20;
}

.site-branding {
  float: left;
  max-width: 280px;
}

.site-branding h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  margin: 0 0.5em;
  padding-top: 10px;
}

.site-title {
  text-indent: -9000px;
  overflow: hidden;
  width: 200px;
  height: 60px;
  clear: none;
  float: left;
  display: block;
}

.site-title a {
  color: #ffffff;
  display: block;
  width: 218px;
  height: 82px;
  background: url("/static/wp-content/uploads/images/ms_H_rev_1c_white.png")
    no-repeat;
  background-size: 200px 60px;
}

/*optional header image*/
.hero {
  clear: both;
  width: 100%;
  height: 250px;
  background: no-repeat center;
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
}

@media screen and (min-width: 1800px) {
  .hero {
    height: 300px;
  }
}
@media screen and (min-width: 2500px) {
  .hero {
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .hero {
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .hero {
    height: 200px;
  }
}
/*homepage hero*/
.tagline1,
.tagline2 {
  margin: 0px 20px;
}

.homepage-promo .tagline1,
.homepage-promo .tagline2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.1;
  display: block;
  margin: 0 20px;
  margin: 0 2rem;
  text-align: left;
  padding-top: 0.5em;
}
.homepage-promo .tagline2 {
  font-size: 1.5em;
  font-weight: 300;
  padding-top: 0.2em;
}

/*cta band*/
.cta-band {
  text-align: center;
  color: #ffffff;
  background: #333333;
  margin: 0;
  padding: 0.5em;
}

.cta-band h1 {
  text-align: left;
  max-width: 96rem;
  margin: 0 auto;
  color: #ffffff;
  background: #333333;
  font-weight: 600;
  padding: 0.1em 0 0.1em 3rem;
  font-size: 1em;
}

.cta-band h1 a img {
  /* width: 170px;  */
}

/*.cta-band h1 a {
    color: $orange;
    font-weight: 600;
    white-space: nowrap;
}*/
.home-page .entry-content h4 {
  text-align: center;
  margin-top: 2em;
  clear: both;
}

.cta-band h1 {
  font-weight: 400;
  line-height: 1.3;
}

/*.cta-band h1 a {    
    color: $white;
    background-color: $orange;
    border: 1px solid $orange;
    padding: 0.1em 0.7em 0.15em;
    margin: auto 0.2em;
    white-space: nowrap;
    font-weight: 600;
    text-shadow: 0px 0px 5px darken($orange, 25%);
    @include border-radius(16px);
}
.cta-band h1 a:hover {    
    background-color: $white;
    color: $orange;
    text-shadow: none;
    text-decoration: none;
}*/
@media screen and (min-width: 960px) {
  .cta-band h1 .stores {
    float: right;
    margin-top: -12px;
  }
}
@media screen and (max-width: 960px) {
  .cta-band h1 {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    padding-left: calc(2rem - 0.5em);
  }
}
@media screen and (max-width: 768px) {
  .cta-band h1 .stores {
    display: block;
    clear: both;
    width: 10em;
    margin: 0.7em auto 0.3em;
  }
}
@media screen and (max-width: 1125px) {
  .site-branding .tagline2 {
    margin: 0;
    padding: 0;
  }

  .homepage-promo .head-wrap .tagline1 {
    padding-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .homepage-promo .tagline1,
  .homepage-promo .tagline2 {
    font-size: 1.2em;
    max-width: 60%;
  }
  .homepage-promo .tagline2 {
    font-size: 1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 690px) {
  .site-branding {
    text-align: center;
    float: none;
    max-width: 100%;
  }

  .site-branding h2,
  .site-title {
    margin: 0 auto;
    float: none;
    padding: 0;
  }

  .site-title {
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  #menu-social li {
    padding-left: 0;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .search-toggle {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
  }
}
/* Header responsive */
@media screen and (max-width: 600px) {
  .site-branding {
    padding: 0;
  }

  .title-box {
    max-width: 100%;
    margin: 0;
    padding: 4rem;
    border: none;
  }

  .site-title {
    font-weight: 700;
    font-size: 40px;
    font-size: 4.5rem;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 1rem;
  }
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.bottom-footer {
  margin-top: auto;
  clear: both;
  width: 100%;
  background: #2a475f;
}

.footer-inner {
  padding: 1em 2em;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 960px;
  max-width: 96rem;
}
.footer-inner .bottom-navigation {
  margin-bottom: 2em;
}

.bottom-navigation {
  display: flex;
}

.bottom-nav-left {
  flex-basis: 50%;
}
.bottom-nav-right {
  flex-basis: 50%;
  padding-left: 5em;
}

.legal {
}

.legal,
.legal a {
  font-size: 1.2rem;
  text-align: left;
  color: #e6e6e6;
}

.legal a {
  text-decoration: underline;
}

.bottom-links {
  display: flex;
  color: #fff;
  line-height: 1.5;
  padding: 0;
}

.bottom-links a {
  margin: 0 auto;
  height: 33px;
}
.app-downloads {
}

.app-downloads p {
  margin-bottom: 4px;
}

.app-downloads span {
  display: flex;
}

.app-downloads span a {
  margin-right: 0.5em;
}
.app-downloads span a img {
  height: 100%;
  object-fit: contain;
}
.app-downloads .placeholer-download {
  display: block;
  height: 33px;
  width: 102px;
}

.playstore img {
  margin: 0 auto;
  /* padding-bottom: 12px; */
}

.stores {
  min-width: 310px;
}

.stores a img {
  height: 33px;
}

/* footer responsive */
@media screen and (min-width: 690px) {
  .app-downloads span a {
    margin: 0 0.5em 0.5em 0;
  }
  .bottom-navigation .menu-bottom {
    height: 42px;
  }
  .bottom-navigation .menu-bottom a:link {
    line-height: 42px;
  }
  .bottom-navigation .legal {
    margin-top: 60px;
  }
}
@media screen and (max-width: 690px) {
  .bottom-nav-left,
  .bottom-nav-right {
    flex-basis: unset;
  }
  .site-main .hentry {
    margin: 0;
  }
  #lang_sel_footer {
    display: none;
  }
  .footer-inner {
    padding: 2em;
  }

  .app-downloads {
    /* display: none; */
    /* min-width: 310px; */
    padding: 0 0 2em 0;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-inner .bottom-navigation {
    margin: 0 0 2em;
  }
  .menu-bottom ul li {
    margin: 0 1em 1em 0;
    padding: 0;
  }
  .footer-inner .bottom-navigation,
  .bottom-links {
    flex-direction: column;
  }
  .menu-social {
    padding: 0;
    margin-top: 1em;
  }
  .legal {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 2em;
  }
  .bottom-links {
    width: 100%;
    float: none;
    clear: both;
  }
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  border: 1px solid #cccccc;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  padding: 1.1em 0.5em;
  font-size: 0.6em;
  border-bottom: 1px solid #cccccc;
  color: #333333;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery-item {
  position: relative;
  max-width: 100%;
  float: left;
  margin-right: 3.333333333%;
  margin-bottom: 3rem;
  background: #333;
  overflow: hidden;
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 50%;
  width: 100%;
  padding: 6px 8px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.site-main .gallery a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: none;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

.entry-content img {
  border: 1px solid #cccccc;
  margin-top: 0em;
}

.entry-content img.nobord {
  border: none;
  margin-top: 0em;
}

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

/* add pattern img to content */
.entry-content .pattern {
  float: right;
  margin: 10px;
  margin-left: 3em;
}
@media screen and (max-width: 480px) {
  .entry-content .pattern {
    text-align: center;
    float: none;
    clear: both;
    margin-left: 10px;
  }
}

/* release：new feature instruction */
.f-blue {
  color: #1e648c;
}
.entry-header h1.release-entry-title {
  font-size: 3em;
  margin: 0;
  color: #1e648c;
}
.entry-header .release-entry-title-sub {
  font-size: 1em;
  color: #565656;
}
.entry-header h3.release-entry-title {
  font-size: 2em;
  font-weight: normal;
  color: #1e648c;
  padding-bottom: 0.5em;
  margin: 1.5em 0 0.5em 0;
  border-bottom: 1px #e6e6e6 solid;
}

.entry-content .imgDisplay {
  display: table;
  margin-bottom: 1.5em;
}
.entry-content .imgDisplay-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.entry-content .imgDisplay-item img {
  width: 55%;
}
@media screen and (max-width: 480px) {
  .entry-content .imgDisplay-item img {
    width: 100%;
  }
}
.entry-content .imgDisplay-item.left {
  text-align: left;
}
.entry-content .imgDisplay-item.right {
  text-align: right;
}
@media screen and (max-width: 680px) {
  .entry-header h1.release-entry-title {
    font-size: 2em;
  }
  .entry-header h3.release-entry-title {
    font-size: 1.5em;
  }
  .entry-header .release-entry-title-sub span {
    display: block;
  }
}

.entry-content-blog img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.entry-content-blog li + li {
  margin-top: 0;
}

.ql-align-center {
  text-align: center;
}

.li_trial {
  display: inline-block;
  color: #fff;
  background: #e50402;
  border-radius: 10px 10px 10px 0;
  padding: 2px 10px 3px 11px;
  vertical-align: text-bottom;
  margin-left: 16px;
  height: 15px;
  line-height: 11px;
  font-size: 8px;
  position: absolute;
  top: 13px;
  /* animation: flucatuate 1.2s  ease infinite both; */
}

@media screen and (max-width: 560px) {
  .li_trial {
    top: 22px;
  }
}

@keyframes flucatuate {
  0% {
    transform: translateY(0) scaleY(100%);
    height: 16px;
  }
  30% {
    transform: translateY(-12px);
    height: 18px;
  }
  80% {
    transform: translateY(-12px);
    height: 18px;
  }
  100% {
    transform: translateY(0);
    height: 16px;
  }
}

.mscn-promotional-banner {
  height: 300px;
  background: url("../../../uploads/images/en/banner_en.webp") no-repeat 0
    center;
  background-size: cover;
  width: 1000px;
  margin: 0 auto;
}

.mscn-promotional-banner-cn {
  background: url("../../../uploads/images/zh_CN/banner_cn.webp") no-repeat 0
    center;
  background-size: cover;
}

.mscn-promotional-banner-hk {
  background: url("../../../uploads/images/zh_TW/banner_hk.webp") no-repeat 0
    center;
  background-size: cover;
}

.mscn-promotional-banner-wrapper {
  background: url("../../../uploads/images/en/banner_bg.webp") no-repeat 0
    center;
  background-size: cover;
  height: 350px;
  width: 100%;
  position: relative;
  cursor: pointer;
  /* display: none; */
}

.mscn-promotional-banner-text {
  position: absolute;
  top: 103px;
  right: 36%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
}

.mscn-promotional-banner-wrapper-en > .mscn-promotional-banner-text{
  right: 29%;
}

.mscn-promotional-banner-icon {
  background: url("../../../uploads/images/en/Close_round.png") no-repeat center;
  /* background-color: #191d84; */
  background-size: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 9px;
  top: 9px;
  cursor: pointer;
}

@media screen and (min-width: 690px) and (max-width: 1200px) {
  .mscn-promotional-banner {
    height: 300px;
    width: 800px;
    background-size: 800px 300px; 
  }
  .mscn-promotional-banner-text {
    right: 34%;
    top: 105px;
  }

  .mscn-promotional-banner-wrapper-en > .mscn-promotional-banner-text{
    right: 22%;
  }

}

/* @media screen and (max-width: 1024px) {
  .mscn-promotional-banner {
    height: 200px;
  }
  .mscn-promotional-banner-text {
    right: 20%;
    top: 62px;
  }
} */

.fade-in-section.is-visible {
  opacity: 1;
  height: 300px;
  visibility: visible;
}


@media screen and (max-width: 690px) {
  .mscn-promotional-banner-wrapper {
    background: url("../../../uploads/images/en/mobile_banner_gb.webp") no-repeat 0
      center;
    background-size: 100% 400px;
    height: 400px;
  }
  .mscn-promotional-banner {
    background: url("../../../uploads/images/en/mobile_banner_en.webp") no-repeat 0
      center;
    background-size: contain;
    width: 300px;
    /* height: 300px; */
  }
  .mscn-promotional-banner-cn {
    background: url("../../../uploads/images/zh_CN/mobile_banner_cn.webp") no-repeat 0
      center;
    background-size: contain;
    width: 300px;
    /* height: 300px; */
  }
  .mscn-promotional-banner-hk {
    background: url("../../../uploads/images/zh_TW/mobile_banner_hk.webp") no-repeat 0
      center;
    background-size: contain;
    width: 300px;
    /* height: 300px; */
  }
  .mscn-promotional-banner-text {
    right: 42%;
    top: 361px;
  }

  .fade-in-section.is-visible{
    height: 400px;
  }
}


.fade-in-section {
  opacity: 0;
  /* transform: scaleY(0); */
  height: 0;
  transform-origin: 0 0 0;
  visibility: hidden;
  transition: opacity 500ms ease-in,
    height 500ms ease-in;
}
.fade-in-section.is-hidden {
  opacity: 0;
  height: 0;
  /* visibility: hidden; */
}

.article-content li + li, .article-content ol + ol {
    margin-top: inherit;
}
.article-content p {
    margin-bottom: 1em;
}
