/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {height: 100%;}
a { text-decoration:none;
color:#d84645;
}

/* MAIN PAGE STYLES */
.premium-jobs-list .job-link:after,
body, input, textarea,button, select {
/*font-family: 'Montserrat', sans-serif;*/
/*font-family: "skolar-sans-latin",sans-serif;*/
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/*font-family: 'Source Sans Pro', sans-serif;*/
}

body {
  /*font-family: 'Merriweather', serif;*/
  
  position: relative;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  
  background:#fff;
}

.pagination,
.job-short-description,
 h2, input[type=text] {
  /*font-family: 'Merriweather', serif;*/
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:#2d2222;
    
}

.ft-chnk-txt { margin-bottom:10px; font-size:14px; line-height:1.4em;}

#footer-logos {
  background:#e7e7e7 ;
  padding:0px 0 0;
}

#footer-logos .content { padding:40px 0;}

#foot-logos-aft { text-align:center; background: #F9EEB9;
color:#000;
font-size:18px;
padding:25px 0;
font-weight:bold;
}

#ft-post-a-job-btn { display:inline-block; vertical-align:middle; margin-left:10px;}

#footer-logos img { display:block; max-width:100%;}

#footer-wrap {

    padding:45px;
    
}

.clr { clear:both;}

.copy {  font-size:12px;}

.content { max-width:1140px;  margin:0 auto; }

#header { 
  position:relative;
  background:#2d2222;
  height:240px;
}

#mobile-menu-btn {
    font-size: 32px;
    position: absolute;
    color: #F9EEB9;
    display: none;
}


.hamburger-to-close {
  width: 26px;
  height: 33px;
  cursor: pointer;
}
.hamburger-to-close:before, .hamburger-to-close:after {
  content: '';
}
.hamburger-to-close .hamburger-middle, .hamburger-to-close:before, .hamburger-to-close:after {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #F9EEB9;
  border-radius: 10px;
}
.hamburger-to-close .hamburger-middle {
  top: 50%;
  margin-top: -2px;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
.hamburger-to-close:before {
  top: 7px;
  -webkit-transition: top 200ms ease 200ms, -webkit-transform ease 200ms;
  transition: top 200ms ease 200ms, -webkit-transform ease 200ms;
  transition: top 200ms ease 200ms, transform ease 200ms;
  transition: top 200ms ease 200ms, transform ease 200ms, -webkit-transform ease 200ms;
}
.hamburger-to-close:after {
  bottom: 8px;
  -webkit-transition: bottom 200ms ease 200ms, -webkit-transform ease 200ms;
  transition: bottom 200ms ease 200ms, -webkit-transform ease 200ms;
  transition: bottom 200ms ease 200ms, transform ease 200ms;
  transition: bottom 200ms ease 200ms, transform ease 200ms, -webkit-transform ease 200ms;
}
.opened-mode.hamburger-to-close .hamburger-middle {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 200ms ease 200ms;
  transition: -webkit-transform 200ms ease 200ms;
  transition: transform 200ms ease 200ms;
  transition: transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
}
.opened-mode.hamburger-to-close:before {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top ease 200ms, -webkit-transform 200ms ease 200ms;
  transition: top ease 200ms, -webkit-transform 200ms ease 200ms;
  transition: top ease 200ms, transform 200ms ease 200ms;
  transition: top ease 200ms, transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
}
.opened-mode.hamburger-to-close:after {
  bottom: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom ease 200ms, -webkit-transform 200ms ease 200ms;
  transition: bottom ease 200ms, -webkit-transform 200ms ease 200ms;
  transition: bottom ease 200ms, transform 200ms ease 200ms;
  transition: bottom ease 200ms, transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
}

#m-side-menu {
 -webkit-transition: left .2s linear;
 -moz-transition: left .2s linear;
 -ms-transition: left .2s linear;
 -o-transition:  left .2s linear;
 transition: left .2s linear;
}

