.winBox {
    border: 2px solid #6C0B28 !important;
    color: #000000;
    cursor: default;
    font-size: 90%;
    height: auto !important;
    position: absolute;
    visibility: hidden;
    width: 18em;
}
.rcg.v2 .winBox { 
	font-size: 100%;
}
.winNotesWrap, .slicknavContent { 
	display: flex; 
	flex-wrap: nowrap;
	position: relative; 
}
.win-column { 
	width: 55%;
	height: 100%;
	overflow-y: auto;
}
.win-column.col-bible { 
	padding: 5px 10px;
	box-sizing: border-box;
}
.win-column.col-bible.mobileDock { 
	display: flex;
    flex-wrap: wrap;
    height: calc(100% - 198px);
}
.col-notes { width: 58%; }
.col-bible { width: 42%; }
.verseNo { 
	font-size: .87rem;
	font-weight: bold;
	margin-right: .2em; 
	position: relative;
	top: -1px;
	color: #6C0B28;
}
.winNotesWrap .verse { padding-top: 2px; padding-bottom: 2px; line-height: 1.25em; display: block; position: relative; }
.winNotesWrap .verse:hover, .winNotesWrap .verse:hover .verseNo { background: #effadc; color: #48660f; }
.winNotesWrap .verse br { display: none; }
.winNotesWrap .verse .notes-add { 
	position: relative;
	display: inline-block !important;
	opacity: 0;
	cursor: pointer;
}
.winNotesWrap .verse:hover .notes-add { 
	opacity: 1;
}
.winNotesWrap .verse:hover, .winNotesWrap .verse, .winNotesWrap .verse:hover .notes-add, .winNotesWrap .verse .notes-add { 
	-webkit-transition: opacity .3s ease, color .3s ease;
	-o-transition: opacity .3s ease, color .3s ease;
	transition: opacity .3s ease, color .3s ease;
}
.winNotesWrap .verse .notes-add::before { 
	content: '+ Notes';
}
#bibleNotesBox .winBar { top: 0 !important; }
.winDynamicBox {
    color: #000000;
    cursor: default;
    font-size: 90%;
    height: auto;
    position: absolute;
    visibility: hidden;
}
.winBar {
    background-color: #6C0B28;
    color: #FFFFFF;
    font-size: 95%;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.75em;
}
@media screen and (min-width: 480px) {
	.winBar {
		cursor: move;
	}
}
.poppedOut .winBar {
	cursor: default !important;
}	
.winFooterBar {
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
}
.winDynamicFooterBar {
    background-color: #AAAAAA;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 0;
    text-align: right;
}
.winContent {
    background-color: #F0F0F0;
    border: medium none;
    opacity: 0.98;
    overflow: auto;
    height: 100%;
	padding: 0;
	box-sizing: border-box;
	max-width: 1150px;
	margin: 0 auto;
    max-height: calc(100% - 85px);
    font: 100%/1.5em Calibri, Arial, sans-serif;
}
.winContent.editable { 
	overflow: hidden;
}
.winContent .ck.ck-editor { 
	position: absolute;
	height: 100%;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.winContent .ck-editor__top { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.winContent .ck-editor__main { 
    position: absolute;
	height: calc(100% - 41px);
	width: 100%;
	top: 40px;
	left: -1px;
	border-right: 1px solid #CCC;
	overflow-y: scroll;
}
@media screen and (max-width: 849px) {
	.ck-toolbar { width: 100%; overflow-x: auto !important; overflow-y: visible !important; }
	.ck.ck-button:hover .ck-tooltip, a.ck.ck-button:hover .ck-tooltip { visibility: hidden !important; }
	.ck-toolbar .ck-button { border-radius: 20px !important; background: #DDD !important; margin-right: 7px !important; }
	.ck-dropdown__button { display: none !important; }
}
.winContent.videoDocked .ck-editor__main { height: 100%; }
.winContent .ck.ck-toolbar { border: 0 none !important; border-right: 1px solid #CCC !important; flex-wrap: nowrap; }
.winContent .ck-editor__top .ck-sticky-panel { border-bottom: 1px solid #CCC !important;  }
.winContent .ck-editor__editable_inline, .winContent .ck-editor__editable_inline.ck-focused { 
	box-shadow: 0 0 0 transparent !important; 
	border: 0 none !important;
}
.winContent .ck.ck-editor__editable_inline {
	position: absolute;
	overflow-y: auto;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: calc(100% - 23px);
	width: calc(100% - 21px);
}
@media screen and (max-width: 899px) {
	.winBox:not(.mobileDock) .ck-editor__editable { 
		padding-bottom: 65px;
	}
}
.winContent .ck-content ol, .winContent .ck-content ul { 
	margin-left: 2em;
}
#bibleNotes:not(.editable) .ck-editor { display: none !important; }
.winDynamicContent {
    background-color: #FFFFEB;
    border-color: #310000 #310000;
    border-right: 1px solid #310000;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    font-size: 95%;
    opacity: 0.98;
    overflow: auto;
    padding: 4px;
}
.winBtn {
    background: url(https://images.azureedge.net/rcg/images/interface/sprite_scripture_icons.png) no-repeat scroll center -43px transparent;
	background-size: 100% auto;
    color: #FFFFFF;
    float: right;
	width: 35px;
    height: 35px;
    line-height: normal;
    margin:2px 4px 0 0;
    padding: 0;
    opacity: .9;
}
.winBtn:hover {
    cursor: pointer;
    opacity: 1;
}
#WinScriptureBoxAutoScrollBtn { 
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_scripture_icons.png) no-repeat 4px -347px;
    background-color: rgba(0, 0, 0, 0);
 	background-size: 24px auto;
	padding: 4px;
	width: 34px;
	height: 20px;
	top: -7px;
	position: relative;
	opacity: .44;
	margin-left: 5px;
	border-radius: 2px;
}
#WinScriptureBoxAutoScrollBtn.clicked { 
	opacity: .6;	
	background-color: #bdbdbd;
}
.slicknavContainer {
    background-color: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	display: flex;

}
.rcg.v2 .slicknavContainer { 
	text-align: center;
}
.slicknav {
    border-bottom: 0 none;
    display: flex;
    height: 1.82em;
    margin: 0 auto;
    max-width: 218px;
	padding: 0.55em 0 0;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 400px) {
	.slicknav { max-width: 256px; }
}
.winBtnInvert {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #AAAAAA;
    cursor: pointer;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 95%;
    padding: 0;
    width: 4.5em;
    float: left;
	margin-top: 2px;
}
.rcg.v2 .winBtnInvert {
	font-size: 12px;
}
.winBtnInvert:hover {
    color: #FFFFFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 95%;
}
.winBtnInvert img {
	display: block;
	margin: 0 auto;
}
@media screen and (min-width: 540px) {
	.slicknav {
		width: 70%;
	}	
}
.rcg.v2 .slicknav { 
	padding-top: 9px;
	padding-bottom: 0;
	display: inline-block;
	width: auto;
	min-width: 265px;
}
.winIMGContent {
    margin-right: 4px;
    padding: 4px 0 4px 4px;
}
.winContent p {
    padding: 2px 6px 4px 4px;
}
img {
    border: 0 none;
}
.winIMGContent p {
    clear: left;
    font-size: 85%;
    line-height: 1.5em;
    padding: 4px 10px 0 0;
}
.winIMGContent .source {
    font-size: 85%;
    font-style: italic;
    line-height: normal;
}
.winIMGBox {
    background-color: #FFFFEB;
    border: 1px solid #310000;
    cursor: default;
    opacity: 0.98;
    position: absolute;
    visibility: hidden;
}
.winBtnResize {
    background-color: #AAAAAA;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: se-resize;
    float: right;
    font-size: 95%;
    line-height: normal;
    margin: 0 1px 0 0;
    padding: 0 6px;
}
body#news .winBar {
    background-color: #003366;
}
body#news .winBtn, #ms-fundraising .winBtn {
    background-image: url(https://images.azureedge.net/images/interface/sprites_close_btn_blue.png);
}
body#news .winBox {
    border-color: #003366 !important;
}

div.winBox {
    background-color: #F0F0F0;
    border-bottom: 0 none !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 1px solid #510806 !important;
    box-shadow: 0 0 3px #CCCCCC;
    bottom: 0 !important;
    position: fixed;
    width: 100% !important;
    z-index: 900 !important;
	font: 100%/1.5em Calibri, Arial, sans-serif;
	animation: fadeIn .4s ease, slideUp .4s ease;
}
.winBox.mobileDock { 
	top: 138px !important;
}
.rcg.v2 div.winBox { 
	padding-bottom: 0 !important;
}
.rcg.v2 .winContent.winNotesWrap { 
	height: calc(100% - 83px);
	overflow-y: auto;
}
.wtc .winBox {
	border-color: #1A1F4B !important;	
}
.winBar {
    background: #6C0B28;
    color: #FFFFFF;
    cursor: n-resize;
    font-size: 95%;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.75em;
    text-align: center;
}
.wtc .winBar {
	background-color: #3D4473;	
}
.winBar #scriptureWrap { 
	width: auto;
	display: inline-block;	
	position: relative;
	z-index: 40;
	max-width: calc(100% - 30px);
	line-height: 1.5em;
}
#selBibleBook { 
	margin-right: .1em;
	display: inline-block;
	padding-left: 3px;
	padding-right: 8px;
	border-radius: 2px;
	border: 0 none;
	background: #FFF !important;
}
#selBibleBook:empty { 
	min-width: 161px;
	background: #FFF url(https://images.azureedge.net/images/interface/icn_load_crescent-grey.png) no-repeat center center !important;
	background-size: auto 82% !important;
}
#scriptureWrap input {
	padding: 6px 10px 6px 2px;
	margin: 0 .15em 0 .2em;
	width: auto;
}
#scriptureWrap input, #scriptureWrap input:focus { border: 0 none !important; background: #FFF; }
#scriptureWrap input#txtChapter { 
	margin-right: -4px;
	border-right: 0 none;
	border-radius: 2px 0 0 2px;
	text-align: right;
	padding-left: 6px;
	padding-right: 10px;
}
#scriptureWrap input#txtVerse {
	width: auto;
	min-width: 40px;
	box-sizing: border-box;
	text-align: left;
	border-left: 0 none;
	border-radius: 0 2px 2px 0;
	margin-left: 3px;
}
#scriptureWrap input { 
	position: relative;
	z-index: 5;
}
#scriptureWrap input:focus { z-index: 10; }
#chapterWrap { 
	position: relative;
	display: inline-block;
}
#verseColon { 
	position: absolute; 
	z-index: 10; 
	color: #444; 
	right: 0;
	left: auto;
	top: 4px;
	font-size: 15px;
	cursor: default;
	font-family: Arial, sans-serif;
}
/*@-moz-document url-prefix() {
	#scriptureWrap input#txtChapter { min-width: 36px; }
	#verseColon { margin-left: 5px; }
}*/
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	#scriptureWrap input#txtChapter { min-width: 30px; }
	#scriptureWrap input#txtVerse { left: 0; }
	#verseColon { margin-left: 3px; }
}
#selBibleBook { padding: 5px; color: #333 !important }
#scriptureWrap input, #selBibleBook, .inputSizer {
	display: inline-block; 
	width: auto;
	text-align: center;
	font-family: Cambria, Georgia, serif;
	font-size: .98rem;
	font-weight: bold;
}
.inputSizer {
	display: inline-block; 
	position: absolute; 
	opacity: 0; 
	top: -50px; 
	z-index: -1; 
	color: transparent;
	padding: 6px 10px 6px 10px;
	letter-spacing: 2px !important;
	left: -100em;
}
#verseSubmit { display: none; }
@media screen and (max-width: 599px) {
	#selBibleBook { height: 33px; position: relative; top: 0; }
	#selBibleBook, #scriptureWrap input, .inputSizer { font-size: 1.12rem; }
}
@media screen and (min-width: 600px) {
	#scriptureWrap input, #selBibleBook, .inputSizer {
		font-size: 1.15rem !important;
	}
}
@media screen and (min-width: 768px) {
	.winBar #scriptureWrap { 
		max-width: calc(100% - 180px);
	}
	/*#scriptureWrap input#txtVerse { max-width: calc(100% - 290px); }*/
	#verseSubmit {
		width: 40px;
		height: 40px;
		display: inline-block;
		float: right;	
		margin-bottom: -5px;
		position: relative;	
		z-index: 30;
		top: 5px;
		text-transform: uppercase;
		opacity: .8;
		cursor: pointer;
	}
	#verseSubmit:hover { 
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	div.winBox {
	    top: 0 !important;	
	}
	.winBar { cursor: default !important; }
	.winBtnMinimize { display: none !important; }
}
@media screen and (min-width: 768px) {
	.winBox:not(.mobileDocked):not(.mobileDock) .winBar {
		background-image: url(https://images.azureedge.net/rcg/images/interface/sprite_scripture_icons.png);
		background-repeat: no-repeat;
		background-position: 20px 6px;
		background-size: 37px auto;
	}
	.ms .winBox:not(.mobileDocked) .winBar { background-position-y: 9px; }
}

.winBar #KJV {
    color: #D4CACD;
    letter-spacing: 1px;
    opacity: 0.9;
    position: relative;
    top:-1px;
	margin-right: .5em;
	display: none;
}
.winBar em {
    background: -moz-linear-gradient(left center , rgba(255, 255, 255, 0) 95%, #6C0B28 80%) repeat scroll 0 0 transparent;
    display: inline !important;
    font-style: normal;
    opacity: 0.8;
    padding-left: 2.75em;
    padding-right: 1.5em;
    position: relative;
    right: 4.95em;
    top: -1px;
    visibility: hidden;
    z-index: 9000;
}
@media screen and (min-width: 540px) {
	.winBar em {
		padding-left: 6em;	
	}	
}
.bibleReference {
    background: none repeat scroll 0 0 #6C0B28;
    border: 1px solid transparent;
    color: #FFFFFF;
    font-family: Cambria;
    font-size: 120%;
    font-weight: bold;
    margin-left: -4.65em;
    padding-right: 0;
    position: relative;
    text-align: center;
    width: 195px !important;
    z-index: 9001;
	border-radius: 3px;
}
.rcg.v2 .bibleReference {
	font-size: 170%;
}
.rcg.v2 input.bibleReference { 
	padding: 4px; 
}
.wtc .bibleReference {
	background-color: #3D4473;
}
.bibleReference:hover {
    background-color: #C49DA9;
    color: #61303B;
}
.wtc .bibleReference:hover {
	background-color: #c4c7d5;
	color: #505681;
}
.bibleReference:focus, .bibleReference:focus:hover {
    background-color: #FFFFFF;
    color: #555555;
    border-color: transparent;
}
.winBtnMinimize, .winBtnPopOut, .winBtnPopOut, .scriptureMin {
	display: none;
}
@media screen and (min-width: 540px) {
	.winBtnMinimize, .winBtnPopOut, .winBtnPopOut, .scriptureMin {
		display: block;
	}	
}
@media screen and (min-width: 800px) {
	.rcg.v2 .bibleReference { 
		width: auto !important;
	}
}
.winBtnMinimize {
    background-position: 0 -88px;
    position: relative;
    right: 0.2em;
    top: -0.5em;
}
.winBtnPopOut {
    background-position: 0 -178px;
    position: relative;
    right: 0.52em;
    top: -0.5em;
}
.winBtnDock {
    background-position: 0 -229px;
    position: relative;
    right: 0.2em;
    top: -0.5em;
}
.scriptureMin {
    background-position: 0 -130px;
}
.slicknavContent { 
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.winBox > .winContent:not(.winNotesWrap) { 
	max-width: 560px;
	padding: 0 1em 10px 10px;
}
.winBox .winContent .verse:last-child { padding-bottom: 1vh; }
.winContent.updating { color: transparent !important; }
.winContent .verse { 
	-webkit-animation: fadeIn .45s 1 ease;
	-o-animation: fadeIn .45s 1 ease;
	animation: fadeIn .45s 1 ease;
}

.rcg.v2 .winContent { font-family: Calibri, Arial, Sans-serif; font-size: 1.028125rem; }

.winBar, .winContent {
    font-size: 1rem;
}
.winBox.mobileDock div.winBar[tooltip]::before, .winBox.mobileDock div.winBar[tooltip]::after { display: none !important; }
.winBox.mobileDock .winBar { cursor: default !important; }
.winBar em {
    padding-right: 0;
    right: 4.25em;
    background: transparent;
}
.rcg.v2 .winBar em { 
	display: inline-block !important;
	right: 60px;
	margin-left: 17px;
}
.bibleReference {
    margin-left: -3.15em;
}
.rcg.v2 .bibleReference { margin-left: -2.55em; }
.landing .winBar {
    background: none repeat scroll 0 0 #6C0B28;
}

/* Scripture + Notes */
#notes-toolbar { position: relative; }
@media screen and (max-width: 767px) {
	.slicknavContent.error { display: block; }
	.slicknavContent.error #notes-toolbar { display: block; clear: both; text-align: center; width: 100%; }
}
@media screen and (min-width: 768px) {
	.slicknavContent.error #notes-toolbar p { padding-bottom: 0; margin-top: 6px; }
}
#bibleNotes { 
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #BBB;
	max-height: none;
}
#bibleNotes textarea { 
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	min-height: 100% !important;
	max-width: none !important;
	width: 100% !important;
	height: 100% !important;
	border: 0 none !important;
}
#bibleNotes.editing textarea, #bibleNotes.editing textarea:empty { 
	color: transparent;
	background: #FFF url(https://images.azureedge.net/rt/images/interface/icn_editor_load_grey.gif) no-repeat center 40%;
}
#bibleNotes textarea:focus { 
	background: #FFF !important;
}
#bibleNotes.editable textarea { 
	opacity: 1;
	z-index: 1;
	border-radius: 0;
	overflow-x: hidden;
	border-top: 0 none !important;
}
#bibleNotes .errorMessage { 
	padding: 4em 0;
	width: 100%;
	text-align: center;
	font-size: .85rem;
	color: #666;
}
#bibleNotes .errorMessage a:not(:hover) { opacity: .7; }
#bibleNotes.editable #notesText { 
	opacity: 0;
	z-index: -1;
}
#bibleNotes #notesText { 
	background: #FAFAFA;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 20;
	font-size: 1.0625rem;
}
#notesText::before {
	font-weight: bold;
	position: absolute;	
	top: 10px;
	color: #555;	
	font-style: italic;
	content: attr(notestitle);
	max-width: calc(100% - 5em);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	left: 9px;
}
.col-notes .button { 
	display: inline-block;
	background: #035694;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: .22em .75em;
	border-radius: 3px;
	cursor: pointer;
	z-index: 30;
	font-size: .92rem;
	position: relative;
	float: right;
	text-align: center;
	top: 3px;
	margin-right: 10px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}
