.home .container {
  max-width: 56.5626rem;
  position: relative;
}

.flex-video {
  text-align: center;
}

.flex-video iframe {
  width: 100%;
  max-width: 435px;
  height: 315px;
}

@media screen and (max-width: 25em) {
  .flex-video iframe {
    height: 180px;
  }
}

@media screen and (max-width: 21.5625em) {
  .flex-video iframe {
    height: 150px;
  }
}

@media screen and (max-width: 51.1875em) {
  .flex-video {
    padding-top: 1rem;
  }
}

#container > .row {
  width: 100%;
  margin: 0 auto;
}

#whole {
  padding-top: 50px;
}

@media screen and (max-width: 63.9375em) {
  #whole {
    padding-top: 88px;
  }
}

@media screen and (max-width: 51.1875em) {
  #whole {
    padding-top: 134px;
  }
}

#socMedHome {
  display: none;
  position: absolute;
  top: 97px;
  left: 161px;
}

.home-search {
  width: 422px;
  padding: 13px 27px 13px;
  position: absolute;
  top: 10px;
  right: 20px;
  border: 1px solid #456191;
  border-radius: 4px;
  background-color: #f9fafb;
}

#homeSearch h1,
.home-search__title {
  color: #454c57;
  font-size: 1.75em;
  font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

body.home > #whole > #container > #homeSearch > form input {
  height: auto;
  width: 100%;
  font-size: 1.4em;
}

body.home > #whole > #container > #homeSearch > form select {
  height: auto;
  width: 100%;
}

body.home > #whole > #container > #homeSearch > form > #homeSearchVersion {
  width: 190px;
  margin-right: 18px;
  float: left;
}

body.home > #whole > #container > #homeSearch > form > #homeSearchVersion > select {
  padding-top: 0;
  padding-bottom: 0;
}

body.home > #whole > #container > #homeSearch > form > #homeSearchVersion > span.select {
  border: solid #c2cfdf 1px;
  border-radius: 3px;
  color: #999;
  background: #fff url("/assets/images/svg/triangle_dropdown.svg") no-repeat right;
  background-size: 18px 18px;
  height: auto;
  font-size: 1.4em;
  width: 293px;
  padding: 1px 5px 1px 4px;
  display: block;
  cursor: pointer;
}

#homeSearchSubmit {
  width: 32px;
  float: right;
}

#homeSearchExamples {
  clear: both;
  padding-top: 8px;
}

#homeSearchExamples p {
  clear: both;
  height: 11px;
  margin-top: 2px;
}

#homeSearchExamples p:first-child {
  margin-top: 0;
}

#homeSearchExamples a img,
#homeSearchExamples p a:first-child img,
#homeSearchExamples p a:first-child + a img {
  padding-left: 0;
}

div#homeSearchExamples ul li:hover {
  text-decoration: none;
}

#homeSearchSubmit > input {
  padding-top: 0;
  padding-bottom: 0;
}

#homeSearchSubmit > input:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
}

#homeSearchHelp ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #39547f;
}

#homeSearchHelp ul li {
  display: inline-block;
  font-size: 13px;
  padding: 4px;
}

#homeSearchHelp ul li:first-child {
  margin-left: 0;
}

#homeSearchHelp ul li:hover {
  color: #39547f;
  text-decoration: none;
  cursor: pointer;
}

#homeSearchHelp ul li:hover {
  color: #39547f;
  padding: 4px;
  background-color: #d5ddeb;
}

#homeSearchHelp img {
  cursor: pointer;
}

#homeSearchHelp img + img {
  margin-left: 9px;
}

#homeSearchExamples ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

#homeSearchExamples ul li {
  display: inline-block;
  font-size: 12px;
  margin-left: 1px;
}

#homeSearchExamples ul li:first-child {
  margin-left: 0;
}

#homeSearchExamples ul li {
  display: inline-block;
  font-size: 13px;
  padding: 2px;
}

