.orangebut {
  background-color: var(--coral);
  background-image: url('../images/whitearrow.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  border-radius: 5px;
  flex: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 47px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  display: inline-block;
  transform: rotate(0);
}

.orangebut:hover {
  background-color: var(--dodger-blue);
}

.orangebut.blue {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.orangebut.blue:hover {
  background-color: var(--coral);
}

.orangebut.block {
  width: auto;
  display: inline-block;
}

.bluelink {
  color: var(--royal-blue);
  margin-left: 40px;
  margin-right: 0;
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 20px;
}

.bluelink:hover,
.link:hover,
.footer-link.grey:hover {
  color: var(--coral);
}

.banner.casestudy {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.banner.casestudy.smg {
  background-image: url('../images/making-the-modern-world-hero-1500x600.webp');
}

.banner.casestudy.abc {
  background-image: url('../images/Abcsupply.webp');
}

.banner.casestudy.aberdeen {
  background-image: url('../images/Town_House_Municipal_Offices_and_Court_Houses_in_Aberdeen.webp');
  background-position: 0 0;
}

.banner.casestudy.lancashire {
  background-image: url('../images/1_County-Hall.webp');
}

.banner.casestudy.bradford {
  background-image: url('../images/Bradford_Museums.webp');
  background-position: 0 0;
}

.banner.casestudy.expro {
  background-image: url('../images/GA_19243_-_Website_-_Header_Image_-_Products_Services_819_487_85_c1_c.webp');
}

.banner.casestudy.crsbi {
  background-image: url('../images/sample1.webp');
  background-position: 0 0;
}

.banner.casestudy.onc {
  background-image: url('../images/ONC-Abyss-Expedition.webp');
  background-position: 0 0;
}

.banner.casestudy.ma {
  background-image: url('../images/Mission-Australia.webp');
  background-position: 0 0;
}

.innercontent {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.innercontent._2col {
  justify-content: space-between;
  display: flex;
}

.innercontent.case {
  align-items: flex-start;
  display: flex;
}

.whitesection {
  margin-top: 40px;
}

.whitesection.notoppadd {
  margin-top: 40px;
}

.greenhead {
  color: var(--teal1);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
}

.greenhead.big {
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
}

.greenhead.big.lighter-green {
  color: var(--light-sea-green);
}

.insighttext {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.introtext {
  width: 70%;
  margin-top: 20px;
}

.introtext.fullwidth {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.wrapper {
  height: auto;
  overflow: hidden;
}

.leftcolbig {
  width: 50%;
  padding-right: 20px;
  position: relative;
}

.rightcol {
  width: 50%;
  padding-left: 20px;
}

.caseintrobox {
  background-color: var(--white);
  box-shadow: 1px 1px 12px 0 var(--new-shadow);
  border-radius: 5px;
  margin-bottom: -60px;
  padding: 30px;
  position: relative;
  top: -108px;
}

.caseintrobox .bighead.blue {
  text-align: left;
}

.caseicon {
  float: right;
  width: 120px;
  margin-left: 20px;
}

.caseicon.big {
  width: 100px;
}

.caseurlbox {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.link-5 {
  color: var(--royal-blue);
}

.caserichtext {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  line-height: 24px;
  text-align: justify;
}

.subcase {
  object-fit: cover;
  width: 100%;
  max-height: 300px;
  margin-bottom: 40px;
}

.casequote {
  background-image: url('../images/quotemark.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 48px;
  margin-top: 40px;
  padding-top: 48px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  font-style: italic;
  text-align: justify;
}

.casequote.under-pics {
  color: var(--midnight-blue);
  width: auto;
  margin-top: 0;
}

.author {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 16px;
  display: flex;
}

.authortext {
  color: var(--teal2);
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 24px;
}

.casetablabel {
  background-color: var(--royal-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 42px;
  padding: 10px 20px 12px;
  position: absolute;
  top: -42px;
}

.bluesection {
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-image: url('../images/greencirclebott.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

._50-column {
  flex: 0 48%;
  padding-top: 40px;
  padding-bottom: 5px;
}

._50-column.form {
  flex-basis: 45%;
}

._50-column.wider {
  flex-basis: 54%;
}

.whitetext {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.formfield {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 40%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.formfield::placeholder {
  color: var(--midnight-blue);
  font-family: Satoshi, sans-serif;
  font-size: 14px;
}

.formfield.enquiry {
  border-bottom: 2px solid var(--light-sea-green);
  background-color: var(--mint-cream);
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

.formfield.enquiry.textarea {
  width: 100%;
  max-width: 300px;
  height: 95px;
}

.smallwhitetext {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}

.smallicon {
  width: 30px;
  margin-right: 20px;
}

.getintouchbox {
  margin-top: 15px;
}

.link {
  font-size: 20px;
  text-decoration: none;
}

.enquiryform {
  justify-content: space-between;
  display: flex;
}

.formcol {
  flex: 0 48%;
}

.greenbut {
  background-color: var(--teal1);
  border-radius: 5px;
  font-weight: 500;
}

.checkbox {
  margin-bottom: 24px;
  display: flex;
}

.checkbox-2 {
  flex: none;
  width: 25px;
  height: 25px;
  margin-right: 0;
}

.checkbox-label {
  color: var(--white);
  margin-left: 20px;
  margin-top: -24px;
}

.footer-link.grey {
  color: var(--dark-grey);
  margin-right: 0;
  font-size: 12px;
  display: inline;
}

.footer-link.grey.terms {
  width: auto;
}

.rightmenubox {
  flex-direction: column;
  margin-left: 20px;
  display: inline-block;
}

.green-inline {
  color: var(--teal1);
}

@media (max-width: 991px) {
  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .introtext {
    width: 100%;
  }

  .innercontent.case {
    flex-direction: column;
  }

  .leftcolbig {
    width: 100%;
    padding-bottom: 10px;
  }

  .rightcol {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .banner.casestudy {
    height: 180px;
  }

  .whitesection {
    margin-top: 0;
    padding-top: 0;
  }

  .greenhead {
    margin-top: 0;
    font-size: 20px;
  }

  .bluesection {
    padding-bottom: 0;
  }

  ._50-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .enquiryform {
    flex-direction: column;
    margin-top: 20px;
  }

  .formcol {
    margin-bottom: 20px;
  }

  .leftcolbig {
    padding-right: 0;
  }

  .caseicon {
    width: 80px;
  }

  .caseurlbox {
    width: 100%;
  }

  .caserichtext {
    padding-left: 0;
  }

  .casequote.under-pics {
    font-size: 18px;
    line-height: 28px;
  }

  .casetablabel {
    padding-top: 5px;
    padding-bottom: 8px;
  }

  .footer-link.grey.terms {
    line-height: 18px;
  }
}