/**** * from embed SSO Bar **************************************************************/
body .SSO-BAR {
    position: fixed !important;
    background-color: #000 !important;
    border-bottom: 1px solid #2b2b2b;
}

.SSO-BAR #sso-bar-wrapper {
    width: 97% !important;
}
.SSO-BAR #sso-bar-menu > li > a {
    color: #707070;
        /*font-family: 'HelveticaNeueLTComBdCnO',Helvetica,Arial,sans-serif;
        font-size: 14px;
        text-decoration: none;*/
}
.SSO-BAR #menu-explore {
    background-position: 67px 3px;
}

.SSO-BAR menu#sso-bar-menu li#menu-store {
    border-right: 2px solid rgb(28, 28, 28);
}
#sso-store-menu-label:before { content: ""; }
#sso-store-menu-label.locale-en:before { content: "Store"; }
#sso-store-menu-label.locale-fr:before { content: "Boutique"; }
#sso-store-menu-label.locale-it:before { content: "Negozio"; }
#sso-store-menu-label.locale-de:before { content: "Laden"; }
#sso-store-menu-label.locale-es:before { content: "Tienda"; }

.SSO-BAR #menu-explore, .SSO-BAR #sso-explore-menu-label {
    width: 102px;
}
.SSO-BAR #or {
    background-color: transparent;
    color: #707070;
    font-size: 12px;
    margin: 0;
        /*font-weight: normal;
        text-transform: uppercase;*/
}
.SSO-BAR #sso-bar-menu > #menu-login-register > a {
    background-color: transparent;
}

body .SSO-BAR #sso-bar-menu > #menu-login-register > a {
    background-color: #000000 !important;
    color: #666666;
    font-family: "HelveticaNeueLTStd67MdCn",Helvetica,Arial,sans-serif;
    font-style: italic;
    font-weight: bold;
}

.SSO-BAR span#or {
    background-color: #000000;
    color: #666666;
    font-family: "HelveticaNeueLTStd67MdCn",Helvetica,Arial,sans-serif !important;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    font-size:11px;
}


.SSO-BAR #sso-bar-menu > li > a {
    display: block;
    font-family: "HelveticaNeueLTStd67MdCn",Helvetica,Arial,sans-serif !important;
    font-style: italic;
    line-height: 40px;
    padding-left: 9px;
    padding-right: 9px;
}

.SSO-BAR menu#sso-bar-menu li#menu-explore {
    border-left:none !important;
    border-right: 2px solid #1C1C1C;
}


.SSO-BAR #menu-explore, .SSO-BAR #sso-explore-menu-label {
    text-align: left;
    width: 92px !important;
}

.SSO-BAR #menu-explore {
    /*background-image: url("jivelibs-v7/css/corelibs/css/images/dark-down-arrow.png");*/
    background-position: 45px 3px !important;
    background-repeat: no-repeat;
}

#bar-wrapper {
  width: 100%;
  background: transparent !important; 
  z-index: 10000; 
}

#bar-wrapper #bar {
	width: 100%;
}

/**** CUSTOM WIDGETS **************************************************************/
/* eg. recent content alternating colors */
.jive-table tr.jive-table-row-odd td {
	background: none repeat scroll 0 0 #E8E8E8; /*light gray*/
}

.jive-table tr.jive-table-row-even td, .jive-table table {
	background: none repeat scroll 0 0 #CCCCCC; /*dark gray*/
}

.jive-table td.jive-table-cell-title a,
.jive-table td.jive-table-cell-title a:hover  {
	color: #6D99BF; /* blue */
    font-family: 'HelveticaNeueLTStdMediumCondensed',Helvetica;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.jive-table td.jive-table-cell-author a {
    color: #111111;
}

.jive-table td.jive-table-cell-title span, .jive-table td.jive-table-cell-title span strong, .jive-table td.jive-table-cell-title span a {
    color: #000000;
    font-size: 12px;
}

.jive-widget-recentcontentwidget .content-large .jive-table-recentcontent {
	margin-top: 0;
}

.jive-content-filter {
	background-color: transparent;
}

/* recent activity widget */
.jive-widget-recentactivitywidget .jive-widget-body {
	background-color: #E8E8E8;
    padding: 0 10px;
}

.jive-widget-recentactivitywidget a.font-color-meta-light, .jive-widget-recentactivitywidget .font-color-meta-light, .jive-widget-recentactivitywidget .font-color-meta-light a.font-color-meta-light, .jive-widget-recentactivitywidget .font-color-meta a.font-color-meta-light {
	color: #999;
}

.j-act-comment, .j-act-expand-bar {
    background-color: #CCC;
}

/** Space grid **/
/* boxes */
.j-spaceGrid li {
	margin: 0 1px 3px 0;	
}

/*space grid number */
.j-spaceGrid .j-content-count {
	color: #707070;
}

/**** RSS **************************************************************/
#jive-rsspage .j-box.j-enhanced .j-box-body, #jive-rsspage .j-box.j-enhanced {
	background-color: #000;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/**** WIDGETS **************************************************************/


/**** CONTENT TYPES **************************************************************/

.jive-content-blog {
	background: -moz-linear-gradient(top,  #171717 0%, #252525 34%, #272727 57%, #232323 75%, #1a1a1a 94%, #1a1a1a 98%, #131313 99%, #101010 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#171717), color-stop(34%,#252525), color-stop(57%,#272727), color-stop(75%,#232323), color-stop(94%,#1a1a1a), color-stop(98%,#1a1a1a), color-stop(99%,#131313), color-stop(100%,#101010));
	background: -webkit-linear-gradient(top,  #171717 0%,#252525 34%,#272727 57%,#232323 75%,#1a1a1a 94%,#1a1a1a 98%,#131313 99%,#101010 100%);
	background: -o-linear-gradient(top,  #171717 0%,#252525 34%,#272727 57%,#232323 75%,#1a1a1a 94%,#1a1a1a 98%,#131313 99%,#101010 100%);
	background: -ms-linear-gradient(top,  #171717 0%,#252525 34%,#272727 57%,#232323 75%,#1a1a1a 94%,#1a1a1a 98%,#131313 99%,#101010 100%);
	background: linear-gradient(to bottom,  #171717 0%,#252525 34%,#272727 57%,#232323 75%,#1a1a1a 94%,#1a1a1a 98%,#131313 99%,#101010 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#101010',GradientType=0 );
	border: none;
	border-bottom: 1px solid #151515;
	padding: 10px;
}

.jive-blog-post-message {
    font-size: 14px;
    color: #fff;
}

.jive-blog-info h3 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: normal;
	font-family: 'HelveticaNeueLTSCondensed';
}

.j-comment-action-bar {
	background-color: transparent;
}

#jive-comments-tab > a {
    color: #fff;
}

/** discussion **/
#create-discussion {
    margin-top: 50px;
}

div.jive-create-large > header h2,
.j-thread-post h1 a {
	color: #000;
}

.j-place-info a,  .j-place-info a.font-color-meta {
	color: #666;
}
.j-place-info a.font-color-meta-light, .j-place-info .font-color-meta-light {
	color: #8B8B8B;
}

.jive-content header h1 {
	font-weight: normal;
}

.j-thread-post a,
.j-thread-post a.font-color-normal,
.jive-comment-actions a.font-color-meta,
.j-thread-info-block a, .j-thread-info-block a:hover, 
#jive-answer-bar a {
	color: #6092BC; /*blue*/
}

.j-thread-post .font-color-meta,
.j-thread-post h6 a.font-color-meta-light,
.jive-comment .font-color-meta,
.jive-comment .font-color-meta-light,
.jive-comment-actions a.font-color-meta-light,
.jive-comment-actions a {
	color: #707070!important;
}

.j-thread-info-block a, .j-thread-info-block a:hover, 
#jive-answer-bar a {
	color: #6092BC; /*blue*/
}

/*reply header*/
.j-thread-post h6 a.font-color-meta-light {
	font-family: 'HelveticaNeueLTSCondensed';
	text-transform: uppercase;
	font-size: 16px;
}

/* text & links */
.j-thread-post header h1 a {
	color: #000;
}
.j-thread .jive-rendered-content h1,
.j-thread .jive-rendered-content h2, 
.j-thread .jive-rendered-content h3, 
.j-thread .jive-rendered-content h4, 
.j-thread .jive-rendered-content h5, 
.j-thread .jive-rendered-content h6 {
	color: #707070;
	line-height: 1.2em;
	text-transform: none;
}
.j-thread .jive-rendered-content strong,
.j-thread .jive-rendered-content b {
	font-weight: bold;
}

.jive-thread-info {
	background-color: #000;
	box-shadow: none;
	border-color: #333;
}

/** document **/
.j-doc .jive-content {
	background-color: #000;
	border: none;
}

/**** PEOPLE/PLACES/CONTENT TAB **************************************************************/
/*move page numbers down, content tab only*/
.j-browse-content .j-browse-filter-row .j-pagination {
	top: 30px;
}
.j-browse-content #j-browse-item-grid {
	margin-top: 30px;
}

