#home .primaryAndSecondaryContainer {
    padding-top: 0px !important;
}

/*homepage grid gallery custom captions*/
.hasCustomCaptions .imgGridItem {
    position: relative;
}
.imgGridItem .customCaption {
    margin: 0;
    left: 0;
    right: 0;
    bottom: -1px;
}
.block_b96ff52a7e8d4789a29b5b4f4680c670 .customCaption {
    position: absolute;
    background: #ffffff;
    background: rgba(255,255,255,.9);
    margin: 15px;
    padding: 10px;
}
/*Break homepage grid gallery to one row mobile*/
@media only screen and (max-width: 480px) {
.block_b96ff52a7e8d4789a29b5b4f4680c670.cols3.imgMgn0 .imgGridItem {
    width: 90%;
    margin: 20px;
    }
}

/*larger logo in mobile*/
@media only screen and (max-width: 767px) {
    .headerContent h1.logo img {
        max-height: none !important;
    }
}

/*center mobile navigation menu in mobile*/
@media only screen and (max-width: 767px) {
    .navContent #navTrigger .navLabel {
        text-align: center;
        margin: 0;
    }
}

/*button*/
.ctaButton {
    padding: 0.5em 1em;
}
.button {
    text-transform: uppercase;
}