/** COD - BO7 redemption.css **/
/****************************
TOC:
	1. FONTS
	2. CONTENT
		2.1 CONTENT - REDEMPTION PAGE
		2.2 CONTENT - SUCCESS PAGE
			a. Common
			b. redemptionType=progress
			c. redemptionType=serial
			d. Video Modal
	3. HEADER
	4. FOOTER
	5. MISC
*****************************/

/** ===================================================
  1. FONTS
======================================================= **/
/* Hitmarker */
@font-face {
  font-family: 'Hitmarker Text Regular';
  src: url('/promotions/resources/common/fonts/HitmarkerText-Regular.woff2') format('woff2'), url('/promotions/resources/common/fonts/HitmarkerText-Regular.woff') format('woff'), url('/promotions/resources/common/fonts/HitmarkerText-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hitmarker Text Bold';
  src: url('/promotions/resources/common/fonts/HitmarkerText-Bold.woff2') format('woff2'), url('/promotions/resources/common/fonts/HitmarkerText-Bold.woff') format('woff'), url('/promotions/resources/common/fonts/HitmarkerText-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hitmarker Normal Bold';
  src: url('/promotions/resources/common/fonts/HitmarkerNormal-Bold.woff2') format('woff2'), url('/promotions/resources/common/fonts/HitmarkerNormal-Bold.woff') format('woff'), url('/promotions/resources/common/fonts/HitmarkerNormal-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hitmarker Text VF';
  src: url('/promotions/resources/common/fonts/HitmarkerText-VF.woff2') format('woff2'), url('/promotions/resources/common/fonts/HitmarkerText-VF.woff') format('woff'), url('/promotions/resources/common/fonts/HitmarkerText-VF.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hitmarker VF';
  src: url('/promotions/resources/common/fonts/Hitmarker-VF.woff2') format('woff2'), url('/promotions/resources/common/fonts/Hitmarker-VF.woff') format('woff'), url('/promotions/resources/common/fonts/Hitmarker-VF.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/** ===================================================
  2.1 CONTENT - REDEMPTION PAGE
======================================================= **/

body.redemptionPage {
	width: 100%;
	margin: 0;
	margin-top: 0 !important;
	background: unset;
	background-color: #000;
	padding-top: 0;
}

body.redemptionPage > section {
	max-width: unset;
	width: 100%;
	padding: 0;
	margin: auto;
}

body.redemptionPage > section.redemption-container {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 105px 0 0 0;
	background-color: transparent;
	background-image: url("../images/bo7/bo7-hero-bg-desktop.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 2200px 900px;
	width: 100%;
	max-width: unset;
	min-height: 850px;
}

body.redemptionPage > section.redemption-container {
	padding-top: 145px;
}

@media only screen and (max-width: 1200px) { 
	body.redemptionPage > section.redemption-container {
		background-image: url("../images/bo7/bo7-hero-bg-tablet.webp");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 750px;
		min-height: 750px;		
	}
}

@media only screen and (max-width: 835px) {
	body.redemptionPage > section.redemption-container {
		background-image: url("../images/bo7/bo7-hero-bg-mobile.webp");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% !important;
		margin-top: 0;
		padding: 87% 0 0 0;
		
		width: 100%;
		min-height: auto;
	}
}

body.redemptionPage.redemption-form > section.redemption-container .redemption-content {
	margin-left: 780px;
}

@media only screen and (max-width: 1440px) {
	body.redemptionPage.redemption-form > section.redemption-container .redemption-content {
		margin-left: 51%;
	}
}

@media only screen and (max-width: 1200px) {
	body.redemptionPage.redemption-form > section.redemption-container .redemption-content {
		margin-left: calc((100vw / 2.9) + 25px);
	}
}

@media only screen and (max-width: 835px) {
	body.redemptionPage.redemption-form > section.redemption-container .redemption-content {
		margin-left: 0;
	}
}

body.redemptionPage .redemption-container .page-title {	
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: stretch;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 400px;
	width: 400px;
	height: 100px;
	margin: 0 auto;	
	background-image: url("../images/bo7/bo7-logo.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: calc(100% - 20px);
	font-size: 0;	
}

@media only screen and (max-width: 835px) {
	body.redemptionPage .redemption-container .page-title {	
		visibility: visible;		
		width: 360px;
		height: 90px;
		margin: 0px auto;
	}
}

@media only screen and (max-width: 450px) {
	body.redemptionPage .redemption-container .page-title {	
		width: 315px;
	}
}

body.redemptionPage .redemption-container #redemptionForm {	
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: stretch;
	box-sizing: border-box;
	width: auto;
	min-width: 300px;
	margin: 35px auto 0;
}

body.redemptionPage > section form fieldset {  
	font-family: 'Hitmarker Text Regular', sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2;	
	color: #fff;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
}

body.redemptionPage > section form fieldset .form-title {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}

body.redemptionPage > section form fieldset .form-subtitle {
	font-size: 18px;	
	line-height: 24px;
	margin: 10px 0;
}

body.redemptionPage > section form fieldset .form-description {
	
}

body.redemptionPage > section form fieldset .main .data-row {
  text-align: left;
	margin-bottom: 5px;
}

body.redemptionPage > section form fieldset .main .data-row.error input,
body.redemptionPage > section form fieldset .main .data-row.error select {
	border: 2px solid #ff4d4d;
}

body.redemptionPage > section form fieldset .main .data-row .hidden {
  display: none;
}

body.redemptionPage > section form fieldset .main .data-row label {
  text-rendering: optimizeLegibility;
  font-family: 'Hitmarker Text Bold', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

body.redemptionPage > section form fieldset .main .data-row input {
	width: 380px;
	font-family: 'Hitmarker Text Regular', sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 36px;
	height: 36px;
	letter-spacing: 2px;
	padding: 0 10px;
	margin: 5px 0 0;
	border: 1px solid #333;
	background-color: #1a1a1a;
	text-align: left;
	opacity: 0.85;
}
body.redemptionPage > section form fieldset .main .data-row input::placeholder {
	color: #aaa;
}
body.redemptionPage > section form fieldset .main .data-row select {
	width: 380px;
	font-family: 'Hitmarker Text Regular', sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 36px;
	height: 40px;
	letter-spacing: 2px;
	padding: 0 10px;
	margin: 5px 0 0;
	border: 1px solid #333;
	background-color: #1a1a1a;
	opacity: 0.85;
}

@media only screen and (max-width: 835px) {
	body.redemptionPage > section form fieldset .main .data-row input,
	body.redemptionPage > section form fieldset .main .data-row select {
		width: 340px;
	}
}

body.redemptionPage > section form fieldset .main .actions {
	overflow: visible;
}

body.redemptionPage > section form fieldset .main .actions button {
    position: relative;
    display: block;
    min-width: 220px;
	max-width: 400px;
	width: 100%;
	padding: 11px 20px;
	margin: 10px auto;
	/*background-color: #F96800;*/
	background-color: #1560E0;
	border-radius: 8px;
	border: none;
	
	font-family: 'Hitmarker Text Bold', sans-serif;
    font-weight: 700;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	box-shadow: none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

@media only screen and (max-width: 835px) {
	body.redemptionPage > section form fieldset .main .actions button {
		max-width: 360px;
	}
}

body.redemptionPage > section form fieldset .main .actions button:focus {
	outline: 1px solid #fff;
	outline-offset: 3px;
	width: 97%;
}

body.redemptionPage > section form fieldset .error-messaging-container {
	text-rendering: optimizeLegibility;
	font-family: 'Hitmarker Text Regular', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;	
	width: 90%;
	max-width: 450px;
	padding: 0;
	margin: 0 auto;
}

body.redemptionPage > section form fieldset .error-messaging-container .sso-message {
	color: #ff4d4d !important;
	max-width: 300px;
	padding: 0 0 30px;
	margin: 0 auto;
}

body.redemptionPage > section form fieldset .error-messaging-container a {
  color: #ff4d4d;
}

body.redemptionPage > section form fieldset .error-messaging-container a:hover {
  color: #eee;
  text-decoration: underline;
}

body.redemptionPage > section form fieldset .main .form-footer {
	max-width: 325px;
	margin: 30px auto 75px;
	padding-bottom: 50px;
	
	font-family: 'Hitmarker Text Regular', sans-serif;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	body.redemptionPage > section form fieldset .main .form-footer {	
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

body.redemptionPage > section form fieldset .main .form-footer a,
body.redemptionPage > section form fieldset .main .form-footer a:hover {
	color: #fff;
}

body.redemptionPage > section form fieldset .disclaimer-cont {
	font-size: 12px;
	line-height: 14px;
	max-width: 300px;
	margin: 0 auto 30px;
}

body.redemptionPage > section form fieldset .disclaimer-cont a {
	color: #fff;	
}

body.redemptionPage > section form fieldset .disclaimer-cont a:hover {
	color: #fff;	
}

body.redemptionPage > section .common-disclaimer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 15%;
	margin: 0 auto 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	body.redemptionPage > section .common-disclaimer  {
		position: relative;
		bottom: unset;
		padding: 0 5%;
	}
}

body.redemptionPage > section .common-disclaimer p {	
	font-family: 'Hitmarker Text Regular', sans-serif;
	color: #adabab;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;	
}

body.redemptionPage > section .common-disclaimer a,
body.redemptionPage > section .common-disclaimer a:hover {
	color: #adabab;
}

body.redemptionPage .burned {
	display: none;
}


/** ------------------------
  ACCOUNT LINKING SECTION
------------------------ **/

.link-more-platforms-container {
  margin: 10px auto 40px;
}

.link-more-platforms-container label {
  margin-bottom: 10px;
  display: inline-block;
}
.network-select .subheading {
	margin-bottom: 5px;
}
.network-select li {
	color: #fff;
	width: 300px;
	margin-left: 1%;
	min-width: 300px;
	min-height: 70px;
	margin: 0 auto 10px;
	background-color: #F96800;
	border: 1px solid #F96800;
	border-radius: 8px;
    outline-offset: 0px;
	transition: all 0.25s ease 0s;	
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.network-select li:hover {
    outline-offset: 3px;
}

.network-select li:focus {
	outline: 1px solid #fff;
	outline-offset: 3px;
	width: 97%;
}

.network-select li a {
	display: block;
	text-decoration: none;
}
.network-select li a span {
  display: inline-block;
  text-rendering: optimizeLegibility;
  font-family: 'Hitmarker Text Regular', sans-serif;
  font-style: normal;  
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  line-height: 70px;
  height: 70px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 95px;
}
.network-select li.psn span {
  background-image: url("../../common/images/psn-account-linking-icon.png");
}
.network-select li.xbl span {
  background-image: url("../../common/images/xbl-account-linking-icon.png");
}
.network-select li.steam span {
  background-image: url("../../common/images/steam-account-linking-icon.png");
}
.network-select li.battle span {
  background-image: url("../../common/images/battle-account-linking-icon.png");
}
.network-select li.windows span {
  background-image: url("../../common/images/windows-account-linking-icon.svg");
}

/** ---------------------------
  PREVIOUSLY REDEEMED SECTION
--------------------------- **/

.redemptionPage .previous-redemption-platforms-container,
.redemptionPage .already-redeemed {
	text-rendering: optimizeLegibility;
	font-family: 'Hitmarker Text Bold', sans-serif;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
  
  	max-width: 380px;
	margin: 25px auto 0;
}

@media only screen and (max-width: 835px) {
	body.redemptionPage .previous-redemption-platforms-container, 
	.redemptionPage .already-redeemed {
		max-width: 340px;
	}
}
.redemptionPage .previous-redemption-platforms-container p,
.redemptionPage .already-redeemed p {
  padding-bottom: 10px;
}

.redemption-container .previous-redeemed-platform {
	background-color: transparent;
	display: inline-block;
	padding: 0px 20px;
	margin: 0 0 30px;
	color: #fff;
}

/** ===================================================
  2.2 CONTENT - SUCCESS PAGE
======================================================= **/
body.redemptionPage.redemption-success {
	position: relative;
}

body.redemptionPage.redemption-success > section.redemption-container #main-content {
	width: 100vw;
	max-width: 1320px;
	
}

.success-container  {	
	position: relative;
    width: 95%;
	max-width: 550px;
    min-height: 200px;
    padding-top: 0;
	margin: 0 0 75px auto;
    text-align: center;
}

@media screen and (max-width: 1440px) {
	.success-container {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 1200px) {
	.success-container {		
		max-width: 400px;
		margin-right: calc((100vw - 800px) / 2)
	}
}

@media only screen and (max-width: 835px) { 
	.success-container {
		margin: 0 auto 30px;
	}
}
	
@media screen and (max-width: 480px) {
	.success-container {
		margin: 0 auto 20px;
		width: 90%;
	}
}

.success-container .fulfillment-response p,
.success-container .title-text,
.success-container .title-extra,
.success-container h4,
.success-container .success-main,
.success-container p.success-subtitle,
.success-container p.success-description,
.success-container p.success-disclaimer,
.success-container .disclaimer-cont,
.success-container .fpc-container .fpc {
	font-family: 'Hitmarker Text Regular', sans-serif;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;	
}

.success-container p a,
.success-description a, 
.success-link a, 
.success-force-redeem-link a {
	border: 0;
	background-color: transparent;
	color: #fff;
	padding: 0;
	margin: 0;	
}

.success-container .fulfillment-response {
	width: 80%;
	margin: 0 auto;
	padding: 25px 20px;
}

.success-container .fulfillment-response p {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

.success-container .title-text {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

.success-container .title-image {
	position: relative;
	display: block;
	background-image: url("../images/bo7/bo7-logo.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 400px;
	width: 400px;
	max-width: 400px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
}

@media screen and (max-width: 835px) {
	.success-container .title-image {
		background-size: 360px;
		width: 360px;
		height: 95px;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 450px) {
	.success-container .title-image {
		background-size: 315px;
		width: 315px;
		height: 85px;
		margin: 0 auto;
	}
}


/* 2XP logo hidden by default, display: block as needed for redemptionType=progress */
/*
.success-container .title-image:before {
	content: "";
	display: none;
	position: relative;
	background-image: url('../images/z-2xp-icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 135px auto;
	width: 135px;
	height: 120px;	
	margin: 30px auto 0;
}
*/

.success-container .title-extra {
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 30px;
}

@media screen and (max-width: 450px) {
	.success-container .title-extra {
		font-size: 20px;
		line-height: 26px;
	}
}

.success-container .success-main,
.success-container h4 {
	position: relative;
	width: 90%;
	max-width: 450px;
	font-family: 'Hitmarker Text Bold', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 40px;
	padding-top: 20px;
}

@media screen and (max-width: 450px) {
	.success-container .success-main,
	.success-container h4 {
		font-size: 24px;
		line-height: 26px;
	}
}

.success-container .success-main h1,
.success-container .success-main h2,
.success-container .success-main p,
.success-container .success-main span,
.success-container .success-main > div {
	margin-bottom: 20px;
}

.success-container .success-main .item-name {
	font-size: 18px;
	margin-bottom: 5px;
}

.success-container .success-main .item {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 150px;
	margin: 15px auto 40px;
	font-size: 18px;
}

.success-container .success-main .item-2xp {
	background-image: url('../images/bo6/bo6-2xp-char-icon.png');
}

.success-container .success-main .item-2wxp {
	background-image: url('../images/bo6/bo6-2xp-weap-icon.png');
}

.success-container p.success-subtitle{
	color: #ccc;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	width: auto;
	max-width: 400px;
	margin: 40px auto 0;
}

@media screen and (max-width: 835px) {
	.success-container p.success-subtitle {
		max-width: 360px;
	}
}

.success-container .fpc-container .fpc {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	width: 90%;
	margin: 30px auto 0;
}

.success-container p.success-description:empty,
.success-container p.success-disclaimer:empty {
	display: none;
}

.success-container p.success-description {
	color: #ccc;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.5px;
	max-width: 400px;
	margin: 20px auto 15px;
}

@media screen and (max-width: 835px) {
	.success-container p.success-description {
		max-width: 360px;
	}
}


.success-container p.success-description a {
	font-family: 'Hitmarker Text Bold', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	box-shadow: none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	/*background-color: #F96800;*/
	background-color: #1560E0;
	border-radius: 8px;
	border: none;
	padding: 11px 20px;
	margin: 10px auto;
	outline: unset;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	transition: unset;
	animation: none;
}

@media screen and (max-width: 835px) {
	.success-container p.success-description a {
		max-width: 360px;
	}
}

@media screen and (max-width: 480px) {
	.success-container p.success-description a {
		max-width: 315px;
	}
}

.success-container p.success-description a:hover {
	box-shadow: none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	/*background-color: #F96800;*/
	background-color: #1560E0;
	color: #fff;
	border: none;
	outline: none;
	animation: none;
}

.success-container p.success-description a:focus {
	outline: 1px solid #fff;
	outline-offset: 3px;
	width: 97%;
}

.success-container p.success-description .min-earned {
	color: #F96800;
	font-weight: bold;
}

.success-container p.success-disclaimer {
	width: 80%;
    font-size: 12px;
  	line-height: 14px;	
	letter-spacing: 1.5px;
}

@media screen and (max-width: 1200px) {
	.success-container p.success-disclaimer {
		width: 90%;
	}
}

.success-container .disclaimer-cont {
	max-width: 500px;
	padding-top: 20px;
	margin: 15px auto 0;
}

.success-container .disclaimer-cont:empty,
.success-container .disclaimer-cont p.disclaimer-text:empty,
.success-container .disclaimer-cont p.disclaimer-note:empty {
	display: none;
}

.success-container .disclaimer-cont p.disclaimer-text,
.success-container .disclaimer-cont p.disclaimer-note {
	margin-top: 10px;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1.5px;
}

.success-container .disclaimer-cont p.disclaimer-note {
	font-size: 11px;	
}

.success-container .disclaimer-cont a {
	color: #fff;
}

.success-container .disclaimer-cont a:hover {
	color: #fff;
	text-decoration: underline;
}

.success-container .fpc-container {
	position: relative;
}

/* .success-container .accent-highlight      { color: #1e9ffd; } */
.success-container .accent-highlight.bocw {	color: #d60908; }
.success-container .accent-highlight.vg   { color: #ffd130; }
.success-container .accent-highlight.mw2  { color: #7ac32c; }
/* .success-container .accent-highlight      { color: #d70000; }   Previous Default: mw3 */
.success-container .accent-highlight      { color: #F96800; }  /* Current Default: bo6*/
.success-container .accent-highlight      { color: #F96800; }  /* Current Default: bo6*/


/** --------- START: redemptionType=progress ------------ **/



@media only screen and (max-width: 480px) {
	body.redemptionPage.redemption-success .redemption-container[data-type="progress"] .success-container {
		width: 90%;
	}
}

.success-container .progress.redemption-item-container {
	font-family: 'Hitmarker Text Regular', sans-serif;
	color: #fff;
	text-transform: uppercase;
	
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.progress.redemption-item-container > .progress-image {
	display: block;
	background-image: url('../../cod/images/bo6/bo6-2xp-char-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 120px;
	height: 100px;	
	margin: 15px auto 0;
}

.progress.redemption-item-container > .progress-image.weapon2xp {
	background-image: url('../../cod/images/bo6/bo6-2xp-weap-icon.png');
}

.progress.redemption-item-container > .progress-image.battlepass2xp {
	background-image: url('../../cod/images/bo6/bo6-2xp-bp-icon.png');
}

.progress > .progress-image {
	order: 1;
}

.progress > .progress-data {
	order: 3;
}

.progress > .total-progress-container {
	order: 2;
	width: 95%;
	max-width: 700px;
	padding-bottom: 0;
	margin: 20px auto 0;
}

.progress > .total-progress-container .progress-container {
	height: auto;
	margin-top: 0;
}

.progress > .total-progress-container .progress-container .total-bar-cont {
	display: flex;
	flex-wrap: wrap;
}

.progress > .total-progress-container .progress-container .total-bar-cont .total-progress-bar {
	order: 4;
	height: 50px;
	background-image: url('../images/progress-bar.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 25px;
	padding: 0 1.5%;
}

@media (max-width: 850px) {
	.progress > .total-progress-container .progress-container .total-bar-cont .total-progress-bar {
		height: 50px;
	}
}

.progress > .total-progress-container .progress-container .total-bar-cont .total-progress-bar .total-progress-fill {
	background: unset;
	background-color: #F96800;
	height: 9px;
	width: 100%;
	margin-top: 17px;
	clip-path: none;
}

.progress > .total-progress-container .progress-container .total-bar-cont .segment-max {
	color: #fff;
	width: 33.3%;
	margin-left: 0;
	margin-right: 0;
	text-align: right;
}

@media (max-width: 450px) {
	.progress > .total-progress-container .progress-container .total-bar-cont .segment-max {
		font-size: 11px;
	}
}

.progress > .total-progress-container .progress-container .total-bar-cont .segment-max:nth-of-type(n) {
	margin-left: 0;
}

.progress > .progress-data .code-value, 
.progress > .progress-data .banked-value, 
.widget .progress-data .code-value, 
.widget .progress-data .banked-value,
.progress > .progress-data .code-value .description-text, 
.progress > .progress-data .banked-value .description-text, 
.widget .progress-data .code-value .description-text, 
.widget .progress-data .banked-value .description-text,
.segment-max {
	font-family: 'Hitmarker Text Regular', sans-serif;
	letter-spacing: 2px;
	color: #F96800;
}

.progress > .progress-data .code-value .description-text, 
.progress > .progress-data .banked-value .description-text {
	font-size: 18px;
	color: #fff;
}

@media (max-width: 550px) {
	.progress > .progress-data .code-value .description-text, 
	.progress > .progress-data .banked-value .description-text,
	.progress > .progress-data .number,
	.progress > .progress-data .code-value, 
	.progress > .progress-data .banked-value, 
	.widget .progress-data .code-value, 
	.widget .progress-data .banked-value {
		font-size: 18px;
	}
}

.progress > .progress-data .code-value .description-text {
	font-weight: bold;
}

.progress > .progress-data .banked-value,
.progress > .progress-data .banked-value .number {
	font-weight: normal;
}

/** --------- END: redemptionType=progress ------------ **/



/** --------- START: redemptionType=serial ------------ **/

.success-container .serial.redemption-item-container {
	font-family: 'Hitmarker Text Regular', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	max-width: 900px;
	margin: 0 auto;
}

body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 31%;
	height: auto;
	margin: 0 1% 30px;
	background-color: unset;
	font-family: 'Hitmarker Text Regular', sans-serif;
	outline: none;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item {
		width: 47%;
		max-width: 310px;
	}
	body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item.item-3 {
		margin-top: 30px;
	}
}

body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item .item-image {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	padding-top: 96%;	
	border: 1px solid #444;
	opacity: 1;
}

body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item .item-text-cont {
	display: inline-block;
	width: 100%;
	top: 100%;
	left: 0;
	font-size: 20px;	
	text-align: center;
}

body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item .item-text {
	display: block;
	border: 0;
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 2px;
	min-height: 40px;
	padding: 0;
	margin: 20px auto 0;
}

@media only screen and (max-width: 550px) {
	body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item .item-text {
		font-size: 12px;
		line-height: 16px;
		min-height: 32px;
	}
}

body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item .item-desc {
	display: block;
	margin-top: 10px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	min-height: 75px;
}

@media only screen and (max-width: 550px) {
	body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item .item-desc {
		margin-top: 0;
		font-size: 16px;
		line-height: 20px;
		min-height: 62px;
	}
}


body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item .item-status {
	display: block;
	margin-top: 20px;
}

@media only screen and (max-width: 550px) {
	body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item .item-status {
		font-size: 16px;
		margin-top: 10px;
	}
}

body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item.previously-redeemed .item-image,
body.redemptionPage > section.redemption-container .success-container .serial.redemption-item-container ul.redemption-item-list li.redemption-item.unlocked .item-image {
	opacity: 1;
}

.redemption-item-container.serial .redemption-item.previously-redeemed, 
.redemption-item-container.serial .redemption-item.unlocked{
	color: #F96800;
}

body.redemptionPage.redemption-success .redemption-container[data-type="serial"] .success-container p.success-description {
	max-width: 520px;
}

/** --------- END: redemptionType=serial ------------ **/


/** --------- START: Video Modal ------------ **/
#success-video-modal {
	display: none; 
	position: fixed; 
	z-index: 100000;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	background-color: rgba(0,0,0,0.85);
}

.success-video-close {
	content: '';
	position: absolute;
	display: block;
	top: -30px;
	right: -30px;
	width: 25px;
	height: 25px;
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	line-height: 22px;
	color: #ccc;
	background-color: #121212;
	border: 1px solid #333;
	border-radius: 13px;
	cursor: pointer;
	z-index: 10;
}

#success-video-container  {
	position: relative;
	display: block;
	width: 80%;
	padding: 0;
	margin: 50px auto 0;
}

#success-video-container::before  {
	display: block;
	content: "";
	padding-top: calc(9 / 16 * 100%);
	box-sizing: border-box;
}

#success-video-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	max-width: 1200px;
	max-height: 675px;
}


/** --------- END: Video Modal ------------ **/



/** ===================================================
  3. HEADER
======================================================= **/
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link:hover {
	height: 44px;
}

.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .purchase-link {
	margin-top: 7px;	
}

.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button {
	margin-top: 9px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container {
	margin-top: 0;	
}

@media only screen and (max-width: 1100px) {
	.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container {
		margin-top: 0;	
	}
}

@media only screen and (max-width: 768px) {

	.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button {
		margin-top: 8px;
	}
	.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container {
		margin-top: 0;	
	}
}
@media only screen and (max-width: 360px) {
	.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button a {
		font-size: 9px !important;
	}
}
@media only screen and (max-width: 330px) {
	.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button a {
		display: none !important;
	}
}

.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button {
	padding-top: 0 !important;
}

.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span {
	margin-top: 4px;
}



/** ===================================================
  4. FOOTER
======================================================= **/
body.redemptionPage section.footer {
  background: #1b1b1b;
  width: 100%;
  max-width: unset;
}

/** ------------------------
 FOOTER from common-site.css 
------------------------ **/
footer {
  width: 100%;
  max-width: 100%;
}
footer {
  display: block;
  color: #676767;
  background: #000;
  border-top: solid 1px #2e2e2e;
  width: 100%;
  text-align: center;
  font-size: 11px;
}
footer .footer-content {
  position: relative;
  margin: 0 auto;
  padding: 0 0 25px 0;
  text-align: left;
}

footer .footer-content {
  width: 85%;
}
#partners {
  margin: 25px 0;
  float: right;
  width: 50%;
}
#partners li {
  list-style-type: none;
  float: left;
}
#partners a {
  display: block;
  height: 107px;
  text-indent: -999em;
  background: transparent url(../../common/images/ratings-sprite.png) no-repeat;
}
#partners a.esrb-privacy,
#partners a.pegi,
#partners a.activision {
  background: transparent url(../images/footer-sprite.png) no-repeat;
}
#partners a.activision {
  background-position: -425px 0;
  width: 124px;
  margin: 0 410px 25px 0;
  height: 45px;
}
#partners a.infinity {
  background-position: -549px 0;
}
#partners a.sledgehammer {
  background-position: -677px 0;
}
#partners a.esrb-privacy {
  background-position: -281px 0;
  width: 77px;
  height: 102px;
  margin-right: 15px;
}
#partners a.pegi {
  display: none;
}
#partners .esrb-rp {
  background-position: 0 0;
  width: 223px;
}
#partners .esrb-rpm {
  background-position: -802px 0;
}
#partners .esrb-m17 {
  background-position: -900px 0;
}
#partners .esrb-m17-s {
  background-position: -1045px 0;
}
#partners .esrb-teen {
  background-position: -1121px 0;
}
#partners .esrb-teen-s {
  background-position: -1271px 0;
}
#partners .esrb-e10 {
  background-position: -1349px 0;
}
#partners .esrb-e10-s {
  background-position: -1499px 0;
}
#partners .esrb-e {
  background-position: -1578px 0;
}
#partners .esrb-e-s {
  background-position: -1729px 0;
}
#partners .esrb-p {
  background-position: 0px -164px;
}
#partners .esrb-pm {
  background-position: -133px -164px;
}
#partners .esrb-ec {
  background-position: -266px -164px;
}
#partners .esrb-everyone {
  background-position: -399px -164px;
}
#partners .esrb-e10 {
  background-position: 0px -227px;
}
#partners .esrb-teen {
  background-position: -133px -227px;
}
#partners .esrb-m {
  background-position: -266px -227px;
}
#partners .esrb-adult {
  background-position: -399px -227px;
}
#partners .esrb-m-enfr {
  background: url(https://imgs.callofduty.com/content/dam/atvi/global/ratings/esrb/cod-hub-esrb-fr_ca.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 156px;
  margin: 0;
}
#partners .activision.has-usk {
  margin-right: 290px;
}
#partners .usk {
  background-position: -695px 0;
  width: 100px;
  margin-right: 20px;
}
#partners .esrb-adult,
#partners .esrb-ec,
#partners .esrb-everyone,
#partners .esrb-e10,
#partners .esrb-teen,
#partners .esrb-p,
#partners .esrb-pm,
#partners .esrb-m {
	background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/esrb/cod-hub-esrb-en.png");
	width: 175px;
	height: 100px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 0;
}
#partners .esrb-text {
  position: relative;
  top: -55px;
  left: 60px;
  width: 82px;
  height: 50px;
  margin-bottom: 0px;
  font-family: sans-serif;
  font-size: 9px;
  color: #444;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