/*change page link colors*/
.j-browse-filter-row a.j-pagination-current {
	color: #000;
}
.j-browse-filter-row a {
	color: #999;
}


/**** TAGS PAGE **************************************************************/
#jive-tags-container .j-box.j-enhanced {
	border-color: #666; 
}

#jive-tags-container .j-box.j-enhanced header, #jive-tags-container .j-box.j-enhanced .j-box-body, #jive-tags-container .j-box-controls {
	background-color: #000;
	border-color: #666; 
}

#jive-tags-container-header .jive-box-header {
	border: none;
}


/**** HEADER **************************************************************/
/*****************************************
GHOSTS NAVIGATION
*****************************************/

.white-gradient-border-line{
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.15)), color-stop(20%,rgba(255,255,255,0.6)), color-stop(50%,rgba(255,255,255,0.6)), color-stop(80%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.15))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,0.15) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,0.15) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=1 ); /* IE6-9 */
    width:100%;
    height:1px;
    opacity: .5;
}

.black-gradient-border-line{
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.15) 0%, rgba(153,153,153,0.6) 20%, rgba(51,51,51,0.6) 40%, rgba(0,0,0,0.6) 50%, rgba(46,46,46,0.6) 59%, rgba(153,153,153,0.6) 80%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.15)), color-stop(20%,rgba(153,153,153,0.6)), color-stop(40%,rgba(51,51,51,0.6)), color-stop(50%,rgba(0,0,0,0.6)), color-stop(59%,rgba(46,46,46,0.6)), color-stop(80%,rgba(153,153,153,0.6)), color-stop(100%,rgba(255,255,255,0.15))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(153,153,153,0.6) 20%,rgba(51,51,51,0.6) 40%,rgba(0,0,0,0.6) 50%,rgba(46,46,46,0.6) 59%,rgba(153,153,153,0.6) 80%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(153,153,153,0.6) 20%,rgba(51,51,51,0.6) 40%,rgba(0,0,0,0.6) 50%,rgba(46,46,46,0.6) 59%,rgba(153,153,153,0.6) 80%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(153,153,153,0.6) 20%,rgba(51,51,51,0.6) 40%,rgba(0,0,0,0.6) 50%,rgba(46,46,46,0.6) 59%,rgba(153,153,153,0.6) 80%,rgba(255,255,255,0.15) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.15) 0%,rgba(153,153,153,0.6) 20%,rgba(51,51,51,0.6) 40%,rgba(0,0,0,0.6) 50%,rgba(46,46,46,0.6) 59%,rgba(153,153,153,0.6) 80%,rgba(255,255,255,0.15) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=1 ); /* IE6-9 */
    width:100%;
    height:1px;
}

#header-menu {
    background: url(http://community.callofduty.com/themes/cod-ghosts/img/nav-bg.png) center left repeat;
}

#header-menu .menu-link,
#header-menu .menu-link p,
#header-menu .menu-link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#header-menu .menu-link {
    list-style: none;
    margin: 0 0 0px 0;
    padding:0;
}

#header-menu .menu-link a {
    color: #666666;
    font-family: "HelveticaNeueLTStd65Medium",Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    background: url(http://community.callofduty.com/themes/cod-ghosts/img/dividing_line.png) no-repeat bottom center;
    -moz-transition: color .35s ease-in;
    -webkit-transition: color .35s ease-in;
    -o-transition: color .35s ease-in;
    transition: color .35s ease-in;
    letter-spacing: 3px;
}

#header-menu #menu-link-02.menu-link a  {
    font-family: "HelveticaNeueLTStd-MdIt",Helvetica,Arial,sans-serif;
}

#header-menu .menu-link a:hover,
#header-menu .menu-link.selected a {
    color:#cccccc;
    background: url(https://community.callofduty.com/themes/cod-ghosts/img/nav_button_default_bg.png) no-repeat bottom left;
}

#header-menu .menu-link.open > a {
    background: url(https://community.callofduty.com/themes/cod-ghosts/img/nav_button_default_bg.png) no-repeat bottom left;
}

#header-menu .menu-link.selected > a {
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
    color:#cccccc;
    background: url(https://community.callofduty.com/themes/cod-ghosts/img/nav_button_hilite_bg.png) no-repeat bottom left;
}

#header-menu .menu-link.selected {

}

#header-menu .login-link,
#header-menu .register-link,
#header-menu .profile-link,
#header-menu .logout-link,
#header-menu .support-link {
    display: none;
} 

.header-container {
    width: 248px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 40px;
    /*overflow: hidden;*/
 /*   min-height: 500px;  reason for this?   */
    z-index: 1000;
    /*background: rgba(255,255,255,.2);*//*COMMENTED BY SL*/

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.header-container > div {
    height: 100%;
}
.header,
.header .refHeader,
.header .refHeaderContent,
.header .column-control,
#header-menu {
    height: 100%;
}

