/*---------------------------------------------------------------------------
  Styles for Navigation and Brand Bar
---------------------------------------------------------------------------*/
.menuHelpBtn{
	display: none;
}
.mbl-slide {
	display: none;
}
.web-slide {
	display: block;
}

/*---------------------------------------------------------------------------
  # LOGO BAR
---------------------------------------------------------------------------*/
#topBarContainer {
	position: fixed;
	top: 0;
	left: 0;
	height: 75px;
	width: 100%;
	z-index: 10000;
	background: #224099;
	border-bottom: 1px solid #658fa8;
}
#pandoraLogo {
	background-image: url(../_img/newpandoraLogo.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 40%;
	margin-left: 3%;
	position: absolute;
	top: 22px;
	width: 11%;
	z-index: 3000;
}
#topBarBtns {
	position: fixed;
	right: 4%;
	top: 25px;
	z-index: 1000;
}
#topBarBtns a {
	color: #00adee;
	font-size: 18px;
	text-decoration: none;
}
#topBarBtns .btn {
	color: #00adef;
	border: 2px solid #00adef;
	display: inline-block;
	width: auto;
	font-size: 1.5em;
	padding: 12px 0px 13px;
	margin: 0 0 0 15px;
	min-width: 116px;
}
#topBarBtns .btn:hover {
	color: #ffffff;
	border: 2px solid #ffffff;
}

