/*  UTILITY CLASSES [START]  */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-size: 16px;
  font-family: 'MyriadPro-Regular', sans-serif;
  color: hsl(240, 4%, 20%);
}

h2 {
  line-height: 1.25;
}

h3 {
  line-height: 1.25;
}

h2 {
  font-size: 2.46038em;
}

h3 {
  font-size: 1.8225em;
}

strong {
  font-weight: bold;
}

.btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
  font-size: 20px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .btn {
    padding-right: 1.5625em;
  }
}

@media (min-width: 768px) {
  .btn {
    padding-left: 1.5625em;
  }
}

@media (min-width: 768px) {
  .btn {
    padding-bottom: 0.625em;
  }
}

@media (min-width: 768px) {
  .btn {
    padding-top: 0.625em;
  }
}

.is-hidden {
  display: none !important;
}

h2 {
  font-family: 'MyriadPro-Regular', sans-serif;
  font-weight: 300;
  font-family: 'MyriadPro-BoldCond';
  text-transform: uppercase;
}

h3 {
  font-family: 'MyriadPro-Regular', sans-serif;
  font-weight: 300;
  font-family: 'MyriadPro-BoldCond';
  text-transform: uppercase;
}

a.color-black {
  color: hsl(240, 4%, 20%);
}

a.color-black:visited {
  color: hsl(240, 8%, 12%);
}

a.color-black:hover {
  color: hsl(240, 8%, 12%);
}

.btn.btn-primary {
  background: hsl(240, 4%, 20%);
  color: hsl(0, 0%, 100%);
  opacity: 1;
  cursor: pointer;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'MyriadPro-Cond';
  box-shadow: none;
  outline: none;
  transition: all 0.2s ease;
  will-change: transform;
  letter-spacing: 0.02em;
  padding-top: 0.6em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0.03em;
  margin-bottom: 0.25em;
}

.btn {
  background: hsl(240, 4%, 20%);
  color: hsl(0, 0%, 100%);
  opacity: 1;
  cursor: pointer;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'MyriadPro-Cond';
  box-shadow: none;
  outline: none;
  transition: all 0.2s ease;
  will-change: transform;
  letter-spacing: 0.02em;
  padding-top: 0.6em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0.03em;
  margin-bottom: 0.25em;
}

.btn.btn-primary:active:focus,
.btn:active:focus {
  outline: none;
}

.btn.btn-primary:hover {
  background: hsl(240, 1%, 48%);
  color: hsl(0, 0%, 100%);
  border: none;
  transform: translateY(1px);
}

.btn:hover {
  background: hsl(240, 1%, 48%);
  color: hsl(0, 0%, 100%);
  border: none;
  transform: translateY(1px);
}

.btn.btn-primary:focus {
  color: #FFF;
  box-shadow: 0px 0px 0px 2px hsla(240, 1%, 48%, 0.15);
  outline: none;
}

.btn:focus {
  color: #FFF;
  box-shadow: 0px 0px 0px 2px hsla(240, 1%, 48%, 0.15);
  outline: none;
}

button {
  line-height: 1.5rem;
  padding: 0.75rem 1rem;
  border-radius: 4px;
}

/*  UTILITY CLASSES [END]  */
/* JOBS LIST [START] */
.nav-tabs.nav-stacked {
  margin-right: 10px;
}

.nav-tabs.nav-stacked>li>a,
.nav-tabs.nav-stacked>li:first-child>a,
.nav-tabs>li>a {
  padding: 25px 0;
}

.nav-tabs.nav-stacked .fb_iframe_widget {
  margin: 1em -0.5em 0.5em -0.5em;
}

.nav-tabs.nav-stacked .fb_iframe_widget iframe {
  width: auto !important;
}

.nav-tabs.nav-stacked.jobs-list--static {
  margin: 0;
}

.nav-tabs.nav-stacked .span2 {
  font-size: 13px;
  text-align: right;
}

.nav-tabs.nav-stacked__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  transition: border-color linear 0.15s;
  border-left: 3px solid transparent;
  padding-left: 1em;
  width: 100%;
  color: hsl(240, 4%, 20%);
  text-decoration: none;
  text-align: left;
  transition: .3s;
}

.jobs-list--static .nav-tabs.nav-stacked__result {
  padding-left: 0;
}

.nav-tabs.nav-stacked__result:hover {
  cursor: pointer;
  color: hsl(240, 4%, 20%);
  border-left: 3px solid hsl(355, 92%, 48%);
}

.jobs-list--static .nav-tabs.nav-stacked__result:hover {
  border-left-color: transparent;
}

.nav-tabs.nav-stacked__result:focus {
  outline: none;
  background-color: none;
}

.nav-tabs.nav-stacked__list {
  position: absolute;
  width: 100%;
  z-index: 5;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5), 0 3px 8px -5px rgba(0, 0, 0, 0.5) inset;
  background-color: #fafafa;
  max-height: 50vh;
  overflow-y: auto;
}

.jobs-list--static .nav-tabs.nav-stacked__list {
  position: static;
  box-shadow: none;
  max-height: none;
  z-index: 1;
}

@media (min-width: 864px) {
  .jobs-list--static .nav-tabs.nav-stacked__list {
    position: absolute;
    max-height: 100%;
    padding-right: 30px;
  }
}

