@charset "UTF-8";
/* CSS Document */

/* Resets */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
/* END Other Resets */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
	/* END normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* END Resets */


form * {
  transition: .25s all;
}

a {
  color: #007aff;
  text-decoration: none;
}

a:hover {
  color: #53a5ff;
}

a[target='_blank']:not(.linkedImage) {
  padding-right: 10px;
  position: relative;
}
  
a[target='_blank']:not(.linkedImage):after {
  content: "";
  width: 11px;
  height: 11px;
  background: transparent url('images/OpenInNewWindow_000.svg') top left no-repeat;
  display: inline-block;
  position: relative;
  bottom: 0;
  right: -5px;
}

strong {
  font-weight: 600;
}

strong em {
  color: #555;
}

html {
	font-family: abril-text, Georgia, "Times New Roman", Times, serif;
	background-color: #454545;
}

body {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  font-family: abril-text, Georgia, "Times New Roman", Times, serif;
  color: #2a2a2a;
  /*background-color: #ece9e1;*/
	background-color: #f1efe9;
  position: relative;
}

@media screen and (max-width: 800px) {
	body {
		width: 100%;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'myriad-pro', Verdana, Helvetica, sans-serif;
	margin: 0;
}

h1 {
	font-weight: 300;
	font-size: 28px;
	letter-spacing: .03em;
	text-align: center;
	margin: 40px 0 12px;
}

h2 {
  font-weight: 300;
  font-size: 25px;
	line-height: 24px;
  color: #707070;
  margin: 18px 0 0;
}

h3 {
  font-weight: 400;
  font-size: 21px;
	line-height: 1.1;
  color: #707070;
  margin: 0 0 2px;
}

p {
	margin: 0;
	text-indent: 18px;
}

p:first-of-type,
p.first {
	text-indent: 0;
}

h1+p,
h2+p,
h3+p,
h4+p,
h5+p {
	text-indent: 0;
}

.lectureCount {
	font-weight: 100;
	font-family: 'myriad-pro', Verdana, Helvetica, sans-serif;
	color: #aaa;
	font-size: 21px;
	padding-left: 4px;
	white-space: nowrap;
}

body > footer {
	background-color: #454545;
  padding: 24px 20px 36px;
  margin: 40px 0 0 0;
}

body > header {
	display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 0 0;
	position: relative;
}

@media screen and (max-width: 800px) {
	body > header {
		flex-direction: column;
	}
}

.brandGroup {
  display: flex;
  align-items: center;
}

.brandGroup .michaelRSaiaPortrait {
	width: 160px;
	margin: 0 -10px 0 -19px;
}

.brandGroup .brandText {
	font-size: 26px;
	line-height: .9;
	color: #707070;
	margin-top: -6px;
}

/* navPrimaryIcon */
#navPrimaryIcon {
	width: 26px;
	height: 24px;
	margin: 0;
	position: absolute;
	top: 30px;
	right: 10px;
	z-index: 100;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}

@media screen and (min-width: 801px) {
	#navPrimaryIcon {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	#navPrimaryIcon {
		top: 24px;
		width: 26px;
		height: 24px;
	}
}

#navPrimaryIcon.open {
	width: 27px;
}

#navPrimaryIcon span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #808080;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#navPrimaryIcon span:nth-child(1) {
	top: 0;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#navPrimaryIcon span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#navPrimaryIcon span:nth-child(3) {
	top: 21px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#navPrimaryIcon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
	left: 4px;
}

#navPrimaryIcon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#navPrimaryIcon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px;
	left: 4px;
}


/* END navPrimaryIcon */

nav.main {
	display: flex;
	align-items: center;
}

@media (max-width: 800px) {
	nav.main {
		margin: 30px auto 0;
		display: none;
	}
}

@media (max-width: 600px) {
	nav.main {
		flex-direction: column;
		margin: 30px 0 0;
	}
}

nav.main.active {
	display: flex;
}

