/* TCTD continent.css*/





#G2 {
    z-index: 1000 !important;
}

@media screen and (min-width:900px){
    .mobile-er{
        display:none;
    }
}

.beta-top-message {
    max-width: 800px;
    text-align: center;
    margin: 75px auto;
    color: #ffffff;
    background: rgba(1,1,1,0.6);
    padding: 20px;
}

.beta-top-message-orange {
    margin: 10px auto;
    max-width: 850px;
    background: #FF7F00;
    padding: 16px 10px 10px 10px;
    line-height: 18px!important;
    text-align: center;
}

.beta-top-message-orange a{
    color: white;
    text-decoration: underline;
}

.items-in-cart{
    display:none!important;
}

@media only screen and (max-width: 40.062em){
    .preorder .small-12{
        width:100% !important;
    }
}

@media only screen and (min-width: 40.063em){
    .preorder .medium-4{
        width:33.3% !important;
    }
}

@media only screen{
    .news-item .cta.bar:before, .news-item .cta:before {
        content: "";
        border-left: 3px solid #f28b00;
        padding: 2px 0 0 11px;
        display: inline-block;
        height: 13px;
    }
}

body.preorder h3.title {
    color: #fff;
    font-weight: 300;
}

body.preorder .row .columns .news-item .item .image {
    display: inline-block !important;
}

body.preorder .news-item .bottom-border {
    border-bottom: 1px solid hsla(185,5%,47%,.5);
    margin: 0 0 10px;
    padding: 10px 0px;
    margin-bottom: 6px;
}
body.preorder.mobile .news-item .item img.image {
    width: 100%;
}
body.preorder.mobile .game-pack{
    margin-top:60px;
}

@media (max-width:40.065em){

    .agentorigins .button-container {
        margin: 0 auto;
        width: 200px;
    }

    .agentorigins h2.title {
        text-align: center;
    }

    .agentorigins p.text {
        text-align: center;
    }

    .agentorigins .logo img {
        width: 100%;
        max-width: none !important;
    }

    .agentorigins .logo {
        width: 100%;
    }

}


@media screen and (min-width:900px){
    .mobile-er{
        display:none;
    }
}

.beta-top-message {
    max-width: 800px;
    text-align: center;
    margin: 75px auto;
    color: #ffffff;
    background: rgba(1,1,1,0.6);
    padding: 20px;
}

.beta-top-message-orange {
    margin: 10px auto;
    max-width: 850px;
    background: #FF7F00;
    padding: 16px 10px 10px 10px;
    line-height: 18px!important;
    text-align: center;
}

.beta-top-message-orange a{
    color: white;
    text-decoration: underline;
}

.items-in-cart{
    display:none!important;
}

@media only screen and (max-width: 40.062em){
    .preorder .small-12{
        width:100% !important;
    }
}

@media only screen and (min-width: 40.063em){
    .preorder .medium-4{
        width:33.3% !important;
    }
}

@media only screen{
    .news-item .cta.bar:before, .news-item .cta:before {
        content: "";
        border-left: 3px solid #f28b00;
        padding: 2px 0 0 11px;
        display: inline-block;
        height: 13px;
    }
}

body.preorder h3.title {
    color: #fff;
    font-weight: 300;
}

body.preorder .row .columns .news-item .item .image {
    display: inline-block !important;
}

body.preorder .news-item .bottom-border {
    border-bottom: 1px solid hsla(185,5%,47%,.5);
    margin: 0 0 10px;
    padding: 10px 0px;
    margin-bottom: 6px;
}
body.preorder.mobile .news-item .item img.image {
    width: 100%;
}
body.preorder.mobile .game-pack{
    margin-top:60px;
}

@media (max-width:40.065em){

    .agentorigins .button-container {
        margin: 0 auto;
        width: 200px;
    }

    .agentorigins h2.title {
        text-align: center;
    }

    .agentorigins p.text {
        text-align: center;
    }

    .agentorigins .logo img {
        width: 100%;
        max-width: none !important;
    }

    .agentorigins .logo {
        width: 100%;
    }

}

