/*!
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:#999}
.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:#999}
.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}
.chosen-container .chosen-results{color:#444;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:#ccc;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:#fff}
.chosen-container .chosen-results li.no-results{color:#777;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:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);color:#444;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:#999}
.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:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 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:#999;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:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);color:#333;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(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}
.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:#ccc;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:#222!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%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 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}
.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:0}
.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}
}
.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}
#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:#000}
#promoBar a.promo-bar-snippet:hover{color:#fff;background:#c8c8c8}
#promoBar a.promo-bar-snippet:hover a,#promoBar a.promo-bar-snippet:hover strong,#promoBar a.promo-bar-snippet:hover em{color:#fff}
#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:#222;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:#fff;border:1px solid #1e8ae7}
#landscapeBanner #landscapeBannerContainer #landscapeBannerContent .landscape-banner-button{background:#f3f3f3;position:absolute;top:1px;right:40px;width:60px;height:62px;border:0}
@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}
}
@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:.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:0;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:0}
}
@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:#222;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:#fff;margin-left:13px;margin-bottom:24px;position:relative;margin-right:90%;text-decoration:none}
#pdpOfferContainer .close{width:12px;height:22px;opacity:.5;color:black;background-color:#fff;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:#222;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:#fff;margin-left:13px;margin-bottom:24px;position:relative;margin-right:90%;text-decoration:none}
#pdpOfferContainer .close{width:12px;height:22px;opacity:.5;color:black;background-color:#fff;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:#222;float:left;padding-left:12px;padding-top:24px;text-align:left;overflow:hidden;margin-bottom:46px}
#pdpOfferContainer #pdpOffer-Content #pdp-image{visibility:hidden;width:0;height:0;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:#fff;margin-left:13px;margin-bottom:24px;position:relative;margin-right:90%;text-decoration:none}
#pdpOfferContainer .close{width:12px;height:22px;opacity:.5;color:black;background-color:#fff;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:#222;float:left;padding-left:12px;padding-top:24px;text-align:left;overflow:hidden;margin-bottom:46px}
#pdpOfferContainer #pdpOffer-Content #pdp-image{visibility:hidden;width:0;height:0;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:#fff;margin-left:13px;margin-bottom:24px;position:relative;margin-right:90%;text-decoration:none}
#pdpOfferContainer .close{width:12px;height:22px;opacity:.5;color:black;background-color:#fff;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 .2s linear;-webkit-transition:all .2s linear;transition:all .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:0;border:0;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:0;padding-top:0;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%}
}
.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}
.our-products{display:none;background:#ee3134;text-align:center}
.our-products.active{display:block}
.our-products ul#hfOurProductsList{height:79px;line-height:79px;overflow:hidden;text-align:center;margin-bottom:-4px}
.our-products li{display:inline-block;vertical-align:middle;line-height:normal}
.our-products li a{display:inline-block;height:75px;width:144px;overflow:hidden;background-repeat:no-repeat;border-bottom:4px solid transparent;background-position:center}
.our-products li a:hover{border-bottom-color:#fff}
.our-products li.product-nav-1 a{background-image:url("base/img/ts-logo.svg");background-image:url("base/img/ts-logo.png") \9;padding:0 6px \9}
.our-products li.product-nav-2 a{background-position-y:30px;background-image:url("base/img/ab-logo.svg");background-image:url("base/img/ab-logo.png") \9;padding:0 6px \9}
.our-products li.product-nav-3 a{background-position-y:30px;background-image:url("base/img/invg-logo.svg");background-image:url("base/img/invg-logo.png") \9;padding:0 6px \9}
.our-products li.product-nav-4 a{background-image:url("base/img/fs-logo.svg");background-image:url("base/img/fs-logo.png") \9;padding:0 6px \9}
.our-products li.product-nav-5 a{background-position-y:30px;background-image:url("base/img/uls-logo.svg");background-image:url("base/img/uls-logo.png") \9;padding:0 6px \9}
.our-products ul.our-products-list-2-items li{margin:0 80px}
.our-products ul.our-products-list-3-items li{margin:0 40px}
.our-products ul.our-products-list-4-items li{margin:0 20px}
.our-products ul.our-products-list-5-items li{margin:0 24px}
#hfOurProductsMobileContainer{display:none}
.footer{margin:auto;background-color:#f3f3f3;overflow-x:hidden}
.footer ul,.footer ol{list-style-type:none;margin:0;padding:0}
.footer a,.footer a:link,.footer a:active,.footer a:hover,.footer a:focus,.footer a:visited{color:#333}
.footer form{margin:0}
.footer-header{position:relative;margin-bottom:10px;font-size:13px}
.footer-header .footer-icon{display:none}
.footer-group-collapsable .collapse{overflow:visible;height:auto}
.footer-list li{margin:5px 0}
.footer-main{border-bottom:1px solid #d8d8d8;padding:20px 0}
.footer-main .footer-group{width:25%;float:left}
.footer-main a{border-bottom:2px solid transparent}
.footer-main a:hover{border-color:#ee3134}
.footer-legal{background-color:#fff;padding:20px 0}
.footer-legal .footer-legal-list{margin:0 0 5px 0}
.footer-legal .footer-legal-list li:first-child{border-left:none;padding-left:0;margin-left:0}
.footer-legal .footer-legal-list li{display:inline;padding-left:10px;margin-left:10px;border-left:1px solid #d8d8d8}
.footer-legal .footer-group:first-child{text-align:left}
.footer-legal .footer-group{float:left;text-align:right;width:50%}
.footer-legal .country-group{margin:0 auto 10px;float:right;text-align:right}
.footer-legal a{border-bottom:2px solid transparent}
.footer-legal a:hover{border-color:#ee3134}
.footer-main,.footer-legal{clear:both}
#redeemQuoteForm{margin:0}
#redeemQuoteForm .enter-quote{margin:5px auto}
#redeemQuoteForm .enter-quote-closed{display:none}
#redeemQuoteForm #redeemQuoteErrorMessage{display:none;color:#ee3134;margin-top:5px}
#redeemQuoteForm #redeemQuoteInput{width:140px;background:#FFF;border:1px solid #d8d8d8;padding:5px;line-height:22px;height:22px}
#redeemQuoteForm #redeemQuoteGoButton{padding:5px 10px;line-height:22px;height:34px;vertical-align:top}
#redeemQuoteForm #redeemQuoteInput.error{color:#ee3134;border-color:#ee3134}
#form-select-language label,#form-select-language #changeLanguageSelect,#form-select-language #changeLanguageButton{display:inline-block}
#form-select-language #changeLanguageSelect{margin:10px auto}
@media(max-width:979px){.our-products ul.our-products-list-2-items li{margin:0 40px}
.our-products ul.our-products-list-3-items li{margin:0 30px}
.our-products ul.our-products-list-4-items li{margin:0 20px}
.our-products ul.our-products-list-5-items li{margin:0 2px}
}
@media only screen and (max-width:767px){.our-products{padding:0;background:inherit;border:0;text-align:left}
.our-products ul,.our-products li{border:0}
.our-products li a{border:0}
#hfOurProductsList{display:none}
#hfFooterGroupContents{color:#222}
#hfOurProductsMobileContainer{display:block}
#hfOurProductsMobileContainer #hfOurProductsMobileList li{display:inherit;height:inherit;line-height:22px;text-align:initial}
#hfOurProductsMobileContainer #hfOurProductsMobileList li a{width:inherit;display:block;height:inherit;background:0;text-indent:0;overflow:visible}
}
@media(max-width:979px){.footer{margin:0 -10px}
.footer-legal{padding:10px}
.footer-group-collapsable{padding:10px 0;border-bottom:1px solid #d8d8d8}
.footer-group-collapsable .collapse{height:0;overflow:hidden;padding-left:35px;position:absolute;top:0}
.footer-group-collapsable .in{height:auto;position:relative}
.footer-header{margin:0;padding:10px 20px;cursor:pointer}
.footer-header .footer-icon{position:absolute;right:20px;top:10px;display:inherit;width:24px;height:24px}
.footer-header .footer-icon.icon-expand{background:url("base/img/icon-plus.svg") no-repeat}
.footer-header .footer-icon.icon-minus-sign{background:url("base/img/icon-minus.svg") no-repeat}
.footer-main{border:0;padding:0}
.footer-main .footer-group{width:100%;float:none}
.footer-legal .footer-group:first-child,.footer-legal .footer-group{text-align:left}
.footer-legal .footer-group:first-child{width:60%}
.footer-legal .footer-group{width:40%}
.footer-legal .country-group{float:none;display:block;text-align:left;margin:0}
}
@media only screen and (max-width:479px){.footer-legal .footer-legal-list li{display:block;padding:0;margin:10px 0;border:0}
.footer-legal .footer-group:first-child,.footer-legal .footer-group{text-align:left;width:100%}
.footer-legal .footer-group:first-child .footer-legal-list,.footer-legal .footer-group:first-child .footer-legal-copyright{display:none}
.footer-legal .footer-group:first-child .country-group{display:inherit}
.footer-legal .footer-group{float:none}
.footer-legal .footer-group .footer-legal-list,.footer-legal .footer-group .footer-legal-copyright{display:inherit}
.footer-legal .footer-group .country-group{display:none}
}