/* -------------------------------------------------

	Shell NextGen Main Stylesheet in which all others are compiled

	-------------------------------------------------
*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! Reset all elements to correct box-sizing, as per Paul Irish reccomendation */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

/* Config file for site wide configurations */
/* Text sizes */
/* Font family stacks */
/* Colors */
/*
	Text color for themes
	Used for color on top of theme color
*/
/* Layout */
/* Media query platform breakpoints */
html {
  height: 100%;
}

body {
  font-size: 62.5%;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  min-width: 420px;
  overflow-x: auto;
  zoom: 1;
}

.main {
  color: #333333;
  text-align: left;
}
.main p a {
  color: #d42e12;
}
.main h1 {
  font-size: 2.18em;
  line-height: 1.22;
  color: #d42e12;
  font-weight: bold;
}
.main h2 {
  font-size: 1.65em;
  line-height: 1.22;
  color: #333333;
  font-weight: bold;
}
.main h3 {
  font-size: 1.4em;
  line-height: 1.22;
  color: #333333;
  font-weight: bold;
}
.main h4 {
  font-size: 1.2em;
  line-height: 1.4;
  color: #333333;
  font-weight: bold;
}
.main h4.red {
  color: #d42e12;
}
.main h4.red a, .main h4.red a:active, .main h4.red a:visited {
  color: #d42e12;
}
.main h5 {
  font-size: 1em;
  line-height: 1.35;
  color: #333333;
  font-weight: bold;
}
.main > h1, .main > h2, .main > h3, .main > h4, .main > h5 {
  margin-bottom: 20px;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: underline;
}

input[type="text"] {
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 42px;
  line-height: 42px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f5f6));
  background-image: -webkit-linear-gradient(#f7f7f7, #f1f5f6);
  background-image: linear-gradient(#f7f7f7, #f1f5f6);
}

@media screen and (max-width: 820px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 100%;
  }

  .main > h1, .main > h2, .main > h3, .main > h4, .main > h5 {
    margin-left: 16px;
  }
}
/************************ 
	helpers 
*************************/
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Icon styles using icon fonts */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'shellicons';
  font-size: 20px;
  padding-bottom: 3px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"].topText:before,
[class*=" icon-"].topText:before {
  vertical-align: top;
}

[class^="icon-"]:before:hover,
[class*=" icon-"]:before:hover {
  text-decoration: none;
}

a.icon-alone:hover {
  text-decoration: none;
}

.icon-plus:before {
  content: "\e61e";
  line-height: 0 !important;
  padding-top: 10px !important;
}

.icon-minus:before {
  content: "\e626";
}

.icon-play:before {
  content: "\e61c";
}

.icon-play2:before {
  content: "\e61c";
}

.icon-home:before {
  content: "\e600";
}

.icon-menu:before {
  content: "\e601";
}

.icon-search:before {
  content: "\e602";
}

.icon-communities:before {
  content: "\e603";
}

.icon-download:before {
  content: "\e604";
}

.icon-edit:before {
  content: "\e605";
}

.icon-star-empty:before {
  content: "\e606";
}

.icon-star:before {
  content: "\e607";
}

.icon-full-screen:before {
  content: "\e608";
}

.icon-email:before {
  content: "\e609";
}

.icon-print:before {
  content: "\e60a";
}

.icon-settings:before {
  content: "\e60b";
}

.icon-share:before {
  content: "\e60c";
}

.icon-alert:before {
  content: "\e60f";
}

.icon-link:before {
  content: "\e610";
}

.icon-back:before {
  content: "\e611";
}

.icon-close:before {
  content: "\e612";
}

.icon-filter:before {
  content: "\e613";
}

.icon-info:before {
  content: "\e614";
}

.icon-list-detailed:before {
  content: "\e615";
}

.icon-list-simple:before {
  content: "\e616";
}

.icon-new-content:before {
  content: "\e617";
}

.icon-tick:before {
  content: "\e61a";
}

.icon-arrow-left:before {
  content: "\e61b";
}

.icon-arrow-right:before {
  content: "\e61d";
}

.icon-help:before {
  content: "\e621";
}

.icon-language:before {
  content: "\e622";
}

.icon-user:before {
  content: "\e60e";
}

.icon-reminders:before {
  content: "\e619";
}

.icon-products:before {
  content: "\e618";
}

.icon-user-empty:before {
  content: "\e60d";
}

.icon-training:before {
  content: "\e623";
}

.icon-order-management:before {
  content: "\e624";
}

.icon-external-link:before {
  content: "\e625";
}

.icon-system:before {
  content: "\e627";
}

.icon-notifications:before {
  content: "\e628";
}

.icon-play:before, .icon-play2:before {
  margin-top: -2px;
}

@media screen and (max-width: 820px) {
  .icon-play:before, .icon-play2:before {
    line-height: 1.3;
  }
}
#pageWrapper form {
  margin: 50px 0;
}
#pageWrapper form.noMargin {
  margin: 0;
}
#pageWrapper form h2 {
  margin: 0 0 1em;
}
#pageWrapper form .inputBox {
  clear: both;
  padding: 0 0 30px 0;
  margin: 0;
  position: relative;
}
#pageWrapper form label {
  display: block;
  line-height: 1.3;
  padding: 0 0 7px 0;
  vertical-align: top;
}
#pageWrapper form input[type="text"],
#pageWrapper form input[type="password"],
#pageWrapper form select,
#pageWrapper form textarea {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 1em;
  line-height: 1;
  height: 30px;
  padding: 7px;
  color: #666;
  background: #fff;
  box-shadow: 0px 3px 2px #f8f8f8 inset;
  border: 1px solid #a9a9a9;
}
#pageWrapper form input[type="file"] {
  margin-top: 4px;
  width: 230px;
}
#pageWrapper form textarea {
  line-height: 1.2;
  height: 12em;
}
#pageWrapper form .inputBox.radio, #pageWrapper form .inputBox.checkbox {
  padding-bottom: 23px;
}
#pageWrapper form .inputBox.radio label:before, #pageWrapper form .inputBox.checkbox label:before {
  margin-right: 6px !important;
}
#pageWrapper form .formSection {
  border-bottom: 1px solid #a9a9a9;
  margin: 20px 0;
}
#pageWrapper form .formSection .inputBox:last-child, #pageWrapper form .formSection .inputGroup:last-child {
  padding-bottom: 20px;
}
#pageWrapper form .inputGroup .subHead {
  font-size: 1em;
}
#pageWrapper form .helper, #pageWrapper form .helper-error {
  display: inline-block;
  height: 21px;
  width: 21px;
  position: relative;
  top: 5px;
  margin-left: 1px;
  cursor: pointer;
}
#pageWrapper form .helper:before, #pageWrapper form .helper-error:before {
  color: #f7d117;
  font-family: 'shellicons';
  content: '\e614';
  font-weight: bold;
  font-size: 21px;
  position: absolute;
  left: 0;
  top: -3px;
}
#pageWrapper form .helper .tooltip, #pageWrapper form .helper-error .tooltip {
  position: absolute;
  top: -5px;
  left: -999em;
  padding: 5px;
  width: 200px;
  border: 1px solid grey;
  background: #fff;
  font-weight: normal;
  z-index: 100;
}
#pageWrapper form .helper:hover .tooltip, #pageWrapper form .helper-error:hover .tooltip {
  left: 25px;
}
#pageWrapper form .helper-error:before {
  content: '\e60f';
  left: 0;
  color: #d42e12;
}
#pageWrapper fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#pageWrapper .error > label {
  color: #d42e12;
}
#pageWrapper .error > input[type="text"], #pageWrapper .error > input[type="password"], #pageWrapper .error > input[type="checkbox"], #pageWrapper .error > input[type="radio"] {
  border-color: #d42e12;
  color: #d42e12;
}
#pageWrapper .error > select, #pageWrapper .error > textarea {
  border-color: #d42e12;
}
#pageWrapper .error .message {
  font-weight: bold;
  display: block;
  padding-top: 5px;
}
#pageWrapper .form-layout1 label,
#pageWrapper .form-layout1 .inputGroup .subHead {
  display: inline-block;
  width: 12em;
  text-align: right;
  padding-right: 1.5em;
  padding-top: 7px;
  font-weight: normal;
}
#pageWrapper .form-layout1 input[type="text"],
#pageWrapper .form-layout1 input[type="password"],
#pageWrapper .form-layout1 select,
#pageWrapper .form-layout1 textarea {
  width: 230px;
  line-height: 1;
}
#pageWrapper .form-layout1 .inputBox.radio label, #pageWrapper .form-layout1 .inputBox.checkbox label {
  margin-left: 12.5em;
  width: auto;
  text-align: left;
}
#pageWrapper .form-layout1 .inputGroup {
  margin-top: -23px;
  padding-bottom: 10px;
}
#pageWrapper .form-layout1 .inputGroup .subHead {
  position: relative;
  top: 20px;
}
#pageWrapper .form-layout1 .inputGroup .inputBox {
  padding-bottom: 13px;
}
#pageWrapper .form-layout1 .error .message {
  margin-left: 12.5em;
}
#pageWrapper .form-layout2 label {
  display: block;
  font-weight: bold;
  font-size: 1.09em;
}
#pageWrapper .form-layout2 label i {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 0.95em;
  padding: 5px 0 0;
}
#pageWrapper .form-layout2 input[type="text"],
#pageWrapper .form-layout2 input[type="password"],
#pageWrapper .form-layout2 select,
#pageWrapper .form-layout2 textarea {
  width: 230px;
}
#pageWrapper .form-layout2 .inputBox.radio label, #pageWrapper .form-layout2 .inputBox.checkbox label {
  font-weight: normal;
}
#pageWrapper .form-layout2 .formSection .inputBox:first-child label {
  padding-top: 0;
}
#pageWrapper .form-layout2 .formSection .inputBox.checkbox:last-child label, #pageWrapper .form-layout2 .formSection .inputBox.radio:last-child label {
  padding-bottom: 0;
}
#pageWrapper .form-layout2 .inputGroup {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
#pageWrapper .form-layout2 .inputGroup .subHead {
  font-size: 1.09em;
  margin-bottom: 12px;
}
#pageWrapper .form-layout2 .inputGroup .inputBox {
  float: left;
  width: 250px;
  clear: none;
  padding-bottom: 13px;
}
#pageWrapper .form-layout2 .inputGroup .inputBox:nth-child(2n) {
  clear: both;
}
#pageWrapper .form-layout2 .helper, #pageWrapper .form-layout2 .helper-error {
  margin-left: 5px;
}
#pageWrapper .form-layout3 input[type="text"],
#pageWrapper .form-layout3 input[type="password"],
#pageWrapper .form-layout3 select,
#pageWrapper .form-layout3 textarea {
  width: 230px;
}
#pageWrapper .form-layout3 .formSection {
  border: none;
}

