@charset "UTF-8";
@font-face {
  font-family: Proxima;
  src: url("/assets/fonts/proximaReg.woff");
}
/* 
	!_NOTE: The CSS Rules here have mobile responsive components at the bottom of this document
			please DO NOT set any font-sizes or widths manually outside of the provided
			responsive CSS classes unless ABSOLUTELY necessary - thanks!
*/
body {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  /*
  	ORIGINAL: background-color: # 39547F;
  	PROPOSED: background-color: # 19345F;
  	HIGH CONTRAST: background-color: # 06214C;
  	RATIONALE: Higher contrast helps designate the control area from the information area making the player's interface more intuitive
  	http://i.blb.sc/davidl/firefox_2018-06-11_16-00-48.png
  */
  background-color: #06214C;
}

div.audioPlayer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
}
div.audioPlayer .top {
  display: flex;
  flex-direction: row;
  margin: 0;
  overflow: hidden;
  background-color: #637B9F;
}
div.audioPlayer .top:not(.fullscreen) {
  max-width: 1200px;
  width: 100%;
  height: 70%;
}
div.audioPlayer .top.fullscreen {
  width: 100vw;
  flex: 1;
  max-height: calc(100% - 70px);
}
div.audioPlayer .top div.authorImg {
  height: 100%;
  padding-left: 5px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: row;
}
div.audioPlayer .top div.authorImg img {
  display: flex;
  border-radius: 50%;
  border: 2px solid white;
  height: 25vw;
  width: 25vw;
  max-height: 350px;
  max-width: 350px;
}
div.audioPlayer .top div.videoContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  max-height: 99%;
  justify-content: center;
  align-items: center;
  background-color: black;
}
div.audioPlayer .top div.videoContainer video {
  height: 100%;
}
div.audioPlayer .top div.playerMeta, div.audioPlayer .top div#playerError {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  max-height: 99%;
}
div.audioPlayer .top div.playerMeta div.seriesMeta, div.audioPlayer .top div#playerError div.seriesMeta {
  min-height: 35px;
  height: 15%;
  max-height: 90px;
  max-width: 96%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #06214C;
  padding-left: 7px;
}
div.audioPlayer .top div.playerMeta div.messageMeta, div.audioPlayer .top div#playerError div.messageMeta {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: column;
  padding: 0px 3px 5px 7px;
  max-width: 96%;
}
div.audioPlayer .top div.playerMeta div.messageMeta .seriesBullet, div.audioPlayer .top div#playerError div.messageMeta .seriesBullet {
  align-self: flex-end;
}
div.audioPlayer .top div.playerMeta div.messageMeta .titles, div.audioPlayer .top div#playerError div.messageMeta .titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
div.audioPlayer .top div.playerMeta div.messageMeta .titles a > span[data-val="media.title"], div.audioPlayer .top div#playerError div.messageMeta .titles a > span[data-val="media.title"] {
  font-weight: bold;
}
div.audioPlayer .top div.playerMeta div.messageMeta .attribution, div.audioPlayer .top div#playerError div.messageMeta .attribution {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
div.audioPlayer .top div.playerMeta div.messageMeta .attribution span[data-val="author.orgname"], div.audioPlayer .top div#playerError div.messageMeta .attribution span[data-val="author.orgname"] {
  min-width: 1px;
  font-style: italic;
  /*&::before { content: "Brought to you by "; white-space: pre;}*/
}
div.audioPlayer .top div.playerMeta div.messageMeta .attribution span[data-val="author.orgname"][data-lang=English]::before, div.audioPlayer .top div#playerError div.messageMeta .attribution span[data-val="author.orgname"][data-lang=English]::before {
  content: "Brought to you by " !important;
}
div.audioPlayer .top div.playerMeta div.messageMeta .attribution span[data-val="author.orgname"][data-lang=Spanish]::before, div.audioPlayer .top div#playerError div.messageMeta .attribution span[data-val="author.orgname"][data-lang=Spanish]::before {
  content: "Traído a usted por " !important;
}
div.audioPlayer .top div.playerMeta * span, div.audioPlayer .top div#playerError * span {
  color: white;
  font-family: Proxima;
}
div.audioPlayer .loading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 1;
  align-items: center;
  color: white;
  font-family: Proxima;
}
div.audioPlayer .loading i.fa, div.audioPlayer .loading i.fas {
  margin-right: 20px;
}
div.audioPlayer .bottom {
  height: 30%;
  width: 99%;
  max-width: 1200px;
  margin: 0;
  background-color: #06214C;
  display: flex;
  flex-direction: row;
}
div.audioPlayer .bottom div.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
div.audioPlayer .bottom div.logo img {
  height: 7vw;
  margin: 0px 5px;
  max-height: 115px;
}
div.audioPlayer .bottom div.controlPlayback {
  display: flex;
  flex: 1;
  flex-direction: column;
}
div.audioPlayer .bottom div.controlPlayback div.playback {
  padding-top: 8px;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
div.audioPlayer .bottom div.controlPlayback div.playback i.fas {
  margin: 5px;
  color: white;
  font-size: 1.5em;
}
div.audioPlayer .bottom div.controlPlayback div.playback i.fas.fa-undo, div.audioPlayer .bottom div.controlPlayback div.playback i.fas.fa-redo {
  margin-left: 10px;
}
div.audioPlayer .bottom div.controlPlayback div.playback i.fas.fa-undo::after, div.audioPlayer .bottom div.controlPlayback div.playback i.fas.fa-redo::after {
  content: "15";
  position: relative;
  font-size: 35%;
  top: -5px;
}
div.audioPlayer .bottom div.controlPlayback div.playback i.fas.fa-undo::after {
  left: -13px;
}
div.audioPlayer .bottom div.controlPlayback div.playback i.fas.fa-redo::after {
  left: -16px;
}
div.audioPlayer .bottom div.controlPlayback div.seekbar {
  min-width: 10vw;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0px 10px 0px 10px;
}
div.audioPlayer .bottom div.controlPlayback div.seekbar span {
  color: white;
  padding: 0px 5px;
}
div.audioPlayer .bottom div.controlPlayback div.seekbar input {
  flex: 1;
}
div.audioPlayer .bottom div.controlFeatures {
  display: flex;
  flex-direction: column;
  width: 15vw;
}
div.audioPlayer .bottom div.controlFeatures div.settings, div.audioPlayer .bottom div.controlFeatures div.volume {
  /*padding-top: 5px;*/
  color: white;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.audioPlayer .bottom div.controlFeatures div.settings {
  justify-content: space-around;
}
div.audioPlayer .bottom div.controlFeatures div.volume {
  justify-content: flex-start;
  padding-right: 8px;
  padding-top: 7px;
}
div.audioPlayer .bottom div.controlFeatures div.volume input {
  max-width: 70%;
  margin-left: 5px;
}

#bibleRefControls {
  background-color: rgba(0, 25, 50, 0.25);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  flex-direction: row;
  border-bottom: 1px solid #06214C;
}
#bibleRefControls div {
  min-width: 7vw;
}

