@media (min-width: 768px) {
  #primary .cta-primary {
    /* desktop styles */
    display: inline-block;
  }
}

.cs-help {
  font-size: 10px;
  /* note: !imporants are used to override .isDesktopEnvironment in brand content _layout.scss partial. */
  /* BANNER */
  /* BANNER */
  /* FAQ ACTIONS */
  /* #cs-faq-actions */
  /* FEATURED TOPICS */
  /* #cs-topics */
  /* CONTACT METHODS */
  /* #cs-contact */
  /* FEATURED TOPICS */
  /* #cs-help-header */
}
@media (max-width: 767.999px) {
  .cs-help {
    /* desktop styles */
    margin-left: -17px;
    width: 321px;
  }
}
@media (min-width: 768px) {
  .cs-help {
    /* desktop styles */
  }
}
@media (min-width: 768px) {
  .cs-help .ag-site-width {
    /* desktop styles */
    max-width: 100vw !important;
    font-size: 0.625vw !important;
  }
}
@media (min-width: 1600px) {
  .cs-help .ag-site-width {
    /* desktop styles */
    font-size: 10px !important;
  }
}
.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;
    width: 100vw !important;
    max-width: 1160px;
    padding: 0 40px;
  }
}
@media (min-width: 1160px) {
  .cs-help .ag-content-width {
    /* desktop styles */
    font-size: 10px;
  }
}
.cs-help h2 {
  margin: 0.8em auto 0.5em;
  font-size: 2.25em;
  text-transform: none;
  line-height: 1;
  font-family: "Gotham Ultra", "Interstate Light", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  .cs-help h2 {
    /* desktop styles */
    font-size: 4em;
    margin-top: 0.5em;
  }
}
.cs-help a {
  text-decoration: none;
}
.cs-help p {
  font-size: 1.2em;
  line-height: 1.25em;
  margin: 1.25em 0;
}
.cs-help p a {
  font-size: 1em;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cs-help p {
    /* desktop styles */
    font-size: 2em;
  }
  .cs-help p a:hover {
    text-decoration: none;
  }
}
.cs-help ul {
  padding: 0 0 0 2em;
  margin: 0;
}
.cs-help li p {
  margin: 0 0 0.5em;
}
.cs-help .cta-primary {
  font-size: 1.25em;
  line-height: 1;
  height: 2.75em;
  padding: 0 1.25em;
  min-width: auto;
  display: inline-flex;
  align-items: center;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  color: #fff;
  background: #000;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .cs-help .cta-primary {
    /* desktop styles */
    height: 3.5em;
    padding: 0 1.3em;
    font-size: 1.4em;
  }
  .cs-help .cta-primary:hover, .cs-help .cta-primary.active {
    background: #7d7d7d;
    color: #fff;
  }
}
.cs-help .cs-topic-list {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767.999px) {
  .cs-help .cs-topic-list {
    /* desktop styles */
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cs-help .cs-topic-list {
    /* desktop styles */
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.cs-help .cs-topic-list a {
  color: #fff;
  background: #000;
  width: 29%;
  padding: 1em 0;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  height: 50px;
  box-sizing: border-box;
  margin: 0.5em;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .cs-help .cs-topic-list a {
    /* desktop styles */
    width: 12em;
    margin: 0;
    font-size: 1.6em;
    height: 3.9em;
    transition: all 0.2s;
  }
  .cs-help .cs-topic-list a:hover, .cs-help .cs-topic-list a.active {
    background: #7d7d7d;
    color: #fff;
  }
  .cs-help .cs-topic-list a.active {
    pointer-events: none;
    cursor: default;
  }
}
.cs-help #cs-banner {
  background: #000;
  margin: 0 auto;
}
.cs-help #cs-banner img {
  display: block;
  width: 100%;
}
.cs-help #cs-banner h3 {
  color: #fff;
  font-family: "Gotham Ultra", "Interstate Light", Arial, sans-serif;
  font-weight: normal;
  font-size: 2.6em;
  margin: 0;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  .cs-help #cs-banner h3 {
    /* desktop styles */
    font-size: 7em;
  }
}
.cs-help #cs-banner h2 {
  color: white;
  font-size: 1.8em;
  margin: 0;
  line-height: 1;
  text-transform: none;
  color: #fff;
  font-family: "Gotham Ultra", "Interstate Light", Arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 768px) {
  .cs-help #cs-banner h2 {
    /* desktop styles */
    font-size: 3em;
  }
}
@media (max-width: 767.999px) {
  .cs-help #cs-intro {
    /* desktop styles */
    text-align: center;
  }
  .cs-help #cs-intro p {
    font-size: 1.2em;
    line-height: 1.25em;
  }
}
@media (max-width: 767.999px) {
  .cs-help #cs-faq-actions {
    /* desktop styles */
    text-align: center;
  }
  .cs-help #cs-faq-actions h2 {
    margin-bottom: 0.25em;
  }
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions {
    /* desktop styles */
    margin-bottom: 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;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions #cs-faq {
    /* desktop styles */
    flex: 1;
    margin-bottom: 0;
  }
}
.cs-help #cs-faq-actions #cs-actions {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions #cs-actions {
    /* desktop styles */
    width: 70%;
    height: unset;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.cs-help #cs-faq-actions ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions ul {
    /* desktop styles */
    margin: 0;
  }
}
.cs-help #cs-faq-actions ul a {
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 2;
  color: #666;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions ul a {
    /* desktop styles */
    font-size: 1.6em;
    line-height: 1.4;
  }
}
.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: #7d7d7d;
}
.cs-help #cs-faq-actions .cs-action {
  background: #f1f1f2;
  display: block;
  font-size: 1em;
  margin: 0 0 2.4em;
  padding: 2em 0 2.2em;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 768px) {
  .cs-help #cs-faq-actions .cs-action {
    /* desktop styles */
    width: 45%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.cs-help #cs-faq-actions .cs-action h3 {
  font-size: 1.75em;
  line-height: 1;
  margin: 0 0 0.5em;
}
.cs-help .cs-help-nav {
  background: #95d6cb;
  padding: 2.25em 0;
}
@media (min-width: 768px) {
  .cs-help .cs-help-nav {
    /* desktop styles */
    padding: 3em 0 8em;
  }
}
.cs-help .cs-help-nav h2 {
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cs-help .cs-help-nav h2 {
    /* desktop styles */
    text-align: unset;
  }
}
.cs-help .cs-help-nav h2 a {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  line-height: 1;
  font-weight: inherit;
  letter-spacing: inherit;
  display: block;
  text-decoration: none;
}
.cs-help #cs-contact {
  background: #f1f1f2;
  padding: 2em 0 3em;
}
@media (min-width: 768px) {
  .cs-help #cs-contact {
    /* desktop styles */
    padding: 0 0 8em;
  }
}
.cs-help #cs-contact h2 {
  margin-top: 0;
  padding-top: 0.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .cs-help #cs-contact h2 {
    /* desktop styles */
    text-align: unset;
  }
}
.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;
    text-align: left;
  }
}
.cs-help #cs-contact .cs-method {
  margin: 1em auto;
  padding: 1em 0 1.25em;
  width: 21em;
  box-sizing: border-box;
  background: white;
}
@media (min-width: 768px) {
  .cs-help #cs-contact .cs-method {
    /* desktop styles */
    padding: 2em 4em;
    width: 30%;
    margin: 0;
  }
}
.cs-help #cs-contact .cs-method h3 {
  font-size: 1.9em;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .cs-help #cs-contact .cs-method h3 {
    /* desktop styles */
    font-size: 3em;
  }
}
.cs-help #cs-contact .cs-method p {
  font-size: 1.2em;
  line-height: 1.25;
  margin: 0.75em 0 1.25em;
}
.cs-help #cs-contact .cs-method p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cs-help #cs-contact .cs-method p {
    /* desktop styles */
    font-size: 1.5em;
  }
}
.cs-help #cs-contact .cs-method em {
  font-style: normal;
  font-family: "Gotham A", "Gotham B", "Interstate Light", Arial, sans-serif;
  font-weight: 500;
}
.cs-help #cs-help-header {
  margin-bottom: 3em;
}
@media (max-width: 767.999px) {
  .cs-help #cs-help-header {
    /* desktop styles */
    padding: 0;
  }
}

/* #css-help */
.page-content #primary.primary-content h1:first-of-type {
  display: none;
}

/* 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 */
    box-sizing: border-box;
    padding: 0 17px 0;
    /*this is the same as what #primary was doing on mobile before we removed it */
  }
}

.breadcrumb {
  display: none;
}

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

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