/*---------------------------------------------------------------------------
  # NAV BAR
---------------------------------------------------------------------------*/
#mbl_menuIcon {
	display: none;
}
#navBarContainer::before, #navBarContainer::after {
	content:"";
	height: 1px;
	background-image: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(169,223,248,1)), to(rgba(0,166,231,1)), color-stop(0.45, rgba(148,216,246,1)), color-stop(0.55, rgba(148,216,246,1)));
	background-image: -webkit-linear-gradient(rgba(169,223,248,1) 0%, rgba(148,216,246,1) 45%, rgba(148,216,246,1) 55%, rgba(0,166,231,1) 100%);
	background-image: -moz-linear-gradient(rgba(148,216,246,1) 0%, rgba(0,166,231,1) 45%, rgba(0,166,231,1) 55%, rgba(169,223,248,1) 100%);
	background-image: -o-linear-gradient(rgba(148,216,246,1) 0%, rgba(0,166,231,1) 45%, rgba(0,166,231,1) 55%, rgba(169,223,248,1) 100%);
	background-image: linear-gradient(rgba(148,216,246,1) 0%, rgba(0,166,231,1) 45%, rgba(0,166,231,1) 55%, rgba(169,223,248,1) 100%);
	-moz-background-size:100% 100%;
	background-size:100% 100%;
	background-position: 0 0, 100% 100%;
	background-repeat:no-repeat;
	display: block;
}
#navBarContainer {
	font-family: 'AvenirLTStd-Light', 'Avenir Next', 'Avenir', Helvetica, Arial, sans-serif;
	font-weight: 400;
	height: 64px;
	width: 100%;
	position: fixed; top: 75px; bottom: 1px;
	z-index: 2000;
	opacity: 1;
	font-weight: 400;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzBmMyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzAwYzBmMyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY3YzYiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(0,192,243,0.85) 0%, rgba(0,192,243,0.85) 15%, rgba(0,103,198,0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,192,243,0.85)), color-stop(15%,rgba(0,192,243,0.85)), color-stop(100%,rgba(0,103,198,0.85)));
	background: -webkit-linear-gradient(left,  rgba(0,192,243,0.85) 0%,rgba(0,192,243,0.85) 15%,rgba(0,103,198,0.85) 100%);
	background: -o-linear-gradient(left,  rgba(0,192,243,0.85) 0%,rgba(0,192,243,0.85) 15%,rgba(0,103,198,0.85) 100%);
	background: -ms-linear-gradient(left,  rgba(0,192,243,0.85) 0%,rgba(0,192,243,0.85) 15%,rgba(0,103,198,0.85) 100%);
	background: linear-gradient(to right,  rgba(0,192,243,0.85) 0%,rgba(0,192,243,0.85) 15%,rgba(0,103,198,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a600c0f3', endColorstr='#a60067c6',GradientType=1 );
	/*background: rgba(0, 173, 239, 0.85);*/
	/*border-bottom: 1px solid #efefef;*/
}
#navBarContainer .wrapper {
	max-width: 98%;
	padding: 0 1%;
}
#navContainer {
	z-index: 2000;
}
#topNav {
	list-style: none;
	height: 62px;
	min-width: 1200px;
	width: 90%;
	margin: auto;
	border-left: 1px solid rgb(185,229,251);
	border-left: 1px solid rgba(185,229,251,0.3);
}
/* topNav items */
#topNav li {
	float: left;
	width: 20%;
	height: 62px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid rgb(185,229,251);
	border-right: 1px solid rgba(185,229,251,0.3);
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: .8em;
	font-weight: 400;
	color: #b9e5fb;
	text-align: center;
}
/* other topNav links */
#topNav li a {
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 47px;
	width: 100%;
	padding-top: 9px;
	margin-right: 1px;
	color: #e1f4fd;
	border-bottom: 6px solid transparent;
}
#topNav li a:hover {
	color: #ffffff;
	border-bottom: 6px solid #ffffff;
}
#topNav li a.active {
	color: #ffffff;
	cursor: default;
	border-bottom: 6px solid #ffffff;
}
#topNav li:hover .subnav {
	border-bottom: #00adee 1px solid;
}
#topNav .subnav {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlYWZlOSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU4NjRjMyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(46,175,233,0.9) 0%, rgba(88,100,195,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,175,233,0.9)), color-stop(100%,rgba(88,100,195,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(46,175,233,0.9) 0%,rgba(88,100,195,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(46,175,233,0.9) 0%,rgba(88,100,195,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(46,175,233,0.9) 0%,rgba(88,100,195,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(46,175,233,0.9) 0%,rgba(88,100,195,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62eafe9', endColorstr='#e65864c3',GradientType=0 ); /* IE6-8 */
	display: block;
	float: none;
	max-height: 0;
	margin: 0 0 2px;
	min-width: 0;
	position: relative;
	width: 100%;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
	overflow:hidden;
}
#topNav .subnav li {
	border-bottom: 1px solid #00a6e7;
}
#topNav .subnav li {
	border-right: medium none;
	float: none;
	white-space: nowrap;
	width: 100%;
	height: 45px;
	list-style:none;
	font-size: 0.8em;
}
#topNav .subnav li:last-child  {
	border-bottom: none;
}
#topNav .subnav li a {
	display: block;
	text-decoration: none;
	width: 100%;
	line-height: 2.5em;
	padding-bottom: 2px;
}
#topNav .subnav li a:hover {
	border-bottom: 6px solid rgba(255, 255, 255, 0.8);
}
#topNav li:hover .subnav {
	height: auto;
	max-height: 1000%;
}
#topNav .subnav li a.active {
	border-bottom: 6px solid #ffffff;
}

/*---------------------------------------------------------------------------
  # WIDE SCREENS
---------------------------------------------------------------------------*/
@media screen and (min-width: 1202px) {
	#pandoraLogo {
		width: 250px;
		height: 50px;
		top: 15px;
	}
}

/*---------------------------------------------------------------------------
  # ADAPTIVE
---------------------------------------------------------------------------*/
@media screen and (max-width: 1201px) {

/*---------------------------------------------------------------------------
  ## LOGO BAR
---------------------------------------------------------------------------*/
	#topBarContainer {
		position: relative;
		top: 80px;
		height: 85px;
		width: 100%;
		padding-right: 0;
		background: #224099;
		border-bottom: 1px solid #658fa8;
	}
	#pandoraLogo {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 86% auto;
		height: 65%;
		margin-left: 5%;
		max-width: 220px;
		position: absolute;
		top: 18%;
		width: 160px;
		z-index: 3000;
	}
	#topBarBtns {
		position: fixed;
		left: 3%;
		top: 18px;
		z-index: 6000;
		width: 80%;
	}
	#topBarBtns .btn {
		margin: 0 15px 0 0;
	}
	#topBarContainer {
		display:none;
	}

