body {
  font-family: "Molengo", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  width: 100%;
  max-width: 1080px;
  min-width: 19rem;
  margin: 0 auto;
  position: relative;
  background-color: #75BFAB;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 400px) {
  p.right {
    float: none !important;
  }

  .left {
    float: none !important;
    margin: 0 auto 1rem !important;
  }
}
#buyNow {
  background-color: #75bfab;
  color: white;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 120%;
  margin: 1.25rem 50% 0.75rem;
  text-align: center;
  position: relative;
  width: 170px;
  -webkit-transform: translateX(-85px);
      -ms-transform: translateX(-85px);
          transform: translateX(-85px);
}

#hero {
  width: 100%;
  height: 12rem;
  background-image: url("/images/Rituals_Myths_Nursing_frontcover.jpg");
  background-position-y: 51%;
  background-repeat: no-repeat;
  background-size: 100%;
}

#buyNow:hover {
  background-color: #b9d9d1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#buyNow:active {
  background-color: yellowgreen;
}

#purchaseWrap {
  width: 100%;
  text-align: center;
  border: 1px solid #75bfab;
  border-radius: 10px;
}
#purchaseWrap p {
  display: inline-block;
  vertical-align: middle;
  min-width: 150px;
  max-width: 100%;
  padding: 0;
  text-align: left;
  margin: 25px 20px;
}

#paypal {
  width: 232px;
  margin: 20px 0;
  vertical-align: middle;
  display: inline-block;
}
#paypal td {
  text-align: center;
}
#paypal select {
  padding: 7px 0 7px 1px;
  margin: 0 0 1rem;
  border-radius: 5px;
}

#amazonBuy {
  border: 1px solid #c4eee2;
  border-radius: 10px;
  padding: 12px 25px 9px;
}

#badges {
  margin-bottom: 1.4rem;
}

#main p a {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  display: contents;
}

a {
  text-decoration: none;
  color: #75BFAB;
  display: inline-block;
}

h1 {
  font-family: "Amaranth", sans-serif;
  line-height: 2.8rem;
  font-size: 2rem;
  margin: 2.8rem 0 2.1rem 0;
}

#logo {
  height: 2.8rem;
  margin: 2.82rem 0.6rem 0 0.6rem;
  position: fixed;
  z-index: 250;
  padding: 0;
}

h2, h3 {
  line-height: 2.8rem;
  margin: 0.7rem 0;
  font-weight: 600;
}

h2 {
  font-size: 1.4rem;
  color: #75bfab;
}

h3 {
  font-size: 1.1rem;
}

#main {
  width: 70%;
  height: 100vh;
  margin: 0;
  padding: 0;
  float: left;
  background-color: white;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 0 0.5rem 0.5rem 0;
}
#main .wrap {
  padding: 0 7% 0 3.9rem;
  min-height: 100vh;
  overflow-y: hidden;
  -ms-overflow-style: none;
}

.wrap {
  overflow-x: hidden;
  margin: 0;
}

#navbar {
  list-style: none;
  padding: 0;
  display: inline-block;
  font-size: 1rem;
  border-bottom: 0.1rem solid #75BFAB;
}
#navbar li {
  padding: 0 0.5rem;
  display: inline-block;
}

a:hover {
  font-weight: bold;
}

#navbar li a {
  list-style: none;
  text-decoration: none;
  color: #75BFAB;
}
#navbar .sel {
  color: white;
  background-color: #75BFAB;
}
#navbar .sel a {
  color: white;
}

p {
  margin: 0;
  clear: both;
  padding-bottom: 1.4rem;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

#side {
  background-color: none;
  width: 30%;
  float: left;
  height: 100vh;
  margin: 0;
  position: relative;
  display: table-cell;
  text-align: center;
}
#side a {
  color: #75BFAB;
}
#side .wrap {
  height: 100vh;
  background-color: white;
  -webkit-box-shadow: 0.25rem 0 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0.25rem 0 0.25rem rgba(0, 0, 0, 0.08);
  border-radius: 0 0.5rem 0.5rem 0;
}
#side .wrap .info {
  font-size: 0.9rem;
  line-height: 1.4rem;
  padding: 0;
  margin: 0;
  display: table-cell;
  color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  vertical-align: middle;
}

.shaded {
  background-color: #fafafa;
  padding: 1rem 0.5rem;
  margin-top: -0.5rem;
}

#side .wrap .info h3 {
  display: table-header-group;
  vertical-align: middle;
  min-width: 25%;
  line-height: 1.4rem;
  text-align: left;
  font-size: 1rem;
}

#main .wrap dl {
  display: table;
  width: 100%;
  padding-bottom: 1rem;
}
#main .wrap dl dt {
  display: table-header-group;
  vertical-align: middle;
  min-width: 25%;
  line-height: 1.4rem;
  text-align: left;
  font-size: 1rem;
}
#main .wrap dl dd, #main .wrap dl dt {
  display: table-cell;
  vertical-align: top;
}

