/* ==========================================================================
   Variables
   ========================================================================== */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 15px;
  line-height: 20px;
  color: #858a85;
  font-family: Arial, Helvetica, sans-serif;
}

ul {
  padding: 0;
  margin: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 46px;
  line-height: 46px;
  font-family: Arial;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 36px;
  line-height: 36px;
  font-family: Arial;
    font-weight: bold;
  color: #d31145;
}

h3 {
  font-size: 27px;
  line-height: 32px;
  font-family:  Arial;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
  line-height: 26px;
  font-family: Arial;
}

h5,
.contentRight h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: Arial, sans-serif;
  color: #717271;
  margin: 15px 0 5px 0;
}

a {
    color: #d31145;
    text-decoration: none;
    outline: 0;
}

#headerWrapper {
  min-width: 960px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

#home #headerWrapper {
  background: transparent url("../../images/corporate/hdr_img_1.jpg") no-repeat center top;
}

#company #headerWrapper {
  background: transparent url("../../images/corporate/hdr_img_2.jpg") no-repeat center top;
}

header {
  width: 940px;
  height: 398px;
  margin: 0 auto;
  padding: 0 10px;
}

.logo {
  width: 220px;
  display: block;
}

.introText {
  margin: 112px 0 0 0;
  height: 188px;
  float: left;
}

.introText h1 {
  letter-spacing: -1px;
  padding: 25px;
  background: transparent url("../../images/corporate/bg_black_50.png") repeat;
}

#navWrapper {
  width: 100%;
  background: #d31145;
  height: 50px;
}

nav {
  background: #d31145;
  list-style: none;
  width: 960px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-family: Arial;
    font-weight: bold;
  color: #FFFFFF;
  font-size: 17px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
nav li {
  cursor: default;
  display: inline-block;
  float: left;
  padding: 0 10px;
  margin: 0 7px 0 0;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
nav li a {
  color: #FFFFFF;
  direction: block;
}
nav li:hover {
  background-color: #58585a;
}
nav li.selected {
  padding-bottom: 15px;
  background: transparent url("../../images/corporate/primary_nav_active.png") no-repeat center bottom;
}

nav ul.primaryNavSecondLevel {
  list-style: none;
  width: 610px;
  display: block;
  position: absolute;
  z-index: 30;
  background-color: #eff2ec;
  padding: 20px 10px;
  /*margin: 0 0 0 -10px;*/
  border-top: 5px solid #58585a;
  top: 50px;
  left: -9999px;
}
nav ul.primaryNavSecondLevel li {
  cursor: pointer;
  display: block;
  float: left;
  width: 265px;
  padding: 6px 10px;
  margin: -1px 10px 0;
  font-size: 15px;
  line-height: 18px;
  font-family: Arial;
  border-top: 1px solid #e2e4df;
  border-bottom: 1px solid #e2e4df;
}
nav ul.primaryNavSecondLevel li a {
  color: #858a85;
  white-space: nowrap;
}
nav ul.primaryNavSecondLevel li:hover {
  background-color: #FFFFFF;
}

nav li#navCompany:hover ul.primaryNavSecondLevel,
nav li#navCareers:hover ul.primaryNavSecondLevel,
nav li#navBrands:hover ul.primaryNavSecondLevel {
  left: 0;
}

nav li#navSupliers:hover ul.primaryNavSecondLevel {
  left: -243px;
}

nav li#navCorporate:hover ul.primaryNavSecondLevel {
  left: -377px;
}

nav li#navContact:hover ul.primaryNavSecondLevel {
  left: -505px;
}

nav li:hover ul.primaryNavSecondLevel a {
  text-decoration: none;
}

nav li:hover ul.primaryNavSecondLevel li a:hover {
  background: #FFFFFF;
}

.fix {
  position: fixed;
  top: 0;
  z-index: 1000;
}

#mainContent {
  width: 940px;
  padding: 0 10px;
  margin: 30px auto;
}
#mainContent h3 {
  padding: 10px 0;
  border-bottom: 1px solid #e2e4df;
}
#mainContent p.pullOut {
  color: #d31145;
  font-size: 18px;
  line-height: 23px;
  margin: 15px 0 0 0;
}