#m-side-menu {
    position: fixed;
    width: 165px;
    height: 100%;
    background: #222;
    left: -165px;
    top: 0;
    overflow: auto;
    z-index: 20;
}

.m-cat-mode #m-side-menu {
    left: 0;
}

#m-side-menu a {
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #444;
    font-weight: bold;
    
    color:#Fff;
    font-size:13px;
}



#search-btn { display:none;}

#main-content:after,
#footer-blocks:after,
#top-search-form:after,
#footer-nav:after,
.form_row:after,
#top-bar:after {
  content:"";
  display:block;
  clear:both;
}

#top-bar {
  background: rgba(0,0,0, 0.5);
  
  padding:10px;
}

#top-bar, #top-nav { font-size:13px; }


#footer-copy-cont { border-top:1px solid rgba(255,255,255,0.1); padding-top:20px; margin-top:40px;}

.footer-block {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


#footer-about-block { width:45%; padding-right:100px;}
#footer-nav-block,
#footer-tags-block { width:15%;}

.footer-nav-links > div { margin-bottom:10px; }

.footer-block .section-title {
    
    font-size: 13px;
    font-weight:bold;
    margin-bottom:10px;
    text-transform: uppercase;
    color:rgba(255,255,255,0.7);
}

#footer,
.footer-block a { /*color:#848687;*/ color:rgba(255,255,255,0.5);}

.footer-block a:hover {  color:#F9EEB9;}
.footer-nav-links a { font-size:14px;}

.mini-social {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.mini-fb-like, .mini-soc-fb {
    display: inline-block;
 
    position: relative;
    z-index: 5;
    
    
}

#foot-social .mini-fb-like { margin-right:10px;}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

#introblock {
    line-height: 1.4em;
    font-size: 14px;
}

#introblock a { text-decoration:underline;}

#footer-nav { margin-bottom:10px; font-size:13px;}

#footer-nav a,
#top-bar, #top-bar a { color:#848687;}

#top-bar a  { opacity:0.9;}
#top-bar a:hover { opacity:1;}

#top-bar-txt { float:left;}
#top-nav { float:right; }
#top-nav a { display:inline-block; margin-left:10px;}
#footer-nav a { display:inline-block; margin-right:20px;}

#footer-nav a:hover,
#top-bar-txt a:hover,
#top-nav a:hover { color:#f9edbc;  }

.price-info { margin-top:20px; font-size:20px;
 background:#d84645;
 color:#fff;
 padding:10px 20px;
 display:inline-block;
}

.frame-body #top-content { display:none;} 
.frame-body #header { height:auto;}
.frame-body #main-content { margin-top:0; max-width:none;}
.frame-body #main-wrap { padding-bottom:0px; }


/*.frame-body #main-content { margin-top:40px; max-width:none;}*/

#iback-header {
  padding:20px;
  text-align:center;
  background:#d84645;
  font-size:20px;
  font-weight:bold;
   color:#fff; 
}

#iback-header:hover {
   background: rgba(216, 70,69, 0.9);
}

#iback-header a { color:#fff; }
#iback-header a:hover { text-decoration:underline;}

#top-content { margin-top:60px; position:relative;}
#logo { 
  display:inline-block;
  width:320px;
  height:70px;
  background: url(images/logo3.png) no-repeat;
  background-size:contain;
  position:relative;
  top:-8px;
}

.form-btn,
.pagination .next-btn, .pagination .prev-btn,
#post-a-job-btn {

 background-color:#d84645;
 
 line-height: 1.2;
     font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 12px 15px;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
        border: 0;
    transition: color .1s, background-color .1s, border-color .1s;
        vertical-align: middle;
    white-space: nowrap;
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
        outline: none;
        text-align:center;
 
}

.form_note { margin-left:150px; }

.form-btn:hover,
.pagination .next-btn:hover, .pagination .prev-btn:hover,
#post-a-job-btn:hover {
 background-color:#c84b4c;
}

