a, body {
    font-size: 14px;
}
#employers a, #moreOptions, #quickSearchLinks ul li ul li a, #top-menu ul li a, .header-user-menu span a:last-child, .sbOptions a:link, .sbOptions a:visited, a:hover {
    text-decoration: none;
}
body, h2 {
    margin: 0;
    padding: 0;
}
.header-user-menu span a, .label, .search-only span {
    vertical-align: top;
}
body, html {
    height: 100%}
body {
    background-color: #FFF;
    font-family: "Fira Sans", sans-serif;
}
@font-face {
    font-family: HelveticaNeue-BoldItalic;
    src: url(fonts/HelveticaNeue-BoldItalic_gdi.eo);
    src: url(fonts/HelveticaNeue-BoldItalic_gdi.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeue-BoldItalic_gdi.woff) format('woff'), url(fonts/HelveticaNeue-BoldItalic_gdi.ttf) format('truetype'), url(fonts/HelveticaNeue-BoldItalic_gdi.svg#HelveticaNeue-BoldItalic) format('svg');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}
@font-face {
    font-family: HelveticaNeueRegular-Regular;
    src: url(fonts/HelveticaNeueRegular_gdi.eot);
    src: url(fonts/HelveticaNeueRegular_gdi.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeueRegular_gdi.woff) format('woff'), url(fonts/HelveticaNeueRegular_gdi.ttf) format('truetype'), url(fonts/HelveticaNeueRegular_gdi.svg#HelveticaNeueRegular-Regular) format('svg');
    font-weight: 5;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}
@font-face {
    font-family: HelveticaNeue-Thin;
    src: url(fonts/HelveticaNeue-Thin_gdi.eot);
    src: url(fonts/HelveticaNeue-Thin_gdi.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeue-Thin_gdi.woff) format('woff'), url(fonts/HelveticaNeue-Thin_gdi.ttf) format('truetype'), url(fonts/HelveticaNeue-Thin_gdi.svg#HelveticaNeue-Thin) format('svg');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family: HelveticaNeueBold-Regular;
    src: url(fonts/HelveticaNeueBold_gdi.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeueBold_gdi.woff) format('woff'), url(fonts/HelveticaNeueBold_gdi.ttf) format('truetype'), url(fonts/HelveticaNeueBold_gdi.svg#HelveticaNeueBold-Regular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2122;
}
@font-face {
    font-family: HelveticaNeue-Medium;
    src: url(fonts/HelveticaNeue-Medium_gdi.eot);
    src: url(fonts/HelveticaNeue-Medium_gdi.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeue-Medium_gdi.woff) format('woff'), url(fonts/HelveticaNeue-Medium_gdi.ttf) format('truetype'), url(fonts/HelveticaNeue-Medium_gdi.svg#HelveticaNeue-Medium) format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family: AvantGardeBold-Regular;
    src: url(fonts/AvantGardeBold_gdi.eot);
    src: url(fonts/AvantGardeBold_gdi.eot?#iefix) format('embedded-opentype'), url(fonts/AvantGardeBold_gdi.woff) format('woff'), url(fonts/AvantGardeBold_gdi.ttf) format('truetype'), url(fonts/AvantGardeBold_gdi.svg#AvantGardeBold-Regular) format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2122;
}
@font-face {
    font-family: 'footer-social';
    src: url("fonts/footer-social.eot?fxg2qk");
    src: url("fonts/footer-social.eot?fxg2qk#iefix") format("embedded-opentype"), url("fonts/footer-social.ttf?fxg2qk") format("truetype"), url("fonts/footer-social.woff?fxg2qk") format("woff"), url("fonts/footer-social.svg?fxg2qk#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; }
.clr {
    clear: both;
}
fieldset {
    border: 0;
    margin: 4px 0;
    padding: 2px 0;
}
a {
    color: #f9a51a;
}
h1 {
    font-family: HelveticaNeue-Medium;
}
h2 {
    font-size: 18px;
    font-weight: 400;
}
input[type=text], input[type=password] {
    background: url(input-text-bg.png) top repeat-x #fff;
    border: 1px solid #bababa;
    padding: 9px 5px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 1);
    width: 350px;
}
.error, .information, .message, .notice, .warning {
    padding: 12px 40px;
    text-align: center;
    font-family: HelveticaNeue-Medium;
    font-size: 15px;
    margin: 13px 0!important;
}
.error, .warning {
    border-bottom: 2px solid #ce4a14;
    background: url(error.png) left center no-repeat;
    color: #ce4a14;
}
.message {
    border-bottom: 2px solid #358b2a;
    background: url(message.png) left center no-repeat;
    color: #358b2a;
}
.information, .notice {
    background: url(information.png) left center no-repeat;
    border-bottom: 2px solid #3678DE;
    color: #3678DE;
}
#table-alerts tr, img, table tbody tr:last-child {
    border: none;
}
#main-div-after, .main-div {
    width: 1100px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
#main-div-after {
    z-index: 1;
}
table {
    border-collapse: collapse;
    width: 100%}
table thead {
    background: #3B6B7D;
    text-align: left;
}
table thead th {
    white-space: nowrap;
    text-align: left!important;
}
.invoice-actions, table th.text-center {
    text-align: center!important;
}
#header-right, .align_right {
    text-align: right;
}
table tbody td, table thead th {
    padding: 10px 5px;
}
table thead, table thead th a {
    color: #fff;
}
table tbody tr {
    border-bottom: 1px dashed #8C8C8C;
}
table tbody a {
    font-weight: 700;
}
table tbody li a {
    font-weight: 400;
}
.tableLeft, .tableRight {
    padding: 8px!important;
}
table tbody ul {
    clear: both;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#edit-questions .separateListing, #header-right .login_buttons_txt, #pm_form .separateListing {
    display: none;
}
table tbody li {
    float: left;
    margin: 0 5px 0 0;
}
.questionnaire-table tr, .saved-search-tbl tr {
    border: none!important;
}
.saved-search-tbl td {
    padding: 0 5px;
}
#pm_form tr, .contact-us tr, form[name=SavedListingForm] table tr, form[name=SavedListingForm] table tr:last-child .separateListing {
    border: none;
}
#pm_form .evenrow, #pm_form .oddrow {
    border-bottom: 1px dashed #8c8c8c;
}
.separateListing {
    border-top: 1px dashed #8c8c8c;
    padding: 0;
}
#filterForJobsStat select {
    width: auto;
}
#header-bg, #header-bg-in, #header-bg-in-sitemap, #header-bg-sitemap {
    position: absolute;
    width: 100%;
    height: 185px;
    z-index: 1;
}
#header-bg, #header-bg-sitemap {
    background: url(header-bg.png);
    border-top: 4px solid #1c1c1c;
}
#header-bg-in, #header-bg-in-sitemap {
    background: url(header.png) center bottom no-repeat;
}
.emp-header, .emp-header-in, .index-header-bg, .index-header-bg-in {
    height: 150px!important;
}
#header-left {
    margin: 30px 0 0;
    float: left;
    padding: 0 0 15px;
}
#header-right {
    margin: 10px 0 -7px;
    float: right;
    position: absolute;
    right: 0;
    z-index: 0;
}
#header-right a {
    color: #fff;
    font-size: 13px;
}
#header-right form {
    float: right;
    margin: 0;
}
#header-right input#password, #header-right input#username {
    width: 95px;
    background: #174354;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #486f7e;
    -moz-box-shadow: inset 0 2px 0 0 #133745;
    -webkit-box-shadow: inset 0 2px 0 0 #133745;
    box-shadow: inset 0 2px 0 0 #133745;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    font-family: Georgia, serif;
    font-style: italic;
    text-transform: lowercase;
}
#header-right input[type=submit] {
    min-width: 65px;
}
.header-user-menu span {
    font-size: 13px;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
}
.sbOptions a, .sbSelector {
    text-shadow: 0 -1px 1px #000;
    display: block;
}
.header-user-menu span a:last-child {
    border-bottom: 1px solid #608897;
}
.header-user-menu span a:hover {
    border: none;
}
#top-menu {
    width: 100%;
    float: right;
    margin-top: 20px;
}
#top-menu ul {
    margin: 0;
    padding: 0;
}
#top-menu ul li {
    list-style: none;
    float: left;
    margin: 0 0 20px;
}
#top-menu ul li a {
    padding: 0 10px 0 5px;
    color: #000;
    font-size: 12px;
    font-family: HelveticaNeue-Medium;
    border-right: 1px solid #ccc;
    margin: 5px;
}
#top-menu ul li:hover>a {
    color: #f9a51a;
}
#top-menu li ul {
    min-width: 200px;
    position: absolute;
    margin: 8px 0 0 1px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .5s, opacity .5s linear;
    z-index: 12;
}
#top-menu li ul li {
    background: #f9a51a;
    min-width: 212px;
    clear: both;
    padding: 5px 10px;
    border-bottom: 1px solid #bbecff;
    margin: 0;
}
#top-menu li ul li a {
    color: #fff;
    font-size: 14px;
    padding: 5px;
    border-right: 0;
}
#top-menu li ul li:hover a {
    background: 0 0!important;
    border: 0!important;
    padding: 5px!important;
    color: #FFF;
}
#top-menu li li li:hover ul, #top-menu li li:hover ul, #top-menu ul li:hover ul {
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transition-delay: 0s;
}
#top-menu li ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sbHolder {
    font-family: proxima_nova, Arial, sans-serif;
    height: 19px;
    position: relative;
    width: 80px;
    margin: 0 3px 0 0;
}
#footer, #quickSearchLinks ul li ul, .sbOptions, .sbSelector, .sbToggle {
    position: absolute;
}
.sbSelector {
    height: 27px;
    right: 5px;
    line-height: 31px;
    outline: 0;
    overflow: hidden;
    text-indent: 10px;
    top: 0;
    width: 80px;
    text-align: center;
    color: #BBECFF!important;
}
.sbSelector:hover, .sbSelector:link, .sbSelector:visited {
    color: #819C78;
    outline: 0;
    text-decoration: none;
}
.sbToggle {
    background: url(langs.png) no-repeat;
    display: block;
    height: 9px;
    outline: 0;
    right: 0;
    top: 11px;
    width: 6px;
}
.sbToggleOpen {
    background: url(langs.png) 0 -9px no-repeat;
}
.sbOptions {
    background: #1d1d1d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 1px #686868;
    list-style: none;
    left: 20px;
    margin: 0;
    padding: 0;
    top: 30px;
    width: 130px;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li {
    padding: 0 5px 0 10px;
    line-height: 24px;
    border-bottom: 1px solid #303032;
    text-align: left;
}
.sbOptions li.last a, .sbOptions li:last-child, .sbOptions li:last-child a {
    border-bottom: none;
}
.sbOptions a {
    outline: 0;
    padding: 0 0 0 12px;
    background: url(list-symbol.png) left center no-repeat;
}
.sbOptions li:hover {
    background: #429abb;
}
.sbOptions .sbDisabled, .sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbDisabled {
    color: #999;
}
.sbOptions .sbGroup {
    color: #EBB52D;
    font-weight: 700;
}
.sbOptions .sbSub {
    padding: 0 0 0 17px;
}
#employers {
    top: 160px;
    position: fixed;
    right: -42px;
    z-index: 2;
    background: #77ac2a;
    background: -moz-linear-gradient(top, rgba(119, 172, 42, 1) 0, rgba(119, 172, 42, 1) 56%, rgba(86, 135, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(119, 172, 42, 1)), color-stop(56%, rgba(119, 172, 42, 1)), color-stop(100%, rgba(86, 135, 16, 1)));
    background: -webkit-linear-gradient(top, rgba(119, 172, 42, 1) 0, rgba(119, 172, 42, 1) 56%, rgba(86, 135, 16, 1) 100%);
    background: -o-linear-gradient(top, rgba(119, 172, 42, 1) 0, rgba(119, 172, 42, 1) 56%, rgba(86, 135, 16, 1) 100%);
    background: -ms-linear-gradient(top, rgba(119, 172, 42, 1) 0, rgba(119, 172, 42, 1) 56%, rgba(86, 135, 16, 1) 100%);
    background: linear-gradient(to bottom, rgba(119, 172, 42, 1) 0, rgba(119, 172, 42, 1) 56%, rgba(86, 135, 16, 1) 100%);
    -ms-transform: rotate(270deg);
    -moz-transform: matrix(0, -1, 1, 0, 0, 0);
    -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
    -o-transform: matrix(0, -1, 1, 0, 0, 0);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #b4d18a;
    -moz-box-shadow: 0 0 5px 1px #003500;
    -webkit-box-shadow: 0 0 5px 1px #003500;
}
.ie-employers, .jobseeker-button.ie-employers {
    border-top: none!important;
    border-radius: 5px 0 0 5px;
    display: block;
    right: 0!important;
    filter: flipv() fliph();
    writing-mode: tb-rl;
}
.jobseeker-button {
    right: -48px!important;
}
#employers:hover {
    background: #a3e088;
    background: -moz-linear-gradient(top, rgba(163, 224, 136, 1) 0, rgba(119, 172, 42, 1) 56%, rgba(99, 155, 35, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(163, 224, 136, 1)), color-stop(56%, rgba(119, 172, 42, 1)), color-stop(100%, rgba(99, 155, 35, 1)));
    background: -webkit-linear-gradient(top, rgba(163, 224, 136, 1) 0, rgba(119, 172, 42, 1) 56%, rgba(99, 155, 35, 1) 100%);
    background: -o-linear-gradient(top, rgba(163, 224, 136, 1) 0, rgba(119, 172, 42, 1) 56%, rgba(99, 155, 35, 1) 100%);
    background: -ms-linear-gradient(top, rgba(163, 224, 136, 1) 0, rgba(119, 172, 42, 1) 56%, rgba(99, 155, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(163, 224, 136, 1) 0, rgba(119, 172, 42, 1) 56%, rgba(99, 155, 35, 1) 100%);
}
#employers a {
    font-family: proxima_novabold, arial;
    color: #fff;
    font-size: 19px;
    text-shadow: 1px 0 1px #000;
    display: block;
    padding: 15px 15px 20px;
}
#left-column, #right-column {
    margin: 15px 0 0;
    padding: 0 0 150px;
}
#left-column {
    width: 610px;
    float: left;
}
#right-column {
    width: 330px;
    float: right;
}
#right-column .banner {
    margin: 0 0 10px;
    clear: both;
}
.white-block {
    background: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 15px 0;
    margin: 0 0 15px;
    clear: both;
    box-shadow: 0 0 2px 0 #d3d3d3;
}
.white-block h2 {
    display: table;
    margin: 0 auto;
}
#inputStat, #quick-search-left, #quickSearchLinks, .label, .quick-search-btn, .quick-search-input, .sep-line {
    display: inline-block;
}
.sep-line {
    background: url(h2-line-bg.png) center no-repeat;
    width: 329px;
    height: 19px;
    margin: 5px auto;
}
.banner {
    text-align: center;
    margin: 30px 0;
}
#quick-search {
    background: url(quick-search-bg.jpg) repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    min-height: 91px;
    position: relative;
    -webkit-box-shadow: 0 13px 7px -8px silver;
    -moz-box-shadow: 0 13px 7px -8px silver;
    box-shadow: 0 13px 7px -8px silver;
    z-index: 1;
}
#quick-search-right {
    width: 80%;
    float: right;
}
#quick-search-left {
    float: left;
    position: relative;
    top: -1px;
    left: -1px;
}
.label {
    background: url(find-job-bg.png) repeat-x;
    border: 1px solid #000;
    height: 90px;
    border-right: none;
    -moz-box-shadow: inset 1px 1px 0 0 #6d6d6d;
    -webkit-box-shadow: inset 1px 1px 0 0 #6d6d6d;
    box-shadow: inset 1px 1px 0 0 #6d6d6d;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 5px 0 0 5px;
    padding: 0 15px 0 25px;
    float: left;
}
.label h1 {
    font-family: HelveticaNeue-Medium;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
    margin: 32px 0;
}
#quick-search-left .right-arrow {
    background: url(find-job-right.png) center no-repeat;
    width: 17px;
    height: 92px;
    display: inline-block;
}
#quick-search-right .in {
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: italic;
    color: #474747;
    padding: 0 10px 0 15px;
}
.quick-search-input input {
    width: 260px;
    background: url(qs-input-bg.png) repeat-x;
    height: 35px;
    border: 1px solid #bababa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 0 0 #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 0 0 #fff;
    box-shadow: inset 0 0 0 1px #fff, 0 1px 0 0 #fff;
    padding: 0 15px;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: #9b9b9b;
    line-height: 35px;
}
#innerBlogContentDiv, #news {
    line-height: 22px;
}
.quick-search-btn #btnSearch {
    background: url(zoomer.png) 12px center no-repeat;
    padding: 0 27px 0 34px;
    font-family: HelveticaNeue-Medium;
    font-size: 18px;
    height: 35px;
    text-shadow: 0 -1px 0 #c63f0a;
    border: none;
    min-width: 0!important;
}
#inputStat .strong, #moreOptions {
    font-family: proxima_novasemibold, Arial, sans-serif;
}
#inputStat, #moreOptions {
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
}
#copy, #copy a, .footer-wrapper ul {
    text-align: center;
    text-shadow: 0 -1px 1px #000;
}
.find-button-zoom:hover {
    background: url(buttons-bg.png) 0 -101px repeat-x;
}
.find-button-zoom {
    background: url(buttons-bg.png) 0 -64px repeat-x;
    border: 1px solid #c43b07;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#quickSearchForm fieldset {
    margin: 13px 0 0;
}
#quickSearchForm fieldset:last-child {
    margin: 12px 0 0;
    vertical-align: top;
}
#inputStat {
    color: #2c6073;
}
#inputStat .online {
    color: #ce4a14;
    border-bottom: 1px solid #dcbbae;
}
#quickSearchLinks {
    float: right;
    margin: 0 25px 0 0;
}
#quickSearchLinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#quickSearchLinks ul li {
    background: url(more.png) right center no-repeat;
    padding: 0 12px 0 0;
}
#quickSearchLinks ul li ul li {
    min-width: 170px;
    color: #fff;
    background: 0 0;
}
#quickSearchLinks ul li ul li a {
    color: #fff;
    display: block;
    padding: 10px 10px 10px 15px;
    white-space: nowrap;
}
#quickSearchLinks ul li:hover a {
    border: none;
}
#moreOprtionsItem {
    border: 1px solid #bababa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #2c6073;
    box-shadow: 0 1px 2px 1px #ccc;
    -moz-box-shadow: 0 1px 2px 1px #ccc;
    -webkit-box-shadow: 0 1px 2px 1px #ccc;
    z-index: 20!important;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .5s, opacity .5s linear;
}
#moreOprtionsItem li:first-child {
    border-bottom: 1px solid #255364;
}
#moreOprtionsItem li:last-child {
    border-top: 1px solid #557b89;
}
#moreOptions {
    border-bottom: 1px solid #b4c1c5;
    color: #2c6073;
}
#moreOprtionsItem li a:hover span {
    text-decoration: underline;
}
#quickSearchLinks ul li:hover ul {
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transition-delay: 0s;
}
#jTabs, #jTabs ul, #jTabs ul li {
    background: 0 0;
    border: none;
    border-radius: 0;
    padding: 0;
}
.ui-tabs-nav li {
    background: url(tabs-separator.png) right center no-repeat!important;
}
.ui-tabs-nav li:last-child {
    background: 0 0!important;
}
#jTabs .ui-state-default {
    margin: 0;
}
#jTabs .ui-state-default a {
    font-family: proxima_novalight, Arial, sans-serif!important;
    font-size: 16px!important;
    color: #a1a1a1!important;
    padding: 10px 20px!important;
}
#jTabs .ui-state-default:first-child a {
    padding: 10px 20px 10px 0!important;
}
#jTabs .ui-tabs-selected a {
    font-family: proxima_novabold, Arial, sans-serif!important;
    color: #ce4a14!important;
    background: url(tabs-active.png) center bottom no-repeat;
}
#jTabs .ui-tabs-nav {
    display: block;
}
#jTabs .css-panes {
    border-top: 2px solid #3b6b7d;
    margin: -1px 0 0;
}
#jTabs .ui-state-default a:hover {
    color: #ce4a14!important;
}
.ui-tabs .ui-tabs-panel {
    padding: 10px 0!important;
}
#jTabs .css-panes ul {
    list-style: none;
    display: inline-block;
    width: 33%;
    margin: 8px 0;
}
#jTabs .css-panes ul a {
    font-size: 15px;
    text-decoration: none;
    color: #2c6073;
}
#jTabs .css-panes ul a:hover {
    text-decoration: underline;
}
.blue {
    color: #ce4a14;
}
.featured-companies h2 {
    background: url(icons.png) 0 -60px no-repeat;
    padding: 0 0 0 25px;
}
#featured-companies .listing__title{
    margin: 50px 0 0;
    padding: 0;
}
.jcarousel-skin-tango .jcarousel-container-horizontal{
    padding: 5px !important;
}
.FeaturedCompaniesLogo {
    display: block;
    float: left;
    width: 155px;
    margin: 5px 4px;
    text-align: center;
}
#latest-listings, #pollButton {
    float: right;
}
.white-block .view-all {
    background: url(link-line-bg.png) top no-repeat;
    padding: 15px 0 0;
    text-align: center;
}
.white-block .view-all a {
    border-bottom: 1px solid #d7dee1;
    text-decoration: none;
}
.featuredListings:last-child, .white-block .view-all a:hover {
    border: none;
}
#featured-listings, #latest-listings {
    width: 48%}
