﻿/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    max-width: 980px;
    margin: 0 auto;
    min-width: 300px;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
}

dl, menu, ol, ul {
    margin: 0.6em 0;
    line-height: 1.6em;
}

header {
    padding: 0.8em 2.2% 0.7em 2.2%;
    position: relative;
}

footer {
    border-top: 1px solid #c0c0c0;
    margin-bottom: 2em;
}

.lfo_logo {
    float: left; 
}

.lfo_logo-180x60 {
    width: 180px;
    padding: 20px 0;
}

.lfo_logo-100x100 {
    width: 100px;
}

.lfo_logo img {
    max-width: 100%;
    max-height: 100%;
} 

.lfo_sitecaption {
    margin-top: 2em;
    margin-left: 25px;
    float: left;
}

.lfo_sitecaption p {
    font-size: 1.6875em;
    color: #666;
    line-height: 0.75em;
}

.lfo_powered {
    font-size: 0.8125em;
    color: #999;
    margin: 0;
    padding: 0;
}

.lfo_socialicons {
    margin-top: 4em;
    margin-right: 5px;
}

.lfo_socialinheader {
    position: absolute;
    right: 10px;
    float: right;
}

.addthis_toolbox {
    float: left;
}

.addthis_toolbox span {
    float: left !important;
    margin: 0 6px 6px 0 !important;
    cursor: pointer !important;
}

/*Delete starting here when cleaning up bAddThisStyleChange*/
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0 !important;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    float: inherit !important;
}

 .addthis_default_style .at300b{
     float:none;
 }
 /*Delete to here when cleaning up bAddThisStyleChange*/

 .addthis_20x20_style .at300b, .addthis_20x20_style .at300bo, .addthis_20x20_style .at300m {
    padding: 0 !important;
}

.addthis_20x20_style .addthis_separator, .addthis_20x20_style .at300bo, .addthis_20x20_style .at300m {
    float: inherit !important;
}

 .addthis_20x20_style .at300b{
     float:none;
 }

.lfo_socialicons .lfo_sharewith {
    font-size: 0.8em;
    color: #666;
    margin-top: 0.2em;
    margin-right: 10px;
}

.lfo_top p {
    float: none;
}

.lfo_left p {
    float: left;
}

.lfo_right {
    float: right;
}

.lfo_searchWidget {
    padding: 0;
    background: #eaf0ed; /* customizable color */
}

.lfo_searchWidget .lfo_searchPanel {
    padding: 0.8em 2.2%;
}

.lfo_searchCaption {
    font-size: 1.625em;
    margin-bottom: 0.2em;
}

.lfo_searchOptions {
    padding: 0.4em 2.2% 0.5em;
}

.lfo_is-hidden {
    display: none;
}

.lfo_is-visible {
    display: block;
}

input[type=text], textarea {
    border-radius: 2px;
    border: 1px solid #aaa;
    background: #fff;
    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);
    color: #444;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: inherit;
    padding: 0 3px;
}


