/*-------------- Hiding Rental Forms & Agreements from Main Nav --------------*/
.wrapper-primary-navigation .widget-navigation .dropdown-menu .subnav-rental-forms-agreements {
  display: none!important;
}

/*-------------- Logo Formatting --------------*/
@media screen and (min-width: 894px) {
  .logos {
	margin-bottom: -70px;
  }
}

@media screen and (max-width: 894px) {
  .secondary-logo {
	display: none;
  }
}

@media screen and (max-width: 893px) {
  .tv-logos {
	margin-bottom: -70px;
  }
}
@media screen and (max-width: 767px) {
  .tv-logos {
	margin-bottom: 0px;
    text-align: center;
  }
}