nav.main a {
	font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: 'myriad-pro', Verdana, Helvetica, sans-serif;
  color: #707070;
  text-decoration: none;
	white-space: nowrap;
  text-align: center;
  border: 1px solid #B5B5B5;
  padding: 5px 15px;
  position: relative;
  box-sizing: border-box;
  min-width: 88px;
  margin-left: 12px;
}

nav.main a:hover {
  color: #fff;
	background-color: #707070;
}

#lectures #lecturesMenuItem,
#books #booksMenuItem,
#tracts #tractsMenuItem,
#aboutMike #aboutMikeMenuItem,
#support #supportMenuItem,
#contact #contactMenuItem {
  border: 2px solid #666;
	cursor: default;
}

@media (max-width: 600px) {
	nav.main a {
		width: 100%;
		display: block;
		padding: 10px;
		border: none;
		border-top: 1px solid #b5b5b5;
		margin-left: 0;
	}
	
	nav.main a:last-of-type {
		border-bottom: 1px solid #b5b5b5;
	}
	
	#lectures #lecturesMenuItem,
	#books #booksMenuItem,
	#tracts #tractsMenuItem,
	#aboutMike #aboutMikeMenuItem,
	#support #supportMenuItem,
	#contact #contactMenuItem {
		border: none;
		background-color: #b5b5b5;
		color: #f8f8f8;
	}
}

main {
  padding: 0 0 40px;
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}

/* Lectures */
.expandAllButton {
	font-size: 11px;
	line-height: 1;
	font-family: 'myriad-pro', Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #707070;
	text-align: right;
	padding: 4px 6px 12px;
	cursor: pointer;
}

.series {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
	position: relative;
}

.series:first-of-type {
	border-top: 1px solid #ddd;
}

.series.playing:not(.active) header:after {
	content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 6px;
  right: 40px;
  border-radius: 50%;
  background: #fff1d5 url(images/Soundbars_animated.gif) -20px -10px / 144% repeat-x;
	border: darkorange 2px solid;
}

.series > header {
	position: relative;
	min-height: 80px;
}

