@charset "UTF-8";
@media only screen and (min-width: 40.0625em) {
  .catalog-category-view .toolbar .view-controls,
  .cms-page-view .toolbar .view-controls {
    float: right;
  }
}
.row-no-margin:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 64.0625em) {
  #unbxd-toolbar {
    height: 40px;
  }
}

ul.searchspring-visible-summary {
  list-style-type: none;
  margin: 0 0 10px 0;
}
ul.searchspring-visible-summary:empty {
  margin-bottom: 0;
}

.cms-index-index .columns.no-r-padding,
.cms-index-index .columns.no-l-padding {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 40em) {
  .row.content-before > .small-12.columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.content-before > .small-12.columns .columns.no-l-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 40.063em) {
  .row.content-before > .small-12.columns .columns.no-l-padding {
    padding-left: 0;
  }
  .row.content-before > .small-12.columns .columns.no-r-padding {
    padding-right: 0;
  }
}

@media screen and (max-width: 40em) {
  #unbxd .row-no-margin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #unbxd .row-no-margin > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #unbxd .row-no-margin #facets-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #unbxd .row-no-margin #unbxd-placeholder-facets {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #unbxd .row-no-margin #unbxd-placeholder-facets {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #unbxd .row-no-margin #unbxd-results-container {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #unbxd .row-no-margin #unbxd-placeholder-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #unbxd .row-no-margin .no-results.formatted {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media screen and (max-width: 40em) {
  .searchspring-facets_container.show {
    margin-top: -1rem;
  }
}

@-webkit-keyframes loadingGradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes loadingGradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-webkit-keyframes overlayLoad {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlayLoad {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
.campaign-end-message {
  padding: 20px;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.05);
}

#unbxd-load-mask {
  z-index: 500;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: overlayLoad 1.5s cubic-bezier(0.4, 0.4, 0.4, 0.4) infinite;
          animation: overlayLoad 1.5s cubic-bezier(0.4, 0.4, 0.4, 0.4) infinite;
}

#unbxd-toolbar.loading-toolbar {
  margin-bottom: 1rem;
}
#unbxd-toolbar.loading-toolbar toolbar {
  height: 80px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: auto;
  overflow: hidden;
}
@media only screen and (min-width: 40.063em) {
  #unbxd-toolbar.loading-toolbar toolbar {
    height: 40px;
  }
}
#unbxd-toolbar.loading-toolbar toolbar::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background-size: 200% 200%;
  -webkit-animation: loadingGradient 1s ease infinite;
          animation: loadingGradient 1s ease infinite;
}

.no-results.formatted {
  padding: 50px 0;
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  #unbxd-placeholder-facets .faux-facets:after {
    content: " ";
    display: block;
    height: 25px;
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
  }
  #unbxd-placeholder-facets .faux-facet {
    position: relative;
    z-index: auto;
    overflow: hidden;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.05);
    height: 150px;
  }
  #unbxd-placeholder-facets .faux-facet::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background-size: 200% 200%;
    -webkit-animation: loadingGradient 1s ease infinite;
            animation: loadingGradient 1s ease infinite;
  }
  #unbxd-placeholder-facets .faux-facet:nth-child(-n+2) {
    height: 60px;
  }
}

.cms-index-index #unbxd-placeholder-container {
  margin-top: 0;
}
.cms-index-index #unbxd-placeholder-container .faux-pager {
  display: none;
}

#unbxd-placeholder-container .faux-pager {
  border: 1px solid #eaeaea;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#unbxd-placeholder-container .faux-pager span {
  position: relative;
  z-index: auto;
  overflow: hidden;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 26px;
      flex-basis: 26px;
  height: 26px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(0, 0, 0, 0.05);
  margin-left: 10px;
}
#unbxd-placeholder-container .faux-pager span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background-size: 200% 200%;
  -webkit-animation: loadingGradient 1s ease infinite;
          animation: loadingGradient 1s ease infinite;
}
#unbxd-placeholder-container .faux-product {
  height: 195px;
}
@media only screen and (min-width: 40.063em) {
  #unbxd-placeholder-container .faux-product {
    height: 400px;
  }
}
#unbxd-placeholder-container .faux-product a, #unbxd-placeholder-container .faux-product div {
  position: relative;
  z-index: auto;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  cursor: default;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
#unbxd-placeholder-container .faux-product a::before, #unbxd-placeholder-container .faux-product div::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background-size: 200% 200%;
  -webkit-animation: loadingGradient 1s ease infinite;
          animation: loadingGradient 1s ease infinite;
}
@media only screen and (min-width: 40.063em) {
  #unbxd-placeholder-container .faux-product a, #unbxd-placeholder-container .faux-product div {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media only screen and (max-width: 40em) {
  #unbxd-placeholder-container .faux-product a, #unbxd-placeholder-container .faux-product div {
    min-height: 32px;
  }
}
#unbxd-placeholder-container .faux-product .product-image {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (min-width: 40.063em) {
  #unbxd-placeholder-container .faux-product .product-image {
    padding-bottom: 0;
    width: 145px;
    height: 145px;
  }
}
#unbxd-placeholder-container .faux-product .product-title {
  margin: 0 0 10px;
}
@media only screen and (min-width: 40.063em) {
  #unbxd-placeholder-container .faux-product .product-title {
    margin: 15px 0 20px;
  }
}
@media only screen and (min-width: 40.063em) {
  #unbxd-placeholder-container .faux-product .actions-box {
    height: 55px;
  }
}
@media only screen and (min-width: 40.063em) {
  #unbxd-placeholder-container .faux-product .price-box {
    margin: 20px 0;
  }
}

