﻿h1 {
	font: 52px "cooper-black-std", 'Segoe UI', Arial, Tahoma, san-serif;
}

h2 {
	font: 48px "cooper-black-std", 'Segoe UI', Arial, Tahoma, san-serif;
}

h3 {
	font: 33px "cooper-black-std", 'Segoe UI', Arial, Tahoma, san-serif;
}

h3 {
	font: 26px "cooper-black-std", 'Segoe UI', Arial, Tahoma, san-serif;
}

html {
    background-color: #004691;
    margin: auto;
	width: 100%;
}

body {
	color: #2d2d2d;
	font: 15px 'Segoe UI', Arial, Tahoma;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

strike {
    font-size: 14px;
}

.frame {
	background-color: #edf6ff;
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
	margin: 0 auto;
	margin-top: 1em;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

main > header {
	height: 56px;
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 100;
}

/* #region mobile nav */
#nav-menu
{
	display: none;
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	transition: left 0.75s ease;
	-o-transition: left 0.75s ease;
	-moz-transition: left 0.75s ease;
	-webkit-transition: left 0.75s ease;
	z-index: 1002;
}

#nav-menu.navopen
{
	left: 179px;
	transition: left 0.75s ease;
	-o-transition: left 0.75s ease;
	-moz-transition: left 0.75s ease;
	-webkit-transition: left 0.75s ease;
}

#mobilenav
{
	background-color: #cdd6d5;
	height: 100%;
	left: -179px;
	position: fixed;
	top: 0;
	transition: left 0.75s ease;
	-o-transition: left 0.75s ease;
	-moz-transition: left 0.75s ease;
	-webkit-transition: left 0.75s ease;
	width: 179px;
	z-index: 2000;
}
#mobilenav.navopen
{
	transition: left 0.75s ease;
	-o-transition: left 0.75s ease;
	-moz-transition: left 0.75s ease;
	-webkit-transition: left 0.75s ease;
	left: -179px;
}
#mobilenav ul {
	    color: transparent;	
        display: inline-block;
        list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

#mobilenav > ul > li {
	    color: transparent;	
        display: block;
        list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#mobilenav > ul > li > a {
		background: url('/images/2020/TPM_mobilenav5.png') no-repeat;
		background-position-y: top;
		color: transparent;
        height: 100%;
		display: block;
        float: left;
		/*vertical-align: top;*/
        width: 100%;
	}

		#mobilenav > ul > li > a.home {
			background-position: left top;
			height: 50px;
			width: 179px;
		}

			#mobilenav > ul > li > a.home:hover,
			#mobilenav > ul > li > a.home.active {
				background-position: -179px top;
			}

        #mobilenav > ul > li > a.forums {
			background-position: left -50px;
			height: 50px;
			width: 179px;
		}

			#mobilenav > ul > li > a.forums:hover,
			#mobilenav > ul > li > a.forums.active {
				background-position: -179px -50px;
			}

        #mobilenav > ul > li > a.purchase {
            background-position: left -100px;
            height: 50px;
            width: 179px;
        }

            #mobilenav > ul > li > a.purchase:hover,
            #mobilenav > ul > li > a.purchase.active {
                background-position: -179px -100px;
            }

        #mobilenav > ul > li > a.news {
			background-position: left -150px;
			height: 50px;
			width: 179px;
		}

			#mobilenav > ul > li > a.news:hover,
			#mobilenav > ul > li > a.news.active {
				background-position: -179px -150px;
			}

        #mobilenav > ul > li > a.exitpolls {
			background-position: left -200px;
			height: 50px;
			width: 179px;
		}

			#mobilenav > ul > li > a.exitpolls:hover,
			#mobilenav > ul > li > a.exitpolls.active {
				background-position: -179px -200px;
			}

        #mobilenav > ul > li > a.community {
			background-position: left -250px;
			height: 52px;
			width: 179px;
		}

			#mobilenav > ul > li > a.community:hover,
			#mobilenav > ul > li > a.community.active {
				background-position: -179px -250px;
			}

        #mobilenav > ul > li > a.blog {
            background-position: left -301px;
            height: 50px;
            width: 179px;
        }

            #mobilenav > ul > li > a.blog:hover,
            #mobilenav > ul > li > a.blog.active {
                background-position: -179px -301px;
            }
/* #endregion mobile nav */