.lt-ie9 #pageWrapper input[type="file"] {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 1em;
  line-height: 1;
  height: 30px;
  padding: 7px;
  color: #666;
  background: #fff;
  box-shadow: 0px 3px 2px #f8f8f8 inset;
  border: 1px solid #a9a9a9;
}
.lt-ie9 #pageWrapper .form-layout1 input[type="checkbox"],
.lt-ie9 #pageWrapper .form-layout1 input[type="radio"] {
  margin-left: 15.5em;
}
.lt-ie9 #pageWrapper .form-layout1 .inputBox.radio label,
.lt-ie9 #pageWrapper .form-layout1 .inputBox.checkbox label {
  margin-left: 0;
}
.lt-ie9 #pageWrapper .form-layout1 .inputGroup .subHead {
  top: 13px;
}
.lt-ie9 #pageWrapper form .checkbox label, .lt-ie9 #pageWrapper form .radio label {
  display: inline;
}

@media screen and (max-width: 750px) {
  html #pageWrapper .grid form {
    padding: 0 16px;
  }
  html #pageWrapper .grid form label {
    width: 100%;
    text-align: left;
    float: none;
    display: block;
    margin-left: 0 !important;
  }
  html #pageWrapper .grid form input[type="text"],
  html #pageWrapper .grid form input[type="password"],
  html #pageWrapper .grid form select,
  html #pageWrapper .grid form textarea {
    width: 100%;
    max-width: 300px;
  }
  html #pageWrapper .grid form .inputGroup {
    margin-top: 0;
  }
  html #pageWrapper .grid form .inputGroup, html #pageWrapper .grid form .inputBox {
    float: none;
    width: 100% !important;
  }
  html #pageWrapper .grid form .error .message {
    margin-left: 0;
  }
  html #pageWrapper .grid .form-layout1 .inputGroup .subHead {
    top: 0;
    width: 100%;
    text-align: left;
  }
}
.grid {
  clear: left;
  background: white;
  font-size: 1.1em;
  line-height: 1.3;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  margin: 1%;
  margin-top: 20px;
}

.col-3 {
  width: 22.99%;
}

.col-6 {
  width: 47.98%;
}

.col-9 {
  width: 72.97%;
}

.col-full-width {
  width: 97.96%;
}

.col-keep-right {
  float: right;
}

@media screen and (max-width: 820px) {
  .col-tablet-4 {
    width: 31.32%;
  }

  .col-tablet-8 {
    width: 64.64%;
  }
}
@media screen and (max-width: 750px) {
  [class*='col-'] {
    width: 97.96%;
    width: 100%;
    margin: 0;
  }
}
/* All page styles here */
#pageWrapper {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  min-height: 100%;
}
#pageWrapper > h1 {
  color: #d42e12;
  margin-left: 8px;
}

.contentWrapper {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding: 0 1%;
}

[class*='col-'].main .pageSection {
  padding-top: 20px;
}
[class*='col-'].main .pageSection + .pageSection {
  border-top: 1px solid #d5d5d5;
  margin-top: 20px;
}
[class*='col-'].main .pageSection .pageSectionLinks {
  font-weight: bold;
  margin: 16px;
  margin-left: 0;
}
[class*='col-'].main .pageSection > h1, [class*='col-'].main .pageSection > h2, [class*='col-'].main .pageSection > h3, [class*='col-'].main .pageSection > h4, [class*='col-'].main .pageSection > h5 {
  margin-bottom: 20px;
}
[class*='col-'].main .pageSection.shaded {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  background-color: #f0f0f0;
}
[class*='col-'].main .pageSection.shaded.completeBorder {
  border: 1px solid #d5d5d5;
}
[class*='col-'].main .pageSection.shaded h3 {
  padding: 0 16px;
}
[class*='col-'].main .pageSection.shaded > div {
  padding: 8px 16px;
}
[class*='col-'].main .pageSection.shaded .tertiaryLinkList {
  list-style: none;
  padding: 0;
  padding-bottom: 16px;
}
[class*='col-'].main .pageSection.shaded .tertiaryLinkList li {
  padding: 8px 16px;
}
[class*='col-'].main .pageSection.shaded .pageSectionLinks {
  padding: 8px 16px;
  margin: 0;
  border-top: 1px solid #d5d5d5;
  width: 100%;
}
[class*='col-'].main .pageSection.shaded .darkSection {
  background-color: #cccccc;
}
[class*='col-'].main .pageSection p {
  max-width: 750px;
}
[class*='col-'].main .pageSection p + p {
  margin-top: 10px;
}
[class*='col-'].main .pageSection ul {
  list-style-type: square;
}
[class*='col-'].main .pageSubHeading {
  margin-top: 25px;
  margin-bottom: 0;
}

.pageSection .additionalInfo {
  margin-bottom: 10px;
}

.panel {
  border: 1px solid #d5d5d5;
  padding: 16px 0 0;
  margin-bottom: 16px;
  
}
.panel > h1, .panel > h2, .panel > h3, .panel > a {
  margin-left: 16px;
  margin-right: 16px;
}
.panel h4 {
  font-size: 1.2em;
}
.panel .red, .panel .red a {
  color: #d42e12;
}
.panel > .panelTitle {
  font-size: 1.3em;
  line-height: 1.2;
  padding-top: 4px;
  padding-bottom: 32px;
  text-transform: uppercase;
  border-top: 3px solid #d42e12;
}
.panel > .panelSubHeading {
  padding: 16px 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.17em;
}
.panel > .panelSubHeading:first-child {
  padding-top: 0;
}
.panel .panelLinkArea {
  background-color: #f7f7f7;
  padding: 16px;
}
.panel .panelLinkArea .tertiaryLink {
  font-weight: bold;
}
.panel.documents > h2:first-child {
  border-color: #00824a;
}
.panel.sectionMenu > h2:first-child {
  border-color: #d42e12;
}
.panel.subMenuLinks > h2:first-child {
  border-color: black;
}
.panel.news > h2:first-child {
  border-color: black;
}
.panel.relatedLinks > h2:first-child {
  border-color: #0099ba;
}
.panel.contactsBox {
  background-color: #fff5d0;
  border-color: #fff5d0;
}
.panel.contactsBox > h2:first-child {
  border-color: #f7d117;
}
.panel.contactsBox dl {
  font-size: 1.2em;
  padding: 0 16px;
  margin: 0 0 20px;
}
.panel.contactsBox dt {
  font-weight: bold;
}
.panel.contactsBox dd {
  padding: 0;
  margin: 0 0 10px;
}

footer {
  width: 100%;
  color: #333333;
  border-top: 1px solid #e6e6e6;
}
footer .grid {
  background: transparent;
}
footer h2 {
  font-size: 1.18em;
  line-height: 1.2;
  margin: 0 0 15px;
}
footer a {
  color: #333333;
}
footer .footerLinks {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0 0 0;
  background: #fcfcfc;
}
footer .footerLinks .col-3 {
  margin: 0 1% 40px;
}
footer .footerLinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
footer .footerLinks li {
  margin: 0 5px 10px 0;
}
footer .footerLegal {
  border-bottom: 1px solid #e6e6e6;
  background: #f7f7f7;
  padding: 12px 0 10px;
}
footer .footerLegal .col-6 {
  margin: 0 1%;
}
footer .footerLegal .links {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.1;
  text-align: right;
}
footer .footerLegal .links li {
  display: inline;
  padding: 0 10px;
}
footer .footerLegal .links li:last-child {
  border-left: 1px solid #ccc;
  padding-right: 0;
}
footer .footerLegal .links li:first-child {
  padding-left: 0;
}

