

#main-container {
width: 100%;
}

.col-one-container, .col-two-container {
width: 50%;
}
.col-one-container {
float: left;
}
.col-two-container {
float: right;
}

.accordion {
  font-size: 1rem;
 
 width: 99.5%; 
  margin: 0 auto;
  border-radius: 5px;
}





.accordion-header,
.accordion-body {
  background: white;
  
}


/* 

.accordion-header {
  padding: .5em 1.5em;
  background-color: #33957F;
  color: Black;
  cursor: pointer;
  font-size: 2.2rem;
  letter-spacing: .1em;
  transition: all .3s;
  font-weight: 900;
  align-items: center;
 

  
}


*/



.accordion-header {
  padding: .2em 1.5em;
  background-color: #007B5F;
  border-radius: 7px;
  border: 2px solid #D2D3D5;
  color: white;
  cursor: pointer;
  font-size: 2.2rem;
  letter-spacing: .1em;
  transition: all .3s;
  font-weight: 900;
  align-items: center;
  padding: 20px;
  margin: 0 0 5px 0;

  
}



/*

.accordion-header {
  padding: .2em 1.5em;
  background-color: #fff;
  border-radius: 7px;
  border: 2px solid #D2D3D5;
  color: Black;
  cursor: pointer;
  font-size: 2.2rem;
  letter-spacing: .1em;
  transition: all .3s;
  font-weight: 900;
  align-items: center;
  padding: 20px;
  margin: 0 0 5px 0;

  
}



*/

.accordion__item, .accordion__item1, .accordion__item2   {
    border-bottom: 1px solid white;
}


span.GNBstrong {
	color: #007B5F;
	font-size:24px;
	font-weight: 900;
}


span.GNBstrongMeasure {
	color: #97D700;
	font-size:20px;
	font-weight: 700;
}


/* 
.accordion-header:hover {
  background: #909090;


}
*/

/*  This is light green border color when hover
.accordion-header:hover {
  border: 2px solid #97d700;
  border-bottm: 2.5px solid #97d700;

}

*/

.accordion-header:hover {
  border: 2px solid #121111;
  border-bottm: 2.5px solid #121111;

}


.accordion__item > .accordion-header:after {
  content: "<";
  font-size: 1.0em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-90deg);
}


.accordion-body {
  background: #fcfcfc;
  color: #353535;
   display: none;
  padding: 1.0em;
}



.accordion-bodyExecutive {
  background: #fcfcfc;
  color: #353535;
  display: table;
  
  
}


.accordion-bodySafety {
  background: #fcfcfc;
  color: #353535;
  display: table;
  
  
  
  
}

.accordion-bodyPreservation {
  background: #fcfcfc;
  color: #353535;
  display: table;
  
  
  
  
}

.accordion-bodyMobility {
  background: #fcfcfc;
  color: #353535;
   display: table;
  
}

.accordion-bodyEnvironmental {
  background: #fcfcfc;
  color: #353535;
   display: table;
  
}



.accordion-bodyEconomic {
  background: #fcfcfc;
  color: #353535;
 display: table;
  
}


.accordion-bodyStewardship {
  background: #fcfcfc;
  color: #353535;
   display: table;
  
}


.accordion-bodyOther {
  background: #fcfcfc;
  color: #353535;
   display: table;
  
}


.accordion-body__contents {
  padding: 1.0em 0.4em 0.4em 0.4em;
  font-size: 1.2em;
}


.accordion-body__contents2columns {
  padding: 0.4em;
  font-size: 1.2em;
   float: left;
  width: 50%;
  Height: 250px;
  background: #fcfcfc;
  

}




  







.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
  
}

@media screen and (max-width: 1100px) {
.col-one-container, .col-two-container {
width: 100%;

}
} 





/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .accordion-body__contentsLeft1, .accordion-body__contentsRight1, .accordion-body__contentsLeft2, .accordion-body__contentsRight2, .accordion-body__contents2columns {
    width: 100%;
  }
  
  .accordion {
  font-size: 1rem;
  width: 70vw;
  margin: 0 auto;
  border-radius: 2px;
}
  
}