/* #region menu */
nav.navigationContainer {
	display: block;
	margin: 0 auto;
    width: 825px;
}

	nav.navigationContainer span {
		display: none;
	}

	nav.navigationContainer ul {
		display: inline-block;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	nav.navigationContainer > ul > li {
		background: url('/images/2020/nav_TPM2020_5.png') no-repeat;
		background-position-y: top;
		color: #fff;
		display: inline-block;
        float: left;
		vertical-align: top;
	}

	nav.navigationContainer > ul > li > a > span {
		color: transparent;
		display: none;
	}

		nav.navigationContainer > ul > li > a {
			color: transparent;
			display: inline-block;
			height: 100%;
			width: 100%;
		}

        nav.navigationContainer > ul > li.home {
            background-position: left top;
            height: 56px;
            width: 128px;
        }

            nav.navigationContainer > ul > li.home:hover,
            nav.navigationContainer > ul > li.home.active {
                background-position: left -56px;
            }

        nav.navigationContainer > ul > li.forum {
            background-position: -128px top;
            height: 56px;
            width: 127px;
        }

            nav.navigationContainer > ul > li.forum:hover,
            nav.navigationContainer > ul > li.forum.active {
                background-position: -128px -56px;
            }

        nav.navigationContainer > ul > li.news {
            background-position: -255px top;
            height: 56px;
            width: 114px;
        }

            nav.navigationContainer > ul > li.news:hover,
            nav.navigationContainer > ul > li.news.active {
                background-position: -255px -56px;
            }

        nav.navigationContainer > ul > li.blog {
            background-position: -369px top;
            height: 56px;
            width: 101px;
        }

            nav.navigationContainer > ul > li.blog:hover,
            nav.navigationContainer > ul > li.blog.active {
                background-position: -369px -56px;
            }

        nav.navigationContainer > ul > li.purchase {
            background-position: -470px top;
            height: 56px;
            width: 158px;
        }

            nav.navigationContainer > ul > li.purchase:hover,
            nav.navigationContainer > ul > li.purchase.active {
                background-position: -470px -56px;
            }

        nav.navigationContainer > ul > li.community {
            background-position: -628px top;
            height: 56px;
            width: 197px;
        }

            nav.navigationContainer > ul > li.community:hover,
            nav.navigationContainer > ul > li.community.active {
                background-position: -628px -56px;
            }
/* #endregion */

/* #region Footer */

	footer {
		padding-top: 1em;
		position: relative;
		margin-top: 20px;
		height: 128px;
		width: 100%;
	}

	footer img {
		display: inline-block;
        margin-bottom: 1em;
		margin-right: 15px;
		vertical-align: middle;
	}

	footer > div {
		border-left: #ffffff solid 1px;
        border-right: #ffffff solid 1px;
		color: #fff;
		display: inline-block;
        margin-bottom: 1em;
        max-width: 500px;
		text-align: center;
		vertical-align: middle;
        width: 45%;
	}
	footer > div > p {
		color: #fff;
		display: block;
		font-size: 0.694em;
		line-height: 1.75em;
		margin-left: 25px;
        margin-right: 25px;
		text-align: left;
	}
    footer > div > p > a {
		color: #fff;
        text-decoration: none;
	}
    footer > div > p > a:hover {
        text-decoration: underline;
	}
    footer > div > p > span.separator {
        display: inline-block;
        margin: 0 8px;
	}

    footer > div > div.icons {
        background: url("/Images/2016/connectedIcons2.png") no-repeat;
        display: inline-block;
		height: 25px;
        margin: 0 auto;
		margin-left: 25px;
		margin-top: 1em;
        width: 204px;
	}

    footer > div > div.icons .innerIcons {
		cursor: pointer;
        display: inline-block;
        float: left;
        height: 100%;
		margin: 0;
		margin-right: 5px;
		width: 24px;
	}

    footer > section.signup {
		color: #fff;
		display: inline-block;
        margin-bottom: 1em;
        margin-left: 15px;
		text-align: left;
		vertical-align: top;
	}
    
    footer > section.signup > p {
	    display: block;
        font-size: 0.694em;
        margin: 0 0 0.25em;
	    position: relative;
    }

    footer > section.signup > div.form {
	    display: block;
        margin: 0 auto;
	    position: relative;
    }

    footer > section.signup > div.form > span {
	    display: inline-block;
	    position: relative;
	    vertical-align: middle;
    }

	footer > section.signup > div.alert {
		margin: 0.75em 0 0;
        padding: 0;
	}

    footer > section.signup > div.alert > p {
		font-size: 0.694em;
        margin-left: 0;
        width: 156px;
	}

	footer > section.signup > div.success .email_address{
		color: #88dbda;
        word-wrap: break-word;
	} 

    footer > section.signup > div.form > span > label {
        color: #7f7f7f;
        cursor: text;
        display: block;
        font-size: 0.688em;
        left: 10px;
        position: absolute;
        top: 5px;
    }

    footer > section.signup > div.form > span > input {
	    background-color: #ffffff;
        border: 1px solid #7f7f7f;
        font-size: 0.75em;
        height: 19px;
        line-height: 19px;
        padding: 0 1em;
        width: 156px;
    }

    footer > section.signup > div.form > button {
		background-color: #272727;
		border: 1px solid #f2f2f2;
		display: block;
		height: 20px;
        margin-top: 0.375em;
		outline: none;
		position: relative;
        /*vertical-align: top;*/
		width: 63px;
	}
	
	footer > section.signup > div.form > button:hover {
        background-color: #353535;
	}

    footer > section.signup > div.form > button > span {
		color: #f2f2f2;
        font-size: 0.813em;
	}
/* #endregion */

/* TPM 2020 */
section.logo {
	display:block;
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 1;
}
section.anchor {
	display:block;
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}
div.oldversion {
    /*bottom: 20px;*/
    bottom: 150px;
    display: block;
    margin-right: -22.75em;
    margin-top: -6em;
    /*position: absolute;*/
    z-index: 100;
}

	section.TPM2020 > div {
		display:block;
		margin: 0 auto;
		width: 100%;
		z-index: 100;
	}
	section.TPM2020 > div > section.top {
		display:block;
		margin: 0 auto;
		max-width: 1251px;
		z-index: 100;
	}
        section.TPM2020 > div > section.top > aside.availability {
            display: inline-block;
            margin: 3em 1.5em 2em;
            vertical-align: middle;
        }
			section.TPM2020 > div > section.top > aside.availability div.community-discount
            {
	            background-color: #edf6ff;
	            border: 2px solid #b1cee6;
	            display: block;
                margin: 1em;
                margin-bottom: 1em;
                max-width: 420px;
	            padding: 10px;
            }

            section.TPM2020 > div > section.top > aside.availability div.community-discount > h2
            {
	            color: #be1221;
                font-size: 17px;
                font-weight: bold;
                margin: 0;
	            text-align: center;
                text-transform: uppercase;
            }

            section.TPM2020 > div > section.top > aside.availability div.community-discount > p
            {
	            margin: 0.25em 0;
	            font-size: 14px;
	            text-align: center;
            }

            section.TPM2020 > div > section.top > aside.availability div.community-discount > p span
            {
	            color: #be1221;
                font-weight:bold;
            }
            section.TPM2020 > div > section.top > aside.availability > h3{
                color: #a30000;
            }
            section.TPM2020 > div > section.top > aside.availability > img.ea {
				display: block;
				margin: 0 auto;
			}
			section.TPM2020 > div > section.top > aside.availability > p.ea > a {
				color: #0262c8;
				display: block;
				margin: 0 auto;
				margin-top: 0.25em;
				text-decoration: none;
			}
			section.TPM2020 > div > section.top > aside.availability > p.ea > a:hover {
				text-decoration: underline;
			}
			section.TPM2020 > div > section.top > aside.availability > img.blueline {
				display: block;
				margin: 0.5em auto;
			}
			section.TPM2020 > div > section.top > aside.availability > p.price {
				color: #0262c8;
				display: block;
				font: 30px 'Segoe UI', Arial, Tahoma;
				font-weight: bold;
				margin: 0 auto;
			}
			section.TPM2020 > div > section.top > aside.availability > div.single {
				display: block;
				margin: 0 auto;
				margin-top: 0.5em;
				position: relative;
			}
			section.TPM2020 > div > section.top > aside.availability > div.single > div,
			section.TPM2020 > div > section.top > aside.availability > div.options > div {
				display: inline-block;
				margin: 0 5px;
				position: relative;
				vertical-align: top;
				/*width: 158px;*/
			}
            section.TPM2020 > div > section.top > aside.availability > div.options > div > select {
                background: url(/images/2016/br_down2.png) no-repeat right #229933;
                background-position-x: 134px;
                border: 1px solid #ced4d5;
                color: #FFFFFF;
                font-size: 13px;
                height: 44px;
                padding: 10px;
                -webkit-appearance: none;
                width: 158px;
            }
            section.TPM2020 > div > section.top > aside.availability > div.options {
                display: block;
                margin: 1em auto 0;
                position: relative;
            }
            section.TPM2020 > div > section.top > aside.availability > div.options > div {
                /*display: block;
                margin: 0 auto;
                width: 100%;*/
			}
                section.TPM2020 > div > section.top > aside.availability > div.options > p.price {
                    margin-bottom: 1em;
                }
			section.TPM2020 > div > section.top > aside.availability > div.options > div > p.price {
                color: #2b2b2b;
                font: 14px 'Segoe UI', Arial, Tahoma;
                display: inline-block;
                margin: 0 5px;
                margin-bottom: 0.5em;
                position: relative;
                text-align: right;
                width: 158px;
			}
                section.TPM2020 > div > section.top > aside.availability p.direct {
                    color: #2b2b2b;
                    font: 15px 'Segoe UI', Arial, Tahoma;
                    display: block;
                    margin: 0 5px;
                    margin-bottom: 0.5em;
                    position: relative;
                }
            section.TPM2020 > div > section.top > aside.availability p.upgrade {
                color: #2b2b2b;
                font: 12px 'Segoe UI', Arial, Tahoma;
                display: block;
                margin: 1em auto;
                max-width: 300px;
                position: relative;
            }
			section.TPM2020 > div > section.top > aside.availability > div.options > div > p.price > span {
				color: #2b2b2b;
				font: 16px 'Segoe UI', Arial, Tahoma;
				font-weight: bold;
			}
                section.TPM2020 > div > section.top > aside.availability > div.options > div > a.button {
                    /*display: inline-block;
				    margin: 0 5px;
				    position: relative;*/
                    border: 1px solid #ced4d5;
                    background-color: #229933;
                    color: #fefffe;
                    display: block;
                    text-align: center;
                    text-decoration: none;
                    text-transform: uppercase;
                    font-size: 1.125em;
                    padding: 10px 0;
                    width: 180px;
                }

                    section.TPM2020 > div > section.top > aside.availability > div.options > div > a.button:hover {
                        filter: brightness(1.2);
                    }

                    section.TPM2020 > div > section.top > aside.availability > div.options > a.wishlist {
                        /*display: inline-block;
				        margin: 0 5px;
				        position: relative;*/
                        border: 1px solid #ced4d5;
                        background-color: #0262c8;
                        color: #fefffe;
                        display: block;
                        text-align: center;
                        text-decoration: none;
                        text-transform: uppercase;
                        font-size: 1.125em;
                        margin: 0 auto;
                        padding: 10px 0;
                        width: 380px;
                    }

                        section.TPM2020 > div > section.top > aside.availability > div.options > a.wishlist:hover {
                            filter: brightness(1.2);
                        }

                        /*section.TPM2020 > div > section.top > a.trailer {
			                display: inline-block;
			                margin: 0 1em 1em;
			                vertical-align: middle;
		                }
			                section.TPM2020 > div > section.top > a.trailer > img {
				                border: none;
				                color: transparent;
				                display: block;
			                }*/
                        section.TPM2020 > div > section.top > a.trailer {
                            display: inline-block;
                            margin: 3em 1em 1em;
                            vertical-align: middle;
                        }
                        @media (max-width: 989px) {
                            section.TPM2020 > div > section.top > a.trailer {
                                margin: 0 1em 1em;
                            }
                        }

                    section.TPM2020 > div > section.top > aside.availability > div.options > div > a.appstore > img {
                        display: flex;
                        height: 40px;
                    }

		section.TPM2020 > div > section.top > a.trailer > div.overlay {
			background: url('/images/2016/flash/vid_overlay.png') no-repeat;
			display: block;
			height: 264px;
			margin-left: -10px;
			position: absolute;
			margin-top: -259px;
			width: 462px;
		}

	section.TPM2020 > div > section.features {
		display:block;
		margin: 0 auto;
		margin-top: 1.5em;
		z-index: 100;
	}
		section.TPM2020 > div > section.features > h2 {
			color: #ffffff;
			display: block;
			margin-bottom: 1em;
		}
		section.TPM2020 > div > section.features > p.description {
			display: block;
			font: 18px 'Segoe UI', Arial, Tahoma;
			margin: 1em auto 0.5em;
			max-width: 705px;
			padding: 0 2em 1em;
		}

        section.TPM2020 > div > section.features > p.subhead {
		    color: #2d2d2d;
            font: 16px 'Segoe UI', Arial, Tahoma;
            font-weight: bold;
            margin: 0.25em auto 0;
	    }

        section.TPM2020 > div > section.features > p.subhead a.expand_btn {
		    color: #2d2d2d;
            font: 16px 'Segoe UI', Arial, Tahoma;
            margin: 0 auto;
            text-decoration: none;
	    }

        section.TPM2020 > div > section.features > p.subhead a.expand_btn:hover {
		    text-decoration: underline;
	    }

        .details
        {
	        display: none;
        }

        section.TPM2020 > div > section.features > div.details > ul.list {
            list-style-type: none;
            padding: 0 2em;
        }

        section.TPM2020 > div > section.features >div.details > ul.list > li > span {
            font-weight:bold;
        }

		section.TPM2020 > div > section.features > div.points {
			display: block;
            margin-top: 1em;
		}
            section.TPM2020 > div > section.features > div.points > ul {
                display: inline-block;
                list-style-type: none;
                margin: 0 auto;
                max-width: 440px;
                padding: 0px 2.5em;
                position: relative;
                text-align: left;
                vertical-align: top;
            }
                section.TPM2020 > div > section.features > div.points > ul > li {
                    background: url('/images/2016/star_bullet.png') no-repeat left top;
                    line-height: 23px;
                    margin-bottom: 12px;
                    padding-left: 28px;
                }

				section.TPM2020 > div > section.features > div.points > ul > li > span {
					font-weight: bold;
				}

	section.TPM2020 > div > section.screenshots {
		display: block;
		margin: auto;
		max-width: 1251px;
		z-index: 100;
	}
	section.TPM2020 > div > section.screenshots > img.stripes {
			margin: 1em auto;
			overflow: hidden;
			width: 100%;
		}
		section.TPM2020 > div > section.screenshots > div.title {
			display:block;
		}
			section.TPM2020 > div > section.screenshots > div.title > img.stars {
				display: inline-block;
				margin: 0;
			}
			section.TPM2020 > div > section.screenshots > div.title > h2 {
				color: #0262c8;
				display: inline-block;
				margin: 0 1em;
			}
		section.TPM2020 > div > section.screenshots > div.images {
			display: block;
			margin: auto;
		}
			section.TPM2020 > div > section.screenshots > div.images > div.ss {
				display: inline-block;
				margin: auto;
				padding: 1em;
			}
                section.TPM2020 > div > section.screenshots > div.images > div.ss > p {
                    background-color: #b1cee6;
                    line-height: 20px;
                    width: 301px;
                    padding: 8px 0px;
                }

        section.TPM2020 > div > section.screenshots > section.dlc {
		    display: block;
		    margin: auto;
	    }

            section.TPM2020 > div > section.screenshots > section.dlc > div.description {
		        display: inline-block;
		        margin: 1em 2em 0;
		        position: relative;
		        text-align: left;
                width: 440px;
	        }
        
            section.TPM2020 > div > section.screenshots > section.dlc h3 {
		        color: #0262c8;
                font: bold 1.25em "Segoe UI", Arial, Tahoma;
                margin: 0.25em auto 0;
	        }
            
            section.TPM2020 > div > section.screenshots > section.dlc h3 span {
		        color: #000000;
	        }

            section.TPM2020 > div > section.screenshots > section.dlc h4.subhead {
		        color: #0262c8;
                font: normal 1.125em "Segoe UI", Arial, Tahoma;
                margin: 0.25em auto 0;
	        }

            section.TPM2020 > div > section.screenshots > section.dlc p {
                font: normal 0.938em "Segoe UI", Arial, Tahoma;
	        }

            section.TPM2020 > div > section.screenshots > section.dlc p.price {
                font: normal 1.25em "Segoe UI", Arial, Tahoma;
	        }

            section.TPM2020 > div > section.screenshots > section.dlc a.expand_btn {
		        color: #000000;
                font: 0.813em 'Segoe UI', Arial, Tahoma;
                margin: 0 auto;
                text-decoration: none;
	        }

            section.TPM2020 > div > section.screenshots > section.dlc a.expand_btn:hover {
		        text-decoration: underline;
	        }

            .details {
	            display: none;
            }

            section.TPM2020 > div > section.screenshots > section.dlc > div.description > div.details > ul.list,
            section.TPM2020 > div > section.screenshots > section.dlc > div.description > div.details > ul.list > li > ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

                section.TPM2020 > div > section.screenshots > section.dlc > div.description > div.details > ul.list > li {
                    font: normal 0.938em "Segoe UI", Arial, Tahoma;
                    list-style: none url('/images/2016/star_bullet_blue.png');
                    margin-left: 20px;
                    padding-top: 5px;
                }

                    section.TPM2020 > div > section.screenshots > section.dlc > div.description > div.details > ul.list > li > ul > li {
                        font: normal 0.938em "Segoe UI", Arial, Tahoma;
                        list-style: none url('/images/2016/star_bullet_lightblue.png');
                        margin-left: 20px;
                        padding-top: 5px;
                    }

            section.TPM2020 > div > section.screenshots > section.dlc > div.description > div.details > ul.list > li > span {
		        font-weight:bold;
	        }

            section.TPM2020 > div > section.screenshots > section.dlc > aside.purchase {
                display: inline-block;
		        margin: 1em 2em;
		        position: relative;
		        text-align: center;
                vertical-align: top;
                width: 427px;
            }

            section.dlc > aside div.dlcscreenshots {
                display: block;
                height: 80px;
		        margin: 0 auto;
		        position: relative;
                width: 377px;
	        }

            section.dlc > aside .slick-prev,
            section.dlc > aside .slick-next {
                background-color: #0262c8;
                display: block;
                height: 80px;
                width: 20px;
	        }

            section.dlc > aside .slick-prev:before {
                /* content: '←'; */
                content: '\00ab';
                /* content: "\2039"; */
	        }

            section.dlc > aside .slick-next:before {
                /* content: '→'; */
                content: '\00bb';
                /* content: "\203A"; */
	        }

            section.dlc > aside div.dlcscreenshots a {
		        color: transparent;
	        }

            section.dlc > aside div.dlcscreenshots a img {
                height: 80px;
                width: 122px;
	        }

            section.dlc > aside div.buydlc {
		        background: url(/Images/2016/dlc_ss_bkgd.png) no-repeat;
                display: block;
                height: 123px;
		        margin: 0 auto;
                padding-top: 1.5em;
		        position: relative;
		        text-align: center;
                /*vertical-align: top;*/
                width: 427px;
	        }

            section.dlc > aside > div.buydlc > div {
                display: inline-block;
                margin: 0 auto;
                margin-right: -2em;
                position: relative;
            }

            section.dlc > aside div.buydlc p.price {
                font-size: 1.375em;
                display: block;
                margin: 0.5em auto;
                position: relative;
                text-align: center;
                /*vertical-align: top;*/
                width: 153px;
            }
    
            section.dlc > aside div.buydlc div.buttons {
                display: inline-block;
                margin: 0 auto;
                margin-right: -6em;
                position: relative;
                vertical-align: top;
            }

            section.dlc > aside div.buydlc > div.buttons > div > select {
				background: url(/images/2016/br_down2.png) no-repeat right #0262c8;
				background-position-x: 134px;
				border: none;
				border-radius: 5px;
				color: #FFFFFF;
				font-family: Cambria, Georgia, serif;
				font-size: 13px;
				height: 34px;
				padding: 5px;
				-webkit-appearance: none;
				width: 158px;
			}

	section.TPM2020 > div > section.bottom {
		display: block;
		margin: auto;
		max-width: 1251px;
		z-index: 100;
	}
		section.TPM2020 > div > section.bottom > figure.news {
			display: inline-block;
			height: auto;
			margin-bottom: 1em;
			max-width: 479px;
			vertical-align: top;
		}
			section.TPM2020 > div > section.bottom > figure.news > div.fixedratio {
				background: url('/images/2016/latestnews_background.png') no-repeat top center;
				height: 420px;
				position: relative;
				width: 456px;
			}
				section.TPM2020 > div > section.bottom > figure.news > div.fixedratio > div.content {
					padding: 4.5em 2em 2em;
					text-align: left;
				}
					section.TPM2020 > div > section.bottom > figure.news > div.fixedratio > div.content .title {
						color: #004691;
						font-weight: bold;
					}
					section.TPM2020 > div > section.bottom > figure.news > div.fixedratio > div.content p,
					section.TPM2020 > div > section.bottom > figure.news > div.fixedratio > div.content a.readmore,
					section.TPM2020 > div > section.bottom > figure.news > div.fixedratio > div.content .date,
					section.TPM2020 > div > section.bottom > figure.news > div.fixedratio > div.content .username {
						color: #2d2d2d;
						font: 13px 'Segoe UI', Arial, Tahoma;
					}
					section.TPM2020 > div > section.bottom > figure.news > div.fixedratio > div.content div.viewmore {
						text-align: right;
					}
					section.TPM2020 > div > section.bottom > figure.news > div.fixedratio > div.content div.viewmore a {
						color: #004691;
						font: 13px 'Segoe UI', Arial, Tahoma;
					}
		section.TPM2020 > div > section.bottom > figure.sysreq {
			display: inline-block;
			margin-bottom: 1em;
		}
			section.TPM2020 > div > section.bottom > figure.sysreq > h3 {
				color: #0262c8;
			}
			section.TPM2020 > div > section.bottom > figure.sysreq > div {
				display: inline-block;
				max-width: 600px;
			}

				section.TPM2020 > div > section.bottom > figure.sysreq > div > div.req {
					display: inline-block;
					margin: 1em 0.5em 0;
					vertical-align: top;
				}
                    section.TPM2020 > div > section.bottom > figure.sysreq > div > div.req > div.redbox {
                        background-color: #a30000;
                        border: #ffffff solid 1px;
                        color: #ffffff;
                        font: 18px "cooper-black-std", 'Segoe UI', Arial, Tahoma, san-serif;
                        height: 58px;
                        line-height: 27px;
                        width: 165px;
                    }
					section.TPM2020 > div > section.bottom > figure.sysreq > div > div.req > div.one {
						line-height: 58px;
					}
					section.TPM2020 > div > section.bottom > figure.sysreq > div > div.req > p {
						font-size: 13px;
						margin-top: 0.5em;
					}
                    section.TPM2020 > div > section.bottom > figure.sysreq > div a.wiki {
			            display: inline-block;
			            margin: 0 1em;
                        position:relative
		            }
                    @media (max-width: 570px) {
                        section.TPM2020 > div > section.bottom > figure.sysreq > div a.wiki {
                            display: block;
                        }
                    }
                    section.TPM2020 > div > section.bottom > figure.sysreq > div a.wiki img {
			                width: 312px;
		            }
/* #endregion */


@media (max-width: 710px) {
	section.TPM2020 > div > section.screenshots > div.title > img.stars {
		display: none;
	}
}

/* Media Queries */
@media (max-width: 715px) {
    #mobilenav.navopen {
        left: -179px;
        transition: left 0.75s ease;
        -o-transition: left 0.75s ease;
        -moz-transition: left 0.75s ease;
        -webkit-transition: left 0.75s ease;
    }

    body > form > div.Site-content.navopen {
        left: 0;
        transition: left 0.75s ease;
        -o-transition: left 0.75s ease;
        -moz-transition: left 0.75s ease;
        -webkit-transition: left 0.75s ease;
    }

    #nav-menu.navopen {
        left: 0;
        transition: left 0.75s ease;
        -o-transition: left 0.75s ease;
        -moz-transition: left 0.75s ease;
        -webkit-transition: left 0.75s ease;
    }

    body > form > div.Site-content > div.content {
        padding-top: 2.5em;
    }
}

    @media (max-width: 715px) {
        #mobilenav.navopen {
            transition: left 0.75s ease;
            -o-transition: left 0.75s ease;
            -moz-transition: left 0.75s ease;
            -webkit-transition: left 0.75s ease;
            left: 0px;
        }

        body > form > div.Site-content.navopen {
            transition: left 0.75s ease;
            -o-transition: left 0.75s ease;
            -moz-transition: left 0.75s ease;
            -webkit-transition: left 0.75s ease;
            left: 179px;
        }

        #nav-menu.navopen {
            left: 179px;
            transition: left 0.75s ease;
            -o-transition: left 0.75s ease;
            -moz-transition: left 0.75s ease;
            -webkit-transition: left 0.75s ease;
        }

        a#nav-menu
	    {
		    display: inline-block;
	    }

        .Site-content > header > nav.navigationContainer {
            display: none;
        }
    }