.main .pageSection > p {
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

@media screen and (max-width: 750px) {
  [class*='col-'].main .pageSection .pageSectionLinks {
    margin-left: 16px;
    margin-right: 16px;
  }
  [class*='col-'].main .pageSection > h1, [class*='col-'].main .pageSection > h2, [class*='col-'].main .pageSection > h3, [class*='col-'].main .pageSection > h4, [class*='col-'].main .pageSection > h5, [class*='col-'].main .pageSection > p {
    margin-left: 16px;
    margin-right: 16px;
  }

  footer .footerLegal .links {
    text-align: left;
    margin-top: 6px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close.customClose {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: white;
  border-radius: 50%;
  border: 3px solid white;
  margin-right: 0;
  font-size: 12px;
}
.mfp-close.customClose .icon.mfp-close {
  border-radius: 50%;
}
.mfp-close.customClose .icon.mfp-close:before {
  padding-bottom: 0;
}
.mfp-close.customClose .icon.mfp-close:hover {
  color: #333333;
}
.mfp-close.customClose:focus .icon.mfp-close {
  color: #333333;
}

.mfp-close-btn-in .mfp-close {
  color: #666666;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #666666;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #666666;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #666666;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.shell-popup {
  position: relative;
  background: #FFF;
  padding: 56px 20px 20px 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.shell-popup > h1, .shell-popup > h2, .shell-popup > h3, .shell-popup > h4, .shell-popup > h5 {
  margin-bottom: 20px;
}
.shell-popup > p {
  margin-bottom: 10px;
}
.shell-popup .lightboxHeader {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background-color: #f7d117;
  padding: 10px 16px;
}
.shell-popup.open-alert-popup .lightboxHeader {
  background-color: #d42e12;
  color: white;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/************************
Buttons
************************/
button {
  border-style: solid;
  border-width: 0 2px 1px 0;
  padding: 0.7em 1.2em 0.7em 1.2em;
  color: #333;
  font-weight: bold;
  border-color: #999999;
  font-size: 1.18em;
  margin-right: 8px;
}
button.primary {
  color: #333333;
  border-color: #eac616;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f7d117;
}
button.primary:hover {
  background-color: #fee170;
}
button.secondary {
  background-color: #d7d7d7;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.75);
}
button.secondary:hover {
  background-color: #C0C0C0;
}

.tertiaryLink {
  display: block;
}
.tertiaryLink [class^="icon-"]:before,
.tertiaryLink [class*=" icon-"]:before {
  font-size: 8px;
  background-color: #d42e12;
  color: white;
  padding: 3px 3px 2px 4px;
  margin-right: 10px;
}
.tertiaryLink[href^="http"] [class^="icon-"]:before,
.tertiaryLink[href^="http"] [class*=" icon-"]:before {
  content: "\e625";
  color: black;
  background-color: transparent;
  font-size: 11px;
}

.editLink {
  display: block;
  font-size: 1.6em;
}
.editLink [class^="icon-"]:before,
.editLink [class*=" icon-"]:before {
  font-size: 0.8em;
  padding: 2px;
}
.editLink.icon-alone {
  display: block;
  width: 40px;
  background-color: #f7d117;
  text-align: center;
}
.editLink.icon-alone [class^="icon-"]:before,
.editLink.icon-alone [class*=" icon-"]:before {
  font-size: 20px;
  line-height: 30px;
}

.addLink {
  display: block;
  font-size: 1.6em;
}
.addLink [class^="icon-"]:before,
.addLink [class*=" icon-"]:before {
  font-size: 0.6em;
  padding: 4px;
  height: 20px;
  width: 20px;
  line-height: 1.4em;
  margin-right: 5px;
  text-align: center;
  background-color: #999999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/**************************
Checkboxes and Radios
**************************/
#pageWrapper .checkbox,
#pageWrapper .radio {
  position: relative;
  margin-bottom: 0.5em;
  line-height: 20px;
}
#pageWrapper input[type="checkbox"],
#pageWrapper input[type="radio"] {
  position: absolute;
  width: 20px;
  height: 20px;
  /* Reset anything that could peek out or interfere with dimensions */
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
}
#pageWrapper input[type="checkbox"] + label:before,
#pageWrapper input[type="radio"] + label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background-color: white;
  content: " ";
  vertical-align: top;
  font-family: 'shellicons';
  font-size: 9px;
  line-height: 15px;
  color: #333333;
  text-align: center;
  border: 1px solid white;
  box-shadow: 0px 0px 0px 1px #d5d5d5;
  cursor: hand;
}
#pageWrapper input[type="radio"] + label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#pageWrapper input[type="radio"]:focus + label:before {
  box-shadow: 0px 0px 0px 2px #999999;
}
#pageWrapper input[type="radio"]:checked + label:before {
  background-color: #f7d117;
}
#pageWrapper input[type="checkbox"] + label:before {
  content: " ";
  background-color: white;
}
#pageWrapper input[type="checkbox"]:focus + label:before {
  box-shadow: 0px 0px 0px 2px #999999;
}
#pageWrapper input[type="checkbox"]:checked + label:before {
  content: "\e61a";
  background-color: #f7d117;
}

.lt-ie9 #pageWrapper .checkbox,
.lt-ie9 #pageWrapper .radio {
  margin-bottom: 0;
}
.lt-ie9 #pageWrapper input[type="checkbox"] + label:before,
.lt-ie9 #pageWrapper input[type="radio"] + label:before {
  display: none !important;
}
.lt-ie9 #pageWrapper input[type="checkbox"],
.lt-ie9 #pageWrapper input[type="radio"] {
  position: relative;
  opacity: 1;
  width: auto;
  height: auto;
}

@media screen and (max-width: 750px) {
  html #pageWrapper input[type="checkbox"] + label:before, html #pageWrapper input[type="radio"] + label:before {
    margin-top: 6px;
  }
}
.separatorList {
  margin-bottom: 10px;
}
.separatorList .separatorBlock {
  padding-right: 5px;
}
.separatorList .separatorBlock + .separatorBlock {
  border-left: 1px solid #999999;
  padding-left: 5px;
}

#pageWrapper .shaded .form-layout1 textarea {
  width: 60%;
}

.fadeBkgrd {
  background-color: #fff5d0 !important;
  -webkit-animation: fadeBkgrd 1s ease-in 3s forwards;
  -moz-animation: fadeBkgrd 1s ease-in 3s forwards;
  animation: fadeBkgrd 1s ease-in 3s forwards;
}

@-webkit-keyframes fadeBkgrd {
  from {
    background-color: #fff5d0;
  }

  to {
    background-color: white;
  }
}

@-moz-keyframes fadeBkgrd {
  from {
    background-color: #fff5d0;
  }

  to {
    background-color: white;
  }
}

@-o-keyframes fadeBkgrd {
  from {
    background-color: #fff5d0;
  }

  to {
    background-color: white;
  }
}

@keyframes fadeBkgrd {
  from {
    background-color: #fff5d0;
  }

  to {
    background-color: white;
  }
}

nav ul, nav ol, nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.utilNav {
  font-size: 1.2em;
  color: #fff;
  background: #666666;
  height: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #5d5d5d;
}
.utilNav .contentWrapper {
  position: relative;
}
.utilNav a {
  color: #fff;
}
.utilNav nav > ul {
  float: right;
  border-left: 1px solid #6d6d6d;
}
.utilNav nav > ul > li {
  float: left;
  position: relative;
}
.utilNav nav > ul > li:hover > a {
  background: #333333;
  border-right: 1px solid #333333;
}
.utilNav nav > ul > li:hover .subnav {
  display: block;
}
.utilNav nav > ul > li > a {
  color: #d7d7d7;
  display: block;
  height: 40px;
  width: 43px;
  padding-top: 10px;
  text-align: center;
  border-left: 1px solid #333333;
  border-right: 1px solid #6d6d6d;
}
.utilNav .subnav {
  position: absolute;
  display: none;
  z-index: 100;
  right: -1px;
  top: 48px;
  background: #333333;
  padding: 12px 0;
}
.utilNav .subnav:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  background: #333333;
  height: 10px;
  width: 44px;
}
.utilNav .subnav li {
  min-width: 180px;
  border-bottom: 1px solid #434343;
}
.utilNav .subnav li:last-child {
  border-bottom: none;
}
.utilNav .subnav a {
  display: block;
  text-align: left;
  height: 38px;
  padding: 11px 17px 0;
}

.utilNav .notifications {
  position: relative;
}
.utilNav .notifications.highlight > a {
  background-color: #d42e12;
  background-image: none;
  border-right: none;
}
.utilNav .notifications.highlight > a [class^="icon-"]::before {
  color: #fff !important;
}
.utilNav .notifications .count {
  color: #fff;
  background: #d42e12;
  font-size: 11px;
  border-radius: 10px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 7px;
  right: 5px;
  padding: 1px 4px 2px;
  line-height: 1;
}
.utilNav .notifications .count em {
  display: none;
}
.utilNav .notifications .subnav {
  color: #333333;
  padding: 5px;
}
.utilNav .notifications .subnav a {
  color: #333333;
  display: inline;
  padding: 0;
}
.utilNav .notifications .subnav .subnavInner {
  background: #fff;
}
.utilNav .notifications .subnav h2 {
  font-size: 1.08em;
  text-transform: uppercase;
  color: #333333;
  padding: 10px 8px 0;
  margin: 0 0 15px;
}
.utilNav .notifications .subnav .holder {
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  margin: 15px 0 0;
  border-top: 1px solid #e4e4e4;
}
.utilNav .notifications .subnav li {
  width: 240px;
  padding: 10px 15px 10px 45px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 0.9em;
  position: relative;
}
.utilNav .notifications .subnav li a {
  text-decoration: underline;
}
.utilNav .notifications .subnav li .icon-star {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}
.utilNav .notifications .linkAll {
  background: #f7f7f7;
  padding: 13px 17px 30px;
  border-top: 1px solid #e4e4e4;
  font-size: 0.9em;
  font-weight: bold;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}

.utilNav .languages .subnav {
  font-size: 0.9em;
  padding: 25px 20px;
  *zoom: 1;
}
.utilNav .languages .subnav:before, .utilNav .languages .subnav:after {
  content: " ";
  display: table;
}
.utilNav .languages .subnav:after {
  clear: both;
}
.utilNav .languages .subnav h2 {
  font-size: 1em;
}
.utilNav .languages .subnav ul {
  float: left;
}
.utilNav .languages .subnav li {
  border: none;
  position: relative;
  padding: 10px 0 0 15px;
  min-width: 140px;
}
.utilNav .languages .subnav li.selected:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 3px;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.utilNav .languages .subnav li a {
  display: inline;
  padding-left: 0;
}
.utilNav .languages .languagesHolder {
  position: absolute;
  right: 0;
  top: 0;
  width: 1200px;
  height: 1px;
  overflow: visible;
}

