@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::selection {
  background-color: rgba(111, 196, 117, 0.5);
}

::-moz-selection {
  background-color: rgba(111, 196, 117, 0.5);
}

a[href] {
  transition: color 0.2s ease-out;
  color: #6fc475;
  text-decoration: none;
}
a[href]:hover, a[href]:active {
  color: #9bdeac;
}

hr {
  border-top: 1px dotted #dddddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

h2, h3, h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 36px;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 16px;
  }
}

p {
  margin-top: 12px;
  margin-bottom: 12px;
}

.full-img {
  width: 100%;
}

code {
  font-family: Monaco, Consolas, Monospace;
  font-size: 0.9em;
}

pre {
  font-family: Monaco, Consolas, Monospace;
  font-size: 0.9em;
  line-height: normal;
  padding: 8px;
  margin: 0 -8px;
  background-color: #f3f3f3;
}

.material-icons {
  /* From material-design-icons */
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  -webkit-user-select: none;
  user-select: none;
}

.social-icons {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 32px;
  height: 32px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-width: 320px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

/* space for header bar */
main {
  margin-top: 72px;
  padding: 0.1px 0;
}

.content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
  width: calc(100% - 64px);
  max-width: 960px;
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 480px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 841px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
    margin-left: 48px;
    margin-right: 48px;
    width: calc(100% - 96px);
  }
}
@media screen and (min-width: 1056px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

.sidebar {
  margin-top: 32px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-width: 320px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

/* space for header bar */
main {
  margin-top: 72px;
  padding: 0.1px 0;
}

.content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
  width: calc(100% - 64px);
  max-width: 960px;
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 480px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 841px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
    margin-left: 48px;
    margin-right: 48px;
    width: calc(100% - 96px);
  }
}
@media screen and (min-width: 1056px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

.sidebar {
  margin-top: 32px;
}

.top-bar {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  height: 72px;
  line-height: 72px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #9bdeac;
  background: linear-gradient(#aee4bc, #9bdeac);
  font-size: 16px;
  color: #136d39;
}
.top-bar > .container {
  overflow-x: auto;
}
.top-bar > .container > * {
  display: inline-block;
  vertical-align: top;
}
.top-bar > .container .brand {
  font-size: 18px;
  margin: 4px 0;
}
.top-bar > .container .brand a {
  display: block;
  background-repeat: none;
  background-size: 240px 64px;
  width: 240px;
  height: 64px;
  outline: none;
}
@media screen and (max-width: 720px) {
  .top-bar > .container .brand a {
    background-position: -8px 0;
    margin-right: 16px;
    width: 64px;
  }
}
.top-bar > .container ul {
  height: 72px;
  overflow-y: hidden;
  white-space: nowrap;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 721px) {
  .top-bar > .container ul {
    width: calc(100% - 240px);
    text-align: right;
  }
}
.top-bar > .container ul li {
  display: inline-block;
}
.top-bar > .container ul li a {
  display: block;
  text-align: center;
  padding: 0 6px;
  height: 72px;
  line-height: 72px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color 0.2s;
  outline: none;
}
@media screen and (min-width: 721px) {
  .top-bar > .container ul li a {
    min-width: 64px;
  }
}
.top-bar > .container ul li a, .top-bar > .container ul li a:hover, .top-bar > .container ul li a:active, .top-bar > .container ul li a:visited {
  color: inherit;
  text-decoration: inherit;
}
.top-bar > .container ul li a:hover, .top-bar > .container ul li a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.top-bar > .container ul li.active a {
  color: #333333 !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-width: 320px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

/* space for header bar */
main {
  margin-top: 72px;
  padding: 0.1px 0;
}

.content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
  width: calc(100% - 64px);
  max-width: 960px;
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 480px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 841px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
    margin-left: 48px;
    margin-right: 48px;
    width: calc(100% - 96px);
  }
}
@media screen and (min-width: 1056px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .nav-section ul, .top-bar > .container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

.sidebar {
  margin-top: 32px;
}

.nav-section {
  background-color: #d5f1dc;
}

.nav-section ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  color: #136d39;
  font-size: 14px;
}
.nav-section ul > * {
  display: inline-block;
  vertical-align: middle;
}
.nav-section ul li.main {
  position: relative;
  background-color: #6fc475;
  margin-right: 32px;
}
.nav-section ul li.main:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -24px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #6fc475;
}
.nav-section ul li a {
  display: block;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 16px;
  transition: background-color 0.2s;
  outline: none;
}
.nav-section ul li a, .nav-section ul li a:hover, .nav-section ul li a:active, .nav-section ul li a:visited {
  color: inherit;
  text-decoration: inherit;
}
.nav-section ul li a:hover, .nav-section ul li a:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-section ul li.active a {
  color: #333333 !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-width: 320px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

/* space for header bar */
main {
  margin-top: 72px;
  padding: 0.1px 0;
}

.content-width, .blog-header > .bottom, .bottom-bar, .top-bar > .container, .nav-section ul {
  width: calc(100% - 64px);
  max-width: 960px;
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 480px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .top-bar > .container, .nav-section ul {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 841px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .top-bar > .container, .nav-section ul {
    margin-left: 48px;
    margin-right: 48px;
    width: calc(100% - 96px);
  }
}
@media screen and (min-width: 1056px) {
  .content-width, .blog-header > .bottom, .bottom-bar, .top-bar > .container, .nav-section ul {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

.sidebar {
  margin-top: 32px;
}

.bottom-bar {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .bottom-bar {
    font-size: 12px;
  }
}
.bottom-bar .panel {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #dddddd;
  padding: 24px 0;
}
.bottom-bar .panel:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 481px) {
  .bottom-bar .panel .brand {
    width: 64.2857142857%;
    float: left;
    margin-right: 7.1428571429%;
  }
}
.bottom-bar .panel .brand .logo {
  width: 250px;
}
@media screen and (min-width: 841px) {
  .bottom-bar .panel .brand .logo {
    width: 600px;
  }
}
.bottom-bar .panel .brand .logo > * {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.bottom-bar .panel .brand .logo img {
  width: 240px;
  height: 64px;
}
@media screen and (min-width: 841px) {
  .bottom-bar .panel .brand .logo img {
    width: 480px;
    height: 128px;
  }
}
.bottom-bar .panel .brand .about {
  width: 100%;
  margin: 16px 8px;
  color: #8d8d8d;
  font-size: 14px;
}
@media screen and (min-width: 841px) {
  .bottom-bar .panel .brand .about {
    margin: 16px;
  }
}
@media screen and (min-width: 841px) {
  .bottom-bar .panel .brand .about {
    font-size: 20px;
  }
}
.bottom-bar .panel .links {
  width: calc(100% - 128px);
}
@media screen and (min-width: 481px) {
  .bottom-bar .panel .links {
    width: 28.5714285714%;
    float: right;
    margin-right: 0;
  }
}
.bottom-bar .panel .links ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.bottom-bar .panel .links ul li {
  padding: 0;
  margin: 8px 0;
}
.bottom-bar .panel .links ul li a {
  display: block;
  font-size: 20px;
  padding-left: 18px;
  padding-left: 12px;
  border-left: 6px solid #6fc475;
}
.bottom-bar .panel .wespa {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #8d8d8d;
  margin: 8px 8px 0 8px;
}
.bottom-bar .panel .wespa > * {
  display: inline-block;
  vertical-align: middle;
}
.bottom-bar .panel .wespa img {
  width: 48px;
  height: 48px;
}
.bottom-bar .panel .wespa p {
  margin-left: 8px;
  width: calc(100% - 48px - 8px - 16px);
}
.bottom-bar .panel .wespa p a, .bottom-bar .panel .wespa p a:hover, .bottom-bar .panel .wespa p a:active, .bottom-bar .panel .wespa p a:visited {
  color: inherit;
  text-decoration: inherit;
}
.bottom-bar .panel .wespa p a:hover, .bottom-bar .panel .wespa p a:active {
  text-decoration: underline;
}
.bottom-bar .line {
  border-top: 1px solid #dddddd;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #bbbbbb;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bottom-bar .line:after {
  content: " ";
  display: block;
  clear: both;
}
.bottom-bar .line a, .bottom-bar .line a:hover, .bottom-bar .line a:active, .bottom-bar .line a:visited {
  color: inherit;
  text-decoration: inherit;
}
.bottom-bar .line a:hover, .bottom-bar .line a:active {
  color: #333333;
}
@media screen and (min-width: 841px) {
  .bottom-bar .line > .left {
    width: 64.2857142857%;
    float: left;
    margin-right: 7.1428571429%;
  }
}
.bottom-bar .line > ul.social-menu.right {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 28px;
}
.bottom-bar .line > ul.social-menu.right li {
  display: inline-block;
  padding-left: 0;
}
.bottom-bar .line > ul.social-menu.right li a {
  display: block;
  opacity: 0.3;
  transition: opacity 0.2s;
}
.bottom-bar .line > ul.social-menu.right li a:hover, .bottom-bar .line > ul.social-menu.right li a:active {
  opacity: 0.5;
}
@media screen and (min-width: 841px) {
  .bottom-bar .line > ul.social-menu.right {
    width: 28.5714285714%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
.bottom-bar .line::after {
  content: " ";
  clear: both;
  font-size: 0;
  display: block;
  visibility: hidden;
  height: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-width: 320px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

/* space for header bar */
main {
  margin-top: 72px;
  padding: 0.1px 0;
}

.content-width, .blog-header > .bottom, .top-bar > .container, .nav-section ul, .bottom-bar {
  width: calc(100% - 64px);
  max-width: 960px;
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 480px) {
  .content-width, .blog-header > .bottom, .top-bar > .container, .nav-section ul, .bottom-bar {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 841px) {
  .content-width, .blog-header > .bottom, .top-bar > .container, .nav-section ul, .bottom-bar {
    margin-left: 48px;
    margin-right: 48px;
    width: calc(100% - 96px);
  }
}
@media screen and (min-width: 1056px) {
  .content-width, .blog-header > .bottom, .top-bar > .container, .nav-section ul, .bottom-bar {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

.sidebar {
  margin-top: 32px;
}

.blog-header {
  position: relative;
}
@media screen and (max-width: 840px) {
  .blog-header h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .blog-header h1 {
    font-size: 26px;
  }
}
.blog-header:not(.with-image) {
  height: 120px;
}
@media screen and (max-width: 840px) {
  .blog-header:not(.with-image) {
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .blog-header:not(.with-image) {
    height: 75px;
  }
}
.blog-header.with-image {
  background-color: #ccc;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  /* Default to scaling height at ratio (3404x1260, c.f. Facebook cover) */
  position: relative;
  overflow: hidden;
  max-height: 379.0364277321px;
}
.blog-header.with-image:after {
  content: "";
  display: block;
  padding-top: 37.0152761457%;
}
.blog-header.with-image .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.blog-header > .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 14;
  padding-bottom: 16px;
}
.blog-header > .bottom h1 {
  margin-bottom: 0;
}
.blog-header > .bottom .tagline {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.blog-header > .bottom.slideshow-controls {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  color: #ccc;
  font-size: 30px;
  line-height: 20px;
}
.blog-header > .bottom.slideshow-controls li {
  display: inline-block;
  user-select: none;
  outline: none;
  cursor: pointer;
}
.blog-header > .bottom.slideshow-controls li:before {
  content: "•";
}
.blog-header > .bottom.slideshow-controls li.active {
  color: #fff;
}
.blog-header .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.5s ease-out, opacity 0.5s ease-in;
}
.blog-header .slide.hidden {
  display: none;
}
.blog-header .slide.hiding {
  opacity: 0;
  z-index: 10;
}
.blog-header .slide > a[href] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
}

.error-container {
  color: #999;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.error-code {
  text-align: center;
  font-size: 72px;
  font-weight: bold;
}

.error-message {
  text-align: justify;
  text-align-last: justify;
}

.error-stack {
  border-top: 1px solid #dddddd;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-width: 320px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

/* space for header bar */
main {
  margin-top: 72px;
  padding: 0.1px 0;
}

.content-width, .top-bar > .container, .nav-section ul, .bottom-bar, .blog-header > .bottom {
  width: calc(100% - 64px);
  max-width: 960px;
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 480px) {
  .content-width, .top-bar > .container, .nav-section ul, .bottom-bar, .blog-header > .bottom {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 841px) {
  .content-width, .top-bar > .container, .nav-section ul, .bottom-bar, .blog-header > .bottom {
    margin-left: 48px;
    margin-right: 48px;
    width: calc(100% - 96px);
  }
}
@media screen and (min-width: 1056px) {
  .content-width, .top-bar > .container, .nav-section ul, .bottom-bar, .blog-header > .bottom {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

.sidebar {
  margin-top: 32px;
}

.post-meta, .post-links {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #8d8d8d;
}
@media screen and (max-width: 480px) {
  .post-meta, .post-links {
    font-size: 12px;
  }
}
.post-meta a, .post-meta a:hover, .post-meta a:active, .post-meta a:visited, .post-links a, .post-links a:hover, .post-links a:active, .post-links a:visited {
  color: inherit;
  text-decoration: inherit;
}
.post-meta a:hover, .post-meta a:active, .post-links a:hover, .post-links a:active {
  text-decoration: underline;
}
.post-meta a:hover, .post-meta a:active, .post-links a:hover, .post-links a:active {
  color: #333333;
}

.blog-content img:not(.kg-image) {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .blog-content img:not(.kg-image) {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}
@media screen and (min-width: 481px) and (max-width: 840px) {
  .blog-content img:not(.kg-image) {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
  }
}

.blog-content img.kg-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.blog-content .kg-width-wide img.kg-image, .blog-content .kg-width-full img.kg-image {
  width: 100%;
}

.blog-content aside p:first-child {
  margin-top: 0;
}
.blog-content aside p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 841px) {
  .blog-content aside {
    float: right;
    width: 47.0588235294%;
    margin-left: 5.8823529412%;
  }
}

.post-img {
  width: 100%;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 840px) {
  .post-img {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .post-img {
    height: 180px;
  }
}

.post-content {
  line-height: 1.5;
}

.post-margin {
  margin-bottom: 48px;
}
@media screen and (min-width: 481px) and (max-width: 840px) {
  .post-margin {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .post-margin {
    margin-bottom: 24px;
  }
}

.post-links {
  font-size: 14px;
  text-transform: uppercase;
}

.post-footer {
  margin-top: 32px;
}

.post-nav {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px dotted #dddddd;
  margin-top: 16px;
  padding-top: 16px;
}
.post-nav:after {
  content: " ";
  display: block;
  clear: both;
}
.post-nav a {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #8d8d8d;
}
.post-nav a.post-next {
  width: 44.4444444444%;
  float: left;
  margin-right: 11.1111111111%;
  text-align: left;
}
.post-nav a.post-prev {
  width: 44.4444444444%;
  float: right;
  margin-right: 0;
  text-align: right;
}
.post-nav a:hover, .post-nav a:active {
  color: #333333;
}
.post-nav a .label {
  font-size: 14px;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .post-nav a .label {
    font-size: 12px;
  }
}
.post-nav a .title {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .post-nav a .title {
    font-size: 14px;
  }
}

/* When there galleries are mixed with images, reduce margin
between them, so it looks like 1 big gallery */
.kg-image-card + .kg-gallery-card,
.kg-gallery-card + .kg-image-card,
.kg-gallery-card + .kg-gallery-card {
  margin-top: 0.75em;
}

.kg-image-card.kg-card-hascaption + .kg-gallery-card,
.kg-gallery-card.kg-card-hascaption + .kg-image-card,
.kg-gallery-card.kg-card-hascaption + .kg-gallery-card {
  margin-top: 1.75em;
}

.kg-gallery-container {
  position: relative;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}

/* These are styled links with structured data, similar to a
Twitter card. These styles roughly match what you see in the
Ghost editor. */
.kg-bookmark-card,
.kg-bookmark-publisher {
  position: relative;
  width: 100%;
}

.kg-bookmark-container,
.kg-bookmark-container:hover {
  display: flex;
  color: currentColor;
  font-family: var(--font-sans-serif);
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.kg-bookmark-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
}

.kg-bookmark-title {
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 600;
  color: #15171A;
}

.kg-bookmark-description {
  display: -webkit-box;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 3px;
  color: #626d79;
  font-weight: 400;
  max-height: 44px;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  margin-top: 22px;
  width: 100%;
  color: #394047;
  font-size: 1.4rem;
  font-weight: 500;
}

.kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.kg-bookmark-author,
.kg-bookmark-publisher {
  display: inline;
}

.kg-bookmark-publisher {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 240px;
  white-space: nowrap;
  display: block;
  line-height: 1.65em;
}

.kg-bookmark-metadata > span:nth-of-type(2) {
  color: #626d79;
  font-weight: 400;
}

.kg-bookmark-metadata > span:nth-of-type(2):before {
  content: "•";
  color: #394047;
  margin: 0 6px;
}

.kg-bookmark-thumbnail {
  position: relative;
  flex-grow: 1;
  min-width: 33%;
}

.kg-bookmark-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 4px 4px 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-width: 320px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

/* space for header bar */
main {
  margin-top: 72px;
  padding: 0.1px 0;
}

.content-width, .top-bar > .container, .nav-section ul, .bottom-bar, .blog-header > .bottom {
  width: calc(100% - 64px);
  max-width: 960px;
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 480px) {
  .content-width, .top-bar > .container, .nav-section ul, .bottom-bar, .blog-header > .bottom {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 841px) {
  .content-width, .top-bar > .container, .nav-section ul, .bottom-bar, .blog-header > .bottom {
    margin-left: 48px;
    margin-right: 48px;
    width: calc(100% - 96px);
  }
}
@media screen and (min-width: 1056px) {
  .content-width, .top-bar > .container, .nav-section ul, .bottom-bar, .blog-header > .bottom {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

.sidebar {
  margin-top: 32px;
}

/**
 * CSS classes for use by the user (content creator etc.)
 */
/* .two-pane is also used in index.hbs */
.two-pane {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.two-pane:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 841px) {
  .two-pane > *:first-child {
    width: 64.2857142857%;
    float: left;
    margin-right: 7.1428571429%;
  }
}
@media screen and (min-width: 841px) {
  .two-pane > *:last-child {
    width: 28.5714285714%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 841px) {
  .parallel-2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .parallel-2:after {
    content: " ";
    display: block;
    clear: both;
  }
  .parallel-2 > *:first-child {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .parallel-2 > *:last-child {
    width: 47.0588235294%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .parallel-2 > * {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 841px) {
  .parallel-3 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .parallel-3:after {
    content: " ";
    display: block;
    clear: both;
  }
  .parallel-3 > *:not(:last-child) {
    width: 30.7692307692%;
    float: left;
    margin-right: 3.8461538462%;
  }
  .parallel-3 > *:last-child {
    width: 30.7692307692%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .parallel-3 > * {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.box, .card {
  margin-top: 24px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.card {
  width: 100%;
  padding: 24px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 480px) {
  .card {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}
@media screen and (min-width: 481px) and (max-width: 840px) {
  .card {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
  }
}

.box > h1:first-child, .card > h1:first-child {
  margin-top: 0;
}

.box > h2:first-child, .card > h2:first-child {
  margin-top: 0;
}

.box > h3:first-child, .card > h3:first-child {
  margin-top: 0;
}

.box > h4:first-child, .card > h4:first-child {
  margin-top: 0;
}

.card > h1:first-child {
  margin-top: 0;
}

.card > h2:first-child {
  margin-top: 0;
}

.card > h3:first-child {
  margin-top: 0;
}

.card > h4:first-child {
  margin-top: 0;
}

.mini-gallery {
  width: 100%;
  margin-left: -48px;
  margin-right: -48px;
  width: calc(100% + 96px);
  box-sizing: border-box;
  overflow-y: auto;
}
@media screen and (max-width: 480px) {
  .mini-gallery {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}
@media screen and (min-width: 481px) and (max-width: 840px) {
  .mini-gallery {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
  }
}
.mini-gallery p {
  /* container */
  white-space: nowrap;
  font-size: 0;
  margin: 16px 0;
  /* margin-right does not work in overflown container */
}
.mini-gallery p > * {
  display: inline-block;
  vertical-align: middle;
}
.mini-gallery p:before, .mini-gallery p:after {
  content: "";
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .mini-gallery p:before, .mini-gallery p:after {
    width: 16px;
  }
}
@media screen and (min-width: 481px) and (max-width: 840px) {
  .mini-gallery p:before, .mini-gallery p:after {
    width: 32px;
  }
}
.mini-gallery p img:not(.kg-image) {
  margin: 0;
  width: 66.666667%;
  height: auto;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
@media screen and (min-width: 841px) {
  .mini-gallery p img:not(.kg-image) {
    width: 50%;
    height: auto;
  }
}

a[href].btn {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 2px;
  background-color: #6fc475;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  transition: transform 0.2s;
}
a[href].btn, a[href].btn:hover, a[href].btn:active, a[href].btn:visited {
  color: #ffffff;
}
a[href].btn:hover, a[href].btn:active {
  transform: translate(-0.5px, -1px);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.26);
}
a[href].btn > .material-icons {
  vertical-align: -7px;
  margin-right: 2px;
}

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

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

@media screen and (min-width: 481px) {
  .text-small {
    font-size: 16px;
  }
}

.clearfix::after {
  content: " ";
  clear: both;
  font-size: 0;
  display: block;
  visibility: hidden;
  height: 0;
}

.ratio-4-3 {
  position: relative;
  overflow: hidden;
}
.ratio-4-3:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.ratio-4-3 > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ratio-16-9 {
  position: relative;
  overflow: hidden;
}
.ratio-16-9:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ratio-16-9 > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mobile-width {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .mobile-width {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}
@media screen and (min-width: 481px) and (max-width: 840px) {
  .mobile-width {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
  }
}

.hidden {
  display: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * CSS classes for use by the user specific to HKSPA
 */
.magazine-rack {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.magazine-rack:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 840px) {
  .magazine-rack figure {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
    margin-top: 2.9411764706%;
    margin-bottom: 2.9411764706%;
  }
  .magazine-rack figure:nth-child(even) {
    width: 47.0588235294%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (min-width: 841px) {
  .magazine-rack figure {
    width: 28.5714285714%;
    float: left;
    margin-right: 7.1428571429%;
    margin-top: 3.5714285714%;
    margin-bottom: 3.5714285714%;
  }
  .magazine-rack figure:nth-child(3n) {
    width: 28.5714285714%;
    float: right;
    margin-right: 0;
  }
}
.magazine-rack figure .thumb {
  position: relative;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
  transition: box-shadow 0.2s, transform 0.2s;
}
.magazine-rack figure .thumb:after {
  content: "";
  display: block;
  padding-top: 139.8648648649%;
}
.magazine-rack figure .thumb a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.magazine-rack figure .thumb:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.26);
}
.magazine-rack figure figcaption {
  margin-top: 6px;
  margin-bottom: -6px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.kg-width-wide {
  display: block;
}

.kg-width-full {
  display: block;
}

.fb-page {
  width: 100%;
  height: 500px;
}

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