html {
  overflow-x: hidden;
}
body {
  background-color: #ffffff;
  font-size: 13.7px;
  margin: 0;
  padding: 0;
  font-family: verdana !important;
  color: #444444;
  overflow-x: hidden;
}
#jobs a:hover {
  text-decoration: none !important;
}
.google-auto-placed {
  display: none;
}
@media only screen and (max-width: 480px and min-width:315px) {
  .main-container,
  .main-new {
    width: 380px;
    margin: 0 auto;
  }
  .jobs {
    margin-right: 0px;
  }
  .google-ad-bottom .bottomcode {
    width: 320px !important;
  }
}
.main-container {
  max-width: 336px;
  margin: 0 auto 10px;
}

.header .logo {
  text-align: center;
}
.header .google-plus {
  color: #ffffff;
  border-radius: 50%;
  width: 25px;
  padding: 2px 2px 5px;
  margin: 0 auto;
  background-color: #dd4342;
}
.content {
    max-width: 336px;
	margin: 0 auto;
}
.content {
  border: solid #b4b4b4;
  border-width: 2px 0;
}
.content .search {
  cursor: pointer;
}
.content .search .search-text {
  color: #f56114;
  font-size: 40px;
  margin: 0;
  font-weight: bold;
  font-family: verdana;
  float: left;
}

.content .search .search-arrow {
  float: left;
  height: 20px;
  margin-left: 15px;
  margin-top: 15px;
  width: 21px;
}

.content .search-box .location-flag {
  margin-bottom: 10px;
  margin-top: 8px;
  width: 100%;
}