span[data-val="series.name"] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 45vw;
  display: table-cell;
}

button, select {
  background-color: #06214C;
  color: white;
  padding: 4px 8px;
  margin: 0px 5px;
  border: none;
  flex: 1;
  font-size: 70%;
  cursor: pointer;
}

button {
  background-color: #113;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

button[data-context=goBible] {
  background-color: rgba(255, 255, 255, 0.8);
  /* border-color: #87cf8c; */
  border-left-width: 3px;
  border-color: lightsteelblue;
  border-right-width: 3px;
  border-radius: 10px;
  color: black;
  font-weight: bold;
  margin: 0px 8px;
  padding: 4px 15px;
  flex: 0;
}

div.bullet {
  background-color: rgba(255, 255, 255, 0.8);
  flex-wrap: nowrap;
  white-space: nowrap;
  border-radius: 10px;
  border: 1px solid #06214C;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
}
div.bullet span, div.bullet a > span {
  color: #06214C !important;
  font-weight: bold;
}
div.bullet a {
  display: flex;
  justify-content: space-around;
  align-content: center;
  padding: 0px 5px;
}

.seriesBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

[data-languifield=of] {
  margin: 0px 6px 0px 4px;
  font-size: 90% !important;
  font-style: italic;
  opacity: 0.75;
}

div.squared {
  background-color: dimgray;
  opacity: 0.85;
  padding: 0px 4px 2px 4px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
div.squared a, div.squared a > span {
  width: 100%;
  display: flex;
  text-align: center;
}

span[data-val="bible.copyrighttext"] > a {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none;
  font-size: 85% !important;
}

.bibleChap {
  font-size: 80%;
}

div.shareMe {
  color: white;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Proxima;
  margin-left: 5px;
}
div.shareMe i.fa, div.shareMe i.fas {
  margin-right: 5px;
}

#shareURL:focus {
  outline: none !important;
}

div.titleGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0px;
}
div.titleGroup .bibleImg {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
div.titleGroup .bibleImg img {
  width: 55%;
  margin-top: 3%;
}
div.titleGroup .titles {
  flex: 3;
}
div.titleGroup .titles .bible.squared + a, div.titleGroup .titles .bible.squared + a + .uiMode.comm {
  padding: 0 5%;
}

input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  flex: 1;
  background-color: #06214C;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #ABC1D8;
  border-radius: 20px;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000031;
  border: 1px solid #00001E;
  height: 12px;
  width: 25px;
  border-radius: 15px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ABC1D8;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #ABC1D8;
  border-radius: 1px;
  border: 0px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000031;
  border: 1px solid #00001E;
  height: 12px;
  width: 25px;
  border-radius: 15px;
  background: #FFFFFF;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #ABC1D8;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #ABC1D8;
  border: 0px solid #010101;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #000031;
  border: 1px solid #00001E;
  height: 12px;
  width: 25px;
  border-radius: 15px;
  background: #FFFFFF;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #ABC1D8;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ABC1D8;
}