#additional-info li {
  display: block;
}
#additional-info li a {
  color: #ffffff;
  text-decoration: none;
}
#trademarks {
  display: block;
  float: none;
  width: 100%;
}
/** PEGI - Ratings **/
#partners .pegi {
  width: 58px;
  margin-right: 20px;
}
#partners .pegi-3,
#partners .pegi-7,
#partners .pegi-12,
#partners .pegi-16,
#partners .pegi-18 {
  height: 72px;
  width: 60px;
  margin-top: 18px;
}
#partners .pegi-3 {
  background-position: 0px 0px;
}
#partners .pegi-7 {
  background-position: -60px 0px;
}
#partners .pegi-12 {
  background-position: -120px 0px;
}
#partners .pegi-16 {
  background-position: -180px 0px;
}
#partners .pegi-18 {  
	background-image: url('https://www.callofduty.com/content/dam/atvi/global/ratings/pegi/pegi-18.jpg');
	background-position: center;
	width: 66px;
	height: 81px;
	margin: 0;
}
/** USK - Ratings **/
#partners .usk-pending,
#partners .usk-0,
#partners .usk-6,
#partners .usk-12,
#partners .usk-16,
#partners .usk-18,
#partners .au-g,
#partners .au-pg,
#partners .au-m,
#partners .au-m15 {
  height: 90px;
  width: 90px;
  margin-top: 5px;
}
#partners .usk-pending {
  background-position: -450px -289px;
}
#partners .usk-0 {
  background-position: 0 -289px;
}
#partners .usk-6 {
  background-position: -90px -289px;
}
#partners .usk-12 {
  background-position: -180px -289px;
}
#partners .usk-16 {
  background-position: -270px -289px;
}
#partners .usk-18 {
	background-image: url('https://www.callofduty.com/content/dam/atvi/global/ratings/usk/usk-18.png');
	background-position: center;
	width: 81px;
	height: 81px;
	margin: 0;
}
/** AU - Ratings **/
#partners .au-g {
  background-position: 0px -73px;
}
#partners .au-pg {
  background-position: -90px -73px;
}
#partners .au-m {
  background-position: -180px -73px;
}
#partners .au-m15 {
  background-position: -270px -73px;
}
#partners .au-r18 {
  background-image: url('https://www.callofduty.com/content/dam/atvi/global/ratings/au/R_18_wwii.png');
  width: 226px;
  height: 74px;
}
#partners .au-pending {
  background-position: -360px -73px;
  width: 133px;
  height: 46px;
  margin-top: 30px;
}
/** DEJUS - Ratings **/
#partners .dejus-l,
#partners .dejus-10,
#partners .dejus-12,
#partners .dejus-14,
#partners .dejus-16,
#partners .dejus-18 {
  height: 81px;
  width: 81px;
}
#partners .dejus-l {
  background-position: -405px -379px;
}
#partners .dejus-10 {
  background-position: 0px -379px;
}
#partners .dejus-12 {
  background-position: -81px -379px;
}
#partners .dejus-14 {
  background-position: -162px -379px;
}
#partners .dejus-16 {
  background-position: -243px -379px;
}
#partners .dejus-18 {
  background-position: -324px -379px;
}
/** CERO - Ratings **/
#partners .cero-a,
#partners .cero-b,
#partners .cero-z,
#partners .cero-d,
#partners .cero-rp,
#partners .cero-c {
  height: 80px;
  width: 70px;
}
#partners .cero-a {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/cero/cero-a.png");
}
#partners .cero-b {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/cero/cero-b.png");
}
#partners .cero-z {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/cero/cero-z.png");
}
#partners .cero-d {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/cero/cero-d.png");
}
#partners .cero-rp {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/cero/cero-rp.png");
}
#partners .cero-c {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/cero/cero-c.png");
}
/** GRAC - Ratings **/
#partners .grac-all,
#partners .grac-test,
#partners .grac-12,
#partners .grac-15,
#partners .grac-18 {
  height: 95px;
  width: 80px;
}
#partners .grac-all {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/grac/grac-all.png");
}
#partners .grac-test {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/grac/grac-test.png");
}
#partners .grac-12 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/grac/grac-12.png");
}
#partners .grac-15 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/grac/grac-15.png");
}
#partners .grac-18 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/grac/grac-18.png");
}
/** GSRR - Ratings **/
#partners .gsrr-general,
#partners .gsrr-6,
#partners .gsrr-12,
#partners .gsrr-15,
#partners .gsrr-18 {
  height: 160px;
  width: 160px;
  background-size: contain;
}
#partners .gsrr-general {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/gsrr/gsrr-general.png");
}
#partners .gsrr-6 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/gsrr/gsrr-6.png");
}
#partners .gsrr-12 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/gsrr/gsrr-12.png");
}
#partners .gsrr-15 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/gsrr/gsrr-15.png");
}
#partners .gsrr-18 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/gsrr/gsrr-18.png");
}
/** CRL - Ratings **/
#partners .crl-0,
#partners .crl-6,
#partners .crl-12,
#partners .crl-16,
#partners .crl-18 {
  height: 100px;
  width: 100px;
}
#partners .crl-0 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/crl/age-rating-0.png");
}
#partners .crl-6 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/crl/age-rating-6.png");
}
#partners .crl-12 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/crl/age-rating-12.png");
}
#partners .crl-16 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/crl/age-rating-16.png");
}
#partners .crl-18 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/crl/age-rating-18.png");
}
/** GCAM - Ratings **/
#partners .gcam-3,
#partners .gcam-7,
#partners .gcam-12,
#partners .gcam-16,
#partners .gcam-18 {
  height: 185px;
  width: 145px;
}
#partners .gcam-3 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/gcam/gcam-3.png");
}
#partners .gcam-7 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/gcam/gcam-7.png");
}
#partners .gcam-12 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/gcam/gcam-12.png");
}
#partners .gcam-16 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/gcam/gcam-16.png");
}
#partners .gcam-18 {
  background-image: url("https://www.callofduty.com/content/dam/atvi/global/ratings/gcam/gcam-18.png");
}

