﻿@media screen and (min-width: 1000px) {
    #Car {
        margin-left: -15px;
        float: left;
    }

    #center, #landingPageCenter {
        background: url('images/CenterGradientBackground.png') repeat-x top;
        padding: 58px 0 0 0;
    }

    .footer .bottombox #footerNav {
        float: right;
        width: 400px;
        text-align: right;
    }

    #headerNav ul li, #headerNav ul li:first-child, #headerNav ul li:last-child {
        margin: 0 120px 0 34px;
    }

    #headerImage {
        background: url('images/HeaderBanner.png') no-repeat top;
        height: 195px;
        width: 1000px;
    }

    .Banner .Title {
        color: #003ca6;
        font-family: 'EMprintSemibold', Arial,​ Sans-Serif;
        display: inline-block;
        vertical-align: middle;
        margin-right: 51px;
        padding-left: 16px;
    }

    .Banner .Products {
        display: inline-block;
        vertical-align: middle;
    }

    .Banner .LogoHolder {
        display: inline;
        text-align: right;
        padding-left: 80px;
    }

    #landingPageCenterHeader {
        text-align: center;
        font-size: 56px;
        margin-bottom: 64px;
        width: auto;
    }

    #landingPageCenterContainer {
        width: 650px;
        height: 304px;
        margin-left: 375px;
    }

    .landingPageCenterProducts {
        display: inline-block;
        width: 360px;
        margin-bottom: 0;
    }

        .landingPageCenterProducts img {
            position: absolute;
            top: 50%;
            transform: translate(0%, -50%);
        }

    #landingPageCenterRebatesHolder {
        display: inline-block;
        margin-right: 30px;
        width: 250px;
    }

    #landingPageCenterRebates {
        font-size: 14px;
    }

    .landingPageCenterRebateTitle {
        display: block;
        font-size: 20px;
    }

    #landingPageHeading {
        text-align: center;
        font-size: 19.5px;
        width: auto;
    }

    #landingPageTerms {
        width: 445px;
    }

    .footer .bottombox #footerNav ul.links {
        float: right;
    }

    .show-mobile {
        display: none;
    }

    .hide-mobile {
        display: block;
    }

    .footer .bottombox ul.logos li.ExxonMobil {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .Banner .Title {
        font-size: 60px;
    }

    #landingPageCenterHeader {
        font-size: 72px;
    }

    #landingPageCenterContainer {
        width: 650px;
        height: 304px;
        margin-left: 500px;
    }
}