select {
    position: relative;
    display: block;
    overflow: hidden;
    height: 23px;
    font-family: inherit;
    font-size: 13px;
    color: #444;
    padding: 0 0 0 6px;
    border-radius: 2px;
    border: 1px solid #aaa;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    background: #fff;
    background: #fff url(https://secure.icbdr.com/images/talentnetwork/selectbg@x2.png);
    background: url(https://secure.icbdr.com/images/talentnetwork/selectbg@x2.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: url(https://secure.icbdr.com/images/talentnetwork/selectbg@x2.png), -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: url(https://secure.icbdr.com/images/talentnetwork/selectbg@x2.png), -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: url(https://secure.icbdr.com/images/talentnetwork/selectbg@x2.png), -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: url(https://secure.icbdr.com/images/talentnetwork/selectbg@x2.png), linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-size: 20px 5px, auto;
    background-position: center right;
    cursor: pointer;
    line-height: 24px;
}

.lfo_brandedColoringWithHover {
    color: #017142; /* customizable */
}
.lfo_brandedColoringWithHover:hover {
    /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -moz-opacity: 0.8;
      opacity: 0.8;
}

.lfo_brandedBackgroundWithHover {
    background: #017142; /* customizable */
}
.lfo_brandedBackgroundWithHover:hover {
    /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -moz-opacity: 0.8;
      opacity: 0.8;
}

.lfo_brandedFocus:focus {
    outline: none;
}

.lfo_is-minimized .lfo_findJobs {
    font-size: 0.85em;
    height: 1.9em;
}

.lfo_is-minimized .lfo_searchCaption {
    display: none;
}

.lfo_is-fullsize .lfo_findJobs {
    margin-top: 0;
}

.lfo_is-fullsize .lfo_searchPanel {
    margin-bottom: 0.9em;
}

.lfo_primary-btn {
    border-radius: 4px;
    border: none;
    color: #fff;
    font-family: inherit;
    font-size: 1em;
    padding: 0.5em 20px 0.7em;
    margin-top: 1.5em;
    font-weight: 400;
}

a.lfo_primary-btn {
    display: inline-block;
    text-align: center;
    padding: 0.4em 20px  0.6em; 
}

.lfo_secondary-btn {
    background-color: #f8f8f8;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #017142;
    border: 1px solid #017142;
    border-radius: 4px;
    font-family: inherit;
}
.lfo_secondary-btn:hover {
    background-color: #fff;
    border: 1px solid #777;
}

.lfo_jobatglance .lfo_primary-btn {
    margin-top: 0.7em;
}

.lfo_searchInput{
    width: 24%;
    float: left;
    margin-right: 2%; 
}

.lfo_searchInput label {
    display: block;
    font-size: 0.85em;
}

.lfo_searchInput input[type=text],
.lfo_searchInput select {
    width: 100%;
}

.lfo_searchButton input[type=button],
.lfo_searchButton input[type=submit] {
    min-width: 100%;
}

.lfo_searchButton {
    width: 19%;
    float: left;
}

.lfo_searchButton label {
    display: block;
    font-size: 0.85em;
}

.lfo_keywords {
}

.lfo_is-minimized .lfo_keywords{
    font-size: 0.85em;
    height: 1.9em;
    line-height: 1.7em;
}

.lfo_is-minimized label {
    display: none;
}

.lfo_is-fullsize input,
.lfo_is-fullsize select {
    font-size: 0.9em;
    height: 2.1em;
    line-height: 1.4em;
}

.lfo_is-fullsize input[type=button],
.lfo_is-fullsize input[type=submit] {
    line-height: 1.05em;
}

.lfo_is-minimized .chosen-single {
    height: 1.85em !important;
}

.lfo_is-minimized .chosen-single span {
    line-height: 1.85em !important;
}

.lfo_is-fullsize .chosen-single {
    height: 2.15em !important;
}

.lfo_is-fullsize .chosen-single span {
    line-height: 2.15em !important;
}

.lfo_is-fullsize .chosen-single b {
    background-position: 0 5px !important;
}

.lfo_is-fullsize .chosen-container-active.chosen-with-drop .chosen-single b {
    background-position: -18px 5px !important;
}

.lfo_searchBar {
    padding: 0.5em 2.2%;
    background: #f7f7f7;
    margin-top: 2px;
    font-size: 1.25em;
}

.lfo_searchCount {
    float:left;
    font-size:1em;
}

.lfo_bottomBorder {
    border-bottom: 1px solid #d0d0d0;
}

.lfo_topBorder{
    border-top: 1px solid #d0d0d0;
}

#ddlLocation_chosen,
#ddlCategory_chosen {
    vertical-align: top;
    width: 100% !important;
}

#ddlSortBy_chosen {
    vertical-align: top;
}

#ddlSortBy {
    width: 120px;
}

.lfo_is-minimized .lfo_location,
.lfo_is-minimized .lfo_category {
    font-size: 0.85em;
    height: 1.9em;
    line-height: 1.8em;
}

.lfo_backToSearch {
    font-size:0.8em;
    text-decoration: none;
}

.lfo_jobtitle {
    font-size: 1.6875em;
    font-weight: normal;
    color: #333;
    line-height: 1.1em;
    margin-bottom: 0.85em;
}

.lfo_sidebar {
    float: left;
    width: 25%;
    margin-top: -4px;
}

.lfo_sidebar label {
    font-size: 0.85em;
    color: #787878;
    line-height: 0.85em;
}

.lfo_jobatglance p {
    font-size: 0.85em;
    color: #333;
    line-height: 1.1em;
    margin-bottom: 0.85em;
}

.lfo_sidebar .lfo_applynow {
    margin-top:0.6em;
}

.lfo_jobtext {
    float: right;
    border-left: 1px solid #ccc;
    width: 71%;
    padding-left: 3%;
    min-height: 400px;
}

.lfo_jobtext * {
    text-decoration: none !important;
}

.lfo_jobtext p,
.lfo_jobtext ul li {
    color: #333;
    font-size: 0.875em;
}

.lfo_jobtext ul {
    padding: 0 0 0 20px;
}

.lfo_jobtext .lfo_jobtextcaption {
    color: #666;
    font-size: 1.1875em;
    line-height: 1em;
    margin-bottom: 0.4em;
    margin-top: 1.5em;
}

