.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #151515;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  -webkit-column-span: none;
  column-span: none;
}

a {
  color: #0491b1;
  text-decoration: none;
}

ul {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  font-size: 16px;
  line-height: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
}

img {
  display: inline-block;
  height: auto;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 16px 40px;
  border-left: 3px solid #5eadbf;
  font-size: 24px;
  line-height: 32px;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  margin-top: 16px;
  margin-bottom: -4px;
  background-color: #fff;
  color: #151515;
  font-size: 12px;
  text-align: center;
}

.section {
  z-index: 2;
  padding: 18px 32px;
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 128px;
  padding-bottom: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.section.hero.about-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/tomasz-zagorski-1097343-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/tomasz-zagorski-1097343-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.footer-v1-section {
  padding-top: 24px;
  padding-bottom: 0px;
  border-top: 1px solid #e6e6e6;
}

.section.top-section {
  margin-top: 28px;
}

.section.big-paddings {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper.nav-bar-v1-sub-wrapper-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.nav-bar-v1-sub-wrapper-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 6px;
  background-color: #5eadbf;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #141414;
}

.button.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.white {
  background-color: #fff;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #151515;
}

.button.white:hover {
  background-color: #5eadbf;
  color: #fff;
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  color: #151515;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px #777;
}

.button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.button.ghost-bg:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px transparent;
  color: #151515;
}

.button.big {
  height: 56px;
  padding: 17px 28px 15px 24px;
  font-size: 16px;
  line-height: 20px;
}

.button.form-button {
  padding-top: 14px;
}

.button.subscribe-button {
  overflow: hidden;
  height: 40px;
  padding: 8px 20px 8px 44px;
  background-image: url('../images/mail-white.svg');
  background-position: 20px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.no-margin {
  margin: 0px;
}

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

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.button-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  margin-right: 8px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-icon.big {
  width: 20px;
  margin-right: 12px;
}

.button-icon.small {
  width: 16px;
  margin-right: 6px;
}

.button-icon.right {
  margin-right: -1px;
  margin-left: 7px;
}

.sg-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: 88px;
  padding-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  background-color: transparent;
  text-align: center;
}

.sg-button-wrapper.dark-bg {
  border-color: transparent;
  background-color: #ffa32d;
  box-shadow: none;
  color: #e1e6ee;
}

.sg-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sg-header-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e6e6e6;
}

.sg-title {
  margin-right: 1.5%;
  margin-bottom: 0px;
  margin-left: 1.5%;
}

.sg-block {
  width: 100%;
  padding-right: 12%;
  padding-bottom: 120px;
  padding-left: 12%;
  text-align: left;
}

