/*

MAIN:             #0070ce
LIGHT BACK :      #f6f6f6
BORDER:           #e2e3e2

MID-DARK:         #888888
VERY DARK:        #272727

*/

html,
body{
}
html body {
  width:100%;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  font-family: Open Sans, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body a{
  color: #333;
}
body a.blue{
  color: #0070ce;
}
body a.blue:hover{
  text-decoration: underline;
}
body a:hover{
  text-decoration: none;
  color: #0070ce;
}
body h1, body h2, body h3{
  margin:0;
}
body h0.flushTop, body h1.flushTop,body h2.flushTop{
  margin-top:0;
  padding-top:0;
}
@media(min-width:990px){
  body h0.flushTopStackable, body h1.flushTopStackable, body h2.flushTopStackable{
    margin-top:0;
    padding-top:0;
  }
}


/* Custom CSS */

.powered-by-after-job-post a{
  font-size: 16px;
}

.powered-by-after-job-post{
  font-size: 16px;
}

/* End Custom Css */


.main-wrapper,.mainWrap{
  overflow-x:hidden;
}
body h0{
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-family: "Bebas Neue";
  font-weight: 500;
  color: #484848;
  padding: 20px 0 10px 0;
}
body h1{
  font-family: "Bebas Neue";
  font-weight: 500;
  font-size: 30px;
  color: #484848;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
}
body h2, body h2 a{
  font-family: "Bebas Neue";
  font-weight: 500;
  font-size: 30px;
  color: #484848;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
}
body h2.flushBottom{
  margin-bottom: 0;
  padding-bottom: 0; 
}
body h3{
  font-family: "Bebas Neue";
  background: #f6f6f6;
  padding:20px;
  font-weight: 500;
  font-size: 30px;
  color: #484848;
  margin-bottom: 20px;
}
body h3.blueback{
  background: #0070ce;
  color: #FFF;
  margin-bottom:0px;
}

body h5{
  font-family: "Bebas Neue";
  padding:20px 0;
  font-weight: 500;
  font-size: 20px;
  color: #484848;
}

input {
  -webkit-border-radius:0; 
  border-radius:0;
}

.h0subheading{
  margin-bottom: 30px;

}


/* BODY COLUMNS -------------------------------------------------------------------------------------------------------------------- */

.mainRightColumn{
  padding-top:20px;
}
.mainBotColumn{
  margin-top:50px;
}
.clr {
  clear: both;
  height: 0px;
}

.mainWrap{
  padding-top:45px;
}

.stackableRow{ /* offsets margin-top to account for stacking */
  margin-top:-20px;
}

.stackableCol{
  margin-top:20px;
}
@media(max-width:767px){
  .stackableSm{
    margin-top:20px;
  }
  .narrow-col{
    width:100% !important;
  }
  #col-narrow-left, #col-narrow-right {
    padding:0 !important;
  }
  .fh-status{
    display: none !important;
  }
  .stackableFlush{
    margin-top:0px !important;
  }
}
@media(max-width:989px){
  .stackableMd{
    margin-top:20px;
  }
  .fullwidthMd{
    width:100% !important;
  }
}






/* ============================================================================================================================================================================
 HEADER 
 ============================================================================================================================================================================ */

 /* PRE-HEADER -------------------------------------------------------------------------------------------------------------------- */

 .preHeaderWrap{
  background: #f6f6f6;
  border: 1px solid #e2e3e2;
  height:58px;
  overflow: hidden;
}
.col-md-12.preHeader{
  color: #999;
  border-right: 1px solid #e2e3e2;
  border-left: 1px solid #e2e3e2;
}
.preHeader .loginForm{
  padding-left:20px;
  border-left:1px solid #e2e3e2;
}
.preHeader .loginForm input[type="text"],.preHeader .loginForm input[type="password"] {
  background: #FFFFFF;
  width:150px;
  padding:0 14px 0 14px;
  line-height: 28px;
  height:30px;
  color:#999999;
  border: 1px solid #e2e3e2;
}

.preHeader ul.footer_social_icons{
  display: inline;
  padding-left:10px;
}
.preHeader ul.footer_social_icons li{
  list-style: none;
  display: inline-block;
}
.preHeader .footer_social_icons i{
  font-size:20px;
}
.preHeader .footer_social_icons a:hover{
  text-decoration: none;
}
.preHeader .register, .preHeader .social_login_text{
  vertical-align: top;
}
.preHeader .socialReg{
  margin-top:5px;
}
.preHeader .standardPad{
  padding-top:12px;
  padding-bottom:14px;
  height: 100%;
}
.preHeader .button:hover{
  background: #FFF;
}
.preHeader .button{
  float: right;
  margin-left:5px;
  background: #888;
  border-color: #888;
  height: 30px;
  line-height: 22px;
}
.preHeader a{
  color: #888;
}
.preHeader a.button{
  color: #FFF;
}
.preHeader a.button:hover{
  color: #0070ce;
}
.preHeader .social_plugins_div2{
  display: inline-block;
  padding-left:20px;
}
.social_plugins_div2 a{
  color: #888;
}

.logoutWrap{
  border-left: 1px solid #e2e3e2;
  margin-left: 15px;
  padding-left: 20px;
  margin-right: 5px;
}

/* Import fonts */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700,600);
@font-face {
  font-family: 'bignoodletitling';
  src: url('../font/bignoodletitling.eot');
  src: local('bignoodletitling'), url('../font/bignoodletitling.woff') format('woff'), url('../font/bignoodletitling.ttf') format('truetype');
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../font/BebasNeue.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
/* End Import fonts */



/* HEADER-MENU -------------------------------------------------------------------------------------------------------------------- */
.header_wrapper{
  border-bottom: #EFEFEF solid 1px;
  width: 100%;
  float: left;
  z-index: 32;
}
#menu-top{
  height: 100px;
}
#menu-top > ul > li{
  height: 100%;
  float: left;
  margin: 0;
  list-style: none;
  text-align: center;
  position: relative;
  margin-top: 0;
  line-height: 60px;
  padding: 20px;
  padding-top: 24px;
  padding-bottom: 12px;
}
#menu-top > ul > li:hover{
  border-bottom: 4px solid #0070ce;
  background: #f6f6f6;
  text-decoration: none;
}
#menu-top > ul > li > a{
  font-family: bignoodletitling;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  padding-right: 0px;
  letter-spacing: 0.8px;
  color: #555;
}
#menu-top > ul > li:hover > ul{
  display: block;
}
#menu-top > ul > li > ul{
  top: 100px;
  padding-left: 0px;
  background: #fff;
  list-style: none;
  margin: 0 !important;
  position: absolute;
  left: 0;
  left: 0px;
  z-index: 100000;
  width: 238px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
#menu-top > ul > li > ul > li:hover{
  background: #f6f6f6;
}
#menu-top > ul > li > ul > li{
  border-bottom: 1px solid #f1f1f1;
  border-top: none;
  z-index: 50005;
  float: left;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  display: block;
  width: 100%;
}
#menu-top > ul > li > ul > li > a{
  text-transform: uppercase;
  float: left;
  line-height: 20px !important;
  padding: 8px 20px;
  font-size: 11px;
  font-family: Open Sans;
  color: #222;
}
#logo {
  float: left;
  height: 100%;
  padding-top: 22px;
  padding-bottom: 18px;
}



