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;
        }
}

section.signup-header {
    padding: 0 0;
    z-index: 1;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    overflow: hidden;
    background: transparent;
}

    section.signup-header .container {
        max-width: 1500px;
        margin: auto;
        overflow: hidden;
    }

        section.signup-header .container .company, section.signup-header .container .user, section.signup-header .container .manager {
            max-width: 480px;
            margin: 0 auto 10px;
            -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.3);
            box-shadow: 0 4px 16px rgba(0,0,0,0.3);
        }

        section.signup-header .container .signup {
            margin-top: 40px;
        }

        section.signup-header .container .signup, section.signup-header .container .login {
            background-color: #fff;
            border-top: 62px solid transparent;
            position: relative;
            -webkit-border-radius: 1px;
            border-radius: 1px;
            border: 1px solid #ddd;
        }

            section.signup-header .container .signup h2, section.signup-header .container .login h2 {
                padding-bottom: 30px;
                padding-top: 30px;
                margin-bottom: 0;
                text-align: center;
                font-family: 'Gotham',Helvetica,sans-serif;
                font-weight: 700;
                letter-spacing: .5px;
                line-height: 1.2;
                font-size: 1.6em;
                color: #333;
                letter-spacing: -1px;
                border-bottom: 1px solid #ddd;
            }

            section.signup-header .container .signup p, section.signup-header .container .login p {
                font-family: 'Gotham',Helvetica,sans-serif;
                font-size: .85em;
                font-weight: 300;
                line-height: 1.5;
                color: #111;
            }

            section.signup-header .container .signup form, section.signup-header .container .login form {
                width: 100%;
                display: block;
                max-width: 360px;
                padding: 0 20px;
                margin: auto;
                text-align: left;
            }

                section.signup-header .container .signup form select[name="expertise"], section.signup-header .container .login form select[name="expertise"] {
                    height: 53px;
                    font-family: 'Gotham',Helvetica,sans-serif;
                    font-size: 16px;
                    border: 2px solid #ccc;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                    margin: 10px 0 30px;
                    outline: none;
                    width: 470px;
                    display: block;
                }

                section.signup-header .container .signup form em, section.signup-header .container .login form em, section.signup-header .container .signup form .error-message, section.signup-header .container .login form .error-message {
                    display: block;
                    text-transform: uppercase;
                    font-family: 'Gotham',Helvetica,sans-serif;
                    font-size: 1.50em;
                    margin-bottom: 10px;
                    margin-top: 20px;
                    font-weight: 500;
                    letter-spacing: .5px;
                    color: #222;
                }

                section.signup-header .container .signup form .error-message, section.signup-header .container .login form .error-message {
                    color: #f00;
                    padding-bottom: 10px;
                }

                section.signup-header .container .signup form input[type="text"], section.signup-header .container .login form input[type="text"], section.signup-header .container .signup form input[type="password"], section.signup-header .container .login form input[type="password"] {
                    padding: 15px;
                    font-family: 'Gotham',Helvetica,sans-serif;
                    font-size: 1.50em;
                    width: 320px;
                    max-width: 100%;
                    border: 2px solid #ccc;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                    margin: 0 auto 15px;
                    display: block;
                    outline: none;
                }

                .logintxt{
                    padding: 15px;
                    font-family: 'Gotham',Helvetica,sans-serif;
                    font-size: 1.50em;
                    width: 320px;
                    max-width: 100%;
                    border: 2px solid #ccc;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                    margin: 0 auto 15px;
                    display: block;
                    outline: none;
                }


                .loginbtn{
                       font-family: 'Gotham',Helvetica,sans-serif;
                    font-weight: 300;
                    letter-spacing: .5px;
                    font-size: 24px;
                    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;
                    display: block;
                    margin: 30px auto 30px;
                    width: 160px;
                    letter-spacing: 0;
                    padding-top: 13px;
                    font-weight: 400;
                    height: 44px;
                    font-size: 16px;
                    background-color: #0297fd;
                }

                    .loginbtn:hover {
                        background-color: #3273b5;
                      
                    }


                    section.signup-header .container .signup form input[type="text"]:focus, section.signup-header .container .login form input[type="text"]:focus, section.signup-header .container .signup form input[type="password"]:focus, section.signup-header .container .login form input[type="password"]:focus {
                        outline: none;
                        border: 2px solid #0297fd;
                    }

                section.signup-header .container .signup form .inline, section.signup-header .container .login form .inline {
                    display: inline-block;
                    margin-top: 0;
                    margin-right: 10px;
                }

                    section.signup-header .container .signup form .inline input[type="text"], section.signup-header .container .login form .inline input[type="text"] {
                        width: 80px;
                    }

                section.signup-header .container .signup form .hidden, section.signup-header .container .login form .hidden {
                    display: block;
                }

                section.signup-header .container .signup form input.error, section.signup-header .container .login form input.error {
                    border-color: #f00;
                }

            section.signup-header .container .signup .submit-button, section.signup-header .container .login .submit-button {
                display: block;
                text-align: center;
                max-width: 670px;
                margin: auto;
            }

                section.signup-header .container .signup .submit-button a, section.signup-header .container .login .submit-button a {
                    text-decoration: none;
                }

                section.signup-header .container .signup .submit-button button#request, section.signup-header .container .login .submit-button button#request, section.signup-header .container .signup .submit-button button, section.signup-header .container .login .submit-button 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;
                    display: block;
                    margin: 30px auto 30px;
                    width: 160px;
                    letter-spacing: 0;
                    padding-top: 13px;
                    font-weight: 400;
                    height: 44px;
                    font-size: 16px;
                    background-color: #0297fd;
                }

                    section.signup-header .container .signup .submit-button button#request:hover, section.signup-header .container .login .submit-button button#request:hover, section.signup-header .container .signup .submit-button button:hover, section.signup-header .container .login .submit-button button:hover, section.signup-header .container .signup .submit-button button#request.active, section.signup-header .container .login .submit-button button#request.active, section.signup-header .container .signup .submit-button button.active, section.signup-header .container .login .submit-button 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;
                    }

                    section.signup-header .container .signup .submit-button button#request a, section.signup-header .container .login .submit-button button#request a, section.signup-header .container .signup .submit-button button a, section.signup-header .container .login .submit-button button a {
                        color: #fff;
                        text-decoration: none;
                    }

                section.signup-header .container .signup .submit-button img, section.signup-header .container .login .submit-button img {
                    text-align: center;
                    display: block;
                    float: none false;
                    margin: auto;
                    max-height: 10px;
                    max-width: 100%;
                }

    section.signup-header.login {
        background-image: url("../imgj/login_bg.jpg");
        margin-top: 62px;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        min-height: 600px;
        padding-top: 100px;
        background-repeat: no-repeat;
    }