#featured-listings {
    float: left;
}
#featured-head, #latest-head {
    font-family: HelveticaNeue-Medium;
    font-size: 18px;
    border-bottom: 2px solid #3b6b7d;
    padding: 10px 0;
}
#featured-head {
    color: #CE4A14;
}
#latest-head {
    color: #565656;
}
#featured, #latest {
    margin: 15px 0 0;
}
.featuredListings {
    border-bottom: 1px dashed #8c8c8c;
    padding: 12px 0;
}
.featuredListings:first-child {
    padding: 0 0 12px;
}
.featuredListings a {
    font-family: HelveticaNeue-Medium;
    font-size: 16px;
    text-decoration: none;
    padding: 0 0 5px;
    display: inline-block;
}
.featuredListings a:hover {
    text-decoration: underline;
}
#featured-listings .featuredListings a {
    color: #ce4a14;
}
.green {
    font-size: 13px;
    color: #8c8c8c;
}
.job-seeker-tools .header, .job-seeker-tools ul li a {
    color: #ce4a14;
    font-size: 18px;
    font-family: HelveticaNeue-Medium;
}
.job-seeker-tools {
    background: #fff;
    border: 1px solid #dedede;
}
.job-seeker-tools .header {
    border-bottom: 2px solid #dedede;
    padding: 15px 20px;
    margin: 0;
}
.job-seeker-tools ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.job-seeker-tools ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    background: url(tools-sep.png) right center no-repeat;
    margin: 0 2px 0 0;
}
.job-seeker-tools ul li:last-child {
    background: 0 0;
}
.job-seeker-tools ul li a {
    display: block;
    text-decoration: none;
    padding: 25px 0;
}
.job-seeker-tools ul li a:hover {
    text-decoration: underline;
}
#news ul li a, a.blogLink {
    text-decoration: none;
    font-weight: 700;
}
.job-seeker-tools #innerBlogContentDiv {
    margin: 20px;
}
.job-seeker-tools #ajax_preloader_blog {
    margin: 15px auto;
}
.blogDate, .blogtext {
    margin: 5px 0 0!important;
}
.blogDate {
    background: url(icons.png) 0 -577px no-repeat;
    padding: 0 0 0 25px!important;
    display: block;
    clear: both;
    color: #8c8c8c;
    font-size: 13px;
}
#news ul li, .blogtext {
    color: #585858;
    font-size: 13px;
}
.latest-news h2 {
    background: url(icons.png) no-repeat;
    padding: 0 0 0 25px;
}
#news ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#news ul li {
    margin: 0 0 15px;
}
#news ul li a:hover {
    text-decoration: underline;
}
#news .news-date {
    background: url(icons.png) 0 -577px no-repeat;
    padding: 0 0 0 25px;
    clear: both;
    color: #8c8c8c;
    font-size: 13px;
    margin: 5px 0 0;
}
#news .news-title {
    text-align: center;
    margin-bottom: 10px;
}
#news .all-news,
.vote {
    background-color: #f9a61a;
    padding: 8px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    border-top-left-radius: 10px;
    border: none;
}
#mailchimp-newsletter {
    margin: 0 20px;
}
#newsCategory {
    display: block;
    float: right;
    border: 1px solid #C9C9C9;
    padding: 5px;
    margin: 0 0 0 10px;
    width: 200px;
}
#newsCategory .strong, #newsCategory a {
    padding: 3px 0;
    display: block;
}
#newsCategory h3 {
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #C9C9C9;
}
#newsCategory .strong:hover, #newsCategory a:hover {
    background: #f2f2f2;
    color: #000;
}
.polls h2 {
    background: url(icons.png) 0 -39px no-repeat;
    padding: 0 0 0 25px;
}
#poll .strong {
    color: #2d6174;
}
#poll input[type="submit"] {
    border: none;
}
.polls-variable {
    float: left;
}
.polls-variable span {
    font-size: 13px;
}
.newsletter h2 {
    background: url(icons.png) 0 -21px no-repeat;
    padding: 0 0 0 25px;
    line-height: 18px;
}
#mailchimp-newsletter input[type=text] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(input-bg.png) top repeat-x #fff;
}
.mailchimp-nl-desc {
    color: #585858;
    font-size: 13px;
}
#mailchimp-nl-cont fieldset {
    margin: 7px 0;
}
#mailchimp-nl-cont label {
    min-width: 80px;
    display: inline-block;
    color: #2d6174;
    text-align: right;
    font-size: 14px;
    margin: 0 5px 0 0;
}
#mailchimp-nl-cont input[type=text] {
    width: 180px;
    position: relative;
}
#footer {
    background: url(footer-bg.png);
    bottom: 0;
    width: 100%;
    z-index: 2;
}
#breadcrumb-bg, #reports-navigation-in, .listingInfo, .main-wrapper {
    position: relative;
}
#footer-bottom {
    background: #000;
    height: 5px;
    border-top: 1px solid #3f7593;
}
.main-wrapper {
    min-height: 100%}
.footer-wrapper {
    width: 985px;
    margin: 0 auto;
    padding: 35px 0 30px;
}
.footer-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
.footer-wrapper ul li, .footer-wrapper ul li a {
    display: inline-block;
    color: #fff;
}
.footer-wrapper ul li a {
    font-size: 13px;
    text-decoration: none;
    padding: 5px 9px;
}
#copy a:hover, .footer-wrapper ul li a:hover {
    text-decoration: underline;
}
#copy, #copy a {
    color: #bbecff;
    text-decoration: none;
}
.inputName {
    width: 35%;
    font-family: HelveticaNeue-Medium;
    color: #1c1c1c;
    font-size: 15px;
    padding: 8px 0 0;
}
.inputField, .inputName, .inputReq {
    display: block;
    float: left;
}
.inputReq {
    color: #ce4a14;
    width: 2%;
    padding: 7px 0;
    font-size: 16px;
}
#productDetails~table td .inputReq {
    width: 5%}
