/* Table of Contents
/* ------------------------------------------------------------

This is a development CSS file which is built to a minified
production stylesheet in assets/built/screen.css

1.  Global Styles
2.  Layout
3.  Special Templates
4.  Site Header
5.  Site Navigation
6.  Post Feed
7.  Single Post
  7.1. Subscribe Form
  7.2. Post Footer
     7.2.1 Single Author Byline
     7.2.2 Multiple Author Byline
  7.3. Comments
  7.4. Related Posts
  7.5. Floating Header
  7.6. Koenig Styles
8.  Author Template
9.  Error Template
10. Subscribe Overlay
11. Site Footer

*/


/* 1. Global - Set up the things
/* ---------------------------------------------------------- */
@import "global.css";

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins, sans-serif;
  font-weight: 600;
}


p,
span,
div {
  font-family: poppins, sans-serif;
  font-weight: 300;
}

bold,
b,
button,
.button {
  font-family: poppins, sans-serif;
  font-weight: 600;
}



figure {
  margin: 0;
}

.img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
}

.hidden:not(#tw-app .hidden) {
  visibility: hidden;
  position: absolute;
  text-indent: -9999px;
}


/* 2. Layout - Page building blocks
/* ---------------------------------------------------------- */

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-title {
  overflow: hidden;
  /* width: 50px; */
}

.site-main {
  z-index: 100;
  flex-grow: 1;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 998;
  position: relative;
}

.has-post-image .site-main,
.has-post-image .feature-post-wrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}




/* Full width page blocks */


/* Centered content container blocks */
.inner {
  max-width: 1920px;
  width: 100%;
}

/* Usage:

<div class="outer">
    <div class="inner">
        Centered content
    </div>
</div>

*/

/* 3. Special Template Styles
/* ---------------------------------------------------------- */

.kg-header-card.kg-width-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.kg-toggle-heading {
  width: calc(100% - 2em);
}

.kg-toggle-card-icon {
  cursor: pointer;
}

.kg-toggle-card-icon svg path {
  stroke: #3f3f40;
}

.post-card-promoted-wrapper {
  width: 25%;
  float: left;
  min-width: 260px;
  padding-right: 20px;
  position: relative;
}


@media (min-width: 1100px) {
  .post-card-promoted-wrapper {
    width: 40%;
    float: left;
  }

  .post-card-promoted-wrapper .post-title {
    font-size: 2.8rem;
  }
}

.sidebar-nav .post-card-promoted-wrapper {
  width: 100%;
  float: none;
  padding: 0;
}

.post-feed--header {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: -20px;
  width: calc(100% + 40px);
  margin-top: 40px;
  margin-bottom: 30px;
}


.post-card-promoted {
  width: 100%;
  height: 100px;
  border-right: 3px solid #40494f;
  padding: 20px;
  height: calc(50% - 20px);
  margin-left: 20px;
  display: block;
  position: relative;
  background: #f4f4f4;
}

.post-card-promoted:last-child {
  /* background: #f87e68; */
  border-right: 3px solid #f87e68;
  color: #3f3f40;
  background: #ededed;
}

.post-card-promoted:last-child .post-card-tags {
  color: #3f3f40;
}

.post-card-promoted .post-card-tags {
  /* color: #fff; */
}

.post-card-promoted a {
  /* color: #fff; */
}

.post-card-promoted:last-child a {
  color: #000;
}