.product-grid {
  display: -ms-grid;
  display: grid;
}
.product-grid > div.item {
  display: -ms-grid;
  display: grid;
  border-top: 1px solid #ccc;
      grid-template-areas: "";
}
@media screen and (max-width: 40em) {
  .product-grid > div.item {
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 110px 15px auto;
    grid-template-columns: 110px auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 15px;
        grid-template-areas: "image title" "image price" "image actions";
  }
}
.product-grid > div.item a.product-image {
  grid-area: image;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  max-width: 145px;
}
.product-grid > div.item a.product-image img {
  display: inline-block;
  vertical-align: top;
  max-height: 145px;
}
@media only screen and (min-width: 40.063em) {
  .product-grid > div.item a.product-image {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}
.product-grid > div.item div.product-title {
  grid-area: title;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}
.product-grid > div.item .product-name {
  margin: 0;
}
.product-grid > div.item .ratings-wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.product-grid > div.item .price-box {
  grid-area: price;
}
.product-grid > div.item .actions-box {
  grid-area: actions;
}
.product-grid > div.item .button-group {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 40em) {
  .product-grid > div.item .button-group {
    max-width: 185px;
  }
}
.product-grid.list-mode > div.item:first-child {
  border-top: none;
}
@media only screen and (min-width: 40.063em) {
  .product-grid.list-mode > div.item {
    padding: 15px 0;
    -ms-grid-columns: 145px 30px auto 30px 180px;
    grid-template-columns: 145px auto 180px;
    -ms-grid-rows: -webkit-max-content;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    grid-column-gap: 30px;
        grid-template-areas: "image title actions" "image price .";
  }
  .product-grid.list-mode > div.item .price-box {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .product-grid.list-mode > div.item > a.product-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .product-grid.list-mode > div.item > div.product-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .product-grid.list-mode > div.item > .price-box {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .product-grid.list-mode > div.item > .actions-box {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media only screen and (min-width: 40.063em) {
  .product-grid.grid-mode {
    -ms-grid-columns: (33.33%)[3];
    grid-template-columns: repeat(3, 33.33%);
  }
}
@media only screen and (min-width: 64.0625em) {
  .product-grid.grid-mode {
    -ms-grid-columns: (25%)[4];
    grid-template-columns: repeat(4, 25%);
  }
}
@media only screen and (max-width: 40em) {
  .product-grid.grid-mode > div.item:first-child {
    border-top: none;
  }
}
@media only screen and (min-width: 40.063em) {
  .product-grid.grid-mode > div.item {
    border-left: 1px solid #ccc;
    padding: 20px;
    -ms-grid-rows: 145px auto auto -webkit-min-content -webkit-min-content;
    -ms-grid-rows: 145px auto auto min-content min-content;
    grid-template-rows: 145px auto auto -webkit-min-content -webkit-min-content;
    grid-template-rows: 145px auto auto min-content min-content;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-column-gap: 0;
        grid-template-areas: "image" "title" "price" "actions";
  }
  .product-grid.grid-mode > div.item > a.product-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .product-grid.grid-mode > div.item > div.product-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .product-grid.grid-mode > div.item > .price-box {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .product-grid.grid-mode > div.item > .actions-box {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .product-grid.grid-mode > div.item:nth-child(-n+3) {
    border-top: none;
  }
  .product-grid.grid-mode > div.item:nth-child(3n+1) {
    border-left: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .product-grid.grid-mode > div.item:nth-child(-n+4) {
    border-top: none;
  }
  .product-grid.grid-mode > div.item:nth-child(4n+1) {
    border-left: none;
  }
}
.product-grid.grid-mode > div.item .availability {
  padding-top: 5px;
}
.product-grid.grid-mode > div.item .product-name {
  grid-area: title;
}
@media only screen and (min-width: 40.063em) {
  .product-grid.grid-mode > div.item .product-name {
    padding-top: 15px;
  }
}
.product-grid.grid-mode > div.item .ratings-wrapper {
  padding: 5px 0 0 0;
}
@media only screen and (min-width: 40.063em) {
  .product-grid.grid-mode > div.item .ratings-wrapper {
    min-height: 24px;
  }
}
.product-grid.grid-mode > div.item .price-box {
  grid-area: price;
  -ms-grid-row-align: end;
      align-self: end;
}
.product-grid.grid-mode > div.item .button-group {
  max-width: 150px;
}
.product-grid.grid-mode > div.item .actions-box {
  grid-area: actions;
  -ms-grid-row-align: end;
      align-self: end;
}
@media screen and (max-width: 40em){
  .product-grid > div.item a.product-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .product-grid > div.item div.product-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .product-grid > div.item .price-box {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .product-grid > div.item .actions-box {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .product-grid.grid-mode > div.item .product-name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .product-grid.grid-mode > div.item .price-box {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .product-grid.grid-mode > div.item .actions-box {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 40.063em){
  .product-grid.list-mode > div.item > .product-name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .product-grid.grid-mode > div.item > .product-name {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .product-grid.list-mode > div.item > .price-box {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .product-grid.grid-mode > div.item > .price-box {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .product-grid.list-mode > div.item > .actions-box {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .product-grid.grid-mode > div.item > .actions-box {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}

.catalog-product-view .product-view .product-img-box .product-image {
  padding-bottom: 100%;
  position: relative;
  z-index: auto;
  overflow: hidden;
}
.catalog-product-view .product-view .product-img-box .product-image img {
  position: absolute;
  z-index: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.product-view .review-summary {
  margin-bottom: 1rem;
}

.product-view .review-summary:after,
.product-view .review-summary:before {
  content: " ";
  display: table;
}

.product-view .review-summary .ratings {
  padding: 0.1rem 0.1rem;
  float: left;
  font-size: 1rem;
  height: 25px;
  cursor: pointer;
}

.product-view .review-summary .ratings .rating-box {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  color: #ccc;
}

.product-view .review-summary .ratings .rating-box:before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
}

.product-view .review-summary .ratings .review-count {
  color: #990505;
  font-size: 0.875rem;
}

.product-view .review-summary .action-box {
  padding: 0.6rem 1rem 0.5rem 0.75rem;
  font-size: 1rem;
  background-color: #333;
  color: #ededed;
  float: left;
  height: 40px;
}

@media only screen and (max-width: 40em) {
  .product-view .review-summary .action-box {
    width: 50%;
    font-size: 0.85rem;
  }
}
.product-view .price-box,
.product-view .price-box p {
  font-size: 0.9rem;
}

.product-view .review-summary .action-box .fa {
  color: #676767;
  margin-right: 0.5rem;
}

.product-view .reviews-panel .review-summary .action-box.no-ratings {
  width: 100%;
  float: none;
}

@media only screen and (max-width: 40em) {
  .product-view .price-box {
    text-align: right;
    margin: 0 0.5rem;
  }
}
.product-view .price-box .price-label {
  font-weight: 700;
  display: block;
  line-height: 1rem;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.product-view .price-box .price {
  display: block;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.product-view .price-box .old-price {
  margin-bottom: 0.5rem;
}

.product-view .price-box .old-price .price,
.product-view .price-box .old-price .price-label {
  font-weight: 700;
  color: #676767;
  line-height: 1rem;
  font-size: 0.9rem;
  display: inline-block;
}

.product-view .price-box .special-price {
  color: #000;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.product-view .price-box .special-price .price-label {
  display: block;
  color: #000;
}

.product-view .price-box .special-price .price {
  display: block;
  font-size: 1.75rem;
}

.product-view .price-box .view-price-in-cart {
  color: #000;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.product-view .price-box .view-price-in-cart .price {
  display: block;
  font-size: 1.5rem;
}

.product-view .availability {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 700;
  color: #676767;
  margin-top: 1rem;
}

.product-view .price-match-msg {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 700;
  color: #676767;
  margin: 0.8rem 0;
}

.product-view .availability.in-stock {
  text-transform: lowercase;
}

.product-view .ratings {
  font-size: 0.875rem;
  display: block;
}

.product-view .ratings .review-count {
  color: #990505;
}

@media only screen and (max-width: 40em) {
  .product-view .availability {
    text-align: right;
    margin: 0.5rem 0.5rem 0;
  }
  .product-view .action-box,
  .product-view .ratings {
    width: 50%;
    text-align: center;
  }
  .product-view .button-group {
    text-align: right;
    margin: 0 0.5rem;
  }
}
.product-view .button-group .add-to-cart select {
  width: 3rem;
}

.product-view .button-group .button {
  padding: 0.625rem 1rem !important;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.product-view .button-group .button.disabled:focus {
  background: #ededed;
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

.product-view .button-group .button-alert,
.product-view .button-group .button-wishlist {
  position: relative;
  margin-left: 1px;
  border-left: none;
  background-color: #000;
  padding: 0.625rem 1.125rem !important;
}

.product-view .button-group .button-alert .fa,
.product-view .button-group .button-wishlist .fa {
  font-size: 1.375rem;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 6px;
  left: 0;
}

.product-view .button-group .button-alert .fa:nth-child(2),
.product-view .button-group .button-wishlist .fa:nth-child(2) {
  font-size: 0.6rem;
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: auto;
  left: auto;
  top: auto;
}

.product-view .button-group .button-alert, .product-grid.list-mode .button-alert {
  background-color: #3c9eea;
  margin-left: 2px;
}

.product-view .button-group .button-alert .fa:nth-child(2) {
  bottom: 2px;
  right: 2px;
}

@media only screen and (max-width: 40em) {
  .product-view .product-image {
    margin-bottom: 1rem;
  }
  .product-view .product-image img {
    width: 100%;
  }
}
.product-view hr {
  margin-top: 0.5rem;
}

.product-view .product-alerts input {
  margin-right: 5px;
  margin-bottom: 0;
}

.product-view .product-alerts label {
  line-height: 16px;
}

.product-view .link-product-alert {
  padding: 1rem;
  border-width: 0 0 0 8px;
  border-style: solid;
  background: #f9f8d1;
  border-color: #e5e1ab;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.product-view .f-dropdown.alert-options,
.product-view .f-dropdown.alert-options.open {
  outline-width: 0;
  text-align: left;
  min-width: 200px;
  max-width: 200px;
  width: 200px;
  margin-left: -160px;
}

@media only screen and (max-width: 40em) {
  .product-view .link-product-alert {
    display: block;
  }
  .product-view .f-dropdown.alert-options,
  .product-view .f-dropdown.alert-options.open {
    margin-left: 0;
  }
}
.product-view .f-dropdown.alert-options.open:before,
.product-view .f-dropdown.alert-options:before {
  left: auto;
  right: 10px;
}

.product-view .f-dropdown.alert-options.open:after,
.product-view .f-dropdown.alert-options:after {
  left: auto;
  right: 9px;
}

.product-view .f-dropdown.alert-options li,
.product-view .f-dropdown.alert-options.open li {
  padding: 8px;
  border-bottom: 1px solid #ededed;
}

.product-view .f-dropdown.alert-options li:last-child,
.product-view .f-dropdown.alert-options.open li:last-child {
  border-bottom: none;
}

.product-view .f-dropdown.alert-options li input,
.product-view .f-dropdown.alert-options.open li input {
  margin-bottom: 0;
  margin-right: 0.25rem;
}

.product-view .f-dropdown.alert-options li label,
.product-view .f-dropdown.alert-options.open li label {
  padding: 0;
  margin: 0 5px 0 0;
}

.product-view .f-dropdown.alert-message,
.product-view .f-dropdown.alert-message.open {
  outline-width: 0;
  text-align: left;
  padding: 1rem;
  max-width: 200px;
  width: 200px;
  margin-left: -160px;
}

.product-view .f-dropdown.alert-message.open:before,
.product-view .f-dropdown.alert-message:before {
  left: auto;
  right: 10px;
}

.product-view .f-dropdown.alert-message.open:after,
.product-view .f-dropdown.alert-message:after {
  left: auto;
  right: 9px;
}

.product-view .f-dropdown.alert-message p,
.product-view .f-dropdown.alert-message.open p {
  font-size: 0.85rem;
  text-align: center;
}

.product-view .product-name {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.product-view .review-summary:after {
  clear: both;
}

@media only screen and (max-width: 40em) {
  .product-view .f-dropdown.alert-message,
  .product-view .f-dropdown.alert-message.open {
    margin-left: 0;
  }
}
@-webkit-keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
@keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
.catalog-product-view .unbxd-recommended,
.catalog-product-view .product-collateral {
  display: none;
}

.std h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.block-title,
.block-title h2,
.block-title h3,
.block-title h4,
.block-title > h1,
.page-title,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title > h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.billboard {
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 1em;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
      grid-template-areas: "main main" "secondary1 secondary2";
}
@media only screen and (min-width: 64.0625em) {
  .billboard {
    -ms-grid-columns: 3fr 10px 1fr;
    grid-template-columns: 3fr 1fr;
    -ms-grid-rows: auto 10px auto;
        grid-template-areas: "main secondary1" "main secondary2";
  }
}
.billboard a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: auto;
}
.billboard a img {
  position: absolute;
  z-index: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.billboard .promo {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.billboard .primary {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: main;
}
.billboard .primary a {
  padding-bottom: 46.875%;
}
.billboard .secondary a,
.billboard .secondary2 a {
  padding-bottom: 68.75%;
}
.billboard .secondary {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: secondary1;
}
.billboard .secondary2 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: secondary2;
}
@media only screen and (min-width: 64.0625em){
  .billboard .primary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .billboard .secondary {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .billboard .secondary2 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

article.customer-support {
  margin-top: 2rem;
}
article.customer-support .title {
  font-size: 1.625rem;
  font-weight: 700;
}
article.customer-support .sub-title {
  font-size: 1.625rem;
  font-weight: 400;
  color: #676767;
  margin-top: -0.5rem;
}
article.customer-support .features {
  text-align: center;
}
article.customer-support .features .fa {
  display: block;
  font-size: 5rem;
  color: red;
}
article.customer-support .team h2 {
  border-top: 5px solid #ededed;
  border-bottom: 2px solid #ededed;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
article.customer-support .team h3 {
  font-weight: 700;
  font-size: 1.25rem;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/98e3f6/000000000000000077359562/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/98e3f6/000000000000000077359562/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/98e3f6/000000000000000077359562/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/624cab/000000000000000077359558/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/624cab/000000000000000077359558/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/624cab/000000000000000077359558/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/d45b9a/000000000000000077359577/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/d45b9a/000000000000000077359577/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/d45b9a/000000000000000077359577/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/6cc429/00000000000000007735957a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/6cc429/00000000000000007735957a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/6cc429/00000000000000007735957a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "proxima-nova-condensed";
  src: url("https://use.typekit.net/af/1aa497/000000000000000077359555/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/1aa497/000000000000000077359555/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/1aa497/000000000000000077359555/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "proxima-nova-condensed";
  src: url("https://use.typekit.net/af/c42914/00000000000000007735955c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/c42914/00000000000000007735955c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/c42914/00000000000000007735955c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "proxima-nova-condensed";
  src: url("https://use.typekit.net/af/ee884b/00000000000000007735956b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/ee884b/00000000000000007735956b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/ee884b/00000000000000007735956b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "proxima-nova-condensed";
  src: url("https://use.typekit.net/af/d36e0e/00000000000000007735956e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/d36e0e/00000000000000007735956e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/d36e0e/00000000000000007735956e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "proxima-nova-extra-condensed";
  src: url("https://use.typekit.net/af/88de78/00000000000000007735954f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/88de78/00000000000000007735954f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/88de78/00000000000000007735954f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "proxima-nova-extra-condensed";
  src: url("https://use.typekit.net/af/8f0f9d/000000000000000077359556/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/8f0f9d/000000000000000077359556/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/8f0f9d/000000000000000077359556/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "proxima-nova-extra-condensed";
  src: url("https://use.typekit.net/af/d2b9f4/000000000000000077359567/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/d2b9f4/000000000000000077359567/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/d2b9f4/000000000000000077359567/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "proxima-nova-extra-condensed";
  src: url("https://use.typekit.net/af/b7df9a/00000000000000007735956a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/b7df9a/00000000000000007735956a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/b7df9a/00000000000000007735956a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
.left-off-canvas-menu,
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  width: 17.5rem;
  bottom: 0;
  top: 0;
}

.left-off-canvas-menu {
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

.bottom-off-canvas-menu,
.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 1001;
  width: 100%;
  height: 18.75rem;
}

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
  bottom: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
}

.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
}

.move-bottom .exit-off-canvas,
.move-left .exit-off-canvas,
.move-right .exit-off-canvas,
.move-top .exit-off-canvas {
  z-index: 1002;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.left-off-canvas-menu .off-canvas-list .quicklinks ul {
  list-style-type: none;
  border-top: 1px solid #676767;
  margin: 0;
}

.left-off-canvas-menu .off-canvas-list .quicklinks ul > li {
  float: left;
  width: 8.75rem;
}

.left-off-canvas-menu .off-canvas-list .quicklinks ul > li a {
  text-align: center;
  height: 7.1875rem;
  padding: 1.5rem 1rem 0;
  border-bottom: 1px solid #676767;
  border-right: 1px solid #676767;
  display: block;
  color: #ededed;
  font-weight: 400;
  font-size: 0.875rem;
}

.left-off-canvas-menu .off-canvas-list .quicklinks ul > li a:hover {
  background-color: #ededed;
  color: #676767;
}

.left-off-canvas-menu .off-canvas-list .quicklinks ul > li a .fa {
  display: block;
  font-size: 2.5rem;
  color: #676767;
  margin-bottom: 0.25rem;
}

.left-off-canvas-menu,
.left-off-canvas-menu label,
.right-off-canvas-menu,
.right-off-canvas-menu label {
  color: #fff;
}

.block-account-nav {
  text-align: left;
}

.block-account-nav .block-title {
  padding: 0.75rem 0.75rem 0.25rem;
  margin: 0;
}

.block-account-nav .block-title .greeting {
  padding-top: 0.4rem;
}

.block-account-nav .button {
  margin-bottom: 0.5rem;
}

.block-account-nav .block-content {
  border-top: 1px solid #676767;
}

@media only screen and (min-width: 64.0625em) {
  .block-account-nav .block-content {
    border-color: #ccc;
  }
}
.block-account-nav .block-content ul {
  list-style-type: none;
  margin: 0;
}

.block-account-nav .block-content li {
  float: left;
  width: 50%;
}

.block-account-nav .block-content li a {
  text-align: center;
  height: 7.1875rem;
  padding: 1.5rem 1rem 0;
  border-bottom: 1px solid #676767;
  border-right: 1px solid #676767;
  display: block;
  color: #ededed;
  font-weight: 400;
  font-size: 0.875rem;
}

@media only screen and (min-width: 64.0625em) {
  .block-account-nav .block-content li a {
    border-color: #ccc;
    color: #676767;
  }
}
.block-account-nav .block-content li a:hover {
  background-color: #ededed;
  color: #676767;
}

.block-account-nav .block-content li a .fa {
  display: block;
  font-size: 2.5rem;
  color: #676767;
  margin-bottom: 0.25rem;
}

.block-account-login .button,
.block-account-login p {
  margin-bottom: 0.5rem;
}

.block-account-nav .block-content li:nth-child(1) {
  width: 100%;
  float: none;
}

.block-account-nav .block-content li:nth-child(1) a {
  height: 4.375rem;
  padding: 0.5rem;
}

.block-account-nav .block-content li:nth-child(1) a .fa {
  display: inline-block;
  position: relative;
  top: 0.25rem;
  margin-right: 0.75rem;
}

.block-account-nav .block-content li:nth-child(odd) a {
  border-right: none;
}

.block-account-login {
  text-align: left;
}

@media only screen and (min-width: 64.0625em) {
  .block-account-login {
    padding: 1rem;
  }
}
.block-account-login .block-title {
  font-weight: 700;
  padding: 1rem 1rem 0;
}

@media only screen and (min-width: 64.0625em) {
  .block-account-login .block-title {
    border-color: #ccc;
    padding: 0;
  }
}
.block-account-login .block-content {
  border-top: 1px solid #676767;
  padding: 1rem 1rem 0;
}

@media only screen and (min-width: 64.0625em) {
  .block-account-login .block-content {
    border-color: #ccc;
    padding: 1rem 0 0;
  }
}
.block-account-login form {
  margin-bottom: 1rem;
}

#ot-sdk-btn.ot-sdk-show-settings.ot-sdk-show-settings, #ot-sdk-btn.ot-sdk-show-settings.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings.optanon-show-settings, #ot-sdk-btn.optanon-show-settings.optanon-show-settings:hover {
  background: unset;
  color: inherit;
  text-decoration: underline;
  display: inline;
  line-height: inherit;
  padding: unset;
  font-size: inherit;
  border: unset;
}
#ot-sdk-btn.ot-sdk-show-settings.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings.optanon-show-settings:hover {
  color: red;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

.accordion:after,
.accordion:before,
.row .row.collapse:after,
.row .row.collapse:before,
.row .row:after,
.row .row:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.row,
select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 82.5rem;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

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

.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.f-dropdown,
.f-dropdown.drop-right {
  max-width: 200px;
  list-style: none;
  max-height: none;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .columns:last-child {
  float: right;
}

.column + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
  }
  .column,
  .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
}
@media only screen {
  .hide-for-large-up,
  .hide-for-medium,
  .hide-for-medium-up,
  .show-for-small,
  .show-for-small-only,
  .show-for-small-up {
    display: inherit !important;
  }
  .hide-for-small,
  .show-for-large-up,
  .show-for-medium-up {
    display: none !important;
  }
  .hidden-for-medium,
  .hidden-for-medium-up,
  .visible-for-small,
  .visible-for-small-only,
  .visible-for-small-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small,
  .hidden-for-small-up,
  .visible-for-medium,
  .visible-for-medium-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  tbody.hide-for-medium,
  tbody.hide-for-medium-up,
  tbody.show-for-small,
  tbody.show-for-small-only,
  tbody.show-for-small-up {
    display: table-row-group !important;
  }
  tr.hide-for-medium,
  tr.hide-for-medium-up,
  tr.show-for-small,
  tr.show-for-small-only,
  tr.show-for-small-up {
    display: table-row;
  }
  td.hide-for-medium,
  td.hide-for-medium-up,
  td.show-for-small,
  td.show-for-small-only,
  td.show-for-small-up,
  th.hide-for-medium,
  th.hide-for-medium-up,
  th.show-for-small,
  th.show-for-small-only,
  th.show-for-small-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .hide-for-large-up,
  .hide-for-small,
  .show-for-small-up {
    display: inherit !important;
  }
  .hide-for-medium,
  .hide-for-medium-up,
  .show-for-large-up,
  .show-for-small,
  .show-for-small-only {
    display: none !important;
  }
  .hidden-for-small,
  .visible-for-medium,
  .visible-for-medium-up,
  .visible-for-small-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-medium,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .hide-for-medium,
  .hide-for-small,
  .show-for-large-up,
  .show-for-small-up {
    display: inherit !important;
  }
  .hide-for-large-up,
  .hide-for-medium-up,
  .show-for-small,
  .show-for-small-only {
    display: none !important;
  }
  .hidden-for-medium,
  .hidden-for-small,
  .visible-for-medium-up,
  .visible-for-small-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .visible-for-medium,
  .visible-for-small,
  .visible-for-small-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}
@media only screen and (min-width: 90.0625em) {
  .hide-for-medium,
  .hide-for-small,
  .show-for-large-up,
  .show-for-small-up {
    display: inherit !important;
  }
  .hide-for-large-up,
  .hide-for-medium-up,
  .show-for-small,
  .show-for-small-only,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-medium,
  .hidden-for-small,
  .visible-for-medium-up,
  .visible-for-small-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .visible-for-medium,
  .visible-for-small,
  .visible-for-small-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}
@media only screen and (min-width: 120.0625em) {
  .hide-for-medium,
  .hide-for-small,
  .show-for-large-up,
  .show-for-small-up {
    display: inherit !important;
  }
  .hide-for-large-up,
  .hide-for-medium-up,
  .show-for-small,
  .show-for-small-only {
    display: none !important;
  }
  .hidden-for-medium,
  .hidden-for-small,
  .visible-for-medium-up,
  .visible-for-small-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .visible-for-medium,
  .visible-for-small,
  .visible-for-small-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-medium,
  table.hide-for-small,
  table.show-for-small-up {
    display: table !important;
  }
  thead.hide-for-medium,
  thead.hide-for-small {
    display: table-header-group !important;
  }
  tbody.hide-for-medium,
  tbody.show-for-small-up {
    display: table-row-group !important;
  }
  tr.hide-for-medium,
  tr.hide-for-small,
  tr.show-for-small-up {
    display: table-row;
  }
  td.hide-for-medium,
  td.hide-for-small,
  td.show-for-small-up,
  th.hide-for-medium,
  th.hide-for-small,
  th.show-for-small-up {
    display: table-cell !important;
  }
}
.print-only,
.show-for-print {
  display: none !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
.inner-wrap,
.off-canvas-wrap {
  width: 100%;
  position: relative;
}

.inner-wrap,
.left-submenu {
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
}

.inner-wrap:after,
hr {
  clear: both;
}

.inner-wrap {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(17.5rem, 0, 0);
  transform: translate3d(17.5rem, 0, 0);
}

.move-right .exit-off-canvas {
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 40.0625em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-17.5rem, 0, 0);
  transform: translate3d(-17.5rem, 0, 0);
}

.move-left .exit-off-canvas {
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 40.0625em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}

.move-top .exit-off-canvas {
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 40.0625em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}

.move-bottom .exit-off-canvas {
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 40.0625em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
@media only screen and (min-width: 40.063em) {
  html {
    padding-right: 20px;
    width: -webkit-calc(100vw + 20px);
    width: calc(100vw + 20px);
    overflow-x: hidden;
  }
}

body,
html {
  height: 100%;
  font-size: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1350px) {
  html {
    width: 100vw;
    overflow-x: hidden;
    padding-right: 10px;
  }
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

a:hover {
  cursor: pointer;
}

.postfix,
.prefix,
button {
  overflow: visible;
}

.antialiased,
.fa {
  -moz-osx-font-smoothing: grayscale;
}

body,
sub,
sup {
  position: relative;
}

.accordion:after,
.clearfix:after,
.row .row.collapse:after,
.row .row:after,
.row:after,
[class*=block-grid-]:after {
  clear: both;
}

.breadcrumbs > *,
button,
select {
  text-transform: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.alert-box,
.button,
body,
button,
label {
  font-weight: 400;
}

.breadcrumbs,
.button-bar .button-group div {
  overflow: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

.alert-box,
.breadcrumbs {
  border-width: 1px;
  border-style: solid;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

a {
  color: red;
  line-height: inherit;
}

a:focus,
a:hover {
  color: #db0000;
}

a img {
  border: none;
}

p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

.subheader,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

h1,
h5 {
  font-size: 1.125rem;
}

h2,
h6 {
  font-size: 1rem;
}

h3 {
  font-size: 1.0625rem;
}

h4 {
  font-size: 0.8125rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
}

b,
em,
i,
small,
strong {
  line-height: inherit;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 60%;
}

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.vcard .fn,
.vevent .summary,
.vevent abbr,
dl dt,
ul.off-canvas-list li label {
  font-weight: 700;
}

dl,
ol,
ul {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.375rem;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

ul li ol,
ul li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.circle,
ul.disc,
ul.square {
  margin-left: 1.1rem;
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ol {
  margin-left: 1.4rem;
}

ol li ol,
ol li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

.no-bullet li ol,
.no-bullet li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

dl dt {
  margin-bottom: 0.3rem;
}

dl dd {
  margin-bottom: 0.75rem;
}

.vcard,
blockquote {
  margin: 0 0 1.25rem;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #ddd;
}

blockquote {
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555;
}

blockquote,
blockquote p {
  line-height: 1.375rem;
  color: #6f6f6f;
}

.vcard {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-size: 0.9375rem;
}

.vevent abbr {
  cursor: default;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  h4,
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  * {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.off-canvas-list li label {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  display: block;
  font-size: 0.75rem;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}

ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.accordion .accordion-navigation > a,
.accordion dd > a,
.button,
body,
button {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}

input[type=file],
input[type=checkbox],
input[type=radio],
label.inline,
select {
  margin: 0 0 1rem;
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  padding: 0.5625rem 0;
}

.postfix,
.postfix.button,
.prefix,
.prefix.button {
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

.postfix,
.prefix {
  border-style: solid;
  border-width: 1px;
  display: block;
  line-height: 2.3125rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

select[multiple],
textarea[rows] {
  height: auto;
}

.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}

.f-dropdown {
  display: none;
  left: -9999px;
  margin-left: 0;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0.875rem;
  height: auto;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
}

.f-dropdown:after,
.f-dropdown:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

.button-group:after,
.button-group:before {
  content: " ";
  display: table;
}

.rewardssocial-buttons {
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: auto;
  position: relative;
}

a .fa + span {
  margin-left: 0.25rem;
}

.button .fa + span {
  margin-left: 0.5rem;
}

.button span + .fa {
  margin-right: 0.5rem;
}

ul.form-list,
ul.form-list ul {
  list-style-type: none;
  margin-left: 0;
}

.required {
  color: red;
}

label.required,
label[required] {
  color: inherit;
}

label.required:after,
label[required]:after {
  content: "*";
  margin-left: 0.25rem;
  color: red;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 3px;
}

select:focus {
  background-color: #f3f3f3;
  border-color: #999;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

input[type=file] {
  width: 100%;
}

fieldset {
  border: 1px solid #ddd;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

fieldset legend {
  font-weight: 700;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

.postfix,
.prefix,
select {
  font-size: 0.875rem;
  height: 2.3125rem;
}

div.data-table {
  display: table;
  width: 100%;
  font-size: 0.85rem;
}

div.data-table .col {
  display: table-cell;
  font-size: 0.85rem;
  padding: 0.625rem;
  vertical-align: middle;
}

div.data-table .table-row {
  display: table-row;
}

div.data-table .table-header {
  display: table-header-group;
}

div.data-table .table-header .col {
  font-size: 0.85rem;
  background-color: #f5f5f5;
  text-transform: uppercase;
}

div.data-table .table-body {
  display: table-row-group;
}

div.data-table .table-body .col {
  font-size: 0.85rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

div.data-table .table-footer {
  display: table-footer-group;
}

div.data-table .table-footer .col {
  background-color: #f5f5f5;
}

.button.secondary {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #676767;
  color: #fff;
  margin-bottom: 0;
}

.button.secondary:hover {
  background-color: #484848;
  color: #fff;
}

.button.secondary.disabled,
.button.secondary.disabled:hover,
.button.secondary[disabled],
.button.secondary[disabled]:hover {
  background-color: #959595;
  pointer: default;
  color: #fff;
}

.button,
.button.expand,
button,
button.expand {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}

@media only screen and (min-width: 40.0625em) {
  .button,
  button {
    display: inline-block;
  }
}
.button:focus,
.button:hover,
button:focus,
button:hover {
  background-color: #c00;
  color: #fff;
}

.button.secondary,
button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333;
}

.button.secondary:focus,
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover {
  background-color: #b9b9b9;
  color: #333;
}

.button.success,
button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
}

.button.success:focus,
.button.success:hover,
button.success:focus,
button.success:hover {
  background-color: #368a55;
  color: #fff;
}

.button.alert,
button.alert {
  background-color: #990505;
  border-color: #7a0404;
  color: #fff;
}

.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover {
  background-color: #7a0404;
  color: #fff;
}

.button.warning,
button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}

.button.warning:focus,
.button.warning:hover,
button.warning:focus,
button.warning:hover {
  background-color: #cf6e0e;
  color: #fff;
}

.button.info,
button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}

.button.info:focus,
.button.info:hover,
button.info:focus,
button.info:hover {
  background-color: #61b6d9;
  color: #fff;
}

.button.large,
button.large {
  padding: 1.125rem 2.25rem 1.1875rem;
  font-size: 1.25rem;
}

.button.small,
button.small {
  padding: 0.875rem 1.75rem 0.9375rem;
  font-size: 0.8125rem;
}

.button.tiny,
button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem;
  font-size: 0.6875rem;
}

ul.messages {
  margin-left: 0;
  list-style-type: none;
}
ul.messages > li > ul {
  margin-left: 0;
  list-style-type: none;
}
ul.messages > li li {
  background-color: #eaeaea;
  border-left: 3px solid #999;
  padding: 0.5rem 1rem;
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
}

.item-msg.error {
  background-color: rgba(240, 0, 0, 0.1);
  border-left: 3px solid #f00000;
}

ul.messages > li.error-msg li {
  background-color: rgba(240, 0, 0, 0.1);
  border-left: 3px solid #f00000;
}
ul.messages > li > ul {
  margin-bottom: 0;
}

.std .page-title {
  padding: 1.25rem 1.5rem;
  background-color: #333;
  position: relative;
  margin-bottom: 1rem;
}
.std .page-title h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.75rem;
}
.std .page-title h1 + p {
  color: #ccc;
  margin-bottom: 0;
}
.std .page-title h1 small {
  font-size: 1rem;
  color: #fff;
  display: block;
  line-height: 1;
}

/*.header-container {
    background: rgb(238,249,255);
    background: linear-gradient(0deg, rgba(238,249,255,1) 0%, rgba(246,251,255,1) 33%, rgba(255,255,255,1) 100%);
}*/
@media only screen and (min-width: 64.0625em) {
  .header-container {
    padding: 22px 0 0;
  }
}
.header h1:not(.logo) {
  margin: 0;
  float: left;
}

.header {
  padding: 20px 10px 22px;
}
.header .header-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 42% 25%;
  grid-template-columns: 33% 42% 25%;
}
.header .brand {
  position: relative;
}
.header .brand .logo a {
  margin-left: -11px;
}
.header .brand .moreitem {
  position: absolute;
  top: 7px;
  right: -20px;
  background: url(../images/header/quote.png) no-repeat;
  width: 212px;
  height: 74px;
}
.header .brand .moreitem p {
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 20px;
  margin: 0;
  padding: 15px 10px 10px 30px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.header .brand .moreitem p .big {
  font-size: 21px;
  color: #e80000;
  font-weight: 700;
  display: block;
}
.header .social {
  margin: 0;
  padding: 0 0 0 50px;
  list-style: none;
}
.header .social li {
  display: inline-block;
}
.header .social li a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
.header .social li:first-child a {
  display: inline-block;
  background: #d3d3d3;
  border-radius: 5px;
  padding: 3px 7px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  text-decoration: none;
}
.header .social li:first-child a img {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-right: 2px;
}
.header .social li:nth-child(2) a {
  display: inline-block;
  background: #d3d3d3;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  text-decoration: none;
}
.header .social li:nth-child(2) a img {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-right: 2px;
}
.header .search {
  margin: 0;
  padding: 8px 0 0 50px;
  max-width: 430px;
}
.header .search .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.header .search .input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.header .search .input-group .btn {
  margin-left: -5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  z-index: 2;
  height: 43px;
}
.header .search .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  height: 43px;
  border: 1px #acabab solid;
  border-right: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .search .btn-outline-secondary {
  border: 1px #acabab solid;
  border-left: none;
  margin: 0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.header .search .btn-outline-secondary:hover {
  background: none;
}
.header .links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .links > li {
  display: inline-block;
  padding: 0 6px;
  position: relative;
}
.header .links > li:last-child {
  display: block;
  padding: 0;
}
.header .links > li > a:not(.minicart) {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.header .links > li > a:not(.minicart) img {
  margin-right: 5px;
  vertical-align: middle;
}
.header .links > li .btn-logout {
  margin-left: 5px;
}
.header .links > li .btn-logout i {
  vertical-align: middle;
}
.header .minicart {
  display: block;
  margin-top: 6px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background: #d3d3d3;
  border-radius: 5px;
  padding: 8px 10px;
}
.header .minicart img {
  margin-right: 8px;
}
.header .minicart:hover {
  text-decoration: none;
  background: #bbbaba;
}
.header .mb-3 {
  margin-bottom: 1rem !important;
}
.header .text-center {
  text-align: center !important;
}

.header .logo strong {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -10000px;
  overflow: hidden;
}
.header h1.logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.header a.logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: -11px;
}

.header .free-shipping {
  position: absolute;
  top: 0;
  right: 325px;
  z-index: 5;
}

.header .quick-access ul.links > li .tab-panel {
  display: none;
  width: 306px;
  background: #fff;
  position: absolute;
  border-top: 1px solid #aaa;
  right: 0;
  top: 40px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

/*.header .quick-access ul.links > li.tab.active {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    border: 1px solid #bbb;
}
.header .quick-access ul.links > li.tab.active > a {
    background: #fff;
}*/
.header .quick-access ul.links > li.tab.active > .tab-panel {
  display: block;
}

.header #search_mini_form .form-search {
  position: relative;
}

.header #search_mini_form .form-search label {
  display: none;
}

.header #search_mini_form .form-search .input-text {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  height: 43px;
  border: 1px #acabab solid;
  border-radius: 5px;
}

.header #search_mini_form .form-search button {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  background: 0 0;
  color: #333;
  text-align: center;
}

.above-mobile-header {
  height: 20px;
  width: 100%;
  text-align: center;
  background: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 0.85rem;
}
.above-mobile-header a {
  color: #fff;
}
.above-mobile-header small {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.mobile-header {
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 40em) {
  .mobile-header a {
    display: inline-block;
    vertical-align: top;
  }
  .mobile-header a.logo {
    padding-top: 6px;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-header a img {
    width: 108px;
    height: 33px;
    display: inline-block;
    vertical-align: top;
  }
}

.mobile-header .tab-bar {
  background: 0 0;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  .mobile-header .tab-bar {
    height: 4.6875rem;
  }
  .mobile-header .tab-bar > section:nth-child(1) {
    padding-left: 2rem;
  }
  .mobile-header .tab-bar > section:nth-child(3) {
    padding-right: 2rem;
  }
  .mobile-header .tab-bar-section.middle {
    left: 200px;
    right: 200px;
  }
}
.mobile-header .tab-bar-section.middle {
  padding: 0;
}

.mobile-header .tab-bar-section.middle img {
  margin: 0;
}

.mobile-header .tab-bar-section.middle a {
  width: auto;
}

.mobile-header .mobile-actions {
  padding-left: 2em;
}
.mobile-header .mobile-actions.right-align {
  padding-left: 0;
  padding-right: 2em;
}
@media screen and (max-width: 40em) {
  .mobile-header .mobile-actions {
    padding-left: 0;
  }
  .mobile-header .mobile-actions.right-align {
    padding-right: 0;
  }
}
.mobile-header .mobile-actions a {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
  text-align: center;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #222;
}
.mobile-header .mobile-actions a span {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  margin-left: 0.75rem;
}
@media screen and (max-width: 40em) {
  .mobile-header .mobile-actions a {
    height: 2.8125rem;
    width: 2.8125rem;
    padding-right: 0;
    padding-left: 0;
    line-height: 2.8125rem;
  }
}
.mobile-header .mobile-actions a .fa {
  font-size: 1rem;
  display: inline-block;
  vertical-align: baseline;
}
.mobile-header .mobile-actions a .fa:before {
  display: inline-block;
  vertical-align: middle;
}

.inner-wrap:after,
.inner-wrap:before {
  content: " ";
  display: table;
}

.left-small,
.right-small,
.tab-bar-section {
  top: 0;
  position: absolute;
}

@media only screen and (min-width: 40.0625em) {
  .mobile-header .mobile-top-bar section.right > a:nth-child(1) {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 10;
    line-height: 35px;
    height: 35px;
  }
}
.mobile-header .mobile-top-bar section.right > a.active:nth-child(1) {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 40em) {
  .mobile-header .tab-bar-section.middle {
    left: 100px;
    right: 100px;
  }
  .mobile-header a span {
    display: none;
  }
  .mobile-header .mobile-top-bar section.right > a:nth-child(1) {
    z-index: auto;
  }
}
.block.catalogsearch-mobile-top {
  display: none;
  padding: 0.75rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  background-color: #ededed;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 10;
}

.block.catalogsearch-mobile-top .form-search {
  position: relative;
}

.block.catalogsearch-mobile-top .form-search input {
  margin-bottom: 0;
}

.block.catalogsearch-mobile-top .form-search label {
  display: none;
}

.block.catalogsearch-mobile-top .form-search button {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  background: 0 0;
  color: #333;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 64em) {
  .off-canvas-wrap {
    width: unset;
    overflow: auto;
  }
}

#mobile-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 64em) {
  #mobile-header {
    line-height: 4.68rem;
  }
}
@media screen and (max-width: 40em) {
  #mobile-header {
    line-height: unset;
  }
}
@media only screen and (min-width: 64.0625em) {
  #mobile-header {
    display: none;
  }
}
#mobile-header > section {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#mobile-header > section.mobile-actions {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}
@media screen and (max-width: 64em) {
  #mobile-header > section.mobile-actions {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
#mobile-header > section.mobile-actions.right-align {
  text-align: right;
}
#mobile-header > section.mobile-branding {
  text-align: center;
}

.footer-container {
  display: none;
}

.off-canvas-wrap.move-bottom, .off-canvas-wrap.move-left, .off-canvas-wrap.move-right, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 64em) {
  html {
    position: relative;
    z-index: auto;
  }
  html .off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  html #mobile-body-overlay {
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    content: " ";
    position: fixed;
    z-index: 9999;
    right: 0%;
    top: 0;
    bottom: 0;
    left: 100%;
    background: rgba(255, 255, 255, 0);
  }
  html[data-nav-done=true] {
    overflow: unset;
  }
  html[data-nav-done=true] .off-canvas-wrap {
    overflow: unset;
  }
  html[data-nav=true], html[data-nav=true] body {
    overflow-x: hidden;
    height: auto;
  }
  html[data-nav=true] .off-canvas-wrap {
    overflow: unset;
    -webkit-transform: translateX(280px);
            transform: translateX(280px);
  }
  html[data-nav=true] #mobile-body-overlay {
    left: 0;
    background: rgba(255, 255, 255, 0.6);
  }
}
.nav-container {
  background-color: #333;
}
@media only screen and (min-width: 64.0625em) {
  .nav-container {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .nav-container {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    position: fixed;
    z-index: 9999;
    right: 100%;
    top: 0;
    width: 280px;
    bottom: 0;
    -webkit-box-shadow: -5px 0px 4px rgba(0, 0, 0, 0.45) inset;
            box-shadow: -5px 0px 4px rgba(0, 0, 0, 0.45) inset;
  }
}
@media only screen and (min-width: 64.0625em) {
  .nav-container .quicklinks {
    padding: 15px 0;
    margin-bottom: 0.5rem;
    background-color: #fff;
  }
}
.nav-container .quicklinks ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 82.5rem;
  margin: 0 auto;
  list-style-type: none;
  max-width: 82.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #676767;
}
@media only screen and (min-width: 64.0625em) {
  .nav-container .quicklinks ul {
    border-bottom: none;
  }
}
.nav-container .quicklinks ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  border-left: 1px solid #676767;
  border-top: 1px solid #676767;
  float: none;
  position: relative;
  z-index: auto;
  text-align: center;
}
.nav-container .quicklinks ul li:nth-child(2n+1) {
  border-left: none;
}
@media only screen and (min-width: 64.0625em) {
  .nav-container .quicklinks ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 5px 0;
    border: none;
  }
}
@media screen and (min-width: 80.063em) {
  .nav-container .quicklinks ul li:first-child {
    margin-left: -30px;
  }
  .nav-container .quicklinks ul li:last-child {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .nav-container .quicklinks ul li:first-child a {
    border-left: 0;
  }
}
.nav-container .quicklinks ul li a {
  display: inline-block;
  vertical-align: top;
  padding: 20px 15px 0px 15px;
  font-size: 0.85rem;
  color: white;
  width: 100%;
  border: 0;
}
@media screen and (max-width: 64em) {
  .nav-container .quicklinks ul li a {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    height: 6.5rem;
  }
}
@media screen and (min-width: 80.063em) {
  .nav-container .quicklinks ul li a {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .nav-container .quicklinks ul li a {
    padding: 0 15px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    line-height: 1.125rem;
    color: #676767;
  }
}
.nav-container .quicklinks ul li a .fa {
  font-size: 2.5rem;
  color: #676767;
}
@media screen and (max-width: 64em) {
  .nav-container .quicklinks ul li a .fa {
    display: block;
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .nav-container .quicklinks ul li a .fa {
    font-size: 1.125rem;
    margin-right: 6px;
  }
}
@media screen and (max-width: 64em) {
  .nav-container .quicklinks ul li a:hover {
    background: #ededed;
    color: #676767;
  }
  .nav-container .quicklinks ul li a:hover .fa {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 64em) {
  .top-bar[data-topbar] {
    overflow: hidden;
    height: auto;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
  }
  #site-navigation.top-bar-section {
    left: 0;
    position: relative;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
  }
  #site-navigation.top-bar-section li > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    display: block;
    padding: 0;
    top: 0;
    z-index: 99;
    left: 100%;
  }
  #site-navigation.top-bar-section li.moved {
    position: static;
  }
  #site-navigation.top-bar-section li.moved > .dropdown {
    height: auto;
    overflow: visible;
    clip: auto;
    width: 100%;
  }
}
#navigation-menu a {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  position: relative;
  z-index: auto;
  white-space: nowrap;
  padding: 0 15px;
  line-height: 3.375rem;
  width: 100%;
}
@media screen and (max-width: 64em) {
  #navigation-menu a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#navigation-menu a.level-home {
  border-bottom: 1px solid #262626;
}
@media only screen and (min-width: 64.0625em) {
  #navigation-menu a.level-home {
    display: none;
  }
}
#navigation-menu a:after {
  position: absolute;
  z-index: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 64.0625em) {
  #navigation-menu a:after {
    right: 5px;
  }
}
#navigation-menu a.level-home .fa {
  vertical-align: middle;
  font-size: 1.5rem;
}

#site-navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 82.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 64.0625em) {
  #site-navigation {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #333;
  z-index: 99;
  display: none;
  position: relative;
  opacity: 1;
}
@media only screen and (min-width: 64.0625em) {
  #site-navigation ul {
    position: absolute;
    min-width: 220px;
    opacity: 0;
  }
}
#site-navigation ul.level0 {
  left: 0;
  top: 100%;
}
#site-navigation ul:not(.level0) {
  left: 100%;
  top: 0;
}
#site-navigation li {
  position: relative;
  z-index: auto;
  border-bottom: 1px solid #262626;
}
@media only screen and (min-width: 64.0625em) {
  #site-navigation li {
    border-bottom: none;
  }
}
#site-navigation li.hover, #site-navigation li:hover {
  background: rgba(255, 255, 255, 0.98);
}
@media only screen and (min-width: 64.0625em) {
  #site-navigation li.hover > ul, #site-navigation li:hover > ul {
    display: block;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
#site-navigation li.hover > h5 a,
#site-navigation li.hover > a, #site-navigation li:hover > h5 a,
#site-navigation li:hover > a {
  color: black;
}
@media only screen and (min-width: 64.0625em) {
  #site-navigation li.js-generated {
    display: none;
  }
}
#site-navigation li.has-dropdown > a {
  padding-right: 20px;
}
#site-navigation li:not(.level0).has-dropdown > a:after {
  border: 5px inset;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}
#site-navigation li h5 {
  margin: 0;
}
#site-navigation li h5 a {
  font-size: 1.125rem;
}
#site-navigation li.level0 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  flex-grow: 1;
}
@media only screen and (min-width: 64.0625em) {
  #site-navigation li.level0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  #site-navigation li.level0 > a {
    font-size: 1rem;
    font-weight: 500;
  }
}
#site-navigation li.level0.has-dropdown > a::after {
  border: 5px inset;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 64.0625em) {
  #site-navigation li.level0.has-dropdown > a::after {
    border: 5px inset;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top-style: solid;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent;
  }
}
@media only screen and (min-width: 64.0625em) {
  #site-navigation li.level0.active {
    background: red;
  }
  #site-navigation li.level0.active > a {
    color: white;
  }
  #site-navigation li.level0.active.hover, #site-navigation li.level0.active:hover {
    background: #db0000;
  }
  #site-navigation li.level0.hover.has-dropdown:not(.active) > a, #site-navigation li.level0:hover.has-dropdown:not(.active) > a {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px inset;
            box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px inset;
  }
  #site-navigation li.level0.hover.has-dropdown:not(.active) > a::after, #site-navigation li.level0:hover.has-dropdown:not(.active) > a::after {
    border-color: rgba(0, 0, 0, 0.4) transparent transparent;
  }
}

/*new mega menu*/
.navbar {
  --bs-navbar-nav-link-padding-x: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 64em) {
  .navbar {
    display: none;
  }
}
.navbar.navbar-expand-lg {
  padding: 0;
  margin-top: -10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar.navbar-expand-lg .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar.navbar-expand-lg .navbar-nav .nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.navbar > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar .navbar-collapse {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar .navbar-collapse .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar .navbar-collapse .navbar-nav li a {
  font-size: 14px;
  color: #fff;
  position: relative;
}
.navbar .navbar-collapse .navbar-nav li a:hover {
  color: #fff;
  font-weight: 500;
}
.navbar .navbar-collapse .navbar-nav li a span img {
  vertical-align: top;
  padding-right: 3px;
  margin-top: -2px;
}
.navbar .navbar-collapse .navbar-nav li:first-child a {
  background: url(../images/megamenu/m1.png) no-repeat;
  display: inline-block;
  width: 186px;
  height: 110px;
  margin-left: -25px;
}
.navbar .navbar-collapse .navbar-nav li:first-child a span {
  display: inline-block;
  padding: 40px 0 0 25px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.navbar .navbar-collapse .navbar-nav li:first-child a:after {
  bottom: 27px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(2) a {
  background: url(../images/megamenu/m2.png) no-repeat;
  display: inline-block;
  width: 228px;
  height: 103px;
  margin-left: -45px;
  margin-top: 10px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(2) a span {
  display: inline-block;
  padding: 35px 0 0 45px;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.navbar .navbar-collapse .navbar-nav li:nth-child(2) a:after {
  bottom: 30px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(3) a {
  background: url(../images/megamenu/m3.png) no-repeat;
  display: inline-block;
  width: 242px;
  height: 113px;
  margin-left: -45px;
  margin-top: 10px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(3) a span {
  display: inline-block;
  padding: 35px 0 0 30px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.navbar .navbar-collapse .navbar-nav li:nth-child(3) a:after {
  bottom: 40px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(4) a {
  background: url(../images/megamenu/m4.png) no-repeat;
  display: inline-block;
  width: 235px;
  height: 110px;
  margin-left: -45px;
  margin-top: 8px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(4) a span {
  display: inline-block;
  padding: 35px 0 0 25px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.navbar .navbar-collapse .navbar-nav li:nth-child(4) a:after {
  bottom: 35px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(5) a {
  background: url(../images/megamenu/m5.png) no-repeat;
  display: inline-block;
  width: 196px;
  height: 102px;
  margin-left: -45px;
  margin-top: 15px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(5) a span {
  display: inline-block;
  padding: 30px 0 0 35px;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.navbar .navbar-collapse .navbar-nav li:nth-child(5) a:after {
  bottom: 34px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(6) a {
  background: url(../images/megamenu/m6.png) no-repeat;
  display: inline-block;
  width: 202px;
  height: 109px;
  margin-left: -40px;
  margin-top: 10px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(6) a span {
  display: inline-block;
  padding: 35px 0 0 35px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.navbar .navbar-collapse .navbar-nav li:nth-child(6) a:after {
  bottom: 36px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(7) a {
  background: url(../images/megamenu/m7.png) no-repeat;
  display: inline-block;
  width: 171px;
  height: 105px;
  margin-left: -40px;
  margin-top: 14px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(7) a span {
  display: inline-block;
  padding: 35px 0 0 30px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.navbar .navbar-collapse .navbar-nav li:nth-child(7) a:after {
  bottom: 36px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(8) a {
  background: url(../images/megamenu/m8.png) no-repeat;
  display: inline-block;
  width: 139px;
  height: 107px;
  margin-left: -35px;
  margin-top: 15px;
}
.navbar .navbar-collapse .navbar-nav li:nth-child(8) a span {
  display: inline-block;
  padding: 35px 0 0 40px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.navbar .navbar-collapse .navbar-nav li:nth-child(8) a:after {
  bottom: 39px;
}
.navbar .navbar-collapse .navbar-nav .megamenu {
  position: absolute;
  left: -12px;
  right: 0;
  background: #fff;
  z-index: 999;
  top: 84px;
  width: 99%;
  display: none;
}
.navbar .navbar-collapse .navbar-nav .megamenu .left-panel {
  width: 30%;
  background: #d3d3d3;
  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
  padding: 22px 26px 32px;
  display: inline-block;
  vertical-align: top;
}
.navbar .navbar-collapse .navbar-nav .megamenu .left-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar .navbar-collapse .navbar-nav .megamenu .left-panel ul li {
  display: block;
  position: relative;
  padding-top: 12px;
}
.navbar .navbar-collapse .navbar-nav .megamenu .left-panel ul li a {
  font-size: 21px;
  color: #d60000;
  display: block;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0;
  position: relative;
}
.navbar .navbar-collapse .navbar-nav .megamenu .left-panel ul li a:before {
  position: absolute;
  top: 18px;
  right: 20px;
  content: "";
  background: url(../images/megamenu/menu-arrow.png) no-repeat;
  width: 10px;
  height: 11px;
}
.navbar .navbar-collapse .navbar-nav .megamenu .left-panel ul li a:hover {
  font-weight: normal;
}
.navbar .navbar-collapse .navbar-nav .megamenu .right-panel {
  display: inline-block;
  vertical-align: top;
  width: 69%;
  padding: 25px 30px;
}
.navbar .navbar-collapse .navbar-nav .megamenu .right-panel ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar .navbar-collapse .navbar-nav .megamenu .right-panel ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.navbar .navbar-collapse .navbar-nav .megamenu .right-panel ul li a {
  display: block;
  background: none;
  height: auto;
  width: auto;
  margin: 0;
  font-size: 20px;
  color: #000;
  padding: 5px 0;
  text-decoration: none;
}
.navbar .navbar-collapse .navbar-nav .megamenu .right-panel ul li a:hover {
  font-weight: normal;
  color: #333;
}
.navbar .navbar-collapse .navbar-nav .megamenu .right-panel ul li ul {
  display: unset;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navbar .navbar-collapse .navbar-nav .megamenu .right-panel ul li ul li {
  position: relative;
  padding: 0 0 0 30px;
}
.navbar .navbar-collapse .navbar-nav .megamenu .right-panel ul li ul li:before {
  position: absolute;
  top: 13px;
  left: 13px;
  content: "";
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 5px;
}
.navbar .navbar-collapse .navbar-nav .megamenu .right-panel ul li ul li a {
  font-size: 16px;
}
.navbar .navbar-collapse .navbar-nav .megamenu .right-panel ul li ul li a:hover {
  color: #333;
}
.navbar .navbar-collapse .navbar-nav .nav-item:hover .megamenu {
  display: block;
}
.navbar .navbar-collapse .navbar-nav .nav-item:hover > a:after {
  position: absolute;
  left: 45%;
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #d3d3d3;
}
.navbar .white-bottom-cover-up {
  width: 100%;
  height: 40px;
  background: #fff;
  z-index: 99;
  position: absolute;
  bottom: 0;
}

.breadcrumbs {
  margin-bottom: 0;
  margin-top: -0.5rem;
}

@media only screen and (max-width: 40em) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  padding: 1.0625rem 0.875rem 1.0625rem 0;
  background-color: transparent;
  border-color: transparent;
  border-radius: 3px;
}

.breadcrumbs > * {
  color: red;
  float: left;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  margin: 0;
}

.breadcrumbs > :focus a,
.breadcrumbs > :hover a {
  text-decoration: underline;
}

.breadcrumbs > .current:focus,
.breadcrumbs > .current:focus a,
.breadcrumbs > .current:hover,
.breadcrumbs > .current:hover a,
.button,
.label,
.sub-nav dd a,
.sub-nav dt a,
.sub-nav li a,
.vevent abbr,
a,
button {
  text-decoration: none;
}

.breadcrumbs > * a {
  color: red;
}

.breadcrumbs > .current,
.breadcrumbs > .current a {
  color: #676767;
  cursor: default;
}

.breadcrumbs > .unavailable,
.breadcrumbs > .unavailable a {
  color: #ccc;
}

.breadcrumbs > .unavailable a:focus,
.breadcrumbs > .unavailable:focus,
.breadcrumbs > .unavailable:hover,
.breadcrumbs > .unavailable:hover a {
  color: #ccc;
  cursor: not-allowed;
  text-decoration: none;
}

.breadcrumbs > :before {
  color: #aaa;
  content: "::";
  margin: 0 0.375rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > :first-child:before {
  content: " ";
  margin: 0;
}

[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

fieldset[disabled] input:not([type]),
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=week],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=color],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=search],
fieldset[disabled] textarea,
input:not([type]):disabled,
input:not([type])[disabled],
input:not([type])[readonly],
input[type=text]:disabled,
input[type=text][disabled],
input[type=text][readonly],
input[type=password]:disabled,
input[type=password][disabled],
input[type=password][readonly],
input[type=date]:disabled,
input[type=date][disabled],
input[type=date][readonly],
input[type=datetime]:disabled,
input[type=datetime][disabled],
input[type=datetime][readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
input[type=month]:disabled,
input[type=month][disabled],
input[type=month][readonly],
input[type=week]:disabled,
input[type=week][disabled],
input[type=week][readonly],
input[type=email]:disabled,
input[type=email][disabled],
input[type=email][readonly],
input[type=tel]:disabled,
input[type=tel][disabled],
input[type=tel][readonly],
input[type=time]:disabled,
input[type=time][disabled],
input[type=time][readonly],
input[type=url]:disabled,
input[type=url][disabled],
input[type=url][readonly],
input[type=color]:disabled,
input[type=color][disabled],
input[type=color][readonly],
input[type=number]:disabled,
input[type=number][disabled],
input[type=number][readonly],
input[type=search]:disabled,
input[type=search][disabled],
input[type=search][readonly],
select:disabled,
textarea:disabled,
textarea[disabled],
textarea[readonly] {
  background-color: #ddd;
  cursor: default;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
input[type=number],
input[type=search],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

input:not([type]):focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999;
  outline: 0;
}

input:not([type]).radius,
input[type=text].radius,
input[type=password].radius,
input[type=date].radius,
input[type=datetime].radius,
input[type=datetime-local].radius,
input[type=month].radius,
input[type=week].radius,
input[type=email].radius,
input[type=tel].radius,
input[type=time].radius,
input[type=url].radius,
input[type=color].radius,
input[type=number].radius,
input[type=search].radius,
textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse button,
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse textarea {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .postfix-radius.row.collapse button,
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse button,
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse textarea {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .postfix-round.row.collapse button,
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse textarea,
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

textarea {
  min-height: 50px;
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
}

.button,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem;
  font-size: 1rem;
  background-color: red;
  border-color: #c00;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

p,
select {
  font-family: inherit;
}

.button.expand,
button.expand {
  padding: 1rem 2rem 1.0625rem;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.button.left-align,
button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

.button.right-align,
button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

.button.radius,
button.radius {
  border-radius: 3px;
}

.button.round,
button.round {
  border-radius: 1000px;
}

.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
  background-color: red;
  border-color: #c00;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
  color: #fff;
  background-color: red;
}

.button.disabled.secondary,
.button[disabled].secondary,
button.disabled.secondary,
button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
  color: #333;
  background-color: #e7e7e7;
}

.button.disabled.success,
.button[disabled].success,
button.disabled.success,
button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
  color: #fff;
  background-color: #43ac6a;
}

.button.disabled.alert,
.button[disabled].alert,
button.disabled.alert,
button[disabled].alert {
  background-color: #990505;
  border-color: #7a0404;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
  color: #fff;
  background-color: #990505;
}

.button.disabled.warning,
.button[disabled].warning,
button.disabled.warning,
button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover,
button.disabled.warning:focus,
button.disabled.warning:hover,
button[disabled].warning:focus,
button[disabled].warning:hover {
  color: #fff;
  background-color: #f08a24;
}

.button.disabled.info,
.button[disabled].info,
button.disabled.info,
button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled.info:focus,
.button.disabled.info:hover,
.button[disabled].info:focus,
.button[disabled].info:hover,
button.disabled.info:focus,
button.disabled.info:hover,
button[disabled].info:focus,
button[disabled].info:hover {
  color: #fff;
  background-color: #a0d3e8;
}

.button-cart.disabled,
.button-cart.disabled:hover,
.button-cart[disabled],
.button-cart[disabled]:hover {
  background-color: #ededed;
  color: #bababa;
  border-color: #c00;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 1;
}

.block-account-dashboard-panel {
  background-color: #f5f5f5;
  padding: 1.25rem;
  height: 100%;
}
.block-account-dashboard-panel .block-title {
  padding: 0 0.5rem 0.75rem;
  border-bottom: 1px solid #ccc;
}
.block-account-dashboard-panel .block-title h3 {
  display: inline;
  font-size: 1.25rem;
}
.block-account-dashboard-panel .block-title h3 + .edit-link {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.block-account-dashboard-panel .block-title h4 {
  display: inline;
  font-weight: 700;
  font-size: 1rem;
}
.block-account-dashboard-panel .block-title h4 + .edit-link {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.block-account-dashboard-panel .block-content {
  padding: 0.75rem 0.5rem 0;
}
.block-account-dashboard-panel .block-content address {
  line-height: 1.3rem;
}
.block-account-dashboard-panel .change-password {
  display: inline-block;
  margin-top: 1rem;
}

@media only screen and (max-width: 40em) {
  .block-account-dashboard-panel {
    height: auto;
  }
}
.customer-account-index .dashboard .hello {
  font-weight: 700;
}

.block-account-dashboard {
  margin-bottom: 2rem;
}
.block-account-dashboard .block-title {
  margin-bottom: 0.25rem;
}
.block-account-dashboard .block-title h2 {
  display: inline;
}
.block-account-dashboard .block-title h2 + .edit-link {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

@media only screen and (max-width: 40em) {
  .block-account-dashboard .block-content .row > .columns:nth-child(2) {
    margin-top: 0.75rem;
  }
}
@media only screen and (max-width: 40em) {
  .data-table.wishlist-table {
    display: block;
  }
  .data-table.wishlist-table .fa-trash {
    width: 3rem;
    height: 3rem;
    line-height: 1rem;
    padding: 1rem;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    background: white;
    border-radius: 50%;
  }
  .data-table.wishlist-table .col,
  .data-table.wishlist-table .table-body, .data-table.wishlist-table .table-header {
    display: block;
  }
  .data-table.wishlist-table .table-row {
    display: block;
    position: relative;
  }
  .data-table.wishlist-table .table-header .col:nth-child(n+3) {
    display: none;
  }
  .data-table.wishlist-table .table-body .table-row {
    border-bottom: 1px solid #ededed;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
  }
  .data-table.wishlist-table .table-body .col:nth-child(2) {
    border-bottom: none;
  }
  .data-table.wishlist-table .table-body .col:nth-child(n+3) {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
    border-bottom: none;
  }
  .data-table.wishlist-table .table-body .col:nth-child(n+3):before {
    content: attr(data-title) ": ";
    font-weight: 400;
  }
  .data-table.wishlist-table .table-body .col:nth-child(n+6) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .data-table.wishlist-table .table-body .col:nth-child(n+6) .button-cart {
    width: auto;
  }
  .data-table.wishlist-table .table-body .col:nth-child(n+6) .button-cart span {
    display: inline;
    margin-left: 0.5rem;
  }
  .data-table.wishlist-table .table-body .col:nth-child(n+6):before {
    content: "";
    display: none;
  }
  .data-table.wishlist-table .table-body .col:last-child {
    border-bottom: 0;
    position: absolute;
    top: 0.75rem;
    right: 0;
    padding-top: 0;
    font-size: 1rem;
    background-color: transparent;
  }
}
.data-table.wishlist-table .fa-trash {
  font-size: 1.3rem;
}
.data-table.wishlist-table .col:nth-child(1) img {
  width: 105px;
  min-width: 105px;
}
.data-table.wishlist-table .product-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  margin-right: 2rem;
}
.data-table.wishlist-table .product-name a {
  color: #676767;
}
.data-table.wishlist-table textarea {
  height: 4rem;
  max-width: 350px;
}
.data-table.wishlist-table .move-to-cart-composite input {
  display: inline-block;
  width: 2.5rem;
  margin-bottom: 0;
  text-align: center;
}
.data-table.wishlist-table .move-to-cart-composite input + .button {
  padding: 0.625rem 0.75rem !important;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.data-table.wishlist-table .move-to-cart-composite input + .button span {
  display: none;
}
.data-table.product-alerts-table .col span.remove-alert-text {
  display: inline;
}
.data-table.product-alerts-table .col span.remove-alert-icon {
  display: none;
  padding-right: 1rem;
}
.data-table.product-alerts-table .col:nth-child(1) img {
  width: 105px;
  min-width: 105px;
}
.data-table.product-alerts-table .product-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  margin-right: 2rem;
}
.data-table.product-alerts-table .product-name a {
  color: #676767;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .data-table.wishlist-table .product-name {
    font-size: 0.85rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 40em) {
  .data-table.wishlist-table .col:nth-child(1) img {
    width: 100%;
  }
  .data-table.product-alerts-table {
    display: block;
  }
  .data-table.product-alerts-table .col, .data-table.product-alerts-table .table-body, .data-table.product-alerts-table .table-header, .data-table.product-alerts-table .table-row {
    display: block;
  }
  .data-table.product-alerts-table .table-body .col span.remove-alert-text, .data-table.product-alerts-table .table-header .col:nth-child(n+2) {
    display: none;
  }
  .data-table.product-alerts-table .table-row {
    position: relative;
  }
  .data-table.product-alerts-table .table-body .table-row {
    border-bottom: 1px solid #ededed;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
  }
  .data-table.product-alerts-table .table-body .col:nth-child(1) {
    border-bottom: none;
    color: #676767;
    font-weight: 700;
  }
  .data-table.product-alerts-table .table-body .col:nth-child(n+2) {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
    border-bottom: none;
  }
  .data-table.product-alerts-table .table-body .col:nth-child(n+2):before {
    content: attr(data-title) ": ";
    font-weight: 400;
  }
  .data-table.product-alerts-table .table-body .col:last-child {
    border-bottom: 0;
    position: absolute;
    top: 0.75rem;
    right: 0;
    padding-top: 0;
    font-size: 1rem;
    background-color: transparent;
  }
  .data-table.product-alerts-table .table-body .col:last-child:before {
    content: attr(data-title) "";
    font-weight: 400;
    color: inherit;
  }
  .data-table.product-alerts-table .table-body .col span.remove-alert-icon {
    display: inline;
  }
  .data-table.product-alerts-table .table-body .col.no-alerts {
    position: relative;
    font-weight: 400;
  }
  .data-table.product-alerts-table .col:nth-child(1) img {
    width: 100%;
  }
  .my-account .my-alerts .list-actions button {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.my-account .my-wishlist .list-actions {
  margin-top: 0.75rem;
  text-align: right;
}
.my-account .my-wishlist .list-actions button:nth-child(1) {
  float: left;
}

.block.customer_account-edit {
  background-color: #ededed;
  padding: 2rem 2rem 1rem;
}
.block.customer_account-edit .customer-dob:after, .block.customer_account-edit .customer-dob:before {
  content: " ";
  display: table;
}
.block.customer_account-edit .customer-name:after, .block.customer_account-edit .customer-name:before {
  content: " ";
  display: table;
}
.block.customer_account-edit .password-change:after, .block.customer_account-edit .password-change:before {
  content: " ";
  display: table;
}
.block.customer_account-edit .label, .block.customer_account-edit label {
  font-weight: 700;
}
.block.customer_account-edit .customer-name .name-firstname {
  float: left;
  padding-right: 0.5rem;
  width: 50%;
}
.block.customer_account-edit .customer-name .name-lastname {
  float: left;
  padding-left: 0.5rem;
  width: 50%;
}
.block.customer_account-edit .customer-dob:after {
  clear: both;
}
.block.customer_account-edit .customer-dob .dob-day, .block.customer_account-edit .customer-dob .dob-month {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.block.customer_account-edit .customer-dob .dob-year {
  float: left;
  width: 50px;
  margin-right: 10px;
  margin-right: 0;
  width: 100px;
}
.block.customer_account-edit .customer-dob .lifetime-sales {
  width: 80%;
  text-align: center;
}
.block.customer_account-edit .customer-dob input {
  margin-bottom: 0;
}
.block.customer_account-edit .customer-dob input + label {
  color: #676767;
  font-weight: 400;
}
.block.customer_account-edit .password-change .password-new {
  float: left;
  padding-right: 0.5rem;
  width: 50%;
}
.block.customer_account-edit .password-change .password-confirm {
  float: left;
  padding-left: 0.5rem;
  width: 50%;
}
.block.customer_account-giftcertificate .legend, .block.customer_address-edit .legend, .block.customer_subscription-settings .legend {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.25rem;
}
.block.customer_address-edit {
  background-color: #ededed;
  padding: 1rem 2rem;
}
.block.customer_address-edit .label, .block.customer_address-edit label {
  font-weight: 700;
}
.block.customer_address-edit .legend {
  padding-bottom: 0.25rem;
}
.block.customer_address-edit .customer-name .name-firstname {
  float: left;
  padding-right: 0.5rem;
  width: 50%;
}
.block.customer_address-edit .customer-name .name-lastname {
  float: left;
  padding-left: 0.5rem;
  width: 50%;
}
.block.customer_address-edit .fields .field {
  float: left;
  padding-right: 0.5rem;
  width: 50%;
}
.block.customer_address-edit .fields .field:nth-child(2) {
  padding-left: 0.5rem;
  padding-right: 0;
}

@media only screen and (max-width: 40em) {
  .my-account .my-wishlist .list-actions button {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .my-account .my-wishlist .list-actions button:nth-child(1) {
    float: none;
  }
  .block.customer_account-edit {
    padding: 1rem 1rem 0.5rem;
  }
  .block.customer_account-edit .customer-name .name-firstname {
    float: none;
    padding: 0;
    width: 100%;
  }
  .block.customer_account-edit .customer-name .name-lastname {
    float: none;
    padding: 0;
    width: 100%;
  }
  .block.customer_account-edit .password-change .password-new {
    float: none;
    padding: 0;
    width: 100%;
  }
  .block.customer_account-edit .password-change .password-confirm {
    float: none;
    padding: 0;
    width: 100%;
  }
  .block.customer_address-edit {
    padding: 0.5rem 1rem;
  }
  .block.customer_address-edit .customer-name .name-firstname {
    float: none;
    padding: 0;
    width: 100%;
  }
  .block.customer_address-edit .customer-name .name-lastname {
    float: none;
    padding: 0;
    width: 100%;
  }
  .block.customer_address-edit .fields .field {
    float: none;
    padding: 0;
    width: 100%;
  }
  .block.customer_address-edit .fields .field:nth-child(2) {
    padding: 0;
  }
}
#searchspring-autocomplete_results .ac_term_suggest, .account-create .fieldset {
  clear: both;
}

.block.customer_account-edit .customer-name:after, .block.customer_account-edit .password-change:after {
  clear: both;
}
.block.customer_account-giftcertificate .fields:after, .block.customer_address-book .addresses-secondary:after {
  clear: both;
}
.block.customer_address-edit .customer-name:after, .block.customer_address-edit .fields:after {
  clear: both;
}
.block.customer_subscription-settings .fields:after {
  clear: both;
}

.checkout-cart-index .cart-actions:after, .checkout-cart-index .page-title:after {
  clear: both;
}

.checkout-onepage-index #checkout-review-load:after, .checkout-onepage-index .checkout-billing .customer-dob:after, .checkout-onepage-index .checkout-review-items-after:after, .checkout-onepage-index .checkout-review-submit:after, .checkout-onepage-index .checkout-review-totals:after {
  clear: both;
}

.checkout-steps .step-title:after, .footer .block-connect .order-widget:after, .opc-block-progress dt:after, [class*=blog-] .expert-reviews-recent .reviews-list:after {
  clear: both;
}

article.careers .features:after, article.careers .job-listings li:after {
  clear: both;
}
article.faq section > h2:after {
  clear: both;
}

.amgiftcard .v-fix {
  padding-left: 0;
}

.customer-account-gift-card-item,
.block-account-style {
  background-color: #ededed;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 40em) {
  .customer-account-gift-card-item,
  .block-account-style {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

.block-review-summary .cms-notification-block div[style],
#opc-shipping_method .cms-notification-block div[style] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 1rem 0;
  border-radius: 2px;
}
.block-review-summary .cms-notification-block div[style] > *,
#opc-shipping_method .cms-notification-block div[style] > * {
  float: none !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block-review-summary .cms-notification-block div[style] img,
#opc-shipping_method .cms-notification-block div[style] img {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  max-width: 50px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 20px;
}
.block-review-summary .cms-notification-block div[style] p,
#opc-shipping_method .cms-notification-block div[style] p {
  margin: 0;
}

#rwd-rewards-messages {
  margin: 5px 0;
}
#rwd-rewards-messages, #rwd-rewards-messages ul {
  margin-left: 0;
}
#rwd-rewards-messages li li {
  border-left: none;
  background: rgba(0, 0, 0, 0.1);
}

.field-button-container {
  position: relative;
  z-index: auto;
}
.field-button-container input {
  width: 100%;
  margin: 0;
}
.field-button-container button.primary, .field-button-container button.mstButton {
  position: absolute;
  right: 0;
  top: 0;
  z-index: auto;
  width: 30%;
  background-color: #333;
  border-color: #333;
  color: #white;
  padding: 0 1rem;
  line-height: 2.3125rem;
  margin: 0;
}
@media screen and (max-width: 40em) {
  .field-button-container button.primary, .field-button-container button.mstButton {
    width: 35%;
  }
}
.field-button-container button.primary:hover, .field-button-container button.mstButton:hover {
  background-color: #000;
  border-color: #000;
}

.checkout-onepage-index .checkout-payment-methods .method-list .coupon-list-checkout {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checkout-onepage-index .checkout-payment-methods .method-list .coupon-list-checkout li {
  margin-bottom: 5px;
}
.checkout-onepage-index .checkout-payment-methods .method-list .coupon-list-checkout li span {
  font-size: 0.8em;
}

#checkout-payment-method-load dt, #checkout-payment-method-load dl {
  clear: both;
}
@media only screen and (min-width: 64.0625em) {
  #checkout-payment-method-load .discount,
  #checkout-payment-method-load .custom-coupan {
    padding: 1rem;
    width: 50%;
  }
}
#checkout-payment-method-load .discount h2,
#checkout-payment-method-load .custom-coupan h2 {
  font-size: 1.125rem;
  font-weight: 500;
}
#checkout-payment-method-load .discount h2 .fa,
#checkout-payment-method-load .custom-coupan h2 .fa {
  margin-right: 10px;
}
@media only screen and (min-width: 64.0625em) {
  #checkout-payment-method-load .discount {
    margin-bottom: 0;
    float: left;
    clear: left;
  }
}
#checkout-payment-method-load .custom-coupan {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  #checkout-payment-method-load .custom-coupan {
    margin-bottom: 0;
    float: right;
    margin-top: 0;
    clear: right;
  }
}
#checkout-payment-method-load .separator {
  content: " ";
  display: block;
  clear: both;
  width: 70%;
  margin: 20px auto;
  background: #ccc;
  height: 1px;
}

@media screen and (min-width: 720px) {
  #opc-billing #shipping-new-address-form ul,
  #opc-billing #billing-new-address-form ul,
  #opc-shipping #shipping-new-address-form ul,
  #opc-shipping #billing-new-address-form ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  #opc-billing #shipping-new-address-form li,
  #opc-billing #shipping-new-address-form .field,
  #opc-billing #billing-new-address-form li,
  #opc-billing #billing-new-address-form .field,
  #opc-shipping #shipping-new-address-form li,
  #opc-shipping #shipping-new-address-form .field,
  #opc-shipping #billing-new-address-form li,
  #opc-shipping #billing-new-address-form .field {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    flex-grow: 0;
    -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
  }
  #opc-billing #shipping-new-address-form .wide,
  #opc-billing #shipping-new-address-form .control,
  #opc-billing #shipping-new-address-form .special,
  #opc-billing #billing-new-address-form .wide,
  #opc-billing #billing-new-address-form .control,
  #opc-billing #billing-new-address-form .special,
  #opc-shipping #shipping-new-address-form .wide,
  #opc-shipping #shipping-new-address-form .control,
  #opc-shipping #shipping-new-address-form .special,
  #opc-shipping #billing-new-address-form .wide,
  #opc-shipping #billing-new-address-form .control,
  #opc-shipping #billing-new-address-form .special {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #opc-billing #shipping-new-address-form .wide .customer-name,
  #opc-billing #shipping-new-address-form .control .customer-name,
  #opc-billing #shipping-new-address-form .special .customer-name,
  #opc-billing #billing-new-address-form .wide .customer-name,
  #opc-billing #billing-new-address-form .control .customer-name,
  #opc-billing #billing-new-address-form .special .customer-name,
  #opc-shipping #shipping-new-address-form .wide .customer-name,
  #opc-shipping #shipping-new-address-form .control .customer-name,
  #opc-shipping #shipping-new-address-form .special .customer-name,
  #opc-shipping #billing-new-address-form .wide .customer-name,
  #opc-shipping #billing-new-address-form .control .customer-name,
  #opc-shipping #billing-new-address-form .special .customer-name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #opc-billing #shipping-new-address-form .control .input-box,
  #opc-billing #billing-new-address-form .control .input-box,
  #opc-shipping #shipping-new-address-form .control .input-box,
  #opc-shipping #billing-new-address-form .control .input-box {
    margin-right: 0.6rem;
  }
  #opc-billing #shipping-new-address-form .control .input-box,
  #opc-billing #shipping-new-address-form .control label,
  #opc-billing #billing-new-address-form .control .input-box,
  #opc-billing #billing-new-address-form .control label,
  #opc-shipping #shipping-new-address-form .control .input-box,
  #opc-shipping #shipping-new-address-form .control label,
  #opc-shipping #billing-new-address-form .control .input-box,
  #opc-shipping #billing-new-address-form .control label {
    display: inline-block;
  }
}

.checkout-steps {
  list-style-type: none;
  margin-left: 0;
}
.checkout-steps .section {
  border-top: 1px solid #ccc;
  background: #ededed;
  position: relative;
}
.checkout-steps .section .please-wait {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #ccc;
}
.checkout-steps .section .please-wait .ajax-loader {
  display: table;
  width: 100%;
  height: 100%;
}
.checkout-steps .section .please-wait .ajax-loader > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.checkout-steps .section .edit {
  display: none;
}
.checkout-steps .section.allow:not(.active) .edit {
  display: inline-block;
}
.checkout-steps .section h2 {
  color: #ccc;
}
.checkout-steps .section.active h2 {
  color: #000;
}
.checkout-steps .section .number {
  border-radius: 50%;
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  font-size: 0.75rem;
  background: #ccc;
  color: #fff;
}
.checkout-steps .section.active .number {
  background: #000;
}
.checkout-steps #opc-review.active {
  background-color: #fff;
}
.checkout-steps .step-title {
  line-height: 48px;
  height: 48px;
  padding-left: 1.5rem;
}
.checkout-steps .step-title:after, .checkout-steps .step-title:before {
  content: " ";
  display: table;
}
.checkout-steps .step-title .number {
  color: #fff;
}
.checkout-steps .step-title .edit {
  background: red;
  color: #fff;
  float: right;
  padding: 0 1.25rem;
}
.checkout-steps .step-title .edit .fa {
  margin-right: 0.5rem;
}
.checkout-steps .step-title h2 {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  position: absolute;
  top: 0;
  left: 4rem;
  height: 48px;
  width: 75%;
  line-height: 48px;
  overflow: hidden;
}
.checkout-steps .step {
  padding: 0.75rem 1.5rem;
}
.checkout-steps .step h4 {
  font-size: 1rem;
  font-weight: 700;
}
.checkout-steps .step fieldset {
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.checkout-steps .step fieldset .control:last-child * {
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  .checkout-steps .step-title {
    padding-left: 0.75rem;
  }
  .checkout-steps .step-title h2 {
    left: 2.75rem;
    font-size: 0.85rem;
  }
  .checkout-steps .step {
    padding: 0.5rem 1rem;
  }
  .checkout-steps .step .button-continue {
    width: 100%;
  }
}
.checkout-onepage-index .checkout-billing label {
  font-weight: 700;
}

.opc-block-progress .block-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.opc-block-progress dt {
  color: #676767;
}
.opc-block-progress dt:after, .opc-block-progress dt:before {
  content: " ";
  display: table;
}
.opc-block-progress dt.complete {
  color: #000;
}
.opc-block-progress dt .change-link {
  font-weight: 400;
  float: right;
  font-size: 0.8rem;
}
.opc-block-progress dd {
  font-style: normal;
  font-size: 0.8rem;
  color: #676767;
  line-height: 1rem;
}
.opc-block-progress dd > * {
  font-style: normal;
  font-size: 0.8rem;
  color: #676767;
  line-height: 1rem;
}
.opc-block-progress dd .block-title, .opc-block-progress dd > * .block-title {
  border: none;
  font-size: 0.8rem;
  font-weight: 400;
  height: auto;
  line-height: 1.3rem;
}

.checkout-types {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  float: right;
}
.checkout-types > * {
  display: inline;
}

.button-checkout {
  font-size: 1.25rem;
  font-weight: 700;
}

.button-update-total {
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  .checkout-cart-index .button-checkout {
    width: 100%;
  }
}
.cart-table .col.item-details .product-name a {
  color: black;
  font-weight: 700;
}

.reward-message {
  padding: 1rem;
  border-width: 0 0 0 8px;
  border-style: solid;
  background: #f9f8d1;
  border-color: #e5e1ab;
  margin-bottom: 1rem;
}
.reward-message p {
  margin-bottom: 0.5rem;
}
.reward-message p:last-child {
  margin-bottom: 0;
}

.cart-table {
  position: relative;
  font-size: 0.8rem;
  width: 100%;
}
.cart-table .col {
  white-space: normal;
  padding: 10px;
  vertical-align: middle;
}
.cart-table .col .item-options {
  margin-left: 0.25rem;
  margin-top: 0.25rem;
}
.cart-table .col .item-options dt {
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 1.25;
  font-style: italic;
}
.cart-table .col .item-options dd {
  font-style: italic;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.cart-table .col:nth-child(1) {
  max-width: 85px;
  min-width: 85px;
}
.cart-table .col:nth-child(2) {
  width: 99%;
  white-space: normal;
}

.checkout-cart-index .cart-collateral .block {
  background-color: #ededed;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}
.checkout-cart-index .cart-collateral .block h2 {
  margin-bottom: 0;
  position: relative;
}
.checkout-cart-index .cart-collateral .block-title {
  font-size: 1rem;
  font-weight: 700;
}
.checkout-cart-index .cart-collateral .block-title .fa {
  color: #676767;
  margin-right: 0.5rem;
}
.checkout-cart-index .cart-collateral .block-content {
  padding: 0.75rem 0 0;
}

@media only screen and (max-width: 40em), only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .checkout-cart-index .cart-collateral .block.collapsible h2:after {
    font-family: FontAwesome;
    content: "\f077";
    color: #676767;
    position: absolute;
    right: 0;
    top: -2px;
  }
  .checkout-cart-index .cart-collateral .block.collapsed h2:after {
    content: "\f078";
  }
}
.checkout-cart-index .page-title h1 {
  float: left;
  padding-top: 0.5rem;
}
.checkout-cart-index .cart-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: right;
}
.checkout-cart-index .button-continue {
  float: left;
}

.cvv-what-is-this {
  display: none;
  position: fixed;
  left: -999999px;
  top: -9999999px;
}

#shopping-cart-totals-table {
  width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-color: #ededed;
  margin-top: 1rem;
}
#shopping-cart-totals-table td {
  background: #fff;
  text-align: right;
}
#shopping-cart-totals-table td.a-right:last-child {
  white-space: nowrap;
}
#shopping-cart-totals-table tfoot td {
  font-weight: 700;
  font-size: 1rem;
  border-top: 1px solid #ededed;
  padding-top: 1rem;
}
#shopping-cart-totals-table tfoot td:nth-child(1) {
  text-transform: uppercase;
  width: 99%;
}
#shopping-cart-totals-table .shipping-method {
  display: block;
  font-size: 0.75rem;
}
#shopping-cart-totals-table .shipping-carrier {
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
}

.model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.model-main .model-inner {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.model-main .model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: -webkit-calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-main .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.model-main .close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.model-main.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.model-main.model-open .model-inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-main.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.checkout-cart-index .page-title h1 {
  float: left;
  padding-top: 0.5rem;
}
.checkout-cart-index .cart-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: right;
}
.checkout-cart-index .button-continue {
  float: left;
}
.checkout-cart-index section.price-match .model-main .content .input-with-note {
  margin-bottom: 0;
}
.checkout-cart-index section.price-match .model-main .content .input-with-note + .validation-advice {
  margin-top: 0;
}
.checkout-cart-index section.price-match .model-main .content .field-note {
  font-size: 14px;
  margin-bottom: 20px;
}
.checkout-cart-index section.price-match .model-main .action button {
  margin-bottom: 0;
}
.checkout-cart-index section.price-match .model-main .action .secondary {
  float: right;
  height: 53px;
  margin-right: 20px;
}
.checkout-cart-index section.price-match .model-main .action .secondary a {
  text-decoration: underline;
}
.checkout-cart-index section.price-match .model-main .action .secondary .remove {
  color: #000000;
  display: block;
}

.mb-10 {
  margin-bottom: 10px;
}

@media screen and (min-width: 800px) {
  .model-main:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .model-inner {
    margin-top: 45px;
  }
}
.checkout-review-submit .price-match-tnc {
  background: #d3d3d3;
  padding: 0.5rem;
  margin-bottom: 20px;
}
.checkout-review-submit .price-match-tnc .input-box {
  margin-top: 10px;
}
.checkout-review-submit .price-match-tnc .input-box label {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
}
.checkout-review-submit .price-match-tnc .input-box input[type=checkbox] {
  vertical-align: middle;
  margin: 0;
}
.checkout-review-submit .price-match-tnc .input-box .validation-advice {
  margin: 0;
}

.place-notice {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.buyback-navigation {
  background-color: #ededed;
  margin-top: -1rem;
}
.buyback-navigation .button, .buyback-navigation .buyback-button {
  line-height: 1rem;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0.85rem;
}
.buyback-navigation .button .fa, .buyback-navigation .buyback-button .fa {
  font-size: inherit;
  line-height: inherit;
}
.buyback-navigation .buyback-link {
  line-height: 1rem;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0.85rem;
  background: 0 0;
  color: #676767;
  float: left;
}
.buyback-navigation .buyback-link .fa {
  font-size: inherit;
  line-height: inherit;
}
.buyback-navigation .buyback-link:hover {
  color: red;
}
.buyback-navigation .buyback-link.current {
  cursor: default;
  color: #333;
}
.buyback-navigation .buyback-link.current .badge {
  background-color: #ccc;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.buyback-filters {
  margin-bottom: 1.5rem !important;
}

.buyback-search {
  background: #ededed;
  padding: 1px 1px 1px 0;
  position: relative;
}
.buyback-search input {
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 2rem;
}
.buyback-search button {
  color: #333;
  position: absolute;
  z-index: 3;
  width: 38px;
  line-height: 38px;
  background: 0 0;
  padding: 0;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.buyback-categories {
  background: #ededed;
  padding: 1px;
  position: relative;
}
.buyback-categories .buyback-category-button {
  min-height: 37px;
  line-height: 37px;
  height: 37px;
  background-color: #fff;
  font-size: 0.85rem;
  color: #676767;
  padding: 0 0.75rem 0 0.5rem;
  cursor: pointer;
  position: relative;
}
.buyback-categories .buyback-category-button:after {
  content: " ";
  display: table;
  clear: both;
  content: "\f054";
  font-family: FontAwesome;
  float: right;
}
.buyback-categories .buyback-category-button:before {
  content: " ";
  display: table;
}
.buyback-categories .buyback-category-button:hover {
  color: #fff;
  background: #b3b3b3;
}
.buyback-categories .buyback-category-button .title {
  overflow: hidden;
  display: inline-block;
  max-height: 100%;
  max-width: 90%;
}
.buyback-categories .buyback-category-button.active {
  color: #fff;
  background: #b3b3b3;
}
.buyback-categories .buyback-category-button.active:after {
  content: "\f078";
  font-family: FontAwesome;
}
.buyback-categories .buyback-category-button.active + .category-wrapper {
  display: block;
}
.buyback-categories .category-wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  border: 1px solid #ededed;
  background-color: #fff;
  display: none;
}
.buyback-categories .category-wrapper ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.buyback-categories .category-wrapper ul.level-0 {
  width: 9rem;
  background-color: #ccc;
}
.buyback-categories .category-wrapper ul.level-0 li > a {
  padding: 0.375rem 0.75rem;
  display: block;
}
.buyback-categories .category-wrapper ul.level-0 li > a.selected + ul.level-1 {
  display: block;
}
.buyback-categories .category-wrapper ul.level-0 li:nth-child(1) > a {
  padding-top: 0.75rem;
}
.buyback-categories .category-wrapper ul.level-0 li:last-child > a {
  padding-bottom: 0.75rem;
}
.buyback-categories .category-wrapper ul.level-1 {
  display: none;
  position: absolute;
  left: 9rem;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
}
.buyback-categories .category-wrapper ul.level-1 .back-link {
  padding: 0.75rem 0 0.375rem 0.75rem;
  font-weight: 700;
  font-size: 0.85rem;
  display: none;
}
.buyback-categories .category-wrapper ul.level-1 .title {
  padding: 0.75rem 0 0 0.75rem;
  font-weight: 700;
}
.buyback-categories .category-wrapper ul.level-1 li > a {
  font-size: 0.9rem;
  color: #333;
  padding: 0 0 0 0.75rem;
  line-height: 1.75rem;
}

.buyback-cart .cart-row .item-name .image-container img, div.data-table.buyback-table .item-image .image-container img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 40em) {
  .buyback-navigation > .row:nth-child(1) {
    position: relative;
  }
  .buyback-navigation > .row:nth-child(1) > .columns:nth-child(1) .button-group {
    border-top: 1px solid #ccc;
    margin-top: 40px;
  }
  .buyback-navigation > .row:nth-child(1) > .columns:nth-child(2) {
    float: none;
  }
  .buyback-navigation > .row:nth-child(1) > .columns:nth-child(2) .button-group {
    position: absolute;
    width: 100%;
  }
  .buyback-navigation > .row:nth-child(1) > .columns:nth-child(2) .button-group .button {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
  }
  .buyback-navigation .buyback-link {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    text-align: center;
  }
  .buyback-navigation.guest > .row:nth-child(1) > .columns:nth-child(2) .button-group .button {
    width: 100%;
  }
  .buyback-categories {
    padding-top: 0;
    padding-left: 1px;
  }
}
.buyback-cart .cart-row input {
  margin-bottom: 0;
  margin-top: 2rem;
}

.buyback-content .how-it-works {
  margin-top: 2rem;
}

.buyback-cart {
  margin-top: 1.5rem;
}
.buyback-cart h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

div.data-table.buyback-table input {
  margin-bottom: 0;
}
div.data-table.buyback-table + .message {
  display: none;
}
div.data-table.buyback-table .foil, div.data-table.buyback-table .table-body .foil .col {
  background-color: #f5e5b2;
}
div.data-table.buyback-table .table-header {
  position: relative;
}
div.data-table.buyback-table .table-header input {
  width: 50%;
  position: absolute;
  left: -80px;
  top: 2px;
  z-index: 5;
}
div.data-table.buyback-table .table-header select {
  width: 30%;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 50;
}
div.data-table.buyback-table .table-header .item-image {
  width: 50px;
}
div.data-table.buyback-table .table-header .item-name {
  position: relative;
}
div.data-table.buyback-table .table-header .item-price {
  width: 85px;
}
div.data-table.buyback-table .item-name .note {
  font-size: 0.8rem;
  font-style: italic;
}
div.data-table.buyback-table .item-price, div.data-table.buyback-table .item-trade-credit {
  width: 20px;
  text-align: center;
}
div.data-table.buyback-table .item-qty {
  width: 1px;
  text-align: center;
}
div.data-table.buyback-table .item-qty input {
  width: 50px;
}
div.data-table.buyback-table .item-actions {
  width: 1px;
}
div.data-table.buyback-table .item-image {
  text-align: center;
}
div.data-table.buyback-table .item-image .image-container {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 1rem;
}
div.data-table.buyback-table .item-image .image-container .img-fit {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
div.data-table.buyback-table .button {
  margin-bottom: 0;
  padding: 0.6rem 1.25rem;
}
div.filter-container .filter .choice.active {
  background: #db0000;
  color: #fff;
}
div.filter-container .filter.hidden {
  border: none;
}
div.filter-container .filter.hidden .choice {
  display: none;
}
div.data-table.buyback-table.empty {
  display: none;
}
div.data-table.buyback-table.no-results + .message {
  display: block;
}

@media only screen and (max-width: 40em) {
  div.data-table.buyback-table .col {
    display: block;
  }
  div.data-table.buyback-table .table-body {
    display: block;
  }
  div.data-table.buyback-table .table-body .table-row:nth-child(2n) {
    border-top: 1px solid #ededed;
  }
  div.data-table.buyback-table .table-body .table-row .col {
    border-bottom: none;
  }
  div.data-table.buyback-table .table-body .table-row .col.item-image {
    width: auto;
    position: relative;
  }
  div.data-table.buyback-table .table-body .table-row .col.item-image .image-container {
    position: absolute;
    left: 0;
  }
  div.data-table.buyback-table .table-body .table-row .col.item-name {
    padding-left: 50px;
  }
  div.data-table.buyback-table .table-body .table-row .col.item-actions {
    padding-left: 70px;
    width: auto;
    display: inline-block;
    padding-left: 0;
  }
  div.data-table.buyback-table .table-body .table-row .col.item-price {
    padding-left: 70px;
    font-weight: 700;
    font-size: 1rem;
    width: auto;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  div.data-table.buyback-table .table-body .table-row .col.item-qty {
    padding-left: 70px;
    width: auto;
    display: inline-block;
  }
  div.data-table.buyback-table .table-header {
    display: block;
    height: 3rem;
  }
  div.data-table.buyback-table .table-header .item-actions, div.data-table.buyback-table .table-header .item-image, div.data-table.buyback-table .table-header .item-price, div.data-table.buyback-table .table-header .item-qty {
    display: none;
  }
  div.data-table.buyback-table .table-header input {
    left: 0;
    width: 100%;
  }
  div.data-table.buyback-table .table-row {
    display: block;
  }
  .buyback-content.guest div.data-table.buyback-table .col.item-qty {
    display: none;
  }
  .buyback-content.guest div.data-table.buyback-table .table-body .col.item-actions {
    display: block;
    padding-right: 0;
  }
  .buyback-content.guest div.data-table.buyback-table .table-body .col.item-actions .button {
    width: 100%;
  }
}
.buyback-header.page-title {
  padding: 1.25rem 1.5rem;
  background-color: #333;
  position: relative;
  margin-bottom: 1rem;
}
.buyback-header.page-title h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.75rem;
}
.buyback-header.page-title h1 + p {
  color: #ccc;
  margin-bottom: 0;
}
.buyback-header.page-title h1 small {
  font-size: 1rem;
  color: #fff;
  display: block;
  line-height: 1;
}
.buyback-header.page-title h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.buyback--block-intro {
  margin-top: 1rem;
}

article.faq section > h2 {
  color: #676767;
  font-size: 1.25rem;
  line-height: 3.5rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-top: 1px solid #ededed;
}
article.faq section > h2:after {
  font-family: FontAwesome;
  content: "\f078";
  float: right;
  color: #676767;
}
article.faq section > h2.show-content:after {
  content: "\f077";
}
article.faq section h2 ~ * {
  display: none;
}
article.faq section.show-content h2 ~ * {
  display: inherit;
}
article.faq h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
article.faq p {
  line-height: 1.3;
}

[class*=blog-] .page-title {
  background-color: #3c9eea;
  padding: 1.5rem 2.25rem;
  margin-bottom: 1rem;
}
[class*=blog-] .page-title h1 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 2.5rem;
}
[class*=blog-] .page-title h1 .fa {
  color: #8dcdf4;
  font-size: 3rem;
  margin-left: 0.5rem;
  position: relative;
  top: -1rem;
}
[class*=blog-] .page-title p {
  color: #fff;
  margin-bottom: 0;
}
[class*=blog-] .header-image {
  margin-bottom: 1rem;
}
[class*=blog-] .review-search {
  background-color: #8dcdf4;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
}
[class*=blog-] .review-search input {
  margin: 0;
}
[class*=blog-] .expert-reviews-lead {
  padding: 1.5rem 2.25rem 2rem;
  margin-bottom: 2rem;
  position: relative;
  background: url(../images/review-burst-bkg_thumb.png) no-repeat #333;
  background-position: right center;
}
[class*=blog-] .expert-reviews-lead h2 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}
[class*=blog-] .expert-reviews-lead p {
  font-style: italic;
  color: #ccc;
  margin-bottom: 0.5rem;
}
[class*=blog-] .expert-reviews-lead p:last-child {
  margin-bottom: 0;
}
[class*=blog-] .expert-reviews-lead .fa {
  color: #4c8e30;
  margin-left: 1rem;
  margin-right: 0.5rem;
}
[class*=blog-] .expert-reviews-lead .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 2rem auto auto;
  font-weight: 700;
  padding: 1.25rem 2.5rem;
  height: 3.5rem;
  width: 12rem;
}
[class*=blog-] .expert-reviews-sidebar ul {
  list-style-type: none;
  margin-left: 0;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud {
  margin-top: 0.75rem;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li {
  font-size: 0.85rem;
  display: inline;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a {
  color: #676767;
  font-weight: 700;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a:hover {
  color: #ccc;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a.tag-count-2 {
  font-size: 0.975rem;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a.tag-count-3 {
  font-size: 1.1rem;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a.tag-count-4 {
  font-size: 1.225rem;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a.tag-count-5 {
  font-size: 1.35rem;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a.tag-count-6 {
  font-size: 1.475rem;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a.tag-count-7 {
  font-size: 1.6rem;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a.tag-count-8 {
  font-size: 1.725rem;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a.tag-count-9 {
  font-size: 1.85rem;
}
[class*=blog-] .expert-reviews-sidebar .tagcloud li a.tag-count-10 {
  font-size: 1.975rem;
}
[class*=blog-] .expert-reviews-sidebar .menu-categories h5, [class*=blog-] .expert-reviews-sidebar .menu-tags h5 {
  font-weight: 700;
  border-bottom: 2px solid #fff;
  margin-bottom: 0;
}
[class*=blog-] .expert-reviews-sidebar .menu-categories {
  padding-bottom: 0.5rem;
}
[class*=blog-] .expert-reviews-sidebar .menu-categories li {
  border-bottom: 1px solid #fff;
  background: #4c9bd4;
  padding-left: 1rem;
}
[class*=blog-] .expert-reviews-sidebar .menu-categories li:hover {
  background: #7fc9ec;
}
[class*=blog-] .expert-reviews-sidebar .menu-categories li:hover a {
  font-weight: 700;
}
[class*=blog-] .expert-reviews-sidebar .menu-categories li a {
  color: #fff;
  font-size: 1rem;
  line-height: 2.5rem;
}
[class*=blog-] .expert-reviews-sidebar .button {
  width: 100%;
}
[class*=blog-] .expert-reviews-sidebar .form-search {
  position: relative;
  height: 50px;
}
[class*=blog-] .expert-reviews-sidebar .form-search .button {
  position: absolute;
  top: 0;
  right: 16px;
  width: 16px;
  background: 0 0;
  color: #000;
  padding: 8px;
}
[class*=blog-] .expert-reviews-recent h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
[class*=blog-] .expert-reviews-recent hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
[class*=blog-] .expert-reviews-recent .reviews-list {
  margin: 0;
}
[class*=blog-] .expert-reviews-recent .reviews-list:after, [class*=blog-] .expert-reviews-recent .reviews-list:before {
  content: " ";
  display: table;
}
[class*=blog-] .expert-reviews-recent .reviews-list > .item {
  display: block;
  float: left;
  padding: 1.25rem;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  width: 50%;
}
[class*=blog-] .expert-reviews-recent .reviews-list > .item:nth-child(2n+1) {
  clear: left;
}
[class*=blog-] .expert-reviews-recent .reviews-list > .item:nth-child(2n) {
  border-right: none;
}
[class*=blog-] .expert-reviews-recent .reviews-list > .item:nth-child(-n+2) {
  border-top: none;
}
[class*=blog-] .expert-reviews-recent .reviews-list .item {
  border: none;
  padding-left: 0;
  padding-top: 0;
}
[class*=blog-] .expert-reviews-recent .review-info .review-title {
  height: 40px;
  position: relative;
}
[class*=blog-] .expert-reviews-recent .review-info .review-title a {
  position: absolute;
  top: 0;
}
[class*=blog-] .expert-reviews-recent .review-info .author {
  display: inline;
}
[class*=blog-] .expert-reviews-recent .review-info p {
  margin-bottom: 0;
}
[class*=blog-] .expert-reviews-grid h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
[class*=blog-] .expert-reviews-grid hr {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
[class*=blog-] .expert-reviews-grid .reviews-list {
  margin: 0;
}
[class*=blog-] .expert-reviews-grid .reviews-list:after, [class*=blog-] .expert-reviews-grid .reviews-list:before {
  content: " ";
  display: table;
}
[class*=blog-] .expert-reviews-grid .reviews-list:after {
  clear: both;
}
[class*=blog-] .expert-reviews-grid .reviews-list > .item {
  display: block;
  float: left;
  padding: 1.25rem;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  width: 33.3333333333%;
}
[class*=blog-] .expert-reviews-grid .reviews-list > .item:nth-child(3n+1) {
  clear: left;
}
[class*=blog-] .expert-reviews-grid .reviews-list > .item:nth-child(3n) {
  border-right: none;
}
[class*=blog-] .expert-reviews-grid .reviews-list > .item:nth-child(-n+3) {
  border-top: none;
}
[class*=blog-] .expert-reviews-grid .reviews-list .item {
  border: none;
  padding-left: 0;
  padding-top: 0;
}

@media only screen and (max-width: 40em) {
  [class*=blog-] .pager .tab-bar-section.middle {
    padding: 0;
  }
  [class*=blog-] .pager .tab-bar-section.middle .pagination li > a {
    font-size: 0.75rem;
    padding: 0.05rem 0.5rem;
  }
  [class*=blog-] .expert-reviews-grid .reviews-list {
    margin: 0;
  }
  [class*=blog-] .expert-reviews-grid .reviews-list:after, [class*=blog-] .expert-reviews-grid .reviews-list:before {
    content: " ";
    display: table;
  }
  [class*=blog-] .expert-reviews-grid .reviews-list:after {
    clear: both;
  }
  [class*=blog-] .expert-reviews-grid .reviews-list > .item {
    display: block;
    float: none;
    padding: 1.25rem;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  [class*=blog-] .expert-reviews-grid .reviews-list > .item:nth-child(1n+1) {
    clear: left;
  }
  [class*=blog-] .expert-reviews-grid .reviews-list > .item:nth-child(1n) {
    border-right: none;
  }
  [class*=blog-] .expert-reviews-grid .reviews-list > .item:nth-child(-n+1) {
    border-top: none;
  }
  [class*=blog-] .expert-reviews-grid .reviews-list .item {
    float: none;
    text-align: center;
    border-bottom: 1px solid #bbb;
    border-top: none;
  }
  [class*=blog-] .expert-reviews-grid .reviews-list .item hr {
    display: none;
  }
  [class*=blog-] .data-table.expert-reviews .col, [class*=blog-] .data-table.expert-reviews .table-body, [class*=blog-] .data-table.expert-reviews .table-footer, [class*=blog-] .data-table.expert-reviews .table-header {
    display: block;
  }
  [class*=blog-] .data-table.expert-reviews .table-row {
    display: block;
  }
  [class*=blog-] .data-table.expert-reviews .table-row:after, [class*=blog-] .data-table.expert-reviews .table-row:before {
    content: " ";
    display: table;
  }
  [class*=blog-] .data-table.expert-reviews .table-row:after {
    clear: both;
  }
  [class*=blog-] .data-table.expert-reviews .table-header .col {
    display: none;
  }
  [class*=blog-] .data-table.expert-reviews .table-body .table-row {
    border-bottom: 1px solid #ededed;
    padding: 0.5rem 0;
  }
  [class*=blog-] .data-table.expert-reviews .table-body .col {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left !important;
    line-height: 1;
  }
  [class*=blog-] .data-table.expert-reviews .col.review-title {
    display: block;
    margin-bottom: 0.25rem;
    width: 70%;
    float: left;
  }
  [class*=blog-] .data-table.expert-reviews .col.review-rating {
    display: block;
    float: left;
    width: 30%;
    text-align: right !important;
  }
  [class*=blog-] .data-table.expert-reviews .col.review-author {
    clear: both;
    text-align: left;
    line-height: 1.3;
  }
  [class*=blog-] .data-table.expert-reviews .col.review-author:before {
    content: "Reviewed by ";
  }
  [class*=blog-] .data-table.expert-reviews .col.review-date:before {
    content: "on ";
  }
  [class*=blog-] .expert-reviews-lead {
    background-position: center 100px;
  }
  [class*=blog-] .expert-reviews-lead .button {
    position: static;
    height: auto;
    width: auto;
    margin: 1rem auto 0;
    display: block;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 1rem 2rem;
  }
  [class*=blog-] .expert-reviews-recent .reviews-list {
    margin: 0;
  }
  [class*=blog-] .expert-reviews-recent .reviews-list:after, [class*=blog-] .expert-reviews-recent .reviews-list:before {
    content: " ";
    display: table;
  }
  [class*=blog-] .expert-reviews-recent .reviews-list:after {
    clear: both;
  }
  [class*=blog-] .expert-reviews-recent .reviews-list > .item {
    display: block;
    float: none;
    padding: 1.25rem;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  [class*=blog-] .expert-reviews-recent .reviews-list > .item:nth-child(1n+1) {
    clear: left;
  }
  [class*=blog-] .expert-reviews-recent .reviews-list > .item:nth-child(1n) {
    border-right: none;
  }
  [class*=blog-] .expert-reviews-recent .reviews-list > .item:nth-child(-n+1) {
    border-top: none;
  }
}
.buyback--status-bar:after {
  clear: both;
}

.buyback-order-view .buyback--block-payment .payment-option:after, .buyback-order-view .buyback--block-payment .payment-settings:after {
  clear: both;
}
.buyback-order-view .page-title:after {
  clear: both;
}

.searchspring-visible-results .pager-wrapper .pagination:after, .thedrop .dailynews-feed--block .drop-section {
  clear: both;
}

[class*=blog-] .block.blog-page-view .author-list:after {
  clear: both;
}
[class*=blog-] .expert-reviews-grid .review-info {
  margin-top: 0.5rem;
}
[class*=blog-] .expert-reviews-grid .review-info .review-title {
  height: 2.5rem;
  position: relative;
}
[class*=blog-] .expert-reviews-grid .review-info .author {
  display: inline;
}
[class*=blog-] .expert-reviews-grid .review-info p {
  margin-bottom: 0;
}
[class*=blog-] .toolbar .sorter .sort-by {
  text-align: center;
}
[class*=blog-] .toolbar .sorter .sort-by select {
  width: 10rem;
}
[class*=blog-] .toolbar .sorter .sort-by a {
  margin-left: 1rem;
}
[class*=blog-] .post-comments .comment-even {
  background: #eee;
}
[class*=blog-] .post-comments .commentWrapper {
  padding: 1rem;
}
[class*=blog-] .post-comments .commentWrapper .commentDetails {
  margin-bottom: 1rem;
}
[class*=blog-] .post-comments .commentWrapper .commentDetails .username {
  display: block;
  color: red;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1rem;
}
[class*=blog-] .post-comments .commentWrapper .commentContent {
  font-size: 1.1rem;
}
[class*=blog-] .post-comments .aw-blog-comment-area {
  margin-top: 2rem;
}
[class*=blog-] .post-comments .aw-blog-comment-area label {
  font-size: 1rem;
}
[class*=blog-] .review-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
[class*=blog-] .review-info > * {
  font-size: 0.875rem;
  color: #676767;
}
[class*=blog-] .review-info .review-title a {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
}
[class*=blog-] .review-info .review-rating .rating-box {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  color: #ccc;
}
[class*=blog-] .review-info .review-rating .rating-box:before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
}
[class*=blog-] .review-info .author {
  display: block;
}
[class*=blog-] .data-table.expert-reviews .table-header .col a.sorter {
  color: #333;
  display: block;
}
[class*=blog-] .data-table.expert-reviews .table-header .col:hover a.sorter {
  color: red;
}
[class*=blog-] .data-table.expert-reviews .table-header .col:hover a.sorter i.fa {
  color: #333;
}
[class*=blog-] .data-table.expert-reviews .table-header .col i.fa {
  color: red;
}
[class*=blog-] .data-table.expert-reviews .review-title a {
  font-weight: 700;
  color: #333;
}
[class*=blog-] .block.expert-reviews-list h2 .review-tag {
  font-size: 0.85rem;
  color: #fff;
  background-color: red;
  padding: 0.25rem 0.75rem;
  margin-left: 0.5rem;
  border-radius: 3px;
  position: relative;
  top: -0.25rem;
}
[class*=blog-] .expert-reviews-review .product-data {
  margin-left: 2rem;
  margin-bottom: 2rem;
  float: right;
}
[class*=blog-] .expert-reviews-review .product-data .button {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0;
}
[class*=blog-] .expert-reviews-review .review-summary {
  margin-right: 270px;
  border-top: 3px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 1.5rem 0 0.75rem;
  min-height: 140px;
  margin-bottom: 1.5rem;
}
[class*=blog-] .expert-reviews-review .review-summary .rating-box {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  color: #ccc;
  margin-bottom: 0;
}
[class*=blog-] .expert-reviews-review .review-summary .rating-box:before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
}
[class*=blog-] .expert-reviews-review .review-summary .review-info {
  float: left;
}
[class*=blog-] .expert-reviews-review .review-summary .review-info p {
  margin-bottom: 0;
}
[class*=blog-] .expert-reviews-review .review-summary .review-info p.rating-explain {
  margin-bottom: 0.7rem;
}
[class*=blog-] .expert-reviews-review .author-image {
  width: 100px;
  height: 100px;
  float: left;
  background-color: #333;
  margin-right: 1.5rem;
}
[class*=blog-] .expert-reviews-review .author-image.not-found {
  width: 100px;
  height: 100px;
  float: left;
  background-color: #ccc;
  overflow: hidden;
  color: #333;
  line-height: 100px;
}
[class*=blog-] .expert-reviews-review .author-image.not-found .fa {
  font-size: 72px;
  line-height: 100px;
}
[class*=blog-] .expert-reviews-review .review-tags ul {
  list-style-type: none;
  margin: 0;
}
[class*=blog-] .expert-reviews-review .review-tags li {
  display: inline;
}
[class*=blog-] .expert-reviews-review .review-tags a {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  border-color: #c00;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #990505;
  padding: 0.5rem 1rem;
}
[class*=blog-] .expert-reviews-review .review-tags a:focus, [class*=blog-] .expert-reviews-review .review-tags a:hover {
  background-color: #c00;
  color: #fff;
}
[class*=blog-] .expert-reviews-review .review-tags h4 {
  font-size: 0.9rem;
  color: #676767;
}
[class*=blog-] .block.blog-page-view h2 {
  font-weight: 700;
}
[class*=blog-] .block.blog-page-view .author-list {
  list-style-type: none;
  margin-left: 0;
}
[class*=blog-] .block.blog-page-view .author-list:after, [class*=blog-] .block.blog-page-view .author-list:before {
  content: " ";
  display: table;
}
[class*=blog-] .block.blog-page-view .author-list li {
  width: 33%;
  float: left;
  padding-right: 30px;
}
[class*=blog-] .block.blog-page-view .author-list li .author-image {
  display: block;
  margin-bottom: 0.75rem;
  background-color: #676767;
}
[class*=blog-] .block.blog-page-view .author-list li .author-image img {
  width: 100%;
  display: block;
}
[class*=blog-] .block.blog-page-view .author-list li .author-name {
  display: block;
  font-weight: 700;
}
[class*=blog-] .block.blog-page-view .author-profile .author-image {
  float: right;
  margin-left: 3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 680px) {
  [class*=blog-] .expert-reviews-review .product-data {
    float: none;
    border: 1px solid #ededed;
    margin-left: 0;
    padding: 2rem;
  }
  [class*=blog-] .expert-reviews-review .review-summary {
    margin-right: 0;
  }
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.4.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-star:before {
  content: "\f005";
}

.fa-search:before {
  content: "\f002";
}

.fa-plus:before {
  content: "\f067";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-heart:before {
  content: "\f004";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-user:before {
  content: "\f007";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-home:before {
  content: "\f015";
}

.fa-phone:before {
  content: "\f095";
}

body.mm-gameguide .expert-reviews-grid h1.block-title {
  display: none;
}
body.mm-gameguide .expert-reviews-grid .reviews-list {
  margin: 20px -1.25em 0 -1.25em;
}
@media only screen and (max-width: 40em) {
  body.mm-gameguide .expert-reviews-grid .reviews-list {
    margin: 20px -0.5em 0 -0.5em;
  }
}
body.mm-gameguide .expert-reviews-grid .reviews-list > .item {
  padding: 1.25em;
}
@media only screen and (max-width: 40em) {
  body.mm-gameguide .expert-reviews-grid .reviews-list > .item {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 40em) {
  body.mm-gameguide .expert-reviews-grid .reviews-list .review-info .review-title {
    height: unset;
  }
}
body.mm-gameguide .expert-reviews-grid .reviews-list .product-image {
  height: 200px;
  position: relative;
  z-index: auto;
}
body.mm-gameguide .expert-reviews-grid .reviews-list .product-image .filler {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.mm-gameguide .expert-reviews-grid .reviews-list .product-image a {
  position: relative;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
body.mm-gameguide .expert-reviews-grid .reviews-list .product-image img {
  display: none;
  width: 100%;
  max-width: 100%;
}
body.mm-gameguide.mm-gameguide-view .expert-reviews-review .product-data {
  margin: 0;
  padding: 0 0 15px 15px;
  background: white;
}
body.mm-gameguide.mm-gameguide-view .expert-reviews-review picture {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  clear: both;
  margin-bottom: 25px;
}
@media only screen and (max-width: 40em) {
  body.mm-gameguide.mm-gameguide-view .expert-reviews-review picture {
    height: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
body.mm-gameguide.mm-gameguide-view .expert-reviews-review picture img {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  body.mm-gameguide.mm-gameguide-view .expert-reviews-review picture img {
    display: none;
  }
}
body.mm-gameguide.mm-gameguide-view article .subtitle {
  line-height: 40px;
  font-size: 0.85em;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  color: #0d3349;
  margin-bottom: 25px;
}
body.mm-gameguide.mm-gameguide-view article .subtitle .date {
  font-style: italic;
}
body.mm-gameguide.mm-gameguide-view article .subtitle .author-image {
  max-width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
body.mm-gameguide.mm-gameguide-view article .subtitle .author-image.not-found .fa {
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
}
/*# sourceMappingURL=miniaturemarket.initial.css.map */
