@font-face {
  font-family: 'HMH';
  src: url('/Sites/HMH/fonts/HMH.eot?-xaa7mi');
  src: url('/Sites/HMH/fonts/HMH.eot?#iefix-xaa7mi') format('embedded-opentype'), url('/Sites/HMH/fonts/HMH.woff?-xaa7mi') format('woff'), url('/Sites/HMH/fonts/HMH.ttf?-xaa7mi') format('truetype'), url('/Sites/HMH/fonts/HMH.svg?-xaa7mi#HMH') format('svg');
  font-weight: normal;
  font-style: normal; }

.row {
    width: 1280px;
    max-width: 100%;
    min-width: 1280px;
    margin: 0px auto;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'HMH';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
}

.icon-apple:before {
  content: "\e610"; }

.icon-arrow:before {
  content: "\e604"; }

.icon-arrow-up:before {
  content: "\e605"; }

.icon-cart:before {
  content: "\e60b"; }

.icon-heart:before {
  content: "\e626"; }

.icon-magnifying:before {
  content: "\e615"; }
.icon-user:before {
  content: "\e621"; }

.icon-shipping:before {
  content: "\e61f"; }

.icon-review:before {
  content: "\e61c"; }

  .icon-billing:before {
  content: "\e606"; }

  .icon-contact:before {
  content: "\e601"; }

  .icon-code:before {
  content: "\e600"; }
  .icon-checkmark:before {
  content: "\e622"; }
  .icon-remove:before {
  content: "\e60c";
font-size: 10px;}
  .icon-address:before {
      content: "\e602";
  }
  .icon-order:before {
      content: "\e60d";
  }
  .icon-account:before {
      content: "\e60f";
  }
  .icon-payment:before {
      content: "\e606";
  }
  .icon-employment:before {
      content: "\e631";
  }
  .icon-license:before {
      content: "\e633";
  }
  .icon-professional_account:before {
      content: "\e635";
  }
  .icon-login_info:before {
      content: "\e634";
  }
  .icon-institution:before {
      content: "\e612";
  }
  .icon-personal:before{
  	content: "\e618";
  }
 .subfooter .icon-personal:before,
 .subfooter .icon-institution:before,
 .subfooter .icon-professional_account:before {
    font-size: 17px;
    color: #f2a900;
    margin-right: 5px;
  }
 .rightside .subfooter .icon-personal:before,
 .rightside .subfooter .icon-institution:before,
 .rightside .subfooter .icon-professional_account:before {
 	vertical-align: middle;
  }
  .icon-phone:before {
    content: "\e619";
    font-size: 20px;
    margin-left: -32px;   
    position: absolute;
    top: -14px;
  }
  .icon-plus:before {
      content: "\e61b";
  }
  .icon-minus:before {
      content: "\e616";
  }
  .icon-load_more:before {
      content: "\e614";
  }
  .icon-quote_open:before {
    content: "\e628";
    font-size: 11px;
    padding-right: 2px;
    vertical-align: super;
}
.icon-quote_closed:before {
    content: "\e629";
    font-size: 11px;
    padding-left: 2px;
    vertical-align: super;
}
.icon-rss_text:before {
    content: "\e636";
    font-size: 28px;
    color: #F1A901;
}
.icon-offsitelink:before {
    content: "\e637";
	font-size: 11px;
}
.icon-scroll_up:before {
    content: "\e61e";
}

/* Off canvas layout CSS/JS provided by or adapted from work by Jason Weaver and Luke Wroblewski Requires globals.css grid.css */
body.off-canvas {
  padding: 0;
  margin: 0; }

.container {
  width: 100%;
}
  .darkgray {
    background: #3F4040;
  }
  .lightgray {
    background: #f4f4f4;
  }

.button.lock-icon {
    background: url("/Sites/HMH/images/global/icon-lock.png") #eba72a;
    background-repeat: no-repeat;
    background-position: 5% center;
    padding: 0;
}
.button.lock-icon:hover, .button.lock-icon:active, .button.lock-icon:focus {
    background: url("/Sites/HMH/images/global/icon-lock.png") #4C5053;
    background-repeat: no-repeat;
    background-position: 5% center;
    color: #fff;
}
.button.cookie-val {
    font-size: 14px !important;
}

.button.cookie-val:after {
    background: #fff !important;
    height: 0px !important;
    width: 0px !important;
    padding-left: 0 !important;
}

.paneled .container {
  overflow: hidden; }

.paneled .row {
  width: 100%; }

[role="main"]:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

[role="complementary"], [role="main"] {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in; }

.paneled [role="main"] {
  padding: 0; }

.page-panel {
  width: 100%;
  padding: 0 15px;
  -webkit-transition: 0.3s margin ease-in-out;
  -moz-transition: 0.3s margin ease-in-out;
  -o-transition: 0.3s margin ease-in-out;
  transition: 0.3s margin ease-in-out;
  background: #fff; }

#switchPanels {
  margin: 0 -15px; }

.hide-extras [role="complementary"] {
  display: block; }

[role="navigation"]#topMenu {
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in; }

[role="navigation"]#topMenu ul {
  margin-top: 0; }

[role="complementary"] {
  margin-left: -100%;
  width: 60%;
  float: left;
  z-index: 2; }

[role="main"] {
  margin-left: 0;
  float: right;
  z-index: 1;
  position: relative; }

.paneled [role="main"] {
  background: #fff;
  width: 500%;
  padding: 0;
  overflow: hidden;
  float: none;
  position: relative;
  left: 0;
  -webkit-transition: 0.15s all ease-in;
  -moz-transition: 0.15s all ease-in;
  -o-transition: 0.15s all ease-in;
  transition: 0.15s all ease-in; }

.page-panel {
  min-height: 400px;
  float: left;
  margin: 0;
  width: 20%; }

.active [role="complementary"] {
  margin-left: 0; }

.active [role="main"] {
  margin-right: -80%; }

.active-menu [role="navigation"]#topMenu {
  margin-top: 0 !important; }

