@media print {
   

    #print-button {
        display: none;
    }

    #profileImage {
        display: none;
    }

    #header {
        display: none;
    }


    .breadcrumb {
        display: none;
    }

    #btnCancel {
        display: none;
    }

    .progress {
        display: none;
    }
  

    .gciaPrintBreakAfter
    {
        page-break-after: always;
    }

    /* Terms and Conditions Content*/
    .gcia-content {
        max-height: 100%;
        /*max-width: 80%;*/
    }


    /* Text on the left was getting cut off in print preview */
    .col-sm-12{
        
        max-width: 93%; 
    }

    /* This removes the Header and Footer when printing */
    @page {
      margin: 1.6em;
    }

    body {
      margin: 3em;
    }
    
    /***************************************************/
    
    /*************** PBI 289107 spacing issues ***********************************/
    h3{
        margin: 0em !important; 
    }

    fieldset{
        margin-top: 0em !important;
    }


    [aria-label="Applicant Details"] {
        margin-bottom: 0em !important;
    }

    [aria-label="New Section"] {
        margin-bottom: 2em !important;
    }

    /***************************************************/

}