body,
html {
	min-height: 100%;
	height: auto;
	width: 100vw;
}

body {
	color: #fff;
	background: rgb(230, 52, 143);
	background: -moz-linear-gradient(175deg, rgba(230, 52, 143, 1) 0%, rgba(140, 61, 192, 1) 100%);
	background: -webkit-linear-gradient(175deg, rgba(230, 52, 143, 1) 0%, rgba(140, 61, 192, 1) 100%);
	background: linear-gradient(175deg, rgba(230, 52, 143, 1) 0%, rgba(140, 61, 192, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6348f", endColorstr="#8c3dc0", GradientType=1);
	min-height: 100%;
	height: auto;
	overflow-x: hidden;
}

* {
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	text-transform: uppercase;
}

.subheader {
	color: #fff;
	text-transform: uppercase;
}

.inline-block {
	display: inline-block;
	float: none;
}

.inline {
	display: inline-block;
}

#wrapper {
	position:relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

#pandora-logo {
	max-width: 14rem;
	position: relative;
	left: 1rem;
	top: .5rem;
}

.menu {
	font-size: .8rem;
}

.top-bar,
.top-bar ul,
.title-bar {
	background-color: #1f3d9c;
}

.menu>li>a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

nav {
	margin-bottom: 2rem;
	z-index: 1000;
	position: fixed;
	width: 100%;
	top: 0;
}

nav + div {
    margin-top: 5.5rem;
}

.module-wrapper {
	position: relative;
	display: block;
}

.module {
	background: #000;
	padding-bottom: 2rem;
	margin-bottom: 4rem;
	z-index: 100;
	position: relative;
}

.module.transparent {
	background: transparent;
}

#icons {
	margin-top: 2rem;
	margin-bottom: 3rem;
	text-transform: uppercase;
	font-weight: bold;
}

#icons p {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 2rem;
}

#icons a {
	text-decoration: none;
}

/* TEXT TYPE */
.module h1 {
	font-weight: bold;
	font-size: 1.75rem;
	margin-top: 1.5rem;
	margin-bottom: .5rem;
	line-height: 1;
}

.module h2.subheader {
	margin-top: .75rem;
	font-size: 1.25rem;
}

.module a {
	color: #fff;
	text-decoration: underline;
}

.module h2.header {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.module p {
	font-size: 1rem;
	text-align: left;
}

.module p.text-center {
	text-align: center;
}

a[name] {
	margin-top:-7rem;
	position: absolute;
	display:block;
}

#all-partners p {
	margin-bottom: 0;
}

/* BRUSHES */
.brush {
	position: absolute;
	display: block;
}

.brush img {
	width: 100%;
	height: auto;
}

#header-home .brush:first-child,
#all-devices .brush:first-child,
#all-partners .brush:first-child {
	z-index: -10;
	left: -39rem;
	top: -25rem;
	width: 47rem;
}

#header-home .brush:last-child,
#all-devices .brush:last-child,
#all-partners .brush:last-child {
	z-index: 100;
	left: -4rem;
	top: 0rem;
	width: 7rem;
}

#in-the-home .brush:first-child {
	z-index: -10;
	right: -18rem;
	top: -35rem;
	width: 37rem;
}

#in-the-home .brush:last-child {
	z-index: 100;
	right: -11rem;
	top: -10rem;
	width: 13rem;
}

#in-the-car .brush:first-child {
	z-index: -10;
	left: -14rem;
	top: -105rem;
	width: 34rem;
}

#in-the-car .brush:last-child {
	z-index: 100;
	left: -7rem;
	top: 0rem;
	width: 9rem;
}

#on-the-go .brush:first-child {
	z-index: -10;
	right: -23rem;
	top: -110rem;
	width: 49rem;
}

#on-the-go .brush:last-child {
	z-index: 100;
	right: -9rem;
	top: -9rem;
	width: 11rem;
}

/*Alexa LP*/

#alexa-lp #wrapper .row.small-12.columns {
    padding-left: 0;
    padding-right: 0;
}

#alexa-lp nav + div {
    margin-top: 3.5rem;
}

#alexa-lp #content .module {
	padding-bottom: 0;
}
#carousel {
    position: relative;
    padding-bottom: 55%;
    width: 100%;
    height: 0;
    margin-bottom: -2rem;
    overflow: hidden;
}

#carousel-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 600%;
    height: auto;
}

#carousel-wrapper img {
    width: 16.6666666667%;
    position: relative;
    float: left;
}

#alexa-lp #header-home .module {
	margin-bottom: 0rem;
}

#pagination {
    width: 100%;
    bottom: 5%;
    position: absolute;
}

.dot {
    position: relative;
    display: inline-block;
    width: 10px;
    margin: 2px;
    border-radius: 100%;
    height: 10px;
    background: white;
}

.dot.active {
	background: #e9348e;
}

#alexa-lp .tile {
    vertical-align: top;
    padding-left: .375rem;
    padding-right: .375rem;
}

#alexa-lp .tile p {
	text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: .8rem;
    margin-top: .5rem;
    margin-bottom: 1.25rem;
}

.button {
    background: #e9348e;
	text-transform: uppercase;
	font-weight: bold;
	padding: .85em 3em;
	margin: 1rem 0 2rem 0;
}