#post-a-job-btn {
 position:absolute;
 right:0; top:-1px;
 width:120px;
}

.pagination .next-btn, .pagination .prev-btn { padding:10px 30px; margin:0 10px;}


#top-search-wrap { position:absolute;
left:0; right:0;
bottom:-40px;
}

#top-search-form { 
   padding:20px 20px;
   background:#d84645;
   position:relative;
}

#close-search-btn { 
  position:absolute;
  background: url(images/close.svg) no-repeat;
  width:24px;
  height:24px;
  top:50%;
  margin-top:-11px;
  right:25px;
  opacity:0.3;
  background-size:contain;
  display:none;
}

#close-search-btn:hover {
  opacity:0.6;
}

#location-field,
#search-field { 
  border:none;
  width:100%;
  border-radius:5px;
  font-size:16px;
  line-height:1em;
  height:44px;
  padding:2px  10px 0;
  outline:none;
}

#location-field { padding-left:35px;}

.location-field-wrap, 
.search-field-wrap
{ float:left; width:25%;  position:relative;}

.location-field-wrap:before { background:url(images/location.svg) no-repeat; 
 left:5px;
 top:10px;
 width:25px;
 height:25px;
 opacity:0.3;
 content:"";
 position:absolute;
 background-size:cover;
 -webkit-background-size:cover;
 -moz-background-size:cover;
 
}

.search-field-wrap { width:75%; padding-right:20px;}

.autocomplete-wrap { position:absolute; top:40px; width:100%; left:0; display:none; 

}