/** ------------------------
FOOTER from site.css 
------------------------ **/
footer {
  background-color: #ffffff;
  margin-bottom: -13px;
  border: none;
  text-transform: none;
}
footer .footer-content {
  max-width: 1277px;
}
footer #partners {
  width: 48%;
}
footer #partners > li:first-child {
  padding-right: 2rem;
}
footer #partners .activision {
  background-position: -425px -56px;
  margin: 0 80% 25px 0;
}
footer #partners .esrb-pm {
  background-image: url("../images/esrb-cod-rp-m.jpg");
  width: 256px;
  height: 92px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  footer #partners .esrb-pm {
    margin-top: 0;
  }
}
footer #partners .esrb-text {
  color: transparent;
}
footer #additional-info {
  margin: 50px 0 25px;
  font-family: "Open Sans", Arial, sans-serif;
  font-family: "Arvo", Verdana, Arial, Helvetica, sans-serif;
  font-family: "Abel", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.5;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  footer #additional-info {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  footer #additional-info {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  footer #additional-info {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  footer #additional-info {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  footer #additional-info {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  footer #additional-info {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  footer #additional-info {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  footer #additional-info {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  footer #additional-info {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  footer #additional-info {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  footer #additional-info {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  footer #additional-info {
    text-rendering: optimizeLegibility;
  }
}
footer #additional-info li {
  margin-bottom: 15px;
}
footer #additional-info li a {
  color: #7c7c7c;
}
footer #additional-info li a:hover {
  color: #000000;
  text-decoration: underline;
}
footer #trademarks a {
  color: #000000;
}
@media only screen and (max-width: 480px) {
  footer #additional-info {
    margin: 25px 0;
    font-size: 16px;
  }
}


