@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,400,700|Roboto:300,400,700,900');
/*@import url(//fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300&subset=latin,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext);*/
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);
/* reset */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input {
    min-height: 1.42em;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
select {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
input[type="checkbox"], input[type="radio"], input[type="hidden"] {
    min-height: inherit;
}
input[type="radio"] {
    min-height: inherit;
    margin: 1px;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* reset */

/* general elements */
html {
    height: 100%;
}
body {
    text-align: center;
    color: #000000;
    font-family: 'Roboto', Helvetica,Arial, sans-serif;
    background-color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    margin: 10px 0 15px;
    line-height: 1.1;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}
/* lines around h1 */
h1 {
  display: table;
  white-space: nowrap;
}
h1.view_title {
    display: block;
    white-space: normal;
}
h1#apply_job {
    display: block;
    white-space: normal;
}

h1.view_title:after {
  background: linear-gradient(to bottom, #e1e1e1, #e1e1e1) no-repeat right center / 95% 1px;
  content: "";
  display: table-cell;
  width: 50%;
}

h1:before {
  background: linear-gradient(to bottom, #e1e1e1, #e1e1e1) no-repeat left center / 95% 1px;
  content: "";
  display: table-cell;
  width: 50%;
}

h1:after {
  background: linear-gradient(to bottom, #e1e1e1, #e1e1e1) no-repeat right center / 95% 1px;
  content: "";
  display: table-cell;
  width: 50%;
}
h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
}
h2 {
    font-size: 26px;
    font-weight: 400;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
p {
    margin: 0 0 15px 0;
}
a {
    color: #0d83e5;
    transition: all 50ms ease-in-out 0s;
    -webkit-transition: all 50ms ease-in-out 0s;
}
a:hover {
    color: #0d83e5;
}
input {
    padding: 3px;
}
select {
    padding: 3px;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
input::-webkit-input-placeholder {
    color: #000000;
}
input:-moz-placeholder {
    color: #000000;
}
input::-moz-placeholder {
    color: #000000;
}
input:-ms-input-placeholder {
    color: #000000;
}
input:focus::-webkit-input-placeholder {
    color:transparent;
    opacity: 0;
}
input:focus:-moz-placeholder {
    color: transparent;
    opacity: 0;
}
input:focus::-moz-placeholder {
    color:transparent;
    opacity: 0;
}
input:focus:-ms-input-placeholder {
    color: #000000;
    opacity: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

/*@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/RobotoSlab-Bold-webfont.eot');
    src: url('fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('fonts/RobotoSlab-Bold-webfont.svg') format('svg');


}*/
/* general elements */

/* global page elements */
div.header_logo, div.header-wrapper, div.page, div#footer, p.redirect, p.redirect_link {
    width: 100%;
    margin: auto;
}
div.header_logo {
    background-color: #383838;
    position: relative;
}
div.header_logo .container {
    background-color: #333333;
}
div.container {
    max-width: 1190px;
    margin: auto;
}
div.content-top {
    height: 110px;
    background-color: #5d5c5c;
}
div#banner_top {
    float: none;
    padding-top: 5px;
}
p.redirect {
    margin: 0 auto;
    padding: 100px 0 10px;
    background-color: #ffffff;
}
p.redirect_link {
    margin: 0 auto;
    padding: 10px 0 100px;
    background-color: #ffffff;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 0;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0d83e5;
    position: absolute;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0d83e5;
    position: absolute;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0d83e5;
    position: absolute;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #0d83e5;
    position: absolute;
}
.size_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.floated {
    float: left;
}
.one_third {
    width: 33.33333%;
}
.one_half {
    width: 50%;
}
.two_thirds {
    width: 66.66666%;
}
.right_margin {
    margin-right: 20px;
}
a.more_button {
    padding-right: 17px;
    background: url('images/blue_arrow.png') right center no-repeat transparent;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
a.more_button:hover {
    background: url('images/red_arrow.png') right center no-repeat transparent;
}
input[type="text"], input[type="password"] {
    font: inherit;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 4px;
}
/* buttons */
input[type="submit"], input[type="button"], input[type="reset"], a.apply, div.button, a.button, span.login_button a, button, a[data-role="button"], div.job_agent_table_controls a.resumes {
    -webkit-appearance:none;
    background-color: #0D83E5 !important;
    border: 1px solid #0D83E5 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 12px;
    border-radius: 5px 5px 5px 5px;
    transition: background-color .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
div.mobile_view_job_box_bottom_actions_box {
    margin: 20px 0;
}
a.filter_button, a.alerts_button {
    width: 60px;
    height: 26px;
    display: block;
    padding-left: 30px;
    padding-top: 8px;
    color: #383838;
    position: relative;
}
a.filter_button {
    background: url('images/buttons.png') left top no-repeat transparent;
}
a.alerts_button {
    background: url('images/buttons.png') right top no-repeat transparent;
}
a.filter_button.filter_active {
    background: url('images/buttons.png') left bottom no-repeat transparent;
    color: #ffffff;
}
a.alerts_button.alerts_active {
    background: url('images/buttons.png') right bottom no-repeat transparent;
    color: #ffffff;
}
input.save_section_button, input.cancel_section_button {
    margin: 0 5px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.apply:hover, div.button:hover, a.button:hover, button:hover, a[data-role="button"]:hover, div.job_agent_table_controls a.resumes:hover {
    background-color: #0ca8f0 !important;
    border: 1px solid #0ca8f0 !important;
    text-decoration: none !important;
}
/* boxes */
.box, div.post_single_job2_div, div.post_single_job3_box_left, div.post_single_job3_box, div.post_single_job3_gateway, div.register_employer_div_left, div.register_employer_div, div.register_employer2_div_left, div.register_employer2_div, div.register_seeker_div, div.register_seeker2_div_left, div.register_seeker2_div_left_bottom, div.register_seeker2_div, div.register_seeker2_div_bottom, div.front_qs, .qs_secondary_form, div.quick_search_box, div.edit_preferences_div, div.resume_searches_div, div.billing_confirm_div, div.resume_search_box, div.multiple_postings_div, div.advanced_resume_search_div, div.advanced_search_div, div.save_search_with_radio_div, div.job_agent_div_left, div.job_agent_div, div.mass_box, div.contact_us_div, .featured_box, .regular_box, div.workexp_box_title, div.desired_employment_box_title, div.education_box_title, div.view_profile_resumes_title, div.seeker_quick_search, div.register_seeker2_div_upload, div.wizard_contact_div_left, div.wizard_obj_box, div.wizard_edu_box, div.wizard_exp_box, div.view_profile_name_box, div.sign_in_box, .job_type_box_td, div.view_profile_video_box, div.register_employer_box,
div.seeker_narrow, fieldset.register_seeker2_profile_div,
div.search_results_left_tab_search, div.search_results_left_tab_browse, div.search_results_left_tab_subtab_item {
    background-color: #F4F4F4;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    position: relative;
    float: none;
    display: inline-block;
}
/* other elements */
a.search {
    line-height: 1.1;
}

div.info a, div.info a.employer, p.search_results_company {
    font-weight: bold;
    color: #969696;
    font-size: 1em;
}
p.search_results_location, span.search_results_location, div.date {
    color: #969696;
    font-weight: normal;
}
div.desc {
    color: #000000;
}
div.search_results_left_tab_subtab_item {
    margin-bottom: -1px;
    border-bottom: 0;
    position: relative;
    z-index: 999;
    box-shadow: none;
}
div.search_results_outer div.search_results_inner div.wj_search_results_sort_bar {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
td.seeker_search_row2_wide, td.seeker_search_row1_wide, tr.search_row1, td.search_row1, tr.search_row2, td.search_row2 {
    border-bottom: 1px solid #dcdcdc;
    font-size: inherit;
}
div.header-wrapper {
    background-color: transparent;
    z-index: 9998;
}
div#logo {
    margin: 0;
    float: left;
    border-right: 1px solid #606060;
    height: 75px;
}
img.logo_large {
}
img.logo_small {
    display: none;
}
div.tagline {
    font-size: 13px;
    text-align: center;
    margin-top: 2px;
    border-top: 1px solid #cccccc;
}
div.page,div.page1 {
    background-color: #ffffff;
    max-width: 1190px;
}
div.main, div.main1 {
    padding: 12px 0;
    /*change
    margin: 0 45px;*/
}

div.page ul {
   list-style-type: disc;
   list-style-position: inside;
}
div.page ol {
   list-style-type: decimal;
   list-style-position: inside;
}
div.page ul ul, div.page ol ul {
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 15px;
}
div.page ol ol, div.page ul ol {
   list-style-type: lower-latin;
   list-style-position: inside;
   margin-left: 15px;
}
div#footer {
    margin: 0 auto;
    padding: 0;
    background-color: #2e2e2e;
    color: #8e8e8e;
}
div.footer_content {
    padding: 20px;
}
div.footer_left {
    float: left;
    width: 33.3333%;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.footer_left p {
    font-size: 0.85em;
    line-height: 1.3;
}
div.footer_right {
    float: left;
    width: 66.6666%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div#footer a {
    color: #8e8e8e;
    transition: all 50ms ease-in-out 0s;
    -webkit-transition: all 50ms ease-in-out 0s;
}
div#footer a:hover {
    color: #E6E6E6;
}
div.footer_menu_tab {
    float: left;
    width: 33.33333%;
    padding: 10px;
    text-align: left;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.footer_menu_tab h4 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    color: #E6E6E6;
}
div.footer_menu_tab a {
    margin-right: 15px;
    font-weight: bold;
}
div.footer_logo {
    padding: 0 10px 10px;
}
div.alm_logo {
    padding: 5px 10px;
}
div.footer_social {
    margin: 5px 0 20px;
}
a.footer_social_icon {
    background: url('images/social_icons.png') left top no-repeat transparent;
    height: 32px;
    width: 40px;
    display: inline-block;
}
a.footer_social_icon.icon_facebook {
    background-position: 0 0;
}
a.footer_social_icon.icon_twitter {
    background-position: -40px 0;
}
a.footer_social_icon.icon_linkedin {
    background-position: -80px 0;
}
a.footer_social_icon.icon_google {
    background-position: -120px 0;
}
a.footer_social_icon.icon_rss {
    background-position: -160px 0;
}
div.footer_copyright_text {
    margin: 30px 0;
    text-align: left;
    color: #999;
    font-size: 14px;
    position: relative;
}
div.footer_copyright_text span {
    float: left;
}
div#footer div.footer_copyright_text a#footer_show_menu {
    display: block;
    float: left;
    padding: 1px 5px;
    text-transform: uppercase;
    background-color: #515151;
    color: #E6E6E6;
    margin-left: 20px;
}
div#footer div.footer_copyright_text div.footer_popup {
    position: absolute;
    top: -400px;
    right: 65px;
    padding: 10px 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #0d83e5;
    display: none;
    z-index: 99;
}
div#footer div.footer_copyright_text div.footer_popup li {
    margin-bottom: 15px;
    font: 300 15px "Roboto",Arial;
}
div#footer div.footer_copyright_text div.footer_popup a {
    color: #000000;
}
div#footer div.footer_copyright_text a:hover {
}
/*<===[[MENU AND SUBMENU]]===>*/
div.header_main_menu {
    clear: both;
}
/*{{menu}} --->*/
div.main_menu {
    width: 100%;
    margin: 0;
    text-align: left;
    background-color: transparent;
}
#main_tab {
    text-align: left;
    width: auto;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    overflow: hidden;
    float: left;
    background-color: #333333;
}
#main_tab ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
    background-color: transparent;
    width: 100%;
    display: inline-table;
}
#main_tab li {
    background: none;
    margin: 0;
    /*display: table-cell;
    float: none;*/
    display: block;
    float: left;
    text-align: center;
}
#main_tab li {
    border-right: 1px solid #606060;
}
#main_tab a {
    display: block;
    text-decoration: none;
    color: #878787;
    font-size: 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    text-align: center;
    width: 130px;
    line-height: 75px;
    vertical-align: middle;
    text-transform: uppercase;
}
#main_tab a:hover, #main_tab li:hover {
    text-decoration: none;
    color: #0ca8f0;
    background-color: #252525;
    overflow: hidden;
}
#main_tab li:last-of-type a {
    width: 170px !important;
}
#main_tab ul li:hover > div {
    display: block;
}
#main_tab #current {
}
#main_tab #current > a {
    color: #0ca8f0;
    background-color: #252525;
}
#main_tab #current a:hover {
    text-decoration: none;
    color: #0ca8f0;
}
div.expand_btn {
    float: left;
    display: none;
}
div.top_buttons {
    background-color: #333333;
    float: right;
    height: 75px;
}
div.top_buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
div.top_buttons li {
    float: left;
    height: 100%;
    margin: 0 3px;
}
div.top_buttons a {
    display: block;
    height: 100%;
    padding: 0;
    background: url('images/top_buttons_small.png') left top no-repeat transparent;
    white-space: nowrap;
}
div.top_buttons a span {
    margin-top: 15px;
    white-space: nowrap;
    color: #878787;
    font-size: 9px;
    display: inline-block;
    margin-top: 50px;
    width: auto;
    text-align: center;
    overflow: hidden;
}
div.top_buttons a.top_subscribe {
    background-position: 2px 18px;
}
div.top_buttons a.top_register {
    background-position: -55px 18px;
}
div.top_buttons a.top_account {
    background-position: -98px 18px;
}
div.top_buttons a.top_search {
    background-position: -160px 18px;
}
/*<--- {{menu}}*/

