/**umb_name:Intro Text*/
p.story-introtext {
	color: #000 !important;
	font-weight: 700;
	font-style: italic;
	margin: 1.5em 0 1.5em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 1.5em;
}

/**umb_name:Heading 2*/
h3 {
	font-size: 2.2em;
	color: #000;
	font-weight: 700;
	margin: 1.2em 0 0.5em;
}

/**umb_name:Heading 3*/
h4 {
	font-size: 2em;
	color: #000;
	font-weight: 700;
	margin: 1.2em 0 0.5em;
}

/**umb_name:Heading 4*/
h5 {
	font-size: 1.8em;
	color: #000;
	font-weight: 700;
	margin: 1.2em 0 0.5em;
}

/**umb_name:Heading 5*/
h6 {
	font-size: 1.4em;
	color: #000;
  margin: 1.2em 0 0.5em;
  font-style: italic;
}

/**umb_name:Image Caption Left*/
p.imagecaption {
	color: #000;
	font-style: italic;
	opacity: 0.7;
	font-size: 1em !important;
	margin-top: 0;
	margin-bottom: 1.5em;
}

/**umb_name:Image Caption Right*/
p.imagecaption.right { text-align: right; }

/**umb_name:Quote*/
p.story-quote {
	position: relative;
	font-style: italic;
	font-weight: 300;
	font-size: 1.5em !important;
	text-align: center;
	background-color: #f7f7f7;
	margin-bottom: 0;
	padding: 2em 8em 1.5em;
}
p.story-quote:before {
	position: absolute;
	font-size: 3em;
	content: open-quote;
	left: 2em;
	top: 0.3em;
	color: #39c0ed;
}
p.story-quote:after {
	position: absolute;
	font-size: 3em;
	content: close-quote;
	right: 2em;
	bottom: -0.3em;
	color: #39c0ed;
}

/**umb_name:Quote Author*/
p.story-quoteauthor {
	font-weight: 700;
	font-size: 0.9em !important;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	background-color: #f7f7f7;
	text-align: center;
	padding: 0 2em 2em;
}

/**umb_name:Button*/
button {
	margin: 0;
	font-size: 1.2em;
}

/**umb_name:Red*/
.red { color: red}
/**umb_name:Blue*/
.blue { color: blue }

/**umb_name:Pullout*/
p.pullout {
	background-color: #c2eaf8;
	padding: 0.8em 1.2em;
	margin-bottom: 2em;
}

/**umb_name:Pullout (section)*/
div.pullout {
	background-color: #c2eaf8;
	padding: 0.8em 1.2em;
	margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
	p.story-quote {
		padding: 2em 4em 1.5em;
	}
	p.story-quote:before {
		left: 0.6em;
	}
	p.story-quote:after {
		right: 0.6em;
	}
}

img { max-width: 100% !important;}