.col-notes .button:hover { 
	background:#2196F3 !important;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}
.col-notes .edit.save, .col-notes .button.active { 
	background: #659116 !important;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}
#notes-toolbar .button.save .icon.loading { 
	position: relative; 
	top: 0; 
	height: auto; 
	margin-bottom: -16px;
	margin-left: 0;
	width: 20px;
	margin-left: 0;
	margin-right: 3px;
	left: 1px;
}
#notes-toolbar .button.save.active:not(.done) + #dateModified { 
	opacity: 0 !important;
}
#notes-toolbar .button.done .icon { 
	width: 20px; 
	height: auto;
	position: relative; 
	left: 0;
	margin-left: -2px;
	margin-bottom: -4px;
	top: 1px; 
}
#notes-toolbar .button.done.error .icon.success { display: none; }
@media screen and (max-width: 499px) {
	#notes-toolbar .button.active.save:not(.error), #notes-toolbar .button.done:not(.error) { color: transparent; max-width: 30px; max-height: 24px; }
}
@media screen and (min-width: 500px) {
	#notes-toolbar .button {
		min-width: 85px;
		box-sizing: border-box;
	}
	#notes-toolbar .button.done:not(.error) { 
		padding-left: 1.2em;
	}
	#notes-toolbar .button.done .icon { 
		left: -5px;
		margin-left: -4px;
		top: 0;
	}
	#notes-toolbar .button.save.active { 
		padding-right: 4px;
	}
	#notes-toolbar .button.save .icon.loading { 
		top: -12.5px;
		left: -2px;
		margin-left: -10px; 
	}
}
@media screen and (max-width: 767px) {
	.col-notes .button.print { display: none; }
}
#dateModified { 
	display: none;
}
@media screen and (min-width: 600px) {
	#dateModified {
		color: #606060;
		position: relative;
		top: 5px;
		margin-right: .85em;
		font-size: .88rem;
		display: inline-block;
		float: right;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	#dateModified:not(.error)::before { 
		content: "NEW, never saved";
		text-transform: none;
	}
	#dateModified:not(:empty):not(.error):before { 
		content: "Saved: ";
		margin-right: 3px;
		display: inline-block;
	}
}
@media screen and (min-width: 1024px) {
	#dateModified { opacity: 0; }
	.button.save:hover + #dateModified, .button.save.done + #dateModified.error { 
		opacity: 1;
	}
}

