.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: 50px;*/
    font-size: 34px;
    margin-bottom: 50px;
}

    .pageHeader > span {
        display: block;
        font-family: inherit;
        font-size: inherit;
    }

.organContainer {
    text-align: center;
}

.organ {
    display: inline-block;
    margin: 0 50px;
    margin-bottom: 50px;
}

    .organ > img {
        max-width: 250px;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
    }

    .organ > span {
        display: block;
    }

.organName {
    margin-top: 20px;
}

.organStation {
    font-style: italic;
    font-size: 15px;
}

.stationGroup {
    text-align: center;
    margin: 0;
}

    .stationGroup > [class^="col"] {
        margin-bottom: 30px;
    }

.orgItem {
    display: inline-block;
    text-align: left;
    float: none;
    margin-bottom: 15px;
    padding-left: 15px;
    vertical-align: top;
}

.smallerText {
    font-size: 13px !important;
}

.orgName {
    display: block;
    font-family: 'Neo Sans Medium';
    /*font-size: 18px;*/
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.orgStation {
    display: block;
    font-family: 'Neo Sans Medium';
    color: #0A5B7B;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
}

h4, h3 {
    color: #0A5B7B;
    margin-bottom: 15px;
    margin-top: 30px;
}

.verticalBar {
    border-right: 4px solid #77CA4E;
    position: absolute;
    left: 0;
    top: 10%;
    height: 40px;
    width: 4px;
    display: none;
}

@media (max-width: 992px) {
    .pageHeader {
        /*font-size: 28px;*/
        font-size: 18px;
    }

    #headerImgContainer {
        max-height: 101px;
    }

    #headerImg {
        height: 101px;
        max-width: initial;
        width: auto;
    }

    .pageHeader {
        margin-bottom: 50px;
    }

    .orgItem {
        margin-bottom: 50px;
    }

    .stationGroup {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .orgStation {
        font-size: 14px;
    }
}
