/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Client theme */
/* ==========================================================================
Global
========================================================================== */
html {
  min-width: 320px;
  overflow-x: hidden; }

hr {
  background-color: #AAAAAA;
  border: 0;
  border-top: 1px solid #AAAAAA;
  display: block;
  height: 1px;
  line-height: 1px;
  margin: 10px 0;
  overflow: hidden;
  padding: 0; }

.imgBound {
  background-position: 50% 50%;
  background-color: transparent;
  background-repeat: no-repeat; }
  .imgBound a {
    display: block;
    background-position: 50% 50%;
    background-color: transparent;
    background-repeat: no-repeat; }
    .imgBound a img {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      height: 100%;
      width: 100%; }
    .imgBound a span {
      display: block;
      visibility: hidden; }

.LPCol {
  float: left; }

/* DO NOT REMOVE */
.print-img {
  display: none; }

#FadeOut,
#FadeOutLight {
  background-color: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 5000; }

#FadeOut {
  filter: alpha(opacity=75);
  opacity: 0.75; }

#FadeOutLight {
  filter: alpha(opacity=40);
  opacity: 0.40; }

.nodisplay {
  display: none; }

.showdisplay {
  display: block !important; }

.hidden {
  display: none !important;
  visibility: hidden; }

.not-visible {
  visibility: hidden; }

.clear {
  clear: both;
  line-height: 0;
  font-size: 0 !important;
  height: 0;
  max-height: 0; }

.pos-relative {
  position: relative !important; }

.cursor-pointer {
  cursor: pointer; }

.full-width {
  width: 100%; }

@media screen and (min-width: 20em) and (max-width: 47.9375em) {
  .full-width-small-only {
    width: 100%; } }

.max-width-970 {
  margin: 0 auto;
  max-width: 970px; }

.no-border {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important; }

/* ==========================================================================
Typography
========================================================================== */
a {
  color: #336699;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  margin: 1em 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: disc;
  padding-left: 40px;
  margin: 1em 0; }

.bold {
  font-weight: bold !important; }

.strikethrough {
  text-decoration: line-through;
  color: #ABABAB; }

.hot {
  color: #FF0000;
  font-weight: bold;
  padding: 5px; }

.bright {
  color: #CF0000; }

.red {
  color: #DF2226;
  text-decoration: none;
  font-style: normal !important; }

.dark-red {
  color: #AE0707; }

.green {
  color: #33A457; }

.link-blue {
  color: #336699; }

.reqField {
  font-weight: bold !important; }

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

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

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

.Code {
  margin-right: 4px; }

.Code-USD {
  display: none; }

/* ==========================================================================
Forms & Inputs
========================================================================== */
select,
input,
option,
textarea {
  font-size: 13px; }

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  max-width: 100%;
  padding: 5px; }
  input[type=email] + .btn-default,
  input[type=number] + .btn-default,
  input[type=password] + .btn-default,
  input[type=tel] + .btn-default,
  input[type=text] + .btn-default,
  input[type=url] + .btn-default,
  textarea + .btn-default {
    margin-left: 10px; }
  input[type=email]::placeholder,
  input[type=number]::placeholder,
  input[type=password]::placeholder,
  input[type=tel]::placeholder,
  input[type=text]::placeholder,
  input[type=url]::placeholder,
  textarea::placeholder {
    color: #979797; }
  input[type=email]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=text]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #979797; }

select {
  border: 1px solid #CCCCCC;
  padding: 4px 5px; }
  select:focus {
    outline-color: #2B5E93; }

.placeholder {
  color: #979797; }

.form-content {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }

.form-row {
  padding: 15px 10px; }
  .form-row ~ .form-row {
    border-top: 1px solid #CCCCCC; }
  .form-row.form-row-input {
    padding: 0;
    /* Two inputs in the same row */ }
    @media screen and (min-width: 20em) and (max-width: 47.9375em) {
      .form-row.form-row-input .row .columns + .columns {
        border-top: 1px solid #CCCCCC; } }
    @media screen and (min-width: 48em) {
      .form-row.form-row-input .row .columns + .columns {
        border-left: 1px solid #CCCCCC; } }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .form-row .btn-col-small + .btn-col-small {
      margin-top: 10px; } }
  .form-row input[type=email],
  .form-row input[type=number],
  .form-row input[type=password],
  .form-row input[type=tel],
  .form-row input[type=text],
  .form-row input[type=url] {
    border: none;
    padding: 15px 10px; }
  .form-row select {
    border: none;
    cursor: pointer;
    padding: 14px 10px; }

.form-hdr {
  background-color: #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  padding: 10px; }

.form-row-checkbox {
  float: left;
  width: 5%; }

.form-row-checkbox-lbl {
  float: left;
  padding-left: 5px;
  width: 95%; }

.form-hint {
  display: block;
  font-size: 10px; }

.form-row-err {
  color: #FF0000;
  clear: both;
  padding: 10px; }

/* Custom Radio Button */
input[type=radio].custom-radio-btn {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /* Square checkbox */
  /* Circle with dot */ }
  input[type=radio].custom-radio-btn ~ label:before {
    display: inline-block;
    font-family: FontAwesome !important;
    font-weight: normal !important; }
  @media screen and (max-width: 63.9375em) {
    input[type=radio].custom-radio-btn ~ label:after {
      display: inline-block;
      font-family: FontAwesome !important;
      font-weight: normal !important; } }
  input[type=radio].custom-radio-btn ~ label.crb-square-o:before {
    content: "\f096";
    width: 1.4em; }
  input[type=radio].custom-radio-btn:checked ~ label.crb-square-o:before {
    content: "\f14a"; }
  @media screen and (min-width: 64em) {
    input[type=radio].custom-radio-btn ~ label.crb-circle-o:before {
      color: #6F6F6F;
      content: "\f1db";
      display: table-cell;
      font-size: 2.3em;
      padding-right: 10px;
      vertical-align: middle;
      width: 1em; } }
  @media screen and (min-width: 64em) {
    input[type=radio].custom-radio-btn:checked ~ label.crb-circle-o:before {
      content: "\f192"; } }
  @media screen and (max-width: 63.9375em) {
    input[type=radio].custom-radio-btn ~ label.crb-circle-o:after {
      color: #6F6F6F;
      content: "\f1db";
      display: table-cell;
      font-size: 2.3em;
      padding-left: 10px;
      vertical-align: middle;
      width: 1em; } }
  @media screen and (max-width: 63.9375em) {
    input[type=radio].custom-radio-btn:checked ~ label.crb-circle-o:after {
      content: "\f192"; } }

/* Custom "Indicator" (non-form use) */
.custom-indicator-circle {
  background-color: #FFFFFF;
  border-radius: 13px;
  border: 1px solid #6F6F6F;
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  width: 24px; }

.custom-indicator-circle-selected {
  position: relative; }
  .custom-indicator-circle-selected:before {
    background-color: #6F6F6F;
    border-radius: 6px;
    content: "";
    height: 12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 5px;
    width: 12px; }

/* ==========================================================================
"Standard" Form
========================================================================== */
.standard-form {
  padding: 10px; }

.standard-form p {
  margin-bottom: 10px;
  text-align: justify; }

.standard-form-col-left {
  float: left; }

.standard-form-col-left + .standard-form-col-left {
  margin-left: 20px; }

.standard-form-col-right {
  float: right; }

.standard-form-row {
  margin-top: 10px; }

.standard-form-row-left {
  float: left;
  margin-bottom: 2px;
  width: 110px; }

.standard-form-row-right {
  float: left; }

.standard-form-row-ctrl {
  text-align: right;
  margin-right: 33px; }

.standard-form-msg {
  color: #FF0000;
  font-weight: bold;
  margin-bottom: 10px; }

img.standard-form-msg-close {
  float: right;
  margin: 0 0 10px 10px; }

.standard-form-err {
  float: left;
  margin-bottom: 15px;
  color: #FF0000;
  width: 292px;
  font-weight: bold; }

.standard-form-row input.intxt {
  width: 170px; }

.standard-form-row-right input.inimg {
  float: right; }

.standard-form-row textarea {
  max-width: 400px; }

.standard-form-note {
  color: #666666;
  font-size: 10px;
  margin: 5px 0 15px; }

.standard-form-msg {
  background: transparent url(/c/images/checkmark_sm.png) no-repeat 0 50%;
  color: #428F1B;
  padding: 3px 10px 1px 28px; }

.standard-form-error {
  background: transparent url(/c/images/x_sm.png) no-repeat 0 50%;
  color: #FF0000;
  padding: 3px 10px 3px 28px; }

.standard-form-message-hint {
  color: #666666;
  font-size: 10px;
  font-style: italic;
  margin-top: 2px;
  text-align: right; }

/* ==========================================================================
Breadcrumb
========================================================================== */
#bcrumb-frame {
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden; }
  #bcrumb-frame #bcrumb {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    padding: 3px 0; }
    @media screen and (min-width: 48em) {
      #bcrumb-frame #bcrumb {
        font-size: 13px; } }
    #bcrumb-frame #bcrumb a {
      border: 1px solid #FFFFFF;
      color: #666666;
      padding: 2px 5px; }
      #bcrumb-frame #bcrumb a:hover {
        border: 1px solid #CCCCCC;
        text-decoration: none; }
    #bcrumb-frame #bcrumb .bcrumb-itm {
      padding: 2px 5px; }

/* ==========================================================================
Body
========================================================================== */
#Page {
  height: 100%;
  width: 100%; }

img#back-to-top {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  top: 48%; }

#bdy {
  font-size: 12px;
  padding-bottom: 20px;
  text-align: center; }

#bdy-bkg {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 15px;
  text-align: left; }

#bdy-content {
  margin-top: 5px; }

#bdy-content-left {
  width: 100%; }
  @media screen and (min-width: 48em) {
    #bdy-content-left {
      float: left;
      margin-right: 1%;
      width: 24%; } }
  @media screen and (min-width: 90em) {
    #bdy-content-left {
      width: 15.67%; } }

#bdy-content-right {
  width: 100%; }
  @media screen and (min-width: 48em) {
    #bdy-content-right {
      float: right;
      width: 75%; } }
  @media screen and (min-width: 90em) {
    #bdy-content-right {
      width: 83.33%; } }

/* ==========================================================================
Product Rating Snippet
========================================================================== */
.reviews-snippet .star-rating {
  background: transparent url(/images/stars_small.gif) no-repeat 0 0;
  float: left;
  height: 15px;
  margin: 0 3px 0 0;
  width: 85px; }

.reviews-snippet .decimal-rating {
  background-color: #414142;
  behavior: url(/Static/Styles/PIE.htc);
  border-radius: 0.2em;
  color: #FFFFFF;
  float: left;
  font-size: 11px;
  height: 15px;
  line-height: 15px;
  padding: 0 1px;
  text-align: center;
  width: 22px; }

.reviews-snippet .review-total {
  float: left;
  font-size: 10px;
  margin: 1px 0 0 5px; }

/* ==========================================================================
Standard Lightbox
========================================================================== */
.standard-popover {
  background-color: #FFFFFF;
  display: none;
  font-size: 13px;
  left: 0;
  margin: 0 20px;
  max-width: 460px;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 999999; }
  @media screen and (min-width: 48em) {
    .standard-popover {
      margin: 0 auto;
      top: 200px; } }
  .standard-popover img.standard-popover-close-x {
    cursor: pointer;
    float: right;
    position: relative;
    right: -15px;
    top: -15px; }
  .standard-popover .standard-popover-content {
    padding: 25px;
    text-align: center; }

/* ==========================================================================
Currency Notice Lightbox
========================================================================== */
#currency-notice-wrapper {
  display: none;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 6000; }
  #currency-notice-wrapper #currency-notice {
    background-color: #FFFFFF;
    border-radius: 8px;
    font-size: 13px;
    margin: 0 auto;
    max-width: 400px;
    padding: 25px;
    text-align: left; }
    #currency-notice-wrapper #currency-notice #currency-notice-hdr {
      border-bottom: 1px solid #CCCCCC;
      padding-bottom: 5px;
      margin-bottom: 12px; }
      #currency-notice-wrapper #currency-notice #currency-notice-hdr #currency-notice-title {
        color: #336699;
        float: left;
        font-size: 19px;
        font-weight: bold; }
      #currency-notice-wrapper #currency-notice #currency-notice-hdr a#currency-notice-close {
        color: #666666;
        float: right;
        padding-top: 6px; }
        #currency-notice-wrapper #currency-notice #currency-notice-hdr a#currency-notice-close:hover {
          color: #336699; }
    #currency-notice-wrapper #currency-notice #power-volt,
    #currency-notice-wrapper #currency-notice #exchange-rate {
      color: #336699;
      font-size: 14px;
      font-weight: bold; }
    #currency-notice-wrapper #currency-notice p {
      margin-top: 12px; }

/* ==========================================================================
Email Sign Up Lightbox
========================================================================== */
#email-signup-popover img#email-signup-popover-logo {
  margin-bottom: 20px;
  width: 200px; }

#email-signup-popover #email-signup-popover-hdr {
  font-size: 30px; }

#email-signup-popover #email-signup-popover-subhdr {
  font-size: 18px;
  margin: 5px 0 15px; }

#email-signup-popover input#email-signup-popover-email {
  color: #828282;
  font-size: 18px;
  padding: 5px;
  width: 100%; }

#email-signup-popover .bh-segment-list {
  margin-top: 10px;
  text-align: left; }

#email-signup-popover .bh-segment + .bh-segment {
  margin-top: 5px; }

#email-signup-popover .bh-segment label {
  bottom: 3px;
  font-size: 13px;
  position: relative; }

#email-signup-popover .bh-segment label span {
  font-weight: bold; }

#email-signup-popover input#email-signup-popover-submit {
  background: #95C943;
  background: linear-gradient(to bottom, #95C943 0%, #608F0F 100%);
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 20px;
  margin-top: 5px;
  padding: 8px 0;
  text-shadow: 0 0 10px #333333;
  width: 100%; }

/* ==========================================================================
New Modals (Remodal)
========================================================================== */
.modal-hdr {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }
  .modal-hdr ~ .modal-hdr {
    margin-top: 30px; }

.modal-bdy {
  font-size: 14px; }
  .modal-bdy ul li + li {
    margin-top: 10px; }

.modal-close {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 4px; }

/* ==========================================================================
Verify Shipping Method Lightbox
========================================================================== */
#select-shipping-method-wrapper {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000; }
  #select-shipping-method-wrapper #select-shipping-method {
    background-color: #FFFFFF;
    border: 1px solid #333333;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding: 25px;
    position: relative;
    top: 100px;
    text-align: center;
    width: 400px; }
    #select-shipping-method-wrapper #select-shipping-method #select-shipping-method-selector {
      display: block;
      margin: 15px auto 10px;
      width: 175px; }
    #select-shipping-method-wrapper #select-shipping-method input {
      margin: 0 auto; }

/* ==========================================================================
Product Group Defaults
========================================================================== */
.related-product-item {
  font-size: 14px; }
  @media screen and (min-width: 48em) {
    .related-product-item {
      font-size: 11px; } }
  .related-product-item + .related-product-item {
    margin-top: 25px; }
    @media screen and (min-width: 48em) {
      .related-product-item + .related-product-item {
        margin-top: 0; } }
  .related-product-item .related-product-item-img {
    float: left;
    height: 80px;
    width: 80px; }
    @media screen and (min-width: 48em) {
      .related-product-item .related-product-item-img {
        float: none;
        height: 135px;
        margin: 0 auto 10px;
        width: 135px; } }
  .related-product-item .related-product-item-details {
    float: right;
    width: 58.333%; }
    @media screen and (min-width: 48em) {
      .related-product-item .related-product-item-details {
        float: none;
        margin: 0 auto 10px;
        width: 135px; } }
  .related-product-item .related-product-item-prodname a,
  .related-product-item .related-product-item-articlelink a {
    text-decoration: none; }
  .related-product-item .related-product-item-price {
    margin-top: 5px; }
    .related-product-item .related-product-item-price .price-savings {
      color: #B30A0A; }
  .related-product-item .related-product-item-rating {
    margin-top: 5px; }
    .related-product-item .related-product-item-rating .reviews-snippet-box {
      border: none;
      background: transparent; }
  .related-product-item .related-product-item-shopcatlink {
    margin-top: 5px; }
    @media screen and (min-width: 48em) {
      .related-product-item .related-product-item-shopcatlink {
        font-size: 10px; } }
    .related-product-item .related-product-item-shopcatlink a {
      text-decoration: underline; }

.related-product-show-all {
  margin-top: 15px; }

/* ==========================================================================
Global Buttons
========================================================================== */
#TTwriteReviewBtn,
#TurnToReviewsContent .TTwriteReview a, #TTwriteReviewBtn-portrait, .TTbigSubmitBtn,
.btn-default {
  background: #AE0707;
  border: none;
  border-radius: 0;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  font: 12px/12px Arial, Helvetica, sans-serif;
  height: 26px;
  outline: none;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none !important; }
  #TTwriteReviewBtn:hover,
  #TurnToReviewsContent .TTwriteReview a:hover, #TTwriteReviewBtn-portrait:hover, .TTbigSubmitBtn:hover,
  .btn-default:hover {
    text-decoration: none !important; }
  #TTwriteReviewBtn:disabled,
  #TurnToReviewsContent .TTwriteReview a:disabled, #TTwriteReviewBtn-portrait:disabled, .TTbigSubmitBtn:disabled,
  .btn-default:disabled {
    cursor: default;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  #TTwriteReviewBtn + .btn-default,
  #TurnToReviewsContent .TTwriteReview a + .btn-default, #TTwriteReviewBtn-portrait + .btn-default, .TTbigSubmitBtn + .btn-default,
  .btn-default + .btn-default {
    margin-left: 10px; }
  .full-width#TTwriteReviewBtn,
  #TurnToReviewsContent .TTwriteReview a.full-width, .full-width#TTwriteReviewBtn-portrait, .full-width.TTbigSubmitBtn,
  .btn-default.full-width {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .full-width-small-only#TTwriteReviewBtn,
    #TurnToReviewsContent .TTwriteReview a.full-width-small-only, .full-width-small-only#TTwriteReviewBtn-portrait, .full-width-small-only.TTbigSubmitBtn,
    .btn-default.full-width-small-only {
      padding-left: 0 !important;
      padding-right: 0 !important; } }


.btn-secondary {
  background: #858585; }


.btn-tiny {
  font-size: 10px;
  height: 22px;
  line-height: 10px;
  padding: 6px 18px; }

#TTwriteReviewBtn,
#TurnToReviewsContent .TTwriteReview a, #TTwriteReviewBtn-portrait,
.btn-medium {
  font-size: 13px;
  font-weight: bold;
  height: 39px;
  line-height: 13px;
  padding: 13px 25px; }


.btn-large {
  font-size: 16px;
  height: 44px;
  line-height: 16px;
  padding: 14px 40px; }

/* ==========================================================================
Unique Buttons
========================================================================== */
@media screen and (max-width: 63.9375em) {
  .btn-addtocart {
    font-size: 24px;
    font-weight: bold;
    height: 62px;
    padding-bottom: 19px;
    padding-top: 19px; } }

@media screen and (min-width: 64em) {
  .btn-addtocart {
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 16px;
    padding: 14px 40px; } }

.btn-addtowishlist {
  background-color: #FFFFFF;
  border: 1px solid #A4A4A4;
  color: #58585A;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  padding: 7px 0;
  width: 100%;
  text-align: center; }
  .btn-addtowishlist:hover .fa {
    color: #AE0707; }
  .btn-addtowishlist .fa {
    color: #858585;
    margin-right: 4px; }
  .btn-addtowishlist .heart-red {
    color: #AE0707; }

.btn-paypal {
  background-color: #FBAF41;
  color: #000000 !important;
  font-weight: normal !important; }

a.btn-gray-alt,
.btn-gray-alt {
  background: #D1D3D4;
  background: linear-gradient(to bottom, #F1F2F2 0%, #D1D3D4 100%);
  border: 1px solid #A4A4A4;
  color: #58585A;
  display: block;
  font-size: 14px;
  outline: none;
  padding: 3px 0;
  text-align: center;
  text-decoration: none !important; }

a.btn-m-cta,
.btn-m-cta {
  background: #FFFFFF;
  background: linear-gradient(to bottom, #FFFFFF 25%, #F1F1F2 100%);
  behavior: url(/Static/Styles/PIE.htc);
  border-radius: 3px;
  border: 1px solid #A4A4A4;
  color: #58585A !important;
  font-size: 15px;
  padding: 15px 10px;
  font-weight: bold;
  height: 45px;
  line-height: 15px;
  text-align: left;
  text-decoration: none !important;
  width: 100%; }
  a.btn-m-cta .fa-chevron-right,
  .btn-m-cta .fa-chevron-right {
    color: #6D6E70;
    font-size: 0.8em;
    padding-top: 2px; }
  a.btn-m-cta + a.btn-m-cta,
  a.btn-m-cta + .btn-m-cta,
  .btn-m-cta + a.btn-m-cta,
  .btn-m-cta + .btn-m-cta {
    margin: 10px 0 0 0; }

a.btn-m-social,
.btn-m-social {
  padding-bottom: 0;
  padding-top: 7px; }

/* ==========================================================================
Button Icons
========================================================================== */
.btn-icon-left {
  float: left;
  padding-left: 10px; }

.btn-icon-right {
  float: right;
  padding-right: 10px; }

#hd {
  background: #FFFFFF;
  position: relative;
  width: 100%; }

/* ==========================================================================
Header Utility Nav
========================================================================== */
#hd-utility-nav {
  background-color: #FFFFFF;
  border-bottom: 1px solid #999999;
  color: #414042;
  font-size: 11px;
  font-weight: normal;
  position: relative; }
  #hd-utility-nav a {
    color: #414042; }
  #hd-utility-nav a:hover {
    color: #000000;
    text-decoration: none; }
  #hd-utility-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #hd-utility-nav #hd-utility-nav-container {
    margin: 0 auto;
    max-width: 1600px;
    padding: 3px 15px; }
    #hd-utility-nav #hd-utility-nav-container ul.hd-utility-nav-list li.hd-utility-nav-list-item {
      cursor: pointer;
      float: left;
      padding: 4px 0;
      position: relative; }
      #hd-utility-nav #hd-utility-nav-container ul.hd-utility-nav-list li.hd-utility-nav-list-item:hover {
        color: #000000; }
    #hd-utility-nav #hd-utility-nav-container ul.hd-utility-nav-list .delim-pipe {
      float: left;
      font-size: 12px;
      padding: 3px 7px 0; }
    #hd-utility-nav #hd-utility-nav-container #hd-utility-nav-left {
      float: left; }
      #hd-utility-nav #hd-utility-nav-container #hd-utility-nav-left .lang-flag {
        bottom: 1px;
        padding-left: 6px;
        position: relative;
        width: 21px; }
    #hd-utility-nav #hd-utility-nav-container #hd-utility-nav-right {
      float: right; }

.flyout-menu {
  color: #000000;
  display: none;
  font-size: 11px;
  left: 0;
  list-style: none;
  position: absolute;
  top: 18px;
  z-index: 42; }
  .flyout-menu .flyout-menu-container {
    padding: 11px 13px 13px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px 0 #BBBBBB; }
    .flyout-menu .flyout-menu-container input[type=text],
    .flyout-menu .flyout-menu-container input[type=password] {
      border: 1px solid #CCCCCC;
      font-size: 11px;
      padding: 4px;
      width: 200px; }
    .flyout-menu .flyout-menu-container .flyout-menu-form-section {
      clear: both;
      border-top: 1px solid #DADADA;
      margin-top: 12px; }
      .flyout-menu .flyout-menu-container .flyout-menu-form-section .flyout-menu-form-row:first-child {
        padding-top: 13px; }
    .flyout-menu .flyout-menu-container .flyout-menu-form-row {
      margin-bottom: 12px;
      min-width: 200px; }
      .flyout-menu .flyout-menu-container .flyout-menu-form-row .flyout-menu-form-row-lbl {
        padding: 0 0 5px 0; }
    .flyout-menu .flyout-menu-container .flyout-menu-form-row-ctrl .flyout-menu-form-ctrl-right {
      float: right; }
  .flyout-menu .flyout-menu-container-top-arrow {
    background: url(/images/subnav-arrow.png) no-repeat 12px 0;
    background-size: 15px 8px;
    height: 8px; }

@media screen and (min-width: 48em) {
  .flyout-menu-trigger:hover .flyout-menu,
  .flyout-menu-trigger .flyout-menu:hover {
    display: block; } }

.flyout-menu-dealalerts {
  width: 270px; }
  .flyout-menu-dealalerts .sub-nav-deal-alerts-hdr {
    color: #AE0707;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px; }
  .flyout-menu-dealalerts #sub-nav-deal-alerts-email {
    float: left;
    width: 130px; }
  .flyout-menu-dealalerts #sub-nav-deal-alerts-zipcode {
    float: right;
    width: 85px; }
  .flyout-menu-dealalerts .bh-segment-list {
    margin: 10px 0; }
  .flyout-menu-dealalerts .bh-segment-name {
    font-weight: bold; }

.flyout-menu-help .flyout-menu-container-top-arrow {
  background-position: 50% 0; }

.flyout-menu-login-form .flyout-menu-form-row-ctrl .flyout-menu-form-ctrl-right input[type=checkbox] {
  float: left;
  margin-right: 7px;
  margin-top: 1px; }

.flyout-menu-login-form .flyout-menu-form-row-ctrl .flyout-menu-form-ctrl-right .forgotPwd {
  font-size: 9px;
  margin-top: 5px;
  display: block; }

.flyout-menu-myaccount .left-nav {
  font-size: 11px;
  margin-bottom: 0; }
  .flyout-menu-myaccount .left-nav .left-nav-hdr {
    display: none; }
  .flyout-menu-myaccount .left-nav .left-nav-account-itms {
    padding: 0; }

