/* #Media Queries
================================================== */

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 960px) and (max-width: 1399px) {

#banner .container { 
	min-width: 100%;
}

  }


@media only screen and (min-width: 959px) {

header {
}

.skiptonav, #menu {
	display: none;
}

	}


  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {

header, #topHeader {
}

.skiptonav, #menu {
	display: none;
}

#banner .container { 
	min-width: 100%;
}

  }

  /* All Mobile Sizes (devices and browser) */
   @media only screen and (min-width: 480px) and (max-width: 768px) {

#topHeader {
}

header h1#title {
	clear: both;
	float: left;
	margin: 8px 0 0 0;
}

header h2#slogan {
	clear: both;
	float: left;
	margin: 4px 0 0 0;
}

nav {
	display: none;
}

.skiptonav, #menu {
	display: block;
}

#banner .container { 
	min-width: 100%;
}

#breadcrumb {
	text-align: left;
}

  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {

#topHeader {
}

header h1#title {
	clear: both;
	float: left;
	margin: 8px 0 0 0;
}

header h2#slogan {
	clear: both;
	float: left;
	margin: 4px 0 0 0;
}

#topHeader {
}

#banner .container {
	width: 100%;
}

header h2#slogan {
	float: left;
	clear: both;
	margin: 0;
}

nav {
	display: none;
}

#banner .container { 
	min-width: 100%;
}

footer #left {
	clear: both;
}

#breadcrumb {
	text-align: left;
}

  }
