/*aside {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

	display: flex !important;
	margin-left: 10px;
	width: 100% !important;
	height: 800px!important;
	float: right;
}*/
aside {
  /*background: #27282a;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  aside {
    width: 410px;
    margin-left: -410px;
    float: left;
    padding: 40px 150px 40px 20px;
  }
}
@media screen and (max-width: 999px) {
  aside {
    float: left;
    width: 100%;
    margin-left: 0;
    padding: 20px 5px;
  }
}

aside div {
  /*background: #95ad5a;*/
  text-align: center;
}

aside div h3 {
  height: 20px;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  display: block;
  height: 30px;
  margin-bottom: 40px;
}
aside div h3:last-child {
  margin: 0;
}
aside div ul {
  padding: 0;
}
aside div li {
  display: block;
  background: #819947;
  margin-left: auto !important;
  margin-right: auto !important;
}
aside li {
  height: 20px;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  background: #495055;
  display: block;
  margin-bottom: 40px;
}
aside li:last-child {
  margin: 0;
}
aside li:nth-child(1) {
  width: 65%;
}
aside li:nth-child(2) {
  width: 78%;
}
aside li:nth-child(3) {
  width: 33%;
}
aside li:nth-child(4) {
  width: 55%;
}
aside li:nth-child(5) {
  width: 62%;
}
#download {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-top: 0 !important;
}
#funder {
  width: 100%;
}
#funder img {
  width: 100%;
  margin-bottom: 20px;
}
#funder p {
  width: 100%;
  font-size: 0.7em;
  font-weight: normal;
  color: #2a2a2a;
  line-height: 1.4;
  margin-top: 8px;
}
#funder p a {
  width: 100%;
  font-weight: normal;
  color: #1a1a1a;
  line-height: 1.4;
}

/************************ matrix ************************************/

.accordion-group {
  margin: 0 0 30px;
}

.accordion-group {
  margin: 0;
}

#matrix_wrap {
  /*margin: 0px auto;*/
  width: 240px;
  text-align: left;
  font-size: 0.8em !important;
}

@media screen and (max-width: 999px) {
  #matrix_wrap {
    /*margin: 0px auto;*/
    width: 100%;
    text-align: left;
    font-size: 1em !important;
  }
}

.no-js .accordion-body {
  display: block;
}

.accordion-body {
  display: none;
  padding: 0 0px 0 35px;
  /* background-color: #f6f6f6; */
  /* border-radius: 5px; */
  margin: 4px 0;

  /*width: 80%;*/
}

.accordion-body > * > .accordion-body {
  /*background-color: #ececec;*/
  margin: 0;
}

.accordion-body table {
  margin: 0px 0px 5px 0px;
  background-color: #f6f6f6;
  border-radius: 5px;
  /* width: 60%; */
  padding: 10px;
  border-collapse: inherit;
}
/*.accordion-body tbody {
	padding: 5px;
	
}*/
.accordion-body table tr td:nth-child(1) {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  width: 70%;
  line-height: 1.5;
  margin: 0px 0 2px 0;
  color: #555;
}

.accordion-body table tr td:nth-child(1) {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  width: 70%;
  line-height: 1.5;
  margin: 0px 0 2px 0;
  color: #555;
}
.accordion-body table tr td:nth-child(2) {
  text-align: center;
  /*border-right: 1px solid #555;*/
  font-size: 0.8em;
  padding-right: 10px;
  width: 10%;
  line-height: 1.5;
  margin: 0px 0 2px 0;
  color: #555;
}
.accordion-body table tr td:nth-child(3) {
  text-align: right;
  /*border-right: 2px dotted #bdbdbd;*/
  font-size: 0.8em;
  padding-right: 2px;
  width: 10%;
  line-height: 1.5;
  margin: 0px 0 2px 0;
  color: #555;
}
.accordion-body table tr td:nth-child(4) {
  text-align: left;
  font-size: 0.8em;
  padding-left: 2px;
  line-height: 1.5;
  margin: 0px 0 2px 0;
  color: #555;
  width: 10%;
}

.accordion-header {
  background: #ffffff url(http://stg.enb.iisd.org/gef/council58/images/accordion-closed.png) no-repeat
    20px center;
  margin: 0;
  color: #555;
  padding: 8px 40px;
  cursor: pointer;
  /*border-radius: 5px;*/
  position: relative;
  border-bottom: 3px dotted #f0f0f0;
  text-align: left;
}

.accordion-header.open {
  background: #fff url("/gef/council58/images/accordion-opened.png") no-repeat
    19px center;
  color: #555;
  font-weight: bold;
  border-bottom: 3px dotted #bdbdbd;
}

.accordion-header:last-of-type {
  margin-bottom: 0;
}

.accordion-header.open:last-of-type {
  margin-bottom: 4px;
}

/*.accordion-header span {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  color: #333;
  font-weight: normal
}*/
