@font-face {
  font-family: 'LatinModernRoman';
  font-style: normal;
  font-weight: normal;
  src: local("LatinModernRoman"), url("//cdn.shopify.com/s/files/1/0285/2821/4050/t/8/assets/lmroman17-regular.otf?v=14641180180083793760") format("truetype"); }

button:focus {
  outline: 0; }

div:focus {
  outline: 0; }

span:focus {
  outline: 0; }

input:focus {
  outline: 0; }

img {
  max-width: 100%; }

body {
  font-family: 'Muli', sans-serif; }

.page-section {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .page-section {
      margin-bottom: 60px; } }

[v-cloak] {
  display: none !important; }

#violator {
  padding: 8px;
  text-align: center; }

.hide {
  display: none !important; }

.hc-orange-button {
  color: #f60;
  border: 2px solid #f60;
  text-align: center;
  border-radius: 0;
  background-color: #fff;
  transition: color .3s,background-color .3s;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 700; }
  .hc-orange-button:hover {
    background: #f60;
    color: #fff; }
  .hc-orange-button:focus {
    outline: 1px dotted #999; }

header {
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  height: 94px; }
  @media screen and (max-width: 767px) {
    header {
      height: 0px; } }
  header .container {
    height: 100%; }
    header .container .row {
      height: 100%; }
  header .head-column {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 767px) {
      header .head-column {
        padding: 20px 0 0 0;
        justify-content: center; } }
    header .head-column .logo {
      height: 46px;
      width: 440px;
      max-width: 100%;
      max-height: auto; }
      @media screen and (max-width: 1200px) {
        header .head-column .logo {
          height: 38px; } }
      @media screen and (max-width: 991px) {
        header .head-column .logo {
          height: 28px; } }
      @media screen and (max-width: 767px) {
        header .head-column .logo {
          height: 46px;
          width: 440px; } }
      @media screen and (max-width: 465px) {
        header .head-column .logo {
          height: 34px;
          width: 321px; } }
      @media screen and (max-width: 380px) {
        header .head-column .logo {
          height: 30px;
          width: 295px; } }
    header .head-column .search-box-container {
      padding: 20px 10px; }
      header .head-column .search-box-container .search-box {
        background-color: white;
        padding: 5px;
        width: 100%;
        border: 2px solid #ccc;
        display: flex; }
        header .head-column .search-box-container .search-box .search {
          width: 100%;
          flex-grow: 1;
          border: none;
          color: black; }
        header .head-column .search-box-container .search-box .magnifying-glass img {
          margin: 2px; }
      header .head-column .search-box-container button {
        border: none;
        background-color: white; }
    header .head-column .cart-container {
      position: relative; }
      header .head-column .cart-container a {
        position: relative;
        z-index: 3; }
      header .head-column .cart-container .hover-square {
        position: absolute;
        background-color: white;
        border: 2px solid #ccc;
        border-bottom: none;
        width: 75px;
        height: 70px;
        bottom: -20px;
        z-index: 2;
        right: -30px; }
      header .head-column .cart-container .cart {
        z-index: 1;
        padding: 35px 15px;
        position: absolute;
        width: 28vw;
        height: auto;
        left: -330px;
        top: 45px;
        background-color: white;
        border: 2px solid #ccc; }
        header .head-column .cart-container .cart h1, header .head-column .cart-container .cart h2 {
          text-align: center; }
        header .head-column .cart-container .cart .line-item {
          padding: 10px; }
    header .head-column .icon-container {
      margin: 0 20px; }
      header .head-column .icon-container img {
        max-width: unset; }

.item-count {
  bottom: 8px;
  right: -16px;
  background-color: #397EC0;
  border-radius: 100%;
  padding: 1px 6px 0px 6px;
  color: white;
  font-weight: normal;
  font-size: 12px;
  position: absolute; }

#fullNav {
  position: relative;
  z-index: 1000; }

nav {
  background: #ffffff;
  position: relative; }
  nav ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
  nav li {
    list-style: none;
    margin-bottom: 0; }
  nav .lower-header {
    min-height: 42px; }
    nav .lower-header .links {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      nav .lower-header .links .parent-link-li {
        padding: 9px 25px 9px 9px;
        margin-right: 25px;
        position: relative;
        cursor: pointer; }
        nav .lower-header .links .parent-link-li img {
          position: absolute;
          bottom: 14px;
          right: 6px; }
          nav .lower-header .links .parent-link-li img.blue-arrow {
            transition: 0.3s;
            opacity: 0;
            z-index: 2; }
            nav .lower-header .links .parent-link-li img.blue-arrow.active {
              opacity: 1; }
        nav .lower-header .links .parent-link-li.link1 {
          border-bottom: 3px solid transparent; }
      nav .lower-header .links a {
        text-decoration: none;
        color: black;
        font-weight: 700;
        font-size: 16px !important; }
        nav .lower-header .links a.active {
          color: #0071ce; }
      nav .lower-header .links li {
        transition: 0.3s; }
        nav .lower-header .links li.parent {
          border-bottom: 3px solid transparent; }
        nav .lower-header .links li.parent.active {
          border-bottom: 3px solid #0071ce; }
  nav .sub-header {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: white;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2; }
    nav .sub-header .row {
      justify-content: left; }
      nav .sub-header .row .col-3 {
        margin-bottom: 10px; }
    nav .sub-header #blockRow {
      justify-content: space-evenly; }
    nav .sub-header .link2 {
      font-weight: bold;
      text-transform: uppercase; }
      nav .sub-header .link2 a {
        color: black; }
    nav .sub-header .link3 {
      font-weight: normal; }
      nav .sub-header .link3 a {
        color: #0071ce; }

.hero-grid-slider .col-1, .hero-grid-slider .col-10, .hero-grid-slider .col-12 {
  padding-left: 0 !important;
  padding-right: 0 !important; }
.hero-grid-slider .slide-container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 50% 50%;
  height: 30vw;
  grid-auto-flow: column;
  /*margin-left: -2.5px;
  margin-right:2.5px;*/ }
  @media screen and (max-width: 600px) {
    .hero-grid-slider .slide-container {
      grid-template-columns: 50% 50%;
      grid-template-rows: 25% 25% 25% 25%;
      height: 90vw;
      grid-auto-flow: row; } }
  .hero-grid-slider .slide-container:hover .overlay {
    opacity: 0.5 !important; }
  .hero-grid-slider .slide-container .grid-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center; }
    .hero-grid-slider .slide-container .grid-item .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: white;
      opacity: 0;
      transition: 0.3s; }
    .hero-grid-slider .slide-container .grid-item:hover .overlay {
      opacity: 0 !important; }
    .hero-grid-slider .slide-container .grid-item .image-container {
      margin-top: 4vw;
      width: 40vw;
      text-align: center; }
      .hero-grid-slider .slide-container .grid-item .image-container img {
        max-width: 100%; }
      @media screen and (max-width: 600px) {
        .hero-grid-slider .slide-container .grid-item .image-container {
          margin-top: 15vw;
          width: 70vw; } }
    .hero-grid-slider .slide-container .grid-item .RealFullContainer {
      width: 100vw;
      margin-top: 0px;
      text-align: center; }
      .hero-grid-slider .slide-container .grid-item .RealFullContainer img {
        max-width: 100%;
        height: 100%; }
      @media screen and (max-width: 600px) {
        .hero-grid-slider .slide-container .grid-item .RealFullContainer {
          margin-top: 15vw; }
          .hero-grid-slider .slide-container .grid-item .RealFullContainer img {
            width: 100%;
            height: auto; } }
    .hero-grid-slider .slide-container .grid-item .btn {
      width: 265px;
      position: absolute;
      left: calc(50% - 132.5px);
      bottom: 4vw;
      border-radius: 0; }
      @media screen and (max-width: 600px) {
        .hero-grid-slider .slide-container .grid-item .btn {
          bottom: 15vw; } }
  @media screen and (max-width: 600px) {
    .hero-grid-slider .slide-container .fullPageMobile {
      background-size: contain;
      background-position: center; } }
  .hero-grid-slider .slide-container .oneByOne {
    grid-column: span 1;
    grid-row: span 1;
    padding: 2.5px; }
  .hero-grid-slider .slide-container .oneByTwo {
    grid-column: span 1;
    grid-row: span 2;
    padding: 2.5px; }
  .hero-grid-slider .slide-container .twoByTwo {
    grid-column: span 2;
    grid-row: span 2;
    padding: 2.5px; }
  .hero-grid-slider .slide-container .threeByTwo {
    grid-column: span 3;
    grid-row: span 2;
    padding: 2.5px; }
  .hero-grid-slider .slide-container .fourByTwo {
    grid-column: span 4;
    grid-row: span 2; }
  .hero-grid-slider .slide-container .RealFull {
    grid-column: span 4;
    grid-row: span 2; }
  @media screen and (max-width: 600px) {
    .hero-grid-slider .slide-container .oneByTwo {
      grid-column: span 2;
      grid-row: span 1; }
    .hero-grid-slider .slide-container .twoByTwo {
      grid-column: span 2;
      grid-row: span 2; }
    .hero-grid-slider .slide-container .threeByTwo {
      grid-column: span 2;
      grid-row: span 3; }
    .hero-grid-slider .slide-container .fourByTwo {
      grid-column: span 2;
      grid-row: span 4; }
    .hero-grid-slider .slide-container .RealFull {
      grid-column: span 2;
      grid-row: span 4; } }
  .hero-grid-slider .slide-container .btn-container {
    position: absolute; }
.hero-grid-slider .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  padding: 15px; }
  .hero-grid-slider .swiper-pagination-bullets span {
    width: 10px;
    height: 10px;
    margin: 7px; }
    .hero-grid-slider .swiper-pagination-bullets span.swiper-pagination-bullet-active {
      background: #9f9f9f; }

.collection-with-title {
  margin: 45px 0; }
  .collection-with-title .collection-with-title__title {
    margin-bottom: 25px; }
  .collection-with-title h4 {
    text-align: center;
    margin-bottom: 45px; }
  .collection-with-title .col-1 {
    display: flex;
    align-items: center; }
    .collection-with-title .col-1 .swiper-button-prev {
      background-image: none;
      justify-content: center;
      width: 80%;
      text-align: center; }
      .collection-with-title .col-1 .swiper-button-prev img {
        transition: 0.3s; }
      .collection-with-title .col-1 .swiper-button-prev:hover img {
        opacity: 0.7 !important; }
      .collection-with-title .col-1 .swiper-button-prev.active {
        display: flex; }
    .collection-with-title .col-1 .swiper-button-next {
      background-image: none;
      justify-content: center;
      width: 80%;
      text-align: center; }
      .collection-with-title .col-1 .swiper-button-next img {
        transition: 0.3s; }
      .collection-with-title .col-1 .swiper-button-next:hover img {
        opacity: 0.7 !important; }
      .collection-with-title .col-1 .swiper-button-next.active {
        display: flex; }
    .collection-with-title .col-1:hover {
      cursor: pointer; }
  .collection-with-title .collection-container.active {
    display: block; }
  .collection-with-title .collection-container .slider-wrapper {
    display: flex;
    align-items: center; }
  .collection-with-title .collection-container .swiper-slide .swiper-link img {
    max-width: 100%;
    max-height: 400px;
    box-shadow: 1px 1px 5px #333; }
  .collection-with-title .collection-container .swiper-slide .swiper-link .title {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1; }
  .collection-with-title .collection-container .swiper-slide .author {
    height: auto;
    margin-top: 5px;
    padding: 5px 0px;
    color: #404040;
    line-height: 1.1;
    font-size: 14px; }
    .collection-with-title .collection-container .swiper-slide .author .black {
      color: black; }
    .collection-with-title .collection-container .swiper-slide .author .author-link {
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      color: #909090; }
  .collection-with-title .pagination .active {
    display: block; }
  .collection-with-title .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    padding: 15px; }
    .collection-with-title .swiper-pagination-bullets span {
      width: 10px;
      height: 10px;
      margin: 5px; }
      .collection-with-title .swiper-pagination-bullets span.swiper-pagination-bullet-active {
        background: #9f9f9f; }

.white-overlay-left,
.white-overlay-right {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100px;
  background: white;
  margin: 0 10px;
  pointer-events: none; }

.white-overlay-right {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }

.white-overlay-left {
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }

.grid-view-item .product-card__image-with-placeholder-wrapper img {
  box-shadow: #333333 1px 1px 15px 0px; }

.grid-view-item__title.product-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #0071ce;
  line-height: 18px; }

.grid-card-author {
  margin-top: 5px;
  color: black;
  font-size: 14px;
  line-height: 16px; }

.grid-card-author .author-link {
  color: #9f9f9f;
  font-weight: 700; }

.bestSellersSlider:hover, .browseAndShopSlider:hover {
  cursor: pointer; }

.bestSellersSlider, .visitOurSlider, .browseAndShopSlider {
  margin-top: 20px; }
  .bestSellersSlider .bestSellImg, .bestSellersSlider .visitOurImg, .visitOurSlider .bestSellImg, .visitOurSlider .visitOurImg, .browseAndShopSlider .bestSellImg, .browseAndShopSlider .visitOurImg {
    height: 100%;
    width: 100%; }
  .bestSellersSlider .swiper-wrapper, .visitOurSlider .swiper-wrapper, .browseAndShopSlider .swiper-wrapper {
    display: flex;
    align-items: center; }
  .bestSellersSlider .bestSellerTextWrap, .bestSellersSlider .visitOurTextWrap, .visitOurSlider .bestSellerTextWrap, .visitOurSlider .visitOurTextWrap, .browseAndShopSlider .bestSellerTextWrap, .browseAndShopSlider .visitOurTextWrap {
    font-family: 'LatinModernRoman',serif;
    text-align: center;
    justify-content: center;
    flex-direction: column; }
    .bestSellersSlider .bestSellerTextWrap p.BSDescription, .bestSellersSlider .visitOurTextWrap p.BSDescription, .visitOurSlider .bestSellerTextWrap p.BSDescription, .visitOurSlider .visitOurTextWrap p.BSDescription, .browseAndShopSlider .bestSellerTextWrap p.BSDescription, .browseAndShopSlider .visitOurTextWrap p.BSDescription {
      font-family: 'Lato', sans-serif;
      padding: 5px 15px; }
    .bestSellersSlider .bestSellerTextWrap .VODescription, .bestSellersSlider .visitOurTextWrap .VODescription, .visitOurSlider .bestSellerTextWrap .VODescription, .visitOurSlider .visitOurTextWrap .VODescription, .browseAndShopSlider .bestSellerTextWrap .VODescription, .browseAndShopSlider .visitOurTextWrap .VODescription {
      font-family: 'Lato', sans-serif; }
  .bestSellersSlider .col-1, .visitOurSlider .col-1, .browseAndShopSlider .col-1 {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center; }
    .bestSellersSlider .col-1 #leftArrowImg, .visitOurSlider .col-1 #leftArrowImg, .browseAndShopSlider .col-1 #leftArrowImg {
      margin-left: auto;
      z-index: 10;
      cursor: pointer; }
    .bestSellersSlider .col-1 #rightArrowImg, .visitOurSlider .col-1 #rightArrowImg, .browseAndShopSlider .col-1 #rightArrowImg {
      margin-right: auto;
      z-index: 10;
      cursor: pointer; }

.browseAndShopSlider {
  margin-top: 3rem; }
  .browseAndShopSlider .swiper-pagination-bullets {
    display: flex;
    padding: 3px;
    margin: auto; }
    .browseAndShopSlider .swiper-pagination-bullets span {
      width: 10px;
      height: 10px;
      border-radius: 0px;
      margin: 5px; }
      .browseAndShopSlider .swiper-pagination-bullets span.swiper-pagination-bullet-active {
        background: #9f9f9f; }

.sub-header {
  display: block;
  opacity: 1; }

.menu-enter-active,
.menu-leave-active {
  transition: all 1s; }

.menu-enter,
.menu-leave-to {
  opacity: 0;
  transform: translateY(30px); }

#meet-our-authors .header .left, #meet-our-authors .header .right {
  display: flex;
  align-items: flex-end; }
#meet-our-authors .header .right {
  justify-content: flex-end; }
#meet-our-authors .header .left {
  font-family: 'EB Garamond', sans-serif; }
