@charset "UTF-8";

/*** BOOKS BUTTONS ***/
.books-product-btn-excerpt{
  border-color: #432ED1;
  color: #432ED1;
}
.books-product-btn-excerpt:hover,
.books-product-btn-excerpt:focus{
  background-color: #432ED1;
  color: #ffffff;
}
.books-product-btn-video{
  border-color: #098031;
  color: #098031;
}
.books-product-btn-video:hover,
.books-product-btn-video:focus{
  background-color: #098031;
  color: #ffffff;
}
.books-product-btn-lang{
  border-color: #0B6CFE;
  color: #0B6CFE;
}
.books-product-btn-lang:hover,
.books-product-btn-lang:focus{
  background-color: #0B6CFE;
  color: #ffffff;
}

/*** ALL BOOKS AND SEARCH PAGE ***/
.books-browsing-info{
  color: #757575;
  font-size: 14px;
  line-height: 18px;
}

/*** WHATS NEW ***/
#cal-btn{
  width: 0px;
  height: 0px;
  border: none;
  outline: none;
}

/*** FILTERS ***/
#books-filters{
  margin-bottom: 20px;
}
#books-filters-mobile-toggle,
#books-filters-mobile-toggle .fa-chevron-down{
  transition: all 150ms;
}
#books-filters-mobile-toggle:active,
#books-filters-mobile-toggle:focus-visible,
#books-filters-mobile-toggle:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
#books-filters-mobile-toggle:hover .fa-chevron-down,
#books-filters-mobile-toggle:focus-visible .fa-chevron-down,
#books-filters-mobile-toggle:focus .fa-chevron-down{
  color: #0C5AC6;
}
#books-filters-container{
  justify-content: end !important;
}
#books-filters-container.show ~ #books-filters-mobile-toggle{
  transform: rotate(180deg);
}

#books-filters-view{
  font-size: 15px;
  line-height: 15px;
}
.books-filters-view-btn{
  padding: 5px;
  margin: 0;
  border: none;
  color: #A8A8A8;
  border-radius: 4px;
  transition: all 150ms;
  font-size: 23px;
  line-height: 23px;
  margin-right: 10px;
}
.books-filters-view-btn:hover,
.books-filters-view-btn:focus{
  background-color: #f0f0f0;
  color: #000000;
}
.books-filters-view-btn:active{
  border: none;
}
.books-filters-view-active{
  color: #000000 !important;
}
.books-filters-view-active:hover,
.books-filters-view-active:focus{
  background-color: transparent;
  cursor: default;
}

#books-filters-canadian-switch{
    width: 80px;
    height: 42px;
    background-image: url(../images/canadian-maple-leaf.png);
    background-color: #EFEFEF;
    float: none;
    margin: 0 0 0 10px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 150ms;
    cursor: pointer;
}
#books-filters-canadian-switch:after{
  background: #ffffff; 
  border: 1px solid #cc0000;
}
#books-filters-canadian-switch:hover,
#books-filters-canadian-switch:active,
#books-filters-canadian-switch:focus,
#books-filters-canadian-switch:focus-visible{
  background-color: #e6e6e6;
}
#books-filters-canadian-switch:checked{
  background-color: #E81111;
}

.books-filters-dropdown-btn{
  background-color: #EFEFEF;
  border-radius: 5px;
  padding: 6px 12px;
  box-sizing: border-box;
  width: 170px;
  height: 42px;
  text-align: left;
  border: none;
  outline: none;
}
.books-filters-dropdown-btn:hover,
.books-filters-dropdown-btn:active,
.books-filters-dropdown-btn:focus-visible,
.books-filters-dropdown-btn.show{
  background-color: #e6e6e6 !important;
  border: none !important;
}
.books-filters-dropdown-title{
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  margin: 0 0 4px 0;
}
.books-filters-dropdown-filtertext{
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #0C5AC6;
}
.books-filters-dropdown-chevron{
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #0C5AC6;
}
.books-filters-dropdown-btn.show .books-filters-dropdown-chevron{
  transform: rotate(180deg);
}
.books-filters-dropdown-content.show{
  min-width: 220px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  border: none;
  margin-top: -5px;
  box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.25);
  right: -10px;
  left: unset;
}
.books-filters-dropdown-content.show .form-check{
  min-width: 150px;
}

/*** OUR BOOKS MAIN PAGE ***/
#ourbooks-featuredawards .books-bookitem{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 30px;
  width: 50%;
}
#ourbooks-featuredawards .books-bookitem-image-container{
  width: 25%;
}
#ourbooks-featuredawards .book-info{
  width: 75%;
}
#ourbooks-featuredawards .book-name{
  font-size: 18px;
  line-height: 22px;
}
#ourbooks-featuredawards .badge-award-text{
  font-size: 14px;
  line-height: 18px;
}
#ourbooks-featuredawards .description,
#ourbooks-featuredawards .more-info{
  display: none;
}

