﻿
/* Base element styles */

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'EMprint', Arial,​ Sans-Serif;
}

body {
    padding: 0;
    margin: 0;
    background-color: #E5E5E5;
    color: #000;
    font-size: 16px;
    text-align: left;
    min-width: 400px;
}

img {
    border: none;
}

    a.imgLink {
        text-decoration: none; /* Class used on anchor tags containing <img>'s - stop the underline from appearing (happens on some browsers) */
    }

        a.imgLink img {
            vertical-align: bottom; /* This gets rid of the whitespace that may sometimes appear under the <img> tag surrounded by an <a> tag */
        }

h1 {
    font-size: 2.0em;
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
}

hr {
    border-top: 1px solid #CCC;
    background-color: #CCC;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 12px;
    margin-bottom: 12px;
}

p {
    margin-bottom: 16px;
}

.ulTab {
    margin-left: 32px;
}

    .ulTab li {
        margin-bottom: 16px;
    }



/* Misc. Classes */

.req {
    color: #ff0000;
}

.notification {
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px;
    border: 1px solid #000;
    display: table; /* display as a table so when used on a <span> the border will wrap to the text length */
    padding: 4px;
}


.clear {
    clear: both;
}

/* Website body content sections */

#wrapper {
    width: 100%;
    min-width: 400px;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #FFF;
}

#topshelf {
    min-height: 37px;
    background-color: #232323;
}

#header {
    min-height: 72px;
    background-color: #FFF;
}

#headerImage {
    background: url('images/HeaderBanner400.png') no-repeat top;
    height: 274px;
}

#headerNav {
    float: right;
    font-size: 17px;
    position: relative;
    padding-top: 30px;
}

    #headerNav ul li {
        margin: 0 3px 0 3px;
    }

        #headerNav ul li:first-child {
            margin: 0 3px 0 5px;
        }

        #headerNav ul li:last-child {
            margin: 0 0 0 3px;
        }

        #headerNav ul li:before {
            content: "";
        }

        #headerNav ul li a {
            font-family: 'EMprintSemibold', Arial,​ Sans-Serif;
        }

.nav .inner {
    padding: 0 2%;
}

.nav ul {
    float: right;
    list-style: none;
}

.nav li {
    color: #a8a8a8;
    float: left;
    padding: 0 27px 0 30px;
    position: relative;
}

    .nav li a, .nav li:before {
        line-height: 16px;
        padding-bottom: 2px;
        padding-top: 0;
    }

    .nav li:before {
        display: block;
        position: absolute;
        content: '\b7';
        font-size: 22px;
        left: 0;
    }

    .nav li:first-child:before {
        display: none;
    }

    .nav li:last-child {
        margin-right: 12px;
    }

.nav a {
    color: #000;
    display: block;
}

    .nav a:link, #footerNav a:visited, #footerNav a:active {
        text-decoration: none;
    }

    .nav a:hover {
        color: #003399;
    }

.Banner {
    padding: 18px 0;
}

    .Banner .Title {
        font-size: 39px;
        color: #003ca6;
        font-family: 'EMprintSemibold', Arial,​ Sans-Serif;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .Banner .Products {
        display: inline-block;
        vertical-align: middle;
    }

    .Banner .LogoHolder {
        width: 335px;
        margin: 0 auto;
        margin-top: 34px;
        margin-bottom: 12px;
        text-align: right;
    }

#subHeaderImage {
    float: right;
    padding: 16px;
}

#center, #landingPageCenter {
    background: none;
    color: #5a5a5a;
    padding: 36px 0 0 0;
}

#centerBody {
    padding: 0 12px 18px 12px;
    overflow: hidden;
}

.landingPageCenter {
    padding: 72px 0;
}

#landingPageCenterHeader {
    text-align: left;
    font-size: 34px;
    margin: 0 auto;
    margin-bottom: 23px;
    width: 300px;
    color: #003ca6;
    font-family: 'EMprintSemibold', Arial,​ Sans-Serif;
}

#landingPageCenterContainer {
    position: relative;
    width: 292px;
    margin: 0 auto;
}

.landingPageCenterProducts {
    display: block;
    width: 292px;
    height: 100%;
    padding: 0 0 0 0;
    margin-bottom: 18px;
}

    .landingPageCenterProducts img {
        width: 292px;
    }

#landingLogoHolder {
    position: relative;
    width: 292px;
    text-align: right;
    margin: 0 auto;
    padding-bottom: 26px;
}

#landingPageCenterRebatesHolder {
    display: inline-block;
    width: 292px;
}

#landingPageCenterRebates {
    font-size: 16px;
    line-height: 1.25;
}

.landingPageCenterRebateTitle {
    color: #0c479d;
    font-family: 'EMprintSemibold', Arial,​ Sans-Serif;
    font-size: 15px;
    display: inline;
}

#landingPageHeading {
    text-align: left;
    font-family: 'EMprintSemibold', Arial,​ Sans-Serif;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 52px;
    margin-bottom: 9px;
    width: 292px;
}

#landingPageTerms {
    text-align: left;
    font-size: 10.5px;
    width: 292px;
    margin: 0 auto;
    margin-top: 16px;
}

    #landingPageTerms a, #landingPageTerms a:visited, #landingPageTerms a:active {
        color: #5a5a5a;
        text-decoration: underline;
    }

        #landingPageTerms a:hover {
            color: #0c479d;
        }