.desktop-mark-up.cq-wcm-edit .header-container {
    position: relative;
    width: 100%;
}

.header-container div.image {
    margin: 0;
    padding: 0;
}

#header-menu-c1 {
    display: block;
}

#header-menu-c0{
    background: #000;
}

#cod-ghosts-logo {
    margin: 0 auto;
    padding: 20px 0;
    width: 246px;
}

#header-menu-c1 .mobile-only.nav-preorder {
    display: none;  /* hide the top pre-order button */
}
#media-menu {
    display: none;
}
.main-menu li {
    height: 56px;
    line-height: 56px;
}
.main-menu li.phone-sso {
    display: none;
    background-color: #c96;
}

.main-menu li.phone-sso a {
    color: #fff;
}

.header-container .refHeaderContent {
    background: url("https://community.callofduty.com/themes/cod-ghosts/img/Phantom_BG_Body_1920x1200.jpg") no-repeat fixed center center #000000;
}

.header-container a,
.main-menu a {
    color: #ccc;
    text-decoration: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.header-container a.active,
.main-menu a:active {
    color: #fff;
    text-decoration: underline;
}

.header-container a:hover,
.header-container a:active,
.main-menu a:hover,
.main-menu a:active {
    color: #5e82a3; 
}


.nav-share-sub {
    position: absolute;
    left: 0;
    /*bottom: 112px;*/
    bottom: -138px;
    width: 100%;
    text-align: center;
    display: none;
    padding: 6px 0 15px 0;
    background: rgba(17,17,17, 0.75);
/*    background: url(jivelibs-v7/css/corelibs/images/header/connect-bg.png) top left repeat;  */
}

.nav-share-sub #share-social-links {
    padding-top: 8px;
    padding-bottom: 7px;
    background: url(https://community.callofduty.com/themes/cod-ghosts/img/dividing_line.png) no-repeat bottom center; 
}

.nav-share-sub #share-social-links li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
}

.nav-share-sub #share-social-links li a {
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
}

.nav-share-sub #share-social-links li.text-list-0,
.nav-share-sub #share-social-links li.text-list-1 {
    left: -8px;
}

.nav-share-sub #share-social-links li.text-list-2 {
    left: -5px;
}

.nav-share-sub #share-social-links li.text-list-3 {
    left: -3px;
}

.nav-share-sub #share-social-links li .fb-link a {
    background-position: -29px -56px;
}

.nav-share-sub #share-social-links li .twitter-link a {
    background-position: -128px -56px;
}

.nav-share-sub #share-social-links li .youtube-link a {
    background-position: -228px -56px;
}

.nav-share-sub #share-social-links li .instagram-link a {
    background-position: -333px -56px;
}

.nav-share-sub #share-social-links li .gplus-link a {
    background-position: -431px -56px;
}

.nav-share-sub #share-social-links li .fb-link a:hover {
    background-position: -29px -191px;
}

.nav-share-sub #share-social-links li .twitter-link a:hover {
    background-position: -128px -191px;
}

.nav-share-sub #share-social-links li .youtube-link a:hover {
    background-position: -228px -191px;
}

.nav-share-sub #share-social-links li .instagram-link a:hover {
    background-position: -333px -191px;
}

.nav-share-sub #share-social-links li .gplus-link a:hover {
    background-position: -431px -191px;
}

.nav-share-sub #share-addthis {
    margin: 0 auto;
    /*width: 270px;*/   
    padding: 20px 0 15px 0;
	display: inline-block;
    
}

.nav-share-sub #share-addthis-facebook-like {
    width: 60px;
    /*margin-left: 19px;*/  
}

.nav-share-sub #share-addthis-tweet {
    width: 77px;    
}

.nav-share-sub .pluginCountButton,
.nav-share-sub .hcount .count-o {
    display: none;  
}

.nav-share-sub .addthis_button_facebook_like {
    overflow: hidden;
    width: 45px !important;
    margin-right: 5px;
}
.nav-share-sub .addthis_button_tweet {
    overflow: hidden;
    width: 55px !important;
    margin-right: 4px;
}
.nav-share-sub . addthis_pill_style {
    overflow: hidden;
    width: 50px !important;
}

/* need to force this as hidden */
#j-header .addthis_counter.addthis_pill_style a.addthis_button_expanded {
	display: none;
}

.nav-share {
    position: absolute;
    left: 0;
    /*bottom: 56px;*/
    bottom: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

/* nav-share.active, */
.nav-share:hover {
    background: url(http://community.callofduty.com/themes/cod-ghosts/img/nav_button_default_bg.png) no-repeat bottom left;
}

.nav-share.active a {
    background: url(http://community.callofduty.com/themes/cod-ghosts/img/dividing_line.png) no-repeat bottom center; 
}

/*.nav-preorder {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #333 url(http://community.callofduty.com/themes/cod-ghosts/img/bg_nav_preorder.jpg) 100% 0% no-repeat;
    height: 56px;
    line-height: 56px;
}*/

.nav-preorder {
	background: url("http://community.callofduty.com/themes/cod-ghosts/img/freefall-lockup-bg.png") no-repeat scroll 100% 0 transparent;
    border-bottom: 1px solid #282B2E;
    height: 92px;
    left: 0;
    margin-top: -1px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.nav-preorder > .atvi-instrument-text-image {
    position: absolute;
    top: -5px;
    z-index: 5;
}
.nav-preorder .ti-image {
    float: left;
    left: 16px;
    position: relative;
    top: -7px;
}
.nav-preorder .ti-text {
    float: right;
    position: relative;
    right: 38px;
    text-align: left;
    top: 3px;
    width: auto;
    color: #fff;
}
#header-menu .nav-preorder.fr .ti-text {
    right: 18px;
}

#header-menu .nav-preorder.de .ti-text {
    right: 8px;
}
#header-menu .nav-preorder.it .ti-text {
    right: 13px;
}
.nav-preorder .ti-text .preorder-link {
    background: url("http://community.callofduty.com/themes/cod-ghosts/img/link-triangle.png") no-repeat scroll 100% 46% transparent;
    padding: 10px 13px;
}
.nav-preorder .ti-text .divider {
    background: url("http://community.callofduty.com/themes/cod-ghosts/img/divider-short.png") no-repeat scroll 100% 0 transparent;
    height: 10px;
}

.nav-share a,
.nav-preorder a {
    color: #838383;
    font-family: "HelveticaNeueLTStd65Medium", Helvetica,Arial,sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
}

.nav-preorder .preorder-link a {
	color: #fff;
}
.nav-preorder .preorder-link a:hover {
	color: #5E82A3;
}

.desktop-mark-up.cq-wcm-edit .header-container .nav-share,
.desktop-mark-up.cq-wcm-edit .header-container .nav-preorder {
    position: relative;
    bottom: 0;
}

/*.nav-preorder > .atvi-instrument-text-image {
    position: absolute;
    z-index: 5;
    top: -9px;
}

.nav-preorder #ti-text {
    width: auto;
    text-align: center;
}*/

.nav-indicator {
    display: none;  /* block */
    position: absolute;
    top: 0;
    left: 0;
    margin: 27px 27px 0;
    text-align: center;
}
.nav-indicator.active {
    background-color: #999;
}

.nav-indicator p {
    line-height: 6px;
    color: #000;
    font-weight: bold;
    /* margin: 8px 0 0; */
}
.nav-indicator a {
    color: #fff;
    letter-spacing: -1px;
}


.share-indicator {
    display: none;  /* block */
    position: absolute;
    top: 0;
    right: 0;
    margin: 27px 27px 0;
    text-align: center;
}
.share-indicator.active {
    background-color: #999;
}

.share-indicator a, .nav-indicator a {
    height:42px; 
    width: 55px; 
    background:url(https://community.callofduty.com/themes/cod-ghosts/img/mobile-header-indicators.png) 100% no-repeat;
    text-indent:-9999px;
    background-size: cover;
}

.share-indicator a {
    background-position: left top;  
}

.nav-indicator a {
    background-position: left bottom;
}


/* ***********************
   animating nav & connect
   *********************** */
.nav-share.activeY,
.nav-share-sub.activeY {
  -webkit-transform: translateY(-134px);
  -moz-transform: translateY(-134px);
  -ms-transform: translateY(-134px);
  -o-transform: translateY(-134px);
  transform: translateY(-134px);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav-share.tempTransY,
.nav-share-sub.tempTransY {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* -- fix for firefox spacing issues -- */
@-moz-document url-prefix() {
  .nav-share-sub {
    padding: 6px 0 1px;
  }
}


/*** USER NAME & MENU ***/
#j-satNav-wrap {
	top: 10px;
	right: 165px;
}

#j-satNav-wrap a.j-globalNavLink {
	text-transform: uppercase;
	font-family: 'HelveticaNeueLTStd67MdCn',Helvetica,Arial;
}

.j-navbadge-count {
    background-color: #6092BC; /*blue*/
}

/*** SPOTLIGHT SEARCH ***/
#j-spotlight-search {
	position: absolute;
	right: -8px;
	top: 15px;
	background: none repeat scroll 0 0 #1D1D1D !important;
	border: solid 1px #fff;
	height: 26px;
	width: 165px;
	z-index: 2000;
}

#j-spotlight-search input {
	background: none;
	font-family: 'HelveticaNeueLTStd65Medium',Helvetica,Arial;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 135px;
}