.books-filters-heading{
  margin: 0 0 10px 0;
  display: block;
}
#books-filters-age .books-filters-dropdown-content.show{
  width: 250px;
}
#books-filters-powerofstory .books-filters-dropdown-content.show{
  min-width: 320px;
}
.books-filters-sortby-option{
  padding: 3px 0;
}
.books-filters-sortby-option:hover,
.books-filters-sortby-option:focus{
  color: #0C5AC6 !important;
}
.books-filters-sortby-option .fa-check{
  display: none;
}
.books-filters-sortby-option-active{
  color: #0C5AC6 !important;
}
.books-filters-sortby-option-active .fa-check{
  display: block;
  float: right;
  margin: 3px 0 0 0;
}

.btn-clear-filters {
    background-color: transparent;
    border: none;
    color: #E81111;
}

/*** AWARDS ***/
.bg-awards{
  background-color: #ffd029;
  background-image: url(../images/bg-awards.jpg);
  background-repeat: repeat;
}
.bg-awards a.-contrast{
  color: #000000;
}
.bg-awards .tag-pill.-contrast{
  background-color: #ffffff !important;
  color: #000000 !important;
}
.awards-featured-item{
  max-width: 425px;
}
.awards-featured-item-link{
  height: 100%;
  padding: 0 0 30px 0;
  display: block;
  position: relative;
  border-radius: 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: all 150ms;
}
.awards-featured-item-link:hover,
.awards-featured-item-link:focus{
  transform: scale(1.02);
  box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}
.awards-featured-item-image{
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  display: block;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.awards-featured-item-image-author-container{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  border-radius: 15px;
}
.awards-featured-item-image-bg-author .awards-featured-item-image{
  padding: 50px;
  box-sizing: border-box;
}
.awards-featured-item-image-book{
  background-size: 50%;
  background-position: center center;
}
.awards-featured-item-image-bg{
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.awards-featured-item-image-bg-blur .awards-featured-item-image{
  background-color: rgb(235,235,235,0.75);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.awards-featured-item-image-logo{
  background-size: 75%;
  background-position: center center;
}
.awards-featured-item-content{
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 40px;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.awards-featured-item-winner .awards-featured-item-link{
  background-color: #4E378F;
}
.awards-featured-item-spotlight .awards-featured-item-link{
  background-color: #0C5AC6;
}
.awards-featured-item-featured .awards-featured-item-link{
  background-color: #172C75;
}
.awards-featured-item-winner .awards-featured-item-content-label{
  color: #4E378F;
}
.awards-featured-item-spotlight .awards-featured-item-content-label{
  color: #0C5AC6;
}
.awards-featured-item-featured .awards-featured-item-content-label{
  color: #172C75;
}
.awards-featured-item-content-label{
  width: fit-content;
  z-index: 100;
  position: relative;
  margin: -60px auto 20px auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 25px;
  border-radius: 100px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.awards-featured-item-content-title{
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #FFE600;
}
.awards-featured-item-content-description{
  color: #ffffff;
  margin: 0 0 30px 0;
}
.awards-featured-item-content-cta{
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  font-weight: 700;
}
.awards-featured-item-content-cta .fa-arrow-right{
  margin-left: 5px;
}

/*** FEATURED ITEMS ***/
.featured-item img{
  transition: all 150ms;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
  border-radius: 300px;
}
.featured-item-image{
  
}
.featured-item-image img{
  width: 100%;
  height: auto;
}
.featured-item-text{
  display: block;
  text-align: center;
}
.featured-item:hover img,
.featured-item:focus img{
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  transform: scale(1.025);
}

/*** FEATURED AUTHORS ***/
.authors-featured-item{
  max-width: 425px;
}
.authors-featured-item-link{
  height: 100%;
  padding: 0 0 30px 0;
  display: block;
  position: relative;
  border-radius: 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: all 150ms;
}
.authors-featured-item-link:hover,
.authors-featured-item-link:focus{
  transform: scale(1.02);
  box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}
.authors-featured-item-image{
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  display: block;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.authors-featured-item-image-author-container{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  border-radius: 15px;
}
.authors-featured-item-image{
  padding: 50px;
  box-sizing: border-box;
  background-color: rgb(235,235,235,0.75);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.authors-featured-item-image-bg{
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.authors-featured-item-content{
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 40px;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.authors-featured-item-link{
  background-color: #0C5AC6;
}
.authors-featured-item-content-title{
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #FFE600;
}
.authors-featured-item-content-description{
  color: #ffffff;
  margin: 0 0 30px 0;
}
.authors-featured-item-content-cta{
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  font-weight: 700;
}
.authors-featured-item-content-cta .fa-arrow-right{
  margin-left: 5px;
}
#authors-search{
  background-color: #efefef;
}
#authors-search .search-box{
  max-width: 780px;
  margin: 0 auto;
}

/*** AUTHOR PAGE ***/
#author-bio{
  background-color: #F4FDFF;
}
#author-bio .container{
  max-width: 800px;
}

/*** PRODUCT PAGE ***/
#books-series-bar{
  background-color: #0B3F6F;
}
#books-series-bar a,
#books-series-bar .superheading{
  color: #ffffff;
}
#books-series-bar a{
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.books-product-image{
  box-shadow: -4px 4px 30px rgba(0,0,0,0.25);
}
#books-product-name .fleurdelis{
  width: auto;
  height: 40px;
  margin: -7px 0 0 0;
}
#awardstagbtn .badge-label-designation{
  background-color: #ffd029;
  color: #000000;
}
#awardstagbtn .badge-label-end path{
  fill: #ffd029;
}
#books-product-metadata{
  background: #F6F6F6;
  font-size: 14px;
  line-height: 18px;
}
.book-tech-details-item{
  margin-right: 15px;
  display: inline-block;
}

