.fixFullWidth {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
}

#headerImgContainer {
    max-height: 300px;
    width: 100%;
    margin-bottom: 50px;
}

#headerImg {
    //max-height: 300px;
    //width: auto;
    //position: relative;
    //left: 50%;
    //transform: translateX(-50%);
    //-webkit-transform: translateX(-50%);
    float: left;
    margin-right: 35px;
    width: 50%;
}

.pageHeader {
    text-align: center;
    color: #77CA4E;
    font-family: 'Neo Sans Medium';
    font-size: 38px;
    margin-bottom: 35px;
    /*width: 535px;*/
    margin-right: auto;
    margin-left: auto;
}

.date {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #0A5B7B;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 50px;
}

.body {
    font-size: 18px;
    /*text-align: left;*/
    text-align: center;
    margin-bottom: 65px;
    /*width: 90%;*/
    width: 100%;
    /*padding-left: 5%;*/
}

.newsText {
    text-align: left;
}

.btnz {
    /*display: block;*/
    /*float: left;*/
    padding: 10px 15px;
    border: none;
    background-color: #ececec;
    text-decoration: none;
    font-size: 18px;
    color: #FFF;
}

    .btnz:hover {
        color: #efefef;
    }

.facebook {
    background-color: #3b5998;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    top: 15px;
    /*left:50%;*/
    /*transform: translateX(50%);*/
}

.linkedin {
    background-color: #0077b5;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    top: 15px;
    /*left:50%;*/
}

.socialfloat {
    display: block;
    position: absolute;
    left: 0;
    top: 200px;
    z-index: 9999;
}

    .socialfloat .fbtn {
        width: 50px;
        height: 50px;
        display: block;
        color: #fff;
        text-align: center;
    }

        .socialfloat .fbtn i {
            font-size: 30px;
            line-height: 50px;
        }

.imageGallery {
    margin-top: 20px;
}

.additionalImg {
    padding: 10px;
    max-height: 300px;
}

@media (max-width: 1200px) {
    .additionalImg {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    #headerImg {
        width: 100%;
    }
}