/* Small Menu Responsive */
.mobile_small_menu {
  width: 45px;
  height: 45px;
  float: right;
  margin-top: 27px;
}
.mobile_small_menu.open {
  background: url('../res_m_open.png') no-repeat;
}
.mobile_small_menu.close {
  background: url('../res_m_close.png') no-repeat;
}
.dark_version .mobile_small_menu.open {
  background: url('../res_m_open_dark.html') no-repeat;
}
.dark_version .mobile_small_menu.close {
  background: url('../res_m_close_dark.html') no-repeat;
}
.menu-small {
  position: absolute;
  left: 0px;
  top: 100px;
  display: none;
  width: 100%;
  background: #CCC;
  z-index: 100000;
  padding-bottom: 10px;
  border-bottom: 10px #FFF solid;
}
.menu-small ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-small ul li:nth-child(2n) {
  background: #f0f0f0 !important;
}
.menu-small ul li {
  float: left;
  width: 100%;
}
.menu-small ul li a {
  float: left;
  padding: 15px 0 15px 20px;
  width:100%;
  font-size:16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-small ul.menu li {
  background: #fff;
}
.dark_version .menu-small ul.menu li {
  background: #282a2f;
}
.menu-small ul.menu > li {
  background: #fafafa;
}
.dark_version .menu-small ul.menu > li {
  background: #41434b;
}
.menu-small ul.menu > li > a {
  color: #444444;
}
.dark_version .menu-small ul.menu > li > a {
  color: #fff;
}
.menu-small ul.menu > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-small ul.menu > li > ul > li > a {
  padding-left: 15px;
  color: #999999;
  background: url('img/aside_li.html') no-repeat left center;
}
.menu-small ul.menu > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-small ul.menu > li > ul > li > ul > li > a {
  padding-left: 30px;
  color: #999999;
  background: url('img/aside_li.html') no-repeat 15px center;
}
.menu-small ul.menu .themeple_custom_menu_mega_menu h4 {
  display: none;
}
.menu-small ul.menu .themeple_custom_menu_mega_menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-small ul.menu .themeple_custom_menu_mega_menu > ul > li > a {
  padding-left: 30px;
  color: #999999;
  background: url('img/aside_li.html') no-repeat 15px center;
}
.menu-small ul.menu .themeple_custom_menu_mega_menu > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-small ul.menu .themeple_custom_menu_mega_menu > ul > li > ul > li > a {
  padding-left: 30px;
  color: #999999;
  background: url('img/aside_li.html') no-repeat 15px center;
}
/* End Responsive Menu */

/* HOME-TOP-SEARCH-FIND-A-JOB -------------------------------------------------------------------------------------------------------------------- */

#quicksearch-wrap{
    background: url(/templates/TorJobs/main/images/home1.jpg) center top;
    background-size: cover;
    /* background-attachment: fixed; */
    margin-bottom: 45px;
}
@media(min-width:1200px){
  #quicksearch-wrap{
    background: url(/templates/TorJobs/main/images/home1.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 45px;
  }
}
#quicksearch{
  min-height: 300px;
}
#quicksearch h1{
  color: #FFFFFF;
  font-size:50px;
  padding-bottom:5px;
  font-family: bignoodletitling;
}
#quicksearch a{
  color: #FFFFFF;
}
#quicksearch .button{
 height:42px;
 width:100%;
 margin-left:5px;
 font-size:16px;
 line-height: normal;
}

#quicksearch input[type="text"]{
  background: #FFFFFF;
  width:100%;
  padding:0px 20px;
  line-height: 42px;
  height:42px;
  color:#999999;
  border: 1px solid #e2e3e2;
}
#homeTopSearch{
  margin-top:70px;
}
#homeTopSearch .searchinputfieldwrap{
  padding:0;
}
#homeTopSearch .advancedSearch{
  margin-top:10px;
  display: block;
}
@media(max-width:990px){
  #quicksearch .button{
   margin-top:10px;
   margin-left:0;
 }
 #homeTopSearch{
    margin-top:30px;
  }
}

/* HOME-BODY-FEATURED-LATEST -------------------------------------------------------------------------------------------------------------------- */

.featuredListings{
  border-top: 1px solid #e2e3e2;
  padding: 14px 0px;
  font-size: 12px;
  color: #555;
}
.featuredListings:last-child{
  border-bottom: 1px solid #e2e3e2;
}


.featuredListings a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.featuredListings a:hover {

}
#featured-listings .featuredListings a {
  color: #0070ce;
}

/* HOME-BODY-FEATURED-COMPANIES-NEWS -------------------------------------------------------------------------------------------------------------------- */

.featured-companies h2{
  background: #f6f6f6;
}
.featured-companies{
 text-align: center;
 margin-bottom:45px;
}
.featured-companies, .boxedColumn,#newsCategory {
  border: 1px solid #e2e3e2;
}
.FeaturedCompaniesLogo {
  display: inline-block;
  max-width: 49%;
  text-align: center;
  padding-bottom: 20px;
}
.FeaturedCompaniesLogo img{
  max-width: 80%;
}
.view-all{
  padding-top:35px;
  padding-bottom: 20px;
  text-align: center;
}

.logoCarousel{
  margin-top:70px;
}
.logoCarousel img{
  max-width: 140px;
}
.miniLogoCarousel{
  text-align: center;
}
.miniLogoCarousel img{
  max-width: 140px;
}
.fairCarousel{
  margin:20px 0;
}

.latest-news h2 {
  background: url("icons.png") no-repeat 0 0;
  padding: 0 0 0 25px;
}
#news {
  margin: 0 20px;
  line-height: 22px;
}
#news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#news ul li {
  color: #585858;
  font-size: 13px;
  margin: 0 0 15px 0;
}
#news ul li a {
  text-decoration: none;
  font-weight: 500;
}
#news .news-date {
  background: url("../icons.png") no-repeat 0 -577px;
  padding: 0 0 0 25px;
  clear: both;
  color: #8c8c8c;
  font-size: 13px;
  margin: 5px 0 10px 0;
}

#newsCategory a, #newsCategory span{
  height: 50px;
  display: block;
  border-bottom: 1px #e2e3e2 solid;
  padding-left: 20px;
  font-size: 14px;
  line-height: 50px;
}
#newsCategory span{
  background: #0070ce;
  color: #FFF;
}
#newsCategory a:hover{
  background: #0070ce;
   color: #FFF;
}
.newsItems{
  margin-bottom: 50px;
}
.newsItems h2, .NewsItems h2{
  padding-bottom: 0;
}
.newsShort{
  margin-top:20px;
  margin-bottom: 10px;
}
.newsPreview{
  margin:30px 0;
}
.newsBacklink{
  margin:20px 0;
  display: block;
}

.articlesListImage{
  max-width: 100%;
  display: block;
  margin-top:10px;
}
.articlesDetailImage{
  max-width: 100%;
  display: block;
  margin-bottom:20px;
}
/* HOME-BODY-ICONS -------------------------------------------------------------------------------------------------------------------- */

.iconRow.centerTextIconboxes a{
  text-align: center;
  padding-left:0;
}
@media(max-width:990px){
  .iconRow.iconRowStackable{
    margin-top: -25px;
  }
}
.iconRow{
  margin:25px 0;
}
.iconBox{
  text-align: left;
  vertical-align: top;
  margin-top:20px;
}
.iconBox a{

  width: 100%;

  font-size: 40px;
  padding: 2px 0px 0px 20px;
  display: inline-block;


  background: #f6f6f6;
  border-top:2px #0070ce solid;
  color: #333;

}
.iconBox i{
  display: inline;
  line-height: 80px;
  padding-right: 20px;
}
.iconBox span{
  color: #484848;
  vertical-align: top;
  padding:0;
  line-height: 80px;
  display: inline;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-weight: 500;
  font-size: 20px;
}
.iconBox a,.iconBox a span{
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.iconBox a:hover,.iconBox a:hover span{
  color: #FFFFFF;
}
.staticContent .iconBox a:hover{
     text-decoration: none;
   }
.iconBox a:hover{
  background: #0070ce;
 
}

/* BANNERS -------------------------------------------------------------------------------------------------------------------- */

#homeMainBanners{
  padding-bottom:20px;
  padding-top:20px;
}

.fullwidthBanner img{
  width:100%;
  height: auto !important;
}

.accountBanner{
margin-top:30px;
}

/* NEWSLETTER SIGNUP -------------------------------------------------------------------------------------------------------------------- */

