@font-face {
	font-family: "Roboto-Medium";
	src:url("../Fonts/Roboto-Medium.ttf");
}
@font-face {
	font-family: "Roboto-MediumItalic";
	src:url("../Fonts/Roboto-MediumItalic.ttf");
}

@font-face {
	font-family: "Roboto-Light";
	src:url("../Fonts/Roboto-Light.ttf");
}

/* BODY STYLES */
body {
	-epub-line-break:normal;
	font-family: serif;
	font-size: 100%;
	text-align: left;
	word-wrap: break-word;  /* allows long words to break and wrap onto the next line; values: normal (no break) or break-word */
	-webkit-nbsp-mode: normal;   /* specifies behavior of non-breaking spaces: normal (no break); space (works like normal spaces) */
	-webkit-line-break: after-white-space; /* specifies line-breaking rules for CJK (Chinese, Japanese, and Korean) text */
	-epub-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:normal;
	margin: .25em;
	orphans: 2;    /* specifies minimum num of lines to be left at bottom of page; default = 2 */
	widows: 2;    /* specifies minimum num of lines that must be left at top of page; default = 2 */
}

h {
	word-wrap: normal;
	-epub-line-break:keep-all;
	-epub-hyphens:none;
	-webkit-hyphens:none;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-o-hyphens: none !important;
	hyphens: none !important;
	page-break-after: avoid;
}

h1.toc-marker {
	font-size: x-small;
	font-weight: normal;
	color: green;
	text-decoration: underline;
}

/* COPYRIGHT PAGE */
p.copyright {
	font-size: 85%;
	text-indent: 0em;
	text-align: left;
	margin: 0em 0em 0em 0em;
}
p.copyright-first {
	font-size: 85%;
	text-indent: 0em;
	text-align: left;
	margin: 2em 0em 0em 0em;
}
p.copyright-space {
	font-size: 85%;
	text-indent: 0em;
	text-align: left;
	margin: 1em 0em 0em 0em;
}

/* ENDORSEMENTS */
p.endorsement-text-first {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0em;
	margin: 3em 0em 0em 0em;
}
p.endorsement-text {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0em;
	margin: 1em 0em 0em 0em;
}
p.endorsement-source {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0em;
	text-align: right;
	page-break-before: avoid;
	margin: .4em 0em 0em 15%;
}

/* TABLE OF CONTENTS */
p.contents-indent {    /* front and back matter lines */
	font-style: normal;
	font-weight: normal;
	text-indent: -2em;
	padding-left: 2em;
	text-align: left;
	margin: 0em 0em .5em 1.5em;
}
p.contents-indent-space {
	font-style: normal;
	font-weight: normal;
	text-indent: -2em;
	padding-left: 2em;
	text-align: left;
	margin: 1.25em 0em .5em 1.5em;
}
p.contents {    /* main body of content page */
	font-style: normal;
	font-weight: normal;
	text-indent: -2em;
	padding-left: 2em;
	text-align: left;
	margin: 0em 0em .5em .5em;
}
p.contents-space {
	font-style: normal;
	font-weight: normal;
	text-indent: -2em;
	padding-left: 2em;
	text-align: left;
	margin: 1.25em 0em .5em .5em;
}

/* CHAPTER number/title */
span.chapter-number {
	font-family: "Roboto-Light", "Helvetica", "HelveticaNeue", "Arial", sans-serif;
	font-size: 150%;
	line-height: 200%;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: normal;
}
h1.chapter-title {
	font-family: "Roboto-Medium", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif;
	font-size: 170%;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	text-align: center;
	letter-spacing: 2px;
	line-height: 135%;
	margin: 1em 4% 3em 4%;
}
h1.chapter-title-w-sub {
	font-family: "Roboto-Medium", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif;
	font-size: 170%;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	text-align: center;
	letter-spacing: 2px;
	line-height: 135%;
	margin: 1em 4% .25em 4%;
}
p.chapter-subtitle {     /* follows chapter-title-w-sub */
	font-family: "Roboto-Light", "Helvetica", "HelveticaNeue", "Arial", sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	text-align: center;
	line-height: 130%;
	margin: 0em 7% 3em 7%;
}

/* Epigraph */
p.epigraph {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0em;
	text-align: left;
	margin: 0em 2em 0em 2em; 
	orphans: 2;
	widows: 2;
}
p.epigraph-source {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0em;
	text-align: right;
	page-break-before: avoid;
	margin: .5em 2em 0em 15%;
}

