﻿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: #020912;*/
    background-color: #000209;
    margin: auto;
    width: 100%;
}

body {
	color: #ffffff;
	font: 15px 'Segoe UI', Arial, Tahoma;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

strike {
    font-size: 14px;
    margin-right: 3px;
}

.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: 185px;
        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: #9f0000;
    height: 100%;
    left: -185px;
    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: -185px;
    }
    #mobilenav ul {
        background-color: #a60000;
        border: #d5d5d5 3px solid;
        display: inline-block;
        list-style-image: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

    #mobilenav > ul > li {
        background-color: #a60000;
        background: linear-gradient(180deg, #cd0404, #a60000);
        border-bottom: #d5d5d5 3px solid;
        list-style-image: none;
        list-style-type: none;
        margin: 0;
        padding: 0.5em 0;
        height: 2em;
        line-height: 2em;
    }

    #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;*/
        color: #fff;
        height: 100%;
        width: 100%;
        text-decoration: none;
    }

        #mobilenav > ul > li > a:hover {
            text-decoration: underline;
        }

        #mobilenav > ul > li > a span {
            color: #fff;
            display: block;
            font-weight: bold;
            font-size: 1.25em;
            /*font-size: 0.938em;*/
            text-transform: uppercase;
        }

        #mobilenav > ul > li.purchase {
            background: linear-gradient(180deg, #339334, #1a681b);
        }

            #mobilenav > ul > li.purchase:hover,
            #mobilenav > ul > li.purchase.active {
                background: linear-gradient(180deg, #38a139, #1e791f);
            }
/* #endregion mobile nav */

/* #region menu */
#navigationContainer {
    /*display: block;
    margin: 0 auto;
    width: 900px;*/
    display: block;
    height: 48px;
    position: fixed;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
    top: 33px;
    text-align: center;
    /*background-color: #23459a;*/
    background-color: #a60000;
    background: linear-gradient(180deg, #cd0404, #a60000);
    height: 48px;
    border-bottom: #d5d5d5 1px solid;
    border-top: #d5d5d5 1px solid;
}

	#navigationContainer span {
		display: none;
	}

    #navigationContainer ul {
        background-color: #a60000;
        background: linear-gradient(180deg, #cd0404, #a60000);
        /*border: #d5d5d5 3px solid;*/
        border-left: #d5d5d5 3px solid;
        border-right: #d5d5d5 3px solid;
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #navigationContainer > ul > li {
        color: #fff;
        display: inline-block;
        float: left;
        padding: 0 1em;
        vertical-align: middle;
        height: 48px;
        line-height: 48px;
    }

    #navigationContainer > ul > li.stars {
        padding: 0;
    }

        #navigationContainer > ul > li img {
            vertical-align: top;
        }

        #navigationContainer > ul > li > a > span {
            color: #fff;
            display: block;
            font-weight: bold;
            font-size: 1.25em;
            /*font-size: 0.938em;*/
            text-transform: uppercase;
        }

        #navigationContainer > ul > li > a {
            color: #fff;
            display: inline-block;
            height: 100%;
            width: 100%;
            text-decoration: none;
        }

        #navigationContainer > ul > li > a:hover {
            text-decoration: underline;
        }

        #navigationContainer > ul > li.purchase {
            background: linear-gradient(180deg, #339334, #1a681b);
        }

            #navigationContainer > ul > li.purchase:hover,
            #navigationContainer > ul > li.purchase.active {
                background: linear-gradient(180deg, #38a139, #1e791f);
            }
