/* begin of ls-icons.css */
@font-face {
  font-family: 'ls-icon';
  src:  url('/assets/fonts/ls-icon/ls-icon-v14.eot?2kefhv');
  src:  url('/assets/fonts/ls-icon/ls-icon-v14.eot?2kefhv#iefix') format('embedded-opentype'),
    url('/assets/fonts/ls-icon/ls-icon-v14.woff2?2kefhv') format('woff2'),
    url('/assets/fonts/ls-icon/ls-icon-v14.ttf?2kefhv') format('truetype'),
    url('/assets/fonts/ls-icon/ls-icon-v14.woff?2kefhv') format('woff'),
    url('/assets/fonts/ls-icon/ls-icon-v14.svg?2kefhv#ls-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.ls-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ls-icon','Gotham Book',sans-serif!important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icn-spinner {
  animation: spin-animation 1s infinite linear;
  display: inline-block
}

@keyframes spin-animation {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(359deg)
  }
}

.ls-spin {
  -webkit-animation: ls-spin 2s infinite linear;
  -moz-animation: ls-spin 2s infinite linear;
  animation: ls-spin 2s linear infinite
}
  
.icn-access-anywhere:before {
  content: "\e96f";
}
.icn-accnt-app-nav:before {
  content: "\e901";
}
.icn-accnt-sld:before {
  content: "\e902";
}
.icn-android:before {
  content: "\f17b";
}
.icn-apple:before {
  content: "\f179";
}
.icn-arrow-down:before {
  content: "\f063";
}
.icn-arrow-left:before {
  content: "\f060";
}
.icn-arrow-right:before {
  content: "\f061";
}
.icn-arrow-up:before {
  content: "\f062";
}
.icn-back-to-top:before {
  content: "\e903";
}
.icn-backward:before {
  content: "\f04a";
}
.icn-barcode:before {
  content: "\e904";
}
.icn-battery:before {
  content: "\e900";
}
.icn-box:before {
  content: "\e905";
}
.icn-box-otl:before {
  content: "\e97e";
}
.icn-box-sld:before {
  content: "\e97f";
}
.icn-bullet:before {
  content: "\e959";
}
.icn-calendar:before {
  content: "\e907";
}
.icn-car:before {
  content: "\e908";
}
.icn-caret-dwn:before {
  content: "\e909";
}
.icn-caret-lft:before {
  content: "\e90a";
}
.icn-caret-rgt:before {
  content: "\e90b";
}
.icn-caret-up:before {
  content: "\e90c";
}
.icn-cart-otl:before {
  content: "\e90d";
}
.icn-cart-sld:before {
  content: "\e90e";
}
.icn-case-study:before {
  content: "\e95e";
}
.icn-check-hvy:before {
  content: "\e911";
}
.icn-check-lgt:before {
  content: "\e912";
}
.icn-check-sld-circle:before {
  content: "\e910";
}
.icn-checkbox-off:before {
  content: "\e91c";
}
.icn-checkbox-on:before {
  content: "\e929";
}
.icn-chevron-dwn:before {
  content: "\e913";
}
.icn-chevron-dwn-hvy:before {
  content: "\e96a";
}
.icn-chevron-lft:before {
  content: "\e914";
}
.icn-chevron-lft-hvy:before {
  content: "\e96b";
}
.icn-chevron-nxt:before {
  content: "\e915";
}
.icn-chevron-prv:before {
  content: "\e916";
}
.icn-chevron-rgt:before {
  content: "\e917";
}
.icn-chevron-rgt-hvy:before {
  content: "\e96c";
}
.icn-chevron-up:before {
  content: "\e918";
}
.icn-chevron-up-hvy:before {
  content: "\e96d";
}
.icn-chrome:before {
  content: "\f268";
}
.icn-circle-o-notch:before {
  content: "\e95a";
}
.icn-comm-prefs:before {
  content: "\e919";
}
.icn-connect-with-rep:before {
  content: "\e95f";
}
.icn-credit-card:before {
  content: "\e91a";
}
.icn-cursor-direct:before {
  content: "\e91b";
}
.icn-cust-support:before {
  content: "\e91d";
}
.icn-delivery:before {
  content: "\e960";
}
.icn-doc-pdf:before {
  content: "\e91e";
}
.icn-download:before {
  content: "\e963";
}
.icn-download-add:before {
  content: "\e973";
}
.icn-ellipsis:before {
  content: "\e964";
}
.icn-enable-push:before {
  content: "\e974";
}
.icn-enlarge:before {
  content: "\e920";
}
.icn-fast-backward:before {
  content: "\f049";
}
.icn-fast-forward:before {
  content: "\f050";
}
.icn-firefox:before {
  content: "\f269";
}
.icn-forward:before {
  content: "\f04e";
}
.icn-fully-assmbld:before {
  content: "\e921";
}
.icn-gift:before {
  content: "\e923";
}
.icn-gift-card:before {
  content: "\e922";
}
.icn-go-back:before {
  content: "\e97a";
}
.icn-greenguard:before {
  content: "\e924";
}
.icn-grid:before {
  content: "\e965";
}
.icn-headset:before {
  content: "\e926";
}
.icn-heart-otl:before {
  content: "\e966";
}
.icn-help-otl:before {
  content: "\e927";
}
.icn-home-app-nav:before {
  content: "\e928";
}
.icn-home-solid:before {
  content: "\e97b";
}
.icn-images:before {
  content: "\e92a";
}
.icn-in-store:before {
  content: "\e92b";
}
.icn-in-store-otl:before {
  content: "\e980";
}
.icn-in-store-sld:before {
  content: "\e981";
}
.icn-internet-explorer:before {
  content: "\f26b";
}
.icn-kebab:before {
  content: "\e967";
}
.icn-learning-layouts:before {
  content: "\e96e";
}
.icn-list:before {
  content: "\e968";
}
.icn-list-clipboard:before {
  content: "\e92e";
}
.icn-list-simple:before {
  content: "\e92f";
}
.icn-list-ul-solid:before {
  content: "\e95c";
}
.icn-lock-clsd:before {
  content: "\e930";
}
.icn-lock-opn:before {
  content: "\e931";
}
.icn-ls-rounded:before {
  content: "\e92c";
}
.icn-ls-square:before {
  content: "\e92d";
}
.icn-map-pin:before {
  content: "\f276";
}
.icn-microphone:before {
  content: "\e932";
}
.icn-minus-hvy:before {
  content: "\e934";
}
.icn-minus-lgt:before {
  content: "\e936";
}
.icn-minus-lgt-otl:before {
  content: "\e935";
}
.icn-minus-sld-circle:before {
  content: "\e933";
}
.icn-mobile-menu:before {
  content: "\e925";
}
.icn-mobile-signal:before {
  content: "\e937";
}
.icn-mulitple-lists:before {
  content: "\e970";
}
.icn-opera:before {
  content: "\f26a";
}
.icn-pause:before {
  content: "\f04c";
}
.icn-pdf-circle:before {
  content: "\e958";
}
.icn-pencil:before {
  content: "\f040";
}
.icn-pencil-otl:before {
  content: "\e969";
}
.icn-pin-otl:before {
  content: "\e93b";
}
.icn-pin-sld:before {
  content: "\e93c";
}
.icn-play:before {
  content: "\f04b";
}
.icn-plus-hvy:before {
  content: "\e93e";
}
.icn-plus-hvy-circle:before {
  content: "\e93d";
}
.icn-plus-lgt:before {
  content: "\e940";
}
.icn-plus-lgt-otl:before {
  content: "\e93f";
}
.icn-print:before {
  content: "\e962";
}
.icn-promo-tag:before {
  content: "\e941";
}
.icn-public-globe:before {
  content: "\e942";
}
.icn-purchase-from-list:before {
  content: "\e975";
}
.icn-pw-hide:before {
  content: "\e938";
}
.icn-pw-show:before {
  content: "\e939";
}
.icn-quote:before {
  content: "\e91f";
}
.icn-radio-off:before {
  content: "\e93a";
}
.icn-radio-on:before {
  content: "\e943";
}
.icn-refresh:before {
  content: "\e97c";
}
.icn-request-quote:before {
  content: "\e961";
}
.icn-rewards-complete-profile:before {
  content: "\e976";
}
.icn-rewards-refer-friend:before {
  content: "\e977";
}
.icn-rewards-registry:before {
  content: "\e978";
}
.icn-rewards-write-review:before {
  content: "\e979";
}
.icn-rewrds-app-nav:before {
  content: "\e94b";
}
.icn-safari:before {
  content: "\f267";
}
.icn-save-faves:before {
  content: "\e971";
}
.icn-scan-card:before {
  content: "\e944";
}
.icn-search-arrow:before {
  content: "\e97d";
}
.icn-search-hist:before {
  content: "\e946";
}
.icn-search-hvy-lft:before {
  content: "\e945";
}
.icn-search-hvy-rgt:before {
  content: "\e95b";
}
.icn-search-lgt:before {
  content: "\e947";
}
.icn-share:before {
  content: "\e948";
}
.icn-share-joy:before {
  content: "\e972";
}
.icn-share-node:before {
  content: "\e95d";
}
.icn-shop-app-nav:before {
  content: "\e949";
}
.icn-sign-out:before {
  content: "\e94a";
}
.icn-sort:before {
  content: "\f0dc";
}
.icn-unsorted:before {
  content: "\f0dc";
}
.icn-sort-asc:before {
  content: "\f0de";
}
.icn-sort-up:before {
  content: "\f0de";
}
.icn-sort-desc:before {
  content: "\f0dd";
}
.icn-sort-down:before {
  content: "\f0dd";
}
.icn-star-otl-sft:before {
  content: "\e94f";
}
.icn-star-pill:before {
  content: "\e906";
}
.icn-star-sld:before {
  content: "\e94c";
}
.icn-step-backward:before {
  content: "\f048";
}
.icn-step-forward:before {
  content: "\f051";
}
.icn-stop:before {
  content: "\f04d";
}
.icn-store-app-nav:before {
  content: "\e94d";
}
.icn-tools:before {
  content: "\e94e";
}
.icn-trash-o:before {
  content: "\f014";
}
.icn-truck-bopis:before {
  content: "\e950";
}
.icn-truck-ship-otl:before {
  content: "\e982";
}
.icn-truck-ship-sld:before {
  content: "\e983";
}
.icn-truck-shp-rstrct:before {
  content: "\e951";
}
.icn-video-play:before {
  content: "\e952";
}
.icn-volume-down:before {
  content: "\f027";
}
.icn-volume-off:before {
  content: "\f026";
}
.icn-volume-up:before {
  content: "\f028";
}
.icn-warning-sld:before {
  content: "\e953";
}
.icn-wifi:before {
  content: "\e954";
}
.icn-windows:before {
  content: "\f17a";
}
.icn-x-close-hvy-circle:before {
  content: "\e90f";
}
.icn-x-close-lgt:before {
  content: "\e957";
}
.icn-x-close-lgt-circle:before {
  content: "\e955";
}
.icn-x-close-lgt-otl:before {
  content: "\e956";
}
/* end of ls-icons.css */

@font-face {
  font-family: 'Gotham Book';
  font-display: swap;
  src:local('Gotham Book'),
  url('/assets/fonts/gotham/woff2/GothamSSm-Book_Web.woff2') format('woff2'),
  url('/assets/fonts/gotham/woff/GothamSSm-Book_Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Medium';
  font-display: swap;
  src:local('Gotham Medium'),
  url('/assets/fonts/gotham/woff2/GothamSSm-Medium_Web.woff2') format('woff2'),
  url('/assets/fonts/gotham/woff/GothamSSm-Medium_Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Bold';
  font-display: swap;
  src:local('Gotham Bold'),
  url('/assets/fonts/gotham/woff2/GothamSSm-Bold_Web.woff2') format('woff2'),
  url('/assets/fonts/gotham/woff/GothamSSm-Bold_Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Black';
  font-display: swap;
  src:local('Gotham Black'),
  url('/assets/fonts/gotham/woff2/GothamSSm-Black_Web.woff2') format('woff2'),
  url('/assets/fonts/gotham/woff/GothamSSm-Black_Web.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

/* auxpages.css - css for Auxilliary pages */
/* Chrome fix for print sm (commented out for EC-5795) - this was uncommented out as per EC-5937 */
@media print {
  .visible-xs {
    display: none !important;
  }

  .hidden-xs {
    display: block !important;
  }
}
/* Free resources global */
.noBullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* LL-5100 - school readiness side nav */
.allBorder {
  border: 1px solid #ccc !important;
  padding: 0px !important;
}

/* Lesson Plans */
span.largerFont {
  font-weight: 900;
  display: block;
}

/*CSS Targets 2nd of class type*/
span.largerFont:nth-of-type(2) {
  font-weight: 900;
}

/* Outdoor Learning */
.allBorderGrey {
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
}

/* Responsible Manufacturing page */
ul.rmfg {
  font-size: 1.07em;
  line-height: 1.6em;
}

ul.rmfg li {
  font-size: 1em;
}
/* begin move to free resources right content scss */
/* Flash Cards max-width: >1200px */
/* .flashCardsTextArea {
  width: 260px;
  height: 120px;
  min-height: 120px;
  padding: 15px !important;
  text-align: center;
  overflow: hidden;
  font: normal 53pt/53pt Arial;
}

#jvtestdiv {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  text-align: center;
}

.paginationNum1 {
  font-weight: Bold;
} */

/*LL-8025 - Flash Cards PAGE max-width:>1200px */
/* img.fc-sample {
  width: 195px;
  margin-left: -8px;
} */

/* Award Maker */
/* .flash span {
  display: block;
}

.flashContainer {
  width: 100% !important;
  height: initial;
  margin: 0 auto;
  text-align: center;
} */

/* LL-16357 - award Maker tablet and mobile updates - added images */
/* .flashContainer img.img-responsive {
  margin: 0px auto;
}

#awardmaker {
  width: 100% !important;
  height: 1330px;
  margin: 0 auto;
  text-align: center;
}

#worksheet {
  width: 700px !important;
  height: 825px;
  margin: 0 auto;
  text-align: center;
}

img.frCatMain {
  width: 100% !important;
} */
/* end move to free resources right content scss */

/* unused id popsearch - Popular Searches */
/* #popSearch a:link {
  color: #58ACC0 !important;
  text-decoration: none !important;
}

#popSearch a:hover {
  color: #58ACC0 !important;
  text-decoration: underline !important;
}

#popSearch .ps {
  color: #58ACC0 !important;
} */

.noPadXl .research-insights p {    
    max-width: 1142px;
}

.ps1 {
  margin-top: 15px;
  padding-top: 30px;
  margin-right: 5px !important;
}

.ps2 {
  padding-top: 20px;
}

/* Partnerships */
.psnarrow {
  margin-left: -15px;
  margin-right: -15px !important;
}

.psnarrow > * {
  padding-left: 15px;
  padding-right: 15px !important;
}

/* LL-4509 Free Crafts For Kids */
.fcfk-social {
  width: 100%;
  min-height: 95px;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fcfk-social .social-icons {
  text-align: center;
}

.fcfk-social .clearfix {
  height: 5px;
}

/* Product Solutions */
.img-border {
  border: 1px solid #ccc !important;
}

.frame-border {
  padding-bottom: 15px;
  border: 1px solid #ccc !important;
}

/* Product Review */
.lblflush {
  padding-right: 0px !important;
}
/* moved to _store-location.scss */
/* LL-14034 - added width for badge to show at 100% of natural size 58px + 0px padding = 58px - 61px was to wide */
.loc-hr {
  border-color: #ccc;
  width: 100% !important;
}

.gryText {
  color: #838587;
}

.loc-map {
  width: 100%;
  height: 630px;
  padding-left: 20px;
}

.loc-pr {
  padding-right: 5px;
}

/* suspected unused store-well class */
.store-well {
  height: 320px;
  border: 1px solid #ccc;
  padding: 15px 25px 30px;
}

.store-well img {
  margin-bottom: 15px;
}

.store-well-title {
  font-weight: 400;
  font-size: 19px !important;
  margin-bottom: 10px;
}

.store-well p, .store-well a {
  font-size: 0.86em;
  margin-bottom: 0px;
}

/* ePro Information Page */
.epro-hero {
  background: url(/assets/images/epro-hero.jpg) no-repeat center center;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  height: 445px;
}

/* LL-14247 - alignment updates ePro Information Page */
.epro-hero-panel {
  background-color: #f5f5f5;
  padding: 20px !important;
  height: 445px;
}

.epro-list p {
  margin-left: 30px;
  margin-bottom: 10px;
}

.epro-list .glyphicon {
  margin-left: -28px;
  position: static;
}

.epro-list .icn-check-hvy {
  margin-left: -28px;
}

/* LL-14247 - alignment updates ePro Information Page */
.aux-epro-info .well {
  background-color: #f5f5f5;
  padding: 20px;
  background-image: none;
}

.aux-epro-info .box-quote-quote {
  font-size: 13px;
  line-height: 19px;
}

.aux-epro-info p.box-quote-quote::after {
  position: absolute;
}

/* Head Start */
.head-start-headings h2 a {
  color: #020202;
}

.head-start-headings h2 a:hover {
  color: #020202;
  text-decoration: underline;
}

.hs-icon {
  float: left;
}

.hs-scale {
  position: relative;
  top: 3px;
  margin-bottom: 8px !important;
}

.hs-5-col {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.img-outline {
  border: 1px solid #aaaaaa;
}

/* Transitional Kinder */
.tk-list .list-group-item {
  border: none;
  padding: 0px 15px 15px 5px;
  list-style-position: outside;
  display: list-item;
  margin-left: 33px;
}

.tk-list .list-group-item.no-bullet {
  list-style: none;
}

.tk-col-left {
  border-right: 1px solid #cccccc;
}

.tk-col-right {
  padding-left: 20px;
  padding-right: 20px;
}

/* Store Locations - suspected unused */
/* .store-locations {
  padding-bottom: 50px;
}

.store-locations input.form-control {
  width: 100%;
  border: solid 1px;
  color: #CCCCCC;
}

.store-locations button {
  min-width: 53px !important;
} */

.drop {
  border: none;
  font-size: 19px;
  line-height: 27px;
  font-family: "Gotham Bold", sans-serif;
  font-weight: 700;
}

.drop-sub {
  border: none;
  font-size: 15px;
}

.drop-head {
  border-top: solid 1px #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  border-radius: 0 !important;
}

button.drop-head {
  background-color: transparent;
  width: 100%;
  text-align: left;
  outline: none;
  padding-left: 0;
  padding-right: 0;
}

/* Icon when the collapsible content is shown */
.dropToggle:after {
  font-family: "Gotham Book", sans-serif;
  font-size: 25px;
  font-weight: 400;
  content: "−";
  float: right;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 1;
}

/* Icon when the collapsible content is hidden */
.dropToggle.collapsed:after {
  content: "+";
}

.drop-sub:after {
  color: #838587;
  font-size: 13px;
  text-decoration: none;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  content: "";
  float: left;
  padding-right: 10px;
  -webkit-transition: transform cubic-bezier(0.83, 0.85, 0.86, 0.82);
  transition: transform cubic-bezier(0.83, 0.85, 0.86, 0.82);
}

/* Icon when the collapsible content is hidden */
.drop-sub.collapsed:after {
  color: #838587;
  font-size: 13px;
  text-decoration: none;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  content: "";
  float: right;
  padding-right: 5px;
  -webkit-transition: transform cubic-bezier(0.83, 0.85, 0.86, 0.82);
  transition: transform cubic-bezier(0.83, 0.85, 0.86, 0.82);
}

/* Thank You page */
.thx-top {
  padding-top: 80px;
  padding-left: 25px;
}

ul.thankyou-links {
  padding: 0 15px 15px;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.thankyou-logo {
  display: inline;
  font-size: 40em;
  color: #f9b130;
  width: 100%;
}

/* begin move to free resources right content scss */
/* Icon when the collapsible content is shown */
/* .moreFR {
  color: #838587;
  border-top: 1px solid #fff;
  font-size: 19px;
  font-family: "helvetica";
  font-weight: 700;
  text-decoration: none;
  padding-top: 10px;
}

.moreFR::before {
  color: #838587;
  font-size: 13px;
  text-decoration: none;
  font-family: "Glyphicons Halflings";
  font-weight: 700;
  content: "";
  float: right;
  padding-right: 5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.moreFR:collapsed::before {
  color: #838587;
  font-size: 13px;
  text-decoration: none;
  font-family: "Glyphicons Halflings";
  font-weight: 700;
  content: "";
  float: right;
  padding-right: 5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
} */

/* LL-19412 moved from - LL-14847 - free-resources-landing-page-updates min-width: > 1200px */
/* .verticalMiddle {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.cellStyle {
  width: 226px;
  height: 285px;
  margin: 0px auto;
  background-color: #FFF;
  border: 1px solid #ccc;
}

#lessons, #printables, #calendars, #crafts {
  position: relative;
  padding: 25px 15px;
} */

/* ....Free Resources Section.... */
/* label {
  margin-bottom: 0px !important;
}

.tab-area {
  width: 1169px;
  padding-bottom: 15px;
  float: left;
  margin-left: -15px;
}

.tab-area input {
  display: none;
} */

/* LL-19412 - background update -*/
/* .bgMain1, .bgMain2, .bgMain3, .bgMain4 {
  background-color: #f1f1f1 !important;
  height: 415px;
  margin: -16px -25px 0 -25px;
  padding-top: 0px;
} */

/* The See All Tab at bottom of pane  */
/* .tabs-checked input:nth-of-type(2):not(:checked) ~ input:nth-of-type(3):not(:checked) ~ input:nth-of-type(4):not(:checked) ~ .tab:nth-of-type(1), .tabs-checked input:nth-of-type(2):checked ~ .tab:nth-of-type(2), .tabs-checked input:nth-of-type(3):checked ~ .tab:nth-of-type(3), .tabs-checked input:nth-of-type(4):checked ~ .tab:nth-of-type(4) {
  display: block;
}

.tab {
  clear: both;
  background: #F0F0F1;
  padding: 25px;
  display: none;
  height: 425px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.tab-link:nth-of-type(1) {
  background: #97B95E;
  margin-left: 0px;
  z-index: 1;
}

.tab-link:nth-of-type(2) {
  background: #6faec0;
  margin-left: 9px;
}

.tab-link:nth-of-type(3) {
  background: #e1af4a;
  margin-left: 9px;
}

.tab-link:nth-of-type(4) {
  background: #dd7d33;
  margin-left: 9px;
}

.tab-link {
  font-size: 19px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  float: left;
  width: 278px;
  height: 45px;
  padding: 11px 0;
  text-align: center;
  background: #ccc;
  border-left: 0;
}

.tabs-focus .tab-link:focus:after,
.tabs-hover .tab-link:hover:after,
#tabD:target ~ a:nth-of-type(4):after #tabC:target ~ a:nth-of-type(3):after,
#tabB:target ~ a:nth-of-type(2):after,
#tabD:not(:target) ~ #tabC:not(:target) ~ #tabB:not(:target) ~ a:nth-of-type(1):after,
#tab-D:checked ~ label:nth-of-type(4):after,
#tab-C:checked ~ label:nth-of-type(3):after,
#tab-B:checked ~ label:nth-of-type(2):after,
#tab-B:not(:checked) ~ #tab-C:not(:checked) ~ #tab-D:not(:checked) ~ label:nth-of-type(1):after {
  position: absolute;
  content: "";
  margin: 11px 0 0 0;
  width: 280px;
  height: 1px;
  display: block;
  background: #000;
}

.tab.bg1 {
  background: #97b95f;
}

.tab.bg2 {
  background: #6faec0;
}

.tab.bg3 {
  background: #e1af4a;
}

.tab.bg4 {
  background: #dd7d33;
} */

/* LL-19412 - button position update - LL-8029 Free Resources Home - The See All Tab at bottom of pane max-width: > 1200px */
/* .fr-tab-btn-container {
  bottom: 40px;
}

.fr-tab-btn-container a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.btm-tab1 {
  width: 255px;
  height: 40px;
  text-align: center;
  font-size: 19px;
  color: #FFF;
  font-weight: 700;
  padding: 7px;
  background-color: #97b95f;
}

.btm-tab2 {
  width: 335px;
  height: 40px;
  text-align: center;
  font-size: 19px;
  color: #FFF;
  font-weight: 700;
  padding: 7px;
  background-color: #6faec0;
}

.btm-tab3 {
  width: 325px;
  height: 40px;
  text-align: center;
  font-size: 19px;
  color: #FFF;
  font-weight: 700;
  padding: 7px;
  background-color: #e1af4a;
}

.btm-tab4 {
  width: 310px;
  height: 40px;
  text-align: center;
  font-size: 19px;
  color: #FFF;
  font-weight: 700;
  padding: 7px;
  background-color: #dd7d33;
} */

/* LL-10576 - FreeResources style for the XM Tab Cartridge */
/* free resources tab colors */
/* .hs-tabs.fr-tabs .tabs ul > li.tab-item a {
  color: #ffffff;
  padding: 15px;
  font-size: 19px;
}

.hs-tabs.fr-tabs .tabs ul > li.tab-item:first-child a {
  background-color: #97b95f;
}

.hs-tabs.fr-tabs .tabs ul > li.tab-item:nth-child(2) a {
  background-color: #6faec0;
}

.hs-tabs.fr-tabs .tabs ul > li.tab-item:nth-child(3) a {
  background-color: #e1af4a;
}

.hs-tabs.fr-tabs .tabs ul > li.tab-item:nth-child(4) a {
  background-color: #dd7d33;
} */

/* free resources tab content styles */
/* .hs-tabs.fr-tabs .tabs .tab-content {
  padding: 0px;
  height: 421px;
}

.hs-tabs.fr-tabs .bgMain1, .hs-tabs.fr-tabs .bgMain2, .hs-tabs.fr-tabs .bgMain3, .hs-tabs.fr-tabs .bgMain4 {
  background-color: #f1f1f1 !important;
  height: 422px;
  margin: -2px 0px 0px;
  padding: 0px;
}

.hs-tabs.fr-tabs .bgMain1 {
  border-top: 10px solid #97b95f;
}

.hs-tabs.fr-tabs .bgMain2 {
  border-top: 10px solid #6faec0;
}

.hs-tabs.fr-tabs .bgMain3 {
  border-top: 10px solid #e1af4a;
}

.hs-tabs.fr-tabs .bgMain4 {
  border-top: 10px solid #dd7d33;
} */

/* free resources bottom see all link styles */
/* .hs-tabs.fr-tabs .fr-tab-btn-container a {
  color: #ffffff;
}

.hs-tabs.fr-tabs .fr-tab-btn-container a::after {
  font-family: "Glyphicons Halflings";
  content: "";
  font-size: 16px;
  margin-left: 5px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

/* bottom tabLinks to display none on free resources tabs */
/* .hs-tabs.fr-tabs .tabLinks {
  display: none;
} */

/* Free Resources - Landing Page */
/* .FRcol-right {
  width: 260px;
  height: 100%;
  float: right;
  margin-right: 15px;
  padding: 20px;
  border: #cccccc 1px solid;
}

#auxcolAffix {
  position: fixed !important;
  width: 270px;
  top: 20px;
}

#auxcolAffix.affix-top {
  position: relative !important;
  width: 270px;
  top: -300px;
}

#auxcolAffix.affix-bottom {
  position: relative !important;
  width: 270px;
  top: 20px;
}

#auxcolAffix ul.checkout-list {
  border: 1px solid #cccccc;
  padding: 0px 25px 25px;
  margin: 0px;
}

.seemorebtn {
  color: #000;
  width: 250px;
  height: 100%;
}

#blackLink {
  font-size: 14px;
  line-height: 14px;
}

#blackLink a:link {
  color: #333 !important;
  text-decoration: none !important;
}

#blackLink a:hover {
  color: #333 !important;
  text-decoration: underline !important;
}

.centerbtn {
  margin-left: 40%;
} */

/* Tables - Flash Cards */
/* .bg-softgrey {
  background-color: #F0F0F1 !important;
  width: 100%;
  height: 600px;
  margin: 0px;
  border: 2px solid #cccccc;
}

.bg-softgrey td {
  text-align: center !important;
  border-bottom: 2px solid #cccccc;
}

.bg-softgrey td:nth-child(even) {
  border-left: 2px dashed #cccccc;
}

.FRpagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 4px;
}

ul.FRpagination {
  border: none;
}

.FRpagination > li {
  display: inline;
} */
/* end move to free resources right content scss */
/* Button Actions for collapsible Filtered Results page */
#btn-results {
  color: #58ACC0;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #58ACC0;
  margin: auto;
}

#btn-results a {
  color: #58ACC0;
  font-size: 15px;
  font-weight: 600;
}

#btn-results a:hover {
  color: #58ACC0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.mobileResults {
  display: block !important;
}

.results-header {
  font-size: 16px;
  font-weight: bold;
  background: #F0F0F1;
  border-top: 1px solid #CCCCCC;
  position: relative;
  padding: 15px 20px;
  color: #333333;
}

.results-header i {
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 18px;
  color: #838587;
}

.resultsTitle {
  color: #58ACC0;
  font-size: 19px;
  font-weight: 600;
}

.backtop {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

/* Catalogs and Correlations */
.cncBanner {
  background-image: url("/assets/images/CatalogsCorrelations_banner.jpg");
  width: 1500px;
  height: 320px;
  margin-left: -170px;
}

.cncContent {
  margin-top: -180px;
  padding-left: 0px;
}

/* Career Pages */
.career-border {
  height: 100%;
  padding: 5px;
  border: solid 0.08em #ccc;
  border-radius: 0.5em;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0.22em;
}

.career-border-small {
  height: 210px;
  width: 210px;
  padding: 5px;
  border: solid 0.08em #ccc;
  border-radius: 0.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  margin-bottom: 10px;
}

/* Career Pages */
.career-section {
  margin-top: -30px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.career-form {
  margin: 0 0 12px;
  position: relative;
  display: block;
  margin-left: -10px;
}

.career-form input.form-control {
  width: 100%;
}

.career-form button {
  position: absolute;
  min-width: 20px !important;
}

.career-form .btn {
  top: 20px;
  right: -38px;
}

.career-formxs {
  margin: 0 0 12px;
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: 35px;
}

.career-formxs input.form-control {
  width: 100%;
}

.career-formxs button {
  position: absolute;
  min-width: 20px !important;
}

.career-formxs .btn {
  top: 20px;
  right: -38px;
}

.career-mt {
  margin-top: -35px;
  margin-left: -30px;
}

/* Careers - Dept Descriptions */
.borderright {
  border-right: #666 solid 1px;
}

.careerbox {
  border: #ccc solid 1px;
  border-radius: 0.5em;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-left: 0px;
  margin-right: 10px;
}

/* Profile Image in Testimonial section */
.profile-img {
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 5px;
}

/* LL-4468 - help - shipping policies */
h2.subhead-thin {
  font-weight: 400;
  margin-bottom: 5px;
}

/* modals */
#modal-help .modal-dialog {
  width: 450px;
}

#modal-wishlist-login .modal-dialog {
  width: 450px;
}

#modal-wishlist-login .modal-body {
  padding: 30px;
}

#modal-email-craft .modal-dialog {
  width: 900px;
}

#modal-email-craft .modal-body {
  padding: 30px;
}

#modal-privacy-policy .modal-dialog {
  width: 450px;
}

#modal-privacy-policy .modal-body {
  padding: 30px;
}

#modal-interactiveint .modal-dialog {
  width: 960px;
}

/*Checkout Help Link Modal */
#modal-checkout-help .modal-dialog {
  width: 640px;
}

#modal-checkout-help .modal-body {
  padding: 30px;
}

/* Outlets Modal */
#modal-outlet .modal-dialog {
  width: 500px;
}

#hc-icons i {
  font-size: 30px;
  padding-right: 3px;
  margin-top: -3px;
}

/* About Us */
.about-border {
  border: 1px solid #ccc !important;
  padding: 15px 15px 0px !important;
}

.timeline {
  max-width: 100%;
}

/* Horizontal Scrolling Menu Bar */
.h-scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.h-spacer {
  padding: 15px 0 15px 0;
}

.h-spacer a {
  color: #333;
  margin-right: 25px;
  font-size: 15px;
}

.scroll-select {
  display: inline-table;
  font-weight: 600;
  border-bottom: 2px solid #2d7fb1;
}

.scroll-select:after {
  content: "";
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top: 0.5em;
}

.couponWrapper {
  max-width: 550px;
  margin: auto;
}

.coupon-border {
  padding: 20px;
  border: 1px dashed #000 !important;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
}

.coupon-border.roundedCorner-top-left-10 {
  border-radius: 10px;
}

/* EC-7359 Dynamic Coupons */
.coupon-border-dynamic {
  border-radius: 0px 10px 10px 10px;
}

/* LL-5100 - School Readiness Pages in Endecca XM */
h2.guide-link {
  margin-bottom: 30px;
  padding: 20px 0px 0px 40px;
  line-height: 21px;
}

h2.guide-link a, h2.guide-link a:hover {
  color: #020202;
}

h2.guide-link img {
  margin-left: -40px;
  vertical-align: middle;
  border: 0px;
}

.simplegreybg {
  background-color: #F0F0F1;
  width: 100%;
  padding: 15px;
}

.bgImage-wave {
  background-image: url("/assets/images/bgwave.jpg");
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 25px 30px;
}

.bgImage-wave h2 {
  margin-top: 10px;
}

ul.prep-check-list {
  margin-bottom: 0px;
  padding: 0px 25px;
}

ul.prep-check-list li {
  margin-bottom: 5px;
  padding-left: 0px;
  list-style: none;
  list-style-position: outside;
}

.prep-check {
  color: #020202;
  background-image: url("/assets/images/schoolReadiness_check.gif") !important;
  width: 13px;
  height: 8px;
  margin-right: 10px;
  margin-top: 7px;
  margin-left: -25px;
  list-style-position: outside;
  float: left;
}

.dl-info {
  background-image: url("/assets/images/orange-list.png");
  width: 9px;
  height: 9px;
  margin-right: 9px;
  margin-top: 6px;
  margin-bottom: 9px;
  margin-left: 0px;
  list-style-position: outside;
  float: left;
}

.dl-info ul {
  font-family: "Glyphicons Halflings";
  content: "";
  color: #F60;
  font-size: 13px;
  line-height: 19px;
  list-style: none outside;
  margin: 0px 0px 15px 20px;
}

/* PLP with Customizable Hero, Product Slider, & Listing */
.grid-plp-select {
  width: 252px;
  height: 326px;
  border: 1px solid #CCCCCC;
  padding: 5px;
}

.list-plp-select {
  border: 1px solid #CCCCCC;
}

.header-select {
  background-color: #2d7fb1;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
  margin-bottom: 15px;
  padding: 5px;
  padding-left: 15px;
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
}

.img-select {
  padding: 20px 5px 20px 5px;
}

/* Software Organizer Modals */
#modal-forpc .modal-dialog {
  width: 800px;
}

/* digital learning */
.bigheader {
  font-size: 55px;
  padding-bottom: 0px;
  line-height: 60px;
}

/* EC-9072 - Digital Learning Disable with Opacity and Pointer Event */
.dl-disable-fade {
  opacity: 0.3;
  pointer-events: none;
}

/* Glyphs and Fonts don't work on Experience Manager so these codes will fix that issue */
.left-chev a:before {
  font-family: 'ls-icon' !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
}

/*Help Center Icons don't work on Experience Manager so these codes will fix that issue */
.hc-icon {
  font-size: 30px;
  font-weight: 500;
}

.iframe-responsive {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-left: 15px;
}

.fontAlt {
  font-size: 21px;
  color: #333;
}

/* Iframes within a Table - Horizontal scroll with touch devices */
.iframe-wrap {
  width: 980px;
  height: 750px;
  min-height: 320px;
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Help Center */
/* Static Coupon Page */
.coupon-container {
  margin-left: 270px;
  width: 600px;
}

.couponWrapper .btn-print {
  min-width: 0 !important;
  padding: 6px 18px !important;
}

.couponWrapper .btn-shop, .couponWrapper .btn-shop:link, .couponWrapper .btn-shop:visited {
  background-color: #ed1c24 !important;
  min-width: auto !important;
  padding: 6px 18px !important;
  margin-top: 0px;
  font-weight: 600;
}

.couponWrapper .btn-shop:hover {
  background-color: #ef4950 !important;
}

/*  ELS - Early Learning Scale */
.auxpsize {
  font-size: 13px;
}

/* Software Organizer Modals */
/* LL-6694 - Software Organizer Modals */
#modal-formac .modal-dialog, #modal-forpc .modal-dialog {
  width: 90%;
  max-width: 800px;
}

/* LL-13228 - services landing page max-width: > 1200px */
.landing-container {
  width: 25%;
  margin-bottom: 30px;
}

.landing-container .landing-border {
  width: 100%;
  border: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 15px;
  min-height: 430px;
}

/* LL-8931 - resources landing page max-width: > 1200px */
.resources-main {
  width: 69%;
  margin-right: 3%;
}

.resources-sub {
  width: 28%;
}

.resources-main .main-image, .resources-sub .main-image {
  height: 260px;
}

.resources-main .landing-border {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding-bottom: 20px;
  min-height: 465px;
}

.resources-sub .landing-border {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding-bottom: 20px;
  min-height: 465px;
}

.landing-border .feature-text {
  padding: 0px 20px 20px;
}

.landing-feature .landing-border .feature-text {
  padding: 20px 20px 20px;
}

.feature-text h4 a:link, .feature-text h4 a:visited, .feature-text h4 a:hover, .feature-text h4 a:active {
  color: #020202;
}

.landing-side-nav a, .landing-side-nav a:link, .landing-side-nav a:visited, .landing-side-nav a:hover, .landing-side-nav a:active {
  color: #020202;
}

/* LL-15558 - flex-furniture-landing max-width: >1200px */
/* Flex Main Text */
.flex-page .flex-main-image {
  width: 100%;
}

.flex-page .flex-main-text {
  color: #fff;
  background-color: #797A7D;
  padding: 20px 30px 30px !important;
  margin: 0px 0px;
}

.flex-page .flex-main-text h2 {
  color: #fff;
  font-size: 24px !important;
}

.flex-page .flex-main-text p {
  font-size: 20px;
  line-height: 30px;
}

/* Flex Lists */
.flex-page .flex-list {
  position: relative;
}

.flex-page .flex-list .flex-list-image img {
  width: 100%;
}

.flex-page .flex-list .flex-list-text {
  font-size: 17px;
  padding: 0px 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.flex-page .flex-list .flex-list-text.right {
  padding: 0px 0px 0px 50px;
  right: 0px;
}

.flex-page .flex-list .flex-list-text.left {
  padding: 0px 20px 0px 25px;
  left: 0px;
}

.flex-page .flex-list .flex-list-text h2 {
  font-size: 29px !important;
}

.flex-page .flex-list ul {
  list-style: none;
  list-style-position: outside;
  padding-left: 0px;
}

.flex-page .flex-list ul > li {
  margin-bottom: 20px;
}

.flex-page .flex-list ul > li::before {
  font-family: 'ls-icon' !important;
  font-size: 35px;
  content: "\e90b";
  color: #82c91e;
  position: relative;
  margin-right: 0px;
  text-decoration: none;
  margin-left: -35px;
  vertical-align: bottom;
}

/* Flex Features */
.flex-feature-container {
  background-color: #ededed;
  padding: 40px 10px !important;
}

.flex-feature {
  width: 25%;
  margin: 0px;
  display: inline-block;
  padding: 0px 36px;
}

.flex-feature p {
  margin: 0px;
}

.flex-feature img {
  width: 198px;
  border: 1px solid #ccc;
}

/* Flex Classroom */
.flex-classrooms > img:first-child {
  width: 100%;
}

.flex-classrooms > img:nth-child(2) {
  width: 800px;
  margin-top: 20px;
}

.flex-classrooms > a.btn {
  width: 185px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #5DCAEB;
}

.flex-classrooms > a.btn:hover {
  width: 185px;
  font-size: 20px;
  font-weight: 700;
  background-color: #56aee5;
}

.flex-classrooms > h3 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.flex-classrooms-link {
  width: 33.3333%;
  text-align: center;
}

.flex-classrooms-link img {
  width: 100%;
  max-width: 337px;
}

/* EC-9716 - ropis landing page min-width: > 1200px*/
.faq-panel .panel-heading .panel-title a.btn-link {
  position: relative;
  right: initial;
  top: initial;
  color: #020202;
  font-size: 17px;
  font-weight: 600;
  white-space: normal;
  text-align: left;
  margin-left: 15px;
}

.faq-panel .panel-heading .panel-title div:last-child {
  font-size: 17px;
  font-weight: 400;
  padding-left: 28px;
}

.faq-panel .panel-heading .panel-title a.btn-link.collapsed::before {
  font-family: "Glyphicons Halflings";
  font-size: 17px;
  content: "";
  color: #ccc;
  position: relative;
  left: -25px;
  margin: 0px -15px 0px 0px;
}

.faq-panel .panel-heading .panel-title a.btn-link::before {
  font-family: "Glyphicons Halflings";
  font-size: 17px;
  content: "";
  color: #ccc;
  position: relative;
  left: -25px;
  margin: 0px -15px 0px 0px;
}

.faq-panel-container .cp-panel.panel.panel-default {
  border: 0px !important;
  background-color: #fff;
  margin-bottom: 0px;
}

.info-step {
  text-align: center;
  margin-bottom: 20px;
}

.info-step:nth-of-type(2) {
  border: 1px solid #ccc;
  border-top: 0px;
  border-bottom: 0px;
}

.info-step p {
  font-size: 15px;
  line-height: 1.4em;
}

.panel-links {
  margin: 10px 0px 20px;
  padding-right: 30px;
}

.panel-links .btn.btn-primary {
  padding: 10px 30px !important;
  font-size: 17px;
}

/* from auxpages css */
@media screen and (max-width: 1199px) {
  /* #popSearch .ps {
    color: #58ACC0 !important;
  } */

  .ps1 {
    margin-top: 15px;
    padding-top: 30px;
    margin-right: 5px !important;
  }

  .ps2 {
    padding-top: 20px;
  }

  /* Catalog Request max-width: 1199px */
  .panel-catreq {
    margin-left: 0px;
    margin-top: 10px;
  }

  /* LL-2531 - Catalog Request Order Form Redesign max-width: 1199px */
  .panel-catreq .panel-require {
    width: 50%;
    float: right;
    padding-top: 10px;
  }

  /* Store Locator max-width: 1199px */
  .loc-map {
    width: 620px;
    height: 700px;
  }

  /* suspected unused store-well class */
  .store-well img {
    width: 100%;
  }

  /*ePro infomation page*/
  .epro-hero {
    height: 455px;
  }

  .epro-hero-panel {
    height: 455px;
  }

  /* Thank You page max-width: 1199px */
  .thankyou-logo {
    font-size: 38em;
  }



  /* Catalogs and Correlations max-width: 1199px */
  .cncBanner {
    background-image: url("/assets/images/CatalogsCorrelations_banner.jpg");
    width: 1500px;
    height: 320px;
    margin-left: -170px;
  }

  .cncContent {
    margin-top: -170px;
    padding-left: 0px;
  }

  .coupon-container {
    margin-left: 170px;
  }

  /* .coupon-dash {
    margin-left: 203px;
  } */

  /*  District of Columbia Public Schools max-width: 1199px */
  .dcpsgrey {
    width: 300px;
    margin-left: 90px;
  }

  .dcps {
    width: 320px;
    margin-bottom: 15px;
    height: 215px;
  }

  /* LL-5043 - Help Center sidebar updates  */
  li.hc-sidebar-border {
    width: 261px;
  }

  /* END LIVE CHAT ON */
  /* LL-8931 - resources landing page max-width: 1199px */
  .resources-main .landing-border {
    min-height: 445px;
  }

  .resources-sub .landing-border {
    min-height: 445px;
  }

  .resources-main .main-image, .resources-sub .main-image {
    height: 214px;
  }

  /* LL-13228 - services landing page max-width: 1199px */
  .landing-container .landing-border {
    min-height: 465px;
  }

  /* LL-15558 - flex-furniture-landing max-width:1199px */
  /* Flex feature */
  .flex-feature-container {
    background-color: #ededed;
    padding: 40px 0px !important;
  }

  .flex-feature {
    width: 25%;
    margin: 0px;
    display: inline-block;
    padding: 0px 42px;
  }

  .flex-feature img {
    width: 151px;
    border: 1px solid #ccc;
  }

  /* Flex Classroom */
  .flex-classrooms > img:nth-child(2) {
    width: 690px;
  }
}

/* from auxpages css */
@media screen and (max-width: 991px) {
  /* Store Locator max-width: 991px */
  .loc-map {
    width: 600px;
    height: 750px;
  }

  /* suspected unused store-well class */
  .store-well {
    height: 385px;
  }

  /* Thank You page max-width: 991px */
  .thankyou-logo {
    font-size: 30em;
  }

  /*ePro information page*/
  .epro-hero {
    max-height: 450px;
  }

  .epro-hero-panel {
    height: auto;
    padding: 25px 40px;
  }

  /* Catalogs and Correlations max-width: 991px */
  .cncBanner {
    background-image: url("/assets/images/CatalogsCorrelations_banner.jpg");
    width: 1500px;
    height: 320px;
    margin-left: -170px;
  }

  .cncContent {
    margin-top: -170px;
    padding-left: 20px;
    margin-left: -25px;
  }

  /* Career Pages max-width: 991px */
  .career-border-small {
    margin-top: 10px;
  }

  /* Head Start */
  .head-start-headings h2 {
    font-size: 16px !important;
  }

  /* Profile Image in Testimonial section max-width: 991px */
  .testimonial-pl {
    margin-left: -25px;
    margin-right: -15px;
  }

  /* Head Start*/
  .hs-5-col {
    width: 50% !important;
  }

  /* modals max-width: 991px */
  #modal-email-craft .modal-dialog {
    width: 750px;
  }

  #modal-privacy-policy .modal-dialog {
    width: 450px;
  }

  #modal-interactiveint .modal-dialog {
    width: 90%;
  }

  /* Transitional Kinder */
  .tk-col-right {
    padding-left: 15px;
  }

  .tk-image-left {
    padding-left: 0px;
  }

  .tk-image-right {
    padding-left: 0px;
  }

  /*Checkout Help Link Modal max-width: 991px */
  #modal-checkout-help .modal-dialog {
    width: 640px;
  }

  .coupon-container {
    margin-left: 60px;
  }

  /* .coupon-dash {
    margin-left: 93px;
  } */

  /*  District of Columbia Public Schools max-width: 991px */
  .dcpsgrey {
    width: 300px;
    margin-left: 0px;
  }

  .dcps {
    width: 250px;
    height: 200px;
    margin-bottom: 0px;
  }

  /* END LIVE CHAT ON */
  /* LL-2531 - Catalog Request Order Form Redesign max-width: 991px */
  .panel-catreq .panel-body ul.list-group li.list-group-item.inline {
    width: 45%;
    display: inline-block;
    float: none;
    margin-right: 15px;
  }

  .panel-catreq .panel-require {
    width: 50%;
    float: right;
    padding-top: 0px;
  }

  /* LL-13228 - services landing page max-width: 991px */
  .landing-container {
    width: 50%;
  }

  /* LL-8931 - resources landing page max-width:991px */
  .resources-main .main-image, .resources-sub .main-image {
    height: 163px;
  }

  /* LL-15558 - flex-furniture-landing max-width:991px */
  /* Flex Features */
  .flex-feature-container {
    background-color: #ededed;
    padding: 50px 34px 15px !important;
  }

  .flex-feature {
    width: 50%;
    margin: 0px;
    display: inline-block;
    padding: 0px 15px;
    margin-bottom: 30px;
  }

  .flex-feature img {
    width: 296px;
  }

  /* Flex List */
  .flex-page .flex-list .flex-list-text {
    position: relative;
    top: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }

  .flex-page .flex-list .flex-list-text.right {
    padding: 0px 0px 0px 50px;
    right: initial;
  }

  .flex-page .flex-list .flex-list-text.left {
    padding: 0px 20px 0px 25px;
    left: initial;
  }

  /* Flex Classroom */
  .flex-classrooms > img:nth-child(2) {
    width: 480px;
    margin-top: 25px;
  }

  .flex-classrooms > a.btn {
    margin-top: 15px;
  }

  .flex-classrooms > h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* from auxpages css */
@media screen and (max-width: 767px) {
  #modal-outlet .modal-dialog {
    width: 90%;
  }

  .bk-btn-wrap {
    float: left !important;
  }

  .ps0 {
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px !important;
  }

  /* Catalog Request max-width: 767px */
  .panel-catreq {
    margin-left: 0px;
    margin-top: 10px;
  }

  /* Free Crafts For Kids max-width: 767px */
  .fcfk-text {
    text-align: left;
  }

  /* ePro info page*/
  .epro-hero {
    max-height: 280px;
    background-size: 100%;
  }

  /* Product Review max-width: 767px */
  .lblflush-l {
    padding-left: 0px !important;
  }

  .lblflush-r {
    padding-right: 0px !important;
  }

  /* Store Locator max-width: 767px */
  .loc-map {
    width: 480px;
    height: 800px;
  }

  /* suspected unused store-well class */
  .store-well {
    height: auto;
  }

  /* Catalogs and Correlations max-width: 767px */
  .cncBanner {
    background-image: url("/assets/images/CatalogsCorrelations_banner_sm.jpg");
    width: 775px;
    height: 275px;
    margin-left: -30px;
  }

  .cncContent {
    margin-top: 10px;
  }

  /* LL-2531 - Catalog Request Redesign  max-width: 767px*/
  .catReq-itemTitle {
    margin: 20px 0px;
  }

  .catReq-itemTitle span {
    width: 100%;
    display: block;
  }

  .catReq-viewCat-link {
    text-align: left;
  }

  .catReq-itemDesc {
    float: none;
  }

  .catReq-checkbox {
    text-align: left;
    margin-top: 5px;
  }

  /* LL-2531 - Catalog Request Order Form Redesign max-width: 767px */
  .panel-catreq .feat-heading {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .panel-catreq .feat-heading p {
    text-align: center;
  }

  .panel-catreq .feat-heading p span {
    background-color: #F0F0F1;
    padding: 10px;
  }

  .panel-catreq .feat-heading p:before {
    border-top: 1px solid #cccccc;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .panel-catreq .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }

  .panel-catreq .radio {
    padding-left: 0px !important;
  }

  /* Career Pages max-width: 767px */
  .career-border-small {
    margin-top: 10px;
  }

  /* Head Start */
  .head-start-headings h2 {
    font-size: 21px !important;
  }

  /* Profile Image in Testimonial section max-width: 767px */
  .profile-img {
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .testimonial-pl {
    margin-left: -25px;
    margin-right: -15px;
  }

  /* modals max-width: 767px */
  #modal-email-craft .modal-dialog {
    width: 90%;
  }

  #modal-privacy-policy .modal-dialog {
    width: 90%;
  }

  #modal-interactiveint .modal-dialog {
    width: 90%;
  }

  /*Checkout Help Link Modal max-width: 767px */
  #modal-checkout-help .modal-dialog {
    width: 90%;
  }

  /* About Us max-width: 767px */
  .about-border {
    border: 0px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    padding: 20px 0px 0px 0px !important;
  }

  /* Static Coupon Page max-width: 767px */
  .coupon-dash {
    margin-left: 93px;
  }

  /*  ELS - Early Learning Scale max-width: 767px */
  .els-xs {
    display: block !important;
  }

  .els-landscape {
    display: none !important;
  }

  /* Software Organizer Modals max-width: 767px */
  #modal-forpc .modal-dialog {
    width: 600px;
  }

  #modal-formac .modal-dialog {
    width: 600px;
  }

  /*  District of Columbia Public Schools max-width: 767px */
  .dcpsgrey {
    width: 100%;
    margin-left: 0px;
    margin-top: -30px;
  }

  /* School Readiness Pages max-width: 767px */
  .prep-check {
    color: #838587;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
  }

  /* Software Organizer Modals max-width: 767px */
  #modal-forpc .modal-dialog {
    width: 90%;
  }

  #modal-formac .modal-dialog {
    width: 90%;
  }

  /* LL-8931 - resources landing page max-width:767px */
  .resources-main {
    width: 100%;
    margin-right: 0%;
  }

  .resources-sub {
    width: 100%;
  }

  /* LL-8931 - resources landing page max-width:767px */
  .resources-main .main-image, .resources-sub .main-image {
    height: unset;
  }

  /* LL-15558 - flex-furniture-landing max-width:767px */
  /* Flex Main Text */
  .flex-page .flex-main-text {
    padding: 30px 30px !important;
    margin: 0px;
  }

  .flex-page .flex-main-text p {
    font-size: 17px;
    line-height: 26px;
  }

  /* Flex Lists */
  .flex-page .flex-list .flex-list-text {
    padding: 0px 0px;
  }

  .flex-page .flex-list .flex-list-text.right, .flex-page .flex-list .flex-list-text.left {
    padding: 20px 0px 15px 25px;
  }

  /* Flex Features */
  .flex-feature-container {
    background-color: #ededed;
    padding: 20px 5px 0px !important;
  }

  .flex-feature {
    width: 50%;
    margin: 0px 0px 30px;
    display: inline-block;
    padding: 0px 15px;
  }

  .flex-feature img {
    width: 100%;
  }

  /* Flex Classroom */
  .flex-classrooms {
    overflow-x: hidden;
  }

  .flex-classrooms > img:first-child {
    width: 131%;
  }

  .flex-classrooms > img:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }

  .flex-classrooms > a.btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flex-classrooms > a.btn:hover {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flex-classrooms-link {
    width: 100%;
  }

  .panel-catreq .panel-require {
    float: left;
  }

  /* EC-9716 - ropis landing page max-width: 767px*/
  .info-step {
    text-align: center;
    margin-bottom: 20px;
  }

  .info-step:nth-of-type(2) {
    border: 0px solid #ccc;
    border-top: 0px;
    border-bottom: 0px;
  }

  .info-step p {
    font-size: 17px;
  }

  .panel-links {
    margin: 10px 0px 20px;
    padding-right: 15px;
  }

  .panel-links .btn.btn-primary {
    width: 100%;
    padding: 10px 30px !important;
    font-size: 19px;
  }
}

/* LL13193 - SPECIAL BREAKPOINT  MAX-WIDTH: 599px FOR THE PRODUCTS PAGE*/
@media screen and (max-width: 599px) {
  .landing-border .feature-text {
    min-height: initial !important;
  }
}

/* from auxpages css */
@media screen and (max-width: 499px) {
  /* Head Start */
  .hs-5-col {
    width: 100% !important;
  }

  .ps0 {
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px !important;
  }

  /* Catalog Request (max-width: 499px)*/
  .panel-catreq {
    margin-left: 0px;
    margin-top: 10px;
  }

  /* ePro info page*/
  img.epro-logo {
    width: 100%;
  }

  .epro-hero {
    max-height: 200px;
    background-size: 100%;
  }

  /* Free Crafts For Kids (max-width: 499px)*/
  .fcfk-text {
    text-align: left;
  }

  /* Product Review (max-width: 499px)*/
  .shiftleft {
    margin-left: 0px !important;
    width: 100%;
    padding: 10px;
  }

  .lblflush-l {
    padding-left: 0px !important;
  }

  .lblflush-r {
    padding-right: 0px !important;
  }

  /* Catalogs and Correlations (max-width: 499px)*/
  .cncContent {
    margin-top: 10px;
  }

  /* Career Pages (max-width: 499px)*/
  .career-border-small {
    margin-top: 10px;
  }

  /* modals (max-width: 499px)*/
  .form-group.mobile {
    width: 100%;
  }

  /* Profile Image in Testimonial section (max-width: 499px)*/
  .profile-img {
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .testimonial-pl {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* modals (max-width: 499px) */
  #modal-help .modal-dialog {
    width: 90%;
  }

  #modal-wishlist-login .modal-dialog {
    width: 90%;
  }

  #modal-email-craft .modal-dialog {
    width: 90%;
  }

  #modal-interactiveint .modal-dialog {
    width: 90%;
  }

  /*Checkout Help Link Modal (max-width: 499px) */
  #modal-checkout-help .modal-dialog {
    width: 90%;
  }

  /*  ELS - Early Learning Scale */
  .els-xs {
    display: none !important;
  }

  .els-landscape {
    display: block !important;
  }

  /* Profile Image in Testimonial section (max-width: 499px) */
  .profile-img {
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .testimonial-pl {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* modals (max-width: 499px) */
  #modal-help .modal-dialog {
    width: 90%;
  }

  #modal-wishlist-login .modal-dialog {
    width: 90%;
  }

  #modal-email-craft .modal-dialog {
    width: 90%;
  }

  #modal-interactiveint .modal-dialog {
    width: 90%;
  }

  /*Checkout Help Link Modal (max-width: 499px) */
  #modal-checkout-help .modal-dialog {
    width: 90%;
  }

  /*  ELS - Early Learning Scale max-width: 499px*/
  .els-xs {
    display: none !important;
  }

  .els-landscape {
    display: block !important;
  }

  /* LL-2531 - Catalog Request Order Form Redesign max-width: 499px */
  .catReq-catalogs img.img-responsive {
    width: 100%;
  }

  /* LL-13228 - services landing page max-width: 499px */
  .landing-container {
    width: 100%;
  }

  .landing-container .landing-border {
    min-height: unset;
  }

  /* LL-15558 - flex-furniture-landing max-width:499px */
  /* Flex Features */
  .flex-feature {
    width: 100%;
    margin: 15px auto;
    padding: 0px 30px;
  }

  .flex-feature p {
    font-size: 17px;
  }

  /* Flex Classroom */
  .flex-classrooms > h3 {
    font-size: 19px;
  }
}

/* from auxpages css */
@media screen and (max-width: 390px) {
  /* Help Center max-width: 390px*/
  /* .hc-titlesm {
    width: 280px;
  } */

  /* .livechat-online {
    margin-left: 70px;
  } */

  /*Head Start*/
  .hs-icon {
    padding-bottom: 30px !important;
  }

  /* Profile Image in Testimonial section max-width: 390px*/
  .profile-img {
    margin-left: -10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .testimonial-pl {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* Digital Learning */
  .dlbg {
    background-image: url("../assets/images/DLBG.jpg");
    background-repeat: repeat-x;
    padding-top: 30px;
    margin-top: -25px;
  }

  /* LL-2531 - Catalog Request Order Form Redesign max-width: 390px */
  .panel-catreq .panel-head {
    width: 100%;
  }

  .panel-catreq .panel-require {
    width: 100%;
    float: right;
    padding-top: 0px;
  }

  .panel-catreq .panel-require > .small.text-right {
    text-align: left !important;
    padding-left: 15px !important;
  }

  .panel-catreq button.btn-primary {
    width: 100%;
  }

  /* LL-4804 - Catalog Request Order Form Redesign max-width: 390px */
  .feat-heading.catalogs h2 span.longTitle {
    padding: 0px;
  }

  /* LL-14247 - my-ePro-form buttons update */
  #eproform .btn.btn-primary, .epro-hero-panel .btn.btn-primary {
    width: 100%;
  }
}
/* end of css from auxpages css */
/* begin of css from common.css */
div.buckets-gold {
  height: 280px;
  overflow: hidden;
  background: #f3bd3d;
}

div.buckets-blue {
  height: 280px;
  overflow: hidden;
  background: #58acc0;
}

.buckets-img {
  height: 280px;
  overflow: hidden;
}

.spinner-overlay {
  position: fixed;
  display: block;
  top: 0%;
  left: 0%;
  margin-top: -30px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  padding-top: 50%;
  z-index: 9999999;
}

#quick_view_div_zoom_flyout .s7flyoutzoomview {
  width: 320px !important;
}
/* end of css from common.css */

/*
	1. Buttons
 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/assets/images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/assets/images/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/assets/images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  		The idea of animating inner circle is based on Polymer ("material") loading indicator 
  		 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  	*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
/* from default.skin.css */
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/* end css from default-skin.css */

/* begin of the photoswipe.css */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/* end of css from photoswipe.css */


/* begin of css from maps.css */
/* Custom LL CSS */
.marker {
  background-image: url("/assets/images/map-icon-black.png");
  background-size: cover;
  width: 30px;
  height: 36px;
}

.marker .number {
  position: relative;
  top: 5px;
  font-size: 15px;
  width: 30px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.mapboxgl-popup-content {
  background: white;
  color: #333;
  line-height: 1.4;
  padding: 13px 19px;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.mapboxgl-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px 0 0;
  border: none;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  background-color: transparent;
}

.store-pin {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  display: inline-block;
}

/* TomTom maps.css v6.13.0 */
.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}

.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }

  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  -webkit-animation: mapboxgl-spin 2s linear infinite;
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }
}
@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 2px 24px 2px 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 8px 2px 28px;
    border-radius: 12px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }

  .mapboxgl-ctrl-attrib-button {
    display: none;
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
    outline: none;
    top: 0;
    right: 0;
    border: 0;
  }

  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner, .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button {
    display: block;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.mapboxgl-user-location-dot:before {
  content: "";
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale:after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}

.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}

@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.mapboxgl-ctrl {
  transform: none;
}

.mapboxgl-ctrl.mapboxgl-ctrl-group.extended-navigation-group {
  display: flex;
  flex-direction: row-reverse;
}

.mapboxgl-ctrl.mapboxgl-ctrl-group.extended-navigation-group .navigation-button {
  display: block;
  border-top: none;
  box-shadow: none;
}

.mapboxgl-ctrl.mapboxgl-ctrl-group.extended-navigation-group .navigation-button.-hide {
  display: none;
}

.mapboxgl-ctrl.mapboxgl-ctrl-group.extended-navigation-group .navigation-button.-reset {
  background-color: #f2f2f2;
}

.mapboxgl-ctrl.mapboxgl-ctrl-group.extended-navigation-group .navigation-button svg {
  height: 20px;
  width: 20px;
  margin: auto;
}

.mapboxgl-canvas, .mapboxgl-popup-close-button {
  outline: none;
}

/* TomTom Plugin ZoomControls.css v2.1.6 */
.tt-zoom-control {
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  height: 230px;
  position: relative;
  width: 30px;
}

.tt-zoom-control > .tt-zoom-button {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 30px;
  outline: none;
  padding: 0;
  position: relative;
  width: 30px;
}

.tt-zoom-control > .tt-zoom-button:hover {
  background-color: #eee;
}

.tt-zoom-control > .tt-zoom-button--in {
  left: 0;
  position: absolute;
  top: 0;
}

.tt-zoom-control > .tt-zoom-button--in:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSA0LjVoM2ExLjUgMS41IDAgMDEwIDNoLTN2M2ExLjUgMS41IDAgMDEtMyAwdi0zaC0zYTEuNSAxLjUgMCAwMTAtM2gzdi0zYTEuNSAxLjUgMCAwMTMgMHYzeiIgZmlsbD0iIzM2MzYzNiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.tt-zoom-control > .tt-zoom-button--out {
  left: 0;
  position: absolute;
  top: 200px;
}

.tt-zoom-control > .tt-zoom-button--out:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB0cmFuc2Zvcm09InJvdGF0ZSg5MCAyNzMgMjAyLjUpIiB4PSI3MC41IiB5PSI0NjMuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTIiIHJ4PSIxLjUiIGZpbGw9IiMzNjM2MzYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.tt-zoom-control > .tt-zoom-button--in:before {
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.tt-zoom-control > .tt-zoom-button--out:before {
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.tt-zoom-control > .tt-zoom-slider {
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 150px;
  height: 22px;
  transform: translate(-50%, -50%) rotate(-90deg) translate(-50%, 15px);
  background: transparent;
}

.tt-zoom-control > .tt-zoom-slider:focus {
  outline: none;
}

.tt-zoom-control > .tt-zoom-slider, .tt-zoom-control > .tt-zoom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.tt-zoom-control > .tt-zoom-slider::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  width: 150px;
  height: 4px;
  background-color: #e5e5e5;
}

.tt-zoom-control > .tt-zoom-slider::-moz-range-track {
  box-sizing: border-box;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  width: 150px;
  height: 4px;
  background-color: #e5e5e5;
}

.tt-zoom-control > .tt-zoom-slider::-ms-track {
  box-sizing: border-box;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  width: 150px;
  height: 4px;
  background-color: #e5e5e5;
}

.tt-zoom-control > .tt-zoom-slider::-webkit-slider-thumb {
  margin-top: -9px;
  box-sizing: border-box;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  width: 12px;
  height: 22px;
  border-radius: 8px;
  background-color: #7a7e80;
}

.tt-zoom-control > .tt-zoom-slider::-moz-range-thumb {
  box-sizing: border-box;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  width: 12px;
  height: 22px;
  border-radius: 8px;
  background-color: #7a7e80;
}

.tt-zoom-control > .tt-zoom-slider::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  width: 12px;
  height: 22px;
  border-radius: 8px;
  background-color: #7a7e80;
}

.tt-zoom-control > .tt-zoom-slider::-ms-tooltip {
  display: none;
}
/* end of css from maps.css */

/* begin of css from bootstrap-datepicker.css */
/*!
 * Datepicker for Bootstrap v1.5.1 (https://github.com/eternicode/bootstrap-datepicker) 
 * 
 * Copyright 2012 Stefan Petre 
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker-dropdown:after, .datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-top: 0;
  position: absolute;
}

.datepicker {
  padding: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.datepicker-dropdown:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #5aabc0;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #5aabc0;
  color: #fff;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #5aabc0;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th, .input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #5aabc0;
  color: #fff;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #5aabc0;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/* end of css from bootstrap-datepicker.css */

/* begin base-old.css move to base.css */
/* @import url('ls-icons.css');
@import url('auxpages.css');
@import url('common.css');
@import url('default-skin.css');
@import url('photoswipe.css');
@import url('maps.css');
@import url('bootstrap-datepicker.min.css'); */
#onetrust-consent-sdk {
  display: none;
}

/*facebook*/
.fb_iframe_widget {
  display: inline !important;
  position: relative;
  margin-left: 33px;
}

/* LL-4509 - facebook icon on FCFK */
.fb_iframe_widget.fcfk-social-icon {
  margin-left: 5px;
}
a > i {
  display: inline-block;
}
/* anchor tag variations */
a.modalLink:focus {
  text-decoration: none !important;
  color: #007daa;
}

a {
  cursor: pointer;
  color: #007daa;
  outline: none !important;
  text-decoration: none;
}

a.no-link:hover, a.no-link:focus {
  text-decoration: none !important;
}

/* LL-8324 - remove underlines from links */
#main a:hover, 
.modal-body a:hover, 
#main a.line:hover, 
#main a.noline:hover, 
.qo-remove:focus {
  text-decoration: underline;
}

a:hover, 
#main a.noline:hover {
  text-decoration: underline;
  color: #007daa;
}

a.disabled, span.disabled {
  color: #ccc;
  cursor: not-allowed;
}

#cvv-help.order-status.no-link:hover {
  text-decoration: none !important;
}

/*select box IE 10+ hack*/
select::-ms-expand {
  display: none !important;
}

/*select box select color IE*/
select:focus::-ms-value {
  background: #fff;
  color: #020202;
}

/*paragraph classes*/
p {
  margin: 0 0 15px;
}

.largebody {
  font-size: 15px;
  line-height: 19px;
}

.smallbody {
  font-size: 14px;
  line-height: 23px;
}

.bold {
  font-weight: 700;
}

/*Quick View Color Swatches - moved to _settings.colors.scss line 32 */
/* .whiteqv {
  color: #ffffff !important;
  text-shadow: -1px 0 #cccccc, 0 1px #cccccc, 1px 0 #cccccc, 0 -1px #cccccc;
} */

/* LL-12724 - New Yellow Dark Pale Quick View Color Swatches*/
hr {
  border-color: #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
}

.textbox {
  border: 1px solid #CCCCCC;
  padding: 5px 10px;
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.br-blue {
  border: 1px solid #007daa;
}

img.autofill {
  width: 100%;
  margin: 0 auto;
}

.bgcover {
  background-position: center center;
  background-size: cover;
}

dl.row {
  margin-top: 0;
  margin-bottom: 10px;
}

.row > ul {
  margin: 0;
}

.row.tight {
  margin-left: 0;
  margin-right: 0;
}

.row.tight > * {
  padding-left: 0;
  padding-right: 0;
}

.row.narrow {
  margin-left: -8px;
  margin-right: -7px;
}

.row.narrow > * {
  padding-left: 8px;
  padding-right: 7px;
}

li.row {
  margin: 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding: 0;
}

li.row.tight {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

li.row.narrow {
  margin-left: -8px !important;
  margin-right: -7px !important;
}

/* promos */
.banner {
  background: #f0b132;
  color: #020202;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
}

.banner a {
  font-size: 13px;
  text-decoration: underline !important;
  color: #020202;
}

/* header  - some rules on _header-component.scss */
/* begin needed for old header style on b2b custom eai */
#header {
  background: #007daa;
  /* Old browsers */
  color: #777;
  height: 100px;
  position: relative;
  z-index: 1040;
}
/* end of needed for old header style on b2b custom eai */

/* #header a, #header a:hover {
  color: #fff;
} */

/* LL-14300 - checkout header - logo spacing  22px to 17px*/
/* needed for old header style on b2b custom eai */
.header-left {
  padding-top: 25px;
}
/* end of needed for old header style on b2b custom eai */

/* LL-14300 - checkout header - logo spacing  22px to 17px*/
/* begin needed for old header style on b2b custom eai */
.header-right {
  padding-top: 13px;
}
/* end needed for old header style on b2b custom eai */

/* LL-8874 - HEADER PROMO BANNER STYLES - desktop width*/
#header-promo {
  width: 100%;
  height: 40px;
  display: block;
  padding: 10px;
  margin: 0px;
  font-size: 13px;
  background-color: #29568F;
  color: #ffffff;
  text-align: center;
}

/* PDP Sticky Button */
.stickyButton {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
  height: 80px;
  background-color: #fff;
}

.pdp-sticky-hide {
  display: none !important;
}

.pdp-sticky-show {
  display: block !important;
}

/* begin needed for old header style on b2b custom eai */
form.header-search input::-ms-clear {
  display: none;
  /*Hides IE 10+ Clear Field X*/
}

form.form input.form-control::-ms-clear {
  display: none;
  /*Hides IE 10+ Clear Field X*/
}

form.header-search button {
  background: none;
  border: none;
  font-size: 22px;
  position: absolute;
  padding: 0px;
  right: 50px;
  top: 6px;
  outline: none;
}

/*Typeahead*/
.ll-typeahead .ll-autosuggest-container {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 100;
  border-top: 1px solid #ccc !important;
  padding-top: 10px;
}

.ll-typeahead .ll-autosuggest-container hr.light-grey {
  color: #ccc;
  margin: 2px 20px 8px 20px;
}

.ll-typeahead .ll-autosuggest-container .tt-suggestion a {
  text-decoration: none;
  color: #020202 !important;
}

.ll-typeahead .ll-autosuggest-container .left-border {
  border-left: 1px solid #ccc;
}

.ll-typeahead .ll-autosuggest-container.open .tt-right {
  background-color: #ccc;
}

.ll-typeahead #search::-ms-clear {
  display: none;
}

.tt-suggestion.tt-selectable {
  font-size: 14px;
}

.tt-dataset-search-terms i {
  padding-left: 4px;
  padding-bottom: 40px;
  display: block;
}

.autosuggest-content {
  font-size: 13px;
  line-height: 18px;
}

.ll-typeahead button.glyphicon-remove, .ll-typeahead button.icon-search {
  outline: none;
}

/* LL- 9741 - move the close icon to left off of the search icon */
span.ll-typeahead > button.glyphicon-remove::before {
  content: "";
  margin-right: 30px !important;
}

.ll-typeahead {
  width: 600px;
  position: relative;
  display: inline-block;
}

.ll-typeahead .form-control {
  height: 40px;
  background-color: #fff !important;
  border-radius: 20px !important;
  border: none;
  padding: 6px 65px 6px 18px !important;
}

.ll-typeahead input[type=text]:focus, textarea:focus {
  border: 1px solid #ccc;
  border-bottom: 0px !important;
}

.ll-typeahead input[type=text], textarea {
  outline: none !important;
}

.ll-typeahead .icn-search-hvy-rgt.ta-search-icon {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: 200;
}

.ll-typeahead .icn-search-hvy-rgt.ta-search-icon.highlight {
  background-color: #ccc;
}

.tt-left {
  position: absolute;
  left: -1px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  width: 20px;
  height: 20px;
  top: -20px;
  border-top-right-radius: 50%;
}

.tt-right {
  position: absolute;
  right: -1px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  width: 20px;
  height: 20px;
  top: -20px;
  border-top-left-radius: 50%;
}

.tt-menu {
  width: 100%;
  text-align: left;
  border: 1px solid #CCCCCC;
  border-top: 0px !important;
  border-bottom: 3px solid #2D8CAB;
  background: #fff;
  padding: 10px 0px;
}

.tt-highlight {
  cursor: pointer;
}

.tt-dataset > div {
  padding: 3px 5px;
}

.tt-cursor {
  background-color: #eee;
}

.search-header {
  font-size: 14px;
  color: #020202;
  font-weight: 700;
}

.search-header span {
  position: absolute;
  right: 20px;
}

.search-header span a {
  font-size: 14px;
  color: #2D8CAB !important;
  font-weight: 400;
  font-style: italic;
}

.tt-menu .item, .tt-menu .item .item-price {
  font-size: inherit;
  padding: 3px 5px;
  line-height: 18px;
}

.tt-menu .item .item-title {
  margin: 0 0 6px;
  color: #2D8CAB;
}

.tt-menu .item {
  float: left;
}

.tt-content, .tt-price {
  color: #020202;
  font-weight: 400;
}

.tt-menu .col-xs-4 {
  padding: 0px 10px 8px 10px;
}

.tt-menu .col-xs-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tt-dataset.tt-dataset-search-items .col-xs-8 {
  padding: 0px 10px 0px;
}
/* end needed for old header style on b2b custom eai */

/* DEMO ONLY */
.tt-dataset-search-items .tt-suggestion {
  display: none;
}

.tt-suggestion.tt-selectable:hover {
  background-color: #eeeeee;
  cursor: pointer;
}

.hidden-spinner-wheel {
  display: none !important;
}

.mobile-auth {
  padding: 15px;
}

.mobile-auth p {
  font-weight: normal;
}

.mobile-auth a {
  display: inline;
  padding: 0;
  background: none;
  color: #dc0b13;
}

.mobile-auth .form-control {
  font-weight: normal;
}

/* minicart */
.dropdown-menu.minicart {
  width: 280px;
  padding: 15px;
  white-space: normal;
}

.minicart-header {
  color: #020202;
  margin: 0 0 12px;
}

.minicart-header small {
  font-size: 1em;
  color: #838587;
}

.minicart ul.item {
  margin: 0 0 12px;
}

.minicart ul.item-h li {
  padding: 15px 0;
  font-size: 15px;
}

.minicart .item .item-title {
  padding: 0 0 5px;
}

.minicart .item .item-title:hover {
  text-decoration: underline;
}

.minicart .item .item-price {
  font-size: 15px;
  color: #020202;
  padding: 0 0 5px;
}

.minicart .item .item-price.sale {
  font-size: 15px;
  color: #ed1c24;
  padding: 0 0 5px;
}

.minicart .item .item-price.del {
  font-size: 15px;
  color: #020202;
  padding: 0 0 5px;
  text-decoration: line-through;
}

.minicart .item .item-qty {
  text-transform: uppercase;
  font-size: 13px;
}

.minicart .item .row.tight > div:last-of-type {
  padding-left: 15px;
}

.minicart-total {
  color: #020202;
  padding-top: 10px;
}

/* begin global breadcrumb styling */
.breadcrumb {
  padding: 22px 0px 19px 0px;
  margin: 0;
  background: none;
  font-size: 11px;
  border-radius: 0;
}

.breadcrumb > li + li:before {
  width: 0;
  height: 0;
  margin-left: 5px;
  overflow: hidden;
  display: inline-block;
  border-left: 4px solid #ed1c24;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.breadcrumb li a {
  color: #020202 !important;
  text-decoration: none !important;
}

.breadcrumb li a:hover {
  text-decoration: underline !important;
}

.breadcrumb > .active {
  color: #020202;
  font-weight: bold;
}

.breadcrumb li:last-child a:hover {
  text-decoration: none !important;
  cursor: default;
}
/* end global breadcrumb styling */

/* begin suspected unused class subnav */
ul.subnav {
  padding: 0;
  margin: 0px 0px 0px -15px;
  background: none;
  font-size: 13px;
}

ul.subnav a {
  color: #020202;
}

ul.subnav li {
  display: inline;
  list-style: none;
}

#main ul.subnav li a:link {
  padding: 20px 17px 0px;
  display: inline-block;
  text-decoration: none;
}

#main ul.subnav li a:hover {
  text-decoration: underline;
}

ul.subnav li.active {
  position: relative;
}

ul.subnav li.active a:after {
  content: "";
  width: 75%;
  height: 3px;
  background: #2d7fb1;
  position: absolute;
  left: 0;
  bottom: -7px;
  right: 0;
  margin: auto;
}
/* end suspected unused class subnav */

.checkbox.profile input[type=checkbox] {
  margin-left: -25px;
}

.checkbox.profile label {
  padding-left: 25px;
}

/* begin global footer */
#footer {
  background: #f8f8f8;
  font-size: 13px;
  line-height: 1.2;
  padding: 30px 0 10px;
  border-top: 4px solid #e23a41;
  margin-top: 20px;
}

#footer a {
  color: #020202;
}

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

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer li {
  margin: 0 0 8px;
  list-style: none;
  line-height: 18px;
}

#footer p {
  margin: 0 0 6px;
}

/* LL-15290 - footer social-links updates - 3col design max- width: > 1200px */
#footer-links {
  background-color: #f8f8f8;
  padding: 0px;
  margin-bottom: 0;
  transition: margin-bottom 1.5s ease-in-out;
  position: relative;
}

#footer-links:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 1px;
  height: 1px;
}

#footer-links.greenDot:after {
  background: green;
}

#footer-links.blueDot:after {
  background: blue;
}

#footer-links p {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 3px;
}

#footer-links p a {
  color: #020202;
}

#footer-links p a:hover {
  text-decoration: underline !important;
}

#footer-links p.footerpromo {
  font-size: 11px;
  color: #666666;
}

#footer-links p.footerpromo a {
  border-bottom: 1px solid #aaaaaa;
  color: #666666;
}

#footer-links p.footerpromo a:hover {
  text-decoration: none !important;
}

/* LL-15290 - footer social-links updates margin-bottom to 0px  -  LL-12917 - footer updates - 3col design  -  LL-4310 - footer reformat max-width: >1200px */
.footer-links {
  width: 60%;
  float: left;
  padding: 0px 0px 0px 15px;
  margin-bottom: 0px;
}

.footer-col {
  width: 30%;
  height: 100%;
  padding-left: 30px;
}

.footer-col:first-child {
  width: 60%;
}

.footer-col:last-child {
  width: 40%;
  padding-left: 30px;
  padding-bottom: 20px;
}

.footer-col span.liveChatOn::after {
  background: url(/assets/images/live-chat.svg);
  background-size: 20px 20px;
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
}

.footer-col span.liveChatOn a {
  color: #007daa !important;
}

#footer .live-chat-wrapper {
  white-space: nowrap;
  position: relative;
}

#footer .live-chat-wrapper .live-chat-link {
  cursor: pointer;
}

#footer .live-chat-wrapper .live-chat-link:focus-visible {
  outline: none;
}

#footer .live-chat-wrapper .talkative-online {
  color: #007daa;
  cursor: pointer;
}

#footer .live-chat-wrapper .talkative-online:hover, #footer .live-chat-wrapper .talkative-online:focus {
  text-decoration: underline !important;
}

#footer .live-chat-wrapper .talkative-online::after {
  background: url(/assets/images/LakeshoreSprites_v12.svg) 80px -80px/200px 200px;
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
}

.footer-contact {
  width: 40%;
  padding-left: 30px;
  float: left;
  margin-bottom: 0px;
}

div.footer-contact > .row div:last-child {
  clear: both;
}

#footer p.footer-mobile {
  position: relative;
  margin-bottom: 15px;
  padding-top: 5px;
}

#footer p.footer-mobile a {
  text-decoration: underline !important;
}

#footer p.footer-mobile span {
  line-height: 1.4em;
}

#footer .icon-mobile {
  font-size: 18px;
  position: absolute;
  left: 2px;
  top: -2px;
}

/* #footer ul.footer-social li {
  display: inline;
  margin: 0 6px;
  font-size: 20px;
}

#footer ul.footer-social a {
  color: #838587;
  text-decoration: none;
}

#footer ul.footer-social a:hover {
  color: #020202;
} */

#footer .footer-social a {
  color: #f8f8f8;
  font-size: 33px;
  margin-right: 8px;
  padding: 2px;
  float: left;
  width: 29px;
  height: 29px;
  display: inline-block;
}

#footer .footer-social a:hover {
  color: #f8f8f8;
  text-decoration: none;
}

.footer-social a img {
  width: 28px;
}

#footer .footer-contact .icon-footer-mail {
  font-size: 17px;
  color: #007daa;
  float: left;
  margin-right: 12px;
  position: relative;
  top: 4px;
}

#footer .footer-contact .text-terms span.icon-footer-mail {
  margin-right: 0px;
}

#footer .footer-contact .icon-footer-text {
  font-size: 21px;
  color: #007daa;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

#legal {
  padding: 10px 0;
  font-size: 11px;
}

#legal .container .footer-social {
  text-align: right;
  padding-top: 10px;
}

ul.legal-icons {
  margin: 0;
  padding: 0;
  position: relative;
  top: -7px;
  left: -4px;
}

ul.legal-icons li {
  list-style: none;
  display: inline;
  margin: 0 4px;
}

ul.legal-icons img.accred {
  width: 55px;
  margin-bottom: 0px;
}

ul.legal-icons img.commerce {
  width: 70px;
  margin-bottom: 0px;
}
/* end global footer  lines 6990 - 7278 */

/* section */
section {
  margin: 0 0 30px;
}

/* carousel */
a.carousel-nav {
  position: absolute;
  height: 100%;
  top: 0;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

a.carousel-nav.slick-disabled {
  color: #fff;
  cursor: default;
}

a.carousel-prev {
  left: -20px;
  z-index: 10;
}

a.carousel-next {
  right: -20px;
  z-index: 10;
}

a.carousel-nav span {
  position: relative;
  top: 36%;
  transform: translateY(-50%);
}

/* begin global item */
.item:not(.furnitureslide), ul.item:not(.furnitureslide) {
  font-size: 14px;
  line-height: 18px;
}

ul.item li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main .item a:link {
  color: #007daa;
  text-decoration: none;
}

.item .item-price, .item .item-qty {
  font-size: 14px;
  line-height: 18px;
  color: #020202;
}

.item .item-price ins {
  color: #ed1c24;
  text-decoration: none;
}

.item .item-price del {
  text-decoration: none;
  color: #020202;
  font-size: 0.86em;
  line-height: 18px;
  display: block;
}

.item .item-sku {
  font-weight: normal;
  color: #020202;
  font-size: 13px;
}

.item-flag {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
}

.item-v {
  padding: 0 10px;
  text-align: center;
}

.item-v a.item-link, .item-h a.item-link {
  display: block;
  padding: 20px 20px 0px;
  position: relative;
  border: 1px solid #fff;
  border-bottom: 3px solid #fff;
  outline: none;
}

.item-v a.item-link:hover, .item-h a.item-link:hover {
  text-decoration: none;
}

.item-v img.item-img {
  display: block;
  margin: 0 0 12px;
}

.item-v .item-flag {
  left: 10px;
  top: 10px;
}

ul.item-h {
  border-top: 1px solid #ddd;
}

ul.item-h > li {
  border-bottom: 0px solid #ddd;
}

.item-h .item-title {
  padding: 25px 0 0;
  margin: 0;
}

.item-h .item-price, .item-h .item-qty {
  padding: 15px 0;
}

.item-h .input-group.item-qty {
  padding: 5px 0;
}

.item-h .item-flag {
  left: 5px;
  top: -10px;
}

input.item-qty, .input-group.item-qty {
  max-width: 80px;
  margin: 0 auto;
}

.item-qty-edit {
  width: 80px;
  text-align: center;
}

.item-qty-edit a {
  font-size: 12px;
}

.item-qty-edit .select-wrap {
  width: 70%;
}

.item-rating {
  color: #ccc;
}
/* end global item */


/* unused class frcarousel, fritem-v  - free resources carousel items */
/* .frcarousel {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.fritem-v {
  width: 84px !important;
  padding: 0px;
  text-align: center;
  margin: 0px 12px;
}

.fritem-v a.item-link, .item-h a.item-link {
  display: block;
  padding: 6px;
  position: relative;
  border: 1px solid #fff;
  border-bottom: 3px solid #fff;
  outline: none;
}

.fritem-v a.item-link:hover, .item-h a.item-link:hover {
  border-color: #CCCCCC;
  border-bottom-color: #2D8CAB;
  text-decoration: none;
}

.fritem-v img.item-img {
  display: block;
  margin: 0px;
  width: 70px;
} */

/* items - cart */
.item-cart img.item-img {
  max-width: 200px;
  margin: 0 auto;
}

.item-cart .item-price, .item-cart .item-qty {
  padding: 0;
}

/* .paypalbutton {
  cursor: pointer;
} */

.item-cart .item-price.red, .item-cart .item-price.grey, .item-cart .item-price.green {
  display: inline;
  margin-right: 5px;
}

/* items - wishlist */
.header-wishlist {
  padding-right: 0px;
}

ul.item-wishlist {
  border-top: none;
  margin: 0;
  padding: 0;
}

ul.item-wishlist > li {
  padding: 30px 0;
  font-size: 14px;
  position: relative;
}

ul.item-wishlist > li.empty {
  padding: 30px 0px 30px 0px;
  font-size: 15px;
  position: relative;
}

.item-img-column {
  padding-right: 15px !important;
}

/* ul.item-wishlist button.item-added {
  position: absolute;
  top: 30px;
  right: 0;
} */

ul.item-wishlist div.item-actions {
  padding-right: 0px;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
}

ul.item-wishlist .item-title {
  padding: 0;
}

ul.item-wishlist .item-price, ul.item-wishlist .item-qty {
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  color: #020202;
}

ul.item-wishlist .item-qty-edit {
  margin: 0 auto;
}

ul.item-wishlist .item-price {
  margin-top: 10px;
}

ul.item-wishlist label {
  font-size: 14px;
}

ul.item-wishlist .item-sku {
  font-weight: normal;
  color: #020202;
  font-size: 13px;
}

.item-quickview-qty .select-wrap {
  width: 60px;
}

ul.wishlist-manage {
  list-style-type: none;
}

ul.item-wishlist #dropdownShipping {
  color: #020202;
}

.pers-entry > span {
  color: #ea2431;
}

ul.account-list.wishlist-move li:last-child {
  padding-bottom: 15px;
}

/* moved to the _add-to-list-modal.scss for radio-indicator style update */

/* unused class wishlist-trigger, wishListAffix */
/* .wishlist-trigger.wishListAffix.affix-top, .manage-trigger.wishListAffix.affix-top {
  position: fixed !important;
  bottom: 0px !important;
}

.wishlist-trigger.wishListAffix.affix, .manage-trigger.wishListAffix.affix {
  position: fixed !important;
  width: 50% !important;
  bottom: 0px !important;
  top: 93% !important;
}

.wishlist-trigger.wishListAffix.affix-bottom, .manage-trigger.wishListAffix.affix-bottom {
  position: fixed !important;
  bottom: 580px !important;
}

.wishlist-list.wishListAffix.affix-top {
  position: static !important;
  bottom: 0px;
}

.wishlist-list.wishListAffix.affix {
  position: static !important;
  width: 25% !important;
  bottom: 0px;
  top: 93%;
}

.wishlist-list.wishListAffix.affix-bottom {
  position: static !important;
  bottom: 0px;
}

.wishlist-manage-list.wishListAffix.affix-top {
  position: fixed !important;
  bottom: 0px !important;
}

.wishlist-manage-list.wishListAffix.affix {
  position: fixed !important;
  width: 100% !important;
  bottom: 0px !important;
  top: 93% !important;
}

.wishlist-manage-list.wishListAffix.affix-bottom {
  position: fixed !important;
  bottom: 610px !important;
} */

a.delete {
  display: inline-block;
  border: 1px solid #cdcccc;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}

a.delete i {
  position: relative;
  top: 48%;
  transform: translateY(-50%);
  line-height: 1;
  padding-left: 2px;
}

/* items - giftwrap */
/* ul.item-wishlist.giftWrapList > li {
  padding: 30px 0px 30px 0;
  font-size: 15px;
  position: relative;
}

ul.item-wishlist.giftWrapList > li > div.giftWrapAlert {
  border-top: 1px solid #ccc;
  padding-top: 20px !important;
}

ul.item-wishlist.giftWrapList li.show {
  padding-top: 0px !important;
}

ul.item-wishlist.giftWrapList li:first-child {
  padding-top: 15px;
}

ul.item-wishlist.giftWrapList > li.gift-edit-list {
  padding: 0px;
  font-size: 14px;
  position: relative;
  border-bottom: 0px;
}

ul.item-wishlist.giftWrapList label {
  font-size: 14px;
  width: 27px;
}

ul.item-wishlist.giftWrapList .pers-fields {
  margin-top: 10px;
}

.giftWrap-warning {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  margin-top: 10px;
} */

/* unused class feature */
/* .feature > .row {
  border: 1px solid #F0F0F1;
  position: relative;
}

.feature > .row > div:first-child {
  padding: 20px;
}

.feature h2 {
  margin: 0 0 20px;
}

.feature .bgcover {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
} */

/* callouts used on PageContent-Section.html */
.callouts a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

.callouts a .callouts-title {
  background: #c8c8c8;
  background: rgba(200, 200, 200, 0.8);
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  padding: 20px;
}

.callouts a:hover .callouts-title {
  background: #ed1c24;
  background: rgba(237, 28, 36, 0.9);
}

/* buckets used on PageContent-Section.html */
.buckets {
  color: #fff;
}

.buckets div.row > div {
  background: #000;
  height: 280px;
  overflow: hidden;
}

.buckets div.row > div.buckets-gold {
  background: #f3bd3d;
}

.buckets div.row > div.buckets-blue {
  background: #58acc0;
}

.buckets-text {
  padding-top: 30px;
  height: 200px;
  position: relative;
}

.buckets h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
}

.buckets p {
  font-weight: bold;
}

.buckets-btn {
  position: relative;
}

.buckets-btn a.btn {
  width: 150px;
  text-align: center;
}

.buckets-img .bgcover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.buckets form.buckets-locate {
  background: #37779b;
}

form.buckets-locate > div:first-child {
  text-align: right;
  padding: 20px 10px;
}

form.buckets-locate > div:last-child {
  text-align: left;
  padding: 27px 10px;
}

form.buckets-locate label {
  font-size: 30px;
  font-weight: 300;
  position: relative;
}

form.buckets-locate label i {
  font-size: 40px;
  position: absolute;
  left: -45px;
}

form.buckets-locate .form-control {
  border: none;
  width: 140px;
  background: #2f6584;
  color: #fff;
}

form.buckets-locate span.buckets-locate-or {
  margin: 0 5px;
  text-transform: uppercase;
}

form.buckets-locate ::-webkit-input-placeholder {
  color: white !important;
}

form.buckets-locate :-moz-placeholder {
  color: white;
}

form.buckets-locate ::-moz-placeholder {
  color: white;
}

form.buckets-locate :-ms-input-placeholder {
  color: white;
}

form.buckets-locate ::-ms-input-placeholder {
  color: white;
}

form.buckets-locate :placeholder-shown {
  color: white !important;
}

/* account */
.account .account-header {
  padding-bottom: 0;
}

.account-landing > .row {
  padding-bottom: 14px;
}

.account-callouts ul, .account-callouts p {
  padding: 0;
  margin: 0;
}

.account-callouts li {
  font-weight: 600;
  list-style: none;
  margin: 0 0 12px;
}

.table td.account-edit, .table td.account-assign {
  padding: 0;
  padding-top: 1px;
}

.account-edit-box {
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: -1px -20px;
  padding: 20px;
}

/* .account-sort .pagination {
  margin: 0 auto;
} */

.account-scroll {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 -20px;
  padding: 20px;
  max-height: 300px;
  overflow: auto;
}

.account-new-left {
  padding-right: 30px;
}

.account-new-right {
  border-left: 1px solid #ccc;
  padding-left: 30px;
}

.profile-block {
  margin: -20px 0;
  position: relative;
}

.profile-block-close {
  position: absolute;
  right: 15px;
  top: 15px;
  text-decoration: none;
}

.account-select {
  text-align: right;
  clear: right;
}

/* .order-history .pageNavContainer .pagination {
  display: block;
} */

/* rules on _my-profile.scss */
/* .register-radio .radio label {
  padding-left: 0;
}

.register-radio .radio input {
  margin-left: 0;
} */

ul.account-list {
  border: 1px solid #ccc;
  padding: 0 15px;
  margin: 0;
}

ul.account-list li {
  border-top: 1px solid #ddd;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.f-style ul.account-list li {
  border-top: 1px solid #d8d8d8;
}

.f-style hr{
  border-color: #d8d8d8;
}

ul.account-list li:first-child {
  border-top: none;
}

ul.account-list li.active {
  background: #eee;
  border-bottom: 1px solid #ddd;
  margin: 0 -15px -1px !important;
  padding-left: 15px;
  padding-right: 15px;
}

ul.account-list .account-edit-box {
  margin: -11px -15px;
  padding: 15px;
}

ul.account-list .acc-edit-xs {
  display: none;
  margin: 0;
  padding: 0;
}

ul.account-list.wishlist-move {
  margin: 0 -20px;
  border: none;
}

.new-styles ul.account-list.wishlist-move {
  margin: 0px;
  border: none;
  padding: 0px;
}

ul.account-list.wishlist-move li:first-child {
  padding-top: 0;
}

ul.account-list.wishlist-move li:last-child {
  position: relative;
  min-height: 46px;
}

ul.account-list.wishlist-move .account-edit-box {
  position: absolute;
  left: 0;
  right: 0;
}

.wishlist-title-bar h2 {
  margin-bottom: 10px;
}

.wishlist-title-bar .wishlist-options {
  padding: 5px 15px;
  text-align: right;
}

ul.item-wishlist li {
  border-bottom: 1px solid #ccc;
}

ul.giftOptions li:last-child {
  border-bottom: 0px solid #ccc;
}

td.on {
  display: table-cell;
}

td.off {
  display: none;
}

.header {
  font-weight: bold;
  margin-bottom: 10px;
}

/* account summary */
/* rules included in the _my-account.scss account summary */
/* .account-summary-item {
  position: relative;
  height: 150px;
  background-color: #ffffff;
  margin-bottom: 30px;
  border: 1px solid #a0a0a0;
}

.account-summary-item:hover {
  background-color: #f8f8f8 !important;
}

.account-summary-item h2, .account-summary-item p {
  color: #020202;
}

.acct-summary-item-img {
  position: absolute;
  top: 25%;
  left: 25px;
  width: 75px;
}

.acct-summary-item-title {
  position: absolute;
  top: 30%;
  left: 125px;
}

.acct-summary-item-title h2 {
  margin-bottom: 0px !important;
} */

.account-header .mainTitle {
  width: 75%;
}

/* LL-10364 - Order History Modal Trigger Style  max-width:  > 1200px*/
a.order-status::before {
  font-family: "ls-icon", "Gotham Book", sans-serif !important;
  font-size: 15px;
  content: "\e927";
  color: #181818;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}

a.order-status:hover {
  text-decoration: none !important;
}

a.order-status.od-rowHeader {
  display: none;
}

#orderStatus-edit-area {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 20px;
}

/* LL-10364 - Account Order History modal max-width:  > 1200px */
#modal-order-status ul.no-marker li {
  margin-bottom: 5px;
}

#modal-order-status ul.no-marker li span {
  font-weight: 700;
}

/* LL-6454 - Account Edit Box Default Fix max-width: 1200px */
.account-edit-box .account-default-text {
  text-align: right;
}

/* cart */
.item-cart-image {
  max-width: 120px;
}

#cartItems a:link {
  text-decoration: none;
}

#cartItems a:hover {
  text-decoration: underline !important;
}

.cartItemsWrapper {
  margin-top: 50px;
}

div#cartItems.emptyCart {
  width: 100% !important;
}

/* move to _shopping-cart.scss - EC-5721 - ROPIS-cart-order-summary min-width > 1200px */
/* ul.order-cart-summary.checkout-list {
  list-style: none;
  padding: 0px;
  background-color: #f3f3f3;
  border-radius: 4px;
}

ul.order-cart-summary.checkout-list li:first-child {
  padding: 0px;
}

ul.order-cart-summary.checkout-list li {
  padding: 15px 20px;
}

ul.order-cart-summary.checkout-list li.subtotalAmount {
  padding-bottom: 0px !important;
}

ul.order-cart-summary.checkout-list li.subtotalDetail {
  padding-top: 0px !important;
  line-height: 1em;
}

ul.order-cart-summary.checkout-list li.cartCoupon {
  padding: 0px 20px 5px !important;
}

.order-cart-summary .order-summary-title {
  background-color: #ffffff;
  padding: 5px 20px 10px !important;
  border-bottom: 2px solid red;
}

.order-cart-summary .order-summary-title h4 {
  font-size: 22px;
} */

ul.order-cart-category {
  padding: 15px;
  line-height: 1.4em;
}

ul.order-cart-category:not(:first-child) {
  border-top: 1px solid #ccc;
}

ul.order-cart-category:last-child {
  padding-bottom: 6px;
}

ul.order-cart-category li:first-child {
  margin-bottom: 10px;
}

ul.order-cart-category li {
  padding: 5px 0px !important;
}

ul.order-cart-summary.checkout-list li.delivery-method-subtotal {
  padding: 0px 20px;
}

#cartItems div.price-detail {
  display: inline;
}

.order-info h4 {
  margin-top: 20px;
}

/*LL-6318 subtotal display for tablets*/
.shopmid {
  text-align: right !important;
}

.shopmidSubTotal {
  text-align: right !important;
}

.shopmid a.shop {
  text-align: right !important;
  padding-right: 0px;
}

.shopmid a.move {
  text-align: left !important;
  padding-left: 0px;
}

.shopMoveDivide {
  display: inline !important;
  padding: 0px;
}

/* LL-10861 - remove sticky nav function from Cart*/
#cartAffix {
  width: 263px;
  top: 20px;
  float: left;
  background-color: #ffffff !important;
}

#cartAffixEmpty {
  position: static !important;
  width: 263px;
  float: right;
}

#cartAffixOnePage {
  position: fixed !important;
  width: 263px;
  top: 20px;
  float: right;
}

/* LL-11276 - shopping cart Order Summary updates  max-width: >1200px */
.orderSummaryCheckout .couponConfirm {
  padding: 0px !important;
}

.orderSummaryCheckout .couponConfirm p.small.red {
  margin-bottom: 0px !important;
}

.orderSummaryCheckout {
  margin-top: 10px;
}

/* Communication Preferences */
div.cp-panel.panel.panel-default {
  border: 0px !important;
  background-color: #fff;
  margin-bottom: 20px;
}

div.cp-panel.panel.panel-default > .panel-heading {
  border: 0px !important;
  background-color: #fff;
}

p.panel-title {
  font-family: inherit;
  font-size: 15px;
  color: #020202;
  position: relative;
  padding: 0px;
  font-weight: normal !important;
  margin-left: 25px;
}

div.cp-panel.panel.panel-default > .panel-heading {
  padding: 0px !important;
}

p.panel-title:not(.trackingNumber) > a:link::before, 
p.panel-title:not(.trackingNumber) > a.accordian.collapsed:link::before, 
p.panel-title:not(.trackingNumber) > a.accordian:link::before {
  font-family: 'ls-icon' !important;
  font-size: 22px;
  content: "\e93e";
  color: #ccc;
  position: relative;
  margin: 0px 5px 0px -25px;
}

p.panel-title:not(.trackingNumber) > a.accordian:link::before {
  font-family: 'ls-icon' !important;
  font-size: 22px;
  content: "\e934";
  color: #007daa;
  position: relative;
  margin-right: 5px;
}

a.accordian:link, a.accordian:hover {
  text-decoration: none !important;
  color: #020202;
}

div.comm-prefs a.emailSignup, div.comm-prefs a.emailUnsubscribe, div.comm-prefs a.mailChange, div.comm-prefs a.mailRemove {
  width: 100%;
  margin: 0px;
  background-color: #fff !important;
  text-align: left;
  color: #020202;
}

h2.email-pref::before {
  content: url(/assets/images/email-pref-icon.gif);
  vertical-align: top;
  margin-right: 10px;
}

h2.mail-pref::before {
  content: url(/assets/images/mail-pref-icon.gif);
  vertical-align: top;
  margin-right: 10px;
}

h2.mobile-pref::before {
  content: url(/assets/images/mobile-pref-icon.gif);
  vertical-align: top;
  margin-right: 10px;
}

h2.mail-pref, h2.mobile-pref {
  line-height: 70px;
  white-space: nowrap;
  margin-bottom: 0px;
}

h2.email-pref {
  line-height: 45px;
  white-space: nowrap;
}

form.form-left {
  padding-right: 30px;
}

form.form-right {
  padding-left: 30px;
}

.cartCoupon {
  padding: 0px !important;
  margin: 0px !important;
}

.item-cart .item-quickview-qty {
  max-width: 60px;
  text-align: center;
}

.cartAlert .dropdown-menu {
  max-width: 230px;
  left: 0px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-right: 20px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px #bbbbbb;
}

.cartAlert .dropdown-menu .dropdown-caret {
  display: none;
  position: absolute;
  left: 33px;
  top: 162px;
  height: 14px;
  width: 100%;
  background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
}

.cartAlert .dropdown-menu2 {
  max-width: 230px;
  left: 0px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-right: 20px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px #bbbbbb;
}

.cartAlert .dropdown-menu2 .dropdown-caret {
  display: none;
  position: absolute;
  left: 33px;
  top: 145px;
  height: 14px;
  width: 100%;
  background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
}

.cartAlert .dropdown-menu3 {
  max-width: 230px;
  left: 0px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-right: 20px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px #bbbbbb;
}

.cartAlert .dropdown-menu3 .dropdown-caret {
  display: none;
  position: absolute;
  left: 160px;
  top: 95px;
  height: 14px;
  width: 100%;
  background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
}

.cartAlert .dropdown-menu4 {
  max-width: 230px;
  left: -30px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-right: 20px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px #bbbbbb;
}

.cartAlert .dropdown-menu4 .dropdown-caret {
  display: none;
  position: absolute;
  left: 160px;
  top: 95px;
  height: 14px;
  width: 100%;
  background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
}

.cartAlert .dropdown-addressAlert {
  max-width: 230px;
  left: 0px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-right: 20px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px #bbbbbb;
}

.cartAlert .dropdown-addressAlert .dropdown-caret {
  display: none;
  position: absolute;
  left: 33px;
  top: 84px;
  height: 14px;
  width: 100%;
  background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
}

.dropup ul.dropdown-menu button.icon-close {
  display: none;
  position: absolute;
  right: -10px;
  top: -10px;
}

.dropup.cartAlert .dropdown-toggle img {
  width: 20px;
}

div.dropup.cartAlert.small a#dropdownAlertMenu {
  font-size: 12px !important;
  color: #020202 !important;
}

#dropdownAlertMenu span.glyphicon.glyphicon-question-sign.grey {
  display: inline;
}

/*Cart edit areas*/
.pers-edit-area .form-inline .form-control {
  display: inline-block;
  vertical-align: baseline;
  width: auto;
}

strong[data-bind="html: prefix"] {
  float: left;
  margin-right: 5px;
}

strong[data-bind="html: postfix"] {
  margin-left: 5px;
}

div.gift-fields-desc {
  width: 118px !important;
}

div.gift-fields-entry {
  width: 62%;
  max-width: 290px;
  min-width: 245px;
}

div.gift-fields-entry span, font.gift-fields-entry span {
  color: #ea2431;
}

div.gift-fields-entry.status {
  padding-left: 0;
}

div.pers-edit-area .form-inline .row.narrow:last-child > div.col-sm-6.text-right {
  width: 100%;
}

.est-delivery {
  line-height: 25px;
  font-style: normal;
  margin-left: 5px;
  margin-bottom: 10px;
  padding-top: 5px;
}

.fs-italic {
  font-style: italic;
}

.modal-dialog.modal-cartAddty {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  top: unset;
  width: 450px !important;
}

/* old added to cart modal */
.header-cartAddty {
  padding-right: 0px !important;
}

ul.item-cartAddty {
  border-top: none;
}

ul.item-cartAddty > li {
  font-size: 15px;
  padding: 0px;
  position: relative;
}

ul.item-cartAddty .item-img-column, ul.item-wishlist .item-qty-column {
  position: static;
}

ul.item-cartAddty .item-price, ul.item-wishlist .item-qty {
  text-align: center;
  font-size: inherit;
  font-weight: normal;
  color: #020202;
}

ul.item-cartAddty .item-price {
  padding: 0px 7px 0px 8px;
}

ul.item-cartAddty .item-title {
  padding: 0;
}

ul.item-cartAddty .item-sku, ul.item-cartAddty .item-qnty {
  color: black;
  font-weight: normal;
  font-size: 14px;
}

button.btn-success.btn-cartaddty, button.btn-info.btn-cartaddty {
  width: 100%;
  max-width: 190px;
  font-size: 16px;
  padding: 4px 12px;
  font-weight: 400;
  outline: none;
}

/*homepage*/
/* EC-10377-homepage-takeover-css-to-make-all-children of .container2 be 100% wide max-width > 1200px */
.container2 {
  width: 100%;
}

/* homepage-takover slot */
.container2 a.homepage-takeover {
  height: unset;
  width: 100%;
  z-index: 1000;
  text-decoration: none !important;
  display: block;
}

.container2 section {
  width: 100%;
  max-width: 1500px;
  margin: 0px auto;
  padding: 0px;
}

.container2 section.masthead {
  width: 100%;
  max-width: none;
  padding: 0px;
}

.container2 section.masthead .carouselbanner {
  width: 100%;
  max-width: 1500px;
  margin: 0px auto;
}

.container2 .feat-heading, .container2 .masthead .featured-slot {
  width: 100%;
  max-width: 1500px;
  margin: 0px auto 20px;
  padding: 0px;
}

.container2 .featured-slot {
  width: 100%;
  max-width: 1500px;
  margin: 20px auto;
  padding: 0px;
}

/* LL-18163 - homepage featured resources slots update */
.featured-resource-mobile-container {
  display: none;
}

.featured-resource {
  text-align: center;
}

.featured-resource .item-img {
  max-width: 190px;
  opacity: 1;
}

.featured-resource .item-img:hover {
  opacity: 0.7;
}

.featured-resource h2 {
  font-family: "Gotham Bold", sans-serif;
  font-size: 20px !important;
  line-height: 20px;
  margin: 10px 0px;
}

/*homepage featured slots*/
.featured-slot a:hover {
  text-decoration: none !important;
}

.featured-slot h2 {
  margin-bottom: 5px;
  color: #fff;
}

.featured-slot p {
  margin-bottom: 0px;
  color: #fff;
}

.featured-slot p a {
  color: #fff;
  text-decoration: underline !important;
}

.featured-slot .heroImage {
  margin: 20px auto;
}

.featured-slot .heroImage a.save-nav .carousel-inner a:hover .item-title {
  text-decoration: underline;
}

/* Product Detail Page */
.contentWidth {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.review-entry {
  margin-bottom: 15px;
}

.review-entry p {
  font-size: 14px;
  margin-bottom: 0px;
}

.review-entry .btn-review {
  background-color: #fff !important;
  border: none;
  color: #007daa;
  font-size: 13px;
  font-weight: normal !important;
  margin-left: 15px;
  opacity: 1;
  padding: 0;
  vertical-align: text-bottom;
}

.review-entry .btn-review:hover {
  text-decoration: underline;
}

.review-accred {
  margin-top: 10px;
}

.review-accred img {
  width: 115px;
}

.review-title br {
  display: none;
}

.review-title .item-rating {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 10px;
}

#llReviews .review-helpful {
  font-size: 13px;
}

.reviewCheck {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.pdp-stars, .pdp-reviewstars {
  position: relative;
  top: 2px;
  margin-right: 0px;
  display: inline-block;
}

.glyphicon-star {
  font-size: 18px;
  top: 4px;
}

.pdp-reviewdate {
  font-size: 13px;
}

a.write-review {
  font-size: 14px;
}

a.write-review.btn-primary {
  width: 165px;
  border-radius: 4px;
}

/* .pdp-pagination .pagination {
  margin: 0 auto;
} */

/* .pdp-pagination {
  border-top: none;
} */

.pdp-form .form-group {
  display: inline-block !important;
  margin-bottom: 0px;
  vertical-align: top !important;
}

.pdp-form .item-quickview-qty {
  min-width: 80px;
  display: inline;
}

.pdp-form .item-quickview-qty .pdp-qty {
  width: 70px;
  height: 38px;
}

.pdp-form .item-quickview-qty select.form-control option {
  padding: 0px 0px !important;
}

#dropdownAlertMenu, .user-message {
  font-size: 12px;
  color: #020202;
}

.accessories-box {
  border: 1px solid #ccc;
  padding: 20px !important;
}

.form-group-alignment {
  display: block;
  float: left;
  height: auto;
  width: 100%;
}

/* LL-14203 - added selector and updated padding */
#cartItems .accessories-box {
  border: 1px solid #ccc;
  padding: 11px 20px 20px !important;
}

.dropdown-border-red[aria-expanded=false] {
  border: 1px solid #ff0000 !important;
}

span.glyphicon.glyphicon-heart.grey {
  top: 3px;
}

.product-accessories-box .pdp-warranty-image-mobile {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  pointer-events: none;
}

/*Correlated Reading Charts*/
.reading-modal {
  width: 100%;
}

.reading-modal tbody {
  height: 255px;
  overflow-y: scroll;
  width: 100%;
}

.reading-modal thead, .reading-modal tbody, .reading-modal tr, .reading-modal td, .reading-modal th {
  display: block;
}

.reading-modal tbody td, .reading-modal thead tr th {
  float: left;
}

.reading-modal td {
  border-bottom: 0px !important;
  border-top: 0px !important;
}

.reading-modal tr {
  border-bottom: 1px solid #ddd !important;
}

.reading-modal tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

/*LL-9634 - Qty dropdown moves text */
.item-quickview-qty > .dropdown.open {
  height: 34px;
}

/* LL-7321- reduce margin between breadcrumb and Product description max-width: >1200 */
div#pdpItemInfo section {
  margin-bottom: 5px;
}

a.pdp-emailicon {
  text-decoration: none !important;
}

.social-icons .modal {
  text-align: left;
}

#social-icon-div a, #social-icon-div-craft a, #social-icon-div a:hover, #social-icon-div-craft a:hover {
  text-decoration: none !important;
}

#social-icon-div .popover, #social-icon-div-craft .popover {
  width: 160px;
  text-align: center;
}

/* PDP - ACCESSORIES SECTION */
.pdp-saleAlert {
  width: 100%;
}

.product-accessories-title-row {
  font-size: 21px;
  font-weight: 700;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
}

.product-accessories-wrapper hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

.accessory-row1 {
  padding: 25px;
}

img.accessory-main-image {
  width: 100%;
  margin-bottom: 20px;
}

.download-instruction {
  font-weight: 600;
}

.download-platform {
  font-size: 20px;
}

.accessory-row1-col2-row4 {
  padding-left: 15px;
}

input.pdp-personalize {
  width: 50% !important;
  text-transform: uppercase;
  display: inline-block;
}

.pdp-safeAlert-qv {
  left: -130px !important;
  top: -260px !important;
}

.pdp-saleAlert .dropdown-menu {
  left: 80px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px #bbbbbb;
}

.pdp-saleAlert .dropdown-menu .dropdown-caret {
  position: absolute;
  left: 65px;
  top: 101px;
  height: 14px;
  width: 100%;
  background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
}

.pdp-shipAlert .dropdown-menu {
  width: 320px;
  height: 147px;
  left: 40px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px #bbbbbb;
}

.pdp-shipAlert .dropdown-menu .dropdown-caret {
  position: absolute;
  left: 65px;
  top: 141px;
  height: 14px;
  width: 100%;
  background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
}

.pdp-warningAlert .dropdown-menu {
  width: 330px;
  top: -400px;
  left: 118px;
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px #bbbbbb;
  height: 379px;
}

.pdp-warningAlert .dropdown-menu .dropdown-caret {
  position: absolute;
  left: 218px;
  top: 373px;
  height: 14px;
  width: 100%;
  background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
}

.pdp-warningAlertWrapper {
  border: 1px solid #ccc;
  margin-top: -6px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 8px;
  min-height: 46px;
}

.storeclose-warningAlertWrapper {
  border: 1px solid #ff0000;
  margin-top: -6px;
  margin-bottom: 10px;
  padding: 10px;
  background: rgba(255, 0, 0, 0.02);
}

/* LL-6270 PDP Accessories */
div.product-accessories-box div.row.tight.pdp-warningAlert small.grey {
  margin-left: 35px;
}

div.product-accessories-box div.row.tight.pdp-shipAlert small.grey {
  margin-left: 35px;
}

div.product-accessories-box div.row.tight.pdp-shipAlert small.grey > a#shipAlertMenu {
  margin-left: 5px;
}

div.product-accessories-box div.row.tight.pdp-warningAlert small.grey > a#warningAlertMenu {
  margin-left: 5px;
}

.product-accessories-box .dropdown.open .dropdown-menu {
  border: 2px solid #848484;
}

.product-accessories-box .dropdown.open .btn-colSelect {
  border: 2px solid #848484;
  margin-bottom: 8px;
}

div.product-accessories-wrapper {
  border: 1px solid #ccc;
  margin-top: 20px !important;
  margin-bottom: 30px;
}

/* LL-4366 - pdp cleanup max-width: >1200px */
.pdp-mobile-price {
  display: none;
}

.pdp-noteicon {
  width: 25px;
  height: 25px;
  position: absolute;
}

/* LL-11428 - pdp warning label icon button for modal */
.prod-alert-note {
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.prod-warning {
  margin-top: -3px !important;
}

/* LL-11592 - pdp warning label modal footer space*/
#warningModal .modal-footer {
  padding-bottom: 30px !important;
}

/* LL-11428 - pdp warning label icon button for modal */
.prod-alert-note span.glyphicon.glyphicon-question-sign {
  font-size: 12px;
}

.pdp-socialicon {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  text-decoration: none !important;
}

.pdp-socialicon-top {
  width: 20px;
  height: 20px;
  margin-top: -15px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none !important;
}

.pdp-price {
  height: 35px;
  line-height: 18px;
  font-size: 25px;
  font-weight: 400;
  max-width: 350px;
}

.price-small {
  font-size: 12px;
  color: #020202;
  font-weight: 400;
  line-height: 20px;
}

.dd-title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}

.label-pdp-new {
  position: relative;
  top: -5px;
  left: 5px;
  background-color: #fd9326;
  font-size: 45%;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}

.label-carousel-new {
  position: relative;
  top: 10px;
  background-color: #fd9326;
  text-transform: uppercase;
}

.label-carousel-gsa {
  position: relative;
  top: 10px;
  background-color: #00B422;
  text-transform: uppercase;
}

.readMore {
  border: 0px;
  background-color: #fff;
  font-weight: 900;
  padding-left: 0px;
}

.pdp-header {
  margin-bottom: 1px;
}

.itemNo {
  font-weight: 400;
  color: #020202;
}

/*LL-11623 - updated font style for accesory item #s */
.accessory-item-number {
  color: #020202;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 5px;
}

.error-message {
  font-size: 14px;
  color: #ea2431;
  margin-bottom: 10px;
  font-weight: 600;
}

/* PDP Image / Thumbnail Styles*/
.pdpcarousel {
  width: 590px;
  clear: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  z-index: 1;
}

.pdpcarousel img {
  width: 108px;
  height: 78px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.pdpcarousel a.carousel-nav span {
  top: 46%;
}

.pdpThumb {
  width: 108px;
  margin-right: 10px;
  outline: 0;
}

.s7flyoutviewer {
  float: left;
  z-index: 4;
  margin-bottom: 20px;
}

/*Scene 7 image & video styles*/
.s7videoviewer .s7videoplayer {
  background-color: #ffffff;
}

/*reset*/
.s7flyoutviewer, .s7flyoutzoomview, .s7staticimage, .s7flyoutviewer .s7flyoutzoomview, .s7staticimage img {
  width: 650px !important;
  height: 488px !important;
  top: 0px !important;
  left: 0px !important;
  color: white;
}

#s7_videoview.s7videoviewer {
  width: 100%;
  height: auto;
}

/* LL-4832 - Complete Classrooms HTML video player*/
video.videoViewer, video.videoPlayer {
  width: 100%;
}

.pdp-thumbnail img {
  margin-left: 2px;
  margin-top: 2px;
  outline: 2px solid #ccc;
}

.viewLarger-modal-slider img {
  margin-top: 2px;
  outline: 2px solid #ccc;
}

.pdp-thumbnail-highlight {
  outline: 2px solid #007daa !important;
  cursor: pointer;
}

article.item {
  min-height: 250px;
}

#thumbnailsArea article.item {
  min-height: 365px;
}

.viewLarger-modal-slider article.item {
  min-height: 558px;
}

/* Vertical Slider overrides */
.flex-container .pdpcarousel {
  width: 110px;
  height: 355px;
  margin-right: 20px;
  float: left;
  z-index: 1;
}

.flex-container .s7flyoutviewer, .flex-container .s7mouseinput, .flex-container .s7size_medium, .flex-container .s7device_landscape {
  width: 500px !important;
  height: 375px !important;
}

/*reset*/
.flex-container .s7flyoutviewer, .flex-container .s7flyoutzoomview, .flex-container .s7staticimage, .flex-container .s7flyoutviewer .s7flyoutzoomview, .flex-container .s7staticimage img {
  width: 500px !important;
  height: 375px !important;
  top: 0px !important;
  left: 0px !important;
}

.flex-container .s7flyoutviewer .s7flyoutzoomview .s7flyoutzoom {
  left: 520px !important;
}

.flex-container .s7flyoutzoom {
  width: 457px !important;
  height: 537px !important;
}

.flex-container .pdpcarousel img {
  border: 2px solid #ccc;
}

.flex-container #productVideo {
  width: 500px !important;
}

/*View Larger Styles*/
.viewLarger {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.modal-dialog.viewLarger-modal-dialog {
  border: 1px solid #cccccc;
  margin: 70px auto;
}

.product-accessories-box .viewLarger-modal img {
  display: block;
  margin: 0px auto;
}

.viewLargerMagnifier {
  display: inline-block;
  color: #007daa;
}

.viewLargerMagnifier::before {
  content: "\e920";
  font-family: 'ls-icon' !important;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 100;
}

/* LL-13410 - PDP font edits */
.viewLarger-modal-dialog {
  width: 1140px;
}

.viewLargerLink:focus {
  text-decoration: none;
}

.viewLarger-modal-slider {
  height: 545px;
  width: 112px;
  float: left;
  margin-right: 15px;
}

.viewLarger-modal-content {
  min-height: 710px;
}

/*LL-10248 - add footer close window button */
.modal-footer-close a, .modal-footer-close a:link, .modal-footer-close a:visited, .modal-footer-close a:hover, .modal-footer-close a:active, .modal-footer-close a:hover:active, .modal-footer-close a:focus {
  color: #838587;
  text-decoration: none;
}

.modal-footer-close a span.glyphicon.glyphicon-remove-circle {
  font-size: 25px;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 5px;
}

.modal-footer-close a span.close-text {
  vertical-align: middle;
}

/* Quick view carousel styles */
.qvcarousel {
  width: 100%;
  float: left;
  padding: 0px 20px;
}

.qvcarousel img {
  width: 93px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.qvcarousel .slick-disabled a.carousel-nav {
  color: #aaa !important;
}

.qvcarousel a.carousel-nav span {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

.qv-mainimg .s7flyoutviewer {
  float: left;
  z-index: 4;
}

.qv-mainimg .s7container.s7innercontainer {
  position: absolute !important;
}

/*reset*/
.qv-mainimg .s7flyoutviewer, .qv-mainimg .s7container, .qv-mainimg .s7innercontainer, .qv-mainimg .s7flyoutzoomview, .qv-mainimg .s7staticimage, .qv-mainimg .s7flyoutviewer .s7flyoutzoomview, .qv-mainimg .s7staticimage img {
  width: 320px !important;
  height: 240px !important;
  left: 0px !important;
}

#s7flyout_div_flyout {
  width: 650px !important;
}

.s7flyoutviewer, .s7mouseinput, .s7size_medium, .s7device_landscape {
  width: 650px !important;
  height: 488px !important;
}

/* Mouse Actions */
.cursor-pointer {
  cursor: pointer;
}

/*PDP Dropdowns*/
.pdp-product-item {
  font-size: 14px;
}

.dd-title strong, .prod-secondary strong {
  color: #020202;
  font-family: "Gotham Book", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.product-price.grey {
  color: #8f8383;
}

.pdp-product-item a .product-name {
  color: #020202;
}

.dropdown-color a {
  color: #020202 !important;
}

.product-main-dropdown-color-swatch {
  margin-right: 5px;
}

.product-main-dropdown-color-swatch span {
  position: relative;
  top: -3px;
}

.dropdown-list-2col li {
  margin-bottom: 10px;
  text-decoration: none;
}

.dropdown-list-2col li a {
  text-decoration: none !important;
}

.dropdown-borderleft {
  border-left: 1px solid #ccc;
}

.pdp-item-secondary {
  display: none;
}

.pdp-secondary-show {
  display: block !important;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

ul.pdp-product-menu-item li a {
  float: left;
  width: 100%;
  padding: 4px 0px;
}

ul.pdp-product-menu-item li a:hover {
  background-color: #DDD;
  text-decoration: none !important;
}

ul.pdp-product-menu-item .row.mb10 {
  margin-bottom: 0px !important;
}

/*PDP SHOW/HIDE TEXT*/
.pdp-description {
  height: auto;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 23px;
}

.remaining-content span {
  display: none;
}

a.morelink {
  display: inline-flex;
  align-items: center;
  color: #444;
  text-decoration: none !important;
  font-weight: 900;
}

/*PDP - Giftcard styles*/
.form-grey-background-bordered {
  background: #eee;
  border: 1px solid #ccc;
  padding: 20px !important;
}

/* EC-9462 - PDP-space on gift card page */
/* .giftcard-edit-box {
  margin-bottom: 14px;
  position: relative;
  padding: 12px 20px 11px !important;
} */

/* .giftcard-edit-box .privacy-link {
  position: absolute;
  right: 0;
  bottom: -38px;
  z-index: 1;
} */

/* .giftcard-edit-box .form-group {
  margin-bottom: 8px;
} */

/* .giftcard-edit-box .gc-amount:after {
  content: ".00";
  display: block;
  position: absolute;
  right: -14px;
  bottom: 5px;
} */

/* div.giftcard-edit-box form.form div.form-group.col-sm-6 {
  width: 50% !important;
} */

.giftcard-amount {
  display: inline;
  width: 75%;
}

/* .giftcard-validation-error {
  display: block;
  margin-bottom: 10px;
  color: #ED1C24;
  padding-left: 15px;
} */

/*** VANILLA OVERRIDES ***/
/* forms */
label {
  font-weight: normal;
}

/* EC-6208 - border radius from 0px to 4px for entire site */
.form-control {
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  box-shadow: none;
}

.f-style .form-control.plp-sort-options.options-dropdown{
  border-radius: 0px;
}

.form-control.pinNumber {
  width: 25%;
}

/* remove select style and caret in all browser per LL-9373*/
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #ffffff;
}

.form-inline .select-wrap {
  width: auto;
}

.select-wrap select.form-control {
  text-align: left !important;
  padding-right: 30px;
  position: relative;
  z-index: 2;
  background: none;
  padding-bottom: 0;
  padding-top: 0;
}

.search-pagination .select-wrap select.form-control {
  width: 120px;
  padding: 0px 18px 0px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-pagination .select-wrap select.form-control option {
  padding: 0px 0px 0px 12px !important;
}

select.form-control option {
  padding: 0px 0px 0px 15px !important;
}

select.form-control.qtyNoSelect option {
  padding: 0px !important;
}

/* .fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
} */

.item-quickview-qty select.form-control option {
  padding: 0px !important;
}

select.form-control option {
  color: #020202 !important;
  font-weight: 500 !important;
}

select.form-control option:disabled {
  color: #808080 !important;
  font-weight: 300 !important;
}

.select-wrap select.form-control.edit {
  padding-right: 22px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding-bottom: 0;
  padding-top: 0;
}

.select-wrap select.form-control.edit option {
  padding-left: 15px;
}

.select-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.caret-select {
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 3;
  pointer-events: none;
}

.caret {
  border-top: 4px solid;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*EC-6208 - add border radius to buttons and inputs - LL-7715 - show hide button in password field */
.input-group-addon {
  background-color: transparent;
  border-radius: 4px !important;
  border-left: 1px solid #ccc !important;
  min-width: 86px;
  padding: 0px !important;
}

/*LL-7715 - show hide button in password field added the following to override the bootstrap.min.css form-control padding to keep text from jumping when button is toggled  */
input.form-control[name=password] {
  padding: 0px 12px !important;
}

input.form-control.input-lg[name=password] {
  padding: 0px 16px !important;
}

input.form-control.input-sm[name=password] {
  padding: 0px 10px !important;
}

.input-group-white > * {
  border: none;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  background: #fff;
}

.input-group-white > *:first-child {
  border-left: 2px solid #CCCCCC;
}

.input-group-white > *:last-child {
  border-right: 2px solid #CCCCCC;
}

form.search {
  position: relative;
}

form.search .form-control {
  padding-right: 30px;
}

form.search button[type=submit] {
  border: none;
  background: none;
  position: absolute;
  right: 4px;
  top: 6px;
}

input[type=checkbox], input[type=radio] {
  margin: 6px 5px 0px 0px;
  width: 20px;
  height: 20px;
  position: relative !important;
  top: 5px;
}

.gw-modal-item input[type=checkbox], .gw-modal-item input[type=radio] {
  margin: 4px 5px 0px 0px !important;
  width: 15px;
  visibility: hidden;
}

.email-register-box input[type=radio]:checked {
  margin-left: -20px;
}

.checkbox-control input.savePaymentCheck, .checkbox-control input.saveDefault {
  margin-left: 0px !important;
}

.checkbox-control input.use-shipping-select {
  margin-left: 0px !important;
}

.radio-control input[name=paymentType]:checked {
  margin-left: 0px !important;
}

.payment-edit-list input.savePaymentCheck {
  margin-bottom: 15px;
}

.write-review .radio-control input[type=radio] {
  margin: 5px 0px 0px -20px !important;
}

/* LL-2962 - bug to fix register fields and buttons. desktop > 1200px */
/* LL-2962 - checkbox. push menu - modal-register */
.mp-level .mobile-auth .form .form-group div.checkbox {
  margin-left: 10px !important;
}

.mp-level .mobile-auth .form .form-group div.checkbox input[name=emailOptIn] {
  margin-left: -30px !important;
}

.mp-level .mobile-auth .form .form-group div.radio {
  margin-left: 10px !important;
}

.mp-level .mobile-auth .form .form-group div.radio input[name=typicalShop] {
  margin-left: -30px !important;
}

#passwordReset-area .forgot-password-error {
  margin: -12px 0 8px;
}

.logInButton a.btn:link {
  text-decoration: none;
  color: #007daa;
}

.logInButton a.btn:hover {
  text-decoration: underline;
  color: #007daa;
}

/* LL-7910 - password input. modal-gsa-register */
input.form-control[name=password] {
  padding: 0px 12px !important;
}

input.form-control.input-lg[name=password] {
  padding: 0px 16px !important;
}

input.form-control.input-sm[name=password] {
  padding: 0px 10px !important;
}

/* LL-6164 - GREENGUARD certified modal - no image in modal */
/* #modal-greenguard img {
  width: 100px;
  float: left;
  margin: 5px 20px 20px 0px;
} */

/* LL-8613 - WARRANTY Image and LL-9093 - fixed width to be 60px  max-width > 1200px */
.pdp-warranty-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  pointer-events: none;
}

.pdp-warranty-image img {
  border: none !important;
}

.input-cc {
  position: relative;
}

.input-cc .form-control {
  padding-right: 50px;
}

.input-cc img {
  position: absolute;
  right: 8px;
  top: 7px;
}

.form-horizontal .form-block .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-horizontal .row > div > hr {
  margin-top: 5px;
}

.empty-item {
  border-color: #ea2431;
}

.upload {
  background: #fff;
  border: 3px dashed #ccc;
  padding: 30px 0;
}

.upload-drag {
  color: #787878;
}

.upload-drag .fa {
  font-size: 1.2em;
}

.input-group.item-qty > * {
  border-width: 1px;
}

.item-qty-control {
  padding: 0;
}

.item-qty-control span {
  text-align: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding: 2px 0 0 2px;
}

.item-qty-up {
  border-bottom: 1px solid #dcdcdc;
}

.input-group.item-qty + label {
  padding-right: 22px;
}

.btn + .btn, .table div .btn + .btn {
  margin-left: 20px;
}

#main .btn {
  min-width: 86px;
  padding: 6px 10px;
}

#main a.btn {
  text-decoration: none !important;
}

#main .btn-apply {
  min-width: 60px !important;
  color: #007daa;
}

.btn-showhide {
  color: #838587 !important;
}

.btn-link, .btn-link.focus, .btn-link:focus, .btn-link:hover, .btn-link.active, .btn-link:active, .open > .dropdown-toggle.btn-link, .btn-link.active.focus, .btn-link.active:focus, .btn-link.active:hover, .btn-link:active.focus, .btn-link:active:focus, .btn-link:active:hover, .open > .dropdown-toggle.btn-link.focus, .open > .dropdown-toggle.btn-link:focus, .open > .dropdown-toggle.btn-link:hover {
  color: #dc0b13;
  text-transform: none;
}

.btn-link.btn-sm, .upper-case {
  text-transform: uppercase;
}

.btn-fill {
  min-width: 0px !important;
  width: 100% !important;
}

.btn-primary {
  background-color: #007daa;
  color: #fff !important;
  border-color: transparent !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #129dcb;
}

.btn-join {
  width: calc( 25% - 15px );
  background-color: #007daa;
  color: #fff !important;
  border-color: transparent !important;
}

.btn-join.focus, .btn-join:focus, .btn-join:hover, .btn-join.active, .btn-join:active, .open > .dropdown-toggle.btn-join, .btn-join.active.focus, .btn-join.active:focus, .btn-join.active:hover, .btn-join:active.focus, .btn-join:active:focus, .btn-join:active:hover, .open > .dropdown-toggle.btn-join.focus, .open > .dropdown-toggle.btn-join:focus, .open > .dropdown-toggle.btn-join:hover {
  background-color: #129dcb;
}

.btn-colSelect {
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  color: #020202;
  width: 100% !important;
  text-align: left;
  font-weight: 400;
}

.item-quickview-qty button {
  line-height: 24px;
}

.item-quickview-qty .caret-select {
  top: 45%;
}

.btn-colSelect.acc-select:hover {
  color: #020202;
}

.btn-reverse {
  background: none;
  color: white !important;
  border-color: white !important;
}

.btn-reverse.focus, .btn-reverse:focus, .btn-reverse:hover, .btn-reverse.active, .btn-reverse:active, .open > .dropdown-toggle.btn-reverse {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-reverse.active.focus, .btn-reverse.active:focus, .btn-reverse.active:hover, .btn-reverse:active.focus, .btn-reverse:active:focus, .btn-reverse:active:hover, .open > .dropdown-toggle.btn-reverse.focus, .open > .dropdown-toggle.btn-reverse:focus, .open > .dropdown-toggle.btn-reverse:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.btn-cart-checkout {
  height: 44px;
  font-size: 20px;
}

.btn-cart-checkout-big {
  height: 44px;
  font-size: 18px;
}

.btn-success {
  background-color: #00B422;
  color: #fff !important;
  border-color: transparent !important;
}

.btn-success.focus, .btn-success:focus, .btn-success:hover, .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  background-color: #39a34d;
}

.btn-addtocart {
  width: 175px;
  background-color: #00B422 !important;
  font-size: 17px;
  padding: 4px 12px;
  color: #fff !important;
  border-color: transparent !important;
}

.btn-addtocart.focus, .btn-addtocart:focus, .btn-addtocart:hover, .btn-addtocart.active, .btn-addtocart:active, .open > .dropdown-toggle.btn-addtocart, .btn-addtocart.active.focus, .btn-addtocart.active:focus, .btn-addtocart.active:hover, .btn-addtocart:active.focus, .btn-addtocart:active:focus, .btn-addtocart:active:hover, .open > .dropdown-toggle.btn-addtocart.focus, .open > .dropdown-toggle.btn-addtocart:focus, .open > .dropdown-toggle.btn-addtocart:hover {
  background-color: #39a34d;
}

.btn-addtocart.redBg {
  background-color: #ed1b24 !important;
}

.btn-addtocart.redBg:hover, .btn-addtocart.redBg:focus {
  background-color: #cc1119 !important;
}

.btn-addtocart.disabled {
  background-color: #eee !important;
}

.btn-info {
  background-color: #838587;
  color: #fff !important;
  border-color: transparent !important;
  text-align: center;
}

.btn-info.focus, .btn-info:focus, .btn-info:hover, .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: #767c80;
  text-align: center;
}

.btn-shop {
  background-color: #ed1c24 !important;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer !important;
}

.btn-shop:link {
  background-color: #ed1c24 !important;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer !important;
}

.btn-shop:visited {
  background-color: #cc0000 !important;
  color: #fff;
}

.btn-shop:hover {
  background-color: #cc0000 !important;
  color: #fff;
}

.btn-shop:active {
  background-color: #ff0000 !important;
  color: #fff;
}

.btn-tt {
  background-color: #fff !important;
  color: #2D8CAB !important;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer !important;
}

.btn-tt:hover {
  background-color: #eee !important;
  color: #2D8CAB !important;
}

.close.red {
  opacity: 1;
}

.close.red:hover {
  color: #ccc !important;
}

/* .pagination .icon-circle {
  display: inline-block;
  background: #007daa;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 0 0 0 1px;
  font-weight: bold;
  color: #fff;
} */

.icon-circle {
  display: inline-block;
  background: #2d7fb1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.icon-circle.red {
  color: #fff !important;
}

.icon-circle i {
  font-size: 10px;
}

.pagination .fa-play.fa-flip-horizontal {
  position: relative;
  left: -1px;
  top: 7px;
}

.pagination .fa-play {
  position: relative;
  top: 7px;
  left: 1px;
}

.icon-close {
  line-height: 1px;
  font-size: 14px;
  padding-bottom: 5px;
  background-color: #020202;
  border: none;
  color: #fff !important;
}

.text-circle {
  display: inline-block;
  background: #fff;
  width: 25px;
  height: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  padding: 5px 0 0;
  font-weight: bold;
}

ol.bubble {
  padding-left: 30px;
}

ol.bubble > li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}

ol.bubble > li .text-circle {
  position: absolute;
  left: -32px;
  top: -3px;
}

/* dropdowns */
.dropdown-menu {
  border: 1px solid #CCCCCC;
  border-bottom: 3px solid #ed1c24;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-top: 12px;
}

.hover .dropdown-menu {
  left: -999em;
  display: block;
  transition-delay: 0.2s;
}

.hover .dropdown-menu-right {
  left: auto;
  right: 9999em;
}

.hover .dropdown.hover .dropdown-menu {
  left: 0;
  transition-delay: 0.2s;
}

.hover .dropdown:hover .dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu > li > a {
  padding: 6px 10px;
  font-size: 13px;
  color: #020202 !important;
}

.dropdown-menu .dropdown-caret {
  position: absolute;
  left: 0;
  top: -14px;
  height: 14px;
  width: 100%;
  background: url(/assets/images/dropdown-caret.png) no-repeat 20% 6px;
}

.dropdown-menu-right .dropdown-caret {
  background-position: 80% 6px;
}

/*PDP Dropdown - Open State*/
/*Giftcard*/
.dropdown.dropdown-gc.open {
  width: 100% !important;
}

/* LL-13839 - PDP dropdown open wrapping max-width: > 1200px */
.dropdown.pdp-item-dropdown.open {
  width: 135%;
  height: 34px;
}

.pdp-item-dropdown.open .btn-colSelect {
  border: 2px solid #848484;
}

.pdp-item-dropdown.open .dropdown-color {
  border: 2px solid #848484;
  height: unset;
}

.dropdown-color {
  width: 100%;
  background-color: red;
  margin-top: -3px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-top-width: 0px !important;
  line-height: 1.42857143 !important;
  font-size: 13px;
}

.dropdown-color a:link {
  text-decoration: none;
}

.dropdown-color a:hover {
  text-decoration: underline !important;
}

.dropdown-color .dropdown-caret {
  display: none;
}

.dropdown-color .fa-circle, .dropdown-color .icn-bullet {
  font-size: 18px;
  color: transparent;
}

.dropdown-color .fa-circle .black {
  color: red;
}

.dropdown-color .fa-circle .red {
  color: red;
}

.btn-colSelect .fa-circle, .btn-colSelect .icn-bullet {
  font-size: 18px;
  color: transparent;
  display: inline-block;
}

.btn-colSelect .fa-circle .black {
  color: red;
}

.btn-colSelect .fa-circle .red {
  color: red;
}

/*Fix for IE to compensate for scrollbar addition to dropdowns*/
.dropdown-secondary {
  width: 100% !important;
}

/* tabs */
ul.nav-tabs-lg {
  text-align: center;
  border: none;
  font-size: 0;
  padding: 20px 0;
}

ul.nav-tabs-lg li {
  float: none;
  display: inline-block;
  margin: 0 -1px 0;
  border-right: 1px solid #a7a7a7;
}

ul.nav-tabs-lg li:last-child {
  border-right: none !important;
}

ul.nav-tabs-lg li a:link, ul.nav-tabs-lg li.active a:link {
  background: none;
  font-size: 21px;
  line-height: 1;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #a7a7a7;
  text-decoration: none !important;
  margin: 0 24px;
}

ul.nav-tabs-lg li.active a:link {
  font-weight: bold;
  color: #020202;
}

ul.nav-tabs-lg li a:hover, ul.nav-tabs-lg li.active a:hover {
  background: none;
  text-decoration: underline !important;
}

ul.nav-tabs-lg li:first-child a {
  border-left: none !important;
}

ul.nav-tabs-lg li:last-child a {
  border-right: none !important;
}

ul.nav-tabs-lg li:first-child a:hover {
  border-left: none !important;
}

ul.nav-tabs-lg li:last-child a:hover {
  border-right: none !important;
}

ul.nav-tabs li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  margin: auto;
  background: #2d7fb1;
  height: 3px;
  width: 100%;
}

ul.nav-tabs li.active a:hover {
  text-decoration: none !important;
}

ul.nav-tabs-lg li a:hover, ul.nav-tabs-lg li.active a:hover {
  text-decoration: none !important;
}

ul.nav-tabs li.active a.tab-sale::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  right: 0;
  margin: auto;
  background: #2d7fb1;
  height: 3px;
  width: 45%;
}

.tab-content > .tab-pane {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  left: -9999em;
}

.tab-content > .active {
  left: 0;
  height: auto;
  overflow: visible;
}

/* alerts */
.alert {
  border: none;
  border-radius: 0;
  color: #020202;
  background: #f0f0f1 !important;
}

.alert-danger {
  color: #ea2431;
}

.alert-success {
  color: #00b422;
}

/* LL-9811 - product accessories alert - remove gray BG */
.product-accessories-box .alert {
  background-color: transparent !important;
  margin-bottom: 5px;
  padding: 0px 15px;
}

#main .badge {
  border-radius: 0;
}

/* modals */
.modal.in .modal-dialog {
  border-radius: 4px;
}

.modal-content {
  border-radius: 5px 5px 4px 4px !important;
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.modal-content.logIn {
  width: 400px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.modal-header, .modal-body, .modal-footer {
  padding: 20px;
}

.modal-header .icon-close {
  position: absolute;
  right: -10px;
  top: -10px;
  padding-left: 6px;
}

.modal-header .icon-close span {
  position: relative;
  top: 0px;
  left: 1px;
}

.modal-header {
  background: #007daa;
  border-radius: 4px 4px 0px 0px;
}

.modal-header .modal-title {
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  font-family: "Gotham Bold", sans-serif;
}

.modal-border-right {
  border-right: 1px solid #cccccc;
  padding-right: 20px;
}

.modal-border-left {
  padding-left: 20px;
}

.modal-border-top {
  border-top: 1px solid #ccc !important;
  margin-left: 20px;
  margin-right: 20px;
}

.modal-dialog {
  margin-top: 70px;
}

.modal-footer .logInButton + .logInButton {
  margin-left: 20px !important;
}

.modal .btn {
  min-width: 86px;
  padding: 6px 10px;
}

/* LL-6694 - downlaod software modals */
#modal-forpc .modal-dialog img, #modal-formac .modal-dialog img {
  width: 100%;
  max-width: 324px;
}

.modal-header .close {
  background-color: #111;
  border-radius: 30px;
  padding: 5px 10px;
  position: absolute;
  right: -10px;
  top: -10px;
}

.modal-header .close.red {
  color: #fff !important;
  text-shadow: none;
}

.modal-header .modal-title#modal-cartAddty-label {
  font-family: "Gotham Bold", sans-serif;
}

/* old added to cart modal */
.modal-body img.avs-modalLogo {
  width: 100%;
  max-width: 81px;
  min-width: 70px;
}

.modal-footer {
  border: none;
}

.modal-footer.text-center {
  text-align: center;
}

.modal-footer .btn + .btn {
  margin-left: 20px;
}

#modal-checkout-help .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px solid #ddd;
}

#modal-checkout-help .panel-body a:link {
  color: #007daa;
  text-decoration: none;
}

#modal-checkout-help .panel-body a:hover {
  text-decoration: underline !important;
}

p.panel-title:not(.trackingNumber) > a:link::before, 
p.panel-title:not(.trackingNumber) > a.helpModal.accordian.collapsed:link::before, 
p.panel-title:not(.trackingNumber) > a.helpModal.accordian:link::before {
  font-family: 'ls-icon' !important;
  font-size: 22px;
  content: "\e940";
  color: #2d7fb1;
  position: relative;
  margin-right: 5px;
}

p.panel-title:not(.trackingNumber) > a.helpModal.accordian:link::before {
  font-family: 'ls-icon' !important;
  font-size: 22px;
  content: "\e936";
  color: #2d7fb1;
  position: relative;
  margin-right: 5px;
}

a.helpModal.accordian:link, a.helpModal.accordian:hover {
  text-decoration: none !important;
  color: #2d7fb1;
}

div.checkoutChat img {
  width: 69px;
  min-width: 69px;
  height: 74px;
  margin-bottom: 30px;
  float: left;
}

div.checkoutChat p {
  width: 175px;
  min-width: 175px;
  float: left;
  font-size: 19px;
  border-bottom: 1px solid #ccc;
  padding: 46px 0px 5px 10px;
}

div.checkoutChat span#chatOn {
  display: inline-block;
}

div.checkoutChat span#chatOff {
  display: none;
}

/* p.livechat-online {
  margin-left: 0px;
  margin-top: 0px;
} */

#modal-checkout-help div[id*=collapse] .panel-body {
  padding: 15px;
}

.cvv-modal {
  text-align: center;
  margin-bottom: 20px;
}

.cvv-modal img {
  width: 100%;
  max-width: 270px;
}

.cvv-modal p {
  width: 100%;
  max-width: 270px;
  text-align: left;
  margin: 10px auto 20px;
}

/* LL-11430 - Warranty and Award Badges Modals max-width: >1200px */
#modal-badge .modal-footer {
  padding: 20px;
}

#gift-wrap-modal .modal-body, #modal-checkout-help .modal-body, #warningModal .modal-body, #modal-termsofuse .modal-body, #modal-download-installation-instructions .modal-body, #special-message .modal-body {
  overflow-y: auto;
  max-height: 70vh;
}

/* LL-16715 -cart-gift-wrap-modal */
.giftOptions #show-edit-gift {
  padding: 0px 0px 0px 43px !important;
  margin-top: 0px;
}

#show-edit-gift {
  padding: 0px 0px 0px 30px !important;
  margin-top: 0px;
}

#show-edit-gift label {
  margin-left: -30px;
}

/* LL-13645 - added font family to the Popovers */
.popover-content {
  color: #020202;
}

/*PDP*/
.modal-sendemail {
  width: 900px;
}

.modal-seatingchart {
  width: 798px;
}

.chart-modal-links {
  float: right;
  font-size: 14px;
}

.item-title a:link {
  text-decoration: none !important;
}

.item-title a:hover {
  text-decoration: underline !important;
}

.item-title p.videotitle-no-target {
  text-decoration: none;
  color: #2d7fb1;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.newImage-title img {
  display: inline;
}

/* PDP out of stock email - CSS for mobile styling */
form.form-inline div.form-group {
  max-width: 225px;
  display: inline-block !important;
}

form.form-inline div.form-group input#stockEmail.form-control {
  max-width: 187px;
  display: inline-block;
}

/* pagination */
ul.pagination {
  border: none;
}

/* ul.pagination li.active a {
  font-weight: 700;
  text-decoration: none !important;
  color: #fff !important;
}

ul.pagination li {
  display: inline-block;
}

#main .pagination > li > a, .pagination > li > span {
  width: 33px !important;
  height: 33px !important;
  color: #020202;
  float: left;
  background: none;
  text-decoration: none !important;
  font-family: "Gotham Book";
  font-size: 14px;
  line-height: 30px !important;
  text-align: center;
  border: none !important;
  padding: 1px !important;
  margin: 0px !important;
}

#main .pagination > li .icn-chevron-lft, #main .pagination > li .icn-chevron-rgt {
	font-size: 16px;
	margin-top: 6px;
}

#main .pagination > li > a:hover, #main .pagination > .active > a, #main .pagination > .active > a:focus, #main .pagination > .active > a:hover, #main .pagination > .active > span, .pagination > .active > span:focus, #main .pagination > .active > span:hover {
  text-decoration: underline;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #999;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  text-decoration: underline;
}

.pagination .icon-circle {
  position: relative;
  top: 2px;
}

.pagination > li > a, .pagination > li > span {
  padding: 0px 12px;
}

ul.pagination li.active {
  background-color: #007daa;
  border-radius: 2px;
}

div.sort-pagination ul.pagination {
  border: none;
  font-size: 14px;
  white-space: nowrap;
}

div.sort-pagination ul.pagination li {
  display: inline-block;
} */

/* wells */
.well {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 15px;
}

.well > h2.block {
  margin: -16px -16px 16px;
}

.well > h3 {
  margin: 0 0 16px;
}

/* panels */
.panel-default {
  border-radius: 0;
  box-shadow: none;
}

.panel-heading, .panel-body {
  padding: 20px;
  position: relative;
  border-radius: 0;
}

.panel-default .panel-heading {
  border-bottom-color: #58acc0;
  background: #f0f0f1;
}

.panel-title {
  font-size: 18px;
  font-weight: 600;
}

h3.panel-title small {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 160px;
  top: 11px;
  line-height: 21px;
  max-width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h3.panel-title .paypal-logo {
  position: relative;
  left: 27px;
}

.panel-heading .btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.panel-body > table {
  margin: -20px 0;
}

/* tables */
.table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 10px;
}

.table .btn {
  margin: -15px 0;
}

.table div .btn {
  margin: 0;
}

.table > tbody > tr:last-child > td {
  border: none;
}

.table .table-super th {
  padding: 0;
}

.table .table-super th h4 {
  margin: -1px -20px;
  padding: 15px 20px;
  font-weight: 600;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f0f0f1;
}

/*account-payment account-address table*/
div.account-address .table > thead > tr > th, div.account-address .table > tbody > tr > td, div.account-address .table > tbody > tr > th {
  text-align: left !important;
  padding-left: 0;
  padding-right: 0;
}

div.account-address .table > tbody > tr > td.account-control {
  text-align: right !important;
}

div.account-address .table > tbody > tr > td.account-control a.account-edit-show {
  margin-right: 10px !important;
}

div.account-address .table > thead > tr > th > a.noline, div.account-address .table > tbody > tr > td > a.noline, div.account-address .table > tbody > tr > th > a.noline {
  color: #020202 !important;
}

/* LL-11553 - my Account- Shipping Addresses Page max-width: >1200px */
tr.account-add {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  text-transform: capitalize;
}

tr.account-add a {
  color: #020202;
}

tr.showAddAddress a::before {
  content: "\e93f";
  font-family: 'ls-icon' !important;
  color: #007daa;
  margin-right: 5px;
  font-size: 22px;
  font-weight: 100;
  display: inline-block;
}

.f-style tr.showAddAddress a::before {
  color: #020202;
}

tr.showAddAddress a:hover {
  text-decoration: none !important;
}

tr.showAddAddress a:hover > strong, tr.showAddAddress a:hover > span {
  text-decoration: underline;
}

tr.showAddAddress .icn-plus-lgt-otl:before {
  content: "\e93f";
  font-family: "ls-icon", "Gotham Book", sans-serif !important;
}

.account-edit-show > strong, .nowrap-edit-show > strong {
  font-weight: normal;
}

.account-header.shippingAddress {
  padding: 0px;
}

.account-header.shippingAddress h1 {
  margin-bottom: 0px;
}

.shippingAddressPanels {
  padding: 0px;
  margin-left: -15px;
}

.shippingAddressPanels .panel-body {
  padding: 0px 15px;
  position: relative;
  border-radius: 0;
}

.account-landing .shippingAddressPanels .panel {
  min-height: unset !important;
}

/*Accounts*/
p.text-required {
  padding: 8px 15px 0px 0px;
  margin-bottom: 0px;
  text-align: right;
}

/* tooltips */
.tooltip-inner {
  background: #f0f0f1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  color: #020202;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #f0f0f1;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #f0f0f1;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #f0f0f1;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #f0f0f1;
}

/* landing page main category */
.landing-mainCat {
  position: relative;
  background-color: #58acc0;
  width: 100%;
}

.landing-mainCatImg {
  width: 58.333%;
}

.landing-mainCatTxt {
  width: 41.666%;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  color: #FFF;
}

.landing-mainCatTxt h1, .landing-mainCatTxt h2, .landing-mainCatTxt h3, .landing-mainCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6, .landing-mainCatTxt p {
  width: 100%;
}

.landing-mainCatTxt h1 {
  font-size: 31px;
  font-weight: 700;
  line-height: 37px;
}

.landing-mainCatTxt h2, .landing-mainCatTxt h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}

.landing-mainCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6 {
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

.landing-mainCatTxt p {
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

.landing-mainCatTxt strong {
  font-weight: 700;
}

/* landing page popular category titles */
.landing-popCat {
  margin-bottom: 20px;
}

.landing-popCat .item-title {
  text-align: left;
  font-size: 15px;
  font-weight: 700;
}

.landing-popCat .item-title a {
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* landing page subcategory */
.landing-subCat {
  position: relative;
  background-color: #f4f4f4;
  width: 95%;
}

.landing-subCatTxt {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 20px 15px 20px 15px;
}

.landing-subCatTxt h1, .landing-subCatTxt h2, .landing-subCatTxt h3, .landing-subCatTxt h4, .landing-subCatTxt h5, .landing-subCatTxt h6, .landing-subCatTxt p {
  width: 100%;
}

.landing-subCatTxt h1 {
  font-size: 31px;
  font-weight: 700;
  line-height: 37px;
}

.landing-subCatTxt h2, .landing-mainCatTxt h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}

.landing-subCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6 {
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  padding: 0px;
}

.landing-subCatTxt p {
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

.landing-subCatTxt strong {
  font-weight: 700;
}

.category-landing h1 {
  font-size: 31px;
  text-align: left;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0px;
}

/* Landing Page CTA button */
.btn-shop {
  background-color: #ed1c24 !important;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer !important;
  min-width: 200px !important;
  margin-top: 20px;
}

.btn-shop:link {
  background-color: #ed1c24 !important;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer !important;
}

.btn-shop:visited {
  background-color: #cc0000 !important;
  color: #fff;
}

.btn-shop:hover {
  background-color: #cc0000 !important;
  color: #fff;
}

.btn-shop:active {
  background-color: #ff0000 !important;
  color: #fff;
}

/* Sidebar buttons */
.catLanding button.list-group-item {
  text-decoration: none;
  background-color: #fff;
  padding: 6px 15px !important;
}

.catLanding button.list-group-item:link {
  text-decoration: none;
  background-color: #fff;
  padding: 6px 15px !important;
}

.catLanding button.list-group-item:visited {
  text-decoration: none;
  background-color: #fff;
}

.catLanding button.list-group-item:hover {
  text-decoration: underline;
  background-color: #fff;
}

.catLanding button.list-group-item:active {
  text-decoration: none;
  background-color: #fff;
}

/* QUICK ORDER STYLES */
.qo-colorOption .pdp-item-dropdown .btn-colSelect span.caret {
  position: absolute;
  top: 15px;
  right: 15px !important;
}

.qo-item-qty-container {
  width: 120px;
}

.qo-item-sku-input {
  width: 145px;
}

.qo-form-input {
  width: 140px;
}

input.qo-personalize {
  min-width: 150px !important;
  max-width: 230px !important;
  text-transform: uppercase;
  display: inline-block;
}

/* LL-10013 - QUICK ORDER STYLES */
strong[data-bind="html: personalizedInfo.prefix"] {
  float: left;
  margin-right: 5px;
}

strong[data-bind="html: personalizedInfo.postfix"] {
  margin-left: 5px;
}

label.control-label.strong {
  font-weight: 700;
}

div[id*=qoImport] {
  margin-bottom: 30px;
}

/* ORDER DETAILS STYLES */
span.od-rowHeader {
  width: 300px !important;
}

.od-shopmid {
  text-align: right !important;
}

.od-shopmid a.od-view {
  text-align: right !important;
  padding-right: 0px;
  color: #1A77A3;
}

.od-shopmid a.od-status {
  text-align: left !important;
  padding-left: 0px;
  color: #1A77A3;
}

/* LL-14180-my-account-my-orders-updates max-width: > 1200px */
.item-quickview-qty.order-detail-qty.text-center {
  min-width: unset;
  max-width: none;
}

.order-detail-overview {
  width: unset;
  display: inline-block;
}

.order-detail-overview > div {
  width: unset;
  display: inline-block;
}

.od-summary ul.checkout-list {
  border: 1px solid #CCCCCC;
  padding: 0px;
  margin: 0;
}

/* EC-8777 - order-details-print bug fix  min-width: 1200px */
.order-detail-overview .shopMoveDivide {
  display: inline !important;
  padding: 0px;
}

/* ORDER STATUS STYLES */
span.od-rowHeader {
  display: none !important;
  margin-right: 10px;
}

table.accountOrder-info th, td {
  text-align: left !important;
}

td a.od-tracking {
  padding: 0 5px 0 0;
}

.orderSearch .select-wrap select.form-control {
  text-align: left !important;
  position: relative;
  z-index: 2;
  background: none;
  padding: 0 20px 0 10px;
  font-size: 13px;
}

.orderSearch .control-label {
  font-size: 14px;
}

/*ORDER DETAILS sticky nav*/
#od-summaryAffix.affix-top {
  position: relative;
  top: 65px;
}

#od-summaryAffix.affix {
  position: fixed !important;
  width: 263px;
  top: 20px;
}

#od-summaryAffix.affix-bottom {
  top: 30px;
}

/*FREE RESOURCES - AWARD MAKER*/
/* .flash {
  height: 100%;
  width: 100%;
}

#frRtNavAffix span.navLinkIcon.hovered {
  display: inline-block !important;
}

#frRtNavAffix ul.checkout-list {
  border: 1px solid #cccccc;
  padding: 0px 25px 25px;
  margin: 0px;
}

#frRtNavAffix ul.checkout-list li {
  list-style: none;
  padding: 2px 0px;
  margin: 0px;
}

#frRtNavAffix ul.checkout-list a.btn:hover {
  text-decoration: none !important;
}

#frRtNavAffix ul.checkout-list a:link, #frRtNavAffix ul.checkout-list a {
  clear: both;
  display: block;
  color: #020202;
  text-decoration: none;
}

#frRtNavAffix ul.checkout-list a:visited {
  color: #020202;
}

#frRtNavAffix ul.checkout-list a:hover {
  color: #020202;
  text-decoration: underline !important;
}

#frRtNavAffix ul.checkout-list a:active {
  color: #020202;
} */

/* span.navLinkIcon {
  display: none;
} */

img.frCatMain {
  width: 100% !important;
}

/* begin suspected unused  - mystery-promo*/
/*MYSTERY PROMO LANDING PAGE */
.registryForm {
  padding-left: 8.3333%;
  padding-right: 0px;
  margin-bottom: 30px;
}

.registryForm.newMember {
  margin-left: 8.3333%;
  padding-left: 8.3333%;
  border-left: 1px solid #ccc;
}

.registryForm button {
  float: right;
  margin-top: 5px;
}

button.promoOver {
  margin-left: 20px;
}

.hero img {
  width: 100%;
  max-width: 1152px;
  margin: auto;
}

img.mobileHero {
  width: 100%;
}

.promoEntryTerms {
  background-color: #F0F0F1;
}

h4.promoOverCTA {
  display: inline;
}

/* 2018 Mystery Promo  - EC-6835 - promo code and live text added to mystery promo  min-width: 1200px */
.promoDetailContainer {
  border: 1px solid #dddddd;
  border-top: 0px;
  padding: 20px;
}

.promoDetailContainer img {
  width: 140px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.promoDetailContainer h2 {
  margin-bottom: 0px;
}

/*MYSTERY PROMO COUPON PAGE */
.mysteryDetail {
  border-left: 1px solid #ccc;
  padding: 20px 0px 20px 20px !important;
}

.mysteryDetail img {
  width: 75%;
  padding: 0px !important;
}

.mysteryCodes h2 {
  font-size: 30px !important;
  font-weight: 700px;
}

.mysteryCodes p {
  font-size: 19px;
  font-weight: 400px;
}

.promo1 h1 {
  width: 100%;
  height: 80px;
  font-size: 80px !important;
  line-height: 0.8em !important;
  padding-top: 25px;
}

.promo2 h1 {
  width: 100%;
  font-size: 60px !important;
  line-height: 0.8em !important;
  padding-top: 10px;
}

.promo2 span {
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 0.3em !important;
}

.promo3 h1 {
  font-size: 110px !important;
  font-weight: 700 !important;
  line-height: 0.8em !important;
  padding-top: 10px;
}

.promo3 span {
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 0em !important;
}

img.mysteryPromo {
  width: 100%;
}

.mysteryBarcode {
  height: 100px;
}
/* end suspected unused - mystery-promo */

/* BEGIN SERVICES - PROFESSIONAL SERVICES GROUP  max-width:  > 1200px */
img.psgMain {
  width: 100% !important;
}

img.psgImage {
  width: 90%;
}

img.psgImageMobile {
  width: 100%;
}

div.psg-cta {
  padding-left: 40px !important;
}

div.psg-mainText {
  padding-right: 30px !important;
  border-right: 1px solid #ccc;
}

div.psg-category {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

div.psg-category-last {
  padding-bottom: 0px;
  border-bottom: 0px solid #ccc;
}

div.psg-category ul, div.psg-category-last ul {
  padding-left: 20px !important;
}

div.psg-list-item::before {
  font-family: "ls-icon", "Gotham Book", sans-serif !important;
  content: "\e90b";
  color: #2d7fb1;
  position: relative;
  margin-right: 5px;
  line-height: 1;
}
/*END SERVICES - PROFESSIONAL SERVICES GROUP  max-width:  > 1200px */

/* BEGIN LL-4832 - Complete Classrooms  at  > 1200px */
button#scrollup.back-to-top {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  border: 2px solid #ffffff;
  background-color: #2d7fb1;
  color: #ffffff;
  z-index: 1000;
}

button#scrollup.back-to-top:hover {
  background-color: #129dcb;
}

button#scrollup.back-to-top::before {
  font-family: 'ls-icon' !important;
  content: "\e903";
  font-size: 28px;
  color: #fff;
  display: block;
}

section.description {
  font-size: 15px;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
}

section.subcategory img, .description img, .assortment img {
  width: 100%;
}

section.subcategory a {
  font-size: 21px !important;
  white-space: nowrap;
  line-height: 1em;
  color: #020202;
}

img.cc-main-title {
  width: 100%;
  max-width: 557px;
  max-height: 83px;
}

div.videoContainerText {
  padding-left: 20px !important;
}

div.videoContainerText a:link {
  font-size: 19px !important;
  color: #007daa;
}

div.videoContainerText a:hover {
  text-decoration: underline !important;
}

div.subcat-container {
  border-bottom: 0px solid #ccc;
  margin-bottom: 0px !important;
  padding-left: 20px;
}

div.subcat-container div.cc-subcat-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

div.subcat-container div.cc-subcat-text ul li {
  margin-bottom: 5px;
}

/* div.cc-subcat-text h2 { margin-bottom: 0px!important; } */
div.cc-subcat-text p {
  margin-bottom: 20px;
  font-size: 15px;
}

div.cc-subcat-text a:link {
  text-decoration: none !important;
}

div.cc-subcat-text a:hover {
  text-decoration: underline !important;
}

div.cc-subcat-text ul {
  list-style-position: ouside;
  padding-left: 20px !important;
}

div.cc-subcat-text ul li {
  padding-left: 5px !important;
  clear: left;
}

p.cc-cta-text {
  display: block;
  font-size: 30px;
  line-height: 1.1em;
  margin: 0px;
}

p.cc-cta-text strong {
  font-weight: 700;
}

p.cc-cta-text a:link {
  text-decoration: none !important;
  font-weight: 700;
}

p.cc-cta-text a:hover {
  text-decoration: underline !important;
  font-weight: 700;
}

p.cc-cta-text-mobile {
  display: none;
  font-size: 30px;
  line-height: 1.1em;
  margin: 0px;
}

p.cc-cta-text-mobile strong {
  font-weight: 700;
}

p.cc-cta-text-mobile a:link {
  text-decoration: none !important;
  font-weight: 700;
}

p.cc-cta-text-mobile a:hover {
  text-decoration: underline !important;
  font-weight: 700;
}

div.cc-view-links {
  width: 25%;
  margin-bottom: 20px;
}

div.cc-view-links a:hover {
  text-decoration: underline !important;
}

div.cc-view-links a:hover::before {
  text-decoration: none !important;
}

div.cc-view-links .pdf-link::before {
  font-family: 'ls-icon' !important;
  content: "\e91e";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #F00;
}

img.circleInset {
  width: 90% !important;
  outline: 0px solid #ccc;
}

.box-quote {
  font-size: 15px;
  background-color: #F0F0F1;
  padding: 20px 0px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.box-quote img {
  width: inherit;
  border: 0px;
}

.box-quote-text-left {
  padding: 10px 30px !important;
}

.box-quote-text-left img {
  max-width: 20px;
  border: 0px;
}

.box-quote-text-right {
  padding: 10px 30px !important;
}

.box-quote-text-right img {
  max-width: 20px;
  border: 0px;
}

p.box-quote-quote {
  line-height: 25px;
}

p.box-quote-quote::before {
  content: url(/assets/images/complete-classroom-leftquote.gif);
  vertical-align: bottom;
  padding-right: 5px;
}

p.box-quote-quote::after {
  content: url(/assets/images/complete-classroom-rightquote.gif);
  vertical-align: bottom;
  padding-left: 5px;
  white-space: nowrap;
}

.mobileButtons a:link {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  color: #007daa;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 10px;
}

.mobileButtons a:hover {
  color: #007daa;
  text-decoration: none;
}

#s7_videoview.s7videoviewer {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
}
/* END - LL-4832 - Complete Classrooms  at  > 1200px */

/* LL-4512 - custom learning solution style updates  max-width: 1200px */
h4.cls-cta {
  text-align: center;
  padding: 15px;
  background-color: #f0f0f1;
}

h4.cls-cta span {
  font-weight: 700;
}

/*MORE INFO BUTTON */
.btn-more-info {
  width: 155px;
  float: right !important;
  background-color: #fff;
  font-size: 17px;
  padding: 4px 12px;
  color: #58acc0;
  border: 1px solid #ccc;
}

div.it-product-more-info {
  padding: 15px !important;
}

div.clearfix.mobile {
  display: none !important;
}

h2.product-name {
  line-height: 1em !important;
  padding-left: 0px;
}

h2.product-price {
  line-height: 1em !important;
  padding-right: 15px !important;
}

h2.it-subhead {
  text-align: right;
}

/* SPECIAL NEEDS HOME */
div.sn-home.row {
  background-color: #1c87a7;
  border: 1px solid #ccc;
  margin-top: 20px;
}

div.sn-cta {
  padding: 30px !important;
  background-color: #1c87a7;
  color: #fff;
}

img.sn-main {
  width: 100%;
  height: 100%;
}

a.sn-link:link, a.sn-link:visited {
  color: #020202;
}

div.sn-home div.sn-cats {
  background-color: #ffffff;
  padding: 30px;
}

/* SPECIAL NEEDS PRODUCT GUIDE PAGES */
h1.special-needs {
  text-align: left !important;
}

img.special-needs-icon {
  width: 100% !important;
  max-width: 157px;
}

img.sn-headerart {
  width: 100% !important;
  max-width: 766px;
}

a.sn-brochure-link {
  float: right;
  text-align: right;
  padding-bottom: 20px;
}

.bg-grey-sn-product {
  background-color: #f4f4f4;
  padding: 0px 0px 0px 30px;
  text-align: left;
}

.bg-white-sn-product {
  background-color: #ffffff;
  padding: 0px 30px 0px 0px;
  text-align: left;
}

div.row.sn-home-top {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 30px;
}

div.row.sn-home-middle {
  border-top: 0px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-left: 1px solid #ccc;
}

div.row.sn-home-bottom {
  border-top: 0px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

ul.sn-nav.nav-tabs > li {
  width: 20%;
  color: #fff;
}

ul.sn-nav.nav-tabs li.active a::after {
  background: transparent;
  height: 3px;
  width: 75%;
}

ul.sn-nav.nav-tabs > li.active > a {
  color: #fff;
}

.sn-nav.nav-tabs > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gotham Bold", sans-serif;
  height: 42px;
  border-radius: 0px 0px 0 0;
  border: 0px !important;
  color: #fff;
  background-color: #e95d46;
  text-align: center;
}

/*DESKTOP NAVIGATION*/
ul.sn-nav.nav-tabs > li > a.first {
  color: #fff;
  background-color: #e95d46;
}

ul.sn-nav.nav-tabs > li > a.second {
  color: #fff;
  background-color: #ef7e39;
}

ul.sn-nav.nav-tabs > li > a.third {
  color: #fff;
  background-color: #d69d20;
}

ul.sn-nav.nav-tabs > li > a.fourth {
  color: #fff;
  background-color: #9da64e;
}

ul.sn-nav.nav-tabs > li > a.fifth {
  color: #fff;
  background-color: #4697c5;
  width: 100%;
}

div#menu1 span.glyphicon.glyphicon-triangle-bottom {
  position: relative;
  top: -10px;
  left: 8.25%;
  font-size: 35px;
  color: #e95d46;
}

div#menu2 span.glyphicon.glyphicon-triangle-bottom {
  position: relative;
  top: -10px;
  left: 28.25%;
  font-size: 35px;
  color: #ef7e39;
}

div#menu3 span.glyphicon.glyphicon-triangle-bottom {
  position: relative;
  top: -10px;
  left: 48.25%;
  font-size: 35px;
  color: #d69d20;
}

div#menu4 span.glyphicon.glyphicon-triangle-bottom {
  position: relative;
  top: -10px;
  left: 68.5%;
  font-size: 35px;
  color: #9da64e;
}

div#menu5 span.glyphicon.glyphicon-triangle-bottom {
  position: relative;
  top: -10px;
  left: 88.5%;
  font-size: 35px;
  color: #4697c5;
}

div.category-text {
  font-size: 15px;
}

div.sn-product-image.left {
  float: left !important;
  text-align: center;
  min-height: 300px;
  position: relative;
  bottom: 0;
  left: 0;
  border: 0px;
}

div.sn-product-image.right {
  float: right !important;
  text-align: center;
  min-height: 300px;
  position: relative;
  bottom: 0;
  right: 0;
  border: 0px;
}

div.sn-product-image img {
  float: none;
  border: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
}

img.sn-product {
  width: 100%;
  max-width: 435px;
  padding-top: 10px;
}

img.sn-product.left {
  float: left;
  position: relative;
}

img.sn-product.left.bottom {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
}

img.sn-product.right {
  float: right;
  position: relative;
}

img.sn-product.right.bottom {
  float: right;
  position: absolute;
  bottom: 0 !important;
  right: 0 !important;
}

div.sn-product-text {
  min-height: 250px;
  padding: 0px;
  font-size: 15px !important;
}

div.sn-product-text > p > a {
  font-weight: 600 !important;
}

div.sn-product-text h2 {
  padding: 30px 0px 0px 0px;
}

.sn-product-text p:last-child a::after {
  font-size: 19px;
  font-family: 'ls-icon' !important;
  content: "";
  position: relative;
  margin-left: 0px;
  display: inline;
  vertical-align: top;
  float: none;
}

/* SEATING AND SIZING CHART MODALS */
/*seating sizing MODAL */
table.table.table-modal tr td:first-child, table.table-modal tr th:first-child {
  width: 50% !important;
  text-align: left !important;
  padding-left: 0px !important;
}

table.table.table-modal tr td:nth-child(2), table.table.table-modal tr td:nth-child(3), table.table-modal tr th:nth-child(2), table.table-modal tr th:nth-child(3) {
  width: 25%;
  text-align: left !important;
}

table.table.table-modal span {
  display: none;
  font-weight: 600;
}

img.seatingchart {
  width: 100% !important;
  max-width: 350px;
}

/* LL-5095 - ABOUT US PAGE STYLE */
.our-story .about-main .mainText {
  width: 39%;
  position: absolute;
  top: 50%;
  right: 0px;
  left: unset;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  text-align: left;
  color: #ffffff;
}

.our-story .about-main .mainText h1 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.our-story .about-main .mainText p {
  width: 90%;
  font-size: 16px;
  margin-bottom: 0px;
}

.about-subcat {
  width: 50%;
  display: inline-block;
  margin-bottom: 30px;
}

.about-subcat.left {
  padding-right: 10px;
}

.about-subcat.right {
  padding-left: 10px;
}

.about-subcat-small {
  text-align: center;
  padding: 0px;
}

.about-logos {
  text-align: center;
  margin-bottom: 30px;
}

.about-logos img {
  display: inline-block;
  margin: 0px 15px 20px;
  max-width: unset;
}

.about-tertiary {
  padding: 0px 0px 20px;
  margin-bottom: 10px;
}

.about-tertiary:first-of-type .about-tertiary-text {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.about-tertiary:nth-of-type(2) .about-tertiary-text {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.about-tertiary img {
  max-width: 384px;
}

/* LL-14844 - css update to selector for career and not complete class - LL-5045 - careers css updates max-width: > 1200px */
div.videoContainerText.career-page {
  font-size: 14px !important;
  line-height: 23px;
}

div.videoContainerText.career-page a:link {
  font-size: 14px !important;
  color: #007daa;
}

section.mainVideo div.videoContainerText.career-page a.btn:link {
  text-decoration: none !important;
  font-size: 19px !important;
  margin-bottom: 20px;
}

.subcategory-values-banner {
  border-top: 1px solid #cccccc;
  margin: 30px auto 0px;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.subcategory-values-banner img.desk-banner {
  display: inline-block !important;
  width: 500px;
  position: relative;
  bottom: 33px;
}

.subcategory-values-banner img.tablet-banner {
  display: none !important;
  width: 400px;
  position: relative;
  bottom: 31px;
}

.subcategory-values-banner img.mobile-banner {
  display: none !important;
  width: 360px;
  position: relative;
  bottom: 0px;
}

.subcategory-values-banner img.mobile-sm-banner {
  display: none !important;
  width: 270px;
  position: relative;
  bottom: 0px;
}

.subcategory-values-banner .btn-primary {
  position: relative;
  bottom: 40px;
  border: 20px solid white !important;
  font-size: 19px;
}

.subcategory-values > .row.tight.mb30 {
  position: relative;
}

.subcategory-values h2 {
  font-weight: normal;
  font-size: 29px !important;
}

.subcategory-values p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

.subcategory-values-image img.left {
  padding-right: 15px;
}

.subcategory-values-text.left {
  position: absolute;
  top: 50%;
  left: 0px;
  right: unset;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding-right: 15px;
}

.subcategory-values-image img.right {
  padding-left: 15px;
}

.subcategory-values-text.right {
  position: absolute;
  top: 50%;
  left: unset;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding-left: 15px;
}

.subcategory-perks .about-main .mainText, .subcategory-inside .about-main .mainText {
  width: 32%;
  position: absolute;
  top: 50%;
  right: 0px;
  left: unset;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  text-align: left;
  color: #ffffff;
}

.subcategory-perks .about-main .mainText h2, .subcategory-inside .about-main .mainText h2, .subcategory-questions .about-main .mainText h2 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.subcategory-questions .about-main .mainText {
  width: 31%;
  position: absolute;
  top: 50%;
  right: unset;
  left: 0px;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  text-align: left;
  color: #ffffff;
}

.subcategory-questions .about-main .mainText h2 {
  text-align: left;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  padding-left: 43px;
  margin-bottom: 15px;
}

.subcategory-questions .about-main .mainText p {
  font-size: 16px;
  padding-left: 43px;
}

.subcategory-perks .about-main .mainText p, .subcategory-inside .about-main .mainText p {
  width: 90%;
  font-size: 16px;
}

.subcategory-perks-icons {
  text-align: center;
  margin-bottom: 20px;
}

.read-more {
  border-top: 1px solid #cccccc;
  margin: 30px auto;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}

.read-more-wrapper {
  width: 180px;
  background-color: #ffffff;
  margin: -30px auto 0px;
}

.read-more .btn-primary {
  position: relative;
  bottom: 0px;
  font-size: 19px;
}

.career-qa .career-icon {
  width: 10% !important;
}

.career-qa .career-text {
  width: 90% !important;
}

.career-qa.left {
  border-right: 1px solid #cccccc;
  padding-right: 30px;
}

.career-qa.right {
  padding-left: 30px;
}

.career-qa h1 {
  font-family: "Gotham Book", sans-serif;
  font-size: 39px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.career-social {
  padding-right: 150px;
}

.career-social h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.subcategory-inside-icons {
  text-align: center;
}

.subcategory-inside-icons div {
  text-align: center;
}

.view-all-button .btn.btn-primary {
  font-size: 19px;
}

/* LL-5045- life at lakeshore-page css max-width: 1200px */
.about-life-main {
  padding: 0px;
}

.about-life-main .mainText {
  width: 32%;
  position: absolute;
  top: 50%;
  right: 0px;
  left: unset;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  text-align: left;
  color: #ffffff;
}

.about-life-main .mainText h2 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.about-life-main .mainText p {
  width: 90%;
  font-size: 16px;
}

.about-life-icon {
  padding-left: 0px;
}

.about-life-text {
  padding-left: 0px;
}

.about-life-text p {
  margin-bottom: 10px;
}

.about-life-text ul {
  padding-left: 15px;
}

.about-life-text ul li {
  padding-bottom: 5px;
}

/*NEWSROOM MAIN PAGE >1200px */
.news-date {
  width: 20%;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
}

.news-article {
  width: 79%;
  display: inline-block;
}

.news-article a:link {
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  color: #007daa;
  text-decoration: none !important;
}

.news-article a:hover {
  text-decoration: underline !important;
}

.news-article a.readMore:link {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #007daa;
  padding-left: 0px;
}

.news-article a.readMore:hover {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #007daa;
  padding-left: 0px;
  text-decoration: underline !important;
}

.news-article p {
  margin-bottom: 0px;
}

a.newslink:link {
  font-size: 15px;
  color: #007daa;
  text-decoration: none !important;
  font-weight: normal;
  line-height: 1.42857143em;
}

a.newslink:visited {
  text-decoration: none !important;
}

a.newslink:hover {
  text-decoration: underline !important;
}

a.newslink:active {
  text-decoration: underline !important;
}

/*NEWSROOM ARTICLE PAGES >1200px */
p.news-return a::before {
  font-family: 'ls-icon' !important;
  content: "\e90b";
  font-size: 15px;
  color: #2d7fb1;
  display: inline-block;
}

.news-return a:link {
  color: #007daa;
  text-decoration: none !important;
}

.news-return a:hover {
  text-decoration: underline !important;
}

.news-return {
  margin-top: 5px;
  text-align: right;
}

/*mobile terms styles*/
ul.mobile-terms {
  padding-left: 20px !important;
  list-style-position: outside;
}

ul.mobile-terms > li {
  margin-bottom: 5px;
}

ul.mobile-terms-address {
  padding-left: 30px !important;
  list-style: none;
}

ul.mobile-terms-address-modal {
  padding-left: 15px !important;
  list-style: none;
}

/* LL-5300 - kids and company page */
img.main-image {
  width: 100%;
  padding: 0px;
  border: 0px;
}

div.aux-row {
  margin-top: 30px;
}

/*help - international numbers page */
ul.no-marker {
  list-style: none;
  padding: 0px 30px 10px 0px;
}

/* LL-4510 - help center- credit application max-width: > 1200px*/
.help-main-img {
  width: 225px;
}

.help-main-content {
  width: 80%;
}

/*classroom furniture landing*/
p.cf-subhead {
  text-align: right !important;
  padding-top: 10px !important;
}

ul.desktop-nav {
  list-style: none;
  padding: 0px 30px 10px 0px;
  font-size: 15px;
}

.cf-dropdown a.btn.dropdown-toggle::after {
  font-family: 'ls-icon' !important;
  content: "\e940";
  padding-left: 5px;
  color: #fff;
}

.cf-dropdown.open a.btn.dropdown-toggle::after {
  font-family: 'ls-icon' !important;
  content: "\e936";
  padding-left: 5px;
  color: #fff;
}

.cf-dropdown > ul.dropdown-menu li a:link {
  font-size: 15px;
  padding: 3px 20px;
}

ul.desktop-nav li a:link {
  color: #020202;
  text-decoration: none;
}

ul.desktop-nav li a:visited {
  color: #020202;
}

ul.desktop-nav li a:hover {
  color: #020202;
  text-decoration: underline !important;
}

div.cf-collection {
  padding: 0px 15px !important;
  text-align: center !important;
}

div.cf-collection img {
  width: 100% !important;
}

div.cf-collection p {
  text-align: center;
  margin: 5px 0px 15px 0px !important;
  font-size: 15px;
  font-weight: 600 !important;
}

div.cf-services-lt img {
  width: 100%;
  max-width: 552px;
  height: auto;
  padding-right: 0px;
  float: left;
}

div.cf-services-rt img {
  width: 100%;
  max-width: 552px;
  height: auto;
  padding-left: 0px;
  float: right;
}

/*product-safety max-width: > 1200px*/
p.download-link::before {
  font-family: 'ls-icon' !important;
  content: "";
  color: #F00;
  padding-right: 5px;
}

p.download-link a:link {
  text-decoration: none;
}

p.download-link a:hover {
  text-decoration: underline !important;
}

p.return-button .icn-chevron-lft{
  color: #2d7fb1;  
}

/*product-registration form max-width: > 1200px*/
p.return-button {
  text-align: right;
}

p.return-button a:link {
  text-align: right;
}

p.return-button a:hover {
  text-decoration: underline !important;
}

/*software-organizer download page */
.software-cta {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 15px 65px;
  margin-top: 30px;
}

.software-image {
  width: 50%;
  margin: 20px auto;
  padding-top: 0px;
}

.software-image img {
  width: 100%;
  padding-left: 40px;
  display: block;
  margin: 0px auto;
}

.btn-download {
  min-width: 125px;
}

/*Teachers Club page desktop - no longer a page */
/* .tc-offer-main {
  width: 100%;
  height: 100%;
  max-height: 595px;
  text-align: left;
  background: url("https://s7d9.scene7.com/is/image/LakeshoreLive/tc-bg?wid=1140&qlt=85&fmt=pjpeg&pscan=auto&op_sharpen=0&resMode=sharp2&op_usm=1,0.25,0,0") no-repeat top right;
  background-size: cover;
}

.tc-offer-main .main-logo-container {
  width: 60%;
  height: 360px;
  text-align: left;
  margin: 20px 0px 0px 30px;
}

.tc-offer-main .main-logo-container img.main-logo {
  width: 70%;
  padding-left: 30px;
}

.tc-offer-main .main-logo-container ol li a {
  color: #020202;
  font-weight: 700;
  text-decoration: underline;
}

.tc-offer-main ol {
  width: 100%;
  text-align: left;
  font-size: 17px;
  line-height: 1em;
  padding: 0px 0px 0px 60px;
  margin: 15px 0px 20px 0px;
}

.tc-offer-main ol li {
  margin-top: 10px;
}

.tc-offer-main .main-logo-container a.btn-primary {
  margin: 0px 0px 0px 45px;
}

.tc-offer-main .tc-offer-cta {
  width: 65%;
  padding: 15px 45px;
}

.tc-offer-cta-banner {
  display: block;
}

.tc-offer-main .tc-offer-cta .tc-offer-cta-banner a img, .tc-offer-main .tc-offer-cta .tc-offer-cta-text img {
  width: 100%;
}

.tc-offer-main .tc-offer-cta .tc-offer-cta-banner a img {
  margin-top: 10px;
}

.clearfix.short {
  height: 5px;
}

.tc-offer-list {
  width: 100%;
  background-color: #ffffff;
  color: #020202;
  padding: 15px;
  text-align: left;
}

.offer-list-wrapper {
  width: 100%;
  margin: 0px auto;
}

.tc-offer-list ul {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 0px;
}

.tc-offer-list div.offer-list {
  width: 20%;
  margin: 0px;
  float: left;
  padding: 0px;
}

.tc-offer-list div.offer-list ul li {
  line-height: 19px;
  margin-bottom: 5px;
}

.tc-offer-list div.offer-list ul li.nowrap {
  white-space: nowrap;
} */

/*modal-sizingchart-adjustableChair Sizes Modal */
#modal-sizingchart-adjustable .modal-footer {
  text-align: left;
  background-color: #2d7fb1;
  color: #fff;
}

/* Connective Furniture max-width: >1200px */
.connective-main {
  overflow: hidden;
  margin-bottom: 10px;
}

.connective-main img {
  width: 100%;
}

.connective-main-text {
  padding-left: 30px !important;
}

div.diagram {
  background: #ffffff url("https://s7d9.scene7.com/is/image/LakeshoreLive/connective-diagram?wid=1140&fmt=pjpeg&pscan=auto&qlt=85,1") no-repeat right top;
  background-size: 1140px 710px;
  height: 710px;
}

div.connect-furniture {
  width: 100%;
  text-align: center;
  padding: 0px;
}

div.connect-furniture p {
  text-align: left;
  padding: 45px 0px 0px 125px;
  margin-bottom: 30px;
}

div.connect-furniture img {
  width: 1056px;
  padding: 0px;
}

div.connect-furniture ul:first-child {
  width: 50%;
  text-align: left;
  padding: 50px 0px 0px 140px;
}

div.connect-furniture ul:last-child {
  width: 40%;
  text-align: left;
  padding: 50px 0px 0px 50px;
}

/* mobile-apps page styles */
div.free-app {
  width: 35%;
  float: left;
  min-height: 635px;
  font-size: 15px;
  text-align: center;
  margin: 20px 7.5%;
}

div.free-app img.main {
  width: 90%;
}

div.free-app ul {
  width: 90%;
  text-align: left;
  margin-top: 10px;
}

/* LL-7610 - audio player CSS for PDP  */
div#modal-audioDiv .modal-body audio#audio {
  width: 94%;
  min-width: 260px !important;
  margin-bottom: 15px;
}

div#modal-audioDiv .modal-body #prevTrack {
  width: 50%;
  height: 25px;
  float: left;
  margin-bottom: 10px;
}

div#modal-audioDiv .modal-body #nextTrack {
  width: 50%;
  height: 25px;
  float: right;
  margin-bottom: 10px;
}

audio::-internal-media-controls-download-button {
  display: none;
}

audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}

audio::-webkit-media-controls-panel {
  width: calc(100% + 33px);
}

/* LL-9580 - audio player CSS for PDP  */
div#secondaryPlaylists > span.blue {
  display: block;
  line-height: 23px;
  margin-bottom: 5px;
}

div#modal-audioDiv .modal-body p.cdTitle {
  font-weight: 700;
  clear: both;
}

ul#playlist {
  list-style: none outside;
  cursor: pointer !important;
  max-height: 220px;
  overflow-y: auto;
  padding-left: 25px;
}

ul#playlist li {
  margin-left: 15px;
  margin-bottom: 5px;
}

ul#playlist li span {
  margin-left: -15px;
}

ul#playlist li i.ls-icon.icn-play {
  margin-right: 15px;
  margin-left: -30px;
  font-size: 14px;/*max glyphicon font-size before affecting li*/
}

div#modal-audioDiv .modal-body span.closeWindow {
  cursor: pointer;
}

/*Product Detail Page*/
.review-text {
  font-size: 13px;
  white-space: nowrap;
  text-align: left;
}

/* LL-5383 - FREE RESOURCES - LESSON PLANS - STYLES*/
/* a[onclick] > i {
  display: inline;
}

ol.lessonList {
  padding-left: 20px;
}

ol.lessonList li {
  margin-bottom: 5px;
} */

/* LL-8026 - Free Resources Word Search Page */
/* .wordSearchSample img {
  width: 100%;
  max-width: 184px;
  padding-right: 15px;
}

#wordSearchForm .control-label {
  margin-bottom: 15px !important;
}

.fr-wordSearch.form-group textarea {
  margin-bottom: 10px;
}

#wordSearchForm .control-label {
  margin: 15px 0px 5px 0px !important;
}

.fr-orderList {
  padding-left: 20px;
} */

/*LL-8040 - free resources craft and activity pages max-width: >1200px*/
/* .fr-print a img {
  width: 17px;
  margin-right: 5px;
} */

/* LL-8037 - SANDI page */
#left-main {
  padding-right: 30px;
}

#left-main ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.externalLink.gryText {
  padding-left: 0px;
}

.testimonialText {
  padding-left: 0px;
}

.txt-justify {
  text-align: justify;
}

/* LL-2537 Digital Learning SignIn max-width: > 1200px */
.dl-category {
  width: 50%;
  text-align: center;
  margin: 30px 0px;
}

.dl-category p {
  padding: 20px 15px 0px;
}

.dl-category img {
  width: 100%;
  max-width: 291px;
}

.dl-cta h4 {
  line-height: 29px;
}

.dl-warning {
  background-color: #fdf786;
  border: 1px solid #cccccc;
  padding: 20px 35px;
}

.dl-warning h4 {
  line-height: 30px;
}

/* LL-10785 - PDP badges update with Live Text */
/* rule included on product-info.scss line 120 */
/* div.badges {
  display: inline-block;
  margin: 0px 15px 12px 0px;
  font-size: 12px;
  font-weight: 500;
  color: #020202;
}

div.badges img {
  max-width: 210px;
  display: inline-block;
  vertical-align: top !important;
  margin-right: 4px;
  padding-top: 4px;
}

div.badges p {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #020202;
  margin: 0px;
  max-width: 88px;
} */

/* LL-5091 - tools of the mind page */
.tom-main-logo {
  width: 33%;
  max-width: 176px;
}

.tom-main-logo img {
  width: 100%;
  max-width: 176px;
}

.tom-main-image {
  width: 100%;
  max-width: 745px;
}

/* LL-2538 - Gift-card-balance-page max-width: > 1200px */
.gift-card-info {
  width: 65%;
  margin-top: 20px;
}

.gift-card-info .card-links {
  display: block;
  text-align: center;
}

.gift-card-info .btn-primary {
  display: none;
}

.gift-card-form {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 30px;
  float: right;
}

.gift-card-form form {
  background-color: #f0f0f1;
  padding: 15px;
  border: 1px solid #ccc;
}

.gift-card-form form .gc-check-button {
  padding: 0px 15px 0px 0px;
  margin-top: 23px;
}

/* LL-10962 - Teachers Workshop - desktop column width */
.col-2-wide {
  width: 20%;
}

/* LL-12319 - GSA Cart Banner styles */
/* banner above */
.gsa-promo-terms-above {
  padding: 0px;
}

.gsa-promo-terms-above p {
  font-weight: 600;
}

.gsa-promo-banner-above a img {
  position: relative !important;
  width: unset !important;
  top: -25px;
  left: -195px;
}

/* banner over */
.gsa-promo-terms-over {
  background-position: top;
  height: 100px;
  margin-bottom: 20px;
  background-size: cover;
}

.gsa-promo-terms-over p {
  font-weight: 600;
}

.gsa-promo-terms-over p a {
  color: #020202;
  text-decoration: underline !important;
}

.gsa-promo-terms-over p a.white {
  text-decoration: underline !important;
}

/* banner under */
.gsa-promo-terms-under {
  padding: 0px;
}

.gsa-promo-terms-under p {
  font-weight: 600;
  margin-top: 10px;
}

.gsa-promo-terms-under p a {
  color: #020202;
  text-decoration: underline !important;
}

.gsa-promo-banner-under a img {
  position: relative !important;
  width: unset !important;
  top: 0px;
  left: -195px;
}

/* gsa modal style */
#gsa-shipping p {
  font-weight: normal;
}

/* LL-2540 - Product Registration Pages styles */
.product-safety-info-main {
  padding: 0px 15px;
}

.product-safety-info-main > div {
  padding: 0px 15px;
}

/* LL-15524 - for title level 2 */
.semi-bold {
  font-weight: 600;
}

.wishlist-title {
  display: inline-block;
  margin-right: 5px;
  text-transform: capitalize;
}

/* LL-16823 change qty dropdown on PDP to native */
.qty-dropdown {
  height: 38px !important;
  text-align: left !important;
  position: relative;
  background: none;
  padding: 0 30px 0 6px !important;
}

/* LL-14240 redesign dropdown menus on PDP - Switch-Case $default as a second dropdown */
.second-DD {
  padding: 5px 15px !important;
}

.cart-item-qty {
  width: 60px;
  margin: 0 auto;
}

/* Moved from common.css */
#personalmessage {
  resize: vertical;
  height: 101px;
  min-height: 55px;
}

/* LL-17739 - Social icon popover position fix*/
.pdp-emailicon .popover {
  width: 160px;
  text-align: center;
}

.fb-like .popover {
  width: 160px;
  text-align: center;
}

/* LL-17320 - cart-e-mail-cart modal style updates - max-width: > 1200px */
#modal-share .btn-shareList {
  min-width: 80px;
}

#modal-share .cart-icon {
  width: 10%;
  min-width: 75px;
  max-width: 95px;
  padding: 0px 15px;
  float: left;
}

#modal-share .required {
  width: 86%;
  margin-top: 0px;
  padding: 0px 15px;
  float: left;
}

#modal-share .required h3 {
  margin: 0px 20px 0px 0px;
  display: inline;
}

#modal-share .required span {
  display: inline;
  white-space: nowrap;
}

#modal-share .required p {
  margin-top: 5px;
}

#modal-share .msgText {
  height: 115px;
  resize: none;
}

/* LL-16947 Shopping list search result page */
/* .sh-list img {margin-right: 10px !important; } */
.list-label {
  width: calc(100% - 60px);
  padding-bottom: 10px;
  display: inline-block;
}

.list-label-border {
  border-bottom: 1px solid #ddd;
}

.list-label span {
  font-size: 16px;
  font-weight: 700;
}

h4.wishlist-title {
  font-weight: 700;
  font-size: 18px;
}

.no-item-alert {
  text-align: center;
  font-size: 1.65rem;
  padding-top: 20px;
}

.mobile-cart-links {
  display: none !important;
}

.btn-paypal {
  padding: 11px !important;
}

.add-all-btn {
  width: 180px !important;
}

.added-all-btn {
  width: 178px !important;
}

.text-cap {
  text-transform: capitalize;
}

.add-to-list {
  cursor: pointer;
  color: #007daa;
  font-size: 0.93em;
  line-height: 1.4em;
}

.s7staticimage img {
  display: none !important;
}

/* EC-1036 PDP - Grey outline flashes around main image when PDP loads */
.remove-all {
  text-align: right;
  padding: 15px 0 10px;
  border-top: 1px solid #ccc;
}

.password-verbiage {
  font-size: 0.93em;
}

.password-verbiage p {
  line-height: 1.4em;
}

/*EC-1482 - write a review margin fixes min-width 1200px */
.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.table-cell > p {
  margin: 0px;
}

.review-shop-button {
  display: block;
  width: initial;
}

/* Paypal redirect spinner */
.paypal-spinner.preloader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.85);
}

.paypal-spinner .spinWrap {
  width: 100%;
  height: 70px;
  position: relative;
  top: 40%;
  left: -2%;
}

.paypal-spinner .loader, .paypal-spinner .spinnerImage {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 1;
}

.paypal-spinner .spinnerImage {
  height: 70px;
  width: 70px;
  margin: 24px 0 0 -15px;
  background: url(/assets/images/icon_paypal_spin_lock.png) no-repeat center;
  background-size: contain;
}

.paypal-spinner .loader {
  height: 120px;
  width: 120px;
  margin: 0 0 0 -40px;
  background-color: transparent;
  -webkit-animation: paypal-spin 0.7s infinite linear;
  -o-animation: paypal-spin 0.7s infinite linear;
  animation: paypal-spin 0.7s infinite linear;
  border-left: 5px solid #cbcbca;
  border-right: 5px solid #cbcbca;
  border-bottom: 5px solid #cbcbca;
  border-top: 5px solid #2380be;
  border-radius: 100%;
}

@keyframes paypal-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.srpWrapper .item-title {
  line-height: 18px !important;
  margin-bottom: 2px;
}

.hr-divider {
  margin: 0px 20px !important;
}

.disabledLink {
  color: currentColor;
  opacity: 0.4;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none !important;
}

.review-login-text {
  padding: 35px 0 0 35px;
}

.review-login-text h1 {
  margin-bottom: 5px;
}

.review-login-text p {
  font-size: 18px;
}

.ropis .radio-indicator {
  top: 5px;
  cursor: pointer;
}

img.assort-img {
  cursor: pointer;
}

/* EC-10350 Decor Landing Page Redesign  min-width > 1200px */
button .btn-default:focus {
  outline: 0;
}

.sideNav-links, .sideNav-links:hover {
  font-family: "Gotham Book", sans-serif;
  color: #020202;
  font-weight: 400;
  font-size: 14px;
}

.sideNav-ul {
  list-style: none;
  padding-left: 0px;
}

.sideNav-ul li {
  line-height: 1.4em;
  margin-bottom: 5px;
}

.rowImage-BottomText {
  width: 100%;
  height: initial;
  text-align: center;
  font-family: "Gotham Bold", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0px 20px !important;
}

.image-row-cell {
  display: block;
  margin-bottom: 0px;
}

/* EC-11230 - viewText-cartridge-fix - max-width > 1200px */
.viewMoreText .btn.active.focus, .viewMoreText .btn.active:focus, .viewMoreText .btn.focus, .viewMoreText .btn:active.focus, .viewMoreText .btn:active:focus, .viewMoreText .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

/* EC-11230 - carousel min-height fix for auxilliary page carousels */
div[id*=aux-carousel] article.item {
  min-height: initial;
}

/* End EC-10350 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wishlist-list .account-list .account-edit-cancel {
    margin-left: 10px;
    min-width: 70px !important;
  }

  article.item {
    min-height: 275px;
  }

  ul.search-tabs > li > a {
    font-size: 13px;
  }

  .flex-container .s7flyoutviewer .s7flyoutzoomview .s7flyoutzoom {
    left: 425px !important;
  }

  .qo-colorOption .btn.btn-colSelect.dropdown-toggle.prod-secondary {
    width: 160px !important;
  }

  /* EC-1433 - QUICK ORDER SEPARATE PAGE */
  .table-quickorder .qo-colorOption .btn.btn-colSelect.dropdown-toggle.prod-secondary {
    width: 100% !important;
  }

  .md-pl30 {
    padding-left: 30px !important;
  }

  .orderSearch .control-label {
    font-size: 13px;
  }
}
/* end (min-width: 992px) and (max-width: 1199px)*/
@media screen and (max-width: 1199px) {
  /* footer */
  .footer-links {
    width: 60%;
    margin-left: 0%;
  }

  .footer-col:first-child {
    padding-left: 15px;
  }

  #legal .container {
    width: 971px;
  }

  /*cart*/
  .shopmid {
    width: 75% !important;
    text-align: right !important;
  }

  .shopmidSubTotal {
    text-align: right !important;
    display: none;
  }

  .ll-typeahead .ll-autosuggest-container .autosuggest-content {
    padding: 0;
  }

  /* LL-10861 - remove sticky nav function from Cart*/
  #cartAffix {
    width: 263px;
    top: 0px;
    float: right;
    margin-left: 30px;
  }

  #cartAffixEmpty {
    position: static !important;
    width: 263px;
    float: right;
  }

  #cartAffixOnePage {
    position: static !important;
    width: 200px;
    top: 0px;
    float: right;
  }

  /* LL-18163 - homepage featured resources slots */
  .col-md-2.featured-resource {
    display: none;
  }

  /* LL-17978- featured Categories Block Links */
  .featured-resource-mobile-container {
    display: inline-block;
    padding: 0px 15px !important;
    margin-bottom: 0px;
  }

  a.featured-resource-mobile {
    background-color: #f8f8f8;
    display: block;
  }

  a.featured-resource-mobile:hover {
    background-color: #f3f3f3;
  }

  a.featured-resource-mobile img {
    width: 40%;
    margin-right: 15px;
    float: left;
  }

  a.featured-resource-mobile span {
    width: 45%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #666666;
    font-size: 2vw;
    line-height: 2vw;
    font-weight: 600;
  }

  /*PDP - Giftcard styles*/
  div.giftcard-edit-box form.form div.form-group.col-sm-6 {
    width: 100% !important;
  }

  div.gift-fields-entry {
    width: 84%;
    max-width: 220px;
    min-width: 215px;
  }

  /*FREE RESOURCES - AWARD MAKER*/
  /* .flash {
    height: 100%;
    width: 100%;
  }

  #frRtNavAffix.affix-top {
    position: relative !important;
    width: 263px;
    top: 0px;
  }

  #frRtNavAffix.affix {
    position: static !important;
    width: 263px;
    top: 20px;
  }

  #frRtNavAffix.affix-bottom {
    width: 263px;
    top: 0px;
  } */

  /* LL-8026 - Free Resources Word Search Page max-width: 1199px */
  /* #wordSearchForm {
    border-top: 1px solid #ccc;
    margin-top: 28px;
  } */
  /* free resources carousel items */
  /* .fritem-v {
    width: 88px !important;
    padding: 0px;
    text-align: center;
    margin: 0px 12px;
  }

  .fritem-v a.item-link, .item-h a.item-link {
    display: block;
    padding: 8px;
    position: relative;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    outline: none;
  }

  .fritem-v a.item-link:hover, .item-h a.item-link:hover {
    border-color: #CCCCCC;
    border-bottom-color: #2D8CAB;
    text-decoration: none;
  }

  .fritem-v img.item-img {
    display: block;
    margin: 0px;
    width: 70px;
  } */

  /*ORDER DETAILS sticky nav*/
  #od-summaryAffix.affix-top {
    position: relative;
    width: 212px;
    top: 65px;
  }

  #od-summaryAffix.affix {
    position: fixed !important;
    width: 212px;
    top: 20px;
  }

  #od-summaryAffix.affix-bottom {
    width: 212px;
    top: 30px;
  }

  /*sticky wishlist for mobile only. position:static; width:25% for lg and md, width:41.6% for sm. affix buttons and popup for xs */
  /* .wishlist-trigger.wishListAffix.affix-top, .manage-trigger.wishListAffix.affix-top {
    position: fixed !important;
    bottom: 0px !important;
  }

  .wishlist-trigger.wishListAffix.affix, .manage-trigger.wishListAffix.affix {
    position: fixed !important;
    width: 50% !important;
    bottom: 0px !important;
    top: 93% !important;
  }

  .wishlist-trigger.wishListAffix.affix-bottom, .manage-trigger.wishListAffix.affix-bottom {
    position: fixed !important;
    bottom: 580px !important;
  }

  .wishlist-list.wishListAffix.affix-top {
    position: static !important;
    bottom: 0px;
  }

  .wishlist-list.wishListAffix.affix {
    position: static !important;
    width: 25% !important;
    bottom: 0px;
    top: 93%;
  }

  .wishlist-list.wishListAffix.affix-bottom {
    position: static !important;
    bottom: 0px;
  }

  .wishlist-manage-list.wishListAffix.affix-top {
    position: fixed !important;
    bottom: 0px !important;
  }

  .wishlist-manage-list.wishListAffix.affix {
    position: fixed !important;
    width: 100% !important;
    bottom: 0px !important;
    top: 93% !important;
  }

  .wishlist-manage-list.wishListAffix.affix-bottom {
    position: fixed !important;
    bottom: 610px !important;
  } */

  /*homepage*/
  .container2 {
    width: 100%;
    padding: 0px;
  }

  /*Product Detail Page*/
  /*PDP Image*/
  .flex-container .pdpcarousel {
    width: 100%;
    height: auto;
  }

  .flex-container .s7flyoutviewer .s7flyoutzoomview .s7flyoutzoom {
    width: 345px !important;
    height: 380px !important;
  }

  /* LL-11591 - product review section */
  .review-text {
    font-size: 13px !important;
    white-space: nowrap;
    text-align: left;
  }

  .pdp-desktop-price {
    font-size: 13px;
  }

  .pdpcarousel {
    width: 100%;
    text-align: center;
  }

  .pdpThumb img {
    width: 100%;
    height: auto;
  }

  .pdp-price {
    font-size: 27px;
  }

  .pdp-stars {
    width: 25%;
  }

  .pdp-reviewdate {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* LL-13839 - PDP dropdown open wrapping max-width: 1199px */
  .dropdown.pdp-item-dropdown.open {
    width: 130%;
    height: 34px;
  }

  /*Show PDP image and slider on iPad portrait*/
  .flex-container .s7flyoutviewer, .flex-container .s7flyoutzoomview, .flex-container .s7staticimage, .flex-container .s7flyoutviewer .s7flyoutzoomview, .flex-container .s7staticimage img {
    width: 400px !important;
    height: 300px !important;
  }

  .flex-container .pdpcarousel {
    height: 275px;
  }

  .flex-container img {
    border: none;
  }

  .flex-container .pdp-warranty-image-mobile {
    display: none;
  }

  .flex-container #s7_videoview.s7videoviewer {
    width: 400px !important;
    height: 225px !important;
  }

  /* LL-13821 - video player outside main area on IE 10 only */
  .flex-container #productVideo {
    width: 400px !important;
  }

  /*pdp - view larger modal*/
  .viewLarger-modal-dialog {
    width: 940px;
  }

  .viewLarger-modal-body > div > img {
    width: 770px;
  }

  /* WARRANTY Image */
  .pdp-warranty-image-mobile {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
    pointer-events: none;
  }

  .pdp-warranty-image-mobile img {
    width: 100px;
    border: none !important;
  }

  /* View Larger and Zoom */
  #main .viewLarger > a[data-dismiss]:link {
    text-decoration: none !important;
  }

  #main .viewLarger > a[data-dismiss]:hover {
    text-decoration: underline !important;
  }

  /*QV Scene 7*/
  .qv-mainimg .s7flyoutviewer {
    display: block;
  }

  /* ORDER DETAILS */
  .od-shopmid {
    text-align: right !important;
  }

  /*ORDER DETAILS sticky nav*/
  #od-summaryAffix.affix-top {
    position: relative;
    width: 212px;
    top: 65px;
  }

  #od-summaryAffix.affix {
    position: fixed !important;
    width: 212px;
    top: 20px;
  }

  #od-summaryAffix.affix-bottom {
    width: 212px;
    top: 30px;
  }

  /* Complete Classrooms */
  div.cc-view-links {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  /*AYR - LANDING PAGE */
  /* div.ayr-assessment-form div.ayr-signin-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 15% 10%;
    z-index: 100;
  } */

  /*AYR - ASSESSMENTS PAGE */
  /* div.ayr-title {
    float: left !important;
    width: 100%;
  }

  div.ayr-navbar {
    float: right;
    width: 100%;
  }

  div.ayr-navbar ul.nav.navbar-nav {
    float: right;
  }

  div.ayr-navbar ul.nav.navbar-nav > li > a {
    float: left;
  }

  div.ayr-navbar ul.nav.navbar-nav > li > a img {
    margin-right: 10px;
  } */

  /*NEWSROOM */
  .news-date {
    width: 22%;
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    display: inline-block;
    vertical-align: top;
  }

  .news-article {
    width: 77%;
    display: inline-block;
  }

  .news-article a {
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    color: #007daa;
  }

  .news-article a.readMore {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    color: #007daa;
    padding: 0px;
  }

  /* ABOUT US PAGE max-width: 1199px */
  .our-story .about-main .mainText {
    width: 40%;
  }

  .about-life-main .mainText {
    width: 33%;
    transform: translateY(-57%);
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
  }

  /*software-organizer download page */
  .software-image {
    width: 50%;
    margin: 20px auto;
    padding-top: 20px;
  }

  .software-image img {
    width: 100%;
    padding-left: 40px;
    display: block;
    margin: 0px auto;
  }

  /*Teachers Club page */
  /* .tc-offer-main {
    background-size: 115%;
  }

  .tc-offer-main .main-logo-container {
    width: 70%;
  }

  .tc-offer-main .main-logo-container img.main-logo {
    width: 65%;
    padding-left: 0px;
  }

  .tc-offer-main ol {
    padding: 0px 0px 0px 30px;
    margin: 20px 0px 15px 0px;
  }

  .tc-offer-main .main-logo-container a.btn-primary {
    margin: 0px 0px 0px 15px;
  }

  .tc-offer-main .tc-offer-cta {
    width: 63%;
    padding: 15px 45px;
  } */

  /*Classroom Furniture */
  div.cf-services-lt img {
    width: 100%;
    max-width: 552px;
    height: auto;
    padding-right: 10px;
    float: left;
  }

  div.cf-services-rt img {
    width: 100%;
    max-width: 552px;
    height: auto;
    padding-left: 10px;
    float: right;
  }

  /* LL-5112 - Connective Furniture */
  .connective-main img {
    width: 140%;
    position: relative;
    left: -110px;
  }

  div.diagram {
    background: #ffffff url("https://s7d9.scene7.com/is/image/LakeshoreLive/connective-diagram?wid=1140&fmt=pjpeg&pscan=auto&qlt=85,1") no-repeat right top;
    background-size: 940px 585px;
    height: 585px;
  }

  div.connect-furniture p {
    text-align: left;
    padding: 40px 25px 5px 100px;
    margin-bottom: 0px;
  }

  div.connect-furniture img {
    width: 840px;
    padding: 0px 0px 0px 50px;
  }

  div.connect-furniture ul:first-child {
    width: 50%;
    text-align: left;
    padding: 65px 0px 0px 115px;
  }

  div.connect-furniture ul:last-child {
    width: 45%;
    text-align: left;
    padding: 65px 0px 0px 40px;
  }

  /* LL-4877 - updated anchor height to accommodate long title: */
  .sn-nav.nav-tabs > li > a {
    height: 63px;
    padding: 10px;
  }

  /* LL-10276 - popovers going off screen on iPAD */
  div[id^=popover] {
    width: 275px;
    position: absolute;
  }

  /* LL-2538 - Gift-card-balance-page */
  .gift-card-info {
    width: 65%;
    margin-top: 20px;
  }

  .gift-card-form {
    width: 35%;
    margin-top: 20px;
    float: right;
  }

  /* LL-4510 - help center- credit application */
  .help-main-img {
    width: 225px;
  }

  .help-main-content {
    width: 75%;
  }

  /* LL-12319 - GSA Cart Banner styles max-width:1199px */
  /* banner over */
  .gsa-promo-terms-over {
    height: 83px;
  }

  /* Shopping List */
  #main .btn {
    min-width: 75px;
  }

  /* LL-15050 - Checkout - Text within collapsed Payment section is misaligned */
  h3.panel-title .paypal-logo {
    left: 0;
  }
}
/* end max-width: 1199px */
@media screen and (max-width: 991px) {
  #modal-sendemail {
    overflow-y: auto;
  }

  p.acc-list-back {
    text-align: left;
  }

  #modal-email-exist .modal-dialog {
    margin: 5%;
    width: 90% !important;
  }

  #modal-email-exist .modal-dialog .modal-border-right {
    border-right: none;
  }

  .viewLarger-modal-dialog {
    width: 720px;
  }

  .viewLarger-modal-body > div > img {
    width: 500px;
  }

  .viewLarger-modal-content {
    min-height: 650px;
  }

  /*PDP Image styles*/
  .flex-container .pdpcarousel {
    width: 110px;
  }

  .flex-container .s7flyoutviewer, .flex-container .s7flyoutzoomview, .flex-container .s7staticimage, .flex-container .s7flyoutviewer .s7flyoutzoomview, .flex-container .s7staticimage img {
    width: 350px !important;
    height: 263px !important;
  }

  /* LL-13821 - video player outside main area on IE 10 only */
  .flex-container #productVideo {
    width: 350px !important;
  }

  #wrapper {
    min-height: 100%;
    height: auto;
  }

  #contentWrapper {
    min-height: 100%;
    height: auto;
  }

  /* begin needed for old header style on b2b custom eai */
  form.header-search button {
    font-size: 30px;
  }

  /*Typeahead*/
  .ll-typeahead {
    width: 100% !important;
  }

  .ll-typeahead .ll-autosuggest-container {
    top: 88%;
  }

  .tt-left {
    position: absolute;
    left: -1px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    width: 20px;
    height: 20px;
    top: -20px;
  }

  .tt-right {
    position: absolute;
    right: -1px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    width: 20px;
    height: 20px;
    top: -20px;
  }
  /* end of needed for old header style on b2b custom eai max-width: 991px */

  /*header*/
  .header-search .glyphicon-triangle-top {
    position: absolute;
    left: 104px;
    top: -10px;
  }

  /* .header-left .icon-search {
    font-size: 30px;
    position: absolute;
    left: 50px;
    top: 18px;
  } */

  /* HEADER PROMO BANNER */
  #header-promo {
    display: none;
  }

  /*modals*/
  .modal-sendemail {
    width: 600px;
  }

  .modal-seatingchart {
    width: 600px;
  }

  .modal-seatingchart img {
    width: 100%;
  }

  /* cart */
  ul.checkout-list {
    border: none;
    padding: 0px;
  }

  .pl-991-30 {
    padding-left: 0px !important;
    width: 100% !important;
  }

  /* h3.panel-title .paypal-logo {
    left: -7px;
  } */

  /*LL-6318 subtotal display for tablets max-width: 991px*/
  .shopmid {
    width: 50% !important;
    text-align: right !important;
  }

  .shopmidSubTotal {
    text-align: right !important;
    display: inline-block;
  }

  .emptyCart#cartItems {
    padding-right: 0 !important;
  }

  #cartAffixOnePage ul.checkout-list.onepage li {
    padding-left: 50px;
    margin: 0;
  }

  /* LL-6317 - shopping cart updates */
  /*coupon input*/
  .col-md-12.col-sm-7.col-xs-7.orderSummaryCheckout {
    width: 30%;
    padding-left: 0px !important;
  }

  /*checkoutButton Container*/
  .col-lg-12.col-lg-offset-0.col-md-12.col-md-offset-0.col-sm-5.col-sm-offset-0.col-xs-4.col-xs-offset-1.orderSummaryCheckout {
    width: 70%;
    padding-left: 30px !important;
  }

  /*checkout "or" text*/
  div.pl-991-30 + div.col-md-12.col-sm-12.text-center.pb10 {
    width: 10%;
    float: left;
  }

  /*checkout "gift wrap" text*/
  .col-lg-12.col-md-12.col-sm-4.col-xs-5.orderSummaryCheckout.pt10 {
    width: 100%;
  }

  /*account-payment account-address table*/
  /* div.account-address .table > thead > tr > th, div.account-address .table > tbody > tr > td, div.account-address .table > tbody > tr > th {
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
  }

  div.account-address .table > tbody > tr > td.account-control {
    text-align: right !important;
  }

  div.account-address .table > tbody > tr > td.account-control a.account-edit-show {
    margin-right: 10px !important;
  }

  div.account-address .table > thead > tr > th > a.noline, div.account-address .table > tbody > tr > td > a.noline, div.account-address .table > tbody > tr > th > a.noline {
    color: #020202 !important;
    margin-left: 0px !important;
  } */

  /* LL-11553 - account shipping panels */
  p.text-required {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0px;
  }

  /*EC-6150 - PO Box messaging on mobile checkout*/
  ul.dropdown-menu.dropdown-addressAlert {
    width: 70%;
    max-width: 100%;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: initial;
    transform: translate(-50%, -50%);
    box-shadow: none;
    margin: 0px;
    padding: 20px;
  }

  ul.dropdown-menu.dropdown-addressAlert button.close {
    opacity: 1;
    position: relative;
    right: -10px;
    top: -10px;
    color: #ea2431;
    float: right;
  }

  ul.dropdown-menu.dropdown-addressAlert button.close:hover,
  ul.dropdown-menu.dropdown-addressAlert button.close:focus {
    color: #ccc !important;
    cursor: pointer;
  }

  /* LL-6520 - Account Order History Title Header */
  .account-header .mainTitle {
    width: 66.66%;
  }

  /* add to cart modal & modal-addWishlistItem */
  #modal-added-to-cart, #modal-addWishlistItem {
    width: 450px;
    margin: 0px auto;
    overflow: visible;
  }

  /* old added to cart modal */
  /* items - cart add Thank You max-width: 991px */
  .modal-dialog.modal-cartAddty {
    width: auto !important;
  }

  ul.item-cartAddty .item-img-column {
    position: relative;
  }

  ul.item-cartAddty .item-price {
    text-align: left;
    margin-top: 10px;
  }

  ul.item-cartAddty .item-qty-column {
    position: relative;
    text-align: left;
    margin-top: 10px;
  }

  ul.item-cartAddty .item-total {
    text-align: center;
    margin-top: 10px;
  }

  /* LL-10861 - remove sticky nav function from Cart*/
  #cartAffix {
    width: 100%;
    position: static !important;
    top: 0px !important;
  }

  #cartAffixEmpty {
    width: 100%;
    position: static !important;
    top: 0px !important;
  }

  #cartAffixOnePage {
    width: 100%;
    position: static !important;
    top: 0px !important;
  }

  #page {
    padding-top: 0px;
    clear: both;
  }

  /* begin needed for old header style on b2b custom eai */
  #header .container, #header .header-right {
    position: static;
    padding-left: 15px;
  }

  .header-left {
    padding-top: 20px;
  }

  /* .header-left .icon-search {
    position: absolute;
    left: 80px;
  } */

  .header-center {
    padding-top: 11px;
  }

  a.header-logo {
    font-size: 180px;
    top: -82px;
  }

  form.header-search input {
    height: 45px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  /* end of needed for old header style on b2b custom eai max-width: 991px*/

  .minicart .dropdown-caret {
    background-position: 96.5% 6px;
  }

  /* footer */
  #footer {
    padding: 30px 0;
    font-size: 12px;
  }

  #footer > .container {
    width: auto;
  }

  .icon-footer-text {
    margin-left: 20px;
  }

  #footer-links #legal p.text-right {
    text-align: center !important;
  }

  .footer-links {
    width: 60%;
    margin-left: 0%;
    float: left;
  }

  .footer-col:first-child {
    width: 70%;
  }

  .footer-col:last-child {
    width: 30%;
    padding: 0px 15px;
  }

  .footer-col:first-child ul {
    width: 50% !important;
  }

  .footer-contact {
    width: 40%;
    padding-left: 15px;
    float: left;
  }

  .footer-contact > .row {
    padding-top: 0px;
  }

  #legal {
    text-align: center;
  }

  #legal .container {
    width: 100%;
  }

  /**/
  a.carousel-nav {
    width: 80px;
    background: #fff;
    text-indent: -9999em;
    z-index: 200;
    opacity: 0.5;
  }

  a.carousel-prev {
    left: 0;
  }

  a.carousel-next {
    right: 0;
  }

  /* Quick View Carousel*/
  .qvcarousel a.carousel-nav {
    width: 25px;
    background-color: none;
    text-indent: 0em;
    opacity: 1;
  }

  #main.home > .container {
    padding: 0;
    width: auto;
  }

  .buckets div.row > div {
    height: auto;
    padding: 30px 20px;
  }

  .buckets-text {
    padding: 0 0 15px;
    height: auto;
  }

  .buckets br {
    display: none;
  }

  form.buckets-locate > div:first-child {
    text-align: center;
    padding: 30px 20px 5px;
  }

  form.buckets-locate > div:last-child {
    text-align: center;
    padding: 5px 20px 30px;
  }

  form.buckets-locate label {
    font-size: 24px;
    padding-left: 40px;
  }

  form.buckets-locate label i {
    font-size: 30px;
    position: absolute;
    left: 0;
  }

  form.buckets-locate .form-control {
    display: inline-block;
  }

  .feature .bgcover {
    position: static;
    right: 0;
    top: 0;
    width: 100%;
    height: 500px;
  }

  /* account */
  .account-new-left {
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .account-new-right {
    border-left: none;
    border-top: 1px solid #ccc;
    padding-left: 15px;
    padding-top: 15px;
  }

  .account-landing .account-address {
    padding-bottom: 14px;
  }

  /* homepage max-width 991px */
  .container2 {
    width: 100%;
    padding: 0px;
  }

  .container2 section {
    padding: 0px;
  }

  .container2 .feat-heading, .container2 .masthead .featured-slot {
    padding: 0px;
  }

  .container2 .featured-slot {
    padding: 0px;
  }

  /* product detail page*/
  .pdpThumb {
    margin-right: 0px;
  }

  .pdp-mobile-price {
    display: block;
    font-size: 13px;
    white-space: nowrap;
  }

  .pdp-mobile-price .col-xs-6.text-right {
    padding-left: 0px;
  }

  .pdp-desktop-price {
    display: none;
  }

  .pdp-description {
    line-height: 26px;
  }

  .smallbody {
    line-height: 26px;
  }

  .pdp-mobile-price h4 {
    margin-top: 0px;
  }

  .pdp-item-dropdown {
    margin-bottom: 10px;
  }

  .review-entry {
    margin-bottom: 30px;
  }

  .review-entry br {
    display: none;
  }

  .review-title br {
    display: block !important;
  }

  .review-title .pdp-reviewstars {
    top: -10px;
  }

  .review-user {
    font-size: 15px;
    margin-right: 5px;
  }

  a.write-review.btn-primary {
    width: 155px;
  }

  .review-helpful {
    margin-top: 5px !important;
  }

  .dropdown.pdp-item-dropdown.open {
    width: 100%;
  }

  /* PDP Accessories Section*/
  .accessory-item-number {
    padding-left: 0px;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: -13px;
  }

  .product-accessories-box .pdp-warranty-image-mobile img {
    width: 70px;
  }

  /* LL-9811- adjust bottom margin */
  .form-group.mobile-flush {
    margin-bottom: 0px !important;
  }

  /*PDP - Giftcard styles*/
  div.giftcard-edit-box form.form div.form-group.col-sm-6 {
    width: 50% !important;
  }

  /* wishlist */
  ul.item-wishlist a.item-update {
    display: block;
    padding: 5px 0;
    font-size: 14px;
  }

  /*sticky wishlist for mobile only. position:static; width:25% for lg and md, width:41.6% for sm. affix buttons and popup for xs */
  /* .wishlist-trigger.wishListAffix.affix-top, .manage-trigger.wishListAffix.affix-top {
    position: fixed !important;
    bottom: 0px !important;
  }

  .wishlist-trigger.wishListAffix.affix, .manage-trigger.wishListAffix.affix {
    position: fixed !important;
    width: 50% !important;
    bottom: 0px !important;
    top: 93% !important;
  }

  .wishlist-trigger.wishListAffix.affix-bottom, .manage-trigger.wishListAffix.affix-bottom {
    position: fixed !important;
    bottom: 580px !important;
  }

  .wishlist-list.wishListAffix.affix-top {
    position: static !important;
    bottom: 0px;
  }

  .wishlist-list.wishListAffix.affix {
    position: static !important;
    width: 41.6% !important;
    bottom: 0px;
    top: 93%;
  }

  .wishlist-list.wishListAffix.affix-bottom {
    position: static !important;
    bottom: 0px;
  }

  .wishlist-manage-list.wishListAffix.affix-top {
    position: fixed !important;
    bottom: 0px !important;
  }

  .wishlist-manage-list.wishListAffix.affix {
    position: fixed !important;
    width: 100% !important;
    bottom: 0px !important;
    top: 93% !important;
  }

  .wishlist-manage-list.wishListAffix.affix-bottom {
    position: fixed !important;
    bottom: 610px !important;
  } */

  .wishlist-title-bar h2 {
    margin-bottom: 10px;
  }

  .wishlist-title-bar .wishlist-options {
    padding: 0 15px 20px 15px;
    text-align: left;
  }

  .wishlist-list h1 {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .wishlist-options {
    text-align: right;
    line-height: 40px;
  }

  /* moved to _gift-wrap-modal-scss */
  /* ul.item-wishlist.giftWrapList .item-img-column {
    position: static;
  }

  ul.item-wishlist.giftWrapList li {
    padding: 20px 0 20px 0;
  }

  ul.item-wishlist.giftWrapList li.show {
    padding-top: 0px;
  }

  ul.item-wishlist.giftWrapList .pers-fields {
    margin-top: 0px;
  }

  ul.item-wishlist.giftWrapList li.show div#show-edit-gift {
    width: 100%;
  }

  ul.item-wishlist.giftWrapList#first li {
    padding-top: 15px;
  }

  ul.item-wishlist.giftWrapList ul.giftOptions#first li {
    padding-top: 0px;
  } */

  /*ORDER DETAIL sticky nav*/
  #od-summaryAffix.affix-top {
    width: 100%;
    position: static !important;
    top: 0px !important;
  }

  #od-summaryAffix.affix {
    width: 100%;
    position: static !important;
    top: 0px !important;
  }

  #od-summaryAffix.affix-bottom {
    width: 100%;
    position: static !important;
    top: 0px !important;
  }

  a.carousel-nav {
    display: none !important;
  }

  /*MYSTERY PROMO LANDING PAGE max-width: 991px */
  .registryForm {
    padding-left: 0px;
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .registryForm.newMember {
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 0px;
    border-left: 1px solid #ccc;
  }

  /* Complete Classrooms */
  section.subcategory img, .description img, .assortment img {
    width: 100%;
    border: 1px solid #ccc;
  }

  section.subcategory a {
    font-size: 17px !important;
  }

  p.cc-cta-text {
    display: none;
  }

  div.cc-view-links {
    width: 50%;
    margin-bottom: 20px;
  }

  div.videoContainerText {
    padding-left: 0px !important;
  }

  .box-quote {
    background-color: #F0F0F1;
    padding: 20px 0px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .box-quote img {
    width: inherit;
    border: 0px;
  }

  .box-quote-text-left {
    padding: 0px !important;
    margin-bottom: 30px;
  }

  .box-quote-text-right {
    padding: 0px !important;
  }

  .mobileButtons a {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
  }

  .mobileMainImage {
    margin: 10px -15px !important;
  }

  .btn-more-info {
    width: 155px;
    float: right !important;
    background-color: #fff;
    font-size: 17px;
    padding: 4px 12px;
    color: #58acc0;
    border: 1px solid #ccc;
  }

  .btn-add-to-cart {
    width: 155px;
  }

  div.clearfix.mobile {
    display: block !important;
  }

  /*AYR - LANDING PAGE */
  /* div.ayr-assessment-form div.ayr-signin-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 15% 10%;
    z-index: 100;
  } */

  /*AYR - ASSESSMENTS PAGE */
  /* div.ayr-title {
    float: left !important;
  }

  div.ayr-navbar {
    float: right;
    width: 100%;
  }

  div.ayr-navbar div.ayr-nav-table {
    width: 100%;
    display: table;
    margin: 0px auto;
    float: none;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav {
    width: 100%;
    float: left;
    margin: 0px auto;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li {
    width: 20%;
    float: left;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li > a {
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li > a img {
    display: inline;
    margin: 0px auto;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li > a p {
    display: inline;
    text-align: center;
    margin: 0px auto;
    line-height: 15px;
  }

  div.ayr-products-wrapper {
    padding-left: 0px !important;
  }

  div.ayr-products-wrapper div.ayr-products a {
    display: inline;
  } */

  /* SPECIAL NEEDS PAGES */
  h1.special-needs {
    text-align: left !important;
  }

  img.special-needs-icon {
    width: 100% !important;
    max-width: 157px;
    padding-right: 10px !important;
  }

  .bg-grey-sn-product {
    background-color: #f4f4f4;
    padding: 30px 0px 0px 30px;
    text-align: left;
  }

  .bg-white-sn-product {
    background-color: #ffffff;
    padding: 30px 30px 0px 0px;
    text-align: left;
  }

  a.sn-brochure-link {
    float: left;
    text-align: left;
    padding-bottom: 20px;
  }

  div.row.sn-home-top {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 30px;
  }

  div.row.sn-home-middle {
    border-top: 0px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-left: 1px solid #ccc;
  }

  div.row.sn-home-bottom {
    border-top: 0px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  ul.sn-nav.nav-tabs > li {
    width: 20%;
    color: #fff;
  }

  ul.sn-nav.nav-tabs > li.active > a {
    color: #fff;
  }

  ul.sn-nav.nav-tabs > li > a {
    height: 67px;
    border-radius: 0px 0px 0 0;
    font-family: "Gotham Bold", sans-serif;
    color: #fff;
    background-color: #e95d46;
    text-align: center;
  }

  .sn-nav.nav.nav-tabs {
    height: 67px;
  }

  /* MENU 1-5 TABS */
  ul.sn-nav.nav-tabs > li > a.first:link, ul.sn-nav.nav-tabs > li.active > a.first:focus, ul.sn-nav.nav-tabs > li.active > a.first:hover {
    color: #fff;
    background-color: #e95d46;
  }

  ul.sn-nav.nav-tabs > li > a.second:link, ul.sn-nav.nav-tabs > li.active > a.second:focus, ul.sn-nav.nav-tabs > li.active > a.second:hover {
    color: #fff;
    background-color: #ef7e39;
  }

  ul.sn-nav.nav-tabs > li > a.third:link, ul.sn-nav.nav-tabs > li.active > a.third:focus, ul.sn-nav.nav-tabs > li.active > a.third:hover {
    color: #fff;
    background-color: #d69d20;
  }

  ul.sn-nav.nav-tabs > li > a.fourth:link, ul.sn-nav.nav-tabs > li.active > a.fourth:focus, ul.sn-nav.nav-tabs > li.active > a.fourth:hover {
    color: #fff;
    background-color: #9da64e;
  }

  ul.sn-nav.nav-tabs > li > a.fifth:link, ul.sn-nav.nav-tabs > li.active > a.fifth:focus, ul.sn-nav.nav-tabs > li.active > a.fifth:hover {
    color: #fff;
    background-color: #4697c5;
  }

  div.sn-product-image.left {
    float: left !important;
    text-align: center;
    min-height: 250px;
    position: relative;
    bottom: 0;
    left: 0;
    border: 0px;
  }

  div.sn-product-image.right {
    float: right !important;
    text-align: center;
    min-height: 250px;
    position: relative;
    bottom: 0;
    right: 0;
    border: 0px;
  }

  div.sn-product-image img {
    float: none;
    position: relative;
    bottom: 0;
    right: 0;
  }

  div.sn-product-text {
    min-height: 100px;
    padding: 0px 0px 30px 0px;
  }

  div.sn-product-text.left {
    min-height: 100px;
    padding: 0px 30px 30px 0px;
  }

  div.sn-product-text.right {
    min-height: 100px;
    padding: 0px 0px 30px 30px;
  }

  div.sn-product-text h2 {
    padding: 0px;
  }

  img.sn-product {
    width: 90%;
    max-width: 435px;
    border: 0px solid #ccc !important;
    padding-top: 0px;
  }

  img.sn-product.left, img.sn-product.left.bottom {
    float: left;
    position: relative;
    margin: 0px 0px 0px 30px;
  }

  img.sn-product.right, img.sn-product.right.bottom {
    float: right;
    position: relative;
    margin: 0px 30px 0px 0px;
  }

  /* ABOUT US PAGE max-width: 991px */
  .about-subcat-small {
    text-align: left;
  }

  .about-tertiary:first-of-type .about-tertiary-text {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .about-tertiary:nth-of-type(2) .about-tertiary-text {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  /* LL-5045 - life at lakeshore css updates */
  .our-story .about-main .mainText {
    width: 46%;
    position: absolute;
    top: 50%;
    right: 0px;
    left: unset;
    transform: translateY(-58%);
    -webkit-transform: translateY(-58%);
    -moz-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    -o-transform: translateY(-58%);
    text-align: left;
    color: #ffffff;
  }

  .about-life-main .mainText {
    width: 45%;
    position: absolute;
    top: 50%;
    right: 0px;
    left: unset;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    text-align: left;
    color: #ffffff;
  }

  /* LL-5045 - careers css updates */
  .subcategory-values-text.left {
    position: relative;
    top: 0px;
    left: auto;
    right: 50%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    padding-right: 15px;
  }

  .subcategory-values-text.right {
    position: relative;
    top: 0px;
    left: 0%;
    right: initial;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    padding-left: 15px;
  }

  .subcategory-perks .about-main .mainText, .subcategory-inside .about-main .mainText {
    width: 45%;
    position: absolute;
    top: 50%;
    right: 0px;
    left: unset;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    text-align: left;
    color: #ffffff;
  }

  .subcategory-questions .about-main .mainText {
    width: 42%;
    position: absolute;
    top: 50%;
    right: unset;
    left: 0px;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    text-align: left;
    color: #ffffff;
  }

  .career-qa .career-icon {
    width: 15% !important;
  }

  .career-qa .career-text {
    width: 85% !important;
  }

  .career-social {
    padding-right: 50px;
  }

  /* NEWSROOM */
  .news-date {
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    display: inline-block;
    vertical-align: top;
  }

  .news-article {
    width: 100%;
    display: inline-block;
  }

  .news-article a {
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    color: #007daa;
  }

  .news-article a.readMore {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    color: #007daa;
    padding: 0px;
  }

  /*classroom furniture landing*/
  p.cf-subhead {
    text-align: right !important;
    padding-top: 10px !important;
  }

  div.cf-collection {
    padding: 0px 15px !important;
    text-align: center !important;
  }

  div.cf-collection img {
    width: 100% !important;
  }

  div.cf-collection p {
    text-align: center;
    margin: 5px 0px 15px 0px !important;
    font-size: 15px;
    font-weight: 600 !important;
  }

  /*software-organizer download page */
  .software-cta {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 20px !important;
    margin-top: 10px;
  }

  .software-image {
    width: 58%;
    margin: 20px auto;
    padding-top: 0px;
  }

  .software-image img {
    width: 100%;
    padding-left: 30px;
    display: block;
    margin: 0px auto;
    padding-top: 0px;
  }

  /*Teachers Club page */
  /* .tc-offer-main {
    max-height: unset;
    text-align: left;
    background: url("/assets/images/teachers-club-main.jpg") no-repeat 90% 0%;
    background-size: 185%;
  }

  .tc-offer-main .main-logo-container {
    width: 65%;
    height: 370px;
    text-align: left;
    margin: 20px 0px;
  }

  .tc-offer-main .main-logo-container img.main-logo {
    width: 80%;
    padding: 0px;
    margin-left: 30px;
  }

  .tc-offer-main ol {
    width: 80%;
    text-align: left;
    padding: 0px;
    margin: 30px auto 20px;
  }

  .tc-offer-main ol li {
    margin-top: 15px;
  }

  .tc-offer-main .main-logo-container a.btn-primary {
    margin: 0px 0px 20px 45px;
  }

  .tc-offer-main .tc-offer-cta {
    width: 100%;
    padding: 15px;
    background-color: #eeeeee;
  }

  .tc-offer-list {
    margin-top: 0px;
  }

  .tc-offer-list div.offer-list {
    width: 33.333%;
    margin: 0px;
    float: left;
    padding: 0px;
  } */

  /* LL-5112 - Connective Furniture max-width: 991px */
  div.diagram {
    background: #ffffff;
    height: 100%;
  }

  .connective-main img {
    width: 100%;
    position: relative;
    left: unset;
  }

  .connective-main-text {
    padding-left: 0px !important;
  }

  div.diagram-subhead.yes {
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    background-color: #00b422;
    color: #fff;
    padding: 5px 15px !important;
  }

  div.diagram-subhead.no {
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    background-color: #ed1c24;
    color: #fff;
    padding: 5px 15px !important;
    margin-top: 30px;
  }

  div.diagram-subhead.tip {
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    background-color: #176397;
    color: #fff;
    padding: 5px 15px !important;
    margin-top: 30px;
  }

  div.connect-furniture p {
    text-align: left;
    padding: 15px 0px 0px 0px;
    margin-bottom: 10px;
  }

  div.connect-furniture img {
    width: 100%;
    padding: 0px;
  }

  div.connect-furniture ul:first-child {
    width: 50%;
    text-align: left;
    padding: 20px 0px 0px 20px;
  }

  div.connect-furniture ul:last-child {
    width: 50%;
    text-align: left;
    padding: 20px 0px 0px 45px;
  }

  /* EC-1725 - Order confirmation registration area */
  .oc-tagline {
    display: block !important;
    margin-top: 5px;
  }

  .oc-account .btn-primary {
    position: initial;
    margin: 10px 0 20px;
  }

  /* mobile-apps page */
  div.free-app {
    width: 45%;
    float: left;
    min-height: 680px;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
    margin: 20px 2.5%;
  }

  div.free-app:last-child {
    min-height: 200px;
  }

  div.free-app img.main {
    width: 90%;
  }

  div.free-app ul {
    width: 90%;
    text-align: left;
    margin-top: 10px;
  }

  /* LL-8037 - SANDI PAGES */
  .externalLink.gryText {
    padding-left: 0px;
  }

  #left-main {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  /* LL-2538 - Gift-card-balance-page */
  .gift-card-info {
    width: 60%;
  }

  .gift-card-form {
    width: 40%;
  }

  .gift-card-form form .gc-check-button {
    padding: 0px 15px 0px 15px;
    margin-top: 23px;
  }

  .gift-card-form form .gc-check-button .btn-primary {
    width: 100%;
  }

  /* LL-4510 - help center- credit application */
  .help-main-content {
    width: 68%;
  }

  /* LL-12319 - GSA Cart Banner styles max-width: 991px */
  /* banner over */
  .gsa-promo-terms-over {
    height: 63px;
  }

  .panel-facet-list .list-group.facets.collapse {
    display: block !important;
    height: auto !important;
  }

  .panel-facet-list .view-more {
    display: none !important;
  }

  /* LL-16288 Missing "Add all items to cart" button on shopping list page added for phone and tablet */
  ul.item-wishlist li:last-child {
    border-bottom: 1px solid #ccc;
  }

  .sm-mt20 {
    margin-top: 20px !important;
  }

  /* LL-16666- gift-wrap-modal-border-bug */
  ul.giftOptions li:last-child {
    border-bottom: 0px solid #ccc;
  }

  /* LL-17320 - cart-e-mail-cart modal style updates */
  #modal-share .cart-icon {
    width: 14%;
  }

  #modal-share .required {
    width: 80%;
    padding: 0px 15px;
  }

  .tc-offer-main ol li {
    line-height: 1.3em;
  }

  /* EC-5721 - ROPIS-cart-order-summary */
  ul.order-cart-summary.checkout-list {
    border: 1px solid #ccc;
    margin: 20px 0px !important;
  }

  /* EC-1433 - QUICK ORDER SEPARATE PAGE RESTYLE */
  .table-quickorder > tbody > tr > td:first-child span {
    padding-right: 15px;
  }

  .table-quickorder > tbody > tr > td:nth-child(3) {
    padding-right: 20px;
    padding-left: 0px;
  }

  .table-quickorder .pdp-item-dropdown {
    margin-bottom: 0px;
  }

  .table-quickorder .qo-qty-drop {
    padding-right: 10px;
  }

  .table-quickorder .qo-qty-drop .item-quickview-qty {
    max-width: 54px;
  }

  /* EC-1746 - QUICK ORDER SEPARATE PAGE RESTYLE */
  div#modal-request-quote .modal-dialog {
    width: 80% !important;
  }

  /* EC-1721 Added to cart modal */
  #modal-added-to-cart, #modal-addWishlistItem {
    width: auto;
  }

  /* EC-11230 - imageRow-cartridge-fix */
  .image-row-cell.col-sm-2.col-xs-4 a.save-nav {
    display: block;
  }

  /* EC-10682 - ICP Carousel max-width: 991px*/
  .icp-carousel h2 {
    padding-left: 0px;
  }

  .icp-carousel h2 .hr-text {
    margin-left: 0px;
  }

  .icp-carousel h2 .xs-off-text {
    margin-top: 5px;
    text-align: right;
  }
}
/* end max-width: 991px */

@media screen and (min-width: 768px) {
  .rating-slider {
    margin-left: 25%;
  }

  form.form-inline div.stock-email {
    max-width: 100%;
  }

  .text-sm {
    text-align: right;
  }

  .carousel-swipe, .other-swipe {
    margin-right: -24px;
    margin-left: -24px;
  }

  .swipe-device .item .item-title {
    font-size: 14px !important;
  }

  .new-styles .modal-dialog {
    margin: 70px auto 30px;
  }
}
/* end min-width: 768px */
@media screen and (max-width: 767px) {
  /* body, input, select, .form-control { font-size: 17px; }
  body, p { line-height: 27px; } */
  input, select, .form-control {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.2;
  }

  .fa-caret-down {
    line-height: 30px;
  }

  /* h4 { font-weight: 600; } */
  div#modal-request-quote .modal-dialog {
    width: 90% !important;
  }

  .price-small {
    font-size: 14px;
    line-height: 23px;
  }

  .item.item-cart {
    padding: 0;
  }

  .item, ul.item, .item .item-details, .item .item-price, .item .item-title, .item .item-qty, .item .item-quickview-qty {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .swipe-device .item .item-title {
    font-size: 16px !important;
  }

  .item .item-sku {
    font-size: 0.93em !important;
  }

  .blueLink {
    font-size: 14px !important;
  }

  .storeSelectModal .blueLink {
    font-size: 14px !important;
  }

  .account .item-wishlist .editable-qty {
    display: inline;
  }

  .item .item-price del {
    line-height: 23px;
  }

  .rmv-wrap {
    text-align: left;
    display: block;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .btn-cart-checkout {
    height: 46px;
    font-size: 24px;
    font-weight: 500;
  }

  .btn-paypal {
    padding: 12px !important;
  }

  .btn-paypal img, .lh46 img {
    height: 24px;
  }

  .lh46 {
    line-height: 54px !important;
  }

  .lh46 .fs13, .lh46.fs13 {
    font-size: 17px !important;
  }

  .fs13 .fa-lg {
    vertical-align: -5%;
  }

  .fs13 {
    font-size: 15px !important;
  }

  .fs15 {
    font-size: 17px !important;
  }

  .pdp-socialicon {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    text-decoration: none !important;
  }

  .pdp-pagination {
    text-align: center;
  }

  .catReq-customCat {
    padding-left: 10px;
  }

  .catReq-customCat img {
    min-width: 100px;
  }

  div.videoContainerText.career-page {
    font-size: 17px !important;
    line-height: 27px;
  }

  div.videoContainerText.career-page a:link {
    font-size: 17px !important;
  }

  small a.blueLink {
    font-size: 1em !important;
  }

  section.description, div.cc-subcat-text p {
    font-size: 17px;
  }

  .password-verbiage {
    font-size: 0.77em;
  }

  .password-verbiage p {
    line-height: 1.7em;
  }

  ul.dropdown-menu.dropdown-addressAlert {
    position: fixed;
    top: 0;
    transform: translate(-50%);
    width: 64.5%;
  }

  /* #header .container {
    width: auto;
  }

  #header {
    width: 100%;
    height: 124px;
    box-shadow: 0 4px 4px rgba(55, 55, 55, 0.3);
  } */

  /* .tt-suggestion.tt-selectable {
    padding: 10px 5px;
  } */

  form.header-search {
    width: 95%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin-left: auto;
    margin-right: auto;
  }

  #left-main {
    padding-right: 0px;
  }

  .mb0-xs {
    margin-bottom: 0 !important;
  }

  .xs-plr0 {
    padding: 0 !important;
  }

  .item-img-wrapper {
    max-width: 150px;
  }

  /*PDP Image updates*/
  .flex-container .pdpcarousel {
    width: 100%;
    height: auto;
  }

  .flex-container .pdp-warranty-image-mobile {
    display: block;
  }

  /*Header*/
  /* .header-left .icon-search {
    position: absolute;
    left: 70px;
  } */

  .header-search .glyphicon-triangle-top {
    position: absolute;
    left: 94px;
    top: -10px;
  }

  /*2018 Mystery Promo (max-width: 767px) */
  .promoDetailContainer img {
    position: relative;
    display: block;
    margin: 0 auto;
  }

  /* LL-8874 - HEADER PROMO BANNER STYLES */
  #header-promo {
    display: none;
  }

  /*modals*/
  .modal-sendemail {
    width: auto;
  }

  .modal-seatingchart {
    width: auto;
  }

  .modal-seatingchart img {
    width: 100%;
  }

  img.seatingchart {
    width: 100% !important;
    max-width: 400px !important;
    margin: 0px auto !important;
  }

  .modal-dialog {
    margin: 20px;
  }

  .new-styles .modal-dialog {
    margin: 15px;
  }

  /*footer*/
  #footer {
    padding: 0 0 10px;
    font-size: 16px;
  }

  .footer-contact > .row {
    padding-top: 0px;
  }

  #footer .row > .div:first-of-type .footer-header {
    border: none;
  }

  #footer .footer-col {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
    border: none;
  }

  .footer-header i {
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 18px;
    color: #838587;
  }

  #footer ul {
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer p, #footer p.footer-mobile {
    padding: 0px 15px;
  }

  #footer ul li {
    padding-bottom: 0px;/* to keep footer link spacing consistent when link is hidden*/
    padding-left: 10px;
  }

  #footer ul li > a {
    display: block;
    padding-bottom: 10px;/* to keep footer link spacing consistent when link is hidden*/
  }

  #footer .live-chat-wrapper {
    padding-bottom: 10px;/* to keep footer link spacing consistent when link is hidden*/
  }

  #footer .footer-contact .icon-footer-mail {
    top: 18px;
  }

  .icon-footer-text {
    margin-left: 0px;
  }

  #footer .icon-mobile {
    font-size: 24px;
    position: absolute;
    left: 2px;
    top: -2px;
  }

  /* #footer ul.footer-social {
    text-align: center;
  }

  #footer ul.footer-social li {
    font-size: 24px;
  } */

  .footer-links {
    width: 100%;
    margin-left: 0%;
    padding: 0px;
  }

  .footer-col:first-child {
    width: 100%;
    padding: 0px;
  }

  .footer-col:first-child ul {
    width: 100% !important;
  }

  .footer-col:last-child {
    width: 100%;
    padding: 0px;
  }

  .footer-col {
    border-right: none;
  }

  .footer-contact {
    width: 100%;
    padding: 0px;
  }

  .footer-social a img {
    width: 34px;
  }

  .footer-contact .footer-social {
    margin: 0px 15px 15px;
    text-align: center;
  }

  #footer .footer-social a {
    float: none;
  }

  .btn-join {
    padding: 16px 0px;
    font-size: 18px;
    margin-left: 0px !important;
  }

  .footer-contact > .row div:last-child {
    clear: both;
  }

  #legal .container .footer-social {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  /* LL-18163 - homepage featured resources slots max-width: 767px*/
  .featured-resource-mobile-container {
    margin-bottom: 20px;
  }

  .featured-resource-mobile > a > img {
    width: 30%;
  }

  .featured-resource-mobile h2 {
    font-size: 4vw !important;
    line-height: 4vw;
    left: 35%;
  }

  /* LL-17978- featured Categories Block Links background color and hover color */
  a.featured-resource-mobile img {
    width: 40%;
  }

  a.featured-resource-mobile span {
    font-size: 4vw;
    line-height: 4vw;
  }

  /* account */
  .account-header {
    position: relative;
  }

  .account-landing > .row {
    padding-bottom: 0;
  }

  .account-landing > .row > div {
    padding-bottom: 14px;
  }

  .account-landing .panel {
    min-height: 0;
  }

  .account-scroll {
    max-height: none;
  }

  .profile-block {
    margin-top: 0;
  }

  /* cart */
  .item-cart .item-details {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-cart .item-price, .item-cart .item-qty {
    display: inline-block;
    padding-right: 5px;
  }

  .item-cart label {
    text-align: right;
    padding-right: 10px;
  }

  .item-cart .input-group.item-qty {
    display: table;
    width: auto;
  }

  .item-cart .item-qty + label {
    text-align: center;
  }

  .item-cart .item-price, .item-cart .item-qty {
    text-align: left;
    padding-left: 10px;
  }

  .ropis .radio-indicator {
    top: 12px;
  }

  .disabledRopis {
    text-align: left !important;
  }

  .item-cart .text-right, .item-cart .text-center {
    text-align: left;
  }

  .item-cart .item-price {
    padding-left: 0px;
    margin: 10px 0;
  }

  .item-cart .item-quickview-qty {
    width: 100px;
    padding-left: 15px;
    text-align: left;
  }

  .item-cart .item-price.green {
    width: unset !important;
  }

  /* minicart - no display for mobile devices. */
  .dropdown-menu.minicart {
    display: none !important;
  }

  /* LL-7327 - EGC - Email address is cut off */
  div.gift-fields-entry {
    width: initial;
    max-width: initial;
    min-width: initial;
  }

  /* LL-14023 - cart-egc */
  .giftcard-amount {
    display: inline;
    width: 15%;
  }

  /*Single Page Checkout*/
  .payment-edit-list .dataIndent img {
    position: relative;
    margin-left: -9px;
    margin-right: 0px !important;
  }

  .payment-edit-list .dataIndent {
    margin-left: 38px;
  }

  .account-edit-show {
    line-height: 40px;
  }

  .account-edit-addnew {
    padding-left: 0px !important;
  }

  .account-list .acc-edit-show-xs {
    line-height: 23px;
  }

  /*checkout button max-width: 767px*/
  /*coupon input*/
  .col-md-12.col-sm-7.col-xs-7.orderSummaryCheckout {
    width: 30%;
    padding-left: 0px !important;
  }

  /*checkoutButton Container*/
  .col-lg-12.col-lg-offset-0.col-md-12.col-md-offset-0.col-sm-5.col-sm-offset-0.col-xs-4.col-xs-offset-1.orderSummaryCheckout {
    width: 70%;
    padding-left: 30px !important;
    margin: 0px;
  }

  /*checkout "or" text*/
  div.pl-991-30 + div.col-md-12.col-sm-12.text-center.pb10 {
    width: 10%;
    float: left;
  }

  /*checkout "gift wrap" text*/
  .col-lg-12.col-md-12.col-sm-4.col-xs-5.orderSummaryCheckout.pt10 {
    width: 100%;
  }

  /* LL-6317 - cart checkout buttons */
  .pl-991-30 {
    padding-left: 0px !important;
    width: 100% !important;
    text-align: center;
    float: left;
    position: relative;
    z-index: 5;
  }

  .pl20m {
    margin-left: 20px !important;
  }

  /* EC7816 subtotal display */
  .shopmid {
    text-align: left !important;
    font-size: 13px !important;
    margin-top: 0px !important;
    margin-bottom: 10px;
    width: 100% !important;
  }

  .shopmidSubTotal {
    font-size: 18px !important;
    line-height: 31px;
  }

  /* .paypalbutton {
    cursor: pointer;
    width: 100% !important;
  } */

  /* EC-5721 - ROPIS-cart-order-summary */
  ul.order-cart-summary.checkout-list {
    background-color: #ffffff;
    border: 0px;
  }

  .order-cart-summary .order-summary-title {
    padding: 5px 0px 0px !important;
    border-bottom: 0px solid red;
  }

  ul.order-cart-summary.checkout-list li.delivery-method-subtotal {
    padding: 0px;
  }

  /* LL-14511-add-to-cart-modal - cart add Thank You */
  ul.item-cartAddty .item-img-column {
    position: relative;
  }

  ul.item-cartAddty .item-price {
    text-align: left;
  }

  ul.item-cartAddty .item-qty-column {
    position: relative;
    text-align: left;
  }

  ul.item-cartAddty .item-total {
    text-align: left;
  }

  /*account-payment account-address table*/
  div.account-address .table > thead > tr > th, div.account-address .table > tbody > tr > td, div.account-address .table > tbody > tr > th {
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
  }

  div.account-address .table > tbody > tr > td.account-control {
    text-align: left !important;
    margin-top: 10px;
  }

  div.account-address .table > tbody > tr > td.account-control a.account-edit-show {
    margin-right: 30px !important;
  }

  div.account-address .table > thead > tr > th > a.noline, div.account-address .table > tbody > tr > td > a.noline, div.account-address .table > tbody > tr > th > a.noline {
    color: #020202 !important;
    margin-left: 0px !important;
  }

  /* sort-pagination */
  /* div.sort-pagination ul.pagination {
    border: none;
    font-size: 17px;
    white-space: nowrap;
  }

  div.sort-pagination ul.pagination li {
    display: inline-block;
  } */

  /* Spacing between header and PDP info*/
  #pdpItemInfo {
    padding-top: 0px;
  }

  /*PDP Page*/
  .pdp-form .form-group {
    display: inline-block !important;
    margin-bottom: 0px;
    vertical-align: top !important;
  }

  .review-helpful .text-right {
    text-align: left;
    margin-top: 5px;
  }

  .pdp-reviewdate {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
  }

  a.write-review.btn-primary {
    width: 250px;
    display: block;
    margin: 15px 0;
  }

  .pdp-report {
    text-align: left;
  }

  .social-icons {
    text-align: left;
    margin-top: 20px;
  }

  .pdp-emailicon .popover {
    margin-left: -20000px;
  }

  /*d%AI-*/
  /* LL-18993 */
  .fb-like .popover {
    margin-left: -20000px;
  }

  /*d%AI-*/
  /* LL-18993 */
  /*PDP Accessories*/
  .pdp-saleAlert .dropdown-menu {
    left: 20px;
  }

  .product-accessories-box .pdp-warranty-image-mobile img {
    width: 100px;
  }

  /* LL-14137 Open - webkit CSS for text on iOS 10 devices */
  .review-text a > span.blueLink {
    -webkit-text-size-adjust: 100% !important;
  }

  /* LL-9963 - product accessories alert - max-width: 767px */
  /* LL-7321- reduce margin between breadcrumb and Product description */
  div#pdpItemInfo section {
    margin-bottom: 20px;
  }

  .container2 div#pdpItemInfo section {
    margin-bottom: 0px;
  }

  /*PDP - Giftcard styles*/
  div.giftcard-edit-box form.form div.form-group.col-sm-6 {
    width: 100% !important;
  }

  /*Quickview modal*/
  .qv-mainimg .s7flyoutviewer {
    display: none;
  }

  .qvcarousel {
    width: 100%;
    text-align: center;
    margin-bottom: 20px !important;
  }

  .qvThumb img {
    width: 100%;
    height: auto;
  }

  .s7flyoutviewer {
    display: none;
  }

  /* PDP out of stock email */
  form.form-inline div.form-group {
    max-width: 225px;
    display: inline-block;
  }

  form.form-inline div.form-group.mobile-flush {
    max-width: 100%;
    display: inline-block;
  }

  form.form-inline div.form-group input#stockEmail.form-control {
    max-width: 187px;
    display: inline-block;
  }

  /* LL-5043 - Communication Preferences */
  div.checkbox-inline.checklist {
    width: 100%;
  }

  form.form-left {
    padding-right: 0px;
  }

  form.form-right {
    padding-left: 0px;
  }

  /* wishlist */
  ul.item-wishlist .item-img-column {
    position: absolute;
  }

  .wishlist-list {
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 298;
  }

  .wishlist-manage-list {
    position: fixed;
    bottom: 500px;
    left: 0%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 299;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .manage-trigger {
    position: fixed;
    bottom: 500px;
    z-index: 301;
    left: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .wishlist-trigger {
    display: none !important;
    position: fixed;
    bottom: 500px;
    z-index: 300;
    left: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .wishlist-list .account-list {
    bottom: 0px;
    width: 100%;
    background: #fff;
  }

  .wishlist-manage-list .wishlist-manage {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  ul.item-wishlist > li {
    padding-right: 0;
    min-height: 120px;
  }

  ul.item-wishlist div.item-actions {
    padding-top: 10px;
    text-align: left;
  }

  ul.item-wishlist > li:first-child {
    padding-top: 15px;
  }

  ul.item-wishlist .item-price {
    margin-top: 0;
    text-align: left;
  }

  ul.item-wishlist .item-qty-column {
    position: relative;
    text-align: left;
  }

  ul.item-wishlist .item-qty-edit {
    margin: 0;
    text-align: left;
  }

  ul.item-wishlist button.item-atc {
    margin-left: 20px;
  }

  ul.item-wishlist button.item-added {
    top: 20px;
    left: 80px;
  }

  /*sticky wishlist for mobile only. position:static; width:25% for lg and md, width:41.6% for sm. affix buttons and popup for xs */
  /* .wishlist-trigger.wishListAffix.affix-top, .manage-trigger.wishListAffix.affix-top {
    position: fixed !important;
    bottom: 0px !important;
  }

  .wishlist-trigger.wishListAffix.affix, .manage-trigger.wishListAffix.affix {
    position: fixed !important;
    width: 50% !important;
    bottom: 0px !important;
    top: 93% !important;
  }

  .wishlist-trigger.wishListAffix.affix-bottom, .manage-trigger.wishListAffix.affix-bottom {
    position: fixed !important;
    bottom: 610px !important;
  }

  .wishlist-list.wishListAffix.affix-top {
    position: fixed !important;
    bottom: 0px !important;
  }

  .wishlist-list.wishListAffix.affix {
    position: fixed !important;
    width: 100% !important;
    bottom: 25px !important;
    top: 93% !important;
  }

  .wishlist-list.wishListAffix.affix-bottom {
    position: fixed !important;
    bottom: 610px !important;
  }

  .wishlist-manage-list.wishListAffix.affix-top {
    position: fixed !important;
    bottom: 0px !important;
  }

  .wishlist-manage-list.wishListAffix.affix {
    position: fixed !important;
    width: 100% !important;
    bottom: 30px !important;
    top: 93% !important;
  }

  .wishlist-manage-list.wishListAffix.affix-bottom {
    position: fixed !important;
    bottom: 610px !important;
  } */

  .wishlist-title-bar h2 {
    margin-bottom: 0px;
  }

  .wishlist-title-bar .wishlist-options span.shopMoveDivide {
    display: inline;
    padding: 0px;
  }

  .wishlist-options {
    text-align: left;
    line-height: initial;
    margin-top: 18px;
  }

  .table.condense-sm thead tr, .table tr.thead {
    display: none;
  }

  .table.condense-sm thead tr.table-super {
    display: block;
  }

  .table.condense-sm tr {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0px;
  }

  .table.condense-sm tr.table-super {
    border: none;
    padding: 0;
  }

  .table.condense-sm > thead > tr > th, .table.condense-sm > tbody > tr > td, .table.condense-sm > tbody > tr > th, .table.condense-sm > tfoot > tr > td, .table.condense-sm > tfoot > tr > th, .table.condense-sm > thead > tr > td, .table.condense-sm > thead > tr > th {
    display: block;
    border: none;
    padding: 0;
  }

  .table.condense-sm > tbody > tr:last-child {
    border: none;
    padding-top: 1px;
    padding-bottom: 0px;
  }

  .condense-sm td.on {
    display: block;
  }

  .table.condense-sm > tbody > tr > td.off {
    display: none;
  }

  .condense-sm .account-edit-box {
    margin: -11px -20px;
  }

  span.visible-xs {
    display: inline !important;
  }

  /* landing pages max-width: 767px */
  /* landing page main category */
  .landing-mainCat {
    position: relative;
    background-color: #58acc0;
    width: 100%;
  }

  .landing-mainCatImg {
    width: 58.333%;
  }

  .landing-mainCatTxt {
    width: 41.666%;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #FFF;
  }

  .landing-mainCatTxt h1, .landing-mainCatTxt h2, .landing-mainCatTxt h3, .landing-mainCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6, .landing-mainCatTxt p {
    width: 100%;
  }

  .landing-mainCatTxt h1 {
    font-size: 31px !important;
    font-weight: 700;
    line-height: 37px;
  }

  .landing-mainCatTxt h2, .landing-mainCatTxt h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
  }

  .landing-mainCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6 {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-mainCatTxt p {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-mainCatTxt strong {
    font-weight: 700;
  }

  /* landing page popular category titles */
  .landing-popCat {
    width: 50%;
    margin-bottom: 20px;
  }

  .landing-popCat .item-title {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
  }

  .landing-popCat .item-title a {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  /* landing page subcategory */
  .landing-subCat {
    position: relative;
    background-color: #f0f0f1;
    width: 95%;
  }

  .landing-subCatImg {
    width: 100%;
  }

  .landing-subCatTxt {
    width: 100%;
    position: static;
    top: 0%;
    left: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    text-align: center !important;
    padding: 20px 15px 20px 15px;
    min-height: 110px;
  }

  .landing-subCatTxt h1, .landing-subCatTxt h2, .landing-subCatTxt h3, .landing-subCatTxt h4, .landing-subCatTxt h5, .landing-subCatTxt h6, .landing-subCatTxt p {
    width: 100%;
  }

  .landing-subCatTxt h1 {
    font-size: 31px;
    font-weight: 700;
    line-height: 37px;
  }

  .landing-subCatTxt h2, .landing-mainCatTxt h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
  }

  .landing-subCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6 {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-subCatTxt p {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-subCatTxt strong {
    font-weight: 700;
  }

  .category-landing h1 {
    font-size: 31px;
    text-align: left;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  /* Landing Page CTA button */
  .btn-shop {
    background-color: #ed1c24 !important;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer !important;
    min-width: 175px !important;
    margin-top: 20px;
  }

  .btn-shop:link {
    background-color: #ed1c24 !important;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer !important;
  }

  .btn-shop:visited {
    background-color: #cc0000 !important;
    color: #fff;
  }

  .btn-shop:hover {
    background-color: #cc0000 !important;
    color: #fff;
  }

  .btn-shop:active {
    background-color: #cc0000 !important;
    color: #fff;
  }

  /* Sidebar buttons */
  .catLanding button.list-group-item {
    text-decoration: none;
    background-color: #fff;
    padding: 6px 15px !important;
  }

  .catLanding button.list-group-item:link {
    text-decoration: none;
    background-color: #fff;
    padding: 6px 15px !important;
  }

  .catLanding button.list-group-item:visited {
    text-decoration: none;
    background-color: #fff;
  }

  .catLanding button.list-group-item:hover {
    text-decoration: underline;
    background-color: #fff;
  }

  .catLanding button.list-group-item:active {
    text-decoration: none;
    background-color: #fff;
  }

  /*QUICK ORDER POPUPS- SHIPPING and DOWNLOAD SOFTWARE */
  .cartAlert .dropdown-menu {
    left: 0px;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    box-shadow: 5px 5px 5px #bbbbbb;
  }

  .cartAlert .dropdown-menu .dropdown-caret {
    position: absolute;
    left: -30px;
    top: 162px;
    height: 14px;
    width: 100%;
    background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
  }

  .cartAlert .dropdown-menu2 {
    left: 0px;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    box-shadow: 5px 5px 5px #bbbbbb;
  }

  .cartAlert .dropdown-menu2 .dropdown-caret {
    position: absolute;
    left: -30px;
    top: 146px;
    height: 14px;
    width: 100%;
    background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
  }

  .cartAlert .dropdown-menu4 {
    left: 0px;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    box-shadow: 5px 5px 5px #bbbbbb;
  }

  .cartAlert .dropdown-menu4 .dropdown-caret {
    position: absolute;
    left: 130px;
    top: 95px;
    height: 14px;
    width: 100%;
    background: url(/assets/images/dropup-caret.png) no-repeat 20% 4px;
  }

  /* ORDER STATUS */
  .pageResultsContainer {
    text-align: left;
  }

  .orderSearch .control-label {
    font-size: 13px;
  }

  /* ORDER DETAILS max-width: 767px */
  .od-shopmid {
    text-align: center !important;
    font-size: 18px !important;
    margin-bottom: 20px;
  }

  table.accountOrder-info th, td {
    text-align: left !important;
  }

  .order-detail-overview {
    width: 100%;
    display: block;
  }

  .order-detail-overview > div {
    width: 100%;
    display: block;
  }

  .order-detail-overview .shopMoveDivide {
    display: none !important;
  }

  /* Vertical Carousel */
  .carousel-vertical .item-title, .carousel-vertical .item-price, .carousel-vertical .item-rating {
    text-align: left !important;
  }

  .carousel-vertical .label-carousel-gsa {
    text-align: left !important;
    display: block;
    width: 35px;
  }

  .paging-vert.text-right {
    display: none;
  }

  .paging.text-right {
    text-align: left;
  }

  .slick-vertical .slick-track {
    height: auto !important;
  }

  .mobile-more {
    display: none !important;
  }

  /*MYSTERY PROMO LANDING PAGE */
  .registryForm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .registryForm.newMember {
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 0px solid #ccc;
  }

  .registryForm button {
    float: right;
  }

  .panel-heading .btn.btnRegister {
    position: static;
    right: 0px;
    top: 0px;
  }

  /*MYSTERY PROMO COUPON PAGE */
  .mysteryDetail {
    border-left: 1px solid #ccc;
    padding: 20px 0px 20px 20px !important;
  }

  .mysteryDetail img {
    width: 75%;
    padding: 0px !important;
  }

  .mysteryCodes h2 {
    font-size: 30px !important;
    font-weight: 700px;
  }

  .mysteryCodes p {
    font-size: 19px;
    font-weight: 400px;
  }

  .promo1 h1 {
    width: 100%;
    height: 80px;
    font-size: 65px !important;
    line-height: 0.8em !important;
    padding-top: 25px;
  }

  .promo2 h1 {
    width: 100%;
    font-size: 60px !important;
    line-height: 0.8em !important;
    padding-top: 10px;
  }

  .promo2 span {
    font-size: 65px !important;
    font-weight: 400 !important;
    line-height: 0.3em !important;
  }

  .promo3 h1 {
    font-size: 110px !important;
    font-weight: 700 !important;
    line-height: 0.8em !important;
    padding-top: 10px;
  }

  .promo3 span {
    font-size: 60px !important;
    font-weight: 400 !important;
    line-height: 0em !important;
  }

  img.mysteryPromo {
    width: 100%;
  }

  .mysteryBarcode {
    height: 100px;
  }

  /*SERVICES - PROFESSIONAL SERVICES GROUP */
  img.psgMain {
    width: 100% !important;
  }

  img.psgImage {
    width: 95%;
  }

  img.psgImageMobile {
    width: 110%;
    position: relative;
    left: -15px;
  }

  div.psg-cta {
    padding-left: 0px !important;
  }

  div.psg-mainText {
    border-right: 0px solid #ccc;
    padding-right: 0px !important;
  }

  div.psg-category {
    padding-bottom: 0px;
    border-bottom: 0px solid #ccc;
  }

  div.psg-category-last {
    padding-bottom: 0px;
    border-bottom: 0px solid #ccc;
  }

  /* Complete Classrooms  max-width: 767px */
  section.subcategory img, .description img, .assortment img {
    width: 100%;
    border: 1px solid #ccc;
  }

  p.cc-cta-text {
    display: none;
  }

  p.cc-cta-text-mobile {
    display: block;
    font-size: 30px;
    line-height: 1.1em;
    margin: 10px 0px 20px;
  }

  div.cc-view-links {
    width: 50%;
    margin-bottom: 20px;
  }

  .box-quote {
    font-size: 15px;
    background-color: #F0F0F1;
    padding: 20px 0px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .box-quote img {
    width: inherit;
    border: 0px;
  }

  .box-quote-text-left {
    padding: 0px !important;
  }

  .box-quote-text-right {
    padding: 0px !important;
  }

  .mobileButtons a {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
  }

  .mobileMainImage {
    margin: 10px -15px !important;
  }

  /* INFANT TODDLER Complete Classrooms */
  .category img {
    width: 35%;
    display: inline;
  }

  .categoryTitle {
    color: #fff;
    padding: 0px;
    text-align: center;
    position: absolute;
    left: 66%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .categoryTitle p {
    color: #fff;
    font-size: 19px;
    text-align: center;
  }

  .btn-more-info {
    width: 155px;
    float: left !important;
    margin-left: 20px !important;
    background-color: #fff;
    font-size: 17px;
    padding: 4px 12px;
    color: #58acc0;
    border: 1px solid #ccc;
  }

  /*AYR - LANDING PAGE */
  /* div.ayr-container {
    padding-left: 0px !important;
  } */

  /* MOBILE NAV STYLES */
  /* div.ayr-product-selector-mobile {
    padding: 15px !important;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li.left {
    width: 48% !important;
    border: 1px solid #ccc;
    margin-right: 2%;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li.right {
    width: 48% !important;
    border: 1px solid #ccc;
    margin-left: 2%;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li img {
    max-width: 80px !important;
    display: block;
    margin: 5px auto;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li p {
    padding: 5px 0px 10px 0px;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li > a.ayr-product.btn:link > p {
    text-decoration: none !important;
    color: #2d7fb1;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li > a.ayr-product.btn:hover > p {
    text-decoration: underline !important;
    color: #2d7fb1;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li > a.ayr-product:link {
    background-color: #fff;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li > a.ayr-product:hover {
    background-color: #fff;
  } */

  /*AYR - ASSESSMENTS PAGE */
  /* div.ayr-title {
    float: left !important;
  }

  div.ayr-navbar {
    float: right;
    width: 100%;
  }

  div.ayr-navbar div.ayr-nav-table {
    width: 100%;
    display: table;
    margin: 0px auto;
    float: none;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav {
    width: 100%;
    float: left;
    margin: 0px auto;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li {
    width: 20%;
    float: left;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li > a {
    width: 100%;
    text-align: center;
    padding: 5px;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li > a > img {
    display: block;
    margin: 0px auto;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li > a > p {
    display: block;
    text-align: center;
    margin: 0px auto;
    line-height: 15px;
  } */

  /* SPECIAL NEEDS PAGES */
  div.sn-nav.mobile-scrollmenu {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    overflow: auto;
    white-space: nowrap;
    font-size: 15px;
  }

  div.sn-nav a#button-menu1.first {
    display: inline-block;
    background-color: #e95d46;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none !important;
  }

  div.sn-nav a#button-menu2.second {
    display: inline-block;
    background-color: #ef7e39;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none !important;
  }

  div.sn-nav a#button-menu3.third {
    display: inline-block;
    background-color: #d69d20;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none !important;
  }

  div.sn-nav a#button-menu4.fourth {
    display: inline-block;
    background-color: #9da64e;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none !important;
  }

  div.sn-nav a#button-menu5.fifth {
    display: inline-block;
    background-color: #4697c5;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none !important;
  }

  span#arrow-menu1 {
    float: left;
    position: relative;
    top: -10px;
    left: 35px;
    font-size: 35px;
    color: #e95d46;
  }

  span#arrow-menu2 {
    float: left;
    position: relative;
    top: -10px;
    left: 145px;
    font-size: 35px;
    color: #ef7e39;
  }

  span#arrow-menu3 {
    float: left;
    position: relative;
    top: -10px;
    left: 300px;
    font-size: 35px;
    color: #d69d20;
  }

  span#arrow-menu4 {
    float: left;
    position: relative;
    top: -10px;
    left: 470px;
    font-size: 35px;
    color: #9da64e;
  }

  span#arrow-menu5 {
    float: left;
    position: relative;
    top: -10px;
    left: 630px;
    font-size: 35px;
    color: #4697c5;
  }

  .bg-grey-sn-product {
    background-color: #f4f4f4;
    padding: 30px 0px 0px 0px;
    text-align: left;
  }

  .bg-white-sn-product {
    background-color: #ffffff;
    padding: 30px 0px 0px 0px;
    text-align: left;
  }

  div.row.sn-home-top {
    border-top: none;
    border-right: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 30px;
    margin: 0px -15px;
  }

  div.row.sn-home-middle {
    border-top: 0px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0px -15px;
  }

  div.row.sn-home-bottom {
    border-top: 0px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    border-left: 1px solid #ccc;
    margin: 0px -15px;
  }

  div.sn-product-image {
    text-align: center;
  }

  div.sn-product-image.left {
    float: none !important;
    text-align: center;
    min-height: 100px;
    position: relative;
    bottom: 0;
    left: 0;
    border: 0px;
  }

  div.sn-product-image.right {
    float: none !important;
    text-align: center;
    min-height: 100px;
    position: relative;
    bottom: 0;
    right: 0;
    border: 0px;
  }

  div.sn-product-image img {
    float: none;
    border: 1px solid #ccc;
    position: relative;
  }

  div.sn-product-image img.left {
    float: none;
    border: 1px solid #ccc;
    position: relative;
  }

  div.sn-product-image img.right {
    float: none;
    border: 1px solid #ccc;
    position: relative;
  }

  div.sn-product-text {
    position: relative;
    width: 100%;
    min-height: 100px !important;
    text-align: center !important;
    padding: 0px 0px 30px 0px !important;
    margin: 0px;
  }

  div.sn-product-text h2 {
    position: relative;
    width: 100%;
    max-width: 435px;
    text-align: left !important;
    padding: 0px;
    margin: 0px auto;
  }

  div.sn-product-text p {
    position: relative;
    width: 100%;
    max-width: 435px;
    text-align: left !important;
    padding: 0px;
    margin: 10px auto;
  }

  img.sn-product {
    width: 100%;
    max-width: 435px;
    text-align: center;
    margin: 10px auto !important;
  }

  img.sn-product.left {
    float: none;
  }

  img.sn-product.right {
    float: none;
  }

  img.sn-product.left.bottom {
    position: static;
    float: none;
  }

  img.sn-product.right.bottom {
    position: static;
    float: none;
  }

  /*READING CORRELATION MODAL */
  div#modal-readingChart div.modal-dialog {
    width: auto !important;
  }

  /*NEWSROOM ARTICLE PAGES max-width: 767px */
  .news-header {
    border-bottom: 0px solid #ccc;
    margin: 20px 0px 10px 0px;
    padding-bottom: 0px;
  }

  .news-return {
    float: left !important;
  }

  /* kids Co page */
  div.aux-row {
    margin-top: 30px;
  }

  /* LL-17116 - add to shopping list modal updates */
  .modal-add .modal-content .form .modal-footer div.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /* LL-8203 - buttons. modal-password */
  #modal-password .form .modal-content .modal-footer div.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .col-xs-offset-8 {
    margin-left: 0px;
  }

  /*classroom furniture landing */
  p.cf-subhead {
    text-align: left !important;
    padding-top: 10px !important;
  }

  div.cf-collection {
    min-height: 170px;
    padding: 0px 15px !important;
    text-align: center !important;
  }

  div.cf-collection img {
    width: 100% !important;
  }

  div.cf-collection p {
    text-align: center;
    margin: 5px 0px 15px 0px !important;
    font-size: 15px;
    font-weight: 600 !important;
  }

  div.cf-services-lt img {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-right: 0px;
    float: none;
  }

  div.cf-services-rt img {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 0px;
    float: none;
  }

  .cf-dropdown {
    width: 100%;
    margin: 10px 0px;
  }

  .cf-dropdown ul {
    width: 100%;
    margin-top: 0px;
  }

  /*product-registration form max-width: 767px*/
  p.return-button {
    text-align: left;
    font-size: 16px;
  }

  p.return-button a:link {
    text-align: left;
  }

  p.return-button a:hover {
    text-decoration: underline !important;
  }

  /*software-organizer download page */
  .software-cta {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 20px !important;
    margin-top: 10px;
  }

  .software-image {
    width: 100%;
    margin: 20px auto;
    padding-top: 0px;
  }

  .software-image img {
    width: 85%;
    padding-left: 0px;
    display: block;
    margin: 0px auto;
    padding-top: 0px;
  }

  /*Teachers Club page desktop */
  /* .tc-offer-main {
    width: 100%;
    height: 100%;
    max-height: unset;
    background: none;
    background-size: unset;
  }

  .tc-offer-main .main-logo-container {
    width: 100%;
    height: unset;
    text-align: center;
    margin: 0px 0px 20px 0px;
  }

  .tc-offer-main .main-logo-container img.main-logo {
    width: 90%;
    padding: 0px;
    margin: 0px;
  }

  .tc-offer-main ol {
    width: 85%;
    padding: 0px 0px 0px 15px;
    margin: 20px auto;
  }

  .tc-offer-main ol li {
    margin-top: 15px;
  }

  .tc-offer-main .main-logo-container a.btn-primary {
    width: 100%;
    margin: 0px;
  }

  .tc-offer-main .tc-offer-cta {
    width: 100%;
    padding: 0px;
    background-color: none;
  }

  .tc-offer-main .tc-offer-cta .tc-offer-cta-banner a img, .tc-offer-main .tc-offer-cta .tc-offer-cta-text img {
    width: 100%;
    margin: 0px;
  }

  .tc-offer-main .tc-offer-cta .tc-offer-cta-banner {
    width: unset;
    padding: 0px;
    background-color: none;
    margin: 0px;
  }

  .tc-offer-main .tc-offer-cta .tc-offer-cta-text {
    width: unset;
    padding: 15px 30px;
    background-color: #eeeeee;
    margin: 0px;
  }

  .tc-offer-list div.offer-list {
    width: 50%;
    margin: 0px;
    float: left;
    padding: 0px;
  } */

  /* LL-5112 - Connective Furniture */
  div.connect-furniture ul:first-child {
    width: 100%;
    text-align: left;
    padding: 15px 0px 0px 20px;
    margin-bottom: 0px;
  }

  div.connect-furniture ul:last-child {
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 20px;
  }

  /* mobile-apps page styles */
  div.free-app {
    min-height: 660px;
  }

  div.free-app:last-child {
    min-height: 200px;
  }

  div.free-app img.main {
    width: 90%;
  }

  div.free-app ul {
    width: 90%;
    text-align: left;
    margin-top: 10px;
  }

  /* LL-2537 Digital Learning SignIn */
  .dl-category {
    width: 100%;
    text-align: center;
    margin: 30px 0px 50px;
  }

  /*LL-8040 - free resources craft and activity pages */
  /* .fr-print {
    text-align: left !important;
    margin: 20px 0px;
  } */

  p.contact > .radio-inline {
    display: block;
    padding: 0px;
    margin-left: 0px;
  }

  /* LL-2538 - Gift-card-balance-page max-width: 767px */
  .gift-card-info {
    width: 100%;
  }

  .gift-card-form {
    width: 100%;
  }

  .gift-card-form form {
    background-color: #f0f0f1;
    padding: 15px;
    border: 1px solid #ccc;
  }

  .gift-card-form form .gc-authorization {
    width: 100%;
    display: inline-block;
  }

  .gift-card-form form .gc-check-button {
    width: 100%;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    margin-top: 23px;
  }

  .gift-card-form form .gc-check-button .btn-primary {
    width: 100%;
  }

  #checkBalanceModal .gc-check-button .btn {
    font-size: 14px !important;
    line-height: 1.42857143 !important;
  }

  /* LL-4510 - help center- credit application */
  .help-main-content {
    width: 100%;
  }

  /* LL-12319 - GSA Cart Banner */
  /* banner over */
  .gsa-promo-terms-over {
    height: 114px;
  }

  /* LL-5095 - ABOUT US PAGE */
  .about-main-chevron .mainText {
    padding: 15px 0px 0px;
    font-size: 16px;
  }

  .about-tertiary:first-of-type .about-tertiary-text {
    position: relative;
    top: 0px;
    left: 0px;
    right: initial;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }

  .about-tertiary:nth-of-type(2) .about-tertiary-text {
    position: relative;
    top: 0px;
    left: 0px;
    right: initial;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }

  .about-tertiary {
    padding: 0px 0px 20px;
    margin-bottom: 0px;
  }

  /* LL-5045 - careers */
  .subcategory-values-text.left {
    right: 0%;
    padding-right: 0px;
    padding-left: 15px;
  }

  .subcategory-perks .about-main .mainText, .subcategory-inside .about-main .mainText {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    left: initial;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    text-align: left;
    color: #ffffff;
  }

  .subcategory-values-image img.left {
    padding-right: 0px;
  }

  .subcategory-values-image img.right {
    padding-left: 0px;
  }

  .subcategory-values-banner {
    border-top: 1px solid #cccccc;
    margin: 30px auto 0px;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .subcategory-values-banner img.desk-banner {
    display: none !important;
    width: 500px;
    position: relative;
    bottom: 33px;
  }

  .subcategory-values-banner img.tablet-banner {
    display: inline-block !important;
    width: 400px;
    position: relative;
    bottom: 31px;
  }

  .subcategory-values-banner img.mobile-banner {
    display: none !important;
    width: 360px;
    position: relative;
    bottom: 0px;
  }

  .subcategory-values-banner img.mobile-sm-banner {
    display: none !important;
    width: 270px;
    position: relative;
    bottom: 0px;
  }

  .career-qa .career-icon {
    width: 10% !important;
  }

  .career-qa .career-text {
    width: 90% !important;
  }

  .career-qa.left {
    border-right: 0px solid #cccccc;
    padding-right: 15px;
  }

  .career-qa.right {
    padding-left: 15px;
  }

  .career-social {
    padding-right: 15px;
  }

  /* LL-2540 - Product Registration Pages */
  .product-safety-info-main {
    padding: 0px 0px;
  }

  .product-safety-info-main > div {
    padding: 0px 0px;
  }

  /*LL-12915 - Workshop Detail Pages - max-width : 767px */
  .teacherWorkShopImage {
    padding: 15px 30px;
  }

  /* LL-14240 Mobile dropdown menus PDP Improvements */
  .pdp-product-item {
    font-size: 15px;
  }

  .m-dropdown-title {
    font-size: 16px;
    padding: 0 0 10px 15px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }

  .pdp-item-dropdown.open > .dropdown-color {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }

  .dropdown-color {
    display: block;
    left: 5%;
    width: 90% !important;
    height: 100% !important;
    max-height: 400px;
    border: 0 !important;
    line-height: 30px !important;
    bottom: 0;
    top: auto;
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .dropdown-backdrop {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1099;
    touch-action: none;
  }

  .dropdown-menu {
    z-index: 1100;
  }

  /* LL-13201 Mobile-Classroom Furniture Landing Page */
  .cf-dropdown > ul.dropdown-menu li a:link {
    padding: 5px 23px;
    line-height: 30px;
  }

  .m-classf-dd-title {
    font-size: 16px;
    padding: 0 0 10px 23px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }

  .m-classf-dd-title a {
    padding: 0 !important;
  }

  .class-borderBottom {
    border-bottom: none;
    padding-bottom: 0px;
  }

  .xs-mb10 {
    margin-bottom: 10px !important;
  }

  /* LL-16823 mobile-change qty dropdown on PDP to native */
  .qty-dropdown {
    height: 48px !important;
  }

  .btn-new-style .qty-dropdown {
    height: 44px !important;
  }

  /* LL-17240 PDP Qty field when selecting 15+*/
  .pdp-form .item-quickview-qty .pdp-qty {
    height: 47px !important;
    width: 63px !important;
  }

  /* LL-14240 redesign dropdown menus on PDP - Switch-Case $default as a second dropdown */
  .second-DD {
    padding: 0px 15px !important;
  }

  .mob-addtocart {
    width: calc(100% - 94px);
    max-width: 100% !important;
  }

  .mob-addtocart .btn-addtocart {
    width: 100%;
  }

  #pdpItemInfo .btn {
    font-size: 20px;
    line-height: 34px;
  }

  #pdpItemInfo .dropdown .caret.caret-select {
    top: 22px;
  }

  .social-icons {
    margin-top: 5px !important;
  }

  #llReviews .btn-review {
    font-size: 17px !important;
    line-height: 21px !important;
    padding: 0px;
    min-width: 45px;
  }

  .btn.btn-addtocart.btn-addtocart-accessories {
    width: 100% !important;
  }

  .cart-item-qty {
    height: 38px;
    text-align: center !important;
  }

  .update-continue .shipping-continue a.btn {
    width: 100%;
    margin: 10px 0px !important;
  }

  .mobile-cart-links {
    display: block !important;
    padding: 15px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
  }

  .mobile-cart-links.eai {
    padding: 0;
    border-bottom: 0;
  }

  .orderSummaryCheckout {
    width: 100% !important;
    text-align: center;
    margin-left: 0px;
  }

  .tc-offer-list ul {
    margin: 0;
  }

  /*EC-1482 - write a review */
  .table-cell {
    vertical-align: top;
  }

  .review-shop-button {
    width: 100%;
  }

  .review-login-text {
    padding: 0 15px;
  }

  .review-login-text h1 {
    margin-bottom: 0px;
  }

  .review-login-text p {
    font-size: 15px;
  }

  .mobile-no-padding {
    padding: 0px !important;
  }

  .checkoutGuest .btn-guest {
    font-size: 18px;
    padding: 10px !important;
    border: 1px solid #000;
  }

  /*EC-10041 - ROPIS alignments - Delivery Edit Fields */
  .est-delivery {
    margin-left: 27px;
  }

  /* EC-10350 Decor Landing Page  max-width : 767px */
  .hr-text {
    margin: 0px;
    padding-bottom: 5px;
  }

  .image-row-cell {
    display: table-cell !important;
    margin-bottom: 15px;
  }

  /* CSS FOR THE IMAGE mobile 2 col */
  .image-row-cell.col-xs-6:nth-child(odd) {
    padding-right: 8px;
  }

  .image-row-cell.col-xs-6:nth-child(even) {
    padding-left: 8px;
  }

  .rowImage-BottomText {
    height: 40px;
    margin: 5px 0px 0px !important;
  }

  ul.nav-tabs-lg li a:link, ul.nav-tabs-lg li.active a:link {
    font-size: 15px;
    padding: 0;
  }

  ul.nav-tabs-lg li:nth-child(2) a:link, ul.nav-tabs-lg li:nth-child(2).active a:link {
    padding: 0;
  }

  .account-landing .panel .checkout-table-border .edit-delete {
    text-align: left;
  }

  .account-landing .panel .checkout-table-border table > tbody > tr.off {
    padding-top: 0;
    padding-bottom: 0;
  }

  .account-landing .panel .checkout-table-border .edit-delete > a:first-child {
    padding-left: 0;
    margin-left: 0 !important;
    padding-right: 0 !important;
  }

  .account-landing a.account-view-giftcard-balance {
    margin-top: 15px;
  }

  .account-landing .text-required-holder {
    text-align: left;
  }

  /* LL-15760 CUAT Added to Cart modal */
  button.btn-success.btn-cartaddty, button.btn-info.btn-cartaddty {
    max-width: 100%;
    font-size: 17px;
    padding: 10px;
  }

  .mb10-m {
    margin-bottom: 10px !important;
  }

  #modal-addWishlistItem {
    width: 100%;
  }

  .mpl29P {
    padding-left: 29%;
  }

  .ml-28-xs {
    margin-left: -28px;
  }

  .mr-28-xs {
    margin-right: -28px;
  }

  .fs-scalable-xs {
    font-size: 15vw;
  }

  .text-left-xs {
    text-align: left !important;
  }

  article.item {
    min-height: 210px;
  }
  .noPadding-xs {
    padding: 0;
  }

  .wallet-margin {
    margin-top: 0px !important;
    margin-bottom: -10px !important;
  }

  .wallet-add-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  ul.nav-tabs-lg li a:link, ul.nav-tabs-lg li.active a:link {
    font-size: 13px;
  }

  /* LL-15464 */
  .personalization {
    width: 75% !important;
  }

  .icp-carousel.tight > div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .shopping-cart-page ul.checkout-list {
    margin-top: 0 !important;
  }

  .dropdown.pdp-item-dropdown.open {
    height: unset;
  }

  .pdp-item-dropdown.open .btn-colSelect {
    border: 1px solid #ccc;
  }
}
/* end max-width: 767px */
@media screen and (max-width: 499px) {
  /*Global Page Padding*/
  #page {
    padding-top: 0px;
  }

  /*Header*/
  #header {
    height: 90px;
  }

  .header-center {
    padding-top: 6px;
  }

  .ll-logo img {
    width: 120px;
    padding-top: 0px;
  }

  /* LL-15276 - mobile-header-updates-hamburger-menu */
  .header-left .glyphicon-menu-hamburger, .header-left .icon-search {
    font-size: 25px;
    top: -4px;
  }

  /* .header-left {
    padding-top: 14px;
  }

  .header-left .icon-search {
    position: absolute;
    left: 50px;
    top: 23px;
  } */

  .header-search .glyphicon-triangle-top {
    position: absolute;
    left: 72px;
    top: -10px;
  }

  /*LL-15360 - Mobile Font Sizing for PDP*/
  #pdpItemInfo h1.pdp-header {
    font-size: 25px !important;
    line-height: 30px;
  }

  .pdp-price {
    font-size: 20px;
    line-height: 18px;
    margin-top: 5px;
  }

  .personalization-form strong.smallbody, .personalization-form p.smallbody, .pdp-recage-label, .pdp-ageyear-label, .pdp-desc-label, .pdp-description, #pdpItemInfo .itemNo, .pdp-addinfo-label, .pdp-addinfo-more-label {
    font-size: 17px;
    line-height: 27px;
  }

  .dropdown-label {
    font-size: 17px !important;
    line-height: 27px;
  }

  a.write-review, .pdp-reviewdate {
    font-size: 17px;
    line-height: 21px;
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }

  a.write-review.btn-primary {
    width: 100%;
    font-size: 20px !important;
    line-height: 34px !important;
    margin: 15px 0;
  }

  .review-user {
    font-size: 17px;
    line-height: 21px;
    margin-right: 0px;
  }

  #llReviews .review-helpful {
    font-size: 17px;
  }

  .pdp-revcount-label, .pdp-rev-sortlabel, .review-entry p {
    font-size: 17px !important;
    line-height: 27px !important;
  }

  .acc-select, .acc-select span {
    font-size: 17px;
  }

  .dd-title strong, .prod-secondary strong {
    font-size: 17px;
  }

  /* Typeahead */
  /* mobile header */
  form.header-search {
    bottom: 3px;
  }

  form.header-search button {
    right: 50px;
    top: -1px;
  }

  .ll-typeahead .ll-autosuggest-container {
    top: 86%;
  }

  span.ll-typeahead .ll-typeahead-remove {
    padding-top: 5px !important;
  }

  .table thead tr, .table tr.thead {
    display: none;
  }

  .table thead tr.table-super {
    display: block;
  }

  .table tr {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }

  .table tr.table-super {
    border: none;
    padding: 0;
  }

  .table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    display: block;
    border: none;
    padding: 0;
  }

  .table > tbody > tr:last-child {
    border: none;
  }

  /* LL-12215 - edit table on checkout  max-width: 499px */
  .table.condense-sm > tbody > tr:last-child {
    border: none;
    padding-top: 11px;
    padding-bottom: 0px;
  }

  td.on {
    display: block;
  }

  .table > tbody > tr > td.off {
    display: none;
  }

  .account-edit-box {
    margin: -11px -20px;
  }

  .account-landing .panel-title {
    padding-right: 120px;
  }

  /*homepage*/
  .container2 {
    width: 100%;
    padding: 0px;
  }

  /* featured Categories Block Links */
  a.featured-resource-mobile img {
    width: 40%;
  }

  a.featured-resource-mobile span {
    font-size: 6vw;
    line-height: 6vw;
  }

  /*Tabs*/
  ul.nav-tabs-lg li a, ul.nav-tabs-lg li.active a {
    font-size: 18px;
  }

  ul.nav-tabs-lg {
    padding: 5px 0px 20px;
  }

  .item-v a.item-link {
    padding: 0px;
  }

  /* Account Order History Title Header */
  .account-header .mainTitle {
    width: 100%;
  }

  /* Account Edit Box */
  .account-edit-box .account-default-text {
    text-align: left;
  }

  /* PDP Mobile Price */
  .pdp-mobile-price h4.pdp-price {
    font-size: 21px;
  }

  /*PDP Accessories*/
  .pdp-saleAlert {
    width: 80%;
  }

  .pdp-saleAlert .dropdown-menu {
    left: 20px;
  }

  /* pagination */
  /* #main .pagination > li > a, .pagination > li > span {
    border: none;
    color: #020202;
    background: none;
    text-decoration: none;
    padding-left: 7px;
    padding-right: 7px;
  }

  #main .pagination > li:first-child > a {
    padding-right: 9px;
    padding-left: 0px;
  }

  #main .pagination > li:last-child > a {
    padding-right: 0px;
    padding-left: 9px;
  } */

  /*PDP Small Styles*/
  .mobile-flush {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  /* PDP Add to Cart Mobile */
  .mobile-flush .btn-addtocart {
    width: 100% !important;
    margin-top: 7px;
    margin-left: 0px !important;
    padding: 10px;
  }

  /* PDP Popovers */
  .popover {
    min-width: 95%;
    max-width: 95%;
    left: 15px;
  }

  /* LL-10276 - popovers going off screen on iPAD  max-width: 499px */
  div[id^=popover] {
    width: 275px;
    min-width: auto;
    position: absolute;
    left: 0;
  }

  /*PDP Accessories*/
  .product-accessories-box .pdp-warranty-image-mobile img {
    width: 100px;
  }

  input.pdp-personalize {
    width: 80% !important;
  }

  .giftcard-amount {
    width: 30%;
  }

  /* wishlist */
  div.modal-add .btn.btn-primary, div.modal-add .btn.btn-info {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 16px;
    font-size: 19px;
  }

  /*cart*/
  /* .paypalbutton {
    cursor: pointer;
    width: 70% !important;
  } */

  /* LL-9612 - space betwween sale and unit price */
  .item-cart .item-price, .item-cart .item-qty {
    display: inline-block;
    padding-right: 5px;
  }

  /* PDP QTY Box + out of stock email */
  #pdpItemInfo form.form-inline div.form-group {
    display: block;
  }

  #pdpItemInfo form.form-inline div.form-group.mobile-flush {
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
  }

  #pdpItemInfo form.form-inline div.form-group input#stockEmail.form-control {
    max-width: 100%;
    display: block;
  }

  #pdpItemInfo form.form-inline button.btn.btn-primary {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  /* EGC amount form group */
  div.giftcard-edit-box .form .row div.form-group:first-child > .control-label {
    display: block;
  }

  /* LL-7327 - EGC - Email address is cut off */
  div.gc-fields, div.egc-fields {
    margin-top: 10px;
  }

  div.gift-fields-entry, div.gift-fields-desc {
    max-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  div.e-gift-fields-entry, div.e-gift-fields-desc {
    width: 118px !important;
    max-width: 100% !important;
    min-width: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  div.item-cart div.col-sm-8.grey > div.row > .dropup.cartAlert {
    margin-top: 15px;
  }

  div.item-cart div.row.tight:last-child {
    margin-top: 5px !important;
  }

  .save-edit-egc, .cancel-edit-egc, .save-edit-gc, .cancel-edit-gc {
    margin: 15px 0px;
    width: 100%;
  }

  .save-edit-pers, .cancel-edit-pers {
    width: 100%;
    margin: 0px 0px 15px 0px !important;
  }

  .shopmid a.shop {
    text-align: center !important;
    display: block !important;
    padding: 0px 0px 0px 0px;
  }

  /* gift-wrap-modal */
  .gift-edit-list .checkout-edit-box {
    margin: -11px 0px -20px;
  }

  .account .pers-edit-area {
    margin: 20px 0 0;
  }

  #modal-share .btn-shareList {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  /*LL-17614 - Mobile - Pop up modal */
  .default-btn {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .modal-footer .btn + .btn, .btn-info.default-btn {
    margin-left: 0;
  }

  /*LL-11070 - Personalization Edit Fields  max-width: 499px */
  .delivery-continue .account-save-cancel {
    width: 100%;
    margin: 10px 0px !important;
  }

  .delivery-continue .account-edit-cancel {
    width: 100%;
    margin: 10px 0px !important;
  }

  /* LL-12217 - button placement alignment */
  .saveNewPayment {
    padding: 0px;
  }

  .billing-update-continue {
    width: 100%;
  }

  .saveNewPayment .btn-primary {
    width: 100%;
    margin-top: 20px !important;
    margin-left: 0 !important;
  }

  .saveNewPayment .btn-info {
    width: 100%;
    margin-top: 5px !important;
    margin-left: 0 !important;
  }

  .billing-update-continue .btn-primary {
    width: 100%;
    margin-top: 20px !important;
    margin-left: 0 !important;
  }

  .billing-update-continue .btn-info {
    width: 100%;
    margin-top: 5px !important;
    margin-left: 0 !important;
  }

  /* EC-6251 gift wrapping edit in cart */
  .edit-profile-continue .btn-primary, .giftwrap-edit .btn-primary, .payment-continue .btn-primary {
    width: 100%;
    margin: 0px 0px 15px !important;
  }

  .edit-profile-continue .btn-info, .giftwrap-edit .btn-info, .payment-continue .btn-info {
    width: 100%;
    margin: 0px 0px 15px !important;
  }

  /* EC-9210 override !important on cancel-edit-gc btn */
  .giftwrap-edit .cancel-edit-gc-override {
    margin: 10px 0 15px 0 !important;
  }

  .pl-991-30 {
    padding-left: 0px !important;
    width: 100% !important;
    text-align: center;
    float: left;
    position: relative;
    z-index: 5;
  }

  /*Modals*/
  .modal-content.logIn {
    width: 100%;
  }

  #modal-added-to-cart {
    width: 100%;
    margin: 0px auto;
    overflow: visible;
  }

  /* Credit Card CVV help Modals */
  .cvv-modal {
    width: 100%;
  }

  /* landing pages */
  /* landing page main category */
  .landing-mainCat {
    position: relative;
    background-color: #58acc0;
    width: 100%;
  }

  .landing-mainCatImg {
    width: 100%;
  }

  .landing-mainCatTxt {
    width: 100%;
    position: static;
    top: 0%;
    left: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    text-align: center !important;
    padding: 20px 15px 20px 15px;
  }

  .landing-mainCatTxt h1, .landing-mainCatTxt h2, .landing-mainCatTxt h3, .landing-mainCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6, .landing-mainCatTxt p {
    width: 100%;
  }

  .landing-mainCatTxt h1 {
    font-size: 31px !important;
    font-weight: 700;
    line-height: 37px;
  }

  .landing-mainCatTxt h2, .landing-mainCatTxt h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
  }

  .landing-mainCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6 {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-mainCatTxt p {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-mainCatTxt strong {
    font-weight: 700;
  }

  .landing-mainCatTxt button {
    min-width: 90% !important;
  }

  /* landing page popular category titles */
  .landing-popCat {
    width: 100%;
    margin-bottom: 20px;
  }

  .landing-popCat .item-title {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
  }

  .landing-popCat .item-title a {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  /* landing page subcategory */
  .landing-subCat {
    position: relative;
    background-color: #f0f0f1;
    width: 95%;
  }

  .landing-subCatImg {
    width: 100%;
  }

  .landing-subCatTxt {
    width: 100%;
    position: static;
    top: 0%;
    left: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    text-align: center !important;
    padding: 5px !important;
    min-height: 120px;
  }

  .landing-subCatTxt h1, .landing-subCatTxt h2, .landing-subCatTxt h3, .landing-subCatTxt h4, .landing-subCatTxt h5, .landing-subCatTxt h6, .landing-subCatTxt p {
    width: 100%;
  }

  .landing-subCatTxt h1 {
    font-size: 31px;
    font-weight: 700;
    line-height: 37px;
  }

  .landing-subCatTxt h2, .landing-mainCatTxt h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
  }

  .landing-subCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6 {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-subCatTxt p {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-subCatTxt strong {
    font-weight: 700;
  }

  .category-landing h1 {
    font-size: 31px;
    text-align: left;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  /* Landing Page CTA button */
  .btn-shop {
    background-color: #ed1c24 !important;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer !important;
    min-width: 175px !important;
    margin-top: 20px;
  }

  .btn-shop:link {
    background-color: #ed1c24 !important;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer !important;
  }

  .btn-shop:visited {
    background-color: #cc0000 !important;
    color: #fff;
  }

  .btn-shop:hover {
    background-color: #cc0000 !important;
    color: #fff;
  }

  .btn-shop:active {
    background-color: #cc0000 !important;
    color: #fff;
  }

  button.cta {
    min-width: 100% !important;
  }

  /* Sidebar buttons */
  .catLanding button.list-group-item {
    text-decoration: none;
    background-color: #fff;
    padding: 6px 15px !important;
  }

  .catLanding button.list-group-item:link {
    text-decoration: none;
    background-color: #fff;
    padding: 6px 15px !important;
  }

  .catLanding button.list-group-item:visited {
    text-decoration: none;
    background-color: #fff;
  }

  .catLanding button.list-group-item:hover {
    text-decoration: underline;
    background-color: #fff;
  }

  .catLanding button.list-group-item:active {
    text-decoration: none;
    background-color: #fff;
  }

  .filter1-trigger button.btn, .filter2-trigger button.btn, .filter3-trigger button.btn {
    font-size: 15px;
    min-width: 82px;
    font-weight: 600;
  }

  .found-results.category-landing h1 {
    font-size: 31px;
    text-align: center;
    font-weight: 700;
  }

  /*QUICK ORDER max-width: 499px */
  .qo-addListToCart {
    display: none;
  }

  .qo-subTotal {
    width: 395px;
    text-align: right !important;
  }

  .qo-subTotal-bottom {
    width: 100%;
    text-align: right !important;
  }

  .qo-addListToCart-bottom {
    float: right;
  }

  /* ORDER DETAILS */
  .od-info-head {
    width: 35%;
  }

  .od-info {
    width: 65%;
  }

  .od-shopmid {
    text-align: center !important;
  }

  .od-shopmid a.od-view {
    display: block;
    text-align: center !important;
    padding-right: 0px;
    color: #1A77A3;
    margin-bottom: 20px;
  }

  .od-shopmid a.od-status {
    display: block;
    text-align: center !important;
    padding-left: 0px;
    color: #1A77A3;
  }

  span.od-rowHeader {
    display: inline !important;
    margin-right: 10px;
  }

  table.accountOrder-info th, td {
    text-align: left !important;
  }

  /* LL-10364 - Order History Modal Trigger */
  a.order-status.od-rowHeader {
    display: inline-block;
  }

  /* ORDER STATUS */
  .pageNavContainer {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }

  /* .order-history .pageNavContainer .pagination {
    display: inline-block;
  } */

  .orderSearch {
    width: 100%;
  }

  .orderSearch .control-label {
    font-size: 14px;
  }

  /*MYSTERY PROMO LANDING PAGE */
  .registryForm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .registryForm.newMember {
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 0px solid #ccc;
  }

  .registryForm button {
    float: right;
    width: 100%;
  }

  button.promoOver {
    margin-left: 0px !important;
    margin-top: 15px;
    width: 90%;
  }

  /*MYSTERY PROMO COUPON PAGE */
  .mysteryDetail {
    border-left: 1px solid #ccc;
    padding: 20px 0px 20px 20px !important;
  }

  .mysteryDetail img {
    width: 75%;
    padding: 0px !important;
  }

  .mysteryCodes h2 {
    font-size: 30px !important;
    font-weight: 700px;
  }

  .mysteryCodes p {
    font-size: 19px;
    font-weight: 400px;
  }

  .promo1 h1 {
    width: 100%;
    height: 80px;
    font-size: 65px !important;
    line-height: 0.9em !important;
    padding-top: 25px;
  }

  .promo2 h1 {
    width: 100%;
    font-size: 45px !important;
    line-height: 0.8em !important;
    padding-top: 20px;
  }

  .promo2 span {
    font-size: 50px !important;
    font-weight: 400 !important;
    line-height: 0.3em !important;
  }

  .promo3 h1 {
    font-size: 75px !important;
    font-weight: 700 !important;
    padding-top: 10px;
    margin-bottom: 0px !important;
  }

  .promo3 span {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 0.9em !important;
  }

  img.mysteryPromo {
    width: 100%;
  }

  .mysteryBarcode {
    height: 100px;
  }

  /* Complete Classrooms */
  div.subcat-container div.cc-subcat-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section.subcategory img, .description img, .assortment img {
    width: 100%;
    border: 1px solid #ccc;
  }

  div.box-quote-text-right > p > img, div.box-quote-text-left > p > img {
    border: 0px solid #ccc;
  }

  p.cc-cta-text {
    display: none;
    font-size: 30px;
    line-height: 1.1em;
    margin: 0px;
  }

  p.cc-cta-text-mobile {
    display: block;
    font-size: 19px;
    line-height: 1.1em;
  }

  div.cc-view-links {
    width: 100%;
    margin-bottom: 20px;
  }

  /* LL-5043 - EC-29088 - communication Prefs button max-width: 499px */
  .comm-prefs .comm-prefs-button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
  }

  .comm-prefs .comm-prefs-button-wrapper .btn {
    width: 100%;
  }

  .category img {
    width: 35%;
    display: inline;
  }

  div.tipImage1 img, div.tipImage2 img, div.tipImage3 img {
    width: 100% !important;
  }

  .categoryTitle {
    color: #fff;
    padding: 0px;
    text-align: left;
    position: absolute;
    left: 68%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .categoryTitle p {
    color: #fff;
    font-size: 19px;
    text-align: left;
    margin: 0px;
    line-height: 1em;
  }

  .btn-more-info {
    width: 40% !important;
    float: right !important;
    margin-left: 0px !important;
    background-color: #fff;
    font-size: 17px;
    padding: 4px 12px;
    color: #58acc0;
    border: 1px solid #ccc;
  }

  .btn-addtocart.btn-add-to-cart {
    width: 55% !important;
  }

  div.clearfix.mobile {
    display: block !important;
  }

  /*AYR - LANDING PAGE */
  /* MOBILE NAV STYLES */
  /* div.ayr-product-selector-mobile {
    padding: 15px !important;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav li.left {
    width: 100% !important;
    border: 0px solid #ccc;
    margin: 0% auto;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav li.left a {
    width: 100% !important;
    background-color: #007daa;
    color: #fff;
    border: 0px solid #ccc;
    margin: 0% auto;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav li.right {
    width: 100% !important;
    border: 0px solid #ccc;
    margin: 0% auto;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav li.right a {
    width: 100% !important;
    background-color: #007daa;
    color: #fff;
    border: 0px solid #ccc;
    margin: 0% auto;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav li img {
    display: none;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li > a.ayr-product:link {
    background-color: #007daa;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li > a.ayr-product:hover {
    background-color: #007daa;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li > a.ayr-product.btn:link > p {
    text-decoration: none !important;
    color: #fff;
  }

  div.ayr-product-selector-mobile ul.ayr-mobile-nav > li > a.ayr-product.btn:hover > p {
    text-decoration: none !important;
    color: #fff;
  } */

  /*AYR - ASSESSMENTS PAGE */
  /* div.printItemLeft, div.printItemRight {
    width: 100% !important;
    margin-top: 20px;
  }

  div.ayr-products {
    width: 100% !important;
  }

  div.ayr-title {
    float: left !important;
  }

  div.ayr-navbar {
    float: right;
    width: 100%;
  }

  div.ayr-navbar div.ayr-nav-table {
    width: 100%;
    display: table;
    margin: 0px auto;
    float: none;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav {
    width: 100%;
    float: left;
    margin: 0px auto;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li {
    width: 20%;
    float: left;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li > a {
    width: 100%;
    text-align: center;
    padding: 5px;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li > a img {
    display: block;
    margin: 0px auto;
  }

  div.ayr-navbar div.ayr-nav-table ul.nav.navbar-nav > li > a p {
    display: block;
    text-align: center;
    margin: 0px auto;
    line-height: 15px;
  } */

  /* SPECIAL NEEDS PAGES */
  img.special-needs-icon {
    width: 100% !important;
    max-width: 94px;
    padding-right: 0px !important;
  }

  div.category-icon {
    width: 100% !important;
    text-align: center;
    padding-right: 0px !important;
  }

  div.category-text {
    width: 100% !important;
    text-align: center;
  }

  div.category-text p {
    width: 100%;
    text-align: left;
  }

  .bg-grey-sn-product {
    background-color: #f4f4f4;
    padding: 30px 0px;
    text-align: left;
  }

  .bg-white-sn-product {
    background-color: #ffffff;
    padding: 30px 0px;
    text-align: left;
  }

  a.sn-brochure-link {
    float: none;
    text-align: center;
    padding-bottom: 20px;
  }

  div.sn-product-image {
    text-align: center;
    padding: 0px 30px 30px 30px !important;
  }

  div.sn-product-image img {
    float: none;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px;
  }

  div.sn-product-image img.left {
    float: none;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px;
  }

  div.sn-product-image img.right {
    float: none;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px;
  }

  div.sn-product-text {
    position: relative;
    width: 100%;
    min-height: 100px !important;
    text-align: center !important;
    padding: 0px 30px !important;
    margin: 0px;
  }

  div.sn-product-text h2 {
    position: relative;
    width: 100%;
    text-align: left !important;
    padding: 0px;
    margin: 10px auto;
  }

  div.sn-product-text p {
    position: relative;
    width: 100%;
    text-align: left !important;
    padding: 0px;
    margin: 10px auto;
  }

  img.sn-product {
    width: 100%;
    text-align: center;
    margin: 0px !important;
  }

  img.sn-product.left {
    float: none;
  }

  img.sn-product.right {
    float: none;
  }

  /* SEATING AND SIZING CHART MODALS */
  /*seating sizing MODAL */
  table.table.table-modal tr td:first-child, table.table-modal tr th:first-child {
    width: 100% !important;
    text-align: left !important;
    padding-left: 0px !important;
    font-size: 19px;
    font-weight: 600;
  }

  table.table.table-modal tr td:nth-child(2), table.table.table-modal tr td:nth-child(3), table.table-modal tr th:nth-child(2), table.table-modal tr th:nth-child(3) {
    width: 100%;
    text-align: left !important;
  }

  table.table.table-modal span {
    display: inline;
    font-weight: 600;
  }

  img.seatingchart {
    width: 100% !important;
    max-width: 798px;
  }

  /*RULES INCLUDED IN MODALS.SCSS - READING CORRELATION MODAL */
  /* table.table.reading-modal tr td:first-child, table.table.reading-modal tr th:first-child {
    width: 100% !important;
    text-align: left !important;
    padding-right: 10px;
    padding-left: 0px !important;
  }

  table.table.reading-modal tr td:nth-child(2), table.table.reading-modal tr th:nth-child(2) {
    width: 100% !important;
    text-align: left !important;
    padding-right: 10px;
    padding-left: 0px !important;
  }

  table.table.reading-modal tr td:nth-child(3), table.table.reading-modal tr td:nth-child(4), table.table.reading-modal tr th:nth-child(3), table.table.reading-modal tr th:nth-child(4) {
    width: 100% !important;
    text-align: left !important;
    padding-right: 10px;
    padding-left: 0px !important;
  }

  table.table.reading-modal tr.subcat {
    padding-left: 10px !important;
  }

  table.table.reading-modal tr.subcat td:first-child {
    width: 100% !important;
    text-align: left !important;
    padding-right: 10px;
    padding-left: 0px !important;
    font-size: 15px;
    font-weight: 600;
  }

  table.table.reading-modal tr.subcat td:nth-child(2) {
    width: 100% !important;
    text-align: left !important;
    padding-right: 10px;
    padding-left: 0px !important;
  }

  table.table.reading-modal tr.subcat td:nth-child(3), table.table.reading-modal tr.subcat td:nth-child(4) {
    width: 100% !important;
    text-align: left !important;
    padding-right: 10px;
    padding-left: 0px !important;
  } */

  div#modal-readingChart div.modal-dialog {
    width: 690px;
  }

  .col-xs-offset-8 {
    margin-left: 0px;
  }

  /* LL-17116 - Add to shopping list modal */
  .modal-add .modal-content .modal-footer div.logInButton:first-child {
    width: 100% !important;
    display: block !important;
    float: none;
    left: 0% !important;
    margin-bottom: 20px !important;
  }

  .modal-add .modal-content .modal-footer div.logInButton:first-child .btn.btn-primary {
    width: 100% !important;
    display: block;
    font-size: 19px !important;
    padding: 10px 16px;
  }

  .modal-add .modal-content .modal-footer div.logInButton:nth-child(2) {
    width: 100% !important;
    display: block !important;
    float: none;
    left: 0% !important;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
  }

  .modal-add .modal-content .modal-footer div.logInButton:nth-child(2) .btn.btn-info {
    width: 100% !important;
    display: block !important;
    font-size: 19px !important;
    padding: 10px 16px;
  }

  .modal-add .modal-content .modal-footer div.logInButton:nth-child(3) {
    width: 100% !important;
    display: block !important;
    float: left !important;
    left: 0% !important;
    padding: 0px !important;
  }

  .modal-add .modal-content .modal-footer {
    padding-right: 20px !important;
  }

  .modal-add .radio, .modal-add strong {
    margin-top: -11px;
    font-size: 17px;
  }

  .modal-add input[type=radio], .modal-add input[type=radio]:checked {
    width: 23px;
    height: 23px;
  }

  div.modal-add .modal-body {
    height: 210px;
  }

  /*classroom furniture landing */
  .cf-dropdown {
    width: 100%;
    display: inline-block;
  }

  .cf-dropdown:first-child {
    width: 100%;
    display: inline-block !important;
    margin: 0px 0px 10px 0px;
    float: none !important;
  }

  .cf-dropdown:last-child {
    width: 100%;
    display: inline-block !important;
    margin: 0px 0px 23px 0px;
    float: none !important;
  }

  .cf-dropdown ul {
    width: 100%;
    margin-top: 0px;
  }

  div.cf-services-lt img {
    width: 100%;
    max-width: 552px;
    height: auto;
    padding-right: 0px;
    float: left;
    margin-bottom: 30px;
  }

  div.cf-services-rt img {
    width: 100%;
    max-width: 552px;
    height: auto;
    padding-left: 0px;
    float: right;
  }

  div.cf-collection {
    width: 50%;
    min-height: 170px;
    padding: 0px 15px !important;
    text-align: center !important;
  }

  /*Teachers Club page  max-width: 499px */
  /* .tc-offer-main .main-logo-container {
    width: 100%;
    height: unset;
    text-align: center;
    margin: 0px 0px 20px;
  }

  .tc-offer-main .main-logo-container img.main-logo {
    width: 100%;
    padding: 0px;
  }

  .tc-offer-main ol {
    width: 100%;
    padding: 0px 0px 0px 25px;
    margin: 20px auto;
  }

  .tc-offer-main ol li {
    padding: 0px;
  }

  .tc-offer-main a.btn-primary {
    width: 100%;
    margin: 0px 0px 20px;
  }

  .tc-offer-main .tc-offer-cta .tc-offer-cta-text {
    width: unset;
    padding: 15px;
    background-color: #eeeeee;
    margin: 0px;
  } */

  /*software-organizer download page */
  .software-image img {
    width: 100%;
    padding-left: 0px;
    display: block;
    margin: 0px auto;
    padding-top: 0px;
  }

  .btn-download {
    min-width: 125px;
    width: 100%;
  }

  /* mobile-apps page */
  div.free-app {
    width: 100%;
    float: left;
    min-height: 200px;
    font-size: 15px;
    text-align: center;
    margin: 20px 0%;
  }

  div.free-app img.main {
    width: 90%;
  }

  div.free-app ul {
    width: 90%;
    text-align: left;
    margin-top: 10px;
  }

  /* LL-10218 */
  .dropup.cartAlert {
    margin-top: 15px;
  }

  /* Digital Learning SignIn */
  .dl-category a.btn-primary {
    width: 100%;
  }

  .dl-warning h4 {
    font-size: 15px;
    line-height: 27px;
  }

  /* Free Resources Word Search Page */
  /* .fr-wordSearch-btn {
    width: 100%;
    display: block;
    margin: 15px 0px !important;
  }

  .fr-wordSearch.form-group {
    padding-right: 0px;
  } */

  /* tools of the mind page */
  .tom-main-logo {
    width: 100%;
    max-width: 176px;
  }

  .tom-main-logo-headline {
    width: 100%;
    padding-left: 0px;
  }

  /* LL-2538 - Gift-card-balance-page */
  .gift-card-info .btn-primary {
    display: block;
    margin: 10px 0px 20px;
    font-size: 18px;
  }

  .gift-card-info .card-links {
    display: none;
  }

  /* LL-12319 - GSA Cart Banner */
  /* banner over */
  .gsa-promo-terms-over {
    height: 72px;
  }

  /* ABOUT US PAGE max-width: 499px */
  .about-subcat {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 0px !important;
  }

  .about-subcat div:first-child {
    width: 100%;
  }

  .about-subcat-small div:first-child, .about-subcat-small div:nth-child(2) {
    width: 100%;
  }

  .about-tertiary div:first-of-type, .about-tertiary div:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }

  .about-tertiary:first-of-type .about-tertiary-text, .about-tertiary:nth-of-type(2) .about-tertiary-text {
    margin-top: 20px;
    text-align: left;
  }

  .about-tertiary-text a.btn-primary {
    width: 100%;
    font-size: 19px;
    margin-top: 20px;
  }

  .about-tertiary img {
    max-width: 384px;
  }

  /* ABOUT US PAGE LOGO */
  .about-logos img {
    max-width: 145px;
  }

  .about-logos img:last-child {
    max-width: 200px;
  }

  /* LL-5045 - careers */
  .subcategory-perks .about-main .mainText, .subcategory-inside .about-main .mainText {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    left: initial;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    text-align: left;
    color: #ffffff;
  }

  .read-more {
    border-top: 0px solid #cccccc;
    margin: 0px auto;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    z-index: initial;
  }

  .read-more .btn-primary {
    position: relative;
    bottom: unset;
    font-size: 19px;
    border: 0px solid white !important;
  }

  .subcategory-values-image {
    width: 100%;
  }

  .subcategory-values-text.left {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }

  .subcategory-values-text.right {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }

  .subcategory-values-banner {
    border-top: 0px solid #cccccc;
    margin: 30px auto 0px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    z-index: unset;
  }

  .subcategory-values-banner img.desk-banner {
    display: none !important;
    width: 500px;
    position: relative;
    bottom: 33px;
  }

  .subcategory-values-banner img.tablet-banner {
    display: none !important;
    width: 400px;
    position: relative;
    bottom: 31px;
  }

  .subcategory-values-banner img.mobile-banner {
    display: inline-block !important;
    width: 360px;
    position: relative;
    bottom: 0px;
  }

  .subcategory-values-banner img.mobile-sm-banner {
    display: none !important;
    width: 270px;
    position: relative;
    bottom: 0px;
  }

  section.mainVideo div.videoContainerText.career-page a.btn:link {
    width: 100%;
  }

  section.subcategory-perks a.btn-primary:link {
    width: 100%;
  }

  .subcategory-inside-icons, .subcategory-inside-icons div {
    text-align: center;
  }

  .view-all-button a.btn-primary:link {
    width: 100%;
  }

  /* LL-17320 - cart-e-mail-cart modal */
  #modal-share .cart-icon {
    width: 20%;
  }

  #modal-share .required {
    width: 75%;
    padding: 0px 15px;
  }

  #modal-share .required h3 {
    display: block;
    margin: 0px 0px 10px 0px;
  }

  .display-block-xs {
    display: block;
  }

  .pt10xs {
    padding-top: 10px;
  }

  /* moved from line 21223 */
  .icp-carousel h2 .hr-text {
    font-size: 17px !important;
  }
  /* LL-15464 */
  .personalization {
    width: 75% !important;
  }
  /* LL-17142 */
  .checkout-edit-box button.btn-primary.applyGiftCertificate {
    margin-top: 0 !important;
    font-size: 14px !important;
  }

  .store-btn + .store-btn {
    margin-left: 0px;
    margin-top: 10px;
  }
}
/* end max-width: 499px */
@media screen and (min-width: 500px) {
  /*LL-17614 - Mobile - Pop up modal */
  .save-btn-float {
    float: right;
    margin-left: 20px;
  }

  .save-btn-float.btn + .btn {
    margin-left: 0;
  }

  .pdp-price {
    margin-top: 10px;
  }

  /* LL-5043 - EC-29088 - communication Prefs button max-width: 499px */
  .comm-prefs .comm-prefs-button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
  }

  .comm-prefs .comm-prefs-button-wrapper .btn {
    width: auto !important;
  }
}
/* end min-width: 500px */

/* LL-16140 disabled button color */
.btn[disabled], .btn[disabled]:hover {
  background-color: #838587 !important;
  cursor: default !important;
}

.btn.btn-apply[disabled] {
  background-color: #fff !important;
  cursor: default !important;
}

@media screen and (max-width: 390px) {
  /*Header*/
  .nav-cart .glyphicon-map-marker {
    right: 44px !important;
  }

  /* .header-left .icon-search {
    left: 44px;
  } */

  /* .header-search .glyphicon-triangle-top {
    position: absolute;
    left: 67px;
    top: -10px;
  } */

  /*homepage*/
  .container2 {
    width: 100%;
    padding: 0px;
  }

  /* landing pages */
  /* landing page main category */
  .landing-mainCat {
    position: relative;
    background-color: #58acc0;
    width: 100%;
  }

  .landing-mainCatImg {
    width: 100%;
  }

  .landing-mainCatTxt {
    width: 100%;
    position: static;
    top: 0%;
    left: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    text-align: center !important;
    padding: 20px 15px 20px 15px;
  }

  .landing-mainCatTxt h1, .landing-mainCatTxt h2, .landing-mainCatTxt h3, .landing-mainCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6, .landing-mainCatTxt p {
    width: 100%;
  }

  .landing-mainCatTxt h1 {
    font-size: 31px !important;
    font-weight: 700;
    line-height: 37px;
  }

  .landing-mainCatTxt h2, .landing-mainCatTxt h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
  }

  .landing-mainCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6 {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-mainCatTxt p {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-mainCatTxt strong {
    font-weight: 700;
  }

  .landing-mainCatTxt button {
    min-width: 90% !important;
  }

  /* landing page popular category titles */
  .landing-popCat {
    width: 100%;
    margin-bottom: 20px;
  }

  .landing-popCat .item-title {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
  }

  .landing-popCat .item-title a {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
  }

  /* landing page subcategory */
  .landing-subCat-container {
    width: 100%;
  }

  .landing-subCat {
    position: relative;
    background-color: #f0f0f1;
    width: 100%;
  }

  .landing-subCatImg {
    width: 100%;
  }

  .landing-subCatTxt {
    width: 100%;
    position: static;
    top: 0%;
    left: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    text-align: center !important;
    padding: 5px !important;
    min-height: 120px;
  }

  .landing-subCatTxt h1, .landing-subCatTxt h2, .landing-subCatTxt h3, .landing-subCatTxt h4, .landing-subCatTxt h5, .landing-subCatTxt h6, .landing-subCatTxt p {
    width: 100%;
  }

  .landing-subCatTxt h1 {
    font-size: 31px;
    font-weight: 700;
    line-height: 37px;
  }

  .landing-subCatTxt h2, .landing-mainCatTxt h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
  }

  .landing-subCatTxt h4, .landing-mainCatTxt h5, .landing-mainCatTxt h6 {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-subCatTxt p {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }

  .landing-subCatTxt strong {
    font-weight: 700;
  }

  .category-landing h1 {
    font-size: 31px;
    text-align: left;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  /* Landing Page CTA button */
  .btn-shop {
    background-color: #ed1c24 !important;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer !important;
    min-width: 175px !important;
    margin-top: 20px;
  }

  .btn-shop:link {
    background-color: #ed1c24 !important;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer !important;
  }

  .btn-shop:visited {
    background-color: #cc0000 !important;
    color: #fff;
  }

  .btn-shop:hover {
    background-color: #cc0000 !important;
    color: #fff;
  }

  .btn-shop:active {
    background-color: #cc0000 !important;
    color: #fff;
  }

  button.cta {
    min-width: 100% !important;
  }

  /* Sidebar buttons */
  .catLanding button.list-group-item {
    text-decoration: none;
    background-color: #fff;
    padding: 6px 15px !important;
  }

  .catLanding button.list-group-item:link {
    text-decoration: none;
    background-color: #fff;
    padding: 6px 15px !important;
  }

  .catLanding button.list-group-item:visited {
    text-decoration: none;
    background-color: #fff;
  }

  .catLanding button.list-group-item:hover {
    text-decoration: underline;
    background-color: #fff;
  }

  .catLanding button.list-group-item:active {
    text-decoration: none;
    background-color: #fff;
  }

  .filter1-trigger button.btn, .filter2-trigger button.btn, .filter3-trigger button.btn {
    font-size: 13px;
    font-weight: 600;
    min-width: 82px !important;
    padding-left: 5px;
  }

  .found-results.category-landing h1 {
    font-size: 31px;
    text-align: center;
    font-weight: 700;
  }

  /*QUICK ORDER Mobile */
  .qo-item-sku {
    width: 80%;
  }

  .qo-item-qty {
    width: 20%;
  }

  .qo-item-desc {
    width: 100%;
  }

  .qo-item-title {
    width: 75%;
  }

  .qo-item-price {
    width: 25%;
    text-align: right !important;
  }

  .qo-item-total {
    display: none;
  }

  .qo-item-remove {
    width: 100%;
    text-align: right !important;
  }

  .qo-item-addToList {
    width: 100%;
    text-align: right;
  }

  .qo-item-addToList a {
    width: 100%;
  }

  .qo-item-qty-container {
    width: 20%;
    float: right;
  }

  .qo-item-qty .item-quickview-qty {
    float: right;
    margin-right: 5px;
  }

  .qo-item-sku-input {
    width: 60% !important;
  }

  .qo-item-sku-input form {
    width: 100% !important;
  }

  .qo-item-qty-input .item-quickview-qty {
    width: 100%;
    float: right;
  }

  .qo-item-qty-input {
    width: 80px;
    float: right;
  }

  .qo-subTotal {
    width: 100%;
    text-align: center !important;
    font-size: 19px;
  }

  .qo-subTotal-bottom {
    text-align: center !important;
    font-size: 19px;
  }

  .qo-addListToCart-bottom a {
    width: 100%;
  }

  #qo-colorOption {
    width: 100% !important;
  }

  .qo-colorOption {
    width: 100% !important;
    padding-right: 0px;
  }

  /* ORDER DETAILS STYLES */
  .od-summary {
    width: 100%;
  }

  .od-info-head {
    width: 45%;
  }

  .od-info {
    width: 55%;
  }

  /*MYSTERY PROMO COUPON PAGE */
  .promo2 h1 {
    width: 100%;
    font-size: 40px !important;
    line-height: 0.8em !important;
    padding-top: 30px;
  }

  .promo2 span {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 0.3em !important;
  }

  .promo3 h1 {
    font-size: 70px !important;
    font-weight: 700 !important;
    padding-top: 10px;
    margin-bottom: 0px !important;
  }

  .promo3 span {
    font-size: 35px !important;
    font-weight: 400 !important;
    line-height: 0.9em !important;
  }

  /* INFANT TODDLER Complete Classrooms (max-width: 390px) */
  .categoryTitle p {
    color: #fff;
    font-size: 15px;
    text-align: left;
    margin: 0px;
    line-height: 1em;
  }

  /*AYR - LANDING PAGE */
  /* div.ayr-assessment-form div.ayr-signin-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 15% 10%;
    z-index: 100;
  } */

  /* Checkout Help Modal */
  div.checkoutChat p {
    width: 120px;
    min-width: 120px;
    float: left;
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    padding: 25px 0px 5px 10px;
  }

  #modal-checkout-help div[id*=collapse] .panel-body {
    padding: 0px;
  }

  /* Digital Learning SignIn */
  .dl-category img {
    width: 90%;
    max-width: 291px;
  }

  /* Gift-card-balance-page */
  .gift-card-form form .gc-authorization {
    width: 100%;
    display: block;
  }

  .gift-card-form form .gc-check-button {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .gift-card-form form .gc-check-button .btn-primary {
    font-size: 18px;
  }

  /* LL-12319 - GSA Cart Banner styles */
  /* banner over */
  .gsa-promo-terms-over {
    height: 58px;
  }

  /* LL-5045 - careers */
  .subcategory-values-banner {
    border-top: 0px solid #cccccc;
    margin: 30px auto 0px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    z-index: unset;
    padding: 0px;
  }

  .subcategory-values-banner img.desk-banner {
    display: none !important;
    width: 500px;
    position: relative;
    bottom: 33px;
  }

  .subcategory-values-banner img.tablet-banner {
    display: none !important;
    width: 400px;
    position: relative;
    bottom: 31px;
  }

  .subcategory-values-banner img.mobile-banner {
    display: none !important;
    width: 360px;
    position: relative;
    bottom: 0px;
  }

  .subcategory-values-banner img.mobile-sm-banner {
    display: inline-block !important;
    width: 270px;
    position: relative;
    bottom: 0px;
  }

  .career-social {
    padding-right: 15px;
  }

  .subcategory-inside-icons, .subcategory-inside-icons div {
    text-align: center;
  }

  .career-qa .career-icon {
    width: 15% !important;
  }

  .career-qa .career-text {
    width: 85% !important;
  }

  /* ABOUT US PAGE LOGO */
  .about-logos img {
    max-width: 110px;
  }

  .about-logos img:last-child {
    max-width: 200px;
  }

  /* LL-17320 - cart-e-mail-cart modal */
  #modal-share .cart-icon {
    width: 27%;
  }

  #modal-share .required {
    width: 70%;
  }
}
/* end max-width: 390px */
/* @media screen and (max-width: 375px) { */
  /* EC-6473 - pagination */
  /* #main .pagination > li > a, .pagination > li > span {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 17px;
  }
  
  #main .pagination > li .icn-chevron-lft, #main .pagination > li .icn-chevron-rgt {
	font-size: 17px;
  } */
/* } */
/* end max-width: 375px */
@media screen and (max-width: 340px) {
  body, input, select, .form-control {
    font-size: 15px;
  }

  /* p { line-height: 25px; } */
  .small, small {
    font-size: 70% !important;
  }

  .pdp-product-item {
    font-size: 13px;
  }

  .item-img-wrapper {
    width: auto;
  }

  .item-img-wrapper img {
    max-width: 100px;
  }

  .blueLink {
    font-size: 14px !important;
    letter-spacing: -0.4px;
  }

  .catReq-customCat {
    padding-left: 5px;
  }

  /* EC-10682 - ICP Carousel max-width: 340px */
  .icp-carousel h2 .hr-text {
    display: block;
  }

  .icp-carousel h2 .xs-off-text {
    float: left;
    margin: 10px 0px;
    text-align: left;
  }
}
/* end max-width: 340px */

/* LL-10364 */
div.order-history div.panel {
  border: none;
}

div.order-history .table > tbody > tr > td {
  border: none;
}

/* @media screen and (min-width: 768px) and (max-width: 1199px) {
  div.ayr-product-selector {
    width: 36%;
  }

  div.ayr-container {
    width: 64%;
  }
} */

/* @media screen and (max-width: 499px) { */
  /* EC-10682 - ICP Carousel max-width 499px - move to line 20578 */
  /* .icp-carousel h2 .hr-text {
    font-size: 17px !important;
  } */
/* } */
/* LL-12914 */
.print-show {
  display: none !important;
}

/* LL-11770 */
.account-landing .panel.panel-checkout.panel-billing {
  min-height: auto;
}

.account-landing .panel.panel-checkout.panel-billing table {
  margin-bottom: 0;
}

.account-landing .panel.panel-checkout.panel-billing .acct-addnew-paymentform.off {
  display: none;
}

.account-landing .panel.panel-checkout.panel-billing .acct-addnew-paymentform .checkout-edit-box {
  margin-bottom: 0;
}

/* EC-6092 -my account-view-gift-card-link min width: > 1200px */
.account-landing a.account-view-giftcard-balance {
  display: block;
  margin-top: 0px;
}

.account-landing .checkout-table-border {
  border-bottom: none;
}

.account-landing .panel.panel-checkout.panel-billing table {
  margin-bottom: 0;
}

.account-landing .panel .checkout-table-border .showAddAddress a {
  color: black;
}

.account-landing .panel .checkout-table-border .acct-addnew-paymentform, .checkout-steps .panel .checkout-table-border #checkout-payment-table tr.acct-addnew-paymentform {
  padding-bottom: 0px;
  padding-top: 0px;
}

.checkout-steps .panel.panel-checkout.panel-billing .acct-addnew-paymentform.off {
  display: none;
}

.checkout-steps .panel.panel-checkout.panel-billing .acct-addnew-paymentform .checkout-edit-box {
  margin-bottom: 0;
}

.checkout-steps .panel.panel-checkout.panel-billing table {
  margin-bottom: 0;
}

.account-landing .account-header .text-required-holder {
  margin-bottom: -3px;
}

/* @media screen and (max-width: 767px) { */
  /* ul.nav-tabs-lg li a:link, ul.nav-tabs-lg li.active a:link {
    font-size: 15px;
    padding: 0;
  }

  ul.nav-tabs-lg li:nth-child(2) a:link, ul.nav-tabs-lg li:nth-child(2).active a:link {
    padding: 0;
  }

  .account-landing .panel .checkout-table-border .edit-delete {
    text-align: left;
  }

  .account-landing .panel .checkout-table-border table > tbody > tr.off {
    padding-top: 0;
    padding-bottom: 0;
  }

  .account-landing .panel .checkout-table-border .edit-delete > a:first-child {
    padding-left: 0;
    margin-left: 0 !important;
    padding-right: 0 !important;
  }

  .account-landing a.account-view-giftcard-balance {
    margin-top: 15px;
  }

  .account-landing .text-required-holder {
    text-align: left;
  } */

  /* LL-15760 CUAT Added to Cart modal */
  /* button.btn-success.btn-cartaddty, button.btn-info.btn-cartaddty {
    max-width: 100%;
    font-size: 17px;
    padding: 10px;
  }

  .mb10-m {
    margin-bottom: 10px !important;
  }

  #modal-addWishlistItem {
    width: 100%;
  }

  .mpl29P {
    padding-left: 29%;
  } */
/* } */
/*LL-11979*/
.account .item-wishlist .editable-qty {
  width: 60px;
  height: 38px;
}

@media screen and (min-width: 992px) {
  .account-landing .shipping-edit-list .checkout-table-border .table td .radio {
    line-height: 0;
  }

  .account .item-wishlist .item-qty-column .btn-success.item-atc {
    margin-top: 0px;
  }

  .account .clip-text {
    display: inline-block;
    max-width: 550px;
    height: 19px;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px !important;
  }

  .account .clip-text:hover {
    overflow: visible;
    white-space: normal;
  }

  .account .clip-text + span {
    display: inline-block;
    vertical-align: top;
  }

  /*LL-13090*/
  .borderAll-md {
    border: solid 1px #ccc;
  }

  #nearest-stores {
    height: 538px;
    overflow-y: scroll;
  }

  .item-quickview-qty .dropdown-menu {
    z-index: 3;
  }

  #cartAffix {
    margin-bottom: 20px;
  }

  .panel-facet-list.ageFilter .list-group-item span {
    letter-spacing: -0.035em;
    font-size: 11.5px;
  }
}
/*LL-11553*/
.account-landing #tbl-shipping-address tr {
  border-bottom: 1px solid #ccc !important;
}

.account-landing #tbl-shipping-address .showAddAddress td > a {
  line-height: 22px;
}

.account-landing #tbl-shipping-address .showAddAddress + .account-add .checkout-edit-box, .account-landing #tbl-shipping-address .showAddAddress + .account-edit .checkout-edit-box {
  margin-top: 0px;
  border-top: none;
}

@media screen and (min-width: 768px) {
  .content-sizing{
		height: 33px;
		display: flex;
		align-items: center;
	}
  #modal-wishlists .modal-dialog {
    width: 500px;
  }

  .text-right-sm {
    text-align: right;
  }

  .borderAll-sm {
    border: 1px solid #ccc;
  }

  .pl0-sm {
    padding-left: 0;
  }

  .pr0-sm {
    padding-right: 0;
  }

  .account .item-wishlist .editable-qty {
    margin: 0 auto;
  }

  .r15-sm {
    right: 15px;
  }
}
/* @media screen and (max-width: 767px) {
  .ml-28-xs {
    margin-left: -28px;
  }

  .mr-28-xs {
    margin-right: -28px;
  }

  .fs-scalable-xs {
    font-size: 15vw;
  }

  .text-left-xs {
    text-align: left !important;
  }

  article.item {
    min-height: 210px;
  }
} */
@media screen and (hover: none) {
  body {
    cursor: pointer;
  }

  /*LL-14854 */
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ml-44-sm {
    margin-left: -44px;
  }

  .mr-44-sm {
    margin-right: -44px;
  }

  .noPadding-sm-only {
    padding: 0;
  }

  article.item {
    min-height: 250px;
  }

  #ll-pdp-carousel-ipad article.item {
    width: 300px;
    min-height: inherit;
  }

  .pdp-thumbnail img {
    width: 95%;
  }

  .flex-container .s7flyoutviewer .s7flyoutzoomview .s7flyoutzoom {
    left: 360px !important;
  }
}
/*LL-12143*/
.account-landing .checkout-edit-box input[type=radio]:checked {
  margin-left: 0px;
}

/*LL-11355*/
#modal-addWishlistItem {
  top: 30%;
}

@media screen and (min-width: 768px) {
  #modal-addWishlistItem .modal-dialog {
    width: 500px;
  }

  /* LL-12915 */
  .teacherWorkShopImage {
    padding: 0 30px 0 0;
  }

  .txt-content-tw {
    padding-left: 10px;
  }
}
/*LL-12300*/
.account-list.wishlist-move .radio input[type=radio] {
  margin-left: 0;
}

/*LL-11235*/
.giftMessageError {
  white-space: nowrap;
}

/* EC-5494 - checkout */
.clean-table.table > tbody > tr:last-child > td {
  border: 0px solid #ddd !important;
}

.clean-table .checkout-edit-box {
  border: none !important;
  border-bottom: none !important;
  margin-top: 0;
}

.clean-table.table td.account-edit {
  border-bottom: 0px solid #ddd !important;
}

/*LL-4743*/
.i-block {
  display: inline-block;
}

@-moz-document url-prefix() {
  .panel-billing .checkout-table-border .radio label.control.radio-control {
    display: inline-block;
  }

  .panel-billing .checkout-table-border .radio label.control.radio-control .radio-indicator {
    top: 10px;
  }
}
/*LL-12218*/
/* @media screen and (max-width: 767px) {
  .noPadding-xs {
    padding: 0;
  }

  .wallet-margin {
    margin-top: 0px !important;
    margin-bottom: -10px !important;
  }

  .wallet-add-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
} */
.accountOrder-info td {
  cursor: default;
}

.sc-summary #cartAffix .checkout-list {
  padding-right: 0;
}

.personalization-form {
  max-width: none !important;
}

@media screen and (min-width: 0\0 ) {
  #pdpItemInfo .flex-container .carousel.vertical {
    float: left;
  }

  #gift-wrap-modal .modal-body {
    height: 250px;
  }
}
.multi-list-nav .drop-head {
  border-top: none;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  outline: 0;
}

.multi-list-nav > button.dropToggle:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
}

.multi-list-nav > button.dropToggle.collapsed:after, i.fa.fa-sgl-add-plus:after {
  content: "+";
}

.multi-list-nav > button.dropToggle:after {
  content: "−";
}

.multi-list-nav button.multi-list-item {
  width: 100%;
  background-color: transparent;
  padding-right: 0;
  text-align: left;
  outline: none;
}

.multi-list-nav .multi-list-item, .multi-list-nav .multi-list-group > li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: none;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
  position: relative;
}

.multi-list-nav .multi-list-item[aria-expanded=true] {
  padding-left: 0;
}

.multi-list-nav .multi-list-item[aria-expanded=true]:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  width: 12px;
  height: 12px;
  background: url(/assets/images/Hamburger-Arrow-Left.svg) top left no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.multi-list-nav .multi-list-item.collapsed:after, .multi-list-nav .multi-list-group > li > a:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 14px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  width: 12px;
  height: 12px;
  background: url(/assets/images/Hamburger-Arrow-Right.svg) top left no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.multi-list-nav .multi-list-group > li > a {
  padding-right: 30px;
  width: 100%;
  display: block;
  color: black;
}

.multi-list-nav .list-group {
  margin-bottom: 0;
}

/*LL-8039*/
.lesson-plan-content h1 {
  margin-bottom: 10px;
}

/* @media screen and (max-width: 767px) {
  ul.nav-tabs-lg li a:link, ul.nav-tabs-lg li.active a:link {
    font-size: 13px;
  }
} */
@media screen and (max-width: 320px) {
  ul.nav-tabs-lg li a:link, ul.nav-tabs-lg li.active a:link {
    font-size: 12px;
  }
}
.InputCoupon, .inputCoupon {
  padding: 6px 6px;
  font-size: 14px !important;
}

input.InputCoupon::placeholder {
  font-size: 12px !important;
}

/*LL-14785*/
.item-quickview-qty .select-wrap select {
  padding-left: 6px !important;
  height: 38px;
}

.qo-item-qty-input select {
  height: 34px !important;
}

/* LL-14662*/
.weak {
  font-weight: lighter;
}

/* LL_14663 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  table.checkout td.orientation-view,
table.checkout div.orientation-view .item {
    display: none !important;
  }

  table.checkout div.orientation-view {
    display: block !important;
  }
}
/* LL-14812 */
/* .search-pagination.filter-hide .sort-pagination .pagination {
  margin-right: 7px;
  margin-top: 7px;
  font-size: 14px;
} */

/* LL-14893 */
.modal-backdrop {
  z-index: 1045;
}

/* LL-14895 */
.autosuggest-content .tt-suggestion a {
  display: block;
}

/*LL-13738*/
.view-more {
  background: none !important;
  color: #007daa;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.view-more > i:before, .view-more[aria-expanded=false] > i:before {
  content: "";
}

.view-more > .more-txt {
  display: inline-block;
}

.view-more > .less-txt, .view-more[aria-expanded=true] > .more-txt {
  display: none;
}

.view-more[aria-expanded=false] > .more-txt {
  display: inline-block !important;
}

.view-more[aria-expanded=true] > i:before {
  content: "";
}

.view-more[aria-expanded=true] > .less-txt {
  display: inline-block !important;
}

.panel-facet-list .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

/* LL-12915 */
.teacherWorkShopImage {
  width: 100%;
}

/* LL-15407 */
/* .contact-form .contact-subject .form-control {
  background-color: #ffffff;
}

.contact-form .contact-subject span.fa-caret-down {
  pointer-events: none;
} */

.noTextTransform {
  text-transform: none !important;
}

/* LL-15464 */
.od-info, .od-info-head {
  width: 100%;
  padding-right: 30px !important;
}

/* @media screen and (max-width: 767px) { */
  /* LL-15464 */
  /* .personalization {
    width: 75% !important;
  }

  .icp-carousel.tight > div {
    padding-right: 15px;
    padding-left: 15px;
  }
} */
/* LL-15464 */
/* @media screen and (max-width: 499px) {
  .personalization {
    width: 75% !important;
  }
} */
/* LL-15595 */
.pointerNone {
  pointer-events: none;
}

/* LL-15434 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fmd17 {
    font-size: 17px !important;
  }

  .fmd12 {
    font-size: 12px !important;
  }
}
/* LL-15544 */
body:not(.modal-open) {
  padding-right: 0px !important;
}

/* LL-15486 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel-fade .item {
    opacity: 0;
  }

  .carousel-fade .item.active {
    opacity: 1;
  }
}
/* PLP Mobile Filter */
#desktopFilter .panel-facet-list .list-group-item span {
  margin-left: 0px !important;
}

.menu-wrap {
  background-color: #fff;
  transition: transform 0.5s ease-out;
  position: fixed;
  width: 300px;
  top: 0;
  right: -300px;
  bottom: 0;
  z-index: 1100;
}

.menu-overlay {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1050;
}

.menu-toggle:checked + .menu-wrap {
  transform: translate(-300px, 0);
}

.menu-toggle:checked ~ .menu-overlay {
  display: block;
}

.xs-plp-sort {
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
}

.fly-in-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* LL-15468 */
@media screen and (min-width: 320px) and (max-width: 667px) {
  .search-item.list-view .item-link {
    height: 90px;
    margin-bottom: 45px;
  }

  .search-item .listImage {
    top: 4px;
    width: 100% !important;
    position: relative;
  }
}
@media screen and (min-width: 667px) and (max-width: 768px) {
  .viewCraft {
    float: right;
    width: 65%;
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
}
.f11 {
  font-size: 11px;
}

/* LL-19412 - REMOVED EXCESS CSS and placed GOOD CSS into the AUX.CSS FILE */
/* LL-14847 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pl-70-sm-md {
    padding-left: 70px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .pl-35-md-lg {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .pl-35-md-lg {
    padding-left: 35px;
  }
}
/* LL-16392 */
.account-list li div {
  cursor: pointer;
}

.bottom-abs {
  position: absolute;
  bottom: 0px;
}

.gc-plp-rec {
  position: absolute;
  bottom: 30px;
  right: 0%;
}

.gc-plp-img {
  position: absolute;
  bottom: 0px;
  right: 0%;
}

/* LL-16832 Fix for iOS overflow issue on dynamic content in login modal */
body.iphone-ios .modal.modal-ios-scroll {
  -webkit-overflow-scrolling: unset !important;
  overflow: visible !important;
}

._shopping-cart-items > #modal-share {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

/* LL-16513 */
.pdp-reviewstars {
  padding-right: 3px;
}

/* LL-17142 */
/* @media screen and (max-width: 499px) {
  .checkout-edit-box button.btn-primary.applyGiftCertificate {
    margin-top: 0 !important;
    font-size: 14px !important;
  }
} */
/* LL-17591 */
.smallbody.pdp-addinfo-more-label > ul {
  padding-left: 15px;
}

/* LL-17749 : iPad - User able to scroll background in modal open state*/
@supports (-webkit-overflow-scrolling: touch) {
  body.modal-open.noScrollModal {
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
  }
}
/* LL-17750 iPad taphold default event on image disabled */
.s7staticimage, .s7staticimage img {
  -webkit-user-select: none !important;
  /* disable selection/Copy of UIWebView */
  user-select: none !important;
  -webkit-touch-callout: none !important;
  /* disable the IOS popup when long-press on a link */
}

/* LL-17648 PDP > IPAD > System does not display image modal after clickin on image product */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.ipad-ios .viewLarger-modal-dialog {
    width: 720px;
  }

  body.ipad-ios .viewLarger-modal-dialog .modal-body > div > img {
    width: 500px;
  }
}
.carousel-indicators .active {
  background-color: #007daa;
}

.carousel-indicators li {
  border: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
  .visible-non-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .visible-non-desktop {
    display: none !important;
  }
}
/* LL-16811 PDP - Rating & Reviews */
.vtop-align {
  vertical-align: top;
}

#main .btn-review {
  min-width: 0;
  padding: 0;
}

.ipad-ios a:hover {
  text-decoration: none !important;
}

ul.sidenav .list-label:hover {
  text-decoration: underline;
}

/* LL-18645 Search Results -removed rule for EC-27063 */
/* LL-19066 Create Honey Trap on Social email send modal. */
.notOnPage {
  visibility: hidden;
}

/* LL-18687 Override photoswipe bg color - PDP*/
.pswp__bg, .pswp__img--placeholder--blank, .pswp__top-bar {
  background-color: #FFF;
}

.pswp--svg .pswp__button.pswp__button--close {
  background: url(/assets/images/remove_x.svg) no-repeat center center;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
}

.checkbox.checbox-switch {
  padding-left: 0;
}

.checkbox.checbox-switch label {
  display: inline-block;
  position: relative;
  padding-left: 0;
}

.checkbox.checbox-switch label input {
  display: none;
}

.checkbox.checbox-switch label span {
  width: 45px;
  border-radius: 20px;
  height: 30px;
  border: 1px solid #dbdbdb;
  background-color: #e3e3e3;
  border-color: #dfdfdf;
  box-shadow: #dfdfdf 0px 0px 0px 0px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.checkbox.checbox-switch label span:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
  content: " ";
  top: 1px;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.checkbox.checbox-switch label > input:checked + span:before {
  left: 17px;
}

.checkbox.checbox-switch.switch-success label > input:checked + span {
  background-color: #0072bc;
  border-color: #0072bc;
  box-shadow: #0072bc 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-success label > input:checked:disabled + span {
  background-color: #99d9a8;
  border-color: #99d9a8;
  box-shadow: #99d9a8 0px 0px 0px 8px inset;
}

/* EC-8213 ROPIS cursor to pointer on ropis facets */
input.ship-order-delivery, input.store-pickup-delivery, input.ship-order, input.store-pickup, span.delivery-method, span.delivery-item-total {
  font-size: 13px;
  line-height: 21px;
  cursor: pointer;
}

.cart-radio-control {
  position: relative !important;
  display: inline-block;
}

label.in-store-lbl {
  padding: 8px 0px 0px;
}

/* EC-12174 - PDP Ropis Icon */
.pdp-in-store-lbl {
  padding: 20px 0px 0px 6px;
}

/* EC-10657 Head Start/Early Head Start Page */
.tabs {
  margin: 0px 0px 15px;
}

.tabs .panel {
  margin-bottom: 0px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tabs .panel:last-child {
  border-bottom: solid 1px #ccc;
}

.tabs .drop {
  padding: 15px 0px;
  border-top: solid 1px #ccc;
  border-bottom: none;
  font-size: 17px;
  font-weight: 400;
}

.tabs a.dropToggle {
  color: #020202;
  display: block;
}

.tabs a.dropToggle:hover, .tabs a.dropToggle:focus, .tabs ul > li.tab-item > a {
  text-decoration: none !important;
}

.content-wrapper .custom-banner {
  margin: 20px 0px 0px;
}

.content-wrapper .single-stack-image {
  padding: 0px !important;
  margin-bottom: 20px;
}

/* no store-btn after button restyle */
/* .store-btn {
  font-size: 18px;
  padding: 7px 10px !important;
  color: #007daa;
}

.store-btn:hover, .store-btn:focus, .store-btn:active, .store-btn:active:focus {
  color: #007daa;
}

.store-btn.disabled {
  color: #007daa !important;
  border-color: #ccc;
  pointer-events: none;
  opacity: 0.85;
} */

.ROPISitem, ul.ROPISitem {
  font-size: 17px;
  line-height: 18px;
}

.address-suggest-prompt {
  font-weight: 600 !important;
  font-size: 0.9em;
  color: #ea2431 !important;
}

@media screen and (min-width: 768px) {
  label.in-store-lbl {
    padding: 4px 5px;
  }

  /* EC-12174 - PDP Ropis Icon */
  .pdp-in-store-lbl {
    padding: 20px 3px 0px 7px;
  }

  .cart-radio-control {
    margin-left: 2px;
  }

  /* EC-11717 - DonorsChoose homepage */
  .masthead .featured-slot.b2b-hero {
    min-height: 300px;
  }

  .tabs ul > li.tab-item {
    height: 60px;
    padding: 0 5px;
  }

  .tabs ul > li.tab-item:first-child {
    padding-left: 0;
  }

  .tabs ul > li.tab-item:last-child {
    padding-right: 0;
  }

  .tabs ul > li.tab-item > a {
    background-color: #eaeaea;
    padding: 8px 10px;
    font-size: 14px;
    color: #020202;
    top: 50%;
    margin-right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .tabs ul > li.tab-item.active > a {
    font-weight: 700;
    color: #020202;
  }

  .tabs ul > li.tab-item:active > a {
    background-color: #c4c4c4;
  }

  .tabs ul > li.tab-item.active > a::after {
    background: none;
  }

  .tabs ul > li.tab-item.active > a, .tabs ul > li.tab-item.active > a:focus, .tabs ul > li.tab-item.active > a:hover {
    background-color: #c4c4c4;
  }

  .tabs .tab-content {
    border: 1px solid #ccc;
    border-top: 0px;
    padding: 20px;
  }

  /* .store-btn {
    font-size: 13px;
  } */

  .ROPISitem, ul.ROPISitem {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {

  .tabs ul > li.tab-item > a {
    padding: 8px 28px;
    font-size: 14px;
  }

  .content-wrapper .custom-banner {
    margin: 30px 0px 10px;
  }

  /* EC-10682 - ICP Carousel min-width: 992px */
  .icp-carousel h2 {
    padding-left: 0px;
  }

  .icp-carousel h2 .hr-text {
    margin-left: 0px;
  }

  .icp-carousel h2 .xs-off-text {
    margin-top: 20px;
    text-align: right;
  }

  /* .store-btn {
    width: 13vw;
  } */
  
  /* EC-12495 - video buttons */
  .video-item {
    padding-left: 215px;
    position: relative;
  }

  .video-item > .item-link {
    position: absolute !important;
    left: 15px;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {

  .tabs ul > li.tab-item {
    height: 62px;
  }

  .tabs ul > li.tab-item > a {
    padding: 8px 40px;
    font-size: 16px;
  }

  /* EC-11839 - ehs hs ux updates - tab section cartridge */
  .tabs ul > li.tab-item > a:hover {
    background-color: #c4c4c4;
    font-weight: 700;
  }

  /* .store-btn {
    width: 11vw;
  } */

  .bottom-right {
    bottom: 0;
    right: 0;
    position: absolute;
    padding-right: 0px !important;
  }

  .panel-facet-list.ageFilter .list-group-item span {
    letter-spacing: -0.015em;
    font-size: 13px;
  }
  
  /* #store-location-page .store-btn {
    width: 152px;
  } */
}

@media screen and (min-width: 1500px) {
  .top-categories {
    margin: 30px auto 0px !important;
    padding: 0 10px 15px !important;
  }

  .masthead .featured-slot.b2b-hero {
    min-height: 600px;
  }
}
/* @media screen and (max-width: 991px) { */
  /* EC-10682 - ICP Carousel max-width: 991px*/
  /* .icp-carousel h2 {
    padding-left: 0px;
  }

  .icp-carousel h2 .hr-text {
    margin-left: 0px;
  }

  .icp-carousel h2 .xs-off-text {
    margin-top: 5px;
    text-align: right;
  } */
/* } */
@media screen and (max-width: 340px) {
  /* EC-10682 - ICP Carousel max-width: 340px */
  /* .icp-carousel h2 .hr-text {
    display: block;
  }

  .icp-carousel h2 .xs-off-text {
    float: left;
    margin: 10px 0px;
    text-align: left;
  } */
}
/* EC-11488 Display 'Reduced Price' message on PDP for items with reduced price */
.sku-price {
  float: left;
  margin-right: 8px;
  margin-bottom: 10px;
}

.reduced-price-flag {
  float: left;
  line-height: 20px;
  height: 20px;
  width: 122px;
  background-color: red;
  color: white;
  font-size: 12px;
  padding-left: 7px;
  font-weight: 600;
}

.reduced-price-flag span.triangle {
  width: 0;
  height: 0;
  float: right;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.reportCardComments ol {
  padding-left: 0;
  list-style-position: inside;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Ecatalog styles */
.eCatalogHolderDesktop {
  width: 100%;
  min-height: 800px;
}

.eCatalogHolderDesktop .s7size_medium,
.eCatalogHolderDesktop .s7device_landscape {
  width: 100% !important;
  min-height: 800px;
}

.nowrap {
  white-space: nowrap;
}

/* EC-11876 - Look Book */
#s7lookbook_mobile {
  margin: auto;
}

#s7lookbook_mobile_cont {
  min-height: 490px;
}

/* EC-12365 - disable bg scroll when modal is active  */
@media screen and (min-width: 768px) {
  body.removeScrolling {
    overflow-y: scroll;
  }

  html.removeScrolling {
    overflow: hidden;
  }

  #s7lookbook_desktop_emailShare_dialog > .s7backoverlay,
#s7lookbook_desktop_embedShare_dialog > .s7backoverlay,
#s7lookbook_desktop_linkShare_dialog > .s7backoverlay,
#s7lookbook_mobile_emailShare_dialog > .s7backoverlay,
#s7lookbook_mobile_embedShare_dialog > .s7backoverlay,
#s7lookbook_mobile_embedShare_dialog > .s7backoverlay,
#s7lookbook_mobile_linkShare_dialog > .s7backoverlay {
    width: calc(100% + 18px) !important;
    left: -10px;
  }
}
@media screen and (min-width: 768px) {
  .store-locator-main .store-locator-main-input {
    background-color: #032a74;
    width: 353px;
  }
}
/* EC-12289 - Sticky Checkout buttons on shopping cart page */
#sticky-shopping-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 101;
  padding: 15px 10px 9px !important;
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.3);
}

/* @media screen and (max-width: 767px) {
  .shopping-cart-page ul.checkout-list {
    margin-top: 0 !important;
  }
} */

@media screen and (min-width: 768px) {

  .giftcard-edit-box .gc-amount:after {
    right: -9px;
  }
}

/* no store-btn after button restyle */
/* @media screen and (min-width: 768px) {
  #store-location-page .store-btn {
    width: 129px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .store-btn.details + .store-btn.details {
    margin-left: 0px;
    margin-top: 10px;
    display: block;
  }
}
@media screen and (min-width: 499px) and (max-width: 767px) {
  #store-location-page .store-btn {
    width: 160px;
  }
}
@media screen and (max-width: 499px) {
  .store-btn + .store-btn {
    margin-left: 0px;
    margin-top: 10px;
  }
} */

ul.dropdown-menu.dropdown-addressAlert button.close {
  color: #ea2431;
  opacity: 1;
}

ul.dropdown-menu.dropdown-addressAlert button.close:hover,
ul.dropdown-menu.dropdown-addressAlert button.close:focus {
  color: #ccc !important;
  cursor: pointer;
}

.mobile-filter.updating {
  touch-action: none;
  pointer-events: none;
}

.dropdown-menu > .close.red {
  color: #ea2431 !important;
}

.dropdown-menu > li.box-text > a {
  display: inline;
  padding: 0;
  font-size: 14px;
  color: #007daa !important;
}

.dropdown-menu > li.box-text > a:hover {
  background-color: #fff;
}

.view-all-btn {
  width: 90% !important;
}

ul.pagination li a.circle-btn.active {
  background-color: #007daa !important;
  color: white !important;
  border-radius: 50%;
  font-family: "Gotham Bold" !important;
}
/* end base-old.css move to base.css */