@font-face {
  font-family: MaisonNeue-Book;
  src: local(MaisonNeue-Book),
  url(./fonts/MaisonNeue-Book.woff2) format("woff2"),
  url(./fonts/MaisonNeue-Book.woff) format("woff"),
  url(./fonts/MaisonNeue-Book.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: MaisonNeue-Medium;
  src: local(MaisonNeue-Medium),
  url(./fonts/MaisonNeue-Medium.woff2) format("woff2"),
  url(./fonts/MaisonNeue-Medium.woff) format("woff"),
  url(./fonts/MaisonNeue-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: MaisonNeue-Bold;
  src: local(MaisonNeue-Bold),
  url(./fonts/MaisonNeue-Bold.woff2) format("woff2"),
  url(./fonts/MaisonNeue-Bold.woff) format("woff"),
  url(./fonts/MaisonNeue-Bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

html > body, body {
  font-family: MaisonNeue-Medium, serif;
  font-size: 14px;
}

form {
  margin: 0px
}

input {
  caret-color: #48d597;
}

.pageWrapper {
  width: 960px;
  margin: 0 auto;
  font-family: MaisonNeue-Medium, serif;
  text-align: left;
}

a {
  text-decoration: none;
  color: #0047bb;
  border: none;
  outline-style: none;
  outline: none;
  cursor: pointer;
}

a img {
  border: none;
}

a:link, a:visited, a:active {
  text-decoration: none;
  border: none;
  outline-style: none;
  outline: none;
  color: #0047bb;
}

a:hover {
  text-decoration: underline;
  color: #0047bb;
}

a.inlineLink {
  text-decoration: underline;
  color: #0047bb;
}

/* Button */
div.select {
  width: 76px;
  margin: auto !important;
}

div.select a {
  background-image: url("/global/dots/graphics/sprite-button-select.gif");
}

/*Header Section Starts*/
#headerWrapper {
}

#header_lang {
  float: right;
  text-align: right;
  color: black;
  font-family: MaisonNeue-Medium, serif;
  font-size: 14px;
}

#head_navlink {
  float: left;
  margin-top: 10px;
  color: black;
}

#head_navlink a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-family: MaisonNeue-Medium, serif;
}

#head_navlink a:hover {
  text-decoration: underline;
}

/* Header Nav */
#header_nav {
  height: 65px;
  display: block;
  margin: 0 0 15px 0;
  clear: both;
  background: url("/static/images/topbarBg.gif") no-repeat left top;
  overflow: hidden;
}

#header_nav #nav_tabs, #header_nav #nav_account, #header_nav #nav_search {
  float: left;
  color: black;
}

/************************************************************************
// NAV STYLES
************************************************************************/

#nav_tabs, #shop_nav {
  *float: left;
  *width: 100%;
}

#nav_tabs ul, #shop_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav_tabs a, #shop_nav a {
  font-size: 15px;
  color: black;
  text-decoration: none;
  display: block;
  padding: 8px 25px 5px 25px;
}

#shop_nav a:hover {
  text-decoration: underline;
  color: black;
}

#nav_tabs a.current_tab {
  color: #00853F;
  font-weight: bold;
}

/* Selected Tab */
#nav_tabs li {
  float: left;
  text-align: center;
  padding: 0px 0px 2px 0px;
  height: 29px;
  border-right: 1px solid #D8D8D8;
  color: black;
}

#nav_tabs li.tab_current {
  background: url("/static/images/topbarTabCurrent.gif") repeat-x top left;
  height: 29px;
  color: #00853F;
}

#nav_tabs li.shopping_cart {
  background: url("/static/images/iconCart.gif") no-repeat top left;
  border: none;
  float: right;
  height: 20px;
  padding: 4px 0 0 30px;
  width: 104px;
}

#nav_tabs li.shopping_cart span.cart_txt {
  float: right;
  color: #00853F;
  font-size: 11px;
}

#header_nav.noPrimaryNav {
  background: none;
}

#subNav_only {
  background: url("/static/images/topbarBg.gif") no-repeat bottom left;
  height: 35px;
}

ul.nav_dd {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  margin-left: -2px;
  margin-top: -1px;
}

#nav_tabs li ul ul {
  position: relative;
  font-size: 13px;
}

#nav_tabs li ul li li {
  float: none;
  color: #5e5e5e;
  line-height: 20px;
  display: list-item;
}

/*ie6*/
* html #nav_tabs li ul li li {
  float: none;
  color: #5e5e5e;
  height: 20px;
  display: list-item;
}

.login-right-section h2 {
  color: black;
  margin-bottom: 14px;
}

#nav_tabs li ul li li.sub_title {
  font-weight: bold;
  color: black;
  margin-top: 20px;
}

#nav_tabs li ul li li a {
  margin-left: 11px;
  color: #5e5e5e;
  text-decoration: none;
  font-weight: normal;
  padding: 0;
}

#nav_tabs li ul li li a:hover {
  text-decoration: underline;
  color: #33A905;
}

#nav_tabs #nav_tab_space {
  float: right;
  margin: 0px;
  padding: 0px;
  text-align: right;
  border: 0px;
}

#subnavContainer form {
  margin: 0px;
}

/* Common used Styles */
.subTitle {
  color: #00853F;
  font-size: 15px;
  font-weight: normal;
}

/* footer */
#footer {
  background: url("/static/images/footerBg.gif") no-repeat;
  font-size: 14px;
  padding: 15px 20px;
  margin: 20px 0;
  width: 919px;
  overflow: auto;
}

#footer .copyright {
  font-size: 0.9em;
  margin-top: 14px;
}

#footer .cta {
  font-size: 1.3em;
  color: black;
  font-weight: bold;
  margin: 0 0 12px;
}

#footer .about {
  width: 70%;
  float: left;
  padding-top: 4px;
}

#footer .support {
  width: 30%;
  float: right;
  text-align: right;
}

#footer .support ul.nav {
  float: right;
}

/* footer navigation */
#footer ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 1.25em;
}

#footer ul.nav li {
  margin: 0;
  border-left: 1px solid black;
  float: left;
}

#footer ul.nav li a {
  color: black;
  padding: 0 1em;
}

#footer ul.nav li.first {
  border-left: none;
}

#footer ul.nav li.first a {
  padding-left: 0;
}

#footer ul.nav li.last a {
  padding-right: 0;
}
/* Footer Ends */

.preLogin-forgotUsernamePassword-Buttons {
  width: 170px !important;
}

.qbp-amountDue-grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  justify-items: start;
  align-items: start;
}

/* Remove grid for IE11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .qbp-amountDue-grid {
    display: block !important;
  }
}
/* Remove grid for IE11 */

.retrieveAuthCode-grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  justify-items: start;
  align-items: start;
  grid-gap: 1rem;
  margin-bottom: 1rem;
}

.retrieveAuthCode-grid div > a {
  width: 200px;
  height: 50px;
  line-height: 2;
  margin-top: 0;
}

.retrieveAuthCode-grid div:nth-child(even) {
  margin-bottom: 2rem;
}

/* IE11 Grid Prefixes */
.grid-col1-row1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-col1-row2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-col2-row1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
/* END IE11 Grid Prefixes */

@media screen and (max-width: 992px) {
  /* Mobile grid layout (move to one column) */
  .retrieveAuthCode-grid {
    grid-template-columns: 1fr;
    -ms-grid-columns: auto;
  }

  .retrieveAuthCode-grid div {
    justify-self: start;
  }

  .retrieveAuthCode-grid div:nth-child(even) {
    margin-bottom: 2rem;
  }
}
