
/* Appeal Fund Styles - start
==============================================*/

/*PT Serif Font - start*/
.appeal-font-logo {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-size: 8em;
}

/*.appeal-heading-bold {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-weight: bold;
    font-size: 1em;
}*/

.appeal-font-text1-bold {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-weight: bold;
    font-size: 1em;
}

.appeal-font-text125-bold {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-weight: bold;
    font-size: 1.25em;
}

.appeal-font-text150-bold {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-weight: bold;
    font-size: 1.50em;
}

.appeal-font-text175-bold {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-weight: bold;
    font-size: 1.75em;
}

.appeal-font-text2-bold {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-weight: bold;
    font-size: 2em;
}

.appeal-font-text3-bold {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-weight: bold;
    font-size: 3em;
}

.appeal-font-text1 {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-size: 1em;
}

.appeal-font-text125 {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-size: 1.25em;
}

.appeal-font-text150 {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-size: 1.50em;
}

.appeal-font-text175 {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-size: 1.75em;
}

.appeal-font-text2 {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-size: 2em;
}

.appeal-font-text3 {
    font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
    font-size: 3em;
}

.info {
    font-size: 15px;
    font-weight: 400;
}
/*PT Serif Font - end*/

.title {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 36pt;
    padding-bottom: 6pt;
    font-family: "Calibri";
    line-height: 1.1500000000000001;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
}

.subtitle {
    padding-top: 18pt;
    color: #666666;
    font-size: 24pt;
    padding-bottom: 4pt;
    font-family: "Georgia";
    line-height: 1.1500000000000001;
    page-break-after: avoid;
    font-style: italic;
    orphans: 2;
    widows: 2;
    text-align: left
}

li {
    color: #000000;
    font-size: 12pt;
    font-family: "Calibri"
}

.appeal-text {
    font-size: 13.5pt;
    font-weight: normal;
}

.center-obj{margin:auto;width:100%;position:relative;}

.media-obj-desc {
    color: rgba(74, 97, 123, 0.84);
    font-style: italic;
}

/* Appeal Fund Styles - end
==============================================*/

/* Media Screen Appeal Fund Styles - start
==============================================*/
@media screen
and (min-width:1200px) {

    .appeal-heading-bold {
        font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
        font-weight: bold;
        font-size: 2em;
    }
}

@media screen
and (min-width:768px)
and (max-width:1199px) {

    .appeal-heading-bold {
        font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
        font-weight: bold;
        font-size: 1.75em;
    }
}

@media screen
and (min-width:321px)
and (max-width:767px) {

    .appeal-heading-bold {
        font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
        font-weight: bold;
        font-size: 1.25em;
    }
}

@media screen
and (max-width:320px) {

    .appeal-heading-bold {
        font-family: 'Open+Sans', 'Oswald', 'Lato', 'Arial', 'Helvetica', cursive;
        font-weight: bold;
        font-size: 1em;
    }
}
/* Media Screen Appeal Fund Styles - end
==============================================*/