/* #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;*/
            text-align: left;
            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/connectedIcons4.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 2024 */
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;
}
div.oldversion2 {
    display: block;
    margin-top: 1em;
    z-index: 100;
}

	section.TPM2024 > div {
		display:block;
		margin: 0 auto;
		width: 100%;
		z-index: 100;
	}
	section.TPM2024 > div > section.top {
		display:block;
		margin: 0 auto;
		max-width: 1251px;
		z-index: 100;
	}
        section.TPM2024 > div > section.top > aside.availability {
            display: inline-block;
            margin: 3em 1.5em 2em;
            vertical-align: top;
            /*vertical-align: middle;*/
            width: 35%;
        }

            @media (max-width: 900px) {
                section.TPM2024 > div > section.top > aside.availability {
                    margin: 3em auto 2em;
                    max-width: 550px;
                    text-align:center;
                    width: 90%;
                }

                section.TPM2024 > div > section.top > aside.availability:first-child {
                    margin-bottom: 0;
                }
            }

            section.TPM2024 > div > section.top > aside.availability hr.blueline {
                border: 1px solid #b5cee7;
                width: 100%;
            }

            section.TPM2024 > div > section.top > aside.availability div.community-discount {
                /*background-color: #edf6ff;*/
                background-color: #edf6ff;
                border: 2px solid #b1cee6;
                display: block;
                margin: 1em;
                margin-bottom: 1em;
                max-width: 420px;
                padding: 10px;
            }

            section.TPM2024 > 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.TPM2024 > div > section.top > aside.availability div.community-discount > p
            {
	            margin: 0.25em 0;
	            font-size: 14px;
	            text-align: center;
            }

            section.TPM2024 > div > section.top > aside.availability > p > a {
                color: #ffffff;
            }

            section.TPM2024 > div > section.top > aside.availability div.community-discount > p span {
                color: #be1221;
                font-weight: bold;
            }
            section.TPM2024 > div > section.top > aside.availability > h3{
                /*color: #a30000;*/
                color: #ffffff;
                font-size: 24px;
            }
            section.TPM2024 > div > section.top > aside.availability > img.ea {
				display: block;
				margin: 0 auto;
			}
			section.TPM2024 > div > section.top > aside.availability > p.ea > a {
				color: #0262c8;
				display: block;
				margin: 0 auto;
				margin-top: 0.25em;
				text-decoration: none;
			}
			section.TPM2024 > div > section.top > aside.availability > p.ea > a:hover {
				text-decoration: underline;
			}
			section.TPM2024 > div > section.top > aside.availability > img.blueline {
				display: block;
				margin: 0.5em auto;
			}
			section.TPM2024 > div > section.top > aside.availability > p.price {
				color: #0262c8;
				display: block;
				font: 30px 'Segoe UI', Arial, Tahoma;
				font-weight: bold;
				margin: 0 auto;
			}
			section.TPM2024 > div > section.top > aside.availability > div.single {
				display: block;
				margin: 0 auto;
				margin-top: 0.5em;
				position: relative;
			}
			section.TPM2024 > div > section.top > aside.availability > div.single > div,
			section.TPM2024 > div > section.top > aside.availability > div.options > div {
				display: inline-block;
				margin: 0 5px;
				position: relative;
				vertical-align: top;
				/*width: 158px;*/
			}
            section.TPM2024 > 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.TPM2024 > div > section.top > aside.availability > div.options {
                display: block;
                margin: 1em auto 0;
                position: relative;
            }
            section.TPM2024 > div > section.top > aside.availability > div.options > div {
                /*display: block;
                margin: 0 auto;
                width: 100%;*/
			}
                section.TPM2024 > div > section.top > aside.availability > div.options > div > p {
                    margin-top: 0.5em
                }
                section.TPM2024 > div > section.top > aside.availability > div.options > div > p > a {
                    color: #ffffff;
                }
                section.TPM2024 > div > section.top > aside.availability > div.options > p.price {
                    margin-bottom: 1em;
                }
			section.TPM2024 > div > section.top > aside.availability > div.options > div > p.price {
                color: #ffffff;
                font: 14px 'Segoe UI', Arial, Tahoma;
                display: inline-block;
                margin: 0 5px;
                margin-bottom: 0.5em;
                position: relative;
                text-align: right;
                width: 158px;
			}
                section.TPM2024 > div > section.top > aside.availability p.direct {
                    color: #ffffff;
                    font: 15px 'Segoe UI', Arial, Tahoma;
                    display: block;
                    margin: 0 5px;
                    margin-bottom: 0.5em;
                    position: relative;
                }
                section.TPM2024 > div > section.top > aside.availability p.upgrade {
                    color: #ffffff;
                    font: 12px 'Segoe UI', Arial, Tahoma;
                    display: block;
                    margin: 1em auto;
                    max-width: 300px;
                    position: relative;
                }
                section.TPM2024 > div > section.top > aside.availability > div.options {
                    /*margin-bottom: 2em;*/
                    margin-bottom: 0.5em;
                }
                section.TPM2024 > div > section.top > aside.availability > div.options > div > p.price > span {
                    color: #ffffff;
                    font: 16px 'Segoe UI', Arial, Tahoma;
                    font-weight: bold;
                }
                    section.TPM2024 > div > section.top > aside.availability > div.options > div > a.button, a.button {
                        /*display: inline-block;
				        margin: 0 5px;
				        position: relative;*/
                        border: 1px solid #ced4d5;
                        background-color: #229933;
                        color: #fefffe;
                        display: inline-block;
                        text-align: center;
                        text-decoration: none;
                        text-transform: uppercase;
                        font-size: 1.125em;
                        padding: 10px 15px;
                        vertical-align: top;
                        /*width: 180px;*/
                    }

                        section.TPM2024 > div > section.top > aside.availability > div.options > div > a.button:hover, a.button:hover {
                            filter: brightness(1.2);
                        }

                    section.TPM2024 > 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.TPM2024 > div > section.top > aside.availability > div.options > a.wishlist:hover {
                            filter: brightness(1.2);
                        }

                        /*section.TPM2024 > div > section.top > a.trailer {
			                display: inline-block;
			                margin: 0 1em 1em;
			                vertical-align: middle;
		                }
			                section.TPM2024 > div > section.top > a.trailer > img {
				                border: none;
				                color: transparent;
				                display: block;
			                }*/
                        section.TPM2024 > div > section.top > a.trailer {
                            display: inline-block;
                            margin: 3em 1em 1em;
                            vertical-align: middle;
                        }
                        @media (max-width: 989px) {
                            section.TPM2024 > div > section.top > a.trailer {
                                margin: 0 1em 1em;
                            }
                        }

                    section.TPM2024 > div > section.top > aside.availability > div.options > div > a.appstore > img {
                        display: flex;
                        height: 40px;
                    }

                    section.TPM2024 > div > section.top > aside.availability > div.disticons {
                        margin: 0.25em 0 0.5em;
                    }

                        section.TPM2024 > div > section.top > aside.availability > div.disticons > a {
                            margin: 0.0625em;
                        }

		section.TPM2024 > 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.TPM2024 > div > section.top  a.trailer img {
    width: 100%;
    height: auto;
    max-width: 443px;
}