#homeSearchExamples ul li:first-child {
  margin-left: 0;
  padding: 0;
}

#homeSearchExamples ul li a:hover {
  color: #39547f;
  text-decoration: none;
}

#homeSearchExamples ul li:not(:first-child):hover {
  color: #39547f;
  padding: 2px;
  background-color: #d5ddeb;
  text-decoration: none;
}

#homeSearchInput {
  padding-bottom: 10px;
}

#appSearchSel_Resp {
  position: absolute;
  right: 0;
  width: 224px;
  padding: 0 0 0 5px;
  border-radius: 5px;
  border: solid #a5b5c6 1px;
  background-color: #dee7e9;
  z-index: 1;
  display: none;
  top: 107px;
}

@media screen and (min-width: 25em) {
  #appSearchSel_Resp {
    top: 127px;
  }
}

@media screen and (min-width: 40em) {
  #appSearchSel_Resp {
    top: 120px;
  }
}

@media screen and (min-width: 51.25em) {
  #appSearchSel_Resp {
    top: 65px;
    right: auto;
    left: 53.4%;
  }
}

body.menu-hidden #appSearchSel_Resp {
  top: 47px;
}

@media screen and (min-width: 25em) {
  body.menu-hidden #appSearchSel_Resp {
    top: 67px;
  }
}

@media screen and (min-width: 40em) {
  body.menu-hidden #appSearchSel_Resp {
    top: 60px;
  }
}

@media screen and (min-width: 51.25em) {
  body.menu-hidden #appSearchSel_Resp {
    top: 5px;
  }
}

.topBar #appSearchSel {
  top: 35px;
}

#appSearchSel_Resp > div {
  position: relative;
  float: left;
  border: solid #C5D2E0 1px;
  border-width: 0 1px;
  background-color: #EAEFF2;
  margin-right: 5px;
  padding: 7px 0;
}

@media screen and (max-width: 25em) {
  #appSearchSel_Resp > div {
    position: static;
  }
  #appSearchSel_Resp > div > img {
    display: none;
  }
}

#appSearchSel_Resp > div > img {
  position: absolute;
  bottom: -17px;
  left: 12px;
}

#appSearchSel_Resp > div > img {
  top: -17px;
}

#appSearchSel_Resp > div ~ img {
  display: none;
}

#appSearchSel_Resp > div > img.appClose {
  position: absolute;
  top: -5px;
  left: 119px;
  cursor: pointer;
}

#appSearchSel_Resp > div + div + div {
  background-color: #f2f4e3;
}

#appSearchSel_Resp > div > span {
  line-height: normal;
  font-weight: bold;
  width: 65px;
  text-align: center;
  display: block;
  padding: 6px;
  color: #627b9f;
  cursor: pointer;
}

#appSearchSel_Resp > div > span:hover {
  background-color: #ced9e5;
}

#appSearchSel_Resp > div > span.null:hover {
  background-color: #EAEFF2;
}

#appSearchSel_Resp > div + div + div > span {
  color: #74775d;
}

#appSearchSel_Resp > div + div + div > span:hover {
  color: #555842;
  background-color: #d4d7c1;
}

#appSearchSel_Resp > div + div + div > span.null:hover {
  background-color: #F2F4E3;
}

#appSearchSelHome {
  position: absolute;
  left: 27px;
  top: 150px;
  width: 283px;
  padding: 0 0 0 5px;
  border-radius: 5px;
  border: solid #a5b5c6 1px;
  background-color: #dee7e9;
  z-index: 50;
  display: none;
}

#appSearchSelHome div {
  position: relative;
  float: left;
  border: solid #C5D2E0 1px;
  border-width: 0 1px;
  background-color: #EAEFF2;
  margin-right: 5px;
  padding: 7px 0;
}

#appSearchSelHome > div > img {
  position: absolute;
  top: -17px;
  left: 27px;
}

#appSearchSelHome > div ~ img {
  display: none;
}