.lfo_no-topspace {
    margin-top: 0 !important;
}

.lfo_social_is-hidden .lfo_socialicons{
    display: none;
}

.lfo_social_is-visible .lfo_socialicons{
    display: block;
}

.lfo_mainbody {
    padding: 0 2.2%;
    margin: 1em 0 3em 0;
}

.lfo_searchResults {
    
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875em;
}

.lfo_searchResults th {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 0.4em;
    font-weight: normal;
    text-align: left;
}

.lfo_searchResults td, th {
    padding: 0 0.8em;
    vertical-align: top;
}

.lfo_searchResults td {
    padding: 0.8em; 
    border-bottom: 1px solid #d8d8d8;
}

.lfo_sorted {
    font-weight: bold;
}

.lfo_desc {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;  
    border-bottom: 5px solid #017142; /*customizable color*/
    position: absolute;
    margin-left: 6px;
    margin-top: 7px;
}

.lfo_asc {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #017142; /*customizable*/
    position: absolute;
    margin-left: 6px;
    margin-top: 7px;
}

.lfo_jobanddesc {
    width: 55%;
}

.lfo_header_posted a {
    float: right;
    margin-right: 18px;
}

.lfo_loc {
    width:35%;
    white-space: nowrap;
}

.lfo_posted {
    width: 15%;
    white-space: nowrap;
    text-align: right;
}

.lfo_search_jobtitle {
    font-size: 1.1em;
    font-weight: bold;
    display: block;
}

.lfo_search_jobtype {
    font-size: 0.8571em;
    display: block;
    color: #777;
    padding-top: 0.4em;
}

.lfo_search_desc {
    font-size: 0.9125em;
    display: block;
    color: #333;
    padding-top: 0.4em;
}

.lfo_arrow-right {
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #017142; /* customizable */;
    display: none;
}

.lfo_expandarrow {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #017142;
    position: absolute;
    margin-top: 5px;
    margin-left: 6px;
}

.lfo_collapsearrow {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;   
    border-bottom: 5px solid #017142;
    position: absolute;
    margin-top: 5px;
    margin-left: 6px;
}

.lfo_search_expander {  
    float: right;
    margin-top: 0.3em;
    margin-right: 20px;
}  

.lfo_expcol_text {
    font-size: 0.75em;
    text-transform: uppercase;
    float:left;
}

/*.lfo_searchResults tfoot tr,
.lfo_searchResults tfoot td {
    border-bottom: 0;
}*/

.lfo_nofind {
    font-size: 0.9em;
    padding: 0.4em 2.2% 0.8em;
}

.lfo_nofind a {
    white-space: nowrap;
}

table.lfo_mainbody {
    margin-bottom: 0;
}

.lfo_nextpage {
    margin-left: 4px;
}

.lfo_prevpage {
    margin-right: 4px;
}

.lfo_pagingInfo {
    float: right; 
    font-size: 0.7em;
    line-height: 2.3em;
}

.lfo_showMoreJobs input[type=button] {
    display: none;
}

.lfo_noBorder {
    border: none;
}

.lfo_noresults {
    font-size: 0.9em;
    padding: 0.8em 2.2% 0.8em;
}

.lfo_sorter {
    margin: auto;
    float: right;
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid #d0d0d0;
}

.lfo_sorter label {
    float: left;
    font-size: 0.7em;
    margin: 0.3em 6px 0 0;
}

.lfo_sortWrapper {
    float: left;
    margin-top: 0.15em;
}

.lfo_sortby {  
    height: 2.3em;  
}

.lfo_pagingJump {
    float: right;
    font-size: 0.7em;
    margin-top: 0.2em;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #d0d0d0;
}

.lfo_pagingJump label {
    float: left; 
    line-height: 1.7em;
    margin-right: 6px;
    margin-top: 0.05em;
}

.lfo_pageJumpWrapper {
    float: left;

}

.lfo_pageJumpWrapper .chosen-drop {
    top: auto !important;
    bottom: 24px !important;
    border-top: 1px solid #aaa !important;
    border-radius: 4px 4px 0 0 !important;
}

.lfo_pagejump {
    width: 50px;
}

.lfo_searchTerm {
    line-height: 1.2em;
    margin-bottom: 0.2em;
}

.lfo_modifySearch {
    margin-top: 0.2em;
}

footer {
    padding: 0 2.2%;
}

footer .lfo_socialicons {
    margin-top: 0.7em;
    margin-top: 0.7em;
}

 .ui-autocomplete {
    display: none !important;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 800px) {
    .lfo_sitecaption {  }
}

