@media screen and (min-width: 40em) {

  .left-column {
    width: 73.125%;
    float: left;
    padding-right: 1em;
  }

  .right-column {
    width: 26.875%;
    float: right;
    padding-left: 1em;
  }
}

/* Hide the  search and folter titles on subscribe page only */
.careers-subscribe .right-column-box:not(.login-buttons) {
  display: none !important;
}

/* Single image slider */
.c-vegas-slider__container {
  background-image: url(/jobs/pageup/images/make-history-2.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size: cover;
}
	
.c-vegas-slider__container a {
  width: 100%;
}

/* Recapture */
.g-recaptcha {
  margin-bottom: 1em;
}

/* Seacrh result and recent jobs tables */
/* YOLO: this is why we use SCSS */

#job-mail-content {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

#search-results table,
#search-results tbody,
#search-results tr,
#search-results td,
#recent-jobs table,
#recent-jobs tbody,
#recent-jobs tr,
#recent-jobs td {
  display: block !important;
  background-color: transparent !important;
  border: 0 !important;
}

#job-mail-subscribe,
#search-results table td,
#recent-jobs table td {
  margin: 0 0 1rem;
  padding: 2rem 1rem 1rem !important;
  background: #f1f1f1 !important;
  overflow: hidden;
}

#job-mail-subscribe {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  #job-mail-subscribe,
  #search-results table td,
  #recent-jobs table td {
    padding: 3rem 2rem 2rem !important;
  }
}

#search-results table tbody,
#search-results table tfoot,
#search-results table thead,
#search-results table tr,
#search-results table td,
#recent-jobs table tbody,
#recent-jobs table tfoot,
#recent-jobs table thead,
#recent-jobs table tr,
#recent-jobs table td {
  background: none;
  border: 0;
  padding: 0;
}

/* Button base */
#job-mail-trigger,
.job-link,
.position-description-link,
.back-link,
#jobs-form #job-mail-subscribe-button,
.apply-link {
  display: inline-block !important;
}

.more-link,
#job-mail-trigger,
.job-link,
.position-description-link,
.back-link,
#jobs-form #job-mail-subscribe-button,
.apply-link {
  vertical-align: middle !important;
  margin: 0 0 1rem 0 !important;
  font-family: inherit !important;
  padding: 1em 1.5em !important;
  -webkit-appearance: none !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: background-color .25s ease-out,color .25s ease-out !important;
  font-size: .9rem !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  background: none !important;
  box-shadow: none !important;
}

/* Hollow dark buttons */
.job-link,
.back-link {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: transparent !important;
}

.job-link:hover,
.job-link:focus,
.back-link:hover,
.back-link:focus {
  text-decoration: none !important;
  border-color: #8a8a8a !important;
  color: #000 !important;
}

/*  Primary buttons */
.apply-link,
.more-link {
  background-color: #005a9c !important;
  color: #fff !important;
}

.apply-link:hover,
.apply-link:focus,
.more-link:hover,
.more-link:focus {
  text-decoration: none !important;
  background-color: #004d85 !important;
  color: #fff !important;
}

/* Secondary buttons */
#jobs-form #job-mail-subscribe-button {
  background-color: #d40000 !important;
  color: #fff !important;
}

#jobs-form #job-mail-subscribe-button:hover,
#jobs-form #job-mail-subscribe-button:focus {
  text-decoration: none !important;
  background-color: #a00 !important;
  color: #fff !important;
}

/* Success buttons */
#job-mail-trigger,
.position-description-link {
  background-color: #dde5ee !important;
  color: #0a0a0a !important;
}

#job-mail-trigger:hover,
#job-mail-trigger:focus,
.position-description-link:hover,
.position-description-link:focus {
  text-decoration: none !important;
  background-color: #a0b6cf !important;
  color: #0a0a0a !important;
}

/* Button adjustments */
.job-link {
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
}

#job-mail-subscribe-button {
  margin-bottom: 0 !important;
}

.more-link {
  display: block;
}

.more-link .count {
  color: #fff !important;
}

/*  Remove dynamic icons */
#social-media a .fa:before {
  content: none;
}

/* Right column filter form */
.right-column input {
  margin-bottom: 0.5em;
}

.right-column-box {
  margin-bottom: 2em;
}

.right-column-box h2,
.filter-group-title {
  text-transform: uppercase;
  font-weight: 800;
}

