html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-XLight.otf");
    font-weight: 200;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-Book.otf");
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-BookItalic.otf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham';
    src: url("../../assets/fonts/Gotham/GothamSSm-Black.otf");
    font-weight: 800;
}

#overlay + div {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 0;
    margin: -100px auto 0;
    padding: 0 20px;
    width: 900px;
    height: auto;
    background: transparent;
    z-index: 51;
    position: absolute;
    visibility: hidden;
}

    #overlay + div img#close {
        float: right;
        position: absolute;
        cursor: pointer;
        top: -50px;
        right: 0;
        height: 50px;
    }

body {
    font-family: 'Gotham',Helvetica,sans-serif;
}

.top-nav {
    position: fixed;
    background-color: #323232;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    min-width: 960px;
    margin: auto;
    text-align: center;
    height: 62px;
    z-index: 20;
    zoom: 1;
}

    .top-nav:before, .top-nav:after {
        content: "";
        display: table;
    }

    .top-nav:after {
        clear: both;
    }

@media (max-width:769px) {
    .top-nav {
        min-width: 768px;
    }
}

.top-nav .mobile-logo {
    display: none;
}

.top-nav .hamburger-icon {
    display: none;
}

.top-nav .background {
    background-color: #323232;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.top-nav.opacit .background {
    display: none;
}

.top-nav .top-nav-container {
    position: absolute;
    left: 4%;
    right: 4%;
    height: 100%;
}

.top-nav .logo img {
    position: absolute;
    display: block;
    top: 16px;
    left: 0;
    z-index: 2;
    height: 31px;
    width: auto;
}

.top-nav .nav-links {
    float: right;
    zoom: 1;
}

    .top-nav .nav-links:before, .top-nav .nav-links:after {
        content: "";
        display: table;
    }

    .top-nav .nav-links:after {
        clear: both;
    }

.top-nav .nav-link {
    position: relative;
    font-size: 10px;
    font-family: 'Gotham',Helvetica,sans-serif;
    font-weight: 300;
    display: block;
    float: left;
    text-decoration: none;
    color: #f9f9fa;
    padding: 19px 15px 17px 8px;
    margin: 0 10px;
    letter-spacing: .3px;
}

    .top-nav .nav-link.home {
        display: none;
    }

    .top-nav .nav-link .text {
        padding: 7px 2px;
        display: block;
        position: relative;
    }

    .top-nav .nav-link .underline {
        height: 2px;
        position: absolute;
        width: 98%;
        left: 0;
        bottom: 0;
        background-color: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -ms-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out;
    }

    .top-nav .nav-link:hover {
        cursor: pointer;
    }

        .top-nav .nav-link:hover .underline {
            opacity: .6;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
            filter: alpha(opacity=60);
            -webkit-transition: opacity 300ms ease-out;
            -moz-transition: opacity 300ms ease-out;
            -o-transition: opacity 300ms ease-out;
            -ms-transition: opacity 300ms ease-out;
            transition: opacity 300ms ease-out;
        }

    .top-nav .nav-link.square-border {
        padding: 16px 15px 30px 10px;
        font-size: 10px;
    }

        .top-nav .nav-link.square-border .button {
            padding: 0;
            width: 110px;
            height: 30px;
            letter-spacing: 1px;
            line-height: 32px;
            text-align: center;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            position: relative;
        }

        .top-nav .nav-link.square-border .two {
            background-color: #0297fd;
        }

        .top-nav .nav-link.square-border .text {
            position: absolute;
            display: block;
            width: 100%;
            text-align: center;
            padding: 0;
            top: 0;
            line-height: 30px;
        }

    .top-nav .nav-link .background-button {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #0297fd;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        -o-transition: opacity 300ms ease-out;
        -ms-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out;
    }

.top-nav .mobile {
    display: none;
}

.top-nav .not-home {
    display: inline-block;
}

.top-nav .home-only {
    display: none;
}