.contentRight a,
.fullWidth a {
  font-family: Arial;
  font-weight: normal;
}
.contentRight a:hover,
.fullWidth a:hover {
  text-decoration: underline;
}

.fullWidth {
  width: 100%;
}

.sideNav {
  width: 300px;
  float: left;
  font-family: Arial;
}
.sideNav ul {
  margin: 0;
  padding: 0;
  display: block;
}
.sideNav ul li {
  display: block;
  list-style-type: none;
}
.sideNav a {
  display: inline-block;
  text-decoration: none;
  color: #858a85;
  cursor: pointer;
  outline: 0;
  padding: 0 10px;
}
.sideNav h4 {
  font-size: 20px;
}

#mainContent .sideNav h3 {
  padding: 10px;
}

ul.secondLevelNav {
  display: none;
}

a.head {
  display: block;
  list-style-type: none;
  padding: 7px 10px;
  border-bottom: 1px solid #e2e4df;
  text-transform: uppercase;
  position: relative;
  background: transparent url("../../images/corporate/nav_arrow_e.png") 270px 10px no-repeat;
}
a.head:hover {
  background: #eff2ec url("../../images/corporate/nav_arrow_e_active.png") 270px 10px no-repeat;
}

.sideNavLiActive.accordion a.head {
  background: #eff2ec url("../../images/corporate/nav_arrow_s_active.png") 270px 10px no-repeat;
}
.sideNavLiActive a.head {
  background: #eff2ec url("../../images/corporate/nav_arrow_e_active.png") 270px 10px no-repeat;
}
.sideNavLiActive ul.secondLevelNav {
  display: block;
}
.sideNavLiActive ul.secondLevelNav li {
  padding: 10px 0;
  border-bottom: 1px solid #e2e4df;
  cursor: pointer;
  background: #FFFFFF;
}
.sideNavLiActive ul.secondLevelNav li:hover, .sideNavLiActive ul.secondLevelNav li.active {
  background: #eff2ec;
}
.sideNavLiActive ul.secondLevelNav li a {
  width: 280px;
}

.leftNavArrowN,
.leftNavArrowE,
.leftNavArrowS,
.leftNavArrowW {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 3px 0 0 0;
  background-image: url("../../images/corporate/nav_arrows.png");
  background-repeat: no-repeat;
}

.leftNavArrowN {
  background-position: 0 0;
}
.leftNavArrowN.active {
  background-position: 0 -20px;
}

.leftNavArrowE {
  background-position: -20px 0;
}
.leftNavArrowE.active {
  background-position: -20px -20px;
}

.leftNavArrowS {
  background-position: -40px 0;
}
.leftNavArrowS.active {
  background-position: -40px -20px;
}

.leftNavArrowW {
  background-position: -60px 0;
}
.leftNavArrowW.active {
  background-position: -60px -20px;
}

.ui-state-active {
  background: #eff2ec;
}
.ui-state-active h4 {
  font-family: Arial;
    font-weight: bold;
}

.sideNav h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e2e4df;
}

.contentRight {
  width: 600px;
  float: right;
}
.contentRight ul {
  padding: 10px 0 5px;
}
.contentRight ul li {
  margin: 0 0 0 17px;
  padding: 0 0 0 10px;
}
.contentRight h2 {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e2e4df;
  text-transform: uppercase;
}
.contentRight h3 {
  color: #717271;
}

.RightImagePad {
  margin: 15px 0 15px 15px;
  float: right;
}

#brandsWrapper {
  width: 100%;
  background: #e2e4df;
}

#home #brandsWrapper {
  background: transparent;
}

.brands {
  width: 920px;
  padding: 20px 10px;
  background: #e2e4df;
  margin: 0 auto;
}
.brands .brandItem {
  width: 210px;
  float: left;
  margin: 0 10px;
}
.brands .brandItem p {
  padding: 0 10px;
}
.brands a {
  display: block;
  -moz-box-shadow: 1px 1px 4px 0px #999;
  -webkit-box-shadow: 1px 1px 4px 0px #999;
  box-shadow: 1px 1px 4px 0px #999;
}