/*{{submenu}} --->*/
div.header_sub_menu, div.static_menu {
    clear: both;
    background-color: #252525;
    height: 55px;
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    display: none;
    z-index: 99;
}
div.static_menu {
    display: block;
    position: relative;
    top: 0;
    z-index: 1;
}
div.static_menu .container {
    background-color: #252525;
}
div.static_menu ul#submenu {
    margin-left: 0;
}
ul#submenu {
    margin-left: 160px;
}
div.static_menu ul#submenu {
    margin-left: 0;
}
ul#submenu li {
    float: left;
    border: none;
}
ul#submenu li a {
    height: 55px;
    line-height: 55px;
    padding: 4px 0;
    margin: 0 30px;
    vertical-align: middle;
    color: #878787;
    font-size: 16px !important;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    display: inline;
    text-transform: none;
}
div.static_menu ul#submenu a {
    margin: 0 16px;
    font-size: 15px !important;
}
div.static_menu_user {
    float: left;
    height: 55px;
    font-size: 13px;
    color: #878787;
    margin-left: 10px;
    margin-right: 20px;
    width: 235px;
    white-space: nowrap;
    overflow: hidden;
}
div.static_menu_user a {
    color: #878787;
}
div.static_menu_img {
    padding: 3px 10px;
    line-height: 49px;
    height: 49px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    float: left;
    display: inline-block;
}
div.static_menu_img img {
    vertical-align: middle;
    display: inline-block;
}
div.static_menu_img span {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
div.static_menu_name {
    font-size: 15px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 3px;
}
div.static_menu_name a {
    color: #ffffff;
}
ul#submenu li a:hover, #main_tab #current ul#submenu li a:hover, ul#submenu li.submenu_current a {
    border-bottom: 3px solid #0d83e5;
    color: #ffffff;
}
/*<--- {{submenu}}*/

/*===>[[MENU AND SUBMENU]]<===*/
/* global page elements */


/*<===[[INDEX PAGE]]===>*/

    /*{{index layout}} --->*/
        /*Special theme-specific layout for featured employers box (line of logos)*/
        .featured_box {
            margin: 30px 0 20px 0;
            background: transparent;
            float: none;
            clear: both;
            width: 100%;
            display: inline-block;
            padding: 10px 0 10px 0;
            border-top: 1px solid #d2d2d2;
            border-bottom: 1px solid #d2d2d2;
        }
        /*This allows to place the .cta box on the right side of index page*/
        div.browse.index {
            width: 100%;
            overflow: hidden;
            text-align: center;
            margin-bottom: 30px;
        }
        /*Position "Select jobs by category/state/ect" sections*/
        ul.odd, ul.even {
            float: left;
            list-style-type: none;
            padding: 0 29px 0 0;
            margin: 0;
        }
        /*Add some space between "Select jobs by category/state/ect" sections so that they don't cling together*/
        ul.odd li, ul.even li {
            padding: 6px 0 0 0;
        }
        /*Adjsut the size of latest jobs box on index page so that a potential banner can be fitted next to it*/
        div#latest_jobs {
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-right: 315px;
            margin-right: -315px;
        }
        div.index_right_banner {
            width: 300px;
            float: right;
            /*border: 1px solid #DCDCDC;
            background-color: #f2f2f2;
            padding: 30px 0;*/
            text-align: center;
        }
        div.promo_tile {
            background: url('images/promo-tile.png') left top no-repeat transparent;
            width: 232px;
            height: 502px;
            margin: auto;
            text-align: left;
            font-size: 18px;
            line-height: 1.5;
            color: #383838;
            padding-top: 60px;
        }
        div.promo_tile p {
            margin: 50px 0;
        }
        div#latest_jobs_box {
            margin: 0 0 40px;
            padding: 0;
            border: 1px solid #dcdcdc;
        }
        div#latest_jobs .lower {
            clear:both;
        }
        .lower {
            font-size: inherit;
        }
        div#latest_jobs_box div.backfilling_banners_outer {
            display: none;
        }
        div.job_list_logo {
            width: 150px;
            height: 90px;
            text-align: center;
            float: right;
        }
        div.job_list_logo img {
            display: inline-block;
            vertical-align: middle;
        }
        div.job_list_logo span {
            height: 100%;
            vertical-align: middle;
            display: inline-block;
        }
        div.job_list_info a.search, div.job_list_info div.info, div.job_list_info div.desc {
            display: inline-block;
            padding-right: 160px;
            margin-right: -150px;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        div.index_box {
            margin-bottom: 25px;
            border: 1px solid #dcdcdc;
        }
        div.index_box_content {
            padding: 10px 20px;
            width: 90%;
            margin: auto;
        }
        div.index_box_content select {
            float: left;
        }
        div.index_box_content label {
            float: left;
        }
        h2.index_title {
            background-color: #383838;
            font-size: 20px;
            font-weight: normal;
            color: #ffffff;
            padding: 0 0 0 10px;
            margin: 0;
            line-height: 40px;
            height: 40px;
            vertical-align: middle;
        }
        div#latest_jobs_box td.search_row1,
        div#latest_jobs_box td.search_row2 {
            padding: 10px 20px;
        }
        div.backfilling_banners_outer {
            padding: 0px 20px;
        }
        div.view_all {
            padding: 20px 0;
            text-align: center;
            /*border-top: 1px solid #dcdcdc;*/
        }
        div#index_browse {
            width: 60%;
            margin: 0 auto 15px;
        }
        div.index_browse_item {
            padding: 15px 0 5px;
            width: 32%;
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        div.index_browse_item + div.index_browse_item {
            margin-left: 2%;
        }
        div.index_browse_item + div {
            /*border-top: 1px solid #dcdcdc;*/
        }
        div#index_browse select {
            width: 64%;
            margin-top: -2px;
            margin-left: 1%;
        }
        div#index_browse label {
            width: auto;
            max-width: 100px;
        }
        /*div#index_browse .browse_specialty {
            width: 40%;
        }
        div#index_browse .browse_specialty label {
            width: 40%;
            max-width: 180px;
        }
        div#index_browse .browse_specialty select {
            width: 59%;
        }
        div#index_browse .browse_industry, div#index_browse .browse_state {
            width: 28%;
        }*/
        /*div.index_browse_item {
            width: 100%;
            margin-right: 0;
            margin-left: 0;
            float: none;
        }
        div.index_browse_item + div.index_browse_item {
            margin-left: 0;
        }
        div#index_browse .browse_specialty, div#index_browse .browse_industry, div#index_browse .browse_state {
            width: 100%;
        }
        div#index_browse .browse_specialty label, div#index_browse .browse_industry label, div#index_browse .browse_state label {
            width: 35%;
            max-width: 100%;
        }
        div#index_browse .browse_specialty select, div#index_browse .browse_industry select, div#index_browse .browse_state select {
            width: 64%;
        }*/
        div#index_right {
            float: right;
            width: 300px;
        }
        div.index_news {
            margin: 20px 0;
        }
        div.index_news_hl {
            padding: 10px;
            background-color: #c8c8c8;
            color: #5a5a5a;
            font-size: 16px;
            font-weight: bold;
        }
        div.index_news_item {
            padding: 10px;
            font-size: 16px;
            font-weight: bold;
            color: #c3c3c3;
        }
        div.index_news_item + div {
            border-top: 1px solid #dcdcdc;
        }
        div.index_newsletter {
            text-align: center;
        }
        div.index_newsletter_content {
            padding: 20px;
            background: url('images/pattern.png') left top repeat transparent;
        }
        div.index_newsletter h2 {
            text-transform: uppercase;
            text-align: center;
            font-weight: 700;
        }
        div.index_newsletter .sign_up_newsletter {
            font-size: 18px;
            color: #0ca8f0;
        }
        div.index_newsletter p {
            font-size: 14px;
            padding: 20px 20px;
        }
        div.index_newsletter input[type="submit"] {
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
            padding: 7px 20px !important;
            margin-top: 15px;
        }
        div.index_newsletter input[type="text"] {
            width: 220px;
        }
    /*<-- {{index layout}}*/

    /*{{index form}} --->*/
        /*Position and style the theme-specific index seach form*/
        div.quicksearch {
            margin: 60px auto 20px;
            overflow: auto;
            display: inline-block;
            width: 100%;
            text-align: center;
            overflow: visible;
        }
        div.quicksearch form {
            width: 60%;
            margin: auto;
            text-align: left;
        }
        div.search_top {
            border-bottom: 3px solid #0d83e5;
            margin-bottom: 30px;
        }
        div.search_top div.quicksearch {
            float: left;
            margin: 20px 0;
        }
        div.guest_agent_your_email {
            color: #0D83E5;
            margin-bottom: 5px;
        }
        div.search_results_main_headers {
            margin: 0 !important;
        }
        div.search_results_main_headers h2 {
            /*float: left;*/
            margin: 0;
            width: 100%;
            color: #0D83E5;
            margin: 0 -30% 0 0;
            padding-right: 33%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;

        }
        div.search_results_main_headers h2 span {
            color: #000000;
        }
        div.search_results_main_headers h3 {
            /*float: left;*/
            margin: 0;
            color: #0D83E5;
            font-size: 14px;
        }
        /*Position the fields of theme-specific index seach form*/
        div.quicksearch .qs_keywords, div.quicksearch .qs_search {
            float: left;
            margin-right: 0;
        }
        div.quicksearch .qs_keywords {
            width: 100%;
            padding: 0 0 0 40px;
            padding-right: 150px;
            margin-right: -150px;
            background: url('images/search_icon.png') left 5px no-repeat transparent;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        div.quicksearch input.keywords {
            line-height: 1;
            height: 40px;
            font-size: 16px;
            vertical-align: middle;
            border-radius: 8px 0px 0px 8px;
            border: 1px solid #e3e3e3;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 10px;
            color: #000000;
            background-color: #ffffff;
            outline: none;
        }
        div.quicksearch input.keywords:focus{
            border-color: #0D83E5;
        }
        div.search_top div.quicksearch {
            width: 50%;
        }
        div.search_top div.quicksearch form {
            width: 100%;
        }
        div.quicksearch input.qs_submit {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            height: 40px;
            line-height: 40px;
            border-radius: 0 8px 8px 0;
            padding: 0 !important;
            font-size: 16px;
            width: 100px;
        }
        div.qs_advanced_search {
            float: left;
            clear: both;
            margin-top: 5px;
            margin-left: 50px;
        }
        div.qs_job_agent {
            float: left;
            margin-top: 5px;
            margin-left: 30%;
        }
        div.sign_up_search_box {
            background-color: transparent;
            position: relative;
            float: right;
            margin-bottom: 10px;
            padding: 5px 0;
            width: 50%;
            text-align: right;
        }
        div.sign_up_search_box .success_message_box {
            text-align: left;
            margin-left: 10px;
            margin-top: 15px;
        }
    /*<-- {{index form}}*/

/*===>[[INDEX PAGE]]<===*/

/* layout fixes */
span.company-insider-pop-up {
    display: none;
}
div.forgot_password_wrapper {
    margin: 20px 0;
}
div.forgot_password_radio {
    display: none;
}
div.forgot_password_with_radio {
    text-align: left;
}
div.forgot_password_with_radio_right {
    width: auto;
    float: none;
}
div.forgot_password_with_radio input {
    padding: 5px;
    width: 300px;
    margin-bottom: 10px;
}
div#register_employer_login {
    display: none;
}
div.short_register_seeker_wrapper {
    width: auto;
}
div.short_register_seeker_wrapper #register_employer_first_name,
div.short_register_seeker_wrapper #register_employer_last_name,
div.short_register_seeker_wrapper #register_employer_login,
div.short_register_seeker_wrapper #register_employer_email,
div.short_register_seeker_wrapper #register_employer_password,
div.short_register_seeker_wrapper #register_employer_password2 {
    float: none;
    margin: 4px 0;
    clear: both;
    width: 100%;
}
div.short_register_seeker_wrapper #register_employer_first_name input,
div.short_register_seeker_wrapper #register_employer_last_name input,
div.short_register_seeker_wrapper #register_employer_login input,
div.short_register_seeker_wrapper #register_employer_email input,
div.short_register_seeker_wrapper #register_employer_password input,
div.short_register_seeker_wrapper #register_employer_password2 input,
div.short_register_seeker_wrapper #register_employer_address input,
div.short_register_seeker_wrapper #register_employer_address_2 input,
div.short_register_seeker_wrapper #register_employer_location input,
div.short_register_seeker_wrapper #register_employer_state input,
div.short_register_seeker_wrapper #register_employer_city input,
div.short_register_seeker_wrapper #register_employer_zip input {
    width: 290px;
}