@media screen and (max-width: 992px) {
  #meet-our-authors .header .left,
  #meet-our-authors .header .right {
    display: flex;
    justify-content: center; } }
  @media screen and (max-width: 992px) and (max-width: 430px) {
    #meet-our-authors .header .left,
    #meet-our-authors .header .right {
      text-align: center; } }

.author {
  height: 350px;
  padding-top: 15px;
  padding-bottom: 15px; }
  .author a {
    height: 100%;
    width: 100%;
    position: relative; }
    .author a .author-name {
      position: relative;
      font-family: Muli, sans-serif;
      font-size: 23px;
      font-weight: 700;
      color: white;
      width: 250px;
      bottom: 80px;
      left: 45px;
      z-index: 3; }
    .author a .img {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .author a .img .overlay {
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        z-index: 2;
        transition: 0.3s; }
    .author a:hover .overlay {
      background-color: rgba(0, 0, 0, 0); }
    .author a:hover .author-name {
      text-decoration: underline; }

.browse-shop-header {
  font-family: 'Lato', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center; }

.m-browse-and-shop {
  margin: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 70%; }
  .m-browse-and-shop .dropdown-menu.show {
    height: 310px;
    width: 100%;
    overflow-y: scroll;
    border-radius: 0px; }
    .m-browse-and-shop .dropdown-menu.show a.dropdown-item {
      padding-left: 1px; }
      .m-browse-and-shop .dropdown-menu.show a.dropdown-item .colLinkTitle {
        margin-bottom: 0px;
        font-size: 13px !important;
        color: black !important; }
  .m-browse-and-shop button {
    padding: 7px 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border: 1px solid #9f9f9f; }

.BaSleft-border, .BaSright-border, .RcLeft-border, .RcRight-border {
  flex-grow: 1;
  border-bottom: 3px solid gray; }

.browse-shop-title {
  padding: 25px; }

.listItems {
  font-family: 'Lato', sans-serif;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 5px 15px;
  transition: .3s ease-out; }
  .listItems .colLinkTitle {
    margin: 0;
    padding-left: 5px; }
  .listItems .browseLinks {
    font-weight: bold; }
  .listItems:hover #browseIcon {
    transition: .4s ease-out;
    filter: invert(100%) brightness(100%) contrast(100); }
  .listItems:hover .browseLinks {
    transition: .4s ease-out;
    text-decoration: underline; }
  .listItems:hover .backgroundIcon {
    transition: .4s ease-out;
    background-color: #007bff; }

#browseIcon {
  height: auto;
  width: 100%;
  max-height: 25px;
  max-width: 25px;
  padding: 5px;
  filter: invert(75%) brightness(119%) contrast(50%);
  display: flex; }

.backgroundIcon {
  background-color: #e3e3e3;
  border-radius: 50px; }

.smallGridImage {
  height: 100%;
  width: 100%; }

.roll-call-header {
  font-family: 'Lato', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center; }
  .roll-call-header .roll-call-title {
    padding: 25px; }

.roll-call-container {
  text-align: center; }
  .roll-call-container .rollCallLink {
    font-weight: bold; }
  .roll-call-container .rollCallText {
    padding: 0px 10px;
    margin-bottom: 10px; }

.imageUrl .rollCallImg {
  display: block;
  margin: .625rem auto; }

.roll-col {
  display: flex;
  padding: 0;
  width: 33%; }

#rowContainFlex {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  #rowContainFlex .roll-col {
    justify-content: center; }