.searchBox {
  width: 287px;
  height: 40px;
  border-left: 1px solid #333333;
  cursor: pointer;
}
.searchBox form {
  margin: 0;
}
.searchBox fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.searchBox .inputHolder {
  display: inline-block;
  position: relative;
}
.searchBox input[type="search"] {
  background: #999999;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  border: none;
  border-left: 1px solid #3f3f3f;
  width: 167px;
  height: 24px;
  padding: 0 25px 0 7px;
  margin-top: 8px;
  vertical-align: top;
}
.searchBox input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
.searchBox input[type="search"]:-moz-placeholder {
  color: #fff;
}
.searchBox input[type="search"]::-moz-placeholder {
  color: #fff;
}
.searchBox input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
.searchBox select {
  padding: 0;
  margin: 8px -3px 0 7px;
  border: 1px solid #b6b6b6;
  width: 77px;
  height: 24px;
  vertical-align: top;
}
.searchBox select:-webkit-autofill {
  background: #fff !important;
}
.searchBox button {
  padding: 0;
  position: absolute;
  top: 12px;
  right: -3px;
  background: transparent;
  border: none;
  font-size: 1px;
  color: #fff;
}
.searchBox button span:before {
  font-size: 16px;
}

.recentlyVisited {
  height: 40px;
  padding: 12px 0 0;
  overflow: hidden;
}
.recentlyVisited h2 {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 20px;
}
.recentlyVisited ul {
  display: inline;
}
.recentlyVisited li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #fff;
  margin-bottom: 20px;
}
.recentlyVisited li:first-child {
  border: none;
}
.recentlyVisited li a {
  color: #fff;
}

.mainNav {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  color: #333333;
}
.mainNav .contentWrapper .inner {
  position: relative;
}
.mainNav .logo {
	
  	
    height: 85px;
    left: 8px;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -36px;
    width: 317px;
}

.home-menu {
  margin: 0 0 0 80px;
  padding: 0;
  font-size: 1.3em;
  color: #333333;
}
.home-menu > li {
  float: left;
  text-align: center;
}
.home-menu > li > a {
  background-color: #fee170;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee170), color-stop(24%, #f7d117), color-stop(100%, #f7d117));
  background-image: -webkit-linear-gradient(bottom, #fee170 0%, #f7d117 24%, #f7d117 100%);
  background-image: linear-gradient(to top,#fee170 0%, #f7d117 24%, #f7d117 100%);
  border-top: 1px solid #dec61b;
  border-right: 1px solid #eac616;
  border-bottom: 1px solid #e0bd15;
  border-left: 1px solid #e7c623;
  border-left: none;
}
.home-menu > li > a:hover {
  background: #fee170;
  text-decoration: none;
}
.home-menu > li:first-child > a {
  border-left: #e7c623;
}
.home-menu > li > a {
  color: #333333;
  display: block;
  width: 105px;
  height: 40px;
  padding: 12px 0 0;
  font-weight: bold;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.75);
}
.home-menu .icon-home:before {
  color: #333333;
  position: relative;
  top: -2px;
  padding-right: 8px;
  font-size: 18px;
}
.home-menu .icon-menu:before {
  color: #333333;
  line-height: 0;
  padding-right: 5px;
  font-size: 13px;
}
.home-menu li.menu > a {
  position: relative;
  padding-right: 25px;
}
.home-menu li.menu > a:after {
  position: absolute;
  right: 15px;
  top: 16px;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #333333;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.home-menu li.menu.active > a {
  background: #d7d7d7;
  border-top-color: #b9b9b9;
  border-bottom: 0;
  border-right-color: #cfcfcf;
  box-shadow: 0 2px 3px #ccc inset;
}
.home-menu li:hover .menuDropDown {
  display: block;
}

.js .home-menu li:hover .menuDropDown {
  display: none;
}

.menuDropDown {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: #d7d7d7;
  padding: 0 0 60px 0;
  top: 64px;
  left: 0;
  text-align: left;
  font-size: 0.9em;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  display: none;
}
.menuDropDown:after {
  color: #333333;
  position: absolute;
  content: '';
  top: -25px;
  left: 185px;
  width: 105px;
  height: 25px;
  background: #d7d7d7;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
.menuDropDown .menu-option {
  padding: 0 20px 0 80px;
}
.menuDropDown .col {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  min-width: 20%;
}
.menuDropDown h2 {
  margin: 0 0 18px;
  font-size: 1.1em;
  color: #d42e12;
}
.menuDropDown ul {
  margin: 0 0 32px;
}
.menuDropDown li {
  margin: 0 0 8px;
}
.menuDropDown li a:hover {
  text-decoration: none;
  color: #d42e12;
}

.menuSelection {
  padding: 10px 50px 10px 80px;
  margin: 0 0 30px 0;
  background: #cccccc;
  overflow: hidden;
}
.menuSelection p {
  float: left;
  margin: 0;
}
.menuSelection ul {
  float: right;
  margin: 0;
  display: none;
}
.menuSelection li {
  display: inline-block;
  font-weight: bold;
  border-left: 1px solid #333333;
  margin: 0 0 0 8px;
  padding: 0 0 0 10px;
}
.menuSelection li:first-child {
  border: none;
}
.menuSelection li a {
  color: #d42e12;
}
.menuSelection li a:hover, .menuSelection li a.active {
  color: #333333;
}

#menu-lubricants, #menu-fuels {
  display: none;
}

.linkManage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #333333;
  border-top: 1px solid #000;
  padding: 13px 15px 0 80px;
  font-size: 0.9em;
}
.linkManage a {
  color: #fff !important;
  padding: 0 !important;
}
.linkManage .icon-play2:before {
  margin-top: -2px;
}

