/* =========================== GENERAL ============================== */
html, body {
  height: 100%;
}

body {
  background-color: #ffffff;
  /* overflow-x: hidden; */
  font-family: 'Source Sans Pro', 'Open Sans Regular', sans-serif;
  font-size: 18px;
  background-color: #556e78;
}

html {
  overflow-x: hidden;
}

h2 {
  color: rgb(55, 71, 79);
  font-size: 24px;
  margin-bottom: 18px;
}

.oewb-button {
  background: rgb(55, 71, 79);
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: normal;
  padding: 7px 22px;
  border-radius: 2px;
}

.oewb-button:active,
.oewb-button:focus,
.oewb-button:visited {
  text-decoration: none;
  outline: none !important;
  -moz-outline-color: transparent;
  mso-outline-level: 0;
}

.oewb-button:hover {
  background-color: #bc2536;
  text-decoration: none;
}

.modal-content {
  padding: 30px;
  background-color: #e22a3f;
  color: white;
}

.close {
  color: #fff;
  opacity: 0.8;
  text-shadow: 0 1px 0 #545454;
}

/* =========================== HEADER ============================== */
header {
  height: 257px;
  /*! margin-bottom: 13px; */
  position: relative;
}

header .top {
  background: url('../src/oewb_header.png') bottom center repeat-x;
  height: 257px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

header .logo {
  height: 85px;
  margin-top: 40px;
  width: auto;
}

header .oewb-h1 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  color: #fff;
}

/* =========================== MAIN ============================== */

.main-content p {
  color: rgb(82, 102, 113);
  font-size: 16px;
  margin-bottom: 21px;
}

.main-content {
  min-height: 200px;
  background-color: #fff;
}

.main-content .nuschl {
  border: 1px solid rgb(207, 216, 220);
  background: rgb(236, 239, 241);
  font-size: 22px;
  height: 48px;
  padding-left: 11px;
  text-align: center;
}

.main-content .iicon img {
  height: 20px;
  position: absolute;
  top: 15px;
  right: 25px;
}

/* =========================== FOOTER ============================== */
footer {
  background-image: url('../src/oewb_footer.jpg');
  background-color: #556e78;
  background-repeat: repeat-x;
  color: #fff;
  font-size: small;
  padding-bottom: 70px;
  padding-top: 35px;
}

.footer-content {
  font-size: 16px;
  margin-bottom: 21px;
}

.footer-content h2 {
  color: #fff;
  font-weight: lighter;
  margin-bottom: 50px;
}

.footer-content .bookdesc {
  font-size: 16px;
  margin-top: 34px;
}

.footer-content .orderbtn {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
}

.copyright {
  color: rgb(176, 190, 197);
}

.oewb-cover {
  height: 280px;
  width: auto;
}

hr.footer-separator {
  border: thin solid #78909c;
  max-width: 370px;
}

ul.links {
  list-style: none;
  padding-left: 0;
}

ul.links>li {
  display: inline-block;
  padding-right: 13px;
}

ul.links>li>a {
  color: #b0bec5;
}

ul.bookdesc {
  list-style-type: disclosure-closed;
  padding-left: 60px;
}

ul.bookdesc li {
  margin-bottom: 8px;
  position: relative;
}

footer a,
footer a:visited,
footer a:active,
footer a:hover,
footer a:focus {
  text-decoration: none;
  color: #fff !important;
}