div.short_register_seeker_wrapper #register_employer_location select {
    width: 300px;
}

.view_profile_step_active {
    font-weight: bold;
    color: #ffffff;
    background-color: #169FE6;
}
div#post_jobs.box, div#search_resumes.box {
}
h1.post_single_job_questionnaire_h1 {
    background-position: 0 18px;
}
div.ui-rating {
    margin-bottom: 5px;
}
div.view_applicant_jobs_table_view_feedback {
    top: 0px;
}
div.resume_search_results_outer div.resume_search_results_inner, div.search_results_outer div.search_results_inner {
    padding-left: 235px;
    margin-left: -210px;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.resume_search_results_outer div.resume_search_results_left_tab {
    width: 210px;
    z-index: 2;
    position: relative;
}
div.search_results_outer div.search_results_left_tab_browse, div.search_results_outer div.search_results_left_tab_search {
    margin-right: 0;
    width: 190px;
}
div.search_results_left_tab {
    width: 210px;
    position: relative;
    z-index: 2;
}
div.wj_search_results_sort_bar_text {
    font-size: 16px;
    float: left;
}
div.filter_title {
    border: none;
}
select#order_by {
    width: 115px;
    margin-top: -1px;
    float: right;
}
div.search_results_outer div.search_results_left_tab div.search_recent_searches_box div.search_recent_searches_title {
    width: auto;
}
td.seeker_search_row2_wide, td.seeker_search_row1_wide, tr.search_row1, td.search_row1, tr.search_row2, td.search_row2 {
    padding: 10px 0;
}
div.print_invoice_logo {
    background-color: transparent !important;
    width: auto !important;
}
div.short_register_employer_wrapper {
    width: 470px;
    float: left;
}
div.register_employer_right_box,
div.register_seeker_right_box {
    float: right;
    text-align: center;
    font-size: 1.2em;
    margin-top: 100px;
    width: 440px;
}
div.view_job div.left2 a {
    font-size: 1.2em;
    font-weight: bold;
}
div#view_profile_link {
    float: none;
    text-align: right;
}
div.employer_directory_company_name a {
    font-size: 12pt;
    /*text-transform: uppercase;
    color: #000000;*/
    margin-bottom: 20px;
}
div.employer_directory_overview {
    color: #000000;
    margin-bottom: 10px;
    padding-right: 30px;
}
div.employer_directory_image {
    white-space: nowrap;
    display: none;
}
div.company_overview {
    /*max-height: 200px;*/
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
div#google_map_employer {
    height: 250px;
    width: auto;
}
div.map_container {
    margin-top: 30px;
}
div.map_address {
    margin: 30px 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    background: url('images/map_marker.png') left top no-repeat transparent;
}
img.company_logo {
    float: right;
    max-width: 200px;
    max-height: 80px;
    margin-left: 20px;
}
div.company_contact {
    color: #9e9e9e;
    margin: 10px 0;
}
div.company_contact p {
    margin: 5px 0;
}
div.post_single_job1_div_left, div.post_single_job1_div_left_bottom {
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form#post_single_job1 legend,
form#edit_post legend {
    display: none;
}
form#post_single_job1 input,
form#edit_post input,
form#post_single_job1 input[type="file"],
form#edit_post input[type="file"] {
    /*width: 230px;*/
}
form#post_single_job1 select,
form#edit_post select {
    width: 240px;
}
form#post_single_job1 input#short_description,
form#edit_post input#short_description {
    width: 630px;
}
form#post_single_job1 textarea#long_description,
form#edit_post textarea#long_description {
    width: 640px;
}
div#post_single_job_manage_applicants {
}
form#job_stats_sub div#job_stats_job_status,
form#job_stats_sub div#job_stats_company_name {
    width: 180px;
}
.advanced {
    clear: both;
    vertical-align: middle;
    margin: 8px 0;
    overflow: auto;
    line-height: 40px;
}
form#advanced {
    margin-bottom: 30px;
}
.advanced label {
    width: 250px;
    float: left;
    font-size: 14px;
}
.advanced input[type="text"] {
    width: 400px;
    line-height: 1.5;
    overflow: hidden;
    margin-top: 7px;
}
.advanced_right {
    float: left;
}
.advanced input#min_salary,
.advanced input#max_salary {
    width: 200px;
}
.advanced #advanced_max_salary {
    float: left;
}
.advanced #advanced_salary_type {
    float: left;
    margin-left: 25px;
    clear: none;
}
.advanced_location {
    clear: both;
}
div#advanced_zip_radius, div#advanced_results_per_page {
    float: left;
    width: 250px;
}
div#advanced_city_state_zip, div#advanced_sort {
    float: left;
    clear: none;
}
div#advanced_sort label {
    width: 100px;
}
div#advanced_city_state_zip label {
    display: none;
}
div.advanced select#zip_radius, div.advanced select#results_per_page {
    width: 220px;
}
div.single_article {
    margin-top: -12px;
    margin-bottom: 30px;
}
div.article_left {
    width: 590px;
    padding-right: 20px;
    border-right: 1px solid #dcdcdc;
    float: left;
    padding-top: 30px;
}
div.article_right {
    width: 300px;
    float: right;
    padding-top: 30px;
}
div.article_top {
    height: 30px;
    background: url('images/article_top_tmp.png') left top no-repeat transparent;
    border-bottom: 1px solid #ce181f;
    height: 30px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
div.article_date {
    float: right;
}
div.single_article #index_browse {
    width: 293px;
    margin-bottom: 30px;
}
div.single_article .index_newsletter {
    margin-top: 30px;
}
div.title_box {
    padding-left: 100px;
    padding-bottom: 20px;
    border-bottom: 2px solid #0d83e5;
    margin-bottom: 20px;
    position: relative;
}
div.title_box h2 {
    font-weight: bold;
    margin: 20px 0 10px;
    padding-top: 10px;
}
div.title_box p {
    font-weight: normal;
    max-width: 60%;
}
span.title_note {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40%;
    font-size: 0.8em;
    text-align: right;
    line-height: 1.1;
}
div.title_box.job_agent_title {
    background: url('images/agent_img.png') left top no-repeat transparent;
}
div.title_box.faq_title {
    background: url('images/faq_img.png') left top no-repeat transparent;
}
div.title_box.about_title {
    background: url('images/faq_img.png') left top no-repeat transparent;
}
div.title_box.account_title {
    background: url('images/account_img.png') left top no-repeat transparent;
}
div.job_agent_main_box table {
    width: 100%;
}
div.job_agent_table_title_box {
    background: none;
}
div.job_agent_table_title_box div.job_agent_table_controls {
    color: transparent;
    width: auto;
    white-space: nowrap;
}
div.job_agent_main_box div.agent_details {
    margin: 0 0 10px;
    padding-top: 0;
}
div.job_agent_main_box div.agent_details ul {
    padding-left: 0;
}
div.job_agent_main_box tr.search_row1, div.job_agent_main_box td.search_row1,
div.job_agent_main_box tr.search_row2, div.job_agent_main_box td.search_row2,
div.job_agent_main_box tr.search_row1:hover, div.job_agent_main_box td.search_row1:hover,
div.job_agent_main_box tr.search_row2:hover, div.job_agent_main_box td.search_row2:hover {
    padding: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
}
form#add_job_agent, form#edit_job_agent {
    text-align: center;
}
form#add_job_agent div.job_agent_submit, form#edit_job_agent div.job_agent_submit {
    text-align: center;
}
div.resumes form#add_job_agent div.job_agent_div, form#edit_job_agent div.job_agent_div {
    clear: both;
    display: block;
    float: none;
    margin: auto;
    width: 500px;

}
div#news {
    margin-bottom: 10px;
}
div#news li {
    padding: 10px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    list-style: none;
}
div#news li div {
    color: #969696;
    margin-bottom: 10px;
}