.autocomplete {border:1px solid #eee;
border-top:none;
background:#fff; margin:0 0px;}

.autocomplete > div { padding:7px 10px; font-size:16px; cursor:pointer;}
.autocomplete > div.active,
.autocomplete > div:hover { background:#f5f5f5;}

.hid { display:none;}

#main-content { margin-top:100px;}

#main-wrap:after,
#main-content:after { content:""; clear:both; display:block;}

.confirm-body #main-content,
.job-body #main-content,
.card-body #main-content,
.post-job-body #main-content { max-width:750px;}

.confirm-body #jobs-sidebar,
.job-body #jobs-sidebar,
.card-body #jobs-sidebar,
.post-job-body #jobs-sidebar {
 display:none;
}

.confirm-body #wpc,
.job-body #wpc,
.card-body #wpc,
.post-job-body #wpc { padding-right:0;  } 



.c-center { text-align:center;}



.sb-criteria-group { margin-bottom:20px; padding-bottom:20px;
border-bottom:1px solid #dadada;
}


.sb-criteria-group:last-child  { border-bottom:none; padding-bottom:0; margin-bottom:0;}

.sb-criteria-title { font-weight:bold; margin-bottom:10px; font-size:13px; text-transform:uppercase;}
#ft-prelogos-title { color:#000; margin-bottom:20px; opacity:0.7; }

.sb-criteria-row { font-size:14px; line-height:1.58em; text-transform:capitalize;}
.sb-radius-lnk.selected { font-weight:bold;} 
.sb-criteria-row a, .sb-criteria-row { color:#666;}
.sb-criteria-row a.selected { font-weight:bold;}

.sb-criteria-row:hover label,
.jt-radio:checked + span { font-weight:bold;}

.sb-criteria-row a:hover { color:#000; text-decoration:underline;}
.sb-criteria-row label:hover { color:#000;}
 

#jobs-wrap { }

#wpc { float:left; width:100%; padding-right:300px; }

#jobs-sidebar { float:right; margin-left:-100%;
width:240px;
background:#f5f5f5;
padding:20px 20px 20px 30px;
}

#main-wrap { padding-bottom:calc(440px + 336px);}

.premium-jobs-list,
.jobs-list { margin:0 -20px;}



.job-row-wrap { 
padding:0px 20px;
}

.job-row {
  padding:15px 0;
  position:relative;
}

/*.premium-jobs-list .job-row { background:#FFFBE9; }*/

.premium-jobs-list .job-row:after,
.job-row-wrap:last-child .job-row:before,
.job-row:after { top:-1px; height: 1px; 
background:#eee; 
background:#e4e4e4;
position:absolute; left:0; width:100%; content:""; z-index:2;}

.job-row-wrap:last-child .job-row:before { top:auto; bottom:-1px;}


.post-job-section-sep { border-top:1px solid #e4e4e4; margin-bottom:20px;}

.job_card_type21 { padding-top:20px;}



/*
.premium-jobs-list .job-link:after { color:#F9EEB9; display:inline-block; margin-left:10px;
  background:#2d2222;
  color:#F9EEB9;
  padding:3px;
  font-size:11px;
  line-height:1em;
  content:"Sponsored";
  text-transform:uppercase;
  vertical-align:middle;
 }
*/ 

/*.premium-jobs-list .job-row-wrap:hover { background:#FFFBE9;  }*/
.job-row-wrap:hover { background: #f5f5f5;}

.premium-jobs-list .job-row-wrap:hover .job-row:after ,
.job-row-wrap:hover + .job-row-wrap .job-row:after,
.job-row-wrap:last-child:hover .job-row:before,
.job-row-wrap:hover .job-row:after { left:-20px; width:100%; padding:0 20px; }

.job-row-new { padding-right:80px;}

.job-premium,
.job-new { position:absolute; right:0; top:50%;
margin-top:-13px;
font-size:12px;
color:#fff;
border-radius:5px;
padding:6px 7px;
background:#4776d5;
background:#d84645;
text-transform:uppercase;
display:inline-block;

}

.job-premium { background:#F9EEB9;
  color:#2d2222;}

.job-short-description { margin-bottom:10px; color:#666; line-height:1.4em; font-size:15px;
color:#222;
overflow:hidden;
 display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.job-title { margin-bottom:5px; font-weight:bold;}
.job-link { font-size:18px; color:#000; line-height:1.3em;
color: #3567cd;

}
.job-link:hover { text-decoration:underline;}

/*#jobs-sidebar,*/
#post-a-job-btn,
.job-link {
/*font-family: 'Source Sans Pro', sans-serif;*/
}

.job-rdetails { color: #d84645; font-size:12px; text-transform:uppercase; }
.job-company {  color: #3ab373;}
.job-location { /*color: rgba(0,0,0,0.5);*/ color:#999; text-transform:uppercase; }


.page-title{ font-size:25px; 
/*border-bottom:3px solid #d84645;
padding-bottom:5px;
*/                  
padding-bottom:20px;
/*border-bottom:1px solid #eee;*/
/*padding-top:20px;     
border-top:1px solid #eee;
*/

font-weight:bold;
color:#222;

/*color:#d84645;*/
/*text-transform:uppercase;*/

}

.post-job-body .page-title,
.card-body .page-title,
.page-body .page-title { border-bottom:1px solid #e4e4e4; padding-bottom:15px; margin-bottom:20px;}

#post_job_content {
    font-size: 16px;
    color: #000;
    line-height: 1.6em;
}

#post_job_content a:hover  { text-decoration:underline; }

.page-content img { max-width:100%;}


.page-content strong { font-weight:bold;}

.page-content ul,
.page-content ol,
.page-content p{ padding-bottom:15px;}


.about_spacer {
    clear: both;
    height: 15px;
    margin-bottom: 20px;
}

.about_point {
    
}

.about_point_title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}




.contactform_row {
    padding: 15px 0;
}


.contact_form_label {
    float: left;
    width: 80px;
    margin-right: 10px;
    text-align: left;
    line-height: 30px;
    vertical-align: middle;
}

.form_field input, input[name=trnCardCvd] {
    font-size: 16px;
    height: 30px;
    vertical-align: bottom;
}

input[name=trnCardCvd],
.form_field input, .form_field textarea {
    border: 1px solid #ddd;
    outline: none;
    
 
}

/*
.form-btn {
    display: inline-block;
    background-color: #d84645;
    color: #fff;
    font-size: 15px;
    padding: 10px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    border:none;
    
}
*/



/* PAGINATION */
 
 #pagination {  text-align:center; position:absolute; bottom: -50px; left:0; width:100%;}
 .pagination { color:#737a8c; position:relative;}
 /*.pagination .next-btn,
 .pagination .prev-btn,*/
 .pagination a, .pagination .current {
 display:inline-block; 
 font-size:18px;
 border-radius:2px;
 -webkit-border-radius:2px;
 -moz-border-radius:2px;
 min-width:36px;
 padding:8px;
 /*border:1px solid #fff;*/
 box-sizing:border-box;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 font-weight:normal;
 margin:0 0px;
 color:#a4a8b3;
 text-align:center;
 
 -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
-moz-transition: background 0.3s, color 0.3s,border 0.3s;
transition: background 0.3s, color 0.3s,border 0.3s;


}
  
  /*
  .pagination .next-btn,
  .pagination .prev-btn {  text-transform:uppercase; 
  background:#d84645;
  color:#fff;
   }
   */
   
   .pagination .next-btn:hover,
  .pagination .prev-btn:hover { opacity:0.9;} 
  
  /*
  .pagination .next-btn { position:absolute; right:0;}
  .pagination .prev-btn { position:absolute; left:0;}
  */

.pagination .icon-left, .pagination .icon-right { font-size:15px;}
 
 
 .pagination a:hover, .pagination  .current {
  background:#d84645;
  color:#fff;
  /*border:1px solid #d84645;*/
 }

 
 #pagination-wrap {  text-align:center; margin-top:30px; margin-bottom:10px;}
 
 
 /* POST JOB */
 
 .listing-info { font-size:16px; margin-bottom:20px; margin-top:-10px;
 line-height:1.5em;
 /*padding-bottom:20px;
 border-bottom:#e4e4e4 1px solid;
 */
 }
 
 #postjob_progress2 {
    
    height: 15px;
    margin-top: 10px;
}

#postjob_progress_titlesB {
    margin: 5px 0 30px 0;
    font-size: 14px;
    color: #d84645;
}

#postjob_progress_title_1B {
    width: 238px;
    display: inline-block;
}

#postjob_progress_title_2B {
    width: 210px;
    display: inline-block;
    margin-left: 0;
}

#postjob_progress_title_3 {
    width: auto;
    display: inline-block;
    margin-left: 0;
}

.post_job_title {
    font-size: 28px;
    padding: 25px 0 20px 0px;
}


.job_card_content, #job_type_block2 {
    margin: 5px 0px;
    width: auto;
}

#job_type_block2 { margin-bottom:20px;     white-space: nowrap; }
#job_type_block2 label { font-weight:bold; text-transform:uppercase; font-size:13px;}

.form_row {
    padding: 10px 0;
    position:relative;
    clear:both;
}

.form_label {
    float: left;
    width: 135px;
    margin-right: 20px;
    text-align: right;
    line-height: 30px;
    vertical-align: middle;
    font-weight:bold; text-transform:uppercase;
    font-size:13px;
}

.card-body .form_label { width:165px;}

.form_field input {
    
    height: 30px;
    vertical-align: bottom;
    padding-left:10px;
    
}

.form_field input,
.form_field textarea {
width:595px;
margin:0;
color:#000;
}

#contact_card_form .form_field input { width:460px;}
#contact_card_form .form_field textarea { width:454px;} 

#card-element,
.card-body .form_field input { width:560px; display:inline-block;}

#card-element { border:1px solid #ddd; padding:0 10px; }
#card-errors{ color:#f00;}

.form_field input,
.form_field textarea,
.form_field select {
font-size: 17px;
}

.form_field textarea { width:589px;}
#job_desc  { height:400px; width:589px;}

#application_desc { height:30px; width:589px;}

.form_field input, .form_field textarea {
    border: 1px solid #ddd;
    outline: none;
    
    
}

.form_field .invalid { border:1px solid #f00;}

.form_note {
    font-size: 12px;
    color: #666;
    margin-left: 155px;
    display: block;
    margin-top: 0;
}

.form_note_side {
    font-size: 12px;
    color: #666;
    line-height: 30px;
    vertical-align: middle;
}


#fulltime_block2, #freelance_block2 {
    height: 50px;
}

.type_left {
    float: left;
    width: 160px;
}

.job_type_title, .job_type_title_ie {
    font-size: 24px;
    font-weight: 100;
    color: #035e8d;
    text-align: center;
}

.job-type-price {
    font-size: 18px;
}

.job_price {
    font-style: italic;
    color: #d84645;
    font-size: 12px;
}

.type_desc {
    float: left;
    font-size: 13px;
    line-height: 17px;
    width: 290px;
    margin-left: 20px;
}

.select_wrap {
    float: right;
    text-align: center;
    margin-top: 10px;
}



.job_title {
	padding: 0;	
	
	color: #000;
  font-size:36px;
  line-height:1.3em;
	margin-top:2px;
}

h1.job_title { margin-bottom:10px;}

#application_title {
	font-size: 28px;	
	padding: 0;
	margin: 0 0 10px 0;
}

.jt { font-weight:bold;
font-size: 18px;
	line-height:22px;
}

.job_company {
  font-family:Georgia;
	line-height: 25px;
	display: inline-block;
	width: 555px; /*300px */
	font-size: 14px;
	vertical-align:top;
	color: #666; /*#a5a5a5;*/
  font-weight:normal;
}

.job-place {color:#b1b1b1; }

.job_location {
	display: table-cell;
	width: 155px;
	padding-left: 10px;
	font-size: 13px;
	color: #000;
	vertical-align:middle;
	padding-top:10px;
	color: #000;
	line-height: 22px;
	white-space:nowrap;
}

.job_type {
	display: inline;
}

.job_type_description {
	margin-top: 20px;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	height: 115px;
}

.job_type_description ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 5px;	
}

.job_type_description li {
	background: url(../images/arrow.png) left 3px no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
		
}


.job_info {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #000;
  
}

.job_info #company_name {
text-transform:uppercase;
}

.job_info a {
	color: #3ab373;
	text-decoration: none;
}

.job_info a:hover {
	text-decoration: underline;
}

.job_info2 {
	margin-top: 10px;
	color: #000;
	padding-right:40px;
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}

.job_info_sep {
	color: #b3b1b1;
}

#review_intro {
	margin: 20px 0;	
	font-size: 15px;
	color: #000;
	line-height: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dee8ed;
	padding: 10px;
	background-color: rgb(233,242,250);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, rgb(255,255,255)),
		color-stop(1, rgb(222,231,239))
		);
	background-image: -moz-linear-gradient(
		center top,
		rgb(255,255,255) 0%,
		rgb(222,231,239) 100%
		);
}