#appSearchSelHome > div > span {
  font-size: 1em;
  font-weight: bold;
  width: 85px;
  text-align: center;
  display: block;
  padding: 3px 4px;
  color: #627b9f;
  cursor: pointer;
}

#appSearchSelHome > div > span:hover {
  background-color: #ced9e5;
}

#appSearchSelHome > div > span.null:hover {
  background-color: #EAEFF2;
}

#appSearchSelHome > div + div + div {
  background-color: #f2f4e3;
}

#appSearchSelHome > div + div + div > span {
  color: #74775d;
}

#appSearchSelHome > div + div + div > span:hover {
  color: #555842;
  background-color: #f2f4e3;
}

#appSearchSelHome > div + div + div > span.null:hover {
  background-color: #f2f4e3;
}

/* ######################### Adv Option Pop ######################### */
#shHomeAdvOptMenu {
  font-size: .75em;
  display: none;
}

#HomeAdvOptMenu {
  display: none;
  position: absolute;
  top: 110px;
  left: 43px;
  width: 285px;
  padding-top: 6px;
  background-color: #e2a23c;
  border: solid #7b5e30 1px;
  border-radius: 6px;
  z-index: 1;
}

#HomeAdvOptMenu > div {
  position: relative;
  top: -3px;
  left: 3px;
  width: 277px;
  font-size: .7em;
  background-color: #f5f7f9;
  border: solid #7b5e30 1px;
  border-radius: 4px;
  padding: 8px;
}

#HomeAdvOptMenu > div > p {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  color: #37404f;
}

#HomeAdvOptMenu > div > p > span {
  font-size: .9em;
  color: #90a5bc;
  text-transform: uppercase;
}

#HomeAdvOptMenu > div > p:nth-last-child(1) {
  font-size: .8em;
  color: #9e0b0f;
}

#HomeAdvOptMenu > div > p > select {
  margin: 0 0 12px;
  width: 180px;
}

#HomeAdvOptMenu > div > p > input[type="text"] {
  margin: 0 0 3px;
  width: 100%;
}

#HomeAdvOptMenu > .menuOptionsClose {
  position: absolute;
  top: 5px;
  left: 255px;
  cursor: pointer;
  padding-top: 0;
  background-color: transparent;
  border-width: 0;
  width: 0;
  height: 0;
}

#HomeAdvOptMenu > .menuOptionsArrow {
  position: absolute;
  top: -13px;
  left: 149px;
  padding-top: 0;
  background-color: transparent;
  border-width: 0;
  width: 0;
  height: 0;
}

#HomeAdvOptMenu > div > #clearHomeOptMenu {
  display: none;
}

/* ######################### Help Ad ######################### */
body.home > #whole > #container > #homeSpon1 {
  text-align: center;
  margin-top: 13px;
}

body.home > #whole > #container > #homeSpon1 img {
  width: 730px;
  height: 92px;
  background-color: #9eb2ca;
  border: solid #57667d 1px;
}

/* ######################### Help Content ######################### */
#homeCol1,
#homeCol2 {
  position: relative;
  padding-top: 13px;
}

@media screen and (max-width: 40em) {
  body:not(.viewport) #homeCol1,
  body:not(.viewport) #homeCol2 {
    padding-left: 0;
    padding-right: 0;
  }
  body:not(.viewport) #homeCol1 h6,
  body:not(.viewport) #homeCol2 h6 {
    padding: 1rem 1rem 0.5rem;
    text-transform: none;
    text-align: left;
    font-size: 1.1em;
    border-bottom: 2px solid #8a8a8a;
    font-weight: bold;
    color: #0a0a0a;
  }
}

body.home > #whole > #container > div > div > .bubble > .bubBody > div {
  font-size: .85em;
  padding: 15px;
}

@media screen and (max-width: 51.1875em) {
  body.home > #whole > #container > div > div > .bubble > .bubBody > div {
    padding: 1rem;
    font-size: 1em;
  }
}

