/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}
.jspDisabled {
  background: #80808d;
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}
.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	background: red;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.jspHorizontalBar
{
	background: red;
	bottom: 0;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	cursor: pointer;
        direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled
{
	background: #80808d;
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	float: left;
	height: 100%;
	width: 16px;
}

.jspVerticalBar .jspArrow:focus
{
        border: 1px solid red;
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/**
	ARTICLE IMAGE STYLES - /apps/atvi/callofduty/strategy-guide/components/blog/article-image/clientlibs/css/article-image.less
*/
.article-image-component .article-image-container {
  position: relative;
}
.article-image-component .article-image-caption > span {
  display: block;
  padding-left: 20px;
  border-left: 4px solid #AAB0B6;
  color: #F3F4F5;
}
@media (min-width: 1024.02px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
@media (max-width: 1024px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 8px;
  }
}
.article-image-component .atvi-agegate .field:last-child {
  margin-right: 0;
}
.article-image-component .atvi-agegate .submit {
  color: white;
}
.article-image-component.align-center .article-image-container {
  display: flex;
  justify-content: center;
}
.article-image-component.align-right .article-image-container {
  display: flex;
  justify-content: flex-end;
}
html[dir="rtl"] .article-image-component .article-image-caption > span {
  padding-left: unset;
  border-left: unset;
  padding-right: 20px;
  border-right: 4px solid #AAB0B6;
}

/**
	ARTICLE IMAGE STYLES - /apps/atvi/callofduty/strategy-guide/components/blog/article-image/clientlibs/css/article-image.less
*/
.article-image-component .article-image-container {
  position: relative;
}
.article-image-component .article-image-caption > span {
  display: block;
  padding-left: 20px;
  border-left: 4px solid #AAB0B6;
  color: #F3F4F5;
}
@media (min-width: 1024.02px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
@media (max-width: 1024px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 8px;
  }
}
.article-image-component .atvi-agegate .field:last-child {
  margin-right: 0;
}
.article-image-component .atvi-agegate .submit {
  color: white;
}
.article-image-component.align-center .article-image-container {
  display: flex;
  justify-content: center;
}
.article-image-component.align-right .article-image-container {
  display: flex;
  justify-content: flex-end;
}
html[dir="rtl"] .article-image-component .article-image-caption > span {
  padding-left: unset;
  border-left: unset;
  padding-right: 20px;
  border-right: 4px solid #AAB0B6;
}

/**
	BOXOUT STYLES - /apps/atvi/callofduty/strategy-guide/components/blog/boxout/clientlibs/css/boxout.less
*/
.boxout-component .boxout-inner-container {
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--custom-accent-color, var(--default-accent-color));
}
.boxout-component .boxout {
  position: relative;
}
.boxout-component .boxout__left-frame,
.boxout-component .boxout__right-frame {
  position: relative;
  background: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/blog/intel-cards/common/ScreenStripeTexture_1x4.png') 0% 0% / 4px 2px repeat, #1b1b1b;
  padding: 8px 24px;
}
.boxout-component .boxout__left-frame:before,
.boxout-component .boxout__right-frame:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, var(--custom-accent-color-50, var(--default-accent-color-50)) 0%, var(--custom-accent-color-50, var(--default-accent-color-50)) 100%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35), 0px 0px 24px 0px var(--custom-accent-color, var(--default-accent-color)) inset;
}
.boxout-component .boxout__left-frame {
  display: flex;
  width: 64px;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 7px 0 0 7px;
}
.boxout-component .boxout__left-frame:before {
  border-radius: 7px 0 0 7px;
}
.boxout-component .boxout__left-frame > img {
  position: relative;
}
.boxout-component .boxout__right-frame {
  width: 32px;
  border-radius: 0 7px 7px 0;
}
.boxout-component .boxout__right-frame:before {
  border-radius: 0 7px 7px 0;
}
@media (max-width: 600px) {
  .boxout-component .boxout__right-frame {
    display: none;
  }
}
.boxout-component .boxout__content {
  display: flex;
  padding: 24px 32px;
  flex: 1 0 0;
}
.boxout-component .boxout__content .boxout-text ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.boxout-component .boxout__content .boxout-text ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.boxout-component .boxout__content .boxout-text li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.boxout-component .boxout__content .boxout-text ul ul,
.boxout-component .boxout__content .boxout-text ol ul {
  list-style-type: circle;
}
.boxout-component .boxout__content .boxout-text ol ol ul,
.boxout-component .boxout__content .boxout-text ol ul ul,
.boxout-component .boxout__content .boxout-text ul ol ul,
.boxout-component .boxout__content .boxout-text ul ul ul {
  list-style-type: square;
}
.boxout-component .boxout__content .boxout-text ol ul,
.boxout-component .boxout__content .boxout-text ul ol,
.boxout-component .boxout__content .boxout-text ul ul,
.boxout-component .boxout__content .boxout-text ol ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/**
	ARTICLE GRID STYLES - /apps/atvi/callofduty/brand/components/structure/article-layout/clientlibs/css/grid.less
*/
main {
  position: relative;
  padding-top: 60px;
}
main .blog-header-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-row-gap: 16px;
}
@media (max-width: 1024px) {
  main .blog-header-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  main .blog-header-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
main .blog-header-container > * {
  grid-column: span 12;
}
@media (max-width: 1024px) {
  main .blog-header-container {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-row-gap: 16px;
  }
}
@media (max-width: 600px) {
  main .blog-header-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 16px;
  }
  main .blog-header-container > * {
    grid-column: span 4;
  }
}
main .blog-body-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main .blog-body-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  main .blog-body-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
main .blog-body-container .side-nav-wrapper {
  grid-column: span 2;
}
@media (min-width: 1024.02px) {
  main .blog-body-container .body-content {
    display: grid;
    grid-column: 3 / span 10;
    grid-template-columns: subgrid;
    grid-row-gap: 16px;
  }
  main .blog-body-container .body-content > *:not(.body-content-parsys) {
    grid-column: span 7;
  }
  main .blog-body-container .body-content .body-content-parsys {
    grid-column: 1 / span 10;
  }
  main .blog-body-container .body-content .body-content-parsys > div {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    grid-row-gap: 16px;
  }
  main .blog-body-container .body-content .body-content-parsys > div:before {
    display: none;
  }
  main .blog-body-container .body-content .body-content-parsys > div > * {
    grid-column: 1 / span 7;
  }
  main .blog-body-container .body-content .body-content-parsys > div > .article-image,
  main .blog-body-container .body-content .body-content-parsys > div > .intel-card,
  main .blog-body-container .body-content .body-content-parsys > div > .tac-map,
  main .blog-body-container .body-content .body-content-parsys > div > .table,
  main .blog-body-container .body-content .body-content-parsys > div > .atvi-image {
    grid-column: 1 / span 10;
  }
  main .blog-body-container .body-content .body-content-parsys > div > .atvi-image {
    display: grid;
    grid-template-columns: subgrid;
  }
  main .blog-body-container .body-content .body-content-parsys > div > .atvi-image .atvi-image-container {
    grid-column: 1 / span 10;
  }
  main .blog-body-container .body-content .body-content-parsys > div > .atvi-image .hr-container,
  main .blog-body-container .body-content .body-content-parsys > div > .atvi-image .inline-container {
    grid-column: 1 / span 7;
  }
  main .blog-body-container .body-content .body-content-parsys > div > .article-image .article-image-component {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  main .blog-body-container .body-content .body-content-parsys > div > .article-image .article-image-container {
    grid-column: span 7;
  }
  main .blog-body-container .body-content .body-content-parsys > div > .article-image .article-image-caption {
    grid-column: span 3;
  }
  main .blog-body-container .body-content .body-content-parsys > div > .tac-map .tac-map-component {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  main .blog-body-container .body-content .body-content-parsys > div > .tac-map .tac-map-inner-container {
    grid-column: span 7;
  }
}
@media (max-width: 1024px) {
  main .blog-body-container .side-nav-wrapper {
    display: none;
  }
  main .blog-body-container .body-content {
    display: grid;
    grid-column: span 12;
    grid-template-columns: subgrid;
    grid-row-gap: 16px;
  }
  main .blog-body-container .body-content > * {
    grid-column: span 12;
  }
  main .blog-body-container .body-content .body-content-parsys > div {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  main .blog-body-container .body-content .body-content-parsys > div:before {
    display: none;
  }
  main .blog-body-container .body-content .body-content-parsys > div > * {
    grid-column: span 12;
  }
}
@media (max-width: 600px) {
  main .blog-body-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  main .blog-body-container .body-content {
    grid-column: span 4;
    grid-row-gap: 12px;
  }
  main .blog-body-container .body-content > * {
    grid-column: span 4;
  }
  main .blog-body-container .body-content .body-content-parsys > div {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  main .blog-body-container .body-content .body-content-parsys > div:before {
    display: none;
  }
  main .blog-body-container .body-content .body-content-parsys > div > * {
    grid-column: span 4;
  }
}

/**
	ARTICLE TYPOGRAPHY STYLES - /apps/atvi/callofduty/brand/components/structure/article-layout/clientlibs/css/typography.less
*/
main p,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  overflow-wrap: break-word;
}
main h1,
main h2,
main h3,
main h4 {
  color: #FFF;
}
main h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  line-height: 2.75rem;
}
@media (max-width: 600px) {
  main h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
  }
}
main h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  main h2 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
  }
}
main h3,
main h4 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
main p,
main li {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 600px) {
  main p,
  main li {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
main p b,
main li b {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
}
main p i,
main li i {
  font-family: "Hitmarker Text Italic";
  font-weight: 400;
  font-style: italic;
}
main .body-content .subtitle {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
main .body-content h1 + h1,
main .body-content h2 + h1,
main .body-content h3 + h1,
main .body-content h4 + h1,
main .body-content h1 + h2,
main .body-content h2 + h2,
main .body-content h3 + h2,
main .body-content h4 + h2,
main .body-content h1 + h3,
main .body-content h2 + h3,
main .body-content h3 + h3,
main .body-content h4 + h3,
main .body-content h1 + h4,
main .body-content h2 + h4,
main .body-content h3 + h4,
main .body-content h4 + h4,
main .body-content h1 + p,
main .body-content h2 + p,
main .body-content h3 + p,
main .body-content h4 + p {
  margin-top: 8px;
}
main .body-content .text-small,
main .body-content .text-small li {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
}
main .body-content .text-red,
main .body-content .text-red h1,
main .body-content .text-red h2,
main .body-content .text-red h3,
main .body-content .text-red h4,
main .body-content .text-red h5,
main .body-content .text-red h6,
main .body-content .text-red p {
  color: #D70000;
}
main p,
main .body-content-parsys {
  color: #F3F4F5;
}
main a {
  text-decoration: underline;
  color: inherit;
}
main a:hover {
  text-decoration: none;
}

/**
	ARTICLE HERO STYLES - /apps/atvi/callofduty/brand/components/structure/article-layout/clientlibs/css/hero.less
*/
main .blog-header-container {
  position: relative;
  margin-top: 16px;
}
@media (min-width: 1024.02px) {
  main .blog-header-container {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  main .blog-header-container {
    margin-bottom: 16px;
  }
}
main .blog-header-container .breadcrumbs,
main .blog-header-container .breadcrumb__list {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
main .blog-header-container .breadcrumbs li,
main .blog-header-container .breadcrumb__list li,
main .blog-header-container .breadcrumbs a,
main .blog-header-container .breadcrumb__list a {
  font-family: "Hitmarker Text Regular", Arial, "Hitmarker Text Bold";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.63rem;
  line-height: 1.13rem;
  font-weight: 700;
  font-style: normal;
  color: #AAB0B6;
  text-transform: uppercase;
  text-decoration: none;
}
main .blog-header-container .breadcrumb__item:not(:first-child):before {
  content: "//";
  margin-right: 3px;
}
@media (min-width: 600.02px) {
  main .blog-header-container .title h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 4.25rem;
    line-height: 4.25rem;
    text-transform: uppercase;
    padding: 4px 0px 24px 0px;
  }
}
@media (max-width: 600px) {
  main .blog-header-container .title h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 3.25rem;
    line-height: 3.25rem;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
}
main .blog-header-container .graphics {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
main .blog-header-container .graphics .feature-img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html[dir="rtl"] main .blog-header-container .breadcrumb__item:not(:first-child):before {
  margin-right: 0;
  margin-left: 3px;
}

/**
	ARTICLE BODY STYLES - /apps/atvi/callofduty/brand/components/structure/article-layout/clientlibs/css/body-content.less
*/
main .blog-body-container {
  padding-bottom: 40px;
}
main .blog-body-container .body-content .tag-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
main .blog-body-container .body-content .tag-list li {
  font-family: "Hitmarker Text Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9C978F;
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #6F6E63;
  margin: 0 0;
}
main .blog-body-container .body-content .game-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 8px;
}
main .blog-body-container .body-content .game-tile {
  font-family: "Hitmarker Text Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px;
  background: #92918A;
  color: black;
}
main .blog-body-container .atvi-html5-video video {
  width: 100%;
}
main .blog-body-container .atvi-video-thumbnail-container {
  height: 100%;
}
main .blog-body-container .atvi-image img {
  width: 100%;
  display: block;
}
main .blog-body-container .atvi-html p,
main .blog-body-container .atvi-html li {
  margin-bottom: 20px;
}
main .blog-body-container .atvi-html img {
  width: 100%;
}
main .blog-body-container .atvi-html b,
main .blog-body-container .atvi-html strong {
  font-weight: bold;
}
main .blog-body-container .atvi-video[data-vendor='mp4'] .player-part:first-of-type {
  display: none;
}
main .blog-body-container .atvi-video[data-vendor='mp4'] video {
  width: 100%;
}
main .blog-body-container .atvi-rich-text,
main .blog-body-container .atvi-text {
  /* undo global reset for lists */
}
main .blog-body-container .atvi-rich-text img,
main .blog-body-container .atvi-text img {
  display: inline;
}
main .blog-body-container .atvi-rich-text ul,
main .blog-body-container .atvi-text ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
main .blog-body-container .atvi-rich-text ol,
main .blog-body-container .atvi-text ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
main .blog-body-container .atvi-rich-text li,
main .blog-body-container .atvi-text li {
  display: list-item;
  text-align: -webkit-match-parent;
}
main .blog-body-container .atvi-rich-text ul ul,
main .blog-body-container .atvi-text ul ul,
main .blog-body-container .atvi-rich-text ol ul,
main .blog-body-container .atvi-text ol ul {
  list-style-type: circle;
}
main .blog-body-container .atvi-rich-text ol ol ul,
main .blog-body-container .atvi-text ol ol ul,
main .blog-body-container .atvi-rich-text ol ul ul,
main .blog-body-container .atvi-text ol ul ul,
main .blog-body-container .atvi-rich-text ul ol ul,
main .blog-body-container .atvi-text ul ol ul,
main .blog-body-container .atvi-rich-text ul ul ul,
main .blog-body-container .atvi-text ul ul ul {
  list-style-type: square;
}
main .blog-body-container .atvi-rich-text ol ul,
main .blog-body-container .atvi-text ol ul,
main .blog-body-container .atvi-rich-text ul ol,
main .blog-body-container .atvi-text ul ol,
main .blog-body-container .atvi-rich-text ul ul,
main .blog-body-container .atvi-text ul ul,
main .blog-body-container .atvi-rich-text ol ol,
main .blog-body-container .atvi-text ol ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
main .blog-body-container .atvi-cta a,
main .blog-body-container .atvi-cta button {
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-family: "Hitmarker Text Bold", "Hitmarker Condensed Black", Arial;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 0.88rem;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  border-radius: 2px;
  background: #ffffff;
  color: #000000;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  padding: 24px;
}
@media screen and (-ms-high-contrast: active) {
  main .blog-body-container .atvi-cta a,
  main .blog-body-container .atvi-cta button {
    border: 2px solid currentcolor;
  }
}
main .blog-body-container .text-small ol,
main .blog-body-container .text-small ul {
  -webkit-padding-start: 20px;
}

/**
	ARTICLE SIDE NAV STYLES - /apps/atvi/callofduty/brand/components/structure/article-layout/clientlibs/css/side-nav.less
*/
.side-nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 104px;
  margin-bottom: 50px;
}
.side-nav-wrapper .side-nav {
  text-transform: uppercase;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - (44px*2 + 16px));
}
.side-nav-wrapper .side-nav::-webkit-scrollbar {
  width: 0px;
}
.side-nav-wrapper .side-nav li {
  padding-left: 15px;
  margin-bottom: 8px;
}
.side-nav-wrapper .side-nav li a {
  font-family: "Hitmarker Text Bold", "Hitmarker Text Regular", Arial;
  font-weight: 700;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.side-nav-wrapper .side-nav li.active {
  border-left: 2px solid #FFF;
}
.side-nav-wrapper .side-nav li.active a {
  color: #FFF;
}
.side-nav-wrapper .jspContainer .jspHorizontalBar {
  display: none;
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane li.active {
  border-left: none;
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar {
  background: transparent;
  width: 30px;
  left: -15px;
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar .jspDrag {
  background: #FFF;
  width: 2px;
  left: calc(50% - 1px);
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar .jspTrack {
  background: linear-gradient(90deg, transparent, 14.5px, rgba(255, 255, 255, 0.3) 14.5px, 15.5px, transparent 15.5px);
}
html[dir="rtl"] .side-nav-wrapper .side-nav li {
  padding-left: 0;
  padding-right: 15px;
}
html[dir="rtl"] .side-nav-wrapper .side-nav li.active {
  border-left: none;
  border-right: 2px solid #FFF;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane {
  left: unset;
  right: 0;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane li.active {
  border-right: none;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar {
  left: unset;
  right: -15px;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspDrag {
  left: unset;
  right: calc(50% - 1px);
}