@media (max-width: 910px) {
  .post-card-promoted {
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 20rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .post-card-promoted {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}

@media (max-width: 697px) {
  .post-card-promoted {
    width: 100%;
    margin-left: 0px;
  }
}

.post-card-feature-wrapper,
.authors-list-wrapper {
  width: 75%;
  float: left;
  padding-right: 20px;
  position: relative;
}

.post-card-feature-wrapper {
  position: relative;
  margin: auto;
  width: 100%;
  padding: 0;
  margin-bottom: 4rem;
}

.post-card-feature-wrapper img.post-card-image {
  height: 62.5vh;
  min-height: 400px;
  max-height: 580px;
  opacity: 0.8;
}

.post-card-feature-wrapper img.post-card-image {
  height: 100%;
}

.post-card-feature-wrapper div.post-card-promote-readmore {
  height: auto;
}

@media (min-width: 767px) {
  .post-card-feature-wrapper {
    width: calc(100% - 40px);
  }
}






.post-card-feature {
  position: relative;
  display: block;
  height: 55rem;
}

.post-card-feature p {
  color: #15171a;
  padding-right: 10%;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media (min-width: 1500px) {
  .post-card-feature p {
    padding-right: 20%;
  }
}

.post-card-feature-content {
  width: 100%;
  position: absolute;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  height: 55rem;
}

.post-card-feature:first-child {
  background: #000;
}

.post-card-feature-content:last-child {
  padding: 0 11% 0 11%;
  overflow: hidden;
}




.post-card-feature-content-link:hover,
.post-card:hover .post-card-title {
  text-decoration: underline;
  color: #15171a;
}


.post-card-feature:hover {
  position: relative;
  display: block;
}

.post-meta {
  margin-bottom: 30px;
}

.post-card-promoted .post-meta {
  margin-bottom: 30px;
}

.post-card-promote-readmore {
  bottom: 20px;
  right: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}

.post-card-feature .post-card-promote-readmore {
  bottom: inherit;
  right: inherit;
}

.post-card-feature-content .post-card-image {
  height: 400px;
}

.post-title {
  margin: 10px 0;
}

.post-title .post-card-promoted {
  overflow: hidden;
  max-height: 93px;
}

.post-card-feature-content .post-title {
  margin-bottom: 25px;
  font-size: 4rem;
  color: #fff;
}

.post-card-feature-content .post-header p {
  font-size: 2rem;
}

.post-card-feature-content .post-header {
  padding-top: 16rem;
}

.post-card-feature-content:hover {
  color: color(var(--brandColor));
}

.post-card-feature-link:hover .post-card-promote-readmore {
  color: #fff;
  text-decoration: underline;
}

.read-next .post-card {
  /* max-width: 50%; */
  flex: 1 1 275px;
}

@media (max-width: 767px) {

  .post-card-feature-content .post-title {
    font-size: 3rem;
  }

  .post-full-content .sigin-cert-img {
    max-width: 60vw;
    margin: 0;
  }
}


.site-signin-full-width {
  z-index: 100;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  z-index: 9999;
  position: relative;
}

.sigin-divided-wrapper {
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: auto;
}

.signin-cert-box {
  background-color: #e5eff5;
  width: 100%;
  height: 77vh;
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 3rem 3rem 0;
  min-height: 88rem;
}

.signin-cert-box h1,
.signin-cert-box p {
  color: #15171A;
}

.signin-patch {
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  align-self: flex-end;
  margin: auto 0 12rem 0;
  bottom: 3rem;
  position: relative;
  display: none;
}

.signin-cert-subscript {
  max-width: 25%;
  font-size: 2rem;
  position: absolute;
  bottom: 10rem;
  min-width: 20rem;
}

signin-cert-subscript p {
  font-weight: 600;
  max-width: 52rem;
}


@media (max-width: 1050px) {

  .sigin-divided-wrapper {
    flex-direction: column;
  }

  .post-full-content .sigin-cert-img {
    max-width: unset;
  }

  .post-card-feature-content:last-child {
    width: 100%;
  }

}


@media (max-width: 910px) {
  .read-next .post-card {
    max-width: 100%;
  }

}

.auhtor-page-wrapper {
  width: 100%;
  padding: 0px 20px 80px;
}



.auhtor-page-wrapper .site-title {
  margin-top: 20px;
  font-weight: 300;
  font-size: 2.4rem;
}

.auhtor-page-wrapper .author-bio {
  margin-top: 10px;
  max-width: 550px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;
}

.authors-card {
  width: calc(25% - 1rem);
  height: 20rem;
  min-width: 30rem;
  margin: 0.5rem;
  float: left;
  padding: 1.5rem;
}

.authors-profile-image {
  display: block;
  position: relative;
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
}

.authors-profile-bio,
{
padding-right: 2rem;
max-width: 30rem;
}

.authors-profile-image.static-avatar.author-profile-image {
  width: 10rem;
  height: 10rem;
}


@media (max-width: 910px) {
  .auhtor-page-wrapper {
    padding: 0 20px 40px;
  }

}

.gh-post-upgrade-cta {
  display: none !important;
}

/* 4. Site Header
/* ---------------------------------------------------------- */

.site-header {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  background: color(var(--darkgrey) l(-5%)) no-repeat center center;
  background-size: cover;
}

.site-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  background: rgba(0, 0, 0, 0.18);
}

.site-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 10;
  display: block;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.site-header.no-image:before,
.site-header.no-image:after {
  display: none;
}

.site-header-content {
  /* top: 20px; */
  position: relative;
  max-width: 960px;
}

@media (max-width: 1100px) {
  .footer .site-header-content {
    top: auto;
  }
}

.nav-wrapper .site-title {
  float: left;
  /* bottom: 10px; */
  position: relative;
}

.site-logo {
  width: 23rem;
}


.site-description {
  z-index: 10;
  margin: 0;
  padding: 5px 0;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

@media (max-width: 635px) {

  .site-logo {
    width: 23rem;
  }

  .site-description {
    font-size: 1.8rem;
  }

  .nav-wrapper .site-title {
    /* bottom: 20px; */
    font-size: 3rem;
    overflow: hidden;
    width: 57px;
  }
}

.section-wrapper {
  margin-bottom: 8rem;
  word-break: break-all;
}

.section-title {
  color: #2a2a2a;
  font-weight: 700;
  margin: 20px 0px 30px 0px;
  position: relative;
  font-size: 2rem;
}

.sidebar-nav .section-title {
  margin: 30px 0 40px;
}



.section-title:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -1rem;
  height: 0.2rem;
  width: 1.5rem;
  background: color(var(--brandColor));
  z-index: -1;
}

.sales-section-title {
  color: #2a2a2a;
  font-weight: 700;
  margin: 20px 0px 30px 0px;
  position: relative;
  font-size: 3.2rem;
  line-height: 1.4;
}

.sales-section-title span {
  padding-right: 1.5rem;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

.sales-section-title-line {
  display: none;
  position: absolute;
  left: 0;
  top: 2.5rem;
  height: 0.2rem;
  width: 100%;
  background: color(var(--brandColor));
  z-index: -1;
}


.section-events-item {
  color: color(var(--darkgrey));
  margin-bottom: 20px;
  display: block;
  border-right: 2px solid color(var(--brandColor));
  padding: 10px 10px 10px 20px;
}

.section-events-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  word-break: break-word;
}

/* 5. Site Navigation
/* ---------------------------------------------------------- */
.nav-wrapper {
  padding: 2rem 3rem;
  margin: auto;
  max-width: 1920px;
  z-index: 1000;
  position: relative;
  width: 100%;
}



.site-nav {
  position: relative;
  z-index: 300;
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  height: 40px;
  font-size: 1.2rem;
  float: right;
}

.site-nav-left {
  float: right;
  white-space: nowrap;
  position: relative;
  bottom: 10px;
}

.site-nav,
.site-nav-left {
  top: 0;
}

.social-link {
  position: relative;
  bottom: 15px;
  margin-right: 15px;
}

a.social-link:hover {
  text-decoration: none;
}

/* Site Nav Hack Explanation (above):

What's happening above it .site-nav-left is set to overflow-x and allow sideways scrolling, so that when there isn't enough space for all nav items (either due to lots of nav items, or a small viewport), you can still scroll side-to-side to reach them.

The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px of padding-bottom and a 40px fixed height parent (.site-nav) hides that entirely. Slightly hacky code. But nice clean end-result.

*/

.site-nav-logo {
  flex-shrink: 0;
  display: block;
  margin-right: 24px;
  padding: 11px 0;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.site-nav-logo:hover {
  text-decoration: none;
}

.site-nav-logo img {
  display: block;
  width: auto;
  height: 21px;
}

.nav {
  display: none;
  list-style: none;
  background: #fff;
  border-radius: 4px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-top: 2px;
  float: left;
}

.footer .nav {
  background: transparent;
}


.nav li {
  display: block;
  margin: 0;
  padding: 15px 10px 5px 10px;
  font-size: 1.4rem;
  border-bottom: 3px solid color transparent;
}

.nav li a {
  font-weight: 500;
  color: #40494f;
}

.footer .nav li a {
  color: #40494f;
}

.nav li.nav-current a {
  text-decoration: none;
  opacity: 1;
  border-bottom: 3px solid color #3f3f40;
}

.nav li.nav-current.nav-whats-new a {
  text-decoration: none;
  opacity: 1;
  border-bottom: 3px solid color transparent;
}

.nav li.nav-current.nav-search a {
  border-bottom: 3px solid color transparent;
}


.nav li a:hover {
  text-decoration: none;
  opacity: 1;
  border-bottom: 3px solid color var(--brandColor) !important;
}

.site-nav-right {
  float: right;
  display: block;
  height: 40px;
  position: relative;
  top: 10px;
}

.social-links {
  display: inline-block;
  width: 270px;
}

.social-links a {
  display: block;
  position: relative;
  float: left;
  margin-right: 15px;
  opacity: 0.75;
}

.social-links a:last-child {
  margin-right: 0;
}

.social-links svg,
.social-links .st0,
.social-links path {
  height: 20px;
  fill: #3f3f40;
}

.social-links a:hover {
  opacity: 1;
}

.social-link svg {
  height: 1.8rem;
  fill: #3f3f40;
}

.social-link-fb svg {
  height: 1.5rem;
}

.social-link-wb svg {
  height: 1.6rem;
}

.social-link-wb svg path {
  stroke: #3f3f40;
}

.social-link-rss svg {
  height: 1.9rem;
}

.social-links-mobile {
  display: none;
}

.social-links-fixed {
  position: fixed;
  right: 0;
  top: 40vh;
  width: auto;
  background: rgb(64, 73, 79);
  border-radius: 3px 0 0 3px;
  z-index: 10000;
}

.social-links-fixed.social-links a {
  float: none;
  padding: 1rem 0.5rem;
  margin: auto;
}

.social-links-fixed.social-links .st0,
.social-links-fixed.social-links path,
.social-links-fixed.social-links svg {
  fill: #fff;
  margin: auto;
  position: relative;
  display: block;
  height: 1.5rem;
}

@media (max-width: 1200px) {
  .social-links-mobile {
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .site-nav-right.social-links-desktop {
    display: none;
  }
}

@media (max-width: 650px) {
  .social-links {
    left: 0;
    right: 0;
    bottom: 0;
    top: initial;
    padding: 0 10%;
    display: flex;
  }

  .social-links-fixed {
    border-radius: 0;
  }

  .social-links-fixed.social-links a {
    float: left;
  }
}

@media (max-width: 550px) {
  .social-links-mobile {
    display: block;
    float: none;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}



.subscribe-button {
  display: block;
  padding: 4px 10px;
  border: #fff 1px solid;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  border-radius: 10px;
  opacity: 0.8;
}

.subscribe-button:hover {
  text-decoration: none;
  opacity: 1;
}

.rss-button {
  opacity: 0.8;
}

.rss-button:hover {
  opacity: 1;
}

.rss-button svg {
  margin-bottom: 1px;
  height: 2.1rem;
  fill: #fff;
}

@media (max-width: 700px) {
  .site-header {
    padding-right: 0;
    padding-left: 0;
  }

  .site-nav-left {
    margin-right: 0;
    padding-left: 4vw;
  }

  .site-nav-right {
    display: none;
  }
}


/* 6. Post Feed
/* ---------------------------------------------------------- */

.post-feed {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 20px;
}

.tag-list.feature-post-wrapper {
  padding-left: 0;
  clear: left;
}

@media (max-width: 910px) {
  .tag-list.feature-post-wrapper {
    padding-top: 40px;
  }
}


.feature-post-wrapper {
  width: 75%;
  float: left;
  padding-top: 40px;
  z-index: 101;
  position: relative;
}

.site-main-post .feature-post-wrapper {
  width: 100%;
  float: none;
}

@media (min-width: 1100px) {
  .page-template .feature-post-wrapper {
    padding-left: 0;
  }

  .feature-post-wrapper {
    padding-right: 1%;
  }

  .site-main-events .feature-post-wrapper {
    padding-left: calc(7%);
  }
}

@media (min-width: 1200px) {
  .site-main-events .feature-post-wrapper {
    padding-left: calc(7% - 10px);
  }
}

.site-main-index .feature-post-wrapper,
.site-main-index .sidebar-nav {
  padding-top: 0;
}

.site-main-index .sidebar-nav {
  box-shadow: 0 0 0 transparent;
}

.site-main-index {
  position: relative;
}


.sidebar-nav {
  float: left;
  width: 25%;
  padding-bottom: 10px;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .post-feed {
    padding: 20px 0px 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .post-feed {
    padding-right: 20px;
  }
}

@media (min-width: 1100px) {
  .sidebar-nav {
    box-shadow: -15px -10px 20px -15px #f6f6f6;
    z-index: 100;
    position: relative;
    padding: 40px 0px 10px 20px;
  }

}



@media (max-width: 910px) {
  .sidebar-nav {
    padding: 1% 10%;
    width: 100%;
    padding-bottom: 20px;
  }

  .site-main-index .sidebar-nav {
    padding: 2% 1%;
    margin-bottom: 25px;
  }

  .site-main-index .sidebar-nav .section-title {
    margin-top: 0;
  }
}


@media (max-width: 650px) {
  .sidebar-nav {
    padding: 2% 0;
    padding-bottom: 20px;
  }
}

.subscribers-post-wrapper {
  max-width: 500px;
  margin: auto;
  position: relative;
  margin-top: calc(100vh / 2 - 250px);
  margin-bottom: calc(100vh / 2 - 150px);
  text-align: center;
}

.subscribers-post-wrapper p {
  font-size: 1.8rem;
}




@media (max-width: 768px) {
  .feature-post-wrapper {
    width: 100%;
  }
}

@media (max-width: 910px) {

  .authors-list-wrapper,
  .feature-post-wrapper,
  .post-card-promoted-wrapper {
    width: 100%;
    padding: 0;
  }

  .read-next {
    max-width: 100%;
  }
}




@media (max-width: 1524px) {
  .authors-card {
    width: calc(50% - 1rem);
  }
}


.post-card {
  flex: 1 1 330px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 20px 40px;
  min-height: 300px;
  background: #fff center center;
  background-size: cover;
  box-shadow: 2px 1px 5px #0000000d;
  position: relative;
}

.post-card-excerpt {
  font-size: 1.6rem;
  padding-right: 3rem;
  color: #3f3f40;
}


@media (max-width: 776px) {
  .post-card {
    padding: 10px;
    margin: 0 0 40px;
  }

  .post-card-excerpt {
    font-size: 1.6rem;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .post-card {
    flex: 1 1 40%;
  }

  .tag-template .post-card {
    flex: 1 1 30%;
  }
}

@media (max-width: 696px) {
  .post-card {
    padding: 0;
  }
}

.post-card-image-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.post-card-feature-content .post-card-image-link {
  height: 100%;
}

.post-card-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
}

.post-card-content-link {
  position: relative;
  flex-grow: 1;
  display: block;
  padding: 4% 7% 0 7%;
  color: var(--darkgrey);
  max-width: 900px;
}

.post-card-content-link:hover {
  text-decoration: none;
}

.post-card-tags {
  display: block;
  margin: 10px 0;
  color: var(--brandColor);
  font-size: 1.2rem;
  line-height: 1.15em;
  font-weight: 700;
  text-transform: uppercase;

}

.post-card-title {
  margin-top: 0;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 1.25rem 0 0.75rem 0;
}

@media (max-width: 767px) {

  .post-card-title {
    font-size: 2rem;
  }
}

.post-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}


.post-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 4% 7% 4% 7%;
}

.author-profile-image,
.avatar-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background: color(var(--lightgrey) l(+10%));
  border-radius: 100%;

  object-fit: cover;
}

.post-card-meta .profile-image-wrapper,
.post-card-meta .avatar-wrapper {
  position: relative;
}

.author-list {
  display: flex;
  flex-wrap: wrap-reverse;
  margin: 0;
  padding: 0;
  list-style: none;
}

.author-list-item {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.author-list-item:nth-child(1) {
  z-index: 10;
}

.author-list-item:nth-child(2) {
  z-index: 9;
}

.author-list-item:nth-child(3) {
  z-index: 8;
}

.author-list-item:nth-child(4) {
  z-index: 7;
}

.author-list-item:nth-child(5) {
  z-index: 6;
}

.author-list-item:nth-child(6) {
  z-index: 5;
}

.author-list-item:nth-child(7) {
  z-index: 4;
}

.author-list-item:nth-child(8) {
  z-index: 3;
}

.author-list-item:nth-child(9) {
  z-index: 2;
}

.author-list-item:nth-child(10) {
  z-index: 1;
}

.static-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -2px;
  width: 4rem;
  height: 4rem;
  border: #fff 2px solid;
  border-radius: 2rem;
}

.moving-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -2px;
  width: 4rem;
  height: 4rem;
  border: #fff 2px solid;
  border-radius: 2rem;
  transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.7s;
}

@media (min-width: 800px) {
  .author-list:hover .moving-avatar {
    margin: 0;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
}

.author-name-tooltip {
  position: absolute;
  bottom: 105%;
  z-index: 999;
  display: block;
  padding: 2px 8px;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0.2px;
  white-space: nowrap;
  background: var(--darkgrey);
  border-radius: 3px;
  box-shadow: rgba(39, 44, 49, 0.08) 0 12px 26px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transform: translateY(6px);
  pointer-events: none;
}

.author-list-item:hover .author-name-tooltip {
  opacity: 1.0;
  transform: translateY(0px);
}

@media (max-width: 650px) {
  .author-name-tooltip {
    display: none;
  }
}

.reading-time {
  flex-shrink: 0;
  margin-left: 20px;
  color: var(--midgrey);
  font-size: 1rem;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Special Styling for home page grid (below):

The first post in the list is styled to be bigger than the others and take over
the full width of the grid to give it more emphasis. Wrapped in a media query to
make sure this only happens on large viewports / desktop-ish devices.

 */



/* @media (min-width: 795px) {


    .post-card:nth-child(5n) {
        flex: 1 1 100%;
        flex-direction: row;
        max-width: 100%;
    }

    .post-card:nth-child(5n) .post-card-image-link {
        position: relative;
        flex: 1 1 auto;
    }

    .post-card:nth-child(5n) .post-card-image {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .post-card:nth-child(5n) .post-card-content {
        flex: 0 1 357px;
    }

    .post-card:nth-child(5n) h2 {
        font-size: 2.6rem;
    }

    .post-card:nth-child(5n) p {
        font-size: 1.6rem;
    }

    .post-card:nth-child(5n) .post-card-content-link {
        padding: 30px 40px 0;
    }

    .post-card:nth-child(5n) .post-card-meta {
        padding: 0 40px 30px;
    }
} */




@media (min-width: 1045px) and (max-width: 1396px) {
  .post-card:nth-child(3n) {
    flex-direction: column;
  }
}








.home-template .site-header:after {
  display: none;
}





/* Adjust some margins for smaller screens */
@media (max-width: 650px) {
  .post-feed {
    padding-top: 5vw;
  }

}





/* 7. Single Post
/* ---------------------------------------------------------- */

.post-template .site-main {
  padding-bottom: 4vw;
  background: #fff;
}

@media (min-width: 650px) {
  .post-template:not(.page-events) .site-main {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}



.page-template .post-full-content,
.page-template .post-content {
  padding-top: 0;
  margin-top: 0;
}

.post-full {
  position: relative;
  z-index: 50;
}

/* ^ Required to make .post-full-content:before/after z-index stacking work */



.has-post-image .post-full-content {
  margin-top: 0;
}

.post-full-header {
  text-align: left;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 15px;
}

.site-main-post .post-full-header {
  max-width: 1160px;
  margin: auto;
}

@media (max-width: 1510px) {
  .post-full-header {
    padding-right: 0;
    padding-left: 0;
  }
}

.post-full-meta {
  color: var(--midgrey);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.post-full-meta-date {
  color: #999;
}

.post-full-title {
  margin: 20px 0 50px;
  color: color(var(--darkgrey) l(-5%));
  font-size: 6rem;
  margin-bottom: 0;
  max-width: 1300px;
  margin: auto;
}

.collections-h1 {
  margin: 20px 0 50px;
  color: color(var(--darkgrey) l(-5%));
  font-size: 4rem;
}

.page-template .post-full-title {
  margin-bottom: 60px;
}

.date-divider {
  display: inline-block;
  margin: 0 6px 1px;
}

.post-full-image {
  background: var(--lightgrey) center center;
  overflow: hidden;
  max-height: 500px;
  height: 500px;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 40px;
  border-radius: 3px;
}

.post-full-image img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1170px) {
  .post-full-image {
    border-radius: 0;
  }

  .post-full-image img {
    height: 600px;
  }
}

@media (max-width: 800px) {
  .post-full-image img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .post-full-image {
    width: calc(100% + 50px);
    margin-left: -20px;
    height: 250px;
    margin-bottom: 25px;
  }
}


.post-full-content {
  position: relative;
  margin: 0 auto;
  min-height: 230px;
  font-size: 2.1rem;
  line-height: 1.6em;
  background: #fff;
  padding: 2% 10%;
  margin-top: 20px;
}

.kg-bookmark-author {
  line-height: 1.5em;
}

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

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

@media (max-width: 768px) {
  .post-full-content {
    font-size: 1.6rem;
  }
}

@media (max-width: 650px) {
  .post-full-content {
    padding: 2% 0;
  }
}

/* .post-full-content:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -5px;
    z-index: -1;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39,44,49,0.15);
    filter: blur(5px);
    transform: rotate(-5deg);
} */

/* .post-full-content:after {
    content: "";
    position: absolute;
    top: 15px;
    right: -5px;
    z-index: -1;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39,44,49,0.15);
    filter: blur(5px);
    transform: rotate(5deg);
} */

.no-image .post-full-content {
  padding-top: 0;
}

.no-image .post-full-content:before,
.no-image .post-full-content:after {
  display: none;
}

.post-full-content h1,
.post-full-content h2,
.post-full-content h3,
.post-full-content h4,
.post-full-content h5,
.post-full-content h6,
.post-full-content p,
.post-full-content ul,
.post-full-content ol,
.post-full-content dl,
.post-full-content pre,
.post-full-content blockquote,
.post-full-comments,
.footnotes {
  min-width: 100%;
}

.post-full-content li {
  word-break: break-word;
}

.post-full-content li p {
  margin: 0;
}

.post-full-content a {
  color: var(--brandColor);
  word-break: break-word;
  padding: 20px 0;
}

.post-full-content a.button {
  padding: 0 1rem;
}

.post-full-content a:hover {
  color: var(--brandColor);
  text-decoration: underline;
}

.page-ambassadors ol {
  padding-left: 0;
  padding-right: 0;
}

.page-ambassadors .post-full ul {
  max-width: 50%;
  padding-right: 10%;
  padding-bottom: 40px;
  float: left;
  padding-left: 0;
}

@media (max-width: 1024px) {
  .page-ambassadors .post-full ul {
    max-width: 100%;
    float: none;
  }
}

.post-full-content.event a,
.page-ambassadors .post-full-content a {
  color: #fff;
  word-break: break-word;
  background: var(--brandColor);
  padding: 0 5px;
  text-decoration: underline;
}

.page-template .post-full-content a {
  background: transparent;
  padding: 0;
  color: var(--brandColor);
}

.page-template .post-full-meta {
  display: none;
}

.post-full-content.event a:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: var(--darkgrey) 0 -1px 0 inset;
}



.post-full-content small {
  display: inline-block;
  line-height: 1.6em;
}

.post-full-content li:first-child {
  margin-top: 0;
}

.post-full-content img,
.post-full-content video {
  display: block;
  margin: auto;
  max-width: 1040px;
  height: auto;
}

.post-full-content img {
  width: 100%;
}

.post-full-content.event ul {
  padding-right: 30%;
}

.post-full-content.event ul li {
  max-width: 700px;
}

@media (max-width: 910px) {
  .post-full-content.event ul {
    padding-right: 0;
  }
}

.post-full-content.event ul li img,
.page-ambassadors .post-full-content ul li img {
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  float: left;
  margin-right: 2rem;
  object-fit: cover;
}

.post-full-content.event ul li,
.page-ambassadors .post-full-content ul li {
  font-size: 1.6rem;
}

.post-full-content.event ul,
.page-ambassadors .post-full-content ul {
  list-style: none;
  min-width: 20rem;
  margin-bottom: 60px;
}

@media (max-width: 750px) {

  .post-full-content.event ul li img,
  .page-ambassadors .post-full-content ul li img {
    float: none;
    margin: 0;
  }
}

@media (max-width: 1040px) {

  .post-full-content img,
  .post-full-content video {
    width: 100%;
  }
}

.page-ambassadors .post-full-content ul {
  min-width: initial;
  width: 100%;
  max-width: initial;
}

/* Full bleed images (#full)
Super neat trick courtesy of @JoelDrapper

Usage (In Ghost edtior):

![img](/some/image.jpg#full)

*/
.post-full-content img[src$="#full"] {
  max-width: none;
  width: 100vw;
}


/* Image captions

Usage (In Ghost editor):

![img](/some/image.jpg)
<small>Your image caption</small>

*/
.post-full-content img+br+small {
  display: block;
  margin-top: -3em;
  margin-bottom: 1.5em;
  text-align: center;
}


/* Override third party iframe styles */
.post-full-content iframe {
  margin: 0 auto !important;
  width: 100%;
}

.post-full-content blockquote {
  margin: 0 0 1.5em;
  padding: 0 1.5em;
  border-left: var(--brandColor) 3px solid;
}

.post-full-content blockquote p {
  margin: 0 0 1em 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: italic;
}

.post-full-content blockquote p:last-child {
  margin-bottom: 0;
}

.post-full-content code {
  padding: 0 5px 2px;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400 !important;
  background: var(--whitegrey);
  border-radius: 3px;
}

.post-full-content p code {
  word-break: break-all;
}

.post-full-content pre {
  overflow-x: auto;
  margin: 1.5em 0 3em;
  padding: 20px;
  max-width: 100%;
  border: color(var(--darkgrey) l(-10%)) 1px solid;
  color: var(--whitegrey);
  font-size: 1.4rem;
  line-height: 1.5em;
  background: color(var(--darkgrey) l(-3%));
  border-radius: 5px;
}

.post-full-content pre code {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
}

.post-full-content pre code :not(span) {
  color: inherit;
}

.post-full-content .fluid-width-video-wrapper {
  margin: 1.5em 0 3em;
}


.post-full-content hr:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  display: block;
  margin-left: -10px;
  width: 1px;
  height: 30px;
  background: color(var(--lightgrey) l(+10%));
  box-shadow: #fff 0 0 0 5px;
  transform: rotate(45deg);
}

.post-full-content h1,
.post-full-content h2,
.post-full-content h3,
.post-full-content h4,
.post-full-content h5,
.post-full-content h6 {
  color: #3f3f40;
}

.post-full-content h1 {
  margin: 0.5em 0 0.2em 0;
  font-size: 4rem;
  font-weight: 700;
}

h1.post-full-title {
  font-size: 4rem;
  font-weight: 500;
}

.collections-h1 {
  font-size: 6rem;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 1300px;
  margin: auto;
}

@media (max-width: 500px) {
  .post-full-content h1 {
    font-size: 2.8rem;
  }
}

.post-full-header-wrapper {
  padding: 0 5rem;
}

@media (max-width: 500px) {
  .post-full-header-wrapper {
    padding: 0 1rem;
  }
}


.post-full-content h2 {
  margin: 1em 0 1em;
  font-size: 3.4rem;
  font-weight: 700;
}

@media (max-width: 500px) {
  .post-full-content h2 {
    font-size: 2.6rem;
  }
}

.post-full-content h3 {
  margin: 1em 0 1em 0;
  font-size: 2.8rem;
  font-weight: 700;
}

@media (max-width: 500px) {
  .post-full-content h3 {
    font-size: 2.2rem;
  }
}

.post-full-content h4 {
  margin: 0.5em 0 0.2em 0;
  font-size: 2.8rem;
  font-weight: 700;
}

@media (max-width: 500px) {
  .post-full-content h4 {
    font-size: 2.2rem;
  }
}

.post-full-content h5 {
  display: block;
  margin: 0.5em 0;
  padding: 1em 0 1.5em;
  border: 0;
  color: var(--brandColor);
  font-size: 3.2rem;
  line-height: 1.35em;
  text-align: center;
}

@media (min-width: 1180px) {
  .post-full-content h5 {
    max-width: 1060px;
  }
}

@media (max-width: 500px) {
  .post-full-content h5 {
    padding: 0 0 0.5em;
    font-size: 2.2rem;
  }
}

.post-full-content h6 {
  margin: 0.5em 0 0.2em 0;
  font-size: 2.3rem;
  font-weight: 700;
}

@media (max-width: 500px) {
  .post-full-content h6 {
    font-size: 2rem;
  }
}

.footnotes-sep {
  margin-bottom: 30px;
}

.footnotes {
  font-size: 1.5rem;
}

.footnotes p {
  margin: 0;
}

.footnote-backref {
  color: var(--brandColor) !important;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* custom withhero template css */
.header-hero {
  width: 100%;
  height: calc(100vh + 12rem);
  margin-top: -12rem;
  position: relative;
}

.header-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.header-hero-title,
.header-hero-subtitle {
  text-align: center;
  position: relative;
  color: #fff;
  background: #1C3D52;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.header-hero-title {
  font-size: 6rem;
  margin-top: 40vh;
  margin-bottom: 0;
}

.header-hero-subtitle {
  font-size: 3rem;
  margin-top: 0.5rem;
}

/* custom withhero template css end */


/* Some grouped styles for smaller viewports */
@media (max-width: 500px) {
  .post-full-meta {
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .post-full-title {
    font-size: 2.9rem;
  }

  .collections-h1 {
    font-size: 2.9rem;
  }

  .post-full-content {
    padding: 0;
  }

  .post-full-content:before,
  .post-full-content:after {
    display: none;
  }
}

/* Tables */

.post-full-content table {
  display: inline-block;
  overflow-x: auto;
  margin: 0.5em 0 2.5em;
  max-width: 100%;
  width: auto;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1.6rem;
  white-space: nowrap;
  vertical-align: top;
}

.post-full-content table {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-attachment: scroll, scroll;
  background-size: 10px 100%, 10px 100%;
  background-repeat: no-repeat;
}


.post-full-content table th {
  color: var(--darkgrey);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  background-color: color(var(--whitegrey) l(+4%));
}


.table-outer-container {
  overflow: auto;
  padding: 4rem 0;
}

.post-full-content .table-inner-container {
  display: inline-table !important;
  border: none;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  background: none;
  margin: 0 auto;
  white-space: unset !important;
}


.post-full-content .table-header-row th {
  font-family: "Poppins";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  color: #15171a;
  line-height: normal;
  letter-spacing: 0.15px;
  padding-bottom: 16px;
  padding-right: 15px;
  border-bottom: 1px solid #c5d2d9;
  height: 48px;
  background-color: transparent !important;
  vertical-align: baseline;
}

.post-full-content .custom-table-row {
  height: 60px;
  white-space: initial;
}

.post-full-content .custom-table-row:nth-child(odd) {
  background-color: #e5eff5;
}

.post-full-content .custom-table-data, .post-full-content .custom-content-table-data {
  padding-left: 16px;
  overflow: hidden;
  overflow-wrap: break-word;
  margin: 0;
  font-family: "Poppins";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.post-full-content .custom-table-data span, .post-full-content .custom-content-table-data span {
  font-weight: 500;
  letter-spacing: 0.1px;
font-family: Poppins;
font-size: 1.8rem;
font-style: normal;
line-height: 24px;

}

.post-full-content .empty-first-row {
  height: 24px;
}

@media(max-width: 768px) {

  .table-outer-container {
    padding: 2rem 0;
  }

  .post-full-content .table-header-row th {
    padding-right: 15px;
}

.post-full-content .table-inner-container {
  display: inline-table !important;
  border: none;
  border-collapse: collapse;
  width: fit-content;
  table-layout: auto;
  background: none;
  white-space: unset;
}

.post-full-content .custom-table-data, .post-full-content .custom-content-table-data {
  padding: 5px 0 5px 5px;
  overflow: hidden;
  overflow-wrap: break-word;
}

.custom-content-table-data ul li {
  word-break: normal !important;
}
}





/* 7.1. Subscribe Form
/* ---------------------------------------------------------- */

.subscribe-form {
  word-break: break-word;
}

.subscribe-form p {
  font-size: 1.6rem;
  line-height: 1.55em;
  margin-top: -2rem;
  margin-bottom: 1rem;
}

.newletter-with-big-p p {
  font-size: 3.2rem;
  font-family: poppins, sans-serif;
  font-weight: 600;
  margin-top: 2.9rem;
  margin-bottom: 5rem;
}

.subscribe-form form {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.subscribe-form .form-group {
  flex-grow: 1;
}

.site-main-post .subscribe-form {
  padding: 5% 3%;
  background: #f8f8f8;
  margin-top: 5rem;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  z-index: 1;
  position: relative;
}

.site-main-post .subscribe-form p {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  width: 100%;
  padding: 1rem;
  font-weight: 500;
  color: #000;
}

.site-main-post .subscribe-form .form-group {
  padding: 0 2rem;
}

@media (min-width: 910px) {
  .subscribe-form {
    padding-right: 5px;
  }

  .site-main-post .subscribe-form p {
    font-size: 2.6rem;
  }
}

@media (min-width: 1060px) {
  .site-main-post .subscribe-form {
    padding: 3% 30%;
  }
}


.subscribe-email {
  display: block;
  padding: 15px 10px;
  width: 100%;
  background: #f1f1f1;
  border: transparent 0px solid;
  color: #3f3f40;
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 300;
  user-select: text;
  border-radius: 2px;
  transition: border-color 0.15s linear;
  -webkit-appearance: none;
}

.site-main-post .subscribe-email {
  padding: 20px 20px;
  background: #e7e7e7;
}

.subscribe-email:focus {
  outline: 0;
}

.subscribe-form button {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
  height: 41px;
  outline: none;
  color: color(var(--brandColor));
  font-size: 1.5rem;
  line-height: 37px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  background: transparent;
  border-radius: 2px;
  border: 1px solid color(var(--brandColor));
  cursor: pointer;
}

.section-wrapper .subscribe-form button {
  max-width: 100%;
}

.subscribe-form button:hover,
.subscribe-form button:active,
.subscribe-form button:focus {
  background: color(var(--brandColor) lightness(-9%) saturation(-10%));
  color: #fff;
}

@media (max-width: 650px) {
  .subscribe-form-title {
    font-size: 2.4rem;
  }

  .subscribe-form p {
    font-size: 1.6rem;
  }
}

@media (max-width: 500px) {
  .subscribe-form form {
    flex-direction: column;
  }

  .subscribe-form .form-group {
    width: 100%;
  }

  .subscribe-form button {
    margin: 10px 0 0 0;
    width: 100%;
  }
}


/* 7.2. Post Footer
/* ---------------------------------------------------------- */



.post-full-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 3vw 0 6vw 0;
  max-width: 840px;
  float: none;
  clear: both;
  display: flex;
  max-width: 75%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

/* 7.2.1 Single Author Byline
/* ---------------------------------------------------------- */

.author-card {
  display: block;
  margin: 0;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}

@media (min-width: 1100px) {
  .section-wrapper .author-card {
    margin-bottom: 100px;
    margin-top: 50px;
  }
}

.author-card .author-profile-image {
  left: -10px;
}


.author-card .author-profile-image,
.author-card .avatar-wrapper,
.authors-profile-image {
  width: 12rem;
  height: 12rem;
  border-radius: 6rem;
  margin: 0;
  object-fit: cover;
}

.site-main-post .author-card .author-profile-image,
.site-main-post.author-card .avatar-wrapper,
.site-main-post .authors-profile-image {
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  float: left;
}

.author-card a {
  color: var(--midgrey);
}

.author-card a:hover {
  text-decoration: none;
}


h4.author-card-name {
  margin: 10px 0;
  padding: 0;
  font-size: 1.6rem;
  color: #15171a;
  font-weight: 300;
}



h4.author-card-name a:hover {
  text-decoration: none;
}

.author-card-content p {
  margin: 0;
  line-height: 1.3em;
}

.site-main-post .author-card-content {
  float: left;
  position: relative;
}

.site-main-post .author-card-name {
  margin: 0;
}

.site-main-post .author-card-content p {
  font-size: 1.2rem;
  max-width: 300px;
}

.post-full-authors-with-bio .author-card-content p {
  font-size: 1.4rem;
  max-width: 500px;
  margin: 1rem 0;
}

.post-full-authors-with-bio .author-card .author-profile-image {
  width: 8rem;
  height: 8rem;
  border-radius: 4rem;
  margin-bottom: 1rem;
}

div.author-card-button {
  color: var(--brandColor);
  border: color(var(--brandColor) l(+10%)) 1px solid;
  display: inline-block;
  padding: 5px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
}

.post-full-authors-with-bio div.author-card-button {
  padding: 10px;
  font-size: 1.2rem;
}

.author-card a:hover div.author-card-button {
  background: var(--brandColor);
  color: #fff;
  text-decoration: none;
}

.author-bio,
.author-card-content p {
  white-space: pre-wrap;
}



.post-full-sidebar {
  padding-top: 80px;
  position: relative;
  display: block;

}

.author-card-button {
  display: block;
  color: var(--midgrey);
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
}

.author-card-button:hover {
  color: var(--brandColor);
  text-decoration: none;
}

/* 7.2.2 Multiple Author Byline
/* ---------------------------------------------------------- */

.post-full-authors-with-bio {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  border-top: color(var(--lightgrey) l(+10%)) 1px solid;
}

.post-full-authors-with-bio .post-full-authors-content {
  margin-bottom: 20px;
}

.post-full-authors-content p {
  margin-bottom: 0;
  color: var(--midgrey);
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
}

.site-main-post .post-full-authors-content p {
  text-align: left;
}

.post-full-authors-content a {
  display: inline-block;
  color: color(var(--darkgrey) l(+20%));
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.post-full-footer .author-list {
  justify-content: center;
  padding: 10px 20px;
}

.author-card .author-profile-image,
.author-card .avatar-wrapper {
  position: relative;
  margin-right: 15px;
}

.author-list-item .author-card {
  position: absolute;
  bottom: 130%;
  left: 50%;
  z-index: 300;
  display: block;
  margin-left: -160px;
  width: 320px;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  background: white;
  border-radius: 6px;
  box-shadow: rgba(39, 44, 49, 0.08) 0 12px 26px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transform: scale(0.98) translateY(15px);
  pointer-events: none;
}

.author-list-item .author-card:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.author-list-item .author-card.hovered {
  opacity: 1.0;
  transform: scale(1) translateY(0px);
  pointer-events: auto;
}

.author-card .basic-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 20px 20px;
  color: #fff;
  background: var(--darkgrey);
  border-radius: 6px 6px 0 0;
}

.author-card .basic-info h2 {
  margin: 1em 0 0.5em;
}

.author-card .bio {
  padding: 20px 20px 0;
}

@media (max-width: 650px) {
  .author-list-item .author-card {
    display: none;
  }
}

.basic-info .author-profile-image {
  margin: 0;
  width: 88px;
  height: 88px;
  border: none;
}

.basic-info .avatar-wrapper {
  position: relative;
  margin: 0;
  width: 88px;
  height: 88px;
  border: none;
  background: rgba(229, 239, 245, 0.1);
}

.basic-info .avatar-wrapper svg {
  margin: 0;
  width: 88px;
  height: 88px;
  opacity: 0.15;
}


/* 7.3. Comments
/* ---------------------------------------------------------- */

.post-full-comments {
  margin: 0 auto;
  max-width: 840px;
}


/* 7.4. Related posts
/* ---------------------------------------------------------- */

/* new */

.read-more-wrap {
  max-width: 100rem;
  margin-top: 2.4vmin;
  margin: auto;
}

.footer-cta+.read-more-wrap {
  margin-top: max(12vmin, 72px);
}

.read-more {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.read-more .post-card-tags {
  display: none;
}

.read-more>.post-card {
  min-width: 30%;
  padding: 10px;
}

.read-more>.post-card:nth-child(1) {
  margin-left: 0;
}

.read-more>.post-card:nth-child(3) {
  margin-right: 0;
}

.read-more>.post-card>.post-card-image-link>img {
  object-fit: contain;
  height: 200px;
}

.read-more>.post-card>.post-card-content>.post-visibility-paid,
.read-more>.post-card>.post-card-content>.post-visibility-members {
  display: none;
}

@media (min-width:701px) and (max-width: 1000px) {
  .read-more {
    display: flex;
    flex-direction: column;
  }

  .read-more>.post-card {
    width: 100% !important;
    padding: 10px;
    margin: auto;
  }

  .read-more>.post-card>.post-card-image-link>img {
    display: none;
  }
}

@media (max-width: 700px) {

  .read-more {
    display: flex;
    flex-direction: column;
  }

  .read-more>.post-card {
    width: 100% !important;
    padding: 10px;
    margin: auto;
  }

  .read-more>.post-card>.post-card-image-link>img {
    display: none;
  }
}

/* end new */


.read-next {
  max-width: 100%;
  position: relative;
  padding: 2% 10%;
}

.read-next .section-title {
  margin: 55px 0 0;
}



.read-next-feed {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 40px 0 0 0;
}

@media (max-width: 650px) {
  .read-next {
    padding: 2% 0;
  }
}

@media (max-width: 910px) {
  .read-next-feed {
    margin: 0;
  }

}

.read-next-card {
  position: relative;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 20px 40px;
  padding: 25px;
  color: #fff;
  background: var(--brandColor) center center;
  background-size: cover;
  border-radius: 5px;
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
}

.read-next-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(135deg, rgba(0, 40, 60, 0.8) 0%, rgba(0, 20, 40, 0.7) 100%);
  border-radius: 5px;

  backdrop-filter: blur(2px);
}

.read-next-card-header {
  position: relative;
  z-index: 50;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.read-next-card-header-sitetitle {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3em;
  opacity: 0.8;
}

.read-next-card-header-title {
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2em;
  letter-spacing: 1px;
}

.read-next-card-header-title a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.read-next-card-header-title a:hover {
  text-decoration: none;
}

.read-next-divider {
  position: relative;
  display: flex;
  justify-content: center;
  height: 80px;
}

.read-next-divider svg {
  width: 40px;
  fill: transparent;
  stroke: #fff;

  stroke-width: 0.5px;
  stroke-opacity: 0.65;
}

.read-next-card-content {
  position: relative;
  z-index: 50;
  flex-grow: 1;
  display: flex;
  font-size: 1.7rem;
}

.read-next-card-content ul {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none;
}

.read-next-card-content li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.read-next-card-content li a {
  display: block;
  padding: 20px 0;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  color: #fff;
  font-weight: 700;
  vertical-align: top;
  transition: opacity 0.3s ease;
}

.read-next-card-content li:first-of-type a {
  padding-top: 10px;
}

.read-next-card-content li a:hover {
  opacity: 1;
}

.read-next-card-footer {
  position: relative;
  margin: 15px 0 3px 0;
  text-align: center;
}

.read-next-card-footer a {
  color: #fff;
}


/* 7.5. Floating Header
/* ---------------------------------------------------------- */

.floating-header {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
  background: rgba(255, 255, 255, 0.95);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, -120%, 0);
  z-index: 9999;
}

.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: 1.6rem;
  line-height: 1em;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-header-logo a {
  display: flex;
  align-items: center;
  color: var(--darkgrey);
  line-height: 1.1em;
  font-weight: 700;
}

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

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

.floating-header-divider {
  margin: 0 5px;
  line-height: 1em;
}

.floating-header-title {
  flex: 1;
  overflow: hidden;
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-header-share {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1;
  clear: both;
}

.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 {
  display: block;
  font-weight: 700;
  clear: both;
  padding: 1% 10%;
}

.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,
.floating-header-share-linkedin {
  display: block;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}



.floating-header-share-linkedin {
  background: #0077b5;
}

.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: var(--brandColor);
  background: transparent;

  appearance: none;
}

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

.progress::-webkit-progress-value {
  background-color: var(--brandColor);
}

.progress::-moz-progress-bar {
  background-color: var(--brandColor);
}

.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: var(--brandColor);
}


@media (max-width: 900px) {
  .floating-header {
    height: 40px;
  }

  .floating-header-title,
  .floating-header-logo {
    font-size: 1.5rem;
  }

  .floating-header-share-tw,
  .floating-header-share-fb,
  .floating-header-share-linkedin {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

@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: 650px) {

  .floating-header-share,
  .floating-header-share-label {
    padding: 2% 0;
  }
}



/* 7.6. Koenig Styles
/* ---------------------------------------------------------- */

.post-content {
  display: block;
  padding-right: 20px;
  padding-top: 35px;
}

.site-main-post .post-content {
  max-width: 730px;
  margin: auto;
}

.page-ambassadors .post-content {
  display: block;
}

.post-content iframe,
.post-content .wistia_responsive_padding {
  width: 100%;
  min-height: 100px;
}

.post-content #discourse-comments {
  width: 100%;
  min-height: 500px;
}

.qa-discourse-card-wrapper {
  margin-bottom: 50px;
}

.qa-discourse-card-body {
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, .1);
  border-left: 1px solid #f4f4f4;
  padding: 20px 20% 10px 20px;
}

@media (max-width: 910px) {

  .post-content,
  .post-full-content {
    width: 100%;
    float: none;
  }
}

.post-template .post-content>p:first-child {
  font-size: 2.4rem;
  line-height: 1.5em;
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .post-template .post-content>p:first-child {
    font-size: 1.7rem;
  }
}

.post-full-content .kg-image {
  max-width: 100%;
}

/* Preventing full-width image overlap with post image.  */
.post-full-image+.post-full-content .kg-content *:first-child .kg-image {
  width: 100%;
}

.post-full-content .kg-width-wide .kg-image {
  width: 100%;
  max-width: 1040px;
}

.post-full-content .kg-width-full .kg-image {
  max-width: 100%;
}

.post-full-content figure {
  margin: 0 0 1.8rem;
}

.post-full-content figure img {
  margin: 0;
}

.post-full-content figcaption {
  margin: 1.0em 0 0;
  font-size: 80%;
  line-height: 1.6em;
  text-align: center;
}

.kg-width-full figcaption {
  padding: 0 1.5em;
}

.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.kg-embed-card .fluid-width-video-wrapper {
  margin: 0;
}


@media (max-width: 1040px) {
  .post-full-content .kg-width-full .kg-image {
    width: 100%;
  }
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
}

.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+.kg-image-card.kg-width-wide,
.kg-gallery-card+.kg-gallery-card,
.kg-image-card.kg-width-wide+.kg-gallery-card,
.kg-image-card.kg-width-wide+.kg-image-card.kg-width-wide {
  margin: -2.25em 0 3em;
}

/* 8. Author Template
/* ---------------------------------------------------------- */

.site-header-content .author-profile-image {
  z-index: 10;
  flex-shrink: 0;
  margin: 0 0 20px 0;
  width: 100px;
  height: 100px;
  box-shadow: rgba(255, 255, 255, 0.1) 0 0 0 6px;
}

.site-header-content .author-bio {
  z-index: 10;
  flex-shrink: 0;
  margin: 5px 0 10px 0;
  max-width: 600px;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.site-header-content .author-meta {
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
  font-style: italic;
}

.author-meta-icons {
  margin-top: 30px;
  margin-bottom: 20px;
}


.site-header-content .author-location svg {
  height: 1.9rem;
  stroke: #fff;
}

.site-header-content .bull {
  display: inline-block;
  margin: 0 12px;
  opacity: 0.5;
}

.site-header-content .social-link:first-of-type {
  padding-left: 4px;
}



@media (max-width: 500px) {

  .site-header-content .author-bio {
    font-size: 1.8rem;
    line-height: 1.15em;
    letter-spacing: 0;
  }

  .author-location,
  .author-stats {
    display: none;
  }
}

@media (min-width: 1200px) {

  .tag-template .nav-wrapper .site-title {
    padding-left: 0;
  }

  .author-template .nav-wrapper .site-title {
    padding-left: 0%;
  }

}


@media (max-width: 700px) {

  ul.nav {
    margin: 10px 0 10px -5px;
    position: relative;
    width: auto;
  }
}

@media (max-width: 1200px) {


  .site-header-content {
    float: left;
  }


  .footer .site-nav-right {
    margin-top: 15px;
  }


}

@media (max-width: 1060px) {
  .footer {
    min-height: 350px;
  }

  .footer .site-nav,
  .footer .site-nav-left,
  .footer .nav {
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }

  .footer .site-nav-right {
    float: none;
  }

  .footer .nav li,
  .footer .site-nav-left {
    padding-left: 0;
  }
}

@media (max-width: 550px) {

  .site-header-content {
    position: relative;
    clear: both;
    display: inline-block;
    float: none;
  }
}


/* 9. Error Template
/* ---------------------------------------------------------- */

.error-template .site-main {
  padding: 7vw 4vw;
}

.site-nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.site-nav-center .site-nav-logo {
  margin-right: 0;
}

.error-message {
  text-align: center;
  height: 100vh;
  padding-top: 10%;
}

h1.error-code {
  margin: 0;
  font-size: 12vw;
  line-height: 1em;
  letter-spacing: -25px;
  opacity: 0.3;
}

.error-description {
  margin: 0;
  color: var(--midgrey);
  font-size: 3rem;
  line-height: 1.3em;
  font-weight: 300;
}

@media (max-width: 800px) {
  .error-description {
    margin: 5px 0 0 0;
    font-size: 1.8rem;
  }
}

.error-link {
  display: inline-block;
  margin-top: 5px;
}

.error-template .post-feed {
  padding-top: 0;
}


/* 10. Subscribe Overlay
/* ---------------------------------------------------------- */

.subscribe-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 25, 40, 0.97);
  opacity: 0;
  transition: opacity 200ms ease-in;
  pointer-events: none;

  backdrop-filter: blur(3px);
}

.subscribe-overlay:target {
  opacity: 1;
  pointer-events: auto;
}

.subscribe-overlay-content {
  position: relative;
  z-index: 9999;
  margin: 0 0 5vw 0;
  padding: 4vw;
  color: #fff;
  text-align: center;
}

.subscribe-overlay-logo {
  position: fixed;
  top: 23px;
  left: 30px;
  height: 30px;
}

.subscribe-overlay-title {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 6rem;
  line-height: 1.15em;
}

.subscribe-overlay-description {
  margin: 0 auto 50px;
  max-width: 650px;
  font-size: 3rem;
  line-height: 1.3em;
  font-weight: 300;
  opacity: 0.8;
}

.subscribe-overlay form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 500px;
}

.subscribe-overlay .form-group {
  flex-grow: 1;
}

.subscribe-overlay .subscribe-email {
  display: block;
  padding: 14px 20px;
  width: 100%;
  border: none;
  color: var(--midgrey);
  font-size: 2rem;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.5px;
  user-select: text;
  border-radius: 8px;
  transition: border-color 0.15s linear;

  -webkit-appearance: none;
}

.subscribe-email:focus {
  outline: 0;
  border-color: color(var(--lightgrey) l(-2%));
}

.subscribe-overlay button {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 25px;
  height: 52px;
  outline: none;
  color: #fff;
  font-size: 1.7rem;
  line-height: 37px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(color(var(--brandColor) whiteness(+7%)),
      color(var(--brandColor) lightness(-7%) saturation(-10%)) 60%,
      color(var(--brandColor) lightness(-7%) saturation(-10%)) 90%,
      color(var(--brandColor) lightness(-4%) saturation(-10%)));
  border-radius: 8px;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.14);

  -webkit-font-smoothing: subpixel-antialiased;
}

.subscribe-overlay button:active,
.subscribe-overlay button:focus {
  background: color(var(--brandColor) lightness(-9%) saturation(-10%));
}

.subscribe-overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.subscribe-overlay-close:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 25px;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: 0.8;
  transform: rotate(45deg);
}

.subscribe-overlay-close:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 25px;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: 0.8;
  transform: rotate(-45deg);
}