/* Various TEXT STYLES */
p.text {
	text-indent: 1em;
	margin: 0em 0em 0em 0em;
	orphans: 2;
	widows: 2;
}
p.text-space {
	text-indent: 1em;
	margin: 1em 0em 0em 0em;
	orphans: 2;
	widows: 2;
}
p.text-left {
	text-indent: 0em;
	margin: 0em 0em 0em 0em;
	orphans: 2;
	widows: 2;
}
p.text-first {
	text-indent: 0em;
	margin: 0em 0em 0em 0em;
	orphans: 2;
	widows: 2;
}
p.text-first-space {
	font-variant: normal;
	text-indent: 0em;
	margin: 3em 0em 0em 0em;      /* follows something like epigraph source */
	orphans: 2;
	widows: 2;
}
p.text-left-space {
	font-variant: normal;
	text-indent: 0em;
	margin: 1em 0em 0em 0em;
	orphans: 2;
	widows: 2;
}
p.text-centered-space {    /* scripture entry in acknowledgments */
	font-style: italic;
	font-weight: normal;
	text-indent: 0em;
	text-align: center;
	margin: 1.16em 4% 0em 4%;
	orphans: 2;
	widows: 2;
}

/* SUBHEADS */
p.Heading-1 {
	font-family: "Roboto-Medium", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	text-align: left;
	page-break-after: avoid;
	margin: 1.83em 2em .83em 0em;
}
p.Heading-1-Discussion {
	border-bottom: 8px solid gray;
	padding: 0px 4% 3px 4%;
	font-family: "Roboto-Medium", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	text-align: center;
	page-break-after: avoid;
	margin: 3em 25% .83em 25%;
}
p.Heading-2 {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	text-indent: 0em;
	text-align: left;
	page-break-after: avoid;
	margin: 1.33em 2em .5em 1em;
}

/* EXTRACTS */
p.extract-space {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em; 
	margin: 1em 1em 0em 1em;
	orphans: 2;
	widows: 2;
}
p.extract {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	text-indent: 1em;
	margin: 0em 1em 0em 1em;
	orphans: 2;
	widows: 2;
}
p.extract-source {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0em;
	text-align: right;
	page-break-before: avoid;
	margin: .33em 1em 0em 1.66em;
}

/* NUMBERED LIST (OL code) */
li.list-numbered {
	font-style: normal;
	font-variant: normal;
	text-indent: 0em;
	text-align: left;
	margin: .16em 0em 0em .5em;	
	orphans: 2;
	widows: 2;
}
li.list-numbered-first {     /* when follows a subhead and is not to add space */
	font-style: normal;
	font-variant: normal;
	text-indent: 0em;
	text-align: left;
	margin: 0em 0em 0em .5em;	
	orphans: 2;
	widows: 2;
}

/* BULLET LIST */
li.list-bulleted-space {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;  
	text-indent: 0em;
	margin: 1em 0em .25em 0em;	
	orphans: 2;
	widows: 2;
}
li.list-bulleted {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0em;
	margin: 0em 0em .25em 0em;
	orphans: 2;
	widows: 2;
}
li.list-sub-bulleted {    /* bullet list in a numbered list */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0em;
	margin: 0em 0em .25em 1.75em;
	orphans: 2;
	widows: 2;
}

/* UNNUMBERED LIST (non-bullet list) */
p.list-unnumbered {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: -1em;          /* Hanging Indent */
	padding-left: 1em;
	margin: 0em 0em 0em 1em;
	orphans: 2;
	widows: 2;
}

/* APPENDIX */
span.appendix-number {   /* works on conjunction w chapter title */
	line-height: 200%;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-indent: 0em;
}
p.heading-centered {
	font-family: "Roboto-Medium", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	text-align: center;
	page-break-after: avoid;
	margin: 0em 2em 1em 0em;
}

/* END NOTES (CS7) */
a._idFootnoteLink {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}
a._idFootnoteAnchor {
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
	vertical-align: top;
}
span.Footnote-Reference {
	font-size: 80%;
	vertical-align: top;
}
p.notes-heading {
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	page-break-after: avoid;
	margin: 1em 0em .33em 0em;	
}
p.notes-heading-2 {
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	page-break-after: avoid;
	margin: 0em 0em .33em 0em;	
}
p.notes {
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	text-indent: 1em;
	margin: 0em;
}

/* FIGURES */
body.cover {
	margin:0;
	padding:0;
	font-size:0
}
img {
	max-width: 100%;
	max-height: 100%;
}
p.figure-marker {
	display: block;
	text-align: center;
	text-weight: bold;
	text-indent: 0em;
	margin-top: .75em;
	margin-bottom: .5em;
}

/* DIVIDER */
p.divider {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-indent: 0em;
	margin: 1.16em 0em 1.16em 0em;
}

/* HYPERLINK STYLE DATA */
a:active {                             /* mouse button held down */
	color: red;
}
a:hover {
	background: #c2934d;	
}
a:link {                                /* not visited */
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: #cc66ff;	
}
p.ad-hyperlink {
	font-size: small;
	text-align: center;          /* used for hyperlinks under any ad mentioning a website */
	margin: .42em 0em 0em 0em;	/* (top, right, bottom, left) */
}

/* CHARACTER STYLES */
span.regular {
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
}
span.italic {
	font-style: italic;
	font-weight: normal;
}
span.bold {
	font-style: normal;
	font-weight: bold;
}
span.bold-italic {
	font-style: italic;
	font-weight: bold;
}
span.small-caps {
	font-size: 80%;
}