a {
	transition: all 0.2s ease-in-out;
}
a:link {
	color: #0000ee;
}
a:active {
	color: #0000ee;
}
a:visited {
	color: #6681b2;
	color: #708090;
/* 	color: #738cc1; */
}
a.nv:visited, .nv a:visited, .audioDesciprion a:visited {
	color: #0000ee;
}
a:hover, .floatingFootnoteLink:hover {
	color: #0000ee;
	text-decoration: underline;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	overflow-y: scroll;
}
body {
	position: relative;
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	-webkit-text-size-adjust: 100%;
}
body.noScroll {
	position: fixed;
	overflow: hidden;
}
blockquote {
	font-style:italic;
}
form.deForm {
	margin-top: 15px;
}
form.deForm input, form.deForm textarea {
	padding-top: 6px;
    font-size: 17px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    border-radius: 3px;
}
form.deForm label {
	display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
    background-image: url(/images/de-form-down-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 12px;
    background-size: 8px;
}
form.deForm input[type=button] {
	border: none;
}
form.deForm input, form.deForm textarea {
	border: 1px solid #cccccc;
	width: 93%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form.deForm textarea {
	width: 93%;
	height: 140px;
}
form.deForm input.deSubmit, from input.deSubmitCenter {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-shadow: 1px 1px rgba(0, 0, 0, 1);
    background: #0c72e0;
    /* background-image: linear-gradient(to bottom, #3bd1ff, #00aeff 7px, #0053d9 52%, #0530b0 100%); */
    background-image: linear-gradient(to bottom, #3bd1ff, #00aeff 14%, #0053d9 52%, #0530b0 100%);
    color: #fff;
    border-radius: 9px;
    margin-bottom: 1px;
    padding-top: 9px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 7px;
    width: auto;
    outline: none;
	border: none;
    border-bottom: 1px solid #000000;
}
form input.deSubmitCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  bottom: -0.25em;
  font-style: normal;
}
ul.noBullet {
	list-style-type: none;
}
ul.bulletCircle {
/* 	list-style: radial-gradient(closest-side,transparent 0%, transparent 60%, #0c72e0 60%, #0c72e0 80%, transparent); */
	list-style: disc;
	margin-top: 3px;
	margin-bottom: 24px;
}
ul.bulletCircle li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}
ul.bulletCircle li::marker {
	color: #0c72e0;
}
hr.lesson {
	border: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
/*     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.1)); */
	width: 75%;
	margin-top: 28px;
	margin-bottom: 25px;
}
.bibleBookResult {
	display: none;
}
.bibleBookResult .links a {
	border: 1px solid #fbfbfb;
}
.bibleBookResult .links a:hover {
	border: 1px solid #cccccc;
}
.bibleBooks {
	columns: 2;
	margin-bottom: 10px;
}
.bibleBooks a {
	display: block;
	break-inside: avoid;
}
.bibleBookSearchIcon {
	vertical-align: text-bottom;
}
.bibleBookSearchContainer {
	border-radius: 12px;
    background-color: #fbfbfb;
    border: 1px solid #cccccc;
    padding: 5px 15px 5px 15px;
    margin-bottom: 20px;
}
a.deRelatedLink {
	color: #0000EE;
}
/* DE reset */
.deContainer p, .content p, .deContainer ol, .deContainer li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	clear: both;
}
.address {
	text-align:left;
	margin-left:190px;
}
.as {
	display: none;
}
.audioBy {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-style: italic;
	margin-bottom: 5px;
	line-height: normal;
}
.audioContainer {
	margin-top: 35px;
	margin-bottom: 44px;
}
.audioNextContainer {
	display: flex;
	flex-wrap: wrap;
}
.audioNextContainer:first-child {
	padding-left: 0px;
}
.audioNextNumber {
	padding-left: 9px;
	padding-right: 9px;
}
.audioNextNumber:first-child {
	padding-left: 0px;
}
.audioSeriesListTitle {
	font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 3px;
    line-height: 120%;
    margin-bottom: 13px;
}
.audioSeriesListTitleSeries {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
}
.audioTitle {
	position: relative;
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 3px;
    line-height: normal;
    display: inline-block;
    width: 100%;
}
.audioTitle a {
	position: relative;
    display: inline-block;
}
.audioTitle .new {
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
    left: 0px;
    margin-left: 3px;
}
.audioDesciprion {
	
}
.audioLightLine {
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px dotted #dddddd;
	margin-top: 24px;
	margin-bottom: 24px;
	clear: both;
}
.audioLightLine:last-child {
	display: none;
}
.jp-audio {
	position: relative;
	z-index: 1;
	transition: all .2s ease-in-out;
}
.jp-audio .jp-interface {
	border-radius: 6px;
	transition: all .2s ease-in-out;
}
.jp-audio.activePlayer {
	position: -webkit-sticky;
	position: sticky;
	top: 45px;
	bottom: 0px;
	margin-left: -1.56vw;
	margin-right: -1.56vw;
	z-index: 10;
	transition: all .2s ease-in-out;
}
.jp-audio::before, .jp-audio::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0%;
    width: 49%;
    height: 15px;
    background: #777;
    border-radius: 0px 0px 0px 6px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .5);
    transform: rotate(-1.5deg);
    transition: all .2s ease-in-out;
}
.jp-audio::after {
	border-radius: 0px 0px 6px 0px;
	transform: rotate(1.5deg);
	right: 0.1%;
	left: auto;
}
.jp-audio.activePlayer::before, .jp-audio.activePlayer::after {
    box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, .5);
    transform: rotate(-1.5deg);
    left: 1%;
    width: 49%;
    transition: all .2s ease-in-out;
}
.jp-audio.activePlayer::after {
	right: 1%;
	left: auto;
	transform: rotate(1.5deg);
}
.jp-audio.activePlayer .jp-interface {
	border-radius: 0px;
	transition: all .2s ease-in-out;
}
.jp-type-single::before {
	content: "";
	width: 98vw;
	position: absolute;
	top:0px;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, 0) 100%);
	height: 100%;
}
.bigQuote {
	font-size:20px;
	text-align:center;
	color:#2e4573;
	font-weight:bold;
	font-style:italic;
	margin-top:20px;
	margin-bottom:20px;
}
a {
	outline: 0;
}
a.bottomMargin {
	display:block;
	margin-bottom:-12px;
}
a img {
	border: none;
}
.bottomMargin {
	display:block;
	margin-bottom:-12px;
}
.black {
	color:#000000;
}
.bodyContainer, .bodyContainer2, .bodyContainerAudioPlayer {
	position: relative;
	top: 45px;
	max-width:900px;
	margin:0px auto 45px auto;
}
.bodyContainer2 {
	top: 0px;
	margin-bottom: 0px;
}
.bodyContainerAudioPlayer.activePlayer {
	position: -webkit-sticky;
	position: sticky;
	top: 45px;
	z-index: 10;
}
.bodyContainerAudioPlayer {
	margin-bottom: 0px;
}
.box {
	text-align:center;
	background-color:#D8DFED;
	border:2px solid #2E4573;
	background-image:url(/images/box_back.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	padding:5px;
	width:380px;
	margin:auto;
}
.cardCells {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
}
.cardCells a img {
	border:none;
}
#categoriesContainer {
}
textarea.contactFormTextArea {
	width:300px;
	height:150px;
}
.contactFormItem {
	font-size:11px;
	text-align:right;
	padding-right:5px;
}
.contactFormInput {
	width:300px;
}
.contactFormTitle {
	font-weight:bold;
	padding-right:5px;
	text-align:right;
}
.contactFormTitle2 {
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}
.contactInfo {
	margin:0px auto 0px auto;
}
input.contactSubmit {
}
.content {
	margin-top:14px;
	padding-bottom: 20px;
	min-height:200px;
	margin-left: 1.56%;
	margin-right: 1.56%;
	line-height: 162.5%;
}
.content a {
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content img {
	padding-right:6px;
}
.formContent {
	padding-top: 11px;
}
.formContent form {
	margin-top: 24px;
}
.contentAudioPlayer {
	min-height: 0;
}
.crumbTrail {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #555555;
	line-height: 250%;
}
.crumbTrail a {
	color: #555555;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.crumbTrail a:hover {
	color: #0000EE;
	text-decoration: underline;
}
.benAddress {
	margin-left:185px;
	margin-top:20px;
}
.bookletInstructions {
	font-size: 11px;
	width: 356px;
	margin-top: 8px;
}
a.bottomMargin {
	display:block;
	margin-bottom:-12px;
}
.bottomMargin {
	display:block;
	margin-bottom:-12px;
}
.black {
	color:#000000;
}
.clearAll {
	clear:both;
}
.clearBen {
	clear:both;
	height:15px;
}
.center {
	margin:0px auto 0px auto;
}
.centerText {
	text-align:center;
}
.centerEmph {
	text-align: center;
	margin-top: 10px;
}
.DadReview {
	font-weight: bold;
	color: #ff0000;
	display: none;
}
.deAudio {
	float: left;
	width: 30%;
	display: none;
}
.deAudioLessonTitle {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 800;
	display: inline-block;
	line-height: normal;
}
.deAudioLessonTitle .new, .deOtherTranslation .new {
	right: -34px;
	left: auto;
}
.deOtherTranslation .new, .links .new, a .new {
	right: -24px;
	left: auto;
}
.deAudioLessonTitleContainer {
	margin-top: 35px;
}
.audioDownload {
	position: relative;
	top: -6px;
	font-size: 14px;
    text-align: center;
    background-color: #eeeeee;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-top: 9px;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
}
.audioViewSeries {
	font-size: 14px;
    text-align: center;
    background-color: #eeeeee;
	margin: auto;
	padding: 5px 20px;;
	border-radius: 6px;
}
.audioIcon {
	width: 25px;
	height: 12.55px;
	display: inline-block;
	margin-bottom: : -1px;
}
.audioIconSpeaker {
	fill:#0000EE;
    transform-origin: left center;
}
.audioIconWave1, .audioIconWave2 {
	fill:none;
	stroke:#0000EE;
	stroke-linecap:round;
	stroke-miterlimit:10;
	stroke-width:15px;
	transform-origin: left center;
}
@keyframes audioWave1 {
	22% {
		transform: scale(1.0);
		opacity: 1;
	}
	78%, 100% {
		transform: scale(1.4);
		opacity: 0;
	}
}
@keyframes audioWave2 {
	44% {
		transform: translate(0);
		opacity: 1;
	}
	100% {
		transform: translate(15%);
		opacity: 0;
	}
}
@keyframes audioSpeaker {
	22% {
		transform: scale(1.1);
	}
	44%, 100% {
		transform: scale(1.0);
	}
	
}
.attributename {
	text-align: right;
	margin-right: 15px;
}
input[type=text] {
	padding-top: 6px;
    font-size: 17px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    border: 1px solid #cccccc;
	width: 91%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input[type=submit] {
	border: none;
	outline: none;
}
.deAnswer, .deNextLesson, .deBtn, input[type=submit] {
	display: inline-block;	
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 137%;
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
	background: #0c72e0;
	background-image: linear-gradient(to bottom, #3bd1ff, #00aeff 14%, #0053d9 52%, #0530b0 100%);
    color: #fff;
	border-radius: 15px;
	margin-top: 12px;
	margin-left: -2%;
	margin-right: -2%;
	margin-bottom: 12px;
	padding-top: 11px;
	padding-left: 23px;
	padding-right: 23px;
    padding-bottom: 9px;
    border-bottom: 1px solid #000;
}
.deAnswer {
	display: block;
	width: fit-content;
}
input[type=submit] {
	cursor: pointer;
}
.de2ndAnswer {
	margin-top: 15px;
}
input[type=submit] {
	margin-left: 0;
}
.deNextLesson {
	margin-top: 45px;
	margin-left: -2%;
	margin-right: -2%;
}
a.deNextLesson {
	color: #ffffff;
}
.deAnswer, .deScripture {
	transform-origin: top;
	transform: perspective(187vw) rotateX(-90deg);
}
.deAnswer::before {
	content: "";
	width: 16px;
	height: 8px;
	position: absolute;
	left: 31px;
	bottom: 100%;  /* At the top of the tooltip */
	background-image: url(/images/de-answer-tooltip-top.svg);
}
.printVersionBooklet .deBtn, .printVersionTract .deBtn {
	display: block;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
	color: #ffffff;
}
@keyframes deAnswerSwingS {
	0% {
		transform: rotateX(-90deg);
	}
	55% {
		transform: rotateX(20deg);
	}
	100% {
		transform: rotateX(0deg);
	}
}
@keyframes deAnswerHideS {
	from {
		transform: rotateX(0deg);
	}
	to {
		transform: rotateX(-90deg);
	}
}
@keyframes deAnswerSwing {
	0% {
		transform: perspective(187vw) rotateX(-90deg);
	}
	55% {
		transform: perspective(187vw) rotateX(20deg);
	}
	100% {
		transform: perspective(187vw) rotateX(0deg);
	}
}
@keyframes deAnswerHide {
	from {
		transform: perspective(187vw) rotateX(0deg);
	}
	to {
		transform: perspective(187vw) rotateX(-90deg);
	}
}
.deAnswer.deAnswered, .deScripture.deScriptureShow {
	transform: perspective(187vw) rotateX(0deg);
	animation: deAnswerSwing .8s forwards ease-in-out;
}
.deAnswer.deAnswered.deAnswerHide, .deScripture.deScriptureShow.deScriptureHide {
	transform: perspective(187vw) rotateX(-90deg);
	animation: deAnswerHide .4s forwards ease-in-out;
}
.deAnswer i {
	font-weight: 600;
}
.deAnswerPart {
	display: none;
	margin-top: 18px;
}
@keyframes drawLine {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-180deg);
	}
}
@keyframes drawArrowHead {
	from {
		transform: translateY(0%);
	}
	to {
		transform: translateY(50%);
	}
}
.deAnswerPartArrow {
    position: absolute;
    bottom: -31px;
    left: -24px;
    width: 46px;
    z-index: -1;
}
.deAnswerPartArrow.run .deAnswerPartArrowLineCover {
	animation: drawLine .6s forwards;
	transform-origin: top right;
}
.deAnswerPartArrow.run .deAnswerPartArrowHeadCover {
	animation: drawArrowHead .4s .25s forwards;
	transform-origin: top right;
}
.deAnswerPartDetail {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin-left: 46px;
}
.deAnswerPartDetail .deScripture {
	margin-left: -51px;
}
.deAnswerPartDetail .deScripture::before {
	left: 125px;
}
.deAnswerPartDetail .deScripture::after {
	left: 126px;
}
.deAnswerPartTitle {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 5px;
	margin-left: 18px;
}
.deAnswerTall {
	background-image: linear-gradient(to bottom, #3bd1ff, #00aeff 7%, #0053d9 34%, #0530b0 100%);
}
.deAnswerExtraTall {
	background-image: url(/images/de-answer-tall-back.png), url(/images/de-answer-tall-back-bottom.png);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-color: #0530b0;
}
.deAnswerBtn, .deAnswerMCBtn, .deAnswerMCBtn2, .deAnswerFITBBtn, .deAnswerTOFBtn, .deAnswerTOFExtraBtn, .deAnswerPartBtn {
	font-size: 19px;
	color: #0000EE;
	margin-top: 7px;
	display: table;
	clear: both;
}
.deAnswerBtn:hover, .deAnswerMCBtn:hover, .deAnswerMCBtn2:hover, .deAnswerFITBBtn:hover, .deAnswerTOFBtn:hover, .deAnswerTOFExtraBtn:hover, .deAnswerPartBtn:hover {
	cursor: pointer;
}
.deAnswerFITBBtn {
	margin-top: 10px;	
}
.deAnswerScriptureBreak, .deScriptureBreak {
	height: 10px;
}
.deBonusAbout {
	display: none;
	line-height: 162.5%;
}
.deBonusAboutAudio {
	display: none;
}
.deBonusAboutAudio.activePlayer {
	position: -webkit-sticky;
	position: sticky;
	top: 45px;
	z-index: 10;
}
.deBonusAboutAudioTitle {
	margin-top: 15px;
}
.deBonusAbout .audioContainer {
	border-bottom: 1px dashed #bbb;
	margin-top: 15px;
    margin-bottom: 23px;
    padding-bottom: 20px;
}
.deBonusAboutAfter {
	height: 15px;
}
.deBonusAboutAfterBorder {
	border-bottom: 1px dashed #bbb;
    margin-bottom: 23px;
    padding-bottom: 20px;
    display: none;
}
.deBonusAboutTitle, .deFeedback {
	color: #0000EE;
	cursor: pointer;
	display: table-cell;
	padding-bottom: 3px;
}
.deFeedbackContainer {
	display: none;
	position: relative;
	line-height: 162.5%;
}
.deFeedbackSpacer {
	display: block;
	margin-bottom: 45px;
}
.deFillInTheBlank {
	display: inline-block;
	max-width: 91%;
	border-bottom: 1px solid #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 137%;
    color: #fff;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: -2px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}
.deFillInTheBlankAnswer {
	position: relative;
	bottom: -40px;
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
	background: #0c72e0;
	background-image: linear-gradient(to bottom, #3bd1ff, #00aeff 14%, #0053d9 52%, #0530b0 100%);
    color: #fff;
	border-radius: 15px;
    display: inline-block;
	border-bottom: 1px solid #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 48%;
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: -8px;
	transition: all 0.4s ease-in-out;
}
.deFillInTheBlankAnswer.fourLines {
	bottom: -60px;
}
.deFillInTheBlankAnswered {
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
	background: #0c72e0;
	background-image: linear-gradient(to bottom, #3bd1ff, #00aeff 14%, #0053d9 52%, #0530b0 100%);
    color: #fff;
	border-radius: 15px;
    display: inline-block;
	border-bottom: 1px solid #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 137%;
    padding-top: 11px;
    padding-bottom: 9px;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 6px;
	bottom: 0;
	transition: all 0.4s ease-out;
}
.deFillInTheBlankAnswer.fourLines.deFillInTheBlankAnswered {
	bottom: 0px;
}
.deFormContainer {
	position: relative;
}
.deFormThankYou {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #00b02e;
	background-color: #e6e6e6;
	font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    font-weight: 800;
    line-height: 137%;
    background-image: linear-gradient(to bottom, #f7f6f6 0%, #f5f4f4 60%, #e2e2e2 100%);
    border-radius: 8px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .29);
    text-align: center;
}
.deFormProcessing {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .75);
	background-image: url(/images/loading.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
/* Need to be out of alphabetical order so they can be overwritten by later styles START */
.deQuestion ol {
	list-style-type: upper-alpha;
	list-style-position: inside;
	padding-left: 0;
}
.deQuestion ol li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1%;
/* 	to smooth out css animations */
	border-radius: 15px;
	transition: all .4s, font-size 0s, font-weight 0s;
}
.deQuestionAfterScripture {
	position: relative;
}
.deQuestionHeader {
	margin-top: 1.4em;
}
.deQuestionSpacedLine {
	margin-top: 20px;
}
/* Need to be out of alphabetical order so they can be overwritten by later styles END */
ol.deMultipleChoice {
	margin-left: -2%;
	margin-right: -2%;
	list-style: none;
}
ol.deMultipleChoice li {
	padding-left: 54px;
	margin-left: -2%;
	margin-right: -2%;
    counter-increment: mc;
    position: relative;
    display: table;
}
ol.deMultipleChoice li::before {
	content: counter(mc, upper-alpha)".";
    position: absolute;
    left: 23px;
}
@keyframes deMultipleChoice {
	0% {
		font-size: 17px;
	}
	100% {
		font-size: 9px;
	}
}
ol li.deAnswerCorrect.deAnswerCorrectAnswered {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 137%;
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
	border-bottom: 1px solid #000;
	background: #0c72e0;
	background: rgba(12, 114, 224, 1);
	background-image: linear-gradient(to bottom, rgba(59, 209, 255, 1), rgba(0, 174, 255, 1) 14%, rgba(0, 83, 217, 1) 52%, rgba(5, 48, 176, 1) 100%);
    color: #fff;
	border-radius: 15px;
	margin-left: -2%;
	margin-right: -2%;
	padding-top: 11px;
	padding-left: 23px;
	padding-left: 54px;
	padding-right: 23px;
    padding-bottom: 9px;
}
ol li.deAnswerCorrect2.deAnswerCorrectAnswered {
	margin-top: 10px;
}
ol li.deAnswerCorrect.deAnswerCorrectAnswered .txt {
	transform: scale(1.1176);
	transform-origin: left;
}
ol li.deAnswerCorrect {
	padding-right: 23px; /* to smooth animation */
}
li.deAnswerCorrect.deAnswerCorrectAnswered .deScriptureBtn, li.deAnswerCorrect.deAnswerCorrectAnswered a, li.deAnswerCorrect.deAnswerCorrectAnswered a:visited, li .deAnswer a, li .deAnswer a:visited {
	color: #ffffff;
    text-decoration: underline;
}
.deMCAnswerBTNSeparator {
	margin-top: 7px;
}
.deNextLesson {
	margin-left: 0;
	margin-right: 0;
}
.deNextLesson #nextArrow {
	width: 19px;
	height: 18.48px;
	position: relative;
    top: 3px;
    right: 0px;
    margin-left: 8px;
    -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 1));
    filter: drop-shadow( 1px 1px 0px rgba(0, 0, 0, 1));
}
.deNextLine1 {
	font-size: 17px;
	color: #ffffff;
}
.deNextLine2 {
	font-size: 22px;
	color: #ffffff;
}
.dePDFLink, .deAudioLink {
	display: inline-block;
	line-height: normal;
}
a.dePDFLink, a.dePDFLink:visited, a.deAudioLink, a.deAudioLink:visited {
	color: #0000EE;
}
.deQuestionCheckItem, .deQuestionFollowUpItem {
	position: relative;
	margin-bottom: 11px;
	overflow: auto;
}
.deQuestionCheckClear {
	display: block;
	clear: both;
	margin-bottom: 5px;
}
.deQuestionCheckTxt {
	margin-left: 35px;
	float: left;
}
.deQuestionCheckTxt .nw {
	white-space: nowrap;
}
.deQuestionCheckTxt::before {
	content: "\00a0 ";
	border-bottom: 1px solid #000000;
	position: absolute;
	top: -8px;
	left: 0;
	width: 30px;
}
.deQuestionLine {
	overflow: hidden;
}
.deQuestionLine::after {
	content: "\00a0 ";
	border-bottom: 1px solid #000000;
	width: 100%;
	margin-top: -8px;
	display: block;
	margin-left: 5px;
}
.deQuestionNoAnswer {
	margin-top: 7px;
}
.pdfIcon {
	display: inline-block;
    width: 14px;
    height: 15.03px;
    margin-bottom: -1px;
    margin-right: 8px;
    margin-left: 4px;
}
.pdfIconDoc, .pdfIconArrowFill {
	fill:#0000EE;
}	
.pdfIconArrowOutline {
	fill: #fff;
}
@keyframes pdfIconArrowFill {
	0% {
		opacity: 0;
	}
	25%, 100% {
		opacity: 1;
	}
}
@keyframes pdfIconArrowMove {
	0%, 25% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, 100%);
	}
}
.deAudioLink:active .audioIconSpeaker {
	animation: audioSpeaker .7s infinite;
}
.deAudioLink:active .audioIconWave1 {
	animation: audioWave1 .7s infinite;
}
.deAudioLink:active .audioIconWave2 {
	animation: audioWave2 .7s infinite;
}
.dePDFLink:active .pdfIconArrowFill {
	animation: pdfIconArrowFill .7s infinite;
	animation-delay: -.2s;
}
.dePDFLink:active .pdfIconArrow {
	animation: pdfIconArrowMove .7s infinite;
	animation-delay: -.2s;
}
.deContainer {
	font-size: 17px;
}
.deContainer a {
	text-decoration: none;
}
.deContainer .jp-download {
	display: none;
}
.jp-download {
	display: none;
}
.jp-title {
	display: none;
}
.deContainer .jp-title {
	display: none;
}
.deContainer .jp-jplayer {
    margin-top: -5px;
}
.deContainer ol {
	padding-left: 2%;
	padding-right: 2%;
}
/* needs to be after .deContainer ol */
.deAnswer > ol {
	list-style: upper-alpha;
	padding-left: 29px;
    padding-right: 23px;
    counter-reset: list;
}
.deAnswer > ol > li {
	list-style: none;
    position: relative;
	padding-bottom: 10px;
}
.deAnswer > ol > li:last-child {
	padding-bottom: 0px;
}
.deAnswer > ol > li::before {
	counter-increment: list;
    content: "(" counter(list, upper-alpha) ") ";
    position: absolute;
    left: -1.9em;
}
.deAnswer > ol.deNumList > li::before {
	counter-increment: list;
    content: counter(list, decimal) ".";
    position: absolute;
    left: -1.5em;
}
.deAnswer > ol.deNumListParen > li::before {
	counter-increment: list;
    content: counter(list, decimal) ")";
    position: absolute;
    left: -1.5em;
}
.deContainer p, .content p {
	margin-bottom: 17px;
	line-height: 162.5%;
}
.deDownloads, .deRelated, .deLessonTxtHeadding, .deLessonTxtHeaddingM, .deBonusAboutTitle, .deFeedback, .deSubHeading, .deLevelTitle, .deLevelTitleSub, .subTitle, .titleLeft {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 3px;
	line-height: normal;
}
.deLessonSubTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 800;
	margin-bottom: 3px;
	line-height: normal;
}
.deLevelTitleSub {
	font-size: 18px;
}
.deLessonTxtHeaddingM {
	margin-bottom: 10px;
}
.deDownloadLinks a {
	margin-bottom: 4px;
}
.deDownloadLinks a:last-child {
	margin-bottom: 0px;
}
.deIndent {
	margin-left: 6.25%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.deLesson {
	float: left;
	width: 51%;
}
.deLessonQuestionsTxt > ol {
  clear: both;
  list-style: none;
}
.deLessonQuestionsTxt > ol > li {
  margin: 2em 0;
	padding-top: 1.3em;
  display: block;
  position: relative;
  counter-increment: inst;
}
.deLessonQuestionsTxt > ol > li::before {
	content: counter(inst);
	background: #0c72e0;
	background-image: linear-gradient(to bottom, #02abfb, #0c7fe4 60%, #1555ce);
	color: #fff;
	border-bottom: 1px solid #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 30px;
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
	border-radius: 0 0.675em 0.675em 0;
	text-align: center;
	line-height: 1.2;
	padding-top: 0;
	padding-left: 2.25%;
	left: -5%;
	top: -0.65em;
	height: 1.35em;
	width: 1.35em;
	position: absolute;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}
.deLessonTxt {
	margin-top: 44px;
}
.deLessonTxt, .deLessonQuestionsTxt {
	line-height: 162.5%;
	margin-bottom: 30px;
}
.deLessonTxt ol {
	list-style: upper-alpha;
    padding-left: 0;
    padding-right: 0;
    margin-left: 33px;
}
.deLessonTxt ol li {
	padding-bottom: 5px;
}
.deLessonTxt ol li:last-child {
	padding-bottom: 0px;
}
.deLessonTxt p > b {
	line-height: 148%;
}
.deLessonTxtEmph {
	font-size: 18px;
	font-weight: bold;
}
.deLessonBy {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 41px;
	line-height: normal;
}
.lessonReadTime {
	    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 41px;
    line-height: normal;
    color: #757575;
    margin-top: 4px;
    font-weight: 500;
}
.deLevelContainers, .deLevelContainers0M {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.deLevelContainers0M {
	margin-bottom: 0px;
}
.deLevelContainer, .deLevelContainerFW {
	width: 100%;
}
.deLevelContainer a, .deLevelContainerFW a, .deVolumesContainer a, .deOtherTranslations a, .lessonsListContainer a {
	display: table;
	position: relative;
	padding: 1px 10px;
	margin-bottom: 4px;
	border: 1px solid #ffffff;
	border-radius: 12px;
}
.deLevelContainer a:hover, .deLevelContainerFW a:hover, .deVolumesContainer a:hover, .deOtherTranslations a:hover, .lessonsListContainer a:hover {
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}
.deVolumesContainer {
	margin-bottom: 45px;
}
.deLevelLessonNumber, .featuredItemPreTitle {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 19px;
	padding-top: 11px;
	line-height: normal;
}
.deLessonTitle, .pageTitle, .pageTitleWSub, .pageSectionTitle, .lessonTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: normal;
}
.lessonTitle {
	margin-bottom: 41px;
}
.pageTitle, .pageTitleWSub {
	position: relative;
	padding-top: 11px;
}
.pageTitle {
	margin-bottom: 24px;
}
.pageTitle .new, .pageTitleWSub .new {
/* 	display: inline-block; */ /* turned on in js */
	position: relative;
	top: auto;
	right: auto;
    left: 3px;
    vertical-align: text-top;
}
.deOtherTranslations {
	columns: 1;
	column-gap:0px;
	margin-bottom: 45px;
}
.deLevelContainerFW .deOtherTranslations {
	margin-bottom: 0px;
}
.deOtherTranslation {
	break-inside: avoid;
}
.pageSectionTitle {
	font-size: 26px;
	margin-bottom: 10px;
}
.pageSubTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	margin-bottom: 41px;
	line-height: normal;
}
.deLevelTitle, .deLevelTitleSub {
	margin-top: 12px;
}
.deLevelTitleDescription {
	margin-bottom: 3px;
	line-height: 162.5%;
}
.deSubHeading  {
	font-size: 18px;
	line-height: normal;
}
.deQuestion2 {
	margin-top: 15px;
}
.deQuestionSpacedLine, .deQuestionSpacedLineCentered {
	margin-bottom: 18px;
}
.deQuestionSpacedLineCentered {
	text-align: center;
}
.deQuestionsTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 9px;
	line-height: normal;
}
.deRow {
	clear: both;
	margin-left: 1.25%;
}
.deScripture, .deAnswer .deScripture {
	display: none;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #000;
	text-shadow: none;
	line-height: 140%;
	background-color: #f9f9f9;
	border: 1px solid #8a8a8a;
	border-radius: 15px;
	margin-top: 12px;
	margin-left: -2%;
	margin-right: -2%;
	margin-bottom: 12px;
	padding-top: 8px;
	padding-left: 23px;
	padding-right: 23px;
    padding-bottom: 9px;
}
.deScripture .deScripture {
	background-color: #ffffff;
} 
.deLessonTxt .deScripture {
	margin-left: 0;
	margin-right: 0;
}
.deScripture.lessonMargins {
	margin-left: 0;
	margin-right: 0;
}
.deScripture sup {
	font-weight: 800;
	font-size: 12px;
	top: -4px;
	padding-left: 2px;
}
.deScripture .deScriptureAnswerHighlight {
	transition-property: font-weight;
	transition-duration: .15s;
}
.deScripture.deScriptureAnswered .deScriptureAnswerHighlight {
	font-weight: 800;
	transition-property: font-weight;
	transition-duration: .2s;
}
.deScriptureTooltipOutline {
	content: " ";
	position: absolute;
	left: 80px;
	bottom: 100%;  /* At the top of the tooltip */
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #8a8a8a transparent;
}
.deScriptureTooltipFill {
	left: 81px;
	content: " ";
	position: absolute;
	bottom: 100%;  /* At the top of the tooltip */
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent #f9f9f9 transparent;
}
.deScriptureBtn {
	color: #0000EE;
}
.deScriptureBtn:hover {
	cursor: pointer;
}
.deScriptureBtn.deScriptureAnswer {
	display: block;
	width: fit-content;
	padding-bottom: 4px;
}
.deAnswer .deScriptureBtn {
	color: #ffffff;
	text-decoration: underline;
}
.deAnswer::before .deTooltipTip .cls-1 {
	background: #0c72e0;
	background-image: linear-gradient(to bottom, #89e3ff, #3bd1ff);
}
.deTrueOrFalse., .deYesOrNo {
	text-align: center;
}
.deTrueOrFalseAnswer, .deTrueOrFalseOption, .deYesOrNoInteractive {
	border-radius: 15px;
    display: inline-block;
	border-bottom: 1px solid #fff;
	line-height: 137%;
    padding-top: 6px;
    padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 23px;
	margin-right: 23px;
	transition: all 0.4s ease-in-out;
}
.deTrueOrFalseAnswerAnswered, .deYesOrNoAnswered {
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
	background: #0c72e0;
	background-image: linear-gradient(to bottom, #3bd1ff, #00aeff 14%, #0053d9 52%, #0530b0 100%);
    color: #fff;
	border-radius: 15px;
    display: inline-block;
	border-bottom: 1px solid #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 137%;
    padding-top: 11px;
    padding-bottom: 9px;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 0px;
	transition: all .4s, font-size 0s, font-weight 0s;
}
.deWhatsNewContainer {
	background-color: #189bef;
	padding-top: 20px;
	margin-top: 25px;
	margin-bottom: 45px;
	overflow: hidden;
}
.deWhatsNewContainer .bodyContainer {
	top: 0px;
}
.deWhatsNewContainer .content {
	margin-top: 0px;
    padding-bottom: 0px;
    min-height: 0;
}
.deWhatsNew {
	max-width: 900px;
    margin: 0px auto 0px auto;
}
.deWhatsNew .pageSectionTitle {
	color: #ffffff;
	text-shadow: 2px 2px rgb(0, 70, 190);
	margin-bottom: 10px;
	margin-left: 1.56%;
    margin-right: 1.56%;
}
.deWhatsNewDetails {
    position: relative;
    line-height: 162.5%;
    background-color: #ffffff;
    padding-top: 0px;
	padding-bottom: 0px;
    padding-left: 17px;
    padding-right: 17px;
    border: 0px solid #075fcc;
    border-radius: 15px;
    margin-left: 1.56%;
    margin-right: 1.56%;
    margin-top: -4px;
    box-shadow: 6px 6px 0px 0px #075fcc;
    max-height: 0px;
    z-index: 1;
    overflow: hidden;
    transform-origin: top;
    transform: perspective(187vw) rotateX(-90deg);
	animation: deAnswerHide .4s forwards ease-in-out;
    transition: all .4s;
}
.deWhatsNewDetails.deWhatsNewDetailsActive {
	position: relative;
	background-color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 6px;
	border: 3px solid #075fcc;
    max-height: 600px;
    transform: perspective(187vw) rotateX(-90deg);
	animation: deAnswerSwing .8s .2s forwards ease-in-out;
	transition: all 0s, max-height .4s ease-in-out;
}
.deWhatsNewDetails {
    position: relative;
    line-height: 162.5%;
    background-color: #ffffff;
    padding-top: 0px;
	padding-bottom: 0px;
    padding-left: 17px;
    padding-right: 17px;
    border: 0px solid #075fcc;
    border-radius: 15px;
    margin-left: 1.56%;
    margin-right: 1.56%;
    margin-top: -4px;
    box-shadow: 6px 6px 0px 0px #075fcc;
    max-height: 0px;
    z-index: 1;
    overflow: hidden;
    transform-origin: top;
    transform: perspective(187vw) rotateX(-90deg);
	animation: deAnswerHide .4s forwards ease-in-out;
    transition: all .4s;
}
.deWhatsNewDetails.deWhatsNewDetailsActive {
	position: relative;
	background-color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 6px;
	border: 3px solid #075fcc;
    max-height: 600px;
    transform: perspective(187vw) rotateX(-90deg);
	animation: deAnswerSwing .8s .2s forwards ease-in-out;
	transition: all 0s, max-height .4s ease-in-out;
}
.deWhatsNewDetails.deWhatsNewDetailsActive:last-child {
	margin-bottom: 20px;
}
.deWhatsNewDetailsTitle {
	display: none;
}
.deWhatsNewSections {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #189bef;
}
.deWhatsNewSection {
	position: relative;
	width: 100%;
	min-height: 80px;
	margin-left: 0px;
	background-color: #189bef;
	overflow: hidden;
}
.deWhatsNewSectionLine {
	position: absolute;
	bottom: 0px;
	right: 20px;
	background-color: #075fcc;
	height: 4px;
	width: 80%;
}
.deWhatsNewAudioLessons, .deWhatsNewBonusLessons, .deWhatsNewQA, .deWhatsNewMobile {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 218px;
	background-repeat: no-repeat;
	background-position: 18px 13px;
	background-size: 100%;
	transition: all .4s .2s;
}
.deWhatsNewAudioLessons {
	width: 290px;
	background-image: url(/images/de-audio-lessons-back.png);
	background-image: url(/images/de-audio-lessons-back.svg);
}
.deWhatsNewBonusLessons {
	width: 294px;
	background-image: url(/images/de-bonus-lessons-back.png);
	background-image: url(/images/de-bonus-lessons-back.svg);
}
.deWhatsNewQA {
	width: 350px;
	background-image: url(/images/de-interactive-qa-back.png);
	background-image: url(/images/de-interactive-qa-back.svg);
}
.deWhatsNewMobile {
	width: 294px;
	background-image: url(/images/de-mobile-friendly-back.png);
	background-image: url(/images/de-mobile-friendly-back.svg);
}
a.discipleshipMaterialsBtn {
	display:block;
	width: 341px;
	height: 98px;
	background-image: url(/images/all-discipleship-materials.jpg);
	background-position:top left;
	margin:20px auto 25px auto;
}
.dkmDe {
	position: relative;
	width: 236px;
	height: 26px;
	background-image: url(/images/DKM-DE-mobile.png);
	background-image: url(/images/DKM-DE-mobile.svg);
	background-position: right top;
	background-repeat: no-repeat;
	transition: all 0.4s ease-in-out;
}
.donateBox {
	width:550px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/donate_box_back.png);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #2E4573;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-bottom:10px;
	background-color:#c5d8f2;
}
.donateTallBox {
	width:550px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/donate_box_back.png);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #2E4573;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-bottom:15px;
	background-color:#c5d8f2;
}
.donateBox a {
	font-weight:normal;
}
.donateFooter {
	position: relative;
	display: block;
	background-color: #213751;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	line-height: 155%;
	padding-top: 11px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
.donateFooter a {
	font-size: 17px;
	font-weight: 800;
	color: #213751;
	border-radius: 9px;
	padding-top: 9px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 7px;
	background: #ffffff;
	background: linear-gradient(to bottom, rgb(255, 255, 255) 39%, rgb(184, 184, 184) 100%);
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 7px;
}
.donateFooterBack {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100vw;
	height: 100%;
	background-color: red;
}
.donateTallBox a {
	font-weight:normal;
}
.donateByMail {
	font-weight:bold;
	margin-top:15px;
	margin-bottom:10px;
}
.donateCenter {
	text-align:center;
	margin-top:15px;
}
.donDanaPhotoHome {
	float: left;
	width: 118px;
	height: 130px;
	background-image: url(/images/don-and-dana-krow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 45px;
}
.AdobeReader {
	font-size:11px;
}
.AdobeReader a {
	line-height: 140%;
}
.familyUpdate {
	text-align: center;
}
.familyUpdate img {
	margin-bottom: 20px;
}
.featuredItemContainer {
	display: flex;
}
.featuredItemDesc {
	line-height: 162.5%;
	width: 100%;
}
.featuredItemDesc img {
	float: left;
	margin-right: 10px;
	max-height: 321px;
	width: fit-content;
    object-fit: cover;
    object-position: 100% 0;
}
.featuredItemDescNoImage {
	margin-bottom:20px;
}
.featuredItemDescSmall {
	float:left;
	width:490px;
	margin-left:10px;
	margin-bottom:20px;
}
.featuredItemLessons {
	margin-top:10px;
	margin-bottom:10px;
	display: table;
	padding-left: 17px;
	order: 2;
}
.featuredItemLessons.flush {
	margin-left: 0px;
}
.featuredItemPhoto {
	float:left;
	margin-right:10px;
	display: none;
}
.featuredItemSeriesContainer {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}
.featuredItemSeriesTitle {
	position: relative;
	margin: 0;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    text-rendering: optimizelegibility;
    text-align: center;
}
.featuredItemSeriesTitle .new {
	top: 0px;
	left: -37px;
}
.featuredItemTitle, .featuredItemTitle2, .tractTitle {
	font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 110%;
	padding-top: 11px;
}
.featuredItemTitle2 {
	padding-top: 0px;
}
.featuredItemTitle .new {
    top: 0px;
    left: -37px;
}
.fixed.jp-audio {
	position: fixed;
	top: 0px;
	z-index: 10;
} 
.flagContainer {
	float:left;
}
.flagText {
	float:left;
}
.floatAddress {
	float:left;
	margin-left:10px;
}
.floatingFootnote {
	position: relative;
	clear: both;
	color: #000;
	text-shadow: none;
	background-color: #f9f9f9;
	background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(245, 245, 245, 1) 90%, rgba(240, 240, 240, 1) 100%);
	border: 1px solid #8a8a8a;
	border-radius: 15px;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 18px;
	padding-left: 23px;
	padding-right: 23px;
    padding-bottom: 18px;
	box-shadow: 5px 5px 9px 1px rgba(0, 0, 0, .29);
}
.floatingFootnoteClose {
	display: none;
	position: relative;
	float: right;
	text-align: right;
	font-size: 18px;
	width: 30px;
	height: 30px;
	background-image: url(/images/close-x.png);
	background-image: url(/images/close-x.svg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.floatingFootnoteLink {
	position: relative;
	display: inline-block;
	color: #0000ee;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
img.floatLeft {
	float: left;
	padding-right: 13px;
	padding-bottom: 5px;
}
img.floatLeft0P {
	float: left;
}
.floatTitle {
	float:left;
	font-weight:bold;
}
.floatRightDownload {
	float: right;
    border: 1px solid #2E4573;
    padding: 10px 10px 14px 10px;
    margin: 35px 0px 15px 0px;
    width: 210px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 9px;
}
.freeDvd {
	text-align:center;
}
.footer {
	position: relative;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding-top: 13px;
	padding-bottom: 14px;
}
.footerContact {
	line-height: 160%;
}
.footerContact a {
	color: #0000EE;
	text-decoration: none;
}
.footerContact a:hover {
	text-decoration: underline;
}
.footerContact .footerAddress {
	margin-top: 10px;
}
.footerContainer {
	position: relative;
	background-color: #f2f2f2;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #555555;
    padding-top: 26px;
    padding-bottom: 26px;
    min-height: 43vh;
}
.footerLastLine {
	display: block;
	justify-content: space-between;
	margin-top: 13px;
	line-height: 160%;
}
.footerWidth {
	position: relative;
	max-width: 900px;
    margin: 0px auto 0px auto;
    padding-left: 16px;
    padding-right: 16px;
}
.footerNav, .footerFollow {
	position: relative;
	display: block;
	justify-content: space-between;
	line-height: 315%;
	margin-top: 14px;
	margin-bottom: 24px;
}
.footerNavCat, .footerFollow {
	position: relative;
	color: #333333;
	font-weight: 600;
}
.footerNavCat::after {
	content: "+";
	font-weight: 400;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 0;
	transition: all 0.4s ease-in-out;
}
.footerNavCat.footerNavCatOpen::after {
	transform: rotate(45deg);
}
a.footerNavCat {
	display: block;
}
a.footerNavCat::after {
	content: "";
}
.footerNavCol {
	border-top: 1px solid #d6d6d6;
}
.footerNavCol:last-child {
	border-bottom: 1px solid #d6d6d6;
}
.footerNavCol a {
	color: #555555;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.footerNavCol a:hover {
	color: #0000EE;
	text-decoration: underline;
}
.footerFollowItems, .headerFollowItems {
	display: flex;
	gap: 32px;
	align-items: center;
	line-height: 1;
	margin-top: 5px;
}
.footerFollowItems a *, .headerFollowItems a * {
	transition: all 0.2s ease-in-out;
}
.footerFollowItems a .fbLogo:hover .fill, .headerFollowItems a .fbLogo:hover .fill {
	fill: #0866FF;
}
.footerFollowItems a .ytLogo:hover .fill, .headerFollowItems a .ytLogo:hover .fill {
	fill: #ff0000;
}
.footerFollowItems a .igLogo:hover .colorFill, .headerFollowItems a .igLogo:hover .colorFill {
	opacity: 1;
}
.footerNavSection {
	display: none;
}
.footerNavSection.footerCatOpen {
	display: block;
}
.footerNavSection a {
	padding: 0px 14px;
	display: block;
}
a.footerSiteMap {
	padding-top: 15px;
	padding-right: 15px;
	color: #555555;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	display: none;
}
a.footerSiteMap:hover {
	color: #0000EE;
	text-decoration: underline;
}
.hasDropCap:first-letter {
	float: left;
	font-weight: bold;
	font-size: 25px;
	line-height: 0.65;
	margin: 8px 9px 0 0;
}
.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	width: 100%;
	height: 42px;
    background-color: #383838;
    background-image: url(/images/19-header-back-mobile.png);
    background-position: center top;
    background-repeat: repeat-y;
    z-index: 20;
    transition: all 0.4s ease-in-out;
}
.headerContainer {
	position: fixed;
	top: 0px;
	width:100%;
	max-height: 42px;
	border-bottom: 3px solid #189bef;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .29);
	z-index: 100040;
	overflow-y: hidden;
	transition: all 0.4s ease-out;
}
.headerContainer.navActiveM {
	max-height: 100%;
	overflow-y: scroll;
}
.headerFollowItems {
	gap: normal;
	margin-top: 0;
}
.headerLogo {
	width: 900px;
    margin: 0px auto 0px auto;
}
.headerWidth {
	display: flex;
	align-items: center;
	position: relative;
	max-width: 900px;
    margin: 0px auto 0px auto;
}
.hidden {
	display: none;
}
.homeFeatured {
	font-size:12px;
	background-color:#C5D8F2;
	color:#000000;
	border:1px solid #194883;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	font-weight:bold;
	margin-bottom:12px;
}
.introAddress {
	float:left;
	margin-left:243px;
	display:inline;
}
.introSig {
	margin-top: 10px;
	text-align: right;
	margin-right: 31px;
}
.introTextContainer {
}
.introTextText {
	float:left;
	font-size: 14px;
	margin-bottom: 15px
}
.introTextPhoto {
	float:left;
}
.introTextClear {
	clear:both;
}
.introWebAddress {
	float:left;
	margin-left:45px;
}
.JLaddress {
	margin-left: 50px;
    margin-top: 9px;
    margin-bottom: 26px;
}
.learnMoreBtn {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	background-color: #fff;
	line-height: 1;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 3px solid #189bef;
	border-left: 3px solid #189bef;
	box-shadow: 4px 4px 0px 0px #189bef;
	border-radius: 5px;
	color: #0f71dd;
	transition: all .4s;
}
.learnMoreBtn:hover {
    cursor: pointer;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
}
.learnMoreBtn img {
	margin-left: 6px;
	transition: all .4s;
}
.learnMoreBtn.learnMoreBtnActive img {
	margin-left: 6px;
	transform: rotate(90deg);
	transition: all .4s .2s;
}
.deWhatsNewSections .learnMoreBtn {
    position: absolute;
    top: 17px;
    right: 18px;
}
.deWhatsNewSections .learnMoreBtn:hover {
    box-shadow: 4px 4px 0px 0px #189bef;
}
.deWhatsNewSections .learnMoreBtn.learnMoreBtnActive {
    box-shadow: 4px 4px 0px 0px #075fcc;
	transition: all .4s .2s;
}
.leftIndent {
	margin-left: 20px;
}
.lessonsListContainer {
	margin-bottom: 30px;
}
.lessonFootnote {
	font-size: 13px;
}
.letterSig {
	display: -ms-grid;
	display: grid;
	text-align:right;
	margin-top:10px;
	margin-right:20px;
}
.lightLine {
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px dotted #dddddd;
	margin-bottom:12px;
	margin-top: 10px;
}
.lightLineSpace {
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px dotted #dddddd;
	margin-bottom:32px;
	margin-top: 30px;
	clear: both;
}
.links {
	text-align:left;
}
.links a, .featuredItemLessons a, .deRow a {
	position: relative;
	display:inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ffffff;
	margin-bottom: 8px;
}
.featuredItemLessons a, .deRow a {
	margin-left: -10px;
}
.links a:hover, .featuredItemLessons a:hover, .deRow a:hover {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}
.logo {
	position: relative;
	top: auto;
	left: auto;
	display: block;
	display: inline-block;
	margin: auto;
	transition: all 0.4s ease-in-out;
}
.mailingListLink {
	font-size:12px;
	text-align:right;
	margin-bottom:10px;
	margin-top:8px;
}
.mailingListLink a {
	display:block;
	width:190px;
	height:19px;
	background-image:url(/images/join_list.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:609px;
}
.missionaryName {
	font-weight:bold;
	font-size:14px;
}
.missionaryLocation {
	font-weight:bold;
	font-style:italic;
	font-size:12px;
}
.missionaryOrg {
	font-style:italic;
}
.missionaryText {
	clear:both;
	margin-bottom:15px;
}
.moreComingIndent {
	margin-left: 10px;
}
a.moreMaterialBtn {
	display:block;
	width:296px;
	height:32px;
	background-image:url(/images/more_materials_btn.png);
	background-position:top left;
	margin:25px auto 25px auto;
}
.nav {
	position: relative;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	background-color: #ffffff;
	padding-bottom: 15px;
	transition: all 0.5s ease-in-out 0.1s;
}
.headerContainer .mL {
	opacity: 0;
	transition: all 0.8s ease-out 0.1s;
}
.headerContainer.navActiveM .mL {
	opacity: 1;
}
.nav a {
	color: #141414;
	text-decoration: none;
}
.navBtn {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width: 20px;
	height: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #312827;
	box-shadow: 0px 2px 5px 0px rgba(255, 255, 255, .28);
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.navBtn .navLine1, .navBtn .navLine2, .navBtn .navLine3  {
	display: block;
	position: relative;
	top: 0px;
	background-color: #ffffff;
	height: 2px;
	width: 100%;
	transform-origin: center;
	transition: all 0.4s ease-in-out;
}
.navBtn.navOpen .navLine1 {
	transform: rotate(45deg);
	top: 8px;
}
.navBtn.navOpen .navLine2 {
	transform: scaleX(0);
}
.navBtn.navOpen .navLine3 {
	transform: rotate(-45deg);
	top: -8px;
}
.navCategory {
	position: relative;
	color: #19A2FA;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.navPos {
	position: relative;
	top: auto;
	z-index: 15;
}
.navBackBrown {
	display: none;
}
.navBackBlue {
	display: none;
}
.navContainer {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	transition: all 0.8s ease-in-out;
}
a.navHomeIcon {
	display: none;
}
.navItem {
	position: relative;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}
.navItem a {
	color: #ffffff;
}
.navOverlay, .navOverlayM {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #000000;
	opacity: 0;
	z-index: 100030; /* to cover up addthis smh */
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
.navOverlay.navActive, .navOverlayM.navActiveM {
	visibility: visible;
	opacity: .3;
	transition: all 0.4s ease-in-out;
}
.navOverlay.navActive {
	visibility: hidden;
}
.navOverlayM.navActiveM {
	visibility: visible;
	opacity: .3;
	transition: all 0.4s ease-in-out;
}
.navUnderline {
	display: none;
}
.new {
	display: none;
	position: absolute;
/* 	top:-3px; */
	top:-1px;
	left:-27px;
	width: 32px;
	height: 22px;
	z-index: 5;
}
.newOn {
	display: inline-block;
}
.new img {
	padding: 0;
}
.jp-title {
	position: relative;
}
.jp-title .new {
	top: 0px;
	left:-37px;
}
.newImg {
/* 	position: absolute; */
	position: relative;
	top:11px;
	left:16px;
	z-index: 7;
	opacity: 0;
	width: 0%;
}
.newOld {
	position: absolute;
	top:-3px;
	left:-27px;
	width: 32px;
	height: 22px;
	background-image: url(/images/new_old.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.newAddress {
	font-size:10px;
	color:#990000;
	font-weight:bold;
}
.newCOAddress, .newCOAddressFooter {
	background-image: url(/images/new-address.png);
	background-position: left top;
	background-size: 109px auto;
	background-repeat: no-repeat;
	padding: 22px 0 0 99px;
	margin-top: 13px;
}
.newCOAddressFooter {
	background-size: 86px auto;
	padding: 22px 0 0 79px;
	margin-top: 0px;
}
.newMaterialImage {
	background-image:url(../images/new_material.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-right:10px;
	height:44px;
	width:81px;
}
.newMaterialText {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#006600;
	text-decoration:none;
}
.moreText {
	
}
a.newProductsBtn {
	display:block;
	width:175px;
	height:32px;
	background-image:url(/images/new_products_btn.gif);
	background-position:top left;
	margin:25px auto 25px auto;
}
.newVideo {
	position: absolute;
	top:0px;
	left:0px;
	z-index: 7;
	opacity: 0;
	height: 0px;
	width: 0px;
	background-image: url(/images/new-video.png);
	background-image: url(/images/new-video.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
}
.noWrap {
	white-space: nowrap;
}
.noWrap .deFillInTheBlankAnswer {
	white-space: normal;
}
ol.numbered {
    counter-reset: list;
}
ol.numbered > li {
    list-style: none;
}
ol.numbered > li:before {
    content: counter(list) ") ";
    counter-increment: list;
}
ol.numberedBold {
    counter-reset: list;
}
ol.numberedBold > li {
    list-style: none;
    margin-bottom: 8px;
}
ol.numberedBold > li:last-child {
    margin-bottom: 0px;
}
ol.numberedBold > li:before {
    content: counter(list) ") ";
    counter-increment: list;
    position: absolute;
    left: 16px;
    font-weight: bold;
}
.orderTitle {
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:5px;
}
.otherMinistries {
	width:300px;
	margin:0px auto 0px auto;
}
.otherMinistries li {
	color:#2e4573;
}
.photoAndDownload {
	clear: both;
}
.productOrderAddress {
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.productOrderAddressSm {
	font-weight:bold;
	text-align:center;
	margin-top:15px;
}
.productOrderBox {
	border:1px solid #194883;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
}
.productOrderDonateBox {
	width:550px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	background-image:url(../images/donate_box_back.png);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #2E4573;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color:#c5d8f2;
}
.productOrderTitle {
	font-size:13px;
	text-align:center;
	margin-bottom:10px;
}
.providingTagLine {
	display: none;
	transition: all 0.4s ease-in-out;
}
.quoteBlock {
	font-weight: bold;
    width: 91%;
    text-align: center;
    margin: auto;
}
.quoteEmphasis {
	margin-top: 11px;
    font-size: 21px;
}
.readMore {
	position: relative;
	overflow: hidden;
}
.readMore.deLessonTxt {
	height: 353px;
}
.readMore.deIntro {
	height: 160px;
}
a.readMore, a.readMore:visited {
	color: blue;
}
.readMoreBtn {
	position: absolute;
	bottom: 2px;
	left: 50%;
    transform: translate(-50%, 0);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	background-color: #fff;
	line-height: 1;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 2px solid #0f71dd;
	border-radius: 5px;
	color: #0f71dd;
}
.readMoreBtn:hover {
	cursor: pointer;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
}
.readMoreFade {
	position: absolute;
	bottom: -97px;
	width: 100%;
	height: 97px;
	text-align: center;
	vertical-align: bottom;
	background: rgb(255, 255, 255);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .75) 40%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, 1) 100%);
}
.readMoreText {
	display: none;
}
.relatedContainer, .relatedContainerNoBg {
	display: table;
	font-size: 14px;
    line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 17px;
	padding-right: 17px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	font-size: 17px;
	order: 3;
}
.tractContainer .relatedContainer, .tractContainer .relatedContainerNoBg {
	order: 0;
}
.relatedContainer a, .relatedContainer a:hover {
	border: none;
	position: relative;
}
.relatedContainer a .new, .relatedContainerNoBg a .new {
	left: -34px;
}
.relatedContainerNoBg {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
	margin-bottom: 24px;
	line-height: 162.5%;
}
.relatedMaterial, .relatedMaterial2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.relatedMaterial2 {
	margin-top: 10px;
}
.relatedContainerNoBg .relatedMaterial {
	margin-bottom: 3px;
}
.required {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 15px;
	text-align: right;
}
.scriptureBlockQuote {
	margin: 10px 31px 0px 31px;
}
.scriptureBlockQuoteNested {
	margin: 10px 31px 10px 31px;
}
.scriptureBlockQuote0Top {
	margin: 0px 31px 0px 31px;
}
a.seriesBtn {
	background-color: #f2f2f2;
	font-size: 12px;
	padding: 3px 11px 3px 12px;
	text-decoration: none;
	display: block;
}
a.seriesBtn:hover {
	text-decoration: underline;
}
.seriesBtnContainer {
	text-align: center;
}
.seriesLine {
	border-bottom:1px dotted #dddddd;
	margin-top: 18px;
	margin-bottom: 15px;
}
.signature {
	width:119px;
	height:55px;
	background-image:url(../images/don_krow_sig.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	margin-top:25px;
	margin-left:150px;
}
.smallCaps {
	font-variant: small-caps;
}
.smallText {
	font-size:11px;
}
.subNav {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	color: #141414;
	background-color: #ffffff;
	border: none;
}
.subNav.subNavActive {
	
}
.subNavItem {
	display: table;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.subNavItem:last-child {
	border: none;
}
.subNavItem::before {
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	height: 19px;
	width: 0px;
	margin: auto;
	background-color: #189bef;
	opacity: .71;
	transition: all 0.4s ease-in;
}
.subNavItem:hover::before {
	width: 17px;
	transition: all 0.3s ease-out;
}
.subNavItem a {
	display: inline-block;
	color: #141414;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 0.4s ease-out 0.1s;
}
@keyframes spin {
	0% {
		transform: perspective(40vw) rotateY(-360deg);
		visibility: visible;
	}
	100% {
		transform: perspective(40vw) rotateY(0deg);
		visibility: visible;
	}
}
.subNavItem a .navUpdated {
	display: none;
	visibility: hidden;
	position: absolute;
	right: 0px;
	top: -5px;
	height: 20px;
	width: 75px;
	background-image: url(/images/updated.png);
	background-image: url(/images/updated.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform-origin: center;
	animation: spin .4s forwards ease-out .8s;
}
.headerContainer.navActiveM .subNavItem a .navUpdated {
	display: block;
}
.subNavItem a .navNew {
	display: none;
	visibility: hidden;
	position: absolute;
	right: 0px;
	top: -5px;
	height: 20px;
	width: 75px;
	background-image: url(/images/nav-new.png);
	background-image: url(/images/nav-new.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform-origin: center;
	animation: spin .4s forwards ease-out .8s;
}
.headerContainer.navActiveM .subNavItem a .navNew {
	display: block;
}
.subTitleLight {
	font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: normal;
    margin-left: 10px;
    margin-top: 12px;
	margin-bottom:5px;
}
.featuredItemLessons .subTitleLight {
	margin-left: 0px;
}
.textDisc {
	margin-bottom:10px;
	font-style:italic;;
	font-size:11px;
	text-align:center;
}
.textDiscLeft {
	margin-bottom:10px;
	font-style:italic;;
	text-align:left;
}
.textSig {
	margin-top:5px;
	margin-bottom:30px;
	margin-left:460px;
	font-style:italic;
}
.textSigHome {
	margin-top:8px;
	margin-left:540px;
	width: 110px;
	height: 30px;
	background-image: url(/images/don_krow_sig.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-style:italic;
}
.title, .titleWSub, .titleSubTitle, .titleBen {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}
.title a:hover {
	text-decoration: underline;
}
.titleBen {
	clear: both;
	padding-top: 14px;
}
.titleLarge {
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
}
.titleLeft0 {
	margin-bottom:7px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.titleWSub {
	margin-bottom: 0px;
}
.titleSubTitle {
	font-weight: 400;
	font-size: 17px;
}
.toolsWrench {
	position: relative;
    vertical-align: bottom;
    margin-left: 3px;
    top: 2px;
}
.toolsWrench .shape {
	fill: #19A2FA;
}
.toolsWrenchSpacer {
	display: none;
}
.topMargin {
	margin-top:5px;
}
.printBooklets, .printBooklet, .printTracts, .printTract {
	display: flex;
	justify-content: space-between;
	position: relative;	
}
.print123Icon {
	width: 129px;
	height: 106px;
	background-image: url(/images/print-cut-share.png);
	background-image: url(/images/print-cut-share.svg);
	background-repeat: no-repeat;
}
.printBookletsIcon, .printBookletIcon, .printTractsIcon, .printTractIcon {
	width: 100px;
	height: 121px;
	background-image: url(/images/print-these-booklets-back-200.png);
	background-size: 188px 121px;
	background-repeat: no-repeat;
	background-position-x: 48px;
    flex-grow: 1;
}
.printBookletIcon {
	background-image: url(/images/print-this-booklet-back-200.png);
}
.printTractsIcon {
	background-image: url(/images/print-our-tracts-back-200.png);
}
.printTractIcon {
	background-image: url(/images/print-this-tract-back-200.png);
}
.printVersion, .printVersionBooklet, .printVersionTract {
	position: relative;
	max-width: 430px;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 24px;
	padding-top: 18px;
	padding-bottom: 18px;
	background: #f2f2f2;
	background-image: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
	border: 1px solid #707070;
	border-radius: 15px;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, .3);
	order: 1;
}
.printVersionBooklet {
	float: none;
	margin-top: 24px;
	padding-top: 10px;
}
.printVersionTract {
	padding-top: 10px;
}
.printVersionText {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 130%;
	padding: 12px 28px 0px 28px;
}
.tractPrintVersion {
	float: right;
	margin-left: 17px;
	order: 5;
}
.tractPrintVersion img {
	padding: 0px;
}
.tractPrintVersionWide {
	width: 274px;
	height: 356px;
	background-image: url(/images/print-booklet.jpg);
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
}
.tractPrintVersion table.center {
	margin-left: 22px;
}
.tractContainer {
	display: flex;
	flex-direction: column;
}
.tractContainer img.right {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tractContainer img.rightTop {
	float: right;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.tractContainer img.left {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.tractContainer img.leftTop {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.photoCaption {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	color: rgba(29, 88, 150, 1);
	text-align: center;
	padding-top: 7px;
	width: 100%;
	max-width: 360px;
}
.photoCaptionSplit {
	display: flex;
	max-width: 360px;
	margin: auto;
}
.photoCaptionSplitItem {
	flex-basis: 50%;
}
.photoRight, .photoLeft {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
	margin-bottom: 15px;
}
.photoRight img, .photoLeft img {
	padding: 0px;
	margin: 0px;
	width: 100vw;
	max-height: none;
}
#sb-loading {
	background-image: url(/images/loading.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
#sb-loading-inner {
	display: none;
}
ul.tighterList {
	margin: 5px 0 5px 0;
	padding-left: 20px;
}
ul.tighterList li {
	padding: 4px 0 4px 0;
}
.tractText {
	margin-bottom: 24px;
}
.tractText li {
	padding-top: 5px;
	padding-bottom: 5px;
}
a.videoBox, li.videoBox {
	position:relative;
	display:block;
	border:1px solid #666666;
	text-decoration:none;
	overflow: hidden;
	background-position: center;
    background-size: cover;
}
.videoCategoryContainer {
	display: grid;
	grid-template-columns: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-bottom:30px;
}
.videoCategoryContainer.singleVideo {
	max-width: 560px;
	grid-template-columns: auto;
}
.videoCategoryContainer a:last-child {
}
ul.videoCategoryContainer {
	margin: 0;
	padding: 0;
	margin-bottom:30px;
}
.videoContainer {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.videoContainer iframe {
	position: absolute;
	top: 0px;
	left: 0px;
}
.videoPlay {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	z-index: 5;
	transition: all 0.3s ease-in-out;
}
@keyframes videoPlay {
	0% {
		opacity: 0;
		transform: scale(12.6);
	}
	8% {
		opacity: 0.5;
		transform: scale(1.2);
		
	}
	100% {
		opacity: 0.9;
		transform: scale(.9);
	}
}
@keyframes videoPlayOut {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 0;
	}
}
.videoPlay img {
	filter: drop-shadow( 3px 3px 9px rgba(0, 0, 0, 1));
	opacity: 0;
	padding: 0;
	height: 50%;
	transform: scale(12.6);
	transition: all 0.4s ease-in-out;
}
.videoPlay:hover img {
	opacity: 0.9;
	transform: scale(.9);
	animation: videoPlay 4s forwards ease-out;
}
.singleVideo .videoPlay img {
	filter: drop-shadow( 3px 3px 9px rgba(0, 0, 0, 1));
	opacity: .5;
	padding: 0;
	height: 50%;
	transform: scale(.8);
	transition: all 0.4s ease-in-out;
}
.singleVideo .videoPlay:hover img {
	opacity: 0.9;
	transform: scale(.7);
	animation: none;
}
.videoPlayHighlight:hover {
	background-position:0px -139px;
}
.videoPlayOver {
	position:absolute;
	top:0px;
	left:0px;
	width:185px;
	height:139px;
	background-image:url(/images/video-play.png);
	background-position:0px -139px;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index: 5;
}
.videoSubTitle, .videoAuthor {
	font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 12px;
}
.videoAuthor {
	font-style: italic;
}
.videoTitle {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 120%;
}
.videoTitleLine2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.videoThumbnail {
	position:absolute;
	top:0px;
	left:0px;
	border:none;
}
.videoThumbTitle {
	padding-top:4px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
	line-height: 130%;
	color:#FFFFFF;
}
.videoThumbTitleContainer {
	position:absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	text-align:center;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.6);
}
@keyframes wrenchSpin {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
			transform: rotateY(720deg);
		}
	}
	@keyframes wrenchCrank {
		0% {
			transform: rotate(0deg);
			opacity: 1;
			transform-origin: 31% 31%;
		}
		50% {
			transform: rotate(-67deg);
			opacity: 1;
			transform-origin: 31% 31%;
		}
		100% {
			transform: rotate(0deg);
			opacity: 1;
			transform-origin: 33% 33%;
		}
	}
iframe.ytEmbed {
	margin-bottom: 16px;
}
.ytREContainer {
	display: flex; 
	justify-content: center; 
	padding-bottom: 5px; 
}
.ytREContainer iframe { 
	aspect-ratio: 16 / 9; 
	width: 100% !important; 
}
.mobileHide {
	display: none;
}
.bodyText {
	font-size: 17px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 325px) {
	.deAnswer .deTranslationName {
		white-space: nowrap;
	}
}
@media screen and (min-width: 376px) {
	.photoRight img, .photoLeft img {
		width: 360px;
		border-radius: 15px;
		box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, .3);
	}
	.noShadow img {
		box-shadow: none;
	}
}
@media screen and (min-width: 400px) {
	.deTrueOrFalse, .deYesOrNo {
		text-align: inherit;
	}
	.printVersionTract {
		max-width: 287px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 482px) {
	.printVersionBooklet {
		margin-left: auto;
		margin-right: auto;
		max-width: 320px;
	}
}
@media screen and (min-width: 500px) {
	.videoCategoryContainer {
		grid-template-columns: auto auto;
	}
}
@media screen and (min-width: 510px) {
	.bibleBooks {
		columns: 3;
	}
	.videoCategoryContainer {
		grid-template-columns: auto auto;
	}
}
@media screen and (min-width: 560px) {
	.tractPrintVersionWide {
		width: 540px;
		height: 181px;
		background-image: url(/images/print-booklet-wide.jpg);
		margin-top: 22px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 600px) {
	.deLessonTxt ol {
	    margin-left: 45px;
	}
	.deOtherTranslations {
		columns: 2;
	}
	ol.numberedBold > li:before {
	    left: 26px;
	}
}
@media screen and (min-width: 690px) {
	.bibleBooks {
		columns: 4;
	}
}
@media screen and (min-width: 750px) {
	.deLessonTxt ol {
	    margin-left: 45px;
	}
	.deOtherTranslations {
		columns: 2;
	}
	.featuredItemDesc {
		display: block;
	}
	.printVersion, .printVersionTract {
		float: right;
		max-width: 267px;
		margin-left: 24px;
	}
	.printVersionBooklet {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 320px 300px;
		grid-template-columns: 320px 300px;
		max-width: 620px;
	}
	.printVersionBooklet .deBtn {
		-ms-grid-column: 1;
		grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        margin-bottom: 0px;
	}
	.printVersionBooklet .printVersionText {
		-ms-grid-column: 1;
		grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
        padding-top: 10px;
        padding-left: 24px;
        padding-right: 24px;
	}
	.printVersionBooklet .printBooklet {
		-ms-grid-column: 2;
		grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        -ms-grid-row-align: end;
            align-self: end;
	}
	.relatedContainerNoBg {
		margin-top: 24px;
	}
	.tractContainer {
		display: block;
	}
	.tractText {
		margin-bottom: 0px;
	}
	.videoCategoryContainer {
		grid-template-columns: auto auto auto;
	}
}
@media screen and (min-width: 820px) { /* 	mobile nav end */
	.mobileHide {
		display: initial;
	}
	.mobileOnly {
		display: none;
	}
	body.noScroll {
		position: relative;
		overflow: visible;
	}
	.audioSeriesListTitle {
	    margin-bottom: 10px;
	}
	.bodyContainer, .bodyContainer2 {
		top: 0px;
		margin-bottom: 0px;
	}
	.crumbTrail {
		display: block;
		padding: 0;
		line-height: normal;
	}
	.deBonusAboutAudio.activePlayer, .bodyContainerAudioPlayer.activePlayer {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
		z-index: 10;
	}
	.deLessonTitle, .pageTitle, .pageTitleWSub, .lessonTitle {
		font-size: 32px;
	}
	.deLevelContainer {
		width: 50%;
	}
	.deOtherTranslations {
		columns: 3;
	}
	.dkmDe {
		width: 594px;
		height: 63px;
		background-image: url(/images/DKM-DE.png);
		background-image: url(/images/DKM-DE.svg);
	}
	.donateFooter {
		display: block;
		background-color: #213751;
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		font-weight: 600;
		line-height: 155%;
		padding-top: 25px;
		padding-bottom: 14px;
	}
	.featuredItemDesc img {
		margin-right: 15px;
	}
	.headerContainer.navActiveM {
		max-height: none;
		overflow-y: visible;
	}
	.photoRight.small, .photoLeft.small {
		width: 300px;
	}
	.photoRight img, .photoLeft img {
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	.rd2x img {
		width: 360px;
	}
	.deLessonMobileHistory {
		margin-top: 51px;
	}
	.footer {
		position: relative;
		padding-top: 26px;
		padding-bottom: 15px;
	}
	.footerContainer {
	    padding-bottom: 51px;
	}
	.footerLastLine {
		display: flex;
	}
	.footerNav, .footerFollow {
		display: flex;
		line-height: 240%;
		margin-bottom: 37px;
	}
	.footerFollow {
		display: block;
	}
	.footerNavCat, .footerFollow {
		color: #333333;
		font-weight: 800;
	}
	.footerNavCat::after {
		display: none;
	}
	a.footerNavCat {
		display: inline;
	}
	.footerNavCol {
		border: none;
	}
	.footerNavCol:last-child {
		border-bottom: none;
	}
	.footerNavSection {
		display: block !important;
	}
	.footerNavSection a {
		padding: 0;
		display: table;
	}
	a.footerSiteMap {
		padding: 0;
	}
	.footerWidth {
		position: relative;
		max-width: 900px;
	    margin: 0px auto 0px auto;
	    padding-left: 1.56%;
	    padding-right: 1.56%;
	}
	.header {
		position: relative;
		height: 173px;
	    background-color: #1d1d1d;
	    background-image: url(/images/19-header-back.jpg);
	    background-position: center top;
	    background-repeat: no-repeat;
	    border: none;
		box-shadow:none;
	}
	.headerContainer {
		position: relative;
		max-height: none;
		border-bottom: none;
		box-shadow: none;
		overflow: visible;
	}
	.headerContainer .mL {
		opacity: 1;
	}
	.headerWidth {
		display: block;
		position: relative;
		max-width: 900px;
	    margin: 0px auto 0px auto;
	}
	a.navHomeIcon {
		display: table-cell;
		width: 18px;
		height: 15px;
		background-image: url(/images/home-icon.png);
		background-image: url(/images/home-icon.svg);
		background-position: center center;
		background-repeat: no-repeat;
	}
	.jp-audio.activePlayer {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
	}
	.links a, .featuredItemLessons a, .deRow a {
		margin-bottom: 4px;
	}
	.logo {
		position: relative;
		top: 17px;
		left: 14px;
		display: block;
		display: inline-block;
	}
	.nav {
		position: relative;
		display: table;
		margin-left: 24px;
		margin-right: 24px;
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #ffffff;
		padding-bottom: 0px;
		background-color: transparent;
		opacity: 1;
	}
	.navBackBrown {
		display: block;
		position: absolute;
		top: 0px;
		left: 10px;
		right: 0px;
		height: 100%;
		background: #280e00;
		background: linear-gradient(to right, rgb(89, 43, 0) 0%, rgb(40, 14, 0) 100%);
		opacity: .8;
	}
	.navBackBlue {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 10px;
		height: 100%;
		background: #04172c;
		background: linear-gradient(to right, rgb(17, 60, 106) 0%, rgb(4, 23, 44) 100%);
		opacity: .8;
	}
	.navBtn {
		display: none;
	}
	.navCategory {
		color: #ffffff;
		font-family: 'Montserrat', sans-serif;
	    font-size: 20px;
	    font-weight: 400;
	    padding: 0;
	}
	.navContainer {
		display: block;
	}
	.navItem {
		position: relative;
		display: table-cell;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 6px;
		vertical-align: middle;
	}
	.navItem.mobileHide {
		font-size: 20px;
	}
	.navItem:hover {
		cursor: pointer;
	}
	.navOverlayM {
		visibility: hidden;
	}
	.navOverlayM.navActiveM {
		visibility: hidden;
	}
	.navOverlay.navActive {
		visibility: visible;
	}
	.navPos {
		top: -6px;
		z-index: 25;
	}
	.navUnderline {
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 0px;
		height: 6px;
		background-color: #189bef;
		transition: all 0.4s ease-out;
	}
	.pageSectionTitle {
		font-size: 30px;
	}
	.photoLeft {
		float: left;
		margin-right: 20px;
	}
	.photoRight {
		float: right;
		margin-left: 20px;
	}
	.providingTagLine {
		display: block;
		position: relative;
		width: 374px;
		height:	42px;
		margin-top: 9px;
		background-image: url(/images/providing-tag-line.png);
		background-image: url(/images/providing-tag-line.svg);
		background-position: left top;
		background-repeat: no-repeat;
	}
	.subNav {
		display: none;
		position: absolute;
		top: 100%;
		left: -15px;
		color: #141414;
		background-color: #ffffff;
		border: 3px solid #189bef;
		transform-origin: top;
		transform: perspective(187vw) rotateX(-90deg);
	}
	.subNav.subNavActive {
		display: block;
		transform: perspective(187vw) rotateX(0deg);
		animation: deAnswerSwing .8s forwards ease-in-out;
	}
	.subNavItem {
		display: block;
		position: relative;
		white-space: nowrap;
		padding: 0;
		border-bottom: 1px dotted #cccccc;
	}
	.subNavItem a {
		display: block;
		color: #141414;
		padding-left: 27px;
		padding-right: 27px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.subNavItem a .navUpdated {
		display: block;
		right: -73px;
		top: 0px;
		bottom: 0px;
		height: 25px;
		width: 93px;
		margin: auto;
	}
	.subNavItem a .navNew {
		display: block;
		right: -73px;
		top: 0px;
		bottom: 0px;
		height: 25px;
		width: 93px;
		margin: auto;
	}
	.toolsWrench {
		position: absolute;
		right: 0;
		top: 0;
		opacity: 0;
		animation-name: wrenchSpin, wrenchCrank;
		animation-duration: .9s, .7s;
		animation-delay: 1s, 1.9s;
		animation-timing-function: ease-out, ease-out;
		animation-iteration-count: 1, 1;
		animation-fill-mode: forwards, forwards;
	}
	.toolsWrench .shape {
		fill: #ffffff;
	}
	.toolsWrenchSpacer {
		width: 27px;
		height: 24px;
		display: inline-block;
		vertical-align: bottom;
	}
	.ytREContainer {
		max-width: 560px;
	}
	.mobileOnly {
		display: none;
	}
}
@media screen and (min-width: 900px) {
	@keyframes spin {
		0% {
			transform: perspective(10vw) rotateY(-360deg);
			visibility: visible;
		}
		100% {
			transform: perspective(10vw) rotateY(0deg);
			visibility: visible;
		}
	}
	form.deForm input, form.deForm textarea {
		width: 50%;
	}
	form.deForm textarea {
	    width: 97.4%;
	    height: 140px;
	}
	.deAnswer {
		margin-left: 0;
		margin-right: 0;
	}
	.deAnswer::before {
		left: 27px;

	}
	.deAnswer > ol > li {
		padding-bottom: 5px;
	}
	.deAnswerBtn:hover, .deAnswerMCBtn:hover {
		text-decoration: underline;
	}
	.deAnswerPartDetail .deScripture {
		margin-left: 0px;
	}
	.deAnswerPartDetail .deScripture::before {
		left: 88px;
	}
	.deAnswerPartDetail .deScripture::after {
		left: 89px;
	}
	.deAudioLink:hover .audioIconSpeaker {
		animation: audioSpeaker .7s infinite;
	}
	.deAudioLink:hover .audioIconWave1 {
		animation: audioWave1 .7s infinite;
	}
	.deAudioLink:hover .audioIconWave2 {
		animation: audioWave2 .7s infinite;
	}
	.dePDFLink:hover .pdfIconArrowFill {
		animation: pdfIconArrowFill .7s infinite;
		animation-delay: -.2s;
	}
	.dePDFLink:hover .pdfIconArrow {
		animation: pdfIconArrowMove .7s infinite;
		animation-delay: -.2s;
	}
	.deContainer a:hover {
		text-decoration: underline;
	}
	.deFillInTheBlank {
		padding-left: 11px;
		padding-right: 11px;
	}
	.deFillInTheBlankAnswered {
		margin-top: 3px;
	}
	.deLessonQuestionsTxt > ol > li::before {
		border-radius: 999px;
	    font-size: 25px;
	    height: 1.35em;
	    margin-left: 2.5%;
	    padding-left: 0;
	    padding-top: 0;
	    top: -0.45em;
	    width: 1.5em;
	    z-index: -1;
	}
	ol.deMultipleChoice {
	    margin-left: 0;
	    margin-right: 0;
	}
	.readMore.deLessonTxt {
		height: 285px;
	}
	.readMore.deIntro {
		height: 161px;
	}
	.deScripture, .deAnswer .deScripture {
		font-size: 19px;
		font-weight: 500;
		padding-top: 5px;
		padding-bottom: 7px;
		margin-left: 0;
		margin-right: 0;
	}
	.deAnswer .deScripture i {
		font-weight: 500;
	}
	.deScripture::before {
		left: 85px;
	}
	.deScripture::after {
		left: 86px;
	}
	.deScripture sup {
		font-weight: 700;
		top: -5px;
	}
	.deScriptureBtn:hover {
		text-decoration: underline;
	}
	.deWhatsNew .pageSectionTitle {
		margin-bottom: 15px;
	}
	.deWhatsNewDetails {
		order: 1;
		margin-top: -10px;
	}
	.deWhatsNewDetails.deWhatsNewDetailsActive {
		margin-bottom: 20px;
	}
	.deWhatsNewDetailsTitle {
		position: relative;
	    font-family: 'Montserrat', sans-serif;
	    font-size: 16px;
	    font-weight: 800;
	    line-height: normal;
	}
	.deWhatsNewContainer {
		padding-top: 25px;
	}
	.deWhatsNewSection {
		width: auto;
		height: 145px;
		margin-left: 22px;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: transparent;
		overflow: visible;
	}
	.deWhatsNewSection:first-child {
		margin-left: 25px;
	}
	@keyframes whatsNew {
		0% {
			transform: scale(1) translate(0px, 0px);
		}
		100% {
			transform: scale(1.2) translate(38px, 30px);
		}
	}
	.deWhatsNewAudioLessons, .deWhatsNewBonusLessons, .deWhatsNewQA, .deWhatsNewMobile {
		transform-origin: bottom right;
		transition: all .6s;
	}
	.deWhatsNewSection.deWhatsNewSectionActive .deWhatsNewAudioLessons, .deWhatsNewSection.deWhatsNewSectionActive .deWhatsNewBonusLessons, .deWhatsNewSection.deWhatsNewSectionActive .deWhatsNewQA, .deWhatsNewSection.deWhatsNewSectionActive .deWhatsNewMobile {
		transform: translate(-10px, -10px);
	}
	.deWhatsNewSectionLine {
		display: none;
	}
	.deWhatsNewSections {
		margin-left: 1.56%;
		margin-right: 1.56%;
	}
	.deWhatsNewSections .learnMoreBtn {
		position: relative;
		top: 65px;
		left: 0px;
		display: inline-block;
		transform-origin: top left;
	}
	.deWhatsNewSections .learnMoreBtn:hover {
    	box-shadow: 4px 4px 0px 0px #075fcc;
	}
	.deWhatsNewSections .learnMoreBtn {
		transform-origin: center;
	}
	.deWhatsNewAudioLessons, .deWhatsNewBonusLessons, .deWhatsNewQA, .deWhatsNewMobile {
		background-position: 0px 0px;
	}
	.jp-audio {
		width: 100%;
		margin-left: 0;
		border-radius: 15px;
	}
	.jp-audio.activePlayer {
		width: 100.5%;
		margin-left: -.25%;
	}
	.jp-audio::before, .jp-audio::after {
	    transform: rotate(-.75deg);
	}
	.jp-audio::after {
		transform: rotate(.75deg);
	}
	.jp-audio.activePlayer::before, .jp-audio.activePlayer::after {
	    box-shadow: 0px 6px 3px 0px rgba(0, 0, 0, .5);
	    left: 1%;
	    transform: rotate(-.75deg);
	    transition: all .2s ease-in-out;
	}
	.jp-audio.activePlayer::after {
		right: 1%;
		left: auto;
		transform: rotate(.75deg);
	}
	.jp-audio.activePlayer .jp-interface {
		border-radius: 6px;
	}
	.quoteBlock {
	    width: 80%;
	}
	.readMoreFade {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .75) 40%, rgba(255, 255, 255, .9) 70%, rgba(255, 255, 255, 1) 100%);
	}
}
@media screen and (min-width: 1041px) {
	.audioTitle .new {
		position: absolute;
		top: 0px;
		left: -35px;
		margin-left: 0px;
	}
	.deLessonQuestionsTxt > ol {
		padding-left: 0%;
		padding-right: 0%;
	}
	.deAudioLessonTitle .new {
		left: -33px;
	}
	.deOtherTranslation .new {
		left: -33px;
	}
	.floatingFootnote {
		margin-left: -2%;
		margin-right: -2%;
	}
	.pageTitle .new, .pageTitleWSub .new {
		position: absolute;
		top: 11px;
		left: -35px;
	}
	.links .new, a .new {
		left: -33px;
	}
}
@media screen and (min-width: 1500px) {
	.deAnswer, .deScripture {
		transform-origin: top;
		transform: perspective(100vw) rotateX(-90deg);
	}
	@keyframes deAnswerSwing {
		0% {
			transform: perspective(100vw) rotateX(-90deg);
		}
		55% {
			transform: perspective(100vw) rotateX(20deg);
		}
		100% {
			transform: perspective(100vw) rotateX(0deg);
		}
	}
	@keyframes deAnswerHide {
		from {
			transform: perspective(100vw) rotateX(0deg);
		}
		to {
			transform: perspective(100vw) rotateX(-90deg);
		}
	}
	.deAnswer.deAnswered, .deScripture.deScriptureShow {
		transform: perspective(100vw) rotateX(0deg);
		animation: deAnswerSwing .8s forwards ease-in-out;
	}
	.deAnswer.deAnswered.deAnswerHide, .deScripture.deScriptureShow.deScriptureHide {
		transform: perspective(100vw) rotateX(-90deg);
		animation: deAnswerHide .4s forwards ease-in-out;
	}
}