.flyout-menu-wishlist .flyout-menu-form-section,
.flyout-menu-wishlistlogin .flyout-menu-form-section {
  padding-top: 10px; }

.flyout-menu-wishlist .find-wishlist-form input[type=text],
.flyout-menu-wishlistlogin .find-wishlist-form input[type=text] {
  width: 150px; }

.flyout-menu-wishlist .find-wishlist-form input[type=text] + input[type=text],
.flyout-menu-wishlistlogin .find-wishlist-form input[type=text] + input[type=text] {
  margin-top: 5px; }

.flyout-menu-wishlist {
  left: -27px; }

.flyout-menu-wishlistlogin {
  left: -42px; }

.flyout-menu-help {
  left: -299px; }

.flyout-menu-contactus {
  cursor: default;
  left: auto;
  right: 0; }

.flyout-menu-contactus .flyout-menu-container {
  width: 460px; }

.flyout-menu-wishlist .flyout-menu-container-top-arrow,
.flyout-menu-wishlistlogin .flyout-menu-container-top-arrow {
  background-position-x: 72px; }

.flyout-menu-help .flyout-menu-container-top-arrow {
  background-position-x: 302px; }

.flyout-menu-contactus .flyout-menu-container-top-arrow {
  background-position-x: 423px; }

#hdr-subnav-help {
  width: 380px; }
  #hdr-subnav-help .help-column {
    float: left;
    width: 47%; }
    #hdr-subnav-help .help-column + .help-column {
      margin-left: 6%; }
  #hdr-subnav-help a {
    display: block; }
    #hdr-subnav-help a + a {
      margin-top: 7px; }

.flyout-menu #hdr-currency-converter #hdr-currency-converter-lbl {
  display: block;
  font-weight: bold;
  margin-bottom: 5px; }

.flyout-menu #hdr-currency-converter #hdr-currency-converter-form {
  width: 180px; }

.contactus-flyout-container > div {
  padding: 10px;
  overflow: hidden;
  border: 0; }

.contactus-flyout-container > div:nth-child(odd) {
  border: 1px solid #DADADA; }

.contactus-flyout-container p {
  margin-bottom: 5px;
  line-height: 14px;
  font-size: 10px; }
  .contactus-flyout-container p:last-child {
    margin-bottom: 0; }
  .contactus-flyout-container p a {
    color: #336699 !important;
    text-decoration: underline; }

.contactus-flyout-container .contactus-hdr {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

.contactus-flyout-container .contactus-subhdr {
  font-size: 13px;
  font-weight: bold; }

.contactus-flyout-container .left {
  width: 230px;
  float: left; }

.contactus-flyout-container .right {
  width: 165px;
  float: right; }

.contactus-flyout-container .contactus-flyout-email {
  margin: 10px 0; }
  .contactus-flyout-container .contactus-flyout-email .left {
    width: 60%;
    float: left; }
  .contactus-flyout-container .contactus-flyout-email .right {
    width: 40%;
    float: left;
    text-align: center; }

.contactus-flyout-container .contactus-flyout-visit div + div {
  width: 33.33%;
  float: left; }

.contactus-flyout-container .contactus-flyout-visit .contactus-flyout-visit-cta {
  text-align: center; }

/* ==========================================================================
Header Primary Elements
========================================================================== */
#hd-primary {
  color: #414042;
  margin: 0 auto;
  padding: 15px 15px 10px;
  position: relative;
  max-width: 1600px;
  z-index: 40; }
  @media screen and (min-width: 64em) {
    #hd-primary {
      padding-bottom: 15px; } }
  #hd-primary #hd-primary-left {
    display: table;
    float: left; }
    #hd-primary #hd-primary-left #hd-main-nav-trigger {
      cursor: pointer;
      float: left;
      display: none;
      margin-right: 7px; }
      #hd-primary #hd-primary-left #hd-main-nav-trigger .indicator {
        display: table-cell;
        padding-left: 7px;
        transition: all 500ms ease;
        vertical-align: middle; }
    #hd-primary #hd-primary-left #mobile-nav-trigger {
      float: left;
      font-size: 22px;
      margin-right: 10px; }
      @media screen and (min-width: 48em) {
        #hd-primary #hd-primary-left #mobile-nav-trigger {
          font-size: 30px;
          margin-right: 10px; } }
      #hd-primary #hd-primary-left #mobile-nav-trigger .touch-button {
        display: none; }
    #hd-primary #hd-primary-left #hd-logo {
      display: table-cell;
      vertical-align: middle; }
      #hd-primary #hd-primary-left #hd-logo img {
        height: 19px;
        width: 183px; }
        @media screen and (min-width: 48em) {
          #hd-primary #hd-primary-left #hd-logo img {
            height: 26px;
            width: 251px; } }
        @media screen and (min-width: 64em) {
          #hd-primary #hd-primary-left #hd-logo img {
            height: 35px;
            width: 338px; } }
  #hd-primary #hd-primary-middle {
    clear: both;
    padding-top: 5px; }
    @media screen and (min-width: 64em) {
      #hd-primary #hd-primary-middle {
        clear: none;
        margin: 0 230px 0 350px;
        padding: 0; } }
    #hd-primary #hd-primary-middle .product-search {
      background-color: #FFFFFF;
      height: 28px;
      position: relative; }
      @media screen and (min-width: 64em) {
        #hd-primary #hd-primary-middle .product-search {
          height: 35px;
          margin-left: 15px; } }
      #hd-primary #hd-primary-middle .product-search form {
        border: 1px solid #414042;
        height: 100%;
        position: relative; }
        #hd-primary #hd-primary-middle .product-search form .product-search-input-container {
          height: 26px; }
          @media screen and (min-width: 64em) {
            #hd-primary #hd-primary-middle .product-search form .product-search-input-container {
              height: 33px; } }
          #hd-primary #hd-primary-middle .product-search form .product-search-input-container .product-search-input {
            background: none;
            border: none;
            color: #414042;
            display: block;
            font-size: 12px;
            height: 100%;
            line-height: 12px;
            outline: none;
            padding: 0 10px;
            width: 100%; }
        #hd-primary #hd-primary-middle .product-search form .product-search-submit-container {
          height: 26px;
          text-align: right; }
          @media screen and (min-width: 64em) {
            #hd-primary #hd-primary-middle .product-search form .product-search-submit-container {
              height: 33px; } }
          #hd-primary #hd-primary-middle .product-search form .product-search-submit-container .product-search-submit {
            background: #414042;
            border: none;
            color: #FFFFFF;
            cursor: pointer;
            font-size: 18px;
            height: 100%;
            outline: none;
            width: 100%; }
  #hd-primary #hd-primary-right {
    float: right; }
    #hd-primary #hd-primary-right #hd-contact {
      float: left;
      text-align: center; }
    #hd-primary #hd-primary-right #hd-contact #hd-contact-phone {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px; }
    #hd-primary #hd-primary-right #hd-contact #hd-contact-text {
      font-size: 10px; }
    #hd-primary #hd-primary-right .hd-icon {
      float: left;
      font-size: 22px;
      margin: 0 7px;
      position: relative; }
      @media screen and (min-width: 48em) {
        #hd-primary #hd-primary-right .hd-icon {
          font-size: 30px;
          margin: 0 8px 0 23px; } }
      #hd-primary #hd-primary-right .hd-icon a {
        color: #414042;
        text-decoration: none; }
      #hd-primary #hd-primary-right .hd-icon .count-bubble {
        background-color: #FF0000;
        border-radius: 8px;
        color: #FFFFFF;
        display: block;
        font-size: 9px;
        line-height: 9px;
        min-width: 13px;
        padding: 2px 4px;
        position: absolute;
        right: -6px;
        text-align: center;
        top: -3px; }
        @media screen and (min-width: 64em) {
          #hd-primary #hd-primary-right .hd-icon .count-bubble {
            font-size: 10px;
            right: -8px;
            top: 0; } }
    @media screen and (max-width: 63.9375em) {
      #hd-primary #hd-primary-right #search-icon {
        display: none; } }

.flyout-menu-minicart {
  left: auto;
  right: 0; }
  .flyout-menu-minicart .flyout-menu-minicart-hdr {
    margin-bottom: 15px;
    padding-bottom: 7px; }
  .flyout-menu-minicart .flyout-menu-container-top-arrow {
    height: 13px;
    background-position: 98% bottom; }
  .flyout-menu-minicart .cart-item {
    min-width: 255px;
    padding: 8px 0;
    border-top: 1px solid #BBBBBB; }
    .flyout-menu-minicart .cart-item + .cart-item {
      border-top: 0 none #BBBBBB; }
    .flyout-menu-minicart .cart-item .cart-item-img {
      float: left;
      height: 82px;
      margin-right: 10px;
      width: 82px; }
      .flyout-menu-minicart .cart-item .cart-item-img .imgBound {
        height: 80px;
        width: 80px;
        background-color: #FFFFFF; }
    .flyout-menu-minicart .cart-item .cart-item-detail {
      float: none;
      padding-left: 92px;
      width: 222px;
      font-size: 12px; }
      .flyout-menu-minicart .cart-item .cart-item-detail .cart-item-detail-prodname {
        margin-bottom: 0; }
        .flyout-menu-minicart .cart-item .cart-item-detail .cart-item-detail-prodname a {
          font-size: 12px;
          font-weight: normal;
          color: #000000; }
      .flyout-menu-minicart .cart-item .cart-item-detail .cart-item-itemPrice {
        font-size: 15px;
        color: #AE0707;
        font-weight: bold; }
    .flyout-menu-minicart .cart-item .cart-item-qty {
      float: right;
      font-size: 12px;
      padding: 3px 0 7px;
      height: 12px; }
  .flyout-menu-minicart .no-items {
    padding: 16px 0; }
  .flyout-menu-minicart .flyout-menu-minicart-items-hdr {
    margin-bottom: 5px; }
    .flyout-menu-minicart .flyout-menu-minicart-items-hdr .flyout-menu-minicart-hdr-right {
      float: right; }
  .flyout-menu-minicart .flyout-menu-minicart-ftr {
    border-top: 1px solid #BBBBBB;
    padding-top: 7px; }

/* ==========================================================================
AutoSuggest
========================================================================== */
.autosuggest-results-container {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #333333;
  display: none;
  overflow: hidden;
  padding: 15px 15px 15px 0; }
  .autosuggest-results-container a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .autosuggest-results-container a:hover {
      text-decoration: none; }
  .autosuggest-results-container .as-sec1 {
    margin: 0 0 15px 15px; }
  .autosuggest-results-container .as-sec2 .as-col {
    float: left; }
    .autosuggest-results-container .as-sec2 .as-col + .as-col {
      border-left: 1px solid #CCCCCC; }
    .autosuggest-results-container .as-sec2 .as-col .as-block + .as-block {
      margin-top: 20px; }
  .autosuggest-results-container .as-sec2 .as-col1,
  .autosuggest-results-container .as-sec2 .as-col2 {
    width: 25%; }
  .autosuggest-results-container .as-sec2 .as-col3 {
    width: 50%; }
  .autosuggest-results-container .as-results-hdr {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 14px;
    text-transform: uppercase; }
  .autosuggest-results-container .as-result-selected {
    background-color: #E4E4E4; }
  .autosuggest-results-container .no-suggestions {
    color: #888888;
    font-style: italic;
    padding: 7px 0 0 14px; }
  .autosuggest-results-container a.as-see-more {
    color: #369FFF;
    float: right;
    text-transform: none; }
    .autosuggest-results-container a.as-see-more:hover {
      text-decoration: underline; }
  .autosuggest-results-container .as-result a {
    display: block;
    padding: 7px 14px; }
  .autosuggest-results-container .as-result:hover {
    background-color: #E4E4E4; }
  .autosuggest-results-container .as-result .as-result-count {
    color: #AAAAAA;
    font-size: 11px; }
  .autosuggest-results-container .as-banner {
    width: 100%; }
    .autosuggest-results-container .as-banner + .as-banner {
      margin-top: 15px; }
  .autosuggest-results-container .as-prod-results .as-result {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    display: inline-block;
    font-size: 11px;
    margin: 0 1% 10px 1%;
    text-align: center;
    vertical-align: top;
    width: 100%; }
    .autosuggest-results-container .as-prod-results .as-result:hover {
      border: 1px solid #CCCCCC; }
    .autosuggest-results-container .as-prod-results .as-result .image {
      display: block;
      height: 90px;
      margin: 0 auto;
      width: 90px; }
      .autosuggest-results-container .as-prod-results .as-result .image img {
        max-height: 100%;
        max-width: 100%; }
    .autosuggest-results-container .as-prod-results .as-result .name,
    .autosuggest-results-container .as-prod-results .as-result .description,
    .autosuggest-results-container .as-prod-results .as-result .price {
      display: block;
      margin-top: 5px; }
  @media (min-width: 1320px) {
    .autosuggest-results-container .as-prod-results .as-result {
      width: 47%; } }
  @media (min-width: 1500px) {
    .autosuggest-results-container .as-prod-results .as-result {
      width: 30%; } }
  .autosuggest-results-container .as-prod-results .as-result-selected {
    border: 1px solid #CCCCCC; }

/* ==========================================================================
Main Category Nav
========================================================================== */
#hd-main-nav {
  background-color: #FFFFFF;
  font-size: 14px; }
  @media screen and (min-width: 64em) {
    #hd-main-nav {
      background-color: #414042;
      font-size: 12px;
      margin-bottom: 5px; } }
  #hd-main-nav ul#hd-main-nav-ul {
    background-color: inherit;
    border-top: 1px solid #CACACA;
    box-shadow: 0 2px 4px rgba(102, 102, 102, 0.3);
    margin: 0 auto;
    max-width: 970px;
    padding: 0;
    z-index: 25; }
    @media screen and (min-width: 64em) {
      #hd-main-nav ul#hd-main-nav-ul {
        box-shadow: none;
        border-top: none; } }
    @media screen and (max-width: 63.9375em) {
      #hd-main-nav ul#hd-main-nav-ul li .no-submenu:after {
        content: "\f054";
        font-family: FontAwesome !important;
        float: right; } }
    #hd-main-nav ul#hd-main-nav-ul li ul {
      background-color: #EBEBEB;
      border-top: 2px solid #CACACA;
      width: 100%; }
      @media screen and (min-width: 64em) {
        #hd-main-nav ul#hd-main-nav-ul li ul {
          background-color: #F2F2F2;
          border: 1px solid #BCBEC0;
          width: 220px; } }
      @media screen and (min-width: 64em) {
        #hd-main-nav ul#hd-main-nav-ul li ul li:hover {
          background-color: #BCBEC0; } }
      #hd-main-nav ul#hd-main-nav-ul li ul li + li {
        border-top: 1px solid #BCBEC0; }
      #hd-main-nav ul#hd-main-nav-ul li ul li a {
        color: #595959;
        float: left;
        padding: 12px 15px;
        text-decoration: none; }
        @media screen and (min-width: 64em) {
          #hd-main-nav ul#hd-main-nav-ul li ul li a {
            color: #414042;
            padding: 9px 10px; } }
      #hd-main-nav ul#hd-main-nav-ul li ul li ul {
        background-color: #848484;
        clear: both; }
        @media screen and (min-width: 64em) {
          #hd-main-nav ul#hd-main-nav-ul li ul li ul {
            background-color: #F2F2F2; } }
        #hd-main-nav ul#hd-main-nav-ul li ul li ul li a {
          color: #FDFDFD; }
          @media screen and (min-width: 64em) {
            #hd-main-nav ul#hd-main-nav-ul li ul li ul li a {
              color: #595959; } }
    #hd-main-nav ul#hd-main-nav-ul > li {
      border-bottom: 1px solid #CACACA; }
      @media screen and (min-width: 64em) {
        #hd-main-nav ul#hd-main-nav-ul > li {
          border: none;
          width: 10%; } }
      @media screen and (min-width: 64em) {
        #hd-main-nav ul#hd-main-nav-ul > li:hover {
          background-color: #BCBEC0; } }
      #hd-main-nav ul#hd-main-nav-ul > li:hover > a {
        color: #414042; }
      #hd-main-nav ul#hd-main-nav-ul > li > a {
        color: #595959;
        padding: 12px 15px;
        text-decoration: none; }
        @media screen and (min-width: 64em) {
          #hd-main-nav ul#hd-main-nav-ul > li > a {
            border-left: 2px solid #F2F2F2;
            color: #E6E7E8;
            font-weight: bold;
            padding-left: 0;
            padding-right: 0;
            text-align: center; } }
      #hd-main-nav ul#hd-main-nav-ul > li:last-child > a {
        border-right: 2px solid #F2F2F2; }
      @media screen and (min-width: 64em) {
        #hd-main-nav ul#hd-main-nav-ul > li > .touch-button {
          display: none; } }
    #hd-main-nav ul#hd-main-nav-ul .touch-button {
      border-left: 1px solid #DFDFDF;
      color: #595959;
      padding: 12px 15px; }
      @media screen and (min-width: 64em) {
        #hd-main-nav ul#hd-main-nav-ul .touch-button {
          border: none;
          padding: 9px 10px; } }
      #hd-main-nav ul#hd-main-nav-ul .touch-button.active:after {
        content: "\f068"; }

/* ==========================================================================
Main Category Alt Nav (sticky header)
========================================================================== */
#hd-main-nav-alt-wrapper {
  margin: 0 auto;
  max-width: 1600px;
  position: relative; }
  #hd-main-nav-alt-wrapper #hd-main-nav-alt {
    border-left: 1px solid #BCBEC0;
    border-right: 1px solid #BCBEC0;
    border-bottom: 1px solid #BCBEC0;
    display: none;
    position: absolute;
    left: 15px; }
    #hd-main-nav-alt-wrapper #hd-main-nav-alt #hd-main-nav {
      margin-bottom: 0; }
      #hd-main-nav-alt-wrapper #hd-main-nav-alt #hd-main-nav ul#hd-main-nav-ul {
        margin: 0;
        padding: 0;
        width: 220px; }
        #hd-main-nav-alt-wrapper #hd-main-nav-alt #hd-main-nav ul#hd-main-nav-ul > li {
          float: none;
          width: auto; }
          #hd-main-nav-alt-wrapper #hd-main-nav-alt #hd-main-nav ul#hd-main-nav-ul > li:hover > .touch-button {
            color: #414042; }
          #hd-main-nav-alt-wrapper #hd-main-nav-alt #hd-main-nav ul#hd-main-nav-ul > li + li > a {
            border-top: 1px solid #F2F2F2; }
          #hd-main-nav-alt-wrapper #hd-main-nav-alt #hd-main-nav ul#hd-main-nav-ul > li > ul {
            margin-left: 100%;
            top: 0; }
          #hd-main-nav-alt-wrapper #hd-main-nav-alt #hd-main-nav ul#hd-main-nav-ul > li > a {
            border-left: none;
            border-right: none;
            font-weight: normal;
            padding: 9px 10px;
            text-align: left; }
          #hd-main-nav-alt-wrapper #hd-main-nav-alt #hd-main-nav ul#hd-main-nav-ul > li > .touch-button {
            color: #E6E7E8;
            display: block; }

/* ==========================================================================
Product Page Shortcut Nav
========================================================================== */
#hd-prod-nav {
  background-color: #F1F1F1;
  color: #414042;
  display: none;
  font-size: 11px;
  font-weight: bold;
  padding: 6px 15px;
  text-align: center; }
  #hd-prod-nav a {
    color: #414042;
    text-decoration: none; }
  #hd-prod-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #hd-prod-nav ul li {
      display: inline-block; }
    #hd-prod-nav ul li.delim-pipe {
      color: #AAAAAA;
      margin: 0 20px; }

/* ==========================================================================
Sticky Header Overrides
========================================================================== */
#hd.hd-sticky {
  box-shadow: 0 2px 4px rgba(102, 102, 102, 0.3);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000; }
  @media screen and (min-width: 64em) {
    #hd.hd-sticky #hd-promo,
    #hd.hd-sticky #hd-utility-nav,
    #hd.hd-sticky > #hd-main-nav {
      display: none; } }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    #hd.hd-sticky #hd-primary #hd-primary-right #wishlist-icon {
      display: none; } }
  @media screen and (max-width: 63.9375em) {
    #hd.hd-sticky #hd-primary #hd-primary-right #search-icon {
      display: block; } }
  @media screen and (max-width: 63.9375em) {
    #hd.hd-sticky #hd-primary-middle {
      display: none; } }
  @media screen and (min-width: 64em) {
    #hd.hd-sticky #hd-primary #hd-primary-left #hd-main-nav-trigger {
      display: table; }
    #hd.hd-sticky #hd-prod-nav {
      display: block; }
    #hd.hd-sticky #hd-primary #hd-primary-middle {
      margin-left: 407px; } }

@media screen and (min-width: 20em) and (max-width: 47.9375em) {
  #hd.product-page #hd-primary-middle {
    display: none; }
  #hd.product-page #hd-primary #hd-primary-right #wishlist-icon {
    display: none; }
  #hd.product-page #hd-primary #hd-primary-right #search-icon {
    display: block; } }

/* ==========================================================================
Checkout Progress Indicator
========================================================================== */
.header-checkout-steps {
  margin: 20px auto;
  max-width: 970px;
  position: relative;
  z-index: 1; }
  .header-checkout-steps:before {
    background-color: #EFEFEF;
    content: "";
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 8px;
    width: 80%;
    z-index: -1; }
  .header-checkout-steps .checkout-step {
    float: left;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 20%; }
    .header-checkout-steps .checkout-step .checkout-step-circle {
      background-color: #FFFFFF;
      border-radius: 13px;
      border: 1px solid #C0C0C0;
      height: 26px;
      margin: 0 auto;
      width: 26px; }
      .header-checkout-steps .checkout-step .checkout-step-circle.current-step {
        position: relative;
        z-index: 1; }
        .header-checkout-steps .checkout-step .checkout-step-circle.current-step:before {
          background-color: #6D6E70;
          border-radius: 9px;
          content: "";
          height: 18px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          top: 3px;
          width: 18px;
          z-index: -1; }
    .header-checkout-steps .checkout-step .checkout-step-lbl {
      margin-top: 5px; }

/* ==========================================================================
Recently Viewed Products
========================================================================== */
#bdy-ftr {
  clear: both; }
  #bdy-ftr #ftr-recentlyviewed {
    margin: 15px 0; }
    #bdy-ftr #ftr-recentlyviewed #recent-box #recent-hdr {
      color: #454545;
      font-size: 16px;
      font-weight: bold;
      margin: 30px 0 15px; }
      @media screen and (min-width: 48em) {
        #bdy-ftr #ftr-recentlyviewed #recent-box #recent-hdr {
          background-color: #FFFFFF;
          border-left: 1px solid #A4A4A4;
          border-right: 1px solid #A4A4A4;
          border-top: 1px solid #A4A4A4;
          color: #58585A;
          display: inline-block;
          font-size: 15px;
          margin: 0 0 -1px 0;
          padding: 5px 13px; } }
    #bdy-ftr #ftr-recentlyviewed #recent-box #recent-prod-list {
      border: 1px solid #838383;
      border-radius: 3px;
      padding: 15px; }
      @media screen and (min-width: 48em) {
        #bdy-ftr #ftr-recentlyviewed #recent-box #recent-prod-list {
          border-color: #A4A4A4;
          border-radius: 0;
          padding: 12px; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        #bdy-ftr #ftr-recentlyviewed #recent-box #recent-prod-list .related-product-item {
          min-height: 270px; } }
      #bdy-ftr #ftr-recentlyviewed #recent-box #recent-prod-list .related-product-item + .related-product-item {
        margin-top: 25px; }
        @media screen and (min-width: 48em) {
          #bdy-ftr #ftr-recentlyviewed #recent-box #recent-prod-list .related-product-item + .related-product-item {
            margin-top: 0; } }

/* ==========================================================================
Global Footer
========================================================================== */
#ftr a {
  color: #FFFFFF; }

#ftr #ftr-ext-mobile {
  margin: 0 15px 10px; }
  #ftr #ftr-ext-mobile #ftr-mobile-deal-alerts {
    background-color: #414141;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 10px; }
    #ftr #ftr-ext-mobile #ftr-mobile-deal-alerts #ftr-mobile-deal-alerts-hdr {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px; }
    #ftr #ftr-ext-mobile #ftr-mobile-deal-alerts .bh-segment {
      display: inline-block;
      margin: 0 5px 3px 0; }
    #ftr #ftr-ext-mobile #ftr-mobile-deal-alerts #ftr-mobile-deal-alerts-input {
      color: #000000;
      margin-top: 7px; }

