
html {
  scroll-padding-top: 70px; /* height of sticky header */
}


/* Fonts */


/* Header / Nav */
.mobile-burger { display: none; color: #171627; }

.site-header-main { position: relative; }
.site-branding a { display: inline-block; }
.site-branding .logo { width: 113.5px; height: 36px; }
.site-branding { display: inline-block; vertical-align: middle; border-radius: 8px; }
div#site-header-menu { display: inline-block; float:left; vertical-align: middle; padding-left: 48px; margin-top: 5px; }
ul#menu-main-navigation { margin: 0; padding: 0; list-style: none; }
ul#menu-main-navigation li a { line-height: 36px; position: relative; }
ul#menu-main-navigation li { display: inline-block; margin-right: 20px; }
ul#menu-main-navigation li:last-child { margin-right: 0; }
ul#menu-main-navigation li a:hover, ul#menu-main-navigation li a:focus {
    text-decoration: none;
}

.site-header.fixed-header { width: 100% !important; position: fixed !important; background-color: white; }
.site-header.shadow ul#menu-main-navigation li a { color: #7B7B7B; }
.site-header.shadow .mobile-burger { color: #7B7B7B; }

.site-header .interior-page ul#menu-main-navigation li a { color: #7B7B7B; }
.site-header.interior-page { background-color: white; height: 80px; box-shadow: 0 2px 2px -2px gray; }

.site-header-menu ul.primary-menu button.dropdown-toggle { display: none; }

@media screen and (min-width:40em){

  /* chevron after dropdown item */
  .site-header-menu ul.primary-menu li.menu-item-has-children > a::after {
    content: url('/wp-content/themes/tettra-2016/images/2023/chevron-down-purple.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 3px;
    margin-left: 4px;
    position: relative;
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
  }

  .site-header-menu ul.primary-menu li.menu-item-has-children:hover > a::after {
    content: url('/wp-content/themes/tettra-2016/images/2023/chevron-down-purple-dark.svg');
  }

  .site-header-menu ul.primary-menu li.menu-item { padding-right: 16px; display:block; }

  .site-header-menu ul.primary-menu li.menu-item-has-children:hover ::after {
    cursor: pointer;
    transform: scaleY(-1);
    top: 18px;
  }

  .site-header-menu ul.primary-menu li.menu-item-has-children {  margin-right: 14px; }

  .site-header-menu ul.primary-menu li.menu-item-has-children:hover a {
    color: #240972;
  }

  .site-header-menu ul.primary-menu li.menu-item-has-children.menu-item:hover div.sub-menu ul .menu-item a {
    color: #5C45ED;
  }

  .site-header-menu ul.primary-menu li.menu-item-has-children.menu-item:hover div.sub-menu ul .menu-item a:hover {
    color: #240972;
  }

  .site-header-menu ul.primary-menu li.menu-item-has-children:hover > div.sub-menu {
    display: block;
    transform: translateY(10px);
    opacity: 1;
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
    visibility: visible;
  }

  .site-header-menu ul.primary-menu div.sub-menu {
    transform-origin: 50% 0;
    position: absolute;
    margin-left: -40px;
    top: 100%;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
  }

  .site-header-menu ul.primary-menu div.sub-menu ul li.menu-item {
    display: block !important;
    margin-bottom: 4px;
    width: 100%;
    z-index: 7;
  }

  .site-header-menu ul.primary-menu div.sub-menu ul li.menu-item a {
    border-radius: 12px;
    padding: 2px 16px;
    width: 100%;
    display:block;
    box-sizing:border-box;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  .site-header-menu ul.primary-menu div.sub-menu ul li.menu-item:hover a {
    color: #240972;
    background-color: #EAEBFE;
  }
}

@media screen and (min-width:52em){

  .feature-section-details:nth-child(odd) {
      padding-right: 4rem;
  }

  .feature-section-details:nth-child(even) {
      padding-left: 4rem;
  }
}


/* MOBILE VIEW */
@media screen and (max-width: 40em){

  .site-footer { text-align: center; width: 100%;}
  .site-footer .col-widget { margin: 0 auto 30px auto; }

  .request-demo-form-container {
    display:flex;
    flex-direction: column-reverse;
  }

  .logos {
    flex-direction: column;
  }

  .feature-img {
    float: right;
    box-sizing: border-box;
  }

  .home-hero-section {
    text-align: center;
  }

}

@media screen and (max-width:1196px){
  .mobile-burger {
    float: right;
    cursor: pointer;
    line-height: 1;
    content: url('/wp-content/themes/tettra-2016/images/2023/icon-hamburger.svg');
    width: 36px;
    height: 36px;
    display: inline-block;
    top: 5px;
    margin-left: 30px;
  }

  .site-header-menu ul.primary-menu li.menu-item-has-children > a::after {
    display: none;
  }

  .mobile-burger.open {
    content: url('/wp-content/themes/tettra-2016/images/2023/icon-cross.svg');
  }

  div#site-header-menu { display: none; padding: 0; width: 100%; box-sizing: border-box; position: absolute; top: 52px; }
  ul#menu-main-navigation li { display: inline-block; margin-right: 0; width: 100%; text-align: center; padding: 25px 0; background-color: white; border-bottom: 1px solid #dadada; }
  ul#menu-main-navigation li a { color: #333; }
  ul#menu-main-navigation li:first-child { border-top: 1px solid #dadada; }
  .site-header-menu ul.primary-menu div.sub-menu ul { display: none; }
  .site-header-menu ul.primary-menu li.menu-item-has-children:hover > div.sub-menu ul { display: none; }

  .post-listing {
      margin: 0 20px;
      height: 460px;

  }
}

/* Footer */
.page-bottom {  padding: 80px 32px 24px; }
.page-bottom .section-title { color: white; }

.site-footer .widget-title { color: #fff; font-weight: 700; font-size: 16px; margin-top: 0px; }
.site-footer ul { list-style: none; margin: 0; }
.site-footer ul li { padding: 3px 0; }
.site-footer a {  color: #CAC4FD; -webkit-transition: color .15s ease-in-out; -o-transition: color .15s ease-in-out; transition: color .15s ease-in-out;}
.site-footer a:hover { color: #fff; text-decoration: none; }

.site-info { margin-top: 64px; line-height: 18px; }
.site-info a { font-size: 15px; letter-spacing: -0.15px; line-height: 18px; }
.site-info span { padding: 0 15px; border-right: 1px solid #fff; }
.site-info span:last-child { border: none; }


/* Front page */
.hero-section { padding: 100px 0 100px 0; background-color: #73b3d1; }
.hero-section .title { text-shadow: 0px 1px 2px rgba(0,0,0,.25) }
.hero-section h1 { margin: 0; }
.hero-section .hero-image { max-width: 750px; }
.hero-section .left, .hero-section .right { display: inline-block; vertical-align: middle; }
.hero-section .left { margin-left:-20px; width: 55%; }
.hero-section .right { width: 45%; padding: 0 25px; box-sizing: border-box; }
.hero-section .right .inner { max-width: 460px; margin: 0 auto; }
.hero-section .banner-sub-header { color: white; font-size: 20px; margin-bottom:0; font-weight: 400;}
.hero-section .illustration-left { float: left; }
.hero-section .illustration-right { float: right; }
.hero-break { height: 21px; }

.hero-help-text {display:inline-block; margin: 16px 0 0; width: 100%; max-width: 360px; text-align: center; font-weight: bold; color: white;}

/* One Column Page */
.one-column-page .body-content { margin: 64px auto 100px; max-width: 750px; }
.one-column-page .body-content h1 { color: #000; font-weight: 600; }
.one-column-page .body-content h3 { color: #000; font-weight: 600; }
.one-column-page .body-content strong { color: #000; }
.one-column-page .body-content time { color: #66A5B4; }
.one-column-page .body-content, .one-column-page .body-content p { font-size: 18px; }
.one-column-page .body-content .entry-meta { font-size: 14px; padding: 15px 0px; }

.about-avatar {
  width: 175px;
  height: 175px;
}

blockquote p { margin-bottom: 0; }


/* source: https://gist.github.com/hsleonis/55712b0eafc9b25f1944 */
.smooth {
    /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.hover-card {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.hover-card:hover {
  top: 0;
  -webkit-transition: transform  0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.20);
  box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.20);
}

.post-listing {
  height: 450px;
}

.post-listing-thumbnail-container {
  float: left;
  width: 100%;
  text-align: center;
}

.post-list-excerpt {
  min-height: 3.6em;
}

.open-post-listing-thumbnail {
  display: block;
  overflow: hidden;
  min-height: 185px;
  background-color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

.post-listing-thumbnail {
  margin: auto;
  vertical-align: middle;
  display: inline-block;
}

.post-listing-thumbnail-constrained {
  max-width: 275px;
}

.integrations-meta {
  padding-right: 25px;
}

.responsive-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* HOMEPAGE */

.article-block-title{
  line-height:1.5em;
  min-height: 3em;
}

.customer-logos img {
  max-width: 140px;
}

.chevron-arrow-after  {
  position: relative;
}

.chevron-arrow-svg {
  vertical-align: middle;
  position: relative;
}

.chevron-arrow-svg, .arrow-line, .arrow-head {
  transition: all .15s ease-in-out;
}

.chevron-arrow:hover > .chevron-arrow-svg .arrow-line, .block-chevron-arrow:hover .chevron-arrow .chevron-arrow-svg .arrow-line {
  opacity: 1;
  transition: all .15s ease-in-out;
}

.chevron-arrow:hover > .chevron-arrow-svg, .block-chevron-arrow:hover .chevron-arrow .chevron-arrow-svg {
  transform: translateX(5px);
  transition: all .15s ease-in-out;
}

.arrow-head {
  stroke: currentColor;
}

.arrow-line {
  opacity: 0;
  stroke: currentColor;
}

.block-chevron-arrow:hover .chevron::after {
   margin-left: 0.6rem;
}

/* HOMEPAGE 2023 */

.feature-section {
  margin-bottom: 0px;
}

/* /blog */

.text-shadow { text-shadow: 0px 1px 2px rgba(0,0,0,.25); }

.hero-purple { background-color: #4B16E1 !important; }
.hero-aqua { background-color: #0ACDEB !important; }
.hero-teal { background-color: #0DD3B9 !important; }
.hero-yellow { background-color: #FBA037 !important; }
.hero-fuchsia { background-color: #F62888 !important; }

.blog-submenu li.active a, .resources-submenu li.active a, .articles-submenu li.active a {
  font-weight: 700;
}

@media (max-width: 52em) {

  .blog-submenu li.inline-block {
    width: 100%;
    padding-left: 25px;
    padding-bottom: 10px;
  }
}

.post-meta {
  opacity: 0.75;
}

.page-numbers {
  padding: 0 8px;
}

.longform-text {
  font-family: 'Interphases', Georgia, 'Times New Roman', Times, serif;
  line-height: 1.85em;
  font-size: 18px;
  /* Smoothing */
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.longform-text h2, h3, h4 {
  margin-bottom: 1rem;
}

.longform-text h2 {
  font-size: 2rem;
  margin-top: 3.25rem;
}

.longform-text h3 {
  font-size: 1.5rem;
}

.longform-text h4 {
  font-size: 1.25rem;
}

.longform-text a {
  border-bottom: 1px solid #4B16E1;
}

.longform-text a:hover {
  border-bottom: 1px solid #240972;
}

.longform-text a.gray {
  border-bottom: 1px solid #9991A0;
}

.longform-text a:hover {
  text-decoration: none;
}

.longform-text p,
.longform-text ol,
.longform-text ul  {
  margin-bottom: 1.85em;
}

.longform-text p.mb0,
.longform-text ol.mb0,
.longform-text ul.mb0  {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  margin-right: 1.85em;
}
.alignright {
  float: right;
  margin-left: 1.85em;
}

.longform-text img, .longform-text figure {
  max-width: 100%;
  height: auto;
}

.longform-text div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.longform-text a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.longform-text blockquote p { margin-bottom: 0; }

.longform-text figcaption { font-size: 15px; text-align: center; font-style: italic; }

.longform-text .wp-block-image figure.aligncenter,
.longform-text figure.wp-block-image, img.aligncenter {
    display: table;
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.longform-text figure.rounded img {
  border-radius: 8px
}

.list-block, .list-block ul, .list-block ol {
  padding-left: 0px;
}

.list-block li {
  background: #f8f8f8;
  border-left: 6px solid #e7e7e7;
  padding: 15px 15px 15px 30px;
  margin: 0 0 15px 0;
  list-style: none;
}

.wistia_responsive_padding {
  margin-bottom: 30px;
}


@media screen and (max-width:1300px){
  .hide-1300 { display: none !important }
}

@media screen and (max-width:800px){

  .post-listing {
    height: 540px;
  }

  .open-post-listing-thumbnail {
    min-height: 280px;
  }

  .open-seas-logo {
    max-width: 300px !important;
  }
}

.pretty-block {
  font-size: 1.6em;
  line-height: 1.8em;
  margin-top: -1.85em;
  padding: 25px 0;
  text-align: center;
}

.pretty-callout {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 1.85em;
  background: #f8f8f8;
}

.pretty-callout.top {
  border-top: 8px solid #e7e7e7;
}

.pretty-callout.left {
  border-left: 8px solid #e7e7e7;
}

/* ACADEMY */

ul.categories-list ul {
  margin-bottom: 0px !important;
  list-style: none;
}

.meet-product-specialist-form .nf-field-container {
  font-size: 14px !important;
  margin-bottom: 15px;
}

.meet-product-specialist-form .nf-field-container.mb0 {
  margin-bottom: 0px !important;
}

.meet-product-specialist-form .nf-field-container.mb0 {
  margin-bottom: 0px !important;
}

.meet-product-specialist-form .nf-error-field-errors {
  display: none;
}

.meet-product-specialist-form .nf-field-label label {
  font-weight: 500;
  font-size: 16px;
}

.meet-product-specialist-form .nf-field-label {
  margin-bottom: 5px !important;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
  height: 40px !important;
}

.nf-field-element select {
  color: #999;
}

.meet-product-specialist-form .nf-form-fields-required {
  display: none;
}

.btn-request-demo {
  width: 100% !important;
}

.demo-form-current-customer {
  padding-bottom: 15px;
}

.input-hide {
  display: none;
}

textarea.input_topic {
  min-height:  100px;
}


.faq details {
  border-top: 2px solid #dddddd;
  color: #333333;
  padding: 20px 0;
}

.faq details:first-child {
  border-top: 0px;
}

.faq details summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.faq details .faq-answer {
  padding-left: 22px;
  margin-bottom: 0px;
  font-size: 16px;
  margin-top: 10px;
}


.load-iframe {
  background:url('/wp-content/themes/tettra-2016/images/loading-pink-circle.gif') center center no-repeat;
  background-size: 100px 100px;
}

.show-details-link:hover {
  cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* case studies */

@media screen and (min-width:1024px){
  .col-featured {
    padding-left: 100px;
  }
}

/* microsoft teams integration page */

.comparison-table .dashicons {
  display: block;
  margin: 0 auto;
}

/* opt in monster */

.CampaignType--inline {
  padding: 30px 0px;
}

/* FEATURES PAGE */

.feature-image {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.feature-image img {
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
  box-sizing: border-box;
}

/* OPEN SEAS */

.wp-user-avatar {
  float: left;
  border-radius: 50%;
  margin-right: 1rem;
}

.open-seas-logo {
  max-width: 428px;
}

/* COMPONENTS */

/* source https://codepen.io/timothylong/pen/HhAer */

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.60);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border: 0px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  text-decoration: none;
}

.modal-close:hover {
  color: black;
}

/* ANIMATIONS */

.pulse {
  box-shadow: 0 0 0 rgba(92,69,237, 0.4);
  animation: pulse 3s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(92,69,237, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(92,69,237, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(92,69,237, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(92,69,237, 0.4);
    box-shadow: 0 0 0 0 rgba(92,69,237, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(92,69,237, 0);
      box-shadow: 0 0 0 10px rgba(92,69,237, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(92,69,237, 0);
      box-shadow: 0 0 0 0 rgba(92,69,237, 0);
  }
}

/*PRICING PAGE */

.pricing-table td, .pricing-table th {
  border: none;
}

.pricing-table tr {
  border-bottom: 1px solid #f0f0f0;
}

.pricing-table tr:last-child {
  border-bottom: none;
}

.pricing-table tr.section-header {
  height: 100px;
  vertical-align: bottom;
}


.label-period {
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  -moz-transition: color 0.3s, -moz-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
}

.pricing-plan-switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;

}

.pricing-plan-switch input {display:none;}

.pricing-plan-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 28px;
}

.pricing-plan-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  border-radius: 20px;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

input:checked + .pricing-plan-slider {
  background-color: #4B16E1;
}

input:focus + .pricing-plan-slider {
  box-shadow: 0 0 1px #4B16E1;
}

input:checked + .pricing-plan-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.pricing-columns {
  margin-top: 2em;
}

.col-scaling {
  margin-top: -28px;
}

@media screen and (max-width: 40em) {

  .col-scaling {
    margin-top: 0px;
  }

  .pricing-columns .md-col:first-child{
    padding-right: 0px;
  }

  .pricing-columns .md-col:last-child{
    padding-left: 0px;
  }

}

/* Override WP styles */

.wp-block-button__link {
  background-color: #E11665;
      color: #fff;
      padding: 1rem 4rem;
      border-radius: 8px;
      font-size: inherit;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    line-height: 1.125rem;
}

.wp-block-button__link:hover {
  box-shadow: inset 0 0 0 20rem rgba(0,0,0,.0625);
}

.wp-block-image.is-style-rounded img {
  border-radius: 12px;
}

.has-x-large-font-size { font-size: 3rem !important; }
.has-large-font-size { font-size: 2rem !important; }
.has-medium-font-size { font-size: 1.5rem !important; }
.has-small-font-size { font-size: 1.125rem !important; }


.roundedest {
  border-radius: 60px;
}

figure.wp-block-image.rounded img {
  border-radius: 8px
}

figure.wp-block-image.roundeder img {
  border-radius: 16px
}

/* 2023 STYLES */

.bg-gradient-gray { background: linear-gradient(180deg, #FFFFFF 27.08%, #F7F7FD 100%); }
.bg-gradient-yellow { background: linear-gradient(152.68deg, #FFE7B8 7.95%, #FBA037 91.48%); }
.bg-gradient-purple { background: linear-gradient(149.04deg, #DFC5FB 6.56%, #A96AF0 91.56%); }
.bg-gradient-dark-purple { background: linear-gradient(150.32deg, #3810A7 -20.66%, #170057 24.34%, #100040 64.51%); }
.bg-gradient-fuchsia { background: linear-gradient(149.04deg, #F8BFD9 6.25%, #F862A8 91.25%); }
.bg-gradient-aqua { background: linear-gradient(151.37deg, #B9F4FE 8.09%, #3BDEF7 92.06%); }
.bg-gradient-teal { background: linear-gradient(151.37deg, #B1FCE3 8.09%, #35E8B9 92.06%); }

.ease {
  transition: transform 200ms ease 0s, opacity 100ms ease 0s;
}

.ease {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.black a { color: #1B1A19 }
.gray  a { color: #505A67 }
.gray-light a { color: #6A697B }
.silver a { color: #ddd }
.white a { color: #fff }

.blue a { color: #3AA3E3 }
.navy a { color: #001f3f }
.teal a { color: #0AA38F }
.greena { color: #66CC78 }
.olivea { color: #18947E }
.lime a { color: #01ff70 }
.red    a { color: #CE0E0D }

.sand      a { color: #D4D1C4 }
.sand-600  a { color: #BAB5A0 }
.sand-700  a { color: #A19C87 }

.aqua-400    a { color: #3BDEF7 }
.aqua        a { color: #0ACDEB }
.aqua-600    a { color: #04AEC8 }
.aqua-700    a { color: #0096AD }

.teal        a { color: #0DD3B9 }
.teal-600    a { color: #0AA38F }
.teal-700    a { color: #008573 }

.yellow-400  a { color: #FBA037 }
.yellow      a { color: #F28202 }
.yellow-600  a { color: #EB6D00 }
.yellow-700  a { color: #D65600 }

.fuchsia-400 a { color: #F862A8 }
.fuchsia     a { color: #F62888 }
.fuchsia-600 a { color: #D40264 }
.fuchsia-700 a { color: #A0034C }

.lilac-400  a { color: #D668DE }
.lilac      a { color: #C836D3 }
.lilac-600  a { color: #9F25A7 }
.lilac-700  a { color: #790E81 }

.violet-400  a { color: #A96AF0 }
.violet      a { color: #7E20E9 }
.violet-600  a { color: #5710A7 }
.violet-700  a { color: #3F0C79 }

.purple-400  a { color: #5C45ED }
.purple      a { color: #4B16E1 }
.purple-600  a { color: #3810A7 }
.purple-700  a { color: #240972 }

.rounded-top {
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.deadfish {
    -webkit-animation: float 1s infinite  alternate;
    animation: float 1s infinite  alternate;
}

@-webkit-keyframes float {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes float {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.hero-image-container {
  margin-top: -100%;
  position: relative;
}

.hero-image-container .hero-image {
   max-width:  100%;
}

.hero-image-container .w-chrome {
  border: 3px solid #e0e0e0;
}

.support-video-container .w-chrome {
  border: 3px solid #e0e0e0;
}

.hero-gradient-bg-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}

.hero-gradient-fuchsia {
  position: absolute;
  right: 5%;
  top: 2.5%;
  width: 35%;
  padding-bottom: 35%;

  /* Fuchsia/500 */

  background: #F62888;
  opacity: 0.15;
  filter: blur(200px);
  will-change: transform;
}

.hero-gradient-aqua {
  position: absolute;
  right: -2.5%;
  top: 15%;
  width: 35%;
  padding-bottom: 35%;

  /* Blue/500 */

  background: #02B8D4;
  opacity: 0.15;
  filter: blur(200px);
  will-change: transform;
}

.hero-gradient-yellow {
  position: absolute;
  left: 5%;
  top: 30%;
  width: 35%;
  padding-bottom: 35%;

  /* Yellow/500 */

  background: #F28202;
  opacity: 0.15;
  filter: blur(200px);
  will-change: transform;
}

.hero-gradient-purple {
  position: absolute;
  left: 2.5%;
  top: 0%;
  width: 35%;
  padding-bottom: 35%;

  /* Primary/500 */

  background: #4B16E1;
  opacity: 0.15;
  filter: blur(200px);
  will-change: transform;
}

.list-checkmarks {
  margin-left: 1.2em;
}

.list-checkmarks li::before {
  content: '✓';
  margin-right: 8px;
  color: green;
  margin-left: -1.2em;
}

/*
  Firefox limits blur to 100px, so this fixes the opacity for the lesser blur by toning it down
  via https://stackoverflow.com/questions/952861/targeting-only-firefox-with-css
*/
@-moz-document url-prefix() {
  .hero-gradient-fuchsia, .hero-gradient-aqua, .hero-gradient-yellow, .hero-gradient-purple {
    opacity: .05;
  }
}

/* ARTICLE */ 


.sidebar-toc ul {
    padding-left: 0px;
}

.sidebar-toc li {
    list-style-type: none;
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.sidebar-toc a {
    text-decoration: none;
    border-bottom: 0px;
    display: block;
}

.fixed-sidebar-widget {
    position: fixed;
    width: 200px;
}

.sidebar-widget {
    min-width: 240px;
    max-width: 240px;
    width: 240px;
    margin-bottom: 24px;
}

.sidebar-cta:hover {
    background-color: #EAEBFE;
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}

.sidebar-cta:hover .btn {
    text-decoration: none;
    box-shadow: inset 0 0 0 20rem rgba(0,0,0,.15);
}

.article-featured-img-container {
  padding-left: 30px;
}

.article-featured-img {
  max-width: 680px;
}

@media screen and (max-width: 64em){
    .fixed-sidebar-widget {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .sidebar-widget {
        max-width: 100% !important;
        width: 100% !important;
    }

    .entry-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sidebar-cta {
        display: flex;
        align-items: center;
    }

    .sidebar-cta img {
        width: 50%;
        border-radius: 8px 0 0 8px;
    }

    .article-featured-img-container {
      padding-left: 0px !important;
    }

    .article-featured-img {
      max-width: 100%;
    }
}