.site-intro {
  margin-bottom: 4rem;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: rgba(var(--white), 1.0);
  position: relative;
}


.site-intro .intro {
  font-weight: 800;
  font-size: 2rem;
}

.panel {
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.panel.intro p{
  font-size: 1.25rem;
  font-weight: 600;
}

.panel .headline {
  font-weight: 800;
  font-size: 2rem;
  
}

.panel:nth-child(even) {
  background: rgba(var(--grey-lightest), 1.0);
}


.panel .content p:last-of-type {
  margin-bottom: 0;
}

.panel .sector {
  width:100%;
}


.panel .sector.left {
  justify-content: right;
  background: rgba(var(--first), 0.1);
}

.panel .sector > .content{
  width: 90%;
  max-width: 720px;
  padding:4rem 0;
}

.panel.default:nth-child(even) .sector > .content {
  padding-left: 2rem;
}

.panel.default:nth-child(odd) .sector > .content {
  padding-right: 2rem;
}


.panel.default {
  display: flex;
}

.panel.our-values {
  padding:8rem 0;
  background-position: center 25%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  background-color: rgba(var(--first-dark, 1));
  background-blend-mode: multiply;
  color: #fff;

}

.panel.full {
  padding-top:8rem;
}

.panel:first-of-type {
  padding-top: 0;
}


.panel.default:nth-child(even) {
  flex-direction: row-reverse;
}


.panel.default:nth-child(odd) .sector.main, .panel.default:nth-child(even) .sector.other{
  justify-content: right;
}


.panel.default:nth-child(even) .sector.other, .panel.default:nth-child(odd) .sector.main{
  justify-content: right;
}



.panel .sector {
  padding: 2rem;
}


.panel .bgimage {
  background-repeat: no-repeat;
  background-size: cover;
}

.panel h2 {
  text-transform: none;
  font-weight: 500;
  font-size: 3.5rem;
  margin-bottom: 2rem;
}

.panel h4 {
  font-weight: 700;

}


.other.sector.bgimage {
  color: rgba(var(--white), 1.0);
}



.home .panel strong {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.65rem;
  color: rgba(var(--second), 1.0);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 1rem;
  align-items: center;
}

.home .panel strong:before {
  content:'';
  width:0.5rem;
  height:0.125rem;
  display: block;
  background: rgba(var(--second), 1.0);
  position: absolute;
  left:0;
}


.home .highlight{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}





.home .highlight .service:first-of-type {
  border-right: 1px solid rgba(var(--grey-light), 0.5);
}


.home .highlight .service:last-of-type {
  border-left: 1px solid rgba(var(--grey-light), 0.5);
}

.home .highlight .service .content {
  max-width: 640px;
  margin: 0 auto;
}

.home .highlight .service .content h3 {
  font-size: 1.5rem;
  font-weight: 500;
}


.site-mast h2 {
  text-transform: none;
  color: rgba(var(--white), 1.0);
  font-size: 4rem;
  font-weight: 900;
  font-family: var(--title);
}


.systems {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
}

.systems .system {
  flex:1;
  flex-basis:48%;
}


.feed.services {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  padding-bottom: 8rem;
}

.feed.services .service {
  flex:1;
  flex-basis: 100%;
  box-shadow: var(--box-shadow);
  margin-bottom: 2rem;
}


.feed.services .service .info {
  padding: 1rem 2rem;
  font-size: 0.75rem;
  padding-bottom: 2rem;
}


.feed.services h3 {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 1rem;
}

.feed.services button {
  padding:0.25rem 0.75rem;
  padding-right: 2rem;
}

.feed.services button a {
  font-size: 0.7rem;
}

.feed.services button a:after {
  font-size: 0.75rem;
}


/*Experiences*/

.experiences {
  display: flex;
  flex-wrap: wrap;
}

.experiences .experience {
  width:31.3%;
  margin: 1rem 1%;
}


/*Memebrs*/

.members {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
}


.members .member {
  flex: 1;
  flex-basis: 90%;
  margin-bottom: 2rem;
}


.members .member .photo {
  position: relative;
  width:75%%;
  margin: 1rem auto;
  border: solid rgba(var(--white), 1.0) 1rem;
  border-radius: 100%;
}

.members .member .photo:before {
  content: '';
  padding-top:100%;
  display: block;
}


.members .member .name {
  font-size: 1.25rem;
  font-weight: 800;
}

.members .member .designation {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 0.5rem;
  border-bottom: rgba(var(--grey-light), 1.0) solid 1px;
  margin-bottom: 1rem;
}

.members .member .qualifications{
  margin-bottom: 1rem;
}

.members .member .profile, .members .member .profile ul li{
  font-size: 0.85rem;

}



.directors .members .member .photo { 
  border-radius: 0;
  width:75%;
}


/*Services*/


.section {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(var(--grey), 0.25);
  margin-bottom: 4rem;
}


.section:last-of-type {
  border-bottom: none;
}

.section:first-of-type {
  padding-top:0;
}


.list {
  width: 100%;

}

.list .listing {
  position: relative;
}


.list .section:nth-child(odd)  .listing {
  flex-direction: row-reverse;
}


.list .listing .set {
  position: relative;
  
}


.list .listing .set.content  {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  z-index: 999;
  background: #fff;
}


.list .listing .set.content .info {
  padding: 4rem 6rem;
  width:100%;
}


.list .listing .set.content .info h3 {
  position: relative;
}


.list .listing .set.content .info h3:before {
  content:'';
  display: block;
  width:4rem;
  height: 0.75rem;
  background: rgba(var(--first), 1.0);
  position: absolute;
  top:-1rem;
}



.list .listing .image {
  z-index: 0;
}


.list .listing .background:before {
  content:'';
  padding-top:50%;
  display: block;
}


.element.system {
  padding-left: 2.25rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(var(--grey-light), 1.0);
  position: relative;
}

.element.system:before {
  font-family: 'mep';
  content: 'g';
  font-size: 1.75rem;
  position: absolute;
  left:0;
  top:-0.5rem;
  color: rgba(var(--first), 1.0);

}

.element.system h4 {
  font-size: 1.25rem;
  font-family: var(--headline);
  font-weight: 700;
}


.project .info {
  position: relative;
}


.project .info .types {
  display:flex;
}

.project .info .types .type {
  width: fit-content;
  padding: 0.25rem 0.5rem;
  background: rgba(var(--first), 1.0);
  color: rgba(var(--white), 1.0);
  font-size: 0.75rem;
  margin-right: 1rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
}



/*Core Values*/

.our-values h2{
  font-weight: 800;
}

.values .value h3 {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-top: 6rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.values .value h3:before {
  content: 'j';
  display: flex;
  color: rgba(var(--white), 1.0);
  text-align: center;
  font-size: 5rem;
  font-family: 'mep';
  font-weight: 400;
  text-transform: none;
  width:5rem;
  height:5rem;
  border-radius: 100%;
  position: absolute;
  left: calc(50% - 2.5rem);
  top:0;
  justify-content: center;
  align-items: center;
  text-transform: none;
}

.values .value.integrity h3:before {
  content: 'B';
}

.values .value.trust h3:before {
  content: 'D';
}

.values .value.transparent h3:before {
  content: 'C';
}