form#post_single_job1 div.post_single_job_packages legend,
form#edit_post div.post_single_job_packages legend {
    display: block;
}
div.post_single_job_packages {
    clear: both;
}
form#post_single_job1 div.combo_package_upgrade_spotlight_left,
form#post_single_job1 div.combo_package_upgrade_newspaper_left,
form#post_single_job1 div.combo_package_upgrade_featured_left,
form#post_single_job1 div.combo_package_upgrade_alm_enewsletter_left,
form#post_single_job1 div.combo_package_upgrade_alm_publication_left,
form#post_single_job1 div.combo_package_upgrade_partner_network_left,
form#post_single_job1 div.combo_package_upgrade_extend_post_left,
form#post_single_job1 div.combo_package_upgrade_resume_database_left,
form#edit_post div.combo_package_upgrade_alm_enewsletter_left,
form#edit_post div.combo_package_upgrade_alm_publication_left,
form#edit_post div.combo_package_upgrade_partner_network_left,
form#edit_post div.combo_package_upgrade_extend_post_left,
form#edit_post div.combo_package_upgrade_resume_database_left,
form#edit_post div.combo_package_upgrade_spotlight_left,
form#edit_post div.combo_package_upgrade_newspaper_left,
form#edit_post div.combo_package_upgrade_featured_left {
    float: right;
    width: 85%;
}
form#post_single_job1 div.newspaper_upgrades_boxes_wrapper input,
form#edit_post div.newspaper_upgrades_boxes_wrapper input {
    width: auto;
}


div.available_offers_main_wrap h2 {
    text-align: center;
}
div.available_offers_main_wrap h3 {
    text-align: center;
    color: #257ED0;
    font-size: 20px;
}
div.available_offers_main_wrap div.available_offers_box {
    width: 300px;
    float: left;
    margin-left: 10px;
}
div.available_offers_main_wrap div.available_offers_desc {
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
div.available_offers_main_wrap div.available_offers_button {
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    height: 35px;
}
div.available_offers_main_wrap div.available_offers_button a {
    padding: 8px 20px;
    background-color: #0D83E5;
    color: #FFFFFF;
}
div.available_offers_main_wrap div.available_offers_wrap1 {
    border: 2px solid #267DCA;
    height: 240px;
}
div.available_offers_wrap2,
div.available_offers_wrap3 {
    margin-top: 60px;
}
div.available_offers_main_wrap {
    margin-bottom: 60px;
}
div.available_offers_box div.available_offers_price {
    color: #257ED0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    height: 23px;
}
div.available_offers_main_wrap select {
    width: 185px;
}
div.available_offers_main_wrap div.available_offers_form {
    text-align: center;
}
div.available_offers_wrap2 div.available_offers_desc {
    height: 60px;
}
div.available_offers_box div.available_offers_form {
    height: 33px;
}
div.available_offers_wrap3 div.available_offers_box:first-child {
    margin-left: 160px;
}
div.available_offers_main_wrap select.form_field_error {
    border: 1px solid #CC0000;
}
div.available_offers_wrap2 div.available_offers_button a,
div.available_offers_wrap3 div.available_offers_button a {
    background-color: #606060;
}
div.available_offers_main_wrap div.available_offers_wrap2 h3,
div.available_offers_main_wrap div.available_offers_wrap3 h3 {
    color: #606060;
}
select#upgrade_newspaper {
    margin-left: 45px;
}
div.post_single_job1_post_later {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
form#edit_post div.post_single_job_submit,
form#post_single_job1 div.post_single_job_submit {
    text-align: right;
    width: 100%;
}
div.post_single_job_packages {

}
/*div.post_single_job_packages div.combo_package_upgrade_alm_enewsletter,
div.post_single_job_packages div.combo_package_upgrade_alm_publication,
div.post_single_job_packages div.combo_package_upgrade_partner_network,
div.post_single_job_packages div.combo_package_upgrade_extend_post,
div.post_single_job_packages div.combo_package_upgrade_resume_database,
div.post_single_job_packages div.combo_package_upgrade_newspaper,
div.post_single_job_packages div.combo_package_upgrade_spotlight,
div.post_single_job_packages div.combo_package_upgrade_featured {
    width: 33%;
    float: left;
    margin-top: 40px;
}*/
div.newspaper_upgrades_boxes_wrapper h3 {
/*    margin-top: 0px;
    font-size: 18px;*/
}
div.combo_package_upgrade div.combo_package_upgrade_price {
    color: #0d83e5;
    font-size: 18px;
    font-weight: 700;
    height: 23px;
/*
    text-align: center;
    width: 150px;
*/
}
div.combo_package_upgrade div.combo_package_upgrade_price.included {
    color: #0d83e5 !important;
}
/*div.combo_package_upgrade_spotlight div.combo_package_upgrade_price {
    width: 170px;
}
div.combo_package_upgrade_featured div.combo_package_upgrade_price {
    width: 160px;
}*/
div.combo_package_upgrade div.combo_package_upgrade_text {
    margin-top: 4px;
/*
    left: -15px;
    padding-right: 50px;
    position: relative;
    text-align: center;
*/
}
div.combo_package_upgrade_newspaper div.combo_package_upgrade_text {
    left: -23px;
}
div.combo_package_upgrade_spotlight div.combo_package_upgrade_text {
    left: -12px;
}
div.combo_package_upgrade_left{
    float: left;
    text-align: left;
    width: 115px;
}
form#post_single_job1 div.newspaper_upgrades_newspaper_details_box select,
form#edit_post div.newspaper_upgrades_newspaper_details_box select {
    margin-left: 0px;
}
div.newspaper_upgrades_newspaper_details_box div#combo_package_upgrade_upgrade_newspaper_title_right {
    margin-bottom: 8px;
}
div.newspaper_upgrades_newspaper_details_box div#combo_package_upgrade_upgrade_newspaper_desc {
    margin-bottom: 8px;
}
div.newspaper_upgrades_newspaper_details_box {
    margin-top: 40px;
}
div.newspaper_upgrades_boxes_wrapper {
    margin-top: 40px;
}
div.newspaper_upgrades_newspaper_details_box div.newspaper_logo_wrapper {
    padding-left: 116px;
}
div.newspaper_upgrades_newspaper_details_box textarea {
    width: 238px;
}
div.newspaper_logo_upload_wrapper img {
    margin-bottom: 6px;
}
div.newspaper_upgrades_newspaper_details_box,
div.enewsletter_upgrades_enewsletter_details_box,
div.publication_upgrades_publication_details_box {
    display: none;
}
div.enewsletter_upgrades_enewsletter_details_box,
div.publication_upgrades_publication_details_box {
    clear: both;
    padding-top: 15px;
}
ul#post_jobs li#post_job {
    padding-bottom: 38px;
}
form#post_single_job1,
form#edit_post {
    min-height: 1300px;
}

div.employer_offers_existing_credits div.or_purchase_new_job {
    text-align: center;
    margin: 40px auto 10px auto;
}
div.enewsletter_upgrades_enewsletter_details_box div#post_single_job_upgrade_enewsletter_left,
div.newspaper_upgrades_newspaper_details_box div#post_single_job_upgrade_newspaper_left,
div.newspaper_upgrades_newspaper_details_box div#combo_package_upgrade_upgrade_newspaper_title_left,
div.publication_upgrades_publication_details_box div#post_single_job_upgrade_publication_left {
    font-weight: bold;
    padding-top: 4px;
}
p.redirecting_to_gateway {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
div.payment_success_wrapper {
    /*width: 450px;*/
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
div.payment_success_wrapper div.you_have_purchased {
    font-size: 20px;
    font-family: 'Roboto Slab',Helvetica,Arial,sans-serif;
}
div.payment_success_wrapper div.payment_success_item_name {
    font-size: 22px;
    color: #9D9D9D;
    font-family: 'Roboto Slab',Helvetica,Arial,sans-serif;
    margin-top: 15px;
    font-weight: bold;
    background-image: url('images/billing_success_checked.png');
    background-repeat: no-repeat;
    padding-bottom: 2px;
    padding-left: 40px;
    padding-top: 4px;
}
div.payment_success_item_quantity {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}
div.lj_available_offers_sales_points ul,
div.lj_available_offers_sales_points li {
    margin: 0px;
    padding: 0px;
    color: #7A7A7A;
}
div.lj_available_offers_sales_points ul {
    margin-top: 10px;
}
div.lj_available_offers_sales_points li {
    margin-top: 10px;
    background: url(images/available_offers_dots.png) no-repeat left center;
    padding: 0px 0px 0px 22px;
    list-style: none;
}
div.success_email_confirmation_shortly {
    color: #7A7A7A;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
div.billing_success_button{
    text-align: center;
    margin-top: 30px;
}
div.billing_success_button a {
    background-color: #0D83E5;
    color: #FFFFFF;
    padding: 8px 20px;
}
div.success_biling_image_wrap div.success_biling_image_wrap_left {
    float: left;
    width: 150px;
}
div.success_biling_image_wrap div.success_biling_image_wrap_right {
    float: left;
    width: 150px;
    color: #257ED0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
}
div.success_biling_image_wrap {
    margin-top: 20px;
}
div.newspaper_disclaimer_checkbox {
    font-weight: bold;
}
form#post_single_job1 div.newspaper_disclaimer_checkbox input,
form#edit_post div.newspaper_disclaimer_checkbox input {
    margin-left: 0;
    width: auto;
}
div#newspaper_disclaimer_checkbox_newspaper_disclaimer_left {
    width: 90%;
    float: right;
}
div#newspaper_disclaimer_checkbox_newspaper_disclaimer_right {
    width: 30px;
    float: left;
}
div#newspaper_disclaimer_checkbox_newspaper_disclaimer {
    margin-top: 10px;
}
div#combo_package_upgrade_upgrade_newspaper_desc_left {
    font-weight: bold;
}
div.newspaper_preview_link {
    /*float:right;
    margin-right: 12px;*/
    margin-top: 10px;
}
div.newspaper_preview_link > a {
  /*  display: inline-block;
    float: right;*/
    margin-bottom: -4px;
}
div.newspaper_ad_preview_box_title {
    text-align: left;
    font-weight: bold;
    margin-bottom:4px;
}
div.newspaper_ad_preview_box_desc {
    text-align: left;
}
div.newspaper_ad_preview_box_logo {
    text-align: left;
    margin-bottom: 8px;
}
div#post_single_job_newspaper_ad_logo_right div#newspaper_ad_logo {}
div.characters_remaining,
div.characters_remaining_title {
    margin-bottom: 10px;
   /* padding-left: 116px;*/
}
div#post_single_job_zip {
    clear: both;
    margin-top: 16px;
}


div.employer_offers_existing_credits thead {
    display: none;
}

div.employer_offers_existing_credits td
{
    background-color: transparent;
}
div.employer_offers_existing_credits h3.item_credit_name {
    *color: #606060
}

