@font-face {
  font-family: 'Calibre Medium';
  src: url('/fonts/CalibreWeb-Medium.eot');
  src: url('/fonts/CalibreWeb-Medium.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('/fonts/CalibreWeb-Regular.eot');
  src: url('/fonts/CalibreWeb-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('/fonts/CalibreWeb-RegularItalic.eot');
  src: url('/fonts/CalibreWeb-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Calibre';
  src: url('/fonts/CalibreWeb-Medium.eot');
  src: url('/fonts/CalibreWeb-Medium.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'Calibre';
  src: url('/fonts/CalibreWeb-Medium.eot');
  src: url('/fonts/CalibreWeb-Medium.woff') format('woff');
  font-weight: bold;
}
/* PREFIXED CSS */
.filter {
  display: inline-block;
  margin-right: 0;
  width: 100%;
  /* WRAPPER */
  /* CARAT */
  /* OLD SELECT (HIDDEN) */
  /* SELECTED FEEDBACK ITEM */
  /* DROP DOWN WRAPPER */
  /* Height is adjusted by JS on open */
  /* FADE OVERLAY FOR SCROLLING LISTS */
  /* DROP DOWN LIST */
  /* DROP DOWN LIST ITEMS */
  /* .focus class is also added on hover */
}
.filter .dropdown,
.filter .dropdown div,
.filter .dropdown li,
.filter .dropdown div::after {
  transition: all 150ms ease-in-out;
}
.filter .dropdown .selected::after,
.filter .dropdown.scrollable div::after {
  pointer-events: none;
}
.filter .dropdown {
  border-bottom: 2px solid #D95E00;
  position: relative;
  width: 100%;
  cursor: pointer;
  background: #fff;
  user-select: none;
  z-index: 10;
  height: 35px;
}
.filter .dropdown.open {
  z-index: 2;
}
.filter .dropdown .carat:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  border: 6px solid transparent;
  border-top: 6px solid #D95E00;
  content: '';
}
.filter .dropdown.open .carat:after {
  content: '';
  margin-top: -10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #D95E00;
}
.filter .dropdown.disabled .carat {
  border-top-color: #999;
}
.filter .dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.filter .dropdown select {
  position: absolute;
  left: 0px;
  top: 0px;
}
.filter .dropdown.touch .old {
  width: 100%;
  height: 100%;
}
.filter .dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.filter .dropdown .selected,
.filter .dropdown li {
  display: block;
  line-height: 1;
  padding: 9px 0;
  overflow: hidden;
  white-space: nowrap;
}
.filter .dropdown .selected {
  color: #D95E00;
  font-weight: 700;
  text-transform: uppercase;
}
.filter .dropdown.disabled .selected {
  color: #999;
}
.filter .dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px #fff;
}
.filter .dropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: 2px;
  background: #fff;
  border-bottom: 2px solid #D95E00;
  overflow: hidden;
  opacity: 0;
}
.filter .dropdown.open div {
  opacity: 1;
  z-index: 2;
}
.filter .dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #fff;
}
.filter .dropdown.scrollable.bottom div::after {
  opacity: 0;
}
.filter .dropdown ul {
  padding: 5px 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.filter .dropdown.scrollable.open ul {
  overflow-y: auto;
}
.filter .dropdown li {
  color: #4A4A4A;
  font-size: 18px;
  list-style: none;
  padding: 5px 10px;
}
.filter .dropdown li:first-child {
  padding-top: 12px;
}
.filter .dropdown li:last-child {
  padding-bottom: 30px;
}
.filter .dropdown li.focus {
  background: #fff;
  position: relative;
  z-index: 3;
  color: #D95E00;
}
@media screen and (min-width: 550px) {
  .filter {
    margin-right: 34px;
    width: 300px;
  }
}
/* PREFIXED CSS */
.filter .listbox {
  cursor: pointer;
}
.filter .listbox .listbox-heading {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 7px;
  border-bottom: 2px solid #D95E00;
}
.filter .listbox ul {
  width: 100%;
}
.filter .listbox ul > li {
  padding-left: 10px;
}
.filter .listbox ul > li.overhang {
  padding-left: 5px;
}
.filter .listbox ul > li.active,
.filter .listbox ul > li:hover {
  color: #D95E00;
  background: none;
  font-weight: 500;
}
input.form-control:focus,
input.form-control:focus:active,
button.btn:focus,
button.btn:active,
button.btn:active:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}
a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
}
input.form-control {
  border: none;
}
input.form-control:focus,
input.form-control:active {
  outline: 0;
  border: none;
  box-shadow: none;
}
a {
  color: #0083A9;
}
a.icon-primary .icon {
  color: #D95E00;
}
a:hover {
  color: #D95E00;
}
.text-italic {
  font-style: italic;
}
/* For the sticky footer on short pages */
html,
body {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .page-wrapper {
    min-height: 100%;
    margin-bottom: -67px;
    /*minus the combined height of the top nav and footer */
  }
  footer,
  .page-wrapper-push {
    min-height: 67px;
    /* the default size of the footer */
  }
}
/***/
.container-fluid {
  max-width: 1376px;
}
/* For RTE image style formats  */
.alignLeft {
  float: left;
  padding: 0 18px 18px 0;
}
.alignRight {
  float: right;
  padding: 0 0 18px 18px;
}
.styledLink a,
a.styledLink {
  color: #D95E00;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.styledLink a:hover,
a.styledLink:hover {
  text-decoration: underline;
}
span.strapline {
  color: #D95E00;
  font-weight: 700;
}
span.block {
  display: block;
}
.to-top,
.to-previous,
.to-next {
  font-size: 12px;
  text-transform: uppercase;
  color: #BDBDBD;
}
.to-top a,
.to-previous a,
.to-next a {
  color: #BDBDBD;
}
.to-top svg,
.to-previous svg,
.to-next svg {
  vertical-align: middle;
}
.to-top {
  text-align: right;
}
.to-previous {
  float: left;
}
.to-next {
  float: right;
  text-align: right;
}
.link--float {
  position: fixed;
  width: 55px;
  height: 55px;
  padding: 0;
  z-index: 99;
  top: 85%;
  right: -60px;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.1);
  color: #4A4A4A;
  background-color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
}
.link--float:hover {
  color: #D95E00;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.link--float:active {
  color: #D95E00;
  background-color: #F2F2F2;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.link--float a {
  display: block;
  width: 55px;
  height: 55px;
  padding: 18px 10px;
  color: #4A4A4A;
}
.link--float svg {
  vertical-align: middle;
}
.link--float .icon {
  height: 18px;
  width: 8px;
}
.link--float.show-link {
  right: 0;
}
@media (min-width: 1480px) {
  .link--float.show-link {
    right: calc(((100vw - 1376px) / 2) - 50px);
  }
}
h1,
.search-label {
  font-family: 'karmina', 'Times New Roman', Times, serif;
}
.section-label {
  color: #D95E00;
  border-bottom: 2px solid #D95E00;
  font-weight: 700;
  font-size: 1.1em;
  margin: 0 0 18px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
h1,
h2,
h4,
.h1,
.h2,
.h4 {
  color: #D95E00;
}
h4,
h3,
.h4,
.h3 {
  text-transform: uppercase;
}
.basket-count {
  color: #D95E00;
  font-size: 0.765em;
  font-weight: 700;
  position: relative;
}
button.btn {
  background-color: #F2F2F2;
  color: #4A4A4A;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
button.btn:hover {
  background-color: #4A4A4A;
  color: #FFFFFF;
}
button.action {
  background-color: #0083A9;
  color: #FFFFFF;
}
button.action:hover {
  background-color: #D95E00;
}
p.strapline {
  color: #D95E00;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  top: -0.38em;
}
section .row li {
  line-height: 1.8;
}
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  width: 1em;
}
.facebook-icon {
  width: 0.5em;
}
.chevron-down-icon {
  font-size: 10px;
  margin: 0 3px;
}
.image-with-caption img {
  width: 100%;
}
.video-with-caption .video {
  position: relative;
  padding-top: 56%;
}
.video-with-caption iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.caption {
  color: #6e6e6e;
  font-size: 14px;
  margin: 20px  0;
  border-bottom: solid 1px #D95E00;
}
.slider-indicators {
  position: absolute;
  bottom: 10px;
  left: auto;
  z-index: 15;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: right;
  top: -18px;
  height: 40px;
}
.slider-indicators li {
  border: 2px solid #d95e00;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
}
.slider-indicators .active {
  background-color: #d95e00;
}
.event {
  display: none;
  margin: 1em 0;
}
.event a {
  color: #4A4A4A;
  background-color: #FFFFFF;
  display: inline-block;
  width: 100%;
}
.event a:hover {
  background-color: #F2F2F2;
}
.event .date {
  color: #D95E00;
  float: left;
  font-weight: 700;
  min-width: 105px;
  padding-right: 18px;
  text-align: right;
  text-transform: uppercase;
}
.event .info {
  overflow: hidden;
}
span.tag {
  color: #4A4A4A;
  background-color: #F2F2F2;
  padding: 1px 5px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.text-block h3 {
  font-weight: 700;
  margin-top: 0;
}
.column--text-inner > *:first-child {
  margin-top: 0;
}
.link-panel {
  padding-top: 30px;
}
.link-panel h2 {
  color: #4A4A4A;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.author-tiles .link-panel h2 {
  margin: 0;
}
.link-panel--flex {
  display: flex;
  align-self: flex-end;
  align-items: baseline;
  flex-wrap: wrap;
  padding-top: 0;
}
.link-panel--flex h2 {
  margin: 0 20px 0;
}
.d-flex {
  display: flex;
  justify-content: space-between;
}
.margin-t {
  margin-top: 10px;
}
.margin-b {
  margin-bottom: 20px;
}
.dual-heading .heading--te-reo {
  display: block;
  color: #4A4A4A;
}
.dual-heading .heading--english {
  display: inline-block;
}
.nav .dual-heading .heading--te-reo {
  font-family: 'karmina', 'Times New Roman', Times, serif;
  font-weight: 400;
  text-transform: none;
}
.text-red {
  color: #FF0000;
}
.text-bold {
  font-weight: bold;
}
@media all and (min-width: 750px) {
  p.price > span.tag {
    margin-left: 18px;
  }
}
@media all and (max-width: 800px) {
  .link-panel--flex {
    justify-content: flex-end;
    width: 300px;
  }
  .link-panel--flex h2 {
    margin: 0;
  }
}
@media all and (min-width: 992px) {
  .panel--border-md {
    border: none;
    border-bottom: 2px solid #D95E00;
    padding-bottom: 20px;
  }
  .link-panel {
    padding-top: 0;
  }
}
@media all and (max-width: 991px) {
  .d-flex-sm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media all and (max-width: 549px) {
  .d-flex-sm {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .link-panel--flex {
    padding-top: 30px;
    justify-content: flex-start;
  }
}
.breadcrumb {
  background-color: #fff;
  color: #6e6e6e;
  margin: 0;
  padding: 22px 0 0;
  text-transform: uppercase;
}
.breadcrumb li a {
  color: #6e6e6e;
}
.home .alert-block + .home-splash {
  padding-top: 0;
}
aside {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 75px 0;
  transition: all 0.2s ease-in-out;
}
aside .wrapper {
  padding: 0 18px;
}
aside .feature-container {
  border-top: 10px solid #D95E00;
}
aside .feature-container > p {
  position: relative;
  margin: -33px 0 0;
}
.arrow {
  border: none;
  overflow: hidden;
  width: 29px;
  height: 62px;
  background: url(/images/arrow.svg?v=1) no-repeat;
}
.arrow:focus,
.arrow:active {
  outline: none;
}
.arrow.left {
  transform: rotate(-180deg);
}
.arrow.right {
  transform: rotate(0deg);
}
.arrow.down {
  transform: rotate(90deg);
}
.feature-btn {
  display: none;
}
.feature-btn.left {
  left: -50px;
  margin-top: -41px;
  display: none;
}
.show-feature .home-greeting {
  width: 55%;
}
.show-feature aside {
  width: 40%;
}
.show-feature .feature-btn.right {
  display: none;
}
.show-feature .feature-btn.left {
  display: inline-block;
}
.show-feature .basket-count {
  color: #D95E00;
}
.carousel-indicators {
  bottom: 10px;
  left: auto;
  z-index: 15;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: right;
  top: -18px;
}
.carousel-indicators li {
  border: 1px solid #D95E00;
}
.carousel-indicators .active {
  background-color: #D95E00;
}
.carousel .h2 {
  font-family: 'karmina', 'Times New Roman', Times, serif;
  font-weight: normal;
  margin: 28px 0 0;
}
.carousel .h3 {
  color: #4A4A4A;
  margin-top: 0;
  font-weight: 700;
}
.carousel a {
  color: #4A4A4A;
}
.carousel img {
  box-shadow: 0 2px 5px #bdbdbd;
  margin: 28px 0 26px 5px;
  max-height: 350px;
}
.carousel-inner > .item > a img {
  height: 200px;
}
@media screen and (min-width: 769px) {
  .feature-btn {
    display: block;
  }
}
@media screen and (min-height: 730px) and (min-width: 769px) {
  .carousel-inner > .item > a img {
    height: auto;
  }
}
.home-splash {
  padding: 94px 0 0;
  width: 100%;
  font-family: 'karmina', 'Times New Roman', Times, serif;
}
.home-splash .mobile-only {
  display: block;
}
.home-splash .desktop-only {
  display: none;
}
.home-splash .container-fluid {
  padding-left: 0;
  position: relative;
}
.home-splash .banner {
  display: flex;
  align-items: center;
  background-color: #D95E00;
  color: #FFFFFF;
  height: 107px;
}
.home-splash .overlay {
  display: none;
}
.home-splash .tagline {
  font-size: 1.5em;
  line-height: 24px;
  padding-left: 18px;
}
.home-splash .tagline span {
  display: inline-block;
  width: 160px;
}
.home-splash .tagline .text-light {
  display: none;
  font-weight: 400;
  margin-top: 18px;
}
.home-splash .home-greeting {
  color: #4A4A4A;
  padding: 50px 20px 0;
  margin-bottom: 0;
}
.home-splash .home-greeting p {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.19px;
  margin: 0;
}
.home-splash .home-greeting p + p {
  margin-top: 1em;
}
@media screen and (min-width: 280px) {
  .home-splash .overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 18px;
    background-color: #FFFFFF;
    width: 106px;
    height: 107px;
    background-image: url(/images/massey-banner.svg);
    background-size: cover;
  }
}
@media screen and (min-width: 460px) {
  .home-splash .tagline .text-light {
    display: inline-block;
  }
}
@media screen and (min-width: 480px) {
  .home-splash .tagline span {
    width: 180px;
  }
}
@media screen and (min-width: 600px) {
  .home-splash .tagline {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  .home-splash {
    padding: 225px 0 30px;
  }
  .home-splash .desktop-only {
    display: block;
  }
  .home-splash .mobile-only {
    display: none;
  }
  .home-splash .banner {
    height: 230px;
  }
  .home-splash .overlay {
    height: 230px;
    width: 224px;
  }
  .home-splash .tagline {
    line-height: 40px;
    flex: 0 0 200px;
  }
  .home-splash .tagline span {
    display: block;
  }
  .home-splash .dualTag {
    line-height: 28px;
  }
  .home-splash .singleTag {
    line-height: 40px;
  }
  .home-splash .home-greeting {
    padding: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
    color: #FFFFFF;
    margin-bottom: 0;
    flex: 1 1 auto;
  }
  .home-splash .home-greeting p + p {
    margin-top: 0.5em;
  }
  .home-splash .home-greeting-content {
    margin: 0 auto;
  }
  .home-splash .overlay-panel {
    flex: 0 0 250px;
  }
}
@media screen and (min-width: 875px) {
  .home-splash .tagline {
    margin-left: 5%;
  }
  .home-splash .home-greeting {
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .home-splash .tagline {
    flex: 0 0 250px;
  }
  .home-splash .singleTag {
    line-height: 50px;
  }
  .home-splash .home-greeting {
    line-height: 1.6;
    letter-spacing: 0.21px;
  }
}
@media screen and (min-width: 1150px) {
  .home-splash {
    padding-top: 190px;
  }
  .home-splash .tagline {
    flex: 0 0 300px;
  }
}
@media screen and (min-width: 1376px) {
  .home-splash .container-fluid {
    padding-left: 18px;
  }
}
.home .top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.top-nav {
  background-color: #fff;
  box-shadow: inset 0 -3px 0 0 #F2F2F2;
}
.top-nav .logo {
  float: left;
  padding: 0 18px;
}
.top-nav .small.logo {
  margin-top: -12px;
  padding: 8px 17px 7px;
}
.top-nav .small.logo img {
  width: 74px;
}
.menu-content {
  background-color: transparent;
  margin-top: 10px;
  position: relative;
}
.menu-bar {
  background-color: transparent;
  text-align: center;
}
.menu-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.menu-bar ul.nav {
  display: block;
  margin: 0 auto;
  text-align: left;
  transition: padding-bottom 0.3s ease-in-out;
}
.menu-bar ul.nav > li {
  display: block;
  margin-right: 60px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.menu-bar ul.nav > li a {
  color: #4A4A4A;
  display: inline;
  padding: 0;
}
.menu-bar .top-item {
  border-bottom: 2px solid transparent;
  font-size: 20px;
  line-height: 1em;
}
.menu-bar .top-item a {
  font-weight: 700;
}
.menu-bar .sub-item {
  position: relative;
  max-height: 0;
  white-space: nowrap;
  font-size: 18px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.menu-bar .sub-item ul {
  padding: 0 0 12px;
}
.menu-bar .sub-item ul li {
  line-height: 1.6;
  text-transform: none;
}
.menu-bar .sub-item ul li a:hover {
  color: #D95E00;
}
.menu-bar .show-subnav {
  color: #D95E00;
  font-size: 13px;
  line-height: 1;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}
.menu-bar .show-subnav:hover {
  cursor: pointer;
}
.menu-bar li.open .top-item .show-subnav {
  transform: rotateX(180deg);
}
.menu-bar li.open .sub-item {
  opacity: 1;
  max-height: 1000px;
}
/* navigation - bootstrap overrides*/
.navbar-header {
  position: relative;
  padding-top: 12px;
  z-index: 50;
}
.navbar-header img {
  max-width: 100%;
}
.navbar-toggle {
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}
.navbar-toggle .icon-bar {
  background-color: #D95E00;
  border-radius: 0;
  width: 28px;
  height: 4px;
  transition: all 200ms linear;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: transparent;
}
.navbar-toggle span:nth-child(2) {
  transform: translateY(10px) rotateZ(45deg);
}
.navbar-toggle span:nth-child(3) {
  transform: translateX(40px);
  opacity: 0;
}
.navbar-toggle span:nth-child(4) {
  transform: translateY(-10px) rotateZ(-45deg);
}
.navbar-toggle.collapsed span:nth-child(2) {
  transform: translateY(0) rotateZ(0);
}
.navbar-toggle.collapsed span:nth-child(3) {
  transform: rotateZ(0);
  opacity: 1;
}
.navbar-toggle.collapsed span:nth-child(4) {
  transform: translateY(0) rotateZ(0);
}
@media screen and (min-height: 500px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 480px;
  }
}
@media screen and (min-height: 768px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 740px;
  }
}
@media screen and (min-height: 992px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 980px;
  }
}
@media screen and (min-width: 769px) {
  .menu-content {
    background-color: transparent;
    margin-top: 0;
  }
  .top-nav {
    min-height: 100px;
  }
  .top-nav .logo {
    width: 185px;
    height: 54px;
    padding: 23px 0 0;
  }
  .top-nav .small.logo {
    margin-top: 0;
    padding: 10px 0 22px;
  }
  .top-nav .small.logo img {
    width: 153px;
  }
  .menu-bar {
    float: left;
    /* Need to set this height because of a bug in MAC which adds additional pixels to inline text */
  }
  .menu-bar ul.nav {
    padding: 35px 0 15px 30px;
    width: 565px;
  }
  .menu-bar ul.nav > li {
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .menu-bar .top-item {
    height: 48px;
  }
  .menu-bar .sub-item {
    position: absolute;
    max-height: unset;
  }
  .menu-bar .sub-item ul {
    padding: 12px 0;
  }
  .menu-bar li.open .sub-item {
    max-height: 999em;
  }
  .menu-bar li .top-item > a {
    position: relative;
  }
  .menu-bar li:hover .top-item > a:after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 2px solid #D95E00;
    bottom: -6px;
    left: 0;
  }
  .menu-bar li .sub-item:before {
    content: '';
    position: absolute;
    width: 0;
    border-top: 2px solid #D95E00;
    top: -2px;
    left: 0;
    transition: all 0.3s linear;
  }
  .menu-bar li.open .sub-item:before {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .menu-bar ul.nav {
    padding-left: 45px;
    width: 890px;
  }
  .menu-bar ul.nav > li {
    margin-right: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1149px) {
  .top-nav {
    min-height: 135px;
  }
  .navbar-header {
    padding: 58px 23px 0;
    width: 250px;
  }
  .menu-content {
    padding: 0;
  }
  .menu-bar {
    margin-top: 30px;
    width: 75%;
  }
  .menu-bar ul.nav {
    padding-left: 0;
    width: 100%;
  }
  .menu-bar ul.nav > li {
    margin-right: 40px;
  }
  .menu-bar ul.nav > li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1049px) {
  .menu-content {
    width: 100%;
  }
  .menu-bar {
    width: 100%;
  }
  .menu-bar ul.nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 40px 0 15px;
  }
  .menu-bar ul.nav > li {
    margin-right: 40px;
  }
  .menu-bar ul.nav > li:last-of-type {
    margin-right: 0;
  }
  .navbar-header {
    position: absolute;
    padding-top: 10px;
  }
  .top-nav .logo {
    width: 100px;
    height: 32px;
  }
  .top-nav .small.logo img {
    width: 100px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1280px) {
  .menu-bar ul.nav > li {
    margin-right: 40px;
  }
  .menu-bar ul.nav > li:last-of-type {
    margin-right: 0;
  }
}
.action-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 16px 0 80px;
}
.action-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 8px;
}
.action-card > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'karmina', 'Times New Roman', Times, serif;
  padding: 28px 24px;
  background: #F2F2F2;
  color: #4A4A4A;
  border-bottom: 10px solid white;
  height: 100%;
  min-height: 120px;
  transition: all 0.3s ease-in-out;
}
.action-card > a h2 {
  font-size: 1.5em;
  line-height: 1.25;
  letter-spacing: 0.25px;
  text-transform: none;
  color: #4A4A4A;
  font-weight: 500;
  margin: 0;
}
.action-card > a .call-to-action {
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  line-height: 1.25;
  letter-spacing: 0.17px;
  margin-top: 15px;
  padding-left: 3px;
}
.action-card > a .call-to-action span > svg {
  vertical-align: middle;
}
.action-card > a .call-to-action .action-icon {
  align-self: center;
}
.action-card a:hover {
  box-shadow: 0 2px 5px #bdbdbd;
  border-color: #D95E00;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
@media all and (min-width: 769px) {
  .action-card {
    width: 33.333%;
    min-height: 215px;
  }
  .action-card > a {
    flex-grow: 1;
    padding: 26px 15px;
  }
  .action-card > a .call-to-action {
    margin-top: 18px;
  }
  .action-card > a .action-text {
    margin-right: 20px;
  }
}
@media all and (min-width: 1000px) {
  .action-card {
    min-height: 182px;
  }
  .action-card > a {
    padding: 32px 17px;
  }
  .action-card > a .call-to-action {
    justify-content: flex-start;
  }
}
@media all and (min-width: 1400px) {
  .action-card {
    min-height: 300px;
  }
  .action-card > a {
    padding: 70px 40px 60px;
  }
  .action-card > a h2 {
    font-size: 2.25em;
    line-height: 1.11;
    letter-spacing: 0.38px;
  }
  .action-card > a .call-to-action {
    font-size: 1.25em;
    line-height: 1.2;
    letter-spacing: 0.21px;
    margin-top: 64px;
  }
}
/* Toolbar style for the rest of the site */
.tool-bar {
  padding: 18px 0;
}
.tool-bar input,
.tool-bar button,
.tool-bar .btn {
  background-color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 0;
  height: 35px;
}
.tool-bar button,
.tool-bar .btn {
  font-size: 21px;
  line-height: 1;
  padding: 4px 5px;
  width: 38px;
}
.tool-bar .catalogue {
  color: #4A4A4A;
  text-transform: uppercase;
  padding-right: 26px;
  font-weight: 700;
}
.tool-bar .search-box {
  margin-top: 32px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.tool-bar .search-box input {
  padding-right: 40px;
}
.tool-bar .search-box .btn {
  position: relative;
  top: -2px;
}
.tool-bar .search-box .btn:active {
  box-shadow: none;
}
.tool-bar .form-group {
  position: relative;
}
.tool-bar .btn,
.tool-bar button {
  background-color: transparent;
  font-size: 20px;
  color: #4A4A4A;
}
.tool-bar .btn:hover,
.tool-bar button:hover {
  background-color: transparent;
  color: #D95E00;
}
.tool-bar .btn .icon,
.tool-bar button .icon {
  width: 1.3em;
}
.search-box {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.search-box input {
  padding-right: 40px;
}
.search-box button {
  background-color: #D95E00;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  padding: 4px 5px;
  width: 38px;
  position: absolute;
  top: 0;
  right: 0;
}
.search-box input,
.search-box button {
  box-shadow: none;
  border: none;
  border-radius: 0;
  height: 35px;
}
.search-box.inline input {
  background-color: #F2F2F2;
}
.search-box.inline button:hover {
  background-color: #ffe9d9;
  color: #D95E00;
}
@media screen and (min-width: 769px) {
  /* Toolbar style for the rest of the site */
  .tool-bar {
    display: flex;
    align-items: center;
    float: right;
    padding: 0;
    position: absolute;
    right: 0;
    top: 33px;
  }
  .tool-bar input,
  .tool-bar button,
  .tool-bar .btn {
    background-color: transparent;
  }
  .tool-bar button,
  .tool-bar .btn {
    background-color: transparent;
    font-size: 20px;
    color: #4A4A4A;
  }
  .tool-bar button:hover,
  .tool-bar .btn:hover,
  .tool-bar button:focus,
  .tool-bar .btn:focus {
    background-color: transparent;
    color: #D95E00;
  }
  .tool-bar .catalogue {
    float: left;
  }
  .tool-bar .search-box {
    float: left;
    width: 38px;
    margin-top: 0;
  }
  .tool-bar .search-box a {
    padding: 6px 12px 0;
  }
  .tool-bar .cart {
    float: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1149px) {
  .tool-bar {
    top: 12px;
  }
}
footer {
  display: flex;
  background-color: #4A4A4A;
  color: #fff;
}
footer .container-fluid {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: wrap;
  padding-top: 6px;
  padding-bottom: 6px;
}
footer .logo,
footer .links,
footer .social {
  flex-grow: 0;
  flex-shrink: 0;
}
footer .logo {
  flex-basis: 55px;
  padding: 0 10px 0;
}
footer .logo img {
  height: 30px;
}
footer .info {
  flex: 1 0 90%;
  padding: 0 10px 0;
}
footer .links {
  flex-basis: 100%;
}
footer .links a {
  display: block;
  padding-left: 10px;
  color: #F2F2F2;
  margin-top: 6px;
  text-transform: uppercase;
  font-weight: 500;
}
footer .social {
  margin-left: 0;
  flex-basis: 100%;
  text-align: right;
  align-self: flex-end;
}
footer .social a {
  display: inline-block;
  height: 32px;
}
footer p {
  margin: 0;
}
footer .icon {
  color: #F2F2F2;
  font-size: 2em;
  margin-left: 0.5em;
}
footer .icon:hover {
  color: #D95E00;
}
@media screen and (min-width: 480px) {
  footer .links,
  footer .social {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1150px) {
  footer .info {
    flex-basis: auto;
  }
  footer .links {
    flex-basis: auto;
  }
  footer .links a {
    display: inline;
    padding-left: 0;
    margin-top: 0;
    margin-right: 24px;
  }
  footer .social {
    margin-left: 40px;
    flex-basis: auto;
    text-align: left;
    align-self: center;
  }
}
section {
  margin: 0 0 36px;
}
section h1 {
  color: #D95E00;
  margin-bottom: 36px;
}
section h2 {
  color: #D95E00;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.profile {
  margin: 36px 0;
}
.profile .photo {
  float: left;
  margin-right: 18px;
  position: relative;
}
.profile .info {
  overflow: hidden;
}
.profile .info h2 {
  margin-top: 0;
}
.profile a:hover .photo:after {
  border-bottom: 6px solid #D95E00;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.faq-list {
  margin-bottom: 36px;
}
.faq-list .panel {
  box-shadow: none;
  border: none;
  margin-bottom: 18px;
}
.faq-list .question a {
  color: #4A4A4A;
  font-weight: 700;
}
.faq-list .question a:hover {
  color: #4A4A4A;
  cursor: help;
  text-decoration: underline;
}
.faq-list .answer {
  padding: 9px 18px 18px;
}
.contactDetails .icon {
  color: #4A4A4A;
  font-size: 2em;
  margin-right: 18px;
}
.contactDetails .icon:hover {
  color: #D95E00;
}
.jumpto .icon {
  color: #D95E00;
  font-size: 1.5em;
}
.jumpto:hover {
  color: #D95E00;
}
.author-tiles {
  margin-top: 16px;
  margin-left: -1%;
  margin-right: -1%;
}
.author-tile {
  float: left;
  margin: 1%;
  width: 48%;
}
.author-tile a {
  display: block;
}
.author-tile img {
  filter: grayscale(1);
  transition: filter 0.2s ease-in-out;
  width: 100%;
}
.author-tile p {
  border-top: 10px solid transparent;
  color: #4A4A4A;
  margin-bottom: 0;
  padding-top: 12px;
  position: relative;
  text-transform: uppercase;
  top: -10px;
  transition: all 0.2s ease-in-out;
  height: 4em;
  overflow: hidden;
}
.author-tile a:hover img {
  filter: unset;
}
.author-tile a:hover p {
  color: #D95E00;
  border-top-color: #D95E00;
}
@media screen and (min-width: 550px) {
  .author-tile {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  .author-tiles {
    margin-top: 8px;
  }
  .author-tile {
    width: 18%;
  }
}
.author h1 {
  margin-bottom: 40px;
}
.author-photo {
  margin: 0 36px 18px 0;
}
.author-bio {
  overflow: hidden;
}
.author-titles {
  display: none;
  margin-bottom: 36px;
}
.side-data .event,
.side-data .author-titles {
  margin: 36px 0;
}
.author-book-tiles .wrapper {
  margin-left: -1.33333%;
  margin-right: -1.33333%;
}
.author-book-tiles .author-book {
  float: left;
  margin: 0 1% 18px;
  max-width: 140px;
  width: 31%;
}
.author-book-tiles .author-book .book-thumb {
  background-color: #F2F2F2;
  display: table;
  height: 203px;
  padding: 10%;
}
.author-book-tiles .author-book .book-thumb .wrapper {
  display: table-cell;
  padding: 5%;
  vertical-align: middle;
}
.author-book-tiles .author-book .book-thumb .wrapper img {
  max-width: 100%;
}
.author-book-tiles .author-book p {
  color: #4A4A4A;
  font-weight: 700;
  margin-top: 9px;
  text-transform: uppercase;
}
.author-book-tiles a:hover p {
  color: #D95E00;
}
@media screen and (min-width: 550px) {
  .author-photo {
    float: left;
    margin-right: 36px;
  }
}
@media screen and (min-width: 992px) {
  .side-data > div:first-of-type {
    margin: 0 0 72px;
  }
  .side-data > div.author-titles.hidden + div.event {
    margin-top: 0;
  }
}
.book-cards .card:hover .book-photo {
  background-color: #F2F2F2;
}
.book-cards .book-photo {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out, background-color 1ms;
}
.book-cards .book-photo .wrapper {
  display: flex;
  padding: 10%;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  height: 360px;
  max-height: 360px;
  transition: all 0.5s ease-in-out;
}
.book-cards .book-photo .wrapper img {
  transition: max-height 0.5s ease-in-out;
}
.book-cards .book-photo .summary {
  display: none;
  height: 270px;
  min-height: 270px;
  max-height: 270px;
  padding: 18px 18px 40px;
  position: relative;
  background-color: #FFFFFF;
}
.book-cards .book-photo .summary:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(transparent 150px, #FFFFFF);
}
.book-cards .book-photo .summary .strapline {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.19px;
  margin-bottom: 18px;
}
.book-cards .book-photo .summary p {
  max-height: 135px;
  overflow-y: hidden;
  color: #4A4A4A;
}
.book-cards .book-photo .summary .anchor-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 18px;
  text-align: right;
  color: #D95E00;
}
.book-cards .book-photo-row {
  display: table-row;
}
@media screen and (min-width: 1200px) {
  .book-cards .book-photo {
    height: 540px;
  }
  .book-cards .book-photo .wrapper img {
    max-height: 420px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .book-cards .card {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .book-cards .book-cards {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .book-cards .card .book-photo .pos-relative {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .book-cards .card .book-photo .wrapper {
    height: 540px;
    max-height: 540px;
  }
  .book-cards .card .book-photo .summary {
    display: block;
    height: 270px;
    min-height: 270px;
    max-height: 270px;
    padding: 18px 18px 40px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 540px;
  }
  .book-cards .card:hover .book-photo .wrapper {
    height: 270px;
    min-height: 270px;
    max-height: 270px;
    transition: all 0.4s ease-out;
  }
  .book-cards .card:hover .book-photo .wrapper img {
    max-height: 220px;
    transition: max-height 0.4s ease-out;
  }
  .book-cards .card:hover .book-photo .summary {
    top: 270px;
    transition: all 0.6s ease-out;
  }
}
.book-page {
  padding-bottom: 142px;
}
.book-page h2,
.book-page h3 {
  margin-top: 12px;
}
.book-page h2 {
  font-family: "karmine", 'Times New Roman', Times, serif;
}
.book-page h3 {
  font-weight: 700;
}
.book-page > .row {
  margin-top: 55px;
}
.book-page .profile {
  margin: 1em 0;
}
.book-page .col-md-3.wider {
  margin-top: 36px;
}
.qty {
  width: 40px;
  height: 35px;
  border: 1px solid #6E6E6E;
  padding-left: 4px;
}
.qty:focus,
.qty:active {
  outline: none;
}
.price-block {
  text-align: right;
}
.price-block span {
  float: left;
}
.book-options {
  border-top: 2px solid #D95E00;
  margin-top: 19px;
}
.book-options a {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #D95E00;
}
.book-options a:hover {
  background-color: #F2F2F2;
  color: #D95E00;
}
.book-options a:active,
.book-options a:focus {
  color: #D95E00;
}
.book-options a .icon {
  float: right;
}
.book-options .panel {
  border: none;
  border-bottom: 1px solid #D95E00;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.book-options .panel .h4 {
  border: none;
}
.book-options .panel .icon {
  transition: all 0.2s linear;
}
.book-options .panel a .chevron-down-icon {
  transform: rotate(180deg);
}
.book-options .panel a.collapsed .chevron-down-icon {
  transform: rotate(0);
}
.book-options .simple-link {
  border: none;
  color: #4A4A4A;
  font-size: 0.88em;
  padding: 0;
}
.book-options .simple-link:hover {
  background-color: inherit;
}
.book-options .simple-link:last-child {
  padding-bottom: 8px;
}
.book-options p.h4 {
  margin: 0;
  padding: 5px 0;
}
.book-options .price {
  color: #4A4A4A;
  font-family: 'karmina', 'Times New Roman', Times, serif;
  font-size: 1.75em;
}
.book-options .price .on-sale {
  text-decoration: line-through;
}
.book-options .price .sale-price {
  margin-left: 0.5em;
  color: #FF0000;
}
.book-options .price .original-price {
  text-decoration: line-through;
}
.book-options .price-block .btn {
  border: none;
  vertical-align: bottom;
  padding: 6px 12px 5px;
  margin-left: 12px;
}
.book-options .price-block .btn:focus {
  color: #fff;
}
.book-photo {
  background-color: #F2F2F2;
  display: table;
  height: 360px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.book-photo .wrapper {
  display: table-cell;
  padding: 5%;
  text-align: center;
  vertical-align: middle;
}
.book-photo .wrapper img {
  max-width: 100%;
  box-shadow: 0 2px 5px #bdbdbd;
  max-height: 300px;
}
.overlay-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
}
.overlay-wrapper .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.4s ease-in-out;
}
.overlay-wrapper:hover .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-wrapper:hover .book-photo .overlay:after {
  border: 1px solid #fff;
  color: #fff;
  content: 'Download Hi Res Cover';
  left: 50%;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.book-extended-content {
  margin-top: 2em;
}
ul.no-bullets {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .book-photo {
    height: 540px;
  }
  .book-photo .wrapper img {
    max-height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .book-page .col-md-5.narrow {
    width: 36.666667%;
  }
  .book-page .col-md-3.wider {
    margin-top: 0;
    width: 30%;
  }
}
[class^="ucc-"] .jumpto svg {
  vertical-align: middle;
  margin-right: 8px;
}
[class^="ucc-"] .jumpto a {
  color: #D95E00;
  font-size: 16px;
}
[class^="ucc-"] .jumpto a:hover,
[class^="ucc-"] .jumpto a:focus {
  text-decoration: underline;
}
[class^="ucc-"] .jumpto a.text-large {
  font-size: 20px;
  font-weight: bold;
}
.btn {
  text-transform: uppercase;
}
.btn.btn-primary {
  background-color: #0083A9;
  color: #fff;
  border-color: #0083A9;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #D95E00;
  color: #fff;
  border-color: #D95E00;
  text-decoration: none;
}
.btn.btn-default {
  background-color: #F2F2F2;
  color: #4A4A4A;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color: #4A4A4A;
  color: #fff;
  text-decoration: none;
}
.ucc-basket {
  margin-bottom: 40px;
}
.card {
  margin: 20px 0 35px;
}
.card h2 {
  border-top: 10px solid #fff;
  font-family: 'karmina', 'Times New Roman', Times, serif;
  color: #D95E00;
  padding-top: 15px;
  margin: 0 0 3px;
  transition: all 0.3s ease-in-out;
}
.card h3 {
  color: #4A4A4A;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
.card p.price {
  color: #D95E00;
  font-size: 20px;
}
.card p.price .on-sale {
  text-decoration: line-through;
}
.card p.price .sale-price {
  margin-left: 0.5em;
  color: #FF0000;
}
.card p.price .original-price {
  text-decoration: line-through;
}
.card:hover h2 {
  border-color: #D95E00;
}
.card:hover .book-photo {
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px #bdbdbd;
}
@media screen and (min-width: 550px) {
  .card {
    width: 50%;
    float: left;
  }
  .book-cards .card:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .card {
    width: 33.33333333%;
  }
  .book-cards .card:nth-child(2n + 1) {
    clear: none;
  }
  .book-cards .card:nth-child(3n + 1) {
    clear: both;
  }
}
/*.news-tiles{
    //Clear the floats for each row of the 4 column layout to ensure each item in row line up regardless of the height of the previous row
    .news-tile:nth-child(4n + 1){
        clear: both;
    }
}*/
.news-tile {
  float: left;
  transition: all 0.3s ease-in-out;
  border-bottom: solid 10px white;
  margin: 20px 0;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
}
.news-tile h2 {
  font-family: 'karmina', 'Times New Roman', Times, serif;
}
.news-tile a {
  display: block;
  background-color: #F2F2F2;
  max-height: 565px;
  height: 565px;
  overflow: hidden;
  padding: 18px;
  transition: all 0.3s ease-in-out;
  border-bottom: 10px solid #fff;
}
.news-tile img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 18px;
}
.news-tile p {
  border-top: 10px solid transparent;
  color: #4A4A4A;
  padding-top: 12px;
  position: relative;
  top: -10px;
}
.news-tile:hover > a {
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px #bdbdbd;
  border-bottom: solid 10px #D95E00;
}
.news-tile .anchor-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 24px;
  padding-right: 36px;
  text-align: right;
}
.news-tile .jumpto .icon {
  font-size: 1.125em;
}
@media screen and (min-width: 500px) {
  .news-tile {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .news-tile {
    width: 33.33333%;
  }
}
@media screen and (min-width: 1070px) {
  .news-tile {
    width: 25%;
  }
}
.news-page .news-heading {
  padding-left: 0;
  padding-right: 0;
}
.news-page h1 {
  margin-bottom: 36px;
}
.news-page .jumpto {
  margin-top: 18px;
}
.news-page .side-data {
  overflow: hidden;
}
.news-book-tiles .wrapper {
  margin-left: -1.33333%;
  margin-right: -1.33333%;
}
.news-book-tiles .news-book {
  float: left;
  margin: 0 1% 18px;
  max-width: 140px;
  width: 31%;
}
.news-book-tiles .news-book .book-thumb {
  background-color: #F2F2F2;
  display: table;
  height: 203px;
  padding: 10%;
}
.news-book-tiles .news-book .book-thumb .wrapper {
  display: table-cell;
  padding: 5%;
  vertical-align: middle;
}
.news-book-tiles .news-book .book-thumb .wrapper img {
  max-width: 100%;
}
.news-book-tiles .news-book p {
  color: #4A4A4A;
  font-weight: 700;
  margin-top: 9px;
  text-transform: uppercase;
}
.news-book-tiles a:hover p {
  color: #D95E00;
}
@media screen and (min-width: 992px) {
  .side-data {
    overflow: auto;
  }
  .side-data > div:first-of-type {
    margin: 0 0 72px;
  }
}
.search-page {
  margin-bottom: 72px;
}
.search-page h1 {
  margin-bottom: 28px;
}
.search-page .form-group {
  position: relative;
}
.search-label {
  margin: 9px 0 18px;
}
.results-list {
  border-top: 1px solid #D95E00;
  list-style: none;
  padding: 0;
  margin: 9px 0 0;
}
.results-list > li {
  clear: left;
  border-top: 1px solid #D95E00;
}
.results-list a {
  padding: 16px 8px;
  color: #4A4A4A;
  display: block;
  min-height: 127px;
}
.results-list a:hover {
  background-color: #F2F2F2;
}
.results-list span {
  color: #BDBDBD;
}
.results-list .photo {
  float: left;
  margin-right: 9px;
  width: 85px;
}
.results-list .info {
  overflow: hidden;
}
.results-list .info .h4 {
  font-weight: 700;
  margin: 0;
}
.results-list .breadcrumb {
  background-color: transparent;
  font-size: 0.875em;
  padding: 5px 0 8px;
}
.mc-field-group {
  margin: 18px 0;
}
.mc-field-group label {
  color: #000;
  display: block;
  font-weight: bold;
}
.mc-field-group input {
  border: 1px solid #BDBDBD;
  padding-left: 5px;
  width: 100%;
}
.mc-field-group input:focus {
  outline-color: #D95E00;
}
#mc_embed_signup input.mce_inline_error.mce_inline_error {
  border-color: #DB000B;
}
#mc_embed_signup div.mce_inline_error.mce_inline_error {
  margin: 0;
  background-color: #DB000B;
}
#mce-responses .response {
  padding: 8px;
}
#mce-responses #mce-error-response {
  border: 2px solid #DB000B;
}
#mce-responses #mce-success-response {
  border: 2px solid #11B200;
}
.mc-button {
  background-color: #0083A9;
  color: #fff;
  margin: 9px 0 36px 0;
}
.mc-button:hover {
  background-color: #D95E00;
  color: #fff;
}
.mc-button:hover,
.mc-button:active,
.mc-button:focus {
  color: #fff;
  outline: none;
}
.signup-panel {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  margin: 30px auto 0 auto;
  padding: 20px;
}
.signup-panel .signup-description span {
  color: #333333;
}
.signup-panel .signup-description .strapline {
  font-family: Karmina, "Times New Roman", Times, serif;
  font-size: 22px;
  color: #D95E00;
}
.signup-panel .mc-button {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .signup-panel {
    margin: 22px 20px 0 -18px;
  }
}
.feature-panel {
  padding: 60px 0 80px;
}
.feature-panel h1 {
  margin-bottom: 36px;
}
.featured-books {
  padding-top: 18px;
}
.featured-book {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 50px;
}
.featured-book .book-photo {
  height: 230px;
  position: relative;
}
.featured-book .book-photo .wrapper img {
  max-height: 200px;
}
.featured-book > a:hover .book-photo {
  background-color: #fff;
  box-shadow: 0 2px 5px #bdbdbd;
}
.book-footer {
  bottom: -30px;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (min-width: 600px) {
  .feature-panel h1 {
    margin-bottom: 0;
  }
  .featured-book {
    width: 25%;
  }
  .featured-book:nth-child(1),
  .featured-book:nth-child(2) {
    width: 50%;
  }
  .featured-book:nth-child(1) .book-photo,
  .featured-book:nth-child(2) .book-photo {
    height: 510px;
  }
  .featured-book:nth-child(1) .book-photo .wrapper img,
  .featured-book:nth-child(2) .book-photo .wrapper img {
    max-height: 420px;
  }
}
@media all and (min-width: 960px) {
  .featured-book {
    width: 16.6666%;
  }
  .featured-book:nth-child(1),
  .featured-book:nth-child(2) {
    width: 33.333%;
  }
}
.alert-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.alert-block .alert {
  margin: 0;
}
.alert-block .alert-warning {
  color: white;
  background-color: #DB000B;
}
.home .alert-block {
  position: relative;
  padding-top: 50px;
  width: 100%;
  margin: 10px auto;
}
@media screen and (min-width: 769px) {
  .home .alert-block {
    padding-top: 135px;
  }
}
@media screen and (min-width: 1150px) {
  .home .alert-block {
    padding-top: 100px;
  }
}
.image-block img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-block video {
  max-width: 100%;
  width: 100%;
}
.image-block--standard {
  box-sizing: border-box;
}
.column--image {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-block + p,
.column--image + p {
  font-size: 16px;
  margin: 2px 0 16px;
}
.image-wall {
  display: block;
}
.image-wall--square {
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  width: 25%;
}
.image-wall--link {
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.image-wall--link img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.image-wall--link:focus img,
.image-wall--link:hover img {
  transform: scale(1.04);
}
.image-wall--link:focus .image-wall--overlay,
.image-wall--link:hover .image-wall--overlay {
  opacity: 1;
}
.image-wall--heading {
  font-size: 24px;
  display: block;
  font-weight: 700;
}
.image-wall--label {
  font-size: 20px;
  display: block;
  font-style: italic;
}
.image-wall--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  background-color: rgba(5, 32, 43, 0.6);
  color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.image-list-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.image-list-block.image-list--expand-last .image-list-block--item:last-child {
  max-width: 100%;
}
.image-list-block--item {
  box-sizing: border-box;
  padding: 16px;
  max-width: 50%;
}
@media all and (min-width: 1232px) {
  .image--pull {
    right: calc((100vw - 1250px) / 2);
  }
  .image--push {
    left: calc((100vw - 1250px) / 2);
  }
}
@media all and (min-width: 1482px) {
  .image--pull {
    right: 9.444444%;
  }
  .image--push {
    left: 9.444444%;
  }
}
.toastify-center {
  width: 95%;
  max-width: 95% !important;
  /*    @media screen and (max-width: 499px) {
    }

    @media screen and (min-width: 500px) {
        max-width: calc(50% - 20px) !important;
    }
*/
}
.cart-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 100%;
}
.cart-table .header-item,
.cart-table .body-item,
.cart-table .footer-item {
  padding: 8px 4px;
}
.cart-table .header-item,
.cart-table .body-header-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: top;
}
.cart-table .header-item span.text-small,
.cart-table .body-header-item span.text-small {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}
.cart-table .header-item {
  display: none;
}
.cart-table .body-item {
  display: flex;
  border-top: 1px solid #D95E00;
  color: #4A4A4A;
  flex-direction: column;
  font-size: 20px;
  justify-content: space-between;
}
.cart-table .body-item.flex-row {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.cart-table .body-item.highlight {
  background-color: #ffe9d9;
  color: #D95E00;
  font-size: 18px;
}
.cart-table .body-item.highlight span {
  padding-right: 4px;
}
.cart-table .body-item .text-large {
  font-size: 20px;
}
.cart-table .body-header-item {
  display: inline-block;
  font-size: 14px;
  padding: 8px 0;
}
.cart-table .body-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-table .body-item-wrapper .wrap-item {
  flex: 0 0 50%;
}
.cart-table .footer-item {
  vertical-align: middle;
}
.cart-table .footer-item.border-top {
  border-top: 2px solid #D95E00;
}
.cart-table .footer-item.text-large {
  font-size: 22px;
}
.cart-table .footer-item.text-uppercase {
  text-transform: uppercase;
}
.cart-table .footer-item.sub-total {
  font-weight: 700;
}
.cart-table input.item-qty {
  width: 55px;
  padding: 0 0 0 3px;
  height: 30px;
}
.cart-table .item-total {
  font-weight: bold;
  line-height: 28px;
}
.cart-table .item-total.body-header-item {
  font-size: 16px;
  text-transform: uppercase;
}
.cart-table .cs-0 {
  display: none;
}
.cart-table .cs-2 {
  grid-column: span 2;
}
.cart-table .full-width {
  width: 100%;
}
.cart-table .strong {
  font-weight: bold;
}
@media screen and (min-width: 500px) {
  .cart-table {
    grid-template-columns: repeat(4, 1fr);
  }
  .cart-table .body-item {
    justify-content: left;
  }
  .cart-table .body-item.text-right {
    justify-content: right;
  }
  .cart-table .body-item-wrapper {
    border-top: 1px solid #D95E00;
  }
  .cart-table .body-item-wrapper .wrap-item {
    border-top: none;
    flex: 0 0 auto;
  }
  .cart-table .cm-0 {
    display: none;
  }
  .cart-table .cm-3 {
    grid-column: span 3;
  }
  .cart-table .cm-4 {
    grid-column: span 4;
  }
  .cart-table .body-item.item-total,
  .cart-table .footer-item.sub-total {
    justify-content: right;
  }
  .cart-table .footer-item.text-italic {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .cart-table {
    grid-template-columns: repeat(7, 1fr) 1.5fr 1.5fr;
  }
  .cart-table .header-item {
    display: block;
    border-bottom: 2px solid #D95E00;
  }
  .cart-table .body-header-item {
    display: none;
  }
  .cart-table .body-item {
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
  .cart-table .body-item .text-large {
    font-size: 18px;
  }
  .cart-table .body-item.highlight {
    background-color: #FFF;
    color: #D95E00;
  }
  .cart-table .body-item-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .cart-table .body-item-wrapper .wrap-item.text-right {
    justify-content: left;
  }
  .cart-table .footer-item {
    display: grid;
  }
  .cart-table .footer-item.text-right {
    justify-content: right;
  }
  .cart-table .cl-0 {
    display: none;
  }
  .cart-table .cl-1,
  .cart-table .cl-3,
  .cart-table .cl-7,
  .cart-table .cl-8 {
    display: grid;
  }
  .cart-table .cl-1 {
    grid-column: span 1;
  }
  .cart-table .cl-3 {
    grid-column: span 3;
  }
  .cart-table .cl-7 {
    grid-column: span 7;
  }
  .cart-table .cl-8 {
    grid-column: span 8;
  }
  .cart-table .btn,
  .cart-table .full-width {
    width: 130px;
  }
}

