.info-page-title {
  color: #5c5c5c;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700; }

#help-content {
  padding-top: 60px; }

#help-toc {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
  #help-toc ul {
    position: fixed;
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    #help-toc ul li {
      font-size: 14px;
      line-height: 1.8em; }
      #help-toc ul li a {
        color: #666; }

.sections {
  -ms-flex: 1;
      flex: 1; }

.help-section {
  font-size: 18px; }
  .help-section:not(:first-child) {
    border-top: 1px solid #efefef;
    padding-top: 60px; }
  .help-section:not(:last-child) {
    padding-bottom: 30px; }
  @media (max-width: 959.98px) {
    .help-section {
      font-size: 16px;
      font-size: 1.14286rem;
      font-weight: normal; } }
  .help-section p {
    font-size: 18px;
    margin-bottom: 1.6em; }
    @media (max-width: 959.98px) {
      .help-section p {
        font-size: 16px;
        font-size: 1.14286rem;
        font-weight: normal; } }
  .help-section h2, .help-section h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1em; }
    @media (max-width: 959.98px) {
      .help-section h2, .help-section h3 {
        font-size: 32px;
        font-size: 2.28571rem;
        font-weight: normal; } }
  .help-section h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.6em; }
    @media (max-width: 959.98px) {
      .help-section h4 {
        font-size: 16px;
        font-size: 1.14286rem;
        font-weight: normal; } }
  .help-section h5 {
    font-size: 18px; }
  .help-section ul {
    margin-left: 20px;
    padding: 0px;
    margin-bottom: 30px; }
  .help-section ul.images {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none; }
    .help-section ul.images li {
      -ms-flex: 50%;
          flex: 50%; }
    .help-section ul.images img {
      width: 100%; }
  .help-section table {
    margin-bottom: 3em;
    width: 100%;
    font-size: 16px;
    font-size: 1.14286rem; }
    @media (max-width: 959.98px) {
      .help-section table {
        font-size: 12px;
        font-size: 0.85714rem;
        font-weight: normal; } }
    .help-section table td, .help-section table th {
      padding: 10px;
      text-align: left; }
    .help-section table .odd td, .help-section table .odd th {
      background-color: #e5e5e5; }
  @media (max-width: 959.98px) {
    .help-section .table-wrapper {
      overflow-x: auto; } }

@media (max-width: 959.98px) {
  #help-content {
    padding-top: 30px; }
  .content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  #help-toc ul {
    position: relative; }
  .sections {
    margin-top: 40px; }
  .help-section:not(:first-child) {
    padding-top: 30px; }
  .help-section:not(:last-child) {
    padding-bottom: 30px; }
  .help-section ul.images {
    display: unset;
    list-style-type: none; }
    .help-section ul.images li {
      -ms-flex: 50%;
          flex: 50%; }
    .help-section ul.images img {
      width: 100%; } }