.image-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .image-banner img {
    max-width: 100%; }
  .image-banner .color-overlay {
    position: absolute;
    height: 100%;
    width: 100%; }
  .image-banner .heading-box {
    position: absolute;
    z-index: 2; }
  .image-banner .heading-1,
  .image-banner .heading-2,
  .image-banner .heading-3 {
    font-family: 'LatinModernRoman', sans-serif;
    text-align: center; }
  @media screen and (max-width: 900px) {
    .image-banner .heading-1 {
      font-size: 6vw !important; }
    .image-banner .heading-2 {
      font-size: 5vw !important; }
    .image-banner .heading-3 {
      font-size: 4vw !important; } }

.image-banner-with-text {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 42px 20px; }

@media screen and (max-width: 768px) {
  .footNavCont {
    max-height: 340px; }

  .listItems {
    justify-content: center; } }
@media screen and (max-width: 426px) {
  .footNavCont {
    max-height: fit-content !important; } }
.medium-zoom-image--opened {
  z-index: 1000; }

.medium-zoom-overlay {
  z-index: 999; }

#pdp #breadcrumb {
  padding: 0px 15px;
  font-size: .75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px; }
  #pdp #breadcrumb a {
    color: #0071ce; }
  #pdp #breadcrumb a:last-child {
    color: black; }
#pdp #selected-img-container {
  display: flex;
  justify-content: center;
  padding: 10px 0px 25px 0px;
  padding-top: 10px;
  align-items: flex-start !important; }
  @media only screen and (max-width: 425px) {
    #pdp #selected-img-container {
      padding: 10px;
      flex-direction: column; } }
  #pdp #selected-img-container #selected-img {
    max-width: 100%;
    box-shadow: 4px 2px 23px rgba(0, 0, 0, 0.25); }
    @media only screen and (max-width: 425px) {
      #pdp #selected-img-container #selected-img {
        display: flex;
        align-items: flex-start;
        max-height: unset; } }
@media only screen and (max-width: 425px) {
  #pdp .aerio_preview {
    margin-top: 15px; } }
#pdp #pdp-carousel {
  display: flex; }
  #pdp #pdp-carousel .swiper-slide, #pdp #pdp-carousel .button-prev, #pdp #pdp-carousel .button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
  #pdp #pdp-carousel .swiper-container {
    flex-grow: 1; }
  #pdp #pdp-carousel img {
    max-height: 140px;
    max-width: 100%; }
#pdp .left-col-links {
  padding: 25px 0; }
  #pdp .left-col-links svg {
    fill: #b2b2b2; }
  #pdp .left-col-links a {
    color: black; }
    #pdp .left-col-links a:hover {
      color: black; }
@media only screen and (max-width: 500px) {
  #pdp .houseAd-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; } }
#pdp .houseAd-wrapper .houseImg {
  max-height: 100%; }
  @media only screen and (max-width: 780px) {
    #pdp .houseAd-wrapper .houseImg {
      margin: 15px; } }
  #pdp .houseAd-wrapper .houseImg img {
    width: 100%;
    margin-top: 20px; }
#pdp #product-description {
  padding-left: 35px; }
  @media only screen and (max-width: 600px) {
    #pdp #product-description {
      padding-left: 15px; } }
  #pdp #product-description p {
    margin-bottom: 5px; }
  #pdp #product-description .roleAndOnSale .authorsParse a {
    color: #0071ce; }
    #pdp #product-description .roleAndOnSale .authorsParse a:hover {
      color: #0071ce; }
  #pdp #product-description .roleAndOnSale .authorsParse span:nth-last-child(3) {
    color: transparent; }
  #pdp #product-description .roleAndOnSale .authorsParse span:nth-last-child(3):after {
    content: 'and';
    color: black;
    display: inline-block; }
  #pdp #product-description .roleAndOnSale .authorsParse .real:last-child {
    display: none; }
  #pdp #product-description .roleAndOnSale p {
    margin-bottom: 5px; }
  #pdp #product-description .product-controls-container {
    display: block; }
    #pdp #product-description .product-controls-container #outOfStock {
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        #pdp #product-description .product-controls-container #outOfStock {
          text-align: center; } }
  #pdp #product-description .qty-and-add-to-cart {
    border-radius: 5px 0 0 5px;
    display: flex;
    justify-content: space-between;
    flex: auto; }
  #pdp #product-description .product-title {
    font-family: 'EB Garamond', sans-serif;
    font-size: 36px; }
  #pdp #product-description #on-sale {
    color: black; }
  #pdp #product-description #price {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 15px; }
#pdp #quantity-plus {
  margin-right: 20px; }
#pdp #shipping-message {
  color: red;
  font-weight: 900;
  margin-bottom: 5px; }
#pdp #select-wrapper {
  flex-basis: 56%;
  display: flex;
  align-items: center;
  padding-top: 10px; }
  #pdp #select-wrapper select {
    border-radius: 3px;
    height: 40px; }
    @media only screen and (max-width: 600px) {
      #pdp #select-wrapper select {
        width: 100%; } }
  #pdp #select-wrapper label {
    margin: 0 15px; }
  #pdp #select-wrapper #format-label {
    margin: 0;
    color: black;
    font-weight: 900;
    padding-right: 10px; }
#pdp #quantity-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px; }
  #pdp #quantity-container #quantity-label {
    margin: 0;
    color: black;
    font-weight: 900;
    padding-right: 10px; }
  #pdp #quantity-container input[type="number"] {
    width: 60px;
    height: 45px;
    padding: 0px 0px 0px 10px; }
  #pdp #quantity-container input[type="button"] {
    background: #c7c7c7;
    width: 35px;
    height: 40px;
    border: none;
    color: #898b8e; }
#pdp [v-cloak] {
  display: none !important; }
#pdp #add-to-cart-container {
  border-radius: 0 5px 5px 0;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 84px;
  padding-top: 10px;
  padding-bottom: 10px; }
  #pdp #add-to-cart-container button[name="add"] {
    color: #fff;
    text-align: center;
    border-radius: 0;
    background-color: #d8292f;
    width: 65%;
    height: 45px;
    font-weight: 700;
    font-family: 'Muli', sans-serif !important;
    border: none;
    transition: 0.3s; }
    #pdp #add-to-cart-container button[name="add"]:hover {
      color: #fff;
      background-color: #db696d; }
      #pdp #add-to-cart-container button[name="add"]:hover #enablePointer {
        cursor: pointer; }
  #pdp #add-to-cart-container .soldOut {
    color: #fff;
    background-color: #db696d !important; }
  #pdp #add-to-cart-container .preOrderButton {
    color: #000;
    text-align: center;
    border-radius: 0;
    background-color: white;
    width: 65%;
    height: 45px;
    font-weight: 700;
    font-family: 'Muli', sans-serif !important;
    border: 1px solid #000;
    transition: 0.3s; }
#pdp .description-wrapper {
  padding-top: 15px;
  flex-grow: 100; }
  #pdp .description-wrapper .description-tabs {
    display: flex;
    margin-bottom: 15px; }
  #pdp .description-wrapper .description-tab {
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    padding: 5px 15px;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #dedede; }
  #pdp .description-wrapper .description-tab-spacer {
    border-top: 2px solid transparent;
    border-bottom: 2px solid #dedede;
    flex-grow: 1; }
  #pdp .description-wrapper .description-tab.active {
    color: black;
    border: 2px solid #dedede;
    border-bottom: 0px solid transparent; }
  #pdp .description-wrapper .description-content-pane {
    display: none; }
  #pdp .description-wrapper .description-content-pane.active {
    display: block; }
  #pdp .description-wrapper .product-description_wrapper {
    height: 175px;
    overflow: hidden; }
  #pdp .description-wrapper .product-description_wrapper.active {
    height: unset; }
#pdp .awardsInAbout {
  padding-left: 0px;
  color: red; }
#pdp .read-more-description-btn {
  padding-top: 15px;
  color: #0071ce;
  display: inline-block;
  cursor: pointer;
  border-bottom: 2px solid transparent; }
#pdp .read-more-description-btn:hover {
  border-bottom: 2px solid #0071ce; }
#pdp .product-info-wrapper {
  display: flex; }
  @media only screen and (max-width: 600px) {
    #pdp .product-info-wrapper {
      display: block; } }
#pdp .retail-links {
  width: 180px;
  padding: 10px 20px;
  margin-top: 15px; }
  @media only screen and (max-width: 450px) {
    #pdp .retail-links {
      padding: 0px; } }
  #pdp .retail-links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
#pdp .retail-links a {
  margin: 0 auto 10px;
  display: block;
  color: #f60;
  border: 2px solid #f60;
  text-align: center;
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  transition: color .3s,background-color .3s;
  padding: 7px;
  width: 140px; }
#pdp .retail-links a:hover {
  color: #fff;
  background-color: #f60; }
#pdp #m-retail-links {
  margin-top: 0px;
  width: 100%; }
  #pdp #m-retail-links ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%; }
    @media only screen and (max-width: 600px) {
      #pdp #m-retail-links ul {
        justify-content: center; }
        #pdp #m-retail-links ul li {
          width: 100%; }
          #pdp #m-retail-links ul li a {
            width: 100%; } }