.nav-tabs.nav-stacked__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid hsl(355, 92%, 48%);
  padding: 1px 4px 0px 4px;
  border-radius: 0.5em;
  color: hsl(355, 92%, 48%);
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

.nav-tabs.nav-stacked>li>a>div {
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.9;
  color: hsl(240, 4%, 20%);
}

.nav-tabs.nav-stacked>li>a>div:last-child {
  font-style: normal;
}

.nav-tabs.nav-stacked__label {
  font-weight: 600;
}

.nav-tabs.nav-stacked__static-header {
  margin: 1em 0 0.5em 0;
}

@media (min-width: 768px) {
  .nav-tabs.nav-stacked__static-header {
    margin: 0.7em 0 0.9em 0;
  }
}

.nav-tabs.nav-stacked>li>a {
  position: relative;
}

.nav-tabs.nav-stacked>li>a:hover {
  background-color: transparent;
}

.nav-tabs.nav-stacked>li>a:before {
  content: '';
  width: 3px;
  height: calc(100% - 50px);
  top: 25px;
  left: 0;
  background-color: hsla(355, 92%, 48%, 0);
  display: block;
  position: absolute;
  transform: translateX(-15px) scaleY(0.9);
  transition: background-color 0.3s, transform 0.4s;
}

.nav-tabs.nav-stacked>li>a:hover:before {
  transform: translateX(-15px) scaleY(1);
  background-color: hsla(355, 92%, 48%, 1);
}

/* JOBS LIST [END] */
/* HERO [START] */
.hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 107px;
  background-color: #202030;
  background-image: url(https://www.toyotamaterialhandling.com.au/assets/images/toyota-careers-1024x444.jpg);
  background-position: 50% 35%;
}

.hero-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.88;
  z-index: 0;
}

.hero-banner img {
  display: none;
}

.hero-banner .banner-fixed-btn.services li a {
  margin-left: 2px;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0.15);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'MyriadPro-Cond';
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.hero-banner .hero-banner-static {
  text-align: center;
  padding-top: 6em;
  padding-bottom: 7em;
  max-width: 800px;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  position: static;
  margin: 0 auto;
}

.hero-banner p {
  font-size: 1em;
}

.hero-banner .service-banner-heading {
  font-family: 'MyriadPro-BoldCond' !important;
  margin-bottom: 0em;
  font-size: 70px;
  line-height: 82px;
  margin: 0 auto;
  position: relative;
  transform: none;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .hero-banner {
    padding-top: 107px;
  }

  .hero-banner .service-banner-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-banner>.container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 565px) {
  .hero-banner {
    padding-top: 50px;
  }

  .hero-banner .service-banner-heading {
    font-size: 50px;
    line-height: 47px;
  }

  .hero-banner p {
    font-size: 0.9em;
  }

  .hero-banner>.container {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

/* HERO [END] */
/*  INPUT GROUP [START]  */
.row-fluid h3 {
  font-size: 32px;
}

.nav-tabs>li>a>span {
  font-size: 21px;
  font-weight: 300;
  font-family: 'MyriadPro-BoldCond';
  text-transform: uppercase;
}

/*  INPUT GROUP [END]  */
/*  COMPONENTS [END]  */
.body-inner>section.container>h2 {
  margin-top: 0;
}

.search-holder select,
.search-holder input[type="text"] {
  border-color: #FFF;
  border: 2px rgba(0, 0, 0, 0.2);
  transition: box-shadow .3s ease-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  line-height: 1.5rem;
  padding: 0.75rem 1rem;
  background: white;
  border: 2px solid #d3d3d4;
  height: 2.95em;
  font-size: 1em;
  border-radius: 7px !important;
}

.featurehover .highlight {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: 'MyriadPro-BoldCond';
  text-transform: uppercase;
}

.span4 .search-holder {
  margin-top: 70px;
}

.span4 .search-holder select,
.span4 .search-holder input[type="text"] { 
  margin-bottom: 0.5em;
}

body {
  font-family: 'MyriadPro-Regular', sans-serif !important;
}

a.btn.btn-large.btn-primary.Sea_Agent,
a.btn.btn-large.btn-primary.JOB_U {
  margin-bottom: 0.5em;
  width: 100%;
}

.search-holder button:focus,
.search-holder button:hover,
.search-holder button {
  border: none;
}

.btn-primary.btn-apply-part {
  border-color: hsl(355, 92%, 48%);
  background: hsl(355, 92%, 48%);
}

.content ul li,
.content ol li, 
.content p {
  font-size: 16px;
  line-height: 1.4;
}

.content ul li strong,
.content ol li strong,
.content p strong {
  font-weight: bold;
  font-family: 'MyriadPro-Bold';
}

.indeed-apply-button {
  min-width: 178px;
}

.body-inner .container .toyota-text p {
  color: hsl(240, 1%, 48%);
}

/*  Change banner image */
.hero-banner {
  background-image: url(https://www.toyotamaterialhandling.com.au/assets/images/toyota-careers-1024x444.jpg);
}

/*  Change banner overlay color */
.hero-banner {
  background-color: #202030;
}

/*  Change banner overlay opacity */
.hero-banner:before {
  opacity: 0.88;
}
