[data-content-wrapper=faq] .active-faq,
[data-content-wrapper=order] .active-order,
[data-content-wrapper=account] .active-account,
[data-content-wrapper=return] .active-return,
[data-content-wrapper=shipping] .active-shipping {
  border: 0.2em solid #ffff;
  color: #fff !important;
  background-color: #000 !important;
  pointer-events: none;
}
[data-content-wrapper=faq] .active-faq:hover,
[data-content-wrapper=order] .active-order:hover,
[data-content-wrapper=account] .active-account:hover,
[data-content-wrapper=return] .active-return:hover,
[data-content-wrapper=shipping] .active-shipping:hover {
  color: #7d7d7d !important;
  background-color: #fff !important;
}

.cs-help {
  font-size: 10px;
  text-align: center;
  background-color: #fff;
  /* note: !imporants are used to override .isDesktopEnvironment in brand content _layout.scss partial. */
  /* INTRO */
  /* #cs-intro */
  /* FAQ ACTIONS */
  /* FEATURED TOPICS */
  /* #cs-topics */
  /* CONTACT METHODS */
  /* #cs-contact */
  /* FEATURED TOPICS */
}
@media (max-width: 767.999px) {
  .cs-help {
    /* desktop styles */
    width: 321px;
    margin-left: -17px;
  }
}
@media (min-width: 768px) {
  .cs-help {
    /* desktop styles */
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cs-help .ag-site-width {
    /* desktop styles */
    font-size: 0.625vw !important;
    max-width: 1600px !important;
  }
}
@media (min-width: 1600px) {
  .cs-help .ag-site-width {
    /* desktop styles */
    font-size: 10px !important;
  }
}
.cs-help .ag-site-width #cs-banner h1,
.cs-help .ag-site-width #cs-banner h3 {
  color: #fff;
  text-transform: uppercase;
}
.cs-help .ag-site-width #cs-banner h1 {
  font-size: 2em;
}
.cs-help .ag-site-width #cs-banner h3 {
  font-size: 2.5em;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .cs-help .ag-site-width #cs-banner {
    /* desktop styles */
  }
  .cs-help .ag-site-width #cs-banner h1 {
    font-size: 3em;
  }
  .cs-help .ag-site-width #cs-banner h3 {
    font-size: 8em;
  }
}
.cs-help .ag-content-width {
  padding: 0 1em;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cs-help .ag-content-width {
    /* desktop styles */
    font-size: 0.862vw;
    padding: 0 40px;
    width: 100vw !important;
    max-width: 1160px;
  }
}
@media (min-width: 1160px) {
  .cs-help .ag-content-width {
    /* desktop styles */
    font-size: 10px;
  }
}
.cs-help h2 {
  font-size: 3em;
  margin: 0.8em auto 0.5em;
  text-transform: none;
  line-height: 1;
  color: #000;
}
@media (min-width: 768px) {
  .cs-help h2 {
    /* desktop styles */
    font-size: 6em;
    margin-top: 0.5em;
  }
  .cs-help h2:first-of-type {
    font-size: 4em;
    text-align: center;
  }
}
.cs-help .cta-primary {
  display: inline-block;
  font-size: 1.4em;
  width: 15em;
  padding: 0.8em 0.75em 0.6em;
  height: auto;
  line-height: 1em;
  min-width: auto;
  background-color: #000;
  color: #fff;
}
.cs-help .cta-primary:hover {
  background-color: #7d7d7d;
  color: #fff;
}
.cs-help #cs-intro p {
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
}
@media (min-width: 768px) {
  .cs-help #cs-intro p {
    /* desktop styles */
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions .cs-faq-actions-wrapper {
    /* desktop styles */
    display: flex;
    position: relative;
  }
}
.cs-help #cs-faq-actions #cs-faq {
  margin-bottom: 2em;
}
.cs-help #cs-faq-actions #cs-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions #cs-actions {
    /* desktop styles */
    margin: 1em auto 6em auto;
    width: 100%;
  }
}
.cs-help #cs-faq-actions ul {
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions ul {
    /* desktop styles */
    margin: 0;
  }
}
.cs-help #cs-faq-actions ul a {
  font-size: 1.4em;
  color: black;
  line-height: 1.4;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions ul a {
    /* desktop styles */
    font-size: 2em;
    letter-spacing: normal;
  }
}
.cs-help #cs-faq-actions ul a:hover, .cs-help #cs-faq-actions ul a:active, .cs-help #cs-faq-actions ul a:focus {
  color: #95d6cb;
}
.cs-help #cs-faq-actions .cs-action {
  display: block;
  font-size: 1em;
  padding: 2em 0 2.2em;
  margin: 1em auto;
  width: 27.4em;
  background: #f1f1f2;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions .cs-action {
    /* desktop styles */
    padding: 3em 0 3.4em;
    margin: 0 0 0 3%;
    width: 43.65%;
  }
}
.cs-help #cs-faq-actions .cs-action h3 {
  font-size: 1.8em;
  padding: 0.5em 1em;
  margin: 0 0 0.5em;
  line-height: 1;
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions .cs-action h3 {
    /* desktop styles */
    font-size: 2.8em;
  }
}
.cs-help #cs-faq-actions .cs-action .cs-home-cta {
  font-size: 1.2em;
  width: 16em;
  color: #fff;
  background: #000;
  height: 3em;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions .cs-action .cs-home-cta {
    /* desktop styles */
    font-size: 1.8em;
    width: 24em;
  }
}
.cs-help #cs-faq-actions .cs-action .cs-home-cta:hover {
  background-color: #7d7d7d;
}
.cs-help .cs-refund-section {
  display: flex;
  width: 27.4em;
  flex-direction: column;
  background-color: #f1f1f2;
  margin-bottom: 5em;
}
@media (min-width: 768px) {
  .cs-help .cs-refund-section {
    /* desktop styles */
    width: auto;
    flex-direction: row;
    align-items: baseline;
  }
}
.cs-help .cs-refund-section p {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .cs-help .cs-refund-section p {
    /* desktop styles */
    font-size: 1.4em;
  }
}
.cs-help .cs-refund-section .refund-main {
  padding: 1em;
}
@media (min-width: 768px) {
  .cs-help .cs-refund-section .refund-main {
    /* desktop styles */
    padding: 0 7em 5em;
  }
}
.cs-help .cs-refund-section .refund-main h3 {
  font-size: 1.8em;
  line-height: 1;
}
@media (min-width: 768px) {
  .cs-help .cs-refund-section .refund-main h3 {
    /* desktop styles */
    font-size: 2.8em;
  }
}
.cs-help .cs-refund-section .refund-secondary a {
  display: block;
  margin-bottom: 2em;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .cs-help .cs-refund-section .refund-secondary a {
    /* desktop styles */
    font-size: 1.4em;
  }
}
.cs-help #cs-topics {
  padding: 2.25em 0;
  background: #f1f1f2;
}
@media (min-width: 768px) {
  .cs-help #cs-topics {
    /* desktop styles */
    padding: 3em 0 8em;
    margin-top: 2em;
  }
}
.cs-help #cs-topics h2 {
  margin-top: 0;
  color: #000;
}
.cs-help #cs-topics .cs-topic-list {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767.999px) {
  .cs-help #cs-topics .cs-topic-list {
    /* desktop styles */
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cs-help #cs-topics .cs-topic-list {
    /* desktop styles */
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.cs-help #cs-topics a {
  display: inline-flex;
  font-size: 1.2em;
  padding: 1em 0;
  margin: 0.5em;
  width: 29%;
  color: #fff;
  background: #000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  justify-content: center;
  flex-direction: column;
  height: 50px;
  box-sizing: border-box;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cs-help #cs-topics a {
    /* desktop styles */
    font-size: 2.4em;
    margin: 0;
    width: 7.7em;
    height: 3.9em;
  }
  .cs-help #cs-topics a:hover {
    background-color: #7d7d7d;
  }
}
.cs-help #cs-contact {
  background: #f1f1f2;
  padding-bottom: 4em;
}
@media (min-width: 768px) {
  .cs-help #cs-contact {
    /* desktop styles */
    padding-bottom: 8em;
  }
}
.cs-help #cs-contact h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.cs-help #cs-contact .cs-method-list {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .cs-help #cs-contact .cs-method-list {
    /* desktop styles */
    flex-direction: row;
    justify-content: space-between;
  }
}
.cs-help #cs-contact .cs-method {
  padding: 1em 0;
  margin: 1em auto;
  width: 210px;
  height: 125px;
  box-sizing: border-box;
  background: white;
}
@media (min-width: 768px) {
  .cs-help #cs-contact .cs-method {
    /* desktop styles */
    padding: 2em 4em;
    margin: 0;
    width: 30%;
    height: auto;
  }
}
.cs-help #cs-contact .cs-method h3 {
  font-size: 1.9em;
  margin: 0;
  font-family: "Gotham Bold", arial, sans-serif;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .cs-help #cs-contact .cs-method h3 {
    /* desktop styles */
    font-size: 3em;
    text-align: left;
  }
}
.cs-help #cs-contact .cs-method:nth-child(n+2) h3 {
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .cs-help #cs-contact .cs-method:nth-child(n+2) h3 {
    /* desktop styles */
    margin: 0;
  }
}
.cs-help #cs-contact .cs-method p {
  font-size: 1.2em;
  margin: 0.75em 0;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .cs-help #cs-contact .cs-method p {
    /* desktop styles */
    font-size: 1.5em;
    margin: 3em 0 4em;
    text-align: left;
  }
}
.cs-help #cs-contact .cs-method em {
  color: #000;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-style: normal;
}
.cs-help #cs-contact .cs-method .cta-primary {
  width: auto;
}
.cs-help #cs-help-header {
  background-color: #000;
  margin-bottom: 3em;
}
@media (max-width: 767.999px) {
  .cs-help #cs-help-header {
    /* desktop styles */
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cs-help #cs-help-header {
    /* desktop styles */
  }
}
.cs-help #cs-help-header a {
  text-decoration: none;
}
.cs-help #cs-help-header h1 {
  font-size: 3.5em;
  padding: 0.5em 0;
  margin: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 768px) {
  .cs-help #cs-help-header h1 {
    /* desktop styles */
    line-height: 2;
    font-size: 5em;
    padding: 0;
  }
}
.cs-help #cs-help-header #cs-help-nav {
  background: #000;
}
.cs-help #cs-help-header #cs-help-nav .ag-content-width {
  display: flex;
  padding: 1em 0;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767.999px) {
  .cs-help #cs-help-header #cs-help-nav .ag-content-width {
    /* desktop styles */
  }
}
@media (min-width: 768px) {
  .cs-help #cs-help-header #cs-help-nav .ag-content-width {
    /* desktop styles */
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.cs-help #cs-help-header #cs-help-nav .ag-content-width a {
  display: inline-flex;
  font-size: 1.2em;
  padding: 1em 0;
  margin: 0.5em;
  width: 29%;
  color: #000;
  background: #fff;
  font-family: "Gotham Bold", arial, sans-serif;
  line-height: 1.2;
  justify-content: center;
  flex-direction: column;
  height: 42px;
  box-sizing: border-box;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cs-help #cs-help-header #cs-help-nav .ag-content-width a {
    /* desktop styles */
    font-size: 1.8em;
    padding: 0.5em 0;
    margin: 0.5em 1em;
    width: 20%;
    height: auto;
  }
}
.cs-help #cs-help-header #cs-help-nav .ag-content-width a:hover, .cs-help #cs-help-header #cs-help-nav .ag-content-width a:active, .cs-help #cs-help-header #cs-help-nav .ag-content-width a:focus {
  color: white;
  background: #7d7d7d;
}

[data-content-wrapper=faq] .cs-help,
[data-content-wrapper=order] .cs-help,
[data-content-wrapper=account] .cs-help,
[data-content-wrapper=return] .cs-help,
[data-content-wrapper=shipping] .cs-help {
  background-color: #fff;
}

/* REMOVE CS SIDE NAV */
.page-content #primary.primary-content {
  padding: 0;
  width: 100%;
}

#secondary {
  display: none;
}

@media (max-width: 767.999px) {
  #main.page-content {
    /* desktop styles */
    padding: 0 17px 20px;
    /*this is the same as what #primary was doing on mobile before we removed it */
    width: 287px;
  }
}

.breadcrumb {
  display: none;
}

#primary > section > a.cta-secondary:last-of-type {
  display: none;
  /* hides "back to customer service" cta */
}

/*# sourceMappingURL=style.css.map */