body.home > #whole > #container > div > div > .bubble.newItems > .bubBody > div > div.newItemsHidden {
  display: none;
}

body.home > #whole > #container > div > div > .bubble.newItems > .bubBody > div > div.newItemsHidden + p,
body.home > #whole > #container > div > div > .bubble.newItems > .bubBody > div > p:nth-last-child(1) {
  font-size: 0.8em;
  text-align: center;
}

body.home > #whole > #container > div > div > .bubble.newItems > .bubBody > div > div.newItemsHidden + p > a,
body.home > #whole > #container > div > div > .bubble.newItems > .bubBody > div > p:nth-last-child(1) > a {
  border: solid #355488 1px;
  border-radius: 6px;
  padding: 2px 5px;
  background-color: #869ab9;
  color: #fff;
  font-weight: bold;
}

body.home > #whole > #container > div > div > .bubble.newItems > .bubBody > div > div.newItemsHidden + p > a:hover,
body.home > #whole > #container > div > div > .bubble.newItems > .bubBody > div > p:nth-last-child(1) > a:hover {
  background-color: #a5b5cf;
}

body.home > #whole > #container > div > div > .bubble > .bubBody > div > p,
body.home > #whole > #container > div > div > .bubble > .bubBody > div > p ~ div > p {
  line-height: 1.45em;
  padding-top: 12px;
}

body.home > #whole > #container > div > div > .bubble > .bubBody > div blockquote {
  border: solid #c5d2e0 1px;
  background-color: #e9eef1;
  border-radius: 4px;
  text-align: justify;
  margin: 12px 25px;
  padding: .8em 1.3em;
}

body.home > #whole > #container > div > div > .bubble > .bubBody > div blockquote > p {
  padding: 1.3em 0 0;
}

body.home > #whole > #container > div > div > .bubble > .bubBody > div blockquote > p:first-child {
  padding-top: 0;
}

body.home > #whole > #container > div > div > .bubble > .bubBody > div > p.hr {
  line-height: 1em;
  padding: 0;
}

body.home > #whole > #container > div > div > .bubble > .bubBody > div > p.hr > img {
  border-width: 0;
  margin: 0;
}

body.home > #whole > #container > div > div > .bubble > .bubBody > div > p:first-child {
  padding-top: 0;
}

body.home > #whole > #container #homeCol1 > .bubble.blogs > .bubBody > div img,
body.home > #whole > #container #homeCol1 > .bubble.news > .bubBody > div img,
body.home > #whole > #container #homeCol1 > .bubble.newItems > .bubBody > div img {
  margin: 0;
}

body.home > #whole > #container #homeCol1 > .bubble.news > .bubBody hr,
body.home > #whole > #container #homeCol1 > .bubble.newItems > .bubBody hr {
  margin: 20px 30px 25px;
}

body.home > #whole > #container > div > div > .bubble.social > .bubBody > div > p {
  text-align: center;
}

body.home > #whole > #container > div > div > .bubble.social > .bubBody > div > p > a > img {
  padding: 0;
  border-width: 0;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 51.1875em) {
  body.home > #whole > #container > div > div > .bubble.social > .bubBody > div > p > a > img {
    margin-left: 10px;
  }
}

body.home > #whole > #container > div > div > .bubble.social > .bubBody > div > p > a:first-child > img {
  margin-left: 0;
}

body.home > #whole > #container > div > div > .bubble.newItems > .bubBody > div > ul > li {
  margin-top: 7px;
}

/* ######################### Help ... ######################### */
#homeCol2 > .bubble.widget.help > .bubBody > div > div > p {
  margin-top: 12px;
}

#homeCol2 > .bubble.widget.help > .bubBody > div > div > p:first-child {
  margin-top: 0;
}

#homeCol2 > .bubble.widget.help > .bubBody > div > div > p > a > img {
  margin: 0 0 0 10px;
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

