@font-face {
    font-family: 'LinotypeVAGRoundedStdLight';
    src: url('../fonts/LinotypeVAGRoundedStdLight.eot');
    src: url('../fonts/LinotypeVAGRoundedStdLight.eot') format('embedded-opentype'), url('../fonts/LinotypeVAGRoundedStdLight.woff2') format('woff2'), url('../fonts/LinotypeVAGRoundedStdLight.woff') format('woff'), url('../fonts/LinotypeVAGRoundedStdLight.ttf') format('truetype'), url('../fonts/LinotypeVAGRoundedStdLight.svg#LinotypeVAGRoundedStdLight') format('svg');
}


html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

del {
    text-decoration: line-through;
}

hr {
    display: block;
    height: 1px;
    border: 0px;
    border-top: 1px solid #ccc;
    margin: 1em 0px;
    padding: 0px;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: middle;
}

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 14px;
    background: #fff;
    font-weight: normal;
    word-wrap: break-word;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

p {
    line-height: 18px;
    margin: 0px 0px 15px 0px;
}

a {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: 0 none;
    text-decoration: none;
}

    a, a:hover, a:active, input, input:focus {
        outline: 0 none;
    }

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

div.loader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    background: url(../images/loader.gif) no-repeat center rgba(0,0,0,0.85);
}

img.right {
    margin: 0px 0px 10px 20px;
}

img.left {
    margin: 0px 20px 10px 0px;
}

table {
    border-collapse: collapse;
}

    table th {
        font-size: 18px;
        color: #404041;
        font-weight: normal;
        margin: 0px 0px 10px 0px;
        line-height: 24px;
        padding: 10px;
        border: 1px solid #dcdcdc;
    }

    table td {
        border-collapse: collapse;
        padding: 10px;
        border: 1px solid #dcdcdc;
    }
/*~forms~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
        outline: none;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

p.e {
    color: red;
    text-align: left;
    font-size: 11px;
    margin: 0 !important;
}

input.text, textarea {
    width: 200px;
    padding: 10px 10px;
    background: #fff;
    color: #78818a;
    border: 1px solid #d4d4d4;
    vertical-align: middle;
    font-size: 14px;
    margin: 0px;
}

select {
    width: 200px;
}

textarea {
    height: 100px;
    resize: none;
    outline: none;
    overflow: auto;
}

input, button, select, textarea {
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
    border-radius: 0;
}

img {
    vertical-align: middle;
}
/*~HTML5 display definitions~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

progress {
    vertical-align: baseline;
}

template, [hidden] {
    display: none;
}
/*~IE7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ie img {
    -ms-interpolation-mode: bicubic;
}

/*~common~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
    background: #fcf2e7;
    font-family: 'LinotypeVAGRoundedStdLight';
}

div.wrapper {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: auto;
    padding: 50px 0 0;
}

h1 {
    float: left;
    height: 120px;
    font-size: 30px;
    color: #97282a;
    margin: 20px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-family: 'LinotypeVAGRoundedStdLight';
}

.form-wrap {
    width: 100%;
    max-width: 280px;
    float: right;
}

.hire-logo {
    width: 100%;
    max-width: 280px;
    float: right;
    position: relative;
    margin: -1px 0 15px 0;
}

    .hire-logo img {
        max-width: 100%;
    }

.rlogo {
    background: #ffffff;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 15px 25px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

    .rlogo img {
        width: 180px;
    }

ul.form-list {
    width: 100%;
    border: none;
    border-top: 0;
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    ul.form-list li {
        text-align: left;
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
        list-style: none;
        color: #888;
        position: relative;
        font-family: 'LinotypeVAGRoundedStdLight';
    }

        ul.form-list li label input {
            vertical-align: middle;
        }

        ul.form-list li .text {
            width: 100%;
            font-family: 'LinotypeVAGRoundedStdLight';
            color: #000;
            font-size: 16px;
        }

        ul.form-list li.center {
            text-align: center;
            margin: 25px 0 -40px 0;
        }

        ul.form-list li .button {
            color: #fff;
            background: #faa61a;
            width: 200px;
            height: 35px;
            padding: 0;
            font-family: 'LinotypeVAGRoundedStdLight';
            font-size: 20px;
            text-align: center;
            border: 0;
            cursor: pointer;
            border-radius: 10px;
            display: inline-block;
        }

            ul.form-list li .button:hover {
                opacity: 0.9;
            }

div.steps {
    float: left;
    position: relative;
    width: 100%;
    max-width: 650px;
}

    div.steps img {
        width: 100%;
    }

@media all and (min-width:1024px) {
    /*ul.form-list{height:420px;} */ /*PR13414-ResumeFunnel*/
}

@media all and (max-width:1023px) {
    div.wrapper {
        text-align: center;
        padding: 20px;
    }

    h1 {
        font-size: 24px;
        width: 100%;
        height: auto;
        margin: 20px 0;
    }

    .hire-logo {
        max-width: 50%;
        float: none;
        margin: auto;
    }

    .form-wrap {
        max-width: 350px;
        float: none;
        margin: 0 auto;
    }

    div.steps {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 60px 0;
    }

        div.steps img {
            max-width: 90%;
        }

    ul.form-list li.center {
        text-align: center;
        margin: 0 0 0px 0;
    }
}

@media all and (max-width:767px) {
    h1 {
        font-size: 18px;
        margin: 15px 0;
    }

        h1 br {
            display: none;
        }

    .form-wrap {
        max-width: 280px;
    }
}

@media all and (max-width:360px) {
    h1 {
        font-size: 15px;
        margin: 15px 0;
    }

        h1 br {
            display: none;
        }

    .form-wrap {
        max-width: 280px;
    }
}
