.simple-footer {
    padding: 60px 0;
}
.simple-footer__content {
    display: flex;
    flex-direction: column-reverse;
      padding: 0 1.875em;
}
.simple-footer__content__block, .simple-footer__content__block.simple-footer__form {
    width: 100%;
}
.simple-footer__menu {
    margin-bottom: 3.125em;
}
.simple-footer__logo img {
    width: 197px;
    height: auto;
}
.simple-footer__menu ul {
    padding: 0;
    margin:0;
}
.simple-footer__menu ul li {
    display: block;
    padding: 0.4em 0;
    font-size: 1em;
    line-height: 1.5em;
/*     font-family: var(--medium-font-family); */
    letter-spacing: -0.017em;
}
.simple-footer__menu ul li a {
    color:#efab48;
    text-decoration: underline;
}
.simple-footer__social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.simple-footer__social-icons a {
    padding: 0.9375em 0.9375em 0.9375em 0;
}
.simple-footer__social-icons img {
    width: 24px;
}
.simple-footer__form h3{
   color: #f7f1eb;
  font-size:1.5em;
  padding: 0;
      letter-spacing: 0;
}
.simple-footer__form form input {
    background-color: #f7f1eb;
    border: none;
    box-shadow: none;
    min-height: 44px;
    padding: 0 1em;
    width: calc(100% - 2em);
    font-size: 1em;
  color:#001009;
   padding-block: unset !important;
}
.simple-footer__form form input[type='submit'], .simple-footer__form form input[type='submit']:focus {
    width: auto;
    border-radius:50px;
    margin: 0.625em 0 0;
    background-color:#1b478e;
    color:#f7f1eb;
  padding:0.625em 1.6em !important;
    border:none;
  -webkit-appearance: none;
-webkit-border-radius: none;
}
.simple-footer__form form input[type='submit']:hover{
  cursor:pointer;
   background-color:#1b478e;
}
.simple-footer__form form label {
    color: #f7f1eb;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    font-weight: 400;
      margin-bottom: 2px;
    display: block;
}
.simple-footer__form form .field.hs-form-field {
    margin-bottom: 1em;
}
.simple-footer__form form {
    background: transparent;
    border: none;
    border-left: 1px solid #f7f1eb;
    padding: 0 0 0 28px;
    position: relative;
    border-radius: 0;
}
.simple-footer__form form:before {
    width: 20px;
    height: 20px;
    background: #efab48;
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    border-radius: 50%;
}
/*
.simple-footer__form form:before {
    width: 20px;
    height: 20px;
    background: var(--color-yellow);
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    border-radius: 50%;
}
*/

.simple-footer__form .submitted-message {
    color:#f7f1eb;
    border-left: 1px solid #f7f1eb;
    padding: 6px 0 6px 28px;
    position: relative;
}
.simple-footer__form .submitted-message:before {
    width: 20px;
    height: 20px;
    background:#efab48;
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    border-radius: 50%;
}

.simple-footer__form {
    margin: 0 0 60px 0;
}
.vaulted-address {
  display:block;
    padding: 8px 0 0 0;
}
.simple-footer__logo p, .vaulted-address div, .vaulted-address span {
    color: #f7f1eb;
    max-width: 220px;
    display: inline-block;
    font-size: 14px;
}
.simple-footer__content.simple-footer__content-copyright {
    border-top: 1px solid rgb(247 241 235 / 9%);
    padding: 35px 0 0 0;
    margin: 30px 1.875em 0 1.875em;
}
.simple-footer__content.simple-footer__content-copyright p {
    color: #f7f1eb;
    font-size: 14px;
}
.simple-footer__content.simple-footer__content-copyright p a {
    color: #f7f1eb;
    text-decoration: none;
    transition: 300ms;
}
.simple-footer__content.simple-footer__content-copyright p a:hover {
    color: #efab48;
}

{# media queries #}

@media (min-width:768px){
.simple-footer__content {
  flex-direction: row;
    align-items: center;
}
  .simple-footer__form {
    margin: 0;
}
.simple-footer__form h3{
  padding: 0 0 0 28px;
}  
.simple-footer {
    padding: 6.25em 0;
}  
.simple-footer__content__block {
    width: 40%;
}
.simple-footer__content__block.simple-footer__form {
    width: 60%;
} 
.simple-footer__content-copyright  {justify-content: space-between;}
}

@media (max-width:767px){
.simple-footer__content-copyright  {flex-direction: column;}  
.simple-footer__menu ul li {
  padding: 0.5em 0;  }
}  


/* override color of case study  */
.cs-testimonial__author--content-container p {
    text-align: center ;
    color: #EFAB48 ;
}
.cs-feature__detail--label {
    color: #EFAB48 !important;
      text-transform: initial;
    letter-spacing: 0;
    font-size: 16px;
}
.cs-metric:not(:last-child):after {
    background-color: #EFAB48 ;
  width: 1px;
}
.cs-metric__label {
    text-transform: initial;
    letter-spacing: 0;
}
.cs-metrics-container .cs-metric__data {
    font-weight: 700;
}
.cs-testimonials .cs-testimonial__testimonial {
    font-size: 1.7rem;
    max-width: 700px;
    margin: 0 auto 40px;
}
.cs-testimonials .cs-testimonial__slide {
    border-radius: 0;
    background: linear-gradient(90.88deg, #001009 50%, #325942 136.69%);
}
.cs-title-container h1 {
    max-width: 950px;
    margin: 0 auto;
}
.cs-feature-wrapper .cs-feature {
    border-radius: 0;
}
.cs-about-company__image {
    max-width: 100%;
    height: auto;
}
.hs-elevate-button--primary, .cs-cta-banner .cs-cta-banner__cta .hs-button {
    padding: 12px 32px !important;
}
.hs-form .hs-error-msg, .hs-form .hs-error-msgs, .hs_error_rollup li label {
    font-size: 0.9em;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    font-weight: 400;
  color:#c00;
}
.cs-cta-banner-wrapper .cs-cta-banner {
    background: none;
    padding-bottom: 60px;
    padding-top: 0;
}
.cs-cta-banner__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    max-width: 1232px;
    margin: 0 auto;
    background-image: url(https://8052890.fs1.hubspotusercontent-na1.net/hub/8052890/hubfs/case-study/case-study-cta-banner-graphic-02.jpg?width=2000&height=438.02083333333337);
    padding: 50px 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cs-cta-banner__content h2 {
    text-align: left;
    color: #ffffff;
}
.cs-cta-banner__cta {
    display: flex;
    justify-content: flex-start;
}
.cs-feature__detail--value {
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
}


@media (min-width:768px){
  .cs-cta-banner-wrapper .cs-cta-banner {
    padding-bottom: 100px;
    padding-top: 60px;
}
.cs-cta-banner__content {
    grid-template-columns: repeat(2, 1fr);
  }
.cs-cta-banner__content h2 {
    margin: 0;
}  
.cs-cta-banner__cta {
    justify-content: flex-end;
}  
  
}