#dateModified.updated { 
	opacity: 1;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
#dateModified.updated strong { color: #408D00; }
#dateModified .datestamp { font-size: .95rem; }
#dateModified .datestamp.error { color: #d60000; }
.col-notes .edit.save.error, .col-notes .button.active.error { background: #d60000 !important; }

/* Fixed Video */
#mediaWrapper.docked-page { 
	position: fixed;
	opacity: 1;
	bottom: 0;
	right: 0;
	width: 25%;
	max-width: 400px;
	min-width: 320px;
	z-index: 900;
}
#mediaWrapper.docked { 
	position: absolute;
	opacity: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 204px;
	min-width: 320px;
	z-index: 900;
	background: #000;
}
#mediaWrapper.docked.mobileDock { 
	position: fixed;
	top: 0;
	bottom: 0;
	height: 180px;
	width: 100%;
	max-width: none;
}
#mediaWrapper.docked.right { 
	right: 0;
}
#mediaWrapper.docked #mediaNotFound { 
	position: relative !important;
	width: auto !important;
	height: 100% !important;
	opacity: 1;
	margin: 0 auto !important;
	text-align: center;
	display: block;
}
.winBox > .winContent.videoDocked:not(.winNotesWrap) { 
	max-height: calc(100% - 295px) !important;
	position: static;
}
#WinScriptureBoxContent #mediaWrapper.docked { 
	max-width: none;
}
#mediaWrapper.docked .jwplayer {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
#mediaWrapper.docked.mobileDock .jwplayer { 
	max-width: 320px;
}
#mediaWrapper.docked.mobileDock .jwplayer:not(.jw-flag-fullscreen) .jw-media.jw-reset { 
	width: 76%;
	height: 76%;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}