#search_form .inputField, .builder-col-wide .inputField {
    display: inline-block;
    width: 360px;
}
#search_form input[type=checkbox] {
    margin: 8px 0 0;
}
.searchGeoLocation {
    width: 121px!important;
    float: right;
    margin: 5px 0 0;
}
.search-only {
    display: inline-block;
    float: right;
    font-size: 11px;
    padding: 5px 0 0;
}
.search-only span {
    display: inline-block;
    margin: 3px 2px 0 0;
}
.inputField .search-only input[type=checkbox] {
    padding: 0 1px!important;
}
.inputField small {
    margin: 5px 10px;
    display: block;
    color: #acacac;
}
#uploadForm table td {
    padding: 10px;
    color: #1c1c1c;
}
#browse-items tr, #uploadForm table tr {
    border: none;
}
#uploadForm .button {
    text-transform: uppercase!important;
}
.salary-abbr {
    float: left;
}
.salary-abbr input {
    display: inline-block;
    width: 103px!important;
}
select {
    color: #2C6073;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 5px;
    font-family: proxima_nova, Arial, sans-serif;
    background: url(input-select.png) left top repeat-x;
    border: 1px solid #CACACA;
}
.compProfileTitle, .headerBgBlock .Results, .listingInfo h2, .noRefine .listingInfo h2 {
    font-family: HelveticaNeue-Medium;
}
select option {
    padding: 0 9px;
    color: #585858;
}
.inputForm .searchList, .searchList, select {
    width: 360px;
}
.selectCurrency {
    width: 160px;
    margin: 0 0 0 8px;
}
#searchType-keywords, .searchGeoDistance {
    width: 180px!important;
    margin: 5px 0 0;
}
#DesiredSalary_list, #Salary_list {
    float: right;
    width: 140px;
}
#answers input[type=text] {
    width: 350px;
}
#answers select {
    width: auto;
}
.searchActDate, .searchIntegerLess, .searchIntegerMore {
    width: 158px!important;
}
#activation_date_notless, #activation_date_notmore {
    width: 144px!important;
}
#date_notless, #date_notmore {
    width: 127px!important;
}
textarea {
    background: url(input-text-bg.png) top repeat-x #fff;
    border: 1px solid #a8a8a8;
    box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    padding: 10px;
    margin: 5px 0;
}
#reports-navigation .middle-item, #reports-navigation-in-border {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#loginForm fieldset {
    margin: 7px 0;
}
.tree-input-field {
    width: 362px;
    margin: 9px 0 10px;
}
.tree-child-close {
    color: #8e8e8e;
}
#application-settings .inputString {
    width: 325px;
}
table#manage-pictures {
    width: 363px;
}
table#expiration-date {
    margin: 10px 0 0;
}
#expiration-date #until {
    margin: 10px 5px 0;
}
.ui-multiselect {
    width: 362px!important;
    min-height: 36px;
    padding: 7px 5px 5px!important;
}
#reports-navigation {
    font-weight: 700;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
}
#reports-navigation-in {
    background: -moz-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -o-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: linear-gradient(to bottom, #fafafa 0, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa',  endColorstr='#ededed',  GradientType=0 );
    overflow: hidden;
    display: inline-block;
    float: left;
}
#reports-navigation-in-border {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    border-top: 1px solid #ccc;
    overflow: hidden;
}
#reports-navigation a:hover {
    background: #f2f2f2;
}
#reports-navigation .current {
    background: #e4e4e4;
    color: #7a7a7a;
    text-decoration: none;
}
#reports-navigation .current:hover {
    background: #e4e4e4;
}
#reports-navigation a {
    display: block;
    float: left;
    padding: 10px 25px;
    color: #585b62;
}
#reports {
    padding: 10px 0;
}
#reports form {
    margin: 0 0 5px;
}
#reports h2 {
    font-weight: 400;
    margin: 5px 0;
}
#reports td {
    padding: 5px;
}
#reports #quick-stats {
    width: 400px;
}
#reports #quick-stats td {
    border-bottom: 1px solid #DEDEDE;
}
#reports #general-stats {
    width: 600px;
}
#general-stats .general-stats-item, #general-stats th {
    text-align: center!important;
}
#adSpaceAccount #reports-navigation, #adSpaceAccount h1, #adSpaceAccount h3 {
    display: none;
}
#adSpaceAccount #quick-stats {
    display: block;
    width: auto;
}
#my-account-stats {
    margin: 0 0 20px;
}
.browseCompanyAB {
    float: left;
    padding: 5px;
}
.SearchResultsCompany .numberPerPage, .SearchResultsCompany .numberResults {
    display: inline-block;
    vertical-align: middle;
}
.SearchResultsCompany .topNavBar .pageNavigation {
    border: none;
    border-radius: 0;
    display: inline-block;
    float: right;
    padding: 0 15px 0 0;
    background: 0 0;
    box-shadow: none;
}
.pageNavigation img {
    display: none;
}
.userInfo {
    float: left;
    width: 220px;
}
.narrow-col .displayField .player {
    margin: 0 5px;
}
.narrow-col .displayField embed {
    width: 90%;
    height: 250px;
    float: right;
    clear: both;
    margin: 0 5px;
}
#col-wide .displayField a.player, #col-wide .displayField embed, #company-profile-video a.player, #company-profile-video embed {
    width: 100%;
    height: 350px;
}
.narrow-col a.player {
    width: 100%}
.listingLeftBlock embed {
    width: 214px;
}
.listingLeftBlock {
    clear: both;
}
.noRefine .listingInfo {
    float: right;
    width: 75%}
.headerBgBlock .Results {
    font-size: 23px;
    margin: 0 0 5px;
    padding: 0;
}
.noRefine .results-paging {
    float: none;
}
.noRefine .listingInfo h2 {
    font-size: 20px;
}
.refine-fix {
    margin: -40px 0 0;
}
#displayListing #listingsResults {
    float: left;
    width: 72%}
.listingInfo h2 {
    font-size: 30px;
    color: #1c1c1c;
    text-shadow: 0 1px 0;
    padding: 15px 0 13px;
    border-bottom: 2px solid #ce4a14;
}
.compProfileTitle {
    color: #ce4a14;
    font-size: 18px;
}
.in_CompanyInsiderWidget {
    width: 70%;
    float: right;
}
.company-info-right {
    border: none!important;
    background: 0 0!important;
    box-shadow: none!important;
    margin: 18px 0;
}
.wrap-2~.company-info-right {
    position: absolute;
    right: 0;
    top: 67px;
}
.userInfo center {
    text-align: left;
}
.userInfo img {
    margin: 12px 0;
    border: 1px solid #dedede;
}
.compProfileInfo .company-name {
    color: #2c6073;
    font-size: 15px;
    font-family: proxima_novabold, arial, sans-serif;
}
.comp-profile-content {
    color: #585858;
    font-size: 13px;
    line-height: 20px;
}
.comp-profile-content a {
    color: #ce4a14;
    border-bottom: 1px solid #ebcabd;
    text-decoration: none;
}
.comp-profile-content .info-picture, .comp-profile-content a:hover {
    border: none;
}
.list {
    background: url(red-arrow.png) left center no-repeat;
    padding: 0 0 0 12px;
    line-height: 27px;
}
.my-account-head {
    margin: 40px 0 20px;
}
.my-account-head h1 {
    color: #1c1c1c;
    font-family: HelveticaNeue-Medium;
    font-size: 30px;
    text-shadow: 1px 0 0 #ccc;
    margin: 0;
}
.my-account {
    background: #fff;
    border-top: 2px solid #ce4a14;
    -webkit-box-shadow: 0 3px 2px -2px #ddd;
    -moz-box-shadow: 0 3px 2px -2px #ddd;
    box-shadow: 0 3px 2px -2px #ddd;
    padding: 25px;
}
.my-account ul {
    float: left;
    display: block;
    width: 62%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.my-account ul li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin: 0 0 20px;
}
.my-account ul li img {
    margin: 0 0 5px;
}
#recentlyViewedJobs, #suggestedJobs {
    margin: 5px 10px;
    width: 47%;
    overflow: hidden;
}
.my-account ul li a {
    text-decoration: none;
    font-family: HelveticaNeue-Medium;
    font-size: 15px;
}
.my-account ul li a:hover {
    color: #4d4d4d;
    text-shadow: 0 -1px 0 #f2cfc0;
}
.pm-sub-menu {
    float: left;
    color: #2c6073;
    font-size: 15px;
}
.pm-sub-menu a {
    font-family: proximanovaregular, Arial, sans-serif!important;
}
#adSpaceAccount {
    float: right;
    width: 32%}
#recentlyViewedJobs {
    float: left;
}
#suggestedJobs {
    float: right;
}
#recentlyViewedJobs-title, #suggestedJobs-title {
    font-family: proxima_novabold, Arial, sans-serif;
    font-size: 18px;
    color: #565656;
    margin: 5px 0 10px;
}
#recentlyViewedJobs table thead, #suggestedJobs table thead {
    background: #3b6b7d;
    text-align: left;
    color: #fff;
}
#recentlyViewedJobs table thead th, #suggestedJobs table thead th {
    padding: 10px 0;
}
#recentlyViewedJobs table td, #suggestedJobs table td {
    padding: 10px 5px;
    color: #8c8c8c;
}
#recentlyViewedJobs tbody tr, #suggestedJobs tbody tr {
    border-bottom: 1px dashed #8c8c8c;
}
#recentlyViewedJobs .evenrow, #suggestedJobs .evenrow {
    background: 0 0;
}
#recentlyViewedJobs table tbody tr:last-child, #suggestedJobs table tbody tr:last-child {
    border: none;
}
#recentlyViewedJobs .rec-sug-title-th, #suggestedJobs .rec-sug-title-th {
    width: 38%!important;
}
#recentlyViewedJobs .rec-sug-comp-th, #suggestedJobs .rec-sug-comp-th {
    width: 30%!important;
}
#recentlyViewedJobs .rec-sug-title a, #suggestedJobs .rec-sug-title a {
    text-decoration: none;
    font-weight: 700;
}
#recentlyViewedJobs table .rec-sug-title a:hover, #suggestedJobs table .rec-sug-title a:hover {
    text-decoration: underline;
}
#recentlyViewedJobs .rec-sug-comp a, #suggestedJobs .rec-sug-comp a {
    border-bottom: 1px solid #f6ded4;
    text-decoration: none;
}
#recentlyViewedJobs .rec-sug-comp a:hover, #suggestedJobs table .rec-sug-comp a:hover {
    border: none;
}
#sub-accounts .inputName {
    width: 20%}
#sub-accounts .results {
    margin: 0!important;
}
.sub-user-permissions {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page_button, .sub-user-permissions li {
    margin: 10px 0;
}
.page_button {
    background: #EFEFEF;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 700;
    padding: 5px;
}
.page_icon {
    color: #951919;
    display: inline-block;
    margin: 0 10px 0 0;
}
#contactInfo {
    margin: 15px auto 0;
    overflow: hidden;
    width: 707px;
    -webkit-box-shadow: 0 7px 7px 3px silver;
    -moz-box-shadow: 0 7px 7px 3px silver;
    box-shadow: 0 7px 7px 3px silver;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#contactInfo-in {
    background: #eee;
    overflow: hidden;
    padding: 30px 15px 15px;
    width: 677px;
}
#user-top {
    margin: 10px 0;
    overflow: hidden;
}
#contact-info {
    float: left;
    margin: 0 10px 0 0;
    width: 450px;
}
#contact-group {
    clear: both;
    font-size: 13px;
    margin: 10px 0;
    overflow: hidden;
}
.contact-detail-cap {
    float: left;
    font-weight: 700;
    width: 30%}
.contact-detail-info {
    float: left;
    width: 70%}
#contact-image {
    float: left;
    width: 190px;
}
#contact-image img {
    width: 190px;
}
#under-contact {
    clear: both;
    overflow: hidden;
}
#cont-info-sendpm {
    float: left;
    margin: 15px 0;
    text-align: center;
    width: 190px;
}
#under-contact #note-block {
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 15px 0;
    width: 440px;
}
#listings_per_page_form .sbHolder, .listings_per_page_form .sbHolder, .navigation-application, .navigation-application .numberPerPage, .navigation-application .pageNavigation {
    float: right;
}
#under-contact textarea {
    width: 93%!important;
}
#reason {
    width: 456px!important;
}
a.button, input.button, input[type=reset], input[type=button], input[type=submit] {
    background-color: #f9a61a;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    padding: 8px 15px;
}
/*a.button:hover, input.button:hover, input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover {*/
    /*background-color: #000;*/
/*}*/
a.standart-button, input.standart-button {
    background: url(gray-standart-button.png) repeat-x;
    border: 1px solid #9F9F9F;
    border-radius: 2px;
    color: #000!important;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif!important;
    font-size: 12px!important;
    font-weight: 700;
    height: 25px;
    min-width: 100px;
    padding: 0 10px;
    text-transform: inherit!important;
    text-shadow: none;
}
a.standart-button:hover, input.standart-button:hover {
    background: url(gray-standart-button.png) 0 -25px repeat-x;
}
.action-form-buttons {
    clear: left;
    display: inline-block;
}
#listing-details-menu {
    margin: 0;
    padding: 20px 15px;
    list-style: none;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 2px 3px -2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#listing-details-menu .buttonApply {
    background: url(list-apply.png) 5% center no-repeat, #f1864b;
    background: url(list-apply.png) 5% center no-repeat, -moz-linear-gradient(top, rgba(241, 134, 75, 1) 0, rgba(194, 56, 4, 1) 100%);
    background: url(list-apply.png) 5% center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(241, 134, 75, 1)), color-stop(100%, rgba(194, 56, 4, 1)));
    background: url(list-apply.png) 5% center no-repeat, -webkit-linear-gradient(top, rgba(241, 134, 75, 1) 0, rgba(194, 56, 4, 1) 100%);
    background: url(list-apply.png) 5% center no-repeat, -o-linear-gradient(top, rgba(241, 134, 75, 1) 0, rgba(194, 56, 4, 1) 100%);
    background: url(list-apply.png) 5% center no-repeat, -ms-linear-gradient(top, rgba(241, 134, 75, 1) 0, rgba(194, 56, 4, 1) 100%);
    background: url(list-apply.png) 5% center no-repeat, linear-gradient(to bottom, rgba(241, 134, 75, 1) 0, rgba(194, 56, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1864B',  endColorstr='#C23804',  GradientType=0 );
    width: 100%;
    border: 1px solid #c43b07;
    text-shadow: 0 -1px 0 #b11c02;
    color: #fff;
    font-family: proxima_novabold, Arial;
    font-size: 18px;
}
#listing-details-menu .buttonApply:hover {
    background: url(list-apply.png) 5% center no-repeat, #f1864b;
    background: url(list-apply.png) 5% center no-repeat, -moz-linear-gradient(top, #FFA166 0, #D74D19 100%);
    background: url(list-apply.png) 5% center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFA166), color-stop(100%, #D74D19));
    background: url(list-apply.png) 5% center no-repeat, -webkit-linear-gradient(top, #FFA166 0, #D74D19 100%);
    background: url(list-apply.png) 5% center no-repeat, -o-linear-gradient(top, #FFA166 0, #D74D19 100%);
    background: url(list-apply.png) 5% center no-repeat, -ms-linear-gradient(top, #FFA166 0, #D74D19 100%);
    background: url(list-apply.png) 5% center no-repeat, linear-gradient(to bottom, #FFA166 0, #D74D19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA166',  endColorstr='#D74D19',  GradientType=0 );
}
#listing-details-menu .apply-now-li {
    border: none;
    background: 0 0;
    box-shadow: none;
}
#listing-details-menu li {
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #f4f4f4 0, #ccc 100%);
    background: -o-linear-gradient(top, #f4f4f4 0, #ccc 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0, #ccc 100%);
    background: linear-gradient(to bottom, #f4f4f4 0, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4',  endColorstr='#cccccc',  GradientType=0 );
    border: 1px solid #b8b8b8;
    box-shadow: 0 5px 3px -4px #b8b8b8;
    margin: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#listing-details-menu li:hover {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(100%, #d1d1d1));
    background: -webkit-linear-gradient(top, #f9f9f9 0, #d1d1d1 100%);
    background: -o-linear-gradient(top, #f9f9f9 0, #d1d1d1 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0, #d1d1d1 100%);
    background: linear-gradient(to bottom, #f9f9f9 0, #d1d1d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9',  endColorstr='#d1d1d1',  GradientType=0 );
}
#listing-details-menu li a {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #2c6073;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    padding: 8px 0;
}
.preview-buttons {
    margin: 12px 0;
    text-align: center;
    clear: both;
}
.note-app-border, .tableSearchResultApplications tr {
    border: none;
}
.ApplicationPointedInListingInfo .name, .app-track-link a {
    font-size: 15px!important;
}
.tableSearchResultApplications .table-application-border-bottom {
    border-bottom: 1px solid #B2B2B2!important;
}
.table-application-border-bottom .form-notes {
    padding: 0;
}
.form-notes {
    padding: 0 0 0 50px;
}
.form-notes span {
    color: #3F3F3F!important;
}
.form-notes b {
    display: block;
}
.tableSearchResultApplications textarea {
    width: 95%!important;
}
.navigation-application .pageNavigation {
    margin: 5px 0 10px;
    padding: 25px 10px;
}
.tableSearchResultApplications th a {
    text-decoration: none;
}
#application-tracking-form .pageNavigation {
    clear: both;
}
.app-tracking select, .numberPerPage select, .phrases-per-page, .phrases_per_page {
    width: auto;
}
.actions-with-selected, .pageNavigation {
    background: #fff;
    border-top: 2px solid #ce4a14;
    box-shadow: 0 4px 3px -1px #D1D1D1;
    text-align: right;
    padding: 25px;
}
.actions-with-selected {
    margin: 0 0 20px;
    width: 935px;
}
.numberPerPage #listings_per_page_form, .numberPerPage .listings_per_page_form {
    text-align: right;
    float: right;
    width: 260px;
}
.noRefine .numberPerPage #listings_per_page_form, .noRefine .numberPerPage .listings_per_page_form {
    width: 605px;
}
.topNavBar .numberPerPage #listings_per_page_form, .topNavBar .numberPerPage .listings_per_page_form {
    float: none;
}
.numberPerPage br {
    display: none;
    margin: 10px;
}
.numberPerPage {
    margin: 0 0 20px 20px;
}
.pageNavigation {
    margin: 10px 0;
}
.results {
    margin: -25px 0 0;
}
.results table th {
    white-space: normal;
}
.company-fix {
    margin: 0;
}
.company-fix .listingInfo {
    float: right;
    width: 75%}
.company-fix .listingInfo h2 {
    font-family: proxima_novasemibold, Arial, sans-serif;
    font-size: 20px;
}
.company-fix .results-paging, .company-fix .results-paging .head {
    margin: 25px 0 0;
}
.company-fix #refineResults-block {
    margin: 0;
}
.company-fix #blockBg {
    margin: 48px 0 0;
}
#refineResults-block table thead {
    background: 0 0;
}
#refine-block-preloader {
    margin: 200px auto 0;
}
#listingsResults table tr, .results table tr, .ui-datepicker-calendar tr {
    border: none;
}
.topResultsLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topResultsLinks ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.topResultsLinks ul li a {
    background: url(breadcr-arrow.png) left center no-repeat;
    color: #2c6073;
    font-family: proxima_novasemibold, Arial, sans-serif;
    padding: 0 0 0 13px;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}