.paragraph-big {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-small {
  font-size: 12px;
  line-height: 20px;
}

.menu-button-old {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 101;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.menu-button-old.w--open {
  background-color: transparent;
}

.nav-link-1 {
  position: relative;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 0px;
  float: left;
  clear: left;
  color: #fff;
  font-size: 48px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
}

.input {
  height: 48px;
  margin-bottom: 0px;
  padding: 8px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  background-color: #f6f6f6;
  box-shadow: none;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  line-height: 20px;
}

.input:hover {
  border-color: #d1d1d1;
  background-color: #fff;
}

.input:focus {
  border-color: #5eadbf;
  background-color: #fff;
}

.input.search-resuls-input {
  margin-right: 16px;
  margin-bottom: 0px;
  padding-left: 52px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #e6e6e6;
  background-image: url('../images/search.svg');
  background-position: 16px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.input.search-resuls-input:hover {
  border-color: #d1d1d1;
}

.input.search-resuls-input:focus {
  border-color: #5eadbf;
}

.input.no-margin {
  margin: 0px;
}

.input.margin-bottom {
  margin-bottom: 16px;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 4px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #5eadbf;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-icon.twitter {
  background-color: #2aa3f0;
}

.social-icon.twitter:hover {
  background-color: #178bd5;
}

.social-icon.facebook {
  background-color: #3b5998;
}

.social-icon.facebook:hover {
  background-color: #254079;
}

.full-width {
  width: 100%;
}

.post-card {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thumbnail-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 256px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
}

.badge {
  position: relative;
  z-index: 3;
  display: inline-block;
  height: 24px;
  margin-right: 1px;
  padding: 3px 12px;
  border-radius: 12px;
  background-color: #5eadbf;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
}

.post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 11px;
  line-height: 16px;
}

.post-info.text-white {
  color: #fff;
}

.mini-icon-grey {
  width: 14px;
  margin-right: 8px;
  opacity: 0.5;
}

.post-v2 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.thumbnail {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-height {
  height: 100%;
}

.featured {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 32px;
  padding-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #5eadbf;
  color: #fff;
}

.instagram-gradient {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-left: 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0)), color-stop(93%, #151515));
  background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515 93%);
}

.post-rich-text p {
  font-size: 16px;
  line-height: 28px;
}

.post-rich-text a {
  color: #0491b1;
  text-decoration: none;
}

.post-rich-text a:hover {
  text-decoration: underline;
}

.post-rich-text figcaption {
  margin-top: 5px;
  font-size: 13px;
}

.post-rich-text img {
  border-radius: 6px;
}

.up-button {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: rgba(21, 21, 21, 0.6);
  background-image: url('../images/chevrons-up-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
}

.up-button:hover {
  background-color: #5eadbf;
}

.pagination {
  position: relative;
  margin-top: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-count {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 80px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.pagination-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-with-sidebar {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
}

.side-posts {
  padding-top: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar {
  width: 350px;
  margin-left: 4%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sidebar-block {
  margin-bottom: 48px;
}

.sidebar-block.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin-bottom: 0px;
}

.sidebar-category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 11px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #151515;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-category:hover {
  border-color: #d1d1d1;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
}

.header-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

.header-block.side-margins {
  margin-top: -4px;
  margin-right: 15px;
  margin-left: 15px;
}

.header-line {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: -1px;
  z-index: 1;
  width: 64px;
  height: 2px;
  background-color: #151515;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-featured-thumb {
  position: relative;
  overflow: hidden;
  width: 88px;
  height: 88px;
  margin-right: 20px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
}

.button-icon-2 {
  position: absolute;
  z-index: 1;
  display: none;
}

.hero-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  overflow: hidden;
  height: 100vh;
}

.search-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-v5-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 31vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-v5-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 23vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-v5-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 43vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.category-v1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 72px;
  margin: 6px;
  padding: 17px 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  -webkit-transition: box-shadow 400ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 400ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.category-v1:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
}

.sg-categories {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-width: 440px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-left: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(21, 21, 21, 0.16);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sg-category-link {
  margin-top: 5px;
  margin-right: -1px;
  margin-bottom: 5px;
  padding: 2px 16px;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  -webkit-transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #151515;
  text-decoration: none;
}

.sg-category-link:hover {
  color: #5eadbf;
}

.sg-category-link.first {
  border-left-style: none;
}

.sg-category-link.last {
  border-right-style: none;
}

.search-result-thumbnail {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.search-results-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.search-result-info {
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-heading {
  display: inline-block;
  margin-bottom: -8px;
  color: #151515;
  text-decoration: none;
}

.search-result-heading:hover {
  text-decoration: underline;
}

.search-result-summary {
  margin-bottom: 8px;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.search-result-link {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #777;
  font-size: 11px;
  line-height: 16px;
  text-decoration: underline;
}

.search-result-link:hover {
  color: #5eadbf;
}

.search-result-list {
  margin-bottom: 16px;
}

.subscribe-v1-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 470px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.signature {
  height: 58px;
  margin-top: 4px;
}

.instagram-photo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
}

.category-v2-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 4px 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-5 {
  position: relative;
  margin-right: 16px;
  margin-left: 16px;
  padding: 4px 0px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #20242e;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-5.w--current {
  box-shadow: none;
  color: #20242e;
}

.nav-link-5.w--current:hover {
  color: #20242e;
}

.nav-category-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.protected-card {
  width: 400px;
  padding: 48px 64px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.thumbnail-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 384px;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #5eadbf;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}

.footer-v2-link {
  position: relative;
  margin-top: 1px;
  margin-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.form-info {
  margin-top: 20px;
  color: #777;
  font-size: 11px;
  line-height: 16px;
}

.form-success {
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #5eadbf;
  border-radius: 6px;
  background-color: rgba(6, 194, 94, 0.08);
  color: #5eadbf;
  font-size: 12px;
  line-height: 16px;
}

.form-error {
  margin-top: 16px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(250, 52, 90, 0.3);
  border-radius: 6px;
  background-color: rgba(250, 52, 90, 0.08);
  color: #fa345a;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tag {
  position: relative;
  display: block;
  overflow: hidden;
  height: 24px;
  margin-top: 6px;
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #151515;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.tag:hover {
  border-color: #5eadbf;
  background-color: #5eadbf;
  color: #fff;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.back-link {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.back-link:hover {
  color: #fff;
}

._404-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.57)), to(rgba(21, 21, 21, 0.57))), url('../images/starheader3.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.57), rgba(21, 21, 21, 0.57)), url('../images/starheader3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.post-tag {
  position: relative;
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #151515;
  font-size: 14px;
  line-height: 20px;
}

.post-tags {
  display: block;
  padding: 16px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-summary {
  margin-bottom: 12px;
  color: #383838;
}

.post-summary.home {
  display: none;
}

.nav-brand-v1 {
  left: auto;
  right: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #151515;
}

.nav-brand-v1:hover {
  color: #5eadbf;
}

.search-form-input {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  background-color: transparent;
  background-image: url('../images/search-white.svg');
  background-position: 12px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: width 300ms ease, border-color 300ms ease;
  transition: width 300ms ease, border-color 300ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 32px;
  text-align: left;
  cursor: pointer;
}

.search-form-input:hover {
  border-color: #d1d1d1;
}

.search-form-input:focus {
  width: 200px;
  padding-left: 40px;
}

.search-form-input::-webkit-input-placeholder {
  color: transparent;
}

.search-form-input:-ms-input-placeholder {
  color: transparent;
}

.search-form-input::-ms-input-placeholder {
  color: transparent;
}

.search-form-input::placeholder {
  color: transparent;
}

.nav-menu-v1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-button {
  z-index: 1;
  display: none;
  background-color: #ff6852;
}

.nav-logo {
  height: 55px;
}

.nav-link {
  z-index: 1;
  margin-right: 5px;
  margin-left: 5px;
  padding: 8px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #f6f6f6;
}

.nav-link.w--current {
  color: #151515;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-button {
  z-index: 2;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.dropdown-list {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}

.dropdown-list.w--open {
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-list.big-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 0px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-logo-text {
  margin-top: -5px;
  margin-left: 13px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.nav-logo-text.subtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  font-weight: 400;
}

.post-heading-medium {
  margin-top: 16px;
  margin-bottom: 12px;
}

.post-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #151515;
  text-decoration: none;
}

.post-mini-thumbnail {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
}

.post-mini-heading {
  margin-bottom: 4px;
  text-transform: capitalize;
}

.post-mini-content {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-dark {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #151515;
  text-decoration: none;
}

.link-dark:hover {
  color: #5eadbf;
  text-decoration: underline;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 28px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  color: #777;
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.text-link-dark {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #151515;
  text-decoration: underline;
}

.text-link-dark:hover {
  color: #5eadbf;
}

.text-link-dark.sub {
  font-size: 11px;
  line-height: 16px;
}

.divider-small {
  width: 1px;
  height: 16px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #e6e6e6;
}

.divider-small.transparent {
  opacity: 0.5;
}

.footer-mini-icon {
  width: 14px;
  margin-right: 8px;
}

.more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #777;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.more-link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 3px;
}

.more-link-arrow {
  width: 14px;
  opacity: 0.5;
}

.more-link-arrow-hover {
  position: absolute;
  z-index: 1;
  display: none;
  width: 14px;
  opacity: 0;
}

.post-heading-link {
  color: #151515;
}

.post-heading-link:hover {
  text-decoration: underline;
}

.thumbnail-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 184px;
  padding: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
}

.thumbnail-small.post {
  height: 320px;
}

.thumbnail-small.hero {
  height: 230px;
}

.post-heading-small {
  margin-top: 12px;
  margin-bottom: 4px;
}

.post-card-v2-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 408px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  color: #fff;
}

.post-card-content {
  position: relative;
  z-index: 3;
}

.mini-icon {
  width: 14px;
  margin-right: 8px;
}

.post-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(21, 21, 21, 0)), to(rgba(21, 21, 21, 0.7)));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 25%, rgba(21, 21, 21, 0.7));
}

.post-v2-heading {
  margin-top: 12px;
  margin-bottom: 16px;
}

.post-card-v2-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 432px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  color: #fff;
}

.post-card-v2-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 320px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  color: #fff;
}