.subscribe-overlay-close:hover {
  cursor: default;
}


/* 11. Site Footer
/* ---------------------------------------------------------- */

.footer {
  background: #09100f;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}




.search-results {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99999;
  background: #fffffff5;
}

#search-field {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 2rem 4rem;
  background: transparent;
  width: 100%;
  font-size: 3rem;
  border: 0;
  border-bottom: 3px solid #00000054;
  color: var(--brandColor);
}

#search-field-wrapper {
  display: flex;
  justify-content: center;
  min-width: 20rem;
  max-width: 50rem;
  margin: 3rem auto auto;
}

#search-box {
  position: relative;
  padding: 1rem 2rem;
  background: transparent;
  width: 100%;
  font-size: 2rem;
  border: 0;
  border-radius: 0;
  color: var(--brandColor);
}


.search-icon {
  width: 2rem;
  right: 0;
  padding: 17px 30px;
  top: 5px;
  margin-right: 1rem;
  z-index: 9999;
  position: absolute;
}

.search-icon svg {
  width: 1.2rem;
  position: relative;
  margin: auto;
  display: block;
}


.search-horizontal-wrapper {
  position: relative;
  margin: 2rem auto;
  margin-bottom: 4rem;
  border-radius: 1rem;
  border: 1px solid #D3D3D3;
  border-bottom: 3px solid var(--brandColor);
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .05);
  max-width: 50rem;
  min-width: 22rem;
  width: 100%;
  cursor: pointer;
}

