/* Responsive Mixins */
/* General Mixins */
/* TypeAhead Responsive Mixins */
/**
 * @license
 * MyFonts Webfont Build ID 2736657, 2014-01-30T16:52:12-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Proxima Nova Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 *
 * Webfont: Proxima Nova Italic by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular-it/
 *
 * Webfont: Proxima Nova Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 *
 * Webfont: Proxima Nova Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 *
 * Webfont: Proxima Nova Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2736657
 * Licensed pageviews: 50,000,000
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * © 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('/_resources/_global/fonts/proxima-nova/29C211_0_0.eot');
  src: url('/_resources/_global/fonts/proxima-nova/29C211_0_0.eot?#iefix') format('embedded-opentype'), url('/_resources/_global/fonts/proxima-nova/29C211_0_0.woff') format('woff'), url('/_resources/_global/fonts/proxima-nova/29C211_0_0.ttf') format('truetype'), url('/_resources/_global/fonts/proxima-nova/29C211_0_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'ProximaNova-RegularIt';
  src: url('/_resources/_global/fonts/proxima-nova/29C211_1_0.eot');
  src: url('/_resources/_global/fonts/proxima-nova/29C211_1_0.eot?#iefix') format('embedded-opentype'), url('/_resources/_global/fonts/proxima-nova/29C211_1_0.woff') format('woff'), url('/_resources/_global/fonts/proxima-nova/29C211_1_0.ttf') format('truetype'), url('/_resources/_global/fonts/proxima-nova/29C211_1_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('/_resources/_global/fonts/proxima-nova/29C211_2_0.eot');
  src: url('/_resources/_global/fonts/proxima-nova/29C211_2_0.eot?#iefix') format('embedded-opentype'), url('/_resources/_global/fonts/proxima-nova/29C211_2_0.woff') format('woff'), url('/_resources/_global/fonts/proxima-nova/29C211_2_0.ttf') format('truetype'), url('/_resources/_global/fonts/proxima-nova/29C211_2_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('/_resources/_global/fonts/proxima-nova/29C211_3_0.eot');
  src: url('/_resources/_global/fonts/proxima-nova/29C211_3_0.eot?#iefix') format('embedded-opentype'), url('/_resources/_global/fonts/proxima-nova/29C211_3_0.woff') format('woff'), url('/_resources/_global/fonts/proxima-nova/29C211_3_0.ttf') format('truetype'), url('/_resources/_global/fonts/proxima-nova/29C211_3_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('/_resources/_global/fonts/proxima-nova/29C211_4_0.eot');
  src: url('/_resources/_global/fonts/proxima-nova/29C211_4_0.eot?#iefix') format('embedded-opentype'), url('/_resources/_global/fonts/proxima-nova/29C211_4_0.woff') format('woff'), url('/_resources/_global/fonts/proxima-nova/29C211_4_0.ttf') format('truetype'), url('/_resources/_global/fonts/proxima-nova/29C211_4_0.svg#wf') format('svg');
}
/* .global-header { */
/*     min-width: 1000px; */
/*     .top-nav { */
/*         .content { */
/*             .account-detail { */
/*                 .accountmodal-container { */
/*                     &:hover { */
/*                         .accountmodal { */
/*                             display: block; */
/*                         } */
/*                     } */
/*                 } */
/*             } */
/*         } */
/*     } */
/* } */
/* .nav-search-drop { */
/*     overflow: visible; */
/* } */
#type-ahead-stand-alone .type-ahead-toggle {
  display: none;
}
#type-ahead-stand-alone #type-ahead {
  display: table-cell;
  position: relative;
  text-align: right;
  vertical-align: middle;
}
#type-ahead-stand-alone #type-ahead #search-bar {
  position: relative;
}
#type-ahead-stand-alone #type-ahead #search-bar a.search-icon {
  bottom: 0;
  color: #999;
  cursor: pointer;
  font-size: 22px;
  padding: 16px 0;
  position: absolute;
  right: 604px;
  text-align: center;
  top: 0;
  width: 56px;
}
#type-ahead-stand-alone #type-ahead #search-bar input#search-input {
  background-color: #fff;
  border: 1px solid #777;
  box-sizing: border-box;
  color: #222;
  height: 52px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  outline: none;
  padding: 0 10px 0 52px;
  width: 660px;
}
#type-ahead-stand-alone #type-ahead #search-bar input#search-input:focus {
  border: 1px solid #000;
}
#type-ahead-stand-alone #type-ahead .suggestions {
  background-color: #fff;
  border: 1px solid #777;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  line-height: 1;
  margin-top: -1px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 660px;
  z-index: 20;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table {
  display: table;
  min-height: 400px;
  width: 100%;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .suggested-search-terms {
  display: table-cell;
  font-size: 14px;
  vertical-align: top;
  width: 30%;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  padding: 7px 10px;
  position: relative;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li:first-child {
  border-top: none;
  padding-top: 7px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li.selected {
  background-color: #fbfaf7;
  border-color: #ccc;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li.selected:after {
  background-color: #fbfaf7;
  bottom: 0;
  content: " ";
  position: absolute;
  right: -4px;
  top: 0;
  width: 4px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li span.highlight {
  color: #444;
  font-weight: bold;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout {
  background-color: #fbfaf7;
  border-left: 1px solid #ccc;
  color: #444;
  display: table-cell;
  vertical-align: top;
  width: 70%;
  word-break: break-all;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .zero-search-results {
  line-height: 1.4;
  text-align: center;
  word-break: break-word;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .zero-search-results p {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 16px 0 10px 0;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details {
  -ms-word-break: keep-all;
  word-break: break-word;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details h1 {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 16px 0 16px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items {
  border-spacing: 16px;
  display: table;
  table-layout: fixed;
  width: auto;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item {
  cursor: pointer;
  display: table-cell;
  vertical-align: top;
  width: 132px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item:hover .item-name {
  text-decoration: underline;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a {
  color: #505050;
  display: block;
  text-align: center;
  text-decoration: none;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a:hover .item-name {
  text-decoration: underline;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-image {
  display: inline-block;
  height: 150px;
  width: 125px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-image img {
  font-size: 12px;
  max-height: 150px;
  max-width: 125px;
  overflow: hidden;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info {
  margin-top: 8px;
  text-align: left;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .item-name {
  font-size: 12px;
  word-break: break-word;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating {
  font-size: 11px;
  margin-top: 6px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating:before,
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating:after {
  font-family: FontAwesome;
  letter-spacing: 2px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating:before {
  color: #ffe030;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating:after {
  color: #d6d6d6;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating.stars-0:after {
  content: "\f005\f005\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating.stars-1:before {
  content: "\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating.stars-1:after {
  content: "\f005\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating.stars-2:before {
  content: "\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating.stars-2:after {
  content: "\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating.stars-3:before {
  content: "\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating.stars-3:after {
  content: "\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating.stars-4:before {
  content: "\f005\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating.stars-4:after {
  content: "\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .items .item a .item-info .product-rating.stars-5:before {
  content: "\f005\f005\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a {
  color: #505050;
  text-decoration: none;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a:hover .product-name {
  text-decoration: underline;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating:before,
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating:after {
  font-family: FontAwesome;
  letter-spacing: 2px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating:before {
  color: #ffe030;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating:after {
  color: #d6d6d6;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating.stars-0:after {
  content: "\f005\f005\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating.stars-1:before {
  content: "\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating.stars-1:after {
  content: "\f005\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating.stars-2:before {
  content: "\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating.stars-2:after {
  content: "\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating.stars-3:before {
  content: "\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating.stars-3:after {
  content: "\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating.stars-4:before {
  content: "\f005\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating.stars-4:after {
  content: "\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results a .product-info .product-rating.stars-5:before {
  content: "\f005\f005\f005\f005\f005";
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product {
  border-spacing: 16px;
  display: table;
  width: 100%;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .featured-product {
  cursor: pointer;
  display: table-cell;
  margin-top: 15px;
  vertical-align: top;
  width: 40%;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .featured-product .product-image {
  height: 240px;
  text-align: center;
  width: 200px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .featured-product .product-image img {
  font-size: 12px;
  max-height: 240px;
  max-width: 200px;
  overflow: hidden;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .featured-product .product-info .product-name {
  font-size: 14px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .featured-product .product-info .product-rating {
  margin-top: 6px;
  font-size: 13px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .non-featured-products {
  display: table-cell;
  vertical-align: top;
  width: 60%;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .non-featured-products .product {
  border-spacing: 0;
  cursor: pointer;
  margin-top: 16px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .non-featured-products .product:hover .product-name {
  text-decoration: underline;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .non-featured-products .product:first-child {
  margin-top: 0;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .non-featured-products .product .product-image {
  display: table-cell;
  height: 60px;
  text-align: center;
  vertical-align: top;
  width: 50px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .non-featured-products .product .product-image img {
  font-size: 12px;
  max-height: 60px;
  max-width: 50px;
  overflow: hidden;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .non-featured-products .product .product-info {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .non-featured-products .product .product-info .product-name {
  font-size: 11px;
  word-break: break-word;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.with-featured-product .non-featured-products .product .product-info .product-rating {
  margin-top: 6px;
  font-size: 12px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.without-featured-product .non-featured-products {
  border-spacing: 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.without-featured-product .non-featured-products .product {
  cursor: pointer;
  display: table-cell;
  vertical-align: top;
  width: 132px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.without-featured-product .non-featured-products .product:hover .product-name {
  text-decoration: underline;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.without-featured-product .non-featured-products .product .product-image {
  height: 150px;
  width: 125px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.without-featured-product .non-featured-products .product .product-image img {
  font-size: 12px;
  max-height: 150px;
  max-width: 125px;
  overflow: hidden;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.without-featured-product .non-featured-products .product .product-info {
  margin-top: 8px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.without-featured-product .non-featured-products .product .product-info .product-name {
  font-size: 12px;
  word-break: break-word;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .product-results.without-featured-product .non-featured-products .product .product-info .product-rating {
  font-size: 11px;
  margin-top: 6px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .search-links {
  border-spacing: 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .search-links .link-group {
  display: table-cell;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .search-links .link-group h2 {
  font-size: 15px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .search-links .link-group ul {
  list-style: disc;
  padding-left: 16px;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .search-links .link-group ul li {
  font-size: 12px;
  margin: 8px 0;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .search-links .link-group ul li a {
  color: #505050;
  text-decoration: none;
  word-break: break-word;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .flyout .flyout-details .search-links .link-group ul li a:hover {
  text-decoration: underline;
}
#type-ahead-stand-alone #type-ahead {
  padding-left: 0;
}
#type-ahead-stand-alone #type-ahead div,
#type-ahead-stand-alone #type-ahead span,
#type-ahead-stand-alone #type-ahead h1,
#type-ahead-stand-alone #type-ahead h2,
#type-ahead-stand-alone #type-ahead h3,
#type-ahead-stand-alone #type-ahead h4,
#type-ahead-stand-alone #type-ahead h5,
#type-ahead-stand-alone #type-ahead h6,
#type-ahead-stand-alone #type-ahead p,
#type-ahead-stand-alone #type-ahead blockquote,
#type-ahead-stand-alone #type-ahead pre,
#type-ahead-stand-alone #type-ahead a,
#type-ahead-stand-alone #type-ahead img,
#type-ahead-stand-alone #type-ahead small,
#type-ahead-stand-alone #type-ahead strike,
#type-ahead-stand-alone #type-ahead strong,
#type-ahead-stand-alone #type-ahead sub,
#type-ahead-stand-alone #type-ahead sup,
#type-ahead-stand-alone #type-ahead b,
#type-ahead-stand-alone #type-ahead u,
#type-ahead-stand-alone #type-ahead ol,
#type-ahead-stand-alone #type-ahead ul,
#type-ahead-stand-alone #type-ahead li,
#type-ahead-stand-alone #type-ahead form,
#type-ahead-stand-alone #type-ahead label,
#type-ahead-stand-alone #type-ahead table,
#type-ahead-stand-alone #type-ahead tbody,
#type-ahead-stand-alone #type-ahead tfoot,
#type-ahead-stand-alone #type-ahead thead,
#type-ahead-stand-alone #type-ahead tr,
#type-ahead-stand-alone #type-ahead th,
#type-ahead-stand-alone #type-ahead td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#type-ahead-stand-alone #type-ahead #search-bar a.search-icon {
  padding: 14px 0;
}
#type-ahead-stand-alone #type-ahead #search-bar input#search-input {
  border-radius: 0;
}
#type-ahead-stand-alone #type-ahead .suggestions {
  z-index: 6000;
}
#type-ahead-stand-alone #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li {
  float: none;
}
#type-ahead-stand-alone #type-ahead .suggestions .flyout .zero-search-results {
  font-size: 16px;
}
#type-ahead-stand-alone #type-ahead .suggestions .flyout .flyout-details h1 {
  text-transform: none;
}
#type-ahead-stand-alone #type-ahead .suggestions .flyout .flyout-details .search-links .link-group ul:before,
#type-ahead-stand-alone #type-ahead .suggestions .flyout .flyout-details .search-links .link-group ul:after {
  content: none;
}
#type-ahead-stand-alone #type-ahead .suggestions .flyout .flyout-details .search-links .link-group ul li {
  float: none;
}
#type-ahead-stand-alone.mobile .type-ahead-toggle {
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  top: 45px;
  z-index: 10;
}
#type-ahead-stand-alone.mobile .type-ahead-toggle:after {
  color: #999;
  content: "\f00d";
  display: block;
  line-height: 40px;
  font-family: FontAwesome;
  font-size: 18px;
}
#type-ahead-stand-alone.mobile .type-ahead-toggle.closed:after {
  content: "\f002";
}
#type-ahead-stand-alone.mobile #type-ahead {
  display: block;
  float: none;
  margin-top: 0;
  padding: 0 15px;
  transition: margin-top 0.2s;
  z-index: 1;
}
#type-ahead-stand-alone.mobile #type-ahead.closed {
  margin-top: -50px;
}
#type-ahead-stand-alone.mobile #type-ahead #search-bar a.search-icon {
  font-size: 18px;
  left: 0;
  padding: 10px 12px;
  right: auto;
  width: auto;
}
#type-ahead-stand-alone.mobile #type-ahead #search-bar input#search-input {
  box-sizing: border-box;
  font-size: 18px;
  height: 40px;
  padding-left: 40px;
  width: 100%;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions {
  left: 15px;
  right: 15px;
  width: auto;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions .suggestions-table {
  display: block;
  min-height: 0;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions .suggestions-table .suggested-search-terms {
  display: block;
  width: 100%;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li {
  border-color: transparent;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li.selected {
  background-color: #fff;
  border-color: transparent;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li.selected:after {
  content: none;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li.selected:last-child {
  border-bottom: none;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions .suggestions-table .suggested-search-terms ul li.selected:hover {
  text-decoration: underline;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions .suggestions-table .flyout {
  display: none;
}
#type-ahead-stand-alone.mobile #type-ahead {
  padding: 0 10px;
  z-index: 5;
}
#type-ahead-stand-alone.mobile #type-ahead .ui-input-text {
  border-radius: 0;
}
#type-ahead-stand-alone.mobile #type-ahead #search-bar a.search-icon {
  left: 0;
  right: auto;
  padding: 8px 11px;
}
#type-ahead-stand-alone.mobile #type-ahead #search-bar input#search-input {
  color: #505050;
  width: 100%;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions {
  left: 10px;
  right: 10px;
  z-index: 30;
}
#type-ahead-stand-alone.mobile #type-ahead .suggestions li {
  list-style: none;
}