#job_details {
	margin: 30px 0;
	font-size: 16px;
	
	line-height: 1.6em;
}

#job_details a:hover { text-decoration:underline;}

#job_details  ul {
list-style-type: disc;
margin-left:10px;
}

#job_details  ul > li { margin:15px 15px 0px 0; }

.details_icon {
	display: block;
	width: auto;
	padding: 0;
	border-bottom: 1px solid #b7b7b7;
	height: 43px;
	line-height:43px;
	vertical-align:middle;
	/*margin-top: -4px;*/
}

.details_icon_top {
	display: block;
	width: auto;
	padding: 0;
	border-top: 1px dotted #b7b7b7;
	height: 43px;
	line-height:43px;
	vertical-align:middle;
	/*margin-top: -4px;*/
}



#details_application {
	margin-top: 30px;
	padding: 20px 20px 20px 20px;
	
	border-radius:5px;
	background-color: #F9EEB9;
}

.summary-table { width:100%; margin-top:20px;}

.form_checkbox {
	margin-right: 10px;
	float: left;
	width: 20px;
}

.job_card_content_agree { margin-bottom:20px;}

.form_checkbox_label {
	margin-top: -1px;
	margin-left: -5px;
}

.input-hidden { display:none;}

#post_job_content p { padding-bottom:30px;}

