@charset "UTF-8";
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: swap;
}
:root {
  --font-sans: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --font-mono: "Courier New", Courier, monospace;
}

.gh-font-sans {
  font-family: var(--font-sans);
}

.gh-font-serif {
  font-family: var(--font-serif);
}

.gh-font-mono {
  font-family: var(--font-mono);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
  color: #191919;
  width: 100%;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: #38a7bb;
  cursor: pointer;
}
a:focus {
  outline: none;
}

button {
  outline: none;
  cursor: pointer;
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
}

img {
  max-width: 100%;
}

hr {
  position: relative;
  display: block;
  width: 60px;
  margin: 40px auto;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid lightgrey;
}

.hidden {
  display: none !important;
}

.button-type-1 {
  background: transparent;
  border: 2px solid #191919;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 14px;
  color: #191919;
  font-weight: 600;
}
.button-type-1:hover {
  border-color: #38a7bb;
  color: #38a7bb;
}

.button-with-icon {
  padding: 7px 17px;
  padding-right: 14px;
}
.button-with-icon .button-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.button-with-icon .button-wrapper span {
  display: block;
}
.button-with-icon .button-wrapper span.icon {
  width: 24px;
  height: 24px;
}
.button-with-icon .button-wrapper span.icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 2;
}

.load-more-posts {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.load-more-posts .button-type-1 {
  padding: 12px 24px;
  border-radius: 6px;
  opacity: 0.8;
  font-size: 16px;
}
.load-more-posts .button-type-1:hover {
  opacity: 1;
}
.load-more-posts .message {
  font-size: 18px;
  font-style: italic;
  opacity: 0.6;
  display: none;
}

.wrapper-1000 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  overflow-x: clip;
}