.book-pub-status{
  display: block;
  padding: 4px 8px;
  font-weight: 700;
  width: fit-content;
  border-radius: 5px;
}
.book-status-unavailable{
  color: #AF0D0D;
  background-color: #F8C4C4;
}

#books-product-recommendations{
  background-color: #f7f7f7;
}

/*** LARGE PROMO BANNER ***/
.promo-large .row{
  transition: all 150ms;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.promo-large .promo-image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.promo-large .promo-text{
  height: 500px;
}
.promo-large .promo-heading{
  
}
.promo-large .promo-body{
  
}
.promo-large:hover .row{
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  transform: scale(1.025);
}

/*** MEDIUM PROMO BANNER ***/
.promo-medium img{
  transition: all 150ms;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
}
.promo-medium img{
  width: 100%;
  height: auto;
}
.promo-medium:hover img,
.promo-medium:focus img{
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  transform: scale(1.025);
}

/*** ALL CONTRIBUTORS PAGE ***/
.contributors-list-display{
  display:block;
}

.contributors-letter-padding{
  padding-top:1.2rem;
}

/*** VIDEO PLAYER ***/
.video-container{
	height: 400px;
  width: 100%;
}

@media screen and (max-width:1399px){
	.video-container{
		height: 400px;
    width: 100%;
	}
}
@media screen and (max-width:1199px){
	.video-container{
		height: 400px;
    width: 100%;
	}
}
@media screen and (max-width:991px){
	.video-container{
		height: 300px;
    width: 100%;
	}
}
@media screen and (max-width:767px){
	.video-container{
		height: 300px;
    width: 100%;
	}
}
@media screen and (max-width:480px){
	.video-container{
		height: 200px;
    width: 100%;
	}
}

.vjs-poster, .video-js, .limelight-player {background-color: transparent !important;}


/*** MEDIA QUERIES ***/
@media screen and (max-width: 1200px){
  /*** AWARDS ***/
  .awards-featured-item-image{
    height: 300px;
  }
  .awards-featured-item-content{
    padding: 25px;
  }
  .awards-featured-item-image-bg-author .awards-featured-item-image{
    padding: 40px;
  }
  .awards-featured-item-image-book{
    background-size: 45%;
  }
  .awards-featured-item-content-label{
    margin-top: -45px;
    font-size: 16px;
    line-height: 16p;
  }
  .awards-featured-item-content-title{
    font-size: 20px;
    line-height: 25px;
  }
  .awards-featured-item-content-description{
    margin: 0 0 15px 0;
  }
  .awards-featured-item-content-description, .awards-featured-item-content-cta{
    font-size: 14px;
    line-height: 18px;
  }
  
  /*** FEATURED AUTHORS ***/
  .authors-featured-item-image{
    height: 300px;
  }
  .authors-featured-item-content{
    padding: 25px;
  }
  .authors-featured-item-image{
    padding: 40px;
  }
  .authors-featured-item-image-book{
    background-size: 45%;
  }
  .authors-featured-item-content-title{
    font-size: 20px;
    line-height: 25px;
  }
  .authors-featured-item-content-description{
    margin: 0 0 15px 0;
  }
  .authors-featured-item-content-cta{
    font-size: 14px;
    line-height: 18px;
  }
  
  /*** FILTERS ***/
  .books-filters-dropdown-content.show{
    right: -150px;
  }
}
@media screen and (max-width: 992px) {
  /*** FILTERS ***/
  #books-filters{
    position: fixed;
    z-index: 1000;
    bottom: 0;
    background: #ffffff;
    left: 0;
    box-shadow: 0px 0px 20px #00000030;
    border-radius: 20px;
    width: 90%;
    margin: 0 5% 10px 5%;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  #books-filters.books-view-filters-only{
    width: fit-content;
  }
  #books-filters-canadian{
    width: 100%
  }
  #books-filters-canadian label{
    flex-grow: 1; 
    display: block;
  }
  .books-filters-filteritem{
    width: 100%;
  }
  .books-filters-dropdown-btn{
    width: 100%;
  }
  .books-filters-dropdown-content.show .books-filters-dropdown-content-choices{
    width: 100%;
    max-height: 200px;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .btn-clear-filters-container{
    width: 100%;
    padding: 0 15px;
    border-top: 1px solid #d7d7d7;
  }
  .btn-clear-filters{
    bottom: 0;
    padding: 10px 0;
  }
  .books-filters-dropdown-btn.show{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 150ms;
  }
  .books-filters-dropdown-content.show{
    transition: all 150ms;
    min-width: unset;
    width: 100% !important;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 0;
    box-shadow: none;
    right: unset;
    position: relative;
    background-color: #F9F9F9;
  }
  .books-filters-dropdown-content.show .form-check{
    padding: 3px 0;
  }
  .books-filters-dropdown-content.show .form-check-input{
    float: right;
  }
  .books-filters-dropdown-content.show .form-check-label{
    margin-left: 0;
  }
  
  /*** TILE ***/
  .books .list-view .books-bookitem-image-container {
    width: 100%;
    min-height: 275px;
    max-height: 400px;
    position: relative;
    text-align: center;
    margin-right: 30px;
  }
  .books .list-view .books-bookitem{
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .books .list-view .learn-more{
    display: block;
  }
  .books .list-view .book-info{
    margin-top: 30px;
  }
  .books .grid-view .books-bookitem{
    flex: 25%;
  }
  .books-grid-view-small{
    overflow-x: auto;
    overflow-y: hidden;
    white-space:nowrap;
  }
  .books-grid-view-small > .books-bookitem {
    width: auto!important;
    display: inline-block;
    padding: 10px;
    text-wrap: wrap;
  }
  
  /*** PRODUCT PAGE ***/
  #books-product .missing-img{
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
  }
  
  /*** OUR BOOKS MAIN PAGE ***/
  #ourbooks-featuredawards .books-bookitem{
    width: 100% !important;
    margin-bottom: 30px;
  }
  #ourbooks-featuredawards .books-bookitem-image-container{
    width: 100%;
    height: 150px;
  }
  #ourbooks-featuredawards .book-info{
    width: 100%;
    text-align: center;
  }
  #ourbooks-featuredawards .badge-container-detailed-text{
    justify-content: center;
  }

  .contributors-list-display{
    display:none;
  }
}

