  /* PRIMARY CONTENT */

  #pc-tabs-inline.rds-tabs a.active {
    padding-top: 15px !important;
  }

  #pc-tabs-inline.rds-tabs a {
    padding: 18px 12px !important;
  }
  
  .custom-pc-image {
    border: 1px solid #c8cccf;
  }

  /* TRIAGE ("have you planned for the next 30" buttons) */

  .triage-answer h3 {
    max-width: 90%;
  }

  .triage-answer {
    border-bottom: 0;
    padding: 30px;
    margin: 0 15px;
    background: url('../../_assets-custom/images/mfd-retirement-radio-triangle.png') no-repeat;
  }

  .no-line .triage-answer a, .no-line .triage-answer h3 {
    color: #3b54a5 !important;
  }

  .rds-inverse a.rds-standalone-link:before, .rds-callout-inverse a.rds-standalone-link:before {
    background-image: url('/rds/v2/_assets/images/ui/ui-bullet-chevron-blue.svg') !important;
  }

/*  .blue-triage-line .triage-answer {
    border-top: 16px solid transparent;
    border-color: inherit;
    border-image: url("../../_assets-custom/images/mfd-retirement-quiz-line.png") 16;
    margin: 0 0;
    padding: 30px;
  }*/

  .triage-choice .rds-mob-col-1 {
    width: 40px !important;
  }

  .triage-choice .rds-mob-col-5 {
    width: calc(100% - 40px) !important;
  }

  a.underline-link, .triage-answer a {
    font-size: 16px;
    text-decoration: underline !important;
  }

  .custom-h5 {
    color: #000;
    font-size: 1.15rem;
  }

  .custom-quiz-border {
    border: 0 !important;
  }

  .custom-quiz-border:before {
    border: 0 !important;
  }

  /* SECONDARY content (default view callout) */

  .sc-video-container iframe {
    max-width: 100%;
  }

  /* ITOW carousel */

  .itow-background {
    background: url('../../_assets-custom/images/mfd-retirement-itow.png');
    background-repeat: repeat-x;
    background-position: 0% 36%;
    /* background-position: 0% 50%;
    background-size: 50% 75%; */
  }

  .rds-carousel-item {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .itow .rds-carousel-wpr {
    margin: 0;
    padding: 0 54px;
  }

  .itow .rds-carousel-item iframe {
    box-shadow: 0 0 20px 3px #d7d7d7;
  }

  /* fixed footer call to action */

  #fixed-floater {
    background: #0a549d;
    color: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    margin: 0;
    bottom: 0;
    text-align: center;
    z-index: 20000000;
  }

  /* custom footer */

  #rds-footer-master {
    border-top: 1px solid #fff;
  }

  /* DESKTOP only */

  @media (min-width: 768px) {

    .ps-default {
      width: 75%;
      margin: 0 auto;
    }

    .rds-inline-important {
      visibility: hidden;
      display: none!important;
    }

    .rds-section-inner.content.blueline {
      border-top: 1px solid #2e51a1;
    }

    .itow-arrows .rds-arrow-next {
        top: 97%; right: 20%;
    }

    .itow-arrows .rds-arrow-prev {
        top: 97%; left: 20%;
    }

  }

  /* MOBILE only */
  
  @media (max-width: 768px) {

    .ps-default {
      border-bottom: 0;
    }

    .triage-choice {
      text-align: left !important;
      margin: 0 auto;
    }

    .itow-background { 
      background: none;
    }

    .itow-arrows .rds-arrow-prev, .itow-arrows .rds-arrow-next {
      top: 97%;
    }

    .rds-carousel-item iframe {
      max-width: 100%;
    }

    .rds-arrow-prev svg, .rds-arrow-next svg {
      fill: rgba(88, 88, 88, .7);
    }

    .rds-mob-text-center {
      text-align: center;
    }

    section.top-section:before {
      display: none !important;
    }

    section.bottom-section .rds-section-inner {
      margin-top: -48px;
    }

    #disclaimer a.underline-link {
      font-size: 12px;
      text-decoration: none !important;
    }

  }

  /* PHONE SIZED screens */

  @media (max-width: 640px) {

    .rds-carousel-wpr {
      padding: 0 !important;
    }

    .rds-carousel-item iframe {
      max-width: 100%;
    }

  }

  /* SMALL PHONE SIZED screens  */

  @media (max-width: 360px) {

    iframe {
      max-height: 205px !important;
    }

  }