.right-column-box h2 {
  font-size: 1.1rem;
}

.right-column-box h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.right-column-box label {
  font-size: 0.9rem;
}

.right-column-button {
  text-align: left;
}

.right-column-button-text {
  font-size: 0.9em;
  text-transform: none;
  
  font-family: "Open Sans", sans-serif;
  font-style:italic;
  font-weight: 300;
	
}

input[type=text],
input[type=email] {
  background: #fff !important;
  padding: .5rem !important;
  border: 1px solid #cacaca !important;
  font-size: 1rem !important;
  width: 100% !important;
}

input[type=text]:focus,
input[type=email]:focus {
  border: 1px solid #8a8a8a !important;
}

.filter {
  list-style-type: none;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.filter-wrapper {
  border-bottom: 1px solid #acacac !important;
  padding-bottom: 1em !important;
  margin-bottom: 1em !important;
}

.filter li {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.filter label {
  display: inline;
}

.filter input {
  margin: 0 !important;
  float: none !important;
  line-height: initial !important;
}

.filter-group {
  margin-bottom: 1em;
}

.filter-group:last-child {
  margin-bottom: 0;
}

.filter-group-title {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #555;
}

.filter-group-title:empty {
  margin-bottom: 0;
}

/* Suscribe page search filters */
#jobalert-search-filters .filterPane:first-child {
  padding-right: 2rem;
}


/* Little count number next to each filter */
.count {
  color: #005a9c !important;
  font-size: 1em  !important;
  font-weight: bold;
}

.count:before {
  content: '(';
}
.count:after {
  content: ')';
}

/* addThis social icons */
#social-media {
  margin-bottom: 1em;
}

#social-media a {
  margin-bottom: 0;
}

/* Add some font icons */
.back-link:before,
.employee-referral-link:before,
#job-mail-trigger:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571em;
  text-align: center;
  margin-right: 5px;
}

#job-mail-trigger:before {
  content: "\f003";
}
.employee-referral-link:before {
  content: "\f2bd";
}

.back-link:before {
  content: "\f060";
}





/* ============================================================= */
/* Styles for subscribe page only */
/* Additional spacing on form elements */
/* ============================================================= */
.careers-subscribe .email-input, 
.careers-subscribe .keywords-search,
.careers-subscribe #jobalert-search-filters {
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Left filter columns */
@media screen and (min-width: 40em) {
  .careers-subscribe .filterPane {
    float: left; 
    width: 50%;
  }
}

/* Display none some elements */
.careers-subscribe .keywords-search label,
.careers-subscribe #Search-section, 
.careers-subscribe #filters-section, 
.filterboxes, 
#loc-group ul.filter,
.careers-subscribe #job-mail div.checker,
.careers-subscribe #search-panel,
.heading,
.careers-subscribe #jobmail-link-panel,
.careers-subscribe #filters-panel { 
  display: none; 
}

/* Add dropdown font icons */
.careers-subscribe #jobalert-search-filters h2,
.careers-subscribe #loc-group .filter-group-title {
  position: relative;
  cursor: pointer;
}

.careers-subscribe #jobalert-search-filters h2 {
  padding-left: 25px;
  font-size: 1.7rem;
}

.careers-subscribe #loc-group .filter-group-title {
  padding-left: 20px;
}

.careers-subscribe #jobalert-search-filters .filter-wrapper {
  border: 0 !important;
  padding-bottom: 0 !important;
}

.careers-subscribe #jobalert-search-filters h2:before,
.careers-subscribe #loc-group .filter-group-title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571em;
  text-align: center;
  margin-right: 5px;
  content: "\f078";
  position: absolute;
  left: 0;
  color: #999;
}

.careers-subscribe #jobalert-search-filters h2:before {
  top: 7px;
  font-size: 15px;
}

.careers-subscribe #loc-group .filter-group-title:before {
  top: 4px;
  font-size: 10px;
}

.careers-subscribe #jobalert-search-filters .filterboxes {
  padding-left: 20px;
}

/*  Space the buttons and captcha */
.careers-subscribe #jobalert-search-buttons .back-link {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* Adjust space for filters */
.careers-subscribe #jobalert-search-filters .filter-group {
  margin-bottom: 0;
}

.careers-subscribe #jobalert-search-filters .filter-wrapper ul {
  margin-bottom: 1rem !important;
}
