@media only screen and (max-width: 767px) {
	#sub-header {
		height: initial;
		display: block;
	}

	#search-container {
		width: 100%;
		margin: 15px 0;
	}

	#search-container input {
		float: left;
		width: 80%;
	}

	#search-container button {
		float: left;
		width: 20%;
	}

	#searchbutton img {
		width: 50%;
	}

	#footer-cols-container > div {
		width: 100%;
		margin: 0;
	}

	.nav > li {
		position: static;
	}

	.categories-dropdown-width {
		width: 1100px;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
	}

	#footer-contact .footer-contact-cell {
		float: none;
		width: 100%;
	}

	#footer-contact {
		height: initial;
	}

	#footer-mce-EMAIL {
		width: 100%;
	}

	.submit-container {
		text-align: center;
	}

	#footer-mc-embedded-subscribe {
		margin-top: 15px;
	}

	#navbar_first_object {
		display: none;
	}

	#logo {
		max-width: 100%;
	}

	/*
	#navbar-first > ul > li:nth-child(2)::before {
		content: 'T';
	}
	*/

	#fixed-navbar {
		border-radius: 0;
	}
}