.subnote {
  border-color: #75BFAB;
  border-style: solid;
  border-width: 0 8;
  margin: -0.4rem 0 0.6rem 0;
  font-size: 0.94rem;
  padding-bottom: 0.4rem;
  background-color: #fafafa;
}
.subnote p {
  border: none;
  padding: 0.5rem;
  margin: 0;
  opacity: 0.65;
}
.subnote ul {
  list-style-type: none;
  margin: -0.5rem 1.5rem;
  padding: 0;
}
.subnote ul li {
  padding: 0;
  margin: 0.5rem;
}
.subnote ul li a {
  opacity: 1;
}
.subnote div.center {
  display: inline-block;
  width: 100%;
}
.subnote div.center img {
  display: block;
  margin: 10px auto;
}
.subnote div.center .textWrap {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.subnote div.center .textWrap p {
  width: 100%;
  margin: 0 auto;
  min-width: 50px;
  text-align: center;
}

#main .wrap dl dd ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}

#side .wrap .info ul, #side .wrap .info a {
  text-decoration: none;
}
#side .wrap .info ul {
  text-align: left;
  list-style: none;
  padding: 1rem 0;
  display: table-cell;
  vertical-align: middle;
  right: 0;
}
#side .wrap .info ul h4, #side .wrap .info ul h5, #side .wrap .info ul h6 {
  margin: 1rem 0 0;
}
#side .wrap .info ul li {
  margin: 0.75rem 0;
  line-height: 1.25;
}
#side .wrap .info ul ul {
  padding: 0 0 1rem 1rem;
}
#side .wrap .info ul ul a:hover {
  color: #75BFAB;
}
#side .wrap .info ul ul ul {
  padding-bottom: 0;
}
#side .wrap .info .footnote {
  padding: 0 1.5rem 1rem 0.5rem;
  font-style: italic;
  display: table-footer-group;
  vertical-align: bottom;
  font-size: 0.8rem;
  opacity: 0.75;
}

::-webkit-scrollbar {
  width: 1rem;
  background-color: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: rgba(117, 191, 171, 0.25);
}

::-ms-overflow-style {
  width: 1rem;
  background-color: rgba(255, 255, 255, 0.37);
}

#outside {
  position: absolute;
  right: 50%;
  float: right;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: -250;
  overflow: hidden;
}

#menu {
  position: fixed;
  background-color: #75BFAB;
  color: white;
  font-weight: bold;
  height: 100vh;
  padding: 0 1.2rem 0 4.2rem;
  margin-left: 0;
  display: none;
  z-index: 20;
  overflow-y: scroll;
  -webkit-box-shadow: 0.25rem 0 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0.25rem 0 0.25rem rgba(0, 0, 0, 0.08);
  border-radius: 0 1rem 1rem 0;
}
#menu ul {
  padding: 0 0.65rem;
  list-style: none;
  text-align: left;
  line-height: 2.4rem;
}
#menu ul li:hover {
  list-style: circle;
}
#menu a {
  text-decoration: none;
  color: white;
}
#menu .sel {
  list-style: disc;
}

#fade {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100vw;
  left: 0;
  height: 100vh;
  display: none;
}

.button {
  z-index: 250;
}
.button:hover ~ #content {
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
}
.button:hover ~ #fade, .button:hover ~ #menu {
  display: block;
}

#menu:hover {
  display: block;
}
#menu:hover ~ #content {
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
}
#menu:hover ~ #fade {
  display: block;
}

.center {
  text-align: center;
  display: table;
  width: 100%;
}
.center div {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 0;
}
.center div .button {
  padding: 0 0.5rem;
}

.FBbanner {
  text-align: center;
  vertical-align: middle;
  display: table;
  margin-bottom: 1rem;
  width: 100%;
  padding: 0.5rem 0;
}
.FBbanner h4 {
  padding: 0 0.5rem 0.5rem 0.5rem;
  margin: 0;
}

button {
  background-color: #75BFAB;
  color: white;
  border-radius: 0.25rem;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border: none;
  font-family: "Molengo", sans-serif;
  font-size: 1rem;
  cursor: pointer;
}
button:hover {
  background-color: #5c9888;
}

#footer {
  position: relative;
  display: block;
  color: #b9d9d1;
  font-size: 0.8rem;
  padding: 0;
  margin-top: 15rem;
  bottom: 0;
}
#footer p {
  display: block;
  padding: 0;
  margin-right: 1rem;
}

.left {
  float: left;
  clear: none;
  width: 40%;
  padding-right: 0.5em;
}

.right {
  clear: none;
}

#callOut {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  background-color: #3782c0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.35rem 1rem;
  -webkit-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
  border-radius: 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 4px 8px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 4px 8px;
  margin: 1.5rem 0 2.5rem;
}
#callOut .message {
  font-size: 1.2rem;
}
#callOut .moreInfo {
  font-size: 0.9rem;
}

#callOut:hover {
  font-weight: normal;
  background-color: #6db6cc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 4px 8px;
          box-shadow: rgba(0, 0, 0, 0.3) 2px 4px 8px;
}