.grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  padding: 60px 0 18px 0;
  column-gap: 40px;
}

input[type=text] {
color: #172326 !important;
}

textarea {
color: #172326 !important;
}

.content {
  float: none !important;
}

.full-width-content p {
text-align: center;
}

//banner
@media only screen and (min-width: 760px)
.banner-content {
    padding: 141px 65px 90px!important;
}

.banner-content a {
background-color: #9c2787;
color: #ffffff;
height: 62px;
width: 300px;
border-radius: 42px;
border: 2px solid #ffffff; 
cursor: pointer;
transition: all 250ms ease-out;
font-size: 1em;
margin-top: 2em;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;

}


.banner-content a:hover {
background-color: #ffff;
color: #9c2787;
}


.banner-ppc{
background: rgba(0, 0, 0, 0.5);
}



//FORM
form input[type=checkbox]:checked+label:after {
	top: 16px;
}

form input[type=checkbox]+label:before {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.col-2 {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.col-4 {
	grid-template-columns: repeat(4, 1fr);
}

.col-3 > div {
  display: flex;
  flex-direction: column;
  
}

.col-4 > div {
  display: flex;
  flex-direction: column;
  
}

.col-3 img {
  margin: 0 auto;
}

.col-4 img {
  margin: 0 auto;
}

.col-3 h3 {
  text-align: center;
}
.col-4 h3 {
  text-align: center;
}

.grid h2 {
  color: #9c2787;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 32px 0;
}

.case-studies h2 {
  color: #9c2787;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 32px 0;
}

.col-2 p {
  font-size: 1em;
  color: #333333;
  margin-bottom: 0;
}

.col-2 p:not(:last-child) {
  margin-bottom: 2em;
}

.grid > *:not(:last-child) {
  margin-bottom: 2em;
}

.banner-content > .wrapper > h1 {
  font-family: 'Montserrat';
  font-size: 36px;
}

.banner-content > .wrapper > p {
  line-height: 1 !important;
  font-weight: 300!important;
  width: 100%!important;
  font-family: 'Montserrat'!important;
  font-size: 20px!important;
  font-style: normal!important;
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}

main.full-width-content.green h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.75em;
  text-align: center;
}

.white-line-horizontal {
  width: 250px;
  height: 4px;
  background: white;
  margin: 32px auto;
}

.case-study-results h2 {
  color: #9c2787;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.grid-content p {
  margin: 0;
}

.signature {
  color: #189b4a;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}

.case-study .case-study-results .value {
  font-size: 3em;
  margin-bottom: 10px;
}

.case-study .case-study-results .label {
  text-align: center;
}

.purple h2 {
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.purple p {
  text-align: center;
}

.green-bg {
background-color: #189b4a;
}
.green-bg p {
text-align: center;
color: #ffffff;
}

purple-heading {
color: #9c2787!important;
}

.green-bg h2 {
font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  color: #ffffff;
}

.grey {
  background: #ededed;
  padding-top: 0;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.logos img {
  max-width: 200px;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0;
}

.articles h3 {
  color: white;
  text-align: center;
  margin: 1.5em 0;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 500;
}

.article {
  border: 3px solid #9c2787;
  background: #9c2787;
  margin-bottom: 1em;
}

.articles img {
  max-width: 100%;
}

.articles a {
  text-decoration: none;
}

form {
  display: flex;
  flex-direction: column;
}

.landing-form {
  font-family: 'Montserrat' !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
}

input[type='tel'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Montserrat' !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
  color: #172326;
  display: block;
  line-height: 1.6470588235em;
  height: 50px;
  margin: 0 0 16px;
  outline: 0;
  padding: 11px 10px;
  text-align: left;
  width: 100%;
}

input[type="tel"]::placeholder {
  font-size: 1em !important;
}

.landing-form--button {
  width: 100%;
  border-radius: 4px;
  margin-top: 0;
  font-weight: 400;
}

.landing-form--button:hover {
  border-color: #9c2787;
  color: #9c2787;
}

.dark-purple {
  background: #7b1b69;
  padding: 16px;
}

.case-study .case-study-results {
  padding-bottom: 1em;
}

.dark-purple .logos img {
  padding: 1em;
}

.slideshow {
  padding-bottom: 32px;
}

.brands h2,
.slideshow h2 {
  color: #9c2787;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 32px 0;
}

.brands {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brands img {
  max-width: 100%;
}

.brands img:first-of-type {
  margin-bottom: 1em;
}

footer {
  padding-bottom: 1.5em;
}

@media only screen and (min-width: 768px) {
  .articles {
    justify-content: center;
  }

  .slideshow {
    padding-top: 32px;
  }

  .dark-purple .logos img {
    padding: 0;
  }

  .dark-purple .logos {
    justify-content: space-between;
  }

  .grid {
    display: grid;
  }

  .grid > *:not(:last-child) {
    margin-bottom: 0;
  }

  .case-study-results .content.grid-wrapper {
    justify-content: center;
  }

  .tall {
    margin: 50px 0 !important;
  }

  .logos img {
    max-width: unset;
  }

  .grey {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 900px) {
  footer {
    padding-bottom: 4em;
  }

  .grid-content {
    max-width: 400px;
  }

  .articles {
    justify-content: space-between;
  }

  .slideshow {
    padding: 64px 0;
  }

  .grid-content:first-child {
    margin-right: 10px;
  }

  .grid-content:last-child {
    margin-left: 10px;
  }

  .grid-content {
    padding: 64px 20px 0 20px;
    justify-content: flex-start !important;
    height: 250px !important;
  }

  .case-study .case-study-results {
    padding-bottom: 3em;
  }

  .case-studies {
    padding: 3em 0;
  }
}



// new styles
