body div.body {
  /* max-width: 1200px; */
  margin-left: auto;
  margin-right: auto;
}

.navigation {
  float: right;
}

.navigation .nav li li {padding: 0;}

#pup-aside {
  float:right;
  width: 240px;
}

.filter input {
  float: left;
  margin-right:6px;
}

.customstay-in-touch {
  display: block;
  clear: both;
}

#pup-content {
  float: left;
  width: 600px;
  margin-right: 15px;
}

.tm-totop-scroller {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    box-sizing: initial;
    color: #444;
    color: #fff;
    text-align: center;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    background-color: #006598;
    padding: 10px;
    border-radius: 3px;
    opacity: 1;
}

.tm-totop-scroller:after {
    content: "\f077";
    font-family: "FontAwesome";
}


.bottom-b-wrapper {
    background-color: #f4f6fa;
}

.footer {
  background: #575756;
}

.footer p {
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
}

.footer .container-fluid {
  text-align: center;
}

.footer .nav {
  margin: 0 auto;
  display: inline-block;
  margin: 20px 0;
}

.footer .nav li {
  display: inline-block;
  padding-left: 10px;
  margin-top: 10px;
}

.footer .nav li a {
 color: #ffffff;
 line-height: 24px;
  font-size: 16px;
}

.footer .nav li a:hover {
 background: none;
  color: #EBEDF7;
}

.footer a {color: #ffffff;}
.footer a:hover {color: #EBEDF7;}

.uk-container-center {
    margin-left: auto;
    margin-right: auto;
}

#recent-jobs th {font-size: 22px; padding: 15px 0;}
#recent-jobs-content td {padding: 25px 0 0 0;}
#recent-jobs-content .summary td {padding: 5px 0 0 0;}
.job-link {font-weight: 700; font-size: 20px;}
.location {margin-left: 30px;}
.close-date {margin-left: 30px;}
.back-link, .apply-link, .employee-referral-link {margin-right: 20px;}

/* Navigation */
.nav-pills > li > a:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 80%;
    width: 0px;
    height: 0px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #8c9296;
}

@media (min-width: 1220px) {
.uk-container {
    max-width: 1200px;
}
  .header-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}