#pdp .mobile-accordion {
  padding: 5px 20px; }
  #pdp .mobile-accordion .accordion-header a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase; }
    #pdp .mobile-accordion .accordion-header a p {
      margin-bottom: 0; }
    #pdp .mobile-accordion .accordion-header a .accordion-plus {
      height: 20px;
      width: 20px; }
#pdp .mobile-Head {
  text-align: left;
  margin-top: 10px;
  padding: 15px 15px;
  background-color: #f5f5f5; }
  #pdp .mobile-Head p {
    margin-bottom: 0; }
  #pdp .mobile-Head .roleAndOnSale .authorsParse a {
    color: #0071ce; }
    #pdp .mobile-Head .roleAndOnSale .authorsParse a:hover {
      color: #0071ce; }
  #pdp .mobile-Head .roleAndOnSale .authorsParse span:nth-last-child(3) {
    color: transparent; }
  #pdp .mobile-Head .roleAndOnSale .authorsParse span:nth-last-child(3):after {
    content: 'and';
    color: black;
    display: inline-block; }
  #pdp .mobile-Head .roleAndOnSale .authorsParse .real:last-child {
    display: none; }
  #pdp .mobile-Head .roleAndOnSale p {
    margin-bottom: 5px; }
  #pdp .mobile-Head .m-product-title {
    font-family: 'EB Garamond', sans-serif;
    font-size: 36px; }
#pdp .series-link h5, #pdp .series-link h5 a, #pdp .series-link a {
  color: #949494 !important; }
  #pdp .series-link h5:hover, #pdp .series-link h5 a:hover, #pdp .series-link a:hover {
    color: #949494 !important; }
#pdp #sub_title h3 {
  font-size: 18px;
  color: #949494; }
#pdp .access {
  overflow-wrap: anywhere; }
#pdp .social-share-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  #pdp .social-share-icons svg {
    margin-right: 5px; }
    #pdp .social-share-icons svg:hover {
      opacity: .6; }
  #pdp .social-share-icons p {
    margin-bottom: 0px;
    padding-right: 5px;
    font-size: .75rem; }
#pdp #facebookShare, #pdp #twitterShare, #pdp #pinterestShare {
  height: 30px; }
#pdp .modalButtonContain {
  text-align: center; }
  #pdp .modalButtonContain a {
    text-align: center;
    cursor: pointer;
    color: #0071ce;
    background: none;
    border: none;
    width: 170px; }
    @media only screen and (max-width: 600px) {
      #pdp .modalButtonContain a {
        text-align: center;
        width: 100%; } }
#pdp .modal-resources .modal-dialog, #pdp .modal-video .modal-dialog {
  max-width: 900px;
  max-height: 98%; }
#pdp .modal-resources .modal-content, #pdp .modal-video .modal-content {
  border: 10px solid #cacaca;
  background: #fff;
  max-height: 98%;
  overflow-y: auto;
  padding-bottom: 30px; }
  #pdp .modal-resources .modal-content .modal-header, #pdp .modal-video .modal-content .modal-header {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px; }
    #pdp .modal-resources .modal-content .modal-header h3, #pdp .modal-video .modal-content .modal-header h3 {
      font-size: 23px;
      font-family: 'EB Garamond', sans-serif;
      text-transform: uppercase; }
    #pdp .modal-resources .modal-content .modal-header .authorsParse, #pdp .modal-video .modal-content .modal-header .authorsParse {
      font-size: 14px;
      color: #898b8e;
      margin-bottom: 5px; }
      #pdp .modal-resources .modal-content .modal-header .authorsParse a, #pdp .modal-video .modal-content .modal-header .authorsParse a {
        font-weight: 400;
        color: #898b8e;
        pointer-events: none;
        cursor: default; }
      #pdp .modal-resources .modal-content .modal-header .authorsParse span:last-child, #pdp .modal-video .modal-content .modal-header .authorsParse span:last-child {
        display: none; }
      #pdp .modal-resources .modal-content .modal-header .authorsParse span:nth-last-child(3), #pdp .modal-video .modal-content .modal-header .authorsParse span:nth-last-child(3) {
        color: transparent; }
      #pdp .modal-resources .modal-content .modal-header .authorsParse span:nth-last-child(3):after, #pdp .modal-video .modal-content .modal-header .authorsParse span:nth-last-child(3):after {
        content: 'and';
        color: #898b8e;
        display: inline-block; }
    #pdp .modal-resources .modal-content .modal-header #modal-author, #pdp .modal-video .modal-content .modal-header #modal-author {
      color: #898b8e;
      font-size: 14px; }
    #pdp .modal-resources .modal-content .modal-header #modal-description, #pdp .modal-video .modal-content .modal-header #modal-description {
      font-size: 14px;
      margin: 10px 0px 0px 0px;
      color: #000;
      font-family: 'Roboto', serif; }
    #pdp .modal-resources .modal-content .modal-header .close, #pdp .modal-video .modal-content .modal-header .close {
      font-size: 14px;
      color: #0071ce;
      opacity: 1; }
      #pdp .modal-resources .modal-content .modal-header .close:hover, #pdp .modal-video .modal-content .modal-header .close:hover {
        color: #0071ce; }
#pdp .modal-resources .booksellerBlocks, #pdp .modal-video .booksellerBlocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-family: 'Roboto', serif; }
  #pdp .modal-resources .booksellerBlocks h5, #pdp .modal-video .booksellerBlocks h5 {
    font-size: 16px;
    margin: 0px 0px 5px;
    color: #000; }
  #pdp .modal-resources .booksellerBlocks p, #pdp .modal-video .booksellerBlocks p {
    overflow-wrap: anywhere;
    font-size: 14px;
    margin-bottom: 20px;
    color: #000; }
  #pdp .modal-resources .booksellerBlocks .Us-International-DD, #pdp .modal-video .booksellerBlocks .Us-International-DD {
    padding: 0px;
    padding-right: 10px;
    min-height: 370px; }
    @media only screen and (max-width: 425px) {
      #pdp .modal-resources .booksellerBlocks .Us-International-DD, #pdp .modal-video .booksellerBlocks .Us-International-DD {
        min-height: unset; } }
    #pdp .modal-resources .booksellerBlocks .Us-International-DD .dropdown-menu, #pdp .modal-video .booksellerBlocks .Us-International-DD .dropdown-menu {
      transform: translate3d(0px, 38px, 0px) !important; }
    #pdp .modal-resources .booksellerBlocks .Us-International-DD .dropdown-menu.show, #pdp .modal-video .booksellerBlocks .Us-International-DD .dropdown-menu.show {
      background-color: #f9f9f9;
      height: 200px;
      width: 100%;
      overflow-y: scroll;
      border-radius: 0px; }
      #pdp .modal-resources .booksellerBlocks .Us-International-DD .dropdown-menu.show .dropdown-header, #pdp .modal-video .booksellerBlocks .Us-International-DD .dropdown-menu.show .dropdown-header {
        color: #333;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase; }
      #pdp .modal-resources .booksellerBlocks .Us-International-DD .dropdown-menu.show .dropdown-item:hover, #pdp .modal-video .booksellerBlocks .Us-International-DD .dropdown-menu.show .dropdown-item:hover {
        text-decoration: underline; }
      #pdp .modal-resources .booksellerBlocks .Us-International-DD .dropdown-menu.show .dropdown-item a, #pdp .modal-video .booksellerBlocks .Us-International-DD .dropdown-menu.show .dropdown-item a {
        margin-bottom: 0px;
        font-size: 14px !important;
        color: black !important; }
    #pdp .modal-resources .booksellerBlocks .Us-International-DD button, #pdp .modal-video .booksellerBlocks .Us-International-DD button {
      padding: 7px 10px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #f9f9f9;
      border: 1px solid #9f9f9f;
      margin-bottom: 30px; }
    #pdp .modal-resources .booksellerBlocks .Us-International-DD p, #pdp .modal-video .booksellerBlocks .Us-International-DD p {
      margin: 0px 0px 20px !important;
      font-size: 14px; }
#pdp .modal-resources .directLinkBuy, #pdp .modal-video .directLinkBuy {
  margin: 0px 0px 30px;
  font-family: 'Roboto', serif; }
  #pdp .modal-resources .directLinkBuy .directLinkBuy-head, #pdp .modal-video .directLinkBuy .directLinkBuy-head {
    margin-top: 25px; }
    #pdp .modal-resources .directLinkBuy .directLinkBuy-head h5, #pdp .modal-video .directLinkBuy .directLinkBuy-head h5 {
      margin: 0px 0px 5px;
      font-size: 16px; }
  @media only screen and (max-width: 425px) {
    #pdp .modal-resources .directLinkBuy ul .col-md-3, #pdp .modal-video .directLinkBuy ul .col-md-3 {
      width: 50%; } }
  #pdp .modal-resources .directLinkBuy ul li, #pdp .modal-video .directLinkBuy ul li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px 0px 7px; }
    #pdp .modal-resources .directLinkBuy ul li a, #pdp .modal-video .directLinkBuy ul li a {
      font-weight: bold;
      font-size: 14px;
      color: #0071ce; }