@media only screen and (max-width: 700px) {
   
    .lfo_socialinheader { display: none !important; }
    footer .lfo_socialicons { display: block !important; }
}

@media only screen and (max-width: 600px) {

    .lfo_logo.lfo_logo-100x100 { width: 80px; }
    .lfo_logo.lfo_logo-180x60 { width: 144px; padding: 16px 0; }

    .lfo_socialinheader { left: 110px; }
    .lfo_sitecaption { margin-top: 2em; margin-left: 18px; }
    .lfo_jobtitle { font-size: 1.4em; }
    .lfo_jobtext .lfo_jobtextcaption { font-size: 1.05em; }
    .lfo_sidebar { width: 35%; }
    .lfo_jobtext { width: 61%; }
    header { font-size: 0.8em; }

    .lfo_sidebar { width: auto; float: none; }
    .lfo_jobtext { width: 61%; float:none; border: none; padding: 0; width: auto; min-height: 0; }
    .lfo_sidebar .lfo_socialicons { margin-top: 0.8em; margin-bottom: 0.8em; }
    .lfo_jobatglance { margin-bottom: 1.4em; }   
    .lfo_jobatglance p { margin-bottom: 0.65em; float: left; margin-left: 8px; }
    .lfo_jobatglance label { line-height: 1.1em; float:left; }
    .lfo_jobatglance label:after { content:":"; }
    .lfo_sidebar .lfo_socialicons { display: none; }
    .lfo_jobtext .lfo_socialicons { display: block; margin-top: 1.2em; }
    .lfo_searchCaption { font-size: 1.3em; }
    .lfo_searchBar{ padding: 0.2em 2.2%; }  
    .lfo_mainbody{ margin-bottom: 1em; }
    .lfo_is-fullsize .lfo_searchPanel { margin-bottom: 0.5em; padding: 0.5em 2.2%; }
    .lfo_searchCount { font-size: 0.85em; line-height: 1.9em; }
}

/* tablet/mobile devices */
@media only screen and (max-device-width: 1024px) {
    .lfo_socialinheader { display: none !important; }
    footer .lfo_socialicons { margin-top: 0.4em; margin-top: 0.3em; display: block !important;}
    footer { border-top: none; }
    .lfo_sortWrapper { margin-top: 0 !important; }
    
}

@media only screen and (max-device-width: 600px) {
    .lfo_is-minimized .lfo_searchPanel { display: none; padding: 0 2.2% 1em; }
    .lfo_is-minimized .lfo_searchOptions { display: block; padding: 0.5em 2.2% 0.6em; }
    .lfo_searchWidget .lfo_searchInput, .lfo_searchWidget .lfo_searchButton { width: auto; float: none; margin-right: 0; margin-top:0.5em; }
    .lfo_searchWidget .lfo_searchInput input, .lfo_searchWidget .lfo_searchInput select, .lfo_searchWidget .lfo_searchButton input{ font-size: 1em; height: 2.5em; line-height: 1.8em; }
    .lfo_searchWidget .lfo_searchButton input[type=button], .lfo_searchWidget .lfo_searchButton input[type=submit] { line-height: 1.5em; }
    .lfo_searchWidget .chosen-single { height: 38px !important; }
    .lfo_searchWidget .chosen-single span { line-height: 38px !important; }
    .lfo_searchWidget .chosen-container { font-size: 1em !important; }
    .lfo_searchWidget .chosen-single b { background-position: 0 9px !important; }
    .lfo_searchWidget .chosen-container-active.chosen-with-drop .chosen-single b { background-position: -18px 9px !important; }
    .lfo_searchWidget .chosen-container .chosen-results li { line-height: 30px !important; }
    .lfo_searchWidget .lfo_firstInput { margin-top: 0; }
    .lfo_searchBar { padding: 0.2em 2.2%; }
    .lfo_showMoreJobs input[type=button] { font-size: 1.1em; height: 2.7em; line-height: 1.5em; }
    footer { margin: 0; }
    main.lfo_mainbody { margin-bottom: 0;}
}

