﻿/**/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.page-content {
  margin-top: 0;
  padding-top: 0;
}

.jobs-page .header-banner {
  background: url(/assets/images/company/banner-aboutus.jpg) no-repeat;
  border-bottom: 1px solid #e4e4e4;
  height: 269px;
}

.jobs-page .header-banner h1, .jobs-page .header-banner div {
  padding: 100px 0 0 50px;
}

.jobs-page .jobs-page-content {
  width: 900px;
  margin: 20px auto 150px auto;
}

.jobs-page .jobs-page-content p {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.jobs-page .jobs-page-content .current-openings .location {
  margin-bottom: 20px;
}

.jobs-page .jobs-page-content .current-openings .location ul.job-listings li {
  font-size: 12px;
  line-height: 18px;
}

.job-listing .header-banner {
  background: url(/assets/images/company/banner-aboutus.jpg) no-repeat;
  border-bottom: 1px solid #e4e4e4;
  height: 269px;
}

.job-listing .header-banner h1, .job-listing .header-banner div {
  padding: 100px 0 0 50px;
}

.job-listing .job-listing-content {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 150px;
  padding-top: 20px;
  font-size: 12px;
  color: #666;
}

.job-listing .job-listing-content h1 {
  margin-bottom: 10px;
}

.job-listing .job-listing-content p {
  margin-bottom: 20px;
  line-height: 1.6em;
}

.job-listing .job-listing-content p strong {
  font-size: 14px;
  display: block;
  margin-bottom: -10px;
}

.job-listing .job-listing-content ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 30px;
}

.job-listing .job-listing-content ul li {
  margin-bottom: 10px;
  line-height: 1.6em;
}

.job-listing .job-listing-content .laquo {
  position: relative;
  vertical-align: top;
}

.job-listing .job-listing-content .return-link {
  margin-bottom: 15px;
}

.job-listing .job-listing-content .return-link a {
  vertical-align: middle;
}

.job-listing .job-listing-content .return-link a:hover {
  text-decoration: none;
}

.job-listing .job-listing-content .job-location {
  margin-bottom: 20px;
  font-size: 14px;
}

.job-listing .job-listing-content .btn-container {
  margin-bottom: 20px;
}

.about-us {
  color: #666;
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
}

.about-us h1, .about-us h2 {
  margin-bottom: 20px;
}

.about-us h2 {
  color: #08588c;
  font-weight: normal;
  font-size: 18px;
}

.about-us h3 {
  font-size: 14px;
  margin-bottom: 1em;
}

.about-us .carousel {
  position: relative;
  overflow: hidden;
  height: 518px;
  margin-bottom: 30px;
}

.about-us .carousel .banners {
  position: relative;
  width: 16000px;
  z-index: 0;
}

.about-us .carousel .banners .banner {
  float: left;
  width: 1000px;
}

.about-us .carousel .banner-nav .control-prev, .about-us .carousel .banner-nav .control-next {
  display: block;
  position: absolute;
  height: 100%;
  width: 80px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.about-us .carousel .banner-nav .control-next {
  right: 0;
  background: url(/assets/images/company/arrow-right.png) no-repeat center center;
}

.about-us .carousel .banner-nav .control-prev {
  left: 0;
  background: url(/assets/images/company/arrow-left.png) no-repeat center center;
}

.about-us .carousel:hover .banner-nav .control-prev, .about-us .carousel:hover .banner-nav .control-next {
  opacity: 1;
  filter: alpha(opacity=100);
}

.about-us .carousel .banner-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  z-index: 1;
}

.about-us .carousel .banner-pagination a {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #959595;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 0 3px;
}

.about-us .carousel .banner-pagination a.active {
  background-color: #666;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.about-us .section {
  margin-bottom: 40px;
}

.about-us .section p {
  margin-bottom: 20px;
  padding: 0 40px;
}

.about-us .quick-facts {
  margin-bottom: 40px;
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.6, #ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.6, #f0f0f0);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 60%, #f0f0f0);
  background-image: -o-linear-gradient(#ffffff, #ffffff 0.6, #f0f0f0);
  background-image: linear-gradient(#ffffff, #ffffff 0.6, #f0f0f0);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0', GradientType=0);
}

.about-us .quick-facts li {
  display: table-cell;
  width: 33%;
  background-position: top center;
  background-repeat: no-repeat;
  border-left: 1px solid #dcdcdc;
  padding-top: 115px;
  vertical-align: top;
}

.about-us .quick-facts li:first-child {
  border-left: none;
}

.about-us .quick-facts li.qf-service {
  background-image: url(/assets/images/company/icon-lg-service.png);
}

.about-us .quick-facts li.qf-speed {
  background-image: url(/assets/images/company/icon-lg-speed.png);
}

.about-us .quick-facts li.qf-quality {
  background-image: url(/assets/images/company/icon-lg-quality.png);
}

.about-us .quick-facts li p {
  padding: 0 40px;
  margin-bottom: 20px;
  text-align: justify;
  -moz-text-align-last: center;
  -ms-text-align-last: center;
  text-align-last: center;
}

.about-us .locations figure {
  float: left;
  margin: 0;
  width: 33%;
}

.about-us .locations figure figcaption {
  color: #666;
}

.about-us .locations figure figcaption strong {
  display: block;
  font-weight: bold;
}

.about-us .job-listings .jobs {
  float: left;
  width: 33%;
}

.about-us-old .header-banner {
  background: url(/assets/images/company/banner-aboutus.jpg) no-repeat;
  border-bottom: 1px solid #e4e4e4;
  height: 269px;
  line-height: 2.4em;
}

.about-us-old .header-banner h1, .about-us-old .header-banner div {
  padding: 100px 0 0 50px;
}

.about-us-old .about-us-content {
  width: 900px;
  margin: 20px auto 150px auto;
  color: #666;
}

.about-us-old .about-us-content p {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.about-us-old .about-us-content h2 span {
  font-weight: normal;
}

.about-us-old .about-us-content ul.bullet li {
  margin-bottom: 10px;
}
