/* Start: Left-align text in logo with text on page */
.maincontent, #globalactions, #footer {
  margin-left: 40px;
  margin-right: 40px;
}

#quicksearchwrapper {
  margin: 8px 40px 0 0;
}

a, a:active, .link, .link:active {
  color: #188bb3;
}

#globalnav ul li a, #globalnav ul li a:visited, #orgnav ul li a, #orgnav ul li a:visited {
  color: #188bb3;
  background: #fff;
}

.sectionnav a, .sectionnav a:visited {
  color: #188bb3;
}

#globalnav ul li a:hover, #globalnav ul li a:focus, #orgnav ul li a:hover, #orgnav ul li a:focus, .sectionnav a:hover, .sectionnav a:focus {
  background: #188bb3;
  color: #fff;
}

.pagenav ul li a:hover, .pagenav ul li a:focus {
  /* interaction style for prev/next nav */
  background: #188bb3;
  color: #fff;
}

#searchnav li a:hover, #browsenav li a:hover, #xcollsearchtabs li a:hover {
  background: #188bb3;
  /* White border around hover looks better -- rendering of rounded
     buttons with background and colored bordered is pixelated in 
     firefox */
  border: 1px solid #fff;
  border-bottom: 0;
  color: #fff;
}

#format-buttons a, #zoom a {
  background: #fff;
}
#format-buttons a:hover, #zoom a:hover {
  background: #188bb3;
  border-color: #188bb3;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: #188bb3;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  background: #bbb;
}
#format-buttons a, #format-buttons a.current:hover, #zoom a, #zoom a.current:hover {
  border: 1px solid #aaa;
}

a, a:active, .link, .link:active {
  color: #00274c;
}

#globalnav ul li a, #globalnav ul li a:visited, #orgnav ul li a, #orgnav ul li a:visited {
  color: #00274c;
  background: #fff;
}

.sectionnav a, .sectionnav a:visited {
  color: #00274c;
}

#globalnav ul li a:hover, #globalnav ul li a:focus, #orgnav ul li a:hover, #orgnav ul li a:focus, .sectionnav a:hover, .sectionnav a:focus {
  background: #00274c;
  color: #fff;
}

.pagenav ul li a:hover, .pagenav ul li a:focus {
  /* interaction style for prev/next nav */
  background: #00274c;
  color: #fff;
}

#searchnav li a:hover, #browsenav li a:hover, #xcollsearchtabs li a:hover {
  background: #00274c;
  /* White border around hover looks better -- rendering of rounded
     buttons with background and colored bordered is pixelated in 
     firefox */
  border: 1px solid #fff;
  border-bottom: 0;
  color: #fff;
}

#format-buttons a, #zoom a {
  background: #fff;
}
#format-buttons a:hover, #zoom a:hover {
  background: #00274c;
  border-color: #00274c;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: #00274c;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  background: #bbb;
}
#format-buttons a, #format-buttons a.current:hover, #zoom a, #zoom a.current:hover {
  border: 1px solid #aaa;
}

#globalactions {
  margin-top: 1em;
}

html, body {
  height: 100%;
}

