/* custom styles for heathfieldschoolspartnership.org */

/*.news-masonry-header 
{
	color: #fff;
	background-color: #be33ff;
	background: linear-gradient(to bottom, #be33ff 5%, #772C8B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@primary-color, 8%)', (endColorstr='@primary-color', GradientType=0);
} */


.carousel-link-rb {
  display: inline-block;
  /*margin: 0 20px 20px 0;*/
  color: #fff;
  text-decoration: underline;
}

.carousel-link-rb:hover {
  display: inline-block;
  /*margin: 0 20px 20px 0;*/
  color: #FFC378;
  text-decoration: underline;
}

.special-message-div > span a {
  color: #fff;
}

.special-message-div > span a:hover {
  color: #e5e0db;
  text-decoration: none;
}



/* custom styles for Juniors SATS counters */
.content-box-juniors-sats-counters {
  height: 270px;
  padding-bottom: 1em;
}

.content-box-title-juniors-sats-counters {
  font-weight: 600;
  font-size: 3em;
  color: #772c88;
  margin-top: 0;
}


/* custom styles for Juniors MTC check counters */
.content-box-juniors-mtc-counters {
  height: 270px;
  padding-bottom: 1em;
}

.content-box-title-juniors-mtc-counters {
  font-weight: 600;
  font-size: 3em;
  color: #772c88;
  margin-top: 0;
}


/* content-box additional margin(s) for wrapping within a single .row - e.g. subject curriculum maps */
.content-box-margin {
  margin-bottom: 2em;
}


/* applies border between items in Governors Declaration of Interests table */
.governor-interests-border-bottom {
  border-bottom: 1px solid #772c88;
}