@media only screen and (max-width:769px) {
    .top-nav {
        min-width: 300px;
        width: 100%;
        position: fixed;
        z-index: 20;
        height: 62px;
    }

        .top-nav .logo {
            display: none;
        }

        .top-nav > .background {
            z-index: 0;
        }

        .top-nav .mobile-logo {
            position: absolute;
            left: 20px;
            top: 15px;
            display: block;
        }

            .top-nav .mobile-logo img {
                height: 33px;
                width: auto;
            }

        .top-nav.opacit .background {
            display: block;
            opacity: 1;
            -ms-filter: none;
            filter: none;
            background-color: #323232;
        }

        .top-nav.opacit .nav-links .background {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        .top-nav .menu-icon {
            display: block;
            height: 60px;
            width: 140px;
            position: absolute;
            top: 0;
            right: -30px;
            z-index: 20;
            cursor: s-resize;
        }

        .top-nav .hamburger-icon {
            display: block;
            height: 35px;
            margin: 14px 0 15px 50px;
            fill: #fff;
        }

            .top-nav .hamburger-icon g {
                fill: #fff;
            }

        .top-nav .top-nav-container {
            left: 0;
            right: 0;
            height: 62px;
            z-index: 1;
        }

        .top-nav .nav-links {
            position: absolute;
            top: -397px;
            width: 100%;
            -webkit-transition: top 300ms ease-out;
            -moz-transition: top 300ms ease-out;
            -o-transition: top 300ms ease-out;
            -ms-transition: top 300ms ease-out;
            transition: top 300ms ease-out;
        }

        .top-nav .nav-link {
            margin: 0;
            display: block;
            text-align: center;
            float: none;
            height: 30px;
            padding-top: 25px;
            padding-bottom: 0;
        }

            .top-nav .nav-link.home {
                display: block;
            }

            .top-nav .nav-link .text {
                display: inline-block;
            }

            .top-nav .nav-link.square-border {
                margin-bottom: -1px;
                padding-bottom: 25px;
                margin-top: 10px;
            }

                .top-nav .nav-link.square-border .button {
                    display: inline-block;
                }

        .top-nav .desktop {
            display: none;
        }

        .top-nav.expand.opacit > .background {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        .top-nav.expand .nav-links {
            top: 0;
            -webkit-transition: top 300ms ease-out;
            -moz-transition: top 300ms ease-out;
            -o-transition: top 300ms ease-out;
            -ms-transition: top 300ms ease-out;
            transition: top 300ms ease-out;
        }

        .top-nav .not-home {
            display: inline-block;
        }

        .top-nav .home-only {
            display: none;
        }
}

.landing-header {
    background-image: url("../../../s3.amazonaws.com/igotmywork/igotmywork_landing_bg.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50% 0%;
    height: 350px;
    width: 100%;
    display: block;
    margin: auto;
    padding-bottom: 94px;
    border-top: 62px solid #111;
    overflow: hidden;
    position: relative;
}

    .landing-header .landing-header-inner {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .landing-header .header-text {
        position: absolute;
        top: 140px;
        display: block;
        margin: auto;
        z-index: 2;
        width: 100%;
    }

        .landing-header .header-text .quotes {
            display: none;
        }

        .landing-header .header-text h1 {
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 400;
            font-size: 4em;
            letter-spacing: 2px;
            line-height: 1.1;
            *zoom: 1;
            width: auto;
            max-width: 1440px;
            float: none;
            display: block;
            margin-right: auto;
            margin-left: auto;
            padding-left: 0;
            padding-right: 0;
            margin: auto;
            position: relative;
            max-width: 100%;
            z-index: 1;
            text-align: center;
            color: #fff;
            line-height: 1;
        }

            .landing-header .header-text h1:before, .landing-header .header-text h1:after {
                content: '';
                display: table;
            }

            .landing-header .header-text h1:after {
                clear: both;
            }

        .landing-header .header-text .header-buttons {
            text-align: center;
        }

            .landing-header .header-text .header-buttons button {
                font-family: 'Gotham',Helvetica,sans-serif;
                font-weight: 300;
                letter-spacing: .5px;
                font-size: 14px;
                color: #fff;
                padding: 1.1em 1.2em 1.14em;
                border: none;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                display: block;
                width: 200px;
                height: 50px;
                cursor: pointer;
                outline: none;
                -webkit-transition: background-color 300ms ease-out;
                -moz-transition: background-color 300ms ease-out;
                -o-transition: background-color 300ms ease-out;
                -ms-transition: background-color 300ms ease-out;
                transition: background-color 300ms ease-out;
                background-color: #ff6363;
                margin: 40px 20px 0;
                display: inline;
            }

                .landing-header .header-text .header-buttons button:hover, .landing-header .header-text .header-buttons button.active {
                    outline: none;
                    background-color: #3273b5;
                    -webkit-transition: background-color 300ms ease-out;
                    -moz-transition: background-color 300ms ease-out;
                    -o-transition: background-color 300ms ease-out;
                    -ms-transition: background-color 300ms ease-out;
                    transition: background-color 300ms ease-out;
                }

                .landing-header .header-text .header-buttons button a {
                    color: #fff;
                    text-decoration: none;
                }

            .landing-header .header-text .header-buttons .company {
                background-color: #3f8cd8;
            }

                .landing-header .header-text .header-buttons .company:hover, .landing-header .header-text .header-buttons .company.active {
                    background-color: #3273b5;
                    -webkit-transition: background-color 300ms ease-out;
                    -moz-transition: background-color 300ms ease-out;
                    -o-transition: background-color 300ms ease-out;
                    -ms-transition: background-color 300ms ease-out;
                    transition: background-color 300ms ease-out;
                }

            .landing-header .header-text .header-buttons .engineer {
                background-color: #ff5b1f;
            }

                .landing-header .header-text .header-buttons .engineer:hover, .landing-header .header-text .header-buttons .engineer.active {
                    background-color: #db5220;
                    -webkit-transition: background-color 300ms ease-out;
                    -moz-transition: background-color 300ms ease-out;
                    -o-transition: background-color 300ms ease-out;
                    -ms-transition: background-color 300ms ease-out;
                    transition: background-color 300ms ease-out;
                }

#steps-section {
    max-width: 100%;
    margin: auto;
    padding: auto;
    position: relative;
    *zoom: 1;
    width: auto;
    max-width: 1440px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

    #steps-section:before, #steps-section:after {
        content: '';
        display: table;
    }

    #steps-section:after {
        clear: both;
    }

    #steps-section hr {
        border-top: 1px solid #ddd;
    }

    #steps-section .background-color.mobile {
        display: none;
    }

    #steps-section .background-color {
        background-color: #f0f0f0;
        width: 100%;
    }

    #steps-section .step-container {
        background-color: #fff;
        height: 500px;
        margin: auto;
        padding-top: 50px;
        overflow: hidden;
        max-width: 100%;
    }

        #steps-section .step-container .step {
            width: 980px;
            overflow: hidden;
            margin: auto;
        }

        #steps-section .step-container .left-container {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 48.5%;
            margin-left: 0%;
            margin-right: 3%;
            zoom: 1;
        }

            #steps-section .step-container .left-container:before, #steps-section .step-container .left-container:after {
                content: '';
                display: table;
            }

            #steps-section .step-container .left-container:after {
                clear: both;
            }

            #steps-section .step-container .left-container:last-child {
                margin-right: 0%;
            }

            #steps-section .step-container .left-container:before, #steps-section .step-container .left-container:after {
                content: "";
                display: table;
            }

            #steps-section .step-container .left-container:after {
                clear: both;
            }

        #steps-section .step-container .right-container {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 48.5%;
            margin-left: 0%;
            margin-right: 3%;
            zoom: 1;
            background-image: url("../imgj/profile.png");
            height: 270px;
            -webkit-background-size: auto 270px;
            -moz-background-size: auto 270px;
            background-size: auto 270px;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 1;
            -ms-filter: none;
            filter: none;
            margin: 100px 0 10px;
        }

            #steps-section .step-container .right-container:before, #steps-section .step-container .right-container:after {
                content: '';
                display: table;
            }

            #steps-section .step-container .right-container:after {
                clear: both;
            }

            #steps-section .step-container .right-container:last-child {
                margin-right: 0%;
            }

            #steps-section .step-container .right-container:before, #steps-section .step-container .right-container:after {
                content: "";
                display: table;
            }

            #steps-section .step-container .right-container:after {
                clear: both;
            }

        #steps-section .step-container .four {
            background-image: url("../imgj/benefits.png");
        }

    #steps-section a {
        text-decoration: none;
    }

    #steps-section button {
        font-family: 'Gotham',Helvetica,sans-serif;
        font-weight: 300;
        letter-spacing: .5px;
        font-size: 14px;
        color: #fff;
        padding: 1.1em 1.2em 1.14em;
        border: none;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: block;
        width: 200px;
        height: 50px;
        cursor: pointer;
        outline: none;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out;
        -ms-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
        max-width: 100%;
        margin: 40px auto 100px;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: 300;
        background-color: #ff5b1f;
    }

        #steps-section button:hover, #steps-section button.active {
            outline: none;
            background-color: #3273b5;
            -webkit-transition: background-color 300ms ease-out;
            -moz-transition: background-color 300ms ease-out;
            -o-transition: background-color 300ms ease-out;
            -ms-transition: background-color 300ms ease-out;
            transition: background-color 300ms ease-out;
        }

        #steps-section button a {
            color: #fff;
            text-decoration: none;
        }

        #steps-section button:hover {
            background-color: #db5220;
        }

    #steps-section h3 {
        font-family: 'Gotham',Helvetica,sans-serif;
        font-weight: 700;
        letter-spacing: .5px;
        line-height: 1.2;
        font-size: 1.6em;
        color: #333;
        letter-spacing: 0;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #steps-section .text-block {
        display: block;
        width: 500px;
        margin-top: 70px;
    }

        #steps-section .text-block span {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 66.6666666666667%;
            margin-left: 0%;
            margin-right: 0%;
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 700;
            letter-spacing: .5px;
            line-height: 1.2;
            font-size: 1.8em;
            color: #333;
            font-weight: 600;
            margin-bottom: 20px;
            letter-spacing: 0;
            display: block;
        }

            #steps-section .text-block span:before, #steps-section .text-block span:after {
                content: '';
                display: table;
            }

            #steps-section .text-block span:after {
                clear: both;
            }

        #steps-section .text-block button {
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 300;
            letter-spacing: .5px;
            font-size: 14px;
            color: #fff;
            padding: 1.1em 1.2em 1.14em;
            border: none;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            display: block;
            width: 200px;
            height: 50px;
            cursor: pointer;
            outline: none;
            -webkit-transition: background-color 300ms ease-out;
            -moz-transition: background-color 300ms ease-out;
            -o-transition: background-color 300ms ease-out;
            -ms-transition: background-color 300ms ease-out;
            transition: background-color 300ms ease-out;
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 25%;
            margin-left: 0%;
            margin-right: 0%;
            text-align: center;
            background-color: #0297fd;
            text-transform: uppercase;
            letter-spacing: .5px;
            font-size: 10px;
            font-weight: 400;
            padding: 1px 11px 1px;
            height: 27px;
            display: block;
            margin: 0;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

            #steps-section .text-block button:hover, #steps-section .text-block button.active {
                outline: none;
                background-color: #3273b5;
                -webkit-transition: background-color 300ms ease-out;
                -moz-transition: background-color 300ms ease-out;
                -o-transition: background-color 300ms ease-out;
                -ms-transition: background-color 300ms ease-out;
                transition: background-color 300ms ease-out;
            }

            #steps-section .text-block button a {
                color: #fff;
                text-decoration: none;
            }

            #steps-section .text-block button:before, #steps-section .text-block button:after {
                content: '';
                display: table;
            }

            #steps-section .text-block button:after {
                clear: both;
            }

    #steps-section p {
        font-family: 'Gotham',Helvetica,sans-serif;
        font-size: .85em;
        font-weight: 300;
        line-height: 1.5;
        color: #111;
        display: block;
        width: 450px;
        margin-bottom: 0;
        padding-bottom: 8px;
        line-height: 1.5;
    }

    #steps-section em {
        font-family: 'Gotham',Helvetica,sans-serif;
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.3;
        display: block;
        font-weight: 600;
        color: #0297fd;
        margin-top: 8px;
    }

    #steps-section .step-container.right {
        background-color: #fff;
        position: relative;
        max-width: 100%;
        margin: auto;
    }

        #steps-section .step-container.right .text-block {
            display: table-block;
        }

            #steps-section .step-container.right .text-block span {
                display: table-cell;
                vertical-align: middle;
            }

            #steps-section .step-container.right .text-block button {
                display: table-cell;
                vertical-align: middle;
            }

        #steps-section .step-container.right p {
            margin-top: 40px;
        }

        #steps-section .step-container.right .step {
            width: 980px;
            overflow: hidden;
            margin: auto;
        }

        #steps-section .step-container.right .right-container {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 48.5%;
            margin-left: 0%;
            margin-right: 3%;
            background-image: none;
            background-color: #fff;
            height: 400px;
            opacity: 1;
            -ms-filter: none;
            filter: none;
            padding: 0;
            margin-top: 0;
        }

            #steps-section .step-container.right .right-container:before, #steps-section .step-container.right .right-container:after {
                content: '';
                display: table;
            }

            #steps-section .step-container.right .right-container:after {
                clear: both;
            }

            #steps-section .step-container.right .right-container:last-child {
                margin-right: 0%;
            }

        #steps-section .step-container.right .left-container {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 48.5%;
            margin-left: 0%;
            margin-right: 3%;
            zoom: 1;
            background-image: url("../imgj/membership1.png");
            height: 240px;
            -webkit-background-size: auto 240px;
            -moz-background-size: auto 240px;
            background-size: auto 240px;
            background-repeat: no-repeat;
            opacity: 1;
            -ms-filter: none;
            filter: none;
            margin: 100px 0 0 0;
            overflow: hidden;
        }

            #steps-section .step-container.right .left-container:before, #steps-section .step-container.right .left-container:after {
                content: '';
                display: table;
            }

            #steps-section .step-container.right .left-container:after {
                clear: both;
            }

            #steps-section .step-container.right .left-container:last-child {
                margin-right: 0%;
            }

            #steps-section .step-container.right .left-container:before, #steps-section .step-container.right .left-container:after {
                content: "";
                display: table;
            }

            #steps-section .step-container.right .left-container:after {
                clear: both;
            }

        #steps-section .step-container.right h4 {
            background-color: #f46060;
            padding: 13px 4px 10px;
            text-align: center;
        }

        #steps-section .step-container.right .three {
            background-image: url("../imgj/monitor.png");
        }

