/*--------------- SECONDARY NAV ---------------*/
.ctaNav {
    padding-bottom: 20px;
    padding-top: 0;
}
.ctaNav .blockInnerContent {
    color: white;
    font-size: 18px;
    text-align: right;
}
.ctaNav .blockInnerContent a {
    color: #ffffff;
    text-decoration: none;
}
button, .button, input[type=submit] {
    padding: .75em 2em;
}
@media only screen and (min-width: 768px) {
    .headerAndNavContainer.fixedNav {
        box-shadow: 0 5px 10px 2px rgba(104,104,104,0.25);
    }
}
@media only screen and (max-width: 768px) {
    .ctaNav .blockInnerContent {
        text-align: center;
    }
    .block_0gxqKeH3uk7M6wwl.cols3.imgMgn0 .imgGridItem {
        width: 100%;
    }
}
/* Replace these selectors with your actual menu classes */
nav li > a,
nav .has-children > a {
  position: relative;
  transition: color 0.25s ease;
}

nav li > a::after,
nav .has-children > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.25s ease;
  pointer-events: none;
}

nav li > a:hover::after,
nav .has-children > a:hover::after {
  background: rgba(0, 0, 0, 0.12);
}