/*button padding*/ 
button, .button, input[type=submit] {
    padding: .75em 2em;
}
/*social icons*/
.fullBleed .noSecondaryContent .primaryAndSecondaryContent div.blockWrap_d112ba2e14a84731bc3eda7e96c2548a .blockContent.blockContentBleed {
    padding-left: 4%;
}
/*--------------- MEDIA QUERIES ---------------*/
@media only screen and (max-width: 767px) {
    /*gallery height mobile*/
    .block_a76644195f314fb997348757f92cbe01 .flex-viewport, .block_a76644195f314fb997348757f92cbe01 .fs-item {
        height: 250px !important;
    }
}
@media only screen and (min-width: 768px) {
    /*social icons*/ 
    .blockWrap_d112ba2e14a84731bc3eda7e96c2548a {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px) {
.navHidden .headerContainer {
    width: 100%;
    background-color: black;
}
}