@media (max-width: 1200px) {
  .wrapper-1000 {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .wrapper-1000 {
    padding: 0 15px;
  }
}
.site-header {
  background: #263238;
}
.site-header .wrapper-1000 {
  position: relative;
}
.site-header .header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0;
}
.site-header .header-main .logo-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
.site-header .header-main .logo-title h2 {
  margin: 0;
}
.site-header .header-main a.logo,
.site-header .header-main a.title {
  display: block;
}
.site-header .header-main a.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 112px;
}
.site-header .header-main a.title {
  color: white;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.site-header .header-main .drawer {
  display: none;
}
.site-header .header-main .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .header-main .social .subscribe-button {
  display: block;
  background: white;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  color: #263238;
  padding: 4px 12px;
  text-transform: uppercase;
  vertical-align: top;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  border: none;
}
.site-header .header-main .social .subscribe-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.site-header .header-main .social .login-button {
  display: block;
  background: none;
  border-radius: 3px;
  color: #fff;
  padding: 4px 12px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  opacity: 0.6;
  margin-right: 5px;
}
.site-header .header-main .social .login-button:hover {
  opacity: 0.8;
}
.site-header .header-main .social .link-with-svg {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header-main .social .link-with-svg .link-text {
  display: none;
}
.site-header .header-main .social .link-with-svg .link-svg {
  width: 20px;
  height: 20px;
  display: block;
}
.site-header .header-main .social .link-with-svg .link-svg svg {
  width: 100%;
  height: 100%;
  stroke-width: 1;
  fill: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}
.site-header .header-main .social .link-with-svg .link-svg svg:hover {
  fill: rgba(255, 255, 255, 0.8);
}
.site-header .header-main .header-search {
  display: none;
  background: none;
  border: none;
  color: white;
  padding: 0;
  width: 20px;
  height: 20px;
  opacity: 0.9;
  margin-left: 10px;
  margin-right: -5px;
}
.site-header .header-main .header-search svg {
  width: 100%;
  height: 100%;
}
.site-header .header-nav {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -25px;
}
.site-header .header-nav__wrapper {
  background: white;
  border-radius: 6px;
  padding: 0 7px;
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.site-header .header-nav__wrapper .navigation {
  display: flex;
  justify-content: space-around;
  flex: 1;
}
.site-header .header-nav__wrapper .navigation .menu-item {
  font-size: 14px;
  text-transform: uppercase;
  color: #212121;
  letter-spacing: 1px;
  font-weight: 600;
  margin-right: 10px;
  white-space: nowrap;
  padding: 15px 0;
  display: block;
}
.site-header .header-nav__wrapper .navigation .menu-item:hover {
  color: #38a7bb;
}
.site-header .header-nav__wrapper .navigation .nav-dropdown-menu {
  float: left;
  display: none;
  position: absolute;
  top: 0;
  z-index: 99999;
  margin-top: 43px;
}
.site-header .header-nav__wrapper .navigation .nav-dropdown-menu .nav-dropdown-menu-wrapper {
  background: #fff;
  border-radius: 6px;
  border: 2px solid #e6e6e6;
  -webkit-box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.site-header .header-nav__wrapper .navigation .nav-dropdown-menu .nav-dropdown-menu-wrapper a {
  display: block;
  color: #191919;
  padding: 12px 20px;
  width: 250px;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  text-transform: uppercase;
  color: #212121;
  letter-spacing: 1px;
  font-weight: 600;
}
.site-header .header-nav__wrapper .navigation .nav-dropdown-menu .nav-dropdown-menu-wrapper a:last-child {
  border-bottom: 0;
}
.site-header .header-nav__wrapper .navigation .nav-dropdown-menu .nav-dropdown-menu-wrapper a:hover {
  background: #ececec;
}
.site-header .header-nav__wrapper .navigation .nav-dropdown-menu .nav-dropdown-menu-wrapper::before {
  top: -21px;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #e6e6e6;
  border-width: 11px;
  margin-left: -11px;
}
.site-header .header-nav__wrapper .navigation .menu-item-wrapper:hover .nav-dropdown-menu {
  display: block;
}
.site-header .header-nav__wrapper .search {
  display: flex;
  align-items: center;
  /* Native search handled by Ghost Portal via #/search */
}
.site-header .header-nav__wrapper .search button {
  background: none;
  border: none;
  width: 25px;
  height: 25px;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 2;
}
.site-header .header-nav__wrapper .search button svg {
  width: 100%;
  height: 100%;
}
.site-header .header-nav__wrapper .search button:hover {
  background: #efefef;
  border-radius: 4px;
}
.site-header .header-nav__wrapper .drawer-handle {
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.site-header .header-nav__wrapper .drawer-handle button {
  background: none;
  border: none;
  width: 25px;
  height: 25px;
  width: 40px;
  height: 38px;
  display: block;
  z-index: 2;
  display: none;
}
.site-header .header-nav__wrapper .drawer-handle button svg {
  width: 100%;
  height: 100%;
  color: #676767;
}

.site-header.active .header-nav {
  position: fixed;
  top: 0;
  margin-top: 0;
  background: white;
  z-index: 1;
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.12);
}
.site-header.active .header-nav__wrapper {
  box-shadow: none;
  margin: 0 auto;
  max-width: 1240px;
}

.navigation-dropdown-menu {
  position: absolute;
  width: 250px;
  right: 7px;
  top: 27px;
  z-index: 100;
}
.navigation-dropdown-menu .arrow {
  width: 0;
  height: 0;
  margin-left: 223px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #eaeaea;
}
.navigation-dropdown-menu .wrap {
  background: #f7f7f7;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid gainsboro;
}
.navigation-dropdown-menu .wrap a {
  color: #191919;
  opacity: 0.8;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid gainsboro;
  display: block;
}
.navigation-dropdown-menu .wrap a:hover {
  color: #38a7bb;
}
.navigation-dropdown-menu .wrap a:last-child {
  border-bottom: none;
}

.drawer {
  margin-left: 15px;
}

.drawer-handle {
  opacity: 0.9;
  position: relative;
  z-index: 501;
  width: 25px;
  height: 35px;
  cursor: pointer;
  margin-bottom: -19px;
}
.drawer-handle span {
  position: absolute;
  cursor: pointer;
  height: 1.5px;
  width: 25px;
  background: white;
  position: absolute;
  display: block;
  content: "";
  top: 0px;
}
.drawer-handle span:before, .drawer-handle span:after {
  cursor: pointer;
  height: 1.5px;
  width: 25px;
  background: white;
  position: absolute;
  display: block;
  content: "";
  top: 0px;
}
.drawer-handle span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.drawer-handle span:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 16px;
}
.drawer-handle span:before {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 8px;
}

.drawer-handle.open span {
  transform: rotate(45deg);
  top: 10px;
  background: white;
}
.drawer-handle.open span:before {
  background-color: transparent;
}
.drawer-handle.open span:after {
  background: white;
  transform: rotate(90deg);
  top: 0px;
}

.drawer-menu {
  position: fixed;
  z-index: 200;
  transform: translateX(-150%);
  width: 30%;
  transition: 400ms;
  border-bottom: 5px solid #263238;
  top: 0;
  height: 100vh;
  width: 80vw;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
  background: white;
  padding-top: 30px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-menu .navigation {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.drawer-menu .navigation ul.nav {
  list-style: none;
  padding: 0;
}
.drawer-menu .navigation .menu-item-wrapper {
  display: block;
}
.drawer-menu .navigation a {
  color: #191919;
  letter-spacing: 0.1em;
  display: block;
  padding: 15px 25px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 14px;
}
.drawer-menu .navigation a:hover {
  color: #38a7bb;
}
.drawer-menu .navigation a.active {
  border-left: 3px solid #263238;
}
.drawer-menu .navigation .nav-dropdown-menu {
  position: static;
}
.drawer-menu .navigation .nav-dropdown-menu a {
  padding-left: 45px;
  opacity: 0.8;
  font-size: 13px;
}
.drawer-menu .navigation .nav-dropdown-menu a.active {
  border-left: 3px solid #263238;
}
.drawer-menu.open {
  transform: translateX(0%);
}

@media (max-width: 767px) {
  .site-header {
    margin-bottom: 0px;
  }
  .site-header .header-main {
    padding: 21px 5px;
    transition: all 0.2s;
  }
  .site-header .header-main a.logo {
    max-width: 75px;
  }
  .site-header .header-main a.title {
    font-size: 20px;
  }
  .site-header .header-main .drawer {
    display: block;
  }
  .site-header .header-main .social .subscribe-button {
    padding: 6px 12px;
    font-size: 9px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .site-header .header-main .social .link-with-svg {
    display: none;
  }
  .site-header .header-main .header-search {
    display: block;
  }
  .site-header .header-nav {
    display: none;
    margin-top: 0;
    padding: 0;
  }
  .site-header .header-nav__wrapper {
    overflow: hidden;
    border-radius: 0;
    padding: 11px 15px;
    justify-content: flex-start;
    align-items: center;
  }
  .site-header .header-nav__wrapper .navigation .menu-item {
    margin-right: 15px;
    white-space: nowrap;
  }
  .site-header .header-nav__wrapper .search {
    display: none;
  }
  .site-header .header-nav__wrapper .drawer-handle button {
    display: block;
  }

  .site-header.active {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .site-header.active .header-main {
    padding: 12px 5px;
  }
  .site-header.active .header-nav {
    display: none;
  }
}
.site-content {
  padding: 45px 0 20px;
  overflow-x: clip;
}

@media (max-width: 600px) {
  .site-content {
    padding: 15px 0;
  }
}
.post-card {
  margin: 10px 0;
}
.post-card:hover .content {
  border-color: gainsboro !important;
}
.post-card .post-card-wrapper {
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  margin: 0 10px;
}
.post-card.no-image .post-card-image,
.post-card.no-image .post-card-image-h {
  display: none;
}
.post-card .post-card-image {
  border-radius: 0px;
  width: 100%;
  height: 250px;
  background: #c5d2d9 no-repeat 50%;
  object-fit: cover;
  vertical-align: middle;
}
.post-card .content {
  padding: 20px;
  background: #fbfbfb;
  display: flex;
  flex-direction: column;
}
.post-card .title {
  font-size: 23px;
  line-height: 27px;
  margin: 0 0 10px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.post-card .title a {
  color: #191919;
}
.post-card .title a:hover {
  color: #191919;
}
.post-card .excerpt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #191919;
  opacity: 0.85;
  flex: 1;
}
.post-card .post-card-tags {
  margin: 0px 0px 4px;
}
.post-card .post-card-tags a {
  font-size: 13px;
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #e91e63;
  font-weight: 600;
}
.post-card .author-and-date {
  margin: 0px 0px 10px;
  font-size: 14px;
}
.post-card .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-card .read-button {
  margin: 0px 0px 10px;
}
.post-card .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-card .meta .author {
  display: flex;
  align-items: center;
}
.post-card .meta .author:hover .name {
  color: #38a7bb;
}
.post-card .meta .author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.post-card .meta .author .name {
  font-size: 14px;
  opacity: 0.8;
  color: #191919;
}
.post-card .meta .extras {
  display: flex;
  align-items: center;
}
.post-card .meta .reading-time {
  font-size: 14px;
  opacity: 0.6;
  text-align: right;
}
.post-card .meta .publish-date {
  font-size: 14px;
  opacity: 0.6;
  text-align: right;
}
.post-card__visibility {
  background-image: url("../../img/star.svg");
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 8px;
}
.post-card__visibility--public {
  display: none;
}

.featured-post {
  width: 66.66%;
}
.featured-post header {
  padding: 0 10px;
  margin: 10px 0;
  font-size: 30px;
  font-weight: 600;
  color: #b5b5b5;
}
.featured-post .post-card.large {
  width: 100%;
  margin: 0;
  height: 520px;
}
.featured-post .post-card.large .post-card-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100%;
}
.featured-post .post-card.large a.image-container-link {
  width: 50%;
  height: 100%;
  display: block;
}
.featured-post .post-card.large .post-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-post .post-card.large .content {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .featured-post {
    width: 100%;
  }
  .featured-post .post-card.large {
    height: auto;
  }
  .featured-post .post-card.large .post-card-wrapper,
.featured-post .post-card.large a.image-container-link,
.featured-post .post-card.large .content {
    height: auto;
  }
}
.post-feed {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.post-feed .large {
  width: 66.66%;
}
.post-feed .large .post-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.post-feed .large a.image-container-link {
  width: 50%;
  height: 100%;
}
.post-feed .large .post-card-image {
  height: 100%;
}
.post-feed .large .content {
  width: 50%;
  padding: 20px;
  border: 2px solid #ececec;
  border-radius: 6px;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.post-feed .medium {
  width: 50%;
}
.post-feed .medium .content {
  border: 2px solid #ececec;
  border-radius: 6px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.post-feed .small {
  width: 33.33333%;
}
.post-feed .small .post-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.post-feed .small .content {
  border: 2px solid #ececec;
  border-radius: 6px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex: 1;
}
.post-feed .small.no-image .content {
  border-top: 2px solid #ececec;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media (max-width: 900px) {
  .post-feed .small {
    width: 50%;
  }
  .post-feed .large {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .post-feed .large {
    display: block;
    padding: 0;
  }
  .post-feed .large .post-card-wrapper {
    display: block;
  }
  .post-feed .large .post-card-image {
    width: 100%;
    height: auto;
  }
  .post-feed .large .content {
    width: 100%;
    padding: 15px;
    border: 2px solid #ececec;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .post-feed .medium {
    width: 100%;
  }
  .post-feed .small {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .post-card .post-card-image {
    height: auto;
  }
  .post-card .content {
    padding: 15px;
  }
  .post-card .title {
    font-size: 20px;
    line-height: 25px;
  }
  .post-card .excerpt {
    line-height: 23px;
  }
}
.editors-pick {
  width: 33.33%;
}
.editors-pick header {
  padding: 0 10px;
  margin: 10px 0;
  font-size: 30px;
  font-weight: 600;
  color: #b5b5b5;
}
.editors-pick .post-card.tiny .post-card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 120px;
}
.editors-pick .post-card.tiny .post-card-wrapper .post-card-image {
  width: 120px;
  height: 120px;
}
.editors-pick .post-card.tiny .post-card-wrapper .content {
  padding: 6px 15px;
  height: 100%;
  flex: 1;
  border: 2px solid #ececec;
  border-radius: 6px;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: flex-end;
}
.editors-pick .post-card.tiny .post-card-wrapper .content .post-card-tags {
  margin-bottom: 0;
}
.editors-pick .post-card.tiny .post-card-wrapper .content .post-card-tags a {
  font-size: 11px;
}
.editors-pick .post-card.tiny .post-card-wrapper .content .title {
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 64px;
}
.editors-pick .post-card.tiny .post-card-wrapper .content .meta {
  align-items: flex-end;
  flex: 1;
}

@media (max-width: 900px) {
  .editors-pick {
    display: none;
  }
}
.site-footer {
  font-size: 14px;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 30px 0;
  background: #263238;
  color: white;
}
.site-footer .footer-top {
  width: 100%;
  padding: 10px 0 40px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #cfd4dd;
  margin-bottom: 30px;
}
.site-footer .footer-top .logo {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  opacity: 0.8;
}
.site-footer .footer-top .logo a {
  display: inline-block;
}
.site-footer .footer-top .logo:hover {
  opacity: 1;
}
.site-footer .footer-top .site-title {
  margin-bottom: 10px;
}
.site-footer .footer-top .site-title a {
  font-size: 27px;
  font-weight: 600;
  color: white;
  margin-right: 30px;
  opacity: 0.8;
}
.site-footer .footer-top .site-title a:hover {
  opacity: 1;
}
.site-footer .footer-top .footer-links {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 100%;
  width: 100%;
}
.site-footer .footer-top .footer-links .column {
  flex: 1 1 0;
  min-width: 0;
  margin-right: 35px;
  margin-bottom: 20px;
}
.site-footer .footer-top .footer-links .column:last-child {
  margin-right: 0;
}
.site-footer .footer-top .footer-links .column a {
  display: block;
  color: white;
  opacity: 0.8;
  margin-bottom: 15px;
  font-size: 14px;
}
.site-footer .footer-top .footer-links .column a:last-child {
  margin-bottom: 0;
}
.site-footer .footer-top .footer-links .column a:hover {
  opacity: 1;
}
.site-footer .footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-bottom .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.site-footer .footer-bottom .footer-right .social-icons {
  display: flex;
  justify-content: flex-end;
}
.site-footer .footer-bottom .footer-right .social-icons a {
  display: block;
  color: white;
  margin-top: 5px;
  margin-left: 8px;
  opacity: 0.8;
}
.site-footer .footer-bottom .footer-right .social-icons a svg {
  fill: white;
  width: 19px;
}
.site-footer .footer-bottom .footer-right .social-icons a:hover {
  opacity: 1;
}
.site-footer .footer-bottom .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 20px;
  opacity: 0.8;
}
.site-footer .footer-bottom .footer-left:hover {
  opacity: 1;
}
.site-footer .footer-bottom .footer-left .copyright a {
  color: white;
  border-bottom: 1px dashed white;
}
.site-footer .footer-bottom .footer-left .attribution {
  display: none;
}

@media (max-width: 750px) {
  .site-footer .footer-bottom .footer-left .attribution {
    display: inherit;
    align-items: flex-start;
  }
  .site-footer .footer-bottom .footer-right .attribution {
    display: none;
  }
}
.post-template .site-content,
.page-template .site-content {
  background: #f7f7f7;
}
.post-template .site-content .editors-pick,
.page-template .site-content .editors-pick {
  width: 100%;
  margin-bottom: 30px;
}
.post-template article.post,
.page-template article.post {
  padding: 40px;
  border: 2px solid #ececec;
  border-radius: 10px;
  background: white;
}
.post-template article.post .post-tag,
.page-template article.post .post-tag {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
}
.post-template article.post header .tags,
.page-template article.post header .tags {
  margin-bottom: 5px;
}
.post-template article.post header .tags a,
.page-template article.post header .tags a {
  font-size: 15px;
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #e91e63;
  font-weight: 600;
}
.post-template article.post header .title,
.page-template article.post header .title {
  font-size: 34px;
  font-weight: 600;
  line-height: 39px;
  margin: 0px 0px 30px;
}
.post-template article.post header .meta,
.page-template article.post header .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-template article.post header .meta .author a,
.page-template article.post header .meta .author a {
  display: flex;
  align-items: flex-start;
}
.post-template article.post header .meta .author a:hover .name,
.page-template article.post header .meta .author a:hover .name {
  color: #38a7bb;
}
.post-template article.post header .meta .author a .avatar,
.page-template article.post header .meta .author a .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.post-template article.post header .meta .author a .name,
.page-template article.post header .meta .author a .name {
  font-size: 14px;
  opacity: 0.8;
  color: #191919;
}
.post-template article.post header .meta .date,
.page-template article.post header .meta .date {
  font-size: 13px;
  color: #191919;
  opacity: 0.8;
  position: relative;
  left: 50px;
  top: -20px;
}
.post-template article.post header .meta .sharing,
.page-template article.post header .meta .sharing {
  margin-bottom: 10px;
}
.post-template article.post header .meta .sharing .addthis_inline_share_toolbox .at4-count-container,
.page-template article.post header .meta .sharing .addthis_inline_share_toolbox .at4-count-container {
  padding: 0 !important;
  min-width: 80px !important;
  opacity: 0.8 !important;
}
.post-template article.post header .meta .sharing .addthis_inline_share_toolbox .at4-count-container .at4-count,
.page-template article.post header .meta .sharing .addthis_inline_share_toolbox .at4-count-container .at4-count {
  font-size: 18px !important;
  line-height: 24px !important;
}
.post-template article.post header .meta .sharing .addthis_inline_share_toolbox .at4-count-container .at4-count span,
.page-template article.post header .meta .sharing .addthis_inline_share_toolbox .at4-count-container .at4-count span {
  font-size: 23px !important;
  line-height: 41px !important;
}
.post-template article.post header .meta .sharing .addthis_inline_share_toolbox .at4-count-container .at4-title,
.page-template article.post header .meta .sharing .addthis_inline_share_toolbox .at4-count-container .at4-title {
  font-size: 15px !important;
  color: #666666 !important;
  /* letter-spacing: 1px; */
  text-transform: lowercase !important;
  bottom: 7px !important;
}
.post-template aside,
.page-template aside {
  padding-left: 10px;
}
.post-template aside .sticky,
.page-template aside .sticky {
  position: sticky;
  top: 60px;
}

.post-template .site-content .wrapper-1000 {
  display: grid;
  grid-template-columns: 66.66% 33.33%;
}

@media (max-width: 900px) {
  .post-template .site-content .wrapper-1000 {
    display: block;
  }
}
@media (max-width: 600px) {
  .post-template .site-content,
.page-template .site-content {
    background: white;
  }
  .post-template article.post,
.page-template article.post {
    padding: 0px;
    background: none;
    border: none;
  }
  .post-template article.post header .tags a,
.page-template article.post header .tags a {
    font-size: 13px;
  }
  .post-template article.post header .title,
.page-template article.post header .title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.page-template .site-content .wrapper-1000 .main {
  margin-bottom: 10px;
}
.page-template article.post .post-image {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 100%;
}
.page-template article.post .post-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 6px;
}

@media (max-width: 600px) {
  .page-template .site-content {
    background: white;
  }
  .page-template article.post .post-image {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .page-template article.post .post-image img {
    max-height: 250px;
  }
}
.author-card {
  align-items: center;
  justify-content: flex-start;
  background: white;
  margin: 20px 0;
  padding: 30px 20px;
  border: 2px solid #ececec;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 90px auto;
}
.author-card .profile-image img {
  border-radius: 50%;
  display: block;
}
.author-card .details {
  padding-left: 20px;
}
.author-card .details .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.author-card .details .name a {
  color: #191919;
}
.author-card .details .bio {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.author-card .details .read-more {
  font-size: 16px;
}

article {
  /* Quotation marks */
}
article p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
}
article h1 {
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
}
article h2 {
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-weight: 700;
}
article h3,
article h4,
article h5,
article h6 {
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
article ul {
  margin: 30px auto;
  list-style: outside none disclosure-closed;
  padding: 0px 0px 0px 18px;
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
}
article ul li {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 18px;
}
article ol {
  margin: 30px auto;
  list-style: outside none inherit;
  padding: 0px 0px 0px 18px;
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
}
article ol li {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 18px;
}
article a {
  display: inline;
  color: #38a7bb;
  text-decoration: none;
}
article mark {
  background: #69ff85;
  padding: 3px;
  border-radius: 3px;
}
article i,
article em,
article dfn {
  font-style: italic;
}
article blockquote,
article q {
  quotes: none;
}
article blockquote:before,
article blockquote:after,
article q:before,
article q:after {
  content: "";
  content: none;
}
article blockquote {
  margin: 0 0 1.5em 0;
}
article blockquote {
  margin: 1.5em 0;
  padding: 0 1.6em 0 1.6em;
  border-left: #bbbfc1 3px solid;
  font-size: 18px;
  font-weight: 400;
}
article blockquote p {
  margin: 0.8em 0;
  font-size: 18px;
}
article blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  opacity: 0.8;
}
article blockquote small:before {
  content: "— ";
}
article blockquote cite {
  font-weight: bold;
}
article blockquote cite a {
  font-weight: normal;
}
article pre {
  display: block;
  overflow-x: auto;
  color: #000;
  background: 3ececec none repeat scroll 0% 0%;
  margin: 30px auto;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: normal;
  font-size: 12.4px;
  line-height: 1.5em;
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono, Courier New, monospace, serif;
}
article pre code {
  display: block;
  padding: 14px;
  margin: 0;
}
article code {
  border-radius: 4px;
  padding: 9px;
  display: inline-block;
  margin: 2px 0;
  color: #000000;
  background: #ececec none repeat scroll 0% 0%;
  box-sizing: border-box;
  font-size: 12.4px;
  line-height: 1.5em;
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono, Courier New, monospace, serif;
}
article hr {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px auto;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid lightgrey;
}
article img {
  display: block;
  margin: 0px auto;
}
article figcaption {
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;
  padding: 10px 0px 0;
  text-align: left;
  font-size: 14px;
  color: #575757;
}
article .kg-card {
  margin: 30px auto;
}
article .kg-image-card {
  width: 100%;
  margin: 30px auto;
  max-width: 800px;
}
article .kg-width-wide {
  width: 100%;
  margin: 30px auto;
  width: auto;
}
article .kg-width-full {
  max-width: 100%;
  margin: 30px auto;
  width: auto;
}
article .fluid-width-video-container {
  max-width: 800px;
  margin: 30px auto;
}

@media (max-width: 600px) {
  article p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  article ol li,
article ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.kg-gallery-card {
  max-width: none !important;
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  margin: 1.5em auto;
}

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

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

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

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

.kg-gallery-card figcaption {
  padding: 0;
}

.tag-template .site-content {
  padding-top: 0;
}
.tag-template .tag-header {
  margin-bottom: 50px;
  background: #263238;
  color: white;
  background: #263238 no-repeat center center;
  background-size: cover;
}
.tag-template .tag-header .overlay {
  padding-top: 50px;
  padding-bottom: 35px;
  color: white;
}
.tag-template .tag-header.with-cover-image .overlay {
  background: rgba(0, 0, 0, 0.3);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag-template .tag-header .wrapper-1000 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tag-template .tag-header .featured-post {
  width: 66.66%;
}
.tag-template .tag-header .featured-post .post-card .post-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 450px;
}
.tag-template .tag-header .featured-post .post-card a.image-container-link {
  width: 60%;
}
.tag-template .tag-header .featured-post .post-card .post-card-image {
  height: 100%;
}
.tag-template .tag-header .featured-post .post-card .content {
  width: 40%;
  padding: 25px;
  border: 2px solid #ececec;
  border-radius: 6px;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tag-template .tag-header .tag-details {
  width: 33.33%;
  padding-right: 15px;
}
.tag-template .tag-header .tag-details .title {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 5px;
}
.tag-template .tag-header .tag-details .description {
  font-size: 18px;
  line-height: 25px;
  max-width: 400px;
  opacity: 0.7;
}
.tag-template .tag-header .tag-details small {
  display: block;
  margin-top: 5px;
}
.tag-template .tag-header .wrapper-1000.no-featured-post {
  justify-content: center;
}
.tag-template .tag-header .wrapper-1000.no-featured-post .tag-details {
  width: 100%;
  text-align: center;
  max-width: 700px;
}
.tag-template .tag-header .wrapper-1000.no-featured-post .tag-details .description {
  max-width: none;
}

@media (max-width: 800px) {
  .tag-template .tag-header {
    margin-bottom: 15px;
  }
  .tag-template .tag-header .overlay {
    padding: 50px 0px 35px;
  }
  .tag-template .tag-header .wrapper-1000 {
    display: block;
  }
  .tag-template .tag-header .featured-post {
    width: 80%;
    margin: 0 auto;
  }
  .tag-template .tag-header .featured-post .post-card {
    margin-top: 35px;
  }
  .tag-template .tag-header .featured-post .post-card .post-card-wrapper {
    display: block;
  }
  .tag-template .tag-header .featured-post .post-card a.image-container-link {
    width: 100%;
  }
  .tag-template .tag-header .featured-post .post-card .content {
    width: 100%;
    padding: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 0;
    border-left: 2px solid #ececec;
  }
  .tag-template .tag-header .tag-details {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .tag-template .tag-header .tag-details .title {
    font-size: 32px;
  }
  .tag-template .tag-header .tag-details .description {
    font-size: 16px;
    max-width: none;
  }
}
@media (max-width: 600px) {
  .tag-template .tag-header {
    margin-bottom: 15px;
  }
  .tag-template .tag-header .overlay {
    padding: 20px 0px 35px;
  }
  .tag-template .tag-header .wrapper-1000 {
    display: block;
  }
  .tag-template .tag-header .featured-post {
    width: 100%;
  }
  .tag-template .tag-header .featured-post .post-card {
    margin-top: 35px;
  }
  .tag-template .tag-header .featured-post .post-card .post-card-wrapper {
    display: block;
  }
  .tag-template .tag-header .featured-post .post-card a.image-container-link {
    width: 100%;
  }
  .tag-template .tag-header .featured-post .post-card .content {
    width: 100%;
    padding: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 0;
    border-left: 2px solid #ececec;
  }
  .tag-template .tag-header .tag-details {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .tag-template .tag-header .tag-details .title {
    font-size: 32px;
  }
  .tag-template .tag-header .tag-details .description {
    font-size: 16px;
    max-width: none;
  }
}
.author-template .site-content {
  padding-top: 0;
}
.author-template .author-header {
  background: white no-repeat center center;
  background-size: cover;
}
.author-template .author-header .overlay {
  padding: 50px 0 35px;
}
.author-template .author-header .author-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.author-template .profile-image {
  background: white no-repeat center center;
  background-size: cover;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px white solid;
  margin-bottom: 20px;
}
.author-template .author-header .name {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
  text-align: center;
}
.author-template .author-header .bio {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 27px;
  max-width: 610px;
}
.author-template .author-header .meta {
  margin-top: 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.author-template .author-header .meta .social-links {
  margin: 10px 0px;
}
.author-template .author-header .meta .social-links .link-with-svg {
  margin-right: 4px;
}
.author-template .author-header .meta .social-links .link-with-svg .link-svg svg {
  fill: #191919;
  width: 19px;
  height: 19px;
}
.author-template .author-header .meta .social-links .link-with-svg .rss svg {
  width: 16px;
}
.author-template .author-header .meta .social-links .link-with-svg .link-text {
  display: none;
}
.author-template .author-header .meta .location,
.author-template .author-header .meta .website {
  margin: 10px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #191919;
}
.author-template .author-header .meta .location svg,
.author-template .author-header .meta .website svg {
  width: 19px;
  height: 19px;
  margin-right: 3px;
}
.author-template .author-header .meta .location .text,
.author-template .author-header .meta .website .text {
  margin-bottom: 3px;
  margin-left: 3px;
}
.author-template .author-header .separator {
  font-size: 24px;
  margin: 5px 10px;
}

.author-template .author-header.with-cover-image {
  margin-bottom: 50px;
}
.author-template .author-header.with-cover-image .overlay {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.author-template .author-header.with-cover-image .meta .location,
.author-template .author-header.with-cover-image .meta .website {
  color: white;
}
.author-template .author-header.with-cover-image .meta .location a,
.author-template .author-header.with-cover-image .meta .website a {
  color: white;
}
.author-template .author-header.with-cover-image .meta .social-links .link-with-svg .link-svg svg {
  fill: white;
}

@media (max-width: 600px) {
  .author-template .author-header .overlay {
    padding: 35px 0;
  }
  .author-template .author-header .name {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .author-template .author-header .bio {
    font-size: 16px;
    line-height: 25px;
  }
  .author-template .author-header.with-cover-image {
    margin-bottom: 15px;
  }
}
.error-page {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-page button {
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 14px;
}
.error-page .code {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 0px;
}
.error-page .message {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Email Subscribe ------------------------------ */
.email-subscribe {
  background: #263238;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
  width: 100%;
}
.email-subscribe .wrapper-1000 {
  display: grid;
  align-items: center;
  padding: 50px 20px;
  justify-content: space-evenly;
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 900px) {
  .email-subscribe .wrapper-1000 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .email-subscribe .wrapper-1000 {
    grid-template-columns: 1fr;
  }
}
.email-subscribe__text {
  flex: 2;
  font-size: 20px;
  opacity: 0.9;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .email-subscribe__text {
    text-align: center;
  }
}
.email-subscribe__form {
  flex: 1;
}
.email-subscribe__form form {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}
.email-subscribe__form form.loading button span:first-child {
  display: none;
}
.email-subscribe__form form.loading button span:last-child {
  display: inline-block;
}
.email-subscribe__form form.success .email-subscribe__message--success {
  display: block;
  font-size: 14px;
  padding: 10px 0 0;
}
.email-subscribe__form form.error .email-subscribe__message--error {
  display: block;
  font-size: 14px;
  padding: 10px 0 0;
  color: #f5d136;
}
.email-subscribe__form input {
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  padding: 16px 15px;
  border-radius: 6px;
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.email-subscribe__form input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.25);
}
.email-subscribe__form input::placeholder {
  color: white;
  opacity: 0.6;
}
.email-subscribe__form input:-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}
.email-subscribe__form input::-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}
.email-subscribe__form button {
  border-radius: 6px;
  font-size: 14px;
  background: white;
  border: none;
  color: #263238;
  padding: 10px 15px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.email-subscribe__form button span:first-child {
  display: inline-block;
}
.email-subscribe__form button span:last-child {
  display: none;
}
.email-subscribe__message--success, .email-subscribe__message--error {
  display: none;
}

section.post-comments {
  background: white;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #ececec;
}

h1.comments-header {
  font-size: 30px;
  font-weight: 600;
  color: #b5b5b5;
}

@media (max-width: 600px) {
  section.post-comments {
    padding: 20px;
  }
}
.floating-header {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: 50px;
  background: white;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, -120%, 0);
}

.floating-active {
  visibility: visible;
  transition: all 500ms cubic-bezier(0.22, 1, 0.27, 1);
  transform: translate3d(0, 0, 0);
}

.floating-header-logo {
  overflow: hidden;
  margin: 0 0 0 20px;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-header-logo a {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.floating-header-logo a:hover {
  text-decoration: none;
}

.floating-header-logo img {
  margin: 0 10px 0 0;
  max-height: 20px;
}

.floating-header-divider {
  margin: 0 5px;
}

.floating-header-title {
  flex: 1;
  overflow: hidden;
  margin: 0;
  color: #2e2e2e;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-header-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 2%;
  font-size: 14px;
  line-height: 1;
}

.floating-header-share a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-header-share svg {
  width: auto;
  height: 16px;
  fill: #fff;
}

.floating-header-share-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.floating-header-share-label svg {
  margin: 0 5px 0 10px;
  width: 18px;
  height: 18px;
  stroke: rgba(0, 0, 0, 0.7);
  transform: rotate(90deg);
}

.floating-header-share-tw,
.floating-header-share-fb {
  display: block;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.floating-header-share-tw {
  background: #33b1ff;
}

.floating-header-share-fb {
  background: #005e99;
}

.progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  border: none;
  color: #263238;
  background: transparent;
  appearance: none;
}

.progress::-webkit-progress-bar {
  background-color: transparent;
}

.progress::-webkit-progress-value {
  background-color: #263238;
}

.progress::-moz-progress-bar {
  background-color: #263238;
}

.progress-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
}

.progress-bar {
  display: block;
  width: 50%;
  height: inherit;
  background-color: #263238;
}

@media (max-width: 800px) {
  .floating-header-logo {
    margin-left: 10px;
  }

  .floating-header-logo a {
    color: #2e2e2e;
  }

  .floating-header-title,
.floating-header-divider {
    visibility: hidden;
  }
}
@media (max-width: 450px) {
  .floating-header-share-label {
    display: none;
  }
}
.lds-ripple {
  position: relative;
  width: 64px;
  height: 64px;
  display: none;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #949494;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.kg-bookmark-card {
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 6px;
}
.kg-bookmark-card:hover {
  border: 1px solid #38a7bb;
}

.kg-bookmark-container {
  display: flex;
  flex-wrap: wrap;
  color: #191919;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f7;
}

.kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
  padding: 20px;
}

.kg-bookmark-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4em;
}

.kg-bookmark-description {
  color: #575757;
  margin-top: 7px;
  line-height: 1.5em;
}

.kg-bookmark-metadata {
  margin-top: 12px;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kg-bookmark-thumbnail {
  flex-basis: 15rem;
  flex-grow: 1;
}

.kg-bookmark-thumbnail img {
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.kg-bookmark-icon {
  width: 22px;
  height: 22px;
  vertical-align: bottom;
  margin: 0 8px 0 0;
}

.kg-bookmark-author::after {
  content: "•";
  margin: 0 6px;
}

.kg-bookmark-publisher {
  color: #575757;
  font-size: 16px;
}

/* Membership Page
/* ---------------------------------------------- */
.site-content.membership-details-page {
  padding-top: 0;
}

/* Header --------------------------------------- */
.membership-header {
  background: #263238;
  color: #fff;
  padding: 70px 0 60px;
}
.membership-header h1 {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 5px;
  text-align: center;
}
.membership-header p {
  font-size: 18px;
  opacity: 0.7;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .membership-header {
    padding: 30px 0 60px;
  }
}

/* Plans ---------------------------------------- */
.membership-plans {
  padding: 35px 0;
}
.membership-plans h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin: 0 0 32px;
}
.membership-plans__signin {
  text-align: center;
}
.membership-plans__view-account {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  margin-bottom: 35px;
}
.membership-plans__view-account a {
  background: #38a7bb;
  padding: 12px 20px 14px;
  border-radius: 8px;
  color: #fff;
  line-height: 1em;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.membership-plans__wrapper {
  display: flex;
  margin: 0 -25px 35px;
  justify-content: center;
}
@media (max-width: 1250px) {
  .membership-plans__wrapper {
    margin: 0 -12.5px 35px;
  }
}
@media (max-width: 767px) {
  .membership-plans__wrapper {
    margin: 0 0 35px;
    flex-wrap: wrap;
  }
}

.membership-plan {
  border: 2px solid #ececec;
  border-radius: 8px;
  background: #fbfbfb;
  display: flex;
  flex-direction: column;
  width: 33.33%;
  margin: 0 25px;
}
@media (max-width: 1250px) {
  .membership-plan {
    margin: 0 12.5px;
  }
}
@media (max-width: 767px) {
  .membership-plan {
    margin: 0 0 25px;
    width: 100%;
  }
}
.membership-plan__type {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
  background-color: #38a7bb;
  color: #fff;
  padding: 8px;
  font-weight: 600;
  margin: -2px -2px 0;
  border-radius: 8px 8px 0 0;
  width: calc(100% + 4px);
}
.membership-plan__cost {
  padding: 15px 0;
  text-align: center;
  font-size: 56px;
  font-weight: 600;
}
.membership-plan__cost span {
  opacity: 0.7;
  font-size: 20px;
  font-weight: normal;
}
.membership-plan ul {
  flex: 1;
  margin: 0;
  padding: 0 35px 35px;
  font-size: 18px;
  color: #7b7b7b;
  line-height: 1.4em;
  font-weight: 400;
  list-style: none;
}
.membership-plan ul li {
  margin: 0 0 6px;
  position: relative;
  padding-left: 27px;
}
.membership-plan ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  display: block;
  color: #98c22e;
  font-size: 20px;
  font-weight: 400;
}
.membership-plan ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .membership-plan ul {
    padding: 0 25px 35px;
  }
}
.membership-plan__subscribe {
  display: block;
  margin: 0 auto 35px;
  background: #38a7bb;
  padding: 12px 20px 14px;
  border-radius: 8px;
  color: #fff;
  line-height: 1em;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.hero-home {
  background: #263238;
  color: #fff;
  padding: 50px 0 60px;
  text-align: center;
}
.hero-home__content {
  max-width: 700px;
  margin: 0 auto;
}
.hero-home__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3;
}
.hero-home__subtitle {
  font-size: 18px;
  opacity: 0.85;
  margin: 0 0 30px;
  line-height: 1.5;
}
.hero-home__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.hero-home__button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.hero-home__button--primary {
  background: #fff;
  color: #263238;
}
.hero-home__button--primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
.hero-home__button--secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.hero-home__button--secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .hero-home {
    padding: 35px 0 45px;
  }
  .hero-home__title {
    font-size: 26px;
  }
  .hero-home__subtitle {
    font-size: 16px;
  }
  .hero-home__buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero-home__button {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}
.home-teaser {
  text-align: center;
  padding: 20px 0 40px;
}
.home-teaser h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.home-teaser p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 20px;
  opacity: 0.85;
}

.breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: #575757;
  font-size: 16px;
}
.breadcrumbs__item--current span {
  color: #575757;
}
.breadcrumbs__link {
  color: #38a7bb;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs__link:hover {
  color: #2c8494;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .breadcrumbs {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .breadcrumbs__list {
    gap: 5px;
  }
  .breadcrumbs__item:not(:last-child)::after {
    margin-left: 5px;
  }
}
.glossar-related-articles {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #575757;
}
.glossar-related-articles a {
  color: #38a7bb;
  text-decoration: none;
}
.glossar-related-articles a:hover {
  text-decoration: underline;
}
