.winBox {
    border: 2px solid #6C0B28 !important;
    color: #000000;
    cursor: default;
    font-size: 90%;
    height: auto !important;
    position: absolute;
    visibility: hidden;
    width: 18em;
}
.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;
    font-size: 97%;
    line-height: 1.65em;
    max-height: 125px;
    opacity: 0.98;
    overflow: auto;
    padding: 10px 12px;
}
.winDynamicContent {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFEB;
    border-color: -moz-use-text-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/images/interface/icn_scripture_sprite.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: right;
    font-size: 95%;
    height: 28px;
    line-height: normal;
    margin: 4px 4px 0 0;
    padding: 0;
    text-indent: -5000em;
    width: 28px;
    opacity: .9;
}
@media screen and (min-width: 900px) {
	.winBtn {
		width: 25px;
	}	
}
.winBtn:hover {
    cursor: pointer;
    opacity: 1;
}
.slicknavContainer {
    background-color: #FFFFFF;
}	
.slicknav {
    border-bottom: 0 none;
    display: block;
    height: 1.65em;
    margin: 0 auto;
    max-width: 250px;
	padding: 0.6em 0 0;
    position: relative;
    width: 100%;
}
.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;
}
.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%;
	}	
}
.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: #8F8F8F; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 45%, #8e8e8e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#ffffff), color-stop(100%,#8e8e8e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 45%,#8e8e8e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 45%,#8e8e8e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 45%,#8e8e8e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 45%,#8e8e8e 100%); /* W3C */
    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;
    padding-bottom: 8em;
    position: fixed;
    width: 100% !important;
    z-index: 900 !important;
}
@media screen and (max-width: 539px) {
	div.winBox {
	    top: 25% !important;	
	}	
	div.winBox.poppedOut {
		top: 0 !important;
	}
}
.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;	
}

@media screen and (min-width: 540px) {
	.winBar {
		background: url(https://images.azureedge.net/images/interface/icn_cursor_move.png) no-repeat scroll 0.5em 3px #6C0B28;
	}   
	.wtc .winBar {
		background-image: url(https://images.azureedge.net/wtc/images/interface/icn_cursor_move.png);
	}
}
.winBar span {
    color: #D4CACD;
    left: 3.25em;
    letter-spacing: 1px;
    opacity: 0.7;
    position: absolute;
    text-shadow: 0 1px 0 #2A0410;
    top: 0.5em;
}
.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;
}
.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;
	}	
}
.winBtnMinimize {
    background-position: 0 -59px;
    position: relative;
    right: 0.2em;
    top: -0.5em;
}
.winBtnPopOut {
    background-position: 0 -120px;
    position: relative;
    right: 0.52em;
    top: -0.5em;
}
.winBtnDock {
    background-position: 0 -176px;
    position: relative;
    right: 0.2em;
    top: -0.5em;
}
.scriptureMin {
    background-position: 0 -230px;
}

.winContent {
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    background-color: #F0F0F0;
    height: 100%;
    max-height: none !important;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 100%/1.5em Calibri,Arial,sans-serif;
}
@media screen and (min-width: 800px) {
	.winContent {
		padding-left: 15%;
		padding-right: 15%;
	}
}
@media screen and (min-width: 1280px) {
	.winContent {
		padding-left: 22%;
		padding-right: 22%;
	}
}
.winBar, .winContent {
    font-size: 1em;
}
.winBar em {
    padding-right: 0;
    right: 4.25em;
    background: transparent;
}
.bibleReference {
    margin-left: -3.15em;
}
.winBar span {
    display: none;
}
.landing .winBar {
    background: none repeat scroll 0 0 #6C0B28;
}
