a.button, .item a.button {
    color: #fff;
    padding: 12px;
}

.navContent  gu-sc-dial, gu-sc-dial *{color:white !important;}
.navContent  gu-sc-img {display:none;}

.navContent li .button {
    padding: 10px;
    /*font-size: 15px;*/
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: rundabold,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    border-radius: 0;
    border: 3px;
        border-bottom-color: currentcolor;
    border-bottom-color: #fff;
    background: blue;
}
.wufoo input.btTxt {
    padding: 12px;
}
/*Adjust Navigation Menu to Not Wrap Long Dropdown Items*/
.navContent ul li ul li, .navContent ul li:first-child ul li, .navContent ul li ul li:first-child, 
.navContent ul li:first-child ul li:first-child, .navContent ul li ul a, .navContent ul li:first-child ul a, 
.navContent ul li ul a.selected, .navContent ul li:first-child ul a.selected, 
.navContent ul li ul .navLabel, .navContent ul li:first-child ul .navLabel, .navContent ul li ul .navLabel.selected, 
.navContent ul li:first-child ul .navLabel.selected {
    white-space: normal !important;
    text-overflow: unset !important;
}
.headerContent h1.logo {
    width: 100%;
    min-width: 450px;
    max-width: 200px;
}
@media only screen and (max-width: 800px) {
    .headerContent h1.logo {
     width: 100%;
    min-width: 200px;
    max-width: 200px;
}
}
.item {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 1.0em auto 0 auto;
        margin-bottom: 0px;
    border-style: solid;
    word-wrap: break-word;
    color: #04134e;
    background-image: none;
    background-color: #fff;
    border-radius: 0;
    border-color: #b6b29a;
    border-color: rgba(182,178,154,0.25);
    padding: 15px 15px 15px 15px;
    font-size: 18px;
}

#navTopLevel li:last-child .navButton {
    background:#fe0000;
    
    
}
.cols2 .item, .cols2 .socialStreamGroup {
    clear: none;
    width: 38%;
}
@media only screen and (max-width: 800px) {
    .cols2 .item, .cols2 .socialStreamGroup {
    clear: none;
    width: 100%;
    }}