.j-search-left {
	background: none;
	width: 5px;
}

.j-search-right {
	background: url("https://community.callofduty.com/themes/cod-ghosts/img/form.png") no-repeat scroll -3px -53px transparent;
	height: 18px;
}


/**** FOOTER **************************************************************/
#footer #footer-c0,
#footer #footer-c2 {
    min-width: 265px;
    float: left;
    clear: left;
}
#footer #footer-c1,
#footer #footer-c3 {
    /*width: 100%;*/
    margin-left: 265px;
}
#footer #footer-c0,
#footer #footer-c1 {
    height: 135px;
 /*   border-bottom: 1px solid #1b1b1b; */
}
#footer #footer-c0,
#footer #footer-c3 {
    background-color: #111111;
} 
#footer #footer-c2,
#footer #footer-c3 {
    padding-bottom: 20px;
    border-top: 1px solid #1b1b1b;
}
#footer #activision-logo,
#footer #developers-links {
    width: 265px;
    float: right;
}
#footer #activision-logo-image-link {
    display: block;
    margin: 42px auto 0;
    width: 165px;
}
#footer #social-links {
    margin: 0;
}

#footer #social-links li {
    /* float: left; */
    display: inline-block;
}

#footer #social-links li:first-child {
    margin-left: 42px;
}


#footer #social-links li a {
    display: block;
    height: 26px;
    overflow: hidden;
    background: transparent url(corelibs/images/footer/footer-sprite.png) 0 0 no-repeat;
    text-indent: -9999px;

}

/* social links */ 

#footer #social-links li {
    margin-top: 54px;
    margin-left: 63px;
}

#footer #social-links li #social-links-fb a {
    background-position: -29px -56px; 
    width:24px; 
}

#footer #social-links li #social-links-tw a {
    background-position: -134px -56px;
    width:32px; 
}

#footer #social-links li #social-links-yt a {
    background-position: -231px -56px;
     width:26px; 
}
 #footer #social-links li #social-links-ig a {
    background-position: -336px -56px;
    width:30px;
}
 #footer #social-links li #social-links-gplus a {
    background-position: -436px -56px;
    width:32px;
}

#footer #social-links li #social-links-fb a:hover {
    background-position: -29px -191px;
}
 #footer #social-links li #social-links-tw a:hover {
    background-position: -134px -191px;
}
 #footer #social-links li #social-links-yt a:hover {
    background-position: -231px -191px;
}
 #footer #social-links li #social-links-ig a:hover {
    background-position: -336px -191px;
}
 #footer #social-links li #social-links-gplus a:hover {
    background-position: -436px -191px;
}
    

/* end social links */ 

#footer #developers-links {
    padding: 20px 0;
}
#footer #developers-links li {
    margin-bottom: 15px;
}
#footer #developers-links a {
    display: block;
    width: 140px;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
    background: transparent url(corelibs/images/footer/footer-sprite.png) 0 -280px no-repeat;
}
#footer #developers-links #developers-links-ns a { 
    background-position: -59px -383px;
}
#footer #developers-links #developers-links-iw a {
    background-position: -59px -301px;
}
#footer #developers-links #developers-links-raven a {
    background-position: -59px -466px;
}
#footer #developers-links #developers-links-ns a:hover {
    background-position: -324px -383px;  
}
#footer #developers-links #developers-links-iw a:hover {
    background-position: -324px -301px;
}
#footer #developers-links #developers-links-raven a:hover {
    background-position: -324px -466px;
}
#footer #esrb-logos {
    padding: 73px 0 20px 40px;
    height: 75px;
}

#footer #esrb-logos img {
    margin: 0;
}

#footer-c3 {
    font-family: 'HelveticaNeueLTStd-Cn', Helvetica, Arial, sans-serif; 
}

#footer-c3 #esrb-logos li {
    display: inline-block;
}
#footer-c3 #esrb-logos li {
    margin-right: 28px;
}
#footer-c3 #esrb-logos li:last-child {
    margin-right: 0;
}
#footer-c3 #footer-disclaimer {
    padding: 25px 0 0 42px;
    width: 75%;
}
#footer-c3 #footer-disclaimer p {
    color: #999999;
    font-size: 11px;
    line-height: 1.5;
    padding-bottom: 10px;   
    letter-spacing: 0px;
}

#footer-c3 #footer-disclaimer p a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 30px 0 0;
    white-space: nowrap;
    letter-spacing: 4px;
}

