@media print {
    * {
        -webkit-print-color-adjust: exact !important;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    #print {
        display: none !important;
    }
    #printUL {
        display: none;
    }
    #copyright {
        display: block !important;
    }
    .js-go-to {
        display: none;
    }
    dt {
        font-weight: 700;
    }
    dd {
        font-size: 18px !important;
    }
    p {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 18px !important;
    }
    h2 {
        font-size: 26px !important;
    }
    .g-font-weight-600 {
        font-weight: 600 !important;
    }
    .g-color-black {
        color: #000!important;
    }
    .mb-0 {
        margin-bottom: 0!important;
    }
    .mb-4 {
        margin-bottom: 24px !important;
    }
    .mt-5 {
        margin-top: 48px !important;
    }
    .g-color-black {
        color: #000!important;
    }
    .g-line-height-1_8 {
        line-height: 1.8!important;
    }
    .g-font-size-15 {
        font-size: 18px !important;
    }
    .g-pa-20 {
        padding: 23px !important;
    }
    .g-color-white {
        color: #fff!important;
    }
    .caption-bg {
        background: #404040;
    }
}