#pdp .momLinks, #pdp .modal-video {
  margin-top: 40px; }
  #pdp .momLinks .sub-heading, #pdp .modal-video .sub-heading {
    margin-top: 30px;
    margin-bottom: 10px; }
  #pdp .momLinks .container, #pdp .modal-video .container {
    padding-left: 45px;
    padding-right: 45px; }
    @media only screen and (max-width: 768px) {
      #pdp .momLinks .container, #pdp .modal-video .container {
        padding-left: 0px;
        padding-right: 0px; } }
  #pdp .momLinks .holdVid, #pdp .modal-video .holdVid {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    max-height: 100vh;
    text-align: center; }
    #pdp .momLinks .holdVid .vid, #pdp .modal-video .holdVid .vid {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #pdp .momLinks .audioContainer audio, #pdp .modal-video .audioContainer audio {
    margin: 10px 0px;
    width: 100%; }

.related-articles {
  margin-top: 25px; }
  .related-articles .related-articles-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    margin: 1.875rem 0; }
    @media only screen and (max-width: 425px) {
      .related-articles .related-articles-items {
        flex-direction: column; } }
    .related-articles .related-articles-items .relatedCol {
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (max-width: 425px) {
        .related-articles .related-articles-items .relatedCol {
          border-right: none !important;
          width: 100% !important; } }
    .related-articles .related-articles-items .relatedCol:nth-child(-n+2) {
      border-right: #afb1b3 solid 2px; }
    .related-articles .related-articles-items a {
      color: #0071ce;
      font-weight: 700; }
      .related-articles .related-articles-items a:hover {
        color: #0071ce; }
    .related-articles .related-articles-items p {
      margin-bottom: 0px; }
    .related-articles .related-articles-items h3 {
      margin: 10px 0px;
      font-size: 18px;
      font-weight: 700; }
  .related-articles .m-related-articles-items {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 1.875rem 0; }
    .related-articles .m-related-articles-items .relatedCol {
      padding: 0px 30px 15px;
      margin-bottom: 1.25rem; }
      .related-articles .m-related-articles-items .relatedCol a {
        color: #0071ce;
        font-weight: 700; }
        .related-articles .m-related-articles-items .relatedCol a:hover {
          color: #0071ce; }
    .related-articles .m-related-articles-items .cards {
      display: flex;
      width: 100%;
      border: solid #afb1b3 1px;
      align-items: center; }
    .related-articles .m-related-articles-items .leftSide {
      width: 50%;
      float: left; }
      .related-articles .m-related-articles-items .leftSide img {
        object-fit: cover;
        max-width: 100%;
        height: 100%; }
    .related-articles .m-related-articles-items .rightSide {
      align-content: center;
      align-items: center;
      width: 50%;
      float: right;
      text-align: center;
      padding: 10px 10px 5px; }
      .related-articles .m-related-articles-items .rightSide a {
        font-size: 14.5px;
        font-weight: 700; }
      .related-articles .m-related-articles-items .rightSide h3 {
        font-size: 14.5px;
        font-weight: 700;
        margin: 10px 0px; }

#resources-pane h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 25px; }
#resources-pane .asset-icon {
  width: 20px;
  height: 20px; }
#resources-pane a {
  color: #0071ce;
  font-size: 14px;
  font-weight: 700; }

.audio-sample figcaption {
  text-align: left;
  margin-top: 15px;
  margin-left: 0;
  margin-bottom: 5px; }
.audio-sample audio {
  width: 100%; }

.breadcrumbs .breadcrumbs-container {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem; }
  .breadcrumbs .breadcrumbs-container a {
    color: #0071ce; }
  .breadcrumbs .breadcrumbs-container #firstBread {
    text-decoration: underline; }
  .breadcrumbs .breadcrumbs-container a:last-child {
    color: black; }

#cart-page .heading-row {
  border-top: none !important; }
#cart-page #cartHeadRow {
  border-bottom: none;
  padding-top: 55px;
  padding-bottom: 25px;
  margin: 0 0 17.5px; }
#cart-page #cartHeader {
  font-size: 29px;
  text-align: center; }
  #cart-page #cartHeader .cartHeaderText {
    font-size: 29px; }
#cart-page #removeRow {
  border-bottom: none; }

#mobile-nav-container #mobileNavWhole {
  width: 100%; }
#mobile-nav-container .leftHeader {
  width: 50%;
  float: left; }
#mobile-nav-container .rightHeader {
  width: 50%;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  #mobile-nav-container .rightHeader .mobileIconContainer {
    display: flex; }
  #mobile-nav-container .rightHeader .icon-container a {
    margin: 0 20px; }
  #mobile-nav-container .rightHeader .navbar-toggler {
    border: none;
    padding: 0px;
    margin-left: 10px; }
#mobile-nav-container #navbarNav .search-box {
  display: flex;
  direction: row;
  align-content: center;
  text-align: center;
  margin-top: 20px;
  background-color: white; }
#mobile-nav-container #navbarNav button, #mobile-nav-container #navbarNav input {
  border: none;
  background-color: white;
  border-bottom: solid 1px grey; }
#mobile-nav-container #navbarNav input {
  width: 100%; }
#mobile-nav-container .linkDrawer {
  margin-top: 15px; }
  #mobile-nav-container .linkDrawer li a[aria-expanded="true"]::after {
    transform: rotate(180deg); }
  #mobile-nav-container .linkDrawer .navbarDropdown, #mobile-nav-container .linkDrawer .nav-link {
    margin-left: 10%;
    align-items: center;
    color: black;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    margin: 10px 0px; }
  #mobile-nav-container .linkDrawer ul {
    margin-left: 10%;
    padding-top: 0px;
    border: none;
    color: black; }
    #mobile-nav-container .linkDrawer ul a {
      color: black;
      align-items: center; }
      #mobile-nav-container .linkDrawer ul a:hover {
        text-decoration: underline; }
    #mobile-nav-container .linkDrawer ul li a {
      color: black; }
  #mobile-nav-container .linkDrawer .link-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #mobile-nav-container .linkDrawer .arrow {
    flex-grow: 1;
    height: 44px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px; }
    #mobile-nav-container .linkDrawer .arrow[aria-expanded="true"] a {
      transform: rotate(180deg); }
    #mobile-nav-container .linkDrawer .arrow a {
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent; }

.sub-heading {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  font-weight: 700; }

.sub-heading span {
  background: #fff;
  padding: 0 10px;
  position: relative !important;
  display: inline-block;
  max-width: 250px; }

@media (min-width: 30rem) {
  .sub-heading span {
    max-width: 400px; } }
@media (min-width: 45rem) {
  .sub-heading span {
    max-width: 500px; } }
.sub-heading span:after, .sub-heading span:before {
  position: absolute;
  top: 51%;
  width: 600px;
  height: 2px;
  content: "\a0";
  background-color: #afb1b3; }

.sub-heading span:before {
  right: 100%;
  margin-right: 15px; }

.sub-heading span:after {
  left: 100%;
  margin-left: 15px; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

ul.social-sharing {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.social-sharing li {
    display: inline-block; }

.social-icons .social-link {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .social-icons .social-link svg {
    width: 15px;
    height: 15px;
    vertical-align: top; }

.social-icons--circle .social-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .social-icons--circle .social-link.social-link--facebook {
    background: #3b5998; }
  .social-icons--circle .social-link.social-link--twitter {
    background: #1da1f2; }
  .social-icons--circle .social-link.social-link--pinterest {
    background: #E60023; }
  .social-icons--circle .social-link.social-link--youtube {
    background: #FF0000; }
  .social-icons--circle .social-link.social-link--instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d); }
  .social-icons--circle .social-link:hover.social-link--facebook {
    background: #2d4373; }
  .social-icons--circle .social-link:hover.social-link--twitter {
    background: #0c85d0; }
  .social-icons--circle .social-link:hover.social-link--pinterest {
    background: #b3001b; }
  .social-icons--circle .social-link:hover.social-link--youtube {
    background: #cc0000; }
  .social-icons--circle .social-link:hover.social-link--instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #feb231, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #feb231, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #343aba, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #343aba, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #6e319b, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #6e319b, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #b62162, transparent), linear-gradient(#473ab6, #942670 30%, #d11e41 50%, #f2550a 70%, #feb23a); }
  .social-icons--circle .social-link:focus {
    box-shadow: 0 0 0 2px rbga(0, 0, 0, 0.2); }
  .social-icons--circle .social-link svg {
    width: 17px;
    height: 17px; }
.social-icons--circle.footer-icons {
  display: flex; }
  .social-icons--circle.footer-icons .social-link {
    border-radius: 3px;
    margin: 5px; }
    .social-icons--circle.footer-icons .social-link svg {
      width: 17px;
      height: 17px; }

.breadcrumbs-container {
  font-size: .75rem; }
  .breadcrumbs-container a {
    color: #0071ce; }
  .breadcrumbs-container a:last-child {
    color: black; }

body p {
  margin-bottom: 3rem; }

#leadership-team-contents h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #999;
  font-size: 30px;
  margin: 30px 0; }
#leadership-team-contents img {
  max-height: 188px;
  max-width: 188px;
  margin-bottom: 1rem; }
#leadership-team-contents .name {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0px; }
#leadership-team-contents .position {
  font-size: 18px;
  color: #333333;
  margin-bottom: 1rem; }
#leadership-team-contents .bio {
  color: #333333;
  font-size: 13px; }
#leadership-team-contents .row {
  margin-bottom: 20px !important; }

#world-map {
  height: 535px;
  background-image: url("//cdn.shopify.com/s/files/1/0285/2821/4050/t/8/assets/world-map_1140x535.gif?v=12478951273954234304");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  #world-map ul {
    list-style: none; }
    #world-map ul li {
      color: #ccc; }
  #world-map .head {
    color: white; }
  #world-map .area-list {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
    border-radius: 5px;
    background: #333;
    color: #fff;
    padding: 5px 10px 7px;
    position: absolute;
    z-index: 1;
    font-size: 13px; }
    #world-map .area-list a {
      color: #0ebfeb; }
    #world-map .area-list .link-list {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      max-height: 100px;
      width: 170px; }
      #world-map .area-list .link-list .link {
        padding-right: 15px;
        color: #ccc; }
        #world-map .area-list .link-list .link a {
          color: #0ebfeb; }
    #world-map .area-list:after {
      border-color: #333 transparent transparent;
      border-style: solid;
      border-width: 9px 9px 0px 9px;
      bottom: -9px;
      content: "";
      height: 0;
      left: 45%;
      position: absolute;
      width: 0; }
    #world-map .area-list.north-america {
      top: 20%;
      left: 13%; }
    #world-map .area-list.south-america {
      top: 57%;
      left: 23%; }
    #world-map .area-list.europe {
      top: 9%;
      left: 42%; }
    #world-map .area-list.asia {
      top: 26%;
      right: 22%; }
    #world-map .area-list.australia {
      right: 9%;
      bottom: 29%; }
    #world-map .area-list.africa {
      right: 44%;
      bottom: 38%; }