.newsletterBox .newsletterFieldWrap{
  margin-top:10px;
}
@media(max-width:770px){
  .homeSubscribeRow{
      background-color: #DDD;
      margin-bottom: 10px;
  }
}
.homeSubscribeRow{
  padding-bottom: 30px;
}
.newsletterText{
  margin-bottom:10px;
}

/* FOOTER -------------------------------------------------------------------------------------------------------------------- */

#footer_wrap{
  margin-top:45px;
}
#footer{
  background: #2e2e2e;
  color: #999;
}
#footer a{
  color: #999;
}
#footer a:hover{
  color: #FFF;
}
#footer ul{
  margin-bottom: 0;
  text-align: right;
}
#footer ul li{
  padding-left:40px;
  line-height: 80px;
  list-style: none;
  display: inline-block;
}
#footerdark{
  background: #272727;
  color: #999;
  text-align: center;
  font-size: 16px;
  padding:20px;
  text-align: left;
}
#footerdark a{
  color: #999;
}
#footerSocial a{
  color: #999;
  font-size: 20px;
  margin-left:5px;
}

/* AUTOCOMPLETE -------------------------------------------------------------------------------------------------------------------- */


#menu-top > ul > li > ul{
  top: 100px;
  padding-left: 0px;
  background: #fff;
  list-style: none;
  margin: 0 !important;
  position: absolute;
  left: 0;
  left: 0px;
  z-index: 100000;
  width: 238px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
#menu-top > ul > li > ul > li:hover{
  background: #f6f6f6;
}
#menu-top > ul > li > ul > li{
  border-bottom: 1px solid #f1f1f1;
  border-top: none;
  z-index: 50005;
  float: left;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  display: block;
  width: 100%;
}
#menu-top > ul > li > ul > li > a{
  text-transform: uppercase;
  float: left;
  line-height: 20px !important;
  padding: 8px 20px;
  font-size: 11px;
  font-family: Open Sans, Arial, sans-serif;
  color: #222;
}
.ac_results ul {
  background: #f6f6f6;
}
.ac_results {
  background: #f6f6f6;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 30px;
  width: 100%;
  z-index: 1;
  border: none  !important;;
  overflow: auto !important;
}
.ac_results ul li {
  padding: 0 5px 0 10px;
  line-height: 24px;
  border-bottom: 1px solid #e2e3e2;
  text-align: left;
}
.ac_results ul li:last-child {
  border-bottom: none;
}
.ac_results ul li {
  display: block;
  padding: 0 0 0 15px;
  color: #555;
}
.ac_odd {
  background: none !important;
}
.ac_odd:hover,
.ac_over {
  background: #888 !important;
}
.ac_results ul li:hover,
.ac_over {
  background: #0070ce;
  color: #FFF !important;
}

/* BREADCRUMBS -------------------------------------------------------------------------------------------------------------------- */

body #breadcrumb-bg h1{
  font-family: Open Sans, Arial, sans-serif;
  line-height: 92px;
  color: #FFF;
  font-size: 22px;
  text-transform: uppercase;
  float:left;
  display: block;
  padding:0;
  font-weight: normal;
}
#breadcrumb-bg {
  height: 92px;
  line-height: 92px;
  z-index: 1;
  background: url(../crumbsBack.jpg) center center;
  background-size: cover;
  overflow: hidden;
}
.BreadCrumbs {
  float: right;
  color: #CCC;
}
.crumbArrow{
  padding:0 10px;
}
.BreadCrumbs p {
  margin: 0;
}
.BreadCrumbs p span,
.BreadCrumbs p a {
  background: url("breadcr-arrow.png") no-repeat left center;
  color: #CCC;
  text-decoration: none;
}
.BreadCrumbs p a:hover {
  color: #FFF;
}

/* SOCIAL -------------------------------------------------------------------------------------------------------------------- */

.soc_reg_form {
  display: block;
  vertical-align: middle;
  margin: 0;
  background-color: #f6f6f6;
  margin-bottom: 30px;
  border: 1px #e2e3e2 solid;
  padding: 20px;
}

#shareThis {
  margin: 10px auto 0 auto;
}
#shareThisInpage{
margin: 30px auto 0 auto;
}
ul.footer_social_icons{
  display: inline;
  padding-left:10px;
}
ul.footer_social_icons li{
  list-style: none;
  display: inline-block;
}
.footer_social_icons i{
  font-size:20px;
}
.footer_social_icons a:hover{
  text-decoration: none;
}

/* SEARCH RESULTS  -------------------------------------------------------------------------------------------------------------------- */
#topResults{
  margin:  -45px 0 0 0;
}
.results {
  margin: -45px 0 0 0;
}
.topResultsLinks,
.underQuickLinks,
.bread-crumb{
  background: #f6f6f6;
  padding: 20px;
  border: #e2e3e2 1px solid;
}
.topResultsLinks ul,
.underQuickLinks ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}
.topResultsLinks ul li,
.underQuickLinks ul li,
.bread-crumb .input-form-bc
{
  display: inline-block;
  margin: 0 20px 0 0;
}
.topResultsLinks ul li a,
.underQuickLinks ul li a
{
  background: url("../breadcr-arrow.png") no-repeat left center;
  color: #0070ce;
  padding: 0 0 0 13px;
  text-decoration: none;
}
.topResultsLinks ul li a:hover,
.underQuickLinks ul li a:hover
{
  text-decoration: underline;
}

/* REFINE SEARCH, CURRENT SEARCH -------------------------------------------------------------------------------------------------------------------- */
body #refineResults-block h3{
  margin-bottom:0;
}
#refineResults{
  margin-top:40px;
} 
#currentSearch,
#refineResults-block #refineResults {
  background: #fff;
  width: 100%;

  border: 1px solid #e2e3e2;
}
#currentSearch th,
#refineResults th {
  font-size: 18px;
  color: #0070ce;
  padding: 5px 0 10px 0;
}
.separate-div {
  padding: 15px 15px 12px 15px;
}
.refine_icon {
  display: inline-block;
  text-indent: -999em;
  height: 16px;
  width: 16px;
  margin: 0 5px 0 0;
  line-height: 18px;
}
.more {
  background: url("../more-opt.png") no-repeat center;
}
.less {
  background: url("../delete.png") no-repeat center;
}
.refine_button:hover {
  cursor: pointer;
}
.currentSearch .strong{
  font-weight: bold;
}
.currentSearch, .refineItem{
  padding-left:20px;
}
.currentSearch,
.refine_button {
  font-family: proxima_novasemibold, Arial, sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #e2e3e2;
  padding: 0 0 7px 0;
}
.curSearchItem,
.refine_block {
  display: block;
  padding: 13px 0 0 0;
  color: #0070ce;
}
.curSearchItem a {
  background: url("../cancel.png") no-repeat;
  float: right;
  text-indent: -999em;
  display: inline-block;
  height: 13px;
  width: 12px;
  margin-top:3px;
}
.refineItem {
  color: #0070ce;
  display: block;
  margin: 10px 0;
}
.refineItem a {
  text-decoration: none;
}
.refineItem a:hover {
  text-decoration: underline;
}
.block_values_button {
  color: #0070ce;
  cursor: pointer;
  font-family: proxima_novasemibold, Arial, sans-serif;
}
.block_values_button span {
  border-bottom: 1px solid #ebcabd;
}
.block_values_button span:hover {
  border: none;
}



/* SEARCH PAGE RESULTS -------------------------------------------------------------------------------------------------------------------- */
.listing-title strong{
  font-weight: normal;
}

.results table th {
  white-space: normal;
}
.company-fix {
  margin: 0;
}
.company-fix .listingInfo {
  float: right;
  width: 100%;
}
.company-fix .listingInfo h2 {
  font-family: proxima_novasemibold, Arial, sans-serif;
  font-size: 20px;
}
.company-fix .results-paging {
  margin: 25px 0 0;
}
.company-fix .results-paging .head {
  margin: 25px 0 0 0;
}
.company-fix #refineResults-block {
  margin: 0;
}
.company-fix #blockBg {
  margin: 48px 0 0 0;
}
#refineResults-block table thead {
  background: none;
}
#refine-block-preloader {
  margin: 200px auto 0;
}
.results table tr,
#listingsResults table tr,
.ui-datepicker-calendar tr {
  border: none;
}

