/* -- [ Shared Content Between Results and Product ] -- */
@import url("//cdn.cengage.com/libs/font-awesome/4.0.3/css/font-awesome.min.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,600,700);
body :before, 
body :after {
  display: inline-block;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased !important;
  font-family: FontAwesome;
  font-weight: normal;
  webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

/* -- ENDECA -- */

.endeca-slot { display: block; }

/* -- Text Shadow IE Fix -- */ 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  *, html body, button,
  a, :before, :after { text-shadow: none !important; }
}

/* -- ------------------- --------------- */
/* -- Basic layout styles --------------- */
/* -- ------------------- --------------- */

html body { 
  background-color: #FFF;
  min-height: 100%; 
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

html body, button {
  color: #333;
  font: 400 14px/1 'Open Sans', Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

button { 
  border: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner { 
  border: 0;
  padding: 0;
}

a, :before, :after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1, h2, h3 { font-weight: 600; }

h1 {  
  font-size: 18px; 
  line-height: 24px;
}

a, a:visited {
  color: #0071A2;
  text-decoration: none;
}

a:hover, a:focus { text-decoration: underline; }

strong, b { font-weight: 600; } 

p { line-height: 22px; }

ul li { line-height: 22px; }

ul.bullet-list { 
  list-style-type: disc;
  padding: 4px 0 0 20px;
}

ul.bullet-list li { display: list-item; }

hr.faded-divider {
  background-image: -webkit-linear-gradient(left,rgba(204,204,204,.1),rgba(204,204,204,.8),rgba(204,204,204,.9),rgba(204,204,204,1),rgba(204,204,204,.9),rgba(204,204,204,.8),rgba(204,204,204,.1));
     background-image: -moz-linear-gradient(left,rgba(204,204,204,.1),rgba(204,204,204,.8),rgba(204,204,204,.9),rgba(204,204,204,1),rgba(204,204,204,.9),rgba(204,204,204,.8),rgba(204,204,204,.1));
      background-image: -ms-linear-gradient(left,rgba(204,204,204,.1),rgba(204,204,204,.8),rgba(204,204,204,.9),rgba(204,204,204,1),rgba(204,204,204,.9),rgba(204,204,204,.8),rgba(204,204,204,.1));
       background-image: -o-linear-gradient(left,rgba(204,204,204,.1),rgba(204,204,204,.8),rgba(204,204,204,.9),rgba(204,204,204,1),rgba(204,204,204,.9),rgba(204,204,204,.8),rgba(204,204,204,.1));
  border: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
          box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
  height: 1px;
  margin: 10px 0 10px 0;
  width: 100%;
}

.ie8 hr.faded-divider {
  background: url('//cdn.cengage.com/images/apps/search/hr-faded.jpg');
  height: 12px; 
}

.double-arrow-right { }
.double-arrow-right:after {
  content: "\f101";
  margin-left: 4px;
  -webkit-transition: .15s ease-in-out;
     -moz-transition: .15s ease-in-out;
      -ms-transition: .15s ease-in-out;
       -o-transition: .15s ease-in-out;
          transition: .15s ease-in-out;
}

.double-arrow-right:hover:after { padding-left: 2px; }

/* -- ------------ -- */
/* -- Bread Crumbs -- */
/* -- ------------ -- */

#bread-crumbs {
  font-size: 11px;
  margin-bottom: 8px;
  padding-top: 6px;
}

#bread-crumbs h1 { 
  font-size: 24px;
  margin: 9px 0 6px;
}

#bread-crumbs h1 span { font-size: 16px; }

#bread-crumbs li {
  display: inline-block;
  line-height: normal;
}

#bread-crumbs li:before { 
  color: #999;
  content:"\f105";
  font-size: 14px;
  margin: 0 4px 0 2px;
  vertical-align:-1px;
}

#bread-crumbs li:first-child:before { 
  content: " ";
  margin:0;
}

#bread-crumbs ul li:last-child:after { content: " "; } 

@media (max-width: 768px) {

  #bread-crumbs h1 {  margin: 0; }

  #bread-crumbs ul { 
    height: 10px;
    visibility: hidden; 
  } 
}


/* -- [ Additional Links ] -- */

