p.blog-header__subtitle,
.blog-header__title {
color: #000;
}/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Main Overrides */
html {
  scroll-behavior: smooth;
}

#home-sub-form .hs-input, #home-sub-form select {
  border-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#home-sub-form .hs-button {
  position: absolute;
  top: 27px;
  right: 6px;
  padding: 5px 50px;
}

#home-sub-form input {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 18px;
  margin-bottom: 18px;
}

#home-diamond-hero {
  z-index: -1 !important;
}

.home-hero-img {

}

.anchor {
  display: block;
  position: relative;
  top: -20vh;
  visibility: hidden !important;
}

@keyframes arrowBounce {
  0% {}
  50% {transform: scale(1.1); filter: drop-shadow(-4px 4px 4px grey);}
  100% {}
}

@keyframes arrowTwist {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(45deg);}
}

@keyframes arrowTwistBack {
  0% {transform: rotate(45deg);}
  100% {transform: rotate(0deg); filter: grayscale(100%);}
}

.cta-primary {
  margin-bottom: 1em;
}

.cta-six {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: light;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  padding: 10px;
}

.cta-six::before {
  background-image: url(https://8604020.fs1.hubspotusercontent-na1.net/hubfs/8604020/Theme%20Assets/arrow-cta-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -13px;
  top: 30%;
}

.cta-seven {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #00323D;
  position: relative;
  padding: 10px;
}

.cta-seven::after {
  background-image: url(https://8604020.fs1.hubspotusercontent-na1.net/hubfs/8604020/Theme%20Assets/cta-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: -11px;
  top: 12px;
  animation: arrowTwistBack 0.5s linear both;
}

.cta-seven:hover::after {
  animation: arrowTwist 0.2s linear both;
}

.cta-eight {
  font-size: 1em;
}

.cta-eight::after {
  background-image: url('https://8604020.fs1.hubspotusercontent-na1.net/hubfs/8604020/Theme%20Assets/cta-arrow.png');
  background-size: 16px 16px;
  display: inline-block;
  content: '';
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  animation: arrowTwistBack 0.5s linear both;
}

.cta-eight:hover::after {
  animation: arrowTwist 0.2s linear both;
}

.hhs-panel-wrapper {
  background-image: linear-gradient(to bottom left, rgba(129, 33, 161, .2), rgba(0, 163, 230, .2));
}

.testimonial-words {
  max-width: 50vw; 
  text-align: center; 
  margin: 20px auto;
}

.testimonial-profile {
  display: block; 
  margin: 0 auto;
}

.testimonial-profile img {
  width: 55px; 
  display: inline-block; 
  vertical-align: middle;
}

.testimonial-profile p {
  text-align: left; 
  display: inline-block; 
  padding: 20px 0px 0px 20px; 
  vertical-align: middle;
}


}

/* implementation customizations */
.implementation-icon {
  width: 100px; 
  position: relative; 
  left: -110px; 
  top: 100px;
}

@media (max-width: 568px) {
  .implementation-icon {
    width: 100px;
    position: static;
  }
  .home-hero-img {
    width: 100%;
  }
}

.case-study-ctas {
  display: flex;
  flex-wrap: wrap;
}

/* Resources customizations */
.resources-heading {
  
}

.footer-icon-link a {
  color: #00323D;
  padding: 20px 0px;
}

.footer-icon-link a:hover {
  color: #F68D2E;
  text-decoration: none;
}

.footer-icon-link img {
  display: inline-block;
}

.footer-icon-row {
  padding-top: 50px;
}

.footer-icon-row img {
  padding-right: 15px;
}

.s-overlay,
.r-overlay,
.c-overlay  {
  z-index: 1 !important;
}