/* header and wrapper resets */
header{
    display: none;
}
#globalWrapper{
    margin-top: 0;
}
#content {
    border-top: none;
    padding-top: 0;
}

/* footer resets */

#news{
    display: none;
}

.sociallWidget h4:first-child{
    display: none;
}
.sociallWidget h4:first-child + .divider{
    display: none;
}
.sociallWidget .socialNetwork.nav{
    display: none;
}
.sociallWidget .socialNetwork.nav + br{
    display: none;
}
        
.contactWidget {
    width: 50%;
    min-width: 250px;
    max-width: 370px;
}

    .contactWidget .icon-location + br{
        display: none;
    }