#ftr #ftr-main {
  background-color: #414141;
  color: #FFFFFF; }
  #ftr #ftr-main #ftr-btt {
    background-color: #58595B;
    cursor: pointer;
    text-align: center;
    padding: 15px 5px; }
  #ftr #ftr-main #ftr-include {
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 40px; }
  #ftr #ftr-main #ftr-column-2 a,
  #ftr #ftr-main #ftr-column-3 a {
    display: block;
    margin-bottom: 8px; }
  #ftr #ftr-main .ftr-heading {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 10px; }
  #ftr #ftr-main .ftr-heading-lg {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px; }
  #ftr #ftr-main #ftr-logo {
    display: block;
    margin-bottom: 25px; }
    #ftr #ftr-main #ftr-logo img {
      height: 29px;
      width: 278px; }
  #ftr #ftr-main #ftr-call,
  #ftr #ftr-main #ftr-visit {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 25px; }
  #ftr #ftr-main #ftr-map-link {
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px; }
  #ftr #ftr-main .ftr-icon-container {
    float: left;
    margin-right: 8px; }
  #ftr #ftr-main #ftr-security-mcafee {
    float: left;
    margin-right: 10px;
    padding-top: 5px; }
  #ftr #ftr-main #ftr-security-entrust {
    float: left;
    margin-right: 10px; }
    #ftr #ftr-main #ftr-security-entrust a {
      display: block; }
      #ftr #ftr-main #ftr-security-entrust a img {
        height: 56px; }
  #ftr #ftr-main #ftr-security-5-star {
    display: block;
    float: left;
    padding-top: 8px; }
    #ftr #ftr-main #ftr-security-5-star img {
      height: 35px;
      width: 94px; }
  #ftr #ftr-main #ftr-social {
    margin-top: 20px; }
    #ftr #ftr-main #ftr-social .ftr-social-channels .ftr-social-icon {
      display: inline-block; }
      #ftr #ftr-main #ftr-social .ftr-social-channels .ftr-social-icon + .ftr-social-icon {
        margin-left: 10px; }
      #ftr #ftr-main #ftr-social .ftr-social-channels .ftr-social-icon img {
        height: 32px;
        width: 32px; }
  #ftr #ftr-main #ftr-deal-alerts {
    background-color: #275C92;
    border: 1px solid #999999;
    color: #FFFFFF;
    padding: 8px; }
    #ftr #ftr-main #ftr-deal-alerts input {
      color: #000000; }
    #ftr #ftr-main #ftr-deal-alerts #ftr-deal-alerts-hdr {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      margin-bottom: 10px; }
    #ftr #ftr-main #ftr-deal-alerts #ftr-deal-alerts-zipcode {
      margin: 10px 0; }
    #ftr #ftr-main #ftr-deal-alerts .bh-segment-list {
      margin-bottom: 5px; }
      #ftr #ftr-main #ftr-deal-alerts .bh-segment-list .bh-segment + .bh-segment {
        margin-top: 2px; }
    #ftr #ftr-main #ftr-deal-alerts .bh-segment label {
      bottom: 2px;
      font-size: 11px;
      position: relative; }
  #ftr #ftr-main #ftr-currency-converter {
    clear: both;
    padding-top: 20px; }
    #ftr #ftr-main #ftr-currency-converter #ftr-currency-converter-form {
      background-color: #FFFFFF;
      color: #000000;
      padding: 8px;
      position: relative; }
      #ftr #ftr-main #ftr-currency-converter #ftr-currency-converter-form label {
        display: inline-block;
        width: 100%; }
      #ftr #ftr-main #ftr-currency-converter #ftr-currency-converter-form select {
        background: none;
        border: none;
        float: right;
        height: 30px;
        outline: none;
        padding: 5px;
        position: absolute;
        right: 0;
        top: 0;
        width: 75px; }
  #ftr #ftr-main #ftr-copyright {
    clear: both;
    line-height: 20px;
    padding: 20px 0;
    text-align: center; }
    @media screen and (min-width: 64em) {
      #ftr #ftr-main #ftr-copyright {
        padding-top: 90px; } }
  #ftr #ftr-main .ftr-cart-bracket {
    margin-left: 3px; }
    #ftr #ftr-main .ftr-cart-bracket .ftr-cart-count {
      font-weight: bold; }
  #ftr #ftr-main .ftr-lang-flag {
    bottom: 1px;
    margin-right: 5px;
    position: relative;
    width: 21px; }

/* ==========================================================================
Home Page - General
========================================================================== */
.hp-section {
  margin-top: 40px; }

.hp-section-alt {
  background-color: #E8E9EA;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  padding: 40px 0;
  width: auto; }

.hp-section-hdr {
  color: #535356;
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center; }

.hp-body-copy {
  color: #474747;
  font-size: 13px;
  line-height: 17px; }

.hp-section-hr {
  margin: 40px 0; }

/* ==========================================================================
Home Page - Killer Daily Deal Banner
========================================================================== */
.kdd-banner {
  display: block;
  margin: 5px 0;
  max-width: 100%;
  text-align: center; }
  .kdd-banner img {
    max-width: 100%; }

/* ==========================================================================
Home Page - Main Slider
========================================================================== */
#hp-main-slider {
  margin-bottom: 10px; }
  #hp-main-slider a.hp-main-slide {
    display: block; }
    #hp-main-slider a.hp-main-slide img {
      width: 100%; }
  @media screen and (min-width: 48em) {
    #hp-main-slider ul.slick-dots {
      border: 1px solid #CCCCCC; } }
  @media screen and (min-width: 48em) {
    #hp-main-slider ul.slick-dots li {
      width: 20%; } }
  @media screen and (min-width: 48em) {
    #hp-main-slider ul.slick-dots li + li {
      border-left: 1px solid #CCCCCC;
      margin: 0; } }

/* ==========================================================================
Home Page - Top Brands Slider
========================================================================== */
#hp-top-brands {
  color: #777777;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase; }
  #hp-top-brands a {
    color: #777777;
    text-decoration: none; }
  #hp-top-brands a:hover,
  #hp-top-brands a:active {
    color: #444444; }
  #hp-top-brands #hp-top-brands-slider {
    border-top: 1px solid #D7D8D9;
    border-bottom: 1px solid #D7D8D9;
    padding: 7px 0; }
    #hp-top-brands #hp-top-brands-slider .slick-list {
      margin: 0 auto;
      width: 95%; }
    #hp-top-brands #hp-top-brands-slider .slick-prev {
      left: 0; }
    #hp-top-brands #hp-top-brands-slider .slick-next {
      right: 0; }
    #hp-top-brands #hp-top-brands-slider .hp-top-brand-slide {
      padding: 0 10px; }
      #hp-top-brands #hp-top-brands-slider .hp-top-brand-slide a {
        line-height: 18px; }
  #hp-top-brands a#see-all-brands {
    border: 1px solid #D7D8D9;
    display: block;
    line-height: 18px;
    padding: 7px 0;
    text-align: center; }
    #hp-top-brands a#see-all-brands:hover {
      background-color: #777777;
      color: #FFFFFF; }

/* ==========================================================================
Home Page - Hot Gear Slider
========================================================================== */
#hp-hot-gear-slider .slick-list {
  margin: 0 auto; }

#hp-hot-gear-slider .slick-prev {
  color: #888888;
  left: -45px; }

#hp-hot-gear-slider .slick-next {
  color: #888888;
  right: -45px; }

/* ==========================================================================
Home Page - Deal Alerts & Catalog Request
========================================================================== */
#hp-deal-alerts {
  background-color: #275C92;
  color: #FFFFFF;
  display: inline-block;
  max-width: 622px;
  overflow: hidden;
  padding: 11px 25px;
  text-align: left;
  vertical-align: middle; }
  #hp-deal-alerts .hp-deal-alerts-col {
    display: table-cell;
    vertical-align: middle; }
  #hp-deal-alerts #hp-deal-alerts-hdr {
    font-size: 33px;
    line-height: 38px; }
  #hp-deal-alerts form {
    margin-left: 20px; }
  #hp-deal-alerts input[type=text] {
    border: none;
    color: #828282;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 5px; }
  #hp-deal-alerts .bh-segment-list {
    font-size: 11px; }
    #hp-deal-alerts .bh-segment-list label span {
      vertical-align: top; }
  #hp-deal-alerts input#hp-deal-alerts-email {
    width: 220px; }
  #hp-deal-alerts input#hp-deal-alerts-zipcode {
    margin-left: 10px;
    width: 80px; }

#hp-free-cat-request {
  display: inline-block;
  max-height: 114px;
  max-width: 329px;
  vertical-align: middle; }
  @media screen and (min-width: 64em) {
    #hp-free-cat-request {
      margin-left: 15px; } }

/* ==========================================================================
Home Page - Sales Advisors
========================================================================== */
#hp-advisors-slider {
  margin-bottom: 40px; }
  #hp-advisors-slider .slick-list {
    margin: 0 40px; }
  #hp-advisors-slider .slick-prev {
    color: #888888;
    left: 0;
    padding: 0 3px; }
  #hp-advisors-slider .slick-next {
    color: #888888;
    padding: 0 3px;
    right: 0; }
  #hp-advisors-slider .hp-advisor-slide a {
    background-position: 0 0;
    background-size: 100%;
    display: block;
    height: 117px;
    margin: 0 auto;
    width: 100px; }
    #hp-advisors-slider .hp-advisor-slide a:hover {
      background-position: 0 100%; }

/* ==========================================================================
Home Page - Articles & Videos
========================================================================== */
#hp-articles-slider {
  margin-bottom: 25px; }
  #hp-articles-slider .slick-list {
    margin: 0 50px; }
  #hp-articles-slider .slick-prev {
    color: #888888;
    left: 0;
    padding: 0 3px; }
  #hp-articles-slider .slick-next {
    color: #888888;
    padding: 0 3px;
    right: 0; }
  #hp-articles-slider .hp-article-slide .hp-body-copy {
    font-size: 12px;
    margin-top: 10px; }
    @media screen and (min-width: 64em) {
      #hp-articles-slider .hp-article-slide .hp-body-copy {
        margin: 0; } }
    #hp-articles-slider .hp-article-slide .hp-body-copy .hp-article-hdr {
      font-size: 13px;
      font-weight: bold; }
    #hp-articles-slider .hp-article-slide .hp-body-copy a.hp-article-more {
      color: #15A5E2;
      font-weight: bold; }

/* ==========================================================================
Home Page - Contest
========================================================================== */
.hp-contest-prize {
  display: block;
  text-align: center; }

#hp-contest-body {
  margin-top: 20px;
  max-width: 610px; }
  @media screen and (min-width: 48em) {
    #hp-contest-body {
      margin: 0; } }
  #hp-contest-body #hp-contest-hdr {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px; }
  #hp-contest-body #hp-contest-prize {
    font-size: 14px;
    margin-bottom: 20px; }
  #hp-contest-body #hp-contest-enter {
    margin-bottom: 20px; }
  #hp-contest-body #hp-contest-deadline {
    font-size: 20px;
    margin-bottom: 15px; }
  #hp-contest-body #hp-contest-rules {
    font-size: 12px; }

/* ==========================================================================
Home Page - Systems Group
========================================================================== */
#hp-systems-group-body {
  margin-top: 20px; }
  @media screen and (min-width: 64em) {
    #hp-systems-group-body {
      margin: 0; } }

/* ==========================================================================
Home Page - Government and Education Sales
========================================================================== */
#hp-gov-edu {
  text-align: center; }
  @media screen and (min-width: 48em) {
    #hp-gov-edu {
      text-align: left; } }
  #hp-gov-edu .hp-gov-edu-itm + .hp-gov-edu-itm {
    margin-top: 40px; }
    @media screen and (min-width: 48em) {
      #hp-gov-edu .hp-gov-edu-itm + .hp-gov-edu-itm {
        margin: 0; } }
  #hp-gov-edu .hp-gov-edu-itm .hp-body-copy {
    margin-top: 10px; }
    @media screen and (min-width: 48em) {
      #hp-gov-edu .hp-gov-edu-itm .hp-body-copy {
        margin: 0; } }

/* ==========================================================================
Home Page - Customer Comments & Connect
========================================================================== */
.ellipsis-hdr {
  height: 28px;
  margin-right: 20px;
  width: 40px; }

#hp-comments-slider .slick-list {
  margin: 0 40px; }

#hp-comments-slider .slick-prev {
  color: #888888;
  left: 0;
  padding: 0 3px;
  top: 50px; }

#hp-comments-slider .slick-next {
  color: #888888;
  padding: 0 3px;
  right: 0;
  top: 50px; }

#hp-comments-slider .hp-comment-slide {
  padding: 0 15px; }
  #hp-comments-slider .hp-comment-slide .hp-comment-quote {
    background-color: #DEDEDE;
    height: 135px;
    overflow: hidden;
    padding: 20px; }
  #hp-comments-slider .hp-comment-slide .hp-comment-caret-down {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #DEDEDE;
    height: 0;
    margin-left: 20px;
    width: 0; }
  #hp-comments-slider .hp-comment-slide .hp-comment-author {
    margin: 10px 0 0 20px; }

#hp-social-icons {
  margin-top: 30px;
  text-align: center; }
  @media screen and (min-width: 64em) {
    #hp-social-icons {
      margin: 0; } }
  #hp-social-icons #hp-social-icons-list {
    margin-top: 15px; }
    #hp-social-icons #hp-social-icons-list .hp-social-icon {
      display: inline-block; }
      #hp-social-icons #hp-social-icons-list .hp-social-icon + .hp-social-icon {
        margin-left: 5px; }
      #hp-social-icons #hp-social-icons-list .hp-social-icon img {
        height: 40px;
        width: 40px; }

/* ==========================================================================
Left Nav - Deal Alerts
========================================================================== */
#left-nav-deal-alerts {
  border-bottom: 1px solid #BBBCD0;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  #left-nav-deal-alerts #left-nav-deal-alerts-hdr {
    color: #68686A;
    font-size: 17px;
    font-weight: bold; }
  #left-nav-deal-alerts input[type=text] {
    color: #828282;
    margin: 5px 0 0; }
  #left-nav-deal-alerts .bh-segment-list {
    margin: 10px 0; }
    #left-nav-deal-alerts .bh-segment-list .bh-segment + .bh-segment {
      margin-top: 5px; }
    #left-nav-deal-alerts .bh-segment-list .bh-segment input {
      display: block;
      float: left; }
    #left-nav-deal-alerts .bh-segment-list .bh-segment label {
      display: block;
      float: left;
      font-size: 10px;
      width: 80%; }
      #left-nav-deal-alerts .bh-segment-list .bh-segment label span {
        font-weight: bold; }

/* ==========================================================================
Left Nav - Category List & Filters
========================================================================== */
.left-nav {
  color: #6F6F6F;
  font-size: 14px;
  margin-bottom: 15px; }
  @media screen and (min-width: 48em) {
    .left-nav {
      color: #000000;
      font-size: 12px; } }
  .left-nav a {
    text-decoration: none;
    color: #6F6F6F;
    display: block; }
    @media screen and (min-width: 48em) {
      .left-nav a {
        color: #000000; } }
  .left-nav .left-nav-hdr {
    padding-bottom: 3px; }
    @media screen and (min-width: 20em) and (max-width: 47.9375em) {
      .left-nav .left-nav-hdr {
        background-color: #EBEBEB;
        padding: 13px; } }
    .left-nav .left-nav-hdr .hdr-txt {
      float: left;
      width: 90%; }
      @media screen and (min-width: 48em) {
        .left-nav .left-nav-hdr .hdr-txt {
          font-weight: bold; } }
    .left-nav .left-nav-hdr #filter-actions {
      font-weight: normal; }
      @media screen and (min-width: 20em) and (max-width: 47.9375em) {
        .left-nav .left-nav-hdr #filter-actions {
          float: right; } }
      @media screen and (min-width: 48em) {
        .left-nav .left-nav-hdr #filter-actions {
          font-size: 10px;
          padding-left: 3px; } }
      .left-nav .left-nav-hdr #filter-actions a {
        color: #2488D4;
        display: inline;
        text-decoration: underline; }
  .left-nav .leftNav-leaf {
    padding: 3px 0; }
    @media screen and (min-width: 20em) and (max-width: 47.9375em) {
      .left-nav .leftNav-leaf {
        border-top: 1px solid #CACACA;
        padding: 13px; } }
    .left-nav .leftNav-leaf .prodCount {
      color: #838383; }
  .left-nav .toggle-all-trigger {
    cursor: pointer;
    padding: 8px 0 0 0 !important; }
    @media screen and (min-width: 20em) and (max-width: 47.9375em) {
      .left-nav .toggle-all-trigger {
        padding: 13px !important; } }
    @media screen and (min-width: 48em) {
      .left-nav .toggle-all-trigger .see-all .see-all-label,
      .left-nav .toggle-all-trigger .see-all .see-less-label,
      .left-nav .toggle-all-trigger .see-less .see-all-label,
      .left-nav .toggle-all-trigger .see-less .see-less-label {
        padding-left: 3px; } }
    .left-nav .toggle-all-trigger .see-less {
      display: none; }
  .left-nav #left-nav-cats {
    margin-bottom: 15px; }
    @media screen and (min-width: 20em) and (max-width: 47.9375em) {
      .left-nav #left-nav-cats {
        border: 1px solid #CACACA; } }
    @media screen and (min-width: 48em) {
      .left-nav #left-nav-cats {
        border-bottom: 1px solid #CACACA;
        padding-bottom: 15px; } }
    @media screen and (min-width: 20em) and (max-width: 47.9375em) {
      .left-nav #left-nav-cats .left-nav-lvl0-cats {
        display: none; } }
    .left-nav #left-nav-cats .leftNav-leaf {
      display: table;
      width: 100%; }
      .left-nav #left-nav-cats .leftNav-leaf a {
        display: table-cell;
        vertical-align: middle;
        width: 86%; }
        @media screen and (min-width: 48em) {
          .left-nav #left-nav-cats .leftNav-leaf a .fa {
            float: left;
            width: 4%; } }
        @media screen and (min-width: 48em) {
          .left-nav #left-nav-cats .leftNav-leaf a .cat-name {
            float: left;
            width: 96%; } }
      @media screen and (min-width: 20em) and (max-width: 47.9375em) {
        .left-nav #left-nav-cats .leftNav-leaf .fa {
          display: table-cell;
          text-align: right;
          vertical-align: middle; } }
    .left-nav #left-nav-cats .left-nav-lvl1 > .hidden {
      display: none; }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .left-nav #left-nav-filters {
      border: 1px solid #CACACA; } }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .left-nav #left-nav-filters .left-nav-filters-bdy {
      display: none; } }
  .left-nav .lvl0 {
    background-color: #EBEBEB;
    cursor: pointer; }
    @media screen and (min-width: 48em) {
      .left-nav .lvl0 {
        background-color: transparent;
        font-weight: bold;
        margin-top: 15px; } }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .left-nav .left-nav-lvl1-filters {
      display: none; } }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .left-nav .left-nav-lvl1 > .leftNav-leaf {
      padding: 7px 7px 7px 13px; } }
  .left-nav .left-nav-lvl1 > .leftNav-leaf-disabled a {
    color: #CAD1D9; }
  .left-nav .filter-option-link {
    display: table;
    width: 100%; }
    @media screen and (min-width: 20em) and (max-width: 47.9375em) {
      .left-nav .filter-option-link .filter-opt-txt {
        display: table-cell;
        vertical-align: middle;
        width: 86%; } }
    @media screen and (min-width: 48em) {
      .left-nav .filter-option-link .filter-opt-txt {
        padding-left: 3px; } }
    .left-nav .filter-option-link .filter-opt-indicator-container-mobile {
      display: table-cell;
      text-align: right;
      vertical-align: middle; }

/* ==========================================================================
Left Nav - Promo Space
========================================================================== */
#left-nav-promo-box {
  margin-top: 20px; }

/* ==========================================================================
Category Product List Wrapper
========================================================================== */
@media screen and (min-width: 48em) {
  #bdy-results-col {
    border-left: 1px solid #BBBCD0;
    padding-left: 20px; } }

/* ==========================================================================
Category Header
========================================================================== */
.category-banner {
  margin-bottom: 10px; }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .category-banner {
      display: none; } }

.category-blurb {
  margin-bottom: 10px;
  text-align: center; }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .category-blurb {
      display: none; } }

.cat-description {
  line-height: 17px;
  margin-bottom: 25px; }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .cat-description {
      display: none; } }

#brand-info #brand-url {
  margin-bottom: 20px; }

/* ==========================================================================
Coupon Offer Header
========================================================================== */
form#discount-cat-bcrumbs-form #reward-page-hdr {
  height: 90px;
  margin-bottom: 10px; }
  form#discount-cat-bcrumbs-form #reward-page-hdr #bcNoThanks {
    float: right;
    padding: 7px 10px 0 0; }
    form#discount-cat-bcrumbs-form #reward-page-hdr #bcNoThanks input[type=submit] {
      background: none;
      border: none;
      color: #FFFFFF;
      cursor: pointer;
      outline: none; }
      form#discount-cat-bcrumbs-form #reward-page-hdr #bcNoThanks input[type=submit]:hover {
        text-decoration: underline; }

/* ==========================================================================
Dynamic Coupon Banners
========================================================================== */
/*Position: Category Top */
#banner-area-BPSCTP {
  text-align: center; }
  #banner-area-BPSCTP img {
    margin: 0 auto; }

/*Position: Category Left */
#banner-area-BPSCLF {
  margin: 15px 0; }

/*Position: Category Bottom */
#banner-area-BPSCBM {
  margin-top: 15px;
  text-align: center; }
  #banner-area-BPSCBM img {
    margin: 0 auto; }

/* ==========================================================================
Paging & Sorting
========================================================================== */
.cat-search-pager {
  color: #6F6F6F;
  display: table;
  font-size: 14px;
  margin: 0;
  width: 100%; }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .cat-search-pager {
      border-bottom: 1px solid #BBBCD0;
      padding-bottom: 15px; } }
  @media screen and (min-width: 48em) {
    .cat-search-pager {
      font-size: 11px; } }
  .cat-search-pager select {
    font-size: 14px;
    padding: 0; }
    @media screen and (min-width: 48em) {
      .cat-search-pager select {
        font-size: 12px;
        margin-top: 5px;
        padding: 3px; } }
    @media screen and (min-width: 64em) {
      .cat-search-pager select {
        margin: 0; } }
  .cat-search-pager .selectric .label,
  .cat-search-pager .selectricItems ul,
  .cat-search-pager .selectricItems li {
    font-size: 13px; }
  .cat-search-pager .selectricWrapper {
    display: inline-block;
    vertical-align: middle; }
  .cat-search-pager .prod-total {
    margin-top: 10px;
    text-align: center;
    vertical-align: middle; }
    @media screen and (min-width: 48em) {
      .cat-search-pager .prod-total {
        margin-top: 0;
        text-align: left; } }
    @media screen and (min-width: 64em) {
      .cat-search-pager .prod-total {
        display: table-cell;
        float: none; } }
    @media screen and (min-width: 48em) {
      .cat-search-pager .prod-total .paging-title,
      .cat-search-pager .prod-total .total-prod-results {
        font-weight: bold; } }
  .cat-search-pager .sort-by {
    text-align: center;
    vertical-align: middle; }
    @media screen and (min-width: 64em) {
      .cat-search-pager .sort-by {
        display: table-cell;
        float: none; } }
    @media screen and (min-width: 48em) {
      .cat-search-pager .sort-by .sort-by-form .sort-by-label {
        display: block;
        font-weight: bold; } }
    @media screen and (min-width: 64em) {
      .cat-search-pager .sort-by .sort-by-form .sort-by-label {
        display: inline;
        padding-right: 5px; } }
    .cat-search-pager .sort-by .sort-by-form #sort-by-selector {
      width: 135px; }
  .cat-search-pager .items-per-page {
    text-align: right;
    vertical-align: middle; }
    @media screen and (min-width: 64em) {
      .cat-search-pager .items-per-page {
        display: table-cell;
        float: none !important; } }
    .cat-search-pager .items-per-page .items-per-page-label {
      display: block;
      font-weight: bold; }
      @media screen and (min-width: 64em) {
        .cat-search-pager .items-per-page .items-per-page-label {
          display: inline;
          padding-right: 5px; } }
    .cat-search-pager .items-per-page .items-per-page-selector {
      width: 55px; }
  .cat-search-pager .pagerpagenum .current-page {
    background: #2B619A;
    background: linear-gradient(to top, #0A305F 0%, #2B619A 100%);
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin-right: 10px;
    padding: 12px 0;
    text-align: center;
    width: 40px; }
  .cat-search-pager .pagerpagenum a {
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    color: #B7B7B7;
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    width: 40px; }
  .cat-search-pager .pagerpagenum .prev-button-pager,
  .cat-search-pager .pagerpagenum .next-button-pager {
    color: #053060;
    display: table;
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    line-height: 16px;
    padding: 7px 13px;
    width: 128px; }
  .cat-search-pager .pagerpagenum .prev-button-pager {
    float: left; }
  .cat-search-pager .pagerpagenum .next-button-pager {
    float: right;
    margin-right: 0;
    text-align: right; }
  .cat-search-pager .pagerpagenum .prev-button-pager-disabled,
  .cat-search-pager .pagerpagenum .next-button-pager-disabled {
    color: #B7B7B7;
    font-weight: normal; }
  .cat-search-pager .pagerpagenum .page-num {
    float: left; }
  .cat-search-pager .pagerpagenum .fa {
    display: table-cell;
    vertical-align: middle; }
  .cat-search-pager .pagerpagenum .prev-button-pager-label,
  .cat-search-pager .pagerpagenum .next-button-pager-label {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.cat-search-pager-ftr {
  border: none;
  margin: 0 auto;
  padding-bottom: 0;
  width: auto; }

#mobile-top-controls {
  background-color: #EBEBEB;
  border-top: 1px solid #CACACA;
  display: table;
  padding: 13px;
  width: 100%; }
  #mobile-top-controls #product-grid-views {
    display: table-cell;
    vertical-align: middle;
    width: 45%; }
    #mobile-top-controls #product-grid-views .btn-product-grid-view {
      cursor: pointer;
      display: inline-block;
      height: 24px;
      width: 24px; }
      #mobile-top-controls #product-grid-views .btn-product-grid-view + .btn-product-grid-view {
        margin-left: 10px; }
  #mobile-top-controls #mobile-top-paging {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 55%; }
    #mobile-top-controls #mobile-top-paging a {
      display: inline; }
    #mobile-top-controls #mobile-top-paging .prev-button-pager {
      padding: 0 3px; }
    #mobile-top-controls #mobile-top-paging .next-button-pager {
      padding-left: 3px; }
    #mobile-top-controls #mobile-top-paging .pager-disabled {
      color: #CCCCCC; }