section.TPM2024 > div > section.features {
    display: block;
    margin: 0 auto;
    margin-top: 1.5em;
    z-index: 100;
}
		section.TPM2024 > div > section.features > h2 {
			color: #ffffff;
			display: block;
			margin-bottom: 1em;
		}
		section.TPM2024 > 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.TPM2024 > div > section.features > p.subhead {
            color: #ffffff;
            font: 16px 'Segoe UI', Arial, Tahoma;
            font-weight: bold;
            margin: 0.25em auto 0;
        }

            section.TPM2024 > div > section.features > p.subhead a.expand_btn {
                color: #ffffff;
                font: 16px 'Segoe UI', Arial, Tahoma;
                margin: 0 auto;
                text-decoration: none;
            }

        section.TPM2024 > div > section.features > p.subhead a.expand_btn:hover {
		    text-decoration: underline;
	    }

        .details
        {
	        display: none;
        }

        section.TPM2024 > div > section.features > div.details > ul.list {
            list-style-type: none;
            padding: 0 2em;
        }

        section.TPM2024 > div > section.features >div.details > ul.list > li > span {
            font-weight:bold;
        }

		section.TPM2024 > div > section.features > div.points {
			display: block;
            margin-top: 1em;
		}
            section.TPM2024 > 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.TPM2024 > 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.TPM2024 > div > section.features > div.points > ul > li > span {
					font-weight: bold;
				}

	section.TPM2024 > div > section.screenshots {
		display: block;
		margin: auto;
		max-width: 1251px;
		z-index: 100;
	}
	section.TPM2024 > div > section.screenshots > img.stripes {
			margin: 1em auto;
			overflow: hidden;
			width: 100%;
		}
		section.TPM2024 > div > section.screenshots > div.title {
			display:block;
		}
			section.TPM2024 > div > section.screenshots > div.title > img.stars {
				display: inline-block;
				margin: 0;
			}
            section.TPM2024 > div > section.screenshots > div.title > h2 {
                color: #ffffff;
                display: inline-block;
                margin: 0 1em;
            }
		section.TPM2024 > div > section.screenshots > div.images {
			display: block;
			margin: auto;
		}
			section.TPM2024 > div > section.screenshots > div.images > div.ss {
				display: inline-block;
				margin: auto;
				padding: 1em;
			}
                section.TPM2024 > div > section.screenshots > div.images > div.ss > p {
                    background-color: #b1cee666;
                    line-height: 20px;
                    width: 301px;
                    padding: 8px 0px;
                }

        section.TPM2024 > div > section.screenshots > section.dlc {
		    display: block;
		    margin: auto;
	    }

            section.TPM2024 > div > section.screenshots > section.dlc > div.description {
                display: inline-block;
                margin: 1em 2em 0;
                position: relative;
                text-align: left;
                max-width: 544px;
                width: 90%;
            }
        
            section.TPM2024 > div > section.screenshots > section.dlc h3 {
		        color: #ffffff;
                font: bold 1.25em "Segoe UI", Arial, Tahoma;
                margin: 0.25em auto 0;
	        }
            
            section.TPM2024 > div > section.screenshots > section.dlc h3 span {
		        color: #000000;
	        }

            section.TPM2024 > div > section.screenshots > section.dlc h4.subhead {
		        color: #0262c8;
                font: normal 1.125em "Segoe UI", Arial, Tahoma;
                margin: 0.25em auto 0;
	        }

            section.TPM2024 > div > section.screenshots > section.dlc p {
                font: normal 0.938em "Segoe UI", Arial, Tahoma;
	        }

            section.TPM2024 > div > section.screenshots > section.dlc p.price {
                font: normal 1.25em "Segoe UI", Arial, Tahoma;
	        }

            section.TPM2024 > div > section.screenshots > section.dlc a.expand_btn {
		        color: #000000;
                font: 0.813em 'Segoe UI', Arial, Tahoma;
                margin: 0 auto;
                text-decoration: none;
	        }

            section.TPM2024 > div > section.screenshots > section.dlc a.expand_btn:hover {
		        text-decoration: underline;
	        }

            .details {
	            display: none;
            }

            section.TPM2024 > div > section.screenshots > section.dlc > div.description > div.details > ul.list,
            section.TPM2024 > div > section.screenshots > section.dlc > div.description > div.details > ul.list > li > ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

                section.TPM2024 > 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.TPM2024 > 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.TPM2024 > div > section.screenshots > section.dlc > div.description > div.details > ul.list > li > span {
		        font-weight:bold;
	        }

            section.TPM2024 > div > section.screenshots > section.dlc > aside.purchase {
                display: inline-block;
		        margin: 1em 2em;
		        position: relative;
		        text-align: center;
                vertical-align: top;
                width: 427px;
            }

            @media (max-width: 500px) {
                section.TPM2024 > div > section.screenshots > section.dlc > aside.purchase {
                    max-width: 427px;
                    width: 100%;
                    margin: 1em 0;
                }
            }

            section.dlc > aside div.dlcscreenshots {
                display: block;
                /*height: 80px;*/
                height: 104px;
		        margin: 0 auto;
		        position: relative;
                width: 377px;
	        }

            @media (max-width: 500px) {
                section.dlc > aside div.dlcscreenshots {
                    width: 185px;
                }
            }

            section.dlc > aside .slick-prev,
            section.dlc > aside .slick-next {
                background-color: #0262c8;
                display: block;
                /*height: 80px;*/
                height: 104px;
                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;*/
                height: 104px;
                width: 185px;
	        }

            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;
                width: 427px;
	        }

            @media (max-width: 500px) {
                section.dlc > aside div.buydlc {
                    margin-top: 1em;
                    max-width: 427px;
                    width: 100%;
                }
            }

            section.dlc > aside > div.buydlc > div.purchase {
                display: inline-block;
                margin: 0 auto;
                position: relative;
                text-align: center;
            }

                section.dlc > aside > div.buydlc > div.purchase p {
                    margin: 0.75em auto 0.375em;
                }

            @media (min-width: 1113px) {
                section.dlc > aside div.buydlc {
                    text-align: right;
                }

                section.dlc > aside > div.buydlc > div.purchase {
                    margin-right: 20px;
                }
            }

	section.TPM2024 > div > section.bottom {
		display: block;
		margin: auto;
		max-width: 1251px;
		z-index: 100;
	}
        section.TPM2024 > div > section.bottom > figure.news {
            display: inline-block;
            height: auto;
            margin-bottom: 1em;
            max-width: 479px;
            width: 100%;
            vertical-align: top;
        }

            section.TPM2024 > div > section.bottom > figure.news > div.fixedratio {
                background: url('/images/2016/latestnews_background.png') no-repeat top center;
                min-height: 420px;
                height: auto;
                position: relative;
                max-width: 456px;
                width: 100%;
            }

                section.TPM2024 > div > section.bottom > figure.news > div.fixedratio .mobiletitle {
                    display: none;
                }

                section.TPM2024 > div > section.bottom > figure.news > div.fixedratio > div.content {
                    padding: 4.5em 2em 2em;
                    text-align: left;
                }
					section.TPM2024 > div > section.bottom > figure.news > div.fixedratio > div.content .title {
						color: #004691;
						font-weight: bold;
					}
                    section.TPM2024 > div > section.bottom > figure.news > div.fixedratio > div.content p,
                    section.TPM2024 > div > section.bottom > figure.news > div.fixedratio > div.content a.readmore,
                    section.TPM2024 > div > section.bottom > figure.news > div.fixedratio > div.content .date,
                    section.TPM2024 > div > section.bottom > figure.news > div.fixedratio > div.content .username {
                        color: #2d2d2d;
                        font: 13px 'Segoe UI', Arial, Tahoma;
                    }
					section.TPM2024 > div > section.bottom > figure.news > div.fixedratio > div.content div.viewmore {
						text-align: right;
					}
					section.TPM2024 > div > section.bottom > figure.news > div.fixedratio > div.content div.viewmore a {
						color: #004691;
						font: 13px 'Segoe UI', Arial, Tahoma;
					}
		section.TPM2024 > div > section.bottom > figure.sysreq {
			display: inline-block;
			margin-bottom: 1em;
		}
            section.TPM2024 > div > section.bottom > figure.sysreq > h3 {
                color: #ffffff;
            }
			section.TPM2024 > div > section.bottom > figure.sysreq > div {
				display: inline-block;
				max-width: 600px;
			}

                section.TPM2024 > div > section.bottom > figure.sysreq > div > div.req {
                    display: inline-block;
                    margin: 1em 0.5em;
                    vertical-align: top;
                }
                    section.TPM2024 > 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: 254px;
                        line-height: 27px;
                        padding: 1em;
                        width: 244px;
                    }
                        section.TPM2024 > div > section.bottom > figure.sysreq > div > div.req > div.redbox > p {
                            font: 13px 'Segoe UI', Arial, Tahoma;
                            margin-top: 0.5em;
                            text-align: left;
                        }
					section.TPM2024 > div > section.bottom > figure.sysreq > div > div.req > div.one {
						line-height: 58px;
					}
					section.TPM2024 > div > section.bottom > figure.sysreq > div > div.req > p {
						font-size: 13px;
						margin-top: 0.5em;
					}
                    section.TPM2024 > div > section.bottom > figure.sysreq > div a.wiki {
			            display: inline-block;
			            margin: 0 1em;
                        position:relative
		            }
                    @media (max-width: 570px) {
                        section.TPM2024 > div > section.bottom > figure.sysreq > div a.wiki {
                            display: block;
                        }
                    }
                    section.TPM2024 > div > section.bottom > figure.sysreq > div a.wiki img {
			                width: 312px;
		            }
