.jobs-portal-listing-item-col-left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px 0px 0px;
}

.jobs-portal-listing-item-col-right {
    width: 29%;
    display: inline-block;
    vertical-align: top;
}

.jobs-portal-background {
  background-color: #fafafa !important;
}

.jobs-portal-wrapper-empty {
  background-color: #e0e0e0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  padding-top: 70px;
  /* min-height: calc(100vh + 32px); */
  margin-top: -32px;
}
.jobs-portal-content-empty {
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0,0,0, 0.3);
  width: 980px;
  max-width: calc(100% - 40px);
  padding: 80px;
  position: relative;
}
.jobs-portal-wrapper-empty b {
  color: #fa3b3b
}

.jobs-portal-content {
  padding-right: 30px;
}
.jobs-portal-title1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.jobs-portal-title2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0f3478 !important;
  font-size: 16px;
  font-weight: 900;
}
.jobs-portal-buttons-group {
  margin-bottom: 40px;
}
.jobs-portal-button {
  font-weight: bold;
  background-color: rgb(216, 53, 53);
  border-radius: 4px;
  text-align: center;
  margin: 4px 8px 4px 0;
  display: inline-block;
  padding: 10px 20px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase
}
.jobs-portal-listing-more {
  display: block;
  text-align: right;
  font-weight: bold;
}
.apply-fallback {
  height: 200px;
  padding: 50px 10px 10px 10px;
  transition: all 0.3s linear;
  position: relative;
  border: 2px dashed #e9e9e9;
  text-align: center;
}
.apply-button {
  margin-top: 60px;
  border-radius: 6px !important;
  padding: 15px 30px !important;
}
.apply-fallback input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.apply-dropzone__title {
  font-weight: bold;
  letter-spacing: -0.5;
  font-size: 16px;
  color: #535353;
  margin-bottom: 0;
}
.apply-dropzone__button {
  display: inline-block;
  background-color: #9f9f9f;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 8px;
  color: #fff;
}
.wrong-ext {
  color: red !important;
}
.jobs-portal-errrors-list {

}
.jobs-portal-errrors-list li {

}
.jobs-portal-searchform-jobs {
  /*margin: 30px 0 50px 0;*/
  margin: 33px 0px 37.5px 0px;
  padding: 26px 52px 30px 53px;
  opacity: 0.7;
  border-radius: 5px;
  background-color: #efefef;
}
/* pagination */
.jobs-portal-pagination-container {
}
.jobs-portal-pagination-title {
display: inline-block;
    color: #707070;
    font-size: 13px;
    font-family: 'raleway';
    font-weight: 400;
}
.jobs-portal-pagination {
  list-style-type: none;
  float: right;
}
.jobs-portal-pagination li {
  display: inline-block;
    margin: 0px 3px;
}
.jobs-portal-pagination li a {
display: block;
    text-align: center;
    padding: 0px 9px;
    border-radius: 15px;
    color: #707070;
    font-weight: bold;
    background-color: #ffffff;
    font-size: 10px;
}
.jobs-portal-pagination li.current a {
  color: #b20500;
}
.jobs-portal-pagination-showall {
  margin-left: 20px !important;
  text-transform: uppercase;
}
.jobs-portal-pagination-showall a {
  color: #707070 !important;
  font-size: 13px;
}

#jobs_widget_link {
 font-weight: bold;
    color: #0f3478;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-family: 'raleway-bold';
}

.jobs-portal-close-icon {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 20px;
  height: 20px;
  background: url(../img/close-icon.png) no-repeat center;
  display: block;
  text-indent: -999px;
  overflow: hidden;
}

@media screen and (max-width: 765px) {
  .jobs-portal-content {
    padding-right: 30px;
    width: calc(100vw - 28px);
  }
  .jobs-portal-listing-item-col-left {
    width: 100%;
}

.jobs-portal-listing-item-col-right {
    width: 100%;
}
.jobs-portal-searchbutton {
  width: 100% !important;
}
.jobs-portal-searchform-jobs-text-input {
  width: 100%!important;
}
}

