.body {
  font-family: Roboto, sans-serif;
  color: #46646d;
  font-weight: 400;
}

.container---hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b---hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  position: absolute;
  width: 150px;
  margin-bottom: 0px;
}

.lb---hero {
  margin-top: 27px;
  padding: 15px 60px 18px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50vh;
  background-image: url('../images/Arrow_Tip_White.svg');
  background-position: 90% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: background-position 400ms ease, border-color 400ms ease, background-color 400ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.lb---hero:hover {
  border-color: transparent;
  background-color: #e8927c;
  background-position: 91% 50%;
}

.b---nav---home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  height: auto;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-bottom: 0px;
  border: 1px none #000;
  background-color: #46646d;
}

.b---dropdown {
  position: relative;
  padding-top: 48px;
  padding-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.b---dropdown:hover {
  background-color: #2e4c55;
}

.s---home-1 {
  height: auto;
  padding-top: 109px;
  padding-bottom: 234px;
}

.site-container---t1 {
  width: auto;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

._w---s1---text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: 'Roboto Slab', sans-serif;
  color: #46646d;
  font-size: 26px;
  font-weight: 500;
}

.h2.white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.h2.peach {
  color: #e8927c;
}

.t---home-intro {
  font-size: 23px;
  line-height: 37px;
  font-weight: 300;
}

.b---s1---btn-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 63px;
}

.b---btn-left-line {
  width: 1px;
  height: 50%;
  margin-right: 27px;
  background-color: #e8927c;
}

.t---s1-intro---btn {
  color: #46646d;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.text-span---btn-peach {
  color: #e8927c;
}