.footer .bottombox {
    padding: 39px 30px 22px 30px;
    background-color: #2E2E2E;
    font-size: 12.5px;
    color: #999;
}

    .footer .bottombox ul.logos {
        list-style: none;
        padding: 0;
        margin: 0 0 18px 0;
        float: left;
    }

        .footer .bottombox ul.logos li {
            list-style: none;
            padding: 0;
            margin: 0;
            display: inline-block;
            position: relative;
            vertical-align: middle;
        }

            .footer .bottombox ul.logos li:before {
                content: "";
            }

            .footer .bottombox ul.logos li.ExxonMobil {
                margin-right: 63px;
                display: block;
                margin-bottom: 9px;
            }

                .footer .bottombox ul.logos li.ExxonMobil img {
                    width: 121px;
                    height: 21px;
                    background-image: url("Images/Footer/Logo_ExxonMobil.png");
                    background-position: 0 0;
                }

                    .footer .bottombox ul.logos li.ExxonMobil img:hover {
                        background-position: 0 23px;
                    }

            .footer .bottombox ul.logos li.Exxon {
                margin-right: 20px;
            }

                .footer .bottombox ul.logos li.Exxon img {
                    width: 39px;
                    height: 14px;
                    background-image: url("Images/Footer/Logo_Exxon.png");
                    background-position: 0 0;
                }

                    .footer .bottombox ul.logos li.Exxon img:hover {
                        background-position: 0 16px;
                    }

            .footer .bottombox ul.logos li.Mobil {
                margin-right: 26px;
            }

                .footer .bottombox ul.logos li.Mobil img {
                    width: 36px;
                    height: 12px;
                    background-image: url("Images/Footer/Logo_Mobil.png");
                    background-position: 0 0;
                }

                    .footer .bottombox ul.logos li.Mobil img:hover {
                        background-position: 0 14px;
                    }

            .footer .bottombox ul.logos li.Esso {
                margin-right: 20px;
            }

                .footer .bottombox ul.logos li.Esso img {
                    width: 31px;
                    height: 23px;
                    background-image: url("Images/Footer/Logo_Esso.png");
                    background-position: 0 0;
                }

                    .footer .bottombox ul.logos li.Esso img:hover {
                        background-position: 0 25px;
                    }

            .footer .bottombox ul.logos li.Xto img {
                width: 38px;
                height: 20px;
                background-image: url("Images/Footer/Logo_Xto.png");
                background-position: 0 0;
            }

                .footer .bottombox ul.logos li.Xto img:hover {
                    background-position: 0 22px;
                }

    .footer .bottombox #footerNav {
        float: left;
        text-align: left;
        width: 100%;
    }

        .footer .bottombox #footerNav:after {
            clear: both;
        }

        .footer .bottombox #footerNav ul.links {
            list-style: none;
            padding: 0;
            margin: 0 0 7px 0;
            float: left;
        }

            .footer .bottombox #footerNav ul.links li {
                list-style: none;
                padding: 0 6px 0 10px;
                margin: 0;
                display: inline-block;
                position: relative;
            }

                .footer .bottombox #footerNav ul.links li:last-child {
                    padding: 0 2px 0 10px;
                }

                .footer .bottombox #footerNav ul.links li a, .footer .bottombox #footerNav ul.links li a:visited {
                    color: #999;
                    text-decoration: none;
                }

                    .footer .bottombox #footerNav ul.links li a:hover,
                    .footer .bottombox #footerNav ul.links li a:active {
                        color: #fafafa;
                        text-decoration: underline;
                    }

                .footer .bottombox #footerNav ul.links li:before {
                    content: "\b7";
                    left: 0;
                    position: absolute;
                    font-size: 22px;
                    line-height: 19px;
                }

                .footer .bottombox #footerNav ul.links li:first-child {
                    padding-left: 0;
                }

                    .footer .bottombox #footerNav ul.links li:first-child:before {
                        content: "";
                    }


/* Form Container Styles */
/*
.form_container {
    display: inline-block;
}

    .form_container .form_section {
        display: block;
        text-align: left;
        vertical-align: top;
        padding-bottom: 24px;
    }

.form_flowitem {
    display: inline-block;
    min-width: 200px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 8px;
}

.form_container .form_section .form_label {
    display: inline-block;
    min-width: 160px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding-right: 8px;
    font-size: 14px;
}

.form_container .form_section .form_field {
    display: inline-block;
    vertical-align: top;
    max-width: 450px;
}

    .form_container .form_section .form_field .form_label {
        display: block;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
        padding-bottom: 16px;
    }

    .form_container .form_section .form_field .form_radiobutton {
        padding-bottom: 8px;
    }
*/

.file-upload {
    position: relative;
    overflow: hidden;
    background: url('images/buttons/UploadFileButton.png') 0 0 no-repeat;
    width: 128px;
    height: 29px;
    float: left;
    cursor: pointer;
}

    .file-upload input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0.0;
        font-size: 300px;
        height: 200px;
    }

.file-upload-status {
    margin-left: 2px;
    padding: 1px 2px;
    font-weight: bold;
    font-size: 12px;
    color: #888;
    background: #f8f8f8;
    border: 1px solid #bbbbbb;
    margin-top: 6px;
    float: left;
}

#participatingRetailers {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #participatingRetailers li {
        margin: 0;
        padding: 0 0 0 16px;
    }

.show-mobile {
    display: block;
    padding-bottom: 5px;
}

.hide-mobile {
    display: none;
}

.emsemibold {
    font-family: 'EMprintSemibold', Arial,​ Sans-Serif;
}

#ProductPurchasedText {
    line-height: 2.6;
}
