/* CSS Desktop */
@media all and (min-width: 994px) {

#Masthead{
	/*margin: 0px auto;*/
	width: 100%;
	height:110px;
	background-color: #00BDF2;
	position: fixed;
	top: 0;
	z-index:100;
}

#header{
	width: 100%;
	max-width: 994px;
	min-height: 60px;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	/*background-color: darkslateblue;*/
}
#header .icon-menu, #header .icon-signin, #header .icon-search, #header .icon-basket {
    display: none;
}

#header a {
	color:#FFFFFF;
	padding-right: 12px;
}

#header .logo {
	color: #FFFFFF;
    width: 30%;
	max-width: 290px;
	float: left;
	/*background-color:#E01518;*/
	max-height:60px;
	padding-left: 10px;
}
#header .logo img {
    width:auto;
    max-width:270px;
    height:auto;
	/*background-color:#9F0D0F;*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	max-height:60px;
}
#header .header-links {
	float: left;
    width: 60%;
	height: 24px;
	/*background-color:#567700;*/
}
#header .search {
	position:relative;
	color: #FFFFFF;
	float: left;
	width: 40%;
}
#header .search fieldset {
	position:relative;
	margin: 0px;
	padding: 0px;
	border:none;
	padding-left: 10px;
	padding-right: 30px;
	border: 0px;
	background-color: #fff;
}
#header .search fieldset .icon {
	position:absolute;
	top: 10px;
	width: 16px;
	height: 16px;
	background-position: -241px -34px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	padding: 0;
	border: 0;
	text-indent: -99999px;
	background-color: transparent;
	background-image: url(/images/mobile-icons/global-sprite.png);
	cursor: pointer;
}
#header .search fieldset .q {
	float:left;
	margin: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-size: 1em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	width:100%;
	border:none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#header .search fieldset .q:focus {
    outline-width: 0;
}

.SearchButton {
	display: none;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/images/header-v2/search.PNG);
	cursor: pointer;
	width: 34px;
	height: 34px;
	border: none;
	margin-top: 3px;
	/*background-color: #38719D;*/
}
}

/* CSS Tablet */
@media all and (max-width: 993px) {
	
#Masthead{
	/*margin: 0px auto;*/
	width: 100%;
	height:75px;
	background-color: #00BDF2;
	position: fixed;
	top: 0;
	z-index:100;
}

#header{
	width: 100%;
	max-width: 993px;
	min-height: 60px;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	/*background-color: darkslateblue;*//
}
#header .icon-menu {
	top: 10px;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-image: url(/images/mobile-icons/global-sprite.png);
	background-position: -115px -99px;
	/*background-color: #C51287;*/
	cursor: pointer;
	border: none;
	position: absolute;
	margin-left: 10px;
	display: block;
}
#header .icon-signin {
	top: 10px;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-image: url(/images/mobile-icons/global-sprite.png);
	background-position: -157px -32px;
	/*background-color: #C51287;*/
	cursor: pointer;
	border: none;
	position: absolute;
	margin-left: 45px;
	display: block;
}
#header .icon-search {
	width: 34px;
	height: 34px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(/images/mobile-icons/global-sprite.png);
	background-position: 7px -99px;
	/*background-color: #9F0063;*/
	cursor: pointer;
	border: none;
	position: fixed;
	top: 10px;
	right: 0;
	margin-left: auto;
	margin-right: 10px;
}
#header .icon-basket {
	width: 34px;
	height: 34px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(/images/mobile-icons/global-sprite.png);
	background-position: -93px -48px;
	/*background-color: #9F0063;*/
	cursor: pointer;
	border: none;
	position: fixed;
	top: 10px;
	right: 0;
	margin-left: auto;
	margin-right: 45px;
}
#header a {
	color:#FFFFFF;
	padding-right: 12px;
}