.search-horizontal-wrapper:hover {
  background: #fe5d4c0a;
}



@media (max-width: 768px) {
  #search-field {
    width: 90%;
    margin-top: 5rem;
    font-size: 2rem;
  }
}

#search-field:focus {
  outline: none;
}



#search-field::placeholder {
  color: #6a6a6a;
}


.search-results.search-results-visible {
  display: block;
  overflow-y: scroll;
}

.search-results-close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 1rem 3rem;
  font-size: 2rem;
  color: var(--brandColor);
  cursor: pointer;
  text-decoration: underline;
  background: #fff;
  border-radius: 3px;
  z-index: 100;
}

.search-results-close:hover {
  color: #000;
}


#results {
  min-width: 20rem;
  max-width: 100rem;
  width: 100%;
  position: relative;
  margin: auto;
}

#results a {
  color: var(--brandColor);
}

#results a h2 {
  font-size: 3.5rem;
  margin: 2rem 0 0 0;
  padding-bottom: 1rem;
}

#results a p {
  font-size: 2rem;
}

@media (max-width: 768px) {
  #results {
    padding: 1.5rem;
  }

  #results a h2 {
    font-size: 2.5rem;
    margin: 1.5rem 0;
  }

  #results a p {
    font-size: 1.8rem;
  }
}

.search-tags {
  text-align: center;
  max-width: 1080px;
  padding: 1rem 3rem;
  margin: auto;
}

.search-tags a {
  color: var(--brandColor);
  padding: 0 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 500;
  white-space: nowrap;
  display: block;
  margin: 3rem 0;
}

@media (max-width: 768px) {
  .search-tags a {
    font-size: 1.8rem;
    margin: 1.8rem 0;
  }
}

.search-tags-view {
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
}

.nav-login {
  float: right;
  padding: 13px 0;
  cursor: pointer;
}

.nav-icons {
  width: 2rem;
  float: right;
  padding: 17px 30px;
  margin-right: 1rem;
  cursor: pointer;
}

.nav-icons,
.nav-login {
  z-index: 9999;
  position: relative;
}

.account-link {
  padding: 15px 10px 5px;
  font-size: 1.4rem;
  border-bottom: 3px solid transparent;
  color: #40494f;
}

.cancel-sub {
  margin-top: 5rem;
  margin-bottom: 6rem;
  border-top: 1px solid #999;
}

.cancel-sub a {
  width: 100%;
  text-align: center;
  padding: 2rem !important;
  font-size: 1.6rem;
  display: inline-block;
}


.nav-icons svg {
  width: 1.6rem;
  position: relative;
  margin: auto;
  display: block;
}

.nav-icons:hover path {
  fill: var(--brandColor);
}

.nav-mobile {
  display: block;
}


@media (max-width: 1115px) {
  .nav-login {
    position: absolute;
    top: 0;
    left: -210px;
  }
}

@media (max-width: 480px) {
  .nav-login {
    position: relative;
    top: 0;
    left: 0;
    float: none;
  }

  .nav-icons {
    float: right;
  }

  .site-nav {
    height: 70px;
  }
}

@media (max-width: 680px) {


  .nav-wrapper {
    padding: 0rem 2rem 3rem 3rem;
  }
}


@media (max-width: 1080px) {
  .nav.nav-visible {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    position: relative;
  }
}

@media (min-width: 1080px) {
  .nav-mobile {
    display: none;
  }

  .nav {
    display: flex;
  }
}










/*
  membership
*/


input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
  background: #fff;
  border: none;
  border: solid 1px var(--lightgrey);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 0.6em;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 15px 10px;
  width: 100%;
  background: #f1f1f1;
  color: #3f3f40;
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 300;
  user-select: text;
  border-radius: 2px;
  transition: border-color 0.15s linear;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
}



.button {
  display: inline-block;
  padding: 1.2rem 3rem;
  border: 0;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  appearance: none;
  transition: 0.4s ease;
}


.button-green,
.button.primary.button-green {
  background: var(--brandColor);
}

.button.fit {
  width: 100%;
}

.button.small {
  height: 30px;
  line-height: 30px;
  padding: 0 1.1rem;
  font-size: 1.4rem;
}

.button.large {
  height: calc(44px * 1.14);
  line-height: calc(44px * 1.14);
  padding: 0 3rem;
  font-size: 1.6rem;
}

.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.4;
}

.button {
  color: #fff;
  background-color: transparent;
}


