@import url(https://fonts.googleapis.com/css?family=Electrolize);
/*************************
 * BRAND SPECIFIC THEMATIC RULES
 * overrides for this site only
 *************************/
/*
All instances of #ff6000 should be replaced with the appropriate color code.
*/
/* type */
body .SSO-BAR h1,
body .SSO-BAR h3,
body .SSO-BAR h4,
body .SSO-BAR h5,
body .SSO-BAR h6,
body .SSO-BAR .sso-content-panel menu > li,
body .SSO-BAR #or {
  font-family: Helvetica, Arial, sans-serif;
}
.SSO-BAR .sso-content-panel menu#account-actions > li > a {
  color: white;
  border-radius: 0px;
  font-family: bourgeois bold;
  font-size: 16px;
  background-color: #ff6000;
}
body .SSO-BAR .sso-content-panel {
  border-bottom-color: #ff6000;
}
.SSO-BAR #sso-bar-menu > li.is-active#menu-identity {
  background-image: url(../images/light-cog.png);
  border-bottom: rgba(255, 96, 0, 0.8);
}
.SSO-BAR #menu-identity .sso-content-panel#sso-identity #platform-user-name {
  color: white;
}
.SSO-BAR #menu-explore.is-active,
#menu-locale.is-active #sso-country-menu-label {
  background-image: url(../images/light-down-arrow.png);
}
#explore-bar-sites,
#explore-bar-more,
#sso-locale-items > li > a,
.SSO-BAR .sso-content-panel menu > li,
.SSO-BAR .sso-content-panel menu > li > a {
  font-family: bourgeois bold;
  color: white;
  letter-spacing: 1px;
}
.SSO-BAR .sso-content-panel menu > li,
.SSO-BAR .sso-content-panel menu > li > a {
  font-family: bourgeois medium;
}
.SSO-BAR #sso-bar-menu > li.is-active {
  background-color: rgba(255, 96, 0, 0.8);
}
.SSO-BAR .sso-content-panel {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #ff6000;
}
.SSO-BAR #sso-bar-menu > li > a,
body .SSO-BAR #or {
  font-family: bourgeois bold;
  letter-spacing: 1px;
}
body .SSO-BAR #sso-bar-menu > #menu-login-register > a {
  font-weight: normal;
}
/* color */
/* Elite registration flow */
body.register-elite .SSO-BAR a:hover,
body.register-elite .SSO-BAR a:active,
body.register-elite .SSO-BAR a.is-active,
body.register-elite .SSO-BAR #sso-bar-menu > li.is-active > a,
body.register-elite .SSO-BAR #sso-bar-menu > li.on.is-active > a,
body.register-elite .SSO-BAR .sso-content-panel menu > li > a:hover,
body.register-elite .SSO-BAR .sso-content-panel menu > li > a:active,
body.register-elite .SSO-BAR .panel-cta {
  color: #ff6000;
}
body.register-elite .SSO-BAR .sso-content-panel {
  border-bottom-color: #ff6000;
}
body.register-elite .SSO-BAR #sso-bar-menu > #menu-login-register > a {
  background-color: #ff6000;
}
/* Main registration flow (and default color for sites that have no color specified) */
/* body .SSO-BAR a:hover, */
/* body .SSO-BAR a:active, */
/* body .SSO-BAR a.is-active, */
/* body .SSO-BAR #sso-bar-menu > li.on.is-active > a, */
body .SSO-BAR .sso-content-panel menu > li > a:hover,
body .SSO-BAR .panel-cta {
  color: #96A055;
}
body .SSO-BAR .sso-content-panel {
  border-bottom-color: #ff6000;
}
body .SSO-BAR #sso-bar-menu > #menu-login-register > a {
  background-color: #ff6000;
}
/* Premium website (same color as Elite registration flow) */
body#elite .SSO-BAR a:hover,
body#elite .SSO-BAR a:active,
body#elite .SSO-BAR a.is-active,
body#elite .SSO-BAR #sso-bar-menu > li.is-active > a,
body#elite .SSO-BAR #sso-bar-menu > li.on.is-active > a,
body#elite .SSO-BAR .sso-content-panel menu > li > a:hover,
body#elite .SSO-BAR .sso-content-panel menu > li > a:active,
body#elite .SSO-BAR .panel-cta {
  color: #ff6000;
}
body#elite .SSO-BAR .sso-content-panel {
  border-bottom-color: #ff6000;
}
body#elite .SSO-BAR #sso-bar-menu > #menu-login-register > a {
  background-color: #ff6000;
}
/* Main website */
body#cod .SSO-BAR a:hover,
body#cod .SSO-BAR a:active,
body#cod .SSO-BAR a.is-active,
body#cod .SSO-BAR #sso-bar-menu > li.is-active > a,
body#cod .SSO-BAR #sso-bar-menu > li.on.is-active > a,
body#cod .SSO-BAR .sso-content-panel menu > li > a:hover,
body#cod .SSO-BAR .sso-content-panel menu > li > a:active,
body#cod .SSO-BAR .panel-cta {
  color: #8cb61b;
}
body#cod .SSO-BAR .sso-content-panel {
  border-bottom-color: #8cb61b;
}
body#cod .SSO-BAR #sso-bar-menu > #menu-login-register > a {
  background-color: #8cb61b;
}
/*PORT-2002*/
.SSO-PAGE > article > #side-promo-content img.promo-img {
  display: none;
}
/* MW3 website (same color as COD website) */
body#mw3 .SSO-BAR a:hover,
body#mw3 .SSO-BAR a:active,
body#mw3 .SSO-BAR a.is-active,
body#mw3 .SSO-BAR #sso-bar-menu > li.is-active > a,
body#mw3 .SSO-BAR #sso-bar-menu > li.on.is-active > a,
body#mw3 .SSO-BAR .sso-content-panel menu > li > a:hover,
body#mw3 .SSO-BAR .sso-content-panel menu > li > a:active,
body#mw3 .SSO-BAR .panel-cta {
  color: #8cb61b;
}
body#mw3 .SSO-BAR .sso-content-panel {
  border-bottom-color: #8cb61b;
}
body#mw3 .SSO-BAR #sso-bar-menu > #menu-login-register > a {
  background-color: #8cb61b;
}
/* SSO Pages Only */
body.sso #sso-bar-menu .sso-masthead-link {
  position: absolute;
  top: 40px;
  left: 0;
  margin: 12px 0 0 20px;
}
body.sso #sso-bar-menu a .masthead {
  background-image: url(../images/brand-logo.png);
  /*Disabled the below line for case PORT-1935 */
  /* background-color: black; */
  width: 174px;
  height: 36px;
  float: left;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* Black Ops website */
