/*d:\matrixservices\wwwroot\css\talentnetwork\luceo\normalize.css */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*d:\matrixservices\wwwroot\css\talentnetwork\luceo\main.css */
/*! 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;
}
/*d:\matrixservices\wwwroot\css\talentnetwork\luceo\chosen.css */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-bottom:0 !important;
  text-align:left;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/*.chosen-container-multi:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  background: transparent url(downarr.png) 48% 59% no-repeat;
  width: 20px;
  height: 96%;
  pointer-events: none;
  border-left: 1px solid #e0e0e0;
  margin-top: 1px;
  zoom: 1;
}
*/
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 6px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('https://secure.icbdr.com/images/talentnetwork/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://secure.icbdr.com/images/talentnetwork/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('https://secure.icbdr.com/images/talentnetwork/chosen-sprite.png') no-repeat 100% -20px;
  background: url('https://secure.icbdr.com/images/talentnetwork/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  float:none !important;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  /*margin: 0 4px 4px 0;
  padding: 0 0 0 4px;*/
  margin:0;
  padding:0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #888;
/*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#5f83a5 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#5f83a5 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#5f83a5 20%, #2a62bc 90%);
  background-image: linear-gradient(#5f83a5 20%, #2a62bc 90%);*/
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */

.chosen-container-multi b{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url(downarr.png) 48% 59% no-repeat;
  width: 26px;
  height: 96%;
  pointer-events: none;
  margin-top: 1px;
  zoom: 1;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 25px 0 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: pointer;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;

}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #f4f4f4;;
/*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);*/
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('https://secure.icbdr.com/images/talentnetwork/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}

#AppFields .chosen-container-multi .chosen-choices li.search-choice .search-choice-asterisk-off{
  position: absolute;
  top: 4px;
  right: 23px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('asterisk-off.png') no-repeat;
  font-size: 1px;
}

#AppFields .chosen-container-multi .chosen-choices li.search-choice .search-choice-asterisk-on{
  position: absolute;
  top: 4px;
  right: 23px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('asterisk-on.png') no-repeat;
  font-size: 1px;
}

#AppFields .chosen-container-multi .chosen-choices li.search-choice .search-choice-asterisk-off:hover{
  background: url('asterisk-hover.png') no-repeat !important;
}


#AppFields .chosen-container-multi .chosen-choices li.search-choice {
  padding: 3px 45px 3px 5px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5f83a5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('https://secure.icbdr.com/images/talentnetwork/chosen-sprite.png') no-repeat -30px -20px;
  background: url('https://secure.icbdr.com/images/talentnetwork/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}


/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

