﻿@import url("https://fast.fonts.net/cssapi/727a31fb-26e0-4da8-9a75-7c1393e80391.css");

/* font-family:'StoneSansITCW01-Medium', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif; */
/* font-family:'StoneSansITCW01-SemiBol 735693', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif; */
/* font-family:'PP Equaliser W01 Black'; */
/* font-family:'StoneSansIIITCW01-Lt'; */
/* colors */
/* blue: #002C77, 10% E5E9F1, 20% CCD5E4, 40% 99abc9, 60% 6680ab, 80% 335692 */
/* orange: #DD4814, 10% FCECE7, 20% F8EAD0, 40% F1B6A1, 60% EB9172, 80% E46D43 */
/* red: #A71930, 10% F6E8EA, 20% EDD1D6, 40% DCA3AC, 60% CA7583, 80% B94759 */
/* green: #739600, 10% F1F4E5, 20% E3EACC 40% C7D599, 60% ABC066, 80% 8FAB33 */
/* grey: #666666 */
/* end colors */
/* px to rem conversions based on 16px base */
/*
px	rem
11	0.6875
12	0.75
13	0.8125
14	0.875
15	0.9375
16	1
18	1.125
20	1.25main
22  1.375
24	1.5
32	2
*/

/* Defaults */
body {
    /*background-image: url(/images/_backgrounds/FamilyCertificateProgram_Certificate.png);*/
    background-color: #CCCCCC;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.divPrintCert {
    width: 655px;
    padding: 30px 50px 30px 50px;
    margin-left: auto;
    margin-right: auto;
}
.programCertify { 
    font-family: Arial, Sans-Serif; 
    font-size: 100%; font-weight: normal; 
    color: black; 
    font-style: italic; 
    font-size: 16px; 
                  padding-bottom: 16px; }
.recipientName {
    font-family: 'StoneSansITCW01-Medium';
    color: #002C77;
    font-size: 40px;
    padding-bottom: 16px;
}
.programComplete {
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
    color: black;
    font-size: 16px;
    padding-bottom: 20px;
}
.programTitle {
    font-family: 'StoneSansITCW01-Medium';
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.programInfo {
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
    color: black;
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 60px;
}
.grayline {
    color: #666666;
    background-color: #666666;
    border: 0;
    height: 2px;
}
.dirName {
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
    color: 444444;
    font-size: 15px;
    line-height: 150%;
}
.dirTitle {
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
    color: 444444;
    font-size: 13px;
    line-height: 120%;
}
image {
    border: none;
    max-width: 100%;
}

    @media print {
        body {
            /*-webkit-print-color-adjust: exact;*/
            background-color: #FFFFFF;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }
        .divPrintCert {
            width: 640px;
             padding: 30px 68px 30px 68px;
           margin-left: auto;
            margin-right: auto;
        }
      
        
        }


    