.topResultsLinks ul li a:hover {
    text-decoration: underline;
}
.browse {
    margin: -50px 0 5px;
}
#browse-items {
    margin: 35px 0 0;
}
#main-div-after>p:first-child {
    margin: 30px 0 5px;
}
.noRefine #listingsResults, .noRefine .results-paging {
    width: 100%}
.results-paging {
    float: right;
    margin: 20px 0 0;
    width: 74%}
#refineResults-block {
    float: left;
    width: 230px;
    margin: 20px 0 0;
}
#listingsResults {
    float: right;
    margin: 25px 0 0;
    width: 74%}
#blockBg, .head {
    margin: 30px 0 0;
}
.head h1 {
    color: #1c1c1c;
    text-shadow: 1px 0 0 #bdbdbd;
    display: inline-block;
    margin: 0;
}
.topNavBar .select-box {
    float: right;
}
.topNavBar .select-box form {
    width: auto;
}
.topNavBar {
    border-top: 2px solid #ce4a14;
    background: #fff;
    box-shadow: 0 3px 1px -1px #ebebeb;
    padding: 15px 25px;
    font-size: 13px;
    color: #1c1c1c;
    text-shadow: -1px 0 0 #c2c2c2;
}
.topNavBar .numberPerPage, .topNavBar .numberPerPage p, .topNavBar .numberResults, .topNavBar form {
    display: inline-block;
    vertical-align: middle;
}
.topNavBar form {
    margin: 0 7px;
}
#listings_per_page_form .sbHolder, #sort-by .sbHolder, .listings_per_page_form .sbHolder {
    margin: 0;
    border: 1px solid #abadb3;
    width: 123px;
    height: 16px;
}
#listings_per_page_form .sbHolder, .listings_per_page_form .sbHolder {
    width: 50px;
}
.highlight {
    background: #B0E0E6;
}
#listings_per_page_form .sbToggle, #sort-by .sbToggle, .listings_per_page_form .sbToggle {
    background: url(sort-selector.png);
    top: auto;
    height: 16px;
    width: 17px;
}
#listings_per_page_form .sbSelector, #sort-by .sbSelector, .listings_per_page_form .sbSelector {
    text-indent: 0;
    text-align: left;
    width: 100px;
    left: 3px;
    right: auto;
    line-height: 18px;
    height: 16px;
    color: #ce4a14!important;
    text-shadow: 1px 0 0 #ebb7a1;
}
#listings_per_page_form .sbSelector, .listings_per_page_form .sbSelector {
    width: 48px;
}
#listings_per_page_form .sbOptions, #sort-by .sbOptions, .listings_per_page_form .sbOptions {
    left: -2px;
    top: 18px!important;
}
#listings_per_page_form .sbOptions a, #sort-by .sbOptions a, .listings_per_page_form .sbOptions a {
    color: #fff;
    text-shadow: none;
}
.topNavBar .numberPerPage {
    margin: 0 0 0 20px;
}
#listingsResults table {
    width: 100%}
#listingsResults .priorityListing td {
    background: #fff;
    border: 1px solid #ffdccd;
    margin: 0 0 30px;
    display: block;
    box-shadow: 0 4px 3px -1px #D1D1D1;
}
#my-listings-table .priorityListing, #my-listings-table .priorityListing+tr {
    background: #fff;
}
.priorityListing .listing-title {
    padding: 15px 10px 12px 30px;
    border-bottom: 1px dashed #ffc5ad;
}
#listingsResults .evenrow .listing-title, #listingsResults .oddrow .listing-title {
    padding: 0 10px 10px 0;
    border-bottom: 1px dashed #8c8c8c;
}
#listingsResults .evenrow .listing-title a, #listingsResults .oddrow .listing-title a, .priorityListing .listing-title a {
    text-decoration: none;
    font-family: HelveticaNeue-Medium;
    font-size: 18px;
}
#listingsResults .evenrow .listing-title a, #listingsResults .oddrow .listing-title a {
    color: #1c1c1c;
    text-shadow: 1px 0 0 #ccc;
}
.priorityListing .listing-title a {
    color: #ce4a14;
    text-shadow: 1px 0 0 #f2cfc0;
}
#listingsResults .evenrow .listing-title a:hover, #listingsResults .oddrow .listing-title a:hover, .priorityListing .listing-title a:hover {
    text-decoration: underline;
}
.listing-info .left-side {
    display: inline-block;
    margin: 15px 5px 5px 25px;
}
#listingsResults .evenrow .listing-info .left-side, #listingsResults .oddrow .listing-info .left-side {
    margin: 15px 5px 5px 0;
}
.listing-info .right-side {
    display: inline-block;
    float: right;
    margin: 20px 0 10px;
}
.priorityListing .listing-info .right-side {
    margin: 20px 20px 10px 0;
}
.left-side .captions {
    width: 72px;
    display: inline-block;
    text-align: right;
    padding: 6px 10px 6px 0;
    color: #8c8c8c;
    text-shadow: 1px 0 0 #e0e0e0;
}
.left-side .captions-field {
    display: inline;
    color: #2c6073;
}
.left-side .captions-field a {
    text-decoration: none;
}
.left-side .captions-field a:hover {
    text-decoration: underline;
}
.show-brief {
    margin: 0 20px 0 25px;
    color: #585858;
    line-height: 24px;
}
#listingsResults .evenrow .show-brief, #listingsResults .oddrow .show-brief {
    margin: 0 20px 0 0;
}
.listing-links ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 15px 0 25px;
}
.listing-links .form-note {
    margin: 0 25px;
}
.listing-links textarea {
    width: 97%!important;
}
#listingsResults .evenrow .listing-links ul, #listingsResults .oddrow .listing-links ul {
    margin: 0;
}
.listing-links ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.listing-links ul li a {
    color: #ce4a14;
    text-decoration: none;
    border-bottom: 1px solid #edccbf;
}
.listing-links ul li a:hover {
    border: none;
}
#listingsResults .evenrow td, #listingsResults .oddrow td {
    border-top: 2px solid #2c6073;
    padding: 25px 0 0;
}
#listingsResults textarea {
    min-height: 100px;
}
#listingsResults #notesForm .button {
    background: -moz-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1864b), color-stop(100%, #c23804));
    background: -webkit-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: -o-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: -ms-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: linear-gradient(to bottom, #f1864b 0, #c23804 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1864b',  endColorstr='#c23804',  GradientType=0 );
    padding: 0 20px;
    border: 1px solid #c43b07;
    font-family: proxima_novasemibold, Arial, sans-serif;
    font-size: 13px;
    height: 25px;
    text-shadow: 0 -1px 0 #b21c02;
    text-transform: uppercase;
    margin: 10px 0 15px;
}
.form-note div {
    display: none;
}
#listingsResults #notesForm .button:hover {
    background: -moz-linear-gradient(top, #FFAC71 0, #EA602C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFAC71), color-stop(100%, #EA602C));
    background: -webkit-linear-gradient(top, #FFAC71 0, #EA602C 100%);
    background: -o-linear-gradient(top, #FFAC71 0, #EA602C 100%);
    background: -ms-linear-gradient(top, #FFAC71 0, #EA602C 100%);
    background: linear-gradient(to bottom, #FFAC71 0, #EA602C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAC71',  endColorstr='#EA602C',  GradientType=0 );
}
.form-note {
    margin: 0 0 10px;
    display: block;
    color: #2c6073;
}
.form-note b {
    padding: 0 5px 0 0;
}
.form-note span {
    background: #fff;
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px;
    color: #2c6073!important;
}
.nextBtn a, .prevBtn a {
    background: #47a2c4;
    background: -moz-linear-gradient(top, #47a2c4 0, #256780 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #47a2c4), color-stop(100%, #256780));
    background: -webkit-linear-gradient(top, #47a2c4 0, #256780 100%);
    background: -o-linear-gradient(top, #47a2c4 0, #256780 100%);
    background: -ms-linear-gradient(top, #47a2c4 0, #256780 100%);
    background: linear-gradient(to bottom, #47a2c4 0, #256780 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a2c4',  endColorstr='#256780',  GradientType=0 );
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #1f4f61;
    padding: 5px 10px;
    color: #fff;
    font-family: proxima_novasemibold, Arial;
    font-size: 13px;
    text-shadow: 0 -2px 0 #266d86;
    filter: dropshadow(color=#266d86,  offx=0,  offy=-2);
    min-width: 95px;
    text-decoration: none;
    text-transform: uppercase;
}
.BreadCrumbs p a, .BreadCrumbs p span, .block_values_button, .currentSearch, .navigationItems a, .rating_text, .refine_button {
    font-family: proxima_novasemibold, Arial, sans-serif;
}
.nextBtn a:hover, .prevBtn a:hover {
    background: #52aed0;
    background: -moz-linear-gradient(top, #52aed0 0, #2b708a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #52aed0), color-stop(100%, #2b708a));
    background: -webkit-linear-gradient(top, #52aed0 0, #2b708a 100%);
    background: -o-linear-gradient(top, #52aed0 0, #2b708a 100%);
    background: -ms-linear-gradient(top, #52aed0 0, #2b708a 100%);
    background: linear-gradient(to bottom, #52aed0 0, #2b708a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52aed0',  endColorstr='#2b708a',  GradientType=0 );
}
.prevBtn {
    margin: 0 5px 0 0;
}
.nextBtn img, .prevBtn img {
    display: none;
}
.nextBtn {
    margin: 0 0 0 5px;
}
.navigationItems .strong {
    color: #ce4a14;
    margin: 0 5px;
}
.navigationItems {
    color: #2c6073;
}
.navigationItems a {
    color: #2c6073;
    text-decoration: none;
    margin: 0 5px;
}
.navigationItems a:hover {
    text-decoration: underline;
}
.api-jobs-plugin td {
    border-top: 2px solid #2C6073!important;
    background: #fff!important;
    padding: 15px!important;
}
#breadcrumb-bg {
    height: 55px;
    z-index: 1;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(235, 235, 235, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',  endColorstr='#ebebeb',  GradientType=0 );
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    overflow: hidden;
}
.BreadCrumbs {
    width: 1000px;
    margin: 20px auto 0;
}
.BreadCrumbs p {
    margin: 0;
}
.BreadCrumbs p a, .BreadCrumbs p span {
    background: url(breadcr-arrow.png) left center no-repeat;
    padding: 0 0 0 10px;
    color: #2c6073;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}
.BreadCrumbs p a:hover {
    color: #ce4a14;
}
#currentSearch, #refineResults {
    border-collapse: separate;
    background: #fff;
    width: 100%;
    box-shadow: 0 3px 3px -1px #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dedede;
    padding: 10px;
}
#currentSearch th, #refineResults th {
    font-size: 18px;
    color: #fff;
    padding: 5px 0 10px;
}
.separate-div {
    margin: 0 0 10px;
    background: #f5f5f5;
    padding: 15px 15px 12px;
}
.refine_icon {
    display: inline-block;
    text-indent: -999em;
    height: 16px;
    width: 16px;
    margin: 0 5px 0 0;
}
.more {
    background: url(more-opt.png) center no-repeat;
}
.less {
    background: url(delete.png) center no-repeat;
}
.refine_button:hover {
    cursor: pointer;
}
.currentSearch, .refine_button {
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    padding: 0 0 7px;
}
.curSearchItem, .refine_block {
    border-top: 1px solid #fff;
    display: block;
    padding: 13px 0 0;
    color: #2c6073;
}
.curSearchItem a {
    background: url(cancel.png) no-repeat;
    float: right;
    text-indent: -999em;
    display: inline-block;
    height: 13px;
    width: 12px;
}
.rating, .rating_over {
    height: 15px;
    float: left;
}
.refineItem {
    color: #ce4a14;
    display: block;
    margin: 10px 0;
}
.refineItem a {
    text-decoration: none;
}
.add, .refineItem a:hover, .remove {
    text-decoration: underline;
}
.block_values_button {
    color: #ce4a14;
    cursor: pointer;
}
.block_values_button span {
    border-bottom: 1px solid #ebcabd;
}
.block_values_button span:hover {
    border: none;
}
.complex {
    border-bottom: 1px dotted #727272;
    display: block;
    padding: 10px 0;
    width: 600px;
}
.complex .inputReq {
    width: 3%}
.add, .remove {
    display: inline-block;
}
#delete-promocode {
    display: inline;
    vertical-align: top;
}
.add {
    background: url(more-opt.png) left center no-repeat;
    color: #ce4a14;
    margin: 5px 0;
    padding: 2px 0 0 20px;
}
.remove {
    background: url(delete.png) 0 1px no-repeat;
    color: #43464D;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}
.flag-listing-ico a span, .panel-pdf-version-resume a span, .panelSavedIco a span, .panelViewDitailsIco a span, .print-listing-ico a span, .tell-a-friend a span, .viewMapIco a span {
    padding: 0 0 0 24px;
    background: url(icons.png) no-repeat;
}
.panelSavedIco a span {
    background-position: 0 -179px;
}
.panelViewDitailsIco a span {
    background-position: 0 -225px;
}
.panel-pdf-version-resume a span {
    background-position: 0 -250px;
}
.tell-a-friend a span {
    background-position: 0 -202px;
}
.flag-listing-ico a span {
    background-position: 0 -109px;
}
.print-listing-ico a span {
    background-position: 0 -156px;
}
.viewMapIco a span {
    background-position: 0 -131px;
}
.add-notes, .edit-notes, .save-ad, .viewDetails, .viewVideo {
    background: url(icons.png) no-repeat;
    padding: 0 0 0 25px;
}
.save-ad {
    background-position: 0 -427px;
}
.viewDetails {
    background-position: 0 -601px;
}
.add-notes {
    background-position: 0 -453px;
}
.edit-notes {
    background-position: 0 -478px;
}
.viewVideo {
    background-position: 0 -623px;
}
.listLink-active {
    color: #CE4A14!important;
    font-weight: 700;
}
.rating {
    width: 80px;
    background: url(n_stars_2.gif) repeat-x;
}
.rating_over {
    width: 0;
    background: url(n_stars_1.gif) repeat-x;
}
.rating_text {
    float: left;
    padding: 0 0 0 5px;
    color: #2C6073;
    text-shadow: 0 1px 0 #fff;
}
.listLink-active:hover {
    cursor: auto!important;
    text-decoration: none!important;
}
#googleMap-links a:hover {
    text-decoration: underline;
}
#listView-icon, #mapView-icon, #showBriefOrDetailed {
    background: url(icons.png) no-repeat;
    padding: 0 0 0 28px;
}
#showBriefOrDetailed {
    background-position: 0 -401px;
}
#showBriefOrDetailed.listLink-active {
    background-position: 0 -376px;
}
#listView-icon {
    background-position: 0 -305px;
}
#listView-icon.listLink-active {
    background-position: 0 -281px;
}
#mapView-icon {
    background-position: 0 -328px;
    padding: 0 0 0 21px;
}
#mapView-icon.listLink-active {
    background-position: 0 -352px;
}
.Comments ul, .ModResults ul, .Rating ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}
.Comments ul li, .ModResults ul li, .Rating ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.RightLink {
    float: right;
    padding: 10px;
}
.Rating ul li p {
    float: left;
    margin: 0;
}
.Comments ul li a, .ModResults ul li a, .Rating ul li p {
    background: url(breadcr-arrow.png) left center no-repeat;
    color: #2C6073;
    font-family: proxima_novasemibold, Arial sans-serif;
    padding: 0 0 0 13px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.Comments ul li a:hover, .ModResults ul li a:hover {
    text-decoration: underline;
}
.Pagging ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.Pagging ul li {
    display: inline-block;
}
.Pagging .prevBtn {
    margin: 0;
}
.Pagging .nextBtn {
    margin: 0 0 0 2px;
}
.after-quick-links {
    float: right;
    width: 235px;
    margin: 50px 0 0;
}
.Pagging {
    text-align: right;
    margin: 0 0 5px;
}
#invoice-buttons, #invoice-logo {
    text-align: center;
}
#formPayment {
    margin: 15px 0;
}
.inputStringMoney {
    float: left;
    margin: 0;
    width: 180px!important;
}
.paymentButton {
    min-width: 140px!important;
}
#invoice-billto, #invoice-info, #invoice-logo, #invoice-sendto {
    margin: 10px 0;
    padding: 10px 5px;
}
#invoice-logo {
    float: left;
    width: 380px;
    background: #2B5E72;
    border-radius: 7px;
}
#invoice-info {
    float: right;
    line-height: 20px;
    text-align: right;
    width: 350px;
}
#invoice-billto .strong, #invoice-info .strong, #invoice-sendto .strong {
    font-size: 18px;
}
#invoice-billto {
    float: left;
}
#invoice-sendto {
    float: right;
}
#invoice-billto, #invoice-sendto {
    border-top: 1px solid #D9D9D9;
    line-height: 22px;
    width: 380px;
}
table#invoice-table {
    font-size: 12px;
    width: 100%}
