.case-studies-slider {
  font-size: 16px;
  font-weight: 300;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1B365D;
  opacity: .75;
  z-index: 0;
}

.case-study-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: calc(80px* 2);
  padding-bottom: calc(80px* 2);
  height: 100%;
  z-index: 1;
  position: relative;
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
}

.case-study-intro {
  width: 33.33%;
  padding: 40px 0;
  color: #fff;
  align-self: center;
}

.case-study-intro h2 {
  margin-bottom: 0.83em;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: .0em;
  color: #fff;
  font-size: 3em;
}


.case-study-intro h4 {
  color: #fff;
  font-size: 1.56em;
  margin-top: 1.99em;
  margin-bottom: 1.33em;
  line-height: 1.5;
  font-weight: 200;
}

.case-study-intro .attribute {
  display: flex;
  font-size: 85%;
  padding: 1em 0;
  border-top: 1px solid;
}

.case-study-intro .attribute .label {
  font-weight: 300;
  width: 40%;
  font-family: 'Open Sans';
}

.case-study-intro .attribute .value {
  padding-left: 0.5em;
  font-weight: 400;
  font-family: 'Open Sans';
}

.case-study-inner .modal-text {
  position: relative;
  z-index: 1;
  background-color: #fff;
  max-width: 33.33%;
  box-shadow: 20px 20px 0 rgb(0 0 0 / 15%);
  padding: 40px;
  color: black;
}

.case-study-inner img.case-study-logo {
  max-width: 100%;
  max-height: 78px;
}

.case-study-inner .modal-text p {
  line-height: 1.8;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 1.15em;
}

.cm-block-buttons {
  margin-top: 28px;
}

.cm-block-buttons .cta-secondary {
  color: #00A9E0 !important;
  !i;!; border: 2px solid;
  padding: .75em 1.5em;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  transform: none;
}

.cm-block-buttons .cta-secondary:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cm-block-buttons .cta-secondary:hover:after {
  opacity: .75;
}

.cm-block-buttons .cta-secondary:hover {
  padding-right: 48px;
}

.key-quote {
  width: 33.33%;
  padding-bottom: 40px;
  font-weight: 300;
  line-height: 1.8;
  align-self: flex-end;
  position: relative;
  padding-top: 7em;
  text-align: center;
  z-index: 1;
  color: #fff;
}

.key-quote:before {
  opacity: .5;
  content: '\f10d';
  font-family: 'Font Awesome 5 Pro';
  font-size: 2.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  width: 2em;
  font-weight: 400;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #1B365D;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
}

.key-quote figure.pullquote {
  box-sizing: border-box;
  overflow-wrap: break-word;
  margin: 0;
  color: white;
  background-color: transparent;
  position: relative;
  border-style: solid;
  border-width: 0;
  padding: 0 40px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 40px;
  font-size: 1.5em;
  line-height: 1.6;
  font-family: 'Open Sans';
}

.key-quote figure.pullquote blockquote {
  padding: 0;
  text-align: center;
  position: relative;
  margin: 0;
  color: inherit;
  border: none;
  font-size: inherit;
  font-family: 'Open Sans';
  line-height: 1.6;
}

.key-quote figure.pullquote blockquote:before {
  content: "";
}

.key-quote figure.pullquote blockquote p {
  padding: 0;
  font-weight: 300;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 28px;
  font-size: initial;
  font-family: "Open Sans";
  display: inline;
}

.key-quote figure.pullquote blockquote cite {
  text-align: center;
  font-weight: 500;
  margin-top: 2em;
  font-style: normal;
}

.key-quote figure.pullquote blockquote cite strong {
  font-weight: 400;
}

.key-quote figure.pullquote blockquote cite:before {
  display: none;
}

@media (max-width: 1050px) {
  .case-study-intro, .case-study-inner .modal-text {
    width: 50%;
    max-width: 50%;
  }

  .key-quote {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 900px) {
  .case-study-inner .modal-text p {
    font-size: 1em;
  }

  .case-study-intro h4 {
    font-size: 1.25em;
  }

  .case-study-intro h2 {
    font-size: 2.25em;
  }

  .case-study-intro .attribute {
    font-size: 13.6px;
  }

  .case-study-intro h2 strong {
    font-weight: 700;
  }


}

@media (max-width: 760px) {
  .case-study-inner {
    padding-top: calc(40px* 2);
    padding-bottom: calc(40px* 2);
  }

  .case-study-intro h2 {
    font-size: 2em;
  }

  .case-study-intro h4 {
    font-size: 1.3em;
  }

  .case-study-intro .attribute {
    font-size: 85%;
  }

  .case-study-inner .modal-text p {
    font-size: .9em;
  }

  .cm-block-buttons .cta-secondary {
    font-size: .9em;
    border-radius: 30px;
  }

  .key-quote figure.pullquote {
    padding: 0;
  }
}

@media (max-width: 620px) {
  .case-study-intro, .case-study-inner .modal-text {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 420px) {

  .case-study-intro h2 {
    font-size: 1.8em;
  }

  .case-study-intro h4 {
    font-size: 1.2em;
  }
}