#world-map-mobile .head {
  list-style: none; }
#world-map-mobile .map-container {
  position: relative; }
  #world-map-mobile .map-container select {
    position: absolute;
    width: 225px;
    top: 40%;
    left: calc(50% - 125px); }

.worldwide-text h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #999;
  font-size: 30px;
  margin: 30px 0 15px;
  text-align: center; }
.worldwide-text p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center; }

@media screen and (max-width: 767px) {
  .publishing-column {
    margin-left: 55px; } }
.publishing-office-column .heading {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  margin-top: 12px; }
.publishing-office-column .link {
  color: #007cc3;
  font-weight: 700;
  font-size: 14px; }
.publishing-office-column .blank-link {
  color: gray;
  font-weight: 700;
  font-size: 14px; }

.world-map-text-container {
  position: absolute;
  top: 529px;
  z-index: 1; }
  .world-map-text-container h1, .world-map-text-container h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #999;
    text-align: left;
    margin-bottom: 0; }
  .world-map-text-container h1 {
    font-size: 30px;
    margin-bottom: 5px; }
  .world-map-text-container h2 {
    font-size: 24px; }
  .world-map-text-container a {
    font-weight: 700;
    color: #007cc3;
    font-size: 14px; }
  @media screen and (max-width: 991px) {
    .world-map-text-container {
      position: relative;
      top: 0; }
      .world-map-text-container h1, .world-map-text-container h2 {
        text-align: center; }
      .world-map-text-container div {
        text-align: center; } }

.who-we-are-section h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #999;
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  margin: 15px; }
  @media screen and (max-width: 991px) {
    .who-we-are-section h1 {
      text-align: center; } }
.who-we-are-section p {
  margin-top: 7px;
  color: gray;
  font-size: 13px; }
  .who-we-are-section p a {
    font-weight: 700;
    color: #007cc3; }
.who-we-are-section div {
  text-align: left; }

.facts-and-figures-section h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #999;
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  margin: 15px; }
  @media screen and (max-width: 991px) {
    .facts-and-figures-section h1 {
      text-align: center; } }
.facts-and-figures-section .figure {
  background-color: #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0;
  border-color: #dcdad8;
  border-right-width: 1px; }
  .facts-and-figures-section .figure:last-of-type {
    border-right-width: 0; }
.facts-and-figures-section p {
  text-align: center;
  margin: 0; }
.facts-and-figures-section .text-1 {
  color: gray;
  font-size: 12px;
  height: 18px; }
.facts-and-figures-section .number {
  color: #333;
  font-size: 75px;
  line-height: 72px;
  font-weight: 700; }
.facts-and-figures-section .text-2 {
  color: #333;
  font-size: 24px;
  font-weight: 700; }
.facts-and-figures-section .text-3 {
  color: gray;
  font-size: 12px; }

h1.collection-title {
  font-family: 'EB Garamond', sans-serif;
  margin-top: 30px;
  margin-bottom: 20px; }

#harperGreen {
  margin-top: 15px; }
  #harperGreen #harperGreenHead .titleImageContainer {
    margin: 20px;
    margin-left: 0px;
    margin-top: 0px; }
    #harperGreen #harperGreenHead .titleImageContainer img {
      height: auto;
      max-width: 100%;
      display: inline; }
  #harperGreen #harperGreenHead .headText {
    margin: 20px 0px;
    height: 50%; }
    #harperGreen #harperGreenHead .headText p {
      margin-bottom: 0;
      padding-top: 20px;
      line-height: 18px;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 14px; }
  #harperGreen #harperGreenHead .secondImageContainer {
    display: flex; }
    #harperGreen #harperGreenHead .secondImageContainer img {
      height: auto;
      display: inline;
      margin: auto;
      text-align: center;
      margin-bottom: -5px;
      max-width: unset !important; }
  #harperGreen .harperGreenBody .block-columnContainer .block-hg-border {
    border-top: 5px solid #cdcdcd; }
  #harperGreen .harperGreenBody .block-columnContainer h2 {
    text-align: left;
    margin: 20px 0px;
    color: #999;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    line-height: 0.95;
    font-size: 23px; }
  #harperGreen .harperGreenBody .block-columnContainer .colImageContainer {
    margin-bottom: 20px; }
  #harperGreen .harperGreenBody .block-columnContainer .greenContent {
    margin-top: 10px;
    margin-bottom: 20px; }
    #harperGreen .harperGreenBody .block-columnContainer .greenContent p {
      margin-bottom: 10px;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 14px; }

.career {
  font-size: 14px; }
  .career a {
    color: #007cc3;
    font-weight: 700; }
  .career p {
    margin-bottom: 2rem; }
  .career h1 {
    font-family: 'EB Garamond', sans-serif;
    font-weight: 400;
    color: #999;
    text-align: left;
    margin-bottom: 0;
    font-size: 36px;
    margin-top: 25px;
    margin-bottom: 25px; }
  .career .career__heading {
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px; }

.submit-manuscript h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #999;
  font-size: 30px;
  margin: 30px 0; }
.submit-manuscript p {
  margin-bottom: 15px; }

.company-profile h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #999;
  font-size: 30px;
  margin: 30px 0; }
.company-profile p {
  margin-bottom: 15px;
  color: #666666; }

.contact-us h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #999;
  font-size: 30px;
  margin: 30px 0;
  text-align: center; }
.contact-us .block {
  margin-bottom: 35px; }
.contact-us .heading {
  font-weight: 700;
  font-size: 20px; }
.contact-us .body {
  font-size: 13px; }
  .contact-us .body a {
    color: #007cc3;
    font-weight: 700; }

#corporate-content-development h3 {
  padding: 20px 150px;
  margin-bottom: 20px;
  color: #999;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  font-size: 30px; }
  @media only screen and (max-width: 770px) {
    #corporate-content-development h3 {
      text-align: center;
      padding: 15px 15px; } }
#corporate-content-development p {
  font-size: 14px;
  margin-bottom: 10px; }
#corporate-content-development .ccd-image-holder {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    #corporate-content-development .ccd-image-holder {
      justify-content: end; } }
  @media only screen and (max-width: 425px) {
    #corporate-content-development .ccd-image-holder {
      justify-content: center; } }
  #corporate-content-development .ccd-image-holder .block-ccd-imageContainer {
    margin-right: 10px;
    margin-bottom: 15px; }
    #corporate-content-development .ccd-image-holder .block-ccd-imageContainer img {
      max-height: 100%;
      max-width: 100%; }

#header-sub {
  background: #efefef;
  position: relative;
  margin-bottom: 30px;
  z-index: 100; }
  #header-sub .header-sub__container.container {
    max-width: 1140px; }
    @media screen and (max-width: 767px) {
      #header-sub .header-sub__container.container {
        padding: 0; } }

.header-sub__mobile-toggle {
  -webkit-appearance: none;
  background: none;
  border: 0; }

.header-sub__mobile-toggle-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 16px;
  border-top: 2px solid #0071ce;
  border-bottom: 2px solid #0071ce; }
  .header-sub__mobile-toggle-icon:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 2px solid #0071ce;
    position: absolute;
    left: 0;
    top: 5px; }