table#invoice-table tr.invoice-table-head {
    background: #EDEDED;
}
table#invoice-table tr.invoice-table-head td {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    height: inherit!important;
}
table#invoice-table td {
    border: 1px solid #D9D9D9;
    padding: 5px 10px;
}
.invoice-amount-total {
    background: #F5F5F5;
    font-weight: 700;
    text-align: right;
}
#answerBlock .remove, #answers .remove, .add-answer .remove {
    margin: 10px 0;
}
#answers .inputField, .notCheck, .notDesc {
    float: left;
}
.notCheck {
    width: 4%}
.notDesc {
    line-height: 20px;
    width: 32%}
.notif-date-days {
    width: 6%;
    margin: -5px 0 0;
}
.notif-date-days input {
    height: 11px;
    width: 30px!important;
}
.instruction .instr_block {
    display: none;
}
.instruction .instr_icon {
    background: url(instructions.png) left top;
    float: left;
    height: 19px;
    width: 19px;
    margin: 7px 0 0 5px;
}
.instruction .instr_cont {
    display: inline-block;
    background: #fff;
    width: 200px;
    padding: 10px;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    color: #8B8B8B;
    font-size: 12px;
    position: absolute;
}
.instr_arrow {
    background: url(instr-arrow.png) no-repeat;
    display: inline-block;
    height: 16px;
    left: 1px;
    left: 4px \0/;
    position: relative;
    top: 12px;
    width: 11px;
    z-index: 20;
}
.printPage {
    margin: 10px auto;
    overflow: hidden;
    width: 920px;
}
.printLeft {
    float: right;
    width: 220px;
}
.printRight {
    float: left;
    width: 73%}
.printLeft h2 {
    margin: 25px 0 10px;
    text-transform: uppercase;
}
#adSpace {
    float: right;
    width: 370px;
}
#adMargin {
    float: left;
    width: 580px;
}
#adMargin fieldset {
    margin: 0 0 10px;
}
.site-map table tr {
    border: none;
    vertical-align: top;
}
.site-map table td {
    width: 38%}
.soc_reg_form {
    display: block;
    vertical-align: middle;
    margin: 0;
}
.login_buttons_txt {
    display: inline-block;
    padding: 3px 0;
    vertical-align: top;
}
#header-right .soc_reg_form {
    margin: 0 0 0 10px;
    display: inline-block;
}
.slb_facebook, .slb_google, .slb_google_plus, .slb_linkedin {
    background: url(social/social-buttons.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.slb_facebook {
    background-position: 0 -40px;
}
.slb_facebook:hover {
    background-position: 0 -60px;
}
.slb_google, .slb_google_plus {
    background-position: -20px -40px;
}
.slb_google:hover, .slb_google_plus:hover {
    background-position: -20px -61px;
}
.slb_linkedin {
    background-position: -40px -40px;
}
.slb_linkedin:hover {
    background-position: -40px -60px;
}
#header-right .slb_facebook {
    background-position: 0 0;
}
#header-right .slb_facebook:hover {
    background-position: 0 -20px;
}
#header-right .slb_google, #header-right .slb_google_plus {
    background-position: -20px 1px;
}
#header-right .slb_google:hover, #header-right .slb_google_plus:hover {
    background-position: -20px -19px;
}
#header-right .slb_linkedin {
    background-position: -40px 0;
}
#header-right .slb_linkedin:hover {
    background-position: -40px -20px;
}
#social_autoFill {
    padding: 0 0 10px;
}
.in_ProfileInsiderWidget, .in_ProfileWidget {
    display: inline;
    padding: 0 8px 22px 0;
}
.narrow-col, .tree-head .left, .tree-head .right {
    display: inline-block;
}
#shareThis {
    width: 100%!important;
    margin: 0 auto;
}
.mt-count-available {
    padding: 12px 0 0 10px;
}
.tree-head {
    background: #CE4A14;
    height: 45px;
}
.tree-head .right {
    float: right;
}
.tree-head .left {
    padding: 12px;
}
.tree-head .left small {
    color: #fff;
    border-bottom: 1px solid #da774f;
}
.tree-head .left small:hover {
    border: none;
}
.tree-head .right span {
    background: url(popup-close.png) no-repeat!important;
    height: 32px!important;
    width: 33px!important;
    display: inline-block;
    padding: 5px 15px 5px 5px;
}
.tree-head .right span:hover {
    background: url(popup-close.png) 0 -33px no-repeat!important;
}
.tree-head .right span small {
    font-size: 0;
}
.inner-content-div {
    padding: 0 20px 15px!important;
    height: auto!important;
}
.inner-content-div label {
    color: #585858;
}
.bd {
    border: 1px solid #fff;
}
.select-free-fix {
    border: 1px solid #a8a8a8;
}
ul.browse_tree {
    list-style: none;
    padding: 0;
}
ul.browse_tree li {
    padding: 0;
    clear: both;
}
ul.browse_tree li ul {
    padding: 0 0 0 20px;
    margin: 0;
}
ul.browse_tree {
    margin: 5px 0;
}
ul.browse_tree li .arrow {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: left;
    background: url(../../../../system/ext/jquery/ltL_nes.gif) no-repeat;
}
ul.browse_tree li .collapsed {
    background: url(../../../../system/ext/jquery/ltP_nes.gif);
}
ul.browse_tree li .expanded {
    background: url(../../../../system/ext/jquery/ltM_ne.gif);
}
.treeContentDiv {
    margin: 50px 0 10px;
}
.narrow-1col, .narrow-col-wrapper {
    background: #fff;
    box-shadow: 0 3px 2px -2px #ccc;
}
.narrow-1col .displayField {
    width: 75%!important;
}
.wrap-2 {
    border-top: 2px solid #CE4A14;
}
.narrow-col {
    width: 50%;
    float: left;
}
.narrow-1col {
    display: block;
}
.fh-legend {
    display: none;
}
.narrow-col .displayFieldBlock h3 {
    display: inline-block;
    margin: 0;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 400;
    width: 145px;
    text-align: right;
    padding: 0 5px 0 0;
}
#col-narrow-left, #col-narrow-right {
    padding: 15px 0;
}
.narrow-col .displayFieldBlock {
    margin: 10px 0;
}
.narrow-col .displayField {
    display: inline-block;
    width: 53%;
    word-wrap: break-word;
    vertical-align: top;
}
#col-wide {
    width: 65%;
    float: left;
    margin: 10px 0 0;
}
#col-wide+.clr {
    clear: none;
}
#displayListing #refineResults {
    float: right;
    width: 30%}
#col-wide .displayFieldBlock h3 {
    color: #ce4a14;
    font-family: HelveticaNeue-Medium;
    font-size: 18px;
}
#col-wide .displayField {
    color: #585858;
    line-height: 23px;
}
#googleMap-links {
    float: right;
    font-family: proxima_novasemibold, Arial, sans-serif;
    text-shadow: 0 -1px 0 #ddd;
    margin: 9px 0 0;
}
#googleMap-links a {
    text-decoration: none;
    margin: 0 0 0 20px;
    color: #8C8C8C;
}
#googleMap-searchResults .evenrow {
    background: #F5F5F5;
}
#googleMap-searchResults .mapListings-results {
    margin: 0 0 10px;
    padding: 4px;
}
#googleMap-searchResults .mapListings-results a {
    padding: 0 0 5px;
    display: inline-block;
}
#googleMap-pagging .navigationItems, #googleMap-pagging .nextBtn, #googleMap-pagging .prevBtn {
    clear: none;
    display: inline;
}
#googleMap-pagging .nextBtn, #googleMap-pagging .prevBtn {
    background: 0 0!important;
    color: #000!important;
    margin: 0 1px;
}
#googleMap-pagging .navigationItems .strong, #googleMap-pagging .navigationItems a {
    margin: 0 1px;
}
#shoppingCart, .NewsItems {
    margin: 20px 0 0;
}
#googleMap-pagging .nextBtn a, #googleMap-pagging .prevBtn a {
    background: 0 0!important;
    color: #000!important;
    padding: 0 2px!important;
    text-transform: inherit;
    border: none;
    text-shadow: none;
}
#googleMap-pagging {
    text-align: center;
    margin: 0 0 10px;
}
#map {
    height: 650px;
    margin: 0 0 0 30px;
}
.listingsWithoutLocation, .listingsWithoutLocation .strong, .listingsWithoutLocation a {
    color: #727272!important;
}
#shoppingCart {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-shadow: 0 -1px 0 #000;
}
#shoppingCart a {
    display: inline-block;
    vertical-align: middle;
}
#shoppingCartTable td {
    padding: 10px 7px;
}
.products {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    box-shadow: 0 0 4px #ddd;
    float: left;
    margin: 15px 5px;
    padding: 10px;
    width: 905px;
}
.products:hover {
    background: #e1e2dc!important;
}
#productsList .evenrow {
    background: #F4F5ED;
}
#productsList .oddrow {
    background: #FCFCFC;
}
.productInfo {
    float: left;
    margin: 0 0 0 20px;
    width: 580px;
}
.productLinks {
    background: #EFEEF0;
    border: 1px solid #E0E1E5;
    border-radius: 7px;
    box-shadow: 0 0 2px #ddd;
    float: right;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
    width: 160px;
    position: relative;
}
.productLinks .button {
    margin: 5px 0;
    min-width: 160px;
}
#productTotal {
    text-align: right;
}
form .number_of_listings, form .number_of_listings ul {
    vertical-align: middle;
    width: 60px!important;
}
#productsSelect {
    float: left;
    margin: 0 15px 0 0;
}
.numberOfListings {
    width: auto;
}
#volume_price {
    padding: 8px 0;
}
.product-detail-button {
    float: left;
    margin: 0 10px 0 0;
}
#promotionCode {
    margin: 10px;
}
#promotionCode input#inputPromotionCode {
    width: 150px!important;
}
.continue-shopping {
    float: left;
    margin: 0 10px 0 35%}
.productDetails-name {
    float: left;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 0;
    width: 140px;
}
.productDetails-info {
    display: inline;
    float: left;
    font-size: 13px;
    padding: 5px 0;
}
#productDetails~table td {
    padding: 10px 0;
}
#productDetails~table td:first-child, #productDetails~table td:last-child {
    width: 250px;
}
#productDetails~table td input[type=file], #productDetails~table td input[type=text] {
    width: 220px!important;
}
.currentProducts-name {
    float: left;
    font-weight: 700;
    margin: 4px 0;
    padding: 0 15px 0 0;
    width: 250px;
}
.currentProducts-info {
    display: inline;
    float: left;
    margin: 4px 0;
}
#blockResize, .functionsTab, .logsBlock, .profiler, .queriesTab {
    display: none;
}
.profiler {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 15;
}
.profiler * {
    margin: 0;
    padding: 0;
    border: none;
}
#blockResize {
    width: 100%;
    height: 10px;
    cursor: n-resize;
}
.profilerHead {
    margin: 0 auto;
    width: 100%;
    min-width: 960px;
    background: #222;
    border: 12px solid #000;
    border-bottom: none;
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}
.profiler h3 {
    font-weight: 400;
    line-height: 200px;
    padding: 0 15px;
    color: #fff;
}
.profiler, .profiler td {
    color: #444;
}
.logsBlock {
    height: 200px;
    overflow: auto;
    width: 99%}
.metrics {
    background: #000;
    width: 100%}
