#why-partner .row, #sustainable-solutions .row {
  padding: 0 20px 0;
}

#why-partner .row ul, #sustainable-solutions .row ul {
  list-style-type: none;
  padding-left: 20px;
}

#why-partner .row ul li, #sustainable-solutions .row ul li {
  position: relative;
}

#why-partner .row ul li::before, #sustainable-solutions .row ul li::before {
  content: "\f164";
  font-family: 'FONTAWESOME';
  position: absolute;
  left: -18px;
}

#popup_cta_cjr {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px;
  display: none;
  overflow: scroll;
  justify-content: center;
  align-items: center;
}

#popup_cta_cjr .innerContent {
  max-width: 720px;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: center;
}

#popup_cta_cjr .innerContent .topRowColours {
  height: 6px;
  position: absolute;
  top: -6px;
  width: 100%;
  left: 0;
  display: flex;
}

#popup_cta_cjr .innerContent .topRowColours .colourInput {
  width: 34%;
  height: 100%;
  background-color: #ff8601;
}

#popup_cta_cjr .innerContent .topRowColours .colourInput:nth-child(2) {
  background-color: #5ad14f;
}

#popup_cta_cjr .innerContent .topRowColours .colourInput:nth-child(3) {
  background-color: #0095d7;
}

#popup_cta_cjr .innerContent .colppupp {
  width: 50%;
  padding: 70px 50px;
}

#popup_cta_cjr .innerContent .colppupp h4 {
  font-size: 22px;
  color: #0095d7;
  font-size: 35px;
  line-height: 42px;
}

@media only screen and (max-width: 768px) {
  #popup_cta_cjr .innerContent .colppupp h4 {
    font-size: 28px;
    line-height: 38px;
  }
}

#popup_cta_cjr .innerContent .colppupp p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
  color: #58595B;
}

#popup_cta_cjr .innerContent .colppupp p strong {
  color: #ff8601;
}

#popup_cta_cjr .innerContent .colppupp .popupBtn {
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center;
  padding: 18px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #ff8601;
  transition: 0.2s;
  margin-top: 50px;
}

#popup_cta_cjr .innerContent .colppupp .popupBtn:hover {
  background-color: #0095d7;
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  #popup_cta_cjr .innerContent .colppupp .popupBtn {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #popup_cta_cjr .innerContent .colppupp {
    width: 100%;
    text-align: center;
    padding: 45px 25px;
  }
}

#popup_cta_cjr .innerContent .leftCol {
  background-image: url("../images/cj-backgroundleft-popup.png");
  background-size: cover;
  background-position: right bottom;
}

#popup_cta_cjr .innerContent .leftCol p {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #popup_cta_cjr .innerContent .leftCol p {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 768px) {
  #popup_cta_cjr .innerContent .leftCol {
    background-image: none;
    background-color: #dff1fa;
  }
}

#popup_cta_cjr .innerContent .close_cj_popup {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 22px;
  height: 22px;
}

#popup_cta_cjr .innerContent .close_cj_popup span {
  background: #D4D3D3;
  border: none;
  height: 2.5px;
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(9px) translateX(0) rotate(45deg);
}

#popup_cta_cjr .innerContent .close_cj_popup span:nth-of-type(2) {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  top: 18px;
}

@media only screen and (max-width: 768px) {
  #popup_cta_cjr .innerContent {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  #popup_cta_cjr {
    padding: 75px 15px;
  }
}

.flexerPP {
  display: flex !important;
}

@media only screen and (max-width: 768px) {
  .flexerPP {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */


body.page-template-single-col .content ul li {
  list-style-type: disc !important;
  list-style-position: inside !important;
  padding-left: 15px !important;
  text-indent: -26px !important;
  background: none !important;
}

body.page-template-join-us .content ul li {
  list-style-type: disc !important;
  list-style-position: inside !important;
  padding-left: 15px !important;
  text-indent: -26px !important;
  background: none !important;
}