@media (max-width:769px) {
    .landing-header {
        min-monitor .pngwidth:0;
        width: 100%;
        overflow: none;
    }

        .landing-header .header-text {
            position: absolute;
            top: 50px;
            display: block;
            margin: auto;
            z-index: 2;
            width: 100%;
        }

            .landing-header .header-text .quotes {
                display: none;
            }

            .landing-header .header-text h1 {
                font-family: 'Gotham',Helvetica,sans-serif;
                font-weight: 500;
                line-height: 1.2;
                font-size: 2.3em;
                color: #fff;
                display: block;
                margin: 0 10px;
                letter-spacing: -.5px;
            }

            .landing-header .header-text .hr {
                max-width: 200px;
            }

            .landing-header .header-text p {
                font-family: 'Gotham',Helvetica,sans-serif;
                font-weight: 500;
                font-size: .95em;
                line-height: 1.3;
                font-weight: 400;
                color: #fff;
                letter-spacing: 0;
                max-width: 280px;
                margin: auto;
            }

            .landing-header .header-text .header-buttons {
                margin-top: 20px;
            }

                .landing-header .header-text .header-buttons button {
                    margin-top: 15px;
                }

    #steps-section {
        max-width: 100%;
        margin: auto;
        padding: auto;
        position: relative;
    }

        #steps-section hr {
            display: none;
        }

        #steps-section .background-color.mobile {
            display: block;
        }

        #steps-section .background-color {
            background-color: #fff;
        }

            #steps-section .background-color .center-pad {
                background-image: url("../../../s3.amazonaws.com/igotmywork/how_it_works/membership.png");
                background-repeat: no-repeat;
                -webkit-background-size: 65% auto;
                -moz-background-size: 65% auto;
                background-size: 65% auto;
                background-position: center;
                -webkit-background-repeat: no-repeat;
                -webkit-background-size: 65% auto;
                -webkit-background-position: center;
                border-bottom: 1px solid #ccc;
                height: 340px;
            }

                #steps-section .background-color .center-pad.two {
                    background-image: url("../imgj/profile.png");
                }

                #steps-section .background-color .center-pad.three {
                    background-image: url("../imgj/monitor.png");
                }

                #steps-section .background-color .center-pad.four {
                    background-image: url("../imgj/benefits.png");
                    border: none;
                }

        #steps-section h3 {
            padding-top: 40px;
            margin-bottom: 20px;
            margin-top: 0;
            margin-left: 5%;
        }

        #steps-section p, #steps-section em {
            max-width: 90%;
            margin: 5px auto 0;
        }

        #steps-section .image-container {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            -webkit-background-size: 300px auto;
            -moz-background-size: 300px auto;
            background-size: 300px auto;
            background-repeat: no-repeat;
            float: left;
            height: 300px;
            display: none;
        }

            #steps-section .image-container:first-child {
                margin-left: auto;
            }

            #steps-section .image-container:last-child {
                margin-right: auto;
            }

        #steps-section .step-container {
            *zoom: 1;
            width: auto;
            max-width: 1440px;
            float: none;
            display: block;
            margin-right: auto;
            margin-left: auto;
            padding-left: 0;
            padding-right: 0;
            display: none;
        }

            #steps-section .step-container:before, #steps-section .step-container:after {
                content: '';
                display: table;
            }

            #steps-section .step-container:after {
                clear: both;
            }

        #steps-section .step {
            display: none;
            width: 1220px;
            overflow: hidden;
            margin: auto;
            padding-left: 40px;
            padding-right: 20px;
        }

        #steps-section .step-container.right {
            display: none;
        }
}