.userLinks {
  margin: 0 0 0 298px;
}
.userLinks ul {
  width: 100%;
  font-size: 1.2em;
  line-height: 1.05;
}
.userLinks li {
  float: left;
  vertical-align: middle;
  height: 40px;
  width: 25%;
  text-align: center;
}
.userLinks li > a {
  background-color: #fee170;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee170), color-stop(24%, #f7d117), color-stop(100%, #f7d117));
  background-image: -webkit-linear-gradient(bottom, #fee170 0%, #f7d117 24%, #f7d117 100%);
  background-image: linear-gradient(to top,#fee170 0%, #f7d117 24%, #f7d117 100%);
  border-top: 1px solid #dec61b;
  border-right: 1px solid #eac616;
  border-bottom: 1px solid #e0bd15;
  border-left: 1px solid #e7c623;
  border-left: none;
}
.userLinks li > a:hover {
  background: #fee170;
  text-decoration: none;
}
.userLinks li:first-child > a {
  border-left: #e7c623;
}
.userLinks a {
  display: block;
  padding: 0 8px;
  height: 100%;
  border-right: 1px solid yellow;
  color: #333333;
}
.userLinks a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.userLinks a span {
  display: inline-block;
  vertical-align: middle;
}

.menu.original {
  display: block;
}

.menu.clone {
  display: none;
}

.lt-ie9 .searchBox input[type="search"] {
  padding-top: 5px;
  height: 19px;
}
.lt-ie9 .searchBox select {
  padding-bottom: 4px;
}

@media screen and (max-width: 820px) {
  .home-menu > li a, .home-menu li.menu a {
    width: 40px;
    padding-right: 0;
  }
  .home-menu li.menu a:after {
    display: none;
  }
  .home-menu b {
    display: none;
  }
  .home-menu .icon-home:before, .home-menu .icon-menu:before {
    padding-right: 0;
  }

  li.menu b {
    display: none;
  }

  .menuDropDown:after {
    left: 119px;
    width: 41px;
  }

  .userLinks {
    margin-left: 165px;
  }

  .utilNav .languages .subnav ul {
    float: none;
  }

  .touch .utilNav nav > ul > li:hover .mobileDropDown {
    display: none;
  }

  .touch .utilNav nav > ul > li.active .mobileDropDown {
    display: block;
  }

  .touch .utilNav .trigger {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .home-menu {
    margin-left: 72px;
  }
  .home-menu .home {
    display: none;
  }
  .home-menu li.menu a {
    width: 58px;
    height: 58px;
    padding-top: 22px;
    border: 0;
  }
  .home-menu .icon-menu:before {
    font-size: 40px;
  }

  .js .menuDropDown {
    width: 100%;
    top: 57px;
  }

  .menu .menuSelection {
    padding: 0;
    background: none;
    font-size: 0.9em;
    margin-bottom: 0;
  }
  .menu .menuSelection p b {
    display: inline;
  }
  .menu .menuSelection p {
    float: none;
    color: #333333;
    margin-bottom: 10px;
  }
  .menu .menuSelection ul {
    float: none;
  }
  .menu .menuSelection ul li {
    display: inline;
    border-left: 1px solid #333333;
  }
  .menu .menuSelection ul li:first-child {
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }
  .menu .menuSelection ul li a {
    display: inline !important;
    color: #d42e12;
  }
  .menu .menuSelection ul li a.active {
    color: #333333;
  }

  .menuDropDown {
    width: 300px;
    top: 114px;
    padding-bottom: 30px !important;
  }
  .menuDropDown:after {
    display: none;
  }
  .menuDropDown .menu-option {
    padding: 0;
  }
  .menuDropDown h2 {
    margin-bottom: 5px;
  }
  .menuDropDown ul {
    margin-bottom: 30px;
  }

  .mainNav {
    width: 72px;
    border-bottom: 0;
  }
  .mainNav .contentWrapper {
    padding: 0;
  }
  .mainNav .logo {
    
    height: 85px;
    left: 8px;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -36px;
    width: 317px;
  }

  .utilNav {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    height: 0;
  }
  .utilNav nav > ul > li {
    height: 58px;
    overflow: visible;
  }
  .utilNav nav > ul > li > a [class^="icon-"]:before, .utilNav nav > ul > li > a [class*=" icon-"]:before {
    font-size: 26px;
    color: #000;
  }
  .utilNav nav > ul > li > a .icon-menu:before {
    font-size: 20px;
  }
  .utilNav .subnav {
    font-size: 1.15em;
    padding: 15px  0 15px 30px !important;
    background: #d7d7d7;
    top: 58px;
    left: 0;
    width: 100%;
  }
  .utilNav .subnav:before {
    display: none !important;
  }
  .utilNav .subnav li {
    margin: 0 0 3px 0;
    border: none;
  }
  .utilNav .subnav a {
    height: auto;
    padding: 5px 0;
    color: #333333;
  }
  .utilNav .subnav a:hover {
    color: #d42e12;
    text-decoration: none;
  }
  .utilNav .languages .subnav {
    font-size: 1.15em;
  }
  .utilNav .languages .subnav h2 {
    margin-bottom: 3px;
  }
  .utilNav .languages .subnav li.selected:before {
    top: 15px;
  }
  .utilNav .notifications:hover .subnav {
    display: none;
  }
  .utilNav nav {
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding-left: 130px;
    z-index: 150;
    padding: 0 0 0 72px;
    background-color: #fee170;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee170), color-stop(24%, #f7d117), color-stop(100%, #f7d117));
    background-image: -webkit-linear-gradient(bottom, #fee170 0%, #f7d117 24%, #f7d117 100%);
    background-image: linear-gradient(to top,#fee170 0%, #f7d117 24%, #f7d117 100%);
    float: left;
  }
  .utilNav nav > ul {
    border: none;
    float: none;
  }
  .utilNav nav > ul > li {
    position: static;
  }
  .utilNav nav > ul > li > a {
    height: 58px;
    width: 58px;
    padding-top: 17px;
    background-color: #fee170;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee170), color-stop(24%, #f7d117), color-stop(100%, #f7d117));
    background-image: -webkit-linear-gradient(bottom, #fee170 0%, #f7d117 24%, #f7d117 100%);
    background-image: linear-gradient(to top,#fee170 0%, #f7d117 24%, #f7d117 100%);
    text-shadow: -1px 1px rgba(255, 255, 255, 0.75);
    border: none;
  }
  .utilNav nav > ul > li:hover > a, .utilNav nav > ul li.hover > a {
    background: #d7d7d7;
    border-right: none;
  }
  .utilNav nav .languages .languagesHolder {
    width: 100%;
  }
  .utilNav nav .languages .languagesHolder h2 {
    font-size: 1.1em;
    color: #d42e12;
  }
  .utilNav .contentWrapper {
    padding: 0;
  }

  .js .menu.original {
    display: none;
  }

  .menu.clone {
    display: block;
  }

  .userLinks, .mainNav .editLink, .recentlyVisited, .js .home-menu, nav > .searchBox {
    display: none;
  }

  .searchBox {
    height: 58px;
    width: 58px;
    float: none;
    border: none;
  }
  .searchBox:hover {
    background: #d7d7d7;
  }
  .searchBox:hover .inputHolder {
    display: block;
  }
  .searchBox:before {
    font-family: 'shellicons';
    content: "\e602";
    font-size: 26px;
    color: #000;
    position: relative;
    top: 19px;
    left: 12px;
    text-shadow: -1px 1px rgba(255, 255, 255, 0.75);
  }
  .searchBox .inputHolder {
    display: none;
    position: absolute;
    left: -0;
    top: 58px;
    background: #d7d7d7;
    width: 100%;
    padding: 4% 2%;
    z-index: 100;
  }
  .searchBox .inputHolder input {
    width: 98%;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #b1b1b1;
    background: #fff;
    color: #333333;
    margin: 0;
  }
  .searchBox button {
    position: absolute;
    right: 3.2%;
    top: 50%;
    margin-top: -12px;
  }
  .searchBox button span:before {
    font-size: 23px;
    color: #000;
  }
  .searchBox select {
    display: none;
  }

  .touch .utilNav nav > ul > li.active a {
    background: #d7d7d7;
    border-right: none;
  }

  .touch .utilNav .trigger {
    display: inline-block;
    height: 58px;
    width: 58px;
    position: relative;
    top: -30px;
  }
  .touch .utilNav .trigger:before {
    font-family: 'shellicons';
    content: "\e602";
    font-size: 26px;
    color: #000;
    position: relative;
    top: 2px;
    left: 0;
    text-shadow: -1px 1px rgba(255, 255, 255, 0.75);
  }
}
.accordion {
  display: block;
  width: 100%;
}
.accordion .accordionHeader {
  margin: 0;
  padding: 8px 16px;
  border: 1px solid #d5d5d5;
  position: relative;
  background-color: #f7f7f7;
  border-bottom: 0;
}
.accordion .accordionHeader.open {
  border-bottom: 1px solid #d5d5d5;
  background-color: white;
}
.accordion .accordionHeader.open.formAccordionSection {
  background-color: #f7d117;
}
.accordion .accordionHeader.open.formAccordionSection h1, .accordion .accordionHeader.open.formAccordionSection h2, .accordion .accordionHeader.open.formAccordionSection h3, .accordion .accordionHeader.open.formAccordionSection h4, .accordion .accordionHeader.open.formAccordionSection h5 {
  color: #333333;
}
.accordion .accordionHeader.open.formAccordionSection a {
  color: #333333;
}
.accordion .accordionHeader:last-of-type {
  border-bottom: 1px solid #d5d5d5;
}
.accordion .accordionHeader:last-of-type.open {
  border-bottom: 1px solid #d5d5d5;
}
.accordion .accordionHeader .accordionAction {
  position: absolute;
  display: block;
  right: 16px;
  vertical-align: middle;
  top: 33%;
}
.accordion .accordionHeader .accordionAction [class^="icon-"]:before,
.accordion .accordionHeader .accordionAction [class*=" icon-"]:before {
  font-size: 10px;
}
.accordion .accordionContent {
  margin: 0;
  padding: 0;
  border: 1px solid #d5d5d5;
  border-top: 0;
  border-bottom: 0;
}
.accordion .accordionContent:last-of-type {
  border-bottom: 1px solid #d5d5d5;
}
.accordion .accordionContent .accordionContentSection {
  width: 100%;
  padding: 16px;
}

.accordion.panel {
  border: 1px solid #d5d5d5;
  padding: 16px 0 0;
  margin-bottom: 16px;
}
.accordion.panel > h1.accordionHeader, .accordion.panel > h2.accordionHeader, .accordion.panel > h3.accordionHeader, .accordion.panel > a {
  margin-left: 16px;
  margin-right: 16px;
}
.accordion.panel h4.accordionHeader {
  font-size: 1.2em;
}
.accordion.panel > .accordionHeader.panelTitle {
  font-size: 1.3em;
  line-height: 1.2;
  padding-top: 4px;
  padding-bottom: 32px;
  text-transform: uppercase;
  border: 0;
  border-top: 3px solid #d42e12;
  padding-left: 0;
  background: 0;
}
.accordion.panel > .accordionHeader.panelTitle .accordionAction {
  top: 4px;
}
.accordion.panel .accordionContent {
  border: 0;
}
.accordion.panel.documents > h2:first-child {
  border-color: #00824a;
}
.accordion.panel.sectionMenu > h2:first-child {
  border-color: #d42e12;
}
.accordion.panel.subMenuLinks > h2:first-child {
  border-color: black;
}
.accordion.panel.news > h2:first-child {
  border-color: black;
}
.accordion.panel.relatedLinks > h2:first-child {
  border-color: #0099ba;
}

.accordion.documentAccordion .accordionHeader.open {
  border-bottom: 0;
}
.accordion.documentAccordion .accordionHeader:last-of-type.open {
  border-bottom: 0;
}
.accordion.documentAccordion .accordionContent .documentList li:last-child {
  border-bottom: 0;
}

.errorMessage {
  margin: 20px 0;
  background: #f0f0f0;
  border: 2px solid #d42e12;
  padding: 17px 30px 7px 65px;
  font-size: 1.2em;
  position: relative;
}
.errorMessage .icon-alert {
  position: absolute;
  left: 20px;
  top: 17px;
  background: #d42e12;
  color: #fff;
  height: 28px;
  width: 28px;
  text-align: center;
  padding: 4px 0 0;
}
.errorMessage p {
  margin: 0 0 20px;
}
.errorMessage h3 {
  font-size: 1.8em;
  color: #d42e12;
  margin: 0 0 10px;
}

.banner {
  position: relative;
  width: 560px;
  max-width: 100%;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.banner .copy {
  position: absolute;
  bottom: 20px;
  margin: 0 20px 0 0;
  max-width: 90%;
  color: #333333;
}
.banner h2 {
  float: left;
  background: #f7d117;
  font-size: 1.64em;
  line-height: 1.24;
  padding: 7px 20px;
  color: #333333;
}
.banner p {
  float: left;
  clear: both;
  max-width: 90%;
  line-height: 1.27;
  background: white;
  margin-left: 20px;
  padding: 7px 20px;
}
.banner.text-right .copy {
  right: 0;
  margin: 0 0 0 20px;
}
.banner.text-right h2, .banner.text-right p {
  float: right;
}

.flexslider .banner {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .banner {
    font-size: 80%;
  }
}
.documentList {
  width: 100%;
  padding: 0;
  margin: 0 0 32px 0;
}
.documentList li {
  position: relative;
  width: 100%;
  list-style-type: none;
  border-bottom: 1px solid #d5d5d5;
}
.documentList li:first-child {
  border-top: 1px solid #d5d5d5;
}
.documentList a {
  display: inline-block;
  vertical-align: middle;
}
.documentList .documentTitle {
  width: 50%;
}
.documentList .documentInfo {
  vertical-align: middle;
  display: inline-block;
  width: 35%;
}
.documentList .infoBlock {
  display: inline-block;
  vertical-align: middle;
}
.documentList .infoBlock.documentDate {
  width: 45%;
}
.documentList .infoBlock.documentType {
  width: 17%;
}
.documentList .infoBlock.documentSize {
  width: 30%;
  word-break: break-all;
  word-break: break-word;
}
.documentList .icon-alone {
  padding: 8px 16px;
}
.documentList .icon-alone [class*="icon-"]:before {
  font-size: 16px;
  padding: 0;
}
.documentList:last-of-type {
  margin: 0;
}

[class*='col-']:not(.main) .documentInfo {
  display: none;
}
[class*='col-']:not(.main) .documentTitle {
  width: 70%;
}

@media screen and (max-width: 750px) {
  .documentList .infoBlock {
    display: none;
  }
  .documentList .documentTitle {
    width: 70%;
  }
  .documentList .documentInfo {
    display: none;
  }
}
.newsFeed.holder {
  margin: 15px 0 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.newsFeed.holder ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsFeed li {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  font-size: 0.9em;
  position: relative;
}
.newsFeed li a {
  padding: 8px 16px;
  display: block;
}
.newsFeed li a:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
.newsFeed li a:focus {
  background-color: #f7f7f7;
}

.previewComponent {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.previewComponent img {
  float: left;
  margin: 0 16px 16px 0;
  width: 32%;
}
.previewComponent .videoPlayerLink {
  float: left;
  margin: 0 16px 16px 0;
  width: 32%;
  position: relative;
}
.previewComponent .videoPlayerLink img {
  width: 100%;
  float: none;
  margin: 0;
}
.previewComponent .videoPlayerLink:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  width: 40%;
  height: 50%;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  transition: background-color 0.5s ease;
}
.previewComponent .videoPlayerLink:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.previewComponent .videoPlayerLink:hover:before {
  background-color: rgba(0, 0, 0, 0.9);
}
.previewComponent .copy {
  overflow: hidden;
}
.previewComponent .copy h1, .previewComponent .copy h2, .previewComponent .copy h3, .previewComponent .copy h4 {
  margin-bottom: 10px;
}
.previewComponent .copy p {
  margin-bottom: 10px;
}
.previewComponent .copy button {
  margin-bottom: 20px;
}
.previewComponent .copy p + .ctaGroup {
  margin-top: 20px;
}
.previewComponent .copy a.tertiaryLink {
  display: inline-block;
  margin-bottom: 10px;
}
.previewComponent .copy a.tertiaryLink:first-of-type {
  margin-right: 10px;
}
.previewComponent .copy .clearedCTA button, .previewComponent .copy .clearedCTA a.tertiaryLink {
  display: block;
}
.previewComponent.wrapText .copy {
  overflow: visible;
}
.previewComponent .additionalInfo {
  margin-bottom: 10px;
}
.previewComponent .additionalInfo .additionalInfoBlock {
  padding-right: 5px;
}
.previewComponent .additionalInfo .additionalInfoBlock + .additionalInfoBlock {
  border-left: 1px solid #999999;
  padding-left: 5px;
}
.previewComponent .additionalInfo .additionalInfoBlock a {
  color: red;
}
.previewComponent.smallImage img {
  width: 110px;
}
.previewComponent.largeImage img {
  width: 47%;
}
.previewComponent.largeImage .videoPlayerLink {
  width: 47%;
}
.previewComponent.largeImage .videoPlayerLink img {
  width: 100%;
  float: none;
  margin: 0;
}
.previewComponent.largeImage .videoPlayerLink:after {
  border-width: 20px 0 20px 30px;
}
.previewComponent.fullWidthImage img {
  width: 100%;
}
.previewComponent.fullWidthImage .copy {
  float: left;
}
.previewComponent.fullWidthImage .videoPlayerLink {
  width: 100%;
}
.previewComponent.fullWidthImage .videoPlayerLink img {
  width: 100%;
  float: none;
  margin: 0;
}
.previewComponent.fullWidthImage .videoPlayerLink:before {
  width: 30%;
  height: 40%;
}
.previewComponent.fullWidthImage .videoPlayerLink:after {
  border-width: 30px 0 30px 40px;
}

.previewPackShot {
  width: 100%;
}
.previewPackShot:before, .previewPackShot:after {
  content: " ";
  display: table;
}
.previewPackShot:after {
  clear: both;
}
.previewPackShot .packShotItem {
  width: 32%;
  float: left;
}
.previewPackShot .packShotItem .previewComponent img {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.previewPackShot .packShotItem .previewComponent .copy {
  overflow: visible;
}
.previewPackShot .packShotItem .previewComponent .videoPlayerLink {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.previewPackShot .packShotItem .previewComponent .videoPlayerLink img {
  width: 100%;
  float: none;
  margin: 0;
}
.previewPackShot .packShotItem .previewComponent .videoPlayerLink:before {
  width: 30%;
  height: 40%;
}
.previewPackShot .packShotItem .previewComponent .videoPlayerLink:after {
  border-width: 20px 0 20px 30px;
}
.previewPackShot .packShotItem:nth-child(-n+2) {
  margin-right: 2%;
}

.previewSplitBox {
  width: 100%;
}
.previewSplitBox:before, .previewSplitBox:after {
  content: " ";
  display: table;
}
.previewSplitBox:after {
  clear: both;
}
.previewSplitBox .split-50 {
  width: 47%;
  float: left;
}
.previewSplitBox .split-50 .previewComponent img {
  width: 50%;
  margin: 0 16px 10px 0;
}
.previewSplitBox .split-50 .previewComponent .copy {
  overflow: visible;
}
.previewSplitBox .split-50 .previewComponent .videoPlayerLink {
  width: 50%;
}
.previewSplitBox .split-50 .previewComponent .videoPlayerLink img {
  width: 100%;
  float: none;
  margin: 0;
}
.previewSplitBox .split-50 .previewComponent .videoPlayerLink:before {
  width: 30%;
  height: 40%;
}
.previewSplitBox .split-50 .previewComponent .videoPlayerLink:after {
  border-width: 15px 0 15px 25px;
}
.previewSplitBox .split-50:first-child {
  margin-right: 6%;
}

.previewComponent.documentPreview .documentList {
  clear: left;
}

[class*='col-']:not(.main) .previewComponent {
  padding: 0px 16px;
}
[class*='col-']:not(.main) .previewComponent img {
  float: none;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
[class*='col-']:not(.main) .previewComponent .videoPlayerLink {
  float: none;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
[class*='col-']:not(.main) .previewComponent .videoPlayerLink img {
  margin-bottom: 0;
}
[class*='col-']:not(.main) .previewComponent img ~ .copy,
[class*='col-']:not(.main) .previewComponent .videoPlayerLink ~ .copy {
  float: none;
}
[class*='col-']:not(.main) .previewComponent img ~ .copy p,
[class*='col-']:not(.main) .previewComponent .videoPlayerLink ~ .copy p {
  display: block;
}

@media screen and (max-width: 820px) {
  [class*='col-tablet-8']:not(.main) .previewComponent {
    padding: 0px 16px;
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent img {
    float: left;
    margin: 0 16px 16px 0;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink {
    float: left;
    margin: 0 16px 16px 0;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink img {
    float: none;
    margin: 0;
  }

  [class*='col-tablet-8']:not(.main) .previewComponent img,
  [class*='col-'].main .previewComponent img {
    width: 45%;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink,
  [class*='col-'].main .previewComponent .videoPlayerLink {
    width: 45%;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink img,
  [class*='col-'].main .previewComponent .videoPlayerLink img {
    width: 100%;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent img ~ .copy p,
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink ~ .copy p,
  [class*='col-'].main .previewComponent img ~ .copy p,
  [class*='col-'].main .previewComponent .videoPlayerLink ~ .copy p {
    display: none;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent.smallImage img,
  [class*='col-'].main .previewComponent.smallImage img {
    width: 110px;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent.fullWidthImage img,
  [class*='col-'].main .previewComponent.fullWidthImage img {
    width: 100%;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent.fullWidthImage .copy,
  [class*='col-'].main .previewComponent.fullWidthImage .copy {
    float: left;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent.fullWidthImage .videoPlayerLink,
  [class*='col-'].main .previewComponent.fullWidthImage .videoPlayerLink {
    width: 100%;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent.fullWidthImage .videoPlayerLink img,
  [class*='col-'].main .previewComponent.fullWidthImage .videoPlayerLink img {
    width: 100%;
    float: none;
    margin: 0;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent.fullWidthImage .videoPlayerLink:before,
  [class*='col-'].main .previewComponent.fullWidthImage .videoPlayerLink:before {
    width: 30%;
    height: 40%;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent.fullWidthImage .videoPlayerLink:after,
  [class*='col-'].main .previewComponent.fullWidthImage .videoPlayerLink:after {
    border-width: 25px 0 25px 35px;
  }

  .previewPackShot .packShotItem {
    width: 32%;
  }
  .previewPackShot .packShotItem .previewComponent img {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .previewPackShot .packShotItem .previewComponent .videoPlayerLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .previewPackShot .packShotItem .previewComponent .videoPlayerLink img {
    width: 100%;
    float: none;
    margin: 0;
  }
  .previewPackShot .packShotItem .previewComponent .videoPlayerLink:before {
    width: 30%;
    height: 40%;
  }
  .previewPackShot .packShotItem .previewComponent .videoPlayerLink:after {
    border-width: 15px 0 15px 20px;
  }
  .previewPackShot .packShotItem:nth-child(-n+2) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) {
  [class*='col-tablet-8']:not(.main) .previewComponent,
  [class*='col-'].main .previewComponent,
  .shell-popup .previewComponent {
    padding: 0px 16px;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent img,
  [class*='col-'].main .previewComponent img,
  .shell-popup .previewComponent img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink,
  [class*='col-'].main .previewComponent .videoPlayerLink,
  .shell-popup .previewComponent .videoPlayerLink {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink img,
  [class*='col-'].main .previewComponent .videoPlayerLink img,
  .shell-popup .previewComponent .videoPlayerLink img {
    margin-bottom: 0;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink:before,
  [class*='col-'].main .previewComponent .videoPlayerLink:before,
  .shell-popup .previewComponent .videoPlayerLink:before {
    width: 30%;
    height: 40%;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink:after,
  [class*='col-'].main .previewComponent .videoPlayerLink:after,
  .shell-popup .previewComponent .videoPlayerLink:after {
    border-width: 25px 0 25px 35px;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent img ~ .copy,
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink ~ .copy,
  [class*='col-'].main .previewComponent img ~ .copy,
  [class*='col-'].main .previewComponent .videoPlayerLink ~ .copy,
  .shell-popup .previewComponent img ~ .copy,
  .shell-popup .previewComponent .videoPlayerLink ~ .copy {
    float: left;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent img ~ .copy p,
  [class*='col-tablet-8']:not(.main) .previewComponent .videoPlayerLink ~ .copy p,
  [class*='col-'].main .previewComponent img ~ .copy p,
  [class*='col-'].main .previewComponent .videoPlayerLink ~ .copy p,
  .shell-popup .previewComponent img ~ .copy p,
  .shell-popup .previewComponent .videoPlayerLink ~ .copy p {
    display: block;
  }
  [class*='col-tablet-8']:not(.main) .previewComponent.smallImage img,
  [class*='col-'].main .previewComponent.smallImage img,
  .shell-popup .previewComponent.smallImage img {
    display: none;
  }

  .previewPackShot .packShotItem {
    width: 100%;
  }
  .previewPackShot .packShotItem .previewComponent img {
    display: none;
  }
  .previewPackShot .packShotItem:nth-child(-n+2) {
    margin-right: 0;
  }

  .previewSplitBox .split-50 {
    width: 100%;
  }
  .previewSplitBox .split-50 .previewComponent img {
    width: 100%;
  }
  .previewSplitBox .split-50:first-child {
    margin-right: 0;
  }

  .previewComponent.documentPreview img {
    display: none;
  }
}
.sectionLinks {
  width: 100%;
  padding: 0;
  margin: 0 0 32px 0;
}
.sectionLinks li {
  position: relative;
  width: 100%;
  list-style-type: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 8px 16px;
}
.sectionLinks li:first-child {
  border-top: 1px solid #d5d5d5;
}
.sectionLinks li.currentActive {
  font-weight: bold;
}

#pageWrapper .pagination {
  font-size: 1.15em;
  border-top: 1px solid #d7d7d7;
  padding: 15px 0 0;
  margin: 20px 0 10px;
}
#pageWrapper .pagination h3 {
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 8px 0 0;
}
#pageWrapper .pagination form {
  margin: 0;
  padding: 0;
  position: relative;
}
#pageWrapper .pagination fieldset {
  display: inline;
}
#pageWrapper .pagination select {
  position: absolute;
  top: -3px;
  left: 3.3em;
  width: 70px;
  padding: 1px;
  height: auto;
}
#pageWrapper .pagination label span {
  padding-left: 80px;
}
#pageWrapper .pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
}
#pageWrapper .pagination ul b {
  color: #d42e12;
  padding: 2px 3px;
  font-size: 0.95em;
}
#pageWrapper .pagination ul a {
  padding: 2px 3px;
}
#pageWrapper .pagination ul a:hover {
  text-decoration: none;
  background: #f7d117;
}
#pageWrapper .pagination ul a.prev, #pageWrapper .pagination ul a.next {
  color: #666666;
}
#pageWrapper .pagination ul a.prev [class^="icon-"]:before, #pageWrapper .pagination ul a.next [class^="icon-"]:before {
  font-size: 16px;
}
#pageWrapper .pagination ul a.prev:hover, #pageWrapper .pagination ul a.next:hover {
  color: #333333;
  background: none;
}
#pageWrapper .pagination li {
  list-style: none;
  display: inline;
}

@media screen and (max-width: 750px) {
  html #pageWrapper .pagination {
    padding: 20px 16px 0;
  }
  html #pageWrapper .pagination ul {
    float: none;
  }
  html #pageWrapper .pagination form {
    margin: 30px 0;
    padding: 0;
  }
  html #pageWrapper .pagination form select {
    left: 3em;
    width: 70px;
    height: auto;
  }
}
.siteToolbar {
  *zoom: 1;
  padding: 10px 0;
  font-size: 1.2em;
}
.siteToolbar:before, .siteToolbar:after {
  content: " ";
  display: table;
}
.siteToolbar:after {
  clear: both;
}
.siteToolbar .link-back {
  float: left;
  margin-left: 10px;
}
.siteToolbar .link-back [class^="icon-"]:before {
  font-size: 16px;
}
.siteToolbar ul {
  float: right;
  margin-right: 10px;
}
.siteToolbar li {
  float: left;
  padding-left: 10px;
}
.siteToolbar a {
  color: #999999;
}
.siteToolbar a:hover {
  color: #333333;
  text-decoration: none;
}

.latestNews .previewComponent:nth-of-type(3) {
  border-top: 1px solid #d5d5d5;
  padding-top: 20px;
}
.latestNews .previewSplitBox {
  border-top: 1px solid #d5d5d5;
  padding-top: 20px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
}

.signpost p {
  font-size: 1.2em;
  padding: 8px 8px 10px;
  background: #f0f0f0;
  margin: 1px 0 10px;
}
.signpost.section-lubricants p {
  background: #e8f5f7;
}
.signpost.section-fuels p {
  background: #fff5d0;
}

.hasTooltip {
  cursor: pointer;
}

.tooltipContent, .tooltip {
  display: none;
}

.tooltip.open {
  display: block;
}

body .tooltip {
  position: absolute;
  padding: 15px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
  width: auto;
  max-width: 400px;
  z-index: 100;
}
body .tooltip:before {
  content: ' ';
  position: absolute;
  background: url(../images/callout.png) 0 0 no-repeat;
  background-position: 0px -50px;
  width: 24px;
  height: 16px;
  bottom: -16px;
  top: auto;
  left: 50%;
  margin-left: -12px;
}
body .tooltip.top:before {
  background-position: 0px -75px;
  width: 24px;
  height: 16px;
  left: 50%;
  margin-left: -12px;
  top: -16px;
}
body .tooltip.right:before {
  right: 20px;
  left: auto;
}
body .tooltip.left:before {
  background-position: 0px -50px;
  width: 24px;
  height: 16px;
  left: 20px;
  bottom: -16px;
  top: auto;
}
body .tooltip.left.top:before {
  background-position: 0px -75px;
  bottom: auto;
  top: -16px;
}
body .tooltip h3 {
  color: #d42e12;
  font-size: 1.15em;
  margin: 10px 0;
}
body .tooltip p {
  margin: 8px 0;
}
body .tooltip > *:first-child {
  margin-top: 0;
}
body .tooltip > *:last-child {
  margin-bottom: 0;
}
body .tooltip a {
  color: #333333;
  text-decoration: underline;
}
body .tooltip a:hover {
  color: #000;
  text-decoration: none;
}
body .tooltip button {
  margin-bottom: 10px;
}
body .tooltip button a {
  text-decoration: none;
}
body .tooltip .buttons {
  margin-top: 15px;
}

#tandcLightbox {
  padding: 40px 0 0;
  max-width: 750px;
}
#tandcLightbox .TandCArea {
  width: 100%;
  height: 400px;
  overflow-y: auto;
}
#tandcLightbox .TandCArea .TandCTable {
  background-color: #f0f0f0;
}
#tandcLightbox .TandCArea tr {
  border-top: 1px solid #cccccc;
}
#tandcLightbox .TandCArea td {
  padding: 16px;
  vertical-align: top;
}
#tandcLightbox .TandCArea td.TandC {
  width: 60%;
}
#tandcLightbox .TandCArea td .cellTitle, #tandcLightbox .TandCArea td p {
  padding-bottom: 16px;
}
#tandcLightbox .TandCActions {
  padding: 20px 16px 16px;
  border-top: 1px solid #cccccc;
}
#tandcLightbox .documentList .documentInfo {
  display: none;
}

#video-popup {
  padding: 40px 0 0;
  max-width: 570px;
}

#singleVideoPlayer {
  width: 100%;
}

.allNotifications .accordionHeader {
  border: none;
  border-bottom: 1px solid #d5d5d5;
}
.allNotifications .accordionContent {
  border: none;
}
.allNotifications .accordionContent ul {
  margin: 10px 0 25px;
  padding: 0;
  list-style: none;
}
.allNotifications .accordionContent li {
  padding: 8px 20px 8px 40px;
  position: relative;
  min-height: 28px;
  line-height: 1.5;
}
.allNotifications .accordionContent li [class^="icon-"], .allNotifications .accordionContent li [class*=" icon-"] {
  position: absolute;
  left: 10px;
  top: 4px;
}
.allNotifications .accordionContent li.new:after {
  content: 'NEW';
  font-weight: bold;
  color: #d42e12;
  background: #fff5d0;
  padding: 1px 4px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  position: relative;
  left: 5px;
}
.allNotifications .accordionContent a {
  text-decoration: underline;
}
.allNotifications .accordionContent a:hover {
  text-decoration: none;
}
.allNotifications .accordionContent .time {
  color: #999999;
  padding-left: 5px;
}
.allNotifications .accordionContent:last-of-type {
  border: none;
}

#pageWrapper .facets form {
  margin: 0;
}
#pageWrapper .facets .accordionHeader {
  border: none;
  padding: 0;
}
#pageWrapper .facets h2 {
  color: #d42e12;
  background: #f7f7f7;
  border: 1px solid #efefef;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 25px 8px 10px;
  box-shadow: 0px 1px 0 #fff inset;
}
#pageWrapper .facets .accordionContent {
  border: none;
}
#pageWrapper .facets .accordionContent ul {
  margin: 0;
  padding: 0 0 35px;
  list-style: none;
}
#pageWrapper .facets .accordionContent li {
  padding: 9px 10px 2px 30px;
  border-bottom: 1px solid #d7d7d7;
}
#pageWrapper .facets .accordionContent li:last-child {
  border-bottom: none;
}
#pageWrapper .facets .accordionContent li.checkbox-all {
  padding-left: 10px;
  font-weight: bold;
}
#pageWrapper .facets .accordionContent input[type="checkbox"] + label:before, #pageWrapper .facets .accordionContent input[type="radio"] + label:before {
  margin-right: 8px;
}
#pageWrapper .facets .showLink {
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  margin-left: 30px;
  position: relative;
  top: -25px;
}
#pageWrapper .facets .showLink:hover {
  text-decoration: none;
}
#pageWrapper .facets .counter {
  position: absolute;
  right: 40px;
  top: 11px;
}