@media only screen and (max-width: 570px) {
    /* Force table to not be like tables anymore */
    main .lfo_searchResults { margin-top: 0; }
    .lfo_searchResults table, .lfo_searchResults thead, .lfo_searchResults tbody, .lfo_searchResults th,
    .lfo_searchResults td, .lfo_searchResults tr { display: block; }    
    /* Hide table headers (but not display: none;, for accessibility) */
    .lfo_searchResults thead tr { position: absolute; top: -9999px; left: -9999px; }   
    .lfo_searchResults tr { border-bottom: 1px solid #ccc; padding: 0.5em 0 0.7em; cursor: pointer; position: relative; }    
    .lfo_searchResults td { border: none !important; padding: 0.1em 10% 0.1em 2.2%; font-size: 1em; width: auto; } 
    .lfo_searchResults td:nth-of-type(3):before { content: "Posted "; }   
    .lfo_search_jobtitle { font-size: 1em; }
    .lfo_search_desc { display: none; }
    .lfo_search_jobtype { display: none; }
    .lfo_arrow-right { display: block; top: 50%; right: 4.2%; margin-top: -5px; position: absolute; }
    /*.lfo_searchResults tfoot tr, .lfo_searchResults tfoot td { padding-bottom: 0.2em; }*/

    .lfo_header_posted a { float: none; margin-right: inherit; }
    .lfo_posted { text-align: left; }
    .lfo_pagingInfo { display: none;}
    .lfo_pagingJump { display: none; }
    .lfo_showMoreJobs { font-size: 0.75em; }
    .lfo_showMoreJobs input[type=button] { display: block; min-width: 100%; margin-top: 0.8em; margin-bottom: 0.7em; padding-top: 0.55em; padding-bottom: 0.55em; }
    .lfo_primary-btn { min-width: 100%; }
    a.lfo_primary-btn { padding: 0.4em 0 0.6em; }
    .lfo_sorter { display: block; float: right; margin-right: 0; padding-right: 0; border-right: none; }
    .lfo_sortWrapper { margin-top: 0.15em; }
    .lfo_sorter label { font-size: 0.65em; line-height: 2.3em; margin-top: 0.2em; }
}


@media only screen and (max-width: 500px) {
    .lfo_logo.lfo_logo-100x100 { width: 60px; }
    .lfo_logo.lfo_logo-180x60 { width: 108px; padding: 12px 0; }
    .lfo_sitecaption { margin-top: 1.2em; margin-left: 15px; }
    .lfo_sitecaption p { font-size: 1.6em; }
    .lfo_socialinheader { float:none; position: static; left: 2.2%; margin-top: 5.6em; border-top: 1px solid #e0e0e0; 
        padding-top: 0.6em; padding-bottom: 0.15em; border-bottom: 1px solid #e0e0e0; }
    .lfo_socialinheader .sharewith { margin-left: 3px; padding-top: 0.1em; margin-right: 8px;}
    .lfo_searchWidget .lfo_firstInput { margin-top: 0; }
    .lfo_sitecaption p{ line-height: 0.85em; }
    .lfo_socialicons { margin-right: 0; }  
    .lfo_jobtitle { font-size: 1.1em; margin-bottom: 0.7em; }
    .lfo_mainbody { margin: 0.5em 0 3em 0; }
    .lfo_is-minimized .lfo_searchPanel { display: none; }
    .lfo_is-minimized { cursor: pointer; }
    .lfo_is-minimized .lfo_searchOptions { display: block; }
    .lfo_searchInput { width: auto; float: none; margin-right: 0; margin-top:0.5em; }
    .lfo_searchButton{ width: auto; float: none; margin-right: 0; margin-top:0.5em; }
    .lfo_is-fullsize .lfo_searchButton { margin-top: 0.3em; }
    .lfo_searchWidget .lfo_searchPanel { padding: 0 2.2% 0.8em; }
    header { padding: 2% 2.2% 0.6em 2.2%; }  
    .lfo_searchCaption { margin-top: 0.2em; margin-bottom: 0.1em; font-size: 1.2em; }
    .lfo_searchBar { font-size: 1em; }
    .lfo_is-fullsize .lfo_searchButton label { font-size: 0.6em; }
    .lfo_showMoreJobs { font-size: 0.85em; }
    .lfo_searchCount { font-size: 1em; }
    .lfo_sorter label { font-size: 0.75em; }

    
}

@media only screen and (max-width: 400px) {
    .lfo_logo.lfo_logo-100x100 { width: 50px; }
    .lfo_logo.lfo_logo-180x60 { width: 90px; padding: 10px 0; }
    .lfo_sitecaption { margin-top: 0.8em; margin-left: 12px; }
    .lfo_sitecaption p{ font-size: 1.3em; }
}

@media only screen and (max-device-width: 1024px) {

}

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (max-moz-device-pixel-ratio: 2) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) { 
    /* Style adjustments for high resolution devices */
}

.legal-nav {
    float: right;
    height: 16px;
    font-size: 0.9em;
}

.legal-nav li {
    display: inline-block;
    float: right;
    margin-left: 30px;
}