/* ==========================================================================
Product Grid
========================================================================== */
.prod-list {
  margin-bottom: 15px;
  /* Alternate view options on mobile */ }
  @media screen and (min-width: 48em) {
    .prod-list {
      margin-top: 10px; } }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .prod-list.small-up-2 .prlst-itm-wrapper, .prod-list.small-up-4 .prlst-itm-wrapper {
      border: none; }
      .prod-list.small-up-2 .prlst-itm-wrapper .prlst-itm, .prod-list.small-up-4 .prlst-itm-wrapper .prlst-itm {
        width: 100%; }
        .prod-list.small-up-2 .prlst-itm-wrapper .prlst-itm .prlst-itm-img, .prod-list.small-up-4 .prlst-itm-wrapper .prlst-itm .prlst-itm-img {
          padding: 0 8px;
          width: 100%; }
        .prod-list.small-up-2 .prlst-itm-wrapper .prlst-itm .prlst-itm-details, .prod-list.small-up-4 .prlst-itm-wrapper .prlst-itm .prlst-itm-details {
          display: none !important; } }
  .prod-list .prlst-itm-wrapper {
    margin-top: 15px; }
    @media screen and (min-width: 20em) and (max-width: 47.9375em) {
      .prod-list .prlst-itm-wrapper {
        border-bottom: 1px solid #BBBCD0;
        padding-bottom: 15px; } }
    .prod-list .prlst-itm-wrapper .prlst-itm {
      font-size: 12px; }
      @media screen and (min-width: 20em) and (max-width: 47.9375em) {
        .prod-list .prlst-itm-wrapper .prlst-itm {
          display: table;
          width: 100%; } }
      @media screen and (min-width: 48em) {
        .prod-list .prlst-itm-wrapper .prlst-itm {
          height: 365px;
          padding-top: 5px; } }
      .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-flags {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
        text-align: center; }
        @media screen and (min-width: 48em) {
          .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-flags {
            height: 20px; } }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-flags .itm-flag {
          border-radius: 5px;
          overflow: hidden;
          padding: 3px 8px;
          text-overflow: ellipsis;
          white-space: nowrap; }
          @media screen and (min-width: 20em) and (max-width: 47.9375em) {
            .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-flags .itm-flag {
              margin-bottom: 5px; } }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-flags .itm-flag-rebate {
          background-color: #000000; }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-flags .itm-flag-sale {
          background-color: #AE0707;
          float: left;
          margin-right: 5px; }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-flags .itm-flag-new {
          background-color: #10396A;
          float: left; }
      @media screen and (min-width: 20em) and (max-width: 47.9375em) {
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-img {
          display: table-cell;
          padding-right: 15px;
          vertical-align: middle;
          width: 50%; } }
      @media screen and (min-width: 48em) {
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-img {
          margin: 10px 0; } }
      .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-img .imgBound {
        margin: 0 auto;
        max-height: 160px;
        max-width: 160px; }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-img .imgBound a {
          height: 100%;
          text-decoration: none;
          width: 100%; }
      @media screen and (min-width: 20em) and (max-width: 47.9375em) {
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details {
          display: table-cell;
          vertical-align: middle;
          width: 50%; } }
      .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .prodName {
        font-size: 12px;
        font-weight: bold;
        height: 43px;
        line-height: 14px;
        margin-bottom: 5px;
        max-height: 43px;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 48em) {
          .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .prodName {
            font-size: 11px;
            margin: 0 auto 5px;
            max-width: 140px; } }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .prodName a {
          color: #2488D4; }
          @media screen and (min-width: 48em) {
            .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .prodName a {
              color: #1D548D; } }
      .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price {
        margin-bottom: 10px; }
        @media screen and (min-width: 48em) {
          .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price {
            margin: 0 auto 15px;
            max-width: 160px;
            min-height: 65px;
            text-align: right; } }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .minadvprice {
          color: #AE0707;
          font-size: 13px;
          font-weight: bold;
          line-height: 16px; }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .adjdefprice-wrap {
          margin-top: 3px; }
          @media screen and (min-width: 48em) {
            .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .adjdefprice-wrap {
              color: #AE0707; } }
          .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .adjdefprice-wrap .price-adjdefprice {
            font-size: 16px;
            font-weight: bold; }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .price-retail {
          color: #6F6F6F;
          font-size: 12px;
          font-weight: bold;
          text-decoration: line-through; }
          @media screen and (min-width: 48em) {
            .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .price-retail {
              color: #000000;
              font-size: 13px;
              font-weight: normal;
              text-decoration: none; } }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .price-prcoff {
          color: #000000;
          font-size: 13px;
          line-height: 14px; }
          @media screen and (min-width: 20em) and (max-width: 47.9375em) {
            .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .price-prcoff {
              display: none; } }
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .price-used {
          color: #666666;
          font-size: 12px;
          font-weight: bold;
          margin-top: 3px; }
          @media screen and (min-width: 48em) {
            .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .price-used {
              font-weight: normal; } }
          .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .price-used a {
            color: #1C3E6A;
            font-weight: bold;
            text-decoration: underline; }
          .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .price .price-used .price-used-value {
            font-weight: bold; }
      @media screen and (min-width: 48em) {
        .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .reviews-snippet-box {
          text-align: center; } }
      .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .reviews-snippet-box .reviews-snippet {
        display: inline-block; }
      .prod-list .prlst-itm-wrapper .prlst-itm .prlst-itm-details .reviews-snippet-box .review-total {
        clear: both;
        display: none;
        float: none;
        margin: 0;
        padding: 3px 0 0 0; }
  .prod-list .prlst-nonproduct-itm {
    background-color: #FFFFFF;
    behavior: url(/Static/Styles/PIE.htc);
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px; }
    .prod-list .prlst-nonproduct-itm .prodName {
      font-size: 12px;
      font-weight: bold; }

/* ==========================================================================
Search Results / No Results Found
========================================================================== */
.search-results-hdr-list {
  border-bottom: 1px solid #E3E4E5;
  margin-bottom: 20px; }
  .search-results-hdr-list .search-results-hdr {
    background: #DEDEDE;
    background: linear-gradient(to bottom, #FFFFFF 0%, #DEDEDE 100%);
    border: solid 1px #E1E1E1;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    color: #4D4D4D;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 6px;
    padding: 6px 12px;
    behavior: url(/Static/Styles/PIE.htc); }
  .search-results-hdr-list .search-results-selected {
    background: #F5F5F5;
    background: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 100%);
    color: #000000; }

.search-results-list {
  display: none; }
  .search-results-list.search-results-selected {
    display: block; }

.not-found-content {
  font-size: 13px;
  padding-top: 10px; }
  .not-found-content .not-found-hdr {
    font-size: 20px;
    font-weight: bold; }
    .not-found-content .not-found-hdr a {
      color: #1F6EAB; }
      .not-found-content .not-found-hdr a:hover {
        text-decoration: underline; }
  .not-found-content .btm-rule {
    border-bottom: 1px solid #B9B9B9;
    margin-bottom: 3px;
    padding-bottom: 2px; }
  .not-found-content .extra-padding {
    padding: 20px 0; }
  .not-found-content a.search-suggestion {
    font-style: italic;
    font-weight: normal; }
  .not-found-content .search-tips {
    padding-left: 40px; }
    .not-found-content .search-tips li + li {
      margin-top: 5px; }
  .not-found-content .search-again-form {
    display: none;
    margin: 10px 0 0; }
  .not-found-content .product-search-input {
    behavior: url(/Static/Styles/PIE.htc);
    border-bottom: 1px solid #999999;
    border-collapse: collapse;
    border-left: 1px solid #999999;
    border-right: none;
    border-top: 1px solid #999999;
    box-shadow: 0 2px 2px 1px #BBBBBB;
    float: left;
    font-size: 18px;
    height: 32px;
    line-height: 18px;
    padding: 0 10px;
    width: 220px; }
  .not-found-content .ie8 .product-search-input {
    height: auto;
    padding: 6px 10px 4px; }
  .not-found-content .product-search-submit {
    behavior: url(/Static/Styles/PIE.htc);
    box-shadow: 0 2px 2px 1px #BBBBBB; }
  .not-found-content .browse-by-category {
    background: #0D325F url(/c/Images/browse-by-category-bg.png) repeat-x 0 0;
    behavior: url(/Static/Styles/PIE.htc);
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 #464648;
    margin: 10px 0 15px;
    padding: 6px 10px 8px; }

/* ==========================================================================
Top Level Category List
========================================================================== */
.category-list ul.cat-list-col {
  background-color: #FFFFFF;
  behavior: url(/Static/Styles/PIE.htc);
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 #464648;
  list-style: none;
  padding: 24px 16px; }
  .category-list ul.cat-list-col li.top-cat > a {
    color: #103664;
    font-size: 22px;
    font-weight: bold; }
  .category-list ul.cat-list-col li.top-cat ul.child-cat-list {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0; }
    .category-list ul.cat-list-col li.top-cat ul.child-cat-list li.child-cat + li.child-cat {
      margin-top: 5px; }
    .category-list ul.cat-list-col li.top-cat ul.child-cat-list li.child-cat a {
      color: #000000;
      font-size: 13px;
      line-height: 17px;
      text-decoration: none; }
      .category-list ul.cat-list-col li.top-cat ul.child-cat-list li.child-cat a:hover {
        text-decoration: underline; }

/* ==========================================================================
Primary Brand List - All brands
========================================================================== */
.brand-alpha-hdr {
  background: #2E6298;
  background: linear-gradient(to top, #0D315E 0%, #2E6298 100%);
  border-radius: 5px;
  margin: 0;
  padding: 6px 8px;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .brand-alpha-hdr {
      padding: 6px 0; } }
  .brand-alpha-hdr ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .brand-alpha-hdr ul li {
      float: left;
      display: block; }
      .brand-alpha-hdr ul li + li {
        border-left: 1px solid #011125; }
      .brand-alpha-hdr ul li a {
        color: #FFFFFF;
        display: block;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none; }
        .brand-alpha-hdr ul li a:hover {
          color: #CCCCCC; }
  .brand-alpha-hdr #brand-select-mobile {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    outline: none;
    padding: 2px 0;
    width: 93%; }
    .brand-alpha-hdr #brand-select-mobile option {
      color: #000000; }
  .brand-alpha-hdr .mobile-select-icon {
    color: #FFFFFF;
    float: right;
    padding-top: 4px; }

.brand-alpha-columns {
  margin: 0 0 20px 0; }
  .brand-alpha-columns .brand-alpha-column .alpha-leaf {
    background-color: #FFFFFF;
    behavior: url(/Static/Styles/PIE.htc);
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    margin-top: 16px;
    padding: 16px 14px; }
    .brand-alpha-columns .brand-alpha-column .alpha-leaf > a {
      font-size: 52px;
      line-height: 42px;
      color: #103664;
      text-decoration: none; }
      .brand-alpha-columns .brand-alpha-column .alpha-leaf > a:hover {
        color: #19549C; }
    .brand-alpha-columns .brand-alpha-column .alpha-leaf .alpha-leaf-brandlist {
      margin: 14px 0 0 0; }
      .brand-alpha-columns .brand-alpha-column .alpha-leaf .alpha-leaf-brandlist .brand-leaf {
        padding: 2px; }
        .brand-alpha-columns .brand-alpha-column .alpha-leaf .alpha-leaf-brandlist .brand-leaf a {
          color: #000000;
          font-size: 13px;
          line-height: 17px; }
          .brand-alpha-columns .brand-alpha-column .alpha-leaf .alpha-leaf-brandlist .brand-leaf a:hover {
            text-decoration: underline; }

/* ==========================================================================
Secondary Brand List - Brands that begin with letter [X]
========================================================================== */
#brand-page-secondary #brand-list .brand-list-item {
  height: 120px;
  margin: 10px 0;
  overflow: hidden;
  text-align: center; }
  #brand-page-secondary #brand-list .brand-list-item .brand-logo {
    display: table;
    height: 75px;
    width: 100%; }
    #brand-page-secondary #brand-list .brand-list-item .brand-logo a {
      display: table-cell;
      vertical-align: middle; }
  #brand-page-secondary #brand-list .brand-list-item .brand-name {
    margin-top: 5px; }
    #brand-page-secondary #brand-list .brand-list-item .brand-name a {
      display: block;
      font-size: 14px;
      font-weight: bold; }

/* ==========================================================================
Dynamic Coupon Banners
========================================================================== */
/* Position: Product Top */
#banner-area-BPSPTP {
  text-align: center; }
  #banner-area-BPSPTP img {
    margin: 0 auto; }

/* Position: Product Right */
#banner-area-BPSPRT {
  margin-bottom: 15px; }

/* Position: Product Bottom */
#banner-area-BPSPBM {
  margin: 15px 0;
  text-align: center; }

/* ==========================================================================
Details Body
========================================================================== */
.product-layout {
  font-size: 15px; }
  @media screen and (min-width: 48em) {
    .product-layout {
      font-size: 13px; } }
  .product-layout a {
    text-decoration: underline; }
  .product-layout .slick-prev {
    color: #949599;
    left: -4%; }
  .product-layout .slick-next {
    color: #949599;
    right: -4%; }
  .product-layout .product-layout-main {
    color: #58585A;
    margin-bottom: 20px; }

#product-layout-hdr-mobile {
  margin-bottom: 15px; }
  #product-layout-hdr-mobile a {
    text-decoration: underline; }
  #product-layout-hdr-mobile a.product-brand-name {
    font-size: 12px; }
  #product-layout-hdr-mobile .reviews-snippet-box {
    float: right; }
  #product-layout-hdr-mobile .TurnToItemInputTeaserMobile {
    font-size: 10px;
    margin-top: 3px;
    text-align: right; }
  #product-layout-hdr-mobile h1.product-name {
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0 0; }

@media screen and (min-width: 64em) {
  #product-layout-col-1 {
    float: left;
    width: 32%; } }

@media screen and (min-width: 75em) {
  #product-layout-col-1 {
    width: 36%; } }

@media screen and (min-width: 90em) {
  #product-layout-col-1 {
    width: 38%; } }

#product-layout-col-1 .main-image-area {
  background-color: #FFFFFF;
  margin-bottom: 10px; }
  #product-layout-col-1 .main-image-area .imgBound a {
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    #product-layout-col-1 .main-image-area .imgBound a img {
      max-height: 300px; }
      @media screen and (min-width: 64em) {
        #product-layout-col-1 .main-image-area .imgBound a img {
          max-height: none; } }
  #product-layout-col-1 .main-image-area .single-onsale {
    background-color: #AF0807;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
    font-size: 22px;
    line-height: 22px;
    padding: 5px 8px;
    position: absolute;
    z-index: 21;
    behavior: url(/Static/Styles/PIE.htc); }
  #product-layout-col-1 .main-image-area .single-isnew {
    background-color: #10396A;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
    font-size: 22px;
    line-height: 22px;
    padding: 5px 8px;
    position: absolute;
    z-index: 21;
    behavior: url(/Static/Styles/PIE.htc); }
  #product-layout-col-1 .main-image-area .single-isnew-leftmargin {
    left: 125px; }

@media screen and (min-width: 64em) {
  #product-layout-col-2 {
    float: left;
    margin: 0 1%;
    width: 41%; } }

@media screen and (min-width: 90em) {
  #product-layout-col-2 {
    width: 44%; } }

#product-layout-col-2 .product-name {
  margin-bottom: 10px; }
  #product-layout-col-2 .product-name h1 {
    font-size: 19px;
    font-weight: bold;
    margin: 0; }

#product-layout-col-2 .product-brand-info {
  display: table; }
  #product-layout-col-2 .product-brand-info .product-brand-logo {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle; }
  #product-layout-col-2 .product-brand-info .product-brand-name {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle; }
  #product-layout-col-2 .product-brand-info .product-prodcode {
    display: table-cell;
    vertical-align: middle; }

#product-layout-col-2 .product-middle-reviews {
  border-bottom: 1px solid #A4A4A4;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 0;
  width: 100%; }
  #product-layout-col-2 .product-middle-reviews .reviews-snippet-box,
  #product-layout-col-2 .product-middle-reviews .reviews-snippet {
    float: left; }
  #product-layout-col-2 .product-middle-reviews .TurnToReviewsTeaser {
    font-family: inherit;
    float: left;
    margin-left: 15px; }
    #product-layout-col-2 .product-middle-reviews .TurnToReviewsTeaser .TTwriteReview {
      margin: 0 10px 0 0; }

#product-layout-col-2 .product-layout-pricing {
  border-bottom: 1px solid #A4A4A4;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  #product-layout-col-2 .product-layout-pricing .rebate-banner {
    background-color: #BF1E2E;
    color: #FFFFFF;
    margin-bottom: 10px; }
    #product-layout-col-2 .product-layout-pricing .rebate-banner a {
      color: #FFFFFF;
      display: block;
      padding: 7px; }
      #product-layout-col-2 .product-layout-pricing .rebate-banner a:hover {
        text-decoration: none; }
    #product-layout-col-2 .product-layout-pricing .rebate-banner .rebate-banner-msg {
      font-size: 16px;
      font-weight: bold; }
    #product-layout-col-2 .product-layout-pricing .rebate-banner .rebate-banner-hint {
      padding-top: 2px;
      text-align: right; }
  #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-retail {
    margin-bottom: 8px; }
  #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-prcoff {
    margin-top: 13px; }
  #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-adjdefprice {
    margin-left: 27px; }
    #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-adjdefprice .price-adjdefprice-lbl {
      float: left;
      margin: 4px 5px 0 0; }
      @media screen and (min-width: 48em) {
        #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-adjdefprice .price-adjdefprice-lbl {
          margin-top: 7px; } }
    #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-adjdefprice .price-adjdefprice-details .price-adjdefprice-value {
      color: #BF1E2E;
      font-size: 20px;
      font-weight: bold; }
    #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-adjdefprice .price-adjdefprice-details .price-adjdefprice-value .strikethrough {
      font-weight: normal; }
  #product-layout-col-2 .product-layout-pricing .product-layout-prices .after-rebate {
    color: #BF1E2E;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 3px; }
  #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-pricematch {
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px; }
    #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-pricematch .price-pricematch-lbl {
      padding-left: 2px;
      text-decoration: underline; }
    #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-pricematch .fa-stack {
      font-size: 9px; }
      #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-pricematch .fa-stack .fa-stack-1x {
        color: #FFFFFF; }
      #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-pricematch .fa-stack .fa-stack-2x {
        color: #8DC73F; }
  #product-layout-col-2 .product-layout-pricing .product-layout-prices .price-used {
    display: inline-block;
    font-size: 11px;
    margin-top: 7px; }
  #product-layout-col-2 .product-layout-pricing .product-layout-pricing-promo-box {
    background-color: #FFFFFF;
    border: 1px solid #ACACAC;
    padding: 10px;
    text-align: center; }
    @media screen and (min-width: 48em) {
      #product-layout-col-2 .product-layout-pricing .product-layout-pricing-promo-box {
        font-size: 11px; } }
    #product-layout-col-2 .product-layout-pricing .product-layout-pricing-promo-box .points-amt {
      color: #BF1E2E;
      font-size: 15px;
      font-weight: bold; }
    #product-layout-col-2 .product-layout-pricing .product-layout-pricing-promo-box .rewards-learn-more {
      font-size: 10px;
      text-decoration: underline; }
    #product-layout-col-2 .product-layout-pricing .product-layout-pricing-promo-box .affirm-ad-hdr {
      color: #025DA7;
      font-size: 14px;
      font-weight: bold; }
    #product-layout-col-2 .product-layout-pricing .product-layout-pricing-promo-box .affirm-ad-subhdr {
      font-size: 10px;
      font-weight: bold;
      margin: 5px 0 10px; }
    #product-layout-col-2 .product-layout-pricing .product-layout-pricing-promo-box .affirm-learn-more {
      font-size: 9px;
      position: relative;
      top: 4px;
      white-space: nowrap; }
      #product-layout-col-2 .product-layout-pricing .product-layout-pricing-promo-box .affirm-learn-more a {
        text-decoration: underline; }
  #product-layout-col-2 .product-layout-pricing .minadvprice {
    color: #BC1F2A;
    font-size: 18px;
    font-weight: bold; }
    #product-layout-col-2 .product-layout-pricing .minadvprice a {
      color: #BC1F2A; }

#product-layout-col-2 .prod-info-stock {
  padding-bottom: 15px; }
  #product-layout-col-2 .prod-info-stock .status {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    width: 100%; }
    #product-layout-col-2 .prod-info-stock .status a {
      color: #58585A;
      text-decoration: none; }
    #product-layout-col-2 .prod-info-stock .status .more-text {
      color: #58585A;
      display: block;
      font-weight: normal; }
      #product-layout-col-2 .prod-info-stock .status .more-text .more-text-pipe {
        display: none; }
        @media screen and (min-width: 48em) {
          #product-layout-col-2 .prod-info-stock .status .more-text .more-text-pipe {
            display: inline; } }
      @media screen and (min-width: 48em) {
        #product-layout-col-2 .prod-info-stock .status .more-text {
          display: inline; } }
    #product-layout-col-2 .prod-info-stock .status .stock_instock {
      color: #019444; }
    #product-layout-col-2 .prod-info-stock .status .stock_discontinued {
      color: #BF1E2E; }
      #product-layout-col-2 .prod-info-stock .status .stock_discontinued .discontinued-icon {
        float: left;
        height: 56px;
        margin-right: 10px;
        width: 56px; }
    #product-layout-col-2 .prod-info-stock .status .stock-subtext {
      color: #58585A;
      font-size: 15px;
      font-weight: normal;
      margin-top: 10px; }
      @media screen and (min-width: 48em) {
        #product-layout-col-2 .prod-info-stock .status .stock-subtext {
          font-size: 12px; } }
      @media screen and (min-width: 48em) {
        #product-layout-col-2 .prod-info-stock .status .stock-subtext .delivery-date {
          font-weight: bold; } }
      @media screen and (min-width: 48em) {
        #product-layout-col-2 .prod-info-stock .status .stock-subtext .time-left {
          color: #008A00;
          font-weight: bold; } }
      @media screen and (min-width: 48em) {
        #product-layout-col-2 .prod-info-stock .status .stock-subtext .ship-method {
          font-weight: bold; } }
    #product-layout-col-2 .prod-info-stock .status .stock_noselection + .stock-subtext {
      padding: 18px 40px 17px 280px; }
    #product-layout-col-2 .prod-info-stock .status .stock-notifyme {
      display: table;
      font-size: 11px;
      font-weight: normal;
      margin-top: 10px; }
      @media screen and (min-width: 90em) {
        #product-layout-col-2 .prod-info-stock .status .stock-notifyme {
          bottom: 4px;
          float: right;
          margin: 0;
          position: relative; } }
      #product-layout-col-2 .prod-info-stock .status .stock-notifyme img {
        margin-right: 8px;
        width: 33px; }
      #product-layout-col-2 .prod-info-stock .status .stock-notifyme .notify-me-lbl {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }

#product-layout-col-2 .product-middle-shipping .shipping-type {
  padding-bottom: 15px; }
  #product-layout-col-2 .product-middle-shipping .shipping-type .fa {
    color: #1A457A;
    padding-right: 3px; }
  #product-layout-col-2 .product-middle-shipping .shipping-type a {
    color: #58585A;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none; }
    #product-layout-col-2 .product-middle-shipping .shipping-type a:hover {
      text-decoration: underline; }
    #product-layout-col-2 .product-middle-shipping .shipping-type a .attention {
      color: #BE1D2C; }

#product-layout-col-2 .product-options-mobile {
  margin-bottom: 15px; }

#product-layout-col-2 .product-options {
  padding: 15px 0; }
  #product-layout-col-2 .product-options .product-options-hdr {
    font-size: 14px;
    font-weight: bold; }
  #product-layout-col-2 .product-options .product-options-list {
    display: inline-block; }
    #product-layout-col-2 .product-options .product-options-list a.product-option-itm {
      background-color: #FFFFFF;
      border: 1px solid #A4A4A4;
      color: inherit;
      display: block;
      float: left;
      font-size: 12px;
      margin: 10px 10px 0 0;
      padding: 10px;
      text-decoration: none; }
      #product-layout-col-2 .product-options .product-options-list a.product-option-itm:hover {
        background-color: #E8E8E8; }
      #product-layout-col-2 .product-options .product-options-list a.product-option-itm .product-option-name {
        display: block; }
      #product-layout-col-2 .product-options .product-options-list a.product-option-itm .product-option-price {
        display: block;
        font-size: 11px;
        margin-top: 3px; }
    #product-layout-col-2 .product-options .product-options-list a.current-product {
      background-color: #E8E8E8;
      border-color: #BF1E2E;
      font-weight: bold; }
      #product-layout-col-2 .product-options .product-options-list a.current-product .product-option-price {
        color: #BF1E2E; }

#product-layout-col-2 .product-middle-qa {
  border-top: 1px solid #A4A4A4;
  padding-top: 15px; }
  #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-hdr {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%; }
    #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-hdr .qa-teaser-hdr-left {
      float: left;
      font-size: 12px;
      font-weight: bold; }
      @media screen and (min-width: 48em) {
        #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-hdr .qa-teaser-hdr-left {
          float: none; } }
      @media screen and (min-width: 90em) {
        #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-hdr .qa-teaser-hdr-left {
          float: left;
          font-size: 14px; } }
    #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-hdr .qa-teaser-summary {
      float: right;
      font-size: 11px; }
      @media screen and (min-width: 48em) {
        #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-hdr .qa-teaser-summary {
          float: none;
          padding-top: 2px; } }
      @media screen and (min-width: 90em) {
        #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-hdr .qa-teaser-summary {
          float: right; } }
    #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-hdr .qa-teaser-link {
      text-decoration: underline; }
  #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 11px;
    margin-top: 5px;
    padding: 8px;
    width: 100%; }
    #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-wrapper .qa-input-icon {
      float: left;
      margin-right: 8px; }
    #product-layout-col-2 .product-middle-qa .TurnToItemInputTeaser .qa-teaser-wrapper #qa-input {
      border: none;
      height: 20px;
      outline: none;
      width: 90%; }

@media screen and (min-width: 64em) {
  #product-layout-col-3 {
    float: left;
    width: 25%; } }

@media screen and (min-width: 75em) {
  #product-layout-col-3 {
    width: 21%; } }

@media screen and (min-width: 90em) {
  #product-layout-col-3 {
    width: 16%; } }