ul.additional-links { border-bottom: 1px solid #AF5700; }

ul.additional-links li {
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
}

ul.additional-links li:last-of-type { }

ul.additional-links > li > a { 
  border-top: 1px solid #AF5700;
  display: block;
  text-indent: 15px;
  width: 100%;
}

/* -- [ Wish List ] -- */

ul.additional-links li.wish-list {  
  border: 1px solid #AF5700;
  border-top: 0; 
  position: relative;
  width: calc(100% - 2px);
}

ul.additional-links li.wish-list.closed { 
  border-width: 1px 0 0 0; 
  width: 100%;
}

.wish-list.closed a { color: #0071A2; }

.wish-list.closed .close-wish-list { display: none; }

.wish-list button.close-wish-list { 
  background: transparent;
  color: #0071A2;
  font-weight: 600;
  height: 24px;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.wish-list .close-wish-list:after {
  content: "\f00d";
  padding-left: 3px;
}

.wish-list ul { 
  background: #fff;
  border: 1px solid #AF5700;
  display: none;
  left: -1px;
  margin: 0;
  padding-bottom: 15px;
  position: absolute;
  top: 24px;
  width: 100%;
  z-index: 1; 
}

.wish-list ul li {
  border: 0;
  border-bottom: 1px solid #CCC !important;
  display: block;
  margin: 0 10px;
  width: calc(100% - 20px);
}

.wish-list ul li  a { 
  line-height: 24px;
  text-indent: 0 !important; 
}

/* -- [ RESULTS LIST NAVIGATION ] -- */

/* section[class*="results-list"] targets results-list and results-list header */

section[class*="results-list"] nav {
  float: right;
  min-height: 22px;
  line-height: 22px;
  margin-top: -5px;
}

section.results-list nav { 
  float: none;
  margin-top: 0;
  text-align: right;
}

section[class*="results-list"] ul.results-list-pagination { 
  font-size: 11px; 
  display: inline-block;
}

section[class*="results-list"] nav select { margin-bottom: 10px; }

section[class*="results-list"] label[for="CNS"] { font-size: 11px; }
 
section[class*="results-list"] .results-list-pagination li {
  display: inline-block;
  border: 0;
  font-size: 11px;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: auto;
}
section[class*="results-list"] .results-list-pagination li.search_curent { 
  color: #CE3C23;
  padding: 0 5px;
}

section[class*="results-list"] .results-list-pagination .button:nth-last-of-type(-n+2) { margin-left: 3px; }

section[class*="results-list"] .results-list-pagination a {
  width: auto;
  padding: 0 5px;
}

section[class*="results-list"] ul.results-list-pagination li.button { 
  border: 1px solid #CCC;
  border-radius: 0;
  color: transparent;
  font-weight: normal;
  height: 20px;
  padding: 0;
  width: 20px;
}

section[class*="results-list"] ul.results-list-pagination li.button a { 
  color: transparent;
  display: block;
}

section[class*="results-list"] ul.results-list-pagination li.go.button { border: 1px solid #aaa; }

section[class*="results-list"] ul.results-list-pagination .button:before {
  color: #CCC;
  content: "\f104";
  font-size: 15px;
  left: 6px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  z-index: -1;
}

section[class*="results-list"] ul.results-list-pagination li.go.button:before { 
  border-color: #AAA !important;
  color: #777; 
}

section[class*="results-list"] ul.results-list-pagination li.button:first-of-type:before,
section[class*="results-list"] ul.results-list-pagination li.button:last-of-type:before { 
  border: 1px solid #CCC;
  border-width: 0 0 0 1px;
  content: "\f100";
  height: 10px;
  line-height: 10px;
  left: 5px;
  padding-left: 1px;
  top: 4.5px;
}

section[class*="results-list"] ul.results-list-pagination li.button:last-of-type:before { left: 3px; }

section[class*="results-list"] ul.results-list-pagination :nth-last-of-type(-n+2):before { 
  left: 9px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1,1);
      -ms-transform: scale(-1,1);
          transform: scale(-1,1);
}

section[class*="results-list"] .results-list-pagination li:not(.button):before { 
  content: "";
  border-left: 1px solid #333;
  height: 10px;
  left:-2px;
  position: absolute;
  top:6px;
}

section[class*="results-list"] .results-list-pagination li:nth-child(3):before {  border-left: 0; }

@media (max-width: 840px) {  
  .two-column-container section[class*="results-list"] nav {
    display: block;
    float: initial !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 580px) {  
  section[class*="results-list"] nav {
    display: block;
    float: initial !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 480px) { 
  section[class^="results-list"] nav { text-align: left; }
}

/* -- --------------------- -- */
/* -- [RESULTS LIST HEADER] -- */
/* -- --------------------- -- */

.results-list-header {  
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 7px;
  position: relative;
  width:100%;
}

.results-list-header h1 {
  font-size: 16px;
  font-weight: 400;
}

.results-list-header ul.content-options  {
  display: inline-block;
  font-weight: 600;
  vertical-align: top;
  margin-right: 10px;
}

.results-list-header ul.content-options li { 
  display: inline-block; 
  font-size: 11px;
}

.results-list-header ul.content-options li:first-of-type { margin-right: 3px; }

.results-list-header ul li img { 
  float: none;
  padding: 0 3px;
  margin:0;
  vertical-align: text-top;  
}

/* -- ---------------- -- */
/* -- [ RESULTS LIST ] -- */
/* -- ---------------- -- */
  
.results-list p { 
  line-height: 18px; 
}

.results-list .series {
  color: #000;
  font-weight: 700;
}

.results-list .new { 
  color: #CE3C23; 
  font-weight: 700;
}

.results-list .author { font-style:italic; }

.results-list .title {
  font-weight: 700;
  line-height: 18px;
  position:relative;
}

.results-list .title img {
  border: 0;
  height: 15px;
  left: 0;
  margin: 0 !important;
  position: absolute;
  top: 0;
  width: 15px;
}

.results-list .column-2 > p span.title:first-of-type img { top: 5px;}

.results-list .title img + a { margin-left: 18px; }

.results-list .sub-title { color: #666; }

.results-list .award-winner { font-weight: 700; }

.results-list img {  
  border: 1px #ccc solid;
  float: left;  
  margin-right: 15px;
  width: 67px;
}

.results-list > ul {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
}

.results-list > ul > li {
  border-bottom: 1px dotted #CCC;
  display: inline-block;
  margin-bottom: 13px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

.results-list > ul > li:last-child {  
  border-bottom: 0 dotted #CCC;
  margin-bottom: 0;
}

.results-list ul li .column-1 { }

.results-list ul li .column-2 {  }

.results-list ul li.two-columns div.column-2 { 
  float: none;
  overflow: hidden;
  width: auto; 
}

.results-list li.three-columns .column-2 { 
  padding-right: 10px;
  overflow: hidden;
}

.results-list ul li .column-3 { 
  float: right;
  width: 232px;
}

/* -- [ Core Product and Supplement ] -- */

.results-list li.core-and-supplement { padding-bottom: 20px; }

.results-list li.core-and-supplement h2,
.results-list li.core-and-supplement + h2 { 
  font-size: 18px; 
  line-height: 24px;
}

.results-list li.core-and-supplement + h2 { margin-bottom: 20px; }

/* -- [ Core Product and Supplement ] -- */

#supplement-only {
  background: #ECEDE0;
  border: 1px solid #CCC;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 10px 15px 10px;
}

#supplement-only h2,
#supplement-only + h2 { 
  font-size: 18px; 
  line-height: 24px;
}

@media (max-width: 600px) {

  .results-list > ul > li {
    display: table;
    overflow: hidden;
  }

  .results-list li.three-columns .column-2 { 
    padding-right: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .results-list ul li .column-3 { 
    display: table-footer-group;
    margin-top: 10px;
    float: initial;
  }

  .results-list ul li .column-3 section { margin-bottom: 0; }

}

/* -- [ GDC RESULTS LIST ] -- */
.gdc-results-list { }

.gdc-results-list > ul {
  margin-left: -3%;
  text-align: center;
}

.gdc-results-list > ul li {
  border: 1px solid #CCC;
  display: inline-block;
  margin: 0 0 25px 2%;
  min-height: 156px;
  overflow: hidden;
  padding: 15px 15px 49px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: calc(31% - (15px * 2));
  min-width: 186px;
  max-width: 360px;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.01);
     -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.01);
          box-shadow: 0 0 0 0 rgba(0,0,0,.01);
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}

.two-column-container .gdc-results-list > ul li { min-width: 213px; }

.gdc-results-list > ul li:hover { 
  border-color: #0071a2;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.45);
     -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.45);
          box-shadow: 0 1px 6px 0 rgba(0,0,0,.45);
}

.gdc-results-list > ul li .tile-item { 
  display: block;
  height: 134px;
  overflow: hidden;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}

.gdc-results-list > ul li .tile-item.expanded { 
  height: auto;
}

.gdc-results-list li h3 { 
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 4px;
  text-align: center;
/*
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 36px;
*/
}

.gdc-results-list li h3:hover { text-decoration: underline; }

.gdc-results-list li p { 
  color: #333;
  font-size: 13px;
  line-height: 18px;
/*  
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
*/
}

.gdc-results-list button{
  background: transparent;
  color: #0071a2;
  font-weight: 600;
  font-size: 13px;
  padding-left: 0;
}

.gdc-results-list button:hover {
  text-decoration: underline;
}

.gdc-results-list li a.tiled-product-link {
  color: #CCC;
  border-radius: 50%;
  bottom: 15px;
  height: 35px;
  left: 50%;
  line-height: 37px;
  margin-left: -17.5px;
  position: absolute;
  width: 35px;
  -webkit-transition: all .45s ease-in-out;
     -moz-transition: all .45s ease-in-out;
      -ms-transition: all .45s ease-in-out;
       -o-transition: all .45s ease-in-out;
          transition: all .45s ease-in-out;
}

.gdc-results-list li a.tiled-product-link:hover {
  color: #0071a2;
}

.gdc-results-list li a.tiled-product-link:after {
  content: "\f138";
  height: 100%;
  left: 0;
  top:0;
  font-size: 40px;
  width: 100%;
}

.gdc-results-list nav { 
  float:  none !important;
  text-align: right;
}

/* -- [ One Column - with Shift content  ] -- */

@media (min-width: 980px) {

  .two-column-container .gdc-results-list > ul li,
  .gdc-results-list > ul li { }

  .gdc-results-list > ul li {
    min-width: 213px;
    min-width: 186px;
    width: calc(30% - (15px * 2));
  }

}

@media (max-width: 768px) {
  .gdc-results-list > ul li { min-width: 311px;} 
}

@media (max-width: 500px)  { 
  .gdc-results-list > ul { margin-left: 0; }

  .gdc-results-list > ul li { 
    margin: 0 0 20px 0; 
    width: calc(100% - (16px * 2));
  } 

}

/* --- ------------ --- */
/* --- Video PLAYER --- */
/* --- ------------ --- */

video {
  width: 100% !important;
  height: auto !important;
}

.video div[id$="_wrapper"] { position: relative; }

.video div[id^="jwplayer"] { 
  position: relative; 
  overflow: hidden;
}

/* -- [ Mobile Video Classes ] -- */

.video div[id^="jwplayer"] .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video div[id^="jwplayer"] .iframe-container  iframe { 
  left:0;
  position: absolute;
  height: 100% !important;
  top:0;
  width: 100% !important;
}

/* -- [ Standard Video Styles ] -- */

.video-container { 
  font-size: 12px;
  max-width: 640px;
}

.video-container span[id^="vidyard_span"] {
  max-width: 640px !important;
  width: auto !important;
}

.video-container a, 
.video-container a:visited  { 
  color: #0071a2;
  text-decoration: none; 
}

.video-container h1, 
.video-container h2, 
.video-container h3 {
  font-size: 14px;
  font-weight: 700;
}

.video-container h1 {
  color: #C60;
  padding: 24px 0 10px 0;
}

.video-container h2 { padding: 20px 0 6px 0; }

.video-container h3 {
  font-size: 12px;
  line-height: normal !important;
  margin: 0 !important;
  padding: 0;
}

.video-container p { line-height: 20px; } 

.video-container ul li { list-style-type: none; }

.video-container ul.nav {
  border-bottom: 1px #CCC solid;
  float: left;
  padding-bottom: 10px;
  width: 100%;
}

.video-container ul.nav li{
  border-right: 1px #CCC solid; 
  display: inline-block;
  float: left;
  line-height: normal;  
  margin: 0;
  padding: 0 20px;
}

.video-container ul.nav li:last-child { border: 0; }

.video-container ul.nav li.ui-state-active a { color: #CE3C23; }

.video-container ul.tabPanel { margin: 0px 0px 0px -110px; }

.video-container ul.tabPanel li {
  display: inline-block;
  min-height: 140px;
  margin: 20px 0px 0px 110px;
  vertical-align: top;
  width: 140px;
}

.video-container ul.tabPanel li img { 
  border: 1px #CCC solid; 
  margin-bottom: 8px;
}

.active-video-state h3, .active-video-state p { color: #333; }

.active-video-state img { box-shadow: 0 0 10px #555;}

.ie8 .active-video-state.video { 
  position:relative; 
  z-index: 1;  
}

.ie8 .active-video-state.video:after {
  background: url("http://d-www.cengage.com/sandbox/travis/images/ie8-video-background.png") no-repeat;
  content: " ";
  position: absolute;
  padding: 80px;
  right: -11px;
  top: -9px;
  z-index: -1;   
}

@media (max-width:480px) { 

  .video-container ul.nav li {
    float: none;
    padding: 5px 20px;
    border-right: 0;
    display: block;
    position: relative;

  }

  .video-container ul.nav li:before {   
    content: "·";
    font-size: 40px;
    top: -11px;
    left: 0px;
    position: absolute;
    color: #AAA;
  }

}
