/*--------------- SECONDARY NAV ---------------*/
.ctaNav {
    padding-bottom: 20px;
    padding-top: 0;
}

.ctaNav .blockInnerContent {
    color: #ffffff;
    font-size: 18px;
    text-align: right;
}

.ctaNav .blockInnerContent a {
    color: #ffffff;
    text-decoration: none;
}

/* Buttons */
button,
.button,
input[type="submit"] {
    padding: 0.75em 2em;
}

/* Desktop styles */
@media only screen and (min-width: 768px) {
    .headerAndNavContainer.fixedNav {
        box-shadow: 0 5px 10px 2px rgba(104, 104, 104, 0.25);
    }
}

/* Mobile styles */
@media only screen and (max-width: 768px) {
    .ctaNav .blockInnerContent {
        text-align: center;
    }

    /* Force gallery items to stack on mobile */
    .block_0gxqKeH3uk7M6wwl.cols3.imgMgn0 .imgGridItem {
        width: 100%;
    }
}