.button.primary,
.button.primary span {
  color: #fff;
  background-color: #444;
  box-shadow: none;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

.signin-box .button.primary {
  line-height: 2.4rem;
}

.checkout-plan-content .button.primary {
  line-height: 3.5rem;
}

.button.primary:hover {
  background-color: color(#444 l(-10%));
  color: #fff;
  text-decoration: underline;
}

.authbox-signup .button.primary:hover {
  background-color: transparent;
}

.authbox-signup span.button.primary {
  border: 1px solid color(#40494f l(-10%));
}

.authbox-signup .button.button-red.button.primary {
  background-color: color(#40494f l(-10%));
}




.site-signup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.signup-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 10vw;
  text-align: center;
}

.signup-title {
  margin: 0 0 0.1em;
  font-size: 4.2rem;
}

.signup-form p {
  color: var(--midgrey);
  font-size: 1.3em;
}

.signup-form p small {
  display: inline-block;
  margin: 15px 0 0 0;
  font-size: 1.4rem;
}

.signup-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signup-box .button {
  margin-left: 10px;
}

@media (max-width: 600px) {
  .signup-box {
    flex-direction: column;
  }

  .signup-box .button {
    width: 100%;
    margin: 15px 0 0 0;
  }
}



/* new signup design */

.pricing-buttons {
  width: 50% !important;
  margin: 5rem auto !important;
  text-align: center !important;
}

.pricing-button {
  background-color: #40494f;
  color: #fff;
  border: none;
  min-width: 16rem;
  box-shadow: none;
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  padding: 1.2rem 3rem;
  border: 0;
  cursor: pointer;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  appearance: none;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.pricing-button.active {
  background-color: var(--brandColor);
}

.pricing-options {
  display: none;
}

.pricing-options.active {
  display: block;
}

@media (max-width: 836px) {
  .pricing-buttons {
    display: flex;
    justify-content: space-evenly;
  }
}

.checkout-plan-badge {
  width: 100%;
  display: flex;
  margin: 0 1rem;
  padding: 0 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.checkout-plan-badge img {
  max-width: 9rem;
  margin: -5rem;
}

.checkout-button-container {
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.team-subscription-cta {
  display: block;
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 3rem 0;
  margin-top: 4rem;
}

.team-subscription-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  transform: translateX(-50%);
  z-index: -1;
}

.team-subscription-cta>h4 {
  margin-bottom: 4rem;
  text-align: center;
}

.team-cta-buttons {
  display: flex;
  justify-content: center;
}

.team-cta-button:hover {
  background-color: #40494f !important;
}

.team-cta-button {
  color: #fff !important;
  margin-bottom: 1rem !important;
  display: inline-block !important;
  /* min-width: 16rem !important; */
  box-shadow: none !important;
  font-family: 'poppins', sans-serif;
  font-weight: 600 !important;
  padding: 1.2rem 3rem !important;
  border: 0;
  cursor: pointer;
  font-size: 1.8rem !important;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

@media (max-width: 740px) {

  .team-cta-buttons {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .team-cta-button {
    width: 100%;
    margin-right: 0 !important;
  }

  .team-subscription-cta {
    text-align: center;
  }
}



/*end new signup design */

.site-signin .signup-page-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.signin-form {
  text-align: center;
  margin: auto;
  padding: 2rem 5rem;
  flex: 1;
  min-width: 35%;
}

h1.signin-title {
  font-size: 3.2rem;
  text-align: left;
}

.signin-form p {
  color: var(--midgrey);
  font-size: 1em;
  text-align: left;
}

.signin-form p small {
  display: inline-block;
  margin: 2.5rem 0 0 0;
  font-size: 1.6rem;
}

.signin-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signin-box .button {
  margin-left: 10px;
}

@media (max-width: 600px) {
  .signin-box {
    flex-direction: column;
  }

  .signin-box .button {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .signin-cert-box {
    min-height: 45rem;
  }

  .signin-cert-box h1,
  .signin-cert-box p {
    margin-bottom: 2rem;
  }
}



@media (min-width: 690px) {
  .signin-cert-box {
    padding: 5rem 5rem;
  }

  .signin-cert-box h1 {
    font-size: 4rem;
  }

  .signin-testimonial {
    font-size: 2.5rem;
  }

  .signin-patch {
    display: block;
  }
}

.signin-cert-subscript {
  max-width: 25%;
  font-size: 2rem;
  position: absolute;
  bottom: 10rem;
  min-width: 20rem;
}

.checkout-form {
  width: 100%;
  /* max-width: 930px; */
  margin: 0 auto;
}

.checkout-form h1 {
  text-align: center;
  margin-top: 5rem;
  padding-top: 6rem;
  margin-bottom: 0;
  font-size: 10rem;
}


.checkout-form h4 {
  font-weight: 500;
  padding: 3rem 1rem;
  font-size: 2.2rem;
  margin-top: 3rem;
}

.checkout-title {
  margin: 0 auto 10px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.checkout-form p {
  max-width: 500px;
  font-size: 1.6rem;
  padding: 2rem 1rem;
  text-align: left;
  max-width: 570px;
  line-height: 1.6;
  position: relative;
  display: block;
  min-width: auto;
  margin: 0rem auto 2rem auto;
  font-size: 2rem;

}


.checkout-form.checkout-form-signup p {
  text-align: center;
  max-width: inherit;
  /* max-width: 650px; */
  margin: auto;
}

.checkout-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 5rem;
}

.checkout-plan {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-top: var(--brandColor) 6px solid;
  text-align: left;
  border-radius: 10px;
  color: color(var(--midgrey) l(-30%));
  background: #fff;
  box-shadow: 0 0 0 1px rgba(39, 44, 49, .03), 0 0 3px rgba(39, 44, 49, .05), 0 5px 22px -10px rgba(39, 44, 49, .12), 0 25px 30px -25px rgba(39, 44, 49, .05);
  max-width: 450px;
}


.checkout-plan .button {
  line-height: 4rem;
}

.checkout-plan+.checkout-plan {
  margin-left: 30px;
}


.checkout-plan-header {
  position: relative;
  padding: 0 0 50px;
  color: var(--midgrey);
  font-size: 1.5rem;
  line-height: normal;
}

.checkout-plan-header:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  background: rgba(39, 44, 49, .08);
  border-radius: 2px;
}

.checkout-plan-header h3 {
  margin: 0 0 25px 0;
  color: var(--darkgrey);
  font-size: 1.8rem;
  line-height: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.checkout-plan-header span {
  font-size: 2.6rem;
  font-weight: 300;
}

.checkout-plan-header strong {
  color: var(--darkgrey);
  font-size: 4.5rem;
  font-weight: 500;
}

.checkout-plan-header-cross {
  position: relative;
  color: #738a94;
  font-size: 1.6rem;
  text-decoration: line-through;
}

.checkout-plan-header-cross h3,
.checkout-plan-header-cross span,
.checkout-plan-header-cross strong {
  color: #999;
  font-size: 1.8rem;
}


p.checkout-plan-header-desc {
  margin: auto;
  padding: 1rem 0;
  font-size: 1.8rem;
  text-align: left;
}

.checkout-plan-header p.checkout-plan-header-desc {
  text-align: left;
}

p.checkout-plan-bottom-desc {
  font-size: 1.8rem;
  text-align: left;
}

.limited-availability {
  background-color: var(--brandColor);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  width: fit-content;
  padding: 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

.limited-availability span {
  font-size: 1.4rem;
  font-weight: 700;
}

.checkout-plan-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.checkout-plan-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-plan-content li {
  position: relative;
  margin: 0;
  padding: 0 0 15px 20px;
  font-size: 1.8rem;
  line-height: 1.4em;
}

.checkout-plan-content li:before {
  display: block;
  position: absolute;
  left: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: color(var(--green) l(-5%));
  content: "✓";
}

.checkout-plan-content span {
  font-size: 1.8rem;
  /* margin-bottom: 3rem; */
  color: var(--midgrey);
}

.checkout-plan-content a.button {
  background-color: #40494f;
  color: #fff;
}

.checkout-plan-content .button {
  margin: 20px 0 0 0;
}

h3.checkout-title {
  margin: 0;
  text-align: center;
  margin-top: 1rem;
}

.checkout-form-signup h1.checkout-title {
  text-align: center;
  margin-top: 0 !important;
  font-size: 5rem;
}

@media (max-width: 740px) {
  .checkout-title {
    margin-top: 50px;
  }

  .checkout-box {
    flex-direction: column;
  }

  .checkout-plan+.checkout-plan {
    margin: 5vw 0 0 0;
  }

  .checkout-form-signup h1.checkout-title {
    font-size: 4rem;
  }
}

form[data-members-form] .button-loader,
form[data-members-form] .message-success,
form[data-members-form] .message-error {
  display: none;
}

.message-success svg,
.message-error svg {
  position: relative;
  top: -1px;
  margin-right: 5px;
  height: 15px;
  width: 15px;
}

.message-success svg {
  fill: #fff;
}

.message-error svg {
  fill: var(--red);
}

form[data-members-form].success .message-success,
form[data-members-form].error .message-error {
  position: relative;
  z-index: 9999;
  margin: 2rem auto;
  padding: 2rem 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  background: color(var(--green) l(-5%));
  border-radius: 2px;
}

form[data-members-form].success .message-success {
  background: color(var(--green) l(-5%));
}

form[data-members-form].success .message-success strong {
  color: #fff;
}

form[data-members-form].error .message-error {
  color: var(--red);
  background: #fff;
  box-shadow: var(--red) 0 0 0 1px;
}

form[data-members-form] .button {
  position: relative;
}

/*-- Loading --*/

/* Hide button text */
form[data-members-form].loading .button-content {
  visibility: hidden;
}

/* Show loading spinner */
form[data-members-form].loading .button-loader {
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 31px;
  margin-left: -19px;
  transform: scale(0.7);
}

.button-loader svg path,
.button-loader svg rect {
  fill: #fff;
}

/*-- Show success message on success --*/
form[data-members-form].success .message-success {
  display: block;
}

/*-- Show error message on error --*/
form[data-members-form].error .message-error {
  display: block;
}

.site-account {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vw;
}


.account-box-title {
  font-size: 3rem;
}




.hidden-upgrade {
  display: none;
}


.members-sales-icons-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px;
  max-width: 110rem;
  text-align: center;
  border: 1px solid var(--brandColor);
  border-radius: 5px;
  position: relative;
  box-shadow: 10px 15px 0px 0px var(--brandColor);
  text-align: left;
}

.members-sales-icons-signup {
  margin-top: 5rem;
}

.members-sales-icons-wrapper h1 {
  padding: 1rem;
  margin-bottom: 3rem;
}

p.members-sales-desc {
  font-size: 2rem;
  text-align: left;
  padding: 3rem;
}

.post-upgrade-cta-content {
  max-width: 100%;
  width: 90vw;
  margin: auto;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid var(--brandColor);
  border-radius: 5px;
  position: relative;
  box-shadow: 10px 15px 0px 0px var(--brandColor);
}

.post-upgrade-cta-content .site-logo {
  width: 50px;
  position: absolute;
  top: 1rem;
}

.post-upgrade-cta {
  margin-top: 4rem;
  margin-bottom: 9rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.post-upgrade-cta-content h2 {
  margin: 0;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -0.5px;
  margin-top: 3rem;
}

.post-upgrade-cta-desc {
  padding: 2rem;
  padding-top: 4rem;
  padding-bottom: 0;
}

.post-upgrade-cta a.button,
.page-mentors a.button-red,
a.button-red,
.button-red {
  margin: 30px 0;
  color: var(--brandColor);
  background: #fff;
  border: 1px solid var(--brandColor);
  box-shadow: none;
  text-decoration: none;
  max-width: 21rem;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 3px;
  padding: 1rem;
}

.post-upgrade-cta a.button:first-child,
.page-mentors a .button-red,
a .button-red {
  background: var(--brandColor);
  color: #fff;
  box-shadow: initial;
}

.page-mentors a.button-red,
a .button-red,
.button-red {
  padding: 0 1rem;
}

.page-mentors a.button-red:hover,
a .button-red:hover,
.button-red:hover {
  text-decoration: underline;
}

.post-upgrade-cta a .button:hover {
  color: #fff;
  background: var(--brandColor);
}

.post-upgrade-cta p {
  margin: 0;
}

.post-upgrade-cta a,
.post-upgrade-cta a:hover,
{
color: #3f3f40;
text-decoration: underline;
box-shadow: none !important;
}

.post-excerpt {
  position: relative;
}

.post-upgrade-buttons-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4rem 2rem;
}

.post-upgrade-buttons-wrapper .button {
  display: inline;
}

.post-card-feature .post-visibility-paid,
.post-card-feature .post-visibility-members {
  color: var(--brandColor);
  border-color: var(--brandColor);
  top: initial;
  bottom: 3rem;
  right: 3rem;
  height: initial;
  min-height: initial;
}

.post-card-promoted .post-visibility-paid,
.post-card-promoted .post-visibility-members {
  color: var(--brandColor);
  border-color: var(--brandColor);
  top: initial;
  bottom: 3rem;
  right: 3rem;
}

div.post-card-promote-readmore {
  min-height: auto;
  float: left;
}


.post-visibility-paid,
.post-visibility-members {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  border-radius: 3px;
  z-index: 10;
  padding: 0.25rem 1rem;
  font-size: 1.3rem;
  color: #40494f;
  font-weight: 500;
  border: 1px solid #40494f;
}


.post-card-header {
  position: relative;
  margin-bottom: 2rem;
}

.post-visibility-public {
  display: none;
}


.members-sales-faq {
  padding: 2rem;
  max-width: 900px;
  margin: auto;
  position: relative;
}

.members-sales-faq p {
  max-width: 90rem;
  display: block;
  min-width: auto;
  padding: 2rem 2rem;
}

.members-sales-faq h4 {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.members-sales-faq h5 {
  font-size: 2rem;
  text-align: left;
  color: #3f3f40;
  margin-bottom: 0;
  padding-bottom: 0;
}

.members-sales-icons-item-wrapper {
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  padding: 2rem 7.5rem;
}

.members-sales-icons-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 30rem;
  padding: 2rem 1.5rem;
}

.members-sales-icons-item h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--brandColor);
}

.members-sales-icons-item p {
  font-size: 1.6rem;
  line-height: 1.3;
  max-width: 10rem;
  min-width: inherit;
}


.members-sales-icons-item svg {
  width: 100%;
  max-width: 5rem;
  max-height: 5rem;
  position: relative;
  display: block;
}

@media (max-width: 1260px) and (min-width: 885px) {

  .members-sales-icons-item:last-child {
    max-width: 40rem;
  }
}





.members-sales-icons-headline-wrapper {
  float: left;
  padding-left: 10rem;
}

.members-sales-icons-headline-wrapper h3 {
  font-size: 4rem;
  margin-bottom: 0;
  color: var(--brandColor);
}


img.members-sales-icons-headline-image {
  float: left;
  min-width: auto;
  width: 30rem;
  margin-left: 15%;
}

.members-sales-exclusive {
  max-width: 900px;
  margin: 7rem auto 0 auto;
  position: relative;
}

.members-sales-exclusive h4 {
  font-size: 2.8rem;
  font-weight: 500;
  padding: 3rem 0;
  padding-bottom: 0;
  line-height: 1.6;
}

.members-sales-exclusive ul {
  margin-top: 3rem;
  z-index: 10;
  position: relative;
}

img.checkout-form-image {
  margin: -17rem auto;
  margin-bottom: -10rem;
  padding: 0 2.5rem;
  display: block;
  position: relative;
  width: 140%;
  left: -20%;
  max-width: initial;
}

.gh-error-subscription-cancel {
  display: block;
}

.gh-subscription-cancel {
  font-size: 1.2rem;
}

.subscription a.button {
  color: #fff;
  background-color: #444;
  padding: 0 2rem;
}



@media (max-width: 1670px) {
  .members-sales-icons-headline-wrapper {
    padding-left: 5rem;
  }

  .members-sales-icons-headline-wrapper h3 {
    font-size: 3rem;
  }

  .members-sales-icons-headline-wrapper p {
    font-size: 1.8rem;
  }

  img.members-sales-icons-headline-image {
    margin-left: 10%;
  }
}

@media (max-width: 1305px) {
  img.members-sales-icons-headline-image {
    display: none;
  }
}

@media (max-width: 1080px) {
  img.members-sales-icons-headline-image {
    margin-left: 0;
  }

  .members-sales-icons-headline-wrapper {
    padding-top: 0;
    padding-left: 0;
  }
}

@media (max-width: 890px) {
  img.checkout-form-image {
    margin: -8rem auto;
  }
}

@media (max-width: 660px) {

  .post-upgrade-cta-content {
    padding: 40px 5px;
  }

  .checkout-form h1 {
    font-size: 6rem;
    padding: 2rem 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  h3.checkout-title,
  .checkout-box,
  .members-sales-icons-wrapper,
  .members-sales-exclusive h4,
  .members-sales-exclusive {
    padding: 0 2rem;
  }

  .members-sales-exclusive h4 {
    font-size: 1.9rem;
  }

  .members-sales-icons-wrapper {
    width: 95%;
  }

  img.checkout-form-image {
    margin: -3rem auto;
    width: 100%;
    left: 0;
  }

  .members-sales-exclusive {
    margin-bottom: 0;
  }


}

@media (max-width: 520px) {
  .members-sales-icons-item-wrapper {
    padding: 2rem;
  }

  .members-sales-icons-item p {
    max-width: inherit;
  }

}

@media (max-width: 430px) {

  .members-sales-icons-item-wrapper,
  .members-sales-icons-item {
    padding: 0;
    width: 100%;
    min-width: auto;
  }

  img.members-sales-icons-headline-image {
    width: 100%;
  }

  .members-sales-icons-item {
    flex: 1 1 100%;
  }
}


.kg-width-full figcaption {
  padding: 0 1.5em;
}

.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.kg-embed-card .fluid-width-video-wrapper {
  margin: 0;
}


@media (max-width: 1040px) {
  .post-full-content .kg-width-full .kg-image {
    width: 100vw;
  }
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  width: 100vw;
}

.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+.kg-image-card.kg-width-wide,
.kg-gallery-card+.kg-gallery-card,
.kg-image-card.kg-width-wide+.kg-gallery-card,
.kg-image-card.kg-width-wide+.kg-image-card.kg-width-wide {
  margin: -2.25em 0 3em;
}

/* keep existing <pre> styles for code cards with captions */
.kg-code-card {
  width: 100%;
}

.kg-code-card pre {
  margin: 0;
}

.kg-bookmark-card {
  width: 100%;
  background: var(--white);
}

.kg-card+.kg-bookmark-card {
  margin-top: 0;
}

.post-full-content .kg-bookmark-container {
  display: flex;
  min-height: 148px;
  color: var(--darkgrey);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.09);
}

.post-full-content .kg-bookmark-container:hover {
  color: var(--darkgrey);
  text-decoration: none;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.09);
}


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

.kg-bookmark-title {
  color: color(var(--midgrey) l(-30%));
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}

.post-full-content .kg-bookmark-container:hover .kg-bookmark-title {
  color: var(--brandColor);
}



.kg-bookmark-description {
  display: -webkit-box;
  overflow-y: hidden;
  margin-top: 12px;
  max-height: 48px;
  color: color(var(--midgrey) l(-10%));
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 300;

  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-thumbnail {
  position: relative;
  min-width: 33%;
  max-height: 100%;
}

.kg-bookmark-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 3px 3px 0;

  object-fit: cover;
}

.kg-bookmark-metadata {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
  color: color(var(--midgrey) l(-10%));
  font-size: 1.5rem;
  font-weight: 300;
}

.post-full-content .kg-bookmark-icon {
  margin-right: 8px;
  width: 22px;
  height: 22px;
}

.kg-bookmark-author {
  line-height: 1.5em;
}

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

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

.beamer_icon.active,
#beamerIcon.active {
  background-color: var(--brandColor) !important;
}



.tickets-teams-input {
  max-width: 8rem;
  min-width: 4rem;
  line-height: 4rem;
  float: right;
  text-align: center;
  padding: 0.5rem;
}

.tickets-teams-text {
  line-height: 5rem;
  float: left;
  font-size: 1.2rem;
}



.eats-root-layout-component .popup-content {
  padding-top: 130px !important;
}







.modular-navigation * {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
}


.modular-navigation {
  list-style: none;
  border-radius: 4px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  float: left;
}

.modular-navigation-wrapper {
  float: left;
  position: relative;
}

.modular-navigation-main {
  display: block;
  clear: both;
  display: block;
  margin: 0;
  padding: 12px 10px 5px 10px;
  font-size: 1.4rem;
  color: #40494f;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.modular-navigation-main-width-list {
  padding: 12px 25px 5px 10px;
}

.modular-navigation-wrapper:hover {
  text-decoration: underline;
  color: color(var(--brandColor));
}

.modular-navigation-main-width-list::after {
  position: absolute;
  border: 1px solid color(var(--brandColor));
  border-radius: 50%;
  bottom: 1.5rem;
  content: "\2039";
  color: color(var(--brandColor));
  line-height: 0.8rem;
  height: 1.4rem;
  width: 1.3rem;
  font-size: 1rem;
  text-align: center;
  top: 1.7rem;
  right: 5px;
  transform: rotate(-90deg);
}

.modular-navigation-wrapper:hover .modular-navigation-main {
  text-decoration: underline;
  color: color(var(--brandColor));
}

.modular-navigation-item-wrapper {
  display: none;
  clear: both;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease-in;
  background: rgba(255, 255, 255, 0.95);
  
  border-radius: 10px;
  padding: 1rem;
  
  position: absolute;
  left: 0px;
  border-radius: 0px;
  top: -20px;
  padding: 0 5rem;
  padding-top: 8rem;
  box-shadow: 7px 8px 5px rgba(0, 0, 0, 0.1);
  justify-content: center;
  width: 100vw;
}

.modular-navigation-item-wrapper-active {
  opacity: 1;
}

.modular-navigation-item {
  display: block;
  font-weight: 500;
  color: #40494f;
  padding: 1rem 0;
  font-weight: 500;
  position: relative;
}


.modular-navigation-item:hover {
  text-decoration: underline;
  color: color(var(--brandColor));
}

.modular-navigation-item-list-wrapper.modular-navigation-item {
  color: #999;
}

.modular-navigation-item-list-wrapper.modular-navigation-item:hover {
  text-decoration: none;
  color: #666;
}


.modular-navigation-item h5,
.modular-navigation-item h6,
.modular-navigation-item h7 {
  margin: 0;
  display: block;
}

.modular-navigation-item h5 {
  font-size: 2rem;
}

.modular-navigation-item h6 {
  font-size: 1.8rem;
}

.modular-navigation-item p {
  color: #777;
  margin-bottom: 0;
}

.nav-mobile-modular,
.modular-navigation-close {
  display: none;
  cursor: pointer;
}

.modular-navigation-item-sub-wrapper,
.modular-navigation-item-sub-third-wrapper {
  clear: both;
  transition: all 300ms ease-in;
  min-width: 17rem;
  border-radius: 10px;
  padding: 2rem 1rem 1rem 1rem;
  left: calc(100% + 1rem);
  top: -1rem;
  z-index: 10;
}

.modular-navigation-item-sub-wrapper-active,
.modular-navigation-item-sub-third-wrapper-active {
  opacity: 1;
}

.modular-navigation-item-list-wrapper {
  padding: 2.5rem;
}

.modular-navigation-item-sub-wrapper {
  padding-left: 0;
  border-top: 1px solid #cdcdcd;
  border-radius: 0;
  margin-top: 1rem;
}



@media (max-width: 1330px) {
  .site-logo {
    width: 23rem;
  }

  .nav-icons {
    padding-left: 5px;
  }
}

@media (max-width: 1280px) {
  .site-logo {
    width: 23rem;
  }

  .nav-icons {
    padding-left: 17px;
  }

  .site-title {
    width: 55px;
    overflow: hidden;
  }
}

@media (max-width: 1115px) {
  .nav-mobile-modular {
    display: block;
  }

  .modular-navigation {
    display: none;
  }

  .modular-navigation-visible,
  .modular-navigation-visible .modular-navigation-close {
    display: block;
  }

  .modular-navigation-close {
    position: absolute !important;
    top: 2rem;
    right: 2rem;
    width: 2rem;
  }

  .modular-navigation-visible div.modular-navigation-main {
    font-size: 2rem;
    font-weight: 500;
    cursor: default;
    text-decoration: none;
  }

  .modular-navigation-visible {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 20%;
    z-index: 9999999;
    overflow: auto;
  }

  .modular-navigation-visible * {
    float: none;
    display: block !important;
    position: relative;
    opacity: 1;
    box-shadow: none;
  }

  .modular-navigation-visible .modular-navigation-main-width-list::after {
    display: none !important;
  }

  .modular-navigation-visible .beamer_icon {
    display: none !important;
  }

  .modular-navigation-visible .modular-navigation-wrapper {
    border-bottom: 1px solid #f3f3f3;
    overflow: auto;
    text-decoration: none;
  }

  .modular-navigation-visible div.modular-navigation-main {
    margin-top: 4rem;
  }

  .modular-navigation-item-wrapper {
    padding: 0;
  }

  .modular-navigation-wrapper:hover .modular-navigation-main,
  .modular-navigation-visible .modular-navigation-wrapper {
    text-decoration: none;
  }

  .modular-navigation-item {
    color: var(--brandColor);
  }

  .modular-navigation-item-sub-wrapper,
  .modular-navigation-item-sub-third-wrapper {
    left: 0;
    width: auto;
    top: 0;
  }

  .modular-navigation-item h5,
  .modular-navigation-item h6,
  .modular-navigation-item h7 {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  div.modular-navigation-item h5,
  div.modular-navigation-item-third h6 {
    font-weight: 500;
    color: #999;
    font-size: 1.8rem;
    cursor: default;
    border-bottom: 1px solid #f3f3f3;
  }

  div.modular-navigation-item h5 {
    font-weight: 600;
    border-bottom: 0;
  }

  div.modular-navigation-item:before {
    display: none;
  }

  .modular-navigation-item:hover {
    text-decoration: none;
  }


}


@media (max-width: 760px) {
  .modular-navigation-visible {
    padding: 3rem 5%;
  }
}



.post-in-post-ad {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  padding: 18% !important;
  margin: 0 auto 3rem auto;
  display: block;
}




/* sales */
.sales-wrapper,
.footer-wrapper {
  max-width: 1920px;
  padding: 0 10%;
  width: 100%;
  position: relative;
  margin: auto;
}

.sales-wrapper .button {
  background: color(var(--brandColor));
}



.footer-wrapper {
  display: inline-block;
  min-height: 26rem;
  padding-top: 5rem;
  padding-bottom: 9rem;
  display: flex;
  flex-wrap: wrap;
}

.sales-background {
  background-image: linear-gradient(#e4ebf1, #fff);
  height: 80rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.sales-header-wrapper {
  min-height: 68rem;
  z-index: 1;
}

.sales-header-wrapper p {
  display: block;
  font-size: 2rem;
  max-width: 500px;
}

.sales-header-text {
  padding-top: 6rem;
  position: relative;
  display: inline-block;
  z-index: 11;
}

.sales-header-text h1 {
  font-size: 4.8rem;
}

.sales-header-text .button {
  display: inline-block;
  min-width: 16rem;
}

.sales-header-text .button:first-child {
  margin-right: 1rem;
}

.sales-wrapper .button.white {
  color: color(var(--brandColor));
  background: white;
}

.wistia_async_hbfp7g5azu div {
  position: static !important;
}

.sales-header-illustration {
  position: absolute;
  top: 1rem;
  right: 5%;
  width: 45%;
  display: none;
  z-index: 10;
}

.sales-header-trialnge-two {
  position: absolute;
  left: 34rem;
  width: 20rem;
  top: 38rem;
  opacity: 0.75;
}

.sales-header-trialnge-one {
  position: absolute;
  left: -11rem;
  height: 25rem;
  top: 27rem;
}

.sales-partners-wrapper {
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 6rem;
  /* z-index: -1; */
}

.sales-partners-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 4rem;
}

.sales-partners-wrapper span {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
}

.sales-partners-logos {
  position: relative;
  margin: auto;
  max-height: 52rem;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background: white;
}

.sales-partners-logos img {
  height: 4rem;
  margin: 2rem 0.5rem;
  max-width: 12rem;
  object-fit: contain;
}

@media(max-width: 1195px) {
  .sales-partners-logos {
    display: flex;
    flex-wrap: wrap;
  }

  .sales-lead-wrapper .sales-learn-wrapper,
  .sales-community-wrapper {
    display: block;
  }

  .sales-learn-image .sales-lead-video,
  .sales-community-image {
    width: 100%;
    margin: auto;
    position: relative;
    display: block;
    margin-top: 4rem;
  }

  .sales-lead-description,
  .sales-learn-description,
  .sales-community-description {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 2rem;
    text-align: left;
    margin-bottom: 7rem;
  }

}

.sales-posts-wrapper {
  width: 100%;
  padding-top: 40px;
  z-index: 101;
  position: relative;
  margin: auto;
  display: inline-block;
}

.sales-posts-wrapper .button {
  margin: auto;
  position: relative;
  display: table;
}

.sales-posts-wrapper .post-card-feature-wrapper {
  float: none;
  width: 100%;
}

.sales-resources-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
  margin-top: 10rem;
}

.sales-resources-wrapper .sales-section-title {
  margin-top: 5rem;
  margin-bottom: 5rem;
  z-index: 1;
  position: relative;
}

.sales-resources-wrapper .sales-section-title span {
  background: #fafafa;
}

.sales-resources-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  padding-bottom: 4rem;
}

.sales-resources-item {
  width: 25%;
  min-width: 18rem;
  margin-bottom: 10rem;
  flex: 1 1 50%;
}

.sales-resources-wrapper-background {
  background: #fafafa;
  width: 160vw;
  height: 100%;
  left: -39%;
  position: absolute;
  right: 0;
}

.sales-resources-item-icon {
  width: 100%;
  max-width: 8rem;
}

.sales-resources-item-title {
  font-size: 2.8rem;
  font-family: poppins, sans-serif;
  font-weight: 600;
  margin: 3rem auto;
}

.sales-resources-item-description {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}


.sales-reports-wrapper {
  height: 54rem;
  background: color(var(--brandColor));
  width: 100%;
  position: relative;
  z-index: 1;
}

.sales-reports-wrapper-background {
  background: color(var(--brandColor));
  width: 160vw;
  height: 100%;
  left: -39%;
  position: absolute;
  right: 0;
}

.sales-reports-item-icon {
  display: none;
  position: absolute;
  margin-right: -43%;
  right: 0;
  height: 694px;
  top: -8rem;
  max-width: inherit;
}

.sales-reports-text {
  z-index: 1;
  position: relative;
  top: 10rem;
  max-width: 60rem;
  width: 100%;
}

.sales-reports-text .button {
  float: left;
}

.sales-reports-description {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  margin-bottom: 3rem;
}

.sales-reports-description br {
  display: none;
}

.sales-reports-title {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 2rem;
  text-align: left;
  line-height: 4.2rem;
}

.sales-reports-text .button {
  display: inline-block;
}


.sales-events-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 5rem;
}

.sales-events-wrapper-right {
  float: left;
  width: 25%;
  display: none;
}

.sales-events-wrapper-left {
  float: left;
  width: 100%;
}

.sales-events-wrapper-left .button {
  display: block;
  margin: auto;
  width: 21rem;
}


.sales-lead-wrapper,
.sales-community-wrapper,
.sales-learn-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 9rem 0;
}

.sales-lead-video {
  width: 100%;
  max-width: 80rem;
  margin: auto;
}

.sales-lead-video .video-js {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 56.25%;
}

.sales-lead-title,
.sales-learn-title,
.sales-community-title {
  font-size: 2.8rem;
  font-family: poppins, sans-serif;
  font-weight: 600;
  margin: 3rem auto;
  font-size: 3.2rem;
  color: color(var(--brandColor));
  line-height: 4.2rem;
}

.sales-lead-description,
.sales-learn-description,
.sales-community-description {
  display: block;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 7rem;
}

.sales-lead-description br,
.sales-learn-description br,
.sales-community-description br {
  display: none;
}

.sales-lead-text,
.sales-learn-text,
.sales-community-text {
  z-index: 1;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 80rem;
  margin: auto;
  margin-top: 2rem;
}

.sales-lead-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f4f4f4;
  width: 160vw;
  height: 100%;
  left: -39%;
}

.sales-learn-image,
.sales-community-image {
  margin: auto;
  position: relative;
  display: block;
  width: 100%;
  max-width: 70rem;
}





.sales-love-wrapper {
  text-align: center;
  padding: 10rem 0;
}

.sales-love-text {
  position: relative;
}

.sales-love-icon {
  position: absolute;
  left: 2rem;
  width: 8rem;
  top: -3rem;
  display: none;
}

.sales-love-title {
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

.sales-love-title span {
  color: color(var(--brandColor));
  font-size: 4rem;
  font-family: poppins, sans-serif;
  font-weight: 600;
}


.sales-love-description {
  font-size: 2rem;
}

.sales-opinion-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 128rem;
  margin: auto;
}


.sales-opinion-text {
  position: relative;
  display: block;
  margin: 0rem auto 8rem auto;
  max-width: 100%;
}

.sales-opinion-avatar {
  width: 8.5rem;
  border-radius: 50%;
  float: left;
  margin-right: 2rem;
}

.sales-opinion-title {
  font-weight: 600;
  color: color(var(--brandColor));
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.sales-opinion-subtitle {
  font-size: 1.6rem;
}

.sales-opinion-logo {
  height: 3.5rem;
  left: -3px;
  position: relative;
}


.sales-opinion-description {
  max-width: 50rem;
  float: none;
  clear: both;
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 3rem;
  padding-left: 3rem;
  position: relative;
}


.sales-opinion-description:before {
  content: '';
  background: color(var(--brandColor));
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
}


.sales-footer-wrapper {
  position: relative;
  position: relative;
  height: 930px;
  background-image: url('/assets/img/sales/wave copy 2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 11rem;
}

.sales-footer-pma {
  width: 200rem;
  position: absolute;
  top: -54rem;
  right: -34rem;
  z-index: -1;
}

.sales-footer-trialnge {
  position: absolute;
  top: 23rem;
  height: 30rem;
  right: -9rem;
}

.sales-footer-semicircle {
  position: absolute;
  top: 33rem;
  height: 15rem;
  left: 24rem;
}



.sales-footer-text-wrapper {
  display: none;
  z-index: 1;
  position: relative;
}

.sales-footer-text-header {
  margin-top: 17rem;
  text-align: center;
  margin-bottom: 6rem;
  font-family: poppins, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
}

.sales-footer-logos {
  position: relative;
  display: inline-block;
  margin: auto;
  max-height: 22rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sales-footer-logos img {
  height: 5rem;
  margin: 4rem;
  min-width: 10rem;
  object-fit: contain;
}

.sales-footer-subscribe-wrapper {
  margin: 13rem auto auto;
  position: relative;
  display: block;
}

.sales-footer-text {
  z-index: 10000;
  position: relative;
  top: -6rem;
}

.sales-footer-title {
  color: #fff;
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 5rem;
  margin-bottom: 35px;
}

.sales-footer-description {
  color: #fff;
  font-size: 2rem;
}



.sales-footer-subscribe-form {
  position: relative;
  z-index: 1;
  width: 32rem;
  top: 16rem;
}

.sales-footer-subscribe-form p {
  position: relative;
  z-index: 1;
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
}

.sales-footer-subscribe-background {
  position: absolute;
  width: 57rem;
  left: -34%;
  top: -70%;
}

.sales-footer-subscribe-form form {
  position: relative;
  z-index: 1;
}

.sales-footer-subscribe-form .subscribe-email {
  border: 2px solid #fff;
  background: transparent;
  color: #1c3d52;
}

.sales-footer-subscribe-form #drip-eu-consent {
  color: #1c3d52;
}

.sales-footer-subscribe-form .drip-eu-consent {
  color: #1c3d52;
}

.sales-footer-subscribe-form .drip-eu-consent a {
  font-weight: 600;
}

.sales-footer-subscribe-form .drip-eu-consent input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.sales-footer-subscribe-form .drip-eu-consent span {
  width: 2rem;
  height: 2rem;
  border: 2px solid #1c3d52;
  display: block;
  float: left;
  position: relative;
}

.sales-footer-subscribe-form .drip-eu-consent div {
  float: left;
  margin-left: 5px;
}

.sales-footer-subscribe-form .drip-eu-consent {
  margin: 15px 0;
  display: inline-block;
  position: relative;
}

.sales-footer-subscribe-form .drip-eu-consent input:checked+span:after {
  content: '';
  background: #1c3d52;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 5px;
}

.sales-footer-subscribe-form button {
  background: color(var(--brandColor));
  border: 1px solid #fff;
  padding: 1.7rem;
  width: 12rem;
  color: #fff;
  text-align: left;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

.sales-footer-subscribe-form-arrow {
  width: 16px;
  float: right;
}


.site-footer-content-logo {
  width: 23rem;
}

.site-footer-content-logo img {
  width: 100%;
  /* filter: invert(1);
  mix-blend-mode: color-dodge; */
}

.site-footer-content {
  width: 38rem;
  float: left;
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  padding-right: 5%;
  flex: 1 1 25%;
  min-width: 28rem;
  padding-bottom: 5rem;
}

.site-footer-links,
.site-footer-categories {
  float: left;
  color: #fff;
  flex: 1 1 11%;
}

.site-footer-categories {
  width: 23rem;
  max-width: 80rem;
}

.site-footer-links li {
  list-style: none;
  list-style: none;
  margin-bottom: 2.5rem;
  margin-top: 0;
  padding-left: 0;
}

.site-footer-links ul {
  padding: 0;
}

.site-footer-links-title,
.site-footer-categories-title {
  font-family: poppins, sans-serif;
  font-weight: 600;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  min-width: 20rem;
}

.site-footer-links a {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}

.site-footer-categories a {
  color: #fff;
  border: 1px solid #fff;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  display: inline-block;
}

.site-footer-social.social-links {
  position: absolute;
  bottom: 1rem;
  /* left: 0; */
}

.site-footer-content-title {
  margin-top: 4rem;
  color: #fff;
}

.site-footer-content-description {
  margin-top: 4rem;
  color: #fff;
  font-weight: 600;
}

.site-footer-social .st0,
.site-footer-social path,
.site-footer-social svg {
  fill: #fff;
}

.collection-wrapper-all {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem auto 10rem auto;
  max-width: 1300px;
}

.collection-wrapper {
  flex: 1 1 30%;
  margin: 1rem;
  display: block;
  min-height: 250px;
  background: #ff5d4c;
  background: color(var(--brandColor));
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-width: 200px;
  border-radius: 3px;
}


.collection-title {
  font-size: 2.5rem;
  font-weight: 600;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  text-shadow: 2px 2px #ff5d4c;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px #818181;
}


.collection-wrapper:hover .collection-title {
  text-decoration: underline;
}

.sales-tags {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: row wrap;
}

.sales-tags a {
  min-width: 100px;
  padding: 0.5rem;
  border: 1px solid var(--brandColor);
  text-align: center;
  margin: 1rem;
}





@media (min-width: 700px) {


  .sales-header-text {
    padding-top: 15rem;
  }

  .sales-reports-description {
    font-size: 2rem;
  }

  .sales-reports-description br {
    display: block;
  }

  .sales-lead-title,
  .sales-reports-title,
  .sales-learn-title {
    font-size: 3.6rem;
    line-height: 1.2;
  }

  .sales-header-text h1 {
    font-size: 5.8rem;
  }
}

@media (min-width: 768px) {
  .site-footer-content {
    min-width: 38rem;
  }

  .sales-posts-wrapper .post-card {
    flex: 1 1 40%;
    min-width: 42rem;
  }
}

@media (min-width: 780px) {
  .sales-footer-subscribe-wrapper {
    width: 92rem;
  }

  .sales-love-icon {
    display: block;
  }

  .sales-reports-item-icon {
    display: block;
    margin-right: -120%;
  }

  .sales-reports-text {
    top: 15rem;
  }

  .sales-section-title span {
    background: #fff;
  }

  .sales-section-title-line {
    display: block;
  }
}

@media (min-width: 920px) {
  .sales-reports-item-icon {
    margin-right: -90%;
  }

  .sales-footer-text-wrapper {
    display: block;
  }

  .sales-footer-text {
    float: left;
    left: -5rem;
  }

  .sales-footer-subscribe-form {
    float: right;
    top: 0;
  }

  .sales-resources-item {
    flex: 1 1 25%;
  }

  .sales-footer-title,
  .sales-footer-description {
    text-align: right;
  }

}


@media (max-width: 920px) {

  .sales-footer-title,
  .sales-footer-description {
    color: #fff;
    z-index: 10000;
  }
}

@media (max-width: 1080px) and (min-width: 920px) {
  .sales-footer-title {
    font-size: 3.2rem;
    color: var(--darkgrey);
  }

  .sales-footer-description {
    color: var(--darkgrey);
  }

  .sales-footer-subscribe-form {
    left: -15%;
  }

  .sales-footer-subscribe-wrapper {
    left: -2rem;
  }
}



@media (min-width: 1000px) {

  .site-footer-social.social-links {
    left: 10%;
  }
}

@media (min-width: 1100px) {
  .sales-reports-item-icon {
    margin-right: -70%;
  }

  .sales-events-wrapper-right {
    float: left;
    width: 25%;
    display: block;
  }

  .sales-events-wrapper-left {
    float: left;
    width: 75%;
    padding-right: 3rem;
  }

  .sales-header-illustration {
    display: block;
  }
}



@media (min-width: 1180px) {
  .site-title {
    width: unset;
  }

  .sales-love-icon {
    position: absolute;
    left: 11rem;
    width: 16rem;
    top: -10rem;
  }

  .collection-wrapper-all {
    /* max-width: 1500px;
    height: 100vh; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 18px;
  }

  .collection-wrapper-all>*:nth-child(8n):nth-last-of-type(2) {
    grid-column: span 2;
  }

  .collection-wrapper-all>*:nth-child(3n-1):nth-last-of-type(1) {
    grid-column: span 2;
  }

  .collection-wrapper-all>*:nth-child(3n-2):nth-last-of-type(1) {
    grid-column: span 3;
  }

  .collection-wrapper {
    border-radius: 3px;
    background-size: cover;
  }

  .collection-wrapper:first-child {
    grid-column: span 2;
    grid-row: span 2
  }

  .collection-title {
    font-size: 3rem;
  }

  .collection-wrapper:first-child>.collection-title {
    display: inline-block;
    text-align: left;
    padding-top: 5.5rem;
    padding-left: 5.5rem;
    font-size: 5rem;
  }

}


@media (min-width: 1300px) {
  .sales-header-illustration {
    top: 1rem;
  }

  .signin-form {
    width: 100%;
    max-width: 580px;
    padding: 5rem;
  }

  .sales-reports-item-icon {
    margin-right: -40%;
  }

  .signin-cert-box h1 {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 3rem;
    font-weight: 500;

  }

  .signin-cert-box {
    max-height: 90rem;
    padding: 3rem 9rem 0;
    min-height: 82rem;
  }

  .signin-testimonial {
    font-size: 2.5rem;
  }
}

@media (min-width: 1380px) {

  .site-footer-social.social-links {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .sales-reports-title,
  .sales-reports-description {
    text-align: right;
  }

  .sales-reports-text .button {
    float: right;
  }
}

@media (min-width: 1470px) {
  .sales-reports-item-icon {
    margin-right: -30%;
  }

  .sales-lead-text {
    padding-left: 5%;
    float: left;
    margin-top: 0;
    max-width: 63rem;
  }

  .sales-lead-description br,
  .sales-learn-description br {
    display: block;
  }

  .sales-lead-video,
  .sales-learn-image {
    float: left;
    max-width: 52.5rem;
    width: 100%;
  }

  .sales-community-image {
    position: relative;
    float: right;
    max-width: 52.5rem;
  }

  .sales-learn-text {
    float: right;
    padding-right: 5%;
    margin-top: 0;
    max-width: 66rem;
  }

  .sales-community-text {
    float: left;
    padding-right: 5%;
    margin-top: 0;
    max-width: 61rem;
  }

  .sales-learn-title,
  .sales-learn-description,
  .sales-lead-description,
  .sales-lead-title {
    text-align: left;
  }

  .sales-community-title,
  .sales-community-description {
    text-align: right;
  }

  .sales-lead-title,
  .sales-learn-title,
  .sales-community-title {
    margin-top: 0;
  }

  .sales-lead-description,
  .sales-learn-description,
  .sales-community-description {
    margin-bottom: 3rem;
  }

  .sales-learn-text .button {
    float: left;
  }

  .sales-community-text .button {
    float: right;
  }
}

@media (min-width: 1540px) {

  .sales-learn-text,
  .sales-community-text,
  .sales-lead-text {
    max-width: 66rem;
  }
}


@media (min-width: 1600px) {

  .sales-header-illustration {
    width: 45%;
    right: 5%;
  }

  .sales-love-icon {
    width: 21rem;
  }

  .sales-partners-wrapper {
    margin-top: 6vw;
  }

  .search-horizontal-wrapper {
    margin-top: 10vw;
  }
}

@media (min-width: 1620px) {

  .sales-learn-wrapper,
  .sales-lead-wrapper,
  .sales-community-wrapper {
    max-width: 119rem;
    margin: auto;
    display: block;
    height: 50rem;
  }
}


@media (min-width: 1780px) {

  .sales-lead-wrapper,
  .sales-community-wrapper,
  .sales-learn-wrapper {
    max-width: 119rem;
    display: flex;
    margin: auto;
    height: initial;
  }

  .sales-community-wrapper {
    flex-direction: row-reverse;
  }

  .sales-lead-title,
  .sales-reports-title,
  .sales-learn-title,
  .sales-community-title {
    font-size: 4.2rem;
    line-height: 1.2;
  }

  .sales-lead-text,
  .sales-learn-text {
    padding-left: 5%;
    float: right;
    max-width: 61rem;
    margin-top: 0;
  }

  .sales-lead-description br,
  .sales-learn-description br {
    display: block;
  }

  .sales-lead-video,
  .sales-learn-image {
    float: left;
    max-width: 55rem;
    width: 100%;
  }

  /*
  .sales-learn-image {
    float: left;
    max-width: 60rem;
  }
*/
  .sales-community-image {
    float: right;
    max-width: 55rem;
  }

  .sales-community-text {
    float: left;
    padding-right: 5%;
    margin-top: 0;
    max-width: 70rem;
  }

  .sales-learn-title,
  .sales-learn-description,
  .sales-lead-description,
  .sales-lead-title {
    text-align: left;
  }

  .sales-community-description,
  .sales-community-title {
    text-align: right;
  }

  .sales-lead-description,
  .sales-learn-description,
  .sales-community-description {
    margin-bottom: 3rem;
  }

  .sales-learn-text .button {
    float: left;
  }


  .sales-community-text .button {
    float: right;
  }

}


[data-members-form] {
  position: relative;
}

.sidebar-nav [data-members-form].loading:before,
.sidebar-nav [data-members-form].success:before,
.sidebar-nav [data-members-form].error:before {
  content: "Thank you!";
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 6rem 0;
  font-weight: 600;
}

.form-group.success:after {
  content: "Thank you!";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 5rem 0;
  font-weight: 600;
  left: 0;
  top: 0;
  border-radius: 6px;
}

.form-group.success input,
.form-group.success button {
  visibility: hidden;
}


@media (min-width: 1800px) {
  .sales-reports-item-icon {
    margin-right: -20%;
  }
}


.IN-widget {
  margin: auto !important;
  position: relative !important;
  display: block !important;
}

.post-author-with-linkedin-wrapper {
  display: inline-block;
  width: 100%;
}

.post-author-wrapper {
  float: left;
}

.post-linkedin-wrapper {
  float: left;
  padding-top: 2.5rem;
  padding-left: 2rem;
}



.st-default-autocomplete {
  width: 90% !important;
  left: 5% !important;
}

div.st-ui-autocomplete div.st-query-present,
section.st-ui-slide-autocomplete div.st-query-present {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  padding: 2rem !important;
}

div.st-ui-autocomplete div.st-query-present a.st-ui-result .st-ui-type-heading,
section.st-ui-slide-autocomplete div.st-query-present a.st-ui-result .st-ui-type-heading {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
}

div.st-ui-autocomplete div.st-query-present a.st-ui-result .st-ui-type-detail,
section.st-ui-slide-autocomplete div.st-query-present a.st-ui-result .st-ui-type-detail {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.6rem !important;
}

div.st-ui-autocomplete div.st-query-present,
section.st-ui-slide-autocomplete div.st-query-present {
  border: 1px solid transparent !important;
  width: auto !important;
  box-shadow: 0 3px 7px rgb(255 255 255 / 0%) !important;
}

.st-query-not-present {
  padding: 4rem;
  color: #999;
  text-align: center;
}


.toc-container {
  max-width: 730px;
  margin: auto;
  margin-top: 4rem;
}

.toc-container .is-active-link::before {
  background-color: color(var(--brandColor));
}

.post-full-content h2:focus,
.post-full-content h3:focus {
  border: 0 solid transparent;
  outline: none;
}

.toc-container a.toc-link {
  padding: 0;
}

/* Offset headings from fixed header */
.post-content h2::before,
.post-content h3::before {
  display: block;
  content: " ";
  height: 84px;
  margin-top: -84px;
  visibility: hidden;
}

/* Adjust content wrapper */
.post-content {
  display: block;
}

/* Adjustments to wide and full width cards */
.kg-gallery-card,
.kg-width-wide,
.kg-width-full {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kg-gallery-card>*,
.kg-width-wide>*,
.kg-width-full>*,
figure.kg-width-full img {
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100%;
  max-width: 1040px;
  height: auto;
}

.post-full-content pre {
  max-width: 0;
}





.toc-container {
  overflow: visible;
  left: 0;
  position: sticky;
  top: 0;
}

.toc {
  display: none;
  position: sticky;
  top: 80px;
  min-width: 250px;
  line-height: 1.6em;
  padding: 0 .8em;
  position: absolute;
  max-width: 250px;
  left: -270px;
  background: #fff;
  font-size: 1.3rem;
  overflow: visible;
  padding-top: 2rem;
}

.toc::before {
  content: 'Contents';
  position: relative;
  font-size: 2rem;
  top: -1rem;
}

.is-active-link::before {
  background-color: #3eb0ef;
}

ol.toc-list {
  margin: 0;
}

.is-collapsible .toc-list-item {
  padding-top: 15px;
}

@media (min-width: 1270px) {
  body {
    overflow: visible;
  }

  .toc {
    display: block;
  }
}

@media (min-width: 1380px) {
  .toc {
    left: -320px;

  }
}

@media (min-width: 1550px) {
  .toc {
    left: -370px;

  }
}


/* custom snippet CSS */

/* custom text box with link */

.custom-text-box-with-link {
  margin-bottom: 4rem;
  Margin-top: 2rem;
}

/*text and image/typeform combo */

.custom-snippet-wrapper2,
.custom-snippet-wrapper1,
.custom-snippet-wrapper3,
.custom-snippet-wrapper,
.custom-snippet-wrapper4,
.custom-snippet-template-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
  max-width: 119rem !important;
  margin: 2rem auto;
  padding: 2rem 0;
}

.custom-snippet-template-wrapper {
  background-color: #E5EFF5;
  padding: 40px 0 40px 32px;
  margin: 40px 0;
  display: inline-block;

}


.custom-snippet-wrapper4 {
  margin: 0 auto 2rem;
  padding: 0 0 5rem;
}

.custom-template-download-content {
  display: flex;
  margin-top: 32px;
  gap: 24px;
}

.custom-snippet-image2,
.custom-snippet-image1,
.custom-snippet-image,
.custom-snippet-image3,
.custom-snippet-image4,
.custom-snippet-image5 {
  position: relative;

}

.custom-snippet-image2 {
  width: 45%;
  float: left;
}

.custom-snippet-image1 {
  max-width: 50%;
  float: left;
  max-height: 50rem;
}

.custom-snippet-image3 {
  width: 45%;
  float: right;
}

.custom-snippet-image,
.custom-snippet-image5 {
  max-width: 50%;
  float: right;
}

.custom-snippet-image4 {
  max-width: 50%;
  float: right;
  height: 333px;
}

.custom-snippet-image1 img,
.custom-snippet-image img,
.custom-snippet-image4 img,
.custom-snippet-image5 img {
  width: 100% !important;
  height: 100%;
  position: relative;
}

.custom-snippet-text2,
.custom-snippet-text1,
.custom-snippet-text3,
.custom-snippet-text,
.custom-snippet-text4 {
  z-index: 1;
  position: relative;
  text-align: left;
  max-width: 50%;
  float: right;
}

.custom-snippet-text3,
.custom-snippet-text,
.custom-snippet-text4 {
  float: left;
}

.custom-snippet-text2,
.custom-snippet-text1 {
  float: right;
}

.custom-snippet-title2,
.custom-snippet-title1,
.custom-snippet-title3,
.custom-snippet-title,
.custom-snippet-title4 {
  font-weight: 600;
  margin: 0 auto 3rem;
  font-size: 2.8rem;
  color: var(--brandColor);
  line-height: 3.5rem;
}

.custom-snippet-title4 {
  font-size: 4.2rem;
  line-height: 4.2rem;
}

.custom-snippet-template-title {
  font-family: 'Poppins';
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 100% */
  letter-spacing: -0.8px;
  margin: 0;
  color: var(--brandColor)
}

.custom-snippet-description2,
.custom-snippet-description1,
.custom-snippet-description3,
.custom-snippet-description,
.custom-snippet-description4 {
  display: block;
  text-align: left;
  margin-bottom: 3rem;
}

.custom-snippet-description2 br,
.custom-snippet-description1 br,
.custom-snippet-description3 br,
.custom-snippet-description br,
.custom-snippet-description4 br {
  display: block;
}

.custom-snippet-description2,
.custom-snippet-title2,
.custom-snippet-description1,
.custom-snippet-title1,
.custom-snippet-description3,
.custom-snippet-title3,
.custom-snippet-description,
.custom-snippet-title,
.custom-snippet-description4,
.custom-snippet-title4 {
  text-align: left;
}

.custom-snippet-template-description ul {
  margin: 24px 0 0;
}

.custom-snippet-template-description {
  margin-bottom: 32px;
}

.custom-snippet-button-container1,
.custom-snippet-button-container,
.custom-snippet-button-container4 {
  display: flex;
}

.custom-snippet-button-container1 a.custom-snippet-button1,
.custom-snippet-button-container a.custom-snippet-button,
.custom-button-container1 a.custom-button1,
.custom-button-container a.custom-button,
.custom-snippet-button-container4 a.custom-snippet-button4 {
  background-color: var(--brandColor);
  color: #fff;
  display: inline-block;
  padding: 0.3rem 1.4rem;
  border: 0;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 1rem;
  flex: 1;
  float: left;
  max-width: fit-content;
  border-radius: 5px;
  font-family: 'poppins' !important;
}

@media screen and (max-width: 320px) {
  /* Your CSS rules for small screens go here */

  .custom-snippet-wrapper2,
  .custom-snippet-wrapper1,
  .custom-snippet-wrapper3,
  .custom-snippet-wrapper,
  .custom-snippet-wrapper4 {
    width: 100%;
    padding: 2% 5%;
  }

  .custom-snippet-text2,
  .custom-snippet-text1,
  .custom-snippet-text3,
  .custom-snippet-text,
  .custom-snippet-text4 {
    min-width: 100%;
    margin: auto;
  }

  .custom-snippet-title2,
  .custom-snippet-title1,
  .custom-snippet-title3,
  .custom-snippet-title {
    font-size: 2.8rem;
    margin: 1rem auto 2.5rem;
  }

  .custom-snippet-title4 {
    font-size: 4.2rem;
    margin: 1rem auto 2.5rem;
  }

  .custom-snippet-description1,
  .custom-snippet-description3,
  .custom-snippet-description2,
  .custom-snippet-description,
  .custom-snippet-description4 {
    margin-bottom: 3rem;
  }

  .custom-snippet-image2,
  .custom-snippet-image1 .custom-snippet-image3,
  .custom-snippet-image,
  .custom-snippet-image4 {
    min-width: 100%;
    margin: auto;
    height: auto;
  }

  /*
  .custom-snippet-image1 img,
  .custom-snippet-image img {
    width: 75% !important;
  }
*/

  .custom-snippet-image5 {
    display: none;
  }

  .custom-snippet-button-container1,
  .custom-snippet-button-container,
  .custom-snippet-button-container4 {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .custom-snippet-button-container1 a.custom-snippet-button1,
  .custom-snippet-button-container a.custom-snippet-button,
  .custom-snippet-button-container4 a.custom-snippet-button4,
  .custom-button-container a.custom-button {
    margin: 0.5rem 0;
  }

  .custom-snippet-template-wrapper {
    padding: 40px 32px;
  }

  .custom-template-download-content {
    flex-direction: column-reverse;
  }
}


@media screen and (min-width: 321px) and (max-width: 480px) {
  /* Your CSS rules for medium-sized screens go here */

  .custom-snippet-wrapper2,
  .custom-snippet-wrapper1,
  .custom-snippet-wrapper3,
  .custom-snippet-wrapper,
  .custom-snippet-wrapper4 {
    width: 100%;
    padding: 2% 5%;
  }

  .custom-snippet-text2,
  .custom-snippet-text1,
  .custom-snippet-text3,
  .custom-snippet-text,
  .custom-snippet-text4 {
    min-width: 100%;
  }

  .custom-snippet-title2,
  .custom-snippet-title1,
  .custom-snippet-title3,
  .custom-snippet-title {
    font-size: 2.8rem;
    margin: 1rem auto 2.5rem;
  }

  .custom-snippet-title4 {
    font-size: 4.2rem;
    margin: 1rem auto 2.5rem;
  }

  .custom-snippet-description1,
  .custom-snippet-description3,
  .custom-snippet-description,
  .custom-snippet-description4 {
    margin-bottom: 3rem;
  }

  .custom-snippet-image2,
  .custom-snippet-image1,
  .custom-snippet-image3,
  .custom-snippet-image,
  .custom-snippet-image4 {
    min-width: 100%;
    margin: auto;
    height: auto;
  }

  /*
  .custom-snippet-image1 img,
  .custom-snippet-image img {
    width: 75% !important;
  }
*/

  .custom-snippet-image5 {
    display: none;
  }

  .custom-snippet-button-container1,
  .custom-snippet-button-container,
  .custom-snippet-button-container4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-snippet-button-container1 a.custom-snippet-button1,
  .custom-snippet-button-container a.custom-snippet-button,
  .custom-snippet-button-container4 a.custom-snippet-button4,
  .custom-button-container a.custom-button {
    margin: 0.5rem 0;
  }

  .custom-snippet-template-wrapper {
    padding: 40px 32px;
  }

  .custom-template-download-content {
    flex-direction: column-reverse;
  }
}


@media screen and (min-width: 481px) and (max-width: 767px) {
  /* Your CSS rules for larger mobile screens go here */

  .custom-snippet-wrapper2,
  .custom-snippet-wrapper1,
  .custom-snippet-wrapper3,
  .custom-snippet-wrapper,
  .custom-snippet-wrapper4 {
    display: inline-block;
    width: 100%;
    padding: 2% 5%;
  }

  .custom-snippet-text2,
  .custom-snippet-text1 {
    max-width: 50%;
    float: right;
    padding-left: 5%;
  }

  .custom-snippet-text3,
  .custom-snippet-text,
  .custom-snippet-text4 {
    max-width: 50%;
    float: left;
    padding-right: 5%;
  }

  .custom-snippet-title2,
  .custom-snippet-title1,
  .custom-snippet-title3,
  .custom-snippet-title {
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin: 1rem 0 3rem;
  }

  .custom-snippet-title4 {
    font-size: 4.2rem;
    line-height: 4.2rem;
    margin: 0 0 3rem;
  }

  .custom-snippet-description1,
  .custom-snippet-description3,
  .custom-snippet-description2,
  .custom-snippet-description,
  .custom-snippet-description4 {
    margin-bottom: 3rem;
  }

  .custom-snippet-image2,
  .custom-snippet-image1 {
    position: relative;
    float: left;
  }

  .custom-snippet-image3,
  .custom-snippet-image,
  .custom-snippet-image4 {
    position: relative;
    float: right;
  }

  .custom-snippet-image2,
  .custom-snippet-image3,
  .custom-snippet-image1,
  .custom-snippet-image,
  .custom-snippet-image4 {
    max-width: 50%;
  }

  .custom-snippet-image5 {
    display: none;
  }

  .custom-snippet-button-container1,
  .custom-snippet-button-container,
  .custom-snippet-button-container4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-snippet-button-container1 a.custom-snippet-button1,
  .custom-snippet-button-container a.custom-snippet-button,
  .custom-snippet-button-container4 a.custom-snippet-button4,
  .custom-button-container a.custom-button {
    margin: 0.5rem 0;
  }

  .custom-snippet-template-wrapper {
    padding: 40px 32px;
  }

  .custom-template-download-content {
    flex-direction: column-reverse;
  }

}

@media screen and (min-width:768px) and (max-width:1024px) {
  /* Small screens, laptops */

  .custom-snippet-wrapper2,
  .custom-snippet-wrapper1,
  .custom-snippet-wrapper3,
  .custom-snippet-wrapper,
  .custom-snippet-wrapper4 {
    display: inline-block;
    width: 100%;
    padding: 2% 5%;
  }

  .custom-snippet-text2,
  .custom-snippet-text1 {
    position: relative;
    float: right;
    max-width: 50%;
    padding-left: 5%;
  }

  .custom-snippet-text3,
  .custom-snippet-text,
  .custom-snippet-text4 {
    position: relative;
    float: left;
    max-width: 50%;
    padding-right: 5%;
  }

  .custom-snippet-title2,
  .custom-snippet-title1,
  .custom-snippet-title3,
  .custom-snippet-title {
    font-size: 2.8rem !important;
    line-height: 3.5rem !important;
  }

  .custom-snippet-title4 {
    font-size: 4.2rem !important;
    line-height: inherit !important;
  }

  .custom-snippet-description1,
  .custom-snippet-description3,
  .custom-snippet-description2,
  .custom-snippet-description,
  .custom-snippet-description4 {
    margin-bottom: 3rem;
  }

  .custom-snippet-image2,
  .custom-snippet-image1 {
    position: relative;
    float: left;
  }

  .custom-snippet-image,
  .custom-snippet-image3,
  .custom-snippet-image4 {
    position: relative;
    float: right !important;
  }

  .custom-snippet-image1,
  .custom-snippet-image,
  .custom-snippet-image2,
  .custom-snippet-image3,
  .custom-snippet-image4 {
    max-width: 50%;
  }

  .custom-snippet-button-container1,
  .custom-snippet-button-container,
  .custom-snippet-button-container4 {
    flex-wrap: nowrap;
  }
}



/* testimonials */

.custom-button-container1,
.custom-testimonial-container,
.custom-button-container1 {
  margin: 2rem auto 0;
  padding: 2rem 0 0;
}

.custom-button-container1,
.custom-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
}

.custom-testimonial-container1 {
  text-align: center;
  padding: 4rem 0 2rem;
}



/* speaker grid */

.speaker-main-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 2rem auto;
  padding: 2rem 0;
}

.speaker-main-container>div {
  box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.64);
  margin: 20px;
}

.speaker-img {
  position: relative;
  width: 100%;
}

.speaker-description {
  padding: 25px;
}

.speaker-description p {
  text-decoration: none;
  font-size: 1.8rem !important;
  font-weight: normal;
  line-height: 22px;
  color: #505050;
}


/***************/
@media(max-width: 1170px) {
  .speaker-main-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 768px) {
  .speaker-main-container {
    grid-template-columns: 1fr;
  }

  .speaker-container {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }

  .speaker-description p {
    text-decoration: none;
    font-size: 1.8rem !important;
    font-weight: normal;
    line-height: 22px;
    color: #505050;
  }
}


/*custom two buttons */

.button-two {
  margin-left: 1rem;
}

@media(max-width: 768px) {

  .custom-button-container {
    display: flex;
    flex-direction: column;
  }

  .button-two {
    margin-left: 0;
    margin-top: 1rem;
  }
}

/* two column container */

.two-column-container {
  max-width: 730px;
  margin: 2rem auto;
  padding: 2rem 0;
}

.two-column-inner-container {
  display: flex;
  align-items: stretch;
}

.custom-column {
  width: 40%;
  margin: 10px;
  padding: 10px 30px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.64);
}

@media(max-width: 740px) {
  .two-column-inner-container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  .custom-column {
    width: 80%;
    margin: 10px;
    padding: 10px 30px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.64);
  }
}


.two-column-inner-container>* {
  flex-basis: 100%;
}

.two-column-inner-container ul {
  list-style-type: none;
  padding: 20px 0;
  margin: 0;
}

.two-column-inner-container ul li {
  font-family: 'poppins';
  font-size: 1.8rem;
}


/* 3 column layout */

.three-column-container {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  margin: 2rem auto;
  padding: 1rem 0;
}

.benefits-column {
  width: 33%;
  padding: 1rem 1.5rem;
  flex: 1;
  float: left;
}

.benefits-column ul {
  margin: 0;
}

.benefits-column ul li {
  list-style-type: '✔';
}

.vertical-line {
  border-left: 1px solid var(--brandColor);
}


@media (max-width: 600px) {

  .three-column-container {
    flex-direction: row;
  }

  .benefits-column {
    min-width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;

  }

  .three-column-container-header {
    padding: 0 1.5rem;
  }

  .vertical-line {
    border: none;
  }
}

/* end custom snippet CSS */




/* dashboard filters */

.category-container {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.category-container>p {
  font-size: 15px;
  font-weight: normal;
  /* padding: 10px 0;
  opacity: 0.7; */
  text-align: center;
  color: #505050;
}

.category-head {
  margin: 10px 0;
}

.category-head ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.category-title {
  /* flex: 0 0 calc(16.6667% - 10px); */
  display: flex;
  justify-content: center;
  background: transparent;
  padding: 12px;
  color: #505050;
  border: 1px solid #505050;
  border-radius: 2px;
  margin: 5px;
  cursor: pointer;
}

.category-title li {
  padding-left: 0;
  margin: 0;
}


/** single post **/
.posts-main-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.posts-main-container>div {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.64);
  margin: 20px;
}

.post-img {
  position: relative;
  width: 100%;
}

div.post-description {
  padding: 25px;
  height: 100%;
}

.post-description p {
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #505050;
}

.template-card-buttons {
  margin: 0 auto;
  padding: 0 0 25px 0;
}

.template-card-buttons a {
  padding: 0;
}

.template-card-button:first-child {
  margin-left: 0;
}

.template-card-button {
  background-color: var(--brandColor);
  color: white;
  border: none;
  border-radius: 3px;
  padding: 8px 15px;
  margin: 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-family: 'poppins', sans-serif;
}

.posts-main-container a {
  text-decoration: none !important;
}

@media(max-width: 1170px) {
  .posts-main-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 768px) {
  .posts-main-container {
    grid-template-columns: 1fr;
  }

  .category-container {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }

  .category-head {
    margin: 2px;
  }

  .template-card-buttons {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}

.template-card-button {
    width: 100%;
}
}


.active-filter {
  background: var(--brandColor);
  color: white;
  text-decoration: solid;
}


/*end dashboard filter */

/* new events calendar */

.event-post-img>img {
  width: 100%;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.events-category-container {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.event-post-description>h1 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #000000;
  display: flex;
  flex: 1 0 auto;
}

.events-category-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0;
  gap: 10px;
}

.events-category-title {
  /* padding: 12px; */
  padding: 1.2rem 3rem;
  color: #fff;

  background-color: var(--brandColor);
  border-radius: 2px;
  margin: 5px 5px 5px 20px;
}

#eventsTypeFilter,
#eventsLocationFilter {
  position: relative;
  max-width: 15%;
  padding: 12px !important;
  border-radius: 2px;
  margin: 5px 20px 5px 5px !important;
  cursor: pointer;
  appearance: menulist;
}