#product-layout-col-3 .product-layout-social {
  display: table;
  margin-bottom: 10px;
  width: 100%; }
  #product-layout-col-3 .product-layout-social .addthis_toolbox {
    float: right; }
  #product-layout-col-3 .product-layout-social .product-layout-social-title {
    display: table-cell;
    font-size: 13px;
    vertical-align: middle; }
  #product-layout-col-3 .product-layout-social .social-icon {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 4px; }
    #product-layout-col-3 .product-layout-social .social-icon + .social-icon {
      margin-left: 15px; }
    #product-layout-col-3 .product-layout-social .social-icon .fa {
      font-size: 1.5em; }
  #product-layout-col-3 .product-layout-social .addthis_button_facebook {
    background-color: #3B5998; }
  #product-layout-col-3 .product-layout-social .addthis_button_twitter {
    background-color: #55ACEE; }
  #product-layout-col-3 .product-layout-social .addthis_button_google_plusone_share {
    background-color: #DC4E41; }
  #product-layout-col-3 .product-layout-social .addthis_button_pinterest_share {
    background-color: #BD081C; }

#product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector {
  background-color: #FFFFFF;
  border: 1px solid #A4A4A4;
  margin: 15px 0; }
  @media screen and (min-width: 48em) {
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector {
      margin-top: 0; } }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice + .prod-layout-sku-choice {
    border-top: 1px solid #A4A4A4; }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .sku-choice {
    padding: 8px; }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .sku-options {
    padding: 5px 8px 8px; }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .prod-layout-sku-choice-ctrl {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold; }
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .prod-layout-sku-choice-ctrl input[type=radio] {
      cursor: inherit;
      float: left;
      margin-right: 5px; }
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .prod-layout-sku-choice-ctrl label.sku-label {
      cursor: inherit;
      float: left; }
      #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .prod-layout-sku-choice-ctrl label.sku-label:before {
        font-size: 1.2em; }
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .prod-layout-sku-choice-ctrl a.used-more-info {
      color: inherit; }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .prod-layout-sku-choice-price {
    font-size: 12px;
    font-weight: bold;
    float: right; }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .prod-layout-sku-choice-qty {
    font-size: 12px;
    margin: 10px 0; }
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .prod-layout-sku-choice-qty label span {
      margin-right: 5px; }
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .prod-layout-sku-choice-qty label input[type=number],
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .prod-layout-sku-choice .prod-layout-sku-choice-qty label input[type=text] {
      width: 25px;
      height: 19px;
      border: 1px solid #CCCCCC;
      border-radius: 0;
      background-color: #FFFFFF;
      text-align: center;
      font-size: 12px;
      -webkit-appearance: none; }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector .hidden-sku .sku-choice {
    background-color: #E8E8E8; }

#product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector-mobile {
  background: #FFFFFF;
  background: linear-gradient(to bottom, #FFFFFF 25%, #F1F1F2 100%);
  behavior: url(/Static/Styles/PIE.htc);
  border-radius: 3px;
  border: 1px solid #A4A4A4;
  color: #58585A !important;
  font-size: 15px;
  padding: 15px 10px;
  display: table;
  margin-bottom: 15px;
  width: 100%; }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector-mobile .fa-chevron-right {
    color: #6D6E70;
    font-size: 0.8em;
    padding-top: 2px; }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector-mobile .prod-layout-sku-list {
    border-right: 1px solid #A4A4A4;
    display: table-cell;
    padding-right: 3%;
    width: 77%; }
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector-mobile .prod-layout-sku-list .prod-layout-sku-choice-mobile + .prod-layout-sku-choice-mobile {
      margin-top: 10px; }
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector-mobile .prod-layout-sku-list .prod-layout-sku-choice-mobile .prod-layout-sku-choice-mobile-ctrl label:before {
      font-size: 1.2em; }
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector-mobile .prod-layout-sku-list .prod-layout-sku-choice-mobile .prod-layout-sku-choice-mobile-price {
      color: #AE0707; }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector-mobile .prod-layout-sku-choice-mobile-qty {
    display: table-cell;
    padding-left: 3%;
    vertical-align: middle;
    width: 23%; }
    #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector-mobile .prod-layout-sku-choice-mobile-qty .mobile-qty-selector {
      background: #FFFFFF;
      background: linear-gradient(to bottom, #FFFFFF 25%, #F1F1F2 100%);
      behavior: url(/Static/Styles/PIE.htc);
      border-radius: 3px;
      border: 1px solid #A4A4A4;
      color: #58585A !important;
      font-size: 15px;
      padding: 15px 10px;
      background: linear-gradient(to bottom, #FFFFFF 25%, #E3E3E3 100%);
      padding: 5px 10px;
      text-align: center; }
      #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector-mobile .prod-layout-sku-choice-mobile-qty .mobile-qty-selector .fa-chevron-right {
        color: #6D6E70;
        font-size: 0.8em;
        padding-top: 2px; }
      #product-layout-col-3 .prod-layout-sku-form .prod-layout-sku-selector-mobile .prod-layout-sku-choice-mobile-qty .mobile-qty-selector select {
        -webkit-appearance: none;
        background: none;
        border: none;
        display: inline-block;
        outline: none;
        margin-left: 5px;
        padding: 0;
        width: 20px; }

#product-layout-col-3 .prod-layout-sku-form .prod-layout-buttons-mobile {
  margin-bottom: 15px; }
  #product-layout-col-3 .prod-layout-sku-form .prod-layout-buttons-mobile .btn-default {
    border-radius: 3px; }

#product-layout-col-3 .prod-layout-sku-form .product-make-offer-mobile {
  margin-bottom: 10px; }

#product-layout-col-3 .prod-layout-sku-form .button_wishlist {
  margin-bottom: 10px; }

#product-layout-col-3 .prod-layout-sku-form-ftr .prod-financing {
  margin-bottom: 10px;
  text-align: center; }
  #product-layout-col-3 .prod-layout-sku-form-ftr .prod-financing img {
    display: inline-block;
    height: 41px;
    vertical-align: middle;
    width: 44px; }
  #product-layout-col-3 .prod-layout-sku-form-ftr .prod-financing .prod-financing-text {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; }
    #product-layout-col-3 .prod-layout-sku-form-ftr .prod-financing .prod-financing-text .prod-financing-hdr {
      font-size: 16px;
      font-weight: bold; }
    #product-layout-col-3 .prod-layout-sku-form-ftr .prod-financing .prod-financing-text a.prod-financing-link {
      font-size: 10px;
      text-decoration: underline; }

#product-layout-col-3 .prod-layout-sku-form-ftr .prod-advisor {
  background-color: #FFFFFF;
  border: 1px solid #A4A4A4;
  padding: 10px;
  text-align: center; }
  #product-layout-col-3 .prod-layout-sku-form-ftr .prod-advisor .prod-advisor-hdr {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
  #product-layout-col-3 .prod-layout-sku-form-ftr .prod-advisor .prod-advisor-bdy {
    font-size: 12px; }
  #product-layout-col-3 .prod-layout-sku-form-ftr .prod-advisor .prod-advisor-photo {
    float: right;
    margin-left: 10px;
    width: 66px; }

#product-layout-col-3 .prod-extwarranty {
  background: #FFFFFF;
  background: linear-gradient(to bottom, #FFFFFF 25%, #F1F1F2 100%);
  behavior: url(/Static/Styles/PIE.htc);
  border-radius: 3px;
  border: 1px solid #A4A4A4;
  color: #58585A !important;
  font-size: 15px;
  padding: 15px 10px;
  display: table;
  margin-bottom: 15px;
  width: 100%; }
  #product-layout-col-3 .prod-extwarranty .fa-chevron-right {
    color: #6D6E70;
    font-size: 0.8em;
    padding-top: 2px; }
  @media screen and (min-width: 64em) {
    #product-layout-col-3 .prod-extwarranty {
      background: none;
      border: none;
      border-radius: 0;
      color: inherit;
      font-size: inherit;
      padding: 0; } }
  #product-layout-col-3 .prod-extwarranty .prod-extwarranty-hdr {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
  #product-layout-col-3 .prod-extwarranty .prod-extwarranty-list {
    float: left;
    width: 94%; }
    @media screen and (min-width: 64em) {
      #product-layout-col-3 .prod-extwarranty .prod-extwarranty-list {
        float: none;
        font-size: 12px;
        width: auto; } }
    #product-layout-col-3 .prod-extwarranty .prod-extwarranty-list .prod-extwarranty-sku {
      padding: 5px 0; }
      #product-layout-col-3 .prod-extwarranty .prod-extwarranty-list .prod-extwarranty-sku input[type=radio] {
        cursor: pointer;
        float: left;
        margin-right: 5px; }
      #product-layout-col-3 .prod-extwarranty .prod-extwarranty-list .prod-extwarranty-sku label.prod-extwarranty-sku-lbl {
        cursor: pointer; }
        #product-layout-col-3 .prod-extwarranty .prod-extwarranty-list .prod-extwarranty-sku label.prod-extwarranty-sku-lbl:before {
          font-size: 1.2em; }
      #product-layout-col-3 .prod-extwarranty .prod-extwarranty-list .prod-extwarranty-sku .prod-extwarranty-sku-price {
        color: #AE0707;
        float: right; }
        @media screen and (min-width: 64em) {
          #product-layout-col-3 .prod-extwarranty .prod-extwarranty-list .prod-extwarranty-sku .prod-extwarranty-sku-price {
            color: inherit; } }
  #product-layout-col-3 .prod-extwarranty .prod-warranty-more-info {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 6%; }

#product-layout-col-3 .product-buttons .button_nothanks,
#product-layout-col-3 .product-buttons .button_returntolist {
  margin-top: 10px; }

#product-layout-col-3 .product-buttons .product-make-offer {
  margin-top: 10px; }

#product-layout-col-3 .prod-layout-form-ftr-mobile .product-layout-social {
  margin: 0; }
  #product-layout-col-3 .prod-layout-form-ftr-mobile .product-layout-social .product-layout-social-title {
    font-size: inherit; }

/* Main Image Slider (mobile only) / Additional Views */
.product-images-mobile {
  margin-bottom: 10px; }
  .product-images-mobile .prod-addlviews-itm .imgBound {
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px; }
    @media screen and (min-width: 48em) {
      .product-images-mobile .prod-addlviews-itm .imgBound {
        max-width: 300px;
        max-height: 300px; } }
    .product-images-mobile .prod-addlviews-itm .imgBound a {
      background-size: contain; }
  .product-images-mobile .product-video-container iframe {
    top: 50%; }
    @media screen and (min-width: 48em) {
      .product-images-mobile .product-video-container iframe {
        top: 0; } }
  .product-images-mobile .slick-dots {
    font-size: 16px; }
    .product-images-mobile .slick-dots .fa-play-circle {
      color: #C00015; }
    .product-images-mobile .slick-dots .slick-active .fa-play-circle {
      color: #FF0000; }

.prod-addl-views-slider {
  visibility: hidden; }

@media screen and (min-width: 64em) {
  .prod-addl-views-container .prod-addlviews-itm {
    float: left;
    height: 66px;
    margin: 0 12px 12px 0;
    width: 66px; } }

@media screen and (min-width: 90em) {
  .prod-addl-views-container .prod-addlviews-itm {
    float: none;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .prod-addl-views-container .prod-addlviews-itm .imgBound {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #BCBCBC;
    behavior: url(/Static/Styles/PIE.htc); } }

@media screen and (min-width: 64em) {
  .prod-addl-views-container .prod-addlviews-itm .selected-thumb {
    border: 2px solid #24568D; } }

.prod-addl-views-container a.video-icon {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #BCBCBC;
  behavior: url(/Static/Styles/PIE.htc);
  display: block;
  float: left;
  height: 66px;
  margin: 0 0 12px 0;
  width: 66px; }
  .prod-addl-views-container a.video-icon img {
    height: 100%;
    width: 100%; }

/* Lightbox Image Gallery */
.image-gallery {
  background: #FFFFFF url(/Images/Progress.gif) no-repeat 50% 50%;
  border-radius: 5px;
  display: none;
  left: 30px;
  overflow: hidden;
  padding-top: 25px;
  position: fixed;
  top: 30px;
  z-index: 9998;
  behavior: url(/Static/Styles/PIE.htc); }
  .image-gallery .image-gallery-hdr {
    border-bottom: 1px solid #BCBCBC;
    margin: 0 25px;
    padding-bottom: 10px; }
    .image-gallery .image-gallery-hdr .prod-addl-views-container {
      float: left;
      margin: 0 20px 0 0; }
      .image-gallery .image-gallery-hdr .prod-addl-views-container .prod-addlviews-itm {
        float: left;
        height: 66px;
        margin: 0 12px 12px 0;
        width: 66px; }
        .image-gallery .image-gallery-hdr .prod-addl-views-container .prod-addlviews-itm .imgBound {
          background-color: #FFFFFF;
          box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
          border: 1px solid #BCBCBC;
          behavior: url(/Static/Styles/PIE.htc); }
        .image-gallery .image-gallery-hdr .prod-addl-views-container .prod-addlviews-itm .selected-thumb {
          border: 2px solid #24568D; }
    .image-gallery .image-gallery-hdr .image-gallery-name {
      float: left;
      font-size: 16px;
      font-weight: bold;
      width: 260px; }
    .image-gallery .image-gallery-hdr .image-gallery-close {
      background: #285B93;
      background: linear-gradient(to bottom, #285B93 0%, #0D3564 100%);
      border-radius: 5px;
      color: #FFFFFF;
      cursor: pointer;
      float: right;
      font-size: 24px;
      padding: 2px 14px 5px; }
      .image-gallery .image-gallery-hdr .image-gallery-close .close-x {
        font-size: 28px;
        font-weight: bold;
        padding-left: 10px; }
  .image-gallery .click-to-zoom {
    height: 23px;
    margin-left: 25px;
    position: absolute;
    width: 282px;
    z-index: 9999; }
  .image-gallery .hint-zoom-in {
    background: transparent url(/c/images/product-gallery-zoom-in.png) no-repeat 0 0; }
  .image-gallery .hint-zoom-out {
    background: transparent url(/c/images/product-gallery-zoom-out.png) no-repeat 0 0; }
  .image-gallery .product-gallery-browse {
    cursor: pointer;
    height: 58px;
    position: absolute;
    top: 52%;
    width: 58px;
    z-index: 9999; }
  .image-gallery #product-gallery-prev {
    background: transparent url(/c/images/product-gallery-prev.png) no-repeat 0 0;
    margin-left: 25px; }
  .image-gallery #product-gallery-next {
    background: transparent url(/c/images/product-gallery-next.png) no-repeat 0 0;
    margin-right: 25px;
    right: 0; }
  .image-gallery .main-image-area {
    margin: 0 auto;
    overflow: hidden; }
    .image-gallery .main-image-area .imgBound a {
      background-size: contain;
      margin-top: 10px; }

/* Discontinued Product Elements */
#product-discontinued-related {
  margin-top: 30px; }
  #product-discontinued-related .prod-layout-related-content {
    border: none;
    height: auto;
    margin: 0; }
    #product-discontinued-related .prod-layout-related-content .related-content-container {
      width: 100%; }
  #product-discontinued-related .slick-slider {
    padding: 0 40px; }
  #product-discontinued-related .slick-prev {
    left: 0; }
  #product-discontinued-related .slick-next {
    right: 0; }
  #product-discontinued-related .slider-hdr {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
  #product-discontinued-related .more-cat-choices {
    margin-top: 30px; }

.product-disc-include-bottom {
  border-top: 1px solid #A4A4A4;
  margin-top: 15px;
  padding-top: 15px; }

/* Related Products & Articles; More From This Brand */
.product-layout-related .prod-layout-related-tab {
  background-color: #FFFFFF;
  border-left: 1px solid #A4A4A4;
  border-right: 1px solid #A4A4A4;
  border-top: 1px solid #A4A4A4;
  color: #58585A;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: -1px;
  padding: 5px 13px; }

@media screen and (min-width: 48em) {
  .product-layout-related .prod-layout-related-content {
    border: 1px solid #A4A4A4;
    height: 289px;
    overflow: hidden;
    padding: 12px 0; } }

.product-layout-related .prod-layout-related-content .related-content-container {
  margin: 0 auto; }

@media screen and (min-width: 48em) {
  .product-layout-related .product-layout-related-prods {
    float: left;
    width: 67%; } }

@media screen and (min-width: 64em) {
  .product-layout-related .product-layout-related-prods {
    width: 74%; } }

@media screen and (min-width: 75em) {
  .product-layout-related .product-layout-related-prods {
    width: 78%; } }

@media screen and (min-width: 90em) {
  .product-layout-related .product-layout-related-prods {
    width: 83%; } }

@media screen and (min-width: 48em) {
  .product-layout-related .product-layout-related-prods .prod-layout-related-content .related-content-container {
    width: 88%; } }

.product-layout-related .product-layout-related-articles {
  margin-bottom: 15px; }
  .product-layout-related .product-layout-related-articles .slick-prev {
    left: -20%; }
  .product-layout-related .product-layout-related-articles .slick-next {
    right: -20%; }
  @media screen and (min-width: 48em) {
    .product-layout-related .product-layout-related-articles .prod-layout-related-content {
      height: 205px; } }
  @media screen and (min-width: 48em) {
    .product-layout-related .product-layout-related-articles .prod-layout-related-content .related-content-container {
      width: 155px; } }
  @media screen and (min-width: 48em) {
    .product-layout-related .product-layout-related-articles .prod-layout-related-content .related-content-container .related-product-item {
      margin: 0 10px;
      text-align: center; } }

@media screen and (min-width: 48em) {
  .product-layout-related .product-layout-related-brand {
    float: right;
    margin-left: 1%;
    width: 32%; } }

@media screen and (min-width: 64em) {
  .product-layout-related .product-layout-related-brand {
    width: 25%; } }

@media screen and (min-width: 75em) {
  .product-layout-related .product-layout-related-brand {
    width: 21%; } }

@media screen and (min-width: 90em) {
  .product-layout-related .product-layout-related-brand {
    width: 16%; } }

.product-layout-related .product-layout-related-brand .prod-layout-related-content {
  font-size: 11px;
  text-align: center; }
  .product-layout-related .product-layout-related-brand .prod-layout-related-content a {
    display: block; }
  .product-layout-related .product-layout-related-brand .prod-layout-related-content p + p {
    margin-top: 10px; }

/* Extended Detail */
.prod-layout-extdetail {
  margin-top: 20px; }
  .prod-layout-extdetail .prod-layout-extdetail-sections .extdetail-section-hdr {
    color: #454545;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px; }
    @media screen and (min-width: 48em) {
      .prod-layout-extdetail .prod-layout-extdetail-sections .extdetail-section-hdr {
        font-size: 18px; } }
  .prod-layout-extdetail .prod-layout-extdetail-sections .extdetail-section {
    border: 1px solid #838383;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 15px; }
    @media screen and (min-width: 48em) {
      .prod-layout-extdetail .prod-layout-extdetail-sections .extdetail-section {
        border: none;
        padding: 0; } }
    .prod-layout-extdetail .prod-layout-extdetail-sections .extdetail-section h2 {
      font-size: 14px;
      margin-top: 0; }
  .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-F,
  .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-B,
  .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-A,
  .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-M {
    border: 1px solid #838383;
    border-radius: 3px;
    padding: 15px; }
    @media screen and (min-width: 48em) {
      .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-F,
      .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-B,
      .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-A,
      .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-M {
        border-radius: 0; } }
  .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-V,
  .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-V-hdr {
    display: none; }
    @media screen and (min-width: 64em) {
      .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-V,
      .prod-layout-extdetail .prod-layout-extdetail-sections #extdetail-section-V-hdr {
        display: block; } }
  @media screen and (min-width: 48em) {
    .prod-layout-extdetail .prod-description {
      float: left;
      width: 66%; } }
  @media screen and (min-width: 64em) {
    .prod-layout-extdetail .prod-description {
      width: 74%; } }
  @media screen and (min-width: 75em) {
    .prod-layout-extdetail .prod-description {
      width: 78%; } }
  @media screen and (min-width: 90em) {
    .prod-layout-extdetail .prod-description {
      width: 83%; } }
  .prod-layout-extdetail .prod-description #extdetail-section-D {
    display: table; }
    @media screen and (min-width: 48em) {
      .prod-layout-extdetail .prod-description #extdetail-section-D {
        display: block; } }
    .prod-layout-extdetail .prod-description #extdetail-section-D .prod-description-inner {
      float: left;
      width: 94%; }
      @media screen and (min-width: 48em) {
        .prod-layout-extdetail .prod-description #extdetail-section-D .prod-description-inner {
          float: none; } }
      .prod-layout-extdetail .prod-description #extdetail-section-D .prod-description-inner a {
        text-decoration: underline; }
        @media screen and (min-width: 48em) {
          .prod-layout-extdetail .prod-description #extdetail-section-D .prod-description-inner a {
            text-decoration: none; } }
      .prod-layout-extdetail .prod-description #extdetail-section-D .prod-description-inner .prod-description-bdy {
        max-height: 166px;
        overflow: hidden; }
        @media screen and (min-width: 48em) {
          .prod-layout-extdetail .prod-description #extdetail-section-D .prod-description-inner .prod-description-bdy {
            max-height: none;
            overflow: visible; } }
      .prod-layout-extdetail .prod-description #extdetail-section-D .prod-description-inner .prod-description-more-txt {
        float: left; }
    .prod-layout-extdetail .prod-description #extdetail-section-D .prod-description-more-arrow {
      display: table-cell;
      font-size: 12px;
      text-align: right;
      vertical-align: middle;
      width: 6%; }
      .prod-layout-extdetail .prod-description #extdetail-section-D .prod-description-more-arrow .fa {
        color: #6D6E70; }
  .prod-layout-extdetail .article-list {
    margin: 0;
    padding: 0; }
  .prod-layout-extdetail .rebate-date-box {
    background-color: #BF1E2E;
    behavior: url(/Static/Styles/PIE.htc);
    border-radius: 3px;
    color: #FFFFFF;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 10px;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .prod-layout-extdetail .rebate-date-box {
        float: right;
        margin-left: 10px;
        text-align: left; } }

@media screen and (min-width: 48em) {
  .prod-accessories-and-articles {
    float: right;
    margin-left: 1%;
    width: 32%; } }

@media screen and (min-width: 64em) {
  .prod-accessories-and-articles {
    width: 25%; } }

@media screen and (min-width: 75em) {
  .prod-accessories-and-articles {
    width: 21%; } }

@media screen and (min-width: 90em) {
  .prod-accessories-and-articles {
    width: 16%; } }

@media screen and (min-width: 48em) {
  .prod-group-accessories #extdetail-section-C-hdr {
    background-color: #E8E8E8;
    border: 1px solid #A4A4A4;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center; } }

@media screen and (min-width: 48em) {
  .prod-group-accessories .prod-group-accessories-list .accessory-itm {
    border-bottom: 1px solid #A4A4A4;
    margin-bottom: 15px;
    padding-bottom: 15px; } }

.prod-group-accessories .prod-group-accessories-list .accessory-itm + .accessory-itm {
  margin-top: 25px; }
  @media screen and (min-width: 48em) {
    .prod-group-accessories .prod-group-accessories-list .accessory-itm + .accessory-itm {
      margin-top: 0; } }

.prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-img {
  max-height: 80px;
  max-width: 80px; }

.prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-name {
  font-size: 14px; }
  @media screen and (min-width: 48em) {
    .prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-name {
      font-size: 11px; } }
  .prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-name a {
    text-decoration: none; }

.prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-rating {
  margin-top: 5px; }

.prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-price-wrapper {
  display: table;
  margin-top: 5px;
  width: 100%; }
  .prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-price-wrapper .accessory-price {
    display: table-cell;
    font-size: 14px;
    vertical-align: middle; }
    @media screen and (min-width: 48em) {
      .prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-price-wrapper .accessory-price {
        font-weight: bold; } }
    @media screen and (min-width: 48em) {
      .prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-price-wrapper .accessory-price .price-adjdefprice {
        color: #BF1E2E; } }
    @media screen and (min-width: 48em) {
      .prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-price-wrapper .accessory-price .price-adjdefprice .price-adjdefprice-lbl {
        display: none; } }
    .prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-price-wrapper .accessory-price .price-savings {
      color: #BF1E2E; }
      @media screen and (min-width: 48em) {
        .prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-price-wrapper .accessory-price .price-savings {
          display: none; } }
  .prod-group-accessories .prod-group-accessories-list .accessory-itm .accessory-details .accessory-price-wrapper .accessory-addtocart {
    display: table-cell;
    text-align: right;
    vertical-align: middle; }

.product-video-container {
  max-height: 200px; }
  @media screen and (min-width: 48em) {
    .product-video-container {
      max-height: 300px; } }
  @media screen and (min-width: 64em) {
    .product-video-container {
      max-height: 520px;
      max-width: 930px; } }

.prod-layout-extdetail-sections .product-video-container + .product-video-container {
  margin-top: 50px; }

#show-more-videos-toggle {
  border-top: 1px solid #D2D3D5;
  border-bottom: 1px solid #D2D3D5;
  color: #919294;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 0; }
  #show-more-videos-toggle .show-more-videos-icon {
    color: #D2D3D5;
    display: table-cell;
    vertical-align: middle; }
  #show-more-videos-toggle .show-more-videos-label {
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    vertical-align: middle; }

#return-policy {
  margin-bottom: 0;
  padding-top: 10px; }

/* ==========================================================================
Coupon Product Offer Banner
========================================================================== */
.coupon-offer-hdr {
  margin: 20px 0 25px;
  text-transform: uppercase; }

/* ==========================================================================
Added Product To Cart Confirmation
========================================================================== */
#added-product {
  background-color: #FFFFFF;
  behavior: url(/Static/Styles/PIE.htc);
  border-radius: 7px;
  border: 2px solid #80B71B;
  margin: 0 0 15px;
  padding: 13px; }
  #added-product .cart-info-warning {
    background: url(/c/images/x_sm.png) no-repeat 0 50% transparent;
    border-bottom: 1px solid #CCCCCC;
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 0 11px 28px; }
  #added-product .added-product-header {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 23px;
    padding: 3px 13px 1px;
    position: relative; }
  #added-product #added-product-cartmsg .added-product-header {
    background: transparent url(/c/images/checkmark_sm.png) no-repeat 0 50%;
    color: #428F1B;
    padding: 3px 0 0 28px; }
  #added-product .added-product-body .error-msg {
    color: #FF0000;
    font-weight: bold; }
  #added-product .added-product-img {
    margin-right: 12px;
    max-width: 80px; }
  #added-product #added-product-info {
    font-size: 11px; }
  #added-product #added-product-name {
    font-size: 11px;
    color: #153E6D; }
  #added-product #added-product-footer {
    margin-top: 20px; }
  #added-product #added-product-alsoboughts {
    border-left: 1px solid #D5D5D5; }
  #added-product .prod-alsobought-list {
    margin: 0 0 0 13px; }
    #added-product .prod-alsobought-list .related-product-item .related-product-item-img {
      float: left;
      height: auto;
      width: 40%;
      max-width: 80px; }
    #added-product .prod-alsobought-list .related-product-item .related-product-item-details {
      float: left;
      margin-left: 7%;
      width: 53%; }
      #added-product .prod-alsobought-list .related-product-item .related-product-item-details .related-product-item-rating .reviews-snippet-box {
        padding: 3px 0; }
      #added-product .prod-alsobought-list .related-product-item .related-product-item-details .related-product-item-price .price-savings,
      #added-product .prod-alsobought-list .related-product-item .related-product-item-details .related-product-item-shopcatlink {
        display: none; }
  #added-product .product-item-error-msg {
    color: #FF0000;
    padding: 5px 5px 10px 5px; }