body {
  background-color: #e5e5e5;
  /*  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
}

#staticcontent p.blurb {
  margin: 0 2em 2em;
  font-size: 1.2em;
}

#wrapper {
  background-color: #fff;
  -moz-box-shadow: 0 2px 6px -1px rgba(37, 36, 35, 0.5);
  -webkit-box-shadow: 0 2px 6px -1px rgba(37, 36, 35, 0.5);
  box-shadow: 0 2px 6px -1px rgba(37, 36, 35, 0.5);
  border-left: 1px solid rgba(37, 36, 35, 0.5);
  border-right: 1px solid rgba(37, 36, 35, 0.5);
  background: #fff;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 60em;
  min-width: initial;
}

#masthead {
  height: 100px;
  background-color: #002e5e;
  color: #fff;
}

#logo {
  width: 300px;
}

#logo a, .title .book-meta .book-meta-options a {
  text-decoration: none;
  color: #fff;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

#logo a:hover, .title .book-meta .book-meta-options a:hover {
  color: #ffcb05;
  text-decoration: none;
}

#logo img {
  display: none;
}

#logo h3.topheadlink {
  text-decoration: none;
  font-size: 40px;
  text-transform: uppercase;
  width: 300px;
  font-style: normal;
  margin: 10px 0px 0px 25px;
  text-shadow: 1px -1px 3px rgba(0, 0, 0, 0.15);
}

#logo .publisher {
  width: 300px;
  text-transform: uppercase;
  margin: 0 0 0 25px;
  font-size: 16px;
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
}

#quicksearchwrapper {
  margin: 8px 30px 0 0;
  position: absolute;
  top: 100px;
  left: 50px;
  width: 300px;
}

#quicksearchwrapper .quicksearch-options {
  display: none !important;
}

#quicksearchtext {
  float: right;
  clear: right;
  margin-top: 3px;
}

#globalnav {
  height: 0em;
}

#globalnav ul li {
  display: none;
}

.encodedText #orgnav, .encodedText #globalnav {
  display: none;
}

#footer {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background: none;
}

.titles {
  margin: 1em 3em;
}

#staticcontent .title {
  height: 265px;
  margin-bottom: 20px;
}

.title .book-img {
  float: none;
  margin-right: 20px;
  width: 175px;
  clear: both;
}

.title .book-meta {
  margin-left: 0;
  width: auto;
}

.title .book-meta .book-meta-author {
  margin-bottom: 2em;
}

.title .book-meta .book-meta-options span {
  margin: 1em 1em 0 0;
  background-color: #002e5e;
  padding: .5em .5em;
  color: #fff;
  border: solid 1px #e5e5e5;
}

.title .book-meta .book-meta-options a {
  color: #fff;
  text-decoration: none;
  font-size: .75em;
  font-weight: 200;
}

.title h3.book-meta-title a em {
  font-style: normal;
}

.content-top {
  padding-bottom: 20px;
}

#cover-image-wrapper {
  float: none;
}

#cover-image-wrapper img, .book-img img {
  border: none;
  box-shadow: 0 2px 6px -1px rgba(37, 36, 35, 0.5);
}

#toc #header h1.title, #resultsbody .content-top #header h1.title {
  margin-bottom: 0;
  font-weight: 600;
}

#toc #header .authors, #resultsbody .content-top #header .authors {
  margin-bottom: 30px;
}

#tocbody .content-top + h1 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

ul#toccontents {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#articlebody .arrowsectionnav + div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#articlebody .arrowsectionnav + div h2 {
  font-weight: 600;
  margin-top: 2em;
}

#articlebody .arrowsectionnav {
  position: fixed;
  margin-left: -25px;
  width: 93%;
}

#articlebody a.arrow-docnavbutton {
  text-decoration: none;
  font-size: 80px;
  text-shadow: 0 1px 2px grey;
  background-color: transparent;
  border: 0;
  z-index: 10;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  color: #e5e5e5;
  opacity: 0.9;
}

#articlebody a.arrow-docnavbutton:hover {
  opacity: 0.9;
  transition: .8s;
  color: #00274c;
}

#articlebody a#next_link.arrow-docnavbutton {
  float: right;
}

#articlebody .content-top {
  margin-bottom: 3em;
}

#articlebody p, #articlebody ul, #articlebody ol, #articlebody li, #articlebody .q1-block, #articlebody .q1-poem {
  letter-spacing: 0.02rem;
  line-height: 1.6em;
  font-size: 17px;
  margin-bottom: 30px;
}

#article li {
  margin-bottom: 20px;
}

#articlebody p.rend-right, #articlebody .rend-right {
  text-align: right;
}

#articlebody h1, #articlebody h2, #articlebody h3, #articlebody h4, #articlebody h5, #articlebody h6 {
  line-height: 1.6em;
}

#articlebody .content-top #header h1.title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

#articlebody .content-top #header .authors {
  font-size: 14px;
  margin: .1em 0 .5em 0;
}

#articlebody .content-top #header #doi, #articlebody .content-top #header #licenseinfo, #articlebody .content-top #header .toc {
  font-size: 12px;
  float: left;
}

#articlebody .content-top #header #licenseinfo, #articlebody .content-top #header .toc {
  margin-left: 15px;
}

#articlebody .content-top #header #publisher-and-date, #articlebody .content-top #cover-image-wrapper {
  display: none;
}

#articlebody #extras {
  margin-left: .5em;
}

#articlebody table ul li {
  font-size: 16px;
  letter-spacing: 0;
}

#articlebody .figure p {
  font-size: .9em;
  letter-spacing: 0;
}

#articlebody .q1-block .lg {
  width: auto !important;
}

#articlebody table th, #articlebody table td {
  padding: 20px;
}

#articlebody .two-col {
  width: 90%;
}

#articlebody .two-col + .two-col {
  margin-top: 3em;
}

#articlebody .q1-callout {
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  padding: 1.5em;
  margin: .5em 1.5em .5em 0;
}

#articlebody .q1-callout p {
  font-weight: normal;
  font-size: .9em;
  margin-bottom: 1em;
}

#articlebody .q1-callout + ol.numbered li {
  list-style-position: inside;
}

#articlebody ul.monograph-navigation {
  list-style: none;
}

#articlebody ul.monograph-navigation li {
  margin-bottom: 10px;
  line-height: .9em;
  font-size: .9em;
}

#articlebody .line {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3em;
  text-indent: -3em;
}

#articlebody p.numberednote, #articlebody li.bibl {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  /* word-break: break-all; */
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

#articlebody .nomarker li {
  padding-left: 20px;
  text-indent: 0px;
  margin-bottom: 8px;
}

@media screen and (min-width: 33.125em) {
  #cover-image-wrapper {
    float: left;
  }

  #quicksearchwrapper {
    margin: 8px 30px 0 0;
    clear: right;
    float: right;
    font-size: 0.8em;
    position: relative;
    width: auto;
    top: 0;
    left: 0;
  }

  #quicksearchtext {
    float: none;
    clear: none;
    margin-top: 0.5em;
  }

  #footer {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 40.625em) {
  #quicksearchwrapper {
    margin: 8px 40px 0 0;
  }

  #quicksearchwrapper .quicksearch-options {
    display: inline !important;
  }

  .content-top {
    padding-bottom: 0;
  }

  .title .book-meta {
    margin-left: 200px;
  }

  .title .book-img {
    float: left;
  }
}
@media screen and (min-width: 44.375em) {
  #wrapper {
    width: 100%;
  }

  #articlebody .arrowsectionnav {
    margin-left: -10px;
    width: 91%;
  }

  #articlebody a.arrow-docnavbutton {
    font-size: 120px;
  }

  #articlebody .arrowsectionnav + div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #footer {
    background: url(/m/mpubs/graphics/mpub-logo-bw.png) no-repeat transparent 100% 8px;
  }
}
@media screen and (min-width: 50.625em) {
  #wrapper {
    width: 90%;
  }

  #articlebody .arrowsectionnav {
    width: 84%;
  }
}
@media screen and (min-width: 66.8125em) {
  #articlebody .arrowsectionnav {
    width: 900px;
  }

  #articlebody .two-col {
    width: 39%;
  }
}

/*# sourceMappingURL=custom.css.map */