.lt-ie9 #pageWrapper .facets label {
  display: inline;
  padding-left: 8px;
}

.facetsHeader {
  font-size: 1.1em;
  padding: 10px 0 0 0;
}
.facetsHeader .button-filter {
  height: 38px;
  width: 40px;
  padding: 10px;
  border: none;
  float: right;
  margin: -10px 0 0;
  background: #fff;
  text-shadow: none;
}
.facetsHeader .button-filter:hover {
  background: #fff;
}
.facetsHeader .button-filter:focus {
  outline: none;
}
.facetsHeader .button-filter.open, .facetsHeader .button-filter.open:hover {
  background: #fff5d0;
}

.facets-showhide {
  clear: both;
}
.facets-showhide .buttons {
  clear: both;
  overflow: hidden;
  background: #fff5d0;
  padding: 8px 10px;
}
.facets-showhide .buttons button {
  padding: 8px 10px;
  font-weight: normal;
}
.facets-showhide .buttons button:focus {
  outline: none;
}
.facets-showhide .button-clear {
  float: left;
}
.facets-showhide .button-done {
  float: right;
  margin-right: 0;
}
.facets-showhide h3 {
  margin: 10px 0 -40px;
  font-weight: normal;
  text-align: center;
  font-size: 1em;
}

@media screen and (max-width: 750px) {
  #pageWrapper .facets {
    font-size: 1.3em;
    			/*
    padding-left: 16px;
    			padding-right: 16px;
    */
  }
  #pageWrapper .facets form {
    padding: 0;
  }
  #pageWrapper .facets .counter {
    font-size: 18px;
    font-weight: bold;
  }

  .facetsHeader .button-filter {
    height: 50px;
    width: 50px;
  }
  .facetsHeader .buttons button {
    font-size: 1em;
  }
}
.tableHolder {

}

