.d-none {
	display: none;
}

/* Header */
#newMainNavigation {
	margin-top: 0px;
}
#newMainNavigation #newNivagationItems {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.vehicle-picker-module .header-text {
    display: block;
    font-size: 40px;
}

/*
.logo_custom {
	display: none;
}
*/
#search-tabs {
    margin-top: -18px;
}

#title-custom {
    margin-top: -76px;
}

.logo_title {
	text-align: center;
}

.logo_title .title_1 {
    font-size: 26px;
    color: #494646;
    font-weight: 700;
}

.logo_title .title_2 {
    font-size: 20px;
    font-weight: 500;
}

.make_logos {
    margin-top: 0px!important;
}

/* Hidden Brand Logos */
.make-logo.lincoln-make-logo {
    display: none!important;
}

.make-logo.mercury-make-logo {
    display: none!important;
}

#primary-header .logo-wrap img {
    max-height: 72px!important;
}

/* Dropdown Button */
.dropbtn {
  background-color: #333333;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #545252;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 51;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Add or remove this to hide or show */
.hide {display:none;}