html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font: 14px/1.231 sans-serif;
  *font-size: small; }

select, input, textarea, button {
  font: 99% sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

html {
  overflow-y: scroll; }

a:hover, a:active {
  outline: none; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style-type: decimal; }

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

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

pre b, pre strong {
  font-weight: 600;
  color: #1f1f1f; }

textarea {
  overflow: auto; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: middle; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: #FF5E99;
  text-decoration: none; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

body, select, input, textarea {
  color: #444; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

a, a:active, a:visited {
  color: #1077ba;
  text-decoration: none; }

a:hover {
  color: #005187; }

img {
  display: block; }

/* Helper Mixins
--------------- */
/* Fonts
--------------- */
/* Colors 
---------------- */
/* Main Structure
------------------*/
#responsive-main {
  background: #f7f7f7 url(images/background-texture.png);
  float: left;
  width: 100%;
  padding-bottom: 30px;
  clear: both;
  padding-top: 20px; }
  #responsive-main .main-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }

/* Product Nav
------------------*/
.sectionnav {
  *zoom: 1;
  position: relative;
  padding: 0 0 5px 0; }
  .sectionnav:before, .sectionnav:after {
    content: " ";
    display: table; }
  .sectionnav:after {
    clear: both; }
  .sectionnav a.sectionhome {
    width: 200px;
    display: block;
    float: left;
    z-index: 100;
    position: relative;
    font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #42474d; }
    .sectionnav a.sectionhome:hover {
      color: #1077ba; }
  .sectionnav nav.sectionlinkswrap {
    width: 100%;
    float: left;
    margin-left: -200px;
    position: relative;
    z-index: 0; }
    .sectionnav nav.sectionlinkswrap .sectionlinks {
      margin-left: 200px;
      *zoom: 1;
      padding: 5px 0;
      font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',sans-serif;
      font-style: normal;
      font-weight: 400;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .sectionnav nav.sectionlinkswrap .sectionlinks:before, .sectionnav nav.sectionlinkswrap .sectionlinks:after {
        content: " ";
        display: table; }
      .sectionnav nav.sectionlinkswrap .sectionlinks:after {
        clear: both; }
      .sectionnav nav.sectionlinkswrap .sectionlinks ul {
        float: right; }
        .sectionnav nav.sectionlinkswrap .sectionlinks ul li {
          float: left;
          border-left: 1px solid #c8c8c8;
          padding: 0 10px;
          line-height: 13px;
          font-size: 13px; }
          .sectionnav nav.sectionlinkswrap .sectionlinks ul li:first-child {
            border-left: none; }
          .sectionnav nav.sectionlinkswrap .sectionlinks ul li a {
            color: #42474d; }
          .sectionnav nav.sectionlinkswrap .sectionlinks ul li.active a {
            color: #1077ba; }
  @media (max-width: 860px) {
    .sectionnav a.sectionhome {
      float: none; }
    .sectionnav nav.sectionlinkswrap {
      margin-left: 0; }
      .sectionnav nav.sectionlinkswrap .sectionlinks {
        margin-left: 0px; }
        .sectionnav nav.sectionlinkswrap .sectionlinks ul {
          float: left; }
          .sectionnav nav.sectionlinkswrap .sectionlinks ul li {
            float: left;
            margin: 5px 0;
            font-size: 12px; } }

/* Standard Page
------------------*/
.standard-page {
  background-color: #FFF;
  *zoom: 1;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25); }
  .standard-page:before, .standard-page:after {
    content: " ";
    display: table; }
  .standard-page:after {
    clear: both; }
  .standard-page .textwrap {
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    *zoom: 1;
    font-size: 15px;
    color: #42474d;
    line-height: 1.4em;
    padding: 65px 100px; }
    .standard-page .textwrap:before, .standard-page .textwrap:after {
      content: " ";
      display: table; }
    .standard-page .textwrap:after {
      clear: both; }
    .standard-page .textwrap p.large {
      font-size: 22px;
      font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
      font-style: normal;
      font-weight: 400;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-bottom: 1.5em;
      line-height: 1.5em; }
      .standard-page .textwrap p.large a {
        color: #000; }
        .standard-page .textwrap p.large a:hover {
          color: #1077ba; }
    .standard-page .textwrap p {
      margin-bottom: 1.2em; }
    .standard-page .textwrap h1 {
      font-size: 36px;
      clear: both;
      line-height: 1.2em;
      font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
      font-style: normal;
      font-weight: 400;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      *zoom: 1;
      text-align: center;
      margin: 1em 0 .5em 0; }
      .standard-page .textwrap h1:before, .standard-page .textwrap h1:after {
        content: " ";
        display: table; }
      .standard-page .textwrap h1:after {
        clear: both; }
    .standard-page .textwrap h2 {
      font-size: 24px;
      font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
      font-style: normal;
      font-weight: 400;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.2em;
      margin: 1.5em 0 .5em 0; }
    .standard-page .textwrap .half {
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      *zoom: 1;
      padding-bottom: 50px; }
      .standard-page .textwrap .half:before, .standard-page .textwrap .half:after {
        content: " ";
        display: table; }
      .standard-page .textwrap .half:after {
        clear: both; }
      .standard-page .textwrap .half + .half {
        padding-left: 20px;
        padding-right: 0; }
    .standard-page .textwrap .two_third {
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      *zoom: 1;
      padding-bottom: 50px; }
      .standard-page .textwrap .two_third:before, .standard-page .textwrap .two_third:after {
        content: " ";
        display: table; }
      .standard-page .textwrap .two_third:after {
        clear: both; }
      .standard-page .textwrap .two_third + .third {
        padding-left: 20px;
        padding-right: 0; }
    .standard-page .textwrap .third {
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      *zoom: 1;
      padding-bottom: 50px; }
      .standard-page .textwrap .third:before, .standard-page .textwrap .third:after {
        content: " ";
        display: table; }
      .standard-page .textwrap .third:after {
        clear: both; }
      .standard-page .textwrap .third + .two_third {
        padding-left: 20px;
        padding-right: 0; }
    .standard-page .textwrap ul {
      margin-bottom: 10px; }
      .standard-page .textwrap ul li {
        background: transparent url(./images/ul_bullet.png) no-repeat 0 12px;
        padding: 3px 0 4px 15px; }
      .standard-page .textwrap ul.nobull li {
        background-image: none;
        padding-left: 0; }
    .standard-page .textwrap .divbullets div {
      padding-left: 25px; }
      .standard-page .textwrap .divbullets div:before {
        content: " ";
        border-top: 1px solid #42474d;
        width: 15px;
        display: block;
        position: relative;
        top: 12px;
        margin-left: -25px; }
    .standard-page .textwrap img.full {
      width: 100%;
      height: auto; }
  .standard-page .textwrap.bigmargin {
    padding: 65px 100px; }
  .standard-page .continue {
    border-top: 1px solid #dcdde0;
    margin-top: 50px;
    *zoom: 1;
    clear: both;
    padding-top: 20px; }
    .standard-page .continue:before, .standard-page .continue:after {
      content: " ";
      display: table; }
    .standard-page .continue:after {
      clear: both; }
    .standard-page .continue a {
      display: block;
      text-align: right;
      float: right; }
      .standard-page .continue a em {
        font-style: normal;
        font-size: 16px;
        color: #42474d;
        display: block;
        font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B',sans-serif;
        font-style: normal;
        font-weight: 700;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 7px; }
      .standard-page .continue a strong {
        color: #1077ba;
        font-size: 26px;
        font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
        font-style: normal;
        font-weight: 800;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .standard-page .divider {
    border-top: 1px solid #dcdde0;
    width: 100%;
    margin-bottom: 0; }
  @media (max-width: 860px) {
    .standard-page .textwrap p.large {
      font-size: 18px; }
    .standard-page .textwrap .half {
      width: 100%;
      padding: 0;
      *zoom: 1;
      float: none; }
      .standard-page .textwrap .half:before, .standard-page .textwrap .half:after {
        content: " ";
        display: table; }
      .standard-page .textwrap .half:after {
        clear: both; }
      .standard-page .textwrap .half + .half {
        padding: 0; }
    .standard-page .textwrap .two_third {
      width: 100%;
      padding: 0;
      *zoom: 1;
      float: none; }
      .standard-page .textwrap .two_third:before, .standard-page .textwrap .two_third:after {
        content: " ";
        display: table; }
      .standard-page .textwrap .two_third:after {
        clear: both; }
      .standard-page .textwrap .two_third + .third {
        padding: 0; }
    .standard-page .textwrap .third {
      width: 100%;
      padding: 0;
      *zoom: 1;
      float: none; }
      .standard-page .textwrap .third:before, .standard-page .textwrap .third:after {
        content: " ";
        display: table; }
      .standard-page .textwrap .third:after {
        clear: both; }
      .standard-page .textwrap .third + .two_third {
        padding: 0; }
    .standard-page .textwrap.bigmargin {
      padding: 10%; } }

article#sparkpro header {
  background: #78336d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #78336d 0%, #280e22 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78336d), color-stop(100%, #280e22));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #78336d 0%, #280e22 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #78336d 0%, #280e22 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #78336d 0%, #280e22 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #78336d 0%, #280e22 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topColor', endColorstr='$bottomColor',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  text-align: center;
  padding: 70px; }
  article#sparkpro header h1 {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
    background: transparent url(text-replacements/sparkpro.png) no-repeat 50% 50%;
    width: 600px;
    height: 110px;
    background-size: 600px 110px;
    margin: 0 auto; }
    article#sparkpro header h1:before {
      content: "";
      display: block;
      width: 0;
      height: 150%; }
  article#sparkpro header h2 {
    font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    text-shadow: 0px 5px 5px black;
    color: #FFF; }
article#sparkpro h1 {
  color: #76316b; }
article#sparkpro h2 {
  color: #76316b; }
article#sparkpro .continue a strong {
  color: #76316b; }
article#sparkpro ul.errorlist {
  margin-bottom: 1.5em;
  *zoom: 1; }
  article#sparkpro ul.errorlist:before, article#sparkpro ul.errorlist:after {
    content: " ";
    display: table; }
  article#sparkpro ul.errorlist:after {
    clear: both; }
  article#sparkpro ul.errorlist li {
    display: table;
    width: 50%;
    float: left;
    line-height: 1em;
    text-align: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    article#sparkpro ul.errorlist li a {
      display: table-cell;
      vertical-align: middle;
      background-color: #dcdde0;
      padding: 5px 10px;
      height: 40px;
      color: #42474d; }
      article#sparkpro ul.errorlist li a:hover {
        background-color: #76316b;
        color: #FFF; }
article#sparkpro figure#safetystandards {
  margin-bottom: 1.5em;
  *zoom: 1; }
  article#sparkpro figure#safetystandards:before, article#sparkpro figure#safetystandards:after {
    content: " ";
    display: table; }
  article#sparkpro figure#safetystandards:after {
    clear: both; }
  article#sparkpro figure#safetystandards div {
    background-color: #76316b;
    float: left;
    width: 20%;
    margin: 0 2.5%;
    color: #FFF;
    font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center; }
article#sparkpro #altranpartnership {
  border: 1px solid #dcdde0;
  border-radius: 4px;
  padding: 10px 25px;
  width: 200px;
  font-size: 12px;
  float: right;
  margin-left: 20px; }
  article#sparkpro #altranpartnership img {
    width: 100%;
    height: auto;
    margin: 10px 0; }
@media (max-width: 860px) {
  article#sparkpro header h1 {
    width: 100%;
    height: 110px;
    background-size: contain;
    margin: 0 auto; } }
@media (max-width: 600px) {
  article#sparkpro header {
    padding: 50px; }
    article#sparkpro header h1 {
      height: 70px; }
    article#sparkpro header h2 {
      font-size: 18px; }
  article#sparkpro #altranpartnership {
    margin: 20px auto;
    float: none; } }

.no-backgroundsize header h1 {
  background-image: url(text-replacements/sparkpro1x.png); }

/* Column Width Constructs
------------------------------------------------------- */
.whole, .half, .third, .two_third, .fourth, .three_fourth, .fifth, .two_fifth, .three_fifth, .four_fifth {
  float: left; }

.whole {
  width: 100%; }

.half {
  width: 50%; }

.third {
  width: 33.3%; }

.two_third {
  width: 66.6%; }

.fourth {
  width: 25%; }

.three_fourth {
  width: 75%; }

.fifth {
  width: 20%; }

.two_fifth {
  width: 40%; }

.three_fifth {
  width: 60%; }

.four_fifth {
  width: 80%; }

/*Interim / Transitional Styles
------------------*/
