.clearfix,
.group,
.result,
.clear {
  *zoom: 1;
}
.clearfix:before,
.group:before,
.result:before,
.clear:before,
.clearfix:after,
.group:after,
.result:after,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.group:after,
.result:after,
.clear:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 36px;
}
/* 
Added by Joseph Serpa
Custom mixin to get around the compliation error with the deafult navbar less file.
http://www.tagwith.com/question_477890_less-v2-does-not-compile-twitters-bootstrap-2-x
*/
#promoBar .promo-bar-snippet {
  background: #f3f3f3;
  line-height: 35px;
  height: 35px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  display: block;
}
#promoBar .promo-bar-snippet strong {
  color: #ee3134;
}
#promoBar .promo-bar-snippet em {
  font-style: inherit;
  color: #c8c8c8;
  font-family: Arial, sans-serif;
  font-size: 28px;
  vertical-align: bottom;
}
#promoBar a.promo-bar-snippet {
  color: #000000;
}
#promoBar a.promo-bar-snippet:hover {
  color: #ffffff;
  background: #c8c8c8;
}
#promoBar a.promo-bar-snippet:hover a,
#promoBar a.promo-bar-snippet:hover strong,
#promoBar a.promo-bar-snippet:hover em {
  color: #ffffff;
}
#promoBar .promo-bar-snippet {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 10px;
}
#promoBar .promo-bar-snippet #promoBarContainer {
  padding: 0 10px;
}
#promoBar .promo-bar-snippet::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  #promoBar .promo-bar-snippet {
    margin: 0 -10px;
  }
}
@media (max-width: 479px) {
  #promoBar {
    display: none !important;
  }
}
#landscapeBanner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
#landscapeBanner.author {
  position: relative;
  bottom: unset;
}
#landscapeBanner #landscapeBannerContainer {
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
  height: 60px;
  display: block;
}
#landscapeBanner #landscapeBannerContainer #landscapeBannerContent {
  margin: auto;
}
#landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-snippet {
  color: #222222;
  font-size: 22px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  display: block;
  font-family: "HelveticaNeue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
}
#landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-snippet #lb-button {
  margin-left: 30px;
  font-size: 14px;
  margin-bottom: 5px;
  border-radius: 3px !important;
}
#landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-snippet #lb-button.btn-lb-light-gray {
  color: #1e8ae7;
}
#landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-snippet #lb-button.btn-lb-light-gray:hover {
  background-color: #ffffff;
  border: 1px solid #1e8ae7;
}
#landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-button {
  background: #f3f3f3;
  position: absolute;
  top: 1px;
  right: 40px;
  width: 60px;
  height: 62px;
  border: none;
}
/*	LB Tablet styling	*/
@media only screen and (max-width: 979px) and (min-width: 480px) {
  #landscapeBanner {
    left: 0;
  }
  #landscapeBanner #landscapeBannerContainer #landscapeBannerContent {
    margin-top: 11px;
  }
  #landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-snippet {
    overflow-wrap: break-word;
    margin-left: 1rem;
    line-height: normal;
    font-size: 18px;
    width: 85%;
  }
  #landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-snippet #lb-button {
    margin-left: 20px;
  }
}
/*	LB Mobile styling	*/
@media only screen and (max-width: 479px) {
  #landscapeBanner {
    left: 0;
  }
  #landscapeBanner #landscapeBannerContainer {
    height: 60px;
  }
  #landscapeBanner #landscapeBannerContainer #landscapeBannerContent {
    width: auto;
    margin-top: 14px;
    margin-left: 1rem;
  }
  #landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-snippet {
    overflow-wrap: break-word;
    margin-left: 0.5rem;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    width: 80%;
  }
  #landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-snippet #lb-button {
    display: initial;
    padding: unset;
    border: none;
    background: unset;
    margin-left: 8px;
  }
  #landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-snippet #lb-button::after {
    content: "\203A";
  }
  #landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-button {
    right: 1px;
    border: none;
  }
}
@media only screen and (min-width: 980px) {
  #pdpOfferContainer {
    height: 192px;
    border-style: solid;
    border-width: thin;
    border-color: #dcdcdc;
  }
  #pdpOfferContainer.author {
    position: relative;
    bottom: unset;
  }
  #pdpOfferContainer #pdpOffer-title {
    width: 192px;
    height: 75px;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #222222;
    float: left;
    padding-left: 12px;
    padding-top: 24px;
    text-align: left;
    overflow: hidden;
  }
  #pdpOfferContainer #pdpOffer-Content #pdp-image {
    width: 164px;
    height: 132px;
    padding: 5px 5px 8px 7px;
    float: right;
  }
  #pdpOfferContainer button {
    width: auto;
    height: 30px;
    white-space: nowrap;
    border-radius: 3px;
    background-color: #555759;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-left: 13px;
    margin-bottom: 24px;
    position: relative;
    margin-right: 90%;
    text-decoration: none;
  }
  #pdpOfferContainer .close {
    width: 12px;
    height: 22px;
    opacity: 0.5;
    color: black;
    background-color: #ffffff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #pdpOfferContainer {
    height: 192px;
    border-style: solid;
    border-width: thin;
    border-color: #dcdcdc;
  }
  #pdpOfferContainer.author {
    position: relative;
    bottom: unset;
  }
  #pdpOfferContainer #pdpOffer-title {
    width: 192px;
    height: 75px;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #222222;
    float: left;
    padding-left: 12px;
    padding-top: 24px;
    text-align: left;
    overflow: hidden;
  }
  #pdpOfferContainer #pdpOffer-Content #pdp-image {
    width: 164px;
    height: 132px;
    padding: 5px 5px 8px 7px;
    float: right;
  }
  #pdpOfferContainer button {
    width: auto;
    height: 30px;
    white-space: nowrap;
    border-radius: 3px;
    background-color: #555759;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-left: 13px;
    margin-bottom: 24px;
    position: relative;
    margin-right: 90%;
    text-decoration: none;
  }
  #pdpOfferContainer .close {
    width: 12px;
    height: 22px;
    opacity: 0.5;
    color: black;
    background-color: #ffffff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  #pdpOfferContainer {
    height: 192px;
    border-style: solid;
    border-width: thin;
    border-color: #dcdcdc;
  }
  #pdpOfferContainer.author {
    position: relative;
    bottom: unset;
  }
  #pdpOfferContainer #pdpOffer-title {
    width: 192px;
    height: 75px;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #222222;
    float: left;
    padding-left: 12px;
    padding-top: 24px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 46px;
  }
  #pdpOfferContainer #pdpOffer-Content #pdp-image {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
  }
  #pdpOfferContainer button {
    width: auto;
    height: 30px;
    white-space: nowrap;
    border-radius: 3px;
    background-color: #555759;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-left: 13px;
    margin-bottom: 24px;
    position: relative;
    margin-right: 90%;
    text-decoration: none;
  }
  #pdpOfferContainer .close {
    width: 12px;
    height: 22px;
    opacity: 0.5;
    color: black;
    background-color: #ffffff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  #pdpOfferContainer {
    height: 192px;
    border-style: solid;
    border-width: thin;
    border-color: #dcdcdc;
  }
  #pdpOfferContainer.author {
    position: relative;
    bottom: unset;
  }
  #pdpOfferContainer #pdpOffer-title {
    width: 192px;
    height: 75px;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #222222;
    float: left;
    padding-left: 12px;
    padding-top: 24px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 46px;
  }
  #pdpOfferContainer #pdpOffer-Content #pdp-image {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
  }
  #pdpOfferContainer button {
    width: auto;
    height: 30px;
    white-space: nowrap;
    border-radius: 3px;
    background-color: #555759;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-left: 13px;
    margin-bottom: 24px;
    position: relative;
    margin-right: 90%;
    text-decoration: none;
  }
  #pdpOfferContainer .close {
    width: 12px;
    height: 22px;
    opacity: 0.5;
    color: black;
    background-color: #ffffff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-right: 15px;
  }
}
#searchOffer-container {
  background-color: #ebf2fa;
  padding: 10px 10px 1px 10px;
  position: relative;
  margin-bottom: 10px;
}
#searchOffer-container.author {
  position: relative;
  bottom: unset;
}
#searchOffer-container #searchOffer-title {
  display: inline-block;
  margin: 0 0 8px 0;
  line-height: 19px;
  font-family: "Helvetica Neue-Medium", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  color: #1e8ae7;
}
#searchOffer-container #searchOffer-title a:hover {
  color: #005daa;
}
#searchOffer-container #search-subtitle {
  display: inline-block;
  font-family: "Helvetica Neue-Medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
}
.overlay-modal-body {
  max-width: 950px;
  margin: 0 auto;
  display: inline-block;
  padding-left: 10px;
  display: none;
}
#tf-cart-overlay-1 {
  height: 42px;
  background-color: #f3f3f3;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.50;
  letter-spacing: normal;
  color: #e71316;
  text-align: center;
  border: 1px solid #dcdcdc;
}
#tf-cart-overlay-1 .chevronoverlay {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#tf-cart-overlay-1 .chevronoverlay.down {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#tf-cart-overlay-1 p#cart-text {
  margin: 0 auto;
  display: inline-block;
  padding-right: 20px;
  max-width: 80%;
}
#tf-cart-overlay-1 .overlayicon {
  margin: 0 auto;
  display: inline-block;
  max-width: 20%;
  width: 24px;
  height: 33px;
}
#tf-cart-overlay-1 button {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1e8ae7;
  background: none;
  border: none;
  outline: inherit;
}
@media only screen and (max-width: 767px) {
  #tf-cart-overlay-1 {
    height: 105px;
    line-height: 1.50;
    text-align: left;
    padding-right: 20%;
  }
  #tf-cart-overlay-1 p#cart-text {
    padding-top: 14px;
    padding-left: 13px;
    float: left;
    text-align: left;
  }
  #tf-cart-overlay-1 .chevroncont {
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    padding-left: 13px;
  }
  .overlay-modal-body img {
    max-width: 90%;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  #tf-cart-overlay-1 {
    padding-right: 10%;
  }
}