/* 
	OVERLAY CLASSES
*/
div.uiOverlay {
  z-index: 10;
  background-color: #06214C;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 5px;
  position: fixed;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Proxima;
}
div.uiOverlay.share {
  bottom: 38%;
  padding: 5px 15px;
  flex-direction: column;
}
div.uiOverlay.share div:first-child {
  flex: 1;
  flex-direction: column;
}
div.uiOverlay.share div:first-child span, div.uiOverlay.share div:first-child input {
  color: white;
}
div.uiOverlay.share div:first-child input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
}
div.uiOverlay.share div {
  display: flex;
  justify-content: center;
  align-items: center;
}
div.uiOverlay.settings {
  bottom: 32%;
  flex-direction: column;
  padding: 5px 15px;
  min-width: 200px;
  user-select: none;
}
div.uiOverlay.settings div {
  color: white;
  width: 100%;
  flex: 1;
  margin: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
div.uiOverlay.settings div div.iconGroup {
  width: 50%;
  display: flex;
  flex: initial;
  justify-content: flex-end;
  align-items: center;
}
div.uiOverlay.settings div div.iconGroup img {
  margin: 0px 4px;
}

/* 
	UTILITY OVERRIDE CLASSES
*/
.closer {
  flex: 1;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  font-size: 1.7em;
  font-weight: bold;
  margin: -5px -15px -10px 0px !important;
  color: white;
  width: 100%;
}

.greenGo {
  /* Turns white icons green */
  fill: #88CE8B;
}

.redStop {
  filter: invert(50%) sepia() saturate(1000%) hue-rotate(325deg);
}

[data-context] {
  cursor: pointer;
  transition: color 0.5s ease;
}
[data-context]:hover {
  color: #88CE8B !important;
}

.hidden {
  display: none !important;
}

.bibleIcon {
  border: none !important;
}

a {
  text-decoration: none;
}

#playTime, #playTotal {
  font-family: courier;
  font-size: 75% !important;
}

/* 
	MODE SPECIFIC CSS
*/
.icoXS, .icoS, .icoM, .icoL, .icoXW {
  z-index: 10;
  margin: 0px 9px;
}

.icoSettings {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  padding-right: 5px;
  user-select: none;
  fill: #fff;
  transition: ease-in-out 0.25s;
}
.icoSettings:hover {
  fill: #88CE8B;
}

#volIcon {
  margin: 0 !important;
}

#playerError {
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  align-items: center;
}
#playerError .title {
  color: white;
  font-size: 1.6em;
  font-variant: small-caps;
  letter-spacing: 3px;
}
#playerError .subTitle {
  margin-top: 5px;
  color: ghostwhite;
  font-size: 1.4em;
  font-style: italic;
  text-align: center;
}
#playerError button {
  margin-top: 25px;
  width: 120px;
  font-size: 1.25em;
  max-height: 50px;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 2px;
}

