/*******CAREERS*******/
table#careers {
  border-collapse: collapse;
  width: 100%;
}
table#careers tr {
  border-bottom: 1px solid #e0e0e0;
}
table#careers tr.header {
  background: #0189c0;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 0!important;
}
table#careers tr.header td.left,
table#careers tr.header td.middle {
  border-right: 1px solid #fff;
}
table#careers tr.header td.left {
  width: 50%!important;
}
table#careers tr.body {
  position: relative!important;
  border: 1px solid #e0e0e0;
}
table#careers tr.body:nth-child(odd) {
  background: #f4f4f4!important;
}
table#careers tr.body td.left {
  height: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #0189c0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
table#careers tr.body td.middle a {
  display: none;
}
table#careers tr.body td.right {
  border-right: 1px solid #e0e0e0;
}
table#careers tr td {
  padding: 20px;
}
table#careers tr td.middle {
  width: 25%;
}
table#careers tr td.right {
  width: 25%;
  text-align: center;
}
table#careers.clickable {
  border-collapse: separate;
  border-spacing: 0 15px;
}
table#careers.clickable tr.body {
  background: #f2f2f2 !important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  border-collapse: collapse!important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
table#careers.clickable tr.body td {
  border: 1px solid #e0e0e0 !important;
}
table#careers.clickable tr.body:hover {
  cursor: pointer;
  background: #e5e5e5 !important;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
table#careers.clickable tr.body:hover a.button {
  cursor: pointer;
}
table#careers.clickable tr.body:hover a.button span {
  background: #0189c0;
}
table#careers.clickable tr.body:hover a.button:after {
  background: #1c4a64;
}
table#careers.clickable tr.body td.left {
  border-right: none!important;
}
table#careers.clickable tr.body td.right {
  border-left: none!important;
}
table#careers.clickable tr.body td.middle {
  border-right: none!important;
  border-left: none!important;
}
table#careers.clickable tr.body td.location-cell {
  padding-top: 25px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #0189c0;
}
table#careers.active-scroll tr.header {
  height: 67px!important;
  border-spacing: 0px!important;
  position: fixed;
  z-index: 100;
}
table#careers.active-scroll tr.header td {
  height: 67px!important;
}
.listing-item {
  padding: 20px;
  background: #f2f2f2;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  border: 1px solid #e0e0e0;
}
.listing-item h6 {
  font-size: 18px!important;
  padding-bottom: 0!important;
  margin-bottom: 8px!important;
  font-weight: 600!important;
}
.listing-item:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  background: #f7f7f7;
}
.career-buttons {
  margin: 20px 0 5px 0;
}
.career-buttons a.button {
  margin: 0 3px 25px 3px;
}
.dialog {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  background: white;
  padding: 30px;
  text-align: left;
  width: 90%;
  max-width: 700px;
  margin: 40px auto;
  position: relative;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  color: #535353;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.dialog img.icon {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 240px;
}
.dialog h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #0189c0;
  text-transform: uppercase;
  font-weight: 300;
}
.dialog h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #0189c0;
  font-weight: 300;
  margin-top: 30px;
}
.dialog ul {
  margin-bottom: 10px!important;
}
.dialog ul li {
  padding: 4px 0 0 20px!important;
  margin: 0 0 10px 0;
  position: relative;
}
.dialog ul li i {
  color: #f6c630;
  font-size: 8px;
  position: absolute;
  top: -3px;
  left: 0;
}
.dialog ul.center li {
  padding-left: 0!important;
}
.dialog ul.center li i {
  display: inline-block !important;
  position: relative;
  margin-right: 10px;
}

.jobs--container {
	padding: 60px 30px;
}

table#careers tr.body:nth-child(odd) {
	background: #f4f4f4 !important;
}

.table-font {
	color:#535353;
	font-size:14px;
	font-style:italic; 
	vertical-align:middle;
}

#myInput {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

#myTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 18px;
}

#myTable th, #myTable td {
	text-align: left;
	padding: 12px;
}

#myTable tr {
	border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
	background-color: #f1f1f1;
}

.fa.fa-fw.fa-sort:before {
	content: "\2195";
}

.jobs--tr {
	position: relative;
}

.jobs--link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}

@media (max-width: 767px) {
	.mobile-hide {
		display: none!important;
	}
	
	  .career-text {
    padding-top: 80px!important;
  }
  table#careers tr.header td {
    font-size: 15px!important;
    text-align: center;
  }
  table#careers tr td {
    vertical-align: middle;
    padding: 8px!important;
    text-align: center;
  }
  table#careers tr td a.button {
    font-size: 13px!important;
  }
  table#careers tr td.left {
    width: 50%;
    font-size: 15px!important;
  }
  table#careers tr td.right {
    width: 50%!important;
  }
 
}