/* #endregion */


@media (max-width: 710px) {
	section.TPM2024 > div > section.screenshots > div.title > img.stars {
		display: none;
	}
}

/* Media Queries */
@media (max-width: 900px) {
    #mobilenav.navopen {
        left: -185px;
        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: 899px) {
        #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;*/
            left: 182px;
        }

        #nav-menu.navopen {
            /*left: 179px;*/
            left: 182px;
            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
	    {
		    display: inline-block;
	    }

        #navigationContainer {
            display: none;
        }
    }

@media (max-width: 800px) {
	footer > div {
        border-right: none;
    }
    section.TPM2024 > div > section.screenshots > div.title > img.stars {
		vertical-align: super;
		width: 20%;
	}
}
@media (max-width: 1279px) {
	div.oldversion {
		display: none;
	}
	section.TPM2024 > div > section.bottom > figure.sysreq > div.oldversion2 {
		display: block;
		margin: 1em auto;
		position:relative;
	}
}
@media (min-width: 1280px) {
	section.TPM2024 > 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.TPM2024 {
		/*background-color: #edf6ff;*/
		display:block;
		margin: 0 auto;
		max-width: 1251px;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	section.TPM2024 > div {
		/*background-color: #edf6ff;*/
		position: relative;
	}
	section.TPM2024 > 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.TPM2024 > div > section.top > a.salebannerA > img.banner {
		height: 100%;
		width: 100%;
	}
	section.TPM2024 > 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: center;
		max-width: 1251px;
		z-index: 100;
	}
	section.TPM2024 > div > section.features > h2 {
		background-color: #a30000;
		padding: 0.125em 0;
	}
}
@media (min-width: 1350px) {
    main {
        /*background: url(/images/2024/frame_top_withbanner.png) 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;*/
        background: url(https://www.stardock.com/thepoliticalmachine/2024/background/frame_top_withbanner.jpg) no-repeat scroll center top, url(https://www.stardock.com/thepoliticalmachine/2024/background/frame_bottom.jpg) no-repeat scroll center bottom, url(https://www.stardock.com/thepoliticalmachine/2024/background/frame_middle.jpg) repeat-y scroll center top;
        display: block;
    }
	section.logo2 {
		display: none;
	}
	section.TPM2024 {
		/*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.TPM2024 > 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.TPM2024 > div > section.top > a.salebannerB > img.banner {
		height: 100%;
		width: 100%;
	}
	section.TPM2024 > div > section.top > a.salebannerA {
		display: none;
	}
	section.TPM2024 > 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.TPM2024 > div {
		margin-top: -40em;
	}
	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%;
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 500px) {
    section.TPM2024 > div > section.bottom > figure.news {
        display: inline-block;
        height: auto;
        margin-bottom: 1em;
        max-width: 479px;
        width: 100%;
        vertical-align: top;
    }

        section.TPM2024 > div > section.bottom > figure.news > div.fixedratio {
            background: #cbe0f9;
            border-bottom: 4px solid #9c0000;
            height: auto;
            margin: 0 auto;
            position: relative;
            max-width: 456px;
            width: 100%;
        }

            section.TPM2024 > div > section.bottom > figure.news > div.fixedratio .mobiletitle {
                background-color: #a30000;
                color: #ffffff;
                display: block;
                font: 24px "cooper-black-std", 'Segoe UI', Arial, Tahoma, san-serif;
                height: 58px;
                line-height: 58px;
                width: 100%;
            }

            section.TPM2024 > div > section.bottom > figure.news > div.fixedratio > div.content {
                padding-top: 2em;
            }

            section.TPM2024 > div > section.bottom > figure.sysreq {
                display: inline-block;
                margin: 0 0 1em;
                /* margin-bottom: 1em; */
                width: 100%;
            }

        section.TPM2024 > div > section.bottom > figure.sysreq > div {
            margin: 0 auto;
            text-align: center;
            display: inline-block;
            /*display: flex;*/
            flex-flow: column;
            max-width: 600px;
            width: 100%;
        }

            section.TPM2024 > div > section.bottom > figure.sysreq > div > div.req > div.redbox {
                /*width: 100%;*/
            }

            section.TPM2024 > div > section.bottom > figure.sysreq > div a.wiki {
                margin: 1.5em auto 1em;
            }

                section.TPM2024 > div > section.bottom > figure.sysreq > div a.wiki img {
                    max-width: 312px;
                    width: 98%;
                }

    div.oldversion2 img {
        width: 98%;
    }

    body > form > footer {
        height: 100%;
        display: flex;
        flex-flow: column;
        width: 98%;
        margin: 0 auto 1em;
        position: relative;
        text-align: center;
        max-width: 1251px;
        z-index: 100;
    }

    footer a.footerlogo {
        text-align: left;
        margin-left: 25px;
    }

    footer a.footerlogo img {
        width: 148px;
    }

        footer > div {
            border-right: none;
            border-left: none;
            width: 100%;
            text-align: left;
            margin: 0 auto;
        }

        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 > div.icons {
            background: url(/Images/2016/connectedIcons4.png) no-repeat;
            display: inline-block;
            height: 25px;
            margin: 0 auto;
            margin-left: 25px;
            margin-top: 1em;
            width: 204px;
        }

    footer > section.signup {
        display: block;
        margin: 1em auto;
        text-align: left;
        /* width: 100%; */
        /* width: 182px; */
        margin-left: 25px;
        margin-right: 25px;
    }

        footer > section.signup > div.form {
            display: block;
            margin: 0 auto;
            position: relative;
            text-align: left;
            /* width: 182px;*/
        }
}

/* BEGIN - Video Iframe - Responsive Styling */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* END -  Video Iframe - Responsive Styling */