.container .browse {
  display: none;
}

.noRefine .col-md-9.mainListingsCol{
  width:100%;
}
#browse-items {
  margin: 0 0 20px 0;
  text-align: left;
  padding: 0;
}
#browse-items li{
  list-style: none;
  display: inline-block;
  padding-bottom: 10px;
  width:200px;
}

.noRefine .results-paging,
.noRefine #listingsResults {
  width: 100%;
}
.results-paging {

}
#refineResults,
#currentSearch {
  border-collapse: separate;
}

#blockBg {
  margin: 30px 0 0 0;
}
.head {
  margin: 0px 0 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 #0070ce;
  background: #fff;
  padding: 15px 0px;
  font-size: 13px;
  color: #1c1c1c;
  text-shadow: -1px 0 0 #c2c2c2;
}
.topNavBar .numberResults,
.topNavBar .numberPerPage,
.topNavBar .numberPerPage p,
.topNavBar form {
  display: inline-block;
  vertical-align: middle;
}
.topNavBar form {
  margin: 0 7px;
}
#sort-by .sbHolder,
.listings_per_page_form .sbHolder,
#listings_per_page_form .sbHolder {
  margin: 0;
  border: 1px solid #abadb3;
  width: 123px;
  height: 20px;
}
.listings_per_page_form .sbHolder,
#listings_per_page_form .sbHolder {
  width: 50px;
}
.highlight {
  background: #B0E0E6;
}
#sort-by .sbToggle,
.listings_per_page_form .sbToggle,
#listings_per_page_form .sbToggle {
  background: url("sort-selector.png");
  top: auto;
  height: 16px;
  width: 17px;
}
#sort-by .sbSelector,
.listings_per_page_form .sbSelector,
#listings_per_page_form .sbSelector {
  text-indent: 0;
  text-align: left;
  width: 100px;
  left: 3px;
  right: auto;
  line-height: 18px;
  height: 16px;
  color: #0070ce !important;
  text-shadow: 1px 0 0 #ebb7a1;
}
.listings_per_page_form .sbSelector,
#listings_per_page_form .sbSelector {
  width: 48px;
}
#sort-by .sbOptions,
.listings_per_page_form .sbOptions,
#listings_per_page_form .sbOptions {
  left: -2px;
  top: 18px !important;
}
#sort-by .sbOptions a,
.listings_per_page_form .sbOptions a,
#listings_per_page_form .sbOptions a {
  color: #888;
  text-shadow: none;
}
.topNavBar .numberPerPage {
  margin: 0 0 0 20px;
}
#listingsResults table {
  width: 100%;
}
#listingsResults .priorityListing td {
  background: #fff;
  border: 1px solid #e2e3e2;
  padding-bottom: 20px;
  margin: 0 0 30px 0;
  display: block;
}
#my-listings-table .priorityListing,
#my-listings-table .priorityListing + tr {
  background: #fff;
}
.priorityListing .listing-title {
  background: #f6f6f6;
  padding: 20px 0px 20px 30px;
  border-top:2px #0070ce solid;
}
#listingsResults .evenrow .listing-title,
#listingsResults .oddrow .listing-title {
  padding: 20px 0px 20px 30px;
  background: #f6f6f6;
}
#listingsResults .evenrow .listing-title a,
#listingsResults .oddrow .listing-title a,
.priorityListing .listing-title a {
  text-decoration: none;
  font-size: 18px;
}
#listingsResults .evenrow .listing-title a,
#listingsResults .oddrow .listing-title a {
  color: #333;
}
.priorityListing .listing-title a {
  color: #0070ce;
}
.priorityListing .listing-title a:hover,
#listingsResults .evenrow .listing-title a:hover,
#listingsResults .oddrow .listing-title a:hover {
  text-decoration: underline;
}
.listing-info .left-side {
  display: inline-block;
  margin: 15px 5px 5px 25px;
}
.listing-info .right-side {
  display: inline-block;
  float: right;
  margin: 20px  10px 0;
}
@media(max-width:990px){
  .listing-info .right-side{
    display: none;
  }
}
.priorityListing .listing-info .right-side {

}
.left-side .captions {
      width: 100px;
    display: inline-block;
    text-align: right;
    padding: 0px 10px 10px 0;
    vertical-align: top;
    color: #8c8c8c;
}
.left-side .captions-field {
  display: inline-block;
}
@media(max-width:1200px){
  .left-side .captions-field{
    max-width: 500px;
  }
}
@media(max-width:700px){
  .left-side .captions-field{
    max-width: 100px;
  }
}
      


.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;
}
.listing-links ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 15px 0 25px 0;
}
.listing-links .form-note {
  margin: 0 25px;
}
.listing-links textarea {
  width: 97% !important;
}
#listingsResults .evenrow td,
#listingsResults .oddrow td {
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: block;
}
.listing-links ul li {
  display: inline-block;
  margin: 0 15px 0px 0;
}
.listing-links ul li a {
}
.listing-links ul li a:hover {
}
#listingsResults .evenrow td,
#listingsResults .oddrow td {
  border:1px #e2e3e2 solid;
}
#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 0 20px;
  border: 1px solid #c43b07;
  text-shadow: none;
  font-family: proxima_novasemibold, Arial, sans-serif;
  font-size: 13px;
  height: 25px;
  text-shadow: 0 -1px 0 #b21c02;
  margin: 0 0 0 5px;
  text-transform: uppercase;
  margin: 10px 0 15px 0;
}
.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 0;
  display: block;
  color: #0070ce;;
}
.form-note b {
  padding: 0 5px 0 0;
}
.form-note span {
  background: #fff;
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px;
  color: #0070ce !important;
}


.prevBtn a,
.nextBtn a,
.viewDetails a,
.viewVideo a,
.saved2Ico a{
  display: inline-block;
  text-decoration: none;
  border:none;
  color: #FFFFFF;
  background: #0070ce;
  padding: 2px 18px;
  border: 2px #0070ce solid;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  height: 50px;
  line-height: 41px;
  margin-top:-2px;
}
.prevBtn a:hover,
.nextBtn a:hover,
.viewDetails a:hover,
.viewVideo a:hover,
.saved2Ico a:hover{
  text-decoration: none;
  background: #FFF;
  border: #0070ce 2px solid;
  color: #555555 !important;
}
.prevBtn {
  margin: 0 5px 0 0;
}
.prevBtn img,
.nextBtn img {
  display: none;
}
.nextBtn {
  margin: 0 0 0 5px;
}

/*
.viewDetails a,
.viewVideo a,
.saved2Ico a
{
  display: inline-block;
  text-decoration: none;
  border: none;
  color: #FFFFFF;
  background: #888;
  padding: 2px 18px;
  border: 2px #888 solid;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  height: 40px;
  line-height: 32px;
  margin-top: 5px;
}
.viewDetails a:hover,
.viewVideo a:hover,
.saved2Ico a:hover
{
  background: #FFF;
  color: #888;
}
*/







.navigationItems .strong {
  color: #0070ce;
  margin: 0 5px;
}
.navigationItems {
  color: #CCC;
}
.navigationItems a {
  color: #CCC;
  text-decoration: none;
  margin: 0 5px;
}
.navigationItems a:hover {
  text-decoration: underline;
}
.api-jobs-plugin td {
  border-top: 2px solid #0070ce !important;
  background: #fff !important;
  padding: 15px !important;
}

/* PAGE NAVIGATION -------------------------------------------------------------------------------------------------------------------- */

.preloader {
  display: none;
  text-align: center;
  margin: 0 auto;
}