.form-as-btn { display:inline-block;}

.summary-table td { padding:15px 5px; border-bottom:1px solid #eee;}
.summary-table-head-row {}


.checkoutblockleft {
    /*float: left;
    width: 50%;
    border-right: 1px solid #efefef;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right:10px;
    */
}

.checkoutblockright {
    /*
    float: right;
    width: 50%;
    padding-left:20px;
    position: relative;
    */
    margin-top:40px;
}

.card-notices {
    margin: 20px 0;
    font-size: 11px;
    color: #b1b3b6;
    line-height: 15px;
}

.card-column-title {
    /*color: #393939;*/
    font-weight: bold;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 20px;
}

#process-card-form td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.checkoutblockleft td, .checkoutblockright td {
    padding: 5px 0;
    font-size: 15px;
}

#process-card-form select, #process-card-form input[type="text"], #process-card-form input[type="textbox"] {
    /*
    border: none;
    outline:none;
    margin-left: 0px;
    
    padding: 0px 2px;
    height:30px;
    font-size: 15px;
    */
}

#process-card-form input[type="textbox"], #process-card-form input[type="text"] {
    /*width: 250px;*/
}

.what-link {
    font-size: 11px;
    font-weight: normal;
    color: #888;
}

#what-cvd-tip {
    width: 400px;
    padding: 10px;
    display: none;
    position: absolute;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    color: #888;
    border: 1px solid #E2DAEB;
    font-size: 11px;
}