@media screen and (max-width: 768px){
  /*** AWARDS ***/
  #awards-featured-container{
    overflow-x: scroll;
  }
  #awards-featured{
    width: fit-content;
    padding: 0 10vw;
  }
  .awards-featured-item{
    width: 320px;
  }
  .awards-featured-item:last-child{
    margin-right: 0;
    padding-right: 0;
  }
  .awards-featured-item:first-child{
    margin-left: 0;
    padding-left: 0;
  }
  
  /*** FEATURED AUTHORS ***/
  #authors-featured-container{
    overflow-x: scroll;
  }
  #authors-featured{
    width: fit-content;
    padding: 0 10vw;
  }
  .authors-featured-item{
    width: 320px;
  }
  .authors-featured-item:last-child{
    margin-right: 0;
    padding-right: 0;
  }
  .authors-featured-item:first-child{
    margin-left: 0;
    padding-left: 0;
  }
  
  /*** BOOK TILE ***/
  .books .grid-view .books-bookitem{
    flex: 47%;
  }
  
  /*** FEATURED ITEMS ***/
  .featured-items-container{
    overflow-x: scroll !important;
  }
  .featured-items{
    width: fit-content !important;
    padding: 0 10vw !important;
  }
  .featured-item:last-child{
    margin-right: 0;
    padding-right: 0;
  }
  .featured-item:first-child{
    margin-left: 0;
    padding-left: 0;
  }
  
  /*** PROMO BANNER LARGE ***/
  .promo-large .promo-image{
    height: 300px;
    background-position: top center;
  }
  .promo-large .promo-text{
    height: auto;
    padding: 30px;
    text-align: center;
  }
}