.pageNavigation{
  background: #fff;
  border-top: 2px solid #0070ce;
  text-align: right;
}

@media(max-width:990px){
  .pageNavigation{
    margin-top:30px;
  }
}

.RightLink{
  float:right;
}
body h1 .RightLink a{
  font-family: Open Sans, Arial, sans-serif;
  color:#0070ce;
}
body h1 .RightLink a:hover{
  text-decoration: underline;
}

/* START:Language Switcher Plugin CSS
**********************************************************************************/
.sbHolder {
  height: 19px;
  position: relative;
  width: 80px;
  margin: 0 3px 0 0;
}
.sbSelector {
  display: block;
  height: 27px;
  right: 5px;
  line-height: 31px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 80px;
  text-align: center;
  color: #BBECFF !important;
  text-shadow: 0 -1px 1px #000;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #819C78;
  outline: none;
  text-decoration: none;
}


.sbToggle {
  background: url("../langs.png") 0 0 no-repeat;
  display: block;
  height: 9px;
  outline: none;
  position: absolute;
  right: 0;
  top: 11px;
  width: 6px;
}
.sbToggleOpen {
  background: url("../langs.png") 0 -9px no-repeat;
}
.sbOptions {
  background: #f6f6f6;
  list-style: none;
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 130px;
  z-index: 1;
  overflow-y: auto;
}
.sbOptions li {
  padding: 0 5px 0 10px;
  line-height: 24px;
  border-bottom: 1px solid #e2e3e2;
  text-align: left;
}
.sbOptions li:last-child {
  border-bottom: none;
}
.sbOptions a {
  display: block;
  outline: none;
  padding: 0 0 0 0px;
}
.sbOptions a:link,
.sbOptions a:visited {
  text-decoration: none;
}
.sbOptions li:hover {
  background: #FFF;
}
.sbOptions li.last a,
.sbOptions li:last-child a {
  border-bottom: none;
}
.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: bold;
}
.sbOptions .sbSub {
  padding: 0 0 0 17px;
}

@media(max-width:990px){
  .topNavBar .numberPerPage{
    display: none;
  }
}



/* START:Company Profile
*********************************************************************************/
.after-quick-links ul li{
    list-style: none;
}
#listing-details-menu{
  padding:0 20px 20px 20px;
  margin:0;
}
.after-quick-links #listing-details-menu a{
  background: url("../breadcr-arrow.png") no-repeat left center;
  padding: 0 0 0 13px;
  text-decoration: none;
}
.after-quick-links ul{
  padding:0;
}
.after-quick-links{
  margin:50px 0 0 0;
}

#displayListing #listingsResults {
    margin-top: 30px;
}
.listingInfo h2 {
  font-size: 30px;
  padding: 15px 0 13px 0;
  margin-bottom:20px;
  border-bottom: 2px solid #0070ce;
}
.in_CompanyInsiderWidget {
  width: 70%;
  float: right;
}
.company-info-right {
  border: none !important;
  background: none !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;
  padding:10px;
  border: 1px solid #e2e3e2;
}
.compProfileInfo .company-name {
  font-weight: 500;
}
.compProfileInfo img{
  max-width: 100%;
}
.results .right-side img, .listing-section .right-side img{
  max-width: 160px;
  max-height: 100px;
  margin-right: 10px;
}
.comp-profile-content {
  color: #585858;
  font-size: 13px;
  line-height: 20px;
}
.comp-profile-content a {
  color: #0070ce;
  padding: 0 0 0 0px;
  text-decoration: none;
}
.comp-profile-content .info-picture {
  border: none;
}
.comp-profile-content a:hover {
  border: none;
}
.list {
}
.comp-profile-content .list a,
.pm_send_link{
  background: url("../breadcr-arrow.png") no-repeat left center;
  padding: 0 0 0 13px;
  text-decoration: none;
}
.compProfileInfo .companyName{
  font-size: 20px;
}

.companyProfile{
  margin-top:20px;
}
.companyProfile .compProfileTitle{
  border-bottom: 2px solid #0070ce;
}
.compProfileTitle{
  font-family: "Bebas Neue";
  font-weight: 500;
  font-size: 30px;
  color: #333;
  padding: 39px 0 10px 0;
  margin-bottom: 0;
  background: none;
  margin-bottom: 10px;
}
/********************************************************************************/

/* START:Form Builder Fields
*********************************************************************************/
.narrow-col-wrapper,
.narrow-1col {
  background: #fff;
border-bottom:#e2e3e2 1px solid;
}
.narrow-1col .displayField {
  width: 75% !important;
}
.wrap-2 {
  border-top: 2px solid #0070ce;
}
.narrow-col {
  display: inline-block;
  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: 16px;
  font-weight: normal;
  width: 125px;
  text-align: right;
  padding: 5px;
}
#col-narrow-left,
#col-narrow-right {
  padding: 15px 0;
}
.narrow-col .displayFieldBlock {
  margin: 10px 0;
}
.narrow-col .displayField {
  line-height: 24px;
  display: inline-block;
  color: #0070ce;
  word-wrap: break-word;
  vertical-align: top;
  padding-left:10px;
      max-width: 220px;
}
#col-wide {
}
#col-wide + .clr {
  clear: none;
}
#displayListing #refineResults {
  margin-top:0;
  padding-left:0;
}
#col-wide .displayFieldBlock h3{
  font-family: "Bebas Neue";
  font-weight: 500;
  font-size: 30px;
  color: #333;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
  background: none;
}
.comp-profile-content br:first-child{
  display: none;
}
#col-wide{
  padding-left:0;
}
#col-wide .displayField {
  color: #585858;
  line-height: 23px;
}
.displayFieldBlock ul{
  padding-left: 20px;
}
.fh-status{
  display: none;
}

/* ADD LISTING FORMS ********************************************************************************/

.bread-crumb{
  margin-top:-45px;
}
.bread-crumb .input-form-bc b{
  color: #0070ce;
  font-weight: normal;
}

/* EMPLOYERS HOME ********************************************************************************/

.container.employersHome{
  margin-top:25px;
}

.employersHome .col-md-8, .employersHome .col-md-4{
margin-top:20px;
}

.employersHome i{
  margin-left:10px;
}

.employersHome #mailchimp-newsletter input[type="text"]{
  background-color: #FFF;
}

/* PRODUCTS ********************************************************************************/


.productLinks .button {
  min-width: 160px;
}
.currentProducts-name {
  float: left;
  margin: 4px 0;
  padding: 0 15px 0 0;
  width: 250px;
  font-weight: 500;
}
.currentProducts-info {
  display: inline;
  float: left;
  margin: 4px 0;
}

/* TABLES & LISTING RESULTS ********************************************************************************/


tbody{
  border: #e2e3e2 1px solid;
}
table thead {
  background: #272727;
  text-align: left;
}
table thead th{
  height: 50px;
  font-weight: 500;
}
table tr td{
  padding-top:20px;
  padding-bottom: 20px;

}
table tr.oddrow{
   background: #f6f6f6;
}
table tr{
  border-bottom: #e2e3e2 1px solid;
}
table input[type="checkbox"]{
  margin-right: 15px;
}
table ul li a{
  background: url("../breadcr-arrow.png") no-repeat left center;
  color: #0070ce;
  padding: 0 0 0 13px;
  text-decoration: none;
}

#listingsResults tbody{
  border:none;
}
#listingsResults table tr td{
  padding-top:0;
}

#listingsResults table tr.oddrow{
   background:none;
}

form[name="SavedListingForm"]{
  margin-bottom: 20px;
}
#pm_form{
  margin-bottom: 20px;
}