div.multiple_postings_cc_div h2 {
    font-size: 14px;
    width: 400px;
    display: table;
    font-weight: bold;
}
div.multiple_postings_cc_div h2:before {
    background: linear-gradient(to bottom, #E1E1E1, #E1E1E1) no-repeat scroll left center / 95% 1px rgba(0, 0, 0, 0);
    content: "";
    display: table-cell;
    width: 50%;
}
div.multiple_postings_cc_div h2:after {
    background: linear-gradient(to bottom, #E1E1E1, #E1E1E1) no-repeat scroll right center / 95% 1px rgba(0, 0, 0, 0);
    content: "";
    display: table-cell;
    width: 50%;
}
div.combo_package_wrapper div.combo_package_wrapper_left {
    float: left;
    width: 500px
}
div.combo_package_wrapper div.combo_package_wrapper_right {
    float: right;
    width: 400px;
}

div.combo_package_sales_points ul,
div.combo_package_sales_points li {
    margin: 0px;
    padding: 0px;
    color: #7A7A7A;
}
div.combo_package_sales_points ul {
    margin-top: 10px;
}
div.combo_package_sales_points li {
    margin-top: 10px;
    background: url(images/available_offers_dots.png) no-repeat left center;
    padding: 0px 0px 0px 22px;
    list-style: none;
}
div.combo_package_wrapper_right div#multiple_postings_cc_first_name,
div.combo_package_wrapper_right div#multiple_postings_cc_last_name,
div.combo_package_wrapper_right div#multiple_postings_cc_country,
div.combo_package_wrapper_right div#multiple_postings_cc_state,
div.combo_package_wrapper_right div#multiple_postings_cc_city,
div.combo_package_wrapper_right div#multiple_postings_cc_zip {
    width: 193px;
    float: left;
}
div.combo_package_wrapper_right input[type="text"],
div.combo_package_wrapper_right select {
    width: 160px;
    margin-bottom: 0px;
    margin-top: 0px;
}
div.combo_package_wrapper_right div.multiple_postings_cc_left {
    margin-bottom: 4px;
    margin-top: 6px;
}
div.combo_package_wrapper_right div#multiple_postings_cc_cc_card_types_left {
    font-weight: bold;
}
div.combo_package_wrapper_right select#cc_card_types {
    width: 120px;
}
div.combo_package_wrapper_right div#multiple_postings_cc_cc_card_types,
div.combo_package_wrapper_right div#multiple_postings_cc_cc_number {
    float: left;
}
div.combo_package_wrapper_right div#multiple_postings_cc_cc_number {
    margin-left: 10px;
}
div.combo_package_wrapper_right input#cc_number {
    width: 250px;
}
div.combo_package_wrapper_right div#multiple_postings_cc_cc_expdate_month select,
div.combo_package_wrapper_right div#multiple_postings_cc_cc_expdate_year select {
    width: 120px;
}
div.combo_package_wrapper_right div#multiple_postings_cc_cc_expdate_month,
div.combo_package_wrapper_right div#multiple_postings_cc_cc_expdate_year {
    float: left;
}
div.combo_package_wrapper_right div#multiple_postings_cc_cc_expdate_year {
    margin-left: 10px;
}
div.combo_package_wrapper_right div.cc_expdate_box {
    margin-top: 6px;
    width: 260px;
    float: left;
}
div.combo_package_wrapper_right div#multiple_postings_cc_cc_cvv {
    float: left;
    width: 130px;
}
div.combo_package_wrapper_right input#cc_cvv {
    width: 120px;
}
div.multiple_postings_cc_submit {
    text-align: right;
    margin-right: 10px;
    padding-top: 17px;
}
div#multiple_postings_cc_last_name_right,
div#multiple_postings_cc_state_right,
div#multiple_postings_cc_zip_right {
    text-align: right;
}
div#multiple_postings_cc_last_name_left,
div#multiple_postings_cc_state_left,
div#multiple_postings_cc_zip_left {
    padding-left: 24px;
}

div.combo_package_image_wrap div.combo_package_image_wrap_left {
    float: left;
    width: 150px;
}
div.combo_package_image_wrap div.combo_package_image_wrap_right {
    float: left;
    width: 150px;
    color: #257ED0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
}
div.combo_package_image_wrap {
    margin-top: 20px;
}
div.combo_package_wrapper_left div.you_have_selected {
    font-size: 20px;
    font-family: 'Roboto Slab',Helvetica,Arial,sans-serif;
}
div.combo_package_wrapper_left div.combo_package_item_name {
    font-size: 22px;
    color: #9D9D9D;
    font-family: 'Roboto Slab',Helvetica,Arial,sans-serif;
    margin-top: 15px;
    font-weight: bold;
    background-image: url('images/billing_success_checked.png');
    background-repeat: no-repeat;
    padding-bottom: 2px;
    padding-left: 40px;
    padding-top: 4px;
}
div.combo_package_wrapper_left div.combo_package_item_quantity {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}
div.account_cta_right {
    float: none;
    clear: both;
    width: auto;
}
div.account_cta_right h3 {
    margin-top: 30px;
}
div.available_offers_form_left strong {
    display: none;
}
div#multiple_postings_cc_coupon_code {
    float: left;
    width: 133px;
}
div.coupon_code_apply_submit {
    float: left;
    margin-top: 17px;
}
div.coupon_code_apply_submit input,
div.coupon_code_apply_submit input:hover {
    background-color: #606060 !important;
    border: 1px solid #606060 !important;
}
div#multiple_postings_cc_coupon_code input#coupon_code {
    width: 110px;
}
h2.multiple_postings_cc_h2_payment {
    margin-top: 25px;
}
div.combo_package_wrapper_right div.coupon_code_success {
    float: left;
    margin-top: 30px;
}
table.employer_offer_main_table {
    width: 900px;
}
table.employer_offer_main_table2 {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}
table.employer_offer_main_table2 td {
    text-align: center;
    padding: 6px;
}


table.employer_offer_main_table tr td.employer_offer_main_table_upgrade_td .more-info-icon {
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
    margin-top: -1px;
}
table.employer_offer_main_table tr td.employer_offer_main_table_upgrade_td .more-info-content {
    display: none;
}

table.employer_offer_main_table tr td.employer_offer_main_table_resume_td {
    width: 100px;
    text-align: center;
}
table.employer_offer_main_table tr td.employer_offer_main_table_corporate_td {
    width: 100px;
    text-align: center;
}


table.employer_offer_main_table2 div.employer_offer_main_table_item_price {
    margin-top: 0px;
    margin-bottom: 0px;
}
div.employer_offer_main_table_item_buy_single {
    margin-top: 10px;
}
div.employer_offer_main_table_item_price span.employer_offer_main_table_item_price_dollar {
    color: #000000;
}
table.employer_offer_main_table tr td {

}

td.employer_offer_main_table_item_td input[type="text"] {
    width: 30px;
}

table.employer_offer_main_table tr.employer_offer_main_table_tr_odd:last-child td,
table.employer_offer_main_table2 tr.employer_offer_main_table_tr_odd:last-child td,
table.employer_offer_main_table tr.employer_offer_main_table_tr_even:last-child td,
table.employer_offer_main_table2 tr.employer_offer_main_table_tr_even:last-child td {
    padding-top: 0px;
}
table.employer_offer_main_table tr.employer_offer_main_table_tr_odd td:last-child,
table.employer_offer_main_table2 tr.employer_offer_main_table_tr_even td:last-child {
    vertical-align: top;
}
table.employer_offer_main_table td.employer_offer_main_table_td_top_odd,
table.employer_offer_main_table2 td.employer_offer_main_table_td_top_odd {
    padding-top: 4px;
    padding-bottom: 4px;
}
table.employer_offer_main_table td.employer_offer_main_table_td_top_even,
table.employer_offer_main_table2 td.employer_offer_main_table_td_top_even {
    padding-top: 4px;
    padding-bottom: 4px;
}
table.employer_offer_main_table2 tr:last-child {
    font-weight: bold;
}
table.employer_offer_main_table td.employer_offer_main_table_td_top_odd:first-child,
table.employer_offer_main_table2 td.employer_offer_main_table_td_top_odd:first-child {
    color: #01B8E2;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}
table.employer_offer_main_table tr.employer_offer_main_table_tr_separator td {
    background-color: #F2F2F2;
}
input.employer_offers_table_submit,
a.employer_offers_table_submit2 {
    width: 50px;
    margin-top: 0px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
a.employer_offers_table_submit2 {
    /*margin-top: 10px;*/
}
div.employer_offer_discounts {
    padding-left: 140px;
}
div.employer_offer_discounts table {
    width: 250px;
    text-align: center;
}
table.employer_offer_main_table2 tr.employer_offer_main_table_tr_odd td.employer_offer_pricing_row_name {
    vertical-align: top;
}


div.index_li_outer {
    width: 64%;
    height: 0px;
    border: 1px solid #b7d5ea;
    margin-top: -2px;
    margin-left: 1%;
    float: left;
    padding-top: 24px;
    overflow-x: hidden;
    overflow-y: scroll;
}
div.index_li_outer:hover {
    overflow: visible;
}
div.index_li_outer ul {
    min-width: 100%;
    background-color: #ffffff;
    border: 1px solid;
    position: relative;
    list-style: none;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

div.index_li_outer ul a {
    color: #000000;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}
div.index_li_outer ul a:hover {
    background-color: #0D83E5;
    color: #ffffff;
}

div.search_results_main_headers div.search_header {
    float: left;
    width: 100%;
    margin: 0 -30% 0 0;
    padding-right: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.search_results_main_headers h1 {
    margin: 0;
    color: #0D83E5;
    display: block;
    white-space: normal;
    float: left;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
}
div.search_results_main_headers .your_search {
    float: left;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    margin-right: 5px;
}
div.search_results_main_headers h2 {
    float: left;
    margin: 0;
    color: #0D83E5;
    font-size: 14px;
    font-weight: normal;
}
div.search_page_title {
    color: #333333;
    margin: 10px 0 15px;
    line-height: 1.1;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: table;
    white-space: nowrap;
    font-size: 26px;
    letter-spacing: -2px;
}
div.search_page_title:before {
  background: linear-gradient(to bottom, #e1e1e1, #e1e1e1) no-repeat left center / 95% 1px;
  content: "";
  display: table-cell;
  width: 50%;
}

div.search_page_title:after {
  background: linear-gradient(to bottom, #e1e1e1, #e1e1e1) no-repeat right center / 95% 1px;
  content: "";
  display: table-cell;
  width: 50%;
}

div.marketing_optins_box {
    width: 300px;
    margin: auto;
    clear: both;
    float: none;
    text-align: left;
}
div.marketing_optins_box div.register_marketing_optins_left {
    width: 270px;
    float: right;
    padding-top: 1px;
}
div.marketing_optins_box div.register_marketing_optins_right {
    width: 25px;
    float: left;
}
div.marketing_optins_box {
    margin-bottom: 4px;
}

table.employer_offer_main_table {
    width: 936px;
}



div.employer_offer_main_table_item_buy_single a {
    color: #878787;
}

div.employer_offer_main_table_item_buy_single a:hover {
    color: #0ca8f0;
    text-decoration: underline;
}

table.employer_offer_main_table tr.employer_offer_main_table_tr_odd td {
   * border: 1px solid #e1e1e1;
}

table.employer_offer_main_table tr.employer_offer_main_table_tr_odd td.employer_offer_main_table_upgrade_td {
    *border: none;
}

table.employer_offer_main_table tr.employer_offer_main_table_tr_even td {
    *border: 1px solid #e1e1e1;
}

table.employer_offer_main_table tr.employer_offer_main_table_tr_even td.employer_offer_main_table_upgrade_td {
   * border: none;
}



table.employer_offer_main_table tr.employer_offer_main_table_tr_separator td {
    border: none;
}

input.employer_offers_table_submit, a.employer_offers_table_submit2 {
    margin-top: 12px;
}

table.employer_offer_main_table td.employer_offer_main_table_td_top_odd:first-child, table.employer_offer_main_table2 td.employer_offer_main_table_td_top_odd:first-child {
font-family: 'Roboto Slab', serif;
color:#0ca8f0;
}
table.employer_offer_main_table a.button {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    width: 24px;
}
div.combo_package_cc_trusted_logo {
    padding-top: 200px;
    text-align: center;
    height: 90px;
}

/* Center forms */
div.register_seeker_register_as_employer, div.import_contacts_box, div.source_site_box, div.short_register_seeker_wrapper,
form#register_seeker div.register_seeker_short_submit, form#register_seeker, div.forgot_password_wrapper, form#forgot_password,
div.forgot_password_with_radio, div.register_employer_submit {
    text-align: center;
}
form.seeker_profile_form {
    text-align: left !important;
}
div.short_employer_wrapper {
    max-width: 400px;
    margin: auto;
}
form#edit_employer {
    max-width: 400px;
    margin: auto;
}
form#register_seeker {
    width: auto;
}
div.import_contacts_box div.source_site {
    float: none;
    display: inline-block;
}
div.short_register_seeker_wrapper #register_seeker {
    float: none;
}
div.view_job_image {
    width: 200px;
    height: 80px;
    text-align: center;
}
div.right_column {
    /*change
    width: 580px;*/
    width: 597px;
}
div#actions {
    width: auto;
    max-width: 285px;
}
tr.sponsored_job, td.sponsored_job {
    padding: 10px;
}
div.edit_seeker2_resume_wrapper, div.edit_seeker2_cover_wrapper {
    background: none;
}
div#post_single_job_job_industry {
    clear: both;
}
div.make_company_name_confidential {
    margin-bottom: 12px;
    clear: both;
}
div#hide_job_company_hide_job_company {
    margin-bottom: 10px;
}
div#hide_job_company_hide_job_company label {
    float: left;
}
div#hide_job_company_hide_job_company_right input {
    margin-left: 10px;
    width: auto;
}