#mediaWrapper.docked.mobileDock .jwplayer:not(.jw-flag-fullscreen) .jw-controls { 
	height: 146px;
}
#mediaWrapper.docked.mobileDock .jwplayer:not(.jw-flag-fullscreen) .jw-controls { 
	top: -8px !important;
}
#mediaWrapper.docked.mobileDock .jw-flag-small-player .jw-settings-content-item {
    line-height: 1.5em;
    float: left;
    width: 32%;
    text-align: center;
}
#mediaWrapper.docked.mobileDock .jw-flag-small-player .jw-display { 
	padding-top: 24px !important;
}
#mediaWrapper.docked.mobileDock .jw-flag-small-player .jw-settings-menu { 
	bottom: 0 !important;
}
#mediaWrapper.docked.mobileDock .jwplayer:not(.jw-flag-fullscreen) .jw-controlbar { 
	padding-top: 14px !important;
}
#mediaWrapper .jw-settings-content-item[aria-checked='true'] { 
	text-decoration: underline;
}
#mediaWrapper.docked.mobileDock .jw-breakpoint-2 .jw-display-controls { 
	top: -19px !important;
	position: relative;
}
#mediaWrapper.docked.mobileDock .jw-breakpoint-2 .jw-display .jw-icon, 
	#mediaWrapper.docked.mobileDock .jw-breakpoint-3 .jw-display .jw-icon, 
	#mediaWrapper.docked.mobileDock .jw-breakpoint-2 .jw-display .jw-svg-icon, 
	#mediaWrapper.docked.mobileDock .jw-breakpoint-3 .jw-display .jw-svg-icon { 
	width: 27px !important;
	height: 37px !important;
}
@media screen and (min-width: 768px) and (min-height: 800px) {
	#mediaWrapper.docked.mobileDock .jwplayer { 
		max-width: 550px;
	}
	#mediaWrapper.docked.mobileDock .jwplayer:not(.jw-flag-fullscreen) .jw-media.jw-reset { 
		width: 90%;
		height: 90%;
	}
	.winBox.mobileDock {
		top: 270px !important; 
	}
	#mediaWrapper.docked.mobileDock .jwplayer:not(.jw-flag-fullscreen) .jw-controls { 
		height: 270px !important;
	}
	#mediaWrapper.docked.mobileDock { 
		height: 270px;
		overflow: hidden;
	}
	#mediaWrapper.docked.mobileDock .jwplayer:not(.jw-flag-fullscreen) .jw-controls { 
		top: 0 !important;
	}
	#mediaWrapper.docked.mobileDock .jwplayer:not(.jw-flag-fullscreen) .jw-controlbar { 
		padding-top: 8px !important;
	}
}
.winVideoWrap.videoDocked, #bibleNotes.winContent.videoDocked { 
	display: flex;
	height: 100%;
}
.winVideoWrap.videoDocked { 
	position: relative;
	width: 100%;
}
#bibleNotes.winContent.videoDocked .ck.ck-editor { 
	height: calc(100% - 241px); 
}
.win-column.videoDocked .winContent { 
	height: calc(100% - 241px); 
	margin: 0 auto;
	max-width: 720px;
}
#closeVideoDock, #openVideoDock { 
	z-index: 920;
	display: inline-block;
	width: 52px;
	height: 52px;
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_scripture_icons.png) no-repeat center -258px;
	background-size: 90% auto;
	opacity: .75;
}
#closeVideoDock { 
	right: 20px;
	top: 6px;
	position: absolute;
}
#closeVideoDock:hover { 
	opacity: 1;
	cursor: pointer;
}
#closeVideoDock[tooltip]::before { 
	right: 0;
	left: auto;
}
#closeVideoDock[tooltip]::after { 
	top: -21px;
	left: 7px;
}
/*.mediaStage .mobileDock #closeVideoDock { visibility: hidden; z-index: -1; }*/