.dataTable,
#pm_form table,
#displayResults table,
#table-alerts,
.saved-search-tbl
{
  margin:20px 0;
}
.tableSearchResultApplications tr{
  border-bottom: none;
}
.tableSearchResultApplications tr.table-application-border-bottom{
  border-bottom: #e2e3e2 1px solid;
}
.ApplicationPointedInListingInfo2{
  vertical-align: top;
}
.tableSearchResultApplications .pm_send_link{
  display: none;
}
.tableSearchResultApplications .ApplicationPointedInListingInfo{
  padding:10px 0;
}
#my-listings-table{
  margin:70px 0 30px 0;
}
.myListings.numberPerPage{
margin:20px 0;
}
/* START:Recently view and Suggested Jobs
*********************************************************************************/
.recentAndSuggestedWrap{
  margin-bottom: 30px;
  margin-top:20px; 
}
#recentlyViewedJobs {


}
#suggestedJobs {

}
#recentlyViewedJobs-title,
#suggestedJobs-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 10px 0 10px 0;
}
#recentlyViewedJobs table thead,
#suggestedJobs table thead {
  background: #272727;
  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;
}
#recentlyViewedJobs tbody tr,
#suggestedJobs tbody tr {
  border-bottom: 1px solid #e2e3e2;
}
#recentlyViewedJobs .evenrow,
#suggestedJobs .evenrow {
  background: none;
}
#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 table td,
#suggestedJobs table td {
  color: #8c8c8c;
}
#recentlyViewedJobs .rec-sug-title a,
#suggestedJobs .rec-sug-title a {
  color: #0070ce;
  text-decoration: none;
}
#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 {
  color: #0070ce;
  text-decoration: none;
}
#recentlyViewedJobs .rec-sug-comp a:hover,
#suggestedJobs table .rec-sug-comp a:hover {
  border: none;
}
/********************************************************************************/


/* START:My Account
*********************************************************************************/


.my-account {
  text-align: left;
}
.my-account ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media(max-width:768px){
  .my-account ul {
    text-align: center;
  }
}
.my-account ul li {
  text-align: center;
  display: inline-block;
  min-width: 150px;
  width:24%;
  text-align: center;
  margin: 0 0 30px 0;
}
.my-account ul li img {
  margin: 0 0 5px 0;
}
.my-account ul li a:hover{
  opacity:0.8;
}
.my-account ul li a {
  text-decoration: none;
  font-size: 15px;
}
.my-account ul li a:hover {
  color: #0070ce;
  text-shadow: 0 -1px 0 #f2cfc0;
}
.pm-sub-menu {
  color: #2c6073;
  font-size: 15px;
}
.pm-sub-menu a {
  font-family: proximanovaregular, Arial, sans-serif !important;
}
#adSpaceAccount {

}
/********************************************************************************/

#pmDetails{
  margin-bottom: 20px;
}
.numberPerPage{
  margin-top:20px;
}
.newsMoreWrap{
  margin-top:10px;
}

.newsPreview .small{
  display: block;
}

.goSearch{
  background: none;
  border: none;
  padding:20px;
}
.goSearch:hover{
  color:#0070ce;
}

/********************************************************************************/

/* START:Products Page and Shopping Cart
*********************************************************************************/
#shoppingCart {
  font-size: 14px;
  padding:17px 0 0px 15px;
  margin-left:15px;
  border-left:1px #e2e3e2 solid;
  color: #999999;
  height: 58px;
  font-family: Open Sans, Arial, sans-serif;
}
#shoppingCart a {
  display: inline-block;
  vertical-align: middle;
}
#shoppingCartTable td {
  padding: 10px 7px;
}

.products {
  border: 1px solid #e2e3e2;
  padding-bottom: 20px;
  margin: 0 0 30px 0;
  display: block;
}
.products .product-title{
    font-size: 18px;
  background: #f6f6f6;
  padding: 20px 0px 20px 30px;
  border-top: 2px #0070ce solid;
}
.products .product-desc{
  margin:25px;
}
.products .productsPrice{
  margin:0 25px 0px 25px;
}
.products .productButtons{
  margin:0 25px 0 25px;
}
.products .button{
  margin-top:25px;
}
.products .productsAddListingButtonFrm{
  display: inline;
}
.productsPriceTable{
  margin-top:20px;
}
.productDetailForm{
  margin-bottom: 20px;
}







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 0;
}
#promotionCode input#inputPromotionCode {
  width: 150px !important;
}
.continue-shopping {
  float: left;
  margin: 0 10px 0 35%;
}
.productDetails-name {
  float: left;
  font-size: 13px;
  font-weight: bold;
  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="text"],
#productDetails ~ table td input[type="file"] {
  width: 220px !important;
}

/********************************************************************************/


/* START:Popup Windows CSS
*********************************************************************************/
.ui-dialog {
  padding: 0 0 10px 0 !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: 0.7 !important;
}
.ui-dialog .ui-dialog-content {
  padding: 10px 10px 6px 10px !important;
}
.ui-dialog-titlebar {
  background: #0070ce !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}
.ui-dialog-title {
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  padding: 5px 0;
}
.ui-dialog-titlebar .ui-state-hover {
  background: none !important;
  border: none !important;
}
.ui-state-hover .ui-icon {
  border: none !important;
}
.ui-dialog .ui-icon-closethick {
  background: url("../popup-close.png") no-repeat 0 0 !important;
  height: 32px !important;
  width: 33px !important;
}
.ui-dialog .ui-icon-closethick:hover {
  background: url("../popup-close.png") no-repeat 0 -33px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin: -18px 0 0 !important;
  width: 38px !important;
}
#messageBox .inputName {
  color: #1c1c1c;
  font-size: 14px;
}
#messageBox #notesForm textarea {
  width: 100% !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 .forgotPassWrap{
  padding-bottom: 0px;
}




@media(max-width:768px){
  #messageBox br{
    display: none;
  }
  #messageBox .loginBtnFieldset .inputName{
    display: none;
  }
  .ui-dialog{
    width:100% !important;
    left:0 !important;
  }
}
/********************************************************************************/

/* START:Custom Jquery
*********************************************************************************/
.ui-datepicker-trigger {
  height: 0;
  width: 0;
  padding: 15px;
  margin:10px;
  background: url("../calendar-ico.png") no-repeat;
  vertical-align: middle;
}

.searchActDate.hasDatepicker, .displayDate.hasDatepicker{
  width:calc(100% - 50px);
}
/********************************************************************************/

#editListingForm .page_block{
  padding-top:1px;
}


/* Listings */

@media(max-width:990px){
  .mobileHiddenCol{
    display: none;
    visibility: collapse; 
  }
  .mobileFullwidth{
    width:100%;
  }
}
.fullwidth{
  width:100%;
}


/* START:Contacts
*********************************************************************************/
#contactInfo {
  margin: 15px auto 0;
  margin-bottom:30px;
}
#contactInfo-in {
  padding: 30px 15px 15px;
}
#user-top {
  margin: 10px 0;
}
#contact-info {
  float: left;
  margin: 0 10px 0 0;
}
#contact-group {
  clear: both;
  font-size: 13px;
  margin: 10px 0;
}
.contact-detail-cap {
  float: left;
  font-weight: bold;
  width: 30%;
}
.contact-detail-info {
  float: left;
  width: 70%;
}
#contact-image {
  float: left;
  width: 190px;
  margin: 20px 0;
}
#contact-image img {
  width: 190px;
}
#under-contact {
  clear: both;
}
#cont-info-sendpm {
  margin: 15px 0;
  text-align: center;
  width: 190px;
}
#under-contact #note-block {
  float: left;
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 440px;
}
#under-contact textarea {
  width: 93% !important;
}
#reason {
  width: 456px !important;
}
/********************************************************************************/
/* In Body elements */
.stackableLogos{
  text-align: center;
}
.stackableLogos img{
  max-width: 150px;
  margin:20px;
}

.staticContent a{
  color:#0070ce;
}
.staticContent a:hover{
  text-decoration: underline;
}
.staticContent a.button{
  color: #FFF;
}
.staticContent a.button:hover{
  text-decoration: none;
    color: #0070ce;

}


.editProfileContent{
  margin-bottom:30px;
}