/* 
	MEDIA QUERY RESPONSIVE GOODNESS    
*/
@media screen and (orientation: landscape) {
  .portraitOnly {
    display: none !important;
  }
  .audioPlayer[data-mode=bible] * .messageMeta {
    max-width: 96vw !important;
  }
  div.top:not(.fullscreen) {
    max-height: 500px;
  }
  div.bottom {
    max-height: 200px;
  }
}
/* PORTRAIT */
@media screen and (orientation: portrait) {
  .landscapeOnly {
    display: none !important;
  }
  div.uiOverlay.settings {
    bottom: 25% !important;
  }
  div.top:not(.fullscreen) {
    height: 75% !important;
    max-height: 700px;
    flex-direction: column !important;
  }
  div.top:not(.fullscreen) div.authorImg {
    flex: 1;
  }
  div.top:not(.fullscreen) div.authorImg a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.top:not(.fullscreen) div.authorImg a img {
    height: 18vh !important;
    width: 18vh !important;
  }
  div.top:not(.fullscreen) div.playerMeta, div.top:not(.fullscreen) #playerError {
    padding: 0px 5px !important;
    flex: 2 !important;
  }
  div.top:not(.fullscreen) div.playerMeta #bibleRefControls, div.top:not(.fullscreen) #playerError #bibleRefControls {
    flex-wrap: wrap !important;
  }
  div.top:not(.fullscreen) div.playerMeta #bibleRefControls select, div.top:not(.fullscreen) div.playerMeta #bibleRefControls button:not([data-context=goBible]), div.top:not(.fullscreen) #playerError #bibleRefControls select, div.top:not(.fullscreen) #playerError #bibleRefControls button:not([data-context=goBible]) {
    flex: 1 0 40%;
    margin: 7px;
    font-size: 120% !important;
  }
  div.top:not(.fullscreen) div.playerMeta .seriesMeta, div.top:not(.fullscreen) #playerError .seriesMeta {
    height: auto !important;
    max-width: 98% !important;
    padding-bottom: 10px;
  }
  div.top:not(.fullscreen) div.playerMeta .seriesMeta div:first-child, div.top:not(.fullscreen) #playerError .seriesMeta div:first-child {
    flex: 1;
    /*text-align: center;*/
  }
  div.top:not(.fullscreen) div.playerMeta .messageMeta, div.top:not(.fullscreen) #playerError .messageMeta {
    max-width: 98% !important;
  }
  div.top:not(.fullscreen) div.playerMeta .messageMeta .seriesBullet.bible, div.top:not(.fullscreen) #playerError .messageMeta .seriesBullet.bible {
    margin-top: 5px;
  }
  div.top:not(.fullscreen) div.playerMeta .messageMeta .attribution span[data-val="author.orgname"]::before, div.top:not(.fullscreen) #playerError .messageMeta .attribution span[data-val="author.orgname"]::before {
    content: "" !important;
  }
  div.bottom {
    max-height: 225px;
    height: 25% !important;
    flex-direction: column !important;
  }
  div.bottom div.controlPlayback {
    flex: 2 !important;
  }
  div.bottom div.controlPlayback > div.playback .fa-undo::after {
    left: -22px !important;
  }
  div.bottom div.controlPlayback > div.playback .fa-redo::after {
    left: -23px !important;
  }
  div.bottom div.controlFeatures {
    flex: 1;
    width: 100% !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  div.bottom div.controlFeatures div {
    width: 15vw !important;
  }
  div.bottom div.controlFeatures div.settings {
    justify-content: center !important;
    flex: 1 !important;
  }
  div.bottom div.controlFeatures div.settings .fas {
    margin: 0px 10px;
  }
  div.bottom div.controlFeatures div.volume {
    flex: 3 !important;
    padding: 0 !important;
    justify-content: center !important;
  }
  div.bottom div.controlFeatures div.logo {
    flex: 1 !important;
  }
  div.bottom div.controlFeatures div.logo img {
    height: auto !important;
    width: 90%;
    max-width: 250px !important;
  }
  div.titleGroup {
    flex-direction: column !important;
    flex: 1;
    align-items: center;
  }
  div.titleGroup .bibleImg {
    height: 20%;
    width: 100vw;
    flex: 1;
  }
  div.titleGroup .bibleImg img {
    height: 55%;
    width: auto;
  }
  div.titleGroup .titles {
    flex: 1;
  }
  div.titleGroup .titles .squared {
    align-self: center;
    margin-top: 2% !important;
  }
  div.titleGroup .titles .bible.squared + a {
    text-align: center;
  }
  div.titleGroup .titles .uiMode.comm {
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }
  span[data-val="series.name"] {
    max-width: 72vw !important;
  }
}
[data-foreign-chapter] {
  display: block;
}
[data-foreign-chapter]:before {
  content: attr(data-foreign-chapter);
  margin-right: 10px;
}

