.alt-bg {
  background: #F6F7F8;
  margin-bottom: -60px;
  padding-bottom: 60px;
}
/* -- Global ----------------------------------------------------------------- */
.underlined-title {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.underlined-title:before {
  content: ' ';
  position: absolute;
  width: 40px;
  bottom: 0px;
  border-bottom: 3px solid #00a2c7;
}
.sub-nav {
  margin-bottom: 20px;
}
.interior-hero {
  height: 80px;
  margin-bottom: 20px;
}
/* -- Shadow ----------------------------------------------------------------- */
.hasShadow {
  box-shadow: 0 0 2px 0 rgba(46, 62, 72, 0.12), 0 2px 4px 0 rgba(46, 62, 72, 0.12);
}
.hasShadowPlusHover {
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hasShadowPlusHover:hover {
  box-shadow: 0 0 4px 0 rgba(46, 62, 72, 0.12), 0 4px 12px 0 rgba(46, 62, 72, 0.12);
  transform: translateY(-1px);
}
.card {
  padding: 25px;
  border: 0.5px solid rgba(46, 62, 72, 0.12);
  box-sizing: border-box;
  display: block;
  background: white;
  border-radius: 8px;
  position: relative;
  background-size: cover;
  background-clip: padding-box;
  min-height: 160px;
}
/* /  Shadow ----------------------------------------------------------------- */
/* -- Header ----------------------------------------------------------------- */
.logo {
  text-decoration: none;
}
.logo span {
  border-left: 1px solid #979FA4;
  margin-left: 25px;
  padding-left: 25px;
  line-height: 34px;
  margin-top: 7px;
}
.logo a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #2E3E48;
  font-weight: bold;
  font-family: 'Graphik-Semibold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
.logo a:hover {
  text-decoration: none;
}
/* /  Header ----------------------------------------------------------------- */
.article-subscribe[role="button"],
.article-unsubscribe[role="button"],
.default-section-container .section-subscribe .dropdown-toggle,
.article-subscribe,
.article-unsubscribe,
.article-vote,
.default-section-container .section-subscribe .dropdown-toggle {
  background: none;
  border: 2px solid #00a2c7;
  font-size: 14px;
  color: #00a2c7;
  border-radius: 6px;
  font-weight: bold;
  padding: 2px 25px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-subscribe[role="button"]:hover,
.article-unsubscribe[role="button"]:hover,
.default-section-container .section-subscribe .dropdown-toggle:hover,
.article-subscribe:hover,
.article-unsubscribe:hover,
.article-vote:hover,
.default-section-container .section-subscribe .dropdown-toggle:hover {
  background: #00a2c7;
  color: #fff;
}
.article-votes-controls .article-vote::before {
  display: none;
}
.article-votes-controls .article-vote:hover::after {
  color: #fff !important;
}
.article-votes-controls .article-vote::after {
  color: #00a2c7;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-votes-controls .article-vote-up.article-vote::after {
  content: 'Yes, thanks!';
  color: #00a2c7;
}
.article-votes-controls .article-vote-down.article-vote::after {
  content: 'Not Really';
  color: #00a2c7;
}
/* /  Global ----------------------------------------------------------------- */
/* -- Solvy ----------------------------------------------------------------- */
body {
  position: relative;
}
body .solvvy-support-flow-launch-widget {
  bottom: 0px;
}
body .solvvy-support-flow-launch-widget.solvvy-offset {
  bottom: 112px !important;
  position: absolute !important;
}
@media screen and (max-width: 540px) {
  body .solvvy-support-flow-launch-widget.solvvy-offset {
    bottom: 168px !important;
  }
}
/* /  Solvy ----------------------------------------------------------------- */
/* -- Product Updates ----------------------------------------------------------------- */
.product-updates-content {
  flex: 0 0 100%;
}
.product-update {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  position: relative;
}
.product-update .product-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.product-update .product-link:hover .learn-more:hover {
  text-decoration: underline;
  z-index: 9999;
}
.product-update .update-img {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-update .update-img .img-body {
  display: none;
}
.product-update .update-img img {
  max-width: 290px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #E9EDF1;
}
.product-update .update-info {
  width: 100%;
}
.product-update .update-info date {
  font-size: 16px;
  color: #979FA4;
}
.product-update .update-info h3 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.25em;
}
.product-update .update-info .update-body {
  font-size: 18px;
  padding-bottom: 10px;
}
/* /  Product Updates ----------------------------------------------------------------- */
/* -- Footer ----------------------------------------------------------------- */
.footer {
  padding-bottom: 0px;
}
.footer-bottom {
  background: #2E3E48;
  min-height: 94px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  max-height: 94px;
}
.footer-bottom .container {
  display: flex;
  align-content: center;
  justify-content: space-between;
  color: #979FA4;
  font-weight: bold;
  font-size: 16px;
  font-family: 'source sans pro', helvetica, sans-serif;
}
.footer-bottom .container p {
  margin: 0px;
  padding-right: 30px;
}
.footer-bottom .container .bull {
  padding-right: 5px;
  padding-left: 5px;
}
.footer-bottom .container ul {
  display: flex;
  justify-content: space-between;
}
.footer-bottom .container ul li:after {
  content: '•';
  padding: 0px 8px;
}
.footer-bottom .container ul li:last-of-type::after {
  display: none;
}
.footer-bottom .container ul li a {
  color: #979FA4;
  font-family: 'source sans pro', helvetica, sans-serif;
}
/* /  Footer ----------------------------------------------------------------- */
/* -- Article ----------------------------------------------------------------- */
.article-sidebar {
  flex: 0 0 25.75%;
}
.article-sidebar .related-articles a {
  color: #979FA4;
  font-size: 18px;
}
.article-sidebar .related-articles a:hover {
  text-decoration: none;
  color: #00a2c7;
}
.article-container {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.article-container .article {
  padding-left: 0px;
}
.article-container .article .date-month-year {
  padding-bottom: 15px;
}
.article-container .article .article-title {
  font-size: 34px;
  line-height: 1.25em;
}
.article-container .article .article-body {
  font-size: 18px;
  color: #5D6C79;
}
.article-container .article .article-body p {
  font-size: 18px;
  color: #5D6C79;
}
.recent-articles h3,
.related-articles h3 {
  margin: 0px;
  font-size: 22px;
  color: #2E3E48;
  margin-bottom: 20px;
}
.article-votes {
  border-color: #979FA4;
  padding-bottom: 15px;
}
.article-more-questions {
  padding-top: 30px;
  border-top: 1px solid #979FA4;
}
/* /  Article ----------------------------------------------------------------- */
/* -- Media ----------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .article-container {
    flex-wrap: wrap;
  }
  .article-container .article {
    flex: 1 0 100%;
  }
  .article-container .article-sidebar {
    flex: 1 0 100%;
    order: 2;
  }
  .footer-bottom .container {
    flex-wrap: wrap;
  }
  .footer-bottom .container p {
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
  }
  .footer-bottom .container ul {
    width: 100%;
    padding: 0px 0px 15px 0px;
    text-align: center;
  }
  .footer-bottom .container ul li {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer-bottom .container ul li a {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .product-update .update-img img {
    max-width: 200px;
  }
}
@media screen and (max-width: 540px) {
  .product-update {
    flex-wrap: wrap;
  }
  .product-update .update-img,
  .product-update .update-info {
    width: 100%;
  }
  .footer-bottom {
    max-height: 100%;
  }
  .footer-bottom .container ul {
    flex-wrap: wrap;
  }
  .footer-bottom .container ul li {
    flex-wrap: wrap;
  }
  .footer-bottom .container ul li:after {
    display: none;
  }
}
/* /  Media ----------------------------------------------------------------- */
