/* Cruise CSS */

/* change in 64 header.css? or is this a site only issue?*/
.arnCruise #header.enterpriseHeader {
    padding: 0;
}

.arnCruise #header.enterpriseHeader #logo img {
    width: 125px;
    padding: 0;
}

.arnCruise .wthHeaderWrap {
    padding: 0;
}

.arnCruise #header.enterpriseHeader #nav {
    margin: -70px 0 0 0;
}

@media (max-width: 1000px) {
	.arnCruise #header.enterpriseHeader #logo img {
    	width: 105px;
    	padding: 0;
	}
    .arnCruise  #header.enterpriseHeader #navmobile {
        top: 75px;
    }
	.wth2-responsiveOnly {
	    margin-bottom: 0;
	}
}