.functionsTab, .queriesTab {
    border-top: 1px solid #ccc;
    overflow: auto;
    width: 100%}
.profiler .blue {
    color: #3769A0!important;
}
.profiler .purple {
    color: #953FA1!important;
}
.profiler .collapseTab {
    display: none;
    color: #ff0;
    width: 2%}
.functions, .functions .functionsTab, .profiler, .queries, .queries .queriesTab {
    display: block!important;
}
.functions td.blue, .queries td.purple {
    background: #222!important;
    border-bottom: 6px solid #fff!important;
    cursor: default!important;
}
.metrics td {
    height: 40px;
    width: 20%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    border-bottom: 6px solid #444;
}
.metrics td:hover {
    background: #222;
    border-bottom: 6px solid #777;
}
.profiler var {
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 3px;
    display: block;
}
.profiler h4 {
    font-size: 12px;
    color: #fff;
    margin: 0 0 4px;
}
.profiler .main {
    width: 100%}
.profiler .main td {
    padding: 7px 15px;
    text-align: left;
    background: #151515;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px dotted #323232;
    color: #fff;
}
.profiler .main td, pre {
    font-family: Monaco, Consolas, "Lucida Console", "Courier New", monospace;
    font-size: 11px;
}
.profiler .main td b {
    float: left;
    font-weight: 400;
    color: #E6F387;
}
.profiler .main td:hover, table.main thead td.currentColumn {
    background: #2E2E2E;
}
table.main thead td.currentColumn {
    color: #fff;
}
#infometr {
    width: 5%;
    cursor: default;
}
#infometr:hover {
    background: #000;
}
.ui-datepicker-trigger {
    height: 0;
    width: 0;
    padding: 15px;
    background: url(calendar-ico.png) no-repeat;
    vertical-align: middle;
}
#exp_date_mm, #exp_date_yy {
    display: inline-block;
    vertical-align: middle;
    width: 157px!important;
}
input#state {
    background: url(input-text-bg.png) top repeat-x #fff;
    border: 1px solid #bababa;
    padding: 9px 5px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 1);
    width: 350px!important;
}
p font {
    color: #ce4a14;
}
.input-form-bc {
    display: inline-block;
    font-family: proxima_novasemibold, Arial, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #8c8c8c;
    margin: 0 15px 0 0;
}
.bread-crumb {
    display: block;
    margin: -40px 0 40px;
}
.input-form-bc b {
    color: #2C6073;
}
.input-form-bc a {
    text-decoration: none;
}
.input-form-bc a:hover {
    color: #ce4a14;
}
#addListingForm .inputName {
    width: 20%;
    padding: 8px 20px 8px 0;
}
#addListingForm fieldset {
    margin: 15px 0;
}
#addListingForm {
    background: #fff;
    border-top: 2px solid #ce4a14;
    padding: 25px;
}
#addListingForm #dialog+table tr, #editListingForm #dialog+table tr {
    border: none;
}
.marked-fields {
    margin: 0 0 20px;
    color: #585858;
}
.breadcrumbs-fix {
    margin: -40px 0 0!important;
}
#employers_selected_readonly {
    width: 472px!important;
    padding: 10px!important;
}
#addListingForm fieldset:last-child .button {
    background: #f1864b;
    background: -moz-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1864b), color-stop(100%, #c23804));
    background: -webkit-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: -o-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: -ms-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: linear-gradient(to bottom, #f1864b 0, #c23804 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1864b',  endColorstr='#c23804',  GradientType=0 );
    border: 1px solid #c43b07;
    text-shadow: 0 -1px 0 #b82709;
    min-width: 120px;
    font-size: 18px;
}
#addListingForm fieldset:last-child .button:hover, #messageBox input[type=submit]:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9C61',  endColorstr='#DA501C',  GradientType=0 );
}
#addListingForm fieldset:last-child .button:hover {
    background: #FF9C61;
    background: -moz-linear-gradient(top, #FF9C61 0, #DA501C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF9C61), color-stop(100%, #DA501C));
    background: -webkit-linear-gradient(top, #FF9C61 0, #DA501C 100%);
    background: -o-linear-gradient(top, #FF9C61 0, #DA501C 100%);
    background: -ms-linear-gradient(top, #FF9C61 0, #DA501C 100%);
    background: linear-gradient(to bottom, #FF9C61 0, #DA501C 100%);
}
#addListingForm .displayDate, #editListingForm .displayDate {
    width: 350px!important;
}
#editListingForm .inputName {
    width: 21%!important;
}
#editListingForm .UploadPics {
    width: 50%!important;
}
.cookiePreferencesDescription h1 {
    border-bottom: 1px dashed #000;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
div.cookiePreferencesDescription {
    font-size: 12px;
}
.ui-slider-vertical {
    width: .65em!important;
}
#cookiePreferencesSlider {
    height: 285px;
}
.ui-dialog {
    padding: 0 0 10px!important;
    border: none!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}
.ui-widget-overlay {
    background: #000!important;
    opacity: .7!important;
}
.ui-dialog .ui-dialog-content {
    padding: 6px 10px!important;
}
.ui-dialog-titlebar {
    background: #ce4a14!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    border: none!important;
}
.ui-dialog-title {
    font-family: HelveticaNeue-Medium;
    font-size: 21px;
    color: #fff;
    padding: 5px 0;
}
.ui-dialog-titlebar .ui-state-hover {
    background: 0 0!important;
    border: none!important;
}
.ui-state-hover .ui-icon {
    border: none!important;
}
.ui-dialog .ui-icon-closethick {
    background: url(popup-close.png) no-repeat!important;
    height: 32px!important;
    width: 33px!important;
}
.ui-dialog .ui-icon-closethick:hover {
    background: url(popup-close.png) 0 -33px no-repeat!important;
}
.ui-dialog .ui-dialog-titlebar-close {
    margin: -7px 0 0!important;
    width: 38px!important;
}
#messageBox .inputField, #messageBox .inputName {
    float: left;  text-align: left;
}
#messageBox .inputField textarea {
    width: 94%}