section.selection {
    border-top: 62px solid transparent;
    max-width: 880px;
    margin: 120px auto;
    min-height: 750px;
}

    section.selection h2 {
        font-family: 'Gotham',Helvetica,sans-serif;
        font-weight: 500;
        line-height: 1.2;
        font-size: 2.3em;
        *zoom: 1;
        width: auto;
        max-width: 1440px;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
        font-weight: 700;
        margin: auto auto 80px;
        max-width: 100%;
        z-index: 1;
        text-align: center;
        color: #323232;
        line-height: 1;
        letter-spacing: -2px;
    }

        section.selection h2:before, section.selection h2:after {
            content: '';
            display: table;
        }

        section.selection h2:after {
            clear: both;
        }

    section.selection .half {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        text-align: center;
        height: 420px;
    }

        section.selection .half:before, section.selection .half:after {
            content: '';
            display: table;
        }

        section.selection .half:after {
            clear: both;
        }

        section.selection .half:last-child {
            margin-right: 0%;
        }

        section.selection .half img {
            padding-top: 60px;
            height: 60px;
            opacity: .5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            margin-bottom: 30px;
        }

        section.selection .half h5 {
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 700;
            font-size: 1.5em;
            font-weight: 500;
            color: #333;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

        section.selection .half p {
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 500;
            font-size: .95em;
            line-height: 1.3;
            font-weight: 300;
            line-height: 1.4;
            max-width: 290px;
            margin: auto;
            margin-bottom: 60px;
        }

        section.selection .half a {
            text-decoration: none;
            color: #fff;
        }

            section.selection .half a 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;
                height: 48px;
                width: 200px;
                font-size: 14px;
                letter-spacing: .5px;
                font-weight: 400;
                background: #0297fd;
                text-transform: uppercase;
                display: block;
                max-width: 100%;
                margin: auto;
            }

                section.selection .half a button:hover, section.selection .half a 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;
                }

                section.selection .half a button a {
                    color: #fff;
                    text-decoration: none;
                }

    section.selection .right {
        -webkit-box-shadow: -1px 0 0 0 #90dcd9;
        box-shadow: -1px 0 0 0 #90dcd9;
    }

        section.selection .right a button {
            background: #ff5b1f;
        }

            section.selection .right a button:hover {
                background: #db5220;
            }

    section.selection .mobile {
        display: none;
    }