div.internal_notes_left {
    float: left;
    text-align: left;
    width: 115px;
}

form#job_stats_sub div#job_stats_job_status_left,
form#job_stats_sub div#job_stats_company_name_left,
form#job_stats_sub div#job_stats_subaccount_left,
form#job_stats_sub div#job_stats_internal_job_id_left,
form#job_stats_sub div#job_stats_search_min_posted_time_left,
form#job_stats_sub div#job_stats_search_max_posted_time_left,
form#job_stats_sub div#job_stats_manage_job_keywords_left  {
    float: left;
    width: 100px;
    margin-top: 4px;
    padding-right: 10px;
    text-align: right;
}
form#job_stats_sub select,
form#job_stats_sub input[type="text"] {
    width: 140px;
}
form#job_stats_sub img.ui-datepicker-trigger {
    cursor: pointer;
    position: relative;
    right: 22px;
    top: 3px;
}
form#job_stats_sub div#job_stats_subaccount_right,
form#job_stats_sub div#job_stats_job_status_right,
form#job_stats_sub div#job_stats_company_name_right {
    float: left;
    width: 140px;
}
form#job_stats_sub div#job_stats_job_status,
form#job_stats_sub div#job_stats_company_name,
form#job_stats_sub div#job_stats_subaccount {
    width: 250px;
    float: none;
}
form#job_stats_sub div#job_stats_search_min_posted_time,
form#job_stats_sub div#job_stats_search_max_posted_time,
form#job_stats_sub div#job_stats_manage_job_keywords,
form#job_stats_sub div#job_stats_internal_job_id {
    margin-bottom: 8px;
}
form#job_stats_sub div.job_stats_sub_box1,
form#job_stats_sub div.job_stats_sub_box2,
form#job_stats_sub div.job_stats_sub_box3,
form#job_stats_sub div.job_stats_sub_box4 {
    width: 280px;
    float: left;
}
/*form#job_stats_sub div.job_stats_sub_box3 {
    width: 410px;
}*/
form#job_stats_sub div.job_stats_submit {
    margin-left: 110px;
}
div.available_offers_main_wrap h3.special_packages_subheading {
    color: #0CA8F0;
    text-align: left;
}
div.available_offers_main_wrap span.special_packages_highlight {
    font-weight: bold;
    font-size: 18px;
}
div.company_overview div.company_overview_inner p,
div.company_overview div.company_overview_inner span {
    line-height: 14.4pt !important;
    text-align: justify !important;
    color: #000000 !important;
    font-family: 'Cambria','serif' !important;
    font-size: 11pt !important;
    background-color: transparent !important;
}
div.view_my_job_boxes_container div.view_my_job_box_left h1 {
    white-space: normal;
    width: 100%;
    text-align: center;
}
div.view_my_job_boxes_container div.view_my_job_box_left h1:before,
div.view_my_job_boxes_container div.view_my_job_box_left h1:after {
    width: 0%;
}
div.manage_jobs_jobs_table_job_title a {
    white-space: normal;
}

@media all and (max-width: 1100px) {
div.right_column {
    width: 585px;
    padding: 0;
    border-right: 0;
}
div#actions {
    max-width: 585px;
}
}

div.search_results_inner.sign_up_agent {
    margin: 0 !important;
    padding: 0 !important;
}
div.sign_up_search_box {
    float: none;
    text-align: left;
}
/*
#post_single_job_upgrade_enewsletter_right,
#post_single_job_upgrade_publication_right {
    margin-left: 150px;
    height: 200px;
    overflow-y: auto;
    width: 200px;
    border: #efefef 1px solid;
}
*/
.checkbox_set_line {
    clear: both;
}
.checkbox_set_line .checkbox_set_key {
    float: left;
}
.checkbox_set_line .checkbox_set_value {
    float: right;
}

.DEBUG {
    padding: 10px;
    text-align: left;

    background-color: #333;
    color: #eee;

    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    font-weight: bold;
}



div.view_long ul, div.view_long ol {
    margin: 10px 10px 15px 30px;
    text-indent: -15px;
}


/**
 * Fix layout for "Post on behalf" checkbox
 * @page post_single_job1
 */
#change_job_company_change_job_company {
    margin-bottom: 14px;
}
#change_job_company_change_job_company > label {
    float: left;
    margin-right: 7px;
    width: auto !important;
}
#change_job_company_change_job_company_right > input[type=checkbox] {
    width: auto !important;
}
/* end fix */

.grid-ak {
    margin: 0 0 20px 0;
}
.grid-ak:after {
    content: "";
    display: table;
    clear: both;
}
.grid-ak [class*='col-'] {
    float: left;
    padding-right: 0;
    /*padding-right: 20px;*/
    text-align: left;
}
.grid-ak [class*='col-']:last-of-type {
    padding-right: 0;
}
.col-2-3 {
    width: 66.66%;
}
.col-1-3 {
    width: 33.33%;
}
.col-1-2 {
    width: 50%;
}
.col-1-4 {
    width: 25%;
}
.col-3-4 {
    width: 75%;
}
.col-1-8 {
    width: 12.5%;
}
h3.upgrades_section {
    background-color: #383838;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: normal;
}

/*custom dropdowns for post-single-job-1*/
/*.chosen-container {
    width: 58% !important;
}*/

div#post_single_job1_step1 div.post_single_job_left, div#post_single_job1_step1 div.post_single_job_l_left {
    width:145px;
}

div.post_single_job_packages div.post_single_job_left, div.post_single_job_packages div.post_single_job_l_left {
    min-width: 145px;
    width:100%;
    float:none;
    clear:both;
}

a.help-me-choose {
    color:#000;
    text-decoration:underline;
}
a.help-me-choose:hover, a.help-me-choose:visited {
    color:#000;
    text-decoration:underline;
}

@media screen and (max-width: 480px) {
    .post_single_job1_div_left,
    .post_single_job1_div_left_bottom {
        width: 100% !important;
    }
}

/* Custom ShareThis buttons */
.stButton .stLarge {
    width: 64px !important;
    height: 64px !important;
}

.st_twitter_large .stButton .stLarge {
    background: url("images/enl-social-twitter-active.png") no-repeat left top !important;
}

.st_facebook_large .stButton .stLarge {
    background: url("images/enl-social-facebook-active.png") no-repeat left top !important;
}

.st_linkedin_large .stButton .stLarge {
    background: url("images/enl-social-linkedin-active.png") no-repeat left top !important;
}
/*
.st-icons > span[st_processed=yes] {
    border: 1px solid red;
}
*/
.st-icons > span:last-child::after {
    content: url("images/ajax-loader3.gif");
}

.st-icons > span[st_processed=yes]:last-child::after {
    content: '';
    display: none;
}