#messageBox .inputName {
    width: 28%!important;
    color: #1c1c1c;
    font-family: HelveticaNeue-Medium;
    font-size: 14px;
}
#messageBox #notesForm textarea {
    width: 93%!important;
}
#messageBox fieldset {
    margin: 10px 0;
}
#messageBox input[type=text], #messageBox input[type=password] {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input.captcha {
    width: 108px!important;
}
#applyForm table td {
    vertical-align: top;
}
#messageBox input[type=submit] {
    background: #f1864b;
    background: -moz-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1864b), color-stop(100%, #c23804));
    background: -webkit-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: -o-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: -ms-linear-gradient(top, #f1864b 0, #c23804 100%);
    background: linear-gradient(to bottom, #f1864b 0, #c23804 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1864b',  endColorstr='#c23804',  GradientType=0 );
    border: 1px solid #c43b07;
    text-shadow: 0 -1px 0 #b82709;
    min-width: 120px;
}
#messageBox input[type=submit]:hover {
    background: #FF9C61;
    background: -moz-linear-gradient(top, #FF9C61 0, #DA501C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF9C61), color-stop(100%, #DA501C));
    background: -webkit-linear-gradient(top, #FF9C61 0, #DA501C 100%);
    background: -o-linear-gradient(top, #FF9C61 0, #DA501C 100%);
    background: -ms-linear-gradient(top, #FF9C61 0, #DA501C 100%);
    background: linear-gradient(to bottom, #FF9C61 0, #DA501C 100%);
    color: #fff;
}
#employer-bg {
    background: url(employer-bg.jpg) no-repeat;
    width: 100%;
    height: 290px;
    position: relative;
}
#employer-bg .left-side {
    float: left;
    display: inline-block;
    margin: 35px 0 0 35px;
}
#employer-bg .left-side h1 {
    color: #ce4a14;
    font-family: HelveticaNeue-Medium;
    font-size: 30px;
    text-shadow: 0 1px 0 #fff;
    margin: 0;
}
#employer-bg .left-side ul li, .get-started a {
    font-family: proxima_novasemibold, Arial, sans-serif;
}
#employer-bg .left-side ul {
    list-style: none;
    padding: 0 0 0 15px;
}
#employer-bg .left-side ul li {
    color: #585858;
    font-size: 18px;
    margin: 11px 0;
    text-shadow: 0 1px 0 #fff;
}
#employer-bg .right-buts {
    position: absolute;
    top: 90px;
    right: 40px;
}
.get-started a, .right-buts .post-job {
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}
.get-started a {
    background: #47a2c4;
    background: -moz-linear-gradient(top, #47a2c4 0, #256780 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #47a2c4), color-stop(100%, #256780));
    background: -webkit-linear-gradient(top, #47a2c4 0, #256780 100%);
    background: -o-linear-gradient(top, #47a2c4 0, #256780 100%);
    background: -ms-linear-gradient(top, #47a2c4 0, #256780 100%);
    background: linear-gradient(to bottom, #47a2c4 0, #256780 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a2c4',  endColorstr='#256780',  GradientType=0 );
    border: 1px solid #1f4f61;
    text-shadow: 0 -1px 0 #0c4a6d;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 16px;
    margin: 10px 0 0;
    min-width: 120px;
}
.get-started a:hover {
    background: #5AB5D7;
    background: -moz-linear-gradient(top, #5AB5D7 0, #377992 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5AB5D7), color-stop(100%, #377992));
    background: -webkit-linear-gradient(top, #5AB5D7 0, #377992 100%);
    background: -o-linear-gradient(top, #5AB5D7 0, #377992 100%);
    background: -ms-linear-gradient(top, #5AB5D7 0, #377992 100%);
    background: linear-gradient(to bottom, #5AB5D7 0, #377992 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5AB5D7',  endColorstr='#377992',  GradientType=0 );
}
.right-buts .post-job {
    background: #f1864b;
    background: -moz-linear-gradient(top, rgba(241, 134, 75, 1) 0, rgba(194, 56, 4, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(241, 134, 75, 1)), color-stop(100%, rgba(194, 56, 4, 1)));
    background: -webkit-linear-gradient(top, rgba(241, 134, 75, 1) 0, rgba(194, 56, 4, 1) 100%);
    background: -o-linear-gradient(top, rgba(241, 134, 75, 1) 0, rgba(194, 56, 4, 1) 100%);
    background: -ms-linear-gradient(top, rgba(241, 134, 75, 1) 0, rgba(194, 56, 4, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 134, 75, 1) 0, rgba(194, 56, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1864b',  endColorstr='#c23804',  GradientType=0 );
    border: 1px solid #c43b07;
    text-shadow: 0 -1px 0 #b11c02;
    font-family: HelveticaNeue-Medium;
    font-size: 18px;
    padding: 8px 15px;
    display: block;
}
.post-job span {
    background: url(icons.png) 0 -503px no-repeat;
    padding: 0 0 0 24px;
}
.right-buts .post-job:hover {
    background: #f1864b;
    background: -moz-linear-gradient(top, #FFA166 0, #D74D19 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFA166), color-stop(100%, #D74D19));
    background: -webkit-linear-gradient(top, #FFA166 0, #D74D19 100%);
    background: -o-linear-gradient(top, #FFA166 0, #D74D19 100%);
    background: -ms-linear-gradient(top, #FFA166 0, #D74D19 100%);
    background: linear-gradient(to bottom, #FFA166 0, #D74D19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA166',  endColorstr='#D74D19',  GradientType=0 );
}
.right-buts .get-resume, .right-buts .search-resume {
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #f4f4f4 0, #ccc 100%);
    background: -o-linear-gradient(top, #f4f4f4 0, #ccc 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0, #ccc 100%);
    background: linear-gradient(to bottom, #f4f4f4 0, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4',  endColorstr='#cccccc',  GradientType=0 );
    border: 1px solid #b8b8b8;
    box-shadow: 0 5px 3px -4px #b8b8b8;
    margin: 10px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    padding: 9px 15px;
    font-size: 16px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}
.right-buts .get-resume:hover, .right-buts .search-resume:hover {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(100%, #d1d1d1));
    background: -webkit-linear-gradient(top, #f9f9f9 0, #d1d1d1 100%);
    background: -o-linear-gradient(top, #f9f9f9 0, #d1d1d1 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0, #d1d1d1 100%);
    background: linear-gradient(to bottom, #f9f9f9 0, #d1d1d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9',  endColorstr='#d1d1d1',  GradientType=0 );
}
.get-resume span, .search-resume span {
    background: url(icons.png) no-repeat;
    padding: 0 0 0 25px;
}
.search-resume span {
    background-position: 0 -532px;
}
.get-resume span {
    background-position: 0 -557px;
}
.employer-news-blog h2, .employer-news-blog h3 {
    color: #2d6174;
    font-family: proxima_novabold, Arial;
    font-size: 18px;
    margin: 15px 0;
}
.employer-news-blog #innerBlogContentDiv, .employer-news-blog #news {
    margin: 0;
}
.employer-news-blog .view-all {
    display: none;
}
.employer-news-blog a {
    color: #ce4a14;
    font-size: 15px;
    border-bottom: 1px solid #edccbf;
}
.employer-news-blog a:hover {
    border: none;
}
.employer-news-blog .blogDate, .employer-news-blog .news-date {
    padding: 0!important;
    background: 0 0!important;
    color: #585858!important;
    font-size: 12px!important;
}
.ac_results, .ac_results ul {
    background: #1d1d1d;
}
.employer-news-blog p {
    margin: 3px 0 15px;
}
.ac_results {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 1px #686868;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 30px;
    width: 130px;
    z-index: 1;
    border: none!important;
    overflow: auto!important;
}
.ac_results ul li {
    line-height: 24px;
    border-bottom: 1px solid #303032;
    text-align: left;
    color: #fff!important;
    display: block;
    padding: 0 0 0 15px;
    text-shadow: 0 -1px 1px #000;
}
.ac_results ul li:last-child {
    border-bottom: none;
}
.ac_odd {
    background: 0 0!important;
}
.ac_odd:hover, .ac_over {
    background: #429abb!important;
}
.ac_over, .ac_results ul li:hover {
    background: url(list-symbol.png) 4px center no-repeat #429abb!important;
}
.theme-switcher {
    display: inline-block;
}
#demo-info a {
    font-size: 12px;
}
.inner_div {
    margin: 0!important;
    bottom: -14px!important;
}
#grayBgBanner .templateHighlight {
    margin: 0 0 30px;
}
.edit-template-simple td {
    padding: 5px 0;
}
.edit-template-simple table, .edit-template-simple table tr {
    border: none;
}
.edit-template-simple textarea {
    width: 96%!important;
}
.add-template #apply_name {
    margin: 0 15px 0 207px;
}
.edit-template-simple select {
    width: auto;
}
#dropDown>.templateHighlight {
    top: -33px;
    position: absolute;
    border: none;
}
#dropDown>.templateHighlight ul {
    top: 50px;
}
.templateHighlight #inputStat {
    margin: -13px 0 0;
}
#breadcrumb-bg .templateHighlight .highlight-clr {
    display: none;
}
.visible-print-block {
    display: none!important;
}
.displayField ul,.displayField ol {
    padding-left: 30px;
}
.displayField ul li {
    list-style: inside none disc;
}
@media print {
    .visible-print-block {
    display: block!important;
}
.hidden-print {
    display: none!important;
}
body, html {
    height: auto;
}
}

.carousel-wrapper {
    position: relative;
    margin: 20px 0 50px;
    width: 700px;
    height: auto;
    border: none;
    overflow: hidden;
}

.carousel-wrapper .slides {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    position: relative;
    overflow: visible;
}

.carousel-wrapper .slides .slideItem {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: solid 1px #f9a51a;
}

.carousel-wrapper .slides .slideItem a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.carousel-wrapper .slides .slideItem img {
    margin: 0;
    padding: 0;
    border: none;
    width: auto !important;
    height: 100%;
}

.articleMetaData,
.articleMetaDataInactive {
    height: auto;
    background: rgba(0,0,0,.85);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    left: 0;
}

.articleMetaData a {
    color: #fff;
}

.articleMetaData a:hover {
    color: #f9a51a;
}

.slideCategoryTitle,
.slideCategoryTitleInactive {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 10px 10px 12px 8px;
    text-transform: uppercase;
    color: #d3d3d3;
}

.slideTitle,
.slideTitleInactive {
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    padding: 0 10px 12px 8px;
    color: #d3d3d3;
}

.slideSynopsis,
.slideSynopsisInactive {
    padding: 0 12px 20px;
    font-size: 14px;
    line-height: 18px;
    display: none;
}

.carousel-wrapper .nextButton,
.carousel-wrapper .prevButton {
    position: absolute;
    top: 95px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 500;
    background: url(carousel-arrows.png) no-repeat;
    opacity: 0.9;
    background-size: cover;
}

.carousel-wrapper .nextButton {
    right: 0;
    background-position: -40px 0;
}

.carousel-wrapper .prevButton {
    left: 0;
    background-position: 0 0;
}

.carousel-wrapper .prevButton:hover,
.carousel-wrapper .nextButton:hover {
    opacity: 1;
}
.navbar {
    min-height: 77px;
    font-size: 16px;
    border: none;
    /*background: none;*/
    z-index: 999;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.3);
    -mz-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
}
.navbar .container {
    position: relative;
}
.container {
    max-width: 1130px;
}
.logo {
    padding: 25px 0;
    position: relative;
    z-index: 9;
    margin-right: 50px !important;
}
.logo .logo__text {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 0.5px;
    padding: 0 15px;
    vertical-align: middle;
}
.logo .logo__text img {
    display: inline-block;
   /* max-width: 100%;
    max-height: 100%;*/
}
.top-popup{
    float: right;
    width: 215px;
    background: #489bcf;
    margin-top: -14px;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}
.top-popup span{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
}

.top-popup .top-login{
    font-size: 12px;
    color: #fff;
    padding: 10px;
}
.top-popup .top-login a{
    padding: 0 5px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
.right-contact{
    position: absolute;
    position: absolute;
    right: 18px;
    top: 120px;
}
.right-contact .top-chat a{
    color: #f7a21b;
    font-size: 12px;
}
.right-contact .top-contact{
    padding-left: 20px;
    color: #000;
}


.right-contact .top-contact a{
    color: #000;
    font-size: 12px;
}


.burger-button__wrapper {
    width: 40px;
    height: 36px;
    margin-top: 35px;
    padding: 0 10px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999;
}
.burger-button {
    height: 2px;
    width: 100%;
    background: #c2c2c2;
    position: relative;
}
.navbar .navbar-left {
    display: inline-block;
}
.navbar .navbar-left > .navbar__item {
    padding: 10px 0px 10px;
}
.navbar .navbar-nav .navbar__item .navbar__link {
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.navbar .navbar-left .navbar__item .navbar__link:hover {
    background: none;
    color: #F9A51A;
}
.navbar .navbar-left .navbar__item .navbar__link {
    padding: 0;
    color: #262626;
    font-weight: bold;
    padding: 0px 15px;
    border-right: 2px solid #ddd;
}
.navbar .navbar-left .navbar__item .navbar__link:last{
    border-right: none !important;
    padding-right: 0px !important;
}
.navbar .navbar-right {
    margin-top: 40px;
    padding: 0;
}
.navbar .navbar-right .navbar__item {
    font-size: 14px;
}
.navbar .navbar-right .navbar__item:first-child .navbar__link {
    font-size: 16px;
}
.navbar-brand {
    height: 70px;
}
.main-banner {
    position: relative;
    height: 680px;
    background: url("../images/banner_bg.jpg") no-repeat;
    background-size: cover;
}
.main-banner__wrapper {
    height: 100%;
}
.main-banner__head {
    margin-top: 30px;
}
.main-banner__head h1, .main-banner__head-text {
    padding-bottom: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.main-banner__head h1 {
    padding-top: 8px;
    font-size: 80px;
}
.main-banner__head p, .main-banner__head-description {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.quick-search {
    padding-bottom: 0;
    position: relative;
    z-index: 9;
}
.quick-search__wrapper {
    margin: 100px auto 0;
    /*background: #ebebeb;*/
    background:#fff;
    padding: 40px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.18);
}
.well {
    border-radius: 6px;
}
.quick-search .row {
   /* text-align: center;*/
}
.quick-search .form-group__input {
    width: 40%;
    padding: 0 5px;
}
.quick-search .first .form-group__input {
    width: 32.9%;
}
.quick-search .first {
    margin-bottom: 10px;
}
.quick-search .form-group__input .ui-multiselect {
    width: 100% !important;
    border-radius: 6px !important;
    border: 1px solid rgba(138, 138, 138, 0.4) !important;
    background: #dcdcdc !important;
    color: #444 !important;
}
.quick-search .form-control {
    padding: 3px 12px 0;
}
.quick-search .form-control, .quick-search__find, .quick-search .dropdown-radius {
    width: 100%;
    height: 38px;
    text-align: center;
}
.quick-search .form-group__btn {
    width: 22%;
    padding: 0;
}
.quick-search__find {
    padding: 8px 12px;
}
.quick-search .form-control, .quick-search__find, .quick-search .dropdown-radius {
    width: 100%;
    height: 38px;
    text-align: center;
}
.quick-search input[type="text"],
.quick-search select, .tree-input-field #tree-Occupations-options,.tree-input-field #tree-city1-options  {
    width: 100%;
    font-size: 14px;
    background: #dcdcdc;
    border: 1px solid rgba(138, 138, 138, 0.4);
    border-radius: 6px;
    text-align: center;
    height: auto;
    padding: 8px 12px;
    color: #444 !important;
    font-weight: 300;
    display: block;
    box-shadow: none;
}
.tree-input-field .left{
    width: 76%;
    margin-top: 6px;
}

.btn__bold {
    font-weight: bold;
    text-transform: uppercase;
}
.btn__orange {
    background: #F9A51A;
    color: #fff;
    text-transform: capitalize;
    padding: 9px 25px;
    font-size: 18px;
    font-weight: bold !important;
}
.btn {
    font-weight: 400;
    padding: 9px 25px;
    border-radius: 6px;
    min-width: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tree-as-sb-cptn{
    display: none;
}


.viewers {
    width: 100%;
    float: left;
    background-color:#419DD4;
    padding: 30px 0;
}
.job-view{
    max-width: 850px !important;
}
.upload-text h2{
    color: #f9a51a;
    font-weight: bold;
    font-size: 28px;
}
.upload-text p{
    font-size: 16px;
}
.area-wrapper {
    width: 20%;
    float: left;
    text-align: center;
    color: #fff;
}
.area-wrapper h2{
    font-size: 30px;
    font-weight: bold;
}
.area-wrapper p{
    font-size: 11px;
}

.area-element {
    width: 100px;
    height: 100px;
    background-position: 50% 22px;
    cursor: pointer;
}
.area-element:hover {
    background-position: 50% -60px;
}
.middle-banner {
    height: 390px;
    background: url("../images/signup_bg.jpg");
    margin-top: 45px;
    background-size: cover;
}
.middle-banner {
    display: table;
    width: 100%;
}
.main-sections__middle-banner {
    padding: 0;
}
.middle-banner > div, .middle-banner__description {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.68);
    letter-spacing: 0.44px;
    font-weight: 500;
    margin-top: 50px;
}
.middle-banner h3, .middle-banner__title {
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}
.middle-banner .btn-post-job {
    text-transform: uppercase;
    padding: 15px 67px;
    font-size: 16px;
    line-height: 18px;
    margin-top: 38px;
    font-weight: bold;
    background: #F9A51A;
    color: #fff;
    border-color: #ffdc45;
    border-radius: 6px;
    min-width: 150px;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}
.listing__featured .listing__title {
    color: #000;
}
.listing__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 35px;
  color: #f9a51a;
  padding-top: 20px;
}
.listing__title {
    text-align: center;
}
.listing-item {
    min-height: 104px;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}
.listing-item__logo {
    vertical-align: middle;
    min-width: 150px;
    width: 150px;
    text-align: center;
    position: relative;
}
.listing-item__logo .media-object:not(.profile__img) {
    max-width: 125px;
    max-height: 125px;
    margin-right: 15px;
    display: inline-block;
}
.profile__img-company {
    border-radius: 6px;
    padding-top: 20px;
}
.listing-item__title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}
.listing-item__title a {
    color: #419dd4;
    margin-top: 5px;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
}
.listing-item__info {
    color: #3e3e3e;
    font-size: 16px;
}
.listing-item__info--item {
    position: relative;
    padding-right: 25px;
    margin: 0 25px 10px 0;
    font-weight: 500;
    display: inline-block;
    float: left;
}
.listing-item__info--item:last-child {
    padding-right: 0;
    margin-right: 0;
}
.listing-item__desc {
    color: #B7B7B7;
    text-overflow: ellipsis;
    margin-top: 8px;
    height: 44px;
    padding-right: 21px;
    line-height: 24px;
    margin-bottom: 6px;
    overflow: hidden;
    max-width: 700px;
    word-break: break-word;
}
.listing-item .media-right {
    vertical-align: top;
    padding-right: 21px;
    min-width: 110px;
    padding-top: 8px;
}
.listing-item__date {
    color: rgba(62, 62, 62, 0.3);
    font-weight: bold;
}
.listing-item__date {
    margin-bottom: 5px;
    font-size: 14px;
    white-space: nowrap;
}
.listing-item__employment-type {
    border-radius: 30px;
    border: 2px solid #F9A51A;
    display: inline-block;
    padding: 7px 15px;
    color: #F9A51A;
}
.listing-item__employment-type {
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 12px;
}
.job_section {
    width: 100%;
    float: left;
    background-color: #419dd4;
    padding: 50px 0 30px;
}
.main-sections__alert {
    padding: 69px 0 49px;
}
/*.main-sections {
    padding: 55px 0 0;
}*/
.alert {
    position: relative;
}
.alert__block:first-child:not(.alert__block-form) {
    margin-right: 8%;
}
.alert__block:not(.alert__block-form) {
    width: 41.9%;
}
.subscribe__description {
    font-size: 16px;
}
.alert__block {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.subscribe__description .subscribe__title, .subscribe__description h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
}
.subscribe__description > div:first-of-type {
    padding: 10px 20px;
    background: #ecf6fb;
    margin-bottom: 25px;
    color: #000;
}
.subscribe__description > div {
    padding: 0 10px 0 20px;
    color: #a4a4a4;
    line-height: 26px;
}
.alert__block-form {
    width: 49%;
}
.alert__form {
    padding: 40px 35px;
    background: #fff;
    -ms-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
}
.alert__form__input {
    margin-bottom: 40px;
}
.alert__form__input:last-child {
    margin-bottom: 0;
}
.alert__form__input .form-control {
    border-radius: 6px;
    padding: 0 12px;
    height: 42px;
    text-align: center;
}
.alert__form__input .form-control {
    border-radius: 6px;
    padding: 0 12px;
    height: 42px;
    text-align: center;
}
.footer {
   
    padding: 30px 0 20px;
}
.footer {
    color: #fff;
    background:#000;
/*background: -webkit-linear-gradient(top right, #F09300, #FFBB4E);
background: -moz-linear-gradient(top right, #F09300, #FFBB4E);
background: linear-gradient(top right, #F09300, #FFBB4E);*/
}
.footer .container > div:not(:last-child) {
    margin-bottom: 35px;
}
.footer .container > div {
    margin: 0 -15px;
    text-align: center;
    color: #7e7e7e;
    font-size: 12px;
}
.footer .container > div > div {
    padding: 0 15px;
    width: 100%;
    float: left;
    text-align: left;
}
.footer ul {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
}
.footer ul li {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}
.footer ul a {
    font-size: 14px;
    color: #7e7e7e;
    text-transform: none;
}
.footer a {
    color: #7e7e7e;
}
.footer-nav__link {
    color: #7e7e7e;
    font-weight: 500;
}
.footer-nav__link {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.footer-nav__link:hover {
    color: #F9A51A;
}
.footer .container > div::before, .footer .container > div::after {
    display: table;
    content: '';
}
.footer-nav__link-facebook::before {
    content: "\e900";
    font-size: 12px;
}
.footer-nav__link-twitter::before {
    content: "\e903";
    font-size: 12px;
}
.footer-nav__link-plus::before {
    content: "\e902";
    font-size: 12px;
}
.footer-nav__link-in::before {
    content: "\e901";
    font-size: 16px;
    position: relative;
    top: 1px;
}
.footer-nav__link-social::before {
    font-family: 'footer-social' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px;
    height: 14px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.fa-instagram {
    margin-right: 10px;
    font-weight: bold;
    width: 18px;
}
#social-media-wrapper li {
    font-size: 18px;
}
.burger-button {
    height: 2px;
    width: 100%;
    background: #c2c2c2;
    position: relative;
}
.burger-button::before {
    top: -7px;
}
.burger-button::after {
    bottom: -7px;
}
.burger-button::after, .burger-button::before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
    background: #c2c2c2;
}
.multiCaption {
    color: #B7B6B6 !important;
    text-align: center !important;
}
.salary-abbr div {
    float: left !important;
    padding: 10px 5px !important;
    color: #444;
}
.quick-search .salary-abbr {
    width: 100%;
}
.featured-companies__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 11px;
    margin-bottom: 15px;
    color: #adadad;
}
.featured-companies .featured-company > a {
    margin: 5px;
    display: block;
    border-radius: 6px;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}
.featured-companies .featured-company__panel {
    border-radius: 6px;
    margin-bottom: 0;
}
.featured-companies .featured-company__panel-body {
    text-align: center;
    height: 144px;
    line-height: 114px;
    border-radius: 6px;
    display: table-cell;
    vertical-align: middle;
    width: 290px;
}
.featured-companies .featured-company__image {
    max-height: 114px;
    display: inline-block;
    border-radius: 6px;
}
.featured-companies .featured-company__panel-footer {
    background-color: #FFF;
    padding: 0 15px;
    height: 60px;
    font-size: 16px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: table;
    width: 100%;
}
.featured-companies__name {
    padding-left: 10px;
    color: #3e3e3e;
    text-align: left;
    font-size: 16px;
}
.featured-companies__name, .featured-companies__jobs {
    display: table-cell;
    vertical-align: middle;
}
.featured-companies__jobs {
    text-align: right;
    font-weight: 500;
    color: #419dd4;
}
.jcarousel-skin-tango .jcarousel-container {
    border: none !important;
    background: none !important;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 230px !important;
    width: 965px !important;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 1000px !important;
    margin: 0 auto;
}
.jcarousel-list {
    height: 230px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 300px !important;
    height: 230px !important;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal,
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url("carusel-arrows.png") no-repeat !important;
    height: 25px !important;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background-position: 0 -25px !important;
    top: 45% !important;
    left: -10px !important;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background-position: 0 0 !important;
    top: 45% !important;
    right: -30px !important;
}
.news-wrapper {
    width: 45%;
    background-color: #fff;
    float: left;
    padding: 10px 10px 30px;
    position: relative;
    border-radius: 6px;
    height: 500px;
}
.news-wrapper embed,
.news-wrapper video {
    width: 100%;
    height: 100%;
}
.polls-wrapper {
    width: 45%;
    float: right;
    background-color: #fff;
    padding: 10px;
    position: relative;
    border-radius: 6px;
}
.polls-news-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
.polls-news-section {
    height: 390px;
    width: 100%;
    display: table;
    background: url("../images/signup_bg.jpg");
    margin-top: 45px;
    background-size: cover;
}
.polls-fieldset {
    background: #fdfcfc;
    border: 1px solid #f9a61a;
    font-size: 12px;
    padding: 10px;
    border-radius: 6px;
}
.main-middle-banner {
   width: 190px;
   height: 200px;
   text-align: center;
   float: left;
   position: relative;

}
.main-middle-banner .text-banner-wrapper {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #2d3e50;
}
.main-middle-banner .first-banner {
    border-left: 1px solid #2d3e50;
}
.main-middle-banner .last-banner {
    border-top-right-radius: 15px;
    border-top: none;
}
.main-middle-banner .text-banner-wrapper.evenrow {
    background-color: #fff;
}
.main-middle-banner .text-banner-wrapper.oddrow {
    background-color: #ccc;
}
.main-middle-banner .text-banner {
    width: 100%;
   font-size: 15px;
   font-weight: bold;
   text-transform: uppercase;
   color: #4d4d4d;
   border-right: 1px solid #000;
   height: 52px;
   padding: 10px 7px;
   border-top-right-radius: 12px;
   border-left: none;
   text-align: left;
   line-height: 17px;



}
.main-middle-banner .text-banner.evenrow {
    background-color: #ccc;
    color: #fff;
}
.main-middle-banner .text-banner.oddrow {
    background-color: #fff;
    color: #000;
}
.main-middle-banner .picture-banner {
    height: 100%;
    width: 100%;
    
    background: #fff;
}
.main-middle-banner .picture-banner-wrapper {
    /*display: none;*/
    width: 100%;
    height: 100%;
    
}
.main-middle-banner .picture-banner-wrapper.evenrow {
    background-color: #fff;
}
.main-middle-banner .picture-banner-wrapper.oddrow {
    background-color: #ccc;
}
.main-middle-banner img {
       height: 100%;
    text-align: center;
    max-width: 100%;
    border-top: 1px solid #aaa;
    border-top-right-radius: 12px;
    border-left: 1px solid #aaa;
}
.main-middle-banner-wrapper {
  display: table;
   margin: 0 auto;
   margin-left: 1px;
   border-top: 1px solid #000;
   border-top-right-radius: 13px;
}
.main-middle-banner .read-more {
    border: 1px solid #aaa;
   border-top-left-radius: 15px;
   background-color: #fff;
   cursor: pointer;
   padding: 8px 15px;
   position: absolute;
   font-weight: bold;
   bottom: -52px;
   right: 0;
   border-right: none;
   font-size: 12px;
}
.main-middle-banner .read-more a{
    font-weight: bold;
    font-size: 12px;
}
.mini-banners {
   /* background: url("../images/signup_bg.jpg");*/
    min-height: 300px;
    width: 100%;
    background-size: cover;
    padding: 46.5px 0;
    margin: 0 auto;
    max-width: 1346px;

}
.job_category_inner ul li a,
.job_location_inner ul li a {
    text-decoration: none;
    color: #FFF;
    font-family: HelveticaNeue-Medium;
    margin: 5px 0;
    float: left;
}
.job_location_inner label {
    font-weight: normal;
}
input[type="radio"] {
    vertical-align: middle;
    margin: 5px 3px 5px 0;
}
@media all and (min-width: 768px) {
    .footer .container > div > div {
        width: 25%;
    }
}
@media all and (min-width: 992px) {
    .navbar .navbar-left {
        padding: 75px 0 0;
        margin: -15px 0 0 -15px;
        float: right !important;
    }
    .navbar .navbar-left .navbar__item:first-child {
        padding-left: 0;
    }
    .navbar .navbar-left > .navbar__item {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .navbar .navbar-right .navbar__item:not(.navbar__item__filled) {
        margin-top: -4px;
        margin-right: 10px;
    }
    .navbar .navbar-right .navbar__item:first-child .navbar__link {
        padding-bottom: 10px;
        color: #999;
    }
    .navbar .navbar-right .navbar__item:first-child .navbar__link:hover {
        color: #262626;
    }
    .navbar .visible-md.visible-lg {
        margin-top: -10px;
    }
    .navbar .navbar-right .navbar__item .navbar__link.btn__blue {
        padding: 0 22px;
        height: 40px;
        line-height: 40px;
        background: #419dd4;
        border: 1px solid #2e92cd;
        color: #fff;
        border-radius: 6px;
    }
    .navbar-collapse {
        position: relative;
        padding-top: 14px;
    }
    .quick-search__wrapper {
        max-width: 800px;
    }
    .listing__featured .listing-item, .listing__latest .listing-item {
        width: 85%;
        margin: 0 auto 20px;
    }
}
@media  all and (max-width: 1200px) {
    .quick-search .form-group__input,
    .quick-search .first .form-group__input {
        width: 38.1%;
    }
    .quick-search .salary-abbr input {
        width: 40% !important;
    }
    .jcarousel-skin-tango .jcarousel-container-horizontal {
        width: 685px !important;
    }
    .jcarousel-skin-tango .jcarousel-clip-horizontal {
        width: 640px !important;
    }
}
@media  all and (max-width: 992px) {
    .navbar .navbar-nav {
        float: none !important;
        width: 100%;
    }
    .navbar .navbar-right {
        padding: 15px 0;
        margin: 15px 0 0;
        border-top: 1px solid #ddd;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar .container {
        width: 100%;
        padding: 0;
    }
    .logo {
        margin-bottom: 0;
        float: left;
        width: 100%;
        padding-left: 15px;
    }
    .quick-search .form-group__btn {
        padding-left: 10px;
    }
    .quick-search .form-group__btn {
        width: 21.6%;
    }
    .main-banner__head h1 {
        font-size: 46px;
    }
    .navbar .navbar-nav .navbar__item {
        display: block;
        padding: 0;
        float: left;
        width: 100%;
    }
    .navbar .navbar-nav .navbar__item .navbar__link {
        padding: 10px 15px;
    }
    .quick-search .btn {
        min-width: 100%;
    }
    .jcarousel-skin-tango .jcarousel-container-horizontal {
        width: 365px !important;
    }
    .jcarousel-skin-tango .jcarousel-clip-horizontal {
        width: 325px !important;
    }
}
@media  all and (max-width: 767px) {
    .quick-search .form-group__btn,
    .quick-search .form-group__input {
        width: 100%;
        padding: 0 15px;
    }
    .main-banner__head h1 {
        font-size: 40px;
    }
    .quick-search .form-group__input,
    .quick-search .first .form-group__input {
        width: 100%;
    }
    .quick-search .salary-abbr input {
        width: 47% !important;
    }
    .quick-search .form-group__input button {
        margin-bottom: 15px;
    }
    .main-banner {
        height: 650px;
    }
    ul.navbar-left {
        padding-left: 15px;
    }
    .news-wrapper,
    .polls-wrapper {
        width: 100%;
        float: none;
        margin: 10px 0;
    }
    .footer ul li {
        text-align: center;
    }
}
@media  all and (max-width: 670px) {
    .area-wrapper p {
        font-size: 12px;
    }
}
@media  all and (max-width: 550px) {
    .quick-search .salary-abbr input {
        width: 46% !important;
    }
    .main-banner__head h1 {
        font-size: 30px;
    }
    .area-wrapper p {
        font-size: 10px;
    }
    .area-wrapper h2 {
        font-size: 14px;
    }
}
@media  all and (max-width: 450px) {
    .quick-search .salary-abbr input {
        width: 45% !important;
    }
    .main-banner__head h1 {
        font-size: 20px;
    }
    .main-banner__head p {
        font-size: 14px;
    }
    .area-wrapper {
        float: none;
        width: 100%;
    }
    .area-wrapper p {
        font-size: 14px;
    }
    .area-wrapper h2 {
        font-size: 18px;
    }
}
#grayBgBanner .banner{display:block!important;}
..job_inner{width:100% !important;}










/******************************/

.right-banner { float: right !important;    margin-top: 25px !important;}

.SearchJob { width: 61% !important; float:left !important;   margin-left: 2% !important;}

.SecondBanner{ width: 77% !important;}





#applyForm p {
    text-align: justify;
}

#applyForm p a{ color:#f9a61a;}

/*-----------------------------------------*/
.dropdown a {
  text-decoration: none;
}

.dropdown [data-toggle="dropdown"] {
display: block;
position: relative;
border: solid 1px transparent;
font-family: 'Open Sans', sans-serif;
padding: 10px 10px;
margin: 0;
outline: 0;
font-size: 1em;
text-decoration: none;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

.dropdown [data-toggle="dropdown"] {
border-color: #d3d3d3;
background: #f8f8f8;
color: #333;
}

.dropdown [data-toggle="dropdown"]:hover {
  background: #2c89c6;
}

.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.6em;
  color: #333;
  top: 14px;
  right: 10px;
}

.dropdown .icon-arrow.open {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
}

.dropdown .icon-arrow.close {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
}

.dropdown .icon-arrow:before {
  content: '\25BC';
}

.dropdown .dropdown-menu {
  max-height: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown .dropdown-menu li {
  padding: 0;
}

.dropdown .dropdown-menu li a {
  display: block;
  color: #6e6e6e;
  background: #eeeeee;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
}

.dropdown .dropdown-menu li a:hover {
  background: #f6f6f6;
}

.dropdown .show, .dropdown .hide {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dropdown .show {
  display: block;
  max-height: 9999px;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.dropdown .hide {
  max-height: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

.job_inner h2 {
    font-size: 25px;
    color: #FFF;
    margin-bottom: 14px;
}
/*-------------------------------Blog-----------------------*/
.photobox {overflow:hidden; height:200px; width:320px;margin:20px;}
.article-list-large .zoom-effect:hover img {
   width:110%; 
    margin: 0 0 0 -10%; -webkit-transition: all .3s ;
        -moz-transition: all .3s ;
        -ms-transition: all .3s ;
        -o-transition: all .3s ;
        transition: all .3s ;
}
.article-list-large{
    list-style:none;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
    padding: 0;
}

.article-list-large li{
    position: relative;
    display: inline-block;
    box-sizing:border-box;
    border-radius: 2px;
    box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.08);
    border:1px solid #cfcfcf;
    background-color: #fff;
    font: bold 14px sans-serif;
    text-align: center;
    margin: 12px;
    max-width: 340px;
    padding: 0px;
}

.article-list-large li > a{
    display: block;
    width: 90%;
    /*height: 300px;*/
    overflow: hidden;
}

.article-list-large li a img{
    width: 100%;
    -webkit-transition: all .3s ;
        -moz-transition: all .3s ;
        -ms-transition: all .3s ;
        -o-transition: all .3s ;
        transition: all .3s ;
}

.article-list-large li h2 {
    display: block;
    font-size: 24px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    padding: 13px 20px;
    max-width: 400px;
    margin: 5px 0;
    text-align: left;
    line-height: 20px;
}

.article-list-large li h2 a {
    color: #15171a;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

.article-list-large li p{
    line-height: 1.45;
    color: #6b7277;
    font-weight: normal;
    margin: 0;
    padding: 20px;
    text-align: left;
}


.article-list-large li span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #5b5e60;
    /* margin: 30px 0 10px 0; */
    text-align: left;
    padding-left: 25px;
    margin-top:-12px;
}


.article-list-large li span a{
    text-decoration: none;
    color: #5b5e60;
    font-weight: bold;
}

.article-list-large li div{
    position: absolute;
    background-color: #7ba0c0;
    box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 16px;
    display: none;
    top: 17px;
    right: 20px;
    padding: 7px 13px;
}

.article-list-large li div:after{
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-top-color: #7ba0c0;
    bottom: -14px;
    left: 9px;
}

@media (max-width: 600px){

    .article-list-large li{
        max-width: 325px;
        padding: 20px 15px;
    }

    .article-list-large li h2{
        font-size: 16px;
        margin: 24px 0 18px;
    }

    .article-list-large li p{
        line-height: 1.45;
       color: #6b7277;
       font-weight: normal;
       margin: 0;
    }

    .article-list-large li span{
        margin: 14px 0 0;
    }

    .article-list-large li > a{
        height: 175px;
    }

    .article-list-large li div{
        top: 8px;
        right: 8px;
        padding: 5px 10px;
    }

}
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/*Site Map Css Start*/
.sitemap-section{
    background: #f3f3f3;
    display: inline-block;
    width: 100%;
    padding: 30px 20px;
    border-radius: 5px;
}

.sitemap-section-header{
    margin: 15px 0;
}

.site-box-4{
    width: 31%;
    float: left;
}
.site-box-4 h4 a{
    font-size: 18px;
    color: #000 !important;
}
.site-box-4 ul{
    margin-left: 15px;
}
.site-box-4 h5{
    border-bottom: 1px solid #888;
    padding-bottom: 10px;
}
.site-box-4 li a{
    color: #000;
    font-size: 13px;
}
.site-box-4 li a:hover{
    color: #f9a51a;
}
.box {
    width: 290px;
    height: 25px;
    border: solid 5px #F9A51A;
    border-color: #F9A51A transparent transparent transparent;
    border-radius: 50%/100px 100px 0 0;
    display: inline-grid;
}
/* home page */
.banner_launch span img{
    width: 120px;
}

.banner_launch_text{
font-size: 20px;
    color: #fff;
    display: inline-block;

}
.read-more a {
    color: #aaa;
    font-weight: 400;
}
.my_footer p{
    text-align: center;
}
.my_footer a.link {
    color: #fff;
    font-size: 12px;
}
.my_footer .find_us_on {
    padding: 15px 0px;
}
.container.container-fluid.alert_box {
    padding: 0px 130px;
}

.main-banner__head .main-para{
    font-size: 23px;
    font-weight: bold;
}

/*Site Map Css End*/