footer {
  width: 920px;
  padding: 10px;
  margin: 10px auto 20px;
  /*border-top: 1px solid $lightGray;*/
  font-size: 14px;
  font-family: Arial;
}
footer .left {
  float: left;
}
footer .right {
  float: right;
}
footer .copyright {
  font-family: Arial;
}
footer a {
  font-family: Arial, sans-serif;
}
footer a:hover {
  text-decoration: underline;
}

/*** Table Style ***/
table {
  font-size: 14px;
  line-height: 17px;
  border: 0px;
}
table td {
  border: 0px;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
table td p {
  margin: 6px 0;
}

tr.alt {
  background-color: #eff2ec;
}

.itemWrapperAccordion .itemWrapper {
  cursor: pointer;
}
.itemWrapperAccordion .itemWrapper h4 {
  width: 590px;
}
.itemWrapperAccordion .itemWrapper h4 a {
  display: block;
  width: 590px;
  background: transparent url("../../images/corporate/nav_arrow_e.png") 570px 0px no-repeat;
}
.itemWrapperAccordion .itemWrapper h4 a:hover {
  background: transparent url("../../images/corporate/nav_arrow_e_active.png") 570px 0px no-repeat;
}
.itemWrapperAccordion .itemWrapper.active h4 a {
  background: transparent url("../../images/corporate/nav_arrow_s_active.png") 570px 0px no-repeat;
}
.itemWrapperAccordion .info {
  display: none;
  float: left;
  padding: 5px 0;
}
.itemWrapperAccordion .info img {
  width: auto;
  height: auto;
  float: left;
  padding: 12px 20px 0 0;
}

.itemWrapper {
  border-bottom: 1px dotted #ababab;
  padding: 15px 0 15px 0;
}
.itemWrapper p {
  margin: 8px 0 0 0;
  float: left;
  clear: both;
}
.itemWrapper h4 {
  float: left;
  width: 530px;
  margin: 0;
}
.itemWrapper h5 {
  margin: 0;
}

.date {
  font-size: 13px;
  /*font-weight: bold;*/
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
}

.doc,
.pdf,
.xls,
.ppt {
  width: 29px;
  height: 36px;
  float: left;
  margin: 4px 15px 0;
  background-image: url("../../images/corporate/icon_file_type.gif");
}

.doc {
  background-position: 0 0;
}

.pdf {
  background-position: -40px 0;
}

.xls {
  background-position: -80px 0;
}

.ppt {
  background-position: -120px 0;
}

.pagination ul {
  padding: 20px 0 0 0;
  margin: 0 auto;
  text-align: center;
}
.pagination ul li {
  margin: 3px;
  padding: 0;
  display: inline-block;
}
.pagination ul li a {
  display: block;
  color: #858a85;
  background-color: #eff2ec;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  border-radius: 50%;
  height: 29px;
  width: 29px;
  font-family: Arial;
}
.pagination ul li a:hover, .pagination ul li a.active {
  color: #FFFFFF;
  background-color: #58585a;
  text-decoration: none;
}
.pagination ul li a.pageArrowW, .pagination ul li a.pageArrowE {
  background-color: #e2e4df;
  background-image: url("../../images/corporate/pagination_arrows.png");
  background-repeat: no-repeat;
}
.pagination ul li a.pageArrowW:hover, .pagination ul li a.pageArrowE:hover {
  background-color: #58585a;
}
.pagination ul li a.pageArrowW {
  background-position: top left;
}
.pagination ul li a.pageArrowE {
  background-position: top right;
}

.backToMainPage {
  padding: 10px 0 20px;
}

.backToMainPage .leftNavArrowW {
  display: block;
  padding: 0 0 0 30px;
  float: left;
  width: auto;
  line-height: 20px;
}
.backToMainPage .leftNavArrowW:hover {
  background-position: -60px -20px;
}

.jobDetailsLeft {
  width: 170px;
  float: left;
}
.jobDetailsLeft p {
  font-family: Arial;
    font-weight: bold;
  margin: 3px 0;
  font-size: 18px;
  line-height: 23px;
}

.jobDetailsRight {
  width: 400px;
  float: left;
}
.jobDetailsRight p {
  font-family: Arial;
  margin: 3px 0;
  font-size: 18px;
  line-height: 23px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
