    .content {
        margin-bottom: 20px;
    }

    .content p, .content li {
        font-size: 1.75rem;
        line-height: 1.5;
        color: black;
        max-width: 40em;
    }

    .h1, .h2 {
        font-weight: 700;
        color: #0068B3;
    }
    


    p>a {
        text-decoration: underline;
        font-weight: normal;
        color: #1d70b8;
    }
    
.content li a {    
    text-decoration: underline;   
    }

    /* visited link */

    p>a:visited {
        color: #4c2c92;
    }

    /* mouse over link */

    p>a:hover {
        color: #003078;
    }

    /* selected link */

    p>a:active {
        color: #0b0c0c;
    }

    /*focus state*/

    p>a:focus {
        background-color: #ffdd00;
    }

    /* ------------------------ */
    /* ----- Alert Royal  ----- */
    /* -------------------------*/

    .alert-royal {
        background-color: var(--mcpl-primary);
        border: none;
        color: white;
        display: flex;
        flex-direction: row;
        flex-flow: row wrap;
        justify-content: center;
        align-items: baseline;
        /*margin-bottom: 15px;*/
    }

    .alert-royal.alert {
        padding: 3px;
    }

    section.alert-royal a {
        font-size: .9em;
        padding: 10px;
        color: white;
        text-decoration: none;
        font-weight: 800;
    }

    section.alert-royal a:focus {
        background-color: var(--mcpl-primary);
    }

    section.alert-royal a:hover {
        text-decoration: underline;
    }

    /* ---------------------------------------------- */
    /* ----- Step-by-step numbered instructions ----- */
    /* -----------------------------------------------*/

    .step-number {
        display: flex;
        align-items: center;
    }

    .step-number__number {
        width: 50px;
        height: 50px;
    }

    .step-number__number--detail {
        font-size: 2em;
        font-weight: bold;
        background: #555;
        color: #fff;
        padding: 10px 17px;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .step-number__title {
        padding-left: 10px;
    }

    .step-number__title h3 {
        /* margin: 0; */
        font-weight: 400;
    }

    .step-content {
        margin-left: 25px;
        border-left: 1px dashed #666;
        padding: 10px 0 10px 35px;
    }

    .step-content h4 {
        margin-top: 0;
    }

    /* ------------------------- */
    /* ----- Page Outline  ----- */
    /* --------------------------*/

    .pageOutlineBox h2 {
        font-size: 16px;
        line-height: 1.5;
        color: black;
        font-weight: 600;
        padding-left: 10px;
        margin-bottom: 0px;
        padding-top: 10px;
    }

    .pageOutlineHeading h2 {
        margin-top: 30px;
    }

    .pageOutline ul {
        list-style: none;
        margin: 0px;
        /*list-style-position: outside;*/
        padding-inline-start: 0px;
        color: black;
        line-height: 1.8;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .pageOutline li {
        padding-left: 5px;
    }

    .pageOutline a {
        padding-left: 5px;
        font-size: 14px;
        color: #3b3a3e;
        text-decoration: underline;
        font-weight: 600;
    }

    .list__list-item--dashed {
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
    }

    .list__list-item--dashed:before {
        content: "—";
        /*position: absolute;    left: 0;    width: 20px;    overflow: hidden;*/
    }

    .pageOutlineBox {
        background-color: #f2cd373b;
    }
    
    /* ------------------------ */
    /* ----- Badges ----- */
    /* -------------------------*/
    
    .badge, .mcpl-badge {
      background-color: #703B97;
    }
    
    /* ------------------------ */
    /* ----- BRANCH PAGES ----- */
    /* -------------------------*/
    
    
  .mcpl-button--branch {
    font-size: 1.5em;
    border: 1px solid var(--mcpl-primary);
    background-color: var(--mcpl-primary);
    color: var(--mcpl-white);
    padding: 15px;
    width: 100%;
    }
          
  .mcpl-panel-heading--branch {
    background-color: var(--mcpl-primary);
    border-radius: 0;
    font-family: "Lato", "Open Sans", sans-serif;
    padding: 15px;
    }
      
  .mcpl-panel-title--branch {
    padding: 7px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    color: var(--mcpl-white);
    }
      
  .mcpl-panel-body--branch {
    padding: 15px;
    }
    
    /* ------------------------ */
    /* ----- CARDS, GRID  ----- */
    /* -------------------------*/
    
  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 1rem;
    margin: 0px 12px 0px 12px;
    }
    
  .card {
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    position: relative;
    color: #5d5e5e;
    }
    
  .card p, .card li {
    font-size: 1.75rem;
    line-height: 1.5;
    }
    
  .card .thumbnail {
    border: none;
    }
  
    /* -------------------------- */
    /* ----- MCPL Utilities ----- */
    /* ---------------------------*/  
  
    /* Clear BS3.3 Styles */    
  
  .thumbnail {
    padding: 0px;
  }
  
  .mcpl-list-unstyled {
    list-style: none;
    padding-left: 0px;
  }
    
  .spacer-1 {
    margin-bottom: 1rem;
  }