/* ==========================================================================
Notify Me Form
========================================================================== */
#notifyme-popover .standard-popover-content {
  background-color: #D2D3D5;
  border: 10px solid #F2F2F2;
  color: #58585A; }

#NotifyMe {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left; }
  #NotifyMe img.notifyme-icon {
    width: 80px; }
  #NotifyMe .notify-me-hdr-text {
    font-size: 18px;
    font-weight: bold; }
  #NotifyMe .notify-me-subhdr {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px; }
  #NotifyMe .notify-me-instruction {
    font-size: 11px;
    margin-top: 15px; }
  #NotifyMe .notify-me-form {
    margin-top: 25px; }
  #NotifyMe .standard-form-error,
  #NotifyMe .standard-form-msg {
    padding: 10px 0 10px 30px;
    margin: 0 22px; }
  #NotifyMe .standard-form-row-ctrl {
    margin-right: 100px; }
  #NotifyMe .bh-segment-list {
    font-size: 11px; }
  #NotifyMe .bh-segment + .bh-segment {
    margin-top: 5px; }
  #NotifyMe .bh-segment label span {
    font-weight: bold; }

/* ==========================================================================
Extended Warranty Modal
========================================================================== */
#warranty-popover .standard-popover-content {
  background-color: #D2D3D5;
  border: 5px solid #58585A;
  color: #58585A;
  text-align: left; }
  #warranty-popover .standard-popover-content .warranty-popover-hdr {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; }
  #warranty-popover .standard-popover-content .warranty-popover-bdy {
    font-size: 14px;
    line-height: 18px; }
    #warranty-popover .standard-popover-content .warranty-popover-bdy .warranty-shield {
      height: 75px;
      margin: 0 0 10px 10px;
      width: 75px; }

/* ==========================================================================
Mobile Related Products Page
========================================================================== */
.ext-details-page a.ext-details-page-back {
  border-bottom: 1px solid #CCCCCC;
  color: #424143;
  display: block;
  margin-bottom: 20px;
  padding: 5px 0 10px; }
  .ext-details-page a.ext-details-page-back:hover {
    text-decoration: none; }
  .ext-details-page a.ext-details-page-back .fa {
    color: #6D6E70; }
  .ext-details-page a.ext-details-page-back .ext-details-page-back-text {
    font-size: 16px;
    padding-left: 5px; }

.ext-details-page .ext-details-page-hdr {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px; }

.ext-details-page .ext-details-page-bdy {
  border: 1px solid #838383;
  border-radius: 3px;
  font-size: 15px;
  padding: 15px; }
  .ext-details-page .ext-details-page-bdy h2 {
    font-size: 14px; }
  .ext-details-page .ext-details-page-bdy .ext-details-options-list {
    font-size: 15px; }
    .ext-details-page .ext-details-page-bdy .ext-details-options-list a.product-option-itm {
      border: 1px solid #A4A4A4;
      color: #424143;
      display: block;
      padding: 10px;
      text-decoration: none; }
      .ext-details-page .ext-details-page-bdy .ext-details-options-list a.product-option-itm + .product-option-itm {
        margin-top: 10px; }
      .ext-details-page .ext-details-page-bdy .ext-details-options-list a.product-option-itm .product-option-price {
        float: right; }
        .ext-details-page .ext-details-page-bdy .ext-details-options-list a.product-option-itm .product-option-price .fa {
          margin-left: 5px; }
      .ext-details-page .ext-details-page-bdy .ext-details-options-list a.product-option-itm:active {
        background-color: #E8E8E8;
        border-color: #BF1E2E; }
        .ext-details-page .ext-details-page-bdy .ext-details-options-list a.product-option-itm:active .product-option-price {
          color: #BF1E2E; }
          .ext-details-page .ext-details-page-bdy .ext-details-options-list a.product-option-itm:active .product-option-price .fa:before {
            content: "\f192"; }
    .ext-details-page .ext-details-page-bdy .ext-details-options-list a.current-product {
      background-color: #E8E8E8;
      border-color: #BF1E2E;
      font-weight: bold; }
      .ext-details-page .ext-details-page-bdy .ext-details-options-list a.current-product .product-option-price {
        color: #BF1E2E; }

/* ==========================================================================
Article List (Category)
========================================================================== */
.article-list {
  background-color: #FFFFFF;
  behavior: url(/Static/Styles/PIE.htc);
  border-radius: 5px;
  margin: 15px 0;
  padding: 13px; }
  .article-list .artlst-itm + .artlst-itm {
    margin-top: 20px; }
  .article-list .artlst-itm .art-itm-img {
    float: left;
    margin-right: 35px; }
    .article-list .artlst-itm .art-itm-img .imgBound {
      height: 110px;
      width: 110px;
      border-radius: 10px;
      behavior: url(/Static/Styles/PIE.htc); }
      @media screen and (min-width: 48em) {
        .article-list .artlst-itm .art-itm-img .imgBound {
          height: 162px;
          width: 162px; } }
      .article-list .artlst-itm .art-itm-img .imgBound a {
        border-radius: 10px;
        behavior: url(/Static/Styles/PIE.htc); }
        .article-list .artlst-itm .art-itm-img .imgBound a img {
          border-radius: 10px;
          behavior: url(/Static/Styles/PIE.htc); }
  .article-list .artlst-itm .art-itm-detail {
    font-size: 12px;
    line-height: 17px;
    max-height: 158px;
    overflow: hidden; }
    .article-list .artlst-itm .art-itm-detail .art-itm-detail-name {
      font-weight: bold;
      margin-bottom: 5px; }
    .article-list .artlst-itm .art-itm-detail .art-itm-detail-desc {
      color: #000000; }
      .article-list .artlst-itm .art-itm-detail .art-itm-detail-desc p {
        margin: 0; }
    .article-list .artlst-itm .art-itm-detail .art-itm-detail-seemore a {
      text-decoration: underline; }
    .article-list .artlst-itm .art-itm-detail .art-itm-detail-reldate {
      margin-top: 12px;
      font-size: 12px;
      line-height: 12px;
      color: #8A8A8A; }

/* ==========================================================================
Article Details (Product)
========================================================================== */
.article-layout .slick-prev {
  color: #949599;
  left: -4%; }

.article-layout .slick-next {
  color: #949599;
  right: -4%; }

.article-layout .article-layout-main .article-layout-hdr {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 23px; }
  .article-layout .article-layout-main .article-layout-hdr .article-hdr-prodname h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0; }
  .article-layout .article-layout-main .article-layout-hdr .article-metadata {
    margin: 3px 0 7px; }
    .article-layout .article-layout-main .article-layout-hdr .article-metadata .article-hdr-author {
      color: #666666; }
      .article-layout .article-layout-main .article-layout-hdr .article-metadata .article-hdr-author span {
        font-weight: normal; }
    .article-layout .article-layout-main .article-layout-hdr .article-metadata .article-hdr-reldate {
      color: #666666;
      text-align: right; }

.article-layout .article-layout-main .article-layout-left .main-image-area .imgBound a {
  background-size: contain;
  cursor: pointer;
  height: 100%;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 20; }
  .article-layout .article-layout-main .article-layout-left .main-image-area .imgBound a img {
    z-index: 20; }

.article-layout .article-layout-main .article-layout-left .prod-addl-views-container {
  margin: 0; }
  .article-layout .article-layout-main .article-layout-left .prod-addl-views-container .prod-addlviews-itm {
    float: left;
    margin: 10px 20px 0 0; }
    .article-layout .article-layout-main .article-layout-left .prod-addl-views-container .prod-addlviews-itm .imgBound {
      background-color: #FFFFFF;
      box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
      border: 1px solid #BCBCBC;
      behavior: url(/Static/Styles/PIE.htc); }
    .article-layout .article-layout-main .article-layout-left .prod-addl-views-container .prod-addlviews-itm .selected-thumb {
      border: 2px solid #24568D; }

.article-layout .article-layout-main .article-layout-description {
  font-size: 13px;
  line-height: 17px; }

.article-layout .article-layout-main .article-layout-right {
  margin-top: 20px; }
  @media screen and (min-width: 64em) {
    .article-layout .article-layout-main .article-layout-right {
      margin: 0; } }
  .article-layout .article-layout-main .article-layout-right .main-artproduct-item {
    border-radius: 3px;
    border: 1px solid #838383;
    font-size: 13px;
    margin-top: 20px;
    padding: 15px; }
    .article-layout .article-layout-main .article-layout-right .main-artproduct-item .main-artproduct-item-img {
      width: 160px;
      height: 160px;
      float: left;
      margin-right: 13px; }
    .article-layout .article-layout-main .article-layout-right .main-artproduct-item .main-artproduct-item-right {
      float: left; }
    .article-layout .article-layout-main .article-layout-right .main-artproduct-item .main-artproduct-item-prodname {
      margin-bottom: 8px; }
      .article-layout .article-layout-main .article-layout-right .main-artproduct-item .main-artproduct-item-prodname a {
        font-weight: bold; }
    .article-layout .article-layout-main .article-layout-right .main-artproduct-item .main-artproduct-item-price {
      line-height: 14px;
      margin-bottom: 15px; }
      .article-layout .article-layout-main .article-layout-right .main-artproduct-item .main-artproduct-item-price .price-adjdefprice {
        color: #AE0707;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold; }
    .article-layout .article-layout-main .article-layout-right .main-artproduct-item .main-artproduct-item-buyitem .btn-default {
      width: 100%; }
      @media screen and (min-width: 48em) {
        .article-layout .article-layout-main .article-layout-right .main-artproduct-item .main-artproduct-item-buyitem .btn-default {
          width: auto; } }

.article-layout .article-layout-main .article-layout-bottom {
  margin-top: 30px; }
  .article-layout .article-layout-main .article-layout-bottom .article-related-prods-hdr-mobile {
    color: #454545;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 15px; }
  .article-layout .article-layout-main .article-layout-bottom .article-related-prods {
    border: 1px solid #838383;
    border-radius: 3px;
    padding: 15px; }
    @media screen and (min-width: 48em) {
      .article-layout .article-layout-main .article-layout-bottom .article-related-prods {
        border: none;
        padding: 0; } }
    @media screen and (min-width: 48em) {
      .article-layout .article-layout-main .article-layout-bottom .article-related-prods .product-layout-related {
        margin-top: 30px; } }
    .article-layout .article-layout-main .article-layout-bottom .article-related-prods .product-layout-related .product-layout-related-prods {
      width: 100%; }
  .article-layout .article-layout-main .article-layout-bottom .article-stf-wrapper {
    border: 1px solid #000000;
    background-color: #EEEEEE;
    margin-top: 25px; }
    @media screen and (min-width: 64em) {
      .article-layout .article-layout-main .article-layout-bottom .article-stf-wrapper {
        max-width: 700px; } }
    .article-layout .article-layout-main .article-layout-bottom .article-stf-wrapper .article-stf-hdr {
      border-bottom: 1px solid #A6A6A6;
      font-size: 15px;
      font-weight: bold;
      margin: 10px;
      padding-bottom: 3px; }

#cart-layout {
  margin-top: 10px; }
  #cart-layout .cart-message {
    margin-bottom: 40px;
    font-weight: bold;
    color: #FF0000;
    text-align: center; }
  #cart-layout .cart-error {
    margin-bottom: 40px;
    font-weight: bold;
    color: #FF0000;
    text-align: center; }

.cart-item-list {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }
  .cart-item-list .cart-item-list-hdr .cart-item-hdr-itemPrice {
    text-align: right; }
  .cart-item-list .cart-item-list-hdr .cart-item-hdr-quantity {
    text-align: center; }
  .cart-item-list .cart-item-list-hdr .cart-item-hdr-extendedPrice {
    text-align: right; }
  .cart-item-list .cart-items .cart-item {
    padding: 10px; }
    .cart-item-list .cart-items .cart-item + .cart-item {
      border-top: solid 1px #CCCCCC; }
    .cart-item-list .cart-items .cart-item .cart-item-product {
      padding-bottom: 15px; }
      @media screen and (min-width: 48em) {
        .cart-item-list .cart-items .cart-item .cart-item-product {
          padding-bottom: 0; } }
      .cart-item-list .cart-items .cart-item .cart-item-product .cart-item-img {
        float: left;
        margin-right: 10px;
        height: 82px;
        width: 82px; }
        .cart-item-list .cart-items .cart-item .cart-item-product .cart-item-img .imgBound {
          height: 80px;
          width: 80px; }
          .cart-item-list .cart-items .cart-item .cart-item-product .cart-item-img .imgBound a {
            height: 80px;
            width: 80px;
            display: block;
            text-decoration: none; }
      .cart-item-list .cart-items .cart-item .cart-item-product .cart-item-detail .cart-item-detail-prodname {
        margin-bottom: 10px; }
        .cart-item-list .cart-items .cart-item .cart-item-product .cart-item-detail .cart-item-detail-prodname a {
          color: #1D548D;
          font-weight: bold;
          font-size: 12px;
          text-decoration: none; }
          .cart-item-list .cart-items .cart-item .cart-item-product .cart-item-detail .cart-item-detail-prodname a:hover, .cart-item-list .cart-items .cart-item .cart-item-product .cart-item-detail .cart-item-detail-prodname a:active {
            text-decoration: underline; }
      .cart-item-list .cart-items .cart-item .cart-item-product .cart-item-detail .cart-item-detail-proditemnum {
        font-size: 10px; }
      .cart-item-list .cart-items .cart-item .cart-item-product .cart-item-detail .cart-item-detail-prodstatus {
        font-size: 10px; }
        .cart-item-list .cart-items .cart-item .cart-item-product .cart-item-detail .cart-item-detail-prodstatus div {
          display: inline; }
    @media screen and (min-width: 20em) and (max-width: 47.9375em) {
      .cart-item-list .cart-items .cart-item .cart-item-itemPrice {
        font-size: 13px; } }
    @media screen and (min-width: 48em) {
      .cart-item-list .cart-items .cart-item .cart-item-itemPrice {
        text-align: right; } }
    .cart-item-list .cart-items .cart-item .cart-item-quantity {
      text-align: center; }
      .cart-item-list .cart-items .cart-item .cart-item-quantity input.quantityBox {
        text-align: center;
        width: 41px; }
      .cart-item-list .cart-items .cart-item .cart-item-quantity input[type=submit] {
        margin-top: 5px; }
        @media screen and (min-width: 64em) {
          .cart-item-list .cart-items .cart-item .cart-item-quantity input[type=submit] {
            margin: 0 0 0 3px; } }
      @media screen and (min-width: 20em) and (max-width: 47.9375em) {
        .cart-item-list .cart-items .cart-item .cart-item-quantity .cart-qty-selector .mobile-cart-itm-lbl {
          background: #FFFFFF;
          background: linear-gradient(to bottom, #FFFFFF 25%, #F1F1F2 100%);
          behavior: url(/Static/Styles/PIE.htc);
          border-radius: 3px;
          border: 1px solid #A4A4A4;
          color: #58585A !important;
          font-size: 15px;
          padding: 15px 10px;
          background: linear-gradient(to bottom, #FFFFFF 25%, #E3E3E3 100%);
          display: block;
          font-weight: bold;
          font-size: 15px;
          padding: 15px 5px;
          text-align: center; }
          .cart-item-list .cart-items .cart-item .cart-item-quantity .cart-qty-selector .mobile-cart-itm-lbl .fa-chevron-right {
            color: #6D6E70;
            font-size: 0.8em;
            padding-top: 2px; }
        .cart-item-list .cart-items .cart-item .cart-item-quantity .cart-qty-selector select {
          -webkit-appearance: none;
          background: none;
          border: none;
          display: inline-block;
          outline: none;
          padding: 0;
          width: 16px; } }
      .cart-item-list .cart-items .cart-item .cart-item-quantity .qtyRemaining {
        color: #AE0707;
        font-size: 11px;
        margin-top: 3px; }
    @media screen and (min-width: 20em) and (max-width: 47.9375em) {
      .cart-item-list .cart-items .cart-item .cart-item-extendedPrice {
        font-size: 13px; } }
    .cart-item-list .cart-items .cart-item .cart-item-extendedPrice .cart-item-extprice {
      font-weight: bold;
      text-align: right; }
    .cart-item-list .cart-items .cart-item .cart-item-btnCtrl {
      font-size: 10px;
      margin-top: 10px;
      text-align: right;
      text-transform: uppercase; }
      .cart-item-list .cart-items .cart-item .cart-item-btnCtrl a {
        color: #000000;
        display: block; }
        .cart-item-list .cart-items .cart-item .cart-item-btnCtrl a + a {
          margin-top: 5px; }
        .cart-item-list .cart-items .cart-item .cart-item-btnCtrl a:hover, .cart-item-list .cart-items .cart-item .cart-item-btnCtrl a:active {
          color: #336699;
          text-decoration: underline; }

.cart-info-hdr {
  background-color: #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  padding: 10px; }

.cart-info-message {
  color: #000000;
  font-size: 10px;
  margin-bottom: 10px; }

.cart-info-warning {
  color: #FF0000;
  font-weight: bold;
  margin-top: 10px; }

.cart-info-promocode {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }

#promo-code-tooltip-label {
  cursor: pointer;
  font-size: 11px;
  margin-bottom: 10px;
  text-decoration: underline; }

#promo-code-tooltip-text {
  display: none;
  font-size: 11px;
  margin-bottom: 10px; }
  #promo-code-tooltip-text a {
    color: #000000;
    text-decoration: underline; }

.cart-info-promocode .socal-cust {
  color: #FF0000;
  font-size: 11px;
  line-height: 18px; }

.cart-info-shippingopts {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }
  .cart-info-shippingopts .shipping-opt {
    color: #838383;
    padding: 0; }
    .cart-info-shippingopts .shipping-opt label {
      cursor: pointer;
      display: table;
      padding: 8px 10px;
      width: 100%; }
      .cart-info-shippingopts .shipping-opt label .delivery-text {
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
  .cart-info-shippingopts .shipping-opt-selected {
    color: #000000;
    font-weight: bold; }

.order-summary {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }
  .order-summary .order-summary-row + .order-summary-row {
    margin-top: 10px; }
  .order-summary .total {
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #000000; }
  .order-summary .ship-to-door-message {
    color: #FF0000;
    font-size: 11px;
    margin-top: 10px; }

.order-summary-freeshipmsg {
  font-size: 13px;
  line-height: 17px; }
  .order-summary-freeshipmsg a {
    color: #BF1E2E;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase; }
  .order-summary-freeshipmsg .freeshipamount {
    font-weight: bold; }

.cart-ctrl + .cart-ctrl {
  margin-top: 10px; }

.product-bar-didyouconsider,
.product-bar-saveforlater {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }

.product-bar-hdr {
  background-color: #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  padding: 10px; }

.product-bar-prods {
  font-size: 13px;
  font-weight: normal;
  padding: 0 12px 12px; }
  .product-bar-prods .product-bar-item {
    height: 140px;
    margin-top: 12px; }
    .product-bar-prods .product-bar-item .product-bar-item-img {
      width: 82px;
      height: 82px;
      float: left;
      margin: 0 10px 25px 0; }
      .product-bar-prods .product-bar-item .product-bar-item-img .imgBound {
        border: none; }
    .product-bar-prods .product-bar-item .product-bar-item-prodname {
      margin-bottom: 5px; }
      .product-bar-prods .product-bar-item .product-bar-item-prodname a {
        font-size: 11px;
        line-height: 14px;
        font-weight: bold; }
    .product-bar-prods .product-bar-item .product-bar-item-price {
      font-size: 11px;
      line-height: 14px;
      margin-bottom: 0; }
      .product-bar-prods .product-bar-item .product-bar-item-price .price-retail {
        display: inline; }
      .product-bar-prods .product-bar-item .product-bar-item-price .price-prcoff {
        color: #777777;
        display: inline;
        padding-left: 3px; }
      .product-bar-prods .product-bar-item .product-bar-item-price .adjdefprice-wrap {
        margin-top: 5px; }
        .product-bar-prods .product-bar-item .product-bar-item-price .adjdefprice-wrap .price-adjdefprice {
          color: #df2226;
          font-size: 13px;
          line-height: 16px;
          font-weight: bold; }
      .product-bar-prods .product-bar-item .product-bar-item-price .price-used {
        margin-top: 3px; }
    .product-bar-prods .product-bar-item .product-bar-item-ctrl {
      margin-top: 10px; }

.cart-info-country-option {
  font-weight: bold; }
  .cart-info-country-option button {
    text-transform: uppercase; }

.cart-promos {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }
  .cart-promos .cart-promo-list-row .cart-promo-row-title {
    padding-top: 8px; }
    .cart-promos .cart-promo-list-row .cart-promo-row-title .cart-promo-row-amount {
      color: #FF0000;
      display: block;
      font-weight: bold;
      padding-top: 3px; }
      @media screen and (min-width: 48em) {
        .cart-promos .cart-promo-list-row .cart-promo-row-title .cart-promo-row-amount {
          display: inline;
          padding: 0 0 0 3px; } }
  .cart-promos .cart-promo-list-row .cart-promo-row-ctrl {
    font-weight: bold;
    text-align: right; }
  .cart-promos .cart-promo-list-row .cart-promo-row-note {
    font-weight: bold;
    padding-top: 8px;
    text-align: right; }
  .cart-promos .cart-promo-row-err {
    color: #FF0000;
    display: block;
    font-weight: bold; }

a.info-change {
  color: #493F2E;
  float: right;
  text-decoration: underline; }

#checkout-layout {
  padding-top: 10px; }

.checkout-ctrls.checkout-ctrls-BTM {
  margin-top: 10px; }

.checkout-info-hdr {
  background-color: #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  padding: 10px; }

.checkout-info-message {
  color: #000000;
  font-size: 12px;
  margin-bottom: 10px; }

.checkout-info-shipping,
.checkout-info-billing,
.checkout-info-ordersummary {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }

.checkout-info-ordersummary .checkout-info-freeshipmsg {
  background-color: #F6F6F6;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 10px;
  line-height: 14px;
  margin-top: 15px;
  padding: 8px;
  behavior: url(/Static/Styles/PIE.htc); }

.checkout-info-ordersummary .checkout-info-freeshipmsg .freeship {
  color: #AE1F25;
  text-transform: uppercase;
  font-weight: bold; }

.checkout-info-ordersummary .checkout-info-freeshipmsg .freeshipamount {
  font-weight: bold; }

div.checkout-errs {
  margin: 10px 0; }

div.checkout-errs div.checkout-err-invoice,
div.checkout-errs div.checkout-err-cart,
div.checkout-errs div.checkout-err-ccard {
  color: #FF0000;
  font-weight: bold;
  font-size: 12px; }

div.checkout-promos {
  margin: 10px 0 35px; }

div.checkout-promo-hdr {
  margin-bottom: 4px;
  text-align: center; }

div.checkout-promo-list {
  font-size: 10px; }

div.checkout-promo-list-row {
  margin-bottom: 3px; }

div.checkout-promo-row-code {
  margin-left: 5px;
  float: left;
  padding: 3px 0;
  font-weight: bold; }

div.checkout-promo-row-title {
  float: left;
  padding: 3px 0; }

div.checkout-promo-row-amount {
  text-align: right;
  padding: 3px 0;
  font-weight: bold;
  color: #FF0000; }

div.checkout-promo-row-ctrl {
  font-weight: bold;
  margin: 0 5px 0 10px;
  float: right;
  text-align: right;
  width: 55px; }

div.checkout-promo-row-note {
  font-weight: bold;
  margin: 0 5px 0 10px;
  float: right;
  text-align: right;
  width: 55px;
  padding: 3px 0; }

span.checkout-promo-row-err {
  color: #FF0000;
  font-weight: bold; }

.receipt-layout .receipt-info .receipt-info-confirm-msg {
  color: #336699;
  font-size: 20px;
  margin-top: 15px;
  text-align: center; }

.receipt-layout .receipt-info .receipt-info-boxes {
  margin-bottom: 20px; }

.receipt-layout .receipt-info-invoiceheader,
.receipt-layout .receipt-info-billing,
.receipt-layout .receipt-info-shipping {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }

.receipt-layout .receipt-info-hdr {
  background-color: #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  padding: 10px; }

.receipt-layout .receipt-info-row {
  clear: both;
  font-size: 12px; }
  .receipt-layout .receipt-info-row + .receipt-info-row {
    margin-top: 8px; }
  .receipt-layout .receipt-info-row a {
    font-weight: bold;
    color: #336699; }
    .receipt-layout .receipt-info-row a:hover, .receipt-layout .receipt-info-row a:active {
      text-decoration: underline; }
  .receipt-layout .receipt-info-row .receipt-info-row-left {
    font-weight: bold;
    float: left;
    margin-right: 7px; }
  .receipt-layout .receipt-info-row .section-label {
    font-weight: bold; }

.receipt-layout .receipt-info-ftr {
  margin-bottom: 10px; }

.receipt-layout .receipt-info-createaccount {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }

.receipt-layout .receipt-info-instruction {
  margin-bottom: 15px; }

.receipt-layout .RcptWaiting {
  font-size: 16px;
  font-weight: bold;
  padding-top: 40px;
  text-align: center; }

/* Login Page */
#login-existing,
#login-new,
#login-paypal,
#login-guest {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }

@media screen and (min-width: 20em) and (max-width: 47.9375em) {
  #login-new .login-form,
  #login-paypal .login-form,
  #login-guest .login-form {
    display: none; } }

.login-header {
  background-color: #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  padding: 10px; }

.login-form a.forgotPwd {
  float: right;
  font-size: 10px; }

#login-warning-message {
  color: #FF0000;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px; }

/* My Account Nav */
@media screen and (min-width: 20em) and (max-width: 47.9375em) {
  .left-nav-account {
    border: 1px solid #CCCCCC; } }

@media screen and (min-width: 48em) {
  .left-nav-account .left-nav-hdr {
    font-weight: bold; } }

.left-nav-account .left-nav-account-itms {
  padding: 10px; }
  .left-nav-account .left-nav-account-itms .left-nav-account-itm {
    white-space: nowrap; }
    .left-nav-account .left-nav-account-itms .left-nav-account-itm + .left-nav-account-itm {
      margin-top: 7px; }

/* MyAccount Form Pages */
#myaccount-layout-hdr {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

#myaccount-layout-left {
  margin: 0 0 40px 0;
  padding: 13px; }
  @media screen and (min-width: 48em) {
    #myaccount-layout-left {
      float: left;
      width: 50%; } }

#myaccount-layout-right {
  padding: 13px; }
  @media screen and (min-width: 48em) {
    #myaccount-layout-right {
      float: right;
      width: 50%; } }

.myaccount-form-row-right input[type=checkbox] {
  margin-right: 7px;
  margin-bottom: 20px;
  float: left; }

#myaccount-layout-ftr {
  clear: both;
  margin: 10px 0; }

.myaccount-security-badges {
  display: table;
  margin: 15px 0;
  width: 100%; }
  .myaccount-security-badges > div {
    display: table-cell;
    max-width: 25%;
    padding-left: 10px;
    vertical-align: middle; }

.myaccount-section {
  border-top: 0 none;
  font-size: 12px;
  color: #8A8A8A;
  position: relative; }

.myaccount-section + .myaccount-section {
  border-top: 1px solid #CFCFCF; }

.myaccount-section .address-warning {
  background: transparent url(/c/images/infowarningmark.png) no-repeat 13px 16px;
  padding: 11px 0 17px 74px; }

.myaccount-section .address-warning ol {
  font-size: 10px; }

.myaccount-section .intl-shipping-info {
  background: transparent url(/c/images/intlairplane.png) no-repeat 13px 51%;
  padding: 18px 0 17px 74px; }

.myaccount-section .intl-shipping-info .highlight {
  font-weight: bold;
  color: #C98700; }

.myaccount-header {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 13px 0 0 12px;
  margin-bottom: 13px; }

.myaccount-section .myaccount-header-creditcardbook {
  color: #000000;
  margin-bottom: 10px;
  padding: 6px 0 0 0; }
  @media screen and (min-width: 48em) {
    .myaccount-section .myaccount-header-creditcardbook {
      float: left;
      margin-bottom: 0; } }

div.myaccount-header a {
  color: #493F2E; }

.myaccount-instruction {
  line-height: 15px;
  margin: 10px 0; }

.myaccount-section .myaccount-instruction-addressbook,
.myaccount-section .myaccount-instruction-creditcardbook {
  margin: 0 0 13px;
  padding-top: 13px; }

#doc .myaccount-form .myaccount-section .myaccount-instruction-addressbook,
#doc .myaccount-form .myaccount-section .myaccount-instruction-creditcardbook {
  margin: 0; }

div.myaccount-instruction img {
  float: left;
  padding-right: 10px; }

div.back-to-my-account {
  margin: 5px 0 10px;
  padding: 0 5px; }

div.back-to-my-account a {
  color: #336699; }

div.back-to-my-account a:hover {
  text-decoration: underline; }

div.myaccount-hdr-label {
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 10px;
  padding: 0 5px;
  text-transform: uppercase; }

.myaccount-form-row {
  margin-bottom: 8px; }
  .myaccount-form-row input[type=text],
  .myaccount-form-row input[type=number],
  .myaccount-form-row input[type=tel],
  .myaccount-form-row input[type=password],
  .myaccount-form-row select {
    max-width: 300px;
    width: 100%; }

div.myaccount-form div.forceleft div.myaccount-form-row-left {
  float: left;
  margin-right: 7px;
  padding: 0 0 0 5px;
  width: auto; }

div.myaccount-form div.forceleft div.myaccount-form-row-right {
  text-align: left; }

div.myaccount-form-row-left {
  padding: 6px 0 0 0; }
  @media screen and (min-width: 64em) {
    div.myaccount-form-row-left {
      float: left;
      margin-right: 5px;
      text-align: right;
      width: 157px; } }

div.myaccount-form-row div.labellong {
  width: 157px !important; }

@media screen and (min-width: 64em) {
  div.myaccount-form-row-right {
    text-align: right; } }

@media screen and (min-width: 64em) {
  div.myaccount-form-row-right input.intxt,
  div.myaccount-form-row-right input.inpwd,
  div.myaccount-form-row-right select {
    width: 211px; } }

div.myaccount-form-row-right label {
  margin: 0; }

div.myaccount-form-row-err {
  clear: both;
  padding: 2px 0 2px 5px;
  color: #FF0000; }

.address-form-col,
.address-book-col {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }

/* My Account Index */
/* Address Book */
.address-book-item .address-book-item-left .address-book-item-left-ctrls {
  margin-top: 10px; }

@media screen and (max-width: 63.9375em) {
  .address-book-item .address-book-item-right {
    margin-top: 10px; } }

.billaddr_default {
  margin-bottom: 5px; }

.billaddr_default input[type=radio],
.shipaddr_default input[type=radio] {
  margin: 0 5px 5px 0; }

/* Payment Method */
.checkout-security {
  font-size: 16px;
  margin-top: 25px; }
  @media screen and (max-width: 63.9375em) {
    .checkout-security {
      display: none; } }
  .checkout-security a {
    text-decoration: underline; }
  .checkout-security .checkout-security-hdr {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
  .checkout-security .checkout-security-logos {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .checkout-security .checkout-security-logos > div {
      display: inline-block; }
      .checkout-security .checkout-security-logos > div + div {
        margin-left: 20px; }
      .checkout-security .checkout-security-logos > div img {
        max-height: 45px; }

.malPayInfo .myaccount-payment-images {
  text-align: right;
  padding: 6px 2px; }

.malPayInfo #myaccount-layout-left .myaccount-payment-images img {
  display: none; }

.malPayInfo .myaccount-payment-images img {
  max-height: 25px; }

.malPayInfo .payment-method-type-info .myaccount-instruction {
  margin: 0;
  padding: 0; }

.malPayInfo .payment-method-type-info .myaccount-form {
  margin-top: 0; }

.malPayInfo #myaccount-layout-right .payment-method-type-info .myaccount-form {
  padding: 12px 0; }

.malPayInfo .myaccount-form .myaccount-form-row-ctrl {
  text-align: right;
  padding-top: 15px;
  float: right; }

div.malPayInfo div.myaccount-form div.forceleft div.myaccount-form-row-left {
  float: left;
  width: auto;
  padding: 0 0 0 5px;
  margin-right: 7px; }

div.malPayInfo div.myaccount-form-row-left {
  float: left;
  width: 125px;
  padding: 0 0 0 5px; }

div.malPayInfo div.myaccount-form-row-right {
  float: right;
  text-align: left; }

div.malPayInfo div.forceleft {
  float: left;
  text-align: left; }

div.malPayInfo div.forceright {
  text-align: right; }

div.malPayInfo div.myaccount-form-row div.labellong {
  width: 158px !important; }

div.malPayInfo div.myaccount-form-row-right input.intxt,
div.malPayInfo div.myaccount-form-row-right input.inpwd,
div.malPayInfo div.myaccount-form-row-right select {
  width: 233px; }

div.malPayInfo div.myaccount-form input#txtCSC {
  margin-right: 5px; }

div.malPayInfo div.myaccount-form-row div.inputshort input.intxt,
div.malPayInfo div.myaccount-form-row div.inputshort input.inpwd {
  width: 73px !important; }

div.malPayInfo div.myaccount-form-row div.inputshort {
  width: 225px !important; }

div.malPayInfo div.myaccount-form-row select#cmbExpMon,
div.malPayInfo div.myaccount-form-row select#cmbExpYear {
  width: 80px !important; }

div.malPayInfo div.myaccount-form-row select#cmbExpMon {
  margin-right: 5px; }

.cc-type-row {
  padding: 8px 10px; }
  @media screen and (min-width: 64em) {
    .cc-type-row .cc-type-opt {
      display: inline-block; } }
  .cc-type-row .cc-type-opt + .cc-type-opt {
    margin-top: 5px; }
    @media screen and (min-width: 64em) {
      .cc-type-row .cc-type-opt + .cc-type-opt {
        margin: 0 0 0 10px; } }
  .cc-type-row .cc-type-opt label {
    display: table;
    width: 100%; }
    .cc-type-row .cc-type-opt label .cc-type-txt {
      display: table-cell;
      vertical-align: middle; }

.cid-hint {
  color: #6F6F6F;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px; }

#myaccount-layout-content #payment-book {
  color: #000000; }

.myaccount-instruction-creditcardbook + #payment-book {
  margin-top: 13px; }

div#payment-book {
  padding: 12px;
  border-radius: 7px;
  background-color: #F6F6F6;
  border: solid 1px #E1E1E1;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  behavior: url(/Static/Styles/PIE.htc);
  clear: both; }

.payment-book-item-right {
  margin-top: 15px; }
  @media screen and (min-width: 64em) {
    .payment-book-item-right {
      margin-top: 0; } }

.payment-book-item-ctrls-top {
  margin-bottom: 10px; }

.payment-book-item-ctrls-btm {
  margin-top: 10px; }
  .payment-book-item-ctrls-btm input[type=submit] {
    margin-top: 10px; }

.cc-ctrls {
  margin-top: 10px; }

.ccard-set-default {
  float: right;
  text-align: right; }
  .ccard-set-default .ccard-is-default {
    padding-top: 6px; }

div.payment-book-item-row-left {
  float: left;
  width: 144px;
  font-weight: bold; }

div.payment-book-item-row-right {
  text-align: right; }

div.payment-book-item-left div.payment-book-item-row {
  margin-bottom: 2px; }

div.payment-book-item-right div.payment-book-item-row {
  margin-bottom: 4px; }

#payment-book div.payment-book-item-row-left {
  width: auto; }

div.payment-book-item div.payment-book-item-right .ccard-default {
  clear: none; }

div.malPayInfo div#myaccount-layout-ftr div.myaccount-header {
  margin: 10px 0; }

div.malPayInfo div#myaccount-layout-ftr div.myaccount-form-row {
  margin: 0 0 20px;
  font-size: 11px;
  padding: 13px; }

div.malPayInfo div#myaccount-layout-ftr div.myaccount-form-row-left {
  width: 210px;
  text-align: left; }

div.malPayInfo div#myaccount-layout-ftr div.myaccount-form-row-left img {
  max-width: 200px; }

div.malPayInfo div#myaccount-layout-ftr div.myaccount-form-row-right {
  width: 475px; }

div.malPayInfo div#myaccount-layout-ftr div.myaccount-form-row a {
  font-size: 10px;
  text-transform: none; }

div.malPayInfo div#myaccount-layout-ftr hr {
  color: #abc7e3;
  clear: both;
  margin: 10px 0; }

.paymethod-info-row {
  font-size: 11px; }
  .paymethod-info-row .paymethod-info-row-hdr {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px; }
    @media screen and (min-width: 48em) {
      .paymethod-info-row .paymethod-info-row-hdr {
        margin-bottom: 0; } }

@media screen and (min-width: 48em) {
  .ccard-form-left {
    margin-right: 20px; } }

#myaccount-payment-selector {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    #myaccount-payment-selector {
      margin-top: 0; } }
  #myaccount-payment-selector .pay-method-row {
    padding: 0;
    position: relative; }
    #myaccount-payment-selector .pay-method-row label {
      cursor: pointer;
      display: table;
      padding: 8px 10px;
      width: 100%; }
      #myaccount-payment-selector .pay-method-row label .pay-method-text {
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
      #myaccount-payment-selector .pay-method-row label .pay-logo {
        display: table-cell;
        vertical-align: middle; }
        #myaccount-payment-selector .pay-method-row label .pay-logo img {
          height: 28px;
          max-width: inherit; }
          @media screen and (max-width: 63.9375em) {
            #myaccount-payment-selector .pay-method-row label .pay-logo img {
              display: none; } }
    #myaccount-payment-selector .pay-method-row .pay-method-arrow {
      color: #CCCCCC;
      position: absolute;
      top: 4px;
      right: -41px; }
      @media screen and (min-width: 20em) and (max-width: 47.9375em) {
        #myaccount-payment-selector .pay-method-row .pay-method-arrow {
          display: none; } }