#eventsTypeFilter::after,
#eventsLocationFilter::after {
  content: '\25BC';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

#eventsTypeFilter>option,
#eventsLocationFilter>option {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  appearance: none;
  border: none;
  background-color: transparent;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/** single post **/
.events-posts-main-container {
  height: 150vh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.events-posts-main-container.expanded {
  max-height: auto;
}

.event-post-img {
  position: relative;
  width: 100%;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.event-post-description {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.events-posts-main-container a {
  text-decoration: none !important;
}

.events-posts-main-container .postcard-container-event {
  box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.64);
  margin: 20px;
  border-radius: 9px;
  height: fit-content;

}

.postcard-container-event {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  padding-bottom: 25px;
}

.event-register-button {
  margin-top: 25px !important;
}

.event-register-button a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.event-register-button a:hover {
  color: #fff !important;
}

.postcard-event-date,
.postcard-event-description {
  font-family: 'Poppins';
  width: fit-content;
  padding: 1.3rem 0;
  border-radius: 8px;
}

.events-toggle-button {
  display: block;
  text-align: center;
  margin-top: 5rem;
  padding: 0.5rem 0;
}

.events-see-more-button,
.event-register-button {
  background-color: var(--brandColor) !important;
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 1.2rem 3rem !important;
  border: 0;
  cursor: pointer;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

#eventsToggleButton:hover,
.event-register-button:hover {
  background-color: #444 !important;
}

.events-no-results-container {
  padding: 0 40px;
  font-size: 2rem;
  flex-direction: column;
}

.events-no-results-container>button {
  width: fit-content;
}

/***************/
@media(max-width: 1170px) {
  .events-posts-main-container {
    grid-template-columns: repeat(2, 1fr);
  }

  #eventsTypeFilter,
  #eventsLocationFilter {
    max-width: 25%;
  }
}

@media(max-width: 768px) {
  .events-posts-main-container {
    grid-template-columns: 1fr;
  }

  .events-category-container {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }

  .events-category-head {
    margin: 2px;
  }

  #eventsTypeFilter,
  #eventsLocationFilter {
    max-width: 25%;
  }
}

/* end new events calendar */

/* speaker snippets - start */
.speaker-container-wrapper {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.speaker-container-wrapper:not(.speaker-singular) .speaker-container{
  display: grid;
  grid-template-columns: calc(33.33% - 11px) calc(33.33% - 11px) calc(33.33% - 11px);
  gap: 16px;
}

.speaker-container-wrapper.speaker-singular .card-speaker {
  display: flex;
  gap: 16px;
}

.speaker-container-wrapper.speaker-singular .card-content{
  box-shadow: unset;
  background-color: unset;
}
.speaker-container-wrapper.speaker-singular .speaker-photo {
  width: 387px;
  /* height: 387px; */
  border-radius: 5px 0 0 5px;
}
.speaker-container-wrapper h2{
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: var(--brandColor);
  margin-bottom: 32px !important;
}
.card-speaker .speaker-photo{
  border-radius: 5px 5px 0 0;
}
.card-speaker .speaker-img-logo{
  max-width: 150px;
  max-height: 40px;
  margin: unset;
  margin-bottom: 24px;
}
.card-speaker span{
  display: block;
}
.card-speaker .speaker-name{
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: var(--darkgrey);
}

.card-speaker .speaker-position-and-company{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.10000000149011612px;
  margin-bottom: 24px;
  color: var(--darkgrey);
}

.card-speaker .card-description{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--darkgrey);
}

.card-speaker .card-content{
  padding: 32px 24px;
  box-shadow: 2px 2px 10px 0px #00000014;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
}

@media (max-width: 500px) {
  .speaker-container-wrapper:not(.speaker-singular) .speaker-container{
    grid-template-columns: 100%;
    gap: 32px;
  }

  .page-template .post-content, .page-template .post-full-content {
    padding-right: 0 !important;
  }

  .speaker-container-wrapper.speaker-singular .card-speaker {
    flex-direction: column;
  }

  .speaker-container-wrapper.speaker-singular .speaker-photo {
    width: 100%;
    height: 100%;
  }
}

/* speaker snippets - end */

/*Ones to watch snippet */
.ones-to-watch-outer {
  position: relative;
  width: 100%;
  margin: 80px 0;
}

.ones-to-watch-inner {
    display: flex;
    flex-direction: row;
    gap: 56px;
    position: relative;
    max-width: 1192px !important;
    padding-top: 40px;
    border-top: 1px solid #738A94;
}

.ones-to-watch-image {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-end;
}

  .speaker-headshot {
  width: 387px;
  max-width: 387px;
  max-height: 387px;
  position: relative;
  margin: 0 !important;
}

img.speaker-headshot {
    width: 387px;
    height: 100%;
    position: relative;
    margin: 0 !important;
    filter:grayscale(90%);
}

img.linkedin-logo{
  height: 32px;
  width: 32px;
  margin: 0 !important;
}

.ones-to-watch-speaker {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ones-to-watch-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

h5.ones-to-watch-number {
color: var(--brandColor);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 116.667% */
letter-spacing: -0.48px;
margin: 0 !important;
 padding: 0 !important;
  text-align: left !important;
}

h4.ones-to-watch-speaker-name {
  color: var(--brandColor);
 font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 100% */
letter-spacing: -0.8px;
margin: 0 !important;
}

  h6.ones-to-watch-speaker-job {
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 150% */
letter-spacing: -0.7px;
    margin: 0 !important;
  }

.ones-to-watch-logo img {
  max-height: 40px;
  width: auto;
  margin: 0;
}

  p.ones-to-watch-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
  }

  @media only screen and (max-width: 768px) {

  .ones-to-watch-outer {
    margin: 56px 0;
}
  .ones-to-watch-inner {
    flex-direction: column;
    gap: 24px;
    max-width: 311px !important;
}

  .ones-to-watch-image, .ones-to-watch-image1  {
    align-items: flex-start;
}
    
  .speaker-headshot {
    max-width: 311px;
    }
    
  img.speaker-headshot {
    max-width: 311px;
    height: 100%;
}
}


.ones-to-watch-inner1 {
  display: flex;
  flex-direction: row-reverse;
  gap: 56px;
  position: relative;
  max-width: 1192px !important;
  padding-top: 40px;
  border-top: 1px solid #738A94;
}

.ones-to-watch-image1 {
display: flex;
flex-direction: column;
gap: 32px;
align-items: flex-start;
}

.ones-to-watch-speaker {
display: flex;
flex-direction: column;
gap: 16px;
}

@media only screen and (max-width: 768px) {

.ones-to-watch-inner1 {
  flex-direction: column;
  gap: 24px;
  max-width: 311px !important;
}
  
}

/*Ones to watch snippet */