#homeCol2 > .bubble.widget.help > .bubBody > div > div > p > a:first-child > img {
  margin: 0;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav {
  position: absolute;
  top: 110px;
  right: 61px;
  width: 583px;
  background-color: #e2a23c;
  border: solid #7b5e30 1px;
  border-radius: 6px;
  z-index: 601;
  padding: 3px;
  display: none;
}

#appBarQuiknav_book_Resp {
  max-height: 400px;
  overflow-y: auto;
}

@media all and (orientation: landscape) and (max-height: 640px) {
  #appBarQuiknav_book_Resp {
    max-height: 180px;
  }
}

body.menu-hidden #appBarQuiknav_book_Resp {
  max-height: 450px;
}

@media all and (orientation: landscape) and (max-height: 640px) {
  body.menu-hidden #appBarQuiknav_book_Resp {
    max-height: 230px;
  }
}

.button-group {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto 0.5rem;
}

.button-group .button {
  width: 50%;
  margin-right: 0;
  padding: .4em .5em;
  color: #fff;
  background-color: #e2a23c;
  border: 1px solid #7b5e30;
}

.button-group .button.hollow.secondary {
  border: 1px solid #7b5e30;
  color: #7b5e30;
  background-color: #fff;
}

.button-group .button.hollow.secondary.button-right {
  border-left: none;
}

.button-group .button:hover {
  background-color: #e9b768;
}

.button-group .button.button-right {
  border-left: none;
}

@media screen and (max-width: 23.125em) {
  .button-group .button {
    padding: .6em .73em;
    font-size: .85em;
  }
}

.button-middle.hollow.secondary {
  border-right-width: 0;
  border-left-width: 0;
}

.button-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.button-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

div#appBarQuiknav_Resp {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  max-width: 583px;
  background-color: #e2a23c;
  border: solid #7b5e30 1px;
  border-radius: 6px;
  z-index: 1;
  padding: 3px;
  display: none;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

@media screen and (min-width: 25em) {
  div#appBarQuiknav_Resp {
    top: 148px;
  }
}

@media screen and (min-width: 40em) {
  div#appBarQuiknav_Resp {
    top: 145px;
  }
}

@media screen and (min-width: 51.25em) {
  div#appBarQuiknav_Resp {
    top: 92px;
  }
}

body.menu-hidden #appBarQuiknav_Resp {
  top: 75px;
}

@media screen and (min-width: 25em) {
  body.menu-hidden #appBarQuiknav_Resp {
    top: 98px;
  }
}

@media screen and (min-width: 40em) {
  body.menu-hidden #appBarQuiknav_Resp {
    top: 95px;
  }
}

@media screen and (min-width: 51.25em) {
  body.menu-hidden #appBarQuiknav_Resp {
    top: 42px;
  }
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > div,
div#appBarQuiknav_Resp > div {
  font-size: .7em;
  background-color: #fff;
  border: solid #7b5e30 1px;
  border-radius: 4px;
  padding: 8px;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > h2 {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: solid #c5d2e0 1px;
}