footer {
  width: 100%;
  margin: 0 auto -13px;
  background-color: #000;
}
footer .footer-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 100px 15px;
  margin: 0 auto;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 1300px) {
  footer .footer-content {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-content {
    width: 90%;
  }
}
footer #partners {
  order: 2;
  width: auto;
  float: none;
  margin: 40px auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  footer #partners {
    margin-top: 0;
  }
}
footer #partners li {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  footer #partners li {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  footer #partners li a {
    margin: 0 auto 1rem !important;
  }
}
footer #partners li a.activision {
  margin-bottom: 0;
}
footer #partners li .esrb-text {
  display: none;
}
footer #partners .esrb-pm {
  margin-top: 0;
}
footer #additional-info {
  order: 1;
  position: relative;
  padding-bottom: 40px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  footer #additional-info {
    padding-bottom: 20px;
    border-bottom: none;
  }
}
footer #additional-info:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: -6px;
  bottom: -1px;
}
@media only screen and (max-width: 1024px) {
  footer #additional-info:before {
    display: none;
  }
}
footer #additional-info:after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  right: -6px;
  bottom: -1px;
}
@media only screen and (max-width: 1024px) {
  footer #additional-info:after {
    display: none;
  }
}
footer #additional-info li {
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  footer #additional-info li {
    display: block;
    margin-bottom: 20px;
  }
}
footer #additional-info li:not(.first) {
  margin-left: 44px;
}
footer #additional-info li:not(.first):before {
  content: "|";
  color: #adabab;
  position: relative;
  right: 22px;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  footer #additional-info li:not(.first):before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  footer #additional-info li:not(.first) {
    margin-left: 0;
  }
}
footer #additional-info li a {
  font-family: "Montserrat", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 23px;
  color: #adabab;
}
footer #additional-info li a:hover {
  color: #adabab;
  text-decoration: none;
}
footer #trademarks {
  order: 3;
  font-family: "Montserrat", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  line-height: 130%;
  color: #adabab;
  letter-spacing: 1px;
  text-shadow: 0px 0px 18px #646464;
  text-align: center !important;
}
@media only screen and (max-width: 1024px) {
  footer #trademarks {
    width: 100%;
    margin-bottom: 0;
  }
}



/** ===================================================
  5. MISC
======================================================= **/

/* Animation - CTA Button */
@keyframes ping-pulse {
  0% {
    box-shadow: 0 0 0 4px #393939, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #393939, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #393939, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #393939, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@keyframes ping-start {
  from {
    outline-offset: 0;
    outline: 0 solid transparent;
  }
  to {
    outline-offset: 4px;
    outline: 2px solid #fff;
  }
}
@keyframes ping-delay {
  from {
    outline-offset: 4px;
    outline: 1px solid #fff;
  }
  to {
    outline-offset: 4px;
    outline: 1px solid #fff;
  }
}
@keyframes ping-end {
  from {
    outline-offset: 4px;
    outline: 1px solid #fff;
  }
  to {
    outline-offset: 0;
    outline: 0 solid transparent;
  }
}
/* ONETRUST COOKIE SETTINGS BUTTON in FOOTER */
body.redemptionPage #ot-sdk-btn.ot-sdk-show-settings, 
body.redemptionPage #ot-sdk-btn.optanon-show-settings {
	background-color: #1b1b1b;
}