@media screen and (min-width: 766px) {

.jobs-portal-searchform-jobs-text-input {
    width: 81% !important;
    display: inline-block !important;
    color: #707070!important;
    font-family: 'raleway-medium'!important;
    font-weight: 500!important;
    padding: 12px 6px !important;
      border: solid 1px #e4e4e4;
      font-family:'raleway-medium'!important;
      font-weight:500;
}
}



@media screen and (max-width: 450px) {
  .jobs-portal-button {
    display: block;
  }
  .jobs-portal-content-empty {
    padding: 20px;
  }
}

/**********************/
/** JOBS SEARCH FORM **/
/**********************/

.jobs-portal-searchbutton {
  /*display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto 0 auto;
  border-radius: 6px !important;*/
  display: inline-block !important;
  width: 18%;
  text-align: center;
  padding: 13px 0px !important;
  margin: 0px 0 0 0 !important;
  border-radius: 1px !important;
  background-color: #0f347a !important;
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
.jobs-portal-searchform-jobs-text-input {
  display: inline-block !important;
color:#707070;
}
.jobs-portal-search-title {
  margin: 30px 0 40px 0 !important;
}
.jobs-portal-seach-featured-listing li {
  list-style-type: none;
  margin: 0 !important;
  padding: 12px 0px !important;
  display: block;
  border-bottom: 1px solid #cdcdcd;
  font-weight: bold;
}
.jobs-portal-seach-reqular-job {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 30px;
}
.jobs-portal-seach-reqular-job:last-child {
  margin-bottom: 80px;
}


/**********************/
/**    JOBS PAGE     **/
/**********************/

.jobs-portal-job-image {
  /* max-height: 400px;
  overflow: hidden; */
}
.jobs-portal-job-image img {
  width: 100% !important;
}
.jobs-portal-date-posted {
  color: #808080;
}
.jobs-portal-more-details {
  margin-bottom: 40px;
}
.jobs-portal-more-details b,
.jobs-portal-more-details strong {
  color: #666666 !important;
}
.jobs-portal-more-details ul {
  margin-left: 20px;
}
.jobs-portal-more-details ul li {
  list-style-type: disc;
}
.jobs-portal-job-details {
  margin: 20px 0 50px 0;
}
.jobs-portal-address {
  position: relative;
  color: #939393 !important;
  font-weight: 900;
  display: inline-block;
  padding-right: 40px;
  padding-left: 20px;
  font-family: 'raleway';
  font-weight:400;
}
.jobs-portal-address::before {
  content: url(../img/pinsign.jpg);
  width: 10px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.jobs-portal-salary {
  position: relative;
  color: #939393 !important;
  display: inline-block;
  padding-left: 20px;
  font-family: 'raleway';
  font-weight:400;
}
.jobs-portal-salary::before {
  content: url(../img/dollar-sign.png);
  width: 10px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* jobs listing */
.jobs-portal-listing-item {
  margin-bottom: 40px;
  clear: both;
  border-radius: 5px;
  background-color: white;
  padding: 22px 30px 19px 19px;
}
.jobs-portal-listing-item__title {
 font-family: 'raleway-semibold'; 
  color: #313131 !important;
  font-size: 22px;
  display: block;
  font-weight: 600;
}
.jobs-portal-listing-item__company {
  color: #000;
  margin-bottom: 0;
  margin-top: -12px;
  color:#0f347a !important;
  font-family: 'raleway-semibold';
  font-weight:600; 
}
.job-portal-listing-item__button {
text-align: center;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    margin: 4px 8px 4px 0;
    padding: 8px 18px;
    background-color: #939393;
    width: 100%;
     font-family: 'raleway-semibold';
    font-weight:600;
    border-radius: 5px;
}
.listing-item__button--apply {
  background-color: #224077;
    background: none;
    border: 2px solid #0f347a !important;
    color: #0f347a!important;
    padding: 6px 18px;
    font-family: 'raleway-semibold';
    font-weight:600;
    border-radius: 5px;
    
}
.jobs-portal-listing-item__desc {
  margin-bottom: 20px;
  color: #666666;
}

.jobs-portal-listing-item.featured {
  background-color: #fffcef;
  padding: 10px;
  border: 1px solid #e0cca7;
  border-radius: 8px;
}

@media screen and (max-width: 450px) {
  .job-portal-listing-item__button {
    display: block;
  }
}