.table {
	width: 100%;
	font-size: 1.1em;
	background-color: white;
}
.table th, .table td {
  padding: 8px;
  border: 1px solid #cccccc;
}
.table th {
  background-color: #f7d117;
  font-weight: normal;
  white-space: nowrap;
  padding-right: 20px;
  color: #333333;
}
.table th:hover {
  text-decoration: underline;
  cursor: pointer;
}
.table tr:hover td {
  background: #fff5d0;
}
.table td.status-red {
  color: #d42e12;
}
.table td.status-green {
  color: #00824a;
}
.table .headerSortUp, .table .headerSortDown {
  font-weight: bold;
  background-image: url(../images/tri.png);
  background-position: right 14px;
  background-repeat: no-repeat;
}
.table .headerSortUp {
  background-position: right -66px;
}

.table-menu {
  position: relative;
  text-align: right;
  margin: 20px 0 -18px;
}
.table-menu > a {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  box-sizing: border-box;
  padding: 9px;
  border: 1px solid #fff;
  z-index: 2;
  background: #fff;
  line-height: 0;
}
.table-menu > a:hover {
  border-color: #d5d5d5;
}
.table-menu > a.open, .table-menu > a.open:hover {
  border-color: #d5d5d5;
  border-bottom: none;
}
.table-menu ul {
  display: none;
  margin: 0;
  padding: 10px 5px 2px;
  list-style: none;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 39px;
  right: 0;
  text-align: left;
  border: 1px solid #d5d5d5;
}
.table-menu li {
  padding: 2px 10px;
}
.table-menu input[type="checkbox"] + label:before {
  margin-right: 7px;
  margin-top: 2px;
}