.myListingsContent{
  margin-top:10px;
  margin-bottom:30px;
}
.savedJobsContent{
    margin-bottom:30px;
}
.jobAlertsContent,.resumeAlertsContent{
    margin-bottom:30px;
}
.savedSearches{
    margin-bottom:30px;
}
.loginContent{
  margin-bottom:30px;
}
.myApplicationsJs{
  margin-bottom:30px;
}
.jobsAppliedDeleteBtn{
  margin-bottom: 30px;
}
.jsRegContent,.empRegContent{
  margin-bottom: 30px;
}
.findJobsContent{
  margin-top:10px;
  margin-bottom:30px;
}


.staticContent ul li:nth-child(odd) {
    background-color: #f6f6f6;
}

.staticContent ul li{
  background: url("../breadcr-arrow.png") no-repeat 20px center;
  list-style: none;
  border-top: 1px #e2e3e2 solid;
  padding:10px 20px 10px 50px;
}
.staticContent ul{
  padding:0;
  border-bottom: 1px #e2e3e2 solid;
  margin:0px 0 20px 0;
}

.staticContent ol li:nth-child(even) {
    background-color: #ffffff;
}
.staticContent ol li:nth-child(odd) {
    background-color: #f6f6f6;
}
.staticContent ol li:last-child {
    border-bottom: 1px #e2e3e2 solid;
}
.staticContent ol{
  padding:0;
  
  margin:0px 0 20px 0;
  padding-left:35px;
  background-color: #f6f6f6;
  border-left: 1px #e2e3e2 solid;
}
.staticContent ol li{
  border-left: 1px #e2e3e2 solid;
  border-top: 1px #e2e3e2 solid;
  padding:10px 20px 10px 20px;
}
#paycaleFrame{
  border:none;
  width:310px;
  height: 350px;
    margin-top: 70px;
  margin-left: 8%;
}

/* CAREER FAIRS 

careerFairs">

<div class="careerFair">
<div class="carImage"><img src="{image}holidayInn.jpg" alt=""/></div>
<div class="carDate">July 23, 2015</div>
<div class="carLocation">NORTH YORK
Holiday Inn - Yorkdale</div>
<div class="carTime">11:00am - 3:00pm</div>
<a href="#" class="button">Register NOW!</a>
</div>

*/


.careerFair {
  border: 1px solid #e2e3e2;
  display: block;
  text-align: left;
}
@media(max-width:989px){
  .careerFair{
  margin: 0 0 30px 0;
}}
.careerFair .carDate{
  font-size: 26px;
  line-height: 40px;
  background: #f6f6f6;
  padding: 20px 0px 20px 30px;

}
.careerFair .carImage{
  float:left;
  padding-right: 30px;
  margin-bottom: 20px;
  max-height: 250px;
  overflow: hidden;
}
.careerFair .carLogo{
  margin: 20px 0;
  text-align: center;
}
.careerFair .carLogo img{
  max-width: 80%;
}
.careerFair .button.disabledEvent{
  pointer-events:none;
  background-color: #484848;
  border-color: #484848;
}

.fairsExhibitDates{
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-family: "Bebas Neue";
    font-weight: 500;
    color: #484848;
    padding: 20px 0 10px 0;
}
.fairsExhibitDates .fairsExhibitDate{
  color: #0070ce;
}

.carLocation{
  padding-top:20px;
  padding-left:30px;
   background: #f6f6f6;
}
.carTime{
  padding-left:30px;
 background: #f6f6f6;
  padding-bottom: 15px;
}

.careerFair .button{
    margin: 0px 20px 0 0;
    float:none;
    width:100%;
    padding-left:30px;
}
.careerFair .button:hover{
  color: #0070ce;
}
.clear{
clear:both;
}
.carSublocation{
  font-weight: bold;
  display: inline-block;
  padding-left:0;
}
.carSublocationBlock{
  font-weight: bold;
  display: block;
  padding-left:0;
}


  .careerFair .carImage, .careerFair .carImage img{
    width:100%;
    padding-right: 0;
   
  }


  


.profileLogo{
  max-width: 200px;
}
.profileLogoWrap{
  margin-bottom: 10px;
}

#slaryWizardWrap{
  background: url(/templates/TorJobs/main/images/salaryBack.jpg) top left no-repeat;
  height: 469px;
  width:100%;
  margin-bottom: 20px;

}

.employerHome{
  margin-bottom: 30px;
  text-align: center;
}
.employerHomeServices{
margin:50px 0;
text-align: center;
}
.employerHomeBanner{
padding-top:20px;
padding-bottom: 10px;
}
#employerHomeHeader{
  background: url(/templates/TorJobs/main/images/employersHome2.jpg) top center no-repeat;
  min-height: 500px;
  width:100%;
  padding-top:100px;
  background-attachment: fixed;
  background-size: cover;
}
#employerHomeInnerHeader{
  background: rgba(255,255,255,0.8);
  margin-top:350px;
  padding:50px 0 70px 0;
}
@media(max-width:1200px){
  #employerHomeHeader{
  background-attachment: scroll;
  background-position: center -250px;
  padding-bottom: 100px;
  /* background-size: 100% 100%; */
  margin-bottom: -200px;
  }
  #employerHomeInnerHeader{
    margin-top:40%;
  }
}
#employerHomeInnerHeader h1{
  font-size: 50px;
  margin-bottom:20px;
}

.boxed{
  border: 1px solid #e2e3e2;
}
.boxed span{
  display: block;
  padding:0 20px 20px 20px;
}
.boxed h3{
  font-size:18px;
}
.staticContent strong{
  font-weight: normal;
}

#newsSearchField{
  width:calc(100% - 96px);
}



/* SECTIONS */

.sectionWrap{
  text-align: center;
  padding:30px 0;
}
.sectionInner{
  width:0px;
  display: inline-block;
}
.sectionBack{
  border-top:#e2e3e2 solid 1px;
  border-bottom:#e2e3e2 solid 1px;
  padding:70px 0;
  display: inline-block;
  width: 5000px;
  margin-left:-2500px;
}
@media(max-width:768px){
  .sectionWrap{
   width: calc( 100% + 60px);
  left: -30px;
  position: relative;
  }
  .sectionInner{
    width:100%;
  }
  .sectionBack{
    margin-left:0px;
    padding:70px 15px 70px 15px;
    display: inline-block;
    width: 100%;
  }
  .sectionWrap .textBlock{
    padding:0 20px ;
  }
  ul.bigList.textBlock{
    margin-top:50px;
  }
  ul.bigList li{
    margin-bottom: 50px;
  }
}
.subSection{
margin-top:70px;
}
.bigIconRow{
  text-align: center;
  font-size: 16px;
}
.bigIconRow i{
   color: #0070ce;
   display: block;
   font-size: 70px;
   margin:30px 0 30px 0;
   opacity: inherit;
}
.bigIconRow > div{
  padding:25px 70px;
}
.bigIconRow a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.bigIconRow a span{
  font-size: 28px;
    font-family: "Bebas Neue", "Arial", sans-serif;
}
.bigIconSecondRow{
  margin:10px 0 30px 0;
}





  .firstSection{
    margin-top:-15px;
  }
  .connectingSection{
    margin-top:-45px;
  }
  .agencySection{
    margin-top:-75px;
  }
  .secondaryBack{
    background: #f6f6f6;
  }
  .firstSection .secondaryBack{
    margin-top:-60px;
  }
  .noBack{
    background: transparent;
    border-top:none;
    border-bottom: none;
    padding-top:40px;
    padding-bottom: 40px;
  }
  .parallaxBack{
    background-attachment: fixed;
    background-size: cover;
  }
    .peopleBack1{
      background-image:url(../secionBackPeople1.jpg);
    }
    .peopleBack2{
      background-image:url(../secionBackPeople2.jpg);
    }
    .casualBack1{
      background-image:url(../secionBackCasual1.jpg);
    }