#footer-c3 #footer-disclaimer p a:hover,
#footer-c3 #footer-disclaimer p:last-child a:hover  {
    color: #6092BC;
}

#footer-c3 #footer-disclaimer p a:first-child {
    margin-left: 0;
}

#footer-c3 #footer-disclaimer p:last-child a {
    letter-spacing: 0;
    color: #FFF;
    text-transform: none;
}

/**** SEARCH RESULTS **************************************************************/
/* move down for name drop down */
.jive-body-search .j-body-main {
	margin-top: 30px;
}

/*search field */
.j-search-container #j-search-input {
	min-width: 300px;
}

.jive-body-search .j-box .j-form-row input {
	width: 145px;
}

.jive-body-search .j-search-results-aside {
	width: 215px;
}


.desktop.detail-list .j-layout-sl .j-column-l {
	margin-left: 0px; 
}


#j-spotlight-search {
    top: 50px !important; 
}

.forums  #j-spotlight-search {
    left: inherit;
}


.j-content-count {
	display: block; 
    text-align: center; 
    font-weight: bold;
}


body {
    font-family: Arial, sans-serif;
}

.phone #jive-note-container-body,.tablet #jive-note-container-body  {
	display: none; 
}

.jive-rendered-content a, .jive-rendered-content span, .jive-rendered-content p {
	font-family: Arial, sans-serif;
}

 #jive-body .j-thread-post  {
	color: #000; 
 }

.nav-preorder {
	background: none; 
}
.nav-preorder .text {
	margin-top: 20px; 
}

#header-menu {
	background: none !important; 
}

#j-header .header-container {
	background: url(corelibs/images/header/nav-bg.png) center left repeat
}

.nav-preorder .ti-image {
	left: 0px; 
    top: 0px; 
}

#initial-splash-container {
	display: none; 
}

#activision-logo-image-link img {
	width: 165px !important; 
}

#cod-ghosts-logo, #cod-ghosts-logo imgo img {
	width: 191px !important; 
}

#footer #menu-locale {
	position: absolute !important; 
    color: #000 !important;
}

#footer ul li {
	color: #000;
}

.n4jive_widget.n4jive_individual_leaders {
	background: #fff;
}

 /* Ghosts Support */

.forums .jive-widget-imagenav ul.j-image-links > li.j-image-link-row > ul > li {
    width: 32%;
}
.forums .jive-widget-imagenav .j-slide{
    width: 100%;
}

.forums .jive-widget-imagenav ul.j-image-links > li.j-image-link-row > ul > li .j-slide-image-wrapper {
    margin-top: 25px;
    width: 100%;
}

.forums .j-slide .j-slide-image{
    margin-top: 25px;
}

.forums .j-slide h3{
    margin-left: 25px
}

#bar-wrapper
{
    height: auto !important;
}



 /* Ends Ghosts Support */

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

	.jive-body-layout-s1 {
		width: 100%; 
	}

  .jive-content-userrating {
	border: none; 
  }

  .jive-content-body img {
	  width: 100%; 
      height: auto;
  }

  .custom-cancel-button {
	width: 144px;
  }

  .jive-content jive-content-blog { 
	padding: 0px;
  }

  h1 {
	font-size: 20px;
  }

  #bar {
	height: 0px;
  }

  #j-satNav-wrap {
     z-index: 0;
  }

    html {
        width: 100%;
    }
    
    #jive-body {
        padding-right: 0px;
    }

    .j-thread .jive-content .j-thread-post {
        padding-right: 0px;
	}

    .j-thread-post footer>ul>li {
		float: right; 
        margin-left: 8px; 
    }

    .reply .discussionAdd {
		/*position: absolute; 
        left: 85px; */
    }

   .reply .j-rating {
		padding-left: 0px; 
   	}

	.j-thread-post footer>ul>li { /* original post */
		height: 25px; 
	}

	.j-op .discussionAdd {
		position: absolute;
		left: 0px;
    	bottom: 0px; 
	}

    .j-op footer {
		padding-right: 10px;
    	height: 75px;
		position: relative;
		bottom: 10px; 
    }

	.jive-content-userrating {
		padding-top: 0px; 
    }

	.jive-rendered-content ul, .jive-rendered-content ol, .jive-rendered-content .jive-quote {
		padding: 0px;
    }

	.jive-content-userrating-score a, .jive-content-avgrating-score span {
		padding: 0px 2px; 
    }

	#jive-rsspage .jive-rsspage-feedslist table tr td{
  	word-break:break-word !important;
  }

}