html > body.beta.agentorigins {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

html > body.beta.lootcrate {
    background-image: url("TCTD_BG_morning.jpg") !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.isac .hidden{
    display: none !important;
}

.isac .assetoverview-item .fancybox img:first-child {
    min-height:230px !important;
}
.isac  .assetoverview-item {
    max-height: 230px !important;
}


/*begin logout widget styles*/
    img.avatarLO {
        position: absolute;
        right: 24px;
        margin-right: 10px;
    }
    img.logout-down-arrow{
        position: absolute;
        right:10px;
    }
    ul.logoutDD {
        position: absolute;
        right: 0px;
        font-weight: bold;
        background: #000000;
        padding:5px;
        display:none;
        z-index:100;
    }
@media only screen and (min-width: 40.062em){
    img.avatarLO {
        width: 60px !important;
        top: 0;
    }
    img.logout-down-arrow{
        width:20px !important;
        top: 40px;
    }
    ul.logoutDD {
        top: 60px;
        width: 105px !important;
        text-align: center;
    }
    .logout-username{     
        top: 60px;
        font-size: 0.8em;
        width:85px;
    }
}

@media only screen and (max-width: 40.062em){
    img.avatarLO {
        width: 35px !important;
        top: 0px;
    }
    img.logout-down-arrow{
        width:20px !important;
        top: 17px;
    }
    ul.logoutDD {
        top:35px;
        width: 85px !important;
    }
    .logout-username{
        top:37px;
        font-size:0.6em;
        width:60px;
    }
}

img.avatarLO:hover ~ .logoutDD{
    display:block !important;
}
/*img.logout-down-arrow:hover + .logoutDD{
    display:block !important;
}*/
.logoutDD:hover{
    display:block !important;
    cursor:pointer;
}
.displayNoneImportant {
    display:none !important;
}

.logout-username {
    position: absolute;
    right: 5px;
    text-align:center;
}

.logout-wrapper {
    height: auto;
    width:auto;
    float:right;
    display:inline-block;
}
.logout-wrapper:hover{
    cursor:pointer;
}
.logout-wrapper:hover  .logoutDD{
    display:block !important;
}

/*end widget styles*/

/*begin server status link*/

span.server_info {
    display:inline-block;
    height: 100%;
    padding:0 5px 0 27px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTIsMkM2LjQ3NywyLDIsNi40NzcsMiwxMmMwLDUuNTIzLDQuNDc3LDEwLDEwLDEwczEwLTQuNDc3LDEwLTEwQzIyLDYuNDc3LDE3LjUyMywyLDEyLDJ6IE0xMi4wOTUsNS44ODIKCWMxLjE4MiwwLDEuOTM0LDAuODYxLDEuOTM0LDEuOTcxYzAuMDM1LDEuMDc1LTAuNzUzLDEuOTM2LTIuMDA3LDEuOTM2Yy0xLjEwOSwwLTEuODk5LTAuODYxLTEuODk5LTEuOTM2CglDMTAuMTIzLDYuNzQzLDEwLjk0OSw1Ljg4MiwxMi4wOTUsNS44ODJ6IE0xNC4wMzEsMTguMDc5aC0zLjc1NHYtNy4zOGgzLjc1NFYxOC4wNzl6Ii8+Cjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size:contain;
    background-position:0 0px;
}

div#server_status {
    float:right;
    margin-right: 140px;
    margin-bottom: 28px;
    margin-top: 28px;
}
@media only screen and (max-width: 900px){
    div#server_status{
        display: none;
    }
}
@media only screen and (min-width: 901px){
    li.server_status{
        display: none;
    }
}
.margin-right-50 {margin-right:50px!important;}

/*end server status link*/

/* TCTD List Bullet Points Beginning */

body.news-article div.news-detail ul li{
    list-style-type:none !important;
}

body.news-article div.news-detail ul li:before{
    content: "" !important;
    position:relative !important;
    left: -10px !important;
    background-color:#ff7f00 !important;
    display:inline-block !important;
    width:7px !important;
    height:7px !important;
    border-radius:50% !important;
}

/* TCTD List Bullet Points End */

/*TCTD News Video iframes */

@media only screen and (min-width: 40.062em){
    body.news-article .news-article-and-related iframe {
        width: 100%;
        min-height: 420px;
    }

}

@media only screen and (min-width:40.063em) {
    body div.top-menu .navigation .f-dropdown.open .item .link {
        padding: 17.5px 30px;
    }

    body div#main .navigation .f-dropdown.open .item .link{
        /* padding: 13px 30px; */
    }
}

@media only screen and (min-width: 901px) {
    div#main div.top-menu ul.f-dropdown {
       /* border-bottom: 5px solid rgba(28, 31, 31, 0.95);*/
    }
    div#main .top-menu .f-dropdown .community .list {
        margin-bottom: 0;
    }
    div#main .top-menu .f-dropdown .community .list a {
        margin: -5px 0px;
    }
}