@media (max-width: 800px) {
	footer > div {
        border-right: none;
    }
    section.TPM2020 > div > section.screenshots > div.title > img.stars {
		vertical-align: super;
		width: 20%;
	}
}
@media (max-width: 1279px) {
	div.oldversion {
		display: none;
	}
	section.TPM2020 > div > section.bottom > figure.sysreq > div.oldversion2 {
		display: block;
		margin: 1em auto;
		position:relative;
	}
}
@media (min-width: 1280px) {
	section.TPM2020 > div > section.bottom > figure.sysreq > div.oldversion2 {
		display: none;
	}
}
@media (max-width: 1349px) {
	section.logo {
		display: none;
	}
	section.logo2 {
	 	display:block;
		margin: 0 auto;
		max-width: 1251px;
		position: relative;
		top: 0;
		width: 100%;
		z-index: 1;
	}
        section.logo2 > img {
            display: block;
            margin-top: -56px;
            width: 100%;
        }
	section.TPM2020 {
		background-color: #edf6ff;
		display:block;
		margin: 0 auto;
		max-width: 1251px;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	section.TPM2020 > div {
		background-color: #edf6ff;
		position: relative;
	}
	section.TPM2020 > div > section.top > a.salebannerA {
		border: none;
		display: block;
		height: 100%;
		margin: 0 auto 1.5em;
		max-width: 873px;
		position: relative;
		text-decoration: none;
		width: 100%;
		z-index: 100;
	}
	section.TPM2020 > div > section.top > a.salebannerA > img.banner {
		height: 100%;
		width: 100%;
	}
	section.TPM2020 > div > section.top > a.salebannerB {
		display: none;
	}
	section.anchor {
		display: none;
	}
	div.oldversion {
		right: 0;
	}
	body > form > footer {
		display: block;
		margin: 0 auto;
		margin-left: 20px;
		position: relative;
		text-align: footer;
		max-width: 1251px;
		z-index: 100;
	}
	section.TPM2020 > div > section.features > h2 {
		background-color: #a30000;
		padding: 0.125em 0;
	}
}
@media (min-width: 1350px) {
    main {
        background: url(/images/2020/frame_top_withbanner5.jpg) no-repeat scroll center top, url(/images/2020/frame_bottom.jpg) no-repeat scroll center bottom, url(/images/2020/frame_middle.jpg) repeat-y scroll center top;
        display: block;
    }
	section.logo2 {
		display: none;
	}
	section.TPM2020 {
		/*background: url(/images/2016/sectioned/frame_middle.jpg) repeat-y top center;*/
		display:block;
		margin: 0 auto;
		max-width: 1920px;
        padding: 1145px 0 150px;
		overflow: auto;
		width: 100%;
		z-index: 1;
	}
	section.TPM2020 > div > section.top > a.salebannerB {
		border: none;
		display: inline-block;
		height: 249px;
		margin: 0 auto;
		position: relative;
		text-decoration: none;
		vertical-align: top;
		width: 193px;
		z-index: 100;
	}
	section.TPM2020 > div > section.top > a.salebannerB > img.banner {
		height: 100%;
		width: 100%;
	}
	section.TPM2020 > div > section.top > a.salebannerA {
		display: none;
	}
	section.TPM2020 > div > section.features > h2 {
		background: url(/images/2016/redbanner.png) no-repeat top center;
		height: 105px;
		margin: 0 auto;
		padding: 0.6em 0 0;
		width: 1375px;
	}
	div.oldversion {
		left: 870px;
	}div.oldversion2 {
		display: none;
	}
	section.TPM2020 > div {
		margin-top: -43em;
	}
	body > form > footer {
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: -143px;
		text-align: center;
		width: 1251px;
		z-index: 100;
	}
}

/*@media (min-width: 1450px) {
	div.oldversion {
		left: 920px;
	}
}
@media (min-width: 1550px) {
	div.oldversion {
		left: 970px;
	}
}
@media (min-width: 1650px) {
	div.oldversion {
		left: 1020px;
	}
}
@media (min-width: 1750px) {
	div.oldversion {
		left: 1070px;
	}
}
@media (min-width: 1850px) {
	div.oldversion {
		left: 1120px;
	}
}
*/

.lightspeed-box .lsb-content {
    height: 80%;
}