.header-sub__mobile-toggle-text {
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  color: #0071ce; }

.header-sub {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 60px; }
  @media screen and (min-width: 768px) {
    .header-sub {
      height: 75px; } }

.header-sub__logo {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px 0 15px;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .header-sub__logo {
      max-width: 60%;
      padding-right: 20px; } }

.header-sub__logo-img {
  position: relative;
  z-index: 1; }

.header-sub__nav {
  flex: 1 1 auto;
  height: 100%;
  align-items: center;
  display: flex; }
  @media screen and (max-width: 767px) {
    .header-sub__nav {
      justify-content: flex-end; } }
  .header-sub__nav a {
    color: #0071ce; }
    .header-sub__nav a:hover {
      color: #004782; }
    .header-sub__nav a:focus {
      text-decoration: underline; }

@media screen and (max-width: 767px) {
  .header-sub__nav-list {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    border-top: 1px solid #d7d7d7;
    background: #efefef; } }
@media screen and (min-width: 768px) {
  .header-sub__nav-list {
    display: flex !important;
    align-items: center;
    height: 100%; } }

.header-sub__nav-item {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .header-sub__nav-item {
      margin: 0 5px;
      height: 100%;
      display: flex;
      align-items: center; } }

.header-sub__nav-link {
  text-transform: uppercase;
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    .header-sub__nav-link {
      display: block;
      border-bottom: 1px solid #d7d7d7;
      padding: 10px; } }
  @media screen and (min-width: 768px) {
    .header-sub__nav-link {
      display: inline-block; }
      .header-sub__nav-link.header-sub__nav-link--current {
        text-decoration: underline; } }
  @media screen and (min-width: 768px) and (max-width: 949px) {
    .header-sub__nav-link {
      padding: 0 4px;
      font-size: 12px; } }
  @media screen and (min-width: 950px) {
    .header-sub__nav-link {
      padding: 0 8px; } }
  @media screen and (min-width: 1050px) {
    .header-sub__nav-link {
      padding: 0 15px; } }

.header-sub__nav-link-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: currentColor transparent transparent transparent; }

.header-sub__nav-child {
  display: none;
  background: #efefef;
  border-bottom: 1px solid #d7d7d7; }
  @media screen and (min-width: 768px) {
    .header-sub__nav-child {
      border: 0;
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0; }
      .header-sub__nav-item:hover .header-sub__nav-child {
        display: block !important; } }

.header-sub__nav-child-inner {
  display: flex;
  text-align: left;
  padding: 15px 0;
  justify-content: center; }

.header-sub__nav-child-list {
  padding: 0 20px; }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    .header-sub__nav-child-list {
      max-width: 50%; } }
  @media screen and (min-width: 768px) {
    .header-sub__nav-child-list:only-child.header-sub__nav-child-list--no-grandchildren {
      display: flex; }
      .header-sub__nav-child-list:only-child.header-sub__nav-child-list--no-grandchildren > li {
        padding: 0 10px; } }

@media screen and (min-width: 768px) {
  .header-sub__nav-grandchild-list.header-sub__nav-grandchild-list--columns {
    column-count: 2;
    column-gap: 20px; } }
@media screen and (min-width: 1140px) {
  .header-sub__nav-grandchild-list.header-sub__nav-grandchild-list--columns {
    column-count: 3; } }
.header-sub__nav-grandchild-list a {
  font-size: 13px;
  display: block;
  margin: 3px 0; }

.footer-sub {
  background: #efefef;
  padding: 20px 0 15px; }

.footer-sub__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.footer-sub__logo-item {
  padding: 15px; }
  @media screen and (min-width: 1200px) {
    .footer-sub__logo-item {
      padding: 15px 25px; } }

.footer-sub__social-links {
  margin-top: 10px;
  display: flex;
  justify-content: center; }

.footer-sub__social-link {
  margin: 5px; }

.resources-grid__item {
  margin-bottom: 30px; }

h3.resources-grid__item-title {
  font-size: 18px;
  color: #000;
  margin: 15px 0 0; }

.blog-childrens-template .head {
  margin-bottom: 32px; }
.blog-childrens-template .blog-image-container {
  height: 100%;
  width: 100%;
  font-size: 0px;
  position: relative; }
  .blog-childrens-template .blog-image-container img {
    height: 100%;
    width: 100%; }
  .blog-childrens-template .blog-image-container .headOverlay {
    position: absolute;
    bottom: 0;
    background: rgba(3, 79, 201, 0.8);
    color: #f1f1f1;
    width: 100%;
    color: white;
    padding: 8px;
    font-size: 18px;
    font-family: Montserrat,sans-serif;
    text-align: center;
    text-decoration: none;
    transition: all .3s; }
    .blog-childrens-template .blog-image-container .headOverlay #overlay-articleTag {
      color: #7acfff;
      font-size: 14.4px; }
    .blog-childrens-template .blog-image-container .headOverlay #overlay-articleTitle {
      color: white;
      font-size: 1.2rem;
      font-weight: 500;
      transition: all .3s; }
    .blog-childrens-template .blog-image-container .headOverlay a:hover {
      text-decoration: none; }
    .blog-childrens-template .blog-image-container .headOverlay p {
      margin: 4px 0px; }
    .blog-childrens-template .blog-image-container .headOverlay:hover {
      text-decoration: none;
      cursor: pointer; }
      .blog-childrens-template .blog-image-container .headOverlay:hover #overlay-articleTitle {
        color: #009df5; }
.blog-childrens-template .article-column {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  height: 33%; }
  @media only screen and (max-width: 425px) {
    .blog-childrens-template .article-column {
      padding-left: 15px; } }
  .blog-childrens-template .article-column .col-article-blocks p {
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
  .blog-childrens-template .article-column .column-categoryTag {
    font-size: 14.4px;
    color: #777;
    margin: 4px 0px; }
  .blog-childrens-template .article-column .column-articleTitle {
    color: #0071ce;
    font-weight: 500 !important;
    font-size: 19.2px;
    margin: 4px 0px; }
  .blog-childrens-template .article-column .column-articleShortDes {
    line-height: 1rem; }
.blog-childrens-template #filterTitle {
  text-align: left;
  margin: 0px 0px 5px;
  font-size: 45px;
  font-weight: 400;
  text-transform: capitalize; }
.blog-childrens-template .article-filter-blocks {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-bottom: 40px; }
  .blog-childrens-template .article-filter-blocks .latestPosts {
    text-align: center;
    margin: 0px 0px 5px;
    font-size: 23px;
    color: #898b8e; }
    .blog-childrens-template .article-filter-blocks .latestPosts:hover {
      text-decoration: none;
      color: #898b8e; }
  .blog-childrens-template .article-filter-blocks .article-filter-block {
    margin-bottom: 24px; }
    .blog-childrens-template .article-filter-blocks .article-filter-block a {
      color: #0071ce; }
      .blog-childrens-template .article-filter-blocks .article-filter-block a:hover {
        text-decoration: underline;
        color: #0071ce; }
  .blog-childrens-template .article-filter-blocks h2 {
    font-size: 23px;
    font-weight: 700;
    color: #0071ce;
    margin-top: 10px;
    line-height: 25px; }
    .blog-childrens-template .article-filter-blocks h2 a {
      font-weight: 700; }
    .blog-childrens-template .article-filter-blocks h2:hover {
      color: #0071ce;
      text-decoration: underline; }
  .blog-childrens-template .article-filter-blocks .paginate {
    text-align: center; }
    .blog-childrens-template .article-filter-blocks .paginate a, .blog-childrens-template .article-filter-blocks .paginate .page.current, .blog-childrens-template .article-filter-blocks .paginate .deco {
      font-weight: 500;
      font-size: 18px;
      border: 1px solid #e6e6e6;
      margin: 0px;
      background-color: #fff;
      color: #0071ce;
      padding: 5px 10px;
      margin: -3px; }
    .blog-childrens-template .article-filter-blocks .paginate .pagination {
      display: unset; }
      .blog-childrens-template .article-filter-blocks .paginate .pagination li.active a {
        color: black;
        background-color: #f5f5f5; }
      .blog-childrens-template .article-filter-blocks .paginate .pagination li {
        padding-right: 3px; }
    .blog-childrens-template .article-filter-blocks .paginate .page.current {
      color: black;
      background-color: #f5f5f5; }
    .blog-childrens-template .article-filter-blocks .paginate .visuallyhidden {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      white-space: nowrap; }
    .blog-childrens-template .article-filter-blocks .paginate .pagination li {
      display: inline; }
      .blog-childrens-template .article-filter-blocks .paginate .pagination li a {
        text-align: center !important; }
.blog-childrens-template .categories-container h2 {
  text-align: center; }
.blog-childrens-template .categories-container .categoriesHeader {
  text-align: center;
  margin: 0px 0px 5px;
  font-size: 23px;
  color: #898b8e; }
.blog-childrens-template .categories-container .categoryList {
  display: flex;
  font-weight: 700;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0px 60px;
  line-height: 30px; }
  .blog-childrens-template .categories-container .categoryList .tagItem {
    margin: 0px 8px;
    text-transform: uppercase;
    font-size: 0.8125rem;
    border: none;
    color: #000;
    transition: all .25s ease-in-out;
    display: inline-block;
    text-decoration: none;
    background-size: 100% 186%; }
    .blog-childrens-template .categories-container .categoryList .tagItem:nth-child(1n) {
      background-image: linear-gradient(to top, #ed8a82 50%, white 50%); }
    .blog-childrens-template .categories-container .categoryList .tagItem:nth-child(2n) {
      background-image: linear-gradient(to top, #75a4db 50%, white 50%); }
    .blog-childrens-template .categories-container .categoryList .tagItem:nth-child(3n) {
      background-image: linear-gradient(to top, lightgrey 50%, white 50%); }
    .blog-childrens-template .categories-container .categoryList .tagItem:hover {
      background-position: 0 100%;
      color: black; }
    .blog-childrens-template .categories-container .categoryList .tagItem span {
      padding: 4px;
      padding-bottom: 0px; }

#article-childrens-template .tag-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-weight: 700; }
  #article-childrens-template .tag-container .tagItem {
    margin: 0px 8px 8px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    padding: 4px;
    border: none;
    color: #000;
    transition: all .25s ease-in-out;
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    background-size: 100% 186%; }
    #article-childrens-template .tag-container .tagItem:nth-child(1n) {
      background-image: linear-gradient(to top, #ed8a82 50%, white 50%); }
    #article-childrens-template .tag-container .tagItem:nth-child(2n) {
      background-image: linear-gradient(to top, #75a4db 50%, white 50%); }
    #article-childrens-template .tag-container .tagItem:nth-child(3n) {
      background-image: linear-gradient(to top, lightgrey 50%, white 50%); }
    #article-childrens-template .tag-container .tagItem:hover {
      background-position: 0 100%;
      color: black; }
    #article-childrens-template .tag-container .tagItem span {
      padding: 4px;
      padding-bottom: 0px; }
#article-childrens-template .article-childrens-title {
  text-align: center; }
  #article-childrens-template .article-childrens-title h1 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 45px;
    padding: 0px 15px; }
#article-childrens-template #contentRow {
  margin-top: 40px; }
  #article-childrens-template #contentRow .article-content-left {
    line-height: 24px; }
    #article-childrens-template #contentRow .article-content-left h2 {
      font-size: 23px;
      color: #898b8e;
      margin: 0px 0px 15px; }
    #article-childrens-template #contentRow .article-content-left p {
      font-size: 18px;
      margin: 0px 0px 15px; }
    #article-childrens-template #contentRow .article-content-left a {
      color: #0071ce; }
    #article-childrens-template #contentRow .article-content-left .shg-btn {
      color: #fff; }
  #article-childrens-template #contentRow .article-content-left h2 a {
    font-weight: 700; }
    #article-childrens-template #contentRow .article-content-left h2 a:hover {
      color: #0071ce;
      text-decoration: underline; }
  #article-childrens-template #contentRow .article-content-right .related-books {
    margin-bottom: 20px; }
    #article-childrens-template #contentRow .article-content-right .related-books #related-books-title {
      padding: 5px 10px;
      font-family: Roboto,sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      font-size: 23px;
      color: #898b8e;
      background-color: #cfcfcf; }
    #article-childrens-template #contentRow .article-content-right .related-books .relatedBooksContainer {
      margin: 0px 0px 20px;
      padding: 10px 0px; }
      @media screen and (max-width: 425px) {
        #article-childrens-template #contentRow .article-content-right .related-books .relatedBooksContainer {
          text-align: center; } }
      #article-childrens-template #contentRow .article-content-right .related-books .relatedBooksContainer a img {
        width: auto;
        height: auto;
        max-width: 100%; }
        @media screen and (max-width: 425px) {
          #article-childrens-template #contentRow .article-content-right .related-books .relatedBooksContainer a img {
            width: 50%; } }
  #article-childrens-template #contentRow .article-content-right .top-posts #top-posts-title {
    padding: 5px 10px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
    color: #898b8e;
    background-color: #cfcfcf;
    margin-bottom: 0px; }
  #article-childrens-template #contentRow .article-content-right .top-posts .top-posts-item {
    display: flex;
    border: 2px solid #cfcfcf;
    border-top: 0; }
    #article-childrens-template #contentRow .article-content-right .top-posts .top-posts-item .item-left {
      padding: 8px;
      display: flex;
      align-items: center;
      font-size: 2rem;
      color: #f9d1cd; }
    #article-childrens-template #contentRow .article-content-right .top-posts .top-posts-item .item-right {
      display: flex;
      align-items: center;
      padding: 8px;
      color: #0071ce;
      font-size: 14px;
      line-height: 1rem;
      font-weight: 700; }