div#main div.nav-wrapper ul.f-dropdown {
   /* border-bottom: 5px solid rgba(28, 31, 31, 0.95);*/
}

div#main .nav-wrapper .f-dropdown .community .list {
    margin-bottom: 0;
}

div#main .nav-wrapper .f-dropdown .community .list a {
    margin: -5px 0px;
}






/*BEGIN nav adjustments*/
div#main .kttc-nav .nav-bar .f-dropdown.open a.phoenix,  div#main .nav-bar .f-dropdown a.phoenix{
    text-indent:0px!important;
    background-image: url('TCTD_phoenix_logo_235115.png') !important;
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-size: 40px 40px;
    padding-left: 40px !important;
}
div#main .kttc-nav .nav-bar .f-dropdown.open a, div#main .nav-bar .f-dropdown a{
    line-height: 1em;
    text-align: left !important;
    padding: 15px 4px;
}
div#main .navigation .f-dropdown.open .item.community .list .item .link {
    padding: 6px 18px !important;
}
div#main .navigation .f-dropdown.open .item.community .list  {
    padding-bottom: 12px;
}

@media only screen and (max-width:40.063em) {
    /*all*/
        div#main .kttc-nav .nav-bar .f-dropdown.open a, div#main .nav-bar .f-dropdown a, div#main .navigation .f-dropdown.open .item.community .list .item .link {
        padding: 5px 4px !important;
    }
    div#main .kttc-nav .nav-bar .f-dropdown.open a.phoenix,  div#main .nav-bar .f-dropdown a.phoenix{
        background-size: 25px 25px;
    }
    /*game-info*/
    div#main .kttc-nav .nav-bar ul.f-dropdown {
        padding-top:40px;
        display: none !important;
    }
    div#main .kttc-nav .nav-bar ul.f-dropdown.open {
        display: block !important;
        max-height:75vh;
    }
    div#main  .kttc-nav .nav-bar .f-dropdown .list li {
        padding-bottom:4px;
    }
    div#main .kttc-nav .nav-bar .f-dropdown.open .item .link{
       line-height:1rem; 
    }
    /*agent intel*/

    /*media*/

    /* all other pages*/
    div#main .kttc-nav .nav-bar .f-dropdown.open a, div#main .nav-bar .f-dropdown a{
        line-height: 1em;
        padding: 15px 4px;
    }
    div#main .nav-bar ul.f-dropdown {
        overflow-y: scroll !important;
        height: 95vh;
        padding-bottom: 100px;
        padding-top:5px;
        text-transform: uppercase;
    }
    div#main .nav-bar .f-dropdown li {
        font-size: 0.875rem;
        line-height: 0.95rem;
    }
    div#main .nav-bar .f-dropdown .list li {
        line-height: 0.65rem;
    }
    body.modal-open{
        overflow: hidden !important;
    }
}
/*END mobile nav adjustments*/

.livefyre-commentcount, .lf-comments-box {
    display:none!important;
}


/*Free Weekend*/
body.free-trial.free-weekend .beta-top-message .free-WE-sale{
    display: inline-block;
    padding: 20px;
    vertical-align: top;   
}

body.free-trial.free-weekend .beta-container .beta-top-message {
    background:none;
}

body.free-trial.free-weekend .beta-container .beta-top-message h1 {
    background-color: #ff7e00;
    color: white;
    font-size: 6em;
    margin: 0 auto;
    line-height: initial;
}

body.free-trial.free-weekend .beta-container .beta-top-message p {
    line-height: initial;
    font-size: 5em;
    width: 50%;
    margin: 15px auto;
    background: rgba(1,1,1,0.4);
}

body.free-trial.free-weekend .free-we-faq-title {
    font-weight:bold; 
    text-transform:uppercase; 
    font-size:36px;
}

body.free-trial.free-weekend .free-we-faq {
    text-align:left;
}

@media (max-width:700px){
    body.free-trial.free-weekend .beta-container .beta-top-message p {font-size: 2em;}
    body.free-trial.free-weekend .beta-container .beta-top-message h1 {font-size: 3em;}
}



.social-share-channel-group {
	text-align: center;
}

@media only screen and (min-width: 40.063em) {
    .social-share-channel-group .row.collapse {

        width: 332px;
        min-width: 332px;

    }

}