﻿.legend_area {
  margin-top: 30px;
}
.legend_area .colours_wrap .colours ul {
  display: flex;
  flex-wrap: wrap;
}
.legend_area .colours_wrap .colours li {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0 0 20px;
  padding: 0 0 0 1.2em;
}
.legend_area .colours_wrap .colours li:nth-of-type(1) {
  margin: 10px 0 0 0;
}
.legend_area .colours_wrap .colours li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  display: inline-block;
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
}
.legend_area .colours_wrap .colours .environment:before {
  background-color: #8CC33C;
}
.legend_area .colours_wrap .colours .international:before {
  background-color: #0078C3;
}
.legend_area .colours_wrap .colours .education:before {
  background-color: #19B9CD;
}
.legend_area .colours_wrap .colours .communities:before {
  background-color: #FFE141;
}

.legend_area .colours_wrap .wide .module_list-3column {
  margin: 0 auto;
  padding: 0;
}
.legend_area .colours_wrap .wide .module_list-3column > li {
  margin: 10px 0 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .legend_area .colours_wrap {
      width: 100%;
  }
  .legend_area .colours_wrap .colours ul {
      width: 100%;
      display: block;
      height: auto;
  }
  .legend_area .colours_wrap .colours li {
    margin: 10px 0 0 0;
  }
}