/* Browse search on index */
.select-container {
    position: relative;
    float: left;
    width: 100%;
}
.select-container-header::after {
    content: '';
    position: absolute;
    top: 10px;
    border: 7px solid transparent;
    z-index: 0;
    border-top-color: #383838;
    border-left-color: transparent;
    right: 8px;
    border-width: 11px 6px;
}
.select-container a:first-of-type {
    width: 100%;
    box-sizing: border-box;
}
.input-style {
    display: block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    /*height: 28px;*/
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
 .li_dropdown{
    height: 300px;
    overflow-y: auto;
    margin: 0;
    position: absolute;
    top: -10px;
    border: 1px solid #ccc;
    width: 369px;
    top: 37px;
    left: 0;
    background: #fff;
    z-index: 1000;
    display: none;
}
.li_dropdown li {
    clear: both;
    list-style: none;
}
.li_dropdown a, .li_dropdown a:hover {
    display: block;
    text-decoration: none;
    border: 0;
    border-top: 0;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    padding: 3px 6px;
    width: auto;
}
.li_dropdown a:hover {
    background: #0D83E5;
    color: #fff;
}

/*browse jobs/list jobs*/
.page .main .titlenav {
    text-align: center;
}
.page .main .titlenav a{
    text-decoration: underline;
    color: #333333;
}

/*browse jobs columns*/
.containerlinks {
    box-sizing: border-box;
    height: auto;
    min-height: 80px;
    width: 100%;
}
.containerlinks.five div {
    box-sizing: border-box;
    float: left;
    padding-right: 25px;
    width: 20%;
}
.containerlinks.five div a {
    display: block;
    margin: 5px auto 0;
}

.browse_job_title h1 a{
    color: #333333;
}

div.add_resume_resume_privacy:after,
div.add_resume_resume_talentic:after {
    display: table;
    content: '';
    clear: both;
}

div.add_resume_resume_talentic {
    margin-top: 10px;
    width: 400px;
}

div.add_resume_resume_talentic label {
    float: right;
    display: block;
    width: 370px;
    text-align: left;
}

div.add_resume_resume_talentic_right {
    float: left;
    width: 25px;
    padding-left: 3px;
}


/* Added */
.clearfix:after{
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.text-center{
    text-align: center;
}
.mkt-job-seeker{
    margin: 60px 0;
}
.mkt-job-seeker h4{
    font: 700 24px/24px 'Roboto Slab', sans-serif;
    margin: 0 0 20px 0;
    color:#003b5c;
    text-transform:uppercase;
}
.mkt-job-seeker p{
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #333;
}
ul.company-logos li{
    list-style: none;
    margin: 0 20px;
    padding: 0;
    display: inline-block;
}
.value-employer {
    margin:0 0 60px 0;
}
.hero p.message {
    text-shadow:#222 1px 1px 1px;
}
.hero p.message:before {
    background:linear-gradient(to bottom, #245672, #245672) no-repeat left center / 90% 2px;
    content:"";
    display:table-cell; width:50%;
}
.hero p.message:after {
    background:linear-gradient(to bottom, #245672, #245672) no-repeat right center / 90% 2px;
    content:"";
    display:table-cell;
    width:50%;
}
p.message,
.hero p.message {
    font:700 36px/40px 'Roboto Slab', sans-serif;
    color:#0d83e4;
    margin:0 auto 20px auto;
    text-align:center;
    display:table;
    white-space:nowrap;
}
p.message:before {
    background:linear-gradient(to bottom, #ccc, #ccc) no-repeat left center / 90% 2px;
    content:"";
    display:table-cell;
    width:50%;
}
p.message:after {
    background:linear-gradient(to bottom, #ccc, #ccc) no-repeat right center / 90% 2px;
    content:"";
    display:table-cell;
    width:50%;
}
a.sb-btn {
    display:inline-block;
    padding:12px 20px;
    margin:10px 0 30px 0;
    background-color:#0d83e4;
    border:3px solid #0d83e4;
    color:#fff;
    font: 800 18px/24px 'Roboto', sans-serif;
    text-transform:uppercase;
    border-radius:6px;
}
a.sb-btn:hover {
    background-color:#0ca8f0;
    border:3px solid #0ca8f0;
    text-decoration:none;
}
.mobile-hidden {
    display:block;
}
.mobile-visible {
    display:none;
}
.col-2-5 {
    width: 40%;
    padding: 0 20px;
    box-sizing: border-box;
}
.col-3-5 {
    width: 60%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.value-employer .col-2-5 h4{
    font: 700 24px/24px 'Roboto Slab', sans-serif;
    margin: 0 0 20px 0;
    color: #003b5c;
    text-transform: uppercase;
}
.value-employer .col-2-5 p{
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #333;
}
.mkt-employer{
    margin: 0 0 60px 0;
}
.mkt-employer h4{
    font: 700 24px/24px 'Roboto Slab', sans-serif;
    margin: 0 0 20px 0;
    color: #003b5c;
    text-transform: uppercase;
}
.mkt-employer p{
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #333;
}
.mkt-employer li{
    list-style: none;
    margin: 15px 0;
    padding: 0;
    display: inline-block;
    width: 24.5%;
    vertical-align: middle;
}
.mkt-employer li img{
    max-width: 90%;
}
.alm-brand-logos{
    opacity: 0.5;
}
.mobile-copy{
    padding: 0 20px 40px;
    box-sizing: border-box;
    display: none;
    text-align: left;
}
.mobile-copy p,
.mobile-copy a{
    margin: 0;
}

.hero {
    width:100%;
    padding:50px 0;
    margin:0;
    background:#003b5c;
    color:#fff;
    font-size:18px;
    background-image:url('images/bg-0.jpg');
    background-size:cover;
    background-position:50% 0;
    background-attachment:fixed;
}
.hero .inner {
    width:1000px;
    margin:0 auto;
    padding:50px 50px 10px 50px;
    text-align:center;
    background-image:url('images/hero-inner-bg-black.png');
    border-radius:8px;
}
.hero .logo-type {
    margin:0 0 40px 0;
    width:50%;
}
.hero p {
    color:#fff;
}
.hero p.intro {
    line-height:36px;
    font-weight:100;
    text-align:center;
    font: 30px Arial;
}
.hero .form {
    margin:0 0 20px 0;
}
.hero input {
    width:350px;
    padding:13px 0 13px 10px;
    text-indent:10px;
    border:3px solid #ccc;
    display:inline-block;
    margin:0 20px 10px 0;
    line-height:20px;
    font-weight:100;
    color:#555;
    border-radius:6px;
    font: 18px Arial;
    box-sizing: border-box;
    vertical-align: top;
}
.hero input::-webkit-input-placeholder {color:#555;}
.hero input::-moz-placeholder          {color:#555;}
.hero input:-moz-placeholder           {color:#555;}
.hero input:-ms-input-placeholder      {color:#555;}

.hero input:active,
.hero input:focus {
    border:3px solid #0d83e4;
}
.hero select {
    padding:12px 20px 12px 10px;
    margin:0 20px 10px 0;
    font-weight:100;
    border:3px solid #ccc;
    color:#777;
    border-radius:6px;
    font: 18px Arial;
    box-sizing: border-box;
}
.hero select:active,
.hero select:focus {
    border:3px solid #0d83e4;
}
.index-body .page{
    min-height: 0;
}
.index-body .page .main{
    padding: 0;
}
.hero input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 0 30px 0;
    background-color: #0d83e4 !important;
    border: 3px solid #0d83e4 !important;
    color: #fff;
    font: 800 18px/24px 'Roboto', sans-serif !important;
    text-transform: uppercase;
    border-radius: 6px;
    width: auto;
    text-indent: 0;
    vertical-align: top;
}
.hero input[type="submit"]:hover {
    background-color: #0ca8f0 !important;
    border: 3px solid #0ca8f0 !important;
}
.hero div.index_browse_item{
    box-sizing: border-box;
    display: inline-block;
    float: none;
    width: auto;
    padding: 0;
    margin:0 20px 10px 0 !important;
    vertical-align: top;
}
.hero .select-container-header{
    padding:12px 35px 12px 10px;
    font-weight:100;
    border:3px solid #ccc;
    color:#777;
    border-radius:6px;
    font: 18px Arial;
    box-sizing: border-box;
    background: #fff;
}
.hero .select-container-header.active{
    border: 3px solid #0d83e4;
}
.hero .li_dropdown{
    text-align: left;
    top: 50px;
}
.hero .select-container-header::after{
    content: '';
    position: absolute;
    top: 22px;
    border: 7px solid transparent;
    z-index: 0;
    border-top-color: #777777;
    border-left-color: transparent;
    right: 8px;
    border-width: 6px 3px;
}

/* Media Queries */
@media only screen and (max-width: 1200px) {
    .hero .inner {
        width:900px;
        margin:0 auto;
        padding:50px 50px 10px 50px;
        border-radius:0;
    }
    .hero input {
        width:380px;
    }
    .main-content {
        width:auto;
        margin:20px 15px;
    }
}


@media only screen and (max-width: 1023px) {
    .value-employer .message{
        margin-top: 20px;
    }
    .mobile-hidden {
        display:none;
    }
    .mobile-visible {
        display:block;
    }

    .hero {
        padding:0;
    }
    .hero input {
        width:90%;
        padding:10px;
        margin:0 auto 20px;
        font-size:14px;
        line-height:18px;
    }
    .hero select {
        display:none;
    }
    .hero .inner {
        width:auto;
        padding:20px 0 20px 0;
        margin:0;
        border-radius:0;
    }
    .hero div.index_browse_item{
        display: none;
    }
    .hero .logo-type {
        width:85%;
        margin:10px 0 20px 0;
    }
    .hero .form {
        margin:0 0 0 0;
    }
    a.sb-btn {
        padding:10px 15px;
        margin:20px 0 10px 0;
    }
    .hero p.message,
    p.message {
        font:700 24px/30px 'Roboto Slab', sans-serif;
        margin:0 auto 20px auto;
    }
    .mkt-job-seeker {
        text-align:center;
        margin:0 0 20px 0;
    }
    .value-employer {
        text-align:center;
        margin:0 0 20px 0;
    }
    .mkt-employer {
        text-align:center;
        margin:0 0 20px 0;
    }
    .main-content {
        width:auto;
        margin:20px 15px;
    }
    .col-2-5 {
        width:100%;
        float:none;
    }
    .col-3-5 {
        width:100%;
        float:none;
    }
    ul.company-logos {
        margin:20px auto 0 auto;
    }
    ul.company-logos li {
        margin:0 auto 10px auto;
        width:auto;
        float:none;
        text-align:center;
    }
    ul.alm-brand-logos {
        list-style:none;
        margin:0 auto;
        padding:0;
        display:table;
        opacity:0.50;}
    ul.alm-brand-logos li {
        list-style:none;
        margin:15px 0;
        padding:0;
        display:block;
        float:left;
        width:50%;
    }
    ul.alm-brand-logos li img {
        width:90%;
        margin:0 auto;
    }
    div.quicksearch form{
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
    }
    div#index_browse{
        width: 100%;
    }
    h2.index_title{
        text-align: center;
    }
}
@media only screen and (max-width: 767px){
    .mobile-copy{
        display: block;
    }
    div.quicksearch form{
        text-align: center;
    }
    div.qs_advanced_search,
    div.qs_job_agent{
        display: inline-block;
        float: none;
        margin: 10px 10px 0;
    }
    div.quicksearch .qs_keywords{
        margin-right: 0;
        padding-right: 0;
    }
    div.quicksearch .qs_search{
        float: none;
        width: 100%;
        padding-top: 10px;
        text-align: center;
        clear: both;
    }
    div.quicksearch input.keywords{
        border-radius: 8px;
    }
    div.quicksearch input.qs_submit{
        border-radius: 8px;
    }
    div.quicksearch .qs_keywords {
        background: none;
        padding-left: 0;
    }
    div#index_browse .browse_specialty label,
    div#index_browse .browse_industry label,
    div#index_browse .browse_state label{
        width: auto !important;
    }
}



.employer_offer_main_table tr td:nth-child(6), .employer_offer_main_table tr td:nth-child(4),
.employer_offer_main_table tr td:nth-child(6) div.employer_offer_main_table_item_name, .employer_offer_main_table tr td:nth-child(4) div.employer_offer_main_table_item_name{
    background-color: #F2F2F2 !important;
}
table.employer_offer_main_table td.employer_offer_main_table_item_td {
    border: 1px solid #e1e1e1;
}



table.employer_offer_main_table tr:first-child td,
table.employer_offer_main_table2 tr:first-child td{
    padding: 4px 0 4px 6px;
}
div.employer_offer_main_table_item_name {
    background-color: #fff;
}
.employer_offer_main_table table tr td:nth-child(2){
    background-color: #DEEFFD;
}
.seeker_search_res tbody tr{
    float: left;
    width: 33%;
}
.seeker_search_res tbody tr td:nth-child(2){
    display: block;
}
.seeker_search_res tbody tr td:first-child{
    width: 100%;
    display: block;
}
.seeker_search_res tbody tr td:first-child h3{
    max-width: 140px;
    margin: 0 auto;
}

/*Addon form on post single job page*/

div.newspaper_upgrades_boxes_wrapper {
    font-family: 'Roboto', HelveticaNeue, sans-serif;
}

div.newspaper_upgrades_boxes_wrapper .line {
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 2px solid #ccc;
}

div.newspaper_upgrades_boxes_wrapper .line:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
div.newspaper_upgrades_boxes_wrapper .line:after {
    content: "";
    display: table;
    clear: both;
}

div.newspaper_upgrades_boxes_wrapper .line > h3 {
    float: left;
    width: 33.33%;
    padding: 0;
    background-color: #fff;
    color: #383838;
    font: 700 24px/24px 'Roboto Slab', sans-serif;
    text-align: left;
    margin: 0 0 20px 0;
}

div.newspaper_upgrades_boxes_wrapper .grid-ak {
    float: right;
    width: 66.66%;
    margin-bottom: 30px;
}

div.newspaper_upgrades_boxes_wrapper .grid-ak:last-child {
    margin-bottom: 0;
}

div.newspaper_upgrades_boxes_wrapper .block {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    padding: 20px;
}

div.newspaper_upgrades_boxes_wrapper .block.upgrade-included {
    border-color: #91c9f9;
}

div.newspaper_upgrades_boxes_wrapper .block label {
    display: block;
    width: 100%;
}

div.newspaper_upgrades_boxes_wrapper .block label > div {
    width: auto !important;
    float: none !important;
}

div.newspaper_upgrades_boxes_wrapper .block label h3 {
    float: none;
    background: none;
    color: #252525;
    font: 700 18px 'Roboto', HelveticaNeue, sans-serif;
    padding-top: 3px;
    margin: 0 0 15px 30px;
}

div.newspaper_upgrades_boxes_wrapper .block .combo_package_upgrade_price span {
    color: #91c9f9;
    font-size: 18px;
    font-weight: 100;
    margin-right: 6px;
}

div.newspaper_upgrades_boxes_wrapper .block .combo_package_upgrade_price {
    margin-bottom: 10px;
}

div.newspaper_upgrades_boxes_wrapper .block .combo_package_upgrade_price.included {
    color: #0d83e5;
    font-weight: 700;
}

div.newspaper_upgrades_boxes_wrapper .block  .combo_package_upgrade_text {
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    color: #333;
    margin: 0 0 10px 0;
}

div.newspaper_upgrades_boxes_wrapper .block .combo_package_upgrade > .combo_package_upgrade {
    position: absolute;
    left: 0;
    top: 0;
}

div.newspaper_upgrades_boxes_wrapper .block label:after {
    content: "";
    display: table;
    clear: both;
}

div.newspaper_upgrades_boxes_wrapper .block > .combo_package_upgrade {
    position: relative;
}

div.newspaper_upgrades_boxes_wrapper .increase_text_left {
    color: #333;
    font: 100 18px/24px 'Roboto', HelveticaNeue, sans-serif;
    margin: 20px 0;
    float: left;
    width: 30%;
}

div.newspaper_upgrades_boxes_wrapper .ultimate_pack,
div.newspaper_upgrades_boxes_wrapper .high_visibility_pack,
div.newspaper_upgrades_boxes_wrapper .extended_reach_pack {
    margin-top: -40px;
}

div.newspaper_upgrades_boxes_wrapper .extended_reach_pack {
    display:none;
}

div.newspaper_upgrades_boxes_wrapper .extended_reach_pack {
    display:none;
}
div.newspaper_upgrades_boxes_wrapper .high_visibility_pack {
    display:none;
}
div.newspaper_upgrades_boxes_wrapper .ultimate_pack {
    display:none;
}

div.newspaper_upgrades_boxes_wrapper select,
div.newspaper_upgrades_boxes_wrapper input[type="text"] {
    box-sizing: border-box;
    width: 400px !important;
    font-weight: 400;
    text-transform: none;
    padding: 5px;
}

div.newspaper_upgrades_boxes_wrapper div[class$="details_box"] {
    padding-top: 0;
    margin-top: 0;
}

div.newspaper_upgrades_boxes_wrapper div[class$="details_box"] label > div {
    font-weight: 100 !important;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

div.newspaper_upgrades_boxes_wrapper div[class$="details_box"] label > div strong {
    font-weight: inherit;
}

div.newspaper_upgrades_boxes_wrapper div[class$="details_box"] label > div a {
    font-weight: 700;
    font-size: 10pt;
    color: #444;
    text-transform: uppercase;
}

div.newspaper_upgrades_boxes_wrapper div[class$="details_box"] label > div a:hover {
    text-decoration: none;
}

/** Uploadify button **/

div.newspaper_upgrades_boxes_wrapper .uploadify {
    position: relative;
    margin-bottom: 1em;
}

div.newspaper_upgrades_boxes_wrapper div.linklike-upload-btn {
    font: 18px/24px 'Roboto', HelveticaNeue, sans-serif;
    color: #0d83e4;
}

div.newspaper_upgrades_boxes_wrapper .uploadify:hover div.linklike-upload-btn {
    text-decoration: underline;
}

form#post_single_job1 {
    padding-top: 15px;
}

form#post_single_job1 .form-buttons {
    text-align: right;
    padding-top: 20px;
    clear: both;
}

form#post_single_job1 button.back-btn {
    display: inline-block;
    padding: 12px 20px;
    margin: 10px 0 30px 0;
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #333 !important;
    font: 800 18px/24px 'Roboto', sans-serif !important;
    text-transform: uppercase;
    border-radius: 6px;
    margin-right: 20px;
}

form#post_single_job1 button.back-btn:hover {
    background-color: #ddd !important;
}

form#post_single_job1 .post_single_job_submit {
    display: inline;
}

form#post_single_job1 input[type="submit"] {
    display: inline-block;
    padding: 12px 20px;
    margin: 10px 0 30px 0;
    background-color: #0d83e4;
    color: #fff;
    font: 800 18px/24px 'Roboto', sans-serif !important;
    text-transform: uppercase;
    border-radius: 6px;
}

.post_single_job_packages h1 {
    text-align: left!important;
    font: 20px/20px 'Roboto Slab', sans-serif;
    color: #252525;
    margin: 0 0 10px 0;
}
.post_single_job_packages h2 {
    font: 800 30px/30px 'Roboto Slab', sans-serif;
    margin: 0 0 20px 0;
}

.post_single_job_packages h1:before {
    background: none!important;
    display: block!important;
}

.post_single_job_packages h1:after {
    background: none!important;
    display: block!important;
}
.post_single_job_packages .blue {
    height: 3px;
    background-color: #1e8be6;
    border: medium none;
    color: #1e8be6;
}

div.newspaper_disclaimer_checkbox {
    position: relative;
    margin-top: 10px;
}

div.newspaper_disclaimer_checkbox > label > div {
    margin-left: 30px;
}

div.newspaper_disclaimer_checkbox > div {
    position: absolute;
    left: 0;
    top: 0;
}

/** Custom checkboxes **/

label + .styled {
    font-size: 18px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 3px 0 0 30px;
    cursor: pointer;
}

label + .styled input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox {
    pointer-events: none;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 5px;
}

.styled--radio .checkbox {
    border-radius: 50%;
}

/* Hover and focus states */
label:hover + .styled input[type="checkbox"] ~ .checkbox,
label + .styled:hover input[type="checkbox"] ~ .checkbox,
label + .styled input[type="checkbox"]:focus ~ .checkbox {
    background: #ccc;
}

/* Checked state */
label + .styled input[type="checkbox"]:checked ~ .checkbox {
    background: #1e8be6;
    border: 1px solid #1e8be6;
}

/* Hover state whilst checked */
label + .styled:hover input[type="checkbox"]:not([disabled]):checked ~ .checkbox,
label + .styled input[type="checkbox"]:checked:focus ~ .checkbox {
    background: #1e8be6;
}

/* Disabled state */
label + .styled input[type="checkbox"]:disabled ~ .checkbox {
    pointer-events: none;
    background: #91c9f9;
    border: 1px solid #91c9f9;
}

/* Check mark */
.checkbox:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
label + .styled input[type="checkbox"]:checked ~ .checkbox:after {
    display: block;
}

/* Checkbox tick */
label + .styled .checkbox:after {
    top: 3px;
    left: 7px;
    width: 4px;
    height: 9px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 3px 3px 0;
}

/* Disabled tick colour */
label + .styled input[type="checkbox"]:disabled ~ .checkbox:after {
    border-color: #fff;
}


/*
.main-content-addons {
    margin: 30px auto 60px;
    width: 1100px;
}

.main-content-addons h6 {
    font: 700 24px/24px "Roboto Slab",sans-serif;
    margin: 0 0 20px;
}
.main-content-addons h5 {
    font: 100 20px/20px "Roboto Slab",sans-serif;
    margin: 0 0 10px;
}

.main-content-addons h3 {
    font: 800 30px/30px "Roboto Slab",sans-serif;
    margin: 0 0 20px;
}

.main-content-addons  #add-on-container{
    margin: 40px 0;
}

.main-content-addons .row {
    margin: 20px 0;
}

.main-content-addons .col-1-3 {
    width: 33.33%;
    float: left;
}

.main-content-addons .col-2-3 {
    width: 66.66%;
    float: right;
}

.main-content-addons .feature {
    background-color: #f5f5f5;
    margin: 0 0 20px;
    padding: 20px;
}

.main-content-addons .f-title {
    font-weight: 700;
}


.main-content-addons .control input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.main-content-addons .feature input {
    font-size: 12pt;
    margin: 0 0 15px;
    text-align: left;
}

.main-content-addons .f-title label {
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 3px 0 0 30px;
    position: relative;
}*/


/* https://app.asana.com/0/186608912882404/186936384869340 */
.employer_offers_existing_credits,
.available_offers_main_wrap{
    width: 825px;
    margin: 40px auto;
}

div.employer_offers_existing_credits {
    text-align: left;
    margin-top: 0px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.employer_offers_existing_credits > table.seeker_search_res
.employer_offers_existing_credits > table.seeker_search_res tbody{
    display: block;
}

.employer_offers_existing_credits > table.seeker_search_res tr{
    display: block;
    float: left;
    width: 30%;
    width: 33.33%;
    border: 0;
    box-sizing: border-box;
}

.employer_offers_existing_credits > table.seeker_search_res tr td{
    display: block;
    width:100%;
}

.b-upgrade-label {
    display: block;
    margin-top: 23px;
}

#post_single_job_country {
    display: none;
}

#post_single_job_zip,
#post_single_job_state {
    display:block;
}

#post_single_job_apply_url,
#post_single_job_apply_email,
#post_single_job_approx_salary {
    display: none;
}


/*change*/
@media all and (min-width: 1101px) and (max-width: 1206px){
    div.right_column {
        width: 480px;
    }
}



/*edit profile*/
#register_employer_desired_job_category_left, #register_employer_desired_practice_left, #register_employer_desired_industry_left, #register_employer_desired_position_types_left, #register_employer_desired_location_left, .register_seeker2_div_current_employment > div > label > div{
    font-weight: bold;
    margin-bottom: 5px;
}
.next-tab, .prev-tab {
    border: 1px solid #0d83e5;
    background: #0d83e5 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
    outline: none;
    padding: 4px 16px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 4px 4px 4px 0;
    float: right;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.seeker_home_edit.next-tab{
    float: left;
    font-size: 18px;
}
.seeker_home_edit.next-tab:hover{
    color: #ffffff;
}
.register_seeker2_div_desired_employment > div:last-child, .register_seeker2_div_current_employment > div:last-child, .register_seeker2_div_current_employment > div#register_employer_unemployed {
    margin-bottom: 0;
}
#register_employer_unemployed > label > div {
    font-weight: normal;
    margin-bottom: 0;
}
.register_seeker2_div_desired_employment > div, .register_seeker2_div_current_employment > div {
    margin-bottom: 10px;
}
.register_employer_right .chosen-container{
    width: 344px !important;
}
.search_results_left_tab_browse a{
    word-break: break-all;
}