#header .logo {
	color: #FFFFFF;
	width: 220px;
	/*background-color:#E01518;*/
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	float:none;
}
#header .logo img {
	width: 190px;
}
#header .header-links {
	position: absolute;
	width: 100%;
	text-align:center;
}
.search {
	color: #FFFFFF;
	position:absolute;
	top: 75px;
	left: 0px;
	display:none;
	width: 100%;
	background-color:#dfe8ed;
	z-index: 1100;
}
.search fieldset {
	margin:10px;
	padding:0px;
	border:none;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #d6d9d1;
	background-color: #fff;
}
.search fieldset .icon {
	position:absolute;
	left: 20px;
	top: 22px;
	width: 12px;
	height: 16px;
	background-position: -241px -34px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	padding: 0;
	border: 0;
	text-indent: -99999px;
	background-color: transparent;
	background-image: url(/images/mobile-icons/global-sprite.png);
	cursor: pointer;
}
.search fieldset .q {
	float:left;
	margin: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-size: 1.16667em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width:100%;
	border:none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.search fieldset .q:focus {
    outline-width: 0;
}

.SearchButton {
	display: none;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/images/header-v2/search.PNG);
	cursor: pointer;
	width: 34px;
	height: 34px;
	border: none;
	margin-top: 3px;
	background-color: #38719D;
}
}

/* CSS Mobile */
@media all and (max-width: 479px) {

#Masthead{
	margin: 0px auto;
	width: 100%;
	height:55px;
	display:block;
	background-color: #00BDF2;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index:100;
}

#header{
	position: fixed;
	max-width: 974px;
	min-height: 45px;
	z-index: 100;
	/*
	box-shadow: 0px 3px 10px #888888;
	*/
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-top: 5px;
}

#header .logo {
	color: #FFFFFF;
	/*background-color:#E01518;*/
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	float:none;
}
#header .logo img {
	width: 190px;
}
#header .icon-menu {
	top: 10px;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-image: url(/images/mobile-icons/global-sprite.png);
	background-position: -115px -99px;
	/*background-color: #C51287;*/
	cursor: pointer;
	border: none;
	position: absolute;
	margin-left: 10px;
	display: block;
}
#header .icon-signin {
	top: 10px;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-image: url(/images/mobile-icons/global-sprite.png);
	background-position: -157px -32px;
	/*background-color: #C51287;*/
	cursor: pointer;
	border: none;
	position: absolute;
	margin-left: 45px;
	display: block;
}
#header .icon-search {
	width: 34px;
	height: 34px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(/images/mobile-icons/global-sprite.png);
	background-position: 7px -99px;
	/*background-color: #9F0063;*/
	cursor: pointer;
	border: none;
	position: fixed;
	top: 10px;
	right: 0;
	margin-left: auto;
	margin-right: 10px;
}
#header .icon-basket {
	width: 34px;
	height: 34px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(/images/mobile-icons/global-sprite.png);
	background-position: -93px -48px;
	/*background-color: #9F0063;*/
	cursor: pointer;
	border: none;
	position: fixed;
	top: 10px;
	right: 0;
	margin-left: auto;
	margin-right: 45px;
}
#header a {
	color:#FFFFFF;
}
#header .header-links {
	display: none;
}
.search {
	color: #FFFFFF;
	position:absolute;
	top: 55px;
	left: 0px;
	display:none;
	width: 100%;
	background-color:#dfe8ed;
	z-index: 1100;
}
.search fieldset {
	margin:10px;
	padding:0px;
	border:none;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #d6d9d1;
	background-color: #fff;
}
.search fieldset .icon {
	position:absolute;
	left: 20px;
	top: 22px;
	width: 12px;
	height: 16px;
	background-position: -241px -34px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	padding: 0;
	border: 0;
	text-indent: -99999px;
	background-color: transparent;
	background-image: url(/images/mobile-icons/global-sprite.png);
	cursor: pointer;
}
.search fieldset .q {
	float:left;
	margin: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-size: 1.16667em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width:100%;
	border:none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.search fieldset .q:focus {
    outline-width: 0;
}

.SearchButton {
	display: none;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/images/header-v2/search.PNG);
	cursor: pointer;
	width: 34px;
	height: 34px;
	border: none;
	margin-top: 3px;
	background-color: #38719D;
}
}
@media all and (max-width: 360px) { /* iphones only */
#header .logo {
	color: #FFFFFF;
	/*background-color:#E01518;*/
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	float:none;
}
#header .logo img {
	width: 150px;
}
}