body#codbo .SSO-BAR a:hover,
body#codbo .SSO-BAR a:active,
body#codbo .SSO-BAR a.is-active,
body#codbo .SSO-BAR #sso-bar-menu > li.is-active > a,
body#codbo .SSO-BAR #sso-bar-menu > li.on.is-active > a,
body#codbo .SSO-BAR .sso-content-panel menu > li > a:hover,
body#codbo .SSO-BAR .sso-content-panel menu > li > a:active,
body#codbo .SSO-BAR .panel-cta {
  color: #00baea;
}
body#codbo .SSO-BAR .sso-content-panel {
  border-bottom-color: #00baea;
}
body#codbo .SSO-BAR #sso-bar-menu > #menu-login-register > a {
  background-color: #00baea;
}
/* right aligned menu */
body .SSO-BAR #sso-bar-menu > #menu-login-register,
body .SSO-BAR #sso-bar-menu > #menu-identity,
body .SSO-BAR #sso-bar-menu > #menu-notification,
body .SSO-BAR #sso-bar-menu > #menu-premium {
  float: right;
}
/* right aligned panels */
body .SSO-BAR #sso-bar-menu > #menu-login-register .sso-content-panel,
body .SSO-BAR #sso-bar-menu > #menu-identity .sso-content-panel,
body .SSO-BAR #sso-bar-menu > #menu-notification .sso-content-panel {
  left: auto;
  right: 0px;
}
/* Notification Icons  */
.notification-icon {
  background-repeat: no-repeat;
  background-position: 3px 2px;
  margin-left: 2px;
}
.notification-icon {
  background-image: url("../images/default_black.png");
  /* 	Default Icon */
}
.event_badge .notification-icon,
.operation_badge .notification-icon {
  background-image: url("../images/earned_badge_black.png");
}
.comment_on_comment .notification-icon {
  background-image: url("../images/comment_black.png");
}
.clan_app_received .notification-icon,
.clan_invite_received .notification-icon {
  background-image: url("../images/clan_invite_black.png");
}
.clan_invite_accepted .notification-icon {
  background-image: url("../images/clan_application_accepted_black.png");
}
.clan_motd .notification-icon {
  background-image: url("../images/motd_black.png");
}
.clan_earned_xp .notification-icon {
  background-image: url("../images/earned_clan_badge_black.png");
}
.marketing_message .notification-icon {
  background-image: url("../images/news_black.png");
}
.tracked .notification-icon,
.operation_enrolled .notification-icon,
.event_enrolled .notification-icon {
  background-image: url("../images/track_black.png");
}
/************************************
	DIV PLACED LOGIN
*************************************/
.sso-login-wrapper .sprite-pages {
  background: transparent url(../images/sprite-pages.png) -99999px -99999px no-repeat;
}
.sso-login-wrapper .loginFB {
  background-image: url(../images/sprite-pages.png);
  background-position: 0 -1097px;
}
.sso-login-wrapper .chooseLogin {
  background-position: 0px -1131px;
}
.SSO-BAR .sso-notification-item {
  padding-left: 50px;
}
.SSO-BAR .sso-notification-item {
  padding-left: 50px;
}
.SSO-BAR .sso-notification-item h3,
.SSO-BAR h3 span#profile-complete-text-prefix,
.SSO-BAR h3 span#profile-completion-percentage,
.SSO-BAR h3 span#profile-complete-text-suffix,
.SSO-BAR .sso-notification-item a {
  font-family: 'bourgeois bold';
  color: white;
}
.SSO-BAR .sso-notification-item p,
.SSO-BAR .sso-notification-item #profile-completion-text,
.SSO-BAR .sso-notification-item ul,
.SSO-BAR .sso-notification-item ul li {
  font-family: 'bourgeois medium';
  color: white;
}
body .SSO-BAR .sso-content-panel menu > li > a:hover,
body .SSO-BAR .panel-cta {
  color: #ff6000;
  font-family: 'bourgeois bold';
  font-style: normal;
  letter-spacing: 1px;
}
/* latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/J0GYVYTizO1mjpT3aOcSbQ.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  src: local('Arvo Bold'), local('Arvo-Bold'), url(https://fonts.gstatic.com/s/arvo/v9/Ya11CJGBCnKoJHvb8B2EOw.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Electrolize';
  font-style: normal;
  font-weight: 400;
  src: local('Electrolize'), local('Electrolize-Regular'), url(https://fonts.gstatic.com/s/electrolize/v5/DDy9sgU2U7S4xAwH5thnJ44P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xJwNa6kgmw9HIHjUBPkzL2f3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xKdGPpWTn2kPFru4k7T0T-v3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xN9i7v7U2vZkHC55NWxtqfn3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* greek */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xK1ueDcgZDcfV3TWANvdPLj3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xC3qj1XlvLGj0jktnJzWu233rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xC8hAQ4ocbp44gFQt8tMfcH3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEur64QvLD-0IbiAdTUNXE.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBrT1lp9IdZ6Q20XTtjH6Zv3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xIS898UBCVj0FEntoasBk6P3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBkraXwpsr1uSZUhAAol_4_3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* greek */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xKTAHfCyYjmaKhz-jw4dXo73rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xP1CsDU87ma3di2VmaZcPSr3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBztfhWvsElVqpbWxzFHK633rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xIF8zhZCJ7x9Pr62cRgaVUA.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: "VA-Text-Regular";
  src: url("../fonts/VA-Text-Regular.otf") format("opentype");
}
@font-face {
  font-family: "VA-Text-Caps-Bold";
  src: url("../fonts/VA-Text-Caps-Bold.otf") format("opentype");
}
@font-face {
  font-family: "VA-Text-Caps-Bold-lt";
  src: url("../fonts/VA-Text-Caps-Bold-lt.otf") format("opentype");
}
@font-face {
  font-family: "VA-Text-Italic";
  src: url("../fonts/VA-Text-Italic.otf") format("opentype");
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/J0GYVYTizO1mjpT3aOcSbQ.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  src: local('Arvo Bold'), local('Arvo-Bold'), url(https://fonts.gstatic.com/s/arvo/v9/Ya11CJGBCnKoJHvb8B2EOw.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Electrolize';
  font-style: normal;
  font-weight: 400;
  src: local('Electrolize'), local('Electrolize-Regular'), url(https://fonts.gstatic.com/s/electrolize/v5/DDy9sgU2U7S4xAwH5thnJ44P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xJwNa6kgmw9HIHjUBPkzL2f3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xKdGPpWTn2kPFru4k7T0T-v3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xN9i7v7U2vZkHC55NWxtqfn3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* greek */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xK1ueDcgZDcfV3TWANvdPLj3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xC3qj1XlvLGj0jktnJzWu233rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xC8hAQ4ocbp44gFQt8tMfcH3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEur64QvLD-0IbiAdTUNXE.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBrT1lp9IdZ6Q20XTtjH6Zv3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xIS898UBCVj0FEntoasBk6P3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBkraXwpsr1uSZUhAAol_4_3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* greek */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xKTAHfCyYjmaKhz-jw4dXo73rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xP1CsDU87ma3di2VmaZcPSr3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBztfhWvsElVqpbWxzFHK633rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xIF8zhZCJ7x9Pr62cRgaVUA.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Hitmarker */
@font-face {
  font-family: 'Hitmarker Text Regular';
  src: url('/resources/cod/fonts/HitmarkerText-Regular.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerText-Regular.woff') format('woff'), url('/resources/cod/fonts/HitmarkerText-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Text Bold';
  src: url('/resources/cod/fonts/HitmarkerText-Bold.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerText-Bold.woff') format('woff'), url('/resources/cod/fonts/HitmarkerText-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Condensed Regular';
  src: url('/resources/cod/fonts/HitmarkerCondensed-Regular.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerCondensed-Regular.woff') format('woff'), url('/resources/cod/fonts/HitmarkerCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Condensed Bold';
  src: url('/resources/cod/fonts/HitmarkerCondensed-Bold.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerCondensed-Bold.woff') format('woff'), url('/resources/cod/fonts/HitmarkerCondensed-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Normal Regular';
  src: url('/resources/cod/fonts/HitmarkerNormal-Regular.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerNormal-Regular.woff') format('woff'), url('/resources/cod/fonts/HitmarkerNormal-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Normal Bold';
  src: url('/resources/cod/fonts/HitmarkerNormal-Bold.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerNormal-Bold.woff') format('woff'), url('/resources/cod/fonts/HitmarkerNormal-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Text VF';
  src: url('/resources/cod/fonts/HitmarkerText-VF.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerText-VF.woff') format('woff'), url('/resources/cod/fonts/HitmarkerText-VF.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker VF';
  src: url('/resources/cod/fonts/Hitmarker-VF.woff2') format('woff2'), url('/resources/cod/fonts/Hitmarker-VF.woff') format('woff'), url('/resources/cod/fonts/Hitmarker-VF.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
@font-face {
  font-family: 'Hitmarker Text Italic';
  src: url('/resources/cod/fonts/HitmarkerText-Italic.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerText-Italic.woff') format('woff'), url('/resources/cod/fonts/HitmarkerText-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Text Medium';
  src: url('/resources/cod/fonts/HitmarkerText-Medium.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerText-Medium.woff') format('woff'), url('/resources/cod/fonts/HitmarkerText-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Condensed Light';
  src: url('/resources/cod/fonts/HitmarkerCondensed-Light.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerCondensed-Light.woff') format('woff'), url('/resources/cod/fonts/HitmarkerCondensed-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Condensed Medium';
  src: url('/resources/cod/fonts/HitmarkerCondensed-Medium.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerCondensed-Medium.woff') format('woff'), url('/resources/cod/fonts/HitmarkerCondensed-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Condensed Black';
  src: url('/resources/cod/fonts/HitmarkerCondensed-Black.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerCondensed-Black.woff') format('woff'), url('/resources/cod/fonts/HitmarkerCondensed-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Normal Light';
  src: url('/resources/cod/fonts/HitmarkerNormal-Light.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerNormal-Light.woff') format('woff'), url('/resources/cod/fonts/HitmarkerNormal-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Normal Medium';
  src: url('/resources/cod/fonts/HitmarkerNormal-Medium.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerNormal-Medium.woff') format('woff'), url('/resources/cod/fonts/HitmarkerNormal-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Normal Black';
  src: url('/resources/cod/fonts/HitmarkerNormal-Black.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerNormal-Black.woff') format('woff'), url('/resources/cod/fonts/HitmarkerNormal-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Wide Regular';
  src: url('/resources/cod/fonts/HitmarkerWide-Regular.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerWide-Regular.woff') format('woff'), url('/resources/cod/fonts/HitmarkerWide-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Wide Light';
  src: url('/resources/cod/fonts/HitmarkerWide-Light.woff2') format('woff2'), url('https://www.encryptdatasecure.com/apps/atvi/callofduty/globall/clientlibs/clientlib-site/resources/fonts/Hitmarker/HitmarkerWide-Light.woff') format('woff'), url('/resources/cod/fonts/HitmarkerWide-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Wide Medium';
  src: url('/resources/cod/fonts/HitmarkerWide-Medium.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerWide-Medium.woff') format('woff'), url('/resources/cod/fonts/HitmarkerWide-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Wide Bold';
  src: url('/resources/cod/fonts/HitmarkerWide-Bold.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerWide-Bold.woff') format('woff'), url('/resources/cod/fonts/HitmarkerWide-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hitmarker Wide Black';
  src: url('/resources/cod/fonts/HitmarkerWide-Black.woff2') format('woff2'), url('/resources/cod/fonts/HitmarkerWide-Black.woff') format('woff'), url('/resources/cod/fonts/HitmarkerWide-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 */
body.with-sso-bar {
  margin-top: 100px;
}
.site-link.my-cod {
  display: none !important;
}
.SSO-BAR {
  height: 43px;
  position: fixed;
  max-width: 1440px;
  margin-top: 16px;
  z-index: 100;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .SSO-BAR {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .SSO-BAR {
    height: 43px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .SSO-BAR {
    max-width: 600px;
  }
}
.SSO-BAR .sso-masthead-wrapper {
  padding-left: 2px;
  margin-right: 20px;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1150px) {
  .SSO-BAR .sso-masthead-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .SSO-BAR .sso-masthead-wrapper {
    margin-right: 5px;
  }
}
.SSO-BAR .sso-masthead-wrapper .masthead {
  background-image: url(https://www.encryptdatasecure.com/content/dam/atvi/callofduty/cod-touchui/global/main-logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 43px;
  width: 115px;
  color: transparent;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .SSO-BAR .sso-masthead-wrapper .masthead {
    height: 43px;
    width: 92px;
  }
}
.SSO-BAR .sso-bar-menu,
.SSO-BAR .sso-bar-mobile-menu {
  position: relative;
  display: inline-block;
  background: rgba(57, 57, 57, 0.64);
  padding-inline: 20px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .SSO-BAR .sso-bar-menu,
  .SSO-BAR .sso-bar-mobile-menu {
    padding-inline: 10px;
  }
}
.SSO-BAR .sso-bar-menu:before,
.SSO-BAR .sso-bar-mobile-menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  height: 100%;
  width: 100%;
}
.SSO-BAR .sso-bar-wrapper.desktop {
  display: none;
  width: auto;
  height: 43px;
  transition: 0.25s all;
  margin-inline: auto;
  padding-inline: 60px;
}
@media only screen and (max-width: 1150px) {
  .SSO-BAR .sso-bar-wrapper.desktop {
    display: none;
  }
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-bar-menu {
  padding-inline: 0;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-bar-menu > div {
  display: inline-block;
  height: 43px;
  float: none;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-bar-menu > div.right-side-container {
  float: right;
  padding-left: 10px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element {
  border: none;
  height: calc(43px + 2px);
  line-height: calc(43px + 2px);
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link {
  position: relative;
  float: left;
  text-align: left;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link a {
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 0 20px 2px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link a:hover {
  color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link > ul {
  display: none;
  width: 300px;
  left: 0;
  padding-top: 0px;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link > ul li {
  position: relative;
  background: rgba(57, 57, 57, 0.64);
  text-align: left;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link > ul li a {
  padding: 13px 20px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link > ul li a p {
  text-align: left;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link > ul li:hover {
  background: rgba(0, 0, 0, 0.52);
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link.has-menu > a {
  margin-right: 15px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link.has-menu > a:after {
  content: "+";
  position: absolute;
  top: 46%;
  right: -1px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  font-size: 14px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link.has-menu.active > ul {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 44px;
  z-index: 0;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link:hover {
  background: rgba(0, 0, 0, 0.24);
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .site-link:hover.has-menu > a:after {
  content: "\2014";
  font-size: 8px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .sso-support-link {
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
  margin: 0 15px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element .sso-support-link:hover {
  color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links .site-links-left {
  display: block;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-support {
  display: none;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-identities {
  display: none;
  background: none;
  position: relative;
}
@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-identities {
    display: none !important;
  }
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-identities .identity-actions {
  float: left;
  margin: 0 15px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-identities .identity-actions li {
  float: left;
  padding: 0;
  position: relative;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-identities .identity-actions li a {
  display: block;
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-identities .identity-actions li a:hover {
  color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-identities .identity-actions li:first-child {
  padding-right: 15px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-identities .identity-actions li:first-child:after {
  content: "|";
  position: absolute;
  right: 5px;
  top: 0;
  color: #9b9b9b;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-identities .sso-identities-icon {
  float: left;
  height: 43px;
  width: 40px;
  background-image: url("../../common/images/dark-cog.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right {
  display: block;
  float: right;
  padding: 0 8px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .my-cod {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .my-cod {
    width: 80px;
    height: 43px;
    overflow: hidden;
  }
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .my-cod:before {
  content: "";
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url('https://www.encryptdatasecure.com/content/dam/atvi/callofduty/global/global-nav/shield_icon_no_drop.png') center center no-repeat;
  background-size: contain;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .my-cod a {
  padding-left: 45px;
  margin: 0 3px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
@media only screen and (max-width: 1220px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .my-cod a {
    position: absolute;
    width: 42px;
    height: 47px;
    padding: 0;
    margin: 3px;
    overflow: hidden;
    color: transparent;
  }
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .purchase-link {
  display: inline-block;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .purchase-link a {
  font-family: "Hitmarker Text Bold", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.7px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  width: fit-content;
  padding: 8px 15px;
  margin: 0 auto;
  border-radius: 2px;
  background: #d70000;
  outline-offset: 0;
  outline: 1px solid transparent;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  /* MWIII Pre-Order
		animation: 100ms ease-in-out pine-end;
		*/
  /* MWII
		background-image: url("https://www.encryptdatasecure.com/content/dam/atvi/callofduty/sso/cod/mw2-cta-green.png");
		border: 1px solid #7ac32c;
		*/
}
@media screen and (-ms-high-contrast: active) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .purchase-link a {
    border: 2px solid currentcolor;
  }
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .purchase-link a:hover {
  outline: 1px solid red;
  outline-offset: 4px;
  /* MWIII Pre-Order
		animation: 80ms ease-in-out ping-start, 300ms ease-in-out 80ms ping-delay forwards, 500ms ease 80ms ping-pulse;
		*/
  /* MWII
		background-image: url("https://www.encryptdatasecure.com/content/dam/atvi/callofduty/sso/cod/mw2-cta-green.png");
		box-shadow: inset 0px 0px 30px #7ac32c;
		border: 1px solid #7ac32c;
		*/
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.site-links-right .purchase-link.promo {
  display: none;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-login-register-container {
  display: none;
  margin: 0 15px;
}
@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-login-register-container {
    display: none !important;
  }
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-login-register-container a.sso-login-button,
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-login-register-container a.sso-register-button {
  background-color: transparent;
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
  position: relative;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-login-register-container a.sso-login-button:hover,
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-login-register-container a.sso-register-button:hover {
  color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-login-register-container a:first-child {
  padding-right: 15px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-login-register-container a:first-child:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 0;
  color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-login-register-container .or {
  display: none;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale {
  position: relative;
  margin: 0 15px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale > a {
  line-height: 43px;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-chooser {
  padding: 0;
  display: list-item;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container {
  top: 50px;
  right: 0;
  background-color: #222;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container li {
  border-color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
  height: 15px;
  line-height: 15px;
  font-family: "Open Sans Condensed", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.5;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile {
  display: block;
  width: auto;
  height: 43px;
  transition: 0.25s all;
  margin-inline: auto;
  padding-inline: 60px;
}
@media only screen and (max-width: 1150px) {
  .SSO-BAR .sso-bar-wrapper.mobile {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .SSO-BAR .sso-bar-wrapper.mobile {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .SSO-BAR .sso-bar-wrapper.mobile {
    height: 43px;
  }
}
@media only screen and (max-width: 600px) {
  .SSO-BAR .sso-bar-wrapper.mobile {
    padding-inline: 16px;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-bar-mobile-menu {
  padding-inline: 0;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-bar-mobile-menu > div {
  display: inline-block;
}
@media only screen and (max-width: 850px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-bar-mobile-menu > div.sso-menu-element {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-bar-mobile-menu > div .mobile-menu-login,
  .SSO-BAR .sso-bar-wrapper.mobile .sso-bar-mobile-menu > div .mobile-menu-register {
    display: none;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button {
  vertical-align: top;
  margin-right: 6px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container {
  line-height: 43px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button[aria-expanded="true"] {
  background: rgba(34, 34, 34, 0.8);
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button[aria-expanded="true"] span:nth-child(1) {
  width: 0%;
  left: 50%;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button[aria-expanded="true"] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button[aria-expanded="true"] span:nth-child(4) {
  width: 0%;
  left: 50%;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button {
  display: inline-block;
  width: 48px;
  height: 44px;
  position: relative;
  background: none;
  border: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  padding: 0;
  text-indent: -2000%;
}
@media (max-width: 850px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button {
    width: 37.1px;
  }
}
@media (max-width: 389px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button {
    width: 29px;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #FFF;
  border-radius: 5px;
  opacity: 1;
  left: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (max-width: 850px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span {
    width: 21px;
    left: 0;
    height: 1px;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(1) {
  translate: 12px -10px;
  translate: 12px -18px;
}
@media (max-width: 850px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(1) {
    translate: 8px -8px;
    translate: 8px -16px;
  }
}
@media (max-width: 389px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(1) {
    translate: 4px -7px;
    translate: 4px -15px;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(2),
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(3) {
  translate: 12px -1px;
  translate: 12px -9px;
}
@media (max-width: 850px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(2),
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(3) {
    translate: 8px 0;
    translate: 8px -8px;
  }
}
@media (max-width: 389px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(2),
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(3) {
    translate: 4px 0;
    translate: 4px -8px;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(4) {
  translate: 12px 8px;
  translate: 12px 0px;
}
@media (max-width: 850px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(4) {
    translate: 8px 8px;
    translate: 8px 0px;
  }
}
@media (max-width: 389px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-mobile-navigation-button .button-container .mobile-navigation-button span:nth-child(4) {
    translate: 4px 7px;
    translate: 4px -1px;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-masthead-wrapper {
  display: inline-block;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element {
  border: none;
  height: calc(43px + 2px);
  line-height: calc(43px + 2px);
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-links-mobile {
  display: none;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link {
  position: relative;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link.support-link {
    display: none;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link a {
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 0 12px 4px;
  margin-right: 10px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link a:hover {
  color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link > ul {
  position: relative;
  display: none;
  width: 260px;
  left: 0;
  padding-top: 0px;
  margin-top: 2px;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link > ul:before {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #d9d9d9 49.48%, rgba(217, 217, 217, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link > ul li {
  position: relative;
  background: rgba(57, 57, 57, 0.64);
  text-align: left;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link > ul li a {
  padding: 11px 13px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link > ul li a p {
  text-align: left;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link > ul li:hover {
  background: rgba(0, 0, 0, 0.52);
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link.has-menu > a {
  margin-right: 24px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link.has-menu > a:after {
  content: "+";
  position: absolute;
  top: 46%;
  right: -1px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  font-size: 14px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link.has-menu.active > ul {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 44px;
  z-index: 0;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link:hover {
  background: rgba(0, 0, 0, 0.24);
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link:hover.has-menu > a:after {
  content: "\2014";
  font-size: 8px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .sso-support-link {
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
  margin: 0 15px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .sso-support-link:hover {
  color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links .site-links-left {
  display: block;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-support {
  display: none;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-identities {
  display: none;
  background: none;
  position: relative;
}
@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-identities {
    display: none !important;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-identities .identity-actions {
  float: left;
  margin: 0 15px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-identities .identity-actions li {
  float: left;
  padding: 0;
  position: relative;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-identities .identity-actions li a {
  display: block;
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-identities .identity-actions li a:hover {
  color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-identities .identity-actions li:first-child {
  padding-right: 15px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-identities .identity-actions li:first-child:after {
  content: "|";
  position: absolute;
  right: 5px;
  top: 0;
  color: #9b9b9b;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-identities .sso-identities-icon {
  float: left;
  height: 43px;
  width: 40px;
  background-image: url("../../common/images/dark-cog.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right {
  display: block;
  float: right;
  padding: 0 8px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right .my-cod {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right .my-cod {
    width: 80px;
    height: 43px;
    overflow: hidden;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right .my-cod:before {
  content: "";
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url('https://www.encryptdatasecure.com/content/dam/atvi/callofduty/global/global-nav/shield_icon_no_drop.png') center center no-repeat;
  background-size: contain;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right .my-cod a {
  padding-left: 45px;
  margin: 0 3px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
@media only screen and (max-width: 1220px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right .my-cod a {
    position: absolute;
    width: 42px;
    height: 47px;
    padding: 0;
    margin: 3px;
    overflow: hidden;
    color: transparent;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right .purchase-link {
  display: inline-block;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right .purchase-link a {
  font-family: "Hitmarker Text Bold", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.7px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  width: fit-content;
  padding: 8px 15px;
  margin: 0 auto;
  border-radius: 2px;
  background: #d70000;
  outline-offset: 0;
  outline: 1px solid transparent;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  /* MWIII Pre-Order
		animation: 100ms ease-in-out pine-end;
		*/
  /* MWII
		background-image: url("https://www.encryptdatasecure.com/content/dam/atvi/callofduty/sso/cod/mw2-cta-green.png");
		border: 1px solid #7ac32c;
		*/
}
@media screen and (-ms-high-contrast: active) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right .purchase-link a {
    border: 2px solid currentcolor;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right .purchase-link a:hover {
  outline: 1px solid red;
  outline-offset: 4px;
  /* MWIII Pre-Order
		animation: 80ms ease-in-out ping-start, 300ms ease-in-out 80ms ping-delay forwards, 500ms ease 80ms ping-pulse;
		*/
  /* MWII
		background-image: url("https://www.encryptdatasecure.com/content/dam/atvi/callofduty/sso/cod/mw2-cta-green.png");
		box-shadow: inset 0px 0px 30px #7ac32c;
		border: 1px solid #7ac32c;
		*/
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.site-links-right .purchase-link.promo {
  display: none;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-login-register-container {
  display: none;
  margin: 0 15px;
}
@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-login-register-container {
    display: none !important;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-login-register-container a.sso-login-button,
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-login-register-container a.sso-register-button {
  background-color: transparent;
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
  position: relative;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-login-register-container a.sso-login-button:hover,
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-login-register-container a.sso-register-button:hover {
  color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-login-register-container a:first-child {
  padding-right: 15px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-login-register-container a:first-child:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 0;
  color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-login-register-container .or {
  display: none;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale {
  position: relative;
  margin: 0 15px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale > a {
  line-height: 43px;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-chooser {
  padding: 0;
  display: list-item;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container {
  top: 50px;
  right: 0;
  background-color: #222;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container li {
  border-color: #ffffff;
}
.SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
  height: 15px;
  line-height: 15px;
  font-family: "Open Sans Condensed", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.5;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element.sso-locale .sso-locale-list-container .sso-locale-text {
    text-rendering: optimizeLegibility;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container {
  float: right;
  line-height: calc(43px + 2px);
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .SSO-BAR .sso-bar-wrapper.mobile .right-side-container {
    line-height: 43px;
    margin-right: 10px;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button {
  margin-left: 20px;
  display: inline-block;
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button a {
  font-family: "Hitmarker Text Bold", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.7px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  width: fit-content;
  padding: 8px 15px;
  margin: 0 auto;
  border-radius: 2px;
  background: #d70000;
  outline-offset: 0;
  outline: 1px solid transparent;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  /* MWIII Pre-Order
		animation: 100ms ease-in-out pine-end;
		*/
  /* MWII
		background-image: url("https://www.encryptdatasecure.com/content/dam/atvi/callofduty/sso/cod/mw2-cta-green.png");
		border: 1px solid #7ac32c;
		*/
}
@media screen and (-ms-high-contrast: active) {
  .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button a {
    border: 2px solid currentcolor;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button a:hover {
  outline: 1px solid red;
  outline-offset: 4px;
  /* MWIII Pre-Order
		animation: 80ms ease-in-out ping-start, 300ms ease-in-out 80ms ping-delay forwards, 500ms ease 80ms ping-pulse;
		*/
  /* MWII
		background-image: url("https://www.encryptdatasecure.com/content/dam/atvi/callofduty/sso/cod/mw2-cta-green.png");
		box-shadow: inset 0px 0px 30px #7ac32c;
		border: 1px solid #7ac32c;
		*/
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button a {
  background-image: url("https://www.encryptdatasecure.com/content/dam/atvi/callofduty/cod-touchui/mw3/common/BtnAnimTest_Topo.gif");
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button a {
    font-size: 12px;
    padding: 8px 11px;
  }
}
@media only screen and (max-width: 389px) {
  .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button a {
    padding: 6px 8px;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .sso-mobile-purchase-button a.promo {
  display: none;
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login,
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register {
  display: inline-block;
  text-align: center;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login,
  .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register {
    display: none;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login a,
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register a {
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login a:hover,
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login a,
  .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register a {
    line-height: 43px;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login {
  position: relative;
  padding-right: 6px;
  margin-right: 6px;
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login:after {
  content: "|";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 43px;
  font-size: 16px;
  line-height: 43px;
}
@media only screen and (max-width: 768px) {
  .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login:after {
    line-height: 43px;
  }
}
.SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register {
  order: 4;
}
.SSO-BAR .sso-modal.mobile {
  display: block;
  height: 0;
  min-height: 0;
  visibility: hidden;
  top: 46px;
  width: 260px;
  margin: 0 60px;
  padding-bottom: 1px;
  background: rgba(57, 57, 57, 0.64);
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.SSO-BAR .sso-modal.mobile.active {
  height: 100%;
  min-height: 332px;
  visibility: visible;
}
@media only screen and (max-width: 1150px) {
  .SSO-BAR .sso-modal.mobile.active {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .SSO-BAR .sso-modal.mobile {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 975px) {
  .SSO-BAR .sso-modal.mobile {
    top: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .SSO-BAR .sso-modal.mobile {
    top: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .SSO-BAR .sso-modal.mobile {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}
.SSO-BAR .sso-modal.mobile:before {
  content: "";
  position: absolute;
  z-index: -1;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  height: 100%;
  width: 100%;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper {
  width: auto;
  padding-inline: 20px;
  padding: 0;
  overflow-x: hidden;
  /* Scrollbar width */
  /* Scrollbar Track */
  /* Scrollbar Handle */
  /* Scrollbar Handle on hover */
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper::-webkit-scrollbar-track {
  background: #666a66;
  border-radius: 4px;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper::-webkit-scrollbar-thumb {
  background: #e7e7e7;
  border-radius: 4px;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper > .sso-locale {
  position: initial;
  width: 100%;
  border-top: 1px solid #464646;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper > .sso-locale .sso-locale-chooser {
  text-align: left;
  display: list-item;
  height: 50px;
  background: rgba(73, 73, 73, 0.6);
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper > .sso-locale .sso-locale-chooser .sso-current-locale {
  margin-left: 8px;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper > .sso-locale .sso-locale-list-container {
  border: 1px solid #555;
  top: 10px;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper > .sso-locale .sso-locale-list-container .sso-current-locale-header {
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #555;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper > .sso-locale .sso-locale-list-container li {
  border-bottom: 1px solid #555;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper > .sso-locale .sso-locale-list-container li a.flag {
  margin-top: 1px;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper > .sso-locale .sso-locale-list-container li a.sso-locale-text {
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1.5px;
  color: #ccc;
  text-transform: uppercase;
  text-align: left;
  padding-left: 40px;
  box-sizing: border-box;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper > .sso-locale .sso-locale-list-container li a.sso-locale-text:hover {
  color: #ffffff;
}
.SSO-BAR .sso-modal.mobile .mobile-modal-wrapper > .sso-locale .sso-locale-list-container li a.sso-locale-text .sr-only-selected {
  top: 1px;
}
.SSO-BAR .sso-modal.mobile .sso-menu-element {
  position: relative;
  border: 0;
  margin: 0 auto;
  background-color: transparent;
}
.SSO-BAR .sso-modal.mobile .sso-menu-element:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #d9d9d9 49.48%, rgba(217, 217, 217, 0) 100%);
  top: 0;
  left: 0;
}
.SSO-BAR .sso-modal.mobile .sso-support {
  display: none;
  border: 1px solid #464646;
}
.SSO-BAR .sso-modal.mobile .sso-support a {
  font-family: "Open Sans Condensed", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.5;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 640px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .SSO-BAR .sso-modal.mobile .sso-support a {
    text-rendering: optimizeLegibility;
  }
}
.SSO-BAR .sso-modal.mobile .sso-support a:hover {
  color: #1e9ffd;
}
.SSO-BAR .sso-modal.mobile .sso-identities {
  float: left;
  width: 100%;
}
.SSO-BAR .sso-modal.mobile .sso-identities li a {
  display: block;
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
  line-height: 17px;
  padding: 12px 10px 11px 11px;
  text-align: left;
  background: rgba(73, 73, 73, 0.6);
}
.SSO-BAR .sso-modal.mobile .sso-identities li a:hover {
  color: #ffffff;
}
.SSO-BAR .sso-modal.mobile .sso-identities li a:hover {
  background: rgba(73, 73, 73, 0.6);
}
.SSO-BAR .sso-modal.mobile .sso-identities li a p {
  text-align: left;
}
.SSO-BAR .sso-modal.mobile .sso-identities .sso-identities-icon {
  display: none;
  background-position-x: 15px;
}
.SSO-BAR .sso-modal.mobile .site-links .site-links-left,
.SSO-BAR .sso-modal.mobile .site-links .site-links-mobile {
  display: block;
  position: relative;
}
.SSO-BAR .sso-modal.mobile .site-links .site-links-mobile:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #d9d9d9 49.48%, rgba(217, 217, 217, 0) 100%);
  top: 0;
  left: 0;
}
.SSO-BAR .sso-modal.mobile .site-links .site-link a {
  display: block;
  font-family: "Hitmarker Text Regular", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 43px;
  text-transform: uppercase;
  line-height: 17px;
  padding: 11px 10px 12px 11px;
  text-align: left;
}
.SSO-BAR .sso-modal.mobile .site-links .site-link a:hover {
  color: #ffffff;
}
.SSO-BAR .sso-modal.mobile .site-links .site-link a:hover {
  background: rgba(0, 0, 0, 0.32);
}
.SSO-BAR .sso-modal.mobile .site-links .site-link a p {
  text-align: left;
}
.SSO-BAR .sso-modal.mobile .site-links .site-link ul {
  display: none;
}
.SSO-BAR .sso-modal.mobile .site-links .site-link ul a {
  padding-left: 24px;
}
.SSO-BAR .sso-modal.mobile .site-links .site-link.support {
  display: none;
}
.SSO-BAR .sso-modal.mobile .site-links .site-link.mobile-login > a,
.SSO-BAR .sso-modal.mobile .site-links .site-link.mobile-signup > a {
  background: rgba(73, 73, 73, 0.6);
}
.SSO-BAR .sso-modal.mobile .site-links .site-link.mobile-login > a:hover,
.SSO-BAR .sso-modal.mobile .site-links .site-link.mobile-signup > a:hover {
  background: rgba(73, 73, 73, 0.6);
}
.SSO-BAR .sso-modal.mobile .site-links .site-link.has-menu > a {
  position: relative;
}
.SSO-BAR .sso-modal.mobile .site-links .site-link.has-menu > a:after {
  content: "+";
  position: absolute;
  top: 46%;
  padding-left: 5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  font-size: 14px;
}
.SSO-BAR .sso-modal.mobile .site-links .site-link.has-menu.active > a {
  background: rgba(0, 0, 0, 0.32);
}
.SSO-BAR .sso-modal.mobile .site-links .site-link.has-menu.active > a:after {
  content: "\2014";
  font-size: 8px;
}
.SSO-BAR .sso-modal.mobile .site-links .site-link.has-menu.active > ul {
  display: block;
  background: rgba(0, 0, 0, 0.32);
}
@media only screen and (min-width: 1150px) {
  :lang(ru) .SSO-BAR {
    min-width: 1185px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  :lang(ru) .SSO-BAR .sso-bar-wrapper.desktop .sso-menu-element.sso-login-register-container {
    display: none !important;
  }
}
@media only screen and (max-width: 1310px) {
  :lang(ru) .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login,
  :lang(ru) .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register {
    display: none;
  }
}
@media only screen and (max-width: 1120px) {
  :lang(ru) .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link.support-link {
    display: none;
  }
}
@media only screen and (max-width: 945px) {
  :lang(ru) .SSO-BAR .sso-bar-wrapper.mobile .sso-bar-mobile-menu > div.sso-menu-element {
    display: none;
  }
}
@media only screen and (max-width: 1215px) {
  :lang(nl) .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login,
  :lang(nl) .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register {
    display: none;
  }
}
@media only screen and (max-width: 1040px) {
  :lang(nl) .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link.support-link {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  :lang(es) .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login,
  :lang(es) .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register {
    display: none;
  }
}
@media only screen and (max-width: 1095px) {
  :lang(es) .SSO-BAR .sso-bar-wrapper.mobile .sso-menu-element .site-link.support-link {
    display: none;
  }
}
.mobile.sso-modal .sso-locale.TW .sso-locale-chooser span.sso-current-locale,
.mobile.sso-modal .sso-locale.CN .sso-locale-chooser span.sso-current-locale {
  display: inline;
  visibility: hidden;
}
#profile-page .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login,
#info-page .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login,
#prefs-page .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login,
#announcement2fa-page .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-login,
#profile-page .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register,
#info-page .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register,
#prefs-page .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register,
#announcement2fa-page .SSO-BAR .sso-bar-wrapper.mobile .right-side-container .mobile-menu-register {
  display: none;
}
#profile-page .SSO-BAR .sso-modal.mobile .site-links .site-links-mobile,
#info-page .SSO-BAR .sso-modal.mobile .site-links .site-links-mobile,
#prefs-page .SSO-BAR .sso-modal.mobile .site-links .site-links-mobile,
#announcement2fa-page .SSO-BAR .sso-modal.mobile .site-links .site-links-mobile {
  display: none;
}
/* Animation - Purchase 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;
  }
}