/* RESPONSIVE */

@media screen and (max-width:1152px ){
 #main-content,
 #top-content { padding-left:20px; padding-right:20px;}
 #post-a-job-btn { right:20px;}
 
 .form_note { margin-left:0;}
 
 .form_label { text-align:left; width:auto; float:none;}
 .form_field input, .form_field textarea { max-width:100%;}
 .c-center { text-align:left;}
}

@media screen and (max-width:798px ){
  #wpc,
  #jobs-wrap { padding-right:0!important; float:none!important;}
  #jobs-sidebar { display:none;}
  
  #job_type_block2 {     white-space: normal; }
  
  .footer-block {
     float:none;
     width:auto!important;
     padding-right:0!important;
  }
  
  #footer { position:relative; text-align:Center; padding:0px 0;}
  #footer-wrap { padding:20px;}
  #main-wrap { padding-bottom:40px;}
  
  .footer-block .section-title,
  #footer-about-block,
  #footer-tags-block,
  #home-searches-content {
  display:none!important;
  }
  
  .footer-nav-links > div { display:inline-block; margin:0 10px;}
  
  #footer-nav-block { margin-bottom:20px;}
}

@media screen and (max-width:720px ){
  #post-a-job-btn,
 #top-bar { display:none;}
 #header { height:auto;}
 #top-content { margin-top:0px; padding:20px 20px; text-align:left;}
 #top-search-wrap { bottom:0; position:relative;}
 #logo { top:5px; width:240px; height:46px;}
 #main-content { margin-top:20px;}
 .ft-chnk-txt { display:none;}
 
 .location-field-wrap{width:40%;} 
 .search-field-wrap {width:60%;}
 
 #mobile-menu-btn { display:block; top:25px; right:20px;}
 
 .dsktp-txt,
 #footer-logos .content { display:none;}
 
 .footer-nav-links { line-height:1.5em;}
 
 #footer-copy-cont { margin-top:20px;}
 
 .page-title {font-size:24px; line-height:1.3em;}
}

@media screen and (max-width:667px ){
 
   
 
 
}