/*---------------------------------------------------------------------------
  ## NAV BAR
---------------------------------------------------------------------------*/
	#mbl_navBarIcon {
		position: fixed;
		top: 0;
		width: 100%;
		height: 55px;
		opacity: 1;
		background: #224099;
		border-bottom: 1px solid #658fa8;
		display: block;
		z-index: 5000;
	}
	#mbl_menuIcon {
		display: inline-block;
		position: absolute;
		right: 6%;
		width: 40px;
		height: 100%;
		background-image: url(https://pandora.com/static/ads/mip/splash/img/nav_open.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 25px auto;
		cursor: pointer;
	}
	#navBarContainer::before, #navBarContainer::after {
		display: none;
	}
	#navBarContainer {
		-webkit-overflow-scrolling: touch;
		position: fixed !important;
		top: 55px !important;
		right: -3%;
		padding: 0 0 1% 1%;
		opacity: 1;
		width: 0;
		max-width: 85%;
		height: auto;
		max-height: 100%;
		overflow: visible;
		overflow-y: auto;
		background: none;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#navBarContainer.active {
		min-width: 0;
		width: 85%;
		overflow: visible;
		overflow-y: scroll;
	}
	#navBarContainer .wrapper {
		margin-left: 2%;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		width: 98%;
		max-width: 100%;
		-webkit-box-shadow: -1px 2px 4px 0px rgba(0,0,0,0.2);
		box-shadow: -1px 2px 4px 0px rgba(0,0,0,0.2);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlYWVlOSIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iNjQlIiBzdG9wLWNvbG9yPSIjNDI3YmM5IiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTg2NGMzIiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(46,174,233,0.922) 0%, rgba(66,123,201,0.92) 64%, rgba(88,100,195,0.92) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,174,233,0.92)), color-stop(64%,rgba(66,123,201,0.92)), color-stop(100%,rgba(88,100,195,0.92)));
		background: -webkit-linear-gradient(top,  rgba(46,174,233,0.92) 0%,rgba(66,123,201,0.92) 64%,rgba(88,100,195,0.92) 100%);
		background: -o-linear-gradient(top,  rgba(46,174,233,0.92) 0%,rgba(66,123,201,0.92) 64%,rgba(88,100,195,0.92) 100%);
		background: -ms-linear-gradient(top,  rgba(46,174,233,0.92) 0%,rgba(66,123,201,0.92) 64%,rgba(88,100,195,0.92) 100%);
		background: linear-gradient(to bottom,  rgba(46,174,233,0.92) 0%,rgba(66,123,201,0.92) 64%,rgba(88,100,195,0.92) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662eaee9', endColorstr='#665864c3',GradientType=0 );
	}
	#navContainer {
	height: 100%
	}
	#topNav {
		min-width: 0;
		width: 100%;
		height: auto;
		margin: 0 0 2px;
		border-left: none;
		overflow: auto;
	}
	#topNav li {
		float: none;
		border-right: none;
		border-bottom: 1px solid #00a6e7;
		width: auto;
		font-size: .8em;
		white-space: nowrap;
		height: auto;
	}
	#topNav li:last-child {
		border-bottom: none;
	}
	#topNav li a {
		line-height: 3.7;
		padding-top: 5px;
		margin-right: 0;
		border-bottom: none;
	}
	#topNav li a:hover {
		border-bottom: none;
	}
	#topNav li a.active {
		border-bottom: none;
	}
	.topHelpBtn {
		display:none;
	}
	.menuHelpBtn{
		display: list-item;
	}
	#topNav .subnav {
		display: none;
		max-height:0;
	}
	.unclickable {
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#topNav li.active {
		background-image: url(../_img/close.png);
		background-position: 95% 16px;
		background-repeat: no-repeat;
		background-size: 25px auto;
	}
	#topNav li.active .unclickable {
		display:none;
	}
	#topNav li.active .subnav {
		display:block;
		max-height: 1000%;
	}
	#topNav li.active .subnav a {
		max-width: 100%;
		display:block;
	}
	#topNav .subnav li a {
		line-height: 3.35em;
	}
	#topNav .subnav li a:hover {
		border-bottom: none;
	}
	#topNav .subnav {
		background: rgba(34,64,153,.3);
	}
}
