.Nav {
	height: 100%;
	position: relative;
	-webkit-transition: background-color .25s linear;
	transition: background-color .25s linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.Nav__primaryMenu {
	position: absolute;
	height: 100%;
	list-style: none;
	left: 0;
}

.Nav__primaryMenu__item {
	height: 6.4rem;
	line-height: 6.4rem;
	display: inline-block;
	margin-left: 2rem;
}

.Nav__primaryMenu__item__link {
	color: hsla(0, 0%, 100%, .8);
}

.Nav__primaryMenu__item__link:hover {
	border-bottom: 2px solid hsla(0, 0%, 100%, .4);
}

.Nav__primaryMenu__item__link--active {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.Nav__primaryMenu__item__link--active:hover {
	border-bottom: 2px solid #fff;
}

.Nav__primaryMenu__logo>.logo {
	position: relative;
	top: .5rem;
	display: inline-block;
}

.Nav__primaryMenu__logo--plus>.Nav__primaryMenu__logo--icon {
	height: 2.3rem;
	width: 12.2rem;
}

.Nav__primaryMenu__title {
	font-size: 1.8rem;
}

.Nav--darkTheme {
	background-color: #224099;
}

/********************
 Static Page Styles */

body:before {
 	position: relative;
}

.Static strong {
	font-weight: 700 !important;
}

.Static {
	background: white;
	min-height: 100vh;
}

.Static__body {
	margin-top: 9rem;
	margin-bottom: 10rem;
	min-height: 40rem;
	width: calc(70% - 35.4rem);
	max-width: 84rem;
	margin-left: 18%;
	height: 100%;
}

/* Legal Pages */
.legal.region-main__body {
	display: flex;
}

.legal .Static__menu {
	position: relative;
	min-width: 20rem;
}

.legal .SideNav {
	width: auto;
}

.legal .Static__body {
	width: 100%;
	margin: 9rem 4rem;
}

/* End Legal Page edit */

.Static__body__iframe {
	margin-left: -4rem;
}

.Static__body--noSideNav {
	margin-left: 24.3rem;
}

.Static__body__notes {
	border: solid 1px rgba(0, 0, 0, 0.2);
	padding: 4rem;
	margin: 3.6rem 0;
}

.Static__menu {
	position: absolute;
}

/* Static Page: Typography */

.Static__body__title {
	margin-bottom: 2rem;
}

.Static__body__subtitle {
	font-size: 2.4rem;
}

.Static__body__subtitle--h3 {
	font-size: 1.8rem;
}

.Static__body__text {
	margin-bottom: 1rem;
	padding: 1.7rem 0;
	line-height: 2.8rem;
	font-size: 18px;
	font-weight: 400;
}

.Static__body__text p {
	display: inline;
}

.Static__body__text strong {
	font-weight: 600 !important;
}

.Static__body__text h3 {
	display: inline;
	font-size: 18px;
	font-weight: 600;
}

.Static__body__text--small {
	font-size: 1.2rem;
	line-height: 1.6rem;
	width: 592px;
}

.Static__body__text--bold {
	font-weight: 700;
}

.Static__body__text--italic {
    font-style: italic;
}

.Static__body__text--bottom {
	margin-bottom: 5.5rem;
}

a.Static__body__link,
a.Static__body__link:hover {
	color: #224099;
	text-decoration: underline;
}

a.Static__body__link:hover,
a.Static__body__link:active,
a.Static__body__link:focus {
	color: #3165ff;
}

.Static__body__link--small {
	font-weight: 500;
}

.Static__body__list {
	margin: 0 0 2rem 2rem;
}

.Static__body__list__item {
	list-style-type: disc;
	line-height: 2rem;
	padding: 1rem 0;
	font-size: 18px;
}

.Static__body__list__item .Static__body__list__item {
    list-style-type: circle;
}

.Static__body__notes__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
	text-align: center;
}

.Static__body__notes__subtitle {
	font-size: 2.4rem;
	text-align: center;
}





/*********
 SideNav */

.SideNav {
	width: 25rem;
	padding-bottom: 5rem;
	top: 10.4rem;
	border: 0;
	margin: 0 0 0 2rem;
}

.SideNav__item {
	padding-bottom: 2rem;
}

a.SideNav__item__link,
a.SideNav__item__link__subLink,
a.SideNav__item__link:visited,
a.SideNav__item__link__subLink:visited {
	cursor: pointer;
	color: rgba(0, 0, 0, .6);
	line-height: 1.7rem;
	text-decoration: none;
}

a.SideNav__item__link:hover,
a.SideNav__item__link__subLink:hover {
	color: rgba(0, 0, 0, .8);
}

a.SideNav__item__link--active,
a.SideNav__item__link_subLink--active {
	color: #000;
	border-bottom: solid rgba(0, 0, 0, .6);
}


/*************
Contact Grid */

.ContactGrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	width: 100%;
	min-width: 84rem;
}