/*
    commented out for 4/23
    @media all and (min-width: 1280px) {
  .menu-button, .sidebar-button {
    display: none; }

  [role="complementary"] {
    width: 20%;
    margin-left: 0;
    float: left; }

  [role="main"] {
    width: 80%; }

  .paneled [role="main"] {
    width: 100%;
    padding: 0;
    background: #f4f4f4;
    left: 0 !important; }

  .page-panel {
    display: block;
    min-height: 800px;
    float: none;
    margin: 0;
    width: 100%;
    background: #f4f4f4; }
  .active [role="complementary"] {
  margin-left: 0; }

.active [role="main"] {
  margin-right: -80%; }

  .hide-extras [role="main"] {
    width: 100%; 
  }

   .hide-extras.active [role="main"] {
    float:right; 
  }

  .hide-extras [role="complementary"] {
    display: none; }

  [role="navigation"]#topMenu {
    display: none; }
 }
    */

 section header .row .row {overflow: visible;}

.header-nav {
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  width: 100%;
  min-width: 1280px;
}
  .header-nav a {
    color: white;
    text-decoration: none; }
    .header-nav a:hover, .header-nav a:active {
      color: #f0a928; }
      .header-nav a.button {
      background: #3F4040;
      color: #fff;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      width: 200px;
      height: 45px;
      padding:0 34px;
      line-height: 45px;
    }
      .header-nav .dropdown-content a.button {
      background: #fff;
      color: #3F4040;
      padding: 0;
    }
    .header-nav a.button:hover, .header-nav a.button:active {
      color: #fff !important; }
    .header-nav .dropdown-content a.button:hover, .header-nav .dropdown-content a.button:active {
      color: #3F4040 !important; }
    .header-nav a.button i {color: #f0a928;float:left;line-height: 45px;top: 0;}
    .header-nav a.button span {float: left;padding: 0 10px;color: #fff;font-size: 16px;}
    .header-nav a.button:first-child {margin-right:2px;}
    .header-nav .at-home-link:last-child a.button {
    margin-right: 0;
}
    .header-nav .dropdown-content a.button:first-child {margin-right:0;}
  .header-nav ul {
    display: inline;
    margin-left: 0;
    list-style: none; }
    .header-nav ul > li {
      float: left; }
      .header-nav ul > li.active > a, .header-nav ul > li:hover > a {
        color: #f0a928; }
  .header-nav .has-dropdown {
    position: relative; }
    .header-nav .has-dropdown .dropdown.dropdown-animated .dropdown-content {
      -webkit-transition: -webkit-transform 0.2s ease-in-out, visibility 0.2s linear;
      transition: transform 0.2s ease-in-out, -ms-transform 0.2s ease-in-out, visibility 0.2s linear; }
    .header-nav .has-dropdown.active > .dropdown.dropdown-animated .dropdown-content, .header-nav .has-dropdown:hover > .dropdown.dropdown-hover.dropdown-animated .dropdown-content {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .header-nav .has-dropdown.active > .dropdown, .header-nav .has-dropdown:hover > .dropdown.dropdown-hover {
      display: block;
      visibility: visible; }
      .header-nav .has-dropdown.active > .dropdown .dropdown-content, .header-nav .has-dropdown:hover > .dropdown.dropdown-hover .dropdown-content {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .header-nav .has-dropdown .dropdown {
      position: absolute;
      visibility: hidden;
      overflow: hidden;
      z-index: 9998;
      text-align: left;
      padding: 0 3px 6px 3px; }
	  .header-nav .has-dropdown.cartButton .dropdown {
		   visibility: visible;
		}
	  
      .header-nav .has-dropdown .dropdown .dropdown-content {
        width: auto;
        min-width: 145px;
        -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
        background: #3f4040;
        -moz-transform: translate(0, -110%);
        -webkit-transform: translate(0, -110%);
        -ms-transform: translate(0, -110%);
        -o-transform: translate(0, -110%);
        transform: translate(0, -110%); }
      .header-nav .has-dropdown .dropdown .dropdown-content [class*="column"] + [class*="column"]:last-child {
    float: left;
}
        .header-nav .has-dropdown .dropdown .dropdown-content:after {
          content: " ";
          display: block;
          clear: both; }
      .header-nav .has-dropdown .dropdown.dropdown-animated li {
    min-width: 100%;
}
      .header-nav .has-dropdown .dropdown a {
        white-space: inherit;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px; }
    
      /*
    commented out for 4/23
    @media only screen and (max-width: 767px) {
      .header-nav .has-dropdown .dropdown {
        padding-right: 0; }
        .header-nav .has-dropdown .dropdown a {
          font-size: 12px; }
 } */

    .header-nav .mini-cart-checkout .button {width:240px !important;}   
.header-nav .header-top-bar {
  position: relative;
  height: 45px; }
  .header-nav .header-top-bar.row {
  overflow: visible;
  margin: 0;
  }
  .header-nav nav.header-top-bar.row {
      margin: 0 auto;
      width: 1280px;
  }
  .header-nav .header-top-bar .left-links-bar {
    float: left;
    width: auto;
    margin-bottom: 0; }
  .header-nav .header-top-bar .right-links-bar {
    width: auto;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 45px; }
  /*
    commented out for 4/23
    @media only screen and (max-width: 1279px) {
      .header-nav .header-top-bar .right-links-bar {
        margin-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .header-nav .header-top-bar .right-links-bar {
        margin-right: 26px; } }
      */


.header-nav .top-bar-button {
  position: relative;
  height: 45px;
  width: 125px;
  line-height: 45px;
  background: #b2b3b3; }
.header-nav .top-bar-button.parents-button {
  width: 110px; }
.header-nav .top-bar-button.educators-button {
  width: 115px; }
  .header-nav .top-bar-button a {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    color: #000; }
  .header-nav .top-bar-button:hover, .header-nav .top-bar-button:active {
    background: #b2b3b3; }
    .header-nav .top-bar-button:hover a, .header-nav .top-bar-button:active a {
      color: #fff; }
  .header-nav .top-bar-button.active {
    background: #f1a901; }
    .header-nav .top-bar-button.active a {
      color: #fff; }

  /*
    commented out for 4/23
  @media only screen and (max-width: 767px) {
    .header-nav .top-bar-button {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }
    .header-nav .top-bar-button.parents-button {
  width: 45px; }
.header-nav .top-bar-button.educators-button {
  width: 45px; }
      }
      */


.header-nav .top-bar-link {
  position: relative;
  height: 45px;
  line-height: 45px;
  margin: 0;
   font-weight: normal;
 }
.header-nav .logolinks li.top-bar-link:first-child {
    margin-left: 30px;
}
.header-nav .logolinks li.top-bar-link:after {
    content: "|";
     color: #f1a901;
     padding: 0 15px 0 10px;
}
.header-nav .logolinks li.top-bar-link:last-child:after {
      content: "";
  }
  .header-nav .top-bar-link a {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding: 0;
    }
 
  
  .header-nav .top-bar-link:hover, .header-nav .top-bar-link:active {
    background: transparent; }

 

  /*
    commented out for 4/23
  @media only screen and (max-width: 767px) {
    .header-nav .top-bar-link {
      width: 58px;
      height: 44px;
      line-height: 44px; }
       }

      */

.header-nav .more-link {
 width:21%;
  padding-left:20px;
  text-align:left; }
  .header-nav .more-link .icon-arrow-up, .header-nav .more-link .icon-arrow {
    vertical-align: middle;
    top: -1px;
    color: #f1a901;
    font-size: 20px; }
   
  .header-nav .more-link .icon-arrow-up {
    display: none; }
  .header-nav .more-link .dropdown {
    width: auto;
    top: 45px;
    left:0px;
     }
    .header-nav .more-link .dropdown .dropdown-content {
      padding: 0px 20px 15px 20px; }

    /*
    commented out for 4/23

    @media only screen and (max-width: 1279px) {
      .header-nav .more-link .dropdown {
        width: auto;
        top: 46px;
        left: -27px; }
        .header-nav .more-link .dropdown .dropdown-content {
          padding: 0 10px 10px 24px; } }
    @media only screen and (max-width: 767px) {
      .header-nav .more-link .dropdown {
        width: auto;
        top: 44px;
        right: 0;
        left: 113px; }
        .header-nav .dropdown.dropdown-margin {
        width: auto;
        top: 44px;
        right: 0;
        left: 135px; }
        .header-nav .more-link .dropdown .dropdown-content {
          padding: 0 10px 10px 20px; } }
        */


  .header-nav .more-link.active .icon-arrow, .header-nav .more-link:hover .icon-arrow {
    display: none; }
  .header-nav .more-link.active .icon-arrow-up, .header-nav .more-link:hover .icon-arrow-up {
    display: inline-block; }

  /*
    commented out for 4/23

  @media only screen and (max-width: 1279px) {
    .header-nav .more-link {
      margin-left: 24px; } }
  @media only screen and (max-width: 767px) {
    .header-nav .more-link {
      position: static;
      width: auto;
      margin-left: 20px; } }
      */

.header-nav .account-link {
  position: relative;
  font-size: 15px;
  margin-right: 10px
}
.header-nav .account-link.signin:after {
    margin-left: 10px;
    content: "|";
}

  .header-nav .account-link .icon-arrow-up, .header-nav .account-link .icon-arrow {
    display: block;
    position: absolute;
    right: -14px;
    bottom: -12px;
    font-size: 30px;
    color: #f1a901; }
  .header-nav .account-link .icon-arrow-up {
    display: none; }
  .header-nav .account-link.active .icon-arrow, .header-nav .account-link:hover .icon-arrow {
    display: none; }
  .header-nav .account-link.active .icon-arrow-up, .header-nav .account-link:hover .icon-arrow-up {
    display: block; }
  .header-nav .account-link .dropdown {
    width: 217px;
    top: 45px;
    left: -37px; }
    .header-nav .account-link .dropdown .dropdown-content {
      padding: 11px 45px 11px 34px; }

    /*
    commented out for 4/23

    @media only screen and (max-width: 1279px) {
      .header-nav .account-link .dropdown {
        width: 150px;
        left: -23px; }
        .header-nav .account-link .dropdown .dropdown-content {
          padding: 0 10px 10px 20px; } }
    @media only screen and (max-width: 767px) {
      .header-nav .account-link .dropdown {
        width: auto;
        right: 0;
        left: 113px;
        text-align: right; }
        .header-nav .account-link .dropdown .dropdown-content {
          padding-right: 26px; } }
  @media only screen and (max-width: 1279px) {
    .header-nav .account-link {
      font-size: 11px; } }
  @media only screen and (max-width: 767px) {
    .header-nav .account-link {
      position: static; }
      .header-nav .account-link i {
        line-height: 45px; } }

        */



.header-nav .cart {
  display: inline-block;
  padding-left: 15px;
  margin-left: 20px;
  margin-right: 14px;
}
.header-nav .icon-cart {
  font-size: 23px; line-height:45px;  }
  .header-nav .icon-cart .cart-counter {
    position: absolute;
    display: block;
    width: 27px;
    height: 17px;
    top: 8px;
    left: 17px;
    background-color: #f0a928;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 17px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center; }
  .header-nav .icon-cart .cart-counter.empty {
      display: none;
  }

   /*
    commented out for 4/23
    @media only screen and (max-width: 1279px) {
      .header-nav .icon-cart .cart-counter {
        font-size: 11px; } }
  @media only screen and (max-width: 767px) {
    .header-nav .icon-cart {
      line-height: 45px;  } }

       */

  .header-nav .icon-user { font-size: 26px; line-height: 45px; } 
.header-nav .icon-apple {
  font-size: 27px;
   top: 4px;
}
.header-nav .icon-heart {
  font-size: 22px;
  top: 4px;
}
.header-nav .icon-magnifying {
  font-size: 21px;
  color: #f1a901; }

 /*
    commented out for 4/23

  @media only screen and (max-width: 1279px) {
    .header-nav .icon-magnifying {
      font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .header-nav .cart.has-dropdown {
    position: static; } }
     */

.header-nav .has-dropdown.active > .mini-cart.dropdown, .header-nav .has-dropdown:hover > .mini-cart.dropdown.dropdown-hover {
      display: none;
       }
.header-nav .mini-cart.dropdown {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px solid #333;
    display: none;
    font-size: 12px;
    position: absolute;
    right: -1px;
    table-layout: fixed;
    top: 45px;
    width: 400px;
    z-index: 9999;
    padding-bottom: 0;
    /*overflow: visible;*/
}




  .header-nav .mini-cart.dropdown .dropdown-content {
    padding-bottom: 15px;
    border: 1px solid #d9d8d2;
    border-top: none;
    background: #fff;
    color: #555; }

   /*
    commented out for 4/23

  @media only screen and (max-width: 767px) {
    .header-nav .mini-cart.dropdown {
      width: 100%;
      right: 0;
      padding-left: 0; }
      .header-nav .mini-cart.dropdown .dropdown-content {
        border-left: none;
        border-right: none; } }
       */

  .header-nav .mini-cart.dropdown a {
      color: #2BA6CB;
      font-weight: normal;
    white-space: inherit;
     }
  .header-nav .mini-cart.dropdown a:hover {
      text-decoration: underline;
  }
  .header-nav .mini-cart.dropdown table {
    width: 100%;
    margin: 0;
    border: none;
    border-spacing: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
    table thead tr th {
    text-transform: uppercase;
}
  .header-nav .mini-cart.dropdown thead {
    background: #3f4040;
    display: block;

  }
    .header-nav .mini-cart.dropdown thead th {
      color: #fff;
    padding: 8px 10px 9px;
    font-size: 11px;
    font-weight: bold;}

    .header-nav .mini-cart.dropdown thead th.mini-cart-item {
        width: 238px !important;
        padding-left: 5px;
    }
    .header-nav .mini-cart.dropdown thead th.mini-cart-col-qty {
        width: 72px !important;
    }
    .header-nav .mini-cart.dropdown thead th.mini-cart-col-price {
        width: 67px !important;
    }
    .header-nav .mini-cart.dropdown thead th.mini-cart-col-origprice {
        display: none;
    }
     .header-nav .mini-cart.dropdown tbody {
    display: block;
    width: 100%;
    height: 200px;
    overflow: auto;
}
  .header-nav .mini-cart.dropdown tbody tr td {
    height: 60px;
    padding: 0 10px 0 0;
    vertical-align: middle;
    border-bottom: 1px solid #d9d8d2; }
    .header-nav .mini-cart.dropdown tbody tr.cart-error {
    height: auto;
}
.header-nav .mini-cart.dropdown tbody tr.cart-error td {
    border-bottom: none;
    padding: 0px;
    height: auto;
}
.header-nav .mini-cart.dropdown tbody tr td.empty {
    width: 400px;
}
  .header-nav .mini-cart.dropdown tbody tr td.empty p {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 60px;
    border: none;
}


  .header-nav .mini-cart.dropdown td.mini-cart-col-image {
    width: 50px !important;
    text-align: left;
    padding-left: 5px;
}
   .header-nav .mini-cart.dropdown td.mini-cart-col-image img {
    max-width: 60px;
    max-height: 50px;
    vertical-align: middle; }

.header-nav .mini-cart.dropdown td.mini-cart-col-details {
    width: 188px !important;
    text-align: left;
}
.header-nav .mini-cart.dropdown td.mini-cart-col-details h4 {
    margin: 0;
    font-size: 12px; }
.header-nav .mini-cart.dropdown td.mini-cart-col-details figure, .header-nav .mini-cart.dropdown td.mini-cart-col-details p {
    display: none;
}
.header-nav .mini-cart.dropdown td.mini-cart-col-origprice {
    display: none;
width: 72px;
}
.header-nav .mini-cart.dropdown td.mini-cart-col-qty {
    width: 72px !important;
    text-align: center;
}
 .header-nav .mini-cart.dropdown td.mini-cart-col-qty .item-quantity-down, .header-nav .mini-cart.dropdown td.mini-cart-col-qty .item-quantity-up, .header-nav .mini-cart.dropdown td.mini-cart-col-qty .remove {
    display: none;
}
 .header-nav .mini-cart.dropdown td.mini-cart-col-qty div {
    width: 60px; }
  .header-nav .mini-cart.dropdown td.mini-cart-col-qty input {
    display: block;
    text-align: center;
    font-weight: bold;
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin: 0;}
.header-nav .mini-cart.dropdown td.mini-cart-col-price {
    width: 67px !important;
    text-align: left;
    overflow: hidden;
}
    .header-nav .mini-cart.dropdown td.mini-cart-col-price p {display: none; }
    .header-nav .mini-cart.dropdown td.mini-cart-col-price p.item-total-price {
    display: block;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
}


  .header-nav .mini-cart.dropdown td.mini-cart-col-remove {
    width: 20px !important;
    text-align: left;
display: block;
}
  .header-nav .mini-cart.dropdown td.mini-cart-col-remove a.remove {
    display: block;
    width: 13px;
    height: 13px;
    margin-top: 29px;
    background: url("/Sites/HMH/images/global/closeX.png") no-repeat 0 0;
}
  .header-nav .mini-cart.dropdown .mini-cart-error {
    height: auto; }
    .header-nav .mini-cart.dropdown .mini-cart-error td {
      padding: 0; }
    .header-nav .mini-cart.dropdown .mini-cart-error td div.error {
      padding: 8px;
      font-weight: normal !important; }
  .header-nav .mini-cart.dropdown .mini-cart-total-row {
    text-align: right;
    margin-bottom: 10px;
    clear: both; }
  .header-nav .mini-cart.dropdown .mini-cart-total-title {
    margin-right: 0;
    font-weight: normal; 
    color: #000;
  }
  .header-nav .mini-cart.dropdown .mini-cart-total {
    display: inline-block;
    text-align: left;
    color: #000;
    margin-right: 15px;
  }
  .header-nav .mini-cart.dropdown .mini-cart-view {
    padding-left: 15px;
    line-height: 47px;
    text-align: left; }
    .header-nav .mini-cart.dropdown .mini-cart-view a {
      font-weight: normal;
      text-decoration: underline; }

  .header-nav .mini-cart.dropdown .mini-cart-footer {
      padding: 0;
  }

  .header-nav .mini-cart.dropdown .mini-cart-footer .row.cart-nav-wrapper p {
      color: #000;
  }
  

    .header-nav .mini-cart.dropdown .speech-bubble {
    position: relative;
    padding: 15px;
    margin: 1em 0 1em;
    border: 1px solid #f5c25e;
    color: #c07f0a;
    background: #faedd5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.header-nav .mini-cart.dropdown .speech-bubble:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: inherit;
    right: 61px;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #f5c25e transparent;
    display: block;
    width: 0;
}
.header-nav .mini-cart.dropdown .speech-bubble:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: inherit;
    right: 63px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #faedd5 transparent;
    display: block;
    width: 0;
}
.mini-padding {
    padding: 0 8px;
}

.header-nav .header-sub-bar {
  position: relative;
  height: 178px;
  margin: 0px auto 15px auto; 
  width: 1280px;
}
.header-nav .header-sub-bar.short {
  height: 95px;
}
body.progbar_three .header-nav .header-sub-bar, body.progbar_four .header-nav .header-sub-bar, body.progbar_five .header-nav .header-sub-bar {
  height: 105px;
}
 

 /*
    commented out for 4/23

  @media only screen and (max-width: 1279px) and (min-width: 768px) {
    .header-nav .header-sub-bar {
      height: 45px;
      margin-top: 15px;
      margin-bottom: 25px;
      padding-left: 168px;
      padding-right: 21px; } }
  @media only screen and (max-width: 767px) {
    .header-nav .header-sub-bar {
      height: auto;
      margin-top: 15px;
      padding-left: 15px;
      padding-right: 15px; } }
     */

  .header-nav .header-sub-bar:after {
    content: "";
    display: table;
    clear: both; }

   /*
    commented out for 4/23
  @media only screen and (max-width: 1279px) and (min-width: 768px) {
    .header-nav .header-sub-bar .logo-section {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: 21px; 
      padding-top: 0;
    } }
@media only screen and (max-width: 767px) {
    .header-nav .header-sub-bar .logo-section {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: 21px; 
      padding-top: 0;
    } }
       */

  .header-nav .header-sub-bar .hmh-logo {
    margin-left: 5px;
    margin-right: 24px; }
  .header-nav .header-sub-bar .sub-bar-link {
    margin-top: 35px; }
    .header-nav .header-sub-bar .sub-bar-link > a {
      display: inline-block;
      height: 50px;
      line-height: 50px;
      font-size: 18.6px;
      font-weight: bold;
      color: #54585c;
      padding-left: 15px;
      padding-right: 15px; }
      .header-nav .header-sub-bar .sub-bar-link > a:hover, .header-nav .header-sub-bar .sub-bar-link > a:focus, .header-nav .header-sub-bar .sub-bar-link > a:active {
        background: #fff; }
    .header-nav .header-sub-bar .sub-bar-link:hover > a {
      background: #fff;
      -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
         box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
      }
    .header-nav .header-sub-bar .sub-bar-link.active > a {
      border-bottom: 2px solid #e1e1e1; }
    .header-nav .header-sub-bar .sub-bar-link.on > a {
    border-bottom: 2px solid #e1e1e1;
}
    
      .header-nav .header-sub-bar .sub-bar-link.has-dropdown .dropdown.dropdown-one
{ width: 216px;
  left:-108px;
  margin-left: 50%;
      }

.header-nav .header-sub-bar .sub-bar-link.has-dropdown .dropdown.dropdown-two {
    width: 499px;
    left: -250px;
    margin-left: 50%;
}
.header-nav .header-sub-bar .sub-bar-link.has-dropdown:first-child .dropdown.dropdown-two {
    width: 499px;
    left: -3px;
    margin-left: 0;
    margin-right: 0;
    right: auto;
}
.header-nav .header-sub-bar .sub-bar-link.has-dropdown:last-child .dropdown.dropdown-two {
    width: 499px;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: -3px;
}
.header-nav .header-sub-bar .sub-bar-link.has-dropdown .dropdown.dropdown-three
{ width: 645px;
  left:-323px;
  margin-left: 50%;
} 
.header-nav .header-sub-bar .sub-bar-link.has-dropdown:first-child .dropdown.dropdown-three
{ width: 645px;
  left: -3px;
  margin-left: 0;
  margin-right: 0;
  right: auto;
} 
.header-nav .header-sub-bar .sub-bar-link.has-dropdown:last-child .dropdown.dropdown-three
{ width: 645px;
  left: auto;
  margin-left: 0;
  margin-right: 0;
  right: -3px;
} 
.header-nav .header-sub-bar .sub-bar-link.has-dropdown .dropdown.dropdown-four {
	width: 861px;
	left: -430px;
	margin-left: 50%;
}
.header-nav .header-sub-bar .sub-bar-link.has-dropdown:first-child .dropdown.dropdown-four {
	width: 861px;
	left: -3px;
	margin-left: 0;
    margin-right: 0;
    right: auto;
}
.header-nav .header-sub-bar .sub-bar-link.has-dropdown:last-child .dropdown.dropdown-four {
	width: 861px;
	left: auto;
	margin-left: 0;
    margin-right: 0;
    right: -3px;
}
      .header-nav .header-sub-bar .sub-bar-link.has-dropdown .dropdown .dropdown-content {
        min-height: 200px;
        padding: 15px;
        margin: 0 auto;
        background: #fff; }
      .header-nav .header-sub-bar .sub-bar-link.has-dropdown .dropdown li {
        height: auto;
        margin-bottom: 10px;
      }
	  .header-nav .has-dropdown .dropdown .columns ul li,  .header-nav .has-dropdown .dropdown .featured-content ul li{
        min-width: 100%;
        }
		
		.header-nav .header-sub-bar .sub-bar-link.has-dropdown .dropdown h3 {
	margin-top: 0;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.one-up li {
	border: none;
	padding: 0 5px 0 5px;
	width: 100%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.two-up li {
	border: none;
	padding: 0 5px 0 5px;
	width: 50%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.two-up.featured-content li {
	border: none;
	padding: 0 5px 0 5px;
	width: 100%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.two-up.featured-content > li:last-child {
	width: 60%;
	padding-left: 8%;
	padding-right: 0;
	border-left: 1px solid #E1E1E1;
	margin-bottom: 0px;
	display: table-cell;
	float: none;
	vertical-align: top;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.three-up li {
	border: none;
	padding: 0 5px 0 5px;
	width: 33%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.three-up.featured-content li {
	border: none;
	padding: 0 5px 0 5px;
	width: 47%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.three-up.featured-content > li:last-child {
	width: 46%;
	padding-left: 6%;
	padding-right: 0;
	border-left: 1px solid #E1E1E1;
	margin-bottom: 0px;
	display: table-cell;
	float: none;
	vertical-align: top;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.four-up li {
	border: none;
	padding: 0 5px 0 5px;
	width: 25%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.four-up.featured-content li {
	border: medium none;
	padding: 0px 5px;
	width: 33%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.four-up.featured-content > li:last-child {
	width: 34%;
	padding-left: 4%;
	border-left: 1px solid #E1E1E1;
	margin-bottom: 0px;
	display: table-cell;
	float: none;
	vertical-align: top;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.one-up li ul, section .header-nav .row .dropdown-content .fluid-grid.block-grid.two-up li ul, section .header-nav .row .dropdown-content .fluid-grid.block-grid.three-up li ul, section .header-nav .row .dropdown-content .fluid-grid.block-grid.four-up li ul {
	margin-bottom: 10px;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.one-up li ul li, section .header-nav .row .dropdown-content .fluid-grid.block-grid.two-up li ul li, section .header-nav .row .dropdown-content .fluid-grid.block-grid.three-up li ul li, section .header-nav .row .dropdown-content .fluid-grid.block-grid.four-up li ul li {
	width: 100%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.four-up.featured-content li ul li {
	float: none;
}
section .header-nav .dropdown-content ul.fluid-grid.block-grid.two-up.featured-content, section .header-nav .dropdown-content ul.fluid-grid.block-grid.three-up.featured-content, section .header-nav .dropdown-content ul.fluid-grid.block-grid.four-up.featured-content {
	display: table;
	margin: 0;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child img {
	width: 100%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child h2 {
	font-size: 13px;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child p {
	color: #333;
	font-size: 13px;
	margin-bottom: 10px;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child section.row {
	margin: 0;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child .row .three.columns.image-wrap {
	padding: 0;
	width: 100%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child .row .nine.columns.text-box {
	padding: 15px 0 0 0;
	width: 100%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child .row .twelve.columns.text-box {
	padding: 0;
	width: 100%;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child .row .nine.columns.text-box .text-wrap p a, section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child .row .twelve.columns.text-box .text-wrap p a {
    color: #F2AA01;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child .row .nine.columns.text-box p.button-wrap, section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content > li:last-child .row .twelve.columns.text-box p.button-wrap {
	margin-bottom: 0;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content .row .nine.columns.columns.text-box .button-wrap .button.full, section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content .row .twelve.columns.columns.text-box .button-wrap .button.full {
    color: #F2AA01;
    font-weight: normal;
    text-transform: lowercase;
    width: auto;
    background: transparent none repeat scroll 0% 0%;
    display: block;
    position: static;
    text-align: left;
    padding: 0px;
}
section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content .row .nine.columns.columns.text-box .button-wrap .button.full a, section .header-nav .row .dropdown-content .fluid-grid.block-grid.featured-content .row .twelve.columns.columns.text-box .button-wrap .button.full a {
	color: #F2AA01;
}
      .header-nav .header-sub-bar .sub-bar-link.has-dropdown .dropdown a {
        color: #98abb4;
        font-size: 13px;
        display: block;
        line-height: 1;
        padding-top: 0;
        font-weight: normal;
      }
      .header-nav .header-sub-bar .sub-bar-link.has-dropdown .dropdown h3 {
        font-size: 13px;
        margin: 10px 0 0 0; }
      .header-nav .header-sub-bar .sub-bar-link.has-dropdown .dropdown h3 a {
        font-weight: bold;
        color: #54585a;
      }


.header-nav .at-home-link, .header-nav .classroom-link {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  top: 40px;}
  .header-nav .alt.dropdown {
    width: 206px;
    left: -2px;
  /*top: 54px;*/
  }
    .header-nav .alt.dropdown .dropdown-content {
      background: #fff;
      padding: 11px 0 11px 0;
      top: 54px;}
      .header-nav .has-dropdown .alt.dropdown a { color: #3F4040; }

       /*
    commented out for 4/23
    @media only screen and (max-width: 1279px) {
      .header-nav .at-home-link .dropdown {
        width: 150px;
        top: 46px;
        left: -23px; }
        .header-nav .at-home-link .dropdown .dropdown-content {
          padding: 0 10px 10px 20px; } }
    @media only screen and (max-width: 767px) {
      .header-nav .at-home-link .dropdown {
        width: auto;
        top: 44px;
        right: 0;
        left: 113px;
        text-align: right; }
        .header-nav .at-home-link .dropdown .dropdown-content {
          padding-right: 26px; } }
  @media only screen and (max-width: 1279px) {
    .header-nav .at-home-link {
      font-size: 11px; } }
  @media only screen and (max-width: 767px) {
    .header-nav .at-home-link {
      position: static; }
      .header-nav .at-home-link i {
        vertical-align: middle; } }

           */
       .header-nav .at-home-link.has-dropdown li, .header-nav .classroom-link.has-dropdown li {
           line-height: 1.1;
           text-align: left;
           margin: 0 15px 15px 15px;
       }



       .header-nav .header-sub-bar ol.inline-list {
    margin-top: 24px;
    margin-left: 0px;
    counter-reset: li;
    list-style: none;
 *list-style: decimal;
    height: 44px;
    float: right;
    width: auto;
}
        /*
    commented out for 4/23
@media only screen and (min-width: 768px) and (max-width: 1024px) {
 .header-nav .header-sub-bar ol.inline-list {
    margin-top: 0;
    float: none;
}
}
            */

 .header-nav .header-sub-bar ol.inline-list i[class^="icon-"], .header-nav .header-sub-bar ol.inline-list i[class*=" icon-"] {
    font-size: 24px;
    line-height: 44px;
    float: left;
    padding-left: 30px;
  }
  /*
    commented out for 4/23
  @media only screen and (max-width: 767px) {
   .header-nav .header-sub-bar ol.inline-list i[class^="icon-"], .header-nav .header-sub-bar ol.inline-list i[class*=" icon-"] {
    font-size: 16px;
    line-height: 44px;
    float: left;
    padding-left: 30px;
  }
 }
      */


   .header-nav .header-sub-bar ol.inline-list > li.arrows:first-child i[class^="icon-"], .header-nav .header-sub-bar ol.inline-list i[class*=" icon-"] {
    padding-left: 20px;
  }

 .header-nav .header-sub-bar ol.inline-list > li {
    font-size: 14px;
    padding: 0 0 0 20px;
    display: block;
    border: 1px solid #d9d8d2;
}
 .header-nav .header-sub-bar ol.inline-list > li:after {
    content: '';
    font-size: 30px;
    color: #000;
    padding: 0 5px;
}
 .header-nav .header-sub-bar .arrows {
    position: relative;
    background: #fff;
}
 .header-nav .header-sub-bar .arrows:after,  .header-nav .header-sub-bar .arrows:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 22px;
    margin-top: -22px;
}
 .header-nav .header-sub-bar .arrows:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
}
 .header-nav .header-sub-bar .arrows:before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000;
}

 .header-nav .header-sub-bar ol.inline-list > li.columns:last-child {
    margin-right: 0;
    float:left;
}
 .header-nav .header-sub-bar ol.inline-list li i.icon-checkmark {
    display: none;
}

 .header-nav .header-sub-bar ol.inline-list > li.arrows {
    height: 44px;
    list-style: decimal inside none;
    float: left;
    padding: 0;
    font-weight: bold;
    position: relative;
    color: #898D8D;
    background-color: #fff;
    line-height: 44px;
}
.header-nav .header-sub-bar ol.inline-list > li.arrows.active {
    color: #fff;
    background-color: #f2a900;
}
.header-nav .header-sub-bar ol.inline-list > li.arrows.completed {
    color: #F2A900;
    background-color: #D9D8D2;
}
 .header-nav .header-sub-bar ol.inline-list > li.arrows span {float:left;padding:0 10px;}
    .header-nav .header-sub-bar ol.inline-list > li.arrows:last-child span {
        padding: 0 10px 0 5px;
    }
     /*
    commented out for 4/23
@media only screen and (min-width: 768px) and (max-width: 1024px) {
 .header-nav .header-sub-bar ol.inline-list > li.arrows span {
    float: left;
    font-size: 12px;
    padding: 0px 5px;
}
}
         */

 .header-nav .header-sub-bar ol.inline-list > li.arrows.shipping {
    z-index: 900;
}
  .header-nav .header-sub-bar ol.inline-list > li.arrows.code {
    z-index: 880;
}
 .header-nav .header-sub-bar ol.inline-list > li.arrows.contact {
    z-index: 870;
}
 .header-nav .header-sub-bar ol.inline-list > li.arrows.billing {
    z-index: 860;
}
 .header-nav .header-sub-bar ol.inline-list > li.arrows.review {
    z-index: 850;
}

.header-nav .header-sub-bar .arrows.active:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f2a900;
}

.header-nav .header-sub-bar .arrows.completed:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #D9D8D2;
}
body.shipping .header-nav .header-sub-bar .arrows:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
.header-nav .header-sub-bar .arrows.review:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 0;
    margin-top: 0;
}
 .header-nav .header-sub-bar .arrows.review:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 0px;
    margin-top: 0px;
}




body.shipping ol.inline-list > li.arrows.shipping {
    color: #fff;
    background-color: #f2a900;
}
body.shipping .arrows.shipping:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f2a900;
}
body.shipping .arrows.shipping:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
body.shipping ol.inline-list > li.arrows.code, body.shipping ol.inline-list > li.arrows.contact, body.shipping ol.inline-list > li.arrows.billing {
    color: #898d8d;
    background-color: #fff;
}
body.shipping .arrows.code:after, body.shipping .arrows.contact:after, body.shipping .arrows.billing:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
}
body.shipping .arrows.code:before, body.shipping .arrows.contact:before, body.shipping .arrows.billing:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
body.code ol.inline-list > li.arrows.shipping {
    color: #f2a900;
    background-color: #d9d8d2;
}
body.code ol.inline-list li.arrows.shipping i.icon-shipping:before {
    content: "\e622";
}
body.code .arrows.shipping:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #d9d8d2;
}
body.code .arrows.shipping:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
body.code ol.inline-list > li.arrows.code {
    color: #fff;
    background-color: #f2a900;
}
body.code .arrows.code:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f2a900;
}
body.code .arrows.code:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
body.code ol.inline-list > li.arrows.contact, body.code ol.inline-list > li.arrows.billing {
    color: #898d8d;
    background-color: #fff;
}
body.code .arrows.contact:after, body.code .arrows.billing:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
}
body.code .arrows.contact:before, body.code .arrows.billing:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
body.code ol.inline-list > li.arrows.shipping i.icon-shipping:before {
    content: "\e622";
}
body.contact ol.inline-list > li.arrows.shipping, body.contact ol.inline-list > li.arrows.code {
    color: #f2a900;
    background-color: #d9d8d2;
}
body.contact ol.inline-list li.arrows.shipping span.icon-checkmark, body.contact ol.inline-list li.arrows.code span.icon-checkmark {
    display: block;
}
body.contact .arrows.shipping:after, body.contact .arrows.code:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #d9d8d2;
}
body.contact .arrows.shipping:before, body.contact .arrows.code:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
body.contact ol.inline-list > li.arrows.contact {
    color: #fff;
    background-color: #f2a900;
}
body.contact .arrows.contact:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f2a900;
}
body.contact .arrows.contact:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
body.contact ol.inline-list > li.arrows.billing {
    color: #898d8d;
    background-color: #fff;
}
body.contact .arrows.billing:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
}
body.contact .arrows.billing:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
body.contact ol.inline-list > li.arrows.shipping i.icon-shipping:before {
    content: "\e622";
}
body.contact ol.inline-list > li.arrows.code i.icon-code:before {
    content: "\e622";
}
body.billing ol.inline-list > li.arrows.shipping, body.billing ol.inline-list > li.arrows.code, body.billing ol.inline-list > li.arrows.contact {
    color: #f2a900;
    background-color: #d9d8d2;
}
body.billing .arrows.shipping:after, body.billing .arrows.code:after, body.billing .arrows.contact:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #d9d8d2;
}
body.billing .arrows.shipping:before, body.billing .arrows.code:before, body.billing .arrows.contact:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
body.billing ol.inline-list > li.arrows.billing {
    color: #fff;
    background-color: #f2a900;
}
body.billing .arrows.billing:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f2a900;
}
body.billing .arrows.billing:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}
body.billing ol.inline-list > li.arrows.shipping i.icon-shipping:before {
    content: "\e622";
}
body.billing ol.inline-list > li.arrows.code i.icon-code:before {
    content: "\e622";
}
body.billing ol.inline-list > li.arrows.contact i.icon-contact:before {
    content: "\e622";
}
body.review .arrows.review:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f2a900;
    border-width: 0;
    margin-top: 0;
}
body.review .arrows.review:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f2a900;
    border-width: 0px;
    margin-top: 0px;
}
body.review ol.inline-list > li.arrows.review {
    color: #fff;
    background-color: #f2a900;
}
body.review ol.inline-list > li.arrows.shipping, body.review ol.inline-list > li.arrows.code, body.review ol.inline-list > li.arrows.contact, body.review ol.inline-list > li.arrows.billing {
    color: #f2a900;
    background-color: #d9d8d2;
}
body.review .arrows.shipping:after, body.review .arrows.code:after, body.review .arrows.contact:after, body.review .arrows.billing:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #d9d8d2;
}
body.review .arrows.shipping:before, body.review .arrows.code:before, body.review .arrows.contact:before, body.review .arrows.billing:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #9d9d9d;
}


body.review ol.inline-list > li.arrows.shipping i.icon-shipping:before {
    content: "\e622";
}
body.review ol.inline-list > li.arrows.code i.icon-code:before {
    content: "\e622";
}
body.review ol.inline-list > li.arrows.contact i.icon-contact:before {
    content: "\e622";
}
body.review ol.inline-list > li.arrows.billing i.icon-billing:before {
    content: "\e622";
}


 /*
    commented out for 4/23

 @media only screen and (max-width: 767px) {
   .header-nav .header-sub-bar ol.inline-list > li.arrows span {float:none;padding:0;display:none;}
 }
     */

.header-nav .search-bar {
  clear: both;
  padding: 15px 0 0 0; }

 /*
    commented out for 4/23
       
  @media only screen and (max-width: 767px) {
    .header-nav .search-bar {
      clear: none;
      padding: 0; } }
  @media only screen and (max-width: 1280px) {
    .header-nav .search-bar {
      padding: 0 0 0 20px;  
 } 
 }
     */

.header-nav .search-toggle {
  float: right;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  line-height: 42px; }
  .header-nav .search-toggle .icon-magnifying {
    vertical-align: middle;
    font-size: 34px; }
.header-nav .search-form {
  position: relative;
  height: 54px; }
  .header-nav .search-form input[type=submit] {
    display: block;
    position: absolute;
    height: 54px;
    top: 0;
    right: 0;
    width: 158px;
    background: #f2aa01;
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17.6px;
    font-weight: bold;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .header-nav .search-form .submit-magnifying {
    display: block;
    position: absolute;
    height: 45px;
    top: 0;
    right: 0;
    width: 43px;
    background: #f2aa01;
    color: #fff;
    cursor: pointer;
    font-size: 34px;
    line-height: 45px; }

   /*
    commented out for 4/23
    @media only screen and (min-width: 768px) {
      .header-nav .search-form .submit-magnifying {
        display: none; } }
  @media only screen and (max-width: 1279px) {
    .header-nav .search-form {
      height: 32px; } }
  @media only screen and (max-width: 767px) {
    .header-nav .search-form {
      position: relative;
      overflow: hidden;
      height: 0;
      visibility: hidden;
      clear: both;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      .header-nav .search-form.active {
        height: 45px;
        visibility: visible; } }
       */


.header-nav .search-input {
  margin: 0;
  padding-left: 66px;
  padding-right: 158px;
  height: 54px;
  background: #fff;
  border: 1px solid transparent; }
  .header-nav .search-input input[type=text] {
    height: 52px;
    line-height: 52px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .header-nav .search-input i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 21px;
    left: 22.5px; }
  .header-nav .search-input.focus {
    border: 1px solid #f2aa01; }

   /*
    commented out for 4/23
  @media only screen and (max-width: 1279px) {
      .header-nav .search-input i {
        height: 18px;
        left: 15px; 
        line-height: 36px;} }
  @media only screen and (max-width: 767px) {
    .header-nav .search-input {
      padding-left: 0; }
      .header-nav .search-input i {
        display: none; } }
       */


.header-nav .offcanvas-button {
  position: relative;
  display: inline-block;
   width: 36px;
  height: 29px;
  margin-right: 22px;
  margin-top: 10px; }
  .header-nav .offcanvas-button > * {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #4b4d4e;
    top: 0;
    bottom: 0;
    margin: auto; }
  .header-nav .offcanvas-button > *:first-child {
    bottom: auto; }
  .header-nav .offcanvas-button > *:last-child {
    top: auto; }
   /*
    commented out for 4/23

  @media only screen and (max-width: 767px) {
    .header-nav .offcanvas-button {
      width: 36px;
      height: 29px;
      }
      .header-nav .offcanvas-button > * {
        height: 4px; } }
       */


body.off-canvas.active > .container {
  overflow: hidden; }
  

.icon-back {
  width: 8px;
  height: 11px;
  background: url(../images/Global/icon-back.png); }

.slide-nav {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff; }
  .slide-nav ul {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    margin-bottom: 0;
  }
  .slide-nav ul li {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-bottom: 2px solid #f4f4f4; }
  .slide-nav a {
    display: block;
    width: 100%;
    height: 100%;
    color: #3f4040;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none; }
  .slide-nav .back-button a {
    color: #9e9c98;
    font-weight: 500; }
  .slide-nav .back-button .icon-back {
    margin-right: 12px; }
  .slide-nav [data-slide-nav-show] {
    display: none; }
    .slide-nav [data-slide-nav-show].show {
      display: inherit; }
  .slide-nav .top-level-nav, .slide-nav .parent-nav {
    font-weight: bold; }
    .slide-nav ul li.parent-nav.darkgray {
      height: auto;
    }
    .slide-nav .top-level-nav.darkgray a {
      color:#fff;
    }
    .slide-nav .top-level-nav.darkgray i {
      color:#F0A928;
      padding-right: 10px;
    }
     .slide-nav .parent-nav.darkgray a {
      color: #fff;
     }
     .slide-nav .parent-nav.darkgray i {
      color:#F0A928;
    }

  .slide-nav[data-slide-nav-active="1"] ul[data-slide-nav-step="1"] {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .slide-nav[data-slide-nav-active="2"] ul[data-slide-nav-step="2"] {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .slide-nav[data-slide-nav-active="2"] ul[data-slide-nav-step="1"] {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .slide-nav[data-slide-nav-active="3"] ul[data-slide-nav-step="3"] {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .slide-nav[data-slide-nav-active="3"] ul[data-slide-nav-step="1"] {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .slide-nav[data-slide-nav-active="3"] ul[data-slide-nav-step="2"] {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }

/* .lt-ie9 body {
  min-width: 1280px; } */

body {
  min-width: 320px; }

 /*
    commented out for 4/23
@media only screen and (max-width: 886px) {
    .show-for-medium-down {
        display: block !important;
    }
}

     */
 .show-for-medium-down, .show-for-medium-down, .show-for-small {
      display: none !important;
  }
 .hide-for-medium-down, .hide-for-small {
     display: inherit !important;
 }