.content .search-box .location-flag .location-box {
  background-color: #d8d8d7;
  color: #909090;
  height: 30px;
  width: 78%;
  float: left;
  border: none;
}
.content .search-box .search-button {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f56114),
    to(#fd9932)
  );
  background-image: -webkit-linear-gradient(top, #f56114fc7, #fd9932);
  background-image: -moz-linear-gradient(top, #f56114fc7, #fd9932);
  background-image: -ms-linear-gradient(top, #f56114, #fd9932);
  background-image: -o-linear-gradient(top, #f56114, #fd9932);
  background-image: linear-gradient(to bottom, #f56114, #fd9932);
  background-color: #f56114;
  color: #ffffff;
  border: 1px solid #f56114;
  cursor: pointer;
  border-radius: 4px;
  width: 99%;
  padding-bottom: 3px;
  font-size: 25px;
}
.google-ad-top {
  padding-bottom: 5px;
  border-bottom: solid #b4b4b4;
  border-width: 1px 0;
}
.google-ad-top .bottomcode {
  min-height: 100px;
  width: 298px;
}
.jobs {
  margin-bottom: 15px;
}
.jobs .sorting {
  font-size: 15px;
  font-family: verdana;
}
.jobs .sorting a {
  font-size: 15px;
  text-decoration: none;
}
.jobs .sorting .relevance {
  color: #666666;
}
.jobs .sorting .date {
  color: #f56114;
}
.jobs .job-header {
  background-color: #f56114;
  color: #ffffff;
  font-size: 20px;
  padding: 1px 5px;
  text-align: center;
  margin-top: 5px;
  font-weight: normal;
  border-radius: 3px;
}
.jobs .job-listings {
  margin-bottom: 15px;
  width: 100%;
  margin-top: 10px;
}
.jobs .job-listings .job-data {
  padding: 6px 10px;
}
.jobs .job-listings .job-data .job-title {
  margin-bottom: 4px;
}
.jobs .job-listings .job-data .job-title a {
  color: #45a9cd;
  text-decoration: none;
  font-size: 17px;
}
.jobs .job-listings .job-data .job-title a:hover {
  text-decoration: underline;
}
.jobs .job-listings .job-data .job-content .job-content-left {
  float: left;
}
.jobs .job-listings .job-data .job-content .job-content-left .job-company {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}
.jobs .job-listings .job-data .job-content .job-content-left .job-location {
  color: #767676;
  font-size: 14px;
  margin-bottom: 4px;
}
.jobs .job-listings .job-data .job-content .job-content-left .job-created {
  color: #ff5500;
  font-size: 12px;
}
.jobs .job-listings .job-data .job-content .job-content-right {
  background: rgba(0, 0, 0, 0) url("/assets/img/sprite-mobile6.png") no-repeat
    scroll 0 -211px;
  width: 25px;
  height: 25px;
  float: right;
  cursor: pointer;
  margin-top: 18px;
  right: 0px;
}
.jobs .job-listings .google-ad-job-listing span {
  margin-left: 4px;
}
.jobs .job-listings .google-ad-job-listing .bottomcode {
  min-height: 100px;
  width: 290px;
  margin: 0 auto;
}
.google-ad-bottom .bottomcode {
  min-height: 200px;
  width: 320px;
}
.footer {
  text-align: center;
  padding-bottom: 10px;
}

.footer .button-next {
  margin-top: 30px;
  margin-bottom: 25px;
}

.footer .button-next a {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f56114),
    to(#fd9932)
  );
  background-image: -webkit-linear-gradient(top, #f56114, #fd9932);
  background-image: -moz-linear-gradient(top, #f56114, #fd9932);
  background-image: -ms-linear-gradient(top, #f56114, #fd9932);
  background-image: -o-linear-gradient(top, #f56114, #fd9932);
  background-image: linear-gradient(to bottom, #f56114, #fd9932);
  background-color: #f56114;
  color: #ffffff !important;
  font-size: 20px;
  border: 1px solid #f56114;
  cursor: pointer;
  padding: 8px 60px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: normal;
}

.footer .button-next a:hover {
  text-decoration: underline;
}

.footer .footer-links {
  margin-bottom: 25px;
  margin-top: 25px;
}

.footer .footer-links a {
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 18px;
  margin-top: 3px;
}

.footer .footer-links a:hover {
  text-decoration: underline;
}


.paging {
  background-size: auto auto;
  color: #231f20;
  font-size: 10px;
  padding-top: 7px;
  text-align: center;
}
.paging span2 {
  color: #f56114;
  font-size: 15px;
  font-weight: normal;
}
.ui-menu .ui-menu-item {
  background-image: none !important;
  cursor: pointer;
  list-style-image: none;
  margin: 0;
  min-height: 0;
  padding: 3px 1em 3px 0.4em;
  position: relative;
}

.footer .button-next a button {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#9970aa),
    to(#582f69)
  );
  background-image: -webkit-linear-gradient(top, #9970aa, #582f69);
  background-image: -moz-linear-gradient(top, #9970aa, #582f69);
  background-image: -ms-linear-gradient(top, #9970aa, #582f69);
  background-image: -o-linear-gradient(top, #9970aa, #582f69);
  background-image: linear-gradient(to bottom, #9970aa, #582f69);
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #791e92;
  cursor: pointer;
  padding: 5px 50px;
  border-radius: 4px;
}
div h3 {
  color: #16a9cd;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  padding-left: 10px;
}
div h3 a {
  color: #16a9cd;
}
td a:hover {
  color: #f56114;
}
a:hover {
  text-decoration: underline;
}
.hand {
 cursor: pointer;
}
a {
  color: #16a9cd;
  text-decoration: none;
  font-size: 15px;
}
.job-company a {
  color: #444444;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.job-location a {
  text-decoration: none;
  color: #909090;
  font-size: 15px;
  margin-bottom: 3px;
}
.GeoIP2 {
  margin-bottom: -3px;
  margin-top: -5px;
  cursor: pointer;
}
.clear {
  clear: both;
}
hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(250, 251, 254, 0),
    rgba(138, 154, 162, 0.22),
    rgba(19, 207, 230, 0)
  );
  background-color: inherit;
  opacity: 1;
}
.exception {
  border: 3px solid orangered;
  min-height: 90px;
  margin-left: 0px;
  margin-bottom: 11px;
  background-color: floralwhite;
  padding: 5px;
}

/* logo variations
----------------------------------*/
.job-listings a {
  color: inherit;
}
.job-listings a:hover {
  text-decoration: none;
}
.job-title:hover {
  text-decoration: underline;
}
.job-title {
  color: #16a9cd;
}
.clear {
  clear: both;
}
.job-listing-left {
  width: 64px;
  display: table-cell;
  vertical-align: middle;
}
.job-listing-left:hover {
  cursor: pointer;
}
.job-listing {
  padding: 0 10px;
  display: table;
  width: 100%;
  height: 100%;
}
.btn-circle.btn-xl {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 6px 12px;
}
.job-listing:hover .btn-circle {
  background: #fff;
  box-shadow: 1px 2px 3px #ccc;
}
.job-listing:hover .cat-icon {
  color: #ff761a;
}
.btn-circle {
  background: #fff; 
  transition: ease 0.2s all;
  box-shadow: 1px 2px 3px #ccc;
  cursor: pointer;
}
.cat-icon {
  font-size: 36px;
  display: inline-block;
  transition: ease 0.2s all;
  text-align: center;
  margin-top: 5px;
  color: #ff761a;
}
.cat-icon:hover {
  color: #ff761a;
}
.orange-bg {
  background: #ff761a;
}
@font-face {
  font-family: "category-icons";
  src: url("/assets/logo/category-icons.eot?3z4elt");
  src: url("/assets/logo/category-icons.eot?3z4elt#iefix")
      format("embedded-opentype"),
    url("/assets/logo/category-icons.ttf?3z4elt") format("truetype"),
    url("/assets/logo/category-icons.woff?3z4elt") format("woff"),
    url("/assets/logo/category-icons.svg?3z4elt#category-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="jod-"],
[class*=" jod-"] {
  font-family: "category-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Marketing logo (1) =========== */
.jod-marketing1-icon:before {
  content: "\e989";
}
.jod-marketing2-icon:before {
  content: "\e98b";
}
.jod-marketing3-icon:before {
  content: "\e98f";
}
.jod-marketing4-icon:before {
  content: "\e990";
}

/* Human Resources logo (2) =========== */
.jod-human_resource1-icon:before {
  content: "\e957";
}
.jod-human_resource2-icon:before {
  content: "\e958";
}
.jod-human_resource3-icon:before {
  content: "\e959";
}
.jod-human_resource4-icon:before {
  content: "\e95a";
}
.jod-human_resource5-icon:before {
  content: "\e95b";
}
.jod-human_resource6-icon:before {
  content: "\e95c";
}
.jod-human_resource7-icon:before {
  content: "\e95d";
}
.jod-human_resource8-icon:before {
  content: "\e95e";
}

/* Health Care logo (3) =========== */
.jod-healthcare1-icon:before {
  content: "\e94f";
}
.jod-healthcare2-icon:before {
  content: "\e950";
}
.jod-healthcare3-icon:before {
  content: "\e952";
}
.jod-healthcare4-icon:before {
  content: "\e955";
}
.jod-healthcare5-icon:before {
  content: "\e956";
}

/* IT & Software logo (4) =========== */
.jod-software1-icon:before {
  content: "\e9cb";
}
.jod-software2-icon:before {
  content: "\e9c8";
}
.jod-software3-icon:before {
  content: "\e9c9";
}
.jod-software4-icon:before {
  content: "\e9ca";
}
.jod-software5-icon:before {
  content: "\e9cb";
}
.jod-software6-icon:before {
  content: "\e9cc";
}

/* Real Estate logo (6) =========== */
.jod-real_estate1-icon:before {
  content: "\e99e";
}
.jod-real_estate2-icon:before {
  content: "\e99f";
}
.jod-real_estate3-icon:before {
  content: "\e9a0";
}
.jod-real_estate4-icon:before {
  content: "\e9a1";
}
.jod-real_estate5-icon:before {
  content: "\e9a2";
}
.jod-real_estate6-icon:before {
  content: "\e9a3";
}
.jod-real_estate7-icon:before {
  content: "\e9a4";
}
.jod-real_estate8-icon:before {
  content: "\e9a5";
}

/* Legal / Law (7) =========== */
.jod-law1-icon:before {
  content: "\e96f";
}
.jod-law2-icon:before {
  content: "\e970";
}
.jod-law3-icon:before {
  content: "\e971";
}
.jod-law4-icon:before {
  content: "\e972";
}
.jod-law5-icon:before {
  content: "\e973";
}
.jod-law6-icon:before {
  content: "\e974";
}
.jod-law7-icon:before {
  content: "\e975";
}
.jod-law8-icon:before {
  content: "\e976";
}

/* Engineering (8) =========== */
.jod-engineering1-icon:before {
  content: "\e937";
}
.jod-engineering2-icon:before {
  content: "\e938";
}
.jod-engineering3-icon:before {
  content: "\e939";
}
.jod-engineering4-icon:before {
  content: "\e93a";
}
.jod-engineering5-icon:before {
  content: "\e93b";
}
.jod-engineering6-icon:before {
  content: "\e93c";
}
.jod-engineering7-icon:before {
  content: "\e93d";
}
.jod-engineering8-icon:before {
  content: "\e93e";
}

/* Education & Teaching logo (9) =========== */
.jod-education1-icon:before {
  content: "\e92f";
}
.jod-education2-icon:before {
  content: "\e930";
}
.jod-education3-icon:before {
  content: "\e931";
}
.jod-education4-icon:before {
  content: "\e932";
}
.jod-education5-icon:before {
  content: "\e936";
}
.jod-education6-icon:before {
  content: "\e934";
}
.jod-education7-icon:before {
  content: "\e92f";
}
.jod-education8-icon:before {
  content: "\e936";
}

/* Insurance logo (13) =========== */
.jod-insurance1-icon:before {
  content: "\e95f";
}
.jod-insurance2-icon:before {
  content: "\e960";
}
.jod-insurance3-icon:before {
  content: "\e961";
}
.jod-insurance4-icon:before {
  content: "\e962";
}
.jod-insurance5-icon:before {
  content: "\e963";
}
.jod-insurance6-icon:before {
  content: "\e964";
}
.jod-insurance7-icon:before {
  content: "\e965";
}
.jod-insurance8-icon:before {
  content: "\e966";
}

/* Accounting logo (16) =========== */
.jod-accounting1-icon:before {
  content: "\e900";
}
.jod-accounting2-icon:before {
  content: "\e901";
}
.jod-accounting3-icon:before {
  content: "\e902";
}
.jod-accounting4-icon:before {
  content: "\e903";
}
.jod-accounting5-icon:before {
  content: "\e904";
}
.jod-accounting6-icon:before {
  content: "\e905";
}
.jod-accounting7-icon:before {
  content: "\e906";
}
.jod-accounting8-icon:before {
  content: "\e907";
}

/* Admin / Office logo (17) =========== */
.jod-admin_office1-icon:before {
  content: "\e908";
}
.jod-admin_office2-icon:before {
  content: "\e90a";
}
.jod-admin_office3-icon:before {
  content: "\e90b";
}
.jod-admin_office4-icon:before {
  content: "\e90c";
}
.jod-admin_office5-icon:before {
  content: "\e90d";
}
.jod-admin_office6-icon:before {
  content: "\e90e";
}
.jod-admin_office7-icon:before {
  content: "\e90f";
}

/* Art / Media / Design (18) =========== */
.jod-art_media1-icon:before {
  content: "\e910";
}
.jod-art_media2-icon:before {
  content: "\e911";
}
.jod-art_media3-icon:before {
  content: "\e912";
}
.jod-art_media4-icon:before {
  content: "\e913";
}
.jod-art_media5-icon:before {
  content: "\e914";
}
.jod-art_media6-icon:before {
  content: "\e915";
}
.jod-art_media7-icon:before {
  content: "\e916";
}

/* Biotech / Science (19) =========== */
.jod-biotech1-icon:before {
  content: "\e91c";
}
.jod-biotech2-icon:before {
  content: "\e919";
}
.jod-biotech3-icon:before {
  content: "\e91a";
}
.jod-biotech4-icon:before {
  content: "\e91b";
}
.jod-biotech5-icon:before {
  content: "\e917";
}
.jod-biotech6-icon:before {
  content: "\e91d";
}
.jod-biotech7-icon:before {
  content: "\e91e";
}

/* Business / Mgmt (20) =========== */
.jod-business1-icon:before {
  content: "\e91f";
}
.jod-business2-icon:before {
  content: "\e920";
}
.jod-business3-icon:before {
  content: "\e923";
}
.jod-business4-icon:before {
  content: "\e922";
}
.jod-business5-icon:before {
  content: "\e923";
}
.jod-business6-icon:before {
  content: "\e924";
}
.jod-business7-icon:before {
  content: "\e925";
}
.jod-business8-icon:before {
  content: "\e926";
}

/* Customer Service (21) =========== */
.jod-customer_Service1-icon:before {
  content: "\e927";
}
.jod-customer_Service2-icon:before {
  content: "\e928";
}
.jod-customer_Service3-icon:before {
  content: "\e929";
}
.jod-customer_Service4-icon:before {
  content: "\e92a";
}
.jod-customer_Service5-icon:before {
  content: "\e92b";
}
.jod-customer_Service6-icon:before {
  content: "\e92c";
}
.jod-customer_Service7-icon:before {
  content: "\e92d";
}
.jod-customer_Service8-icon:before {
  content: "\e92e";
}

/* Food & Hospitality (23) =========== */
.jod-food_hospitality1-icon:before {
  content: "\e93f";
}
.jod-food_hospitality2-icon:before {
  content: "\e940";
}
.jod-food_hospitality3-icon:before {
  content: "\e941";
}
.jod-food_hospitality4-icon:before {
  content: "\e946";
}
.jod-food_hospitality5-icon:before {
  content: "\e943";
}
.jod-food_hospitality6-icon:before {
  content: "\e945";
}
.jod-food_hospitality7-icon:before {
  content: "\e946";
}

/* General Labor (24) =========== */
.jod-labour1-icon:before {
  content: "\e967";
}
.jod-labour2-icon:before {
  content: "\e968";
}
.jod-labour3-icon:before {
  content: "\e969";
}
.jod-labour4-icon:before {
  content: "\e96b";
}
.jod-labour5-icon:before {
  content: "\e96c";
}
.jod-labour6-icon:before {
  content: "\e96d";
}
.jod-labour7-icon:before {
  content: "\e96e";
}

/* Government (25) =========== */
.jod-government1-icon:before {
  content: "\e947";
}
.jod-government2-icon:before {
  content: "\e948";
}
.jod-government3-icon:before {
  content: "\e949";
}
.jod-government4-icon:before {
  content: "\e94a";
}
.jod-government5-icon:before {
  content: "\e94b";
}
.jod-government6-icon:before {
  content: "\e94c";
}
.jod-government7-icon:before {
  content: "\e94d";
}
.jod-government8-icon:before {
  content: "\e94e";
}

/* Legal / Paralegal (26) =========== */
.jod-legal1-icon:before {
  content: "\e977";
}
.jod-legal2-icon:before {
  content: "\e978";
}
.jod-legal3-icon:before {
  content: "\e979";
}
.jod-legal4-icon:before {
  content: "\e97a";
}
.jod-legal5-icon:before {
  content: "\e97b";
}
.jod-legal6-icon:before {
  content: "\e97c";
}
.jod-legal7-icon:before {
  content: "\e97d";
}

/* Manufacturing (27) =========== */
.jod-manufacturing1-icon:before {
  content: "\e97e";
}
.jod-manufacturing2-icon:before {
  content: "\e983";
}
.jod-manufacturing3-icon:before {
  content: "\e984";
}
.jod-manufacturing4-icon:before {
  content: "\e985";
}
.jod-manufacturing5-icon:before {
  content: "\e986";
}
.jod-manufacturing6-icon:before {
  content: "\e987";
}
.jod-manufacturing7-icon:before {
  content: "\e988";
}

/* Nonprofit Sector (28) =========== */
.jod-non_profit1-icon:before {
  content: "\e996";
}
.jod-non_profit2-icon:before {
  content: "\e997";
}
.jod-non_profit3-icon:before {
  content: "\e998";
}
.jod-non_profit4-icon:before {
  content: "\e999";
}
.jod-non_profit5-icon:before {
  content: "\e99a";
}
.jod-non_profit6-icon:before {
  content: "\e99b";
}
.jod-non_profit7-icon:before {
  content: "\e99c";
}
.jod-non_profit8-icon:before {
  content: "\e99d";
}

/* Retail / Wholesale (29) =========== */
.jod-retail1-icon:before {
  content: "\e9a6";
}
.jod-retail2-icon:before {
  content: "\e9a7";
}
.jod-retail3-icon:before {
  content: "\e9a8";
}
.jod-retail4-icon:before {
  content: "\e9a9";
}
.jod-retail5-icon:before {
  content: "\e9aa";
}
.jod-retail6-icon:before {
  content: "\e9ac";
}
.jod-retail7-icon:before {
  content: "\e9ad";
}

/* Security (30) =========== */
.jod-security1-icon:before {
  content: "\e9b6";
}
.jod-security2-icon:before {
  content: "\e9b7";
}
.jod-security3-icon:before {
  content: "\e9b8";
}
.jod-security4-icon:before {
  content: "\e9b9";
}
.jod-security5-icon:before {
  content: "\e9ba";
}
.jod-security6-icon:before {
  content: "\e9bb";
}
.jod-security7-icon:before {
  content: "\e9bc";
}
.jod-security8-icon:before {
  content: "\e9bd";
}

/* Skilled Trade / Craft (31) =========== */
.jod-skill_trade1-icon:before {
  content: "\e9be";
}
.jod-skill_trade2-icon:before {
  content: "\e9bf";
}
.jod-skill_trade3-icon:before {
  content: "\e9c0";
}
.jod-skill_trade4-icon:before {
  content: "\e9c1";
}
.jod-skill_trade5-icon:before {
  content: "\e9c2";
}
.jod-skill_trade6-icon:before {
  content: "\e9c3";
}
.jod-skill_trade7-icon:before {
  content: "\e9c4";
}
.jod-skill_trade8-icon:before {
  content: "\e9c5";
}

/* Technical Support (32) =========== */
.jod-technical_support1-icon:before {
  content: "\ea65";
}
.jod-technical_support2-icon:before {
  content: "\ea66";
}
.jod-technical_support3-icon:before {
  content: "\ea67";
}
.jod-technical_support4-icon:before {
  content: "\ea68";
}
.jod-technical_support5-icon:before {
  content: "\ea69";
}
.jod-technical_support6-icon:before {
  content: "\ea6b";
}
.jod-technical_support7-icon:before {
  content: "\ea6c";
}

/* Transport (33) =========== */
.jod-transport1-icon:before {
  content: "\ea6d";
}
.jod-transport2-icon:before {
  content: "\ea6e";
}
.jod-transport3-icon:before {
  content: "\ea6f";
}
.jod-transport4-icon:before {
  content: "\ea70";
}
.jod-transport5-icon:before {
  content: "\ea72";
}
.jod-transport6-icon:before {
  content: "\ea73";
}
.jod-transport7-icon:before {
  content: "\ea74";
}
.jod-transport8-icon:before {
  content: "\ea6e";
}

/* Tv / Film / Video (34) =========== */
.jod-tv_film1-icon:before {
  content: "\ea75";
}
.jod-tv_film2-icon:before {
  content: "\ea76";
}
.jod-tv_film3-icon:before {
  content: "\ea77";
}
.jod-tv_film4-icon:before {
  content: "\ea78";
}
.jod-tv_film5-icon:before {
  content: "\ea79";
}
.jod-tv_film6-icon:before {
  content: "\ea7a";
}
.jod-tv_film7-icon:before {
  content: "\ea7b";
}
.jod-tv_film8-icon:before {
  content: "\ea7c";
}

/* Writing / Editing (35) =========== */
.jod-writing1-icon:before {
  content: "\ea85";
}
.jod-writing2-icon:before {
  content: "\ea86";
}

.jod-writing3-icon:before {
  content: "\ea87";
}
.jod-writing4-icon:before {
  content: "\ea88";
}
.jod-writing5-icon:before {
  content: "\ea89";
}
.jod-writing6-icon:before {
  content: "\ea8a";
}
.jod-writing7-icon:before {
  content: "\ea8b";
}
.jod-writing8-icon:before {
  content: "\ea8c";
}

/* Sales (37) =========== */
.jod-sales1-icon:before {
  content: "\e9ae";
}
.jod-sales2-icon:before {
  content: "\e9af";
}
.jod-sales3-icon:before {
  content: "\e9b0";
}
.jod-sales4-icon:before {
  content: "\e9b1";
}
.jod-sales5-icon:before {
  content: "\e9b2";
}
.jod-sales6-icon:before {
  content: "\e9b3";
}
.jod-sales7-icon:before {
  content: "\e9b4";
}
.jod-sales8-icon:before {
  content: "\e9b5";
}

/* Others =========== */
.jod-nationwide1-icon:before {
  content: "\e926";
}
.jod-nationwide2-icon:before {
  content: "\e927";
}
.jod-state2-icon:before {
  content: "\e980";
}
.jod-workhome1-icon:before {
  content: "\e987";
}
.jod-workhome2-icon:before {
  content: "\e988";
}

#search-by {
  font-weight: 700;
  text-align: right;
  margin-top: 4px;
  margin-bottom: 4px;
}
.text-orange {
  color: #f90;
}
.ui-autocomplete {
 cursor: default;
 left: 0;
 position: absolute;
 top: 0;
}
.ui-menu {
 display: block;
 list-style: outside none none;
 margin: 0;
 outline: 0 none;
 padding: 0;
 z-index: 10;
}
.ui-menu .ui-menu {
 position: absolute;
}
.ui-menu .ui-menu-item {
 background-image: none;
 cursor: pointer;
 list-style-image: none;
 margin: 0;
 min-height: 0;
 padding: 3px 1em 3px 0.4em;
 position: relative;
 z-index: 10;
}
.ui-menu .ui-menu-item:hover {
 background-color: #f90;
 color: #fff;
}
.ui-menu .ui-menu-divider {
 border-width: 1px 0 0;
 font-size: 0;
 height: 0;
 line-height: 0;
 margin: 5px 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
 margin: -1px;
 color: #fff;
 background-color: #f90;
}
.ui-menu-icons {
 position: relative;
}
.ui-menu-icons .ui-menu-item {
 padding-left: 2em;
}
.ui-menu .ui-icon {
 bottom: 0;
 left: 0.2em;
 margin: auto 0;
 position: absolute;
 top: 0;
}
.ui-menu .ui-menu-icon {
 left: auto;
 right: 0;
}
.ui-widget {
 font-size: 1.1em;
}
.ui-widget .ui-widget {
 font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
 font-size: 1em;
}
.ui-widget-content {
 background: #fff none repeat-x scroll 50% 50%;
 border: 1px solid #aaa;
 color: #222;
}

.ui-widget-content a {
 color: #222;
}
.ui-widget-header {
 background: #ccc none repeat-x scroll 50% 50%;
 border: 1px solid #aaa;
 color: #222;
 font-weight: 700;
}
.ui-helper-hidden {
 display: none;
}
.ui-helper-hidden-accessible {
 border: 0 none;
 clip: rect(0px, 0px, 0px, 0px);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute;
 width: 1px;
}
.ui-helper-reset {
 border: 0 none;
 font-size: 100%;
 line-height: 1.3;
 list-style: outside none none;
 margin: 0;
 outline: 0 none;
 padding: 0;
 text-decoration: none;
}
.ui-helper-clearfix::after,
.ui-helper-clearfix::before {
 border-collapse: collapse;
 content: "";
 display: table;
}
.ui-helper-clearfix::after {
 clear: both;
}
.ui-helper-clearfix {
 min-height: 0;
}
.ui-helper-zfix {
 height: 100%;
 left: 0;
 opacity: 0;
 position: absolute;
 top: 0;
 width: 100%;
}
.job-listings a:hover {
 text-decoration: none;
}
.container {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
}
.container {
padding-right: 0 !important;
padding-left: 0 !important;
}

.content .search-box {
	margin-bottom: 5px;
	margin-top: 5px;
}

#jobs, #jobs_btf {
padding: 12px 16px !important;
}

#jobs_btf a:hover {
text-decoration:none;
}
.keywd {
  float: left;
  width: 100 %;
  margin-left: 12px;
  margin-top: -10px;
}
.keywd h1 {
  color: #666;
  cursor: default;
  font-weight: normal;
  margin: 0px;
  font-size: 10px;
  line-height: normal !important;
}
/*.jtag {
  box-shadow: 0 3rem 2rem rgba(0, 0, 0, .175) !important;
}*/
.jtag h2 {
  font-size: 14px;
  margin-left: 0.7rem;
  font-style: italic;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
/*.jtag h2 {
  color: #666;
  font-size: 10px;
  margin: 0px;
  font-weight: normal;
  line-height: normal !important;
}*/
div h3 {
  float: left;
  font-size: 16px;
  color: #666666;
  margin: 0px;
  font-weight: bold;
  line-height: 22px;
  padding-left: 10px;
}

.cat_heading {
  color: #666666;
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 10px 0;
}
.suggest_srh {
  margin: 0;
}
.suggest_srh ul {
  margin: 9px 0 0px 0;
}
.suggest_srh div {
  font-weight: bold;
  margin: 1px 0 0 10px;
  padding: 1px;
}
.suggest_srh ul li {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  margin: 1px 0 0 10px;
  padding: 1px;
  width: 100%;
}

.suggestionsBox {
  margin: 5px 0px 0px 0px;
  width: 275px;
  background-color: #fff;
  moz-border-radius: 7px;
  webkit-border-radius: 7px;
  border: 2px solid# dedede;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.suggestionList {
  margin: 0px;
  padding: 0px;
}
.suggestionList li {
  margin: 0px 0px 3px 0px;
  padding: 3px;
  cursor: pointer;
  list-style: none;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
}
.suggestionlistli: hover {
  background-color: #ff9900 !important;
  color: #ffffff;
}
/**
/* @Carousel CSS
*/
#myjsModal .modal {
 top: 20%;
}
#myjsModal .btn-group-lg > .btn,
#myjsModal .btn-lg {
 padding: 10px 41px;
 font-size: 18px;
 line-height: 1.3333333;
 border-radius: 6px;
 margin-bottom: 4px;
}
#myjsModal .btn.focus,
#myjsModal .btn:focus,
#myjsModal .btn:hover {
 color: #f1f1f1;
 text-decoration: none;
}

@media all and (max-width: 480px) {
 #myjsModal .custom-class {
  width: 100%;
  display: block;
 }
}
#myjsModal .modal-header {
 padding-top: 0px;
 padding-bottom: 0px;
 background-color: #f1f1f1;
}
#myjsModal .modal-backdrop {
 display: none;
 z-index: 1040 !important;
}
#myjsModal .modal-content {
 margin: 2px auto;
 z-index: 1100 !important;
}
#myjsModal .carousel-control {
 width: 8%;
}
#myjsModal .m-header {
 background-color: #f5f5f5;
}
#myjsModal .secon {
 width: 151px;
 height: 38px;
}
#myjsModal .hstyle {
 padding: 8px 0;
 background-color: #f97d23;
 color: #fff;
 font-size: 14px;
 line-height: 22px;
 margin: 0;
}
#myjsModal .m-header1 {
 background: #fff;
 border-bottom: 0;
 margin: 1px;
}
#myjsModal .text-color {
 color: #f97d23 !important;
}
#myjsModal .modal-body {
 position: relative;
 padding: 9px;
 padding-bottom: 8px;
}
#myjsModal .content-title {
 font-size: 18px;
 cursor: pointer;
}
#myjsModal .modal-btn {
 width: 48%;
 border: 1px solid #f56114;
 padding: 8px 20px;
 border-radius: 5px;
 margin-top: 10px;
 background: #f56114;
 color: #fff;
}
#myjsModal .gdnews {
 font-size: 20px;
 margin-bottom: 2px;
 font-weight: 300;
 line-height: 1.4;
 margin-top: 5px;
}
#myjsModal .modal-header .close {
 margin-top: 6px;
}
#myjsModal .modal-detail-btn {
 width: 48%;
 border: 1px solid green;
 padding: 8px 20px;
 border-radius: 5px;
 margin-top: 10px;
 background: #0d8f0d;
 color: #fff;
}
#myjsModal .carousel-control .glyphicon-chevron-left,
#myjsModal .carousel-control .glyphicon-chevron-right,
#myjsModal .carousel-control .icon-next,
#myjsModal .carousel-control .icon-prev {
 width: 30px;
 height: 30px;
 margin-top: -42px;
 font-size: 30px;
}
#myjsModal .modal-footer {
  display: inline;
}
#myjsModal .modal-footer .close {
  float: initial;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  color: #0000009c;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}
#myjsModal .btn-primary {
  color: #fff;
  background-color: #f56114;
  border-color: #f56114;
  background-image: linear-gradient(to bottom, #f56114, #fd9932);
}
#myjsModal .btn-primary:hover {
  color: #fff;
  background-color: #f56114;
  border-color: #f56114;
  background-image: linear-gradient(to bottom, #fd9932, #f56114);
}
#myjsModal .btn-success {
  color: #fff;
  background-color: #0d8f0d;
  border-color: #198754;
  background-image: linear-gradient(to bottom, #0d8f0d, #10ad64);
}
#myjsModal .btn-success:hover {
  color: #fff;
  background-color: #0d8f0d;
  border-color: #198754;
  background-image: linear-gradient(to bottom, #10ad64, #0d8f0d);
}
/**
/* @BS5 Utilitiy
*/
.rounded {
    border-radius: .35rem !important;
}
.btn-warning {
	background-image: linear-gradient(to bottom, #f56114, #fd9932) !important;
}
.btn-warning:hover {
	background-image: linear-gradient(to bottom, #fd9932, #f56114) !important;
}