footer {
    background-color: #111;
    width: 100%;
    max-width: 100%;
}

    footer section {
        position: relative;
        margin: 0 auto;
        zoom: 1;
        padding-top: 80px;
        padding-bottom: 80px;
    }

        footer section:before, footer section:after {
            content: "";
            display: table;
        }

        footer section:after {
            clear: both;
        }

        footer section .tiles-container {
            max-width: 960px;
            margin: auto;
            background-color: #111;
        }

            footer section .tiles-container .footer-tile {
                *zoom: 1;
                float: left;
                clear: none;
                text-align: inherit;
                width: 22.75%;
                margin-left: 0%;
                margin-right: 3%;
                background-color: #111;
            }

                footer section .tiles-container .footer-tile:before, footer section .tiles-container .footer-tile:after {
                    content: '';
                    display: table;
                }

                footer section .tiles-container .footer-tile:after {
                    clear: both;
                }

                footer section .tiles-container .footer-tile:last-child {
                    margin-right: 0%;
                }

                footer section .tiles-container .footer-tile a {
                    display: block;
                    color: #fff;
                    opacity: .8;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                    filter: alpha(opacity=80);
                    margin-bottom: 10px;
                    font-size: 10px;
                    text-decoration: none;
                }

                footer section .tiles-container .footer-tile h6 {
                    color: #fff;
                    opacity: .8;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                    filter: alpha(opacity=80);
                    font-size: 14px;
                    margin-bottom: 20px;
                    font-weight: 500;
                }

                footer section .tiles-container .footer-tile p {
                    color: #fff;
                    opacity: .8;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                    filter: alpha(opacity=80);
                    margin-bottom: 10px;
                    font-size: 10px;
                    letter-spacing: .4px;
                }

                footer section .tiles-container .footer-tile button {
                    text-align: center;
                    height: 32px;
                    width: 120px;
                    letter-spacing: .3px;
                    background-color: transparent;
                    color: #fff;
                    font-size: 16px;
                    border: 1px solid #eee;
                    margin: 0 0 20px;
                    -webkit-border-radius: 1px;
                    border-radius: 1px;
                    cursor: pointer;
                    padding-top: 8px;
                }

                    footer section .tiles-container .footer-tile button:hover {
                        background-color: #fff;
                        color: #000;
                    }

                        footer section .tiles-container .footer-tile button:hover a {
                            color: #000;
                        }

                footer section .tiles-container .footer-tile img {
                    height: 22px;
                    padding-right: 12px;
                }

                footer section .tiles-container .footer-tile:nth-child(2) {
                    position: relative;
                    left: 4.291666666666701%;
                }

                footer section .tiles-container .footer-tile:nth-child(3) {
                    position: relative;
                    left: 7.357142857142812%;
                }

                footer section .tiles-container .footer-tile:last-child {
                    position: relative;
                    left: 5.722222222222268%;
                }

@media only screen and (max-width:900px) {
    footer {
        background-color: #111;
        width: 100%;
        max-width: 100%;
    }

        footer section {
            position: relative;
            margin: 0 auto;
            zoom: 1;
            padding: 80px 12px 0;
        }

            footer section:before, footer section:after {
                content: "";
                display: table;
            }

            footer section:after {
                clear: both;
            }

            footer section .tiles-container .footer-tile {
                *zoom: 1;
                float: left;
                clear: none;
                text-align: inherit;
                width: 50%;
                margin-left: 0%;
                margin-right: 0%;
                height: 220px;
            }

                footer section .tiles-container .footer-tile:before, footer section .tiles-container .footer-tile:after {
                    content: '';
                    display: table;
                }

                footer section .tiles-container .footer-tile:after {
                    clear: both;
                }

                footer section .tiles-container .footer-tile button {
                    width: 155px;
                    font-size: 10px;
                    letter-spacing: .1px;
                }

                footer section .tiles-container .footer-tile h6 {
                    font-size: 15px;
                }

                footer section .tiles-container .footer-tile p {
                    font-size: 12px;
                }

                footer section .tiles-container .footer-tile a {
                    font-size: 12px;
                }

                footer section .tiles-container .footer-tile img {
                    height: 23px;
                }

                footer section .tiles-container .footer-tile:nth-child(2) {
                    position: relative;
                    left: 0%;
                    text-align: right;
                }

                footer section .tiles-container .footer-tile:nth-child(3) {
                    position: relative;
                    left: 0%;
                }

                footer section .tiles-container .footer-tile:last-child {
                    position: relative;
                    left: 0%;
                    text-align: right;
                }

            footer section.bottom {
                display: none;
            }
}