.button:hover, .button:focus {
    background-color: #8c3dc0;
}


footer {
	display: block;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	opacity: .7;
	text-decoration: none;
	border-bottom: none;
}

.Footer {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	position: relative;
	margin-top: 5rem;
}

.Footer--blackBackground {
	margin-top: 0px;
}

.Footer__content {
	position: relative;
	padding: 2rem 0px;
	margin: 0px auto;
}

.Footer__copyright,
.Footer__nav {
	margin: 1rem auto;
}

.Footer__navLink {
	font-weight: 500;
	font-size: .9rem;
	line-height: 1.5rem;
}

.Footer__navLink {
	margin: 0 .75rem;
	display: inline-block;
}

.Footer__navLink:hover {
	text-decoration: underline;
}

.Footer__copyright {
	font-size: .8rem;
}


@media screen and (min-width: 40em) {

	.column.medium-pull-0,
	.column.medium-push-0,
	.column.medium-uncenter {
		position: static;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}

	#pandora-logo {
		left: 1.75rem;
		top: .5rem;
	}
	
	nav + div {
		margin-top: 6.5rem;
	}

	.module h1 {
		font-size: 3.5rem;
		margin-top: 2.5rem;
	}

	.module h2.subheader {
		margin-top: 0;
		font-size: 1.5rem;
	}

	#icons {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}
	
	#icons p {
		margin-bottom: 0;
	}

	.module h2.header {
		font-size: 2.2rem;
		margin-top: 3rem;
		margin-bottom: 2rem;
		background-image: url(../img/heading-line-left.png), url(../img/heading-line-right.png);
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
		background-size: 40% auto, 40% auto;
	}

	.module h2.header span {
		display: inline-block;
		background: #000;
		padding: 0 1rem;
	}

	.module p {
		font-size: 1.45rem;
		text-align: left;
	}

	.module .partners {
		margin-top: 2rem;
	}

	#header-home .brush:first-child,
	#all-devices .brush:first-child,
	#all-partners .brush:first-child {
		z-index: -10;
		left: -47rem;
		top: -33rem;
		width: 57rem;
	}

	#header-home .brush:last-child,
	#all-devices .brush:last-child,
	#all-partners .brush:last-child {
		z-index: 100;
		left: -6rem;
		top: -10rem;
		width: 10rem;
	}

	#in-the-home .brush:first-child {
		z-index: -10;
		right: -25rem;
		top: -27rem;
		width: 55rem;
	}

	#in-the-home .brush:last-child {
		z-index: 100;
		right: -14rem;
		top: -17rem;
		width: 19rem;
	}

	#in-the-car .brush:first-child {
		z-index: -10;
		left: -23rem;
		top: -83rem;
		width: 53rem;
	}

	#in-the-car .brush:last-child {
		z-index: 100;
		left: -11rem;
		top: -10rem;
		width: 16rem;
	}

	#on-the-go .brush:first-child {
		z-index: -10;
		right: -30rem;
		top: -80rem;
		width: 63rem;
	}

	#on-the-go .brush:last-child {
		z-index: 100;
		right: -14rem;
		top: -20rem;
		width: 17rem;
	}
	
	/*alexa lp*/
	#alexa-lp .tile p {
		font-size: 1.2rem;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}
	
	#alexa-lp h2.header {
		max-width: 82%;
		margin-left: auto;
		margin-right: auto;
	}

	#carousel {
    	padding-bottom: 40%;
	}
	
	.button {
		padding: .85em 3em;
		margin: 2rem 0 3rem 0;
		font-size: 1.3rem;
	}

}

@media screen and (min-width: 64em) {

	.column.large-pull-0,
	.column.large-push-0,
	.column.large-uncenter {
		position: static;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}

	nav + div {
		margin-top: 7.5rem;
	}

	.module h2.header {
		font-size: 2.2rem;
		font-weight: bold;
		margin-top: 3rem;
		margin-bottom: 2rem;
		background-image: url(../img/heading-line-left.png), url(../img/heading-line-right.png);
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
		background-size: 30% auto, 30% auto;
	}

	.module h2.header span {
		padding: 0 2rem;
	}

	#on-the-go .brush:first-child {
		z-index: -10;
		right: -30rem;
		top: -80rem;
		width: 63rem;
	}

	#on-the-go .brush:last-child {
		z-index: 100;
		right: -14rem;
		top: -40rem;
		width: 17rem;
	}
	
	#alexa-lp nav + div {
		margin-top: 7.5rem;
	}
	
	#alexa-lp h2.header {
		max-width: 73%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#alexa-lp .tile {
		vertical-align: top;
		padding-left: 1rem;
		padding-right: 1rem;
		width: 25%;
	}
	
	#alexa-lp #header-home .module {
		margin-bottom: 4rem;
	}
	
	#alexa-lp #content .module {
		padding-bottom: 8rem;
	}
	
	.button {
		padding: .85em 3em;
		margin: 3rem 0 4rem 0;
		font-size: 1.75rem;
	}
	
}

.temp {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1000;
	opacity: .2;
	top: 28px;
	left: 0;
	pointer-events: none;
}
/* Foundation Fix - APR 20 2020 */

@media screen and (min-width: 64em) {
	.large-3 {
		width: 24.4%;
	}	
}