/* Ver1 applied to Elders */
/* .teststyleV4 applied to Highline Native Student Success Summit 2021 */
/* .teststyle applied to 34th Housing Street Project */

/* consistent margins */
.teststyle :is(p, ul, ol, h1, h2, h3, h4, h5, h6, iframe) {margin: 0;}
.teststyle *+:is(p, ul, ol, h1, h2, h3, h4, h5, h6, .sfContentBlock, iframe, .sfimageWrp) {margin-top: 0.667em;}
*+.teststyle :is(p, ul, ol, h1, h2, h3, h4, h5, h6, .sfContentBlock, iframe) {margin-top: 0.667em;}
.teststyle div+div>.sfContentBlock {margin-top: 0.667em;}
.teststyle :is(h1, h2, h3, h4, h5, h6)+:is(p, ul, ol, h1, h2, h3, h4, h5, h6,.sfContentBlock, iframe) {margin-top: 0.333em;}
.teststyle :is(ul,li,ol) > :is(ul,ol) {margin: 0;}

/* font styling for all headers */
.teststyle :is(h1, h2, h3, h4, h5, h6) {
	color: #000000;
	letter-spacing: -0.02em;
	font-family: inherit;
	font-weight: 600;
}
/* header sizes */
.teststyle h1 {font-size: 2em;}
.teststyle h2 {font-size: 1.667em;}
.teststyle h3 {font-size: 1.25em;}
.teststyle h4 {font-size: 1.125em;}
.teststyle h5 {font-size: 1.1em;color: #333;}
.teststyle h6 {font-size: 1.05em;color: #555;}

/* fun styling */
.teststyle .spotlight, .spotlight {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: #80808010;
  border-radius: 0.35em;
  max-width: 600px;
  width: fit-content;
  padding: 0.333em 0.667em;
}
.teststyle .mission-statement, .mission-statement {
	margin: 0 auto 1.25em;
	padding: 0.75em 2em 0.75em 3em;
	border-left: solid;
	border-right: solid;
	font-size: 110%;
	text-align: justify;
	text-indent: -1em;
	font-family: serif;
	font-style: italic;
}
.teststyle .notice, .notice {
  background: #fcffff;
  padding: 0.667em 1.333em;
  text-align: justify;
  border: solid 2px #b8d9ff;
  border-radius: 4px;
}

/* newsy styling */
.newsy.teststyle {
	max-width: 600px;
	margin: 0 auto;
}
.newsy.teststyle :is(h1, h2, h3, h4, h5, h6) {
	font-weight: normal;
	text-align: center;
}
.newsy.teststyle p {
	text-align: justify;
}