#openVideoDock { 
	position: fixed;
	bottom: 6px;
	right: 7px;
	background-color: #404040;
	color: #FFF;
	font-weight: bold;
	width: auto;
	background-size: 41px;
	background-position: center -291px;
	font-size: .95rem;
	line-height: 3em;
	padding-right: .35em;
	padding-left: 3.5em;
	height: 48px;
	border-radius: 3px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
#openVideoDock:hover { 
	opacity: 1; 
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
#openVideoDock[tooltip]::before { 
	left: auto;
	right: 0;
	font-size: .9rem;
}
.docked .jw-breakpoint-7 .jw-settings-menu, .docked .jw-breakpoint-6 .jw-settings-menu, .docked .jw-breakpoint-5 .jw-settings-menu {
    height: 167px;
    width: 220px;
    height: calc(100% - 56px);
    right: -6px;
    z-index: 980;
}
.winBox span[tooltip]::before { 
	left: 4px;
	font-size: .88rem;
	text-transform: none;
}
.winBox span[tooltip]::after { 
	top: -22px;
	left: 24px;
}
.winBox .button[tooltip]::after { top: -21px; }

/* jQuery UI confirm dialog on Media Page */
.ui-dialog[aria-describedby="dialog-confirm-scripture"] { 
	z-index: 900;
	padding: 0 0 .65em 0;
	font-family: Calibri, Arial, sans-serif !important;
	font-size: 1.2rem !important;
	border-radius: 3px 3px !important;
	max-width: 100%;
}
.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-dialog-buttonpane button::after { 
	content: attr(label) !important;
	color: #444;
	font-family: Calibri, Arial, sans-serif;
	font-size: 0.859375rem;
	margin-bottom: 2px;
	margin-top: 2px;
}
.ui-dialog[aria-describedby="dialog-confirm-scripture"].ui-draggable .ui-dialog-titlebar { 
	opacity: 0;
	z-index: 2;
	position:absolute;
	height: 100%;
	width: 100%;
}
.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-dialog-titlebar-close { 
	display: none !important;
}
.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-dialog-content { 
	top: -1px; 
	background: 0 none !important; 
	border: 0 none !important; 
	height: auto !important;		
}
.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-dialog-buttonpane {
	text-align: center; 
	z-index: 3; 
	position: relative; 
	border-top: 0 none !important;
}
.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-dialog-buttonpane .ui-dialog-buttonset { 
	width: auto;
	display: inline-flex;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 2em;
}
.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-dialog-buttonset button { 
	float: none;
	display: inline-block !important;
	margin: 0 .25em !important;
	text-align: center;
	min-width: 140px;
	width: auto !important;	
	padding: .5em !important;
}
.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-dialog-buttonset button.nevermind, 
	.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-dialog-buttonset button.nevermind:hover { 
	background: 0 none !important;
	font-family: Calibri, Arial, sans-serif !important;
	font-size: 1rem;
	color: #035694 !important;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom: -.25em;
	left: 0;
	width: 100% !important;
	border: 0 none !important;
}
.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-dialog-buttonset button.nevermind:hover { 
	text-decoration: underline !important;
}
.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-button-text-only .ui-button-text {
	display: block; 
	padding-top: .25em; 
	padding-bottom: .45em; 
	font-size: 1.05em;
}
#dialog-confirm-scripture p:first-child { margin-bottom: 1em; line-height: 1.25em; font-size: 1.105rem; color: #444; }
#dialog-confirm-scripture p:first-child strong { color: #863049; font-size: 1.18em; }
.ui-dialog .bibleQuote { 
	color: #444;
	line-height: 1.3em;
	font-size: 1.04rem;
	font-family: Cambria, Georgia, serif;
	position: relative;
	padding-bottom: 0;
}
.ui-dialog .bibleQuote::before, .ui-dialog .bibleQuote::after { 
	opacity: .6;
	font-size: 110%;
}
.ui-dialog .bibleQuote::before { content: '“'; }
.ui-dialog .bibleQuote::after { content: '”'; }
.ui-dialog[aria-describedby="dialog-confirm-scripture"] .ui-widget-overlay { position: fixed; }

/* IE */
#bibleNotes.ieMode { 
	background: #FFF;
	position: relative;
}
#bibleNotes.ieMode::before { 
	content: "Sorry, this feature is not supported in Internet Explorer.";
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	padding: 7em 12%;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#bibleNotes.ieMode:hover::before {
	opacity: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#bibleNotes.ieMode:hover img { 
	opacity: .3;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes fadeIn { /* Safari and Chrome */
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes fadeIn /* Opera */
{	0% { opacity: 0; }
	100% { opacity: 1; }
}


@keyframes slideUp {
	0% { top: 1000%; }
	100% { top: 60%; }
}

@-webkit-keyframes slideUp { /* Safari and Chrome */
	0% { top: 1000%; }
	100% { top: 60%; }
}

@-o-keyframes slideUp /* Opera */
{	0% { top: 1000%; }
	100% { top: 60%; }
}