.fixFullWidth {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow: hidden;
    height: 202px;
}

#headerImgContainer {
    max-height: 202px;
    width: 100%;
}

#headerImg {
    /*max-height: 202px;*/
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: initial;
}

.pageHeader {
    text-align: center;
    color: #77CA4E;
    font-family: 'Neo Sans Medium';
    /*font-size: 38px;*/
    font-size: 34px;
    margin-bottom: 50px;
    max-width: 535px;
    margin-right: auto;
    margin-left: auto;
}

.quote p {
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #0A5B7B;
    /*font-size: 28px;*/
    font-size: 24px;
    font-style: italic;
    margin-bottom: 50px;
}

.body {
    /*font-size: 18px;*/
    font-size: 16px;
    text-align: center;
    margin-bottom: 65px;
}

.signature {
    text-align: center;
}

    .signature > span {
        display: block;
    }

.pName {
    font-size: 21px;
    margin-bottom: 15px;
}

.pStation {
    font-family: 'Neo Sans Regular';
    font-size: 16px;
    font-style: italic;
}

@media (max-width: 992px) {
    #headerImgContainer {
        max-height: 101px;
    }

    #headerImg {
        height: 101px;
        max-width: initial;
        width: auto;
    }

    .pageHeader {
        margin-bottom: 50px;
        /*font-size: 28px;*/
        font-size: 18px;
    }

    .quote {
        /*font-size: 24px;*/
        font-size: 16px;
    }

    .body, .signature {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .body {
        margin-bottom: 50px;
        font-size: 14px;
    }

    .pName {
        font-size: 16px;
    }

    .signature {
        font-size: 16px;
    }
}

@media (max-width: 536px) {
    .quote {
        margin: 0 20px;
    }
}