@media only screen 
and (max-width : 500px) {
	.jive-content-userrating {
		padding-top: 20px; 
        margin-left: 0px; 
        padding-left: 0px;
    }

    .j-body-place #jive-body .j-page-header, .j-placeTitle {
		margin-top: 50px; 
	}

}


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



    #j-satNav-wrap {
        right: -20px !important; /* Need to remove this from theme css */
        top: 40px !important;
	}

    html body.j-body-place #jive-body {
		margin-top: 50px !important;
    }

    #jive-place-link-overview-tab, #jive-place-link-content-tab, #jive-place-link-places-tab, #community-analytics-tab,
    #jive-place-link-people-tab, .j-body-place .j-bigtab-nav.j-rc5.j-rc-none-bottom {
		display: none; 
	}

	.j-body-place #jive-body-layout-tls .jive-body-layout-l2 .jive-widget-container-large {
		margin-right: 0px; 
		width: 100%; 
	}

    #j-spotlight-search {
		top: 200px !important; 
        left: 0px;
    }

    #j-satNav-wrap {
		margin-top: 150px;
    }

	html body #header-menu-c0 {
		position: absolute; 
        width: 100%;
    }

    html body {
		padding: 0px;
    }
    /* Video all themes */ 

    iframe {
		max-width: 100%;
    }

    /* Probably all themes */ 
    body #jive-body {
		padding: 0px;
        margin-top: 40px !important;
    }

    /** Responsive SEARCH Page (all themes) **/ 
    .j-search-results-main {
        margin-right: 0px; 
    }
    
    /** hide the right, people column **/ 
    .j-search-results-aside {
        display: none; 
    }
    
    .j-search-container #j-search-input {
        min-width: inherit !important; 
    }
    
    .jive-body-search .custom-submit-button {
        background: url("https://community.callofduty.com/themes/cod-ghosts/img/form.png") no-repeat scroll -1px -53px transparent !important;
		font-size: 0px !important;
	}

	input.j-btn-callout[type="submit"], .j-btn-callout {
		padding: 8px;
	}

    .jive-body-search .j-layout-sl .j-column-l {
        margin-left: 0px; 
    }

    .jive-body-search .j-layout-sl .j-column-s {
        background: #000; 
    }

    .jive-body-search .j-search-container.j-box  {
        margin: 0px;
        padding: 0px;
    }

    .j-search-rss-link {
        right: 0px; 
    }

    .j-searchtips{
        color: #fff; 
        padding-right: 5px; 
        font-weight: bold; 
        float: right; 
    }

	.jive-body-search .fixed div.j-column-content {
		background: #000; 
	}

    .jive-body-search .j-column-s {
		display: none; 
	}

	.fixed .j-search-container {
		position: inherit; 
		background: none; 
	}

    #j-spotlight-search {
		top: 114px !important;
        z-index: 999;
        left: -13px;
        position: relative !important;
    }

    /** End Responsive Search Page **/ 
}

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


    .j-placeNav {
        padding: 0 !important;
    }
    
    .tablet .j-browse-details .j-td-title div, .phone .j-browse-details .j-td-title div {
        width: 100% !important;
    }
    
    .j-browse-details .j-td-activity .j-excerpt, .j-browse-details .j-td-title div {
    
        word-wrap: break-word !important;
    }
    
    .j-browse-details .j-td-date {
        white-space: normal !important;
        width: 20% !important;
    }
    
    .j-browse-details .j-td-title {
    
        min-width: 135px !important;
    }
    
    .j-browse-details .j-td-user-info, .j-browse-details .j-td-likes, .j-browse-details .j-td-bookmarks, .j-browse-details .j-td-replies, .j-browse-details .j-td-views, .j-browse-details .j-td-author, .j-browse-details .j-td-date, .j-browse-details .j-td-activity, .j-browse-details .j-td-actions, .j-browse-details .j-td-followers, .j-browse-details .j-td-following, .j-browse-details .j-td-friends, .j-browse-details .j-td-statuslevel {
        vertical-align: top !important;
    }


}

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

    /* content page */ 
    .phone .j-browse-details {
		padding-top: 40px;
	}

    #j-spotlight-search {
		top: 140px !important;
        z-index: 999;
        left: -13px;
        position: relative !important;
    }

    .j-blog #j-spotlight-search {
		top: 200px !important; 
     }

    #jive-breadcrumb, #jive-body-intro, .j-page-header {
		padding-left: 5px;
    }

 	#j-satNav-wrap {
		margin-top: 110px;
    }

    html body #jive-body {
		/*margin-top: 20px !important;*/ 
    	margin-top: 40px !important; 
    }

   .jive-create-large.jive-content {
		padding: 8px; 
   }

   .jive-create-large.jive-content {
		margin: 0px; 
        padding: 8px; 
   }

   /* share popup */ 
    #jive-modal-share, #jive-js-repost-modal {
		width: 100%; 
		left: 0px; 
		margin-left: 0px; 
	}    

	/* responsive popup form -all themes */ 
    .jive-modal .j-modal {
        margin-left: 0px; 
        left: 0px; 
        width: 100%; 
    }

    .j-form {
        width: 100%; 
    }
    
    .j-form input.j-user-autocomplete {
        width: auto; 
    }

	/* End responsive popup form */ 


    /* responsive forums space grid */ 
    .j-spaceGrid img {
        width: 100px;
    }

    .j-spaceGrid .j-place-card{
        width: 99%; 
        height: 140px; 
    }
    
    .j-spaceGrid li {
        width: 49%;
        box-sizing: border-box;
        text-align: center; 
    }
    
    .j-spaceGrid .j-place-img {
        width: auto; 
        height: auto; 
    }
    

    .j-spaceGrid h5 span {
        width: auto; 
        white-space: normal; 
    }

  /* end responsive space grid */ 

    .j-thread-post header .j-post-author {
		margin-top: -14px; 
     }

     .reply .jive-form-button-cancel custom-cancel-button {
		width: 120px;
     }

     .j-rating {
		padding-left: 0px;
     }

     ul ul .jive-discussion-indent-1 li.reply {

		padding-left: 0px;
     }
     .jive-content-userrating {
		/*padding: 20px 0px 0px;  */
     }

}



/* Ghosts Ideas Page */ 
.ideas-page .jive-content header h1 {
	color: inherit; 
}

.ideas-page .jive-body-content .jive-content .j-byline {
	color: inherit; 
}

.ideas-page .font-color-meta {
	color: inherit; 
}

.ideas-page #jive-body-main .jive-content a, .ideas-page #jive-body-main .jive-content a:link, .ideas-page #jive-body-main .jive-content a:visited, .ideas-page .font-color-meta a, .ideas-page .font-color-meta a:visited, .ideas-page .font-color-normal, .ideas-page a.font-color-normal:link, .ideas-page a.font-color-normal:visited
{
	color: #3778c7;
}

.j-thread-post header .j-post-author {
	color: #fff;
}

/* Forum Overrides that we may need for other themes */

.j-thread-info-block, .j-thread-post header .j-post-author {
	white-space: normal;
 }


    /* responsive reply boxes */

/* wysiwyg editor responsive */ 

 #wysiwygtext_toolbargroup, #wysiwyg_id_0_toolbar1 {
        background: #F6F6F6; 
    }

    table.mceToolbar tr td {
        float: left; 
    }


	.mceLayout tr.mceFirst td.mceToolbar {
		height: auto !important; 
    }

tr.mceFirst table.mceToolbar tr td {
	float: left; 
    background: #F6F6F6;
}

#wysiwygtext1_toolbargroup {
	background: #F6F6F6
}


.jive-thread-reply-indent-shadow .font-color-meta {
	color: #000; 
}

a.font-color-meta:link {
	color: #6092BC; 
}

.j-thread-post header .j-post-author {
	overflow: visible; 
}

.table .j-browse-list thead, .phone .j-browse-list thead {
	display: none; 
}

/* search overrides */ 
.fixed .j-column-l {
	padding-top: 0px;
}

.fixed div.j-column-content {
	position: static; 
    width: auto;
}

/* Recent content */
.jive-table td.jive-table-cell-title a, .jive-table td.jive-table-cell-title a:hover {
	color: #3778c7; 
}

/* share text */

.j-form textarea {
    color: #000;
}

#j-satNav-wrap {
	float: right; 
    position: static; 
}

/* detail view page */ 

.detail-list .j-box.j-box-placeblog {
  display: none; 
}

.tablet.detail-list .j-box-actions header, .phone.detail-list .j-box-actions header {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #eee;
    border: 0 solid #777;
    color: #333;
    padding-left: 10px;
	font-size: 16px;
    cursor: hand; 
    cursor: pointer;
}

.tablet.detail-list .j-box-actions header h4,.phone.detail-list .j-box-actions header h4 {
	font-style: normal; 
	text-transform: initial; 
}

.tablet #j-item-view-toggle,  .phone #j-item-view-toggle {
	display: none; 
}


.tablet.detail-list .j-layout-sl .j-column-l, .phone.detail-list .j-layout-sl .j-column-l {
	padding-left: 0px;
}

.tablet.detail-list .j-layout-sl .j-column-l, .phone.detail-list .j-layout-sl .j-column-l, 
.phone.detail-list .j-layout-sl .j-column-l, .tablet.detail-list .j-layout-sl .j-column-l, 
.phone.j-column.j-column-l, .tablet.j-column.j-column-l {

	margin-left: 0px;
}