@media screen and (max-width: 750px) {
  .tableHolder {
    width:100%;
	
  }

  .table {
    font-size: 0.9em;
  }
  .table td {
    vertical-align: top;
  }
}
.contact {
  font-size: 1.18em;
  line-height: 1.2;
  margin: 20px 0;
}
.contact h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.contact dt {
  display: inline-block;
  box-sizing: border-box;
  width: 45%;
  margin: 0 0 20px 0;
  position: relative;
  padding: 0 3% 0 120px;
  min-height: 120px;
  vertical-align: top;
}
.contact dt img, .contact dt [class^='icon-'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
}
.contact dt [class^='icon-'] {
  background: #f7f7f7;
  border: 1px solid #d5d5d5;
  padding: 27px 27px;
  box-sizing: border-box;
}
.contact dt [class^='icon-']:before {
  font-size: 40px;
}
.contact dd {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 0 20px 0;
}
.contact dd b {
  display: inline-block;
  width: 6em;
}
.contact a, .contact p a {
  color: #333333;
}
.contact p {
  margin-bottom: 0.35em;
}

@media screen and (max-width: 820px) {
  .contact dt, .contact dd {
    width: 100%;
  }
  .contact dt {
    margin: 15px 0 5px;
    min-height: 0;
    padding-top: 20px;
    border-top: 1px solid #d5d5d5;
  }
  .contact dt:first-child {
    border: none;
    margin-top: -20px;
  }
  .contact dt img, .contact dt [class^='icon-'] {
    top: 20px;
  }
  .contact dd {
    padding-left: 120px;
  }
}
@media screen and (max-width: 750px) {
  .contact {
    padding: 10px 16px;
    font-size: 0.9em;
  }
  .contact dd b {
    display: block;
  }
}
.packshots {
  margin: 10px 0;
}
.packshots img {
  width: 110px;
  height: 110px;
  float: left;
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 750px) {
  .packshots img {
    width: 47%;
    height: auto;
    margin: 0 6% 6% 0;
  }
  .packshots img:nth-child(2n) {
    margin-right: 0;
  }
}
#pageWrapper .toolbar {
  border: 1px solid #d7d7d7;
  border-width: 1px 0;
  margin: 10px 0 20px;
  *zoom: 1;
}
#pageWrapper .toolbar:before, #pageWrapper .toolbar:after {
  content: " ";
  display: table;
}
#pageWrapper .toolbar:after {
  clear: both;
}
#pageWrapper .toolbar form {
  margin: 5px 0;
}
#pageWrapper .toolbar input[type="search"] {
  font-style: italic;
  padding: 4px;
  width: 200px;
  font-size: 1.1em;
  border: 1px solid #d7d7d7;
}
#pageWrapper .toolbar form.search {
  float: right;
}
#pageWrapper .toolbar form.search.leftAligned {
  float: left;
}
#pageWrapper .toolbar button {
  border: 0;
  padding: 0;
  background: transparent;
  margin: 0 0 0 -24px;
}
#pageWrapper .toolbar button [class^="icon-"]:before, #pageWrapper .toolbar button [class*=" icon-"]:before {
  font-size: 15px;
  padding-bottom: 2px;
}
#pageWrapper .toolbar .link-preferences {
  font-size: 1.2em;
  text-decoration: underline;
  display: inline-block;
  margin: 8px 0;
}
#pageWrapper .toolbar .link-preferences:hover {
  text-decoration: none;
}
#pageWrapper .toolbar .link-preferences [class^="icon-"]:before, #pageWrapper .toolbar .link-preferences [class*=" icon-"]:before {
  padding-left: 5px;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  #pageWrapper .toolbar button {
    margin-left: -32px;
  }
  #pageWrapper .toolbar button [class^="icon-"]:before, #pageWrapper .toolbar button [class*=" icon-"]:before {
    font-size: 20px;
  }
}
/*2FA changes OTP screen*/
.input[readonly] {
	background-color: #f5f5f5;
	border-color: #b5b5b5;
	box-shadow: none;
	color: #7a7a7a;
}

.input[readonly]:focus {
	box-shadow: none !important;
	border-color: #b5b5b5 !important;
}