/* SECTION TYPES */

ul.bigList{
  border-bottom: none;
  margin-top:10px;
}
.container ul.bigList li{
  padding: 0;
  background: none;
  border-top: none;
  font-size: 20px;
  line-height: 30px;
}
.bigList i{
  vertical-align: middle;
  font-size: 20px;
  color: #0070ce;
  padding-right: 20px;
}

  /* Pricing Table */

.pricingSection{
  text-align: center;
}
@media(max-width:989px){
  .pricingCol{
    margin-top: 50px;
  }
  .pricingCol:first-of-type{
    margin-top: 0px;
  }
}

.pricingColInner{
  border:1px #e2e3e2 solid;
  background: #FFFFFF;
}
.pricingColInner div, .pricingCol ul.pricingBody li{
  padding:15px 0;
}
.pricingCol ul{
  margin:0;
}
.pricingCol ul.pricingBody li{
  background: none;
}
.pricingCol ul.pricingBody li.textual{
  padding:50px;
}


.pricingCol .pricingFoot{
  padding:20px;
}

.pricingColInner div.pricingPrice{
  font-size: 50px;
  background-color: #484848;
  color: #FFFFFF;
  padding: 30px;
  line-height: 50px;
}
@media(max-width:1199px){
.pricingColInner div.pricingPrice{
    font-size: 40px;
    }}


.pricingColInner div.pricingPrice small{
  font-size:16px;
  line-height: 0px;
}
.pricingColInner div.pricingHead{
   background-color: #0070ce;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px;
}


/* GAllery Section */

.galleryRow a img{
  width:100%;
}
.subGalleryRow{
  margin-top:30px;
}


/* Contact Section */

.contactBack{
  border-top: 2px #0070ce solid;
  padding: 30px;
  background: #f6f6f6;
}
.contactBack .contactSectionCol{
  font-size:20px; 
  min-height:50px;
  text-align: left;
}
.contactSectionCol div{
  padding-top:14px;
  display: block;
}
@media(max-width:1199px){
  .contactBack .contactSectionCol{
    text-align: center;
    padding-bottom: 20px;
  }
  .contactSectionCol span{
    display: block;
  }
}

.hstBack{
  margin-top:-60px;
  padding: 10px;
  border-top:none;
  border-bottom: none;
  text-align: left;
  background: #e2e3e2;

}

.connectingContactSection{
  margin-top:-60px;
}



/* Services Pages Top Menu */
#servicesMenuWrap{
  text-align: center;
}
#servicesMenu{
  margin-top:-45px;
  text-align: left;
  border-right: 1px #e2e3e2 solid;
    border-bottom: 1px #e2e3e2 solid;
    border-left: 1px #e2e3e2 solid;
}
#servicesMenu a{
  height: 50px;
  text-align: center;
  display: inline-block;
  width: 13.9%;
  font-size: 14px;
  line-height: 50px;
}
#servicesMenu a.current{
  background: #0070ce;
  color: #FFF;
}
#servicesMenu a.last{
  float: right;
}

/* Jos Posting Menu */
#postingMenu {
text-align: center;
}
#postingMenu a{
  background:#f6f6f6;
  height: 50px;
  text-align: center;
  display: inline-block;
  width: 16.3%;
  font-size: 14px;
  line-height: 50px;
}


.emphasis{
  color:#0070ce;
  text-transform: uppercase;
  font-weight: bold;
}
.textColBlock{
  text-align:left;
  margin-top:40px;
}

.faqQ{
  font-size: 18px;
  margin:40px 0 10px 0;
}

#keywordslist tbody{
  border:none;
}
#keywordslist strong{
  font-weight: bold;
  font-size: 20px;
}

.globalFooterBanner{
padding:30px 0;
}

.catContent{
  margin:30px 0 20px 0;
}
#messageBox{
  overflow-x:hidden;
}
.print-listing-ico{
  display: none;
}

/* AGENCIES */
.searchAgenciesBtnWrap{
margin-bottom: 10px;
}

.agencyDesc{
  margin-top:50px;
}
.agencyFields .narrow-col-wrapper{
padding-bottom: 20px;
}
.agencyBriefPic{
padding-right: 10px;
}

#endResults{
  clear:both;
  padding:15px;
}

.checkoutBtnWrap{
  padding-top:50px;
}

#suggProducts{
  background: #f6f6f6;
  margin-bottom: 30px;
}
#suggProducts tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.suggLeft,.suggRight{
  width:15px;
}
.suggBtnCell{
  text-align: right;
  width: 150px;
}
.suggPriceCell{
  text-align: right;
}
.suggTitle{
  font-size: 16px;
}

.browseBlock{
  margin-bottom: 20px;
}

.newsSideHr{
  width:100%;
  height: 50px;
}

/* START:Google Map
*********************************************************************************/
#googleMap-links {
  width:100%;
  margin-top:60px;
}
#googleMap-links a {
    width: 50%;
    float: left;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-family: "Bebas Neue";
    background: #f6f6f6;
    border: 1px #e2e3e2 solid;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #484848;
}
#googleMap-links a.listLink-active{
  background: #0070ce;
  color: #FFF;
}

.mapResults{
      border: 1px solid #e2e3e2;
      line-height: 15px;
}
.mapListResTitle{
  font-weight: bold;
  color: #0070ce;
}
#googleMap-searchResults .mapListings-results .mapListResCompany{
  color: #333;
}
.mapListRefine{
  margin-top:40px;
}


#googleMap-searchResults .evenrow {
  background: #F5F5F5;
}
#googleMap-searchResults .mapListings-results {
  padding: 10px 10px;
}
#googleMap-searchResults .mapListings-results a {
  padding: 0 0 5px 0;
  display: inline-block;
}
#googleMap-pagging .nextBtn,
#googleMap-pagging .prevBtn,
#googleMap-pagging .navigationItems {
  clear: none;
  display: inline;
}
#googleMap-pagging .nextBtn,
#googleMap-pagging .prevBtn {
  background: none !important;
  color: #000 !important;
  margin: 0 1px;
}
#googleMap-pagging .navigationItems .strong,
#googleMap-pagging .navigationItems a {
  margin: 0 1px;
}
#googleMap-pagging .nextBtn a,
#googleMap-pagging .prevBtn a {
  background: none !important;
  color: #000 !important;
  padding: 0 2px !important;
  text-transform: inherit;
  border: none;
  text-shadow: none;
}
#googleMap-pagging {
  text-align: center;
    margin: 10px 0 0px 0;
}
.NewsItems {
  margin: 20px 0 0 0;
}
#map {
  height: 650px;
  margin: 0 0 0 0px;
}
.listingsWithoutLocation,
.listingsWithoutLocation a,
.listingsWithoutLocation .strong {
  color: #727272 !important;
}

#map h3{
  background: none !important;
  font-size: 16px !important;
  font-family: Open Sans, sans-serif;
  padding: 15px 0 0 0 !important;
}
.resumeWriter{
  height: 100px;
}

#col-wide{
margin-top:10px;
}
.hiddenWebstie{
  display: none;
}

.JobAlertForm fieldset .inputField .searchList option[value="monthly"]{
  display: none;
}

.JobAlertForm .alertSearchFields .builder-col-wide #search-col-wide fieldset{
  display: none;
}

.JobAlertForm .alertSearchFields .builder-col-wide #search-col-wide fieldset:nth-child(5) {
  display: block !important;
}

.shareCaption{
    float: left;
    padding-right: 10px;
    line-height: 34px;
}

.careerFairLogo{
margin-bottom: 30px;
}

.mainWrap .printPage{

padding: 30px 0;
}


#cartBackBtn, #checkoutSubmit{
  float: right;
}
#cartBackBtn{
  margin-right: 20px;
}
.purchasedProductName{
  font-weight: bold;
}
.mapRefine{
  display: none;
}

.recoveryInput{
  padding:0 20px !important;
  height:50px !important;
}
.recoveryButton{
}