.tablet.detail-list #js-browse-controls, .phone.detail-list #js-browse-controls {
	margin-top: 40px;
}


.tablet .j-browse-details td.center, .phone .j-browse-details td.center, 
.phone .j-browse-details .j-td-views, .table .j-browse-details .j-td-views,
.tablet .j-browse-details .j-td-views, .phone .j-browse-details .j-td-views {
	display: none; 
}

.tablet #j-browse-filters, .phone #j-browse-filters {
	margin-right: 0px;
}


.tablet .j-browse-list thead {
	display: none; 
}

.tablet .j-td-icon, .phone .j-td-icon {
	display: none; 
}

.tablet .j-browse-details .j-td-title div, .phone .j-browse-details .j-td-title div {
	width: 100px;
}

 .phone.detail-list .j-column,  .table.detail-list .j-column {
	min-height: 0px;
 }

.phone.detail-list tr:nth-child(even), .table.detail-list tr:nth-child(even) {
  background: #f0f0f0;
}

#j-browse-item-grid .font-color-meta {
	color: #000 !important;
}


.j-browse-sorts .j-pagination, .j-browse-filter-row .j-pagination {
	right: 0px;
}

.tablet.detail-list .j-contained .j-box, .phone.detail-list .j-contained .j-box {
	padding-left: 0px;
}


.tablet.detail-list, .phone.detail-list {
	min-height: 0px;
}

/* end detail view page */ 



/* forums page */

body.jive-body-content-thread div#j-spotlight-search {
    left: inherit;
}

html body.jive-body-content-thread #jive-body { /* adjustments for search form */
	margin-top: 40px !important; 
}

.jive-rendered-content .jive-quote {
       margin: 2px; 
}

.j-body-place .statusrss {
	display: none; 
}

.j-body-place .jive-widget-recentcontentwidget {	
	margin-bottom: 0px; 
}

.j-body-place .jive-table-widget.jive-table-recentcontent {
	margin-bottom: 0px; 
}

.tablet .jive-content-rating, .phone .jive-content-rating {
	/* display: none; */
 }

.j-spaceGrid h5 span {
    font-weight: normal;
}

.j-spaceGrid h5 span {
	min-height: 25px;
    display: block;
    text-align: center;
}

.j-spaceGrid li header {
	padding: 8px;
}

.desktop .j-layout-sl .j-column-l {
	padding-left: 0px; 
}

.desktop .j-browse-details .j-td-title,.desktop .j-browse-details .j-td-title div {
	width: 190px !important; 
    display: block;
}

.detail-list #j-main {
	max-width: 845px;
}

/* everything should be namespaced under .sso-menu-container, so it doesn't interfere with the normal SSO styles */

.sso-menu-container #menu-locale {
    position: absolute;
    right: 10px;
    top: 23px;
    list-style: none;
}

.sso-menu-container {
    display: none;
}

.sso-menu-container.is-active {
    display: block;
}

.sso-menu-container #menu-locale #sso-locale-chooser {
    display: none;
}

.sso-menu-container #menu-locale.is-active #sso-locale-chooser {
    display: block;
    position: fixed;
    z-index: 10000;
    background-color: rgba(30,30,30,.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sso-menu-container.is-active #sso-locale-chooser {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.8);
}

#footer #sso-country-menu-label {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0px;
    position: absolute;
    top: 43px;
    right: 10px;
    margin-left: 20px;
    border: solid 3px #444;
    background-color: #222;
    border-radius: 12px;
    padding: 10px;
    float: right;   
    width: 16px !important;
    background-image: none !important;
}

#footer #sso-locale-menu-label {
    float: left;
    position: relative;
    width: 16px;
    height: 11px;
    margin: 8px 8px 0 0;
    display: block;
    padding: 0;
    text-indent: -9999em;
    display: block;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999em;
    background-image: url(corelibs/images/footer/sso-bar-sprite.png);
    margin-top: 0px;    
}

.sso-menu-container .sso-content-bd {
    z-index: 10400;
    width: 80%;
    display: block;
    position: absolute;
    top: 3%;
    left: 10%;
    border-bottom-color: #FE670F;
    background: white;
    padding: 0;
    max-height: 90%;
    overflow: auto;
}

.sso-menu-container #sso-locale-items {
    margin: 0px;
    padding: 16px;
    list-style-type: none;
    display: block;
}

.sso-menu-container #sso-locale-items li {
    float: left;
    width: 95%;
    margin-right: 5%;
    height: 2.5em;
    white-space: nowrap;
    line-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13.5px;
    font-weight: normal;
    color: #A6ACB5;
    text-align: left;
    padding-top: .25em;
    padding-bottom: .25em;  
}

.sso-menu-container #sso-locale-items li a {
    display: block;
    height: 100%;
    text-decoration: none;  
    font-size: 18px;
    
    white-space: nowrap;
    line-height: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
}

.sso-menu-container  #sso-locale-items li a.flag {
    display: block;
    float: left;
    background-color: transparent;
    background-position: -99999px -99999px;
    background-repeat: no-repeat;
    text-indent: -9999em;
    background-image: url(corelibs/images/footer/sso-bar-sprite.png);
    margin-top: 11px;
    margin-right: 10px;
    width: 16px;
    height: 11px;
    margin: 13px 8px 0 0;
    padding: 0;
}

.sso-menu-container #sso-locale-items li a.flag.is-selected {

}

.sso-menu-container #sso-locale-items li a.sso-locale-text {
    
}

.sso-menu-container #sso-locale-items li a.sso-locale-text.is-selected {
    
}

.sso-menu-container #sso-locale-items li a.flag.US { background-position: 0 0; }
.sso-menu-container #sso-locale-items li a.flag.CA { background-position: 0 -11px; }
.sso-menu-container #sso-locale-items li a.flag.CA { background-position: 0 -11px; }
.sso-menu-container #sso-locale-items li a.flag.AU { background-position: 0 -22px; }
.sso-menu-container #sso-locale-items li a.flag.FR { background-position: 0 -33px; }
.sso-menu-container #sso-locale-items li a.flag.IT { background-position: 0 -44px; }
.sso-menu-container #sso-locale-items li a.flag.ES { background-position: 0 -55px; }
.sso-menu-container #sso-locale-items li a.flag.NO { background-position: 0 -66px; }
.sso-menu-container #sso-locale-items li a.flag.SE { background-position: 0 -77px; }
.sso-menu-container #sso-locale-items li a.flag.DK { background-position: 0 -88px; }
.sso-menu-container #sso-locale-items li a.flag.FI { background-position: 0 -99px; }
.sso-menu-container #sso-locale-items li a.flag.NL { background-position: 0 -110px; }
.sso-menu-container #sso-locale-items li a.flag.BR { background-position: 0 -121px; }
.sso-menu-container #sso-locale-items li a.flag.GB { background-position: 0 -132px; }
.sso-menu-container #sso-locale-items li a.flag.DE { background-position: 0 -143px; }
.sso-menu-container #sso-locale-items li a.flag.BE { background-position: 0 -154px; }
.sso-menu-container #sso-locale-items li a.flag.LU { background-position: 0 -165px; }
.sso-menu-container #sso-locale-items li a.flag.RU { background-position: 0 -176px; }
.sso-menu-container #sso-locale-items li a.flag.PL { background-position: 0 -187px; }
.sso-menu-container #sso-locale-items li a.flag.NZ { background-position: 0 -198px; background-color: #fff;}
.sso-menu-container #sso-locale-items li a.flag.MX { background-position: 0 -209px; }