.s---feature-footer.ethos {
  background-image: url('../images/Atom_Minerals_Feature_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.director {
  background-image: url('../images/Atom_Minerals_Feature_12.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.project-id {
  background-image: url('../images/Atom_Minerals_Feature_13.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.stranded {
  background-image: url('../images/Atom_Minerals_Feature_4.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.strategic {
  background-image: url('../images/Atom_Minerals_Feature_15.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.feasibility {
  background-image: url('../images/Atom_Minerals_Feature_6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.client {
  background-image: url('../images/Atom_Minerals_Feature_7.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.defining {
  background-image: url('../images/Atom_Minerals_Feature_8.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.mine-closure {
  background-image: url('../images/Atom_Minerals_Feature_9.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.high {
  background-image: url('../images/Atom_Minerals_Feature_10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.hybrid {
  background-image: url('../images/Atom_Minerals_Feature_11.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.non-toxic {
  background-image: url('../images/Atom_Minerals_Feature_12.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.modular {
  background-image: url('../images/Atom_Minerals_Feature_13.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.case {
  background-image: url('../images/Atom_Minerals_Feature_14.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.case-item {
  background-image: url('../images/Atom_Minerals_Feature_15.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s---feature-footer.home {
  background-image: url('../images/Atom_Minerals_Feature_Home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.b---left-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e8927c;
}

.b---left-spacer.l2 {
  background-color: rgba(232, 146, 124, 0.7);
}

.site-container---t2 {
  width: 1024px;
  height: auto;
  max-width: none;
  min-width: auto;
}

.b---right-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.b---feature---bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.b---feature---header {
  width: 75%;
  margin-top: -116px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  background-color: #46646d;
}

.b---feature---header.peach {
  background-color: #e8927c;
}

.b---services-intro {
  width: 75%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
  padding-left: 90px;
  background-color: rgba(70, 100, 109, 0.7);
}

.b---services-intro---content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col---services-intro---left {
  width: 80%;
  padding-right: 40px;
}

.t---para-intro {
  margin-bottom: 40px;
  font-family: 'Roboto Slab', sans-serif;
  color: #46646d;
  font-size: 19px;
  line-height: 31px;
  font-weight: 400;
}

.t---para-intro.white {
  color: #fff;
}

.t---para-intro.white.home {
  margin-bottom: 14px;
  padding-right: 30px;
}

.t---body-copy {
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  color: #46646d;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
}

.t---body-copy.white {
  color: #fff;
  font-size: 18px;
  line-height: 31px;
}

.t---body-copy.white.client-support {
  margin-bottom: 10px;
}

.t---body-copy.white.bullets {
  margin-bottom: 20px;
}

.t---body-copy.mini-footer {
  margin-bottom: 20px;
}

.col---services-intro---right {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lb---services-intro---right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 1px solid rgba(170, 196, 203, 0.44);
  text-decoration: none;
}

._w---services-intro---right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.t---vertical-btn {
  margin-bottom: 63px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.image-2 {
  width: 23px;
}

.s---home-3 {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: rgba(170, 196, 203, 0.16);
}

.b---home-3---btn-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lb---t2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 110px;
  margin-right: 0px;
  margin-bottom: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #aac4cb;
  background-image: url('../images/Arrow_Gray_Right.svg');
  background-position: 95% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease, border-color 300ms ease;
  transition: background-position 200ms ease, border-color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #46646d;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.lb---t2:hover {
  padding-top: 1px;
  border-bottom-width: 2px;
  border-bottom-color: #e8927c;
  background-position: 96% 50%;
}

.lb---t1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 120px;
  margin-right: 34px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #aac4cb;
  background-image: url('../images/Arrow_Gray_Right.svg');
  background-position: 95% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease, background-position 200ms ease;
  transition: border-color 200ms ease, background-position 200ms ease;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.lb---t1:hover {
  padding-top: 1px;
  border-bottom-width: 2px;
  border-bottom-color: #e8927c;
  background-position: 96% 50%;
}

.s---home-4 {
  position: relative;
  height: auto;
  padding-bottom: 130px;
  background-color: #fff;
}

.b---home-4---top {
  padding-top: 16px;
  padding-bottom: 18px;
}

.b---home-4---bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col---home-4 {
  position: relative;
  z-index: 1;
  width: 48%;
  min-height: 960px;
}

.b---image---s4 {
  height: 340px;
  border-bottom: 3px solid #e8927c;
  background-image: url('../images/Atom-Minerals-BG-Sec4-1.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.b---image---s4.r {
  background-image: url('../images/Atom-Minerals-BG-Sec4-2.jpg');
}

._w---s4---text {
  height: auto;
  padding: 40px 40px 0px;
}

.b---s4-wash {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 290px;
  background-color: rgba(170, 196, 203, 0.16);
}

.b---s4-wash---gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #e8927c), to(transparent));
  background-image: linear-gradient(90deg, transparent, #e8927c 50%, transparent);
}

.b---s4---btn {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 52px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lb---arrow-only {
  width: 120px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #46646d;
  border-radius: 50vh;
  background-image: url('../images/Arrow_Gray_Right.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
}

.lb---arrow-only:hover {
  border-color: #e8927c;
  background-position: 54% 50%;
}

.s---contact {
  position: relative;
  height: auto;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: rgba(170, 196, 203, 0.16);
}

.s---contact.l2 {
  background-color: #fff;
}

.b---footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col---footer---l {
  width: 32%;
  height: auto;
}

.col---footer---r {
  width: 30%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block {
  display: block;
}

.b---form-field-item {
  width: 48.5%;
  margin-bottom: 31px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field {
  min-height: 91px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(170, 196, 203, 0.38);
  border-radius: 10px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #46646d;
  font-size: 16px;
}

.text-field:hover {
  border-color: rgba(232, 146, 124, 0.5);
}

.text-field.l2 {
  background-color: rgba(170, 196, 203, 0.16);
}

.text-field.comments {
  min-height: 160px;
}

.t---text-label {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.ts---astrix {
  color: #e8927c;
}

.b---comments {
  width: 100%;
  margin-bottom: 34px;
  padding-right: 0px;
}

.btrn---submit {
  padding: 18px 131px 18px 38px;
  border-radius: 50vh;
  background-color: #e8927c;
  background-image: url('../images/Arrow_Gray_Right.svg');
  background-position: 88% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease, background-color 200ms ease;
  transition: background-position 200ms ease, background-color 200ms ease;
  font-size: 18px;
  font-weight: 500;
}

.btrn---submit:hover {
  background-color: #e6795d;
  background-position: 90% 50%;
}

.b---footer---top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #aac4cb;
}

.b---footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.b---bottom-footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #e8927c;
}

.t---copyright {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.t---safy-tashkandy {
  display: inline-block;
  color: #46646d;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.b---contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col---details---l {
  width: 20%;
  padding-top: 70px;
  padding-bottom: 131px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px none transparent;
}

.h2---contact {
  margin-top: 19px;
  margin-bottom: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Roboto Slab', sans-serif;
  font-size: 30px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: 1px;
}

.col---details---r {
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._w---contact-details {
  margin-bottom: 36px;
  padding-top: 0px;
  padding-left: 12px;
  border-left: 1px none #aac4cb;
}

._w---contact-details._2 {
  margin-bottom: 18px;
}

.i---map {
  width: 18px;
  margin-bottom: 10px;
}

.t---contact-details {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.t---contact-details:hover {
  color: #46646d;
}

.text-span---safy-divider {
  color: #e8927c;
}

.b---l2---navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(70, 100, 109, 0.2);
}

.s---header {
  height: 430px;
}

.s---header.ethos {
  background-image: url('../images/Atom-MInerals_Header_1.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.project-id {
  background-image: url('../images/Atom-MInerals_Header_13.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.stranded {
  background-image: url('../images/Atom-MInerals_Header_14.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.strategic {
  background-image: url('../images/Atom-MInerals_Header_15.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.feasibility {
  background-image: url('../images/Atom-MInerals_Header_6.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.client {
  background-image: url('../images/Atom-MInerals_Header_7.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.defining {
  background-image: url('../images/Atom-MInerals_Header_8.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.mine {
  background-image: url('../images/Atom-MInerals_Header_9.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.high {
  background-image: url('../images/Atom-MInerals_Header_10.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.hybrid {
  background-image: url('../images/Atom-MInerals_Header_11.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.non-toxix {
  background-image: url('../images/Atom-MInerals_Header_16.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.modular {
  background-image: url('../images/Atom_Minerals_Feature_13.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.case {
  background-image: url('../images/Atom-MInerals_Header_14.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.case-item {
  background-image: url('../images/Atom-MInerals_Header_15.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s---header.contact {
  background-image: url('../images/Atom-MInerals_Header_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b---header-wash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding: 0px 40px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(70, 100, 109, 0.7);
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
}

.h2---page {
  margin-top: -1px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #aac4cb;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 2px;
}

.col---l2-nav---l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lb---atom-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.i---l2---wordmark {
  width: 120px;
}

.col---l2-nav---r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lb---l2---link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #46646d;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

._w---nav-2---centre-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

._w---nav-2---contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lb---l2---link-item---contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #e8927c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.lb---l2---link-item---contact:hover {
  background-color: #e8927c;
  color: #fff;
}

.t---l2---nav-contact {
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 1px solid #e8927c;
}

.b---l2---sub-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 0px;
  background-color: rgba(170, 196, 203, 0.16);
}

.b---l2---sub-nav.no-colour {
  background-color: transparent;
}

.b---sub-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._w---tex-line {
  padding-top: 11px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #46646d;
  text-decoration: none;
}

.lb---sub-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 54px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
}

.lb---sub-nav-item.long {
  min-width: 150px;
}

.b---sub-nav-line {
  width: 50px;
  height: 1px;
  background-color: #e8927c;
}

.t---l2-sub-nav {
  margin-bottom: 10px;
  font-size: 16px;
}

.s---l2---1 {
  height: auto;
  padding-top: 75px;
  padding-bottom: 170px;
}

.s---l2---1.case-studies-ov {
  padding-top: 0px;
  padding-bottom: 40px;
}

.s---l2---1.case-study-project {
  padding-top: 0px;
  padding-bottom: 40px;
}

.s---l2---1.small-padding {
  padding-top: 75px;
  padding-bottom: 60px;
}

.s---l2---1.directors {
  padding-top: 75px;
  padding-bottom: 0px;
}

.b---l2---header.mini-footer {
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(170, 196, 203, 0.7);
}

.b---l2---page-intro {
  width: auto;
}

._w---l2---h2 {
  display: inline-block;
  margin-bottom: 30px;
}

.b---l2---h2---line {
  height: 10px;
  background-color: rgba(170, 196, 203, 0.16);
}

.b---vision-mission {
  position: relative;
  margin-bottom: 40px;
}

.t---vision-mission {
  font-size: 24px;
  line-height: 37px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.h3---vision-mission {
  margin-bottom: 18px;
  font-family: 'Roboto Slab', sans-serif;
  color: #e8927c;
  font-weight: 400;
}

.b---line---vision-mission {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 110px;
  background-color: #e8927c;
}

._w---vision-mission-text {
  margin-top: 55px;
  padding-left: 34px;
}

.s---our-values {
  height: auto;
  padding-top: 100px;
  padding-bottom: 228px;
  background-color: rgba(170, 196, 203, 0.16);
}

.b---our-values-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b---our-values---item {
  width: 48%;
}

.h4 {
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.b---values---top {
  padding-top: 21px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8927c;
}

.b---values---bottom {
  padding-top: 37px;
  padding-right: 37px;
}

.s---l2---mini-footer {
  position: relative;
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.b---feature---l2 {
  width: 75%;
  height: auto;
}

.b---feature---l2---item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.col---l2---feature---l {
  width: 84%;
  height: auto;
  padding: 53px 53px 53px 60px;
  background-color: rgba(70, 100, 109, 0.7);
}

.col---l2---feature---l.dark {
  background-color: rgba(70, 100, 109, 0.9);
}

._w---l2---feature-text {
  width: 80%;
}

.h3---l2---feature {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  line-height: 34px;
  font-weight: 400;
}

.lb---l2---feature {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(232, 146, 124, 0.6);
  background-image: url('../images/Arrow_White_Right_1.svg');
  background-position: 50% 90%;
  background-size: 27px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease, background-color 200ms ease;
  transition: background-position 200ms ease, background-color 200ms ease;
}

.lb---l2---feature:hover {
  background-color: rgba(232, 146, 124, 0.8);
  background-position: 60% 90%;
}

.lb---l2---feature.dark {
  background-color: rgba(70, 100, 109, 0.96);
}

.lb---l2---feature.dark:hover {
  background-color: #46646d;
}

.s---our-partners {
  display: block;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: rgba(170, 196, 203, 0.16);
}

.b---mini-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i---mini-footer {
  width: 310px;
}

.col---mini-footer---r {
  padding: 40px 57px 57px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._w---mini-footer-text {
  width: 80%;
}

.h3---mini-footer {
  margin-top: 0px;
  color: #e8927c;
  font-weight: 300;
}

.b---our-partners---bottom {
  height: auto;
}

.icon {
  display: none;
}

.right-arrow {
  background-image: url('../images/Arrow_Gray_Right.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.slide {
  padding: 20px 105px 20px 40px;
}

.i---partner-logo {
  width: 81px;
  margin-right: 58px;
}

.i---partner-logo.mincore {
  width: 150px;
}

.i---partner-logo.auralia {
  width: 112px;
}

.i---partner-logo.fnv {
  width: 140px;
}

.i---partner-logo.rec {
  width: 120px;
}

.i---partner-logo.groundwork {
  width: 160px;
}

.i---partner-logo.allmineral {
  width: 70px;
}

.i---partner-logo.als {
  width: 70px;
}

.i---partner-logo.hyperox {
  width: 130px;
}

.b---partner-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide---partrners {
  height: 200px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  height: 32px;
  margin-left: 0px;
  padding: 10px 21px 10px 22px;
  border-radius: 50vh;
  background-color: rgba(232, 146, 124, 0.36);
  color: transparent;
  font-size: 6px;
}

.b---partners {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.b---sub-nav-spacer---r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.b---sub-nav-spacer---l {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.b---peach-nav-corner {
  width: 100px;
  height: 100px;
  background-color: #e8927c;
}

.b---profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #aac4cb;
}

.b---profile.final {
  border-bottom-style: none;
}

.i---profile {
  width: 250px;
}

._w---profile-text {
  width: 90%;
}

.col---profile---r {
  padding: 20px 57px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h3---profiles {
  margin-bottom: 6px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.h4--profile-description {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: Roboto, sans-serif;
  color: #e8927c;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 8px;
}

.b---l2---body-copy---1 {
  position: relative;
  margin-bottom: 0px;
}

._w---l2---body-copy {
  padding-left: 34px;
}

.s---case-studies---ov {
  height: auto;
  padding-top: 60px;
  padding-bottom: 240px;
  background-color: rgba(170, 196, 203, 0.16);
}

.b---case-studies-ov {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn---case-study-ov {
  margin-bottom: 35px;
  padding-top: 55px;
  padding-bottom: 20px;
  padding-left: 42px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #e8927c;
  background-color: transparent;
  background-image: url('../images/Arrow_Gray_Right.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Roboto Slab', sans-serif;
  color: #46646d;
  font-size: 18px;
}

.b---case-studies-ov-btn-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lb---case-study-ov {
  display: block;
  margin-bottom: 35px;
  padding: 45px 97px 53px 24px;
  border-bottom: 1px solid #e8927c;
  background-color: transparent;
  background-image: url('../images/Arrow_Gray_Right.svg');
  background-position: 96% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  -webkit-transition: padding 200ms ease, border-color 300ms ease, background-position 300ms ease;
  transition: padding 200ms ease, border-color 300ms ease, background-position 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #46646d;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.lb---case-study-ov:hover {
  padding-left: 29px;
  border-bottom-color: #aac4cb;
  background-position: 96.5% 50%;
}

.lb---case-study-ov.w--current {
  text-decoration: none;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.list-item {
  width: 46%;
  margin-bottom: 18px;
  padding: 20px 45px 20px 0px;
  border-bottom: 1px solid rgba(170, 196, 203, 0.47);
  font-size: 16px;
  line-height: 26px;
}

.h3---home-case-study {
  margin-bottom: 18px;
  font-family: 'Roboto Slab', sans-serif;
  color: #e8927c;
  font-size: 22px;
  font-weight: 400;
}

.b---bullets {
  margin-bottom: 31px;
}

.b---bullet {
  display: inline-block;
  padding: 11px 21px 11px 11px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.b---bullet-circle {
  width: 4px;
  height: 4px;
  border-radius: 50vh;
  background-color: #e8927c;
}

._w---bullet-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.t---bullet {
  font-family: Roboto, sans-serif;
  color: #46646d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.t---bullet.white {
  color: #fff;
}

.h3---home-feature {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
}

.col---home---feature---l {
  width: 84%;
  height: auto;
  min-height: 490px;
  padding: 60px;
  background-color: rgba(70, 100, 109, 0.7);
}

.col---home---feature---l.dark {
  background-color: rgba(70, 100, 109, 0.86);
}

._w---home---feature-text {
  width: 88%;
}

.lb---home---feature-wash {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 85px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(70, 100, 109, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.lb---home---feature-wash:hover {
  background-color: rgba(70, 100, 109, 0.8);
}

.lb---home---feature-wash.dark {
  background-color: rgba(70, 100, 109, 0.94);
  text-decoration: none;
}

.lb---home---feature-wash.dark:hover {
  background-color: #46646d;
}

.i---page-cotent {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #aac4cb;
  border-radius: 5px;
}

._w---page-content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 33px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t---image-support-image {
  margin-bottom: 11px;
  color: #46646d;
  font-weight: 500;
}

.b---page-content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b---page-content-header-copy {
  margin-bottom: 40px;
}

.h3---page-content {
  margin-bottom: 18px;
  font-family: 'Roboto Slab', sans-serif;
  color: #e8927c;
  font-size: 18px;
  font-weight: 400;
}

.background-video {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46646d), color-stop(80%, rgba(70, 100, 109, 0.26)));
  background-image: linear-gradient(180deg, #46646d, rgba(70, 100, 109, 0.26) 80%);
}

.b---dim-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.success {
  padding-top: 35px;
  background-color: transparent;
  color: #e8927c;
}

.t---success---thank-you {
  margin-bottom: 11px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 19px;
  text-align: left;
}

.t---success---copy {
  margin-bottom: 11px;
  font-family: Roboto, sans-serif;
  color: #46646d;
  font-size: 17px;
  text-align: left;
}

.error-message {
  margin-top: 25px;
  padding: 29px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 10px;
  color: #46646d;
  font-size: 15px;
}

._w---dropdown-items {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 420px;
  height: auto;
  margin-top: 14px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #2e4c55;
}

._w---dropdown-items.l2 {
  margin-top: 120px;
}

.lb---nav-item {
  position: relative;
  width: auto;
  margin-right: 14px;
  margin-bottom: 0px;
  margin-left: 14px;
  padding: 36px 20px 15px 24px;
  border-bottom: 1px solid #e8927c;
  -webkit-transition: padding 300ms ease, background-color 300ms ease;
  transition: padding 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.lb---nav-item:hover {
  padding-left: 27px;
  background-color: #e8927c;
  background-image: url('../images/Nav-Arrow.svg');
  background-position: 93% 67%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.lb---nav-item.final {
  margin-bottom: 60px;
}

.lb---nav-item.first {
  margin-top: 24px;
}

.text-block-2 {
  padding-left: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h1---hero {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-span---herp {
  color: #e8927c;
}

.b---mobile-navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.b---mobile-nav-content {
  display: none;
}

.b---dropdown---l2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #46646d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.b---dropdown---l2:hover {
  background-color: #2e4c55;
  color: #fff;
}

.s---l2-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  margin-top: -1px;
}

.i---mail {
  width: 18px;
  margin-bottom: 6px;
}

.t---email-us {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #46646d;
  text-decoration: none;
}

.t---email-us:hover {
  color: #e8927c;
}

._w---home-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  margin-left: 3vw;
  border-bottom: 1px solid #fff;
}

._w---hero-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.t---image-support-image---copy {
  color: #46646d;
  font-weight: 300;
}

.h3---values {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46646d), color-stop(89%, rgba(70, 100, 109, 0.27))), url('../images/Atom_Minerals_Feature_14.jpg');
  background-image: linear-gradient(180deg, #46646d, rgba(70, 100, 109, 0.27) 89%), url('../images/Atom_Minerals_Feature_14.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.i---404-logo {
  width: 140px;
}

.h2---404 {
  width: auto;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
}

.t---404 {
  margin-bottom: 24px;
  color: #fff;
}

.btn---404 {
  padding: 23px;
  border-radius: 10px;
  background-color: #e8927c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  font-weight: 500;
}

.btn---404:hover {
  background-color: #46646d;
}

.i---linked-in {
  width: 18px;
  margin-bottom: 6px;
}

.i---phone {
  width: 18px;
  margin-bottom: 6px;
}

.lb---phone {
  width: 100%;
  margin-bottom: 18px;
  padding-top: 0px;
  padding-left: 12px;
  border-left: 1px none #aac4cb;
  color: #46646d;
  font-weight: 300;
  text-decoration: none;
}

.bi---cs---victorian-gold {
  height: 300px;
  margin-bottom: 40px;
  background-image: url('../images/Victorian-Gold-Tailings-Retreatment_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 1920px) {
  .image {
    width: 170px;
  }

  .b---dropdown {
    padding-top: 65px;
  }

  .site-container---t1 {
    max-width: 1410px;
  }

  .s---feature-footer.ethos {
    background-image: url('../images/Atom_Minerals_Feature_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .s---feature-footer.director {
    background-image: url('../images/Atom_Minerals_Feature_2.jpg');
  }

  .s---feature-footer.project-id {
    background-position: 100% 0%;
    background-repeat: no-repeat;
  }

  .s---feature-footer.home {
    background-position: 50% 50%;
  }

  .site-container---t2 {
    width: 1410px;
  }

  .col---home-4 {
    min-height: 850px;
  }

  .s---l2---1 {
    padding-top: 90px;
  }

  .s---l2---1.small-padding {
    padding-top: 90px;
  }

  .s---l2---1.directors {
    padding-top: 90px;
  }

  .col---l2---feature---l {
    min-height: 340px;
  }

  .h1---hero {
    font-size: 24px;
  }

  .utility-page-wrap {
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
}

@media screen and (max-width: 991px) {
  .b---hero {
    width: 80%;
  }

  .image {
    display: block;
    width: 140px;
  }

  .b---nav---home {
    display: none;
  }

  .s---home-1 {
    padding-bottom: 170px;
  }

  .site-container---t1 {
    padding-right: 40px;
    padding-left: 40px;
  }

  ._w---s1---text {
    width: 80%;
  }

  .h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .h2.white {
    font-size: 22px;
  }

  .b---s1---btn-s {
    margin-top: 40px;
  }

  .s---feature-footer.ethos {
    background-position: 100% 50%;
  }

  .s---feature-footer.director {
    background-position: 100% 0%;
  }

  .s---feature-footer.project-id {
    background-position: 50% 50%;
  }

  .s---feature-footer.stranded {
    background-position: 50% 50%;
  }

  .s---feature-footer.strategic {
    background-position: 100% 50%;
  }

  .s---feature-footer.feasibility {
    background-position: 0% 50%;
    background-size: cover;
  }

  .s---feature-footer.client {
    background-position: 50% 50%;
    background-size: cover;
  }

  .s---feature-footer.defining {
    background-position: 0% 50%;
  }

  .s---feature-footer.mine-closure {
    background-position: 50% 50%;
  }

  .s---feature-footer.high {
    background-position: 50% 50%;
  }

  .s---feature-footer.hybrid {
    background-position: 50% 50%;
  }

  .s---feature-footer.modular {
    background-position: 50% 50%;
  }

  .s---feature-footer.case {
    background-position: 0% 50%;
  }

  .s---feature-footer.case-item {
    background-position: 100% 50%;
    background-size: cover;
  }

  .b---feature---header {
    margin-top: -95px;
    padding: 30px;
  }

  .b---feature---header.peach {
    width: auto;
    margin-top: -92px;
    padding-left: 40px;
  }

  .t---body-copy {
    margin-bottom: 30px;
  }

  .s---home-3 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .col---home-4 {
    min-height: 890px;
  }

  .b---image---s4 {
    height: 190px;
    background-position: 50% 100%;
  }

  ._w---s4---text {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 0px;
  }

  .b---s4-wash {
    height: 190px;
  }

  .b---s4---btn {
    padding-left: 0px;
  }

  .s---contact {
    padding-top: 80px;
  }

  .col---footer---l {
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .col---footer---r {
    width: auto;
    padding-top: 45px;
  }

  .b---footer---top {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b---bottom-footer-text {
    padding-left: 18px;
  }

  .b---contact-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .col---details---l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right-style: none;
  }

  .h2---contact {
    margin-top: 53px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .col---details---r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-left: 1px none #aac4cb;
  }

  ._w---contact-details {
    width: auto;
    margin-right: 32px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 17px;
  }

  ._w---contact-details._2 {
    width: auto;
    font-size: 17px;
  }

  .t---contact-details {
    font-size: 17px;
  }

  .b---l2---navigation {
    display: none;
  }

  .s---header {
    height: 370px;
  }

  .s---header.ethos {
    background-position: 50% 50%;
  }

  .s---header.project-id {
    background-position: 100% 50%;
  }

  .s---header.stranded {
    background-position: 50% 50%;
  }

  .s---header.strategic {
    background-position: 50% 50%;
  }

  .s---header.feasibility {
    background-position: 50% 50%;
  }

  .s---header.client {
    background-position: 0% 50%;
  }

  .s---header.defining {
    background-position: 100% 0%;
  }

  .s---header.high {
    background-position: 50% 50%;
  }

  .s---header.hybrid {
    background-position: 50% 50%;
  }

  .s---header.non-toxix {
    background-position: 100% 50%;
    background-size: cover;
  }

  .s---header.modular {
    background-position: 50% 50%;
  }

  .s---header.case {
    background-position: 100% 0%;
  }

  .s---header.case-item {
    background-position: 50% 50%;
  }

  .b---header-wash {
    width: 70%;
  }

  .h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .h2---page {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 1px;
  }

  .b---sub-nav-item {
    padding-left: 40px;
  }

  .lb---sub-nav-item {
    padding-top: 10px;
    padding-right: 20px;
  }

  .b---sub-nav-line {
    width: 38px;
  }

  .s---l2---1 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .s---l2---1.case-studies-ov {
    padding-top: 0px;
  }

  .b---l2---page-intro {
    width: auto;
  }

  .s---our-values {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .b---our-values-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b---values---bottom {
    padding-right: 20px;
  }

  .s---l2---mini-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .b---feature---l2 {
    width: 100%;
  }

  .col---l2---feature---l {
    height: auto;
    padding-top: 20px;
    padding-left: 40px;
  }

  ._w---l2---feature-text {
    width: auto;
  }

  .lb---l2---feature {
    background-position: 50% 75%;
    background-size: 21px;
  }

  .lb---l2---feature:hover {
    background-position: 50% 75%;
  }

  .s---our-partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .i---mini-footer {
    width: 270px;
  }

  .col---mini-footer---r {
    padding: 30px 0px 0px 40px;
  }

  ._w---mini-footer-text {
    width: auto;
  }

  .i---partner-logo {
    width: 70px;
  }

  .i---partner-logo.mincore {
    width: 140px;
  }

  .i---partner-logo.auralia {
    width: 110px;
  }

  .i---partner-logo.fnv {
    width: 130px;
  }

  .i---partner-logo.rec {
    width: 110px;
  }

  .i---partner-logo.groundwork {
    width: 140px;
  }

  .i---partner-logo.allmineral {
    width: 60px;
  }

  .i---partner-logo.als {
    width: 60px;
  }

  .i---partner-logo.hyperox {
    width: 120px;
  }

  ._w---profile-text {
    width: auto;
  }

  .col---profile---r {
    padding-right: 0px;
    padding-left: 40px;
  }

  .s---case-studies---ov {
    padding-top: 40px;
    padding-bottom: 130px;
  }

  .lb---case-study-ov {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
    background-size: 16px;
    font-size: 17px;
  }

  .col---home---feature---l {
    padding: 40px;
  }

  ._w---page-content-image {
    width: 50%;
  }

  .b---mobile-navigation {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
  }

  .lb---hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lb---mobile-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
  }

  .i---mobile-logo {
    width: 90px;
  }

  ._w---hamburger {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22px;
    height: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b---mobile-nav-content {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: auto;
    padding-top: 140px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #46646d;
  }

  ._w---mobile-nav-content {
    display: block;
    height: auto;
    padding: 0px 80px 0px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  ._w---mobile-nav-item {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .lb---mobile-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(232, 146, 124, 0.5);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
  }

  .lb---mobile-nav-dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px 10px 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-decoration: none;
  }

  .lb---mobile-nav-dropdown-link.first {
    margin-top: 14px;
    background-image: none;
    font-size: 15px;
  }

  .lb---mobile-nav-dropdown-link.final {
    margin-bottom: 8px;
  }

  ._w---mobile-nav-dropdown {
    display: block;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }

  .b---dropdown-item-arrow {
    width: 20px;
    margin-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .i---dropdown-arrow {
    width: 5px;
  }

  .s---l2-nav {
    z-index: 20;
  }

  .i---cross {
    position: absolute;
    width: 15px;
    max-width: none;
  }

  .lb---phone {
    margin-right: 32px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 17px;
  }

  ._w---ph-mail-li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .image {
    display: block;
  }

  .s---home-1 {
    padding-top: 60px;
  }

  .site-container---t1 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .b---s1---btn-s {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b---feature---header {
    width: auto;
  }

  .b---feature---header.peach {
    margin-top: -68px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .t---para-intro {
    margin-bottom: 30px;
  }

  .s---home-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lb---t1 {
    width: auto;
    height: 90px;
    margin-right: 0px;
  }

  .s---home-4 {
    padding-bottom: 60px;
  }

  .b---home-4---bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col---home-4 {
    width: auto;
    min-height: auto;
    margin-bottom: 70px;
  }

  ._w---s4---text {
    padding-right: 0px;
  }

  .b---s4---btn {
    position: static;
  }

  .s---contact {
    padding-top: 40px;
  }

  .s---contact.l2 {
    padding-top: 60px;
  }

  .col---footer---r {
    padding-top: 20px;
  }

  .text-field.l2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-field.l2.comments {
    padding-top: 20px;
  }

  .b---footer-bottom {
    display: block;
  }

  .b---bottom-footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .t---copyright {
    margin-bottom: 8px;
  }

  .col---details---l {
    width: 12%;
  }

  .h2---contact {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .col---details---r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._w---contact-details {
    width: auto;
  }

  .t---contact-details {
    font-size: 18px;
  }

  .s---header {
    height: 270px;
  }

  .b---header-wash {
    width: 80%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .b---l2---sub-nav {
    display: none;
  }

  .b---sub-nav-item {
    padding-left: 25px;
  }

  .s---l2---1 {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .s---l2---1.case-studies-ov {
    padding-top: 40px;
  }

  .s---l2---1.case-study-project {
    padding-top: 40px;
  }

  .s---l2---1.small-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._w---l2---h2 {
    margin-bottom: 20px;
  }

  .s---our-values {
    padding-top: 40px;
  }

  .b---values---bottom {
    padding-right: 10px;
  }

  .col---l2---feature---l {
    padding-right: 25px;
    padding-left: 25px;
  }

  .s---our-partners {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .b---mini-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .i---mini-footer {
    width: 210px;
  }

  .col---mini-footer---r {
    padding-left: 0px;
  }

  .h3---mini-footer {
    font-size: 22px;
  }

  .b---partner-logos {
    padding-top: 39px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b---profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col---profile---r {
    padding-left: 0px;
  }

  .s---case-studies---ov {
    padding-top: 30px;
  }

  .lb---case-study-ov {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 14px;
  }

  .b---bullet {
    padding-left: 0px;
  }

  .b---page-content-image {
    margin-bottom: 30px;
  }

  .b---mobile-navigation {
    height: 80px;
  }

  .i---mobile-logo {
    width: 80px;
  }

  .b---mobile-nav-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bi---cs---victorian-gold {
    height: 240px;
  }
}

@media screen and (max-width: 479px) {
  ._w---s1---text {
    width: auto;
  }

  .h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .h2.white {
    font-size: 20px;
  }

  .b---feature---header {
    padding-left: 25px;
  }

  ._w---services-intro---right {
    padding-right: 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .t---vertical-btn {
    margin-bottom: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .b---home-3---btn-s {
    display: block;
  }

  .lb---t2 {
    width: auto;
  }

  .lb---t1 {
    padding-right: 40px;
  }

  .col---footer---r {
    padding-top: 20px;
  }

  .b---form-field-item {
    width: auto;
  }

  .form {
    display: block;
  }

  .btrn---submit {
    display: inline-block;
    padding-right: 98px;
  }

  .b---bottom-footer-text {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .t---copyright {
    margin-bottom: 4px;
    letter-spacing: 0px;
  }

  .b---contact-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col---details---l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h2---contact {
    margin-top: 0px;
    margin-bottom: 16px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .col---details---r {
    display: block;
  }

  ._w---contact-details {
    margin-right: 0px;
    padding-left: 0px;
  }

  .t---contact-details {
    font-size: 18px;
    line-height: 28px;
  }

  .s---l2---1 {
    padding-bottom: 100px;
  }

  ._w---vision-mission-text {
    padding-left: 20px;
  }

  .b---our-values-content {
    display: block;
  }

  .b---our-values---item {
    width: auto;
  }

  .b---values---bottom {
    padding-top: 20px;
  }

  .s---l2---mini-footer {
    padding-top: 20px;
  }

  .b---feature---l2---item {
    display: block;
  }

  .col---l2---feature---l {
    width: auto;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .lb---l2---feature {
    display: block;
    height: 90px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-position: 10% 50%;
  }

  .lb---l2---feature:hover {
    background-position: 10% 50%;
  }

  .s---our-partners {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .h3---mini-footer {
    font-size: 20px;
    line-height: 26px;
  }

  ._w---l2---body-copy {
    padding-left: 20px;
  }

  .lb---case-study-ov {
    padding-right: 57px;
  }

  .b---bullet {
    padding-right: 16px;
  }

  .col---home---feature---l {
    width: auto;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  ._w---home---feature-text {
    width: auto;
  }

  .lb---home---feature-wash {
    padding-top: 38px;
    padding-bottom: 34px;
    padding-left: 25px;
  }

  ._w---page-content-image {
    width: auto;
    margin-bottom: 28px;
  }

  .b---page-content-image {
    display: block;
  }

  .h1---hero {
    line-height: 34px;
  }

  .lb---mobile-home {
    padding-left: 20px;
  }

  .i---mobile-logo {
    width: 70px;
  }

  .b---mobile-nav-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .lb---phone {
    margin-right: 0px;
    padding-left: 0px;
  }
}