.thumbnail-huge {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 440px;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.post-card-avatar {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-info-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #777;
  text-decoration: underline;
}

.post-info-author:hover {
  color: #151515;
}

.post-info-author.text-white {
  padding-right: 10px;
  color: #fff;
}

.post-v5-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  color: #151515;
  text-align: center;
}

.slide-v5-thumbnail {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.post-v3-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-v3-thumbnail {
  position: relative;
  overflow: hidden;
  width: 35%;
  height: 200px;
  padding: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
}

.post-v3-content {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-v3-heading {
  margin-top: -4px;
}

.connect-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #151515;
}

.connect-link:hover {
  color: #5eadbf;
}

.connect-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 50%;
  background-color: #fff;
}

.grid-small {
  display: -ms-grid;
  display: grid;
  margin-right: 15px;
  margin-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 0.5fr));
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.connect-link-text {
  margin-left: 16px;
  font-weight: 600;
}

.post-heading {
  margin-top: 12px;
}

.post {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-share {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.post-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 13px;
  line-height: 20px;
}

.post-bottom-category {
  color: #151515;
  font-weight: 600;
}

.post-bottom-category:hover {
  text-decoration: underline;
}

.post-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  padding: 16px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #e6e6e6;
}

.post-avatar {
  width: 160px;
  height: 160px;
  margin-bottom: 8px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-author-link {
  margin-top: -8px;
  color: #777;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-author-link:hover {
  text-decoration: underline;
}

.post-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-more {
  width: 100%;
  padding-top: 56px;
}

.grid-mini {
  display: -ms-grid;
  display: grid;
  margin-right: 15px;
  margin-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.post-subscribe {
  margin-top: 25px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  background-image: url('../images/newsletterbroadcast.svg');
  background-position: -35px -35px;
  background-size: 200px;
  background-repeat: no-repeat;
  text-align: center;
}

.grid-list {
  display: -ms-grid;
  display: grid;
  margin-right: 15px;
  margin-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.subscribe-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 64px 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  background-image: url('../images/newsletterbroadcast.svg');
  background-position: -20px -20px;
  background-size: 135px;
  background-repeat: no-repeat;
}

.subscribe-v2-heading {
  width: 50%;
  margin-top: -6px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-right: 64px;
}

.subscribe-v2-form-block {
  margin-bottom: -8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-small {
  margin-bottom: 0px;
  margin-left: 2px;
  color: #777;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.subscribe-grid-v2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-v2-b {
  margin-right: 15px;
  margin-left: 15px;
  grid-column-gap: 30px;
  grid-template-areas: ". Area";
  -ms-grid-columns: minmax(70%, 1fr) 30px minmax(200px, 1fr);
  grid-template-columns: minmax(70%, 1fr) minmax(200px, 1fr);
  -ms-grid-rows: minmax(305px, 1fr) 305px;
  grid-template-rows: minmax(305px, 1fr) 305px;
}

.post-card-v2-max {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  color: #fff;
}

.page-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin: 0px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy-text {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-info {
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 11px;
  line-height: 16px;
}

.breadcrumbs-link {
  color: #383838;
}

.breadcrumbs-link:hover {
  text-decoration: underline;
}

.breadcrumbs-divider {
  padding-right: 7px;
  padding-left: 7px;
  color: #d1d1d1;
}

.post-card-v3-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 31vw;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.slide-v4-thumbnail {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.text-grey {
  color: #777;
}

.about-block-1 {
  margin-right: 16%;
  margin-left: 16%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.team {
  margin-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member-photo {
  height: 350px;
  border-radius: 6px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member {
  text-align: left;
}

.team-member-name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.intro-heading {
  max-width: 770px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  text-align: center;
}

.team-member-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
  margin-left: -2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-bio {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #151515;
  font-size: 15px;
  line-height: 23px;
}

.team-member-bio.post-page {
  font-size: 12px;
  line-height: 20px;
}

.team-member-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.team-member-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.team-member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-page-link {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 12px;
  padding-right: 6px;
  padding-left: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #151515;
  font-size: 8px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.team-member-page-link:hover {
  border-color: transparent;
  background-color: #5eadbf;
  color: #fff;
}

.subscribe-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 96vh;
  max-width: 770px;
  min-height: 428px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 16px 30px 0 rgba(21, 21, 21, 0.1);
}

.subscribe-popup-image {
  width: 40%;
  background-image: url('../images/newsletterbg.jpg');
  background-position: 46% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.close-button:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.subscribe-popup-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.popup-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(21, 21, 21, 0.4);
}

.search-results-total {
  margin: 12px;
  padding-right: 16%;
  padding-left: 16%;
  background-color: #fff;
  color: #151515;
}

.empty-state {
  margin-right: 15px;
  margin-left: 15px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  background-color: #f6f6f6;
  color: #151515;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.menu-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-line-top {
  height: 2px;
  border-radius: 1px;
  background-color: #151515;
}

.menu-line-middle {
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #151515;
}

.menu-line-bottom {
  height: 2px;
  border-radius: 1px;
  background-color: #151515;
}

.side-menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  background-color: rgba(21, 21, 21, 0.4);
  cursor: e-resize;
}

.nav-layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.post-card-v3-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 33vw;
  min-height: 344px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.faq-card {
  overflow: hidden;
  margin-bottom: 16px;
  padding-right: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  cursor: pointer;
}

.thumbnail-max {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 536px;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.dropdown-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #93d865;
}

.dropdown-wrapper.w--open {
  position: absolute;
  left: 0%;
  right: 0%;
  width: 100%;
  margin-top: 12px;
  background-color: transparent;
}

.dropdown-space {
  position: absolute;
  left: 0%;
  top: -12px;
  right: 0%;
  bottom: auto;
  height: 12px;
}

.dropdown-sidebar {
  width: 250px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 20px;
}

.dropdown-posts {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-post-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.dropdown-sidebar-link {
  display: block;
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-transition: padding 400ms ease, background-color 200ms ease;
  transition: padding 400ms ease, background-color 200ms ease;
  color: #151515;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-sidebar-link:hover {
  padding-right: 28px;
  padding-left: 24px;
  background-color: #f6f6f6;
}

.dropdown-sidebar-link.w--current {
  color: #151515;
}

.post-popup-thumbnail {
  position: relative;
  overflow: hidden;
  width: 72px;
  height: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
}

.milky-way-icon {
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logo-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.connect-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 24px 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
}

.post-title-content {
  position: relative;
  z-index: 3;
  padding-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar-v1-sub {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 -1px 0 0 #e6e6e6, 0 1px 0 0 rgba(21, 21, 21, 0.11);
}

.sub-top-wrap {
  background-image: -webkit-gradient(linear, right top, left top, from(#54616f), to(#061421));
  background-image: linear-gradient(270deg, #54616f, #061421);
}

.nav-menu-small-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.drop.drop-big {
  position: static;
  margin-right: 5px;
  margin-left: 5px;
}

.drop.drop-small {
  margin-right: 5px;
  margin-left: 5px;
}

.sub-bar-divider {
  width: 1px;
  height: 16px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #777;
}

.author-intro {
  padding-right: 4px;
}

.share-text {
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
}

.nav-link-6 {
  z-index: 1;
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-6:hover {
  background-color: #f6f6f6;
}

.nav-link-6.w--current {
  color: #151515;
}

.dropdown-link-2 {
  display: block;
  padding: 10px 32px 10px 28px;
  -webkit-transition: padding 400ms ease, background-color 200ms ease;
  transition: padding 400ms ease, background-color 200ms ease;
  color: #151515;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-link-2:hover {
  padding-right: 28px;
  padding-left: 32px;
  background-color: #f6f6f6;
}

.dropdown-link-2.w--current {
  color: #151515;
}

.about-grid {
  height: 575px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-photo-1 {
  border-radius: 6px;
  background-image: url('../images/debbiemcdonald78.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-photo-1._2 {
  background-image: url('../images/earthsky-circa-nsb.jpg');
}

.about-photo-1._3 {
  background-image: url('../images/anniv-deb-joel.jpg');
}

.about-photo-1._4 {
  background-image: url('../images/earthsky-circa-1991.jpg');
  background-position: 30% 50%;
}

.about-photo-1._5 {
  background-image: url('../images/debbieabout2.jpg');
}

.about-sub {
  margin-top: 24px;
  margin-right: 16%;
  margin-left: 16%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.thumbnail-tonight {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 544px;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.sc-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-spacing {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-wrapper {
  display: none;
}

.empty-state-2 {
  display: none;
}

.empty-state-3 {
  display: none;
}

.empty-state-4 {
  display: none;
}

.empty-state-5 {
  display: none;
}

.co-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  display: none;
}

.header-block-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

.header-block-2.side-margins {
  margin-top: -4px;
  margin-right: 15px;
  margin-left: 15px;
}

.header-line-2 {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: -1px;
  z-index: 1;
  width: 64px;
  height: 2px;
  background-color: #151515;
}

.grid-tonight {
  margin-right: 15px;
  margin-left: 15px;
  grid-column-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 70% 30px 1fr;
  grid-template-columns: 70% 1fr;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
}

.grid-mini-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newsletter-astro {
  display: none;
  width: 40px;
  margin-right: 10px;
}

.team-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu-desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-mobile {
  z-index: 1;
  display: none;
  margin-right: 5px;
  margin-left: 5px;
  padding: 8px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-mobile:hover {
  background-color: #f6f6f6;
}

.nav-link-mobile.w--current {
  color: #151515;
}

.coauthors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.and {
  margin-right: 4px;
  margin-left: 4px;
}

.copy-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 4px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #5eadbf;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.copy-button.twitter {
  background-color: #2aa3f0;
}

.copy-button.twitter:hover {
  background-color: #178bd5;
}

.copy-button.facebook {
  background-color: #3b5998;
}

.copy-button.facebook:hover {
  background-color: #254079;
}

.search-result-image {
  max-width: 50%;
}

.text-block {
  margin-right: 2px;
}

.rich-text-block {
  text-align: left;
}

.anchor {
padding-top: 88px;
margin-top: -88px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  figcaption {
    margin-top: 16px;
  }

  .section {
    padding: 24px 8px;
  }

  .section.hero {
    min-height: 0px;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section.top-section {
    margin-top: 24px;
  }

  .section.big-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wrapper.nav-bar-v1-sub-wrapper-top {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wrapper.nav-bar-v1-sub-wrapper-bottom {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .no-margin {
    margin: 0px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sg-header {
    margin-bottom: 64px;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .sg-block {
    padding-right: 10%;
    padding-bottom: 96px;
    padding-left: 10%;
  }

  .menu-button-old {
    height: 64px;
    padding: 20px;
    background-color: transparent;
  }

  .nav-link-1 {
    font-size: 40px;
    line-height: 32px;
  }

  .post-card {
    background-color: #fff;
  }

  .thumbnail-medium {
    height: 35vw;
  }

  .instagram-gradient {
    display: none;
  }

  .up-button {
    display: none;
  }

  .pagination {
    margin-right: -2px;
    margin-left: -2px;
  }

  .content-with-sidebar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-posts {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sidebar {
    display: none;
    width: 50%;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .sidebar-block.sticky {
    position: static;
  }

  .sidebar-category:hover {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  }

  .header-block.side-margins {
    margin-right: 8px;
    margin-left: 8px;
  }

  .header {
    font-size: 18px;
    line-height: 28px;
  }

  .search-close {
    width: 64px;
    height: 64px;
  }

  .post-v5-medium {
    min-height: 46vw;
  }

  .post-v5-small {
    min-height: 46vw;
  }

  .post-v5-big {
    min-height: 46vw;
  }

  .category-v1 {
    height: 56px;
    margin: 4px;
    font-size: 17px;
    line-height: 24px;
  }

  .category-v1:hover {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  }

  .sg-categories {
    top: 64px;
    display: none;
  }

  .search-result-thumbnail {
    width: 128px;
    height: 96px;
  }

  .search-results-form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .search-result-info {
    padding-left: 24px;
  }

  .category-v2-link {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-link-5 {
    width: 33.33%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 16px 24px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e2e4eb;
  }

  .thumbnail-big {
    height: 64vw;
    padding: 20px;
  }

  .post-summary {
    font-size: 12px;
    line-height: 20px;
  }

  .nav-brand-v1 {
    min-height: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .search-form-input {
    width: 100%;
    padding-left: 40px;
    background-position: 16px 50%;
  }

  .search-form-input:focus {
    width: 200px;
  }

  .search-form-input::-webkit-input-placeholder {
    color: #777;
  }

  .search-form-input:-ms-input-placeholder {
    color: #777;
  }

  .search-form-input::-ms-input-placeholder {
    color: #777;
  }

  .search-form-input::placeholder {
    color: #777;
  }

  .nav-menu-v1 {
    position: absolute;
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    margin-top: -60px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 64px;
    padding-right: 16px;
    padding-bottom: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .nav-link {
    padding: 12px 20px 12px 16px;
  }

  .nav-link:hover {
    background-color: transparent;
    text-decoration: none;
  }

  .nav-right {
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button {
    width: 60px;
    height: 55px;
    padding: 20px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #151515;
  }

  .search-form {
    margin-bottom: 4px;
    padding: 4px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .search-form:focus {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
  }

  .dropdown-list {
    position: relative;
    z-index: 2;
  }

  .dropdown-list.w--open {
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .dropdown-list.big-list {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .nav-logo-text {
    margin-left: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-bottom {
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 130px;
  }

  .footer-bottom-left {
    width: 65%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .thumbnail-small {
    height: 35vw;
    padding: 20px;
  }

  .post-card-v2-big {
    height: 64vw;
    background-color: #fff;
  }

  .post-card-v2-medium {
    height: 55vw;
    background-color: #fff;
  }

  .post-card-v2-small {
    height: 55vw;
    background-color: #fff;
  }

  .thumbnail-huge {
    height: 35vw;
    padding: 20px;
  }

  .post-v5-card {
    background-color: #fff;
  }

  .post-v3-card {
    background-color: #fff;
  }

  .post-v3-thumbnail {
    width: 34vw;
    height: 26vw;
  }

  .post-v3-content {
    padding-right: 32px;
    padding-left: 24px;
  }

  .connect-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid-small {
    margin-right: 8px;
    margin-left: 8px;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 0.5fr));
  }

  .connect-link-text {
    margin-top: 8px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 20px;
  }

  .post {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .post-wrapper {
    padding-top: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-share {
    display: none;
    width: 104px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .post-more {
    padding-right: 8px;
    padding-left: 8px;
  }

  .grid-mini {
    margin-right: 8px;
    margin-left: 8px;
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
  }

  .post-subscribe {
    margin-right: 8px;
    margin-left: 8px;
    background-size: 150px;
  }

  .grid-list {
    margin-right: 8px;
    margin-left: 8px;
  }

  .subscribe-v2 {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 16%;
    padding-left: 16%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subscribe-v2-heading {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .subscribe-v2-form-block {
    width: 100%;
  }

  .grid-v2-b {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 64vw auto;
    grid-template-rows: 64vw auto;
    background-color: transparent;
  }

  .post-card-v2-max {
    height: 64vw;
    background-color: #fff;
  }

  .page-intro {
    max-width: 80vw;
  }

  .privacy-text {
    width: 100%;
    margin-top: -63px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .breadcrumbs {
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 10px;
  }

  .post-card-v3-medium {
    height: 60vw;
    background-color: #fff;
  }

  .about-block-1 {
    margin-right: 8%;
    margin-left: 8%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .team {
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-grid {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
  }

  .team-member-photo {
    height: 31vw;
  }

  .popup {
    width: 92vw;
  }

  .popup-info {
    padding-right: 40px;
    padding-left: 40px;
  }

  .search-results-total {
    padding-right: 10%;
    padding-left: 10%;
  }

  .empty-state {
    margin-right: 8px;
    margin-left: 8px;
  }

  .menu-icon {
    width: 20px;
    height: 20px;
  }

  .menu-line-top {
    background-color: #fff;
  }

  .menu-line-middle {
    background-color: #fff;
  }

  .menu-line-bottom {
    background-color: #fff;
  }

  .menu-button-2 {
    margin-left: 16px;
    border-left: 1px solid rgba(22, 26, 37, 0.1);
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #161a25;
  }

  .post-card-v3-big {
    height: 60vw;
    min-height: 0px;
    background-color: #fff;
  }

  .thumbnail-max {
    height: 60vw;
    padding: 20px;
  }

  .dropdown-wrapper.w--open {
    position: absolute;
    left: auto;
    right: auto;
    width: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-space {
    display: none;
  }

  .dropdown-sidebar {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .dropdown-posts {
    display: none;
  }

  .dropdown-post-grid {
    margin-right: 8px;
    margin-left: 8px;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 0.5fr));
  }

  .dropdown-sidebar-link {
    z-index: 1;
    padding: 12px 32px;
    color: #151515;
    font-size: 13px;
  }

  .dropdown-sidebar-link:hover {
    padding-left: 32px;
    background-color: transparent;
    color: #151515;
  }

  .connect-2 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .post-title-content {
    max-width: 100%;
    margin-left: 0px;
    padding-right: 8px;
    padding-bottom: 20px;
    padding-left: 8px;
  }

  .nav-bar-v1-sub {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .sub-bottom-wrap {
    display: none;
  }

  .nav-menu-small-sub {
    display: block;
  }

  .sub-bar-divider {
    display: none;
  }

  .nav-link-6 {
    padding: 12px 20px 12px 16px;
  }

  .nav-link-6:hover {
    background-color: transparent;
    text-decoration: none;
  }

  .dropdown-link-2 {
    z-index: 1;
    padding: 12px 32px;
    color: #151515;
  }

  .dropdown-link-2:hover {
    padding-left: 32px;
    background-color: transparent;
    color: #151515;
  }

  .about-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .thumbnail-tonight {
    height: 360px;
    padding: 20px;
  }

  .page-spacing {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header-block-2.side-margins {
    margin-right: 8px;
    margin-left: 8px;
  }

  .grid-tonight {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 0px;
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 64vw auto;
    grid-template-rows: 64vw auto;
    background-color: transparent;
  }

  .grid-mini-list-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-mobile {
    display: block;
    padding: 12px 20px 12px 16px;
  }

  .nav-link-mobile:hover {
    background-color: transparent;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }

  h2 {
    font-size: 22px;
    line-height: 32px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 17px;
    line-height: 26px;
  }

  blockquote {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  figcaption {
    margin-top: 8px;
    font-size: 12px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.top-section {
    margin-top: 20px;
  }

  .section.big-paddings {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .button.subscribe-button {
    width: 40px;
    padding-left: 20px;
    background-position: 12px 50%;
    color: transparent;
  }

  .no-margin {
    margin: 0px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sg-button-block {
    width: 100%;
  }

  .sg-button-wrapper {
    padding-right: 25%;
    padding-left: 25%;
  }

  .menu-button-old {
    height: 60px;
    padding: 18px;
  }

  .nav-link-1 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 20px;
  }

  .thumbnail-medium {
    padding: 16px;
  }

  .post-info {
    left: 24px;
    right: 24px;
  }

  .post-v2 {
    min-height: 400px;
  }

  .post-rich-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .post-rich-text figcaption {
    margin-top: 5px;
    font-size: 10px;
    line-height: 14px;
  }

  .search-close {
    width: 60px;
    height: 60px;
  }

  .category-v1 {
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }

  .sg-categories {
    display: none;
  }

  .search-result-thumbnail {
    width: 120px;
    height: 92px;
  }

  .search-result-summary {
    font-size: 12px;
    line-height: 20px;
  }

  .subscribe-v1-grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .signature {
    height: 52px;
  }

  .category-v2-link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .thumbnail-big {
    padding: 16px;
  }

  .footer-v2-link {
    margin: 4px 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
  }

  .form-info {
    margin-top: 28px;
  }

  .back-link {
    margin-top: 28px;
  }

  .post-tags {
    padding-top: 32px;
    padding-bottom: 0px;
  }

  .nav-brand-v1 {
    padding-bottom: 2px;
  }

  .nav-brand-v1.w--current {
    padding-right: 12px;
    padding-left: 12px;
  }

  .search-button {
    background-size: 24px;
  }

  .nav-logo {
    height: 40px;
  }

  .footer-bottom {
    padding-top: 16px;
    padding-bottom: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-left {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom-right {
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .divider-small {
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider-small.footer {
    display: block;
  }

  .thumbnail-small {
    padding: 16px;
  }

  .post-card-v2-medium {
    padding: 24px;
  }

  .thumbnail-huge {
    height: 33vw;
    padding: 16px;
  }

  .post-card-avatar {
    display: none;
  }

  .post-v5-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .post-v3-content {
    padding-right: 0px;
    padding-left: 16px;
  }

  .post-v3-heading {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 24px;
  }

  .connect-link {
    padding: 4px;
  }

  .connect-link-text {
    display: none;
  }

  .post-bottom-info {
    left: 24px;
    right: 24px;
  }

  .post-about {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-author {
    width: auto;
    padding-top: 0px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e6e6e6;
    border-right-style: none;
  }

  .post-avatar {
    width: 120px;
    height: 120px;
  }

  .post-subscribe {
    margin-top: 40px;
    padding: 40px;
    background-size: 120px;
  }

  .subscribe-v2 {
    padding: 48px 12%;
    background-size: 100px;
  }

  .subscribe-grid-v2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .privacy-text {
    margin-top: -40px;
  }

  .about-block-1 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .team-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-member-photo {
    height: 75vw;
    background-position: 50% 0%;
    background-size: cover;
  }

  .popup {
    max-width: 500px;
    min-height: 0px;
  }

  .subscribe-popup-image {
    display: none;
  }

  .popup-info {
    padding: 48px 12% 40px;
  }

  .subscribe-popup-grid {
    margin-bottom: 0px;
  }

  .search-results-total {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .post-card-v3-big {
    padding: 32px;
  }

  .faq-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .thumbnail-max {
    height: 52vw;
    padding: 16px;
  }

  .connect-2 {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-bar-v1-sub {
    height: 55px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sub-bar-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .thumbnail-tonight {
    height: 540px;
    padding: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .no-margin {
    margin: 0px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sg-button-block {
    width: 100%;
  }

  .sg-button-wrapper {
    padding-right: 20%;
    padding-left: 20%;
  }

  .sg-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .thumbnail-medium {
    height: 64vw;
  }

  .post-rich-text blockquote {
    padding: 8px 0px 8px 24px;
  }

  .sidebar {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .post-v5-medium {
    min-height: 90vw;
  }

  .post-v5-small {
    min-height: 90vw;
  }

  .post-v5-big {
    min-height: 90vw;
  }

  .search-result-thumbnail {
    width: 100%;
    height: 64vw;
  }

  .search-result-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-result-info {
    padding-top: 24px;
    padding-left: 0px;
  }

  .subscribe-v1-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .nav-link-5 {
    width: 100%;
  }

  .protected-card {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
    padding: 48px;
  }

  .post-tags {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .post-summary.home {
    display: block;
  }

  .nav-brand-v1 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .nav-brand-v1.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .search-form-input:focus {
    width: 100%;
  }

  .nav-right {
    padding-left: 0px;
  }

  .search-form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-logo-text.subtext {
    display: none;
  }

  .footer-mini-icon {
    display: none;
  }

  .thumbnail-small {
    height: 64vw;
  }

  .thumbnail-small.hero {
    height: 64vw;
  }

  .post-card-v2-big {
    height: 112vw;
    padding: 24px;
  }

  .post-card-v2-medium {
    height: 112vw;
  }

  .post-card-v2-small {
    height: 112vw;
  }

  .thumbnail-huge {
    height: 64vw;
  }

  .post-v3-card {
    display: block;
  }

  .post-v3-thumbnail {
    display: block;
    width: auto;
    height: 64vw;
  }

  .post-v3-content {
    padding-left: 0px;
  }

  .post-v3-heading {
    margin-top: 16px;
  }

  .connect-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-small {
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .grid-mini {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .post-body {
    display: block;
  }

  .post-subscribe {
    max-width: none;
    padding: 32px;
    background-size: 110px;
  }

  .subscribe-v2 {
    padding: 40px 32px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .subscribe-grid-v2 {
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .grid-v2-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .post-card-v2-max {
    height: 112vw;
    padding: 24px;
  }

  .page-intro {
    max-width: none;
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-card-v3-medium {
    height: 120vw;
    padding: 24px;
  }

  .team-grid {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .subscribe-popup-grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .search-results-total {
    margin-right: -8px;
    margin-left: -8px;
    padding: 56px 16px;
  }

  .nav-layout {
    margin-top: 40px;
  }

  .post-card-v3-big {
    height: 120vw;
    padding: 24px;
  }

  .faq-card {
    padding-right: 16px;
    padding-left: 16px;
  }

  .thumbnail-max {
    height: 64vw;
  }

  .dropdown-post-grid {
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .connect-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-grid {
    display: none;
  }

  .about-sub {
    display: none;
  }

  .thumbnail-tonight {
    height: 290px;
  }

  .grid-tonight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-mini-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-d76019a0-c12e-0a61-0912-38acfc29a46d-aabb081e {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3a6d75b8-c251-940d-8ed9-73c31209ac7d-98a3acca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e1b43b33-e5f6-f614-c00a-4ee4d091f627-37bb08a4 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4d22cd9f-db31-4db9-ac15-df931597a197-37bb08a4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3a4e8efc-fb72-a272-9805-f3ff91d861e3-37bb08a4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_88168db9-891d-fbe5-32e9-4d2d150cecf8-37bb08a4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_20f55d30-9a79-36a2-07f9-0feaab950ff9-37bb08a4 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-d76019a0-c12e-0a61-0912-38acfc29a46d-aabb081e {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e9883748-92ec-7e3f-b61f-d084fb39079b-b2bb08a3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e9883748-92ec-7e3f-b61f-d084fb3907a1-b2bb08a3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_88168db9-891d-fbe5-32e9-4d2d150cecf8-37bb08a4 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_20f55d30-9a79-36a2-07f9-0feaab950ff9-37bb08a4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e9883748-92ec-7e3f-b61f-d084fb39079b-b2bb08a3 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e9883748-92ec-7e3f-b61f-d084fb3907a1-b2bb08a3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4d22cd9f-db31-4db9-ac15-df931597a197-37bb08a4 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3a4e8efc-fb72-a272-9805-f3ff91d861e3-37bb08a4 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_20f55d30-9a79-36a2-07f9-0feaab950ff9-37bb08a4 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a6d75b8-c251-940d-8ed9-73c31209ac7d-98a3acca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e9883748-92ec-7e3f-b61f-d084fb3907a1-b2bb08a3 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

