/* Universal breakpoints */
section {
  padding: 0 1rem; }

.text-header {
  padding: 2rem 1rem; }
  .text-header h1 {
    color: #3b3d49;
    text-align: center;
    font-family: "Synchrony Sans", Helvetica, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 114.286% */
    margin: 1rem 0; }
  .text-header p {
    max-width: 620px;
    margin: 1rem auto;
    color: #3b3d49;
    text-align: center;
    font-family: "Synchrony Sans", Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */ }
  .text-header a {
    display: inline-block;
    position: relative;
    color: #3b3d49;
    text-decoration: none;
    line-height: 26px; }
    .text-header a:after {
      content: "";
      position: absolute;
      left: 0;
      display: inline-block;
      height: 1em;
      width: 0;
      border-bottom: 2px solid #fbc600;
      bottom: 2px;
      transition: width 150ms ease-in-out; }
    .text-header a:hover:after, .text-header a.active:after {
      width: 100%; }
  @media (min-width: 768px) {
    .text-header {
      flex-direction: row; } }

.account-groups {
  box-sizing: border-box;
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  margin-bottom: -4rem; }
  .account-groups .account-section {
    display: flex;
    flex-direction: column; }
  .account-groups h3 {
    color: #3b3d49;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    margin: 0.5rem 0; }
  .account-groups .account-group {
    padding: 0 2rem;
    margin-bottom: 2rem; }
    @media (max-width: 479px) {
      .account-groups .account-group {
        padding: 0; } }
  .account-groups .account-info {
    text-align: center; }
  @media (min-width: 1280px) {
    .account-groups {
      padding: 2rem 3rem;
      flex-direction: row; }
      .account-groups .account-section {
        width: 50%; }
        .account-groups .account-section:first-child {
          padding-right: 1rem; }
        .account-groups .account-section:last-child {
          padding-left: 1rem; } }

.account-panel {
  padding: 0.75rem 1rem;
  margin: 21px 0 42px;
  border-radius: 4px;
  border: 1px solid #a0a8b7; }
  .account-panel .panel-title span {
    line-height: 24px; }
    .account-panel .panel-title button,  .account-panel .panel-search-title button{
      width: 100%;
      padding: 0;
    }
    .account-panel .panel-search-title button:focus, .account-panel .panel-search-title button:focus-visible{
      outline-offset: -2px;
    }
  .account-panel .panel-title,
  .account-panel .panel-search-title,
  .account-panel .panel-title button ,
  .account-panel .panel-search-title button
  {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3b3d49;
    font-family: "Synchrony Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 200% */ }
    .account-panel .panel-title button,
    .account-panel .panel-search-title button {
      border: none;
      background: none;
      transition: all 0.25s linear; }
  .account-panel .panel-contents {
    /* padding: 1rem 0; JRD fixing bottom padding issue */
    padding-top: 1rem;
    max-height: 0;
    display: none; }
    .account-panel .panel-contents p a {
      display: inline-block;
      position: relative;
      color: #3b3d49;
      text-decoration: none;
      line-height: 24px;
      display: inline-flex;
      font-weight: bold; }
      .account-panel .panel-contents p a:after {
        content: "";
        position: absolute;
        left: 0;
        display: inline-block;
        height: 1em;
        width: 0;
        border-bottom: 2px solid #fbc600;
        bottom: 2px;
        transition: width 150ms ease-in-out; }
      .account-panel .panel-contents p a:hover:after, .account-panel .panel-contents p a.active:after {
        width: 100%; }
    .account-panel .panel-contents p {
      font-family: "Synchrony Sans", Helvetica, sans-serif;
      color: #3b3d49;
      margin: 0 1rem 0.5rem 0;
      font-size: 16px;
      line-height: 32px; }
    .account-panel .panel-contents > p:last-child {
      margin-bottom: 0; }
    .account-panel .panel-contents p + ul,
    .account-panel .panel-contents p + ol {
      margin-top: -0.5rem; }
    .account-panel .panel-contents ul,
    .account-panel .panel-contents ol {
      margin: 0 1rem 0.5rem 0;
      list-style-position: outside; }
      .account-panel .panel-contents ul:last-child,
      .account-panel .panel-contents ol:last-child {
        margin-bottom: 0; }
    .account-panel .panel-contents ul li,
    .account-panel .panel-contents ol li {
      color: #3b3d49;
      font-family: "Synchrony Sans", Helvetica, sans-serif;
      font-size: 16px;
      line-height: 32px; }
  .account-panel.active .panel-title button img {
    transform: rotateX(180deg); }
  .account-panel.active .panel-contents {
    max-height: none;
    display: block; }
  .account-panel .panel-search {
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    border: 1px solid #a0a8b7; }
    .account-panel .panel-search form {
      border-radius: 4px;
      background: #FFF;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
    .account-panel .panel-search .searchbar {
      display: none; }
    .account-panel .panel-search ~ .panel-search-result-detail {
      padding: 1rem 0 0; }
    .account-panel .panel-search.active {
      margin-bottom: 1rem; }
      .account-panel .panel-search.active .panel-search-title button img {
        transform: rotateX(180deg); }
      .account-panel .panel-search.active .searchbar {
        display: block; }
    .account-panel .panel-search ~ p:last-child {
      margin-bottom: 0; }
  .account-panel .panel-info {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    color: #3b3d49; }
  .account-panel .panel-ctas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 0;
    width: 100%; }
    .account-panel .panel-ctas .cta-wrap {
      box-sizing: border-box;
      width: 100%; }
      .account-panel .panel-ctas .cta-wrap a {
        box-sizing: border-box;
        width: 100%;
        padding: 12px 40px;
        white-space: nowrap;
        margin-bottom: 1rem;
        font-weight: 500; }
    .account-panel .panel-ctas .cta-label {
      display: inline-block;
      margin-bottom: 0.5rem;
      color: #3b3d49;
      font-weight: bold; }
  @media (min-width: 768px) {
    .account-panel .panel-info {
      flex-direction: row;
      flex-wrap: wrap; }
      .account-panel .panel-info .panel-info-item {
        width: 50%; }
    .account-panel .panel-ctas {
      flex-direction: row; }
      .account-panel .panel-ctas .cta-wrap {
        max-width: calc(50% - 2rem);
        margin: 0 1rem 0; } }

body {
  -webkit-text-size-adjust: none; 
}