.ContactGrid__item {
	display: inline-block;
	padding-bottom: 5rem;
	width: 33%;
	min-width: 28rem;
	height: 100%;
}

/* Contact Grid: Typography */
.ContactGrid__item__title {
	font-size: 1.8rem;
	text-transform: uppercase;
}



/*************
 Static List */
.StaticList__item {
	padding: 1.5rem 0;
	color: rgba(0, 0, 0, 0.8);
}

.StaticList__item__link,
.StaticList__item__link:hover,
.StaticList__item__link:visited {
	color: #224099;
	font-size: 1.5rem;
	line-height: 2rem;
}

/* ListTable */
.ListTable {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ListTable__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1.5rem 0 1.5rem 2rem;
	color: rgba(0, 0, 0, 0.8);
}

a.ListTable__item__link,
a.ListTable__item__link:hover {
	color: rgba(0, 0, 0, 0.8);
	font-size: 1.5rem;
	line-height: 2rem;
}

.ListTable__item:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* Country & Entity Table */
table.country-table {
	margin-bottom: 5.5rem;
}
table.country-table th {
	padding: 5px 0;
	text-align: left;
}
table.country-table tr.top-row {
	border-bottom: 1px solid black;
}
table.country-table td {
	padding: 3px 0;
	text-align: left;
}
table.country-table td:first-child {
	width: 65%;
}

/*******************
AppStore Icon Grid */

.AppStoreGrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	width: 48rem;
	margin: 6rem 0;
}

.AppStoreMenuGrid__item {
	display: inline-block;
	padding-bottom: 5rem;
	width: 12rem;
	height: 100%;
}

.AppStoreGrid__item__badge {
	height: 34px;
	width: 100px;
}

@media (max-width:1024px) {
	.Static__body {
		width: calc(70% - 33.3rem);
		margin-right: 33.2rem;
	}
}

/*******
Footer */

.Footer {
	position: relative;
	width: 100%;
	min-width: 1024px;
	margin-top: -1rem;
	z-index: 200;
	padding: 2rem 0;
	text-align: center;
}

.Footer--nowPlaying .Footer__topMenu {
	width: calc(100% - 71.6rem);
}

@media screen and (max-width:1600px) {
	.Footer--nowPlaying .Footer__topMenu {
		width: 48rem;
	}
}

.Footer--nowPlaying .Footer__copyrightText {
	width: 48rem;
	margin: 1rem auto 0;
}

.Footer--black {
	background-color: #000;
	padding-top: 2rem;
	margin-top: -.2rem;
}

.Footer--dark {
	background-color: rgba(0, 0, 0, .8);
}

.Footer__topMenu {
	margin: 0 auto;
}

.Footer__topMenu__item {
	line-height: 4rem;
	display: inline-block;
	margin-left: 2rem;
}

.Footer__topMenu__item:first-child {
	margin-left: 0;
}

.Footer__topMenu__item__link:visited {
	color: #fff;
}

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

.Footer__bottomMenu__item {
	display: inline-block;
}

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

.Footer__pipe {
	display: inline-block;
	margin: 0 1rem;
}

.Footer__copyrightText {
	color: hsla(0, 0%, 100%, .6);
	margin: 1rem auto 0;
}

.Restricted__prompt__error {
	color: red;
	font-weight: bold;
}

.Restricted__button {
	background-color: #224099;
	width: 15rem;
	text-align: center;
	padding: 1rem 0;
	border: none;
	height: 4.4rem;
	margin-left: 4rem;
	border-radius: .2rem .2rem;
}

.Restricted__prompt__input {
	width: 30rem;
	height: 4.4rem;
	border: 1px solid #224099;
	margin-bottom: 3rem;
	border-radius: .2rem .2rem;
	box-shadow: none;
	padding: 0 1.6rem;
	overflow: hidden;
	font-size: 1.5rem;
}

.Restricted__button__text {
	font-size: 1.6rem;
	color: #fff;
}

.Static .Container {
	height: auto;
}

/********************
 Optional Responsive Styles */

@media (max-width: 860px) {
  body.Responsive, body.Responsive div, body.Responsive main, body.Responsive footer {
    min-width: 0 !important;
    width: 100%;
  }
  body.Responsive .Static__body {
    padding: 5em 2em;
    margin: 0;
    width: 100%;
  }
  body.Responsive .Footer__topMenu__item {
    display: inline-block;
    width: auto;
  }
}

@media (max-width: 460px) {
  body.Responsive .Nav__primaryMenu__title {
    display: none;
  }
  body.Responsive .Static__body__title {
    font-size: 2.8rem;
  }
  /* Legal Pages */
  body.Responsive div.legal.region-main__body .Static__body {
		margin-left: 0;
	}
  div.legal.region-main__body menu.Static__menu {
  	display: none;
  }
}