.pay-method-form {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 10px; }

div.payment-method-type-info {
  clear: both; }

div.payment-method-type-info div.forceheight {
  height: 20px; }

div.selPayOpt {
  display: block; }

div.hidePayOpt {
  display: none; }

/* Forgot Password */
/* Account Information */
.malAccountInfo .myaccount-form-row {
  margin: 0 0 7px; }

.malAccountInfo .myaccount-form-row-right label {
  float: left;
  margin: 4px 0 0 10px; }

/* Order History */
#order-history {
  max-width: 700px; }
  #order-history .order-history-list-hdr {
    background: #D9D9D9;
    background: linear-gradient(to bottom, #FFFFFF 0%, #D9D9D9 100%);
    behavior: url(/Static/Styles/PIE.htc);
    border-radius: 7px 7px 0 0;
    border: 1px solid #E1E1E1;
    border-bottom: none;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
    font-size: 13px;
    font-weight: bold;
    padding: 9px 12px; }
  @media screen and (min-width: 48em) {
    #order-history .order-history-list-items {
      background-color: #FFFFFF;
      behavior: url(/Static/Styles/PIE.htc);
      border-radius: 0 0 7px 7px;
      border: 1px solid #E1E1E1;
      border-top: none;
      box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
      font-size: 13px;
      padding: 12px; } }
  #order-history .order-history-list-items .order-history-item + .order-history-item {
    margin-top: 15px; }
  #order-history .order-history-list-items .order-history-item .row .columns + .columns {
    margin-top: 3px; }
  @media screen and (min-width: 48em) {
    #order-history .order-history-list-items .order-history-item .order-total {
      text-align: right; } }
  #order-history .order-history-list-items .order-history-item .mobile-order-itm-hdr {
    font-weight: bold; }
  #order-history .myaccount-message {
    text-align: center;
    color: #FC0000;
    font-weight: bold; }

/* Order Detail */
div.order-info-hdr {
  background: #D9D9D9;
  background: linear-gradient(to bottom, #FFFFFF 0%, #D9D9D9 100%);
  behavior: url(/Static/Styles/PIE.htc);
  border-radius: 7px 7px 0 0;
  border: 1px solid #E1E1E1;
  border-bottom: none;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: bold;
  padding: 9px 12px;
  margin-bottom: 0 !important; }

.order-info-orderheader,
.order-info-billing,
.order-info-shipping {
  margin-top: 20px; }

.order-info-orderheader-form,
.order-info-billing-form,
.order-info-shipping-form {
  background-color: #FFFFFF;
  behavior: url(/Static/Styles/PIE.htc);
  border-radius: 0 0 7px 7px;
  border: 1px solid #E1E1E1;
  border-top: none;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  font-size: 13px;
  padding: 12px; }

div.order-info-message {
  color: #000000;
  font-size: 10px;
  margin-bottom: 10px; }

div.order-info-row {
  clear: both;
  margin-bottom: 8px;
  padding: 0 5px; }

div.order-info-row-left {
  font-weight: bold;
  float: left;
  margin-right: 7px; }

div.order-info-row span.section-label {
  font-weight: bold;
  text-transform: uppercase; }

div.order-info-shipping div.order-info-row-left {
  width: 260px; }

div.order-info-shipping div.order-info-row-right {
  text-align: right; }

div.order-info-shipping div.order-info-row-right input.intxt {
  width: 65px; }

div.order-info-shipping div.order-info-row-right input.inimg {
  margin-top: 5px; }

div.order-info-shipping div.order-info-row select {
  width: 250px;
  margin-top: 4px; }

div.order-info-shipping div.order-info-row input.intxt {
  margin-top: 4px;
  width: 250px; }

div.order-info-billing div.order-info-row-left {
  width: 110px; }

div.order-info-billing div.order-info-row-right {
  text-align: left; }

div.order-info-billing div.order-info-row-right input.intxt {
  width: 65px;
  float: left;
  margin-right: 15px; }

div.order-info-billing div.order-info-row input.intxt {
  margin-top: 4px;
  width: 250px;
  float: left; }

#Order-Level-Header {
  font-size: large;
  margin-bottom: 10px; }

#Order-Level-Header .ShipmentNumber {
  font-weight: bold; }

#Order-Level-Header .Status {
  color: #FF0000; }

#Order-Level-Header .TrackingNumber {
  font-size: small; }

div.order-info-orderheader div.order-info-row-right {
  text-align: left; }

div.order-info-orderheader div.total {
  padding-top: 5px;
  font-weight: bold;
  border-top: 1px solid #E3E4E5; }

div.order-info-orderheader div.total div.order-info-row-right {
  color: #DF2226; }

table.order-item-list {
  border-collapse: collapse;
  font-size: 11px;
  margin-top: 20px; }
  @media screen and (min-width: 48em) {
    table.order-item-list {
      font-size: 12px; } }

table.order-item-list th {
  border-bottom: 1px solid #CCCCCC;
  color: #313030;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 5px;
  vertical-align: top; }

table.order-item-list th.order-item-hdr-product {
  width: 40%; }

table.order-item-list th.order-item-hdr-itemStatus {
  width: 15%; }

table.order-item-list th.order-item-hdr-itemPrice {
  text-align: right;
  width: 15%; }

table.order-item-list th.order-item-hdr-quantity {
  text-align: center;
  width: 15%; }

table.order-item-list th.order-item-hdr-extendedPrice {
  text-align: right;
  width: 15%; }

table.order-item-list td {
  clear: both;
  margin-bottom: 10px;
  padding: 10px 5px 5px;
  vertical-align: top;
  border-top: solid 1px #E3E4E5; }

table.order-item-list td.noline {
  clear: both;
  margin-bottom: 10px;
  padding: 10px 5px 5px;
  vertical-align: top;
  border-top: none 0 #000000; }

table.order-item-list input.quantityBox {
  border: 1px solid gray;
  height: 13px;
  padding: 6px 1px 5px;
  text-align: center;
  width: 24px; }

table.order-item-list div.order-item-extprice {
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
  text-align: right; }

table.order-item-list div.order-item-extprice span.strikethrough {
  margin: 0;
  color: #000000;
  font-weight: normal; }

table.order-item-list div.order-item-detail-ctrl {
  float: left;
  margin: 0 10px 30px 0; }

table.order-item-list div.order-item-detail-prodname {
  margin-bottom: 3px; }

table.order-item-list div.order-kitpartlistheader {
  float: left;
  height: 12px;
  margin: 0 0 0 23px; }

table.order-item-list div.order-kititem-detail {
  float: left;
  margin: 0 0 2px 25px; }

table.order-item-list div.order-item-btnCtrl {
  font-size: 10px;
  white-space: nowrap;
  text-align: right; }

table.order-item-list a {
  color: #336699; }

table.order-item-list a:hover {
  text-decoration: underline; }

table.order-item-list tfoot div.order-item-ftr-left {
  float: left;
  font-size: 10px; }

table.order-item-list tfoot div.order-item-ftr-right {
  float: right; }

div.order-item-ftr-wrapper {
  border-top: 1px solid #E3E4E5;
  padding-top: 10px; }

div.order-item-ftr-right {
  margin-top: 20px;
  max-width: 300px; }
  @media screen and (min-width: 48em) {
    div.order-item-ftr-right {
      margin-top: 0; } }

div.order-item-detail-proditemnum {
  color: #666666;
  margin-left: 23px; }

div.order-info-ordersummary div.order-info-row-right {
  text-align: right; }

div.order-info-ordersummary div.total {
  padding-top: 8px;
  font-weight: bold;
  border-top: 1px solid #CCCCCC; }

div.order-info-ordersummary div.total div.order-info-row-right {
  color: #000000; }

/* Wish List */
.malWishList .myaccount-hdr-search {
  float: right;
  padding: 20px 0 17px 1px;
  background: transparent url(/c/images/prod_detail_hdr_delim.png) no-repeat 0% 100%;
  position: relative;
  height: 100%; }
  .malWishList .myaccount-hdr-search #foundWList {
    float: left; }
  .malWishList .myaccount-hdr-search #foundWListCtrl {
    float: right; }
    .malWishList .myaccount-hdr-search #foundWListCtrl a {
      display: block;
      color: #FFFFFF;
      font-size: 12px;
      font-weight: bold;
      margin-top: 3px;
      text-shadow: none; }

.wishlist-search input[type=text] {
  margin-top: 10px;
  width: 100%; }

.wishlist-search input[type=submit] {
  margin-top: 10px; }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .wishlist-search input[type=submit] {
      width: 100%; } }

.wishlist-email {
  display: none;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px; }
  .wishlist-email a {
    text-decoration: none; }

.malWishList #wishlist-section-intro {
  background: transparent url(/c/images/gift.png) no-repeat 13px 16px;
  padding: 18px 0 17px 74px; }

.malWishList #wishlist-section-gettingstarted {
  background: transparent url(/c/images/startflag.png) no-repeat 13px 16px;
  padding: 11px 0 17px 74px; }

#wishlist-section-view,
#wishlist-section-edit,
#wishlist-section-results,
#wishlist-section-intro {
  margin-top: 25px; }

.wishlist-item-list {
  font-size: 11px;
  margin-top: 10px; }
  .wishlist-item-list .wishlist-item-hdr {
    border-bottom: 1px solid #CCCCCC;
    color: #313030;
    margin-bottom: 10px;
    padding-bottom: 5px; }
    .wishlist-item-list .wishlist-item-hdr .wishlist-item-hdr-want {
      text-align: center; }
    .wishlist-item-list .wishlist-item-hdr .wishlist-item-hdr-got {
      text-align: center; }
    .wishlist-item-list .wishlist-item-hdr .wishlist-item-hdr-price {
      text-align: right; }
  .wishlist-item-list .wishlist-item .wishlist-item-img {
    max-height: 80px;
    max-width: 80px; }
    .wishlist-item-list .wishlist-item .wishlist-item-img .imgBound {
      height: 100%;
      width: 100%; }
  .wishlist-item-list .wishlist-item .wishlist-item-detail-prodname {
    font-size: 12px; }
    .wishlist-item-list .wishlist-item .wishlist-item-detail-prodname a {
      font-weight: bold; }
  .wishlist-item-list .wishlist-item .wishlist-item-detail-proditemnum,
  .wishlist-item-list .wishlist-item .wishlist-item-detail-prodstatus,
  .wishlist-item-list .wishlist-item .wishlist-item-detail-comment {
    color: #8A8A8A;
    font-size: 10px;
    margin-top: 5px; }
    .wishlist-item-list .wishlist-item .wishlist-item-detail-proditemnum input,
    .wishlist-item-list .wishlist-item .wishlist-item-detail-prodstatus input,
    .wishlist-item-list .wishlist-item .wishlist-item-detail-comment input {
      margin-top: 2px; }
  .wishlist-item-list .wishlist-item .wishlist-item-want-qty {
    text-align: center; }
    .wishlist-item-list .wishlist-item .wishlist-item-want-qty input {
      width: 22px; }
  .wishlist-item-list .wishlist-item .wishlist-item-got-qty {
    text-align: center; }
  .wishlist-item-list .wishlist-item .wishlist-item-extprice {
    font-size: 11px;
    margin-bottom: 44px;
    color: #DF2226;
    font-weight: bold;
    text-align: right; }
  .wishlist-item-list .wishlist-item-ctrl {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding: 10px 0 15px 0; }

div.malWishList div.myaccount-form-row {
  margin: 0 0 7px;
  width: 470px; }

div.malWishList div.myaccount-form-row-left {
  float: left;
  width: 150px;
  padding: 0 0 0 5px; }

div.malWishList div.myaccount-form-row-right {
  text-align: left;
  padding: 0 5px 0 0; }

div.malWishList div.myaccount-form-row-right input.intxt,
div.malWishList div.myaccount-form-row-right input.inpwd,
div.malWishList div.myaccount-form-row-right select,
div.malWishList div.myaccount-form-row-right textarea {
  width: 260px; }

div.malWishList div.myaccount-form-row-right textarea {
  padding: 2px; }

div.malWishList div.myaccount-form-row-right div.note {
  font-size: 10px; }

div.malWishList div.myaccount-form-row-right input.inimg {
  float: right;
  margin-right: 46px; }

