/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999999;
}
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999999;
}
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container .chosen-results {
  color: #444444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 350px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #cccccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #ffffff;
}
.chosen-container .chosen-results li.no-results {
  color: #777777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('header/searchfocusarea/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('header/searchfocusarea/images/chosen-sprite.png') no-repeat 0 2px;
}
.chosen-container-single .chosen-default {
  color: #999999;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url('header/searchfocusarea/images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('header/searchfocusarea/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #cccccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222222 !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url('header/searchfocusarea/images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .chosen-container .chosen-results-scroll-down span {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-search input[type=text] {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single abbr {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single div b {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
@media only screen and (min-resolution: 144dpi) {
  .chosen-container .chosen-results-scroll-down span {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-search input[type=text] {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single abbr {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single div b {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
@media only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-search input[type=text] {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single abbr {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single div b {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url('header/searchfocusarea/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/***** thermo-customizations *****/
.chosen-container-single .chosen-single {
  height: 50px !important;
  border-radius: 0  !important;
  border-radius: 3px 0 0 3px!important;
  background-color: #f9f9f9  !important;
  border: 1px solid #d8d8d8  !important;
  outline: none !important;
  background-image: none  !important;
  padding: 0 20px 0 16px;
  box-shadow: none !important;
}
.chosen-container-single .chosen-single > span {
  line-height: 50px;
}
.chosen-container-single .chosen-single div {
  right: 20px;
}
.chosen-container-single .chosen-single div b {
  background: none !important;
  border-color: #222 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0 !important;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0 !important;
}
.chosen-drop {
  border-top: 1px solid #d8d8d8;
}
.chosen-drop .chosen-results {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #dcdcdc;
}
.chosen-drop .chosen-results .active-result.result-selected,
.chosen-drop .chosen-results .active-result.result-selected.highlighted {
  background-repeat: no-repeat;
  background-size: 10% 100%;
  background-position: left;
  color: #fff !important;
  background-color: #007fff !important;
  background-image: none !important;
}
.chosen-drop .chosen-results .group-result {
  border-top: 1px solid #dcdcdc;
  color: #a2a2a2;
}
.chosen-drop .chosen-results li.group-option {
  padding-left: 1.5rem;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}
.chosen-drop .chosen-results li.group-option.highlighted {
  color: #000 !important;
  background: #ebf2fa !important;
}
.chosen-drop .chosen-results .active-result.highlighted {
  color: #000 !important;
  background: #ebf2fa !important;
}

.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%;
  }
}