nav ul.pagination .page-link {
  color: #0071ce; }
nav ul.pagination .page-item.active .page-link {
  background-color: #0071ce;
  border-color: #0071ce; }

#smartwishlist #bookmarkit {
  margin-top: -22px;
  margin-left: 10px;
  padding: 1.5% 5%;
  height: 45px;
  font-size: 25px;
  line-height: 25px;
  background-color: #F9F9F9; }

#add-to-cart-container {
  flex-wrap: wrap; }

@media screen and (max-width: 294px) {
  #pdp #add-to-cart-container button[name="add"] {
    width: 100%; }

  #add-to-cart-container {
    height: unset !important; }

  #smartwishlist {
    width: 100%; }
    #smartwishlist #bookmarkit {
      position: static;
      margin-top: 5px;
      margin-left: 0; }
      #smartwishlist #bookmarkit i {
        padding-top: 10px; }

  #pdp #quantity-container input[type="number"] {
    width: 50px; } }
.shogun-root .shg-ig-posts {
  height: inherit; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*============ new collection template styles ============*/
.newColTemp-new-collection-top {
  margin: 30px 0px; }
  .newColTemp-new-collection-top .newColTemp-col-left {
    width: 25%;
    color: #0071ce; }
  .newColTemp-new-collection-top .newColTemp-col-right {
    width: 75%;
    padding: 15px 0px 0px 38px; }
  .newColTemp-new-collection-top .newColTemp-col-right h1 {
    color: #0071ce;
    margin: 0px 0px 10px 0px;
    font-size: 2rem; }
  .newColTemp-new-collection-top .newColTemp-col-right p {
    margin: 0px 0px 0px 0px; }
  .newColTemp-new-collection-top .newColTemp-collectionImageContainer {
    width: 100%;
    text-align: center; }
  .newColTemp-new-collection-top .newColTemp-collectionImageContainer > img {
    max-width: 100%; }
  .newColTemp-new-collection-top .newColTemp-title {
    margin: 0 !important;
    font-family: 'EB Garamond', sans-serif; }
  .newColTemp-new-collection-top .newColTemp-leftColTitle {
    padding-top: 15px; }
  @media screen and (max-width: 430px) {
    .newColTemp-new-collection-top {
      display: flex;
      flex-direction: column; }
      .newColTemp-new-collection-top .newColTemp-col-left, .newColTemp-new-collection-top .newColTemp-col-right {
        width: 100%; }
      .newColTemp-new-collection-top .newColTemp-col-left {
        text-align: center; }
      .newColTemp-new-collection-top .newColTemp-col-right {
        padding-left: 0px; } }

/*=========== Modern Classics Page Styles =========*/
#modern-classics-page .mc-banner-contentContainer {
  padding: 30px 15px 0px; }
  #modern-classics-page .mc-banner-contentContainer .mc-banner-content-row {
    padding: 30px 0px;
    border-top: 2px solid #fff; }
    #modern-classics-page .mc-banner-contentContainer .mc-banner-content-row #leftCol h1 {
      text-align: center;
      font-weight: 400; }
    #modern-classics-page .mc-banner-contentContainer .mc-banner-content-row #rightCol {
      display: flex;
      align-items: flex-start; }
      #modern-classics-page .mc-banner-contentContainer .mc-banner-content-row #rightCol p {
        margin-top: 0px !important;
        color: #fff; }
#modern-classics-page #mc-collection-container .collectionItemContainer {
  max-width: 41.875rem !important;
  padding-top: 3.125rem !important; }
  #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct {
    border-top: 3px solid #d6ab33; }
    #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .collection-product-title {
      font-weight: bold;
      margin: 25px 0px 5px;
      font-size: 30px; }
    #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .authorName {
      font-size: 18px; }
      #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .authorName a {
        font-weight: bold; }
    #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .mc-featured-image-container {
      margin-top: 20px;
      text-align: center; }
      #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .mc-featured-image-container img {
        max-height: 425px;
        display: block !important;
        visibility: visible !important;
        margin: auto; }
    #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .retailer-links {
      padding-top: 20px; }
      #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .retailer-links .mainButton {
        width: 100%; }
      #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .retailer-links .otherRetailers {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: .625rem; }
        #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .retailer-links .otherRetailers a {
          flex-basis: 49%;
          margin-bottom: .625rem; }
      #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .retailer-links a {
        font-weight: 700;
        color: white;
        line-height: 18px;
        padding: 12px 24px;
        font-size: 16px;
        color: #fff;
        transition: all .3s ease;
        width: 100%;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        #modern-classics-page #mc-collection-container .collectionItemContainer .collectionProduct .retailer-links a:hover {
          text-decoration: none; }
#modern-classics-page #AjaxinatePagination {
  width: 200px;
  margin: 25px auto;
  text-align: center; }
  #modern-classics-page #AjaxinatePagination a {
    background-color: #003e46;
    font-weight: 700;
    color: white;
    line-height: 18px;
    padding: 12px 24px;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }

/*================ HCCB Custom Fonts ================*/
@font-face {
  font-family: "WhiskeyBitev2-Duo";
  src: url(//cdn.shopify.com/s/files/1/0285/2821/4050/t/8/assets/whiskeybitev2-duo-webfont.woff?v=14997854472924544954) format("woff"); }

@font-face {
  font-family: "BrandonGrotesque-Black";
  src: url(//cdn.shopify.com/s/files/1/0285/2821/4050/t/8/assets/brandongrotesque-black-webfont.woff?v=8416495454211149272) format("woff"); }

@font-face {
  font-family: "BrandonGrotesque-Regular";
  src: url(//cdn.shopify.com/s/files/1/0285/2821/4050/t/8/assets/brandongrotesque-regular-webfont.woff?v=10797975346219683360) format("woff"); }

@font-face {
  font-family: "LunchBox-Light";
  src: url(//cdn.shopify.com/s/files/1/0285/2821/4050/t/8/assets/LunchBox-Light.woff?v=17256414074667965978) format("woff"); }

@font-face {
  font-family: "MyriadPro-Regular";
  src: url(//cdn.shopify.com/s/files/1/0285/2821/4050/t/8/assets/MyriadPro-Regular.woff?v=18156294809782248389) format("woff"); }

@font-face {
  font-family: "MyriadPro-Bold";
  src: url(//cdn.shopify.com/s/files/1/0285/2821/4050/t/8/assets/MyriadPro-Bold.woff?v=11351400682534097658) format("woff"); }

@font-face {
  font-family: "KosmikOT";
  src: url("//cdn.shopify.com/s/files/1/0285/2821/4050/t/8/assets/KosmikOT.otf?v=12707468770825916235") format("truetype"); }

@font-face {
  font-family: "KosmikOTBold";
  src: url("//cdn.shopify.com/s/files/1/0285/2821/4050/t/8/assets/KosmikOTBold.otf?v=3369973820223093883") format("truetype"); }

/*================ HCCB Custom Fonts ================*/
