{# Added styles to styles-2017.css 
.double-cta-section-outer {
  background:linear-gradient(180deg, rgba(255,245,230,1) 25%, rgba(255,255,255,1) 25%);
}
.double-cta-section-inner {
  padding:40px 20px;
  background-image:url('https://240798.fs1.hubspotusercontent-na1.net/hubfs/240798/24-home/bg-waves-white-bottom-tall.svg');
  background-position: center 20%;
  background-repeat:repeat-x;
  background-size:100px;
}
.double-cta-section-outer-secondary {
  position:relative;
}
.double-cta-section-inner-secondary {
  position:relative;
}
.double-cta-content {
  margin:0 auto;
  max-width:1200px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  align-content:flex-start;
  flex-wrap:wrap;
  gap:40px;
  position:relative;
}
.double-cta-content-secondary {
  margin:20px auto;
  max-width:1160px;
  border-radius:30px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  align-content:flex-start;
  flex-wrap:wrap;
  gap:40px;
  position:relative;
  padding: 50px 20px;
}
.double-cta-column {
  width:100%;
  max-width:600px;
  position:relative;
}
.double-cta-column img,
.double-cta-column iframe { 
  border-radius: 1.25rem;
  height:auto;
}
@media only screen and (min-width:768px) {
  .double-cta-section-outer {
    background:linear-gradient(180deg, rgba(255,245,230,1) 50%, rgba(255,255,255,1) 50%);
  }
  .double-cta-section-inner {
    background-position: center center;
  }
  .double-cta-content,
  .double-cta-content-secondary{
    flex-wrap:nowrap;
  }
  .double-cta-content-secondary {
    margin:30px auto;
    padding:30px 30px;
  }
  .double-cta-column {
    width: calc(50% - 20px);
    max-width:100%;
  }
  
}

@media only screen and (min-width:1025px) {
  .double-cta-content-secondary {
    margin:40px auto;
    padding:40px;
  }
}
.double-cta-btn {
  position: absolute;
  bottom: -2rem;
  right: -.375rem;
  /*width: inherit;
  height:70px;*/
  background: #fff;
  border-top-left-radius: 30px;
  pointer-events:none;
  text-align:center;
  padding:10px;
}
@media only screen and (min-width:768px) {
  .double-cta-btn {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
  }
}
.double-cta-btn:hover .btnBox {
  transform: scale(1.1);
}
.double-cta-btn:before,
.double-cta-btn:after {
  position: absolute;
  content: "";
  background: transparent;
  width: 20px;
  height: 20px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
  border-bottom-right-radius: 20px;
}
.double-cta-btn:before {
  left: -20px;
  bottom: 0.375rem;
}
.double-cta-btn:after {
  top: -20px;
  right: 0.375rem;
}
.double-cta-btn .btnBox {
  /*position: absolute;*/
  inset: 0.625rem;
  background: #0061aa;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  color:#fff;
  padding: 10px 20px;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#}