body {
    padding: 0;
    margin: 0;
}
h2 {    
    color: black; 
    font: bold 14px Helvetica, Sans-Serif; 
    letter-spacing: 1px;  
    padding: 0 0 3px; 
    margin: 0 
}
h1 { 
    color: #163476; 
    font: bold 16px Helvetica, Sans-Serif; 
    letter-spacing: 1px;  
    padding: 10px; 
}
h3 {
    color: #900248; 
}
a {
    color: #900248;
}
#page-wrap {
    position: relative;
    width: 100%;
    max-width: 1280px;
}

.container {
    position: relative;
}

.pBtn2 {
    margin-top: -20px;
}
.text-wrap {
    position: absolute;
    top: 670px;
    left: 735px
}

#programButton {
    width: 197px;
    height: auto;
}

.card-bg {
}

footer {
    background-color: #6f6f6f;
    color:  #fff;
}

footer p {
    color #fff;
    font-weight: bold;
}

ul.programList {
    list-style-image: url(../images/check_mark.png);
    margin-top: 1.5em;
}

ul.programList li {
    font-size: 1.5em;
    line-height: 1.7em;
}

@media print {    
    .no-print, .no-print * {
        display: none !important;
    }
    * {
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
        color-adjust: exact !important;                 /* Firefox 48 – 96 */
        print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
    }
    html, body {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    img {
        width: 8.5in;
        height: auto;
    }
    .text-wrap {
        top: 425px;
        left: 470px;
    }
    h2 {
        font-size: 7pt
    }

    .body-wrap {
        margin-left: -50px;
        margin-right: -250px;
    }

    footer {
        background-color: #6f6f6f !important; 
        color:  #fff;
        font-size: .7em;
        position: absolute;
        min-width: 140%;
        bottom: -100;
        margin-left: -200px;
        padding-left: -200px;
    }

}  