.seriesHeadingBlock {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.seriesInfo {
	margin-right: 48px;
}

.series h2 {
	cursor: pointer;
	position: relative;
	margin: 0 0 4px;
}

.series h2:hover {
	color: #000;
}

.series .seriesHeadingBlock:after {
	content: '';
  position: absolute;
  right: 8px;
  top: 3px;
  width: 24px;
  height: 18px;
  background: url("images/Sprite.svg") -2px -2px / 240px no-repeat;
	opacity: .4;
}

.series .seriesHeadingBlock:hover:after {
	opacity: 1;
}

.series.active .seriesHeadingBlock:after {
  background: url("images/Sprite.svg") -26px -2px / 240px no-repeat;
	opacity: .4;
}

.series.active .seriesHeadingBlock:hover:after {
	opacity: 1;
}

.series .body {
	display: none;
	margin-top: 24px;
}

.series.active .body {
	display: block;
}

/*.lectures {
	counter-reset: lecture-counter;
}*/

/*.lectures .lecture:after {
	content: counter(lecture-counter, decimal);
	counter-increment: lecture-counter;
}*/

	/* Lecture */
.lecture {
	margin: 0 0 16px;
	border-radius: 12px;
	padding: 18px 18px 24px;
	background-color: #e3dfd3;
	position: relative;
}

.multipart .lecture {
	margin-bottom: 1px;
	border-radius: 0;
}

.multipart .lecture:first-child {
	border-radius: 12px 12px 0 0;
}

.multipart .lecture:last-child {
	border-radius: 0 0 12px 12px;
	margin-bottom: 16px;
}

.lecture.active {
	background-color: rgb(255, 235, 191);
	background-image: linear-gradient(rgba(255, 187, 82, 0.35), rgba(255, 242, 128, 0.35) 31.93%, rgba(55, 178, 255, 0.35));
}

.lecture.active.playing {
	background: linear-gradient(rgba(255, 187, 82, 0.35), rgba(255, 242, 128, 0.35) 31.93%, rgba(55, 178, 255, 0.35)), 
		          url("images/Soundbars_animated.gif") center 106% / 5% repeat-x;
}

@media (max-width: 800px) {
	.lecture.active.playing {
		background: linear-gradient(rgba(255, 187, 82, 0.35), rgba(255, 242, 128, 0.35) 31.93%, rgba(55, 178, 255, 0.35)), 
								url("images/Soundbars_animated.gif") center 102% / 14% repeat-x;
	}
}

.lecture:focus {
	border: 2px solid orange;
	outline: none;
}

/*.lectures .lecture:after {
	content: counter(lecture-counter, decimal);
	counter-increment: lecture-counter;
	position: absolute;
	bottom: 6px;
	left: 21px;
	font-size: 10px;
	font-family: 'myriad-pro', Verdana, Helvetica, sans-serif;
	color: #707070;
}*/

.headingBlock {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.lecture .headingBlock .downloadAudio {
  font-size: 12px;
	line-height: 1;
  font-family: 'myriad-pro', Verdana, Helvetica, sans-serif;
	color: #000;
	display: block;
  max-width: 18%;
  margin: 0 0 0 18px;
	position: relative;
}

.lecture .headingBlock .downloadAudio:before {
	content: '';
	position: absolute;
	top: calc(50% - 7px);
	left: -16px;
	width: 14px;
	height: 14px;
	background: url("images/Sprite.svg") -44px -1px / 150px no-repeat;
}

.lecture .headingBlock .downloadAudio:hover {
	color: #007aff;
}

.lecture .headingBlock .downloadAudio:hover:before {
	background: url("images/Sprite.svg") -59px -1px / 150px no-repeat;
}

.lectures .lecture audio {
  width: 100%;
	margin: 10px 0;
}

.lecture .description {
	margin: 2px 0 12px;
}

.downloadTract {
	font-family: 'myriad-pro', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.1;
	margin: 2px 0 12px 21px;
	position: relative;
}

.downloadTract:before {
	content: '';
	display: block;
	width: 18px;
	height: 20px;
	background-color: pink;
	top: calc(50% - 9px);
	left: -19px;
	position: absolute;
	background: url("images/Sprite.svg") -2px -21px / 200px no-repeat;
}

.lectureTitle {
	font-style: italic;
}

.shareButton {
	position: absolute;
	bottom: 6px;
	right: 26px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
/*	background-color: pink;*/
}

.shareButton:hover {
	cursor: pointer;
}

.shareButtonIcon {
	width: 20px;
	height: 18px;
	background: url("images/Sprite.svg") -140px -2px / 177px no-repeat;
/*	background-color: aqua;*/
}

.shareButton:hover .shareButtonIcon {
	background: url("images/Sprite.svg") -158px -2px / 177px no-repeat;
	cursor: pointer;
}

.shareText {
	font-size: 9px;
	line-height: 1.2;
  font-family: 'myriad-pro', Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	align-self: flex-end;
	text-align: center;
	letter-spacing: .08em;
	width: 100%;
	margin-left: -2px;
}

.shareButton:hover .shareText {
	color: #007aff;
	cursor: pointer;
}

.series > header .shareButton {
	right: -6px;
}

/* Mock Player Controls */
.player {
  display: flex;
  justify-content: space-between;
  align-items: center;
	position: relative;
}

.player img.pauseButton,
.player img.playButton {
  width: 30px;
  opacity: .7;
	cursor: pointer;
}

.player img.pauseButton:hover,
.player img.playButton:hover {
  opacity: 1;
}

.player .progressBar {
  width: 100%;
  height: 10px;
  background-color: #BABABA;
  margin: 8px 16px;
}

.player .progressBarCompletedPart {
  width: 26%;
  height: 10px;
  background-color: #FFB715;
  margin: 8px 16px;
	position: absolute;
	top: 2px;
	left: 30px;
	z-index: 100;
}

.player .currentTimeMarker {
  position: absolute;
  left: 30%;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 2px 15px 0 rgba(0, 0, 0, .3);
	cursor: pointer;
	z-index: 101;
}
/* END Mock Player Controls */

/* Player Controls 
.slider > .custom-slider > .knob {
	top: -6px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	transform: translateX(-50%);
	box-shadow: 1px 2px 15px 0 rgba(0, 0, 0, .3);
}

.background-tint > .blur {
	background-color: transparent;
	-webkit-backdrop-filter: none;
}

.background-tint > .tint {
	background-color: transparent;
	mix-blend-mode: normal;
}

.media-controls .time-label, .media-controls .status-label {
	color: #000;
	mix-blend-mode: normal;
	font-size: 10px;
}

.slider > .custom-slider {
	top: 3.5px;
	height: 10px;
}

.slider > .custom-slider > .track {
	background-color: #ececec;
}

.slider > .custom-slider > .primary {
	background-color: #FFB715;
}

.slider > .custom-slider > .secondary {
	background-color: #bababa;
}

.slider button > picture {
	mix-blend-mode: normal;
	background-color: #000;
}

button.skip-back > picture, button.play-pause > picture, button.skip-forward > picture {
	background-color: black;
}

 END Player Controls */

	/* END Lecture */


/* END Lectures */

/* Books */
.allBooks .book .preview {
  margin: 20px auto;
  width: 336px;
}

.book .preview img {
	width: 336px;
}

.book .preview img:hover {
	border: 4px solid #FFC812;
	cursor: pointer;
	width: 344px;
	margin: -4px 0 0 -4px;
}

nav.booksNav {
  display: flex;
  justify-content: center;
}

@media (max-width: 800px) {
	nav.booksNav {
		display: none;
	}
}

.bookInfo {
  line-height: 1.2;
}

.allBooks h2 {
	line-height: 21px;
	margin-bottom: 8px;
}

.bookInfo .byLine {
	font-size: 13px;
	text-indent: 0;
	margin: 2px 0;
}

.booksNav a {
  padding: 2px;
  margin: 0 4px;
	border: 3px solid transparent;
	width: 90px;
	display: flex;
	flex-direction: column;
}

.booksNav a.current {
  border: 3px solid #FFC812;
}

.booksNav a:hover {
  border: 3px solid #FFC812;
}

.booksNav img {
  width: 100%;
}

.booksNav .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  font-family: 'myriad-pro', Verdana, Helvetica, sans-serif;
  color: #000;
  margin: 3px 0;
  padding: 0 2px;
}

.allBooks .book {
	display: none;
}

@media (max-width: 800px) {
	.allBooks .book {
		display: block;
	}
}

.allBooks .book.active {
	display: block;
}

.bookInfo h2 a {
	color: #707070;
}

.bookInfo h2 a:hover {
	color: #000;
}

.allBooks .book .bookInfo h2 .viewOnAmazon {
  font-weight: 100;
  font-size: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
	color: #808080;
  display: inline-block;
  margin: 0 0 0 12px;
}

.allBooks .book .bookInfo h2 .viewOnAmazon:hover {
  color: #007aff;
}

.allBooks .book .bookInfo h2 .viewOnAmazon[target='_blank']:after {
	width: 9px;
  height: 9px;
  bottom: 1px;
}

.book .body {
  display: flex;
  margin: 18px 0;
}

@media (max-width: 800px) {
	.book .body {
		flex-direction: column;
	}
}

.book .preview {
  margin: 0 24px 0 0 !important;
}

.book .preview iframe {
  max-width: unset !important;
}

.book .details {
  padding: 24px 12px;
}

.book .details .description {
  font-size: 16px;
}

.book .details h3 {
	margin: 8px 0 2px;
}
/* END Books */

/* Tracts */
.allTracts .tract {
	margin: 36px 0;
}

.allTracts .tract .downloadTract {
	font-family: 'myriad-pro', Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.1;
	margin: 12px 0 12px 36px;
	position: relative;
}

.allTracts .tract .downloadTract:before {
	content: '';
	display: block;
	width: 26px;
	height: 32px;
	top: calc(50% - 17px);
	left: -28px;
	position: absolute;
	background: url("images/Sprite.svg") -4px -32px / 320px no-repeat;
}

.allTracts .tract .downloadTract em {
	font-weight: bold;
}

/* END Tracts */
















