/* QUICK LINKS BLOCK HEADER */
.quicklinks {
}

/* NEWS HEADER */
.news-header {
  border:1px solid white;
  border-radius:10px;
  padding:0 10px 10px 10px;
  color:white;
  font-size:1.1em;
  margin:2em auto 1em auto;
}
.news-header p {
  margin:0px 1em 0px 1em;
  line-height:1.4em;
  padding-bottom:9px;
  padding-top:9px;
  border-bottom:1px solid white;
}
.news-header p:last-child {
  padding-bottom:0;
  border-bottom:none;
}
.news-header img {
  height:1em;
  vertical-align:-10%;
  padding-right:9px;
}
.news-header img:nth-child(odd) {
  padding-left:9px;
  margin-right:0;
}
.news-header a:link, .news-header a:visited, .news-header a:hover {
  color:red;
}

/* 	WHAT WE DO BLOCK */
.whatwedo-container {
  background-color:#ffedd4;
  margin-top:2em;
	padding:0em 1em 1em 1em;
}
.whatwedo-header {
	text-align:center;
	margin:0.8em 0 0.5em 0;
}
.whatwedo-text {
	margin:0 15% 1em 15%;
}
.whatwedo-img {
  margin:0 20% 1.1em 20%;
}
.whatwedo-img img {
  margin:0 auto 0 auto;
}
.whatwedo-img figcaption {
	font-style:italic;
}
.whatwedo-button {
  text-align:center;
	padding-bottom:0.8em;
	margin:0;
}

/* VOL FAIR 25 */
.volfair25-img {
  margin:1.5em 15% 1.1em 15%;
}
.volfair25-img img {
  margin:0 auto 0 auto;
}

/* NEW OPPORTUNITIES BLOCK */
.newopps-container {
  background-color:#d9d7f6;
  text-align:left;
	padding:1em 2em 1.5em 2em;
}
.newopps-container .item-text {
	break-inside:avoid;
}
.newopps-header {
	margin:0 0 0.5em 0;
	padding-bottom:0.3em;
}
.newopps-wrapper {
  column-count:3;
  column-gap:2em;
  column-rule:1px solid #231d73;
  break-inside:avoid;
}
.newopps-bullet {
	width:1em;
	padding-right:5px;
	vertical-align:-15%;
}
.newopps-crosshead {
	font-weight:bold;
	font-family:Arial;
	font-size:16px;
	text-transform:uppercase;
	margin:0 6px -9px 0;
}

/* NEWS ITEMS */
.newsitem-container {
  background-color:#cdfaf9;
  text-align:left;
	padding:1em 2em 1.5em 2em;
}
.newsitem-header {
	margin:0 0 0.5em 0;
	padding-bottom:0.3em;
}
.newsitem-wrapper {
  column-count:3;
  column-gap:2em;
  column-rule:1px solid #231d73;
  break-inside:avoid;
}

/* VOLUNTEERS BLOCK */
.vols-container {
	background-color:#e6ffef;
	padding:0em 2em 1.5em 2em;
}
.vols-wrapper {
	text-align:left;
	column-count:3;
	column-gap:2em;
	column-rule:
	1px solid #000;
}
.vols-fig {
	margin-top:0.5em;
	break-inside:avoid;
}
.vols-subhead {
  break-after:avoid;
}

/* ORGANISATIONS BLOCK */
.orgs-container {
	background-color:white;
	padding:0em 2em 1.5em 2em;
}
.orgs-wrapper {
	text-align:left;
	column-count:3;
	column-gap:2em;
	column-rule:
	1px solid #000;
}
.orgs-fig {
	margin-top:0.5em;
	break-inside:avoid;
}
.orgs-subhead {
  break-after:avoid;
}

/* RESPONSIVE STYLES */
@media all and (max-width:1024px)
{
  .aboutus-wrapper,
  .newsitem-wrapper,
  .newopps-wrapper,
  .vols-wrapper,
  .orgs-wrapper {
   column-count:2;
  }
}
@media all and (max-width:780px)
{
  .aboutus-wrapper,
  .newsitem-wrapper,
  .newopps-wrapper,
  .vols-wrapper,
  .orgs-wrapper {
   column-count:1;
  }
  .whatwedo-text {
	  margin: 0 1% 1em 1%;
  }
  .whatwedo-img {
	  margin: 0 5% 1em 5%;
  }
  .volfair25-img {
	  margin:0.5em 3% 1em 3%;
  }
}