div.wishlist-item-custname {
  font-size: 12px; }

div.wishlist-item-custname a {
  color: #336699; }

div.wishlist-item-custname a:hover,
div.wishlist-item-custname a:active {
  text-decoration: underline; }

/* My Coupons Page */
#my-coupons #myrewards-hdr {
  margin-bottom: 15px; }
  #my-coupons #myrewards-hdr .total-discounts {
    font-size: 14px;
    font-weight: bold; }
  #my-coupons #myrewards-hdr .coupon-hint {
    color: #666666;
    font-size: 10px;
    font-weight: normal;
    margin-top: 2px; }
  #my-coupons #myrewards-hdr .coupon-instructions {
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px; }

.myrewards-items {
  border-top: solid 1px #E1E1E1;
  padding-top: 10px; }
  .myrewards-items .myrewards-items-hdr {
    font-weight: bold; }
  .myrewards-items .myrewards-item-list .myrewards-item {
    margin-top: 10px; }
    .myrewards-items .myrewards-item-list .myrewards-item .row > div {
      margin-bottom: 5px; }
    .myrewards-items .myrewards-item-list .myrewards-item .myreward-items-hdr-mobile {
      font-weight: bold; }
    .myrewards-items .myrewards-item-list .myrewards-item .myreward-status .active {
      color: #009900; }
    .myrewards-items .myrewards-item-list .myrewards-item .myreward-status .expiring-soon {
      color: #D9C80B; }
    .myrewards-items .myrewards-item-list .myrewards-item.inactive {
      color: #999999; }

/* Blue Hornet Email Preferences Page */
#bh-email-preferences h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 22px;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0; }

#bh-email-preferences .bh-instructions {
  margin-bottom: 15px; }

#bh-email-preferences input[type=text] {
  margin-bottom: 12px;
  max-width: 220px;
  width: 100%; }

#bh-email-preferences label,
#bh-email-preferences .label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px; }

#bh-email-preferences .bh-segment {
  margin-bottom: 8px; }

#bh-email-preferences .bh-segment input {
  float: left;
  margin-right: 5px; }

#bh-email-preferences .bh-segment label {
  font-weight: normal;
  margin: 0; }

#bh-email-preferences .bh-form-row-err {
  clear: both;
  color: #FF0000;
  font-weight: bold; }

#bh-email-preferences .bh-unsubscribe-form {
  float: left;
  margin-left: 15px;
  position: relative;
  top: 13px; }

#bh-email-preferences .unsubscribe-notice {
  clear: both;
  color: #666666;
  font-size: 11px;
  padding-top: 10px; }

#bh-reponse {
  color: #FFFFFF;
  font-size: 16px; }

#bh-reponse a {
  color: #FFFFFF;
  text-decoration: underline; }

.bh-pref-row + .bh-pref-row {
  margin-top: 10px; }

/* ==========================================================================
New responsive form styles
========================================================================== */
.responsive-form .row label {
  display: block;
  margin-bottom: 5px; }

.responsive-form .row input[type=email],
.responsive-form .row input[type=number],
.responsive-form .row input[type=password],
.responsive-form .row input[type=tel],
.responsive-form .row input[type=url],
.responsive-form .row input[type=text],
.responsive-form .row select {
  margin-bottom: 10px;
  width: 100%; }

/* ==========================================================================
Contact Form
========================================================================== */
.contact-form-wrapper {
  font-size: 14px;
  max-width: 100%; }
  .contact-form-wrapper .contact-form-bdy .contact-form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px; }
  .contact-form-wrapper .contact-form-bdy form.contact-form .contact-form-row {
    margin-bottom: 15px; }
    .contact-form-wrapper .contact-form-bdy form.contact-form .contact-form-row label {
      font-size: 16px;
      font-weight: bold;
      display: block;
      margin-bottom: 5px; }
    .contact-form-wrapper .contact-form-bdy form.contact-form .contact-form-row .contact-form-field input[type=text],
    .contact-form-wrapper .contact-form-bdy form.contact-form .contact-form-row .contact-form-field select {
      font-size: 15px;
      height: 40px;
      padding: 0 5px;
      max-width: 350px;
      width: 100%; }
    .contact-form-wrapper .contact-form-bdy form.contact-form .contact-form-row .contact-form-field option {
      font-size: 15px; }
    .contact-form-wrapper .contact-form-bdy form.contact-form .contact-form-row .contact-form-field textarea {
      font-size: 15px;
      max-width: 350px;
      width: 100%; }
  .contact-form-wrapper .contact-form-bdy form.contact-form .contact-form-hint {
    font-weight: normal; }
  .contact-form-wrapper .contact-form-bdy form.contact-form .contact-form-help-msg {
    font-size: 13px;
    margin-top: 10px; }
  .contact-form-wrapper .contact-form-thankyou {
    font-size: 16px; }
  .contact-form-wrapper .contact-form-error {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px; }

/* ==========================================================================
Info Pages
========================================================================== */
.infoProdItemImg {
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px; }

.infoProdItemPrice .price-retail {
  float: left;
  margin-right: 10px; }

.infoProdItemPrice .price-prcoff {
  font-weight: bold; }

.infoProdItemPrice .price-adjdefprice {
  font-weight: bold;
  color: #AE0707; }

#info-form-layout {
  font-size: 12px;
  border-radius: 0 0 7px 7px;
  background-color: #FFFFFF;
  border: solid 1px #E1E1E1;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  behavior: url(/Static/Styles/PIE.htc);
  padding: 13px;
  margin-bottom: 20px; }
  #info-form-layout a {
    color: #1D548D; }
    #info-form-layout a:hover {
      text-decoration: underline; }

#info-form-layout-hdr {
  clear: both;
  margin: 0 0 10px; }

#info-form-layout-left {
  width: 464px;
  float: left;
  margin: 0 0 40px 0; }

#info-form-layout-right {
  width: 464px;
  float: right;
  margin: 0 0 40px 0; }

#info-form-layout-ftr {
  clear: both;
  margin: 10px 5px; }

.info-form-instruction {
  margin: 10px 0;
  padding: 0 5px; }

.info-form-hdr-label {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
  margin: 5px 0 10px; }

.info-form {
  margin-top: 10px; }
  .info-form .info-form-row {
    margin: 0 0 7px;
    width: 415px; }
    .info-form .info-form-row .labellong {
      width: 220px !important; }
    .info-form .info-form-row .labelchapta {
      width: 345px !important; }
    .info-form .info-form-row .inputchapta input {
      margin-top: 4px;
      width: 50px !important; }
  .info-form .forceleft .info-form-row-left {
    float: left;
    width: auto;
    padding: 0 0 0 5px;
    margin-right: 7px; }
  .info-form .forceleft .info-form-row-right {
    text-align: left; }
  .info-form .info-form-row-chk {
    margin-top: 15px; }

.info-form-row-chk .info-form-row-left {
  width: 13px; }

.info-form-row-left {
  float: left;
  width: 140px;
  padding: 0 0 0 5px; }

.info-form-chapta-row {
  margin: 20px 0 !important; }

.info-form-ctrl-row input.inimg {
  float: none !important;
  margin-right: 0 !important; }

.info-form-row-right {
  text-align: right; }

.info-form-row-chk .info-form-row-right {
  text-align: left;
  padding-left: 18px; }
  .info-form-row-chk .info-form-row-right label {
    font-weight: bold; }
  .info-form-row-chk .info-form-row-right .subLbl {
    margin-left: 10px; }

.info-form-row-right input[type=text],
.info-form-row-right input[type=password],
.info-form-row-right select,
.info-form-row-right textarea {
  width: 260px; }

.info-form-row-right textarea {
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  height: 100px; }

.info-form-row-right label {
  margin: 0 0 0 10px; }

.info-form-row .inputshort input.intxt,
.info-form-row .inputshort input.inpwd,
.info-form-row .inputshort select {
  width: 185px !important; }

.info-form-row-err {
  clear: both;
  padding: 0 0 0 5px;
  font-weight: bold;
  color: #FF0000; }

.info-form-row input.inimg {
  float: left;
  margin-right: 10px; }

.info-form div.nodisplay {
  display: none; }

h1.info-form-title {
  font-size: 14px;
  color: #336699;
  font-weight: bold; }

#InfoForm {
  margin: 0 0 25px; }

#InfoFormLeft {
  float: left;
  width: 550px; }

#InfoFormRight {
  float: right; }

.infoProductBox {
  margin-bottom: 15px; }
  .infoProductBox .infoProductItem .infoProdItemName {
    margin-bottom: 5px; }
  .infoProductBox .infoProductItem .infoProdItemListPrice {
    color: #003366;
    font-size: 11px;
    font-weight: bold; }
  .infoProductBox .infoProductItem .infoProdItemPrice {
    color: #003366;
    font-weight: bold; }

.productDetailPrice {
  color: #d32222;
  font-size: 14px; }

#infoFrmContents .infoFrmRowCat {
  margin-bottom: 10px;
  clear: left; }

#infoFrmContents .fleft {
  width: 125px;
  text-align: right;
  float: left; }

#infoFrmContents .fleftCat {
  width: 140px;
  text-align: right;
  float: left; }

#infoFrmContents .fright {
  width: 150px;
  text-align: left;
  float: left;
  padding-left: 10px;
  margin-right: 10px; }

#infoFrmContents .ErrMsg {
  margin: 3px 15px 11px 0;
  float: right; }

#infoFrmContents .AdrfrmRowOpt {
  height: 40px;
  line-height: 20px;
  margin-left: 135px;
  clear: left; }

.optionalLbl {
  font-size: 72%; }

.AdrfromRowBtns {
  height: 56px;
  margin-left: 140px;
  margin-top: 15px; }

.infoFrmRow {
  height: 40px;
  margin-bottom: 4px;
  clear: left;
  font-size: 11px; }
  .infoFrmRow .fleft {
    width: 15px;
    text-align: right;
    float: left; }
  .infoFrmRow .fright {
    text-align: left;
    float: left;
    padding-left: 10px;
    width: 285px; }
    .infoFrmRow .fright label {
      font-weight: bold; }

.subLbl {
  font-size: 92%; }

.frmInfoDetail input[type=text],
.frmInfoDetail textarea {
  border: 1px solid #AAAAAA;
  padding: 3px;
  width: 250px; }

/* ==========================================================================
Catalog Request
========================================================================== */
@media screen and (min-width: 20em) and (max-width: 47.9375em) {
  .malCatalogReq .catalog-req-right {
    margin-top: 25px; } }

.malCatalogReq .myaccount-form-instruction + .myaccount-form-instruction {
  margin-top: 5px; }

/* ==========================================================================
Contest Page
========================================================================== */
#contest-banner {
  margin-bottom: 15px; }

@media screen and (min-width: 20em) and (max-width: 47.9375em) {
  .contest-form-right {
    margin-top: 25px; } }

.contest-form-right .contestHdr {
  color: #003366;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0; }

.contest-form-right p {
  font-size: 13px;
  line-height: 17px; }

/* ==========================================================================
International Checkout
========================================================================== */
#Adrfrmcontents .AdrfrmRow {
  margin-bottom: 10px;
  clear: left; }

#Adrfrmcontents .AdrfrmRowCat {
  margin-bottom: 10px;
  clear: left; }

#Adrfrmcontents .fleft {
  width: 125px;
  text-align: right;
  float: left; }

#Adrfrmcontents .fleftCat {
  width: 130px;
  text-align: right;
  float: left; }

#Adrfrmcontents .fright {
  width: 150px;
  height: 25px;
  text-align: left;
  float: left;
  padding-left: 10px;
  margin-right: 10px; }

#Adrfrmcontents .ErrMsg {
  margin-left: 5px;
  margin-top: 3px;
  margin-bottom: 8px;
  margin-right: 35px;
  float: right;
  width: 250px;
  text-align: right;
  color: #FF0000; }

/* ==========================================================================
Miscellaneous
========================================================================== */
#privacyStmt {
  color: #8A8A8A;
  font-size: 11px;
  line-height: 15px; }

/* ==========================================================================
TurnTo Reviews and Q&A
========================================================================== */
#TTwriteReviewBtn,
#TurnToReviewsContent .TTwriteReview a, #TTwriteReviewBtn-portrait, .TTbigSubmitBtn {
  background-image: none !important;
  background-position: 0 0 !important;
  height: auto !important;
  width: auto !important; }

#TurnToReviewsContent,
#TurnToContent *,
#TTtraWindow * {
  font-family: Arial, Helvetica, sans-serif !important; }

#TurnToContent a,
#TTtraWindow a,
#TurnToReviewsContent a,
.TT3ansArea .TT3linkLine,
#TTtraWindow .TT3ansArea .TT3linkLine,
.TT3rplyCntr .TT3linkLine,
#TTtraWindow .TT3rplyCntr .TT3linkLine {
  color: #336699 !important; }

.TT3storeBadge,
.TT3staffBadge,
.TT3storeAskedBadge {
  background-color: #336699 !important;
  color: #FFFFFF !important;
  padding: 1px 10px !important; }

.TT3storeBadge,
.TT3staffBadge {
  text-transform: uppercase; }

#TTwriteRevGreet,
#TTwriteRevProdTitle {
  color: #000000 !important; }

.TT4AskBkgAndBorder {
  background-color: transparent !important;
  border: none !important; }
  @media screen and (min-width: 64em) {
    .TT4AskBkgAndBorder {
      background-color: #EBEBEB !important;
      border: 1px solid #818181 !important; } }

#TT2questionSection {
  padding: 0 !important; }
  @media screen and (min-width: 64em) {
    #TT2questionSection {
      padding: 11px !important; } }

#TT3RightLinks {
  float: none !important;
  font-size: 10px;
  padding: 0 !important; }
  @media screen and (min-width: 48em) {
    #TT3RightLinks {
      text-align: left !important; } }

.TT3qText {
  color: #595959 !important;
  cursor: default !important;
  font-size: 15px !important;
  font-weight: bold !important; }

.TTreviewSummary,
.TT3itemBox,
.TTreview {
  background-color: #FFFFFF !important;
  border: none !important;
  padding: 0 !important; }
  @media screen and (min-width: 64em) {
    .TTreviewSummary,
    .TT3itemBox,
    .TTreview {
      border: 1px solid #818181 !important;
      padding: 15px !important; } }

.TTreviewSummary {
  margin: 0 !important; }
  @media screen and (min-width: 64em) {
    .TTreviewSummary {
      margin-top: 20px !important; } }

#TTreviewSearchTerm {
  width: 82% !important; }

.TT4breakdown {
  margin-bottom: 10px !important; }

#TTwriteRevProd {
  border-left: 2px solid #AE0707 !important; }

.TTbestAnswer {
  color: #AE0707 !important; }

.TTpoweredby {
  display: none; }

.TT2left {
  float: none !important;
  position: relative; }

#TTwriteReviewBtn,
#TurnToReviewsContent .TTwriteReview a {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0; }

.TTwriteReview {
  margin-top: 0 !important; }

.TTreviewCount {
  float: right;
  margin-top: 0 !important; }
  @media screen and (min-width: 64em) {
    .TTreviewCount {
      float: none;
      margin-top: 5px !important; } }

#TTsearchTermGrp {
  border: 1px solid #818181 !important;
  height: 28px !important;
  padding: 4px 3px;
  width: 100% !important; }
  @media screen and (min-width: 64em) {
    #TTsearchTermGrp {
      width: auto !important; } }

#TurnToReviewsContent .TTwriteReview a {
  float: right;
  position: relative; }

#TTwriteReviewBtn:before,
#TTwriteReviewBtn-portrait:before {
  content: "Write A Review"; }

.TTrevCol2 .TTrevLinkLine {
  display: none; }

#TTreviewSort {
  border: 1px solid #818181 !important;
  height: auto !important;
  padding: 5px 0 !important;
  width: 100% !important; }
  @media screen and (min-width: 64em) {
    #TTreviewSort {
      width: auto !important; } }

#TT4breakdownLeftCol {
  font-size: 11px !important;
  width: 50px !important; }

#TT4breakdownRightCol {
  font-size: 11px !important; }

#TT4breakdownLeftCol div + div,
#TT4breakdownRightCol div + div {
  margin-top: 4px !important; }

.TT8 {
  background-color: transparent !important;
  padding: 5px 0 !important; }

.TT4QProductImg {
  top: 10px !important; }

#TTreviewSearchLeft {
  margin-left: 0 !important; }

.TT2reviewSearchSortLeftRespCenter {
  margin-top: 10px; }
  @media screen and (min-width: 48em) {
    .TT2reviewSearchSortLeftRespCenter {
      margin: 0; } }

.TTratingBoxBorder {
  border: none !important;
  padding: 0 !important; }

.TTreviewTitle {
  font-size: 15px; }

.TTreviewBody {
  margin-bottom: 0 !important; }

.TTrevCol2 {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px; }

#TurnToReviewsContent .TT3ShowMore a,
#TT3qShowMore a {
  color: #919294 !important;
  font-size: 14px;
  font-weight: bold; }

.TTbigSubmitBtn:before {
  content: "Submit"; }

.TTrevCol2 {
  border: none !important; }

ul.TTrevLinkLine li {
  margin-top: 10px !important; }

#TT4questionTextWrap {
  border-color: #CCCCCC !important;
  padding-top: 3px; }

#TurnToContent textarea#TT2questionText {
  font-size: 12px !important;
  margin-right: 0 !important; }
  @media screen and (min-width: 48em) {
    #TurnToContent textarea#TT2questionText {
      font-size: 14px !important; } }

#TTexUgcL span {
  text-align: left !important; }

ul.TT3linkLine li:after {
  padding: 0 5px !important; }

.TT4vUpCnt {
  margin-bottom: 5px; }

.TT3vcntUp {
  display: inline-block; }

/* ==========================================================================
Selectric
========================================================================== */
.selectricWrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
  text-align: left; }

.selectricResponsive {
  width: 100%; }

.selectric {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #000000;
  position: relative; }

.selectric .label {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0 20px 0 0;
  min-height: 18px;
  overflow: hidden;
  padding: 3px 6px;
  white-space: nowrap; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 24px;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBBBBB;
  border-bottom: none; }

.selectricHover .selectric {
  border-color: #CCCCCC; }

.selectricHover .selectric .button:after {
  border-top-color: #888888; }

.selectricOpen {
  z-index: 9999; }

.selectricOpen .selectric {
  border-color: #CCCCCC;
  background: #FFFFFF; }

.selectricOpen .selectricItems {
  display: block;
  outline: none; }

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectricHideSelect {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 0; }

.selectricHideSelect select {
  display: none;
  left: -100%;
  position: absolute; }

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectricTempShow {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.selectricItems {
  background: #FFFFFF;
  border: 1px solid #CCC;
  box-shadow: 0 0 10px -6px;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: -1; }

.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto; }

.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%; }

.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectricItems li {
  color: #000000;
  display: block;
  padding: 2px 6px;
  cursor: pointer; }

.selectricItems li.last {
  margin: 0 !important; }

.selectricItems li img {
  border: 1px solid #E3E4E5;
  margin-right: 5px;
  vertical-align: middle; }

.selectricItems li.selected {
  background: #EEEEEE;
  border-top-color: #E0E0E0;
  color: #1D548D; }

.selectricItems li:hover {
  background: #EEEEEE;
  color: #1D548D; }

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBBBBB;
  border-top-color: #FAFAFA;
  cursor: default; }

/* ==========================================================================
Slick Slider
========================================================================== */
ul.slick-dots {
  font-size: 13px;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center; }
  ul.slick-dots li {
    color: #CCCCCC;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    text-align: center; }
    ul.slick-dots li + li {
      margin-left: 12px; }
    ul.slick-dots li img {
      width: 100%; }
    ul.slick-dots li.slick-active {
      color: #666666; }

/* ==========================================================================
FlexNav (Category Navigation)
========================================================================== */
ul.flexnav {
  -webkit-transform-style: preserve-3d;
  display: none;
  list-style: none;
  position: relative;
  transition: none; }
  @media screen and (min-width: 64em) {
    ul.flexnav {
      display: block; } }
  ul.flexnav.flexnav-show {
    display: block;
    position: absolute;
    transition: all .5s ease-in-out;
    width: 100%;
    z-index: 190; }
    @media screen and (min-width: 64em) {
      ul.flexnav.flexnav-show {
        position: relative;
        width: auto; } }
  ul.flexnav ul {
    margin: 0;
    padding: 0; }
  ul.flexnav li {
    position: relative;
    display: block; }
    @media screen and (min-width: 64em) {
      ul.flexnav li {
        float: left; } }
    ul.flexnav li #hd-main-nav-contact-us {
      color: #595959;
      display: block;
      padding: 12px 15px; }
    ul.flexnav li a {
      position: relative;
      display: block;
      overflow: hidden; }
    @media screen and (min-width: 64em) {
      ul.flexnav li > ul {
        position: absolute;
        top: auto;
        left: 0; } }
    ul.flexnav li > ul li {
      width: 100%; }
    ul.flexnav li ul {
      display: none; }
      @media screen and (max-width: 63.9375em) {
        ul.flexnav li ul.open {
          display: none !important; } }
      ul.flexnav li ul li {
        overflow: hidden; }
        ul.flexnav li ul li a {
          width: 100%; }
        @media screen and (min-width: 64em) {
          ul.flexnav li ul li > ul {
            margin-left: 100%;
            top: -1px; } }
      @media screen and (min-width: 64em) {
        ul.flexnav li ul.flexnav-show li {
          overflow: visible; } }
  ul.flexnav .touch-button {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0; }
    ul.flexnav .touch-button:after {
      content: "\f067";
      font-family: FontAwesome !important; }
      @media screen and (min-width: 64em) {
        ul.flexnav .touch-button:after {
          content: "\f054"; } }

/* ==========================================================================
CloudZooom
========================================================================== */
.cloud-zoom-title {
  display: none; }

.cloud-zoom-loading {
  color: #FFFFFF;
  background: #222222;
  padding: 3px;
  border: 1px solid #000000; }

.cloud-zoom-lens {
  cursor: url(/images/zoom.png), url(/images/zoom.cur), -moz-zoom-in;
  text-align: center;
  border: 1px solid #363636;
  background-color: #FFFFFF;
  margin: -1px;
  /* Set this to minus the border thickness. */ }

.cloud-zoom-big {
  border: 1px solid #E1E1E1;
  overflow: hidden; }

/* ==========================================================================
Remodal
========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(51, 51, 51, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 20px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; }
    .remodal#email-signup-popover {
      max-width: 460px; } }

/* IE8 */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "xsmall=0em&small=20em&medium=48em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 12px;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: inherit;
  color: #000000;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 133.33333rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none; }
    @media screen and (min-width: 20em) {
      .row .row {
        margin-left: -0.83333rem;
        margin-right: -0.83333rem; } }
    @media screen and (min-width: 48em) {
      .row .row {
        margin-left: -1.25rem;
        margin-right: -1.25rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left; }
  @media screen and (min-width: 20em) {
    .column, .columns {
      padding-left: 0.83333rem;
      padding-right: 0.83333rem; } }
  @media screen and (min-width: 48em) {
    .column, .columns {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

@media screen and (min-width: 20em) {
  .small-1 {
    width: 8.33333%; }
  .small-push-1 {
    position: relative;
    left: 8.33333%; }
  .small-pull-1 {
    position: relative;
    left: -8.33333%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-2 {
    width: 16.66667%; }
  .small-push-2 {
    position: relative;
    left: 16.66667%; }
  .small-pull-2 {
    position: relative;
    left: -16.66667%; }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .small-3 {
    width: 25%; }
  .small-push-3 {
    position: relative;
    left: 25%; }
  .small-pull-3 {
    position: relative;
    left: -25%; }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .small-4 {
    width: 33.33333%; }
  .small-push-4 {
    position: relative;
    left: 33.33333%; }
  .small-pull-4 {
    position: relative;
    left: -33.33333%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-5 {
    width: 41.66667%; }
  .small-push-5 {
    position: relative;
    left: 41.66667%; }
  .small-pull-5 {
    position: relative;
    left: -41.66667%; }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .small-6 {
    width: 50%; }
  .small-push-6 {
    position: relative;
    left: 50%; }
  .small-pull-6 {
    position: relative;
    left: -50%; }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .small-7 {
    width: 58.33333%; }
  .small-push-7 {
    position: relative;
    left: 58.33333%; }
  .small-pull-7 {
    position: relative;
    left: -58.33333%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-8 {
    width: 66.66667%; }
  .small-push-8 {
    position: relative;
    left: 66.66667%; }
  .small-pull-8 {
    position: relative;
    left: -66.66667%; }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .small-9 {
    width: 75%; }
  .small-push-9 {
    position: relative;
    left: 75%; }
  .small-pull-9 {
    position: relative;
    left: -75%; }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .small-10 {
    width: 83.33333%; }
  .small-push-10 {
    position: relative;
    left: 83.33333%; }
  .small-pull-10 {
    position: relative;
    left: -83.33333%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-11 {
    width: 91.66667%; }
  .small-push-11 {
    position: relative;
    left: 91.66667%; }
  .small-pull-11 {
    position: relative;
    left: -91.66667%; }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .small-12 {
    width: 100%; }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left; }
    .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
      float: left; }
  .small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left; }
    .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
      float: left; }
  .small-up-3 > .column, .small-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
      float: left; }
  .small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left; }
    .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
      float: left; }
  .small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left; }
    .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
      float: left; }
  .small-up-6 > .column, .small-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
      float: left; }
  .small-up-7 > .column, .small-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
      float: left; }
  .small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
      float: left; }
  .small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse .row,
  .expanded.row .small-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; }
  .small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .small-uncentered,
  .small-push-0,
  .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row,
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 20em) {
  .hide-for-small {
    display: none !important; } }

@media screen and (max-width: 19.9375em) {
  .show-for-small {
    display: none !important; } }

@media screen and (min-width: 20em) and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 19.9375em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*# sourceMappingURL=main.css.map */
