/*<meta />*/

@media only screen and (max-width: 767px)
{
	nav.tab-bar
	{
		background: #0a78a0;
		background: -moz-linear-gradient(top, #0a78a0 0%, #5cc2a9 46%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a78a0), color-stop(46%,#5cc2a9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #0a78a0 0%,#5cc2a9 46%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #0a78a0 0%,#5cc2a9 46%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #0a78a0 0%,#5cc2a9 46%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom, #0a78a0 0%,#5cc2a9 46%,#ffffff 100%); /* W3C */
		-pie-background: linear-gradient(#0a78a0, #ffffff);
	}

	.tab-bar-section a.logo
	{
		width: 118px;
		height: 59px;
		top: 0;
		bottom: auto;
		margin-top: 0;
		background: transparent url('Images/wordmark_sm_1.png') no-repeat center center;
		-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/wordmark_sm_1.png') no-repeat center center;
	}

	.search-submit
	{
		background-repeat: no-repeat;
		background-position: center center;
		border-bottom: solid 1px #ffffff;
		background-color: #ffffff;
	}

	.search-filter
	{
		background-repeat: no-repeat;
		background-position: center center;
		background: #ffffff url('Images/FilterOutline_4.png') no-repeat center center;
	}

	.search-input
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.right-off-canvas-menu
	{
		background-position: top center;
		background-color: #333333;
	}

	.right-off-canvas-menu ul ul
	{
		background-position: top center;
		background-color: #333333;
	}

	.left-off-canvas-menu
	{
		background-position: top center;
		background-color: #333333;
	}

	.left-off-canvas-menu ul ul
	{
		background-position: top center;
		background-color: #333333;
	}

	.tab-bar-section.middle > div
	{
		min-height: 59px;
	}

	.inner-wrap nav.tab-bar .outer-row
	{
		
	}

	.tab-bar .menu-icon span
	{
		top: 10px;
		background: transparent url('Images/Menu.png') no-repeat center center;
	}

	.inner-wrap .outer-row
	{
		
	}

	.main-section > .outer-row
	{
		
	}

	ul.off-canvas-list li a
	{
		
	}

	ul.off-canvas-list li.back > a
	{
		
	}

	ul.off-canvas-list li a:hover
	{
		background-color: #242424;
	}

	ul.off-canvas-list li.back > a:hover
	{
		background-color: #242424;
	}

	nav.tab-bar .menu-icon
	{
		right: -13px;
	}

	.row.nav-search
	{
		
	}

	.search-bar
	{
		
	}

	.search-field
	{
		padding-right: 106px;
		background-color: #ffffff;
	}

	.search-filter-content
	{
		top: 2em;
		background-color: #ffffff;
	}

	.search-filter.open
	{
		background-color: #ffffff;
	}

	.search-filter.selected
	{
		background: transparent url('Images/FilterOutline_4.png') no-repeat center center;
	}

	.search-filter-content ul li:hover
	{
		background-color: #ffffff;
	}

	.search-field::-webkit-input-placeholder
	{
		
	}

	.search-field::-moz-placeholder
	{
		
	}

	.search-field:-moz-placeholder
	{
		
	}

	.search-field:-ms-input-placeholder
	{
		
	}

	.search-filter-wrapper
	{
		right: 56px;
	}
}

