
/******** Seleted Bootstrap 4 Components ********/
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #333;
}
h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
.small {
  font-size: 80%;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.col,
.col-md-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.btn { 
  padding: 0.375rem 0.75rem; 
}

.text-uppercase {
  text-transform: uppercase !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.container {
  padding: 1.25rem;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.5rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.bullet {
	list-style-type: disc;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-append {
    margin-left: -1px;
    display: -ms-flexbox;
	display: flex;
}
.input-group > .input-group-append > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group > .input-group-append > .input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

/******** Career ********/
.btn-fullwidth {
  width: 100% !important;
}
.sm-header {
  font-weight: bold;
  font-size: 0.875em;
}
.job-listing > .list-group-item {
  background-color: #f9f9f9;
  border-radius: 0;
  font-weight: 500;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
  padding: 0.75rem 1.25rem;
}
.job-listing > .list-group-item.featured {
  background-color: #e5e5e5;
}
.job-listing .fa-angle-right{
  font-size: 1.15rem;
  color: rgba(0,0,0,.6);

}
.job-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
	color: rgba(0,0,0,.7);
}
.job-location {
	font-size: .875rem;
	margin-top: 0;
	font-weight: 400;
	color: rgba(0,0,0,.6);
	margin-bottom: 0;
}
.badge-light {
    color: #fff;
    background-color: rgba(20,93,129,.3);
    font-size: 100%;
    padding: 0.3em 0.4em;
}
.arrow.badge {
	width: 70px;
	text-align: right;
}
.btn-primary {
    color: #fff;
    background-color: #0088cc !important;
    background-image: none;
    border-color: #0088cc;
}
.section-header {
    background-color: #dee2e6;
    margin-bottom: 0;
    padding:.5rem 1.25rem;
    font-size: 1rem;
}
.section-header > .fa-map-marker-alt {
  font-size: 1rem;
}
.fa-map-marker-alt  {
  color: #fba601;
}
.list-nobg {
  background-color: transparent;
  border: 0;
  font-size: 1rem;
  color: #333;
  font-weight: normal;
  background-image: none;
  margin: 0;
}
.list-nobg li {
  background-image: none;
  background-color: transparent;
  border:0;
  box-shadow: none;
  padding:10px 0;
  color: #333;
}
.search-job > input {
	border-right: 0
}
.search-job .input-group-append {
	border-left: 1px solid #ced4da;
}
.search-job .input-group-text {
	border-left: 0;
	border-right: 0;
	background: none;
	cursor: pointer;
}
.search-job input[type="submit"]{
	font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    font-weight: 500;
}
.search-job .icon-remove {
	color:rgba(0,0,0,.3);
}
@media screen and (max-width: 480px) {
	.search-job input[type="submit"] {  
	  margin: 0 !important;
	}
}
.is-hidden {
  display: none;
}
.text-left {
  text-align: left;
}
.styled-select {
  background: #0088cc;
  border-radius: 5px;
  padding: 0 10px 0px 0;
}
.styled-select select {
    background: transparent;
    border: none;
    font-size: 16px;
    height: 35px;
    width: 100%;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}
.styled-select:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 70%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    pointer-events: none;
}
select::-ms-expand {
    display: none;
}
.styled-select option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    color: #000;
    line-height: 1.5;
}
.page-title {
    font: bold 18px Helvetica;
    text-shadow: rgba(255,255,255,.8) 0 1px 0;
    color: rgb(76, 86, 108);
    padding: 10px 10px 10px 10px;
    background-color: #ccc;
    background-image: -moz-linear-gradient(top, #e2e2e2, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#ccc));
    background-image: -webkit-linear-gradient(top, #e2e2e2, #ccc);
    background-image: -o-linear-gradient(top, #e2e2e2, #ccc);
    background-image: linear-gradient(to bottom, #e2e2e2, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#ccc', GradientType=0);
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    border-top: 1px solid #fff;
    margin:0;
}
.jobtitle {
	font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.jobdesc h5 {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 2rem;
}
.jobdesc ul {
	border:0;
	margin:0;
}
.jobdesc li {
	border:0;
	background: #fff;
	background-image:none;
	box-shadow: none;
	padding: 0;
	font-weight: normal;
	margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1rem;
  color:#212529;
  list-style: disc;
  overflow: visible;
  margin-left: 15px;
}
.jobdesc .list-unstyled > li {
    list-style: none;
    margin-left:0;
}
.byRegion {
	font-size: 0.875rem;

}
.byCity {
	font-weight: normal
	
}
.submitted > .fa-check-circle {
	color: green;
	display: block;
	font-size: 2rem;
}
.career {
	background: #fff;
}