/*NAV*/
/*drop shadow*/ 
.headerAndNavContainer {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
/*FOOTER*/
/*titles*/ 
.footerContent .contentTitle {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 110%;
}
/*HOME*/
/*alert banner link color*/ 
.block_d4edde511f5e4e3c8772991bd1543e71 .blockInnerContent a {
    color: white;
}
/*MEDIA QUERIES*/ 
@media only screen and (max-width: 767px) {
/*contact us - image / text block padding mobile*/
    .block_ac92852ccabd42e3b6845dbf4630d135 .blockText {
        padding-bottom: 60px;
        padding-top: 40px;
    }
}