div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 14px;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > h2.opac,
div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > h2.opac {
  opacity: 0.2;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > table,
div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > table {
  margin: 10px;
  font-size: 1.1em;
}

div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > table {
  width: 100%;
  margin: 0;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > table th,
div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > table th + th {
  padding-left: 15px;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > table td,
div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > table td {
  width: 80px;
  padding: 0 5px;
  font-weight: bold;
}

div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > table td.new-test {
  display: none;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > table td {
  border-left: solid #fff 1px;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > table td:nth-child(5) {
  border-left: solid #c5d2e0 1px;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > table td:nth-child(7) {
  width: 55px;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > table td a,
div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > table td a {
  padding: 4px 0;
  display: block;
  width: 40px;
  color: #be6700;
  border: solid #fff 1px;
  border-radius: 4px;
  text-align: center;
}

div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > table td a {
  width: auto;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > table td a:hover,
div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > table td a:hover {
  background-color: #ffecd5;
  border-color: #be6700;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > table td:nth-child(4) ~ td a,
div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > table td:nth-child(4) ~ td a {
  color: #039407;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_book > table td:nth-child(4) ~ td a:hover,
div#appBarQuiknav_Resp > #appBarQuiknav_book_Resp > table td:nth-child(4) ~ td a:hover {
  background-color: #d1f8d2;
  border-color: #039407;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_chap {
  position: absolute;
  left: 4px;
  top: 36px;
  width: 573px;
  height: 279px;
  background-color: #e9eef1;
  border: solid #c5d2e0 1px;
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
  padding: 10px;
  display: none;
}

div#appBarQuiknav_Resp > #appBarQuiknav_chap_Resp {
  position: absolute;
  left: 4px;
  top: 40px;
  width: 95%;
  max-width: 561px;
  height: 303px;
  background-color: #e9eef1;
  border: solid #c5d2e0 1px;
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
  padding: 10px;
  display: none;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_chap > h2,
div#appBarQuiknav_Resp > #appBarQuiknav_chap_Resp > h2 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: solid #c5d2e0 1px;
  margin-bottom: 4px;
  margin-top: 8px;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_chap > h2 + button,
div#appBarQuiknav_Resp > #appBarQuiknav_chap_Resp > h2 + button {
  position: absolute;
  top: 2px;
  right: 4px;
  cursor: pointer;
  padding: 4px 10px;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_chap > div > a,
div#appBarQuiknav_Resp > #appBarQuiknav_chap_Resp > div > a {
  float: left;
  font-size: 1.15em;
  width: 32px;
  text-align: center;
  border: solid #c5d2e0 1px;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 4px;
  margin-top: 4px;
  font-weight: bold;
  padding: 2px 0;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknav_chap > div > a:hover,
div#appBarQuiknav_Resp > #appBarQuiknav_chap_Resp > div > a:hover {
  background-color: #9e0b0f;
  border-color: #363f4e;
  color: #fff;
  text-decoration: none;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknavArrow,
div#appBarQuiknav_Resp > #appBarQuiknavArrow_Resp {
  position: absolute;
  top: -13px;
  left: 327px;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  height: 0;
  width: 0;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknavClose,
div#appBarQuiknav_Resp > #appBarQuiknavClose_Resp {
  position: absolute;
  top: -21px;
  right: 53px;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  height: 0;
  width: 0;
}

body > div#whole > div#container > div#homeSearch > form > #ctxtQuiknav > #ctxtQuiknavClose img,
div#appBarQuiknav_Resp > #appBarQuiknavClose_Resp img {
  cursor: pointer;
}

/* ######################### ads ######################### */
#homeCol2 > .ponies {
  padding: 10px;
}

#homeCol2 > .ponies > div {
  margin: auto;
}

#homeCol2 > .ponies > div.poniesHolder {
  width: 300px;
}

#homeCol2 > .ponies img,
#homeCol2 > #blbponies img {
  border: solid #39547F 1px;
}

#homeCol2 > .ponies .part {
  text-align: center;
  text-transform: uppercase;
  font-size: .7em;
  margin-top: 0;
}

#homeCol2 > #blbponies .part {
  top: 0;
}

#homeCol2 > div#poniesBottomRight > div:first-child {
  margin-bottom: 5px;
}

/* ######################### closer ######################### */
div > .bubble > .bubHead > div > .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background-color: #9eb0c6;
  width: 16px;
  height: 15px;
  text-align: center;
  border-radius: 2px;
  border: solid #355488 1px;
  font-weight: bold;
  font-size: .8em;
  color: #627b9f;
}

@media screen and (max-width: 51.1875em) {
  body:not(.viewport) div > .bubble > .bubHead > div > .close {
    display: none;
  }
}

div > .bubble > .bubHead > div > .close:hover {
  border: solid #99aac2 1px;
  background-color: #5c7190;
  color: #99aac2;
  cursor: pointer;
}

