/*  BACKGROUND GRADIENTS */
/*  USAGE Example: @include background-gradient(red, black, vertical) */
/* BACKGROUND SIZE */
/* USAGE Example: @include background-size(100%, 100%); */
/* BOX SIZING */
/* usage example: @include box-sizing(border-box); */
/* POSITION */
/* USAGE EXAMPLE : @include position(absolute, 10px, null, 10px, 10px); */
/* OPACITY */
/* USAGE EXAMPLE : @include opacity(0.2); */
/* Arrows / Triangles */
/* Circle */
/* Not Text */
/* Auto */
/* generic transform */
/* rotate */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/* IMAGES */
/*$img-path: '../images/' !default;



$font-body-base-small:ceil(($font-body-base * 0.75)) !default;*/
/* Font Size */
/*$line-height-base: 1.625em !default;*/
/* COLORS */
/*Common Link Color*/
/*$brand-color-hover : #027BAA;*/
#owcpearson-book {
  display: block;
  margin: 0px 10px;
}
#owcpearson-book .owccontainer .sec-heading {
  background: #dedcdc;
  color: #333333;
  padding: 10px 10px;
  margin-bottom: 15px;
}
#owcpearson-book .book-list {
  display: block;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  margin: 0 15px 15px 0;
}
#owcpearson-book .book-list a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #owcpearson-book .book-list {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  #owcpearson-book {
    margin: 0px 0px;
  }
}

#supplementSection .head-supplement {
  text-align: center;
  color: #ffffff;
  padding: 20px 0px;
}
#supplementSection .head-supplement h1 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #supplementSection .head-supplement h1 {
    font-size: 36px;
  }
}
#supplementSection .supplement-title .figure {
  padding-top: 20px;
  text-align: center;
  margin: 0px auto;
}
#supplementSection .supplement-title .title {
  padding: 20px 10px 0px 10px;
}
#supplementSection .supplement-title .title > a {
  display: block;
  color: #124881;
}
#supplementSection .supplement-title .title > a:hover {
  text-decoration: none;
  color: blue;
}
#supplementSection .supplement-title .booklisting {
  background: #ffffff;
  padding-bottom: 30px;
  margin: 10px auto;
}
#supplementSection .supplement-title .booklisting p {
  padding: 0px 10px;
}