.translateNote {
  font-size: 70%;
}

/* LANDSCAPE RESPONSIVE RULES */
@media screen and (orientation: landscape) and (min-width: 1000px) {
  img.icoXW {
    width: 110px !important;
  }
  img.icoL {
    width: 66px !important;
  }
  img.icoM {
    width: 52px !important;
  }
  img.icoS {
    width: 43px !important;
  }
  img.icoXS {
    width: 32px !important;
  }
  .fsXL {
    font-size: 50px !important;
  }
  .fsL {
    font-size: 47px !important;
  }
  .fsM {
    font-size: 40px !important;
  }
  .fsS {
    font-size: 35px !important;
  }
  .fsXS {
    font-size: 28px !important;
  }
  img.saLogo {
    margin: 0px 0px -18px -20px;
    height: 62px;
  }
}
@media screen and (orientation: landscape) and (min-width: 800px) and (max-width: 1000px) {
  img.icoXW {
    width: 80px !important;
  }
  img.icoL {
    width: 50px !important;
  }
  img.icoM {
    width: 37px !important;
  }
  img.icoS {
    width: 28px !important;
  }
  img.icoXS {
    width: 22px !important;
  }
  .fsXL {
    font-size: 35px !important;
  }
  .fsL {
    font-size: 32px !important;
  }
  .fsM {
    font-size: 26px !important;
  }
  .fsS {
    font-size: 21px !important;
  }
  .fsXS {
    font-size: 17px !important;
  }
  img.saLogo {
    margin: 0px 0px -15px -15px;
    height: 47px;
  }
}
@media screen and (orientation: landscape) and (min-width: 550px) and (max-width: 800px) {
  img.icoXW {
    width: 65px !important;
  }
  img.icoL {
    width: 42px !important;
  }
  img.icoM {
    width: 30px !important;
  }
  img.icoS {
    width: 22px !important;
  }
  img.icoXS {
    width: 16px !important;
  }
  .fsXL {
    font-size: 30px !important;
  }
  .fsL {
    font-size: 27px !important;
  }
  .fsM {
    font-size: 21px !important;
  }
  .fsS {
    font-size: 18px !important;
  }
  .fsXS {
    font-size: 17px !important;
  }
  img.saLogo {
    margin: 0px 0px -12px -14px;
    height: 40px;
  }
}
@media screen and (orientation: landscape) and (max-width: 550px) {
  img.icoXW {
    width: 40px !important;
  }
  img.icoL {
    width: 31px !important;
  }
  img.icoM {
    width: 22px !important;
  }
  img.icoS {
    width: 17px !important;
  }
  img.icoXS {
    width: 12px !important;
  }
  .fsXL {
    font-size: 22px !important;
  }
  .fsL {
    font-size: 19px !important;
  }
  .fsM {
    font-size: 16px !important;
  }
  .fsS {
    font-size: 13px !important;
  }
  .fsXS {
    font-size: 10px !important;
  }
  img.saLogo {
    margin: 0px 0px -8px -8px;
    height: 25px;
  }
}
@media screen and (max-width: 500px) {
  span[data-val="series.label"] {
    display: none !important;
  }
}
@media screen and (orientation: landscape) and (max-width: 640px) {
  .uiMode.bible.landscapeOnly.bullet {
    display: none !important;
  }
}
/* PORTRAIT RESPONSIVE RULES */
@media screen and (orientation: portrait) and (min-height: 850px) {
  img.icoXW {
    width: 95px !important;
  }
  img.icoL {
    width: 60px !important;
  }
  img.icoM {
    width: 45px !important;
  }
  img.icoS {
    width: 33px !important;
  }
  img.icoXS {
    width: 25px !important;
  }
  .fsXL {
    font-size: 40px !important;
  }
  .fsL {
    font-size: 35px !important;
  }
  .fsM {
    font-size: 28px !important;
  }
  .fsS {
    font-size: 22px !important;
  }
  .fsXS {
    font-size: 20px !important;
  }
  img.saLogo {
    height: 55px;
  }
  span[data-val="series.name"] {
    max-width: 72vw !important;
  }
}
@media screen and (orientation: portrait) and (min-height: 640px) and (max-height: 850px) {
  img.icoXW {
    width: 75px !important;
  }
  img.icoL {
    width: 44px !important;
  }
  img.icoM {
    width: 32px !important;
  }
  img.icoS {
    width: 28px !important;
  }
  img.icoXS {
    width: 21px !important;
  }
  .fsXL {
    font-size: 32px !important;
  }
  .fsL {
    font-size: 29px !important;
  }
  .fsM {
    font-size: 25px !important;
  }
  .fsS {
    font-size: 22px !important;
  }
  .fsXS {
    font-size: 18px !important;
  }
  img.saLogo {
    height: 43px;
  }
}
@media screen and (orientation: portrait) and (min-height: 400px) and (max-height: 640px) {
  img.icoXW {
    width: 65px !important;
  }
  img.icoL {
    width: 35px !important;
  }
  img.icoM {
    width: 28px !important;
  }
  img.icoS {
    width: 25px !important;
  }
  img.icoXS {
    width: 20px !important;
  }
  .fsXL {
    font-size: 24px !important;
  }
  .fsL {
    font-size: 21px !important;
  }
  .fsM {
    font-size: 17px !important;
  }
  .fsS {
    font-size: 14px !important;
  }
  .fsXS {
    font-size: 12px !important;
  }
  .fsXS[data-context=goBible] {
    font-size: 18px !important;
  }
  img.saLogo {
    height: 40px;
  }
}
@media screen and (orientation: portrait) and (max-height: 400px) {
  img.icoXW {
    width: 55px !important;
  }
  img.icoL {
    width: 25px !important;
  }
  img.icoM {
    width: 14px !important;
  }
  img.icoS {
    width: 9px !important;
  }
  img.icoXS {
    width: 6px !important;
  }
  .fsXL {
    font-size: 20px !important;
  }
  .fsL {
    font-size: 15px !important;
  }
  .fsM {
    font-size: 12px !important;
  }
  .fsS {
    font-size: 10px !important;
  }
  .fsXS {
    font-size: 8px !important;
  }
  img.saLogo {
    height: 30px;
  }
}
@media screen and (orientation: portrait) and (max-width: 400px) {
  #shareURL {
    max-width: 130px;
    font-size: 0.8em !important;
  }
}
@media screen and (orientation: portrait) and (max-height: 500px) {
  .bibleImg {
    display: none !important;
  }
  span[data-val="series.label"] {
    display: none !important;
  }
}
/* SHARE OVERLAY POSITIONING */
@media screen and (max-height: 300px) {
  div.uiOverlay.share {
    bottom: 48% !important;
  }
}
@media screen and (min-height: 300px) and (orientation: landscape) {
  div.uiOverlay.share {
    bottom: 41% !important;
  }
}
@media screen and (min-height: 300px) and (orientation: portrait) {
  div.uiOverlay.share {
    bottom: 35% !important;
  }
}
@media screen and (min-height: 550px) and (orientation: landscape) {
  div.uiOverlay.share {
    bottom: 39% !important;
  }
}
@media screen and (min-height: 550px) and (orientation: portrait) {
  div.uiOverlay.share {
    bottom: 34% !important;
  }
}
@media screen and (min-height: 700px) and (orientation: landscape) {
  div.uiOverlay.share {
    bottom: 39% !important;
  }
}
@media screen and (min-height: 700px) and (orientation: portrait) {
  div.uiOverlay.share {
    bottom: 32% !important;
  }
}
@media screen and (orientation: portrait) and (min-height: 900px) {
  div.uiOverlay {
    bottom: auto !important;
  }
  div.uiOverlay.share {
    top: 560px;
    height: 76px;
  }
  div.uiOverlay.settings {
    top: 520px;
    height: 165px;
  }
}
@media screen and (orientation: landscape) and (min-height: 715px) {
  div.uiOverlay {
    bottom: auto !important;
  }
  div.uiOverlay.share {
    top: 355px;
    height: 76px;
  }
  div.uiOverlay.settings {
    top: 315px;
    height: 165px;
  }
}
@media screen and (min-width: 1200px) {
  div.uiOverlay {
    right: calc(50vw - 590px) !important;
  }
}
@media screen and (orientation: portrait) and (min-width: 350px) and (max-width: 450px) {
  /* Force chapter to be wider so that the smaller GO button rests right */
  #bibleChap {
    min-width: 50vw;
  }
}