#overlay, #overlay-user {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    padding-top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
}

    #overlay + div {
        margin-top: 0;
    }

        #overlay + div img#close {
            top: 0;
        }

#info, #info-user {
    margin: -330px auto 0;
    width: 920px;
    height: 500px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#info-user {
    position: absolute;
    margin: -325px auto 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 0;
    padding: 0 20px;
    background: transparent;
    z-index: 51;
    position: absolute;
    visibility: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

    #info-user img {
        float: right;
        position: absolute;
        cursor: pointer;
        top: -50px;
        right: 0;
        height: 50px;
    }

@media (max-width:600px) {
    section.signup-header {
        padding: 60px 0 0;
        z-index: 1;
        max-width: 100%;
    }

        section.signup-header h1 {
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 400;
            font-size: 3em;
            letter-spacing: 2px;
            line-height: 1.1;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0;
            padding-bottom: 18px;
        }

        section.signup-header .container {
            max-width: 100%;
            margin: auto 20px;
            overflow: hidden;
        }

            section.signup-header .container .company, section.signup-header .container .user {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            section.signup-header .container .company {
                max-width: 100%;
                margin: 0 auto 80px;
            }

            section.signup-header .container .user {
                display: block;
                clear: both;
                float: none;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                max-width: 100%;
                margin: 0 auto 0;
            }

                section.signup-header .container .user:first-child {
                    margin-left: auto;
                }

                section.signup-header .container .user:last-child {
                    margin-right: auto;
                }

            section.signup-header .container .signup {
                background-color: #fff;
                border-top: 62px solid transparent;
                position: static;
                z-index: 2;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                border: none;
            }

                section.signup-header .container .signup h2 {
                    padding-bottom: 40px;
                    padding-top: 40px;
                    margin-bottom: 40px;
                    text-align: center;
                    font-family: 'Gotham',Helvetica,sans-serif;
                    font-weight: 700;
                    letter-spacing: .5px;
                    line-height: 1.2;
                    font-size: 1.6em;
                    color: #333;
                    border-bottom: 2px solid #ddd;
                }

                section.signup-header .container .signup p {
                    font-family: 'Gotham',Helvetica,sans-serif;
                    font-size: .85em;
                    font-weight: 300;
                    line-height: 1.5;
                    color: #111;
                }

                section.signup-header .container .signup 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;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                    background: #ff6363;
                    color: #fff;
                    width: 270px;
                    margin: 20px auto 0 auto;
                    display: block;
                    font-family: 'Gotham',Helvetica,sans-serif;
                    font-weight: 500;
                    letter-spacing: 1.5px;
                    cursor: pointer;
                    font-size: 15px;
                    -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;
                }

                    section.signup-header .container .signup button:hover, section.signup-header .container .signup 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;
                    }

                    section.signup-header .container .signup button a {
                        color: #fff;
                        text-decoration: none;
                    }

                    section.signup-header .container .signup button:hover, section.signup-header .container .signup button.active {
                        background-color: #b04343;
                        -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;
                    }

                section.signup-header .container .signup form {
                    width: auto;
                    display: block;
                    max-width: 100%;
                    padding-left: 0;
                    margin: auto;
                    padding-right: 0;
                    text-align: left;
                }

                    section.signup-header .container .signup form select[name="expertise"] {
                        height: 53px;
                        font-family: 'Gotham',Helvetica,sans-serif;
                        font-size: 16px;
                        border: 2px solid #ccc;
                        -webkit-border-radius: 3px;
                        border-radius: 3px;
                        margin: 10px 0 30px;
                        outline: none;
                        width: 600px;
                        display: block;
                    }

                    section.signup-header .container .signup form em, section.signup-header .container .signup form .error-message {
                        display: block;
                        text-transform: uppercase;
                        font-family: 'Gotham',Helvetica,sans-serif;
                        font-size: .9em;
                        font-weight: 500;
                        padding-left: 35px;
                        letter-spacing: .5px;
                        color: #222;
                    }

                    section.signup-header .container .signup form .error-message {
                        color: #f00;
                        padding-bottom: 10px;
                    }

                    section.signup-header .container .signup form button {
                        display: block;
                        margin: 30px 32px;
                        width: 160px;
                        letter-spacing: 0;
                        padding-top: 13px;
                        font-weight: 400;
                        height: 44px;
                        font-size: 16px;
                        background-color: #0297fd;
                    }

                    section.signup-header .container .signup form input[type="text"], section.signup-header .container .signup form input[type="password"] {
                        padding: 15px;
                        font-family: 'Gotham',Helvetica,sans-serif;
                        font-size: 16px;
                        width: 260px;
                        max-width: 100%;
                        border: 2px solid #ccc;
                        -webkit-border-radius: 3px;
                        border-radius: 3px;
                        margin: 10px auto 30px;
                        display: block;
                        outline: none;
                    }

                        section.signup-header .container .signup form input[type="text"]:hover, section.signup-header .container .signup form input[type="password"]:hover, section.signup-header .container .signup form input[type="text"]:focus, section.signup-header .container .signup form input[type="password"]:focus {
                            outline: none;
                            border: 2px solid #0297fd;
                        }

                    section.signup-header .container .signup form input[name="dob"] {
                        zoom: 1;
                    }

                        section.signup-header .container .signup form input[name="dob"]:before, section.signup-header .container .signup form input[name="dob"]:after {
                            content: "";
                            display: table;
                        }

                        section.signup-header .container .signup form input[name="dob"]:after {
                            clear: both;
                        }

                    section.signup-header .container .signup form .submit-button {
                        display: block;
                        text-align: right;
                        position: relative;
                        right: 0;
                    }

            section.signup-header .container input.error {
                border-color: #f00;
            }

            section.signup-header .container .hidden {
                display: none;
            }

            section.signup-header .container .right-half {
                display: block;
                clear: both;
                float: none;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                height: 335px;
                -webkit-background-size: 100%;
                -moz-background-size: 100%;
                background-size: 100%;
                background-repeat: no-repeat;
                background-position: center;
                background-image: url("../../../s3.amazonaws.com/igotmywork/user_profile/freelancer.png");
                margin: 40px auto 0;
                position: static;
                float: right;
                overflow: hidden;
            }

                section.signup-header .container .right-half:first-child {
                    margin-left: auto;
                }

                section.signup-header .container .right-half:last-child {
                    margin-right: auto;
                }

    section.selection {
        border-top: 62px solid transparent;
        max-width: 100%;
        margin: 80px auto;
        min-height: 800px;
    }

        section.selection h2 {
            font-family: 'Gotham',Helvetica,sans-serif;
            font-weight: 700;
            letter-spacing: .5px;
            line-height: 1.2;
            font-size: 1.6em;
            color: #333;
            letter-spacing: -2px;
            margin-bottom: 20px;
        }

        section.selection .half {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            height: 380px;
            padding: 0 0 40px;
            border-bottom: 1px solid #ccc;
        }

            section.selection .half:first-child {
                margin-left: auto;
            }

            section.selection .half:last-child {
                margin-right: auto;
            }

        section.selection .right {
            border-bottom: none;
            a;
        }

        section.selection .mobile {
            display: block;
        }

    #open, #open-user {
        display: none;
    }

    #info, #info-user {
        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;
            }
}