.sso-menu-container #sso-locale-items li hr {
    color: rgb(173, 173, 173);
    height: 2px;
    background-color: rgb(173, 173, 173);
    border: none;   
    width: 145px;
    float: left;
}

.sso-menu-container #sso-locale-chooser .menu-close-button {
    position: absolute;
    top: 3%;
    right: 10%;
    z-index: 10500; 
    background: url(corelibs/images/overlays/close-btn.png) top left no-repeat;
    width: 34px;
    height:34px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}
/*****************************************
GHOSTS NAVIGATION
*****************************************/

.white-gradient-border-line{
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.15)), color-stop(20%,rgba(255,255,255,0.6)), color-stop(50%,rgba(255,255,255,0.6)), color-stop(80%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.15))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,0.15) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,0.15) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=1 ); /* IE6-9 */
    width:100%;
    height:1px;
    opacity: .5;
}

.black-gradient-border-line{
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.15) 0%, rgba(153,153,153,0.6) 20%, rgba(51,51,51,0.6) 40%, rgba(0,0,0,0.6) 50%, rgba(46,46,46,0.6) 59%, rgba(153,153,153,0.6) 80%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.15)), color-stop(20%,rgba(153,153,153,0.6)), color-stop(40%,rgba(51,51,51,0.6)), color-stop(50%,rgba(0,0,0,0.6)), color-stop(59%,rgba(46,46,46,0.6)), color-stop(80%,rgba(153,153,153,0.6)), color-stop(100%,rgba(255,255,255,0.15))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(153,153,153,0.6) 20%,rgba(51,51,51,0.6) 40%,rgba(0,0,0,0.6) 50%,rgba(46,46,46,0.6) 59%,rgba(153,153,153,0.6) 80%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(153,153,153,0.6) 20%,rgba(51,51,51,0.6) 40%,rgba(0,0,0,0.6) 50%,rgba(46,46,46,0.6) 59%,rgba(153,153,153,0.6) 80%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.15) 0%,rgba(153,153,153,0.6) 20%,rgba(51,51,51,0.6) 40%,rgba(0,0,0,0.6) 50%,rgba(46,46,46,0.6) 59%,rgba(153,153,153,0.6) 80%,rgba(255,255,255,0.15) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.15) 0%,rgba(153,153,153,0.6) 20%,rgba(51,51,51,0.6) 40%,rgba(0,0,0,0.6) 50%,rgba(46,46,46,0.6) 59%,rgba(153,153,153,0.6) 80%,rgba(255,255,255,0.15) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=1 ); /* IE6-9 */
    width:100%;
    height:1px;
}

#header-menu {
    background: url(corelibs/images/header/nav-bg.png) center left repeat;
}

#header-menu .menu-link,
#header-menu .menu-link p,
#header-menu .menu-link a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#header-menu .menu-link {
    list-style: none;
    margin: 0 0 0px 0;
    padding:0;
}

#header-menu .menu-link a {
    color: #666666;
    font-family: "HelveticaNeueLTStd65Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 0;
    padding-left: 45px; 
    width: 100%;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    background: url(corelibs/images/header/dividing_line.png) no-repeat bottom center;
    -moz-transition: color .35s ease-in;
    -webkit-transition: color .35s ease-in;
    -o-transition: color .35s ease-in;
    transition: color .35s ease-in;
    letter-spacing: 2px;
}

#header-menu #menu-link-02.menu-link a  {
    font-family: "HelveticaNeueLTStd-MdIt", Helvetica, Arial, sans-serif;
}

#header-menu .menu-link.child a,#header-menu .menu-link.parent a {
    font-size: 11px;
    color:#666666;
    padding: 10px 0;
	padding-left: 45px;
	/*background: transparent;*/
}

#header-menu .menu-link.child-last a {
    font-size: 11px;
    padding: 10px 0;
	padding-left: 45px;
    color:#666;
    background: url(corelibs/images/header/dividing_line.png) no-repeat bottom center;
}

#header-menu .menu-link.child-last a:hover {
    background: url("../../../../../../content/dam/atvi/callofduty/ghosts/nav/nav_button_default_bg.png") no-repeat bottom left;
}

#header-menu .menu-link.child a:hover, #header-menu .menu-link.parent a:hover
{
    color:#cccccc;
    background: url("../../../../../../content/dam/atvi/callofduty/ghosts/nav/nav_child_button_default_bg.png") no-repeat bottom left;
}


#header-menu .menu-link a:hover,
#header-menu .menu-link.selected a {
    color:#cccccc;
    background: url(corelibs/images/header/nav_button_default_bg.png) no-repeat bottom left;
}

#header-menu .menu-link.parent a {
    font-size: 11px;
    /*color:#cccccc;*/
    padding: 10px 0;
	padding-left: 45px;
	/*background: transparent;*/
} 

#header-menu .menu-link.child.selected a, #header-menu .menu-link.parent.selected a {
    color:#cccccc;
    /*background: url(../../../../../../content/dam/atvi/callofduty/ghosts/nav/nav_child_button_default_bg.png) no-repeat bottom left;*/
} 

#header-menu .menu-link.open > a {
    background: url(corelibs/images/header/nav_button_default_bg.png) no-repeat bottom left;
}

#header-menu .menu-link.selected > a {
    -moz-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
    color:#cccccc;
    background: url(corelibs/images/header/nav_button_hilite_bg.png) no-repeat bottom left;
}

#header-menu .menu-link.selected {

}



#header-menu .login-link,
#header-menu .register-link,
#header-menu .profile-link,
#header-menu .logout-link,
#header-menu .support-link {
    display: none;
} 
/* CSS overrides for the poll pages */
.jive-body-poll #jive-body h1, .jive-body-poll #jive-body h2, .jive-body-poll #jive-body p, .jive-body-poll #jive-body, 
.jive-body-poll #jive-body .font-color-meta, .jive-body-poll #jive-body h5
{
	color: #000; 
}



.tablet.jive-body-poll .j-layout-ls .j-column-l, 
.phone.jive-body-poll .j-layout-ls .j-column-l {
	margin-right: 0px; 
}
.j-thread-post footer ul li.j-footer-left + li.j-footer-left
{ height:100%; }