div > .bubble > .bubHead > div > .close > span {
  position: relative;
  top: -3px;
}

/* ######################### misc ######################### */
#anni20link {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 461px;
  height: 211px;
}

#anni20link img {
  width: 461px;
  height: 211px;
}

/* ######################### ten verses on - widget ######################### */
.tenVersesOn > div > p {
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tenVersesOn > div > h3 {
  font-size: 1em;
  font-weight: bold;
}

.tenVersesOn > div > p + h3 {
  margin-top: 20px;
}

.tenVersesOn > div > p:last-child {
  margin-bottom: 10px;
}

/**************** ADVANCED SEARCH OPTIONS *****************/
#appBarAdvOptMenu_Resp {
  display: none;
  position: absolute;
  top: 135px;
  right: 2%;
  width: 285px;
  padding-top: 6px;
  background-color: #e2a23c;
  border: solid #7b5e30 1px;
  border-radius: 6px;
  z-index: 1;
}

@media screen and (min-width: 25em) {
  #appBarAdvOptMenu_Resp {
    top: 160px;
    right: 15%;
  }
}

@media screen and (min-width: 40em) {
  #appBarAdvOptMenu_Resp {
    top: 148px;
    right: auto;
    left: 25%;
  }
}

@media screen and (min-width: 51.25em) {
  #appBarAdvOptMenu_Resp {
    top: 92px;
    left: 35%;
  }
}

body.menu-hidden #appBarAdvOptMenu_Resp {
  top: 85px;
}

@media screen and (min-width: 25em) {
  body.menu-hidden #appBarAdvOptMenu_Resp {
    top: 110px;
  }
}

@media screen and (min-width: 40em) {
  body.menu-hidden #appBarAdvOptMenu_Resp {
    top: 98px;
  }
}

@media screen and (min-width: 51.25em) {
  body.menu-hidden #appBarAdvOptMenu_Resp {
    top: 42px;
  }
}

#appBarAdvOptMenu_Resp > div {
  position: relative;
  top: -3px;
  left: 3px;
  width: 277px;
  font-size: .7em;
  background-color: #f5f7f9;
  border: solid #7b5e30 1px;
  border-radius: 4px;
  padding: 8px;
}

#appBarAdvOptMenu_Resp > div > p {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  color: #37404f;
}

#appBarAdvOptMenu_Resp > div > p > span {
  font-size: .9em;
  color: #90a5bc;
  text-transform: uppercase;
}

#appBarAdvOptMenu_Resp > div > p:nth-last-child(1) {
  font-size: .8em;
  color: #9e0b0f;
}

#appBarAdvOptMenu_Resp > div > p > select {
  margin: 0 0 12px;
  width: 220px;
  font-size: 12px;
}

@media (max-width: 820px) {
  #appBarAdvOptMenu_Resp > div > p > select {
    font-size: 16px;
  }
}

#appBarAdvOptMenu_Resp > div > p > input[type="text"] {
  margin: 0 0 3px;
  width: 100%;
}

@media screen and (max-width: 51.25em) {
  #appBarAdvOptMenu_Resp > div > p > input[type="text"] {
    font-size: 16px;
  }
}

#appBarAdvOptMenu_Resp > .menuOptionsClose {
  position: absolute;
  top: 5px;
  left: 255px;
  cursor: pointer;
  padding-top: 0;
  background-color: transparent;
  border-width: 0;
  width: 0;
  height: 0;
}

#appBarAdvOptMenu_Resp > .menuOptionsArrow {
  position: absolute;
  top: -13px;
  left: 104px;
  padding-top: 0;
  background-color: transparent;
  border-width: 0;
  width: 0;
  height: 0;
}

#appBarAdvOptMenu_Resp > div > #clearAppBarOptMenu_Resp {
  display: none;
}

input::-webkit-calendar-picker-indicator {
  color: RGBA(132, 127, 128, 1);
  height: 8px;
}
