/* * * * * * * * * * * * * * * * * * * *
	Vendor, and Vendor related, Imports
* * * * * * * * * * * * * * * * * * * */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* * * * * * * * * * * * * * * * * * * *
	Module Imports
* * * * * * * * * * * * * * * * * * * */
.fe_placeholder {
  min-height: 50px;
  padding: 20px; }

.fe_placeholder--red {
  background-color: red;
  color: white; }

.fe_placeholder--blue {
  background-color: blue;
  color: white; }

.fe_placeholder--green {
  background-color: green;
  coloe: white; }

.fe_placeholder--orange {
  background-color: orange; }

.fe_placeholder--purple {
  background-color: purple;
  color: white; }

.fe_placeholder--pink {
  background-color: pink; }

.fe_placeholder--cyan {
  background-color: cyan; }

.fe_placeholder--yellow {
  background-color: yellow; }

.theme-insects.topic-box.theme-insects {
  background-color: #FF6600; }
  .theme-insects.topic-box.theme-insects h3, .theme-insects.topic-box.theme-insects a {
    color: #FFFFFF; }

.theme-insects.topic-box.theme-box {
  background-color: #FF6600;
  background-image: none;
  color: #FFFFFF; }
  .theme-insects.topic-box.theme-box .bx-pager-link {
    border: 1px solid #FF6600; }
  .theme-insects.topic-box.theme-box h3, .theme-insects.topic-box.theme-box h4, .theme-insects.topic-box.theme-box a {
    color: #FFFFFF; }
  .theme-insects.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-insects.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-insects.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #000000; }

.theme-insects .page-container {
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #FFE8d9);
  background-image: linear-gradient(to top,#FFFFFF 50%, #FFE8d9); }

.theme-insects .main-navigation .current {
  background: #FF6600; }

.theme-insects .sub-navigation {
  background-color: #FF6600; }
  .theme-insects .sub-navigation li {
    background-color: #FF6600; }
    .theme-insects .sub-navigation li a {
      color: #feddc7; }

.theme-insects .maincontent section.product-description li:before {
  color: #FF6600; }

.theme-insects .maincontent h1, .theme-insects .maincontent h2, .theme-insects .maincontent h3, .theme-insects .maincontent h4, .theme-insects .maincontent h5 {
  color: #FF6600; }

.theme-insects .maincontent section.product-description ul li:before {
  color: #FF6600; }

.theme-insects .maincontent .question-block .question:before {
  background: #FF6600; }

.theme-insects .topic-box {
  /*	&.theme-box{
				background-color: $main-color;
				background-image: none;
				.bx-wrapper .bx-pager.bx-default-pager a{
					background: #FFFFFF;
					&:hover, &.active{
						background: #000000;
					}
				}
			}*/ }
  .theme-insects .topic-box .bx-pager-link {
    border: 1px solid #FF6600; }
  .theme-insects .topic-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-insects .topic-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-insects .topic-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #FF6600; }

.theme-insects.tile .topic-box {
  background: #FFE8d9; }
  .theme-insects.tile .topic-box h4, .theme-insects.tile .topic-box h5 {
    color: #FF6600; }
  .theme-insects.tile .topic-box a, .theme-insects.tile .topic-box li {
    color: #FF6600; }
    .theme-insects.tile .topic-box a.button, .theme-insects.tile .topic-box li.button {
      color: white;
      background: #FF6600; }
  .theme-insects.tile .topic-box li:before {
    color: #FF6600; }
  .theme-insects.tile .topic-box .box-title {
    background: #FF6600; }
    .theme-insects.tile .topic-box .box-title h3 {
      color: #FFFFFF; }
  .theme-insects.tile .topic-box .button {
    color: #FFFFFF; }

.theme-lawn.topic-box.theme-lawn {
  background-color: #339900; }
  .theme-lawn.topic-box.theme-lawn h3, .theme-lawn.topic-box.theme-lawn a {
    color: #FFFFFF; }

.theme-lawn.topic-box.theme-box {
  background-color: #339900;
  background-image: none;
  color: #FFFFFF; }
  .theme-lawn.topic-box.theme-box .bx-pager-link {
    border: 1px solid #339900; }
  .theme-lawn.topic-box.theme-box h3, .theme-lawn.topic-box.theme-box h4, .theme-lawn.topic-box.theme-box a {
    color: #FFFFFF; }
  .theme-lawn.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-lawn.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-lawn.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #000000; }

.theme-lawn .page-container {
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #E1F0d9);
  background-image: linear-gradient(to top,#FFFFFF 50%, #E1F0d9); }

.theme-lawn .main-navigation .current {
  background: #339900; }

.theme-lawn .sub-navigation {
  background-color: #339900; }
  .theme-lawn .sub-navigation li {
    background-color: #339900; }
    .theme-lawn .sub-navigation li a {
      color: #d5ffc0; }

.theme-lawn .maincontent section.product-description li:before {
  color: #339900; }

.theme-lawn .maincontent h1, .theme-lawn .maincontent h2, .theme-lawn .maincontent h3, .theme-lawn .maincontent h4, .theme-lawn .maincontent h5 {
  color: #339900; }

.theme-lawn .maincontent section.product-description ul li:before {
  color: #339900; }

.theme-lawn .maincontent .question-block .question:before {
  background: #339900; }

.theme-lawn .topic-box {
  /*	&.theme-box{
				background-color: $main-color;
				background-image: none;
				.bx-wrapper .bx-pager.bx-default-pager a{
					background: #FFFFFF;
					&:hover, &.active{
						background: #000000;
					}
				}
			}*/ }
  .theme-lawn .topic-box .bx-pager-link {
    border: 1px solid #339900; }
  .theme-lawn .topic-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-lawn .topic-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-lawn .topic-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #339900; }

.theme-lawn.tile .topic-box {
  background: #E1F0d9; }
  .theme-lawn.tile .topic-box h4, .theme-lawn.tile .topic-box h5 {
    color: #339900; }
  .theme-lawn.tile .topic-box a, .theme-lawn.tile .topic-box li {
    color: #339900; }
    .theme-lawn.tile .topic-box a.button, .theme-lawn.tile .topic-box li.button {
      color: white;
      background: #339900; }
  .theme-lawn.tile .topic-box li:before {
    color: #339900; }
  .theme-lawn.tile .topic-box .box-title {
    background: #339900; }
    .theme-lawn.tile .topic-box .box-title h3 {
      color: #FFFFFF; }
  .theme-lawn.tile .topic-box .button {
    color: #FFFFFF; }

.theme-tree.topic-box.theme-tree {
  background-color: #009999; }
  .theme-tree.topic-box.theme-tree h3, .theme-tree.topic-box.theme-tree a {
    color: #FFFFFF; }

.theme-tree.topic-box.theme-box {
  background-color: #009999;
  background-image: none;
  color: #FFFFFF; }
  .theme-tree.topic-box.theme-box .bx-pager-link {
    border: 1px solid #009999; }
  .theme-tree.topic-box.theme-box h3, .theme-tree.topic-box.theme-box h4, .theme-tree.topic-box.theme-box a {
    color: #FFFFFF; }
  .theme-tree.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-tree.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-tree.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #000000; }

.theme-tree .page-container {
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #D9f0f0);
  background-image: linear-gradient(to top,#FFFFFF 50%, #D9f0f0); }

.theme-tree .main-navigation .current {
  background: #009999; }

.theme-tree .sub-navigation {
  background-color: #009999; }
  .theme-tree .sub-navigation li {
    background-color: #009999; }
    .theme-tree .sub-navigation li a {
      color: #b7f0f0; }

.theme-tree .maincontent section.product-description li:before {
  color: #009999; }

.theme-tree .maincontent h1, .theme-tree .maincontent h2, .theme-tree .maincontent h3, .theme-tree .maincontent h4, .theme-tree .maincontent h5 {
  color: #009999; }

.theme-tree .maincontent section.product-description ul li:before {
  color: #009999; }

.theme-tree .maincontent .question-block .question:before {
  background: #009999; }

.theme-tree .topic-box {
  /*	&.theme-box{
				background-color: $main-color;
				background-image: none;
				.bx-wrapper .bx-pager.bx-default-pager a{
					background: #FFFFFF;
					&:hover, &.active{
						background: #000000;
					}
				}
			}*/ }
  .theme-tree .topic-box .bx-pager-link {
    border: 1px solid #009999; }
  .theme-tree .topic-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-tree .topic-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-tree .topic-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #009999; }

.theme-tree.tile .topic-box {
  background: #D9f0f0; }
  .theme-tree.tile .topic-box h4, .theme-tree.tile .topic-box h5 {
    color: #009999; }
  .theme-tree.tile .topic-box a, .theme-tree.tile .topic-box li {
    color: #009999; }
    .theme-tree.tile .topic-box a.button, .theme-tree.tile .topic-box li.button {
      color: white;
      background: #009999; }
  .theme-tree.tile .topic-box li:before {
    color: #009999; }
  .theme-tree.tile .topic-box .box-title {
    background: #009999; }
    .theme-tree.tile .topic-box .box-title h3 {
      color: #FFFFFF; }
  .theme-tree.tile .topic-box .button {
    color: #FFFFFF; }

.theme-rose.topic-box.theme-rose {
  background-color: #C62579; }
  .theme-rose.topic-box.theme-rose h3, .theme-rose.topic-box.theme-rose a {
    color: #FFFFFF; }

.theme-rose.topic-box.theme-box {
  background-color: #C62579;
  background-image: none;
  color: #FFFFFF; }
  .theme-rose.topic-box.theme-box .bx-pager-link {
    border: 1px solid #C62579; }
  .theme-rose.topic-box.theme-box h3, .theme-rose.topic-box.theme-box h4, .theme-rose.topic-box.theme-box a {
    color: #FFFFFF; }
  .theme-rose.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-rose.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-rose.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #000000; }

.theme-rose .page-container {
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #F7DFEB);
  background-image: linear-gradient(to top,#FFFFFF 50%, #F7DFEB); }

.theme-rose .main-navigation .current {
  background: #C62579; }

.theme-rose .sub-navigation {
  background-color: #C62579; }
  .theme-rose .sub-navigation li {
    background-color: #C62579; }
    .theme-rose .sub-navigation li a {
      color: #fec0e0; }

.theme-rose .maincontent section.product-description li:before {
  color: #C62579; }

.theme-rose .maincontent h1, .theme-rose .maincontent h2, .theme-rose .maincontent h3, .theme-rose .maincontent h4, .theme-rose .maincontent h5 {
  color: #C62579; }

.theme-rose .maincontent section.product-description ul li:before {
  color: #C62579; }

.theme-rose .maincontent .question-block .question:before {
  background: #C62579; }

.theme-rose .topic-box {
  /*	&.theme-box{
				background-color: $main-color;
				background-image: none;
				.bx-wrapper .bx-pager.bx-default-pager a{
					background: #FFFFFF;
					&:hover, &.active{
						background: #000000;
					}
				}
			}*/ }
  .theme-rose .topic-box .bx-pager-link {
    border: 1px solid #C62579; }
  .theme-rose .topic-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-rose .topic-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-rose .topic-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #C62579; }

.theme-rose.tile .topic-box {
  background: #F7DFEB; }
  .theme-rose.tile .topic-box h4, .theme-rose.tile .topic-box h5 {
    color: #C62579; }
  .theme-rose.tile .topic-box a, .theme-rose.tile .topic-box li {
    color: #C62579; }
    .theme-rose.tile .topic-box a.button, .theme-rose.tile .topic-box li.button {
      color: white;
      background: #C62579; }
  .theme-rose.tile .topic-box li:before {
    color: #C62579; }
  .theme-rose.tile .topic-box .box-title {
    background: #C62579; }
    .theme-rose.tile .topic-box .box-title h3 {
      color: #FFFFFF; }
  .theme-rose.tile .topic-box .button {
    color: #FFFFFF; }

.theme-blue.topic-box.theme-blue {
  background-color: #1e3f7c; }
  .theme-blue.topic-box.theme-blue h3, .theme-blue.topic-box.theme-blue a {
    color: #FFFFFF; }

.theme-blue.topic-box.theme-box {
  background-color: #1e3f7c;
  background-image: none;
  color: #FFFFFF; }
  .theme-blue.topic-box.theme-box .bx-pager-link {
    border: 1px solid #1e3f7c; }
  .theme-blue.topic-box.theme-box h3, .theme-blue.topic-box.theme-box h4, .theme-blue.topic-box.theme-box a {
    color: #FFFFFF; }
  .theme-blue.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-blue.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-blue.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #000000; }

.theme-blue .page-container {
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #e1edf4);
  background-image: linear-gradient(to top,#FFFFFF 50%, #e1edf4); }

.theme-blue .main-navigation .current {
  background: #1e3f7c; }

.theme-blue .sub-navigation {
  background-color: #1e3f7c; }
  .theme-blue .sub-navigation li {
    background-color: #1e3f7c; }
    .theme-blue .sub-navigation li a {
      color: #c2dfef; }

.theme-blue .maincontent section.product-description li:before {
  color: #1e3f7c; }

.theme-blue .maincontent h1, .theme-blue .maincontent h2, .theme-blue .maincontent h3, .theme-blue .maincontent h4, .theme-blue .maincontent h5 {
  color: #1e3f7c; }

.theme-blue .maincontent section.product-description ul li:before {
  color: #1e3f7c; }

.theme-blue .maincontent .question-block .question:before {
  background: #1e3f7c; }

.theme-blue .topic-box {
  /*	&.theme-box{
				background-color: $main-color;
				background-image: none;
				.bx-wrapper .bx-pager.bx-default-pager a{
					background: #FFFFFF;
					&:hover, &.active{
						background: #000000;
					}
				}
			}*/ }
  .theme-blue .topic-box .bx-pager-link {
    border: 1px solid #1e3f7c; }
  .theme-blue .topic-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-blue .topic-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-blue .topic-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #1e3f7c; }

.theme-blue.tile .topic-box {
  background: #e1edf4; }
  .theme-blue.tile .topic-box h4, .theme-blue.tile .topic-box h5 {
    color: #1e3f7c; }
  .theme-blue.tile .topic-box a, .theme-blue.tile .topic-box li {
    color: #1e3f7c; }
    .theme-blue.tile .topic-box a.button, .theme-blue.tile .topic-box li.button {
      color: white;
      background: #1e3f7c; }
  .theme-blue.tile .topic-box li:before {
    color: #1e3f7c; }
  .theme-blue.tile .topic-box .box-title {
    background: #1e3f7c; }
    .theme-blue.tile .topic-box .box-title h3 {
      color: #FFFFFF; }
  .theme-blue.tile .topic-box .button {
    color: #FFFFFF; }

.theme-extranet-blue.topic-box.theme-extranet-blue {
  background-color: #205fab; }
  .theme-extranet-blue.topic-box.theme-extranet-blue h3, .theme-extranet-blue.topic-box.theme-extranet-blue a {
    color: #FFFFFF; }

.theme-extranet-blue.topic-box.theme-box {
  background-color: #205fab;
  background-image: none;
  color: #FFFFFF; }
  .theme-extranet-blue.topic-box.theme-box .bx-pager-link {
    border: 1px solid #205fab; }
  .theme-extranet-blue.topic-box.theme-box h3, .theme-extranet-blue.topic-box.theme-box h4, .theme-extranet-blue.topic-box.theme-box a {
    color: #FFFFFF; }
  .theme-extranet-blue.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-extranet-blue.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-extranet-blue.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #000000; }

.theme-extranet-blue .page-container {
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #e1edf4);
  background-image: linear-gradient(to top,#FFFFFF 50%, #e1edf4); }

.theme-extranet-blue .main-navigation .current {
  background: #205fab; }

.theme-extranet-blue .sub-navigation {
  background-color: #205fab; }
  .theme-extranet-blue .sub-navigation li {
    background-color: #205fab; }
    .theme-extranet-blue .sub-navigation li a {
      color: #c2dfef; }

.theme-extranet-blue .maincontent section.product-description li:before {
  color: #205fab; }

.theme-extranet-blue .maincontent h1, .theme-extranet-blue .maincontent h2, .theme-extranet-blue .maincontent h3, .theme-extranet-blue .maincontent h4, .theme-extranet-blue .maincontent h5 {
  color: #205fab; }

.theme-extranet-blue .maincontent section.product-description ul li:before {
  color: #205fab; }

.theme-extranet-blue .maincontent .question-block .question:before {
  background: #205fab; }

.theme-extranet-blue .topic-box {
  /*	&.theme-box{
				background-color: $main-color;
				background-image: none;
				.bx-wrapper .bx-pager.bx-default-pager a{
					background: #FFFFFF;
					&:hover, &.active{
						background: #000000;
					}
				}
			}*/ }
  .theme-extranet-blue .topic-box .bx-pager-link {
    border: 1px solid #205fab; }
  .theme-extranet-blue .topic-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-extranet-blue .topic-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-extranet-blue .topic-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #205fab; }

.theme-extranet-blue.tile .topic-box {
  background: #e1edf4; }
  .theme-extranet-blue.tile .topic-box h4, .theme-extranet-blue.tile .topic-box h5 {
    color: #205fab; }
  .theme-extranet-blue.tile .topic-box a, .theme-extranet-blue.tile .topic-box li {
    color: #205fab; }
    .theme-extranet-blue.tile .topic-box a.button, .theme-extranet-blue.tile .topic-box li.button {
      color: white;
      background: #205fab; }
  .theme-extranet-blue.tile .topic-box li:before {
    color: #205fab; }
  .theme-extranet-blue.tile .topic-box .box-title {
    background: #205fab; }
    .theme-extranet-blue.tile .topic-box .box-title h3 {
      color: #FFFFFF; }
  .theme-extranet-blue.tile .topic-box .button {
    color: #FFFFFF; }

.theme-natria-green.topic-box.theme-natria-green {
  background-color: #00713b; }
  .theme-natria-green.topic-box.theme-natria-green h3, .theme-natria-green.topic-box.theme-natria-green a {
    color: #FFFFFF; }

.theme-natria-green.topic-box.theme-box {
  background-color: #00713b;
  background-image: none;
  color: #FFFFFF; }
  .theme-natria-green.topic-box.theme-box .bx-pager-link {
    border: 1px solid #00713b; }
  .theme-natria-green.topic-box.theme-box h3, .theme-natria-green.topic-box.theme-box h4, .theme-natria-green.topic-box.theme-box a {
    color: #FFFFFF; }
  .theme-natria-green.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-natria-green.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-natria-green.topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #000000; }

.theme-natria-green .page-container {
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #f3efe3);
  background-image: linear-gradient(to top,#FFFFFF 50%, #f3efe3); }

.theme-natria-green .main-navigation .current {
  background: #00713b; }

.theme-natria-green .sub-navigation {
  background-color: #00713b; }
  .theme-natria-green .sub-navigation li {
    background-color: #00713b; }
    .theme-natria-green .sub-navigation li a {
      color: #b3d4c4; }

.theme-natria-green .maincontent section.product-description li:before {
  color: #00713b; }

.theme-natria-green .maincontent h1, .theme-natria-green .maincontent h2, .theme-natria-green .maincontent h3, .theme-natria-green .maincontent h4, .theme-natria-green .maincontent h5 {
  color: #00713b; }

.theme-natria-green .maincontent section.product-description ul li:before {
  color: #00713b; }

.theme-natria-green .maincontent .question-block .question:before {
  background: #00713b; }

.theme-natria-green .topic-box {
  /*	&.theme-box{
				background-color: $main-color;
				background-image: none;
				.bx-wrapper .bx-pager.bx-default-pager a{
					background: #FFFFFF;
					&:hover, &.active{
						background: #000000;
					}
				}
			}*/ }
  .theme-natria-green .topic-box .bx-pager-link {
    border: 1px solid #00713b; }
  .theme-natria-green .topic-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF; }
    .theme-natria-green .topic-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .theme-natria-green .topic-box .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #00713b; }

.theme-natria-green.tile .topic-box {
  background: #f3efe3; }
  .theme-natria-green.tile .topic-box h4, .theme-natria-green.tile .topic-box h5 {
    color: #00713b; }
  .theme-natria-green.tile .topic-box a, .theme-natria-green.tile .topic-box li {
    color: #00713b; }
    .theme-natria-green.tile .topic-box a.button, .theme-natria-green.tile .topic-box li.button {
      color: white;
      background: #00713b; }
  .theme-natria-green.tile .topic-box li:before {
    color: #00713b; }
  .theme-natria-green.tile .topic-box .box-title {
    background: #00713b; }
    .theme-natria-green.tile .topic-box .box-title h3 {
      color: #FFFFFF; }
  .theme-natria-green.tile .topic-box .button {
    color: #FFFFFF; }

.theme-natria-green.tile .topic-box .slide {
  box-shadow: inset 0 0 20px rgba(224, 217, 197, 0.75); }

.maincontent {
  display: block;
  width: 100%;
  /*	&.right-rail{
			>div{
				&.main{
					@include media($large){
						@include span-columns(7.5 of 12);	
					}
					@include media($small){
						@include shift(1);
						@include span-columns(10 of 12);	
					}
				}
			}
		} */ }
  .maincontent:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 979px) {
    .maincontent {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 10px;
      display: inline-block; } }
  .maincontent > div img {
    max-width: 100%;
    width: auto; }
  .maincontent .one-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .maincontent .one-column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 979px) {
      .maincontent .one-column {
        margin-left: 4.2649021499%;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 91.4701957002%; }
        .maincontent .one-column:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 519px) {
      .maincontent .one-column {
        margin-left: 8.5298042998%;
        float: left;
        display: block;
        width: 85.2980429983%; }
        .maincontent .one-column:last-child {
          width: 82.9403914003%; } }
  .maincontent .two-column > div {
    min-height: 1px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .maincontent .two-column > div:last-child {
      margin-right: 0; }
    .maincontent .two-column > div:nth-child(2n) {
      margin-right: 0; }
    .maincontent .two-column > div:nth-child(2n+1) {
      clear: left; }
    .maincontent .two-column > div.main {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 67.5867436607%; }
      .maincontent .two-column > div.main:last-child {
        margin-right: 0; }
      @media screen and (max-width: 879px) {
        .maincontent .two-column > div.main {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 57.3509785009%; }
          .maincontent .two-column > div.main:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 519px) {
        .maincontent .two-column > div.main {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .maincontent .two-column > div.main:nth-child(2n) {
            margin-right: 2.3576515979%; }
          .maincontent .two-column > div.main:nth-child(2n+1) {
            clear: none; }
          .maincontent .two-column > div.main:nth-child(1n) {
            margin-right: 0; }
          .maincontent .two-column > div.main:nth-child(1n+1) {
            clear: left; }
          .maincontent .two-column > div.main:last-child {
            margin-right: 0; } }
    .maincontent .two-column > div.left-side, .maincontent .two-column > div.right-side {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 30.0556047414%; }
      .maincontent .two-column > div.left-side:last-child, .maincontent .two-column > div.right-side:last-child {
        margin-right: 0; }
      @media screen and (max-width: 879px) {
        .maincontent .two-column > div.left-side, .maincontent .two-column > div.right-side {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 40.2913699012%; }
          .maincontent .two-column > div.left-side:last-child, .maincontent .two-column > div.right-side:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 519px) {
        .maincontent .two-column > div.left-side, .maincontent .two-column > div.right-side {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .maincontent .two-column > div.left-side:nth-child(2n), .maincontent .two-column > div.right-side:nth-child(2n) {
            margin-right: 2.3576515979%; }
          .maincontent .two-column > div.left-side:nth-child(2n+1), .maincontent .two-column > div.right-side:nth-child(2n+1) {
            clear: none; }
          .maincontent .two-column > div.left-side:nth-child(1n), .maincontent .two-column > div.right-side:nth-child(1n) {
            margin-right: 0; }
          .maincontent .two-column > div.left-side:nth-child(1n+1), .maincontent .two-column > div.right-side:nth-child(1n+1) {
            clear: left; }
          .maincontent .two-column > div.left-side:last-child, .maincontent .two-column > div.right-side:last-child {
            margin-right: 0; } }
  .maincontent .three-column > div {
    min-height: 1px;
    float: left;
    display: block;
    width: 34.1192171993%; }
    .maincontent .three-column > div:last-child {
      width: 31.7615656014%; }
    .maincontent .three-column > div.main {
      margin-left: 4.2649021499%;
      float: left;
      display: block;
      width: 42.6490214991%; }
      .maincontent .three-column > div.main:last-child {
        width: 40.2913699012%; }
      @media screen and (max-width: 879px) {
        .maincontent .three-column > div.main {
          margin-left: 8.5298042998%;
          float: left;
          display: block;
          width: 59.7086300988%; }
          .maincontent .three-column > div.main:last-child {
            width: 57.3509785009%; } }
      @media screen and (max-width: 699px) {
        .maincontent .three-column > div.main {
          margin-left: 8.5298042998%;
          float: left;
          display: block;
          width: 42.6490214991%; }
          .maincontent .three-column > div.main:last-child {
            width: 40.2913699012%; } }
      @media screen and (max-width: 519px) {
        .maincontent .three-column > div.main {
          margin-left: 8.5298042998%;
          float: left;
          display: block;
          width: 85.2980429983%; }
          .maincontent .three-column > div.main:last-child {
            width: 82.9403914003%; } }
    .maincontent .three-column > div.left-side {
      float: left;
      display: block;
      width: 28.1483541894%; }
      .maincontent .three-column > div.left-side:last-child {
        width: 25.7907025915%; }
      @media screen and (max-width: 879px) {
        .maincontent .three-column > div.left-side {
          margin-left: 8.5298042998%;
          float: left;
          display: block;
          width: 59.7086300988%; }
          .maincontent .three-column > div.left-side:last-child {
            width: 57.3509785009%; } }
      @media screen and (max-width: 699px) {
        .maincontent .three-column > div.left-side {
          margin-left: 8.5298042998%;
          float: left;
          display: block;
          width: 85.2980429983%; }
          .maincontent .three-column > div.left-side:last-child {
            width: 82.9403914003%; } }
      @media screen and (max-width: 519px) {
        .maincontent .three-column > div.left-side {
          margin-left: 8.5298042998%;
          float: left;
          display: block;
          width: 85.2980429983%; }
          .maincontent .three-column > div.left-side:last-child {
            width: 82.9403914003%; } }
    .maincontent .three-column > div.right-side {
      margin-left: 4.2649021499%;
      float: left;
      display: block;
      width: 23.0304716095%; }
      .maincontent .three-column > div.right-side:last-child {
        width: 20.6728200116%; }
      @media screen and (max-width: 699px) {
        .maincontent .three-column > div.right-side {
          margin-left: 8.5298042998%;
          float: left;
          display: block;
          width: 42.6490214991%; }
          .maincontent .three-column > div.right-side:last-child {
            width: 40.2913699012%; } }
      @media screen and (max-width: 519px) {
        .maincontent .three-column > div.right-side {
          margin-left: 8.5298042998%;
          float: left;
          display: block;
          width: 85.2980429983%; }
          .maincontent .three-column > div.right-side:last-child {
            width: 82.9403914003%; } }

html {
  height: 100%;
  background: #FFF; }
  html body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background-repeat: none;
    min-width: 380px; }

html.lt-ie9 body {
  min-width: 980px; }

h1, h2, h3, h4 {
  margin: 0; }

.page-container {
  padding-top: 40px;
  clear: both;
  background-size: auto 300px;
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #0099FF);
  background-image: linear-gradient(to top,#FFFFFF 50%, #0099FF);
  background-repeat: repeat-x; }
  body.no-gradient .page-container {
    background: white; }
  .page-container.learning-center {
    padding-top: 0; }
  .page-container .hero-container {
    top: -40px; }
    @media screen and (max-width: 699px) {
      .page-container .hero-container {
        min-height: initial; } }

.wrapper {
  max-width: 980px;
  min-width: 350px;
  margin: 0 auto;
  width: 100%; }
  .wrapper iframe {
    border: 0; }

.two-column-top {
  max-width: 980px;
  min-width: 350px;
  width: 100%;
  margin: -40px auto 40px auto; }

.maincontent h1, .maincontent h2, .maincontent h3, .maincontent h4, .maincontent h5 {
  font-weight: normal; }

.maincontent h1 {
  font-size: 32px; }

.maincontent h2 {
  font-size: 28px; }

.maincontent a {
  color: #0099FF; }
  .maincontent a.seeall {
    margin: 20px 0 10px;
    font-size: .8em; }

.maincontent p {
  line-height: 1.3em; }

.maincontent ul, .maincontent ol {
  font-size: 17px; }
  .maincontent ul li, .maincontent ol li {
    margin-bottom: 10px; }
  .maincontent ul p, .maincontent ol p {
    font-size: 16px; }

.maincontent ul {
  padding: 0;
  list-style: none; }

.maincontent small {
  font-size: 11px;
  display: block; }
  .maincontent small:before {
    content: "* "; }

.maincontent .layer-two, .maincontent .layer-one {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .maincontent .layer-two:after, .maincontent .layer-one:after {
    content: "";
    display: table;
    clear: both; }

.maincontent section h2 {
  margin: 1em 0; }

.maincontent .button {
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-decoration: none;
  background: #0075CC;
  cursor: pointer; }

.maincontent select {
  max-width: 100%;
  border: 0;
  background: white;
  color: #0099FF;
  border-radius: 2px;
  border: 1px solid #ECEEF1;
  padding: 5px; }

.maincontent .error {
  color: #e60003; }
  .maincontent .error span {
    display: block;
    padding-bottom: 10px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%; }
  .video-container .video-start-screen {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }
    .video-container .video-start-screen:before {
      content: ' \f04b';
      background: #0075CC;
      opacity: .75;
      font-family: 'FontAwesome';
      line-height: 50px;
      font-size: 25px;
      text-align: center;
      color: white;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -25px;
      margin-top: -25px;
      border-radius: 50%; }
    .video-container .video-start-screen img {
      width: 100%; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-container.video-halfwidth {
    width: 49%;
    float: left;
    padding-bottom: 27%; }
    .video-container.video-halfwidth:nth-of-type(odd) {
      margin-right: 2%; }
      @media screen and (max-width: 519px) {
        .video-container.video-halfwidth:nth-of-type(odd) {
          margin-bottom: 30px; } }
    @media screen and (max-width: 519px) {
      .video-container.video-halfwidth {
        width: 100%;
        padding-bottom: 56.25%;
        margin-right: 0; } }

section.related-video .caption {
  color: #0099FF;
  margin-top: 4px; }

section.related-video a {
  text-decoration: none; }

section.articles a {
  display: block;
  margin: 10px 0;
  text-decoration: none; }
  section.articles a i {
    margin-right: 1em; }

.pagination {
  text-align: center; }
  .pagination ol {
    display: inline; }
    .pagination ol li {
      display: inline-block;
      list-style: none; }
  .pagination a {
    display: inline-block;
    padding: 5px;
    background: #0099FF;
    text-decoration: none;
    color: white; }
    .pagination a.active {
      background: #0075CC; }

.coupon img {
  max-width: 100%; }

.ba-image-caption {
  font: 10px Helvetica !important;
  float: right !important;
  margin: 3px 3px 3px 3px !important; }

.site-header {
  background: #0099FF;
  width: 100%; }
  .site-header .wrapper {
    position: relative; }
    .site-header .wrapper .ba-logo {
      width: 200px;
      margin: 10px 0; }
      @media screen and (max-width: 699px) {
        .site-header .wrapper .ba-logo {
          height: auto;
          width: 190px;
          margin: 8px 0; } }
      @media screen and (max-width: 519px) {
        .site-header .wrapper .ba-logo {
          height: auto;
          margin: 5px 0;
          width: 150px; } }
    .site-header .wrapper .slogan {
      vertical-align: top;
      display: inline-block;
      margin-top: 30px;
      font-family: Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 1.8em;
      color: #FFFFFF;
      font-weight: bold;
      letter-spacing: 1.5px; }
      .site-header .wrapper .slogan b {
        font-size: .4em;
        vertical-align: top;
        padding: .1em 0;
        margin: .6em 0;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        display: inline-block; }
      @media screen and (max-width: 879px) {
        .site-header .wrapper .slogan {
          text-align: center;
          margin-top: 10px; }
          .site-header .wrapper .slogan b {
            display: block;
            margin: 0 auto;
            width: 80px; } }
      @media screen and (max-width: 699px) {
        .site-header .wrapper .slogan {
          font-size: 1.5em; } }
      @media screen and (max-width: 519px) {
        .site-header .wrapper .slogan {
          font-size: 1em; } }
    .site-header .wrapper .bayer-cross {
      margin: 11px 11px 11px 0;
      vertical-align: top;
      float: right; }
      @media screen and (max-width: 699px) {
        .site-header .wrapper .bayer-cross {
          width: 60px;
          margin: 8px 8px 8px 0;
          height: auto; } }
      @media screen and (max-width: 519px) {
        .site-header .wrapper .bayer-cross {
          width: 50px;
          margin: 5px 5px 5px 0; } }

footer {
  background: #ECEEF1;
  margin-top: 40px; }
  footer .title {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 12px; }
  footer .footer-navigation {
    background: #A1A2A4;
    font-size: 13px;
    display: block;
    width: 100%; }
    footer .footer-navigation:after {
      content: "";
      display: table;
      clear: both; }
    footer .footer-navigation .top-links {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 78.6754892504%; }
      footer .footer-navigation .top-links:last-child {
        margin-right: 0; }
    @media screen and (max-width: 519px) {
      footer .footer-navigation {
        font-size: 11px; } }
    footer .footer-navigation ul {
      padding-left: 10px;
      display: inline-block;
      list-style: none;
      padding: 0; }
      footer .footer-navigation ul li {
        border-left: 1px solid white;
        display: inline-block;
        padding: 0 10px; }
        footer .footer-navigation ul li:first-of-type {
          border-left: none; }
        footer .footer-navigation ul li a {
          height: 1em;
          line-height: 1em;
          width: 100%;
          display: block;
          text-align: center;
          height: 100%;
          color: #FFFFFF;
          text-decoration: none; }
    footer .footer-navigation .footer-right {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 18.9668591516%;
      padding-right: 10px;
      float: right;
      white-space: nowrap;
      position: relative; }
      footer .footer-navigation .footer-right:last-child {
        margin-right: 0; }
      footer .footer-navigation .footer-right ul {
        float: right; }
      footer .footer-navigation .footer-right .store-locator {
        font-size: 11px;
        color: #666666;
        position: absolute;
        width: 100%;
        bottom: -100px; }
        footer .footer-navigation .footer-right .store-locator input {
          border-radius: 2px;
          border: 0;
          background: white;
          padding: 8px 8px 8px 24px;
          width: 100%;
          margin: 10px 0;
          font-weight: 100; }
        footer .footer-navigation .footer-right .store-locator .submit-search {
          position: absolute;
          top: 34px;
          left: 8px;
          color: #0099FF; }
      @media screen and (max-width: 699px) {
        footer .footer-navigation .footer-right {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          border-top: 1px solid white;
          padding-left: 10px; }
          footer .footer-navigation .footer-right:last-child {
            margin-right: 0; }
          footer .footer-navigation .footer-right ul {
            margin: 18px 0; }
          footer .footer-navigation .footer-right .store-locator {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 57.3509785009%;
            position: relative;
            bottom: 0; }
            footer .footer-navigation .footer-right .store-locator:last-child {
              margin-right: 0; }
            footer .footer-navigation .footer-right .store-locator input {
              float: left;
              display: block;
              margin-right: 4.1109178249%;
              width: 100%;
              top: 0;
              max-width: 100%; }
              footer .footer-navigation .footer-right .store-locator input:last-child {
                margin-right: 0; }
            footer .footer-navigation .footer-right .store-locator .title {
              float: left;
              line-height: 40px;
              color: white;
              font-weight: normal;
              font-size: 16px;
              display: none; }
            footer .footer-navigation .footer-right .store-locator .submit-search {
              top: 17px; } }
      @media screen and (max-width: 519px) {
        footer .footer-navigation .footer-right .store-locator {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          footer .footer-navigation .footer-right .store-locator:last-child {
            margin-right: 0; } }
  footer .footer-items {
    color: #666666;
    margin-top: 40px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    font-size: 11px;
    line-height: 1.4em;
    display: block;
    width: 100%;
    float: none; }
    footer .footer-items:last-child {
      margin-right: 0; }
    footer .footer-items:after {
      content: "";
      display: table;
      clear: both; }
    footer .footer-items p {
      margin: 0; }
    footer .footer-items .footer-links {
      padding-left: 10px;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 18.9668591516%; }
      footer .footer-items .footer-links:last-child {
        margin-right: 0; }
      footer .footer-items .footer-links ul {
        margin-top: 0;
        list-style: none;
        padding: 0; }
        footer .footer-items .footer-links ul li:before {
          content: "\f061";
          font-family: FontAwesome;
          margin-right: 1em; }
        footer .footer-items .footer-links ul li a {
          color: #666666;
          text-decoration: none; }
      @media screen and (max-width: 879px) {
        footer .footer-items .footer-links {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          footer .footer-items .footer-links:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 699px) {
        footer .footer-items .footer-links {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          footer .footer-items .footer-links:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 379px) {
        footer .footer-items .footer-links {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 82.9403914003%; }
          footer .footer-items .footer-links:last-child {
            margin-right: 0; } }
    footer .footer-items .left-fix {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 27.4966634515%; }
      footer .footer-items .left-fix:last-child {
        margin-right: 0; }
      @media screen and (max-width: 879px) {
        footer .footer-items .left-fix {
          border-top: 1px solid #A1A2A4;
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          clear: both;
          margin-top: 20px; }
          footer .footer-items .left-fix:last-child {
            margin-right: 0; }
          footer .footer-items .left-fix .footer-statement {
            margin-top: 20px;
            padding-left: 10px;
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 65.8807828007%; }
            footer .footer-items .left-fix .footer-statement:last-child {
              margin-right: 0; } }
    footer .footer-items .right-fix {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      float: right; }
      footer .footer-items .right-fix:last-child {
        margin-right: 0; }
      footer .footer-items .right-fix .social {
        margin-right: 65px !important;
        /*@include media($small){
				        padding-left: 15px;
				        }*/
        margin-left: 8.5298042998%;
        float: left;
        display: block;
        margin-right: 4.8291579146%;
        width: 47.5854210427%; }
        footer .footer-items .right-fix .social:last-child {
          margin-right: 0; }
        footer .footer-items .right-fix .social ul.social-icons {
          color: #A1A2A4;
          list-style: none;
          padding: 0; }
          footer .footer-items .right-fix .social ul.social-icons li {
            display: inline-block;
            margin-right: 10px; }
            footer .footer-items .right-fix .social ul.social-icons li img {
              height: 20px;
              width: 20px; }
      @media screen and (max-width: 879px) {
        footer .footer-items .right-fix {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 65.8807828007%; }
          footer .footer-items .right-fix:last-child {
            margin-right: 0; }
          footer .footer-items .right-fix .social {
            margin-left: 0%;
            float: left;
            display: block;
            margin-right: 3.5786636068%;
            width: 48.2106681966%; }
            footer .footer-items .right-fix .social:last-child {
              margin-right: 0; } }
      @media screen and (max-width: 699px) {
        footer .footer-items .right-fix {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          footer .footer-items .right-fix:last-child {
            margin-right: 0; }
          footer .footer-items .right-fix .social {
            float: left;
            display: block;
            margin-right: 4.8291579146%;
            width: 100%; }
            footer .footer-items .right-fix .social:last-child {
              margin-right: 0; } }
      @media screen and (max-width: 379px) {
        footer .footer-items .right-fix {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 82.9403914003%; }
          footer .footer-items .right-fix:last-child {
            margin-right: 0; }
          footer .footer-items .right-fix .social {
            margin-left: 10px; } }
    footer .footer-items .social-links ul.social-icons {
      color: #A1A2A4;
      list-style: none;
      padding-left: 50px; }
      footer .footer-items .social-links ul.social-icons li {
        float: left;
        display: inline-block;
        margin-right: 15px;
        margin-top: 30px; }
        footer .footer-items .social-links ul.social-icons li img {
          height: 20px;
          width: 20px; }
    footer .footer-items .legal {
      margin: 20px 0;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      border-top: 1px solid #A1A2A4; }
      footer .footer-items .legal:last-child {
        margin-right: 0; }
      footer .footer-items .legal .copyright {
        margin-top: 20px;
        padding-left: 10px;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%; }
        footer .footer-items .legal .copyright:last-child {
          margin-right: 0; }

.nav-container {
  position: relative;
  z-index: 4; }

nav {
  display: block;
  width: 100%; }
  nav:after {
    content: "";
    display: table;
    clear: both; }
  nav ul {
    list-style: none;
    padding: 0; }
    nav ul li {
      display: inline-block; }
      nav ul li a {
        line-height: 40px;
        text-decoration: none;
        width: 100%;
        padding: 0 1em;
        display: block;
        text-align: center;
        height: 100%;
        color: #FFFFFF; }
    nav ul.main-navigation {
      margin-top: auto;
      margin-bottom: auto;
      position: relative;
      padding: 0; }
      nav ul.main-navigation .menu-title {
        display: none; }
      nav ul.main-navigation .language-toggle {
        background: #0099FF;
        height: 30px;
        margin: 5px;
        float: right;
        display: none;
        color: #FFFFFF;
        text-decoration: none; }
        nav ul.main-navigation .language-toggle a {
          line-height: 30px; }
        @media screen and (max-width: 879px) {
          nav ul.main-navigation .language-toggle {
            display: block; } }
        @media screen and (max-width: 519px) {
          nav ul.main-navigation .language-toggle {
            font-size: .8em; } }
  nav.site-navigation {
    background-color: #005Fa9;
    float: left;
    max-height: 40px; }
    nav.site-navigation .current {
      background: #013358; }
    nav.site-navigation .main-navigation {
      position: relative;
      z-index: 2;
      height: 40px;
      background-color: #005Fa9; }
      nav.site-navigation .main-navigation li {
        width: auto; }
        nav.site-navigation .main-navigation li.menu {
          max-width: 79%;
          float: left; }
          @media screen and (max-width: 879px) {
            nav.site-navigation .main-navigation li.menu ul.menu-links {
              width: 130px; } }
          nav.site-navigation .main-navigation li.menu ul li {
            border-right: 1px solid #000000;
            float: left;
            width: auto;
            display: inline-block; }
            nav.site-navigation .main-navigation li.menu ul li a.home {
              width: 134px; }
              @media screen and (max-width: 979px) {
                nav.site-navigation .main-navigation li.menu ul li a.home {
                  width: 100px; } }
        nav.site-navigation .main-navigation li.search {
          float: right;
          margin-right: 10px;
          max-width: 19%; }
          nav.site-navigation .main-navigation li.search .search-box {
            font-weight: 100;
            font-size: .8em;
            position: relative;
            width: auto; }
            nav.site-navigation .main-navigation li.search .search-box .search-bar {
              margin-top: .4em;
              border: none;
              width: 100%;
              height: 30px;
              margin: 5px;
              padding: 7px 0 7px 24px;
              border-radius: 2px; }
            nav.site-navigation .main-navigation li.search .search-box a {
              position: absolute;
              left: 12px;
              top: 0;
              text-align: left;
              width: auto;
              padding: 0;
              color: #000000; }
          @media screen and (max-width: 879px) {
            nav.site-navigation .main-navigation li.search {
              float: left; } }
        nav.site-navigation .main-navigation li.contact {
          position: absolute;
          top: -1.7em;
          right: 100px; }
          nav.site-navigation .main-navigation li.contact ul li {
            border-left: 1px solid #FFFFFF; }
            nav.site-navigation .main-navigation li.contact ul li:first-of-type {
              border-left: none; }
            nav.site-navigation .main-navigation li.contact ul li a {
              font-size: .7em;
              text-decoration: none;
              width: 100%;
              display: block;
              text-align: center;
              line-height: 10px;
              height: 10px;
              margin: 0 4px; }
          @media screen and (max-width: 879px) {
            nav.site-navigation .main-navigation li.contact {
              position: static; } }
      @media screen and (max-width: 879px) {
        nav.site-navigation .main-navigation {
          height: 40px;
          line-height: 40px; }
          nav.site-navigation .main-navigation li.menu, nav.site-navigation .main-navigation li.contact, nav.site-navigation .main-navigation li.search {
            margin: 0; }
            nav.site-navigation .main-navigation li.menu > span > a, nav.site-navigation .main-navigation li.contact > span > a, nav.site-navigation .main-navigation li.search > span > a {
              line-height: 40px; }
            nav.site-navigation .main-navigation li.menu > div.open-menu, nav.site-navigation .main-navigation li.contact > div.open-menu, nav.site-navigation .main-navigation li.search > div.open-menu {
              display: block;
              width: 100%;
              padding: 0 20px;
              background: #005Fa9;
              position: absolute;
              border-top: 1px solid #FFFFFF;
              left: 0;
              right: 0; }
              nav.site-navigation .main-navigation li.menu > div.open-menu a, nav.site-navigation .main-navigation li.contact > div.open-menu a, nav.site-navigation .main-navigation li.search > div.open-menu a {
                line-height: 40px;
                height: 40px;
                left: 36px;
                top: 0px; }
            nav.site-navigation .main-navigation li.menu > ul, nav.site-navigation .main-navigation li.contact > ul, nav.site-navigation .main-navigation li.search > ul {
              display: none; }
              nav.site-navigation .main-navigation li.menu > ul.open-menu, nav.site-navigation .main-navigation li.contact > ul.open-menu, nav.site-navigation .main-navigation li.search > ul.open-menu {
                display: block;
                border-top: 1px solid #FFFFFF; }
              nav.site-navigation .main-navigation li.menu > ul li, nav.site-navigation .main-navigation li.menu > ul li:last-child, nav.site-navigation .main-navigation li.menu > ul li:first-child, nav.site-navigation .main-navigation li.contact > ul li, nav.site-navigation .main-navigation li.contact > ul li:last-child, nav.site-navigation .main-navigation li.contact > ul li:first-child, nav.site-navigation .main-navigation li.search > ul li, nav.site-navigation .main-navigation li.search > ul li:last-child, nav.site-navigation .main-navigation li.search > ul li:first-child {
                background: #005Fa9;
                display: block;
                float: none;
                border: none; }
                nav.site-navigation .main-navigation li.menu > ul li.desktop-language-toggle, nav.site-navigation .main-navigation li.menu > ul li:last-child.desktop-language-toggle, nav.site-navigation .main-navigation li.menu > ul li:first-child.desktop-language-toggle, nav.site-navigation .main-navigation li.contact > ul li.desktop-language-toggle, nav.site-navigation .main-navigation li.contact > ul li:last-child.desktop-language-toggle, nav.site-navigation .main-navigation li.contact > ul li:first-child.desktop-language-toggle, nav.site-navigation .main-navigation li.search > ul li.desktop-language-toggle, nav.site-navigation .main-navigation li.search > ul li:last-child.desktop-language-toggle, nav.site-navigation .main-navigation li.search > ul li:first-child.desktop-language-toggle {
                  display: none; }
                nav.site-navigation .main-navigation li.menu > ul li a, nav.site-navigation .main-navigation li.menu > ul li:last-child a, nav.site-navigation .main-navigation li.menu > ul li:first-child a, nav.site-navigation .main-navigation li.contact > ul li a, nav.site-navigation .main-navigation li.contact > ul li:last-child a, nav.site-navigation .main-navigation li.contact > ul li:first-child a, nav.site-navigation .main-navigation li.search > ul li a, nav.site-navigation .main-navigation li.search > ul li:last-child a, nav.site-navigation .main-navigation li.search > ul li:first-child a {
                  width: 100%;
                  font-size: 1em;
                  line-height: 20px;
                  height: auto;
                  margin: 0;
                  padding: 10px 10px;
                  border-bottom: 1px solid #FFFFFF;
                  border-right: 1px solid #FFFFFF;
                  border-left: 1px solid #FFFFFF; }
            nav.site-navigation .main-navigation li.menu > .search-box, nav.site-navigation .main-navigation li.contact > .search-box, nav.site-navigation .main-navigation li.search > .search-box {
              display: none; }
            nav.site-navigation .main-navigation li.menu .menu-title, nav.site-navigation .main-navigation li.contact .menu-title, nav.site-navigation .main-navigation li.search .menu-title {
              width: 100%;
              display: inline-block;
              border-right: 1px solid #FFFFFF; } }
    @media screen and (max-width: 879px) and (max-width: 879px) {
      nav.site-navigation .main-navigation li.menu, nav.site-navigation .main-navigation li.contact, nav.site-navigation .main-navigation li.search {
        width: 130px; } }
    @media screen and (max-width: 879px) and (max-width: 519px) {
      nav.site-navigation .main-navigation li.menu, nav.site-navigation .main-navigation li.contact, nav.site-navigation .main-navigation li.search {
        width: 100px; } }
  nav.sub-navigation {
    z-index: 3;
    font-size: .8em; }
    nav.sub-navigation li {
      background-color: #0099FF; }
    nav.sub-navigation .main-navigation {
      float: left;
      height: auto;
      z-index: 10; }
      @media screen and (max-width: 879px) {
        nav.sub-navigation .main-navigation {
          margin-left: 129px; } }
      nav.sub-navigation .main-navigation li {
        margin: 7px 0;
        vertical-align: middle; }
        @media screen and (max-width: 879px) {
          nav.sub-navigation .main-navigation li {
            margin: 0; } }
        nav.sub-navigation .main-navigation li a {
          white-space: nowrap;
          line-height: 15px; }
          nav.sub-navigation .main-navigation li a.active {
            color: #FFFFFF;
            font-weight: bold; }
    @media screen and (max-width: 879px) {
      nav.sub-navigation {
        display: none; }
        nav.sub-navigation.open-menu {
          height: 0;
          line-height: 40px;
          float: left;
          clear: both;
          display: block;
          width: 0; }
          nav.sub-navigation.open-menu li {
            display: block;
            position: relative;
            border: none;
            width: 200px; }
            nav.sub-navigation.open-menu li a {
              width: 100%;
              font-size: 1em;
              line-height: 20px;
              height: auto;
              margin: 0;
              padding: 8px 4px;
              border-bottom: 1px solid #FFFFFF;
              border-right: 1px solid #FFFFFF;
              border-left: 1px solid #FFFFFF; } }
    @media screen and (max-width: 879px) and (max-width: 519px) {
      nav.sub-navigation.open-menu {
        margin-left: 0; } }
  @media screen and (max-width: 519px) {
    nav {
      font-size: 14px; } }

.topic-box {
  border-radius: 5px;
  font-size: 14px;
  background-color: #ECEEF1;
  overflow: hidden;
  margin-bottom: 10px; }
  .topic-box.image-container {
    background: none; }
  .topic-box p {
    font-size: 14px;
    margin: 0 0 20px; }
  .topic-box .box-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px 5px;
    margin-bottom: 10px; }
    .topic-box .box-title h3 {
      color: #000000;
      margin: 0;
      font-size: 18px;
      font-weight: normal; }
  .topic-box a {
    color: #0099FF;
    text-decoration: none;
    display: block;
    position: relative; }
  .topic-box h4 {
    margin: .8em 0; }
  .topic-box h5 {
    margin: .8em 0; }
  .topic-box .box-list {
    margin: 10px 0 20px 20px; }
    .topic-box .box-list p {
      margin: 0 0 20px; }
    .topic-box .box-list .list-title {
      color: #000000;
      font-weight: bold;
      clear: both; }
    .topic-box .box-list ul {
      margin-top: 5px; }
      .topic-box .box-list ul li {
        position: relative;
        display: block;
        left: 14px;
        margin: 4px 0;
        font-weight: bold;
        font-size: .8em; }
        .topic-box .box-list ul li:before {
          content: "\f061";
          font-family: FontAwesome;
          position: absolute;
          left: -14px;
          font-size: .6em;
          line-height: 1.8em; }
  .topic-box .question-wrapper {
    height: 118px;
    background-repeat: no-repeat;
    background-position: bottom right; }
    .topic-box .question-wrapper p {
      margin-bottom: 16px; }
  .topic-box .box-question {
    margin: -13px 15px 0px; }
    .topic-box .box-question .phone {
      color: #E52D39;
      font-size: 18px;
      font-weight: bold; }
    .topic-box .box-question a {
      display: inline;
      font-weight: bold; }
    @media screen and (max-width: 879px) {
      .topic-box .box-question {
        font-size: .8em; }
        .topic-box .box-question p {
          font-size: 1em;
          margin: 4px;
          line-height: 1em; } }
    @media screen and (max-width: 699px) {
      .topic-box .box-question {
        font-size: .8em; }
        .topic-box .box-question p {
          font-size: 14px;
          margin: 8px 0;
          line-height: 1.3em; } }
    @media screen and (max-width: 519px) {
      .topic-box .box-question {
        font-size: .8em; } }
  .topic-box .box-link {
    margin: 0 20px 20px; }
    .topic-box .box-link a {
      margin-top: 10px;
      padding: 12px 0; }
  .topic-box .double-content p {
    margin: 10px 0 0; }
  .topic-box .box-drop-down {
    margin: 0 1em 20px; }
    .topic-box .box-drop-down label {
      color: #0099FF; }
    .topic-box .box-drop-down select {
      width: 200px;
      margin-top: 10px; }
      .topic-box .box-drop-down select.double {
        margin-top: 5px; }
    .topic-box .box-drop-down a {
      display: block;
      margin-top: 10px;
      text-decoration: none; }
    .topic-box .box-drop-down ul li.scEnabledChrome {
      padding: 15px 0;
      border: 1px solid #cccccc;
      margin: 0; }
      .topic-box .box-drop-down ul li.scEnabledChrome a {
        margin: 0; }
      .topic-box .box-drop-down ul li.scEnabledChrome span {
        color: #0099FF; }
  .topic-box .topic-image {
    width: 100%;
    height: auto; }
  .topic-box .box-carousel {
    width: 100%;
    margin-top: -24px; }
    .topic-box .box-carousel ul {
      margin: 0; }
    .topic-box .box-carousel .bx-wrapper {
      margin: 0 auto; }
      .topic-box .box-carousel .bx-wrapper .bx-viewport {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        left: 0; }
    .topic-box .box-carousel li:before {
      display: none; }
    .topic-box .box-carousel .slide {
      padding: 1em 15px 1.75em 15px;
      margin: 0; }
    .topic-box .box-carousel .slide-text {
      width: 60%;
      float: left; }
      .topic-box .box-carousel .slide-text h4, .topic-box .box-carousel .slide-text p {
        margin-top: 0;
        margin-bottom: 8px; }
    .topic-box .box-carousel .slide-image {
      width: 40%;
      float: right; }
    .topic-box .box-carousel p, .topic-box .box-carousel a {
      font-size: 14px; }
  .topic-box.featured-product .slide-image {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px; }
  .topic-box.featured-product h3 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: bold; }
  .topic-box .tile-text {
    font-size: 14px;
    width: 70%;
    float: left;
    padding-right: 5%; }
    .topic-box .tile-text p {
      padding: 4px 0;
      color: #000000; }
    .topic-box .tile-text h4 {
      font-size: 18px; }
    .topic-box .tile-text h4, .topic-box .tile-text h5 {
      padding: 0;
      margin: 0; }
  .topic-box .tile-image {
    width: 30%;
    float: right; }
  .topic-box.theme-box {
    color: #0099FF;
    background: #FFFFFF; }
    .topic-box.theme-box .box-title h3 {
      font-size: 24px; }
    .topic-box.theme-box h3, .topic-box.theme-box h4, .topic-box.theme-box a {
      color: #0099FF; }
    .topic-box.theme-box .button {
      color: #FFFFFF; }
    .topic-box.theme-box h4 {
      font-weight: bold; }
    .topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a {
      background: #FFFFFF; }
      .topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .topic-box.theme-box .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #000000; }

.tile {
  border-radius: 5px;
  overflow: hidden; }
  .tilegrid .tile {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .tilegrid .tile:last-child {
      margin-right: 0; }
    .tilegrid .tile:nth-child(4n) {
      margin-right: 0; }
    .tilegrid .tile:nth-child(4n+1) {
      clear: left; }
    @media screen and (max-width: 979px) {
      .tilegrid .tile {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .tilegrid .tile:last-child {
          margin-right: 0; }
        .tilegrid .tile:nth-child(4n) {
          margin-right: 2.3576515979%; }
        .tilegrid .tile:nth-child(4n+1) {
          clear: none; }
        .tilegrid .tile:nth-child(3n) {
          margin-right: 0; }
        .tilegrid .tile:nth-child(3n+1) {
          clear: left; } }
    @media screen and (max-width: 699px) {
      .tilegrid .tile {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .tilegrid .tile:last-child {
          margin-right: 0; }
        .tilegrid .tile:nth-child(3n) {
          margin-right: 2.3576515979%; }
        .tilegrid .tile:nth-child(3n+1) {
          clear: none; }
        .tilegrid .tile:nth-child(2n) {
          margin-right: 0; }
        .tilegrid .tile:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 379px) {
      .tilegrid .tile {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        padding: 2.3576515979%; }
        .tilegrid .tile:last-child {
          margin-right: 0; }
        .tilegrid .tile:nth-child(2n) {
          margin-right: 2.3576515979%; }
        .tilegrid .tile:nth-child(2n+1) {
          clear: none; } }
    div.right-side .tilegrid .tile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      div.right-side .tilegrid .tile:last-child {
        margin-right: 0; }
      div.right-side .tilegrid .tile:nth-child(4n) {
        margin-right: 2.3576515979%; }
      div.right-side .tilegrid .tile:nth-child(4n+1) {
        clear: none; }
    div.right .tilegrid .tile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      div.right .tilegrid .tile:last-child {
        margin-right: 0; }
      div.right .tilegrid .tile:nth-child(4n) {
        margin-right: 2.3576515979%; }
      div.right .tilegrid .tile:nth-child(4n+1) {
        clear: none; }
  .tile .topic-box .box-title {
    padding: 14px 1em 13px;
    margin-bottom: 0; }
  .tile .topic-box .box-carousel {
    margin-top: 0px; }
    .tile .topic-box .box-carousel .slide {
      padding: 1em 0 1.75em 15px;
      overflow: hidden; }
    .tile .topic-box .box-carousel .button {
      position: absolute;
      bottom: 1.75em;
      left: 15px;
      margin: 0; }
  .tile .topic-box .bx-pager {
    bottom: 0;
    padding: 0; }
  .tile .with-chevron .box-title {
    position: relative; }
    .tile .with-chevron .box-title:after {
      content: "\f054";
      font-family: FontAwesome;
      position: absolute;
      right: .5em;
      top: 1em;
      color: white; }
    .tile .with-chevron .box-title.no-arrow:after {
      content: none; }
  @media screen and (max-width: 979px) {
    .tile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .tile:last-child {
        margin-right: 0; }
      .tile:nth-child(4n) {
        margin-right: 2.3576515979%; }
      .tile:nth-child(4n+1) {
        clear: none; }
      .tile:nth-child(3n) {
        margin-right: 0; }
      .tile:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 699px) {
    .tile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .tile:last-child {
        margin-right: 0; }
      .tile:nth-child(3n) {
        margin-right: 2.3576515979%; }
      .tile:nth-child(3n+1) {
        clear: none; }
      .tile:nth-child(2n) {
        margin-right: 0; }
      .tile:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 379px) {
    .tile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 2.3576515979%; }
      .tile:last-child {
        margin-right: 0; }
      .tile:nth-child(2n) {
        margin-right: 2.3576515979%; }
      .tile:nth-child(2n+1) {
        clear: none; } }
  div.right-side .tile {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    div.right-side .tile:last-child {
      margin-right: 0; }
    div.right-side .tile:nth-child(4n) {
      margin-right: 2.3576515979%; }
    div.right-side .tile:nth-child(4n+1) {
      clear: none; }
  div.right .tile {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    div.right .tile:last-child {
      margin-right: 0; }
    div.right .tile:nth-child(4n) {
      margin-right: 2.3576515979%; }
    div.right .tile:nth-child(4n+1) {
      clear: none; }

.wide-box {
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }
  .wide-box .promo-full-size {
    display: block; }
    @media screen and (max-width: 519px) {
      .wide-box .promo-full-size {
        display: none; } }
  .wide-box .promo-mobile {
    display: none; }
    @media screen and (max-width: 519px) {
      .wide-box .promo-mobile {
        display: block;
        padding: 2.3576515979%; } }
  .wide-box .box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    bottom: 0;
    padding: 20px;
    width: 60%; }

.guide-box .guide-link-image {
  width: 100%; }

.bx-pager-link {
  border: 1px solid black; }

.large-promo {
  border-radius: 0px;
  padding-top: 20px; }

/*********************** You Tube slider ************************/
.youmax {
  position: relative;
  padding-bottom: 5px; }

.youmax-box .clear {
  clear: both; }

.youmax-box h4 {
  text-align: right;
  text-transform: uppercase;
  font-weight: normal;
  padding-right: 0.5em; }
  .youmax-box h4 a {
    font-size: 1em;
    color: #ABABAD;
    text-decoration: none; }

.youmax .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  margin-left: 2px;
  margin-right: 2px; }

.youmax iframe,
.youmax object,
.youmax embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.youmax .control {
  border: transparent solid 10px;
  cursor: pointer;
  height: 0;
  margin-top: -4px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 0; }

.youmax .control.inactive {
  display: none; }

.youmax .control.previous {
  border-left: none;
  border-right: 10px solid #DCDDDF;
  margin-left: 5px;
  left: 3px; }

.youmax .control.next {
  background: none;
  border-left: 10px solid #DCDDDF;
  border-right: none;
  margin-right: 5px;
  float: none;
  right: 3px; }

.grey .alternate .youmax .control.previous {
  border-right-color: #cccccc; }

.grey .alternate .youmax .control.next {
  border-left-color: #cccccc; }

.youmax-video-list-views,
.youmax-video-list-title {
  display: none; }

.youmax-video-list-wrapper {
  padding: 12px 0 0;
  position: relative; }

.youmax-video-list-div {
  overflow: hidden;
  position: relative;
  margin: 0 27px 5px 23px; }
  .youmax-video-list-div ul {
    margin: 0; }

.youmax-video-list-div ul {
  left: 0;
  position: absolute; }

.youmax-video-list-div ul li {
  float: left;
  padding: 0 4px;
  text-align: center; }

.youmax-video-list-div ul li img {
  cursor: pointer;
  display: inline;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

/******************** end you tube slider ***********************/
/* * * * * * * * * * * * * * * * * * * *
	Page Specifics
* * * * * * * * * * * * * * * * * * * */
.hero-container {
  position: relative;
  background-color: #0075CC;
  background-image: -webkit-linear-gradient(bottom, #0075CC 50%, #0099FF);
  background-image: linear-gradient(to top,#0075CC 50%, #0099FF);
  color: #FFFFFF;
  width: 100%;
  min-height: 180px;
  overflow: visible; }
  .hero-container.no-bg {
    background-image: none;
    background-color: initial; }
  .hero-container .wrapper {
    position: relative; }
  .hero-container .hero-slide {
    background-size: cover;
    background-position: right center; }
    .hero-container .hero-slide .slide-left {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .hero-container .hero-slide .slide-left:last-child {
        margin-right: 0; }
    .hero-container .hero-slide .slide-text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      padding-top: 40px; }
      .hero-container .hero-slide .slide-text:last-child {
        margin-right: 0; }
      .hero-container .hero-slide .slide-text .slide-title {
        font-size: 40px; }
    .hero-container .hero-slide a {
      float: left; }
  .hero-container .hero-carousel {
    position: relative;
    margin: 0;
    padding: 0; }
  .hero-container .hero-controls {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 100%;
    font-family: 'FontAwesome'; }
    .hero-container .hero-controls a {
      text-decoration: none;
      color: #FFFFFF;
      font-size: 48px; }
    .hero-container .hero-controls #slider-prev, .hero-container .hero-controls #slider-next {
      position: absolute;
      margin: 0 20px; }
    .hero-container .hero-controls #slider-prev {
      left: 0; }
    .hero-container .hero-controls #slider-next {
      right: 0; }

.tiles {
  overflow: hidden;
  position: relative;
  top: -49px;
  display: block;
  width: 100%; }
  .tiles:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 699px) {
    .tiles {
      top: 0; } }

.subscriptions-form .personal-info span {
  color: #e60003; }

.subscriptions-form .checkbox-wrapper {
  font-size: .9em;
  margin: 0 0 20px 20px; }
  .subscriptions-form .checkbox-wrapper .subscription-more-info {
    margin: 4px 0 0 20px; }
    .subscriptions-form .checkbox-wrapper .subscription-more-info span {
      color: #0099FF;
      cursor: pointer; }
    .subscriptions-form .checkbox-wrapper .subscription-more-info p {
      margin: 10px 0; }

.subscriptions-form .grouped {
  margin-top: 6px;
  font-size: .9em; }

.subscriptions-form input[type="text"] {
  border: 1px solid #d9d9d9;
  margin: 8px 10px 8px 0;
  padding: 4px 10px;
  width: 100%; }

.subscriptions-form *::-moz-placeholder {
  color: #a9a9a9; }

.maincontent .question-block {
  border-bottom: 1px solid #ECEEF1;
  padding-bottom: 20px;
  margin: 20px 0;
  padding-right: 20px;
  position: relative; }
  .maincontent .question-block:last-of-type {
    border: 0px; }
  .maincontent .question-block .fa-angle-down {
    color: #0099FF;
    position: absolute;
    right: 0;
    font-size: 1.5em;
    bottom: 0; }
  .maincontent .question-block div {
    margin-left: 24px;
    cursor: pointer; }
    .maincontent .question-block div.question {
      position: relative;
      color: #0099FF; }
      .maincontent .question-block div.question:before {
        content: 'Q';
        position: absolute;
        left: -24px;
        height: 18px;
        width: 18px;
        font-size: .7em;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        color: white; }
    .maincontent .question-block div.answer {
      position: relative;
      display: none; }
      .maincontent .question-block div.answer:before {
        content: 'A';
        position: absolute;
        background: #000000;
        left: -24px;
        height: 18px;
        width: 18px;
        font-size: .7em;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        color: white; }

.maincontent section.product-description h2 {
  color: #000000;
  weight: bold;
  font-size: 20px; }

.maincontent section.product-description ul {
  margin-left: 24px; }
  .maincontent section.product-description ul li {
    position: relative;
    display: block; }
    .maincontent section.product-description ul li:before {
      content: "\f058";
      font-family: FontAwesome;
      position: absolute;
      left: -24px;
      font-size: 18px; }

.maincontent section.product-image {
  text-align: center; }

.maincontent section.rebate {
  margin-bottom: 10px;
  text-align: center; }
  .maincontent section.rebate a {
    display: block; }
  @media screen and (max-width: 519px) {
    .maincontent section.rebate {
      margin: 20px 0;
      border-top: 1px solid #ECEEF1;
      border-bottom: 1px solid #ECEEF1;
      padding: 20px 0; } }

.maincontent section.sizes-and-labels .product {
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center; }
  .maincontent section.sizes-and-labels .product figure {
    position: relative; }
    .maincontent section.sizes-and-labels .product figure .view-label-container {
      position: absolute;
      width: 100%;
      bottom: 10px; }
    .maincontent section.sizes-and-labels .product figure .view-label {
      background: #0099FF;
      left: 35px;
      color: white;
      width: 126px;
      padding: 8px 10px;
      margin-left: auto;
      margin-right: auto; }
      .maincontent section.sizes-and-labels .product figure .view-label i {
        margin-left: 5px; }
    .maincontent section.sizes-and-labels .product figure img {
      width: 150px; }
  .maincontent section.sizes-and-labels .product figcaption {
    color: #A1A2A4; }

.maincontent section.qa, .maincontent section.articles, .maincontent section.sizes-and-labels, .maincontent section.related-video {
  margin-top: 20px;
  border-top: 1px solid #ECEEF1; }

.maincontent section.product-overview {
  border-top: 1px solid #ECEEF1;
  margin-top: 20px; }
  .maincontent section.product-overview h3 {
    color: #000000;
    margin: 10px 0; }
  .maincontent section.product-overview label {
    font-size: 14px; }
  .maincontent section.product-overview select {
    color: #0099FF;
    padding: 4px 2px;
    margin-top: 10px;
    border-radius: 2px;
    background: white;
    border: 1px solid #ECEEF1; }

.maincontent .pricespider-btn {
  margin-top: 20px;
  margin-left: 25%; }
  @media screen and (max-width: 879px) {
    .maincontent .pricespider-btn {
      margin-bottom: 15px;
      margin-left: 35%; } }
  @media screen and (max-width: 519px) {
    .maincontent .pricespider-btn {
      margin-left: 25%; } }

.maincontent .bazzarvoice-summary-container {
  margin: auto;
  width: 75%;
  margin-top: 70px; }

.product-grid .product {
  width: 120px;
  min-height: 160px;
  margin: 10px 0 0 40px;
  text-align: center; }
  .product-grid .product .product-name {
    min-height: 40px;
    color: #0099FF;
    display: inline-block;
    text-align: left; }
    .product-grid .product .product-name a {
      text-decoration: none;
      font-size: 0.75em; }

.grid-filters {
  padding: 10px;
  margin-right: 15%;
  border-right: 1px solid #cccccc; }
  .grid-filters h2 {
    margin-bottom: 10px; }
  .grid-filters .filter {
    margin-bottom: 10px;
    color: #0099FF; }
    .grid-filters .filter input {
      float: left;
      margin-right: 5px; }

.product-tabs-container {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  width: 100%; }

.product-tabs-container .nav {
  padding-left: 21px; }

.product-tabs-container .nav-tabs > li.active > a {
  color: #0099FF;
  border-bottom-color: transparent; }

.product-tabs-container .tab-content {
  border: 1px solid #ddd;
  border-top-color: transparent;
  padding: 15px 35px; }

.product-tabs-container .nav > li > a {
  margin-right: 5px;
  padding: 5px 35px;
  font-weight: 700;
  color: #333;
  border: 1px solid #ddd; }
  @media screen and (max-width: 519px) {
    .product-tabs-container .nav > li > a {
      padding: 5px 12px; } }

.product-tabs-container .video {
  width: 250px;
  margin-left: 15px;
  float: left; }

.product-tabs-container .video p {
  font-weight: 700; }

.product-tabs-container .related-video {
  width: 100%;
  display: inline-block; }

.product-tabs-container .related-video h2 {
  display: none; }

.inline-star-review {
  margin: auto;
  width: 60%;
  padding: 10px; }

@media screen and (max-width: 519px) {
  margin: 20px 0;
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  padding: 20px 0; }

.related_articles .box-title {
  margin-left: 5%;
  margin-right: 5%;
  border-bottom: 5px solid white; }
  .related_articles .box-title h3 {
    font-size: 23px;
    font-weight: 700; }

.topics .banner {
  margin-bottom: 40px;
  max-width: 100%; }

.topics .related-video {
  font-size: 0; }
  .topics .related-video .video {
    font-size: 14px;
    float: left;
    width: 30%;
    margin-left: 4.89%; }
    .topics .related-video .video:first-of-type {
      margin-left: 0; }
    @media screen and (max-width: 699px) {
      .topics .related-video .video {
        width: 100%;
        margin-left: 0; } }

.topics section.articles {
  border-top: 1px solid #ECEEF1; }

article p:after {
  content: "";
  display: table;
  clear: both; }

article ul li {
  position: relative;
  display: block; }
  article ul li:before {
    color: #000000;
    content: "\f058";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 18px; }

article img {
  display: inline-block;
  float: left;
  margin-right: 10px; }
  article img.banner-image {
    float: none;
    margin: 0; }

.maincontent .two-column .main article h2 {
  font-size: 20px; }

.article-title h1 {
  margin: .4em 0; }

.share-links {
  margin: 20px 0;
  padding: 30px 0;
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1; }
  .share-links .share-article {
    font-weight: bold;
    line-height: 33px;
    vertical-align: top; }
  .share-links ul {
    margin: 0 0 0 20px;
    display: inline-block; }
    .share-links ul li {
      margin: 0;
      display: inline-block; }
      .share-links ul li:before {
        content: none; }

.featured-article-title {
  color: #000000;
  font-size: 1.2em; }

.read-more {
  text-decoration: none; }

.maincontent .two-column .main section h2 {
  margin: 15px 0; }

.maincontent .two-column .main section.minor-featured {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  padding: 30px 0;
  margin: 40px 0 0 0;
  overflow: hidden;
  clear: both; }
  .maincontent .two-column .main section.minor-featured .article-teaser {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .maincontent .two-column .main section.minor-featured .article-teaser:last-child {
      margin-right: 0; }
    .maincontent .two-column .main section.minor-featured .article-teaser:nth-child(2n) {
      margin-right: 0; }
    .maincontent .two-column .main section.minor-featured .article-teaser:nth-child(2n+1) {
      clear: left; }
    .maincontent .two-column .main section.minor-featured .article-teaser img {
      height: auto;
      width: 100px;
      float: left;
      margin-right: 10px; }
    .maincontent .two-column .main section.minor-featured .article-teaser span p {
      font-size: .8em; }
    .maincontent .two-column .main section.minor-featured .article-teaser span a {
      font-size: .8em;
      text-decoration: none; }
    @media screen and (max-width: 879px) {
      .maincontent .two-column .main section.minor-featured .article-teaser {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin: 20px 0; }
        .maincontent .two-column .main section.minor-featured .article-teaser:last-child {
          margin-right: 0; } }

.maincontent .two-column .main section.related-video, .maincontent .two-column .main section.articles, .maincontent .two-column .main .tile {
  border-top: 0px;
  border-bottom: 1px solid #ECEEF1;
  margin-top: 0;
  margin-bottom: 10px;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .maincontent .two-column .main section.related-video:last-child, .maincontent .two-column .main section.articles:last-child, .maincontent .two-column .main .tile:last-child {
    margin-right: 0; }
  @media screen and (max-width: 879px) {
    .maincontent .two-column .main section.related-video, .maincontent .two-column .main section.articles, .maincontent .two-column .main .tile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .maincontent .two-column .main section.related-video:last-child, .maincontent .two-column .main section.articles:last-child, .maincontent .two-column .main .tile:last-child {
        margin-right: 0; } }

.maincontent .two-column .main section.related-video .video {
  width: 100%; }

.maincontent .two-column .main .tile h2 {
  margin: 15px 0; }

.maincontent .two-column .right .tile {
  border: 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .maincontent .two-column .right .tile:last-child {
    margin-right: 0; }
  .maincontent .two-column .right .tile:nth-child(4n) {
    margin-right: 2.3576515979%; }
  .maincontent .two-column .right .tile:nth-child(4n+1) {
    clear: none; }

.maincontent .two-column .right-side .tile {
  border: 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .maincontent .two-column .right-side .tile:last-child {
    margin-right: 0; }
  .maincontent .two-column .right-side .tile:nth-child(4n) {
    margin-right: 2.3576515979%; }
  .maincontent .two-column .right-side .tile:nth-child(4n+1) {
    clear: none; }

.learning-center-header-background {
  margin-bottom: 20px; }
  .learning-center-header-background .learning-center-header-image {
    max-width: 980px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 1; }
    .learning-center-header-background .learning-center-header-image img {
      width: 100%; }
    .learning-center-header-background .learning-center-header-image .learning-center-label {
      display: inline-block;
      text-align: left;
      background: black;
      padding: 6px 10px;
      color: white;
      position: absolute;
      border-radius: 2px;
      max-width: 180px;
      opacity: .66; }
      @media screen and (max-width: 699px) {
        .learning-center-header-background .learning-center-header-image .learning-center-label {
          display: none; } }
      .learning-center-header-background .learning-center-header-image .learning-center-label.show-info {
        z-index: 99;
        opacity: 1;
        background: #FF6600; }
      .learning-center-header-background .learning-center-header-image .learning-center-label .more-info {
        margin-bottom: 16px;
        display: none;
        font-size: 12px; }
      .learning-center-header-background .learning-center-header-image .learning-center-label i {
        font-size: 12px; }
      .learning-center-header-background .learning-center-header-image .learning-center-label.indoor-pests {
        bottom: 40%;
        left: 32%; }
      .learning-center-header-background .learning-center-header-image .learning-center-label.termites {
        bottom: 38%;
        left: 54%; }
      .learning-center-header-background .learning-center-header-image .learning-center-label.lawn-care {
        bottom: 5%;
        left: 62%; }
        .learning-center-header-background .learning-center-header-image .learning-center-label.lawn-care.show-info {
          background: #339900; }
      .learning-center-header-background .learning-center-header-image .learning-center-label.vegetable-garden {
        bottom: 5%;
        left: 5%; }
      .learning-center-header-background .learning-center-header-image .learning-center-label.trees-shrubs {
        bottom: 60%;
        left: 73%; }
        .learning-center-header-background .learning-center-header-image .learning-center-label.trees-shrubs.show-info {
          background: #009999; }
      .learning-center-header-background .learning-center-header-image .learning-center-label.weed-control {
        bottom: 30%;
        left: 80%; }
      .learning-center-header-background .learning-center-header-image .learning-center-label.roses-flowers {
        bottom: 17%;
        left: 37%; }
        .learning-center-header-background .learning-center-header-image .learning-center-label.roses-flowers.show-info {
          background: #C62579; }

.learning-center-nav {
  margin-bottom: 20px; }
  .learning-center-nav label {
    margin-bottom: 10px;
    display: block; }
  .learning-center-nav select {
    margin-bottom: 20px; }
  .learning-center-nav .category {
    border-top: 1px solid #ECEEF1; }
  .learning-center-nav h1 {
    color: #0099FF; }
  .learning-center-nav .category-title, .learning-center-nav label {
    font-weight: bold;
    margin-top: 20px; }
  .learning-center-nav a {
    display: block;
    text-decoration: none;
    margin-top: 10px; }

.guide {
  padding: 20px 0;
  border-top: 1px solid #ECEEF1;
  overflow: hidden; }
  .guide .guide-image {
    float: left;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .guide .guide-image:last-child {
      margin-right: 0; }
    @media screen and (max-width: 879px) {
      .guide .guide-image {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .guide .guide-image:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 699px) {
      .guide .guide-image {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .guide .guide-image:last-child {
          margin-right: 0; } }
  .guide .guide-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .guide .guide-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 879px) {
      .guide .guide-content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%; }
        .guide .guide-content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 699px) {
      .guide .guide-content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .guide .guide-content:last-child {
          margin-right: 0; } }
    .guide .guide-content a {
      text-decoration: none; }
      .guide .guide-content a.expand-guide:after {
        margin-left: 10px;
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome; }
      .guide .guide-content a.expand-guide.open-guide:after {
        content: "\f077"; }
    .guide .guide-content .show-products {
      display: none; }
    .guide .guide-content .product-solution {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 47.1152133411%;
      text-align: center; }
      .guide .guide-content .product-solution:last-child {
        margin-right: 0; }
      @media screen and (max-width: 699px) {
        .guide .guide-content .product-solution {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .guide .guide-content .product-solution:last-child {
            margin-right: 0; } }

.learning-center-grid {
  display: block;
  width: 100%;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .learning-center-grid:after {
    content: "";
    display: table;
    clear: both; }
  .learning-center-grid:last-child {
    margin-right: 0; }
  .learning-center-grid .right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .learning-center-grid .right:last-child {
      margin-right: 0; }
  .learning-center-grid .main {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .learning-center-grid .main:last-child {
      margin-right: 0; }
    .learning-center-grid .main .topic-box, .learning-center-grid .main .rebate {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 48.2106681966%; }
      .learning-center-grid .main .topic-box:last-child, .learning-center-grid .main .rebate:last-child {
        margin-right: 0; }
  @media screen and (max-width: 879px) {
    .learning-center-grid .right, .learning-center-grid .main {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .learning-center-grid .right:last-child, .learning-center-grid .main:last-child {
        margin-right: 0; }
      .learning-center-grid .right .topic-box, .learning-center-grid .main .topic-box {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 48.2106681966%; }
        .learning-center-grid .right .topic-box:last-child, .learning-center-grid .main .topic-box:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 699px) {
    .learning-center-grid .right, .learning-center-grid .main {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .learning-center-grid .right:last-child, .learning-center-grid .main:last-child {
        margin-right: 0; }
      .learning-center-grid .right .topic-box, .learning-center-grid .main .topic-box {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 100%; }
        .learning-center-grid .right .topic-box:last-child, .learning-center-grid .main .topic-box:last-child {
          margin-right: 0; } }

#map_canvas {
  height: 900px;
  width: 100%; }

.store-search h2 {
  color: #0099FF; }

.store-search #address-search {
  margin: 0 0 20px 0;
  width: 100%;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid #ECEEF1;
  color: #000; }
  .store-search #address-search:before {
    content: 'test'; }
  .store-search #address-search.store-alert-address {
    border-color: red; }

.store-help-text {
  margin-bottom: 10px;
  color: #999; }

.store-results {
  border-top: 1px solid #E9F6FD;
  display: none;
  padding-top: 40px; }
  .store-results .result {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box; }
    .store-results .result img {
      float: left;
      max-width: 30%; }
    .store-results .result .store-info {
      float: left;
      display: inline-block;
      margin-left: 10px;
      width: 70%; }
      .store-results .result .store-info .store-title {
        font-weight: bold;
        color: black; }
  .store-results .selected-result {
    background-color: #efefef; }

.store-search, .store-results {
  margin-right: 40px; }

.store-controls {
  border-top: 1px solid #A1A2A4;
  border-bottom: 1px solid #A1A2A4;
  display: block; }
  .store-controls li {
    display: inline-block;
    padding: 10px 5px 0; }
    .store-controls li a {
      text-decoration: none;
      color: #0099FF;
      font-weight: bold; }
      .store-controls li a.inactive {
        color: black;
        cursor: default; }

ul.store-product-list {
  display: none;
  margin-top: 10px;
  font-size: 15px;
  max-height: 200px;
  overflow-y: auto;
  padding: 15px;
  margin-right: -15px;
  margin-left: -15px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), inset 5px 5px 8px rgba(0, 0, 0, 0.5); }

.update-map.disabled {
  background: #999;
  cursor: default; }

.store-type {
  margin: 5px 0 10px;
  width: 100%; }

.store-distance {
  color: #666666;
  font-weight: normal;
  font-style: italic; }
  .store-distance:before {
    content: '-';
    margin: 0 2px; }

.main #map_canvas img {
  max-width: none; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 10px 0; }

.chosen-container:last-child {
  margin-bottom: 0; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear, false, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0 0 5px 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 1.25;
  font-size: 16px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear, false, #3875d7 20%, #2a62bc 90%;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear, false, #eeeeee 1%, #ffffff 15%;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear, false, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear, false, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear, false, #eeeeee 20%, #ffffff 80%;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.contact-form {
  font-size: 14px; }
  .contact-form h1 {
    margin-bottom: 20px; }
  .contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #cccccc;
    padding: 4px;
    margin: 2px 0 10px; }
  .contact-form input[type="checkbox"] {
    width: auto;
    margin-right: 10px; }
  .contact-form textarea {
    height: 8em; }
  .contact-form select {
    color: #0099FF; }
  .contact-form strong {
    display: block;
    margin-bottom: 20px;
    margin-top: 15px; }
  .contact-form div {
    display: inline; }

.side-nav-links {
  border-top: 1px solid #cccccc;
  font-weight: bold; }
  .side-nav-links ul {
    margin-top: 0; }
    .side-nav-links ul li {
      margin: 0;
      padding: 12px 0 10px 15px;
      border-bottom: 1px solid #cccccc;
      display: block; }
      .side-nav-links ul li a {
        text-decoration: none;
        color: #0075CC; }

.contact-form .scfDropListLabel, .contact-form .scfMultipleLineTextLabel, .contact-form .scfSingleLineTextLabel, .contact-form div {
  display: block;
  width: 100%; }

.contact-form div {
  position: relative;
  overflow: hidden; }

.contact-form .scfSectionBorderAsFieldSet {
  padding: 0;
  margin: 0; }

.contact-form .scfRequired {
  position: absolute;
  top: .5em;
  right: 5px; }

.contact-form .scfSubmitButton {
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 20px;
  color: white;
  text-decoration: none;
  background: #0075cc;
  cursor: pointer;
  border: none; }

.contact-form .scfCheckbox {
  float: left; }

.video-search {
  padding: 10px;
  margin-bottom: 20px; }
  .video-search .search-box {
    font-weight: 100;
    font-size: .8em;
    position: relative;
    width: auto; }
    .video-search .search-box p {
      color: #0099FF;
      font-weight: bold; }

.video-player .video-container {
  margin-bottom: 20px; }

.video-grid {
  overflow: hidden; }
  .video-grid .video {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .video-grid .video:last-child {
      margin-right: 0; }
    .video-grid .video:nth-child(3n) {
      margin-right: 0; }
    .video-grid .video:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 699px) {
      .video-grid .video {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .video-grid .video:last-child {
          margin-right: 0; }
        .video-grid .video:nth-child(3n) {
          margin-right: 2.3576515979%; }
        .video-grid .video:nth-child(3n+1) {
          clear: none; }
        .video-grid .video:nth-child(2n) {
          margin-right: 0; }
        .video-grid .video:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 379px) {
      .video-grid .video {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .video-grid .video:last-child {
          margin-right: 0; }
        .video-grid .video:nth-child(2n) {
          margin-right: 2.3576515979%; }
        .video-grid .video:nth-child(2n+1) {
          clear: none; }
        .video-grid .video:nth-child(1n) {
          margin-right: 0; }
        .video-grid .video:nth-child(1n+1) {
          clear: left; } }

.js-youtube_player {
  display: none; }

ul .js-video-item {
  clear: none;
  position: relative;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  ul .js-video-item.slvzr-nth-child403n43141 {
    clear: none !important; }
  ul .js-video-item:last-child {
    margin-right: 0; }
  ul .js-video-item:nth-child(3n) {
    margin-right: 0; }
  ul .js-video-item:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 699px) {
    ul .js-video-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      ul .js-video-item:last-child {
        margin-right: 0; }
      ul .js-video-item:nth-child(3n) {
        margin-right: 2.3576515979%; }
      ul .js-video-item:nth-child(3n+1) {
        clear: none; }
      ul .js-video-item:nth-child(2n) {
        margin-right: 0; }
      ul .js-video-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 379px) {
    ul .js-video-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-top: 30px; }
      ul .js-video-item:last-child {
        margin-right: 0; }
      ul .js-video-item:nth-child(2n) {
        margin-right: 2.3576515979%; }
      ul .js-video-item:nth-child(2n+1) {
        clear: none; }
      ul .js-video-item:nth-child(1n) {
        margin-right: 0; }
      ul .js-video-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (max-width: 379px) {
    ul .js-video-item:first-child {
      margin-top: 0; } }
  ul .js-video-item .youtube_thumbnail {
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    right: 5px;
    bottom: 0;
    cursor: pointer;
    position: relative;
    padding-right: 5px; }
    ul .js-video-item .youtube_thumbnail:before {
      content: ' \f04b';
      background: #0075CC;
      opacity: .75;
      font-family: 'FontAwesome';
      line-height: 50px;
      font-size: 25px;
      text-align: center;
      color: white;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -25px;
      margin-top: -25px;
      border-radius: 50%;
      z-index: 100; }

.maincontent a.video-download {
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f0192b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #f0192b 0%, #ab1215 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0192b), color-stop(100%, #ab1215));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0192b 0%, #ab1215 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0192b 0%, #ab1215 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0192b 0%, #ab1215 100%);
  /* IE10+ */
  background: linear, to bottom, #f0192b 0%, #ab1215 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0192b', endColorstr='#ab1215',GradientType=0 );
  /* IE6-8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0192b', endColorstr='#ab1215',GradientType=0 )";
  /* IE6-8 */ }

.video-list {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .video-list .video-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .video-list .video-item .video-content {
      width: 100%; }
    .video-list .video-item p {
      height: 65px; }
      @media screen and (max-width: 768px) {
        .video-list .video-item p {
          font-size: 14px; } }

.video-ie8 {
  height: 200px; }

section.product_results {
  border-top: 1px solid #ECEEF1; }
  section.product_results .product_result {
    text-decoration: none;
    margin: 0;
    display: block;
    width: 100%; }
  section.product_results p {
    margin-top: 2px;
    margin-bottom: 15px; }

.show-results {
  line-height: 80px;
  display: block;
  font-weight: bold;
  text-decoration: none; }

.video-player {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #ECEEF1; }

.featured_result_section {
  overflow: hidden; }

.featured_results_item {
  display: block;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .featured_results_item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 979px) {
    .featured_results_item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .featured_results_item:last-child {
        margin-right: 0; }
      .featured_results_item:nth-child(2n) {
        margin-right: 0; }
      .featured_results_item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 379px) {
    .featured_results_item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 2.3576515979%;
      border-top: 1px solid #A1A2A4; }
      .featured_results_item:last-child {
        margin-right: 0; }
      .featured_results_item:nth-child(2n) {
        margin-right: 2.3576515979%; }
      .featured_results_item:nth-child(2n+1) {
        clear: none; }
      .featured_results_item:first-child {
        border-top: 0; } }
  .featured_results_item img {
    width: 100%;
    height: auto;
    max-height: 150px;
    max-width: 200px;
    display: block;
    margin: 0 auto; }

.featured_results_item_name a, .featured_results_item_detaillink a {
  text-decoration: none; }

.featured_results_item_name {
  min-height: 3.5em; }
  @media screen and (max-width: 379px) {
    .featured_results_item_name {
      margin-top: .4em; } }

.featured_results_item_desc {
  margin: .5em 0;
  height: 5.8em;
  overflow: hidden; }

.scInsertionHandle, .scInsertionHandleLeft, .scInsertionHandleCenter, .scInsertionHandleRight {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.scEnabledChrome.tile {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .scEnabledChrome.tile:last-child {
    margin-right: 0; }
  .scEnabledChrome.tile:nth-child(4n) {
    margin-right: 2.3576515979%; }
  .scEnabledChrome.tile:nth-child(4n+1) {
    clear: none; }
  .scEnabledChrome.tile:nth-child(12n) {
    margin-right: 0; }
  .scEnabledChrome.tile:nth-child(12n+1) {
    clear: left; }
  @media screen and (max-width: 979px) {
    .scEnabledChrome.tile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .scEnabledChrome.tile:last-child {
        margin-right: 0; }
      .scEnabledChrome.tile:nth-child(4n) {
        margin-right: 2.3576515979%; }
      .scEnabledChrome.tile:nth-child(4n+1) {
        clear: none; }
      .scEnabledChrome.tile:nth-child(2n) {
        margin-right: 0; }
      .scEnabledChrome.tile:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 699px) {
    .scEnabledChrome.tile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 2.3576515979%; }
      .scEnabledChrome.tile:last-child {
        margin-right: 0; }
      .scEnabledChrome.tile:nth-child(2n) {
        margin-right: 2.3576515979%; }
      .scEnabledChrome.tile:nth-child(2n+1) {
        clear: none; } }
  @media screen and (max-width: 379px) {
    .scEnabledChrome.tile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 2.3576515979%; }
      .scEnabledChrome.tile:last-child {
        margin-right: 0; }
      .scEnabledChrome.tile:nth-child(2n) {
        margin-right: 2.3576515979%; }
      .scEnabledChrome.tile:nth-child(2n+1) {
        clear: none; } }
  div.right-side .scEnabledChrome.tile {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    div.right-side .scEnabledChrome.tile:last-child {
      margin-right: 0; }
    div.right-side .scEnabledChrome.tile:nth-child(4n) {
      margin-right: 2.3576515979%; }
    div.right-side .scEnabledChrome.tile:nth-child(4n+1) {
      clear: none; }

.scEnabledChrome.hero-container .hero-slide a {
  float: none; }

.scEnabledChrome.hero-container .hero-carousel {
  padding-bottom: 40px; }

.press_release_list--component {
  border-bottom: 1px solid #cccccc; }

.press_release_list--item,
.maincontent ul .press_release_list--item {
  margin: 0;
  padding: 1em 0;
  border-top: 1px solid #cccccc; }

.press_release_list--date {
  display: block;
  margin: 0 0 0.25em 0;
  font-size: 0.85em;
  line-height: 1.3em;
  font-weight: bold; }

.press_release_list--link {
  display: block;
  margin: 0 0 0.25em 0;
  text-decoration: none;
  line-height: 1.3em;
  font-weight: bold; }

.press_release_list--description {
  margin: 0 0 1em 0; }
  .press_release_list--description:last-child {
    margin: 0; }

.press_release--view_all {
  margin: 0 0 1em 0;
  font-weight: bold; }
  .press_release--view_all a {
    text-decoration: none; }

.press_release--release_date {
  margin: 0 0 1em 0;
  display: block;
  font-size: 0.85em;
  line-height: 1.3em;
  font-weight: bold; }

.press_release--title {
  margin: 0 0 1em 0;
  line-height: 1.3em; }

.press_release-component .press_release--rte_content h2 {
  font-size: 20px; }

.press_release-component .press_release--rte_content p {
  line-height: 1.4em; }

.sitemap a {
  text-decoration: none; }

.sitemap h3 {
  margin-top: 15px;
  margin-bottom: 3px; }

.sitemap ul {
  margin-top: 0px;
  margin-bottom: 10px; }
  .sitemap ul li {
    padding: 2px;
    padding-left: 15px;
    margin-bottom: 0px; }

.two-column.login {
  margin-top: 25px;
  overflow: hidden;
  padding: 0 25px; }
  .two-column.login a {
    text-decoration: none; }
  .two-column.login .create, .two-column.login .signIn, .two-column.login .resetPw, .two-column.login .changePw, .two-column.login .learning-modules {
    float: left;
    margin-right: 20px;
    font-family: 'helvetica neue', arial, sans-serif; }
    @media screen and (max-width: 999px) {
      .two-column.login .create, .two-column.login .signIn, .two-column.login .resetPw, .two-column.login .changePw, .two-column.login .learning-modules {
        width: 48%; } }
    @media screen and (max-width: 640px) {
      .two-column.login .create, .two-column.login .signIn, .two-column.login .resetPw, .two-column.login .changePw, .two-column.login .learning-modules {
        width: 100%; } }
    .two-column.login .create .title, .two-column.login .signIn .title, .two-column.login .resetPw .title, .two-column.login .changePw .title, .two-column.login .learning-modules .title {
      background-color: #205fab;
      padding: 25px;
      border-radius: 5px 5px 0px 0px;
      -moz-border-radius: 5px 5px 0px 0px;
      -webkit-border-radius: 5px 5px 0px 0px;
      border: 1px solid #205fab; }
      .two-column.login .create .title h3, .two-column.login .signIn .title h3, .two-column.login .resetPw .title h3, .two-column.login .changePw .title h3, .two-column.login .learning-modules .title h3 {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 18px; }
    .two-column.login .create .body, .two-column.login .signIn .body, .two-column.login .resetPw .body, .two-column.login .changePw .body, .two-column.login .learning-modules .body {
      background-color: #e8f1fa;
      padding: 25px;
      border-radius: 0px 0px 5px 5px;
      -moz-border-radius: 0px 0px 5px 5px;
      -webkit-border-radius: 0px 0px 5px 5px;
      border: 1px solid #e8f1fa; }
      .two-column.login .create .body .error-msg, .two-column.login .signIn .body .error-msg, .two-column.login .resetPw .body .error-msg, .two-column.login .changePw .body .error-msg, .two-column.login .learning-modules .body .error-msg {
        margin-bottom: 20px;
        color: red;
        font-weight: bold; }
        .two-column.login .create .body .error-msg:not(:empty), .two-column.login .signIn .body .error-msg:not(:empty), .two-column.login .resetPw .body .error-msg:not(:empty), .two-column.login .changePw .body .error-msg:not(:empty), .two-column.login .learning-modules .body .error-msg:not(:empty) {
          display: inline-block; }
      .two-column.login .create .body .error-msg--new, .two-column.login .create .body .error-msg--confirm, .two-column.login .signIn .body .error-msg--new, .two-column.login .signIn .body .error-msg--confirm, .two-column.login .resetPw .body .error-msg--new, .two-column.login .resetPw .body .error-msg--confirm, .two-column.login .changePw .body .error-msg--new, .two-column.login .changePw .body .error-msg--confirm, .two-column.login .learning-modules .body .error-msg--new, .two-column.login .learning-modules .body .error-msg--confirm {
        margin-left: 5px; }
      .two-column.login .create .body input[type="text"], .two-column.login .create .body input[type="password"], .two-column.login .signIn .body input[type="text"], .two-column.login .signIn .body input[type="password"], .two-column.login .resetPw .body input[type="text"], .two-column.login .resetPw .body input[type="password"], .two-column.login .changePw .body input[type="text"], .two-column.login .changePw .body input[type="password"], .two-column.login .learning-modules .body input[type="text"], .two-column.login .learning-modules .body input[type="password"] {
        margin-top: 5px;
        margin-bottom: 20px; }
      .two-column.login .create .body input[type="checkbox"], .two-column.login .signIn .body input[type="checkbox"], .two-column.login .resetPw .body input[type="checkbox"], .two-column.login .changePw .body input[type="checkbox"], .two-column.login .learning-modules .body input[type="checkbox"] {
        margin-right: 5px; }
      .two-column.login .create .body .btn, .two-column.login .signIn .body .btn, .two-column.login .resetPw .body .btn, .two-column.login .changePw .body .btn, .two-column.login .learning-modules .body .btn {
        display: inline-block;
        margin-top: 20px;
        border: 1px solid #3597fe;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 8px 25px;
        color: #FFFFFF;
        font-weight: bold;
        background: #3597fe;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1OTdmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzdjZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3597fe), color-stop(100%, #2c7cd7));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
        /* IE10+ */
        background: linear, to bottom, #3597fe 0%, #2c7cd7 100%;
        /* W3C */ }
      .two-column.login .create .body label, .two-column.login .signIn .body label, .two-column.login .resetPw .body label, .two-column.login .changePw .body label, .two-column.login .learning-modules .body label {
        font-weight: bold; }
  .two-column.login .create {
    margin-bottom: 20px; }
  .two-column.login .resetPw h3, .two-column.login .changePw h3 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px; }
  .two-column.login .resetPw .body, .two-column.login .changePw .body {
    background-color: #FFFFFF;
    border: none;
    padding: 0;
    padding-top: 25px; }
    .two-column.login .resetPw .body input[type="text"], .two-column.login .changePw .body input[type="text"] {
      width: 250px; }
    .two-column.login .resetPw .body .btn, .two-column.login .changePw .body .btn {
      display: block;
      margin-top: 0; }

.lt-ie10 .create .body .btn, .lt-ie10 .signIn .body .btn {
  filter: none !important; }

.lt-ie9 .create .body .btn, .lt-ie9 .signIn .body .btn, .lt-ie9 .resetPw .body .btn, .lt-ie9 .changePw .body .btn {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3597fe', endColorstr='#2c7cd7',GradientType=0 ) !important;
  /* IE6-8 */ }

.bayer-extranet .scfForm {
  margin-top: 25px; }
  .bayer-extranet .scfForm .scfTitleBorder {
    display: none; }
  .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet {
    border: none;
    width: 43%;
    float: left;
    padding: 0; }
    @media screen and (max-width: 519px) {
      .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet {
        width: 100%;
        margin-bottom: 20px; } }
    .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionLegend {
      color: #FFFFFF;
      font-weight: bold;
      font-size: 18px;
      font-family: 'helvetica neue', arial, sans-serif;
      background-color: #205fab;
      padding: 25px;
      border-radius: 5px 5px 0px 0px;
      -moz-border-radius: 5px 5px 0px 0px;
      -webkit-border-radius: 5px 5px 0px 0px;
      border: 1px solid #205fab;
      width: 100%;
      margin: 0; }
    .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent {
      padding: 25px;
      border-radius: 0px 0px 5px 5px;
      -moz-border-radius: 0px 0px 5px 5px;
      -webkit-border-radius: 0px 0px 5px 5px;
      border: 1px solid #e8f1fa;
      background-color: #e8f1fa; }
      .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDropListBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfEmailBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfMultipleLineTextBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfSingleLineTextBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfPasswordBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfNumberBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDatePickerBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDateBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfRadioButtonListBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfListBoxBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfCheckBoxListBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfFileUploadBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDateSelectorBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfCreditCardBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfConfirmPasswordBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfCaptchaBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfTelephoneBorder, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfSmsTelephoneBorder {
        display: inline-block; }
      .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDropListLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfEmailLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfMultipleLineTextLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfSingleLineTextLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfPasswordLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfNumberLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDatePickerLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDateLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfRadioButtonListLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfCheckBoxListLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfListBoxLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfFileUploadLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDateSelectorLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfCreditCardLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfConfirmPasswordLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfCaptchaLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfTelephoneLabel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfSmsTelephoneLabel {
        width: auto;
        font-weight: bold;
        font-family: 'helvetica neue', arial, sans-serif; }
      .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfEmailGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfMultipleLineGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfSingleLineGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfPasswordGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfNumberGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDatePickerGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDateGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfRadioButtonListGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfCheckBoxListGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfFileUploadGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDateSelectorGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfCreditCardGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfConfirmPasswordGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfCaptchaGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfTelephoneGeneralPanel, .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfSmsTelephoneGeneralPanel {
        width: 100%;
        clear: both; }
      .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDroplistBorder {
        clear: both;
        margin: 5px 0; }
        .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDroplistBorder .scfDropListGeneralPanel {
          width: 100%;
          margin-bottom: 5px;
          border: 1px solid #AAAAAA; }
        .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfDroplistBorder select {
          padding: 2px 0; }
      .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .scfSectionContent .scfRequired {
        float: none;
        color: #0099ff; }
    .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .exactTargetOptIn {
      margin-top: 15px; }
      .bayer-extranet .scfForm fieldset.scfSectionBorderAsFieldSet .exactTargetOptIn input[type="checkbox"] {
        margin-right: 5px; }
  .bayer-extranet .scfForm .scfSubmitButtonBorder {
    clear: both;
    margin: 0 30px; }
    .bayer-extranet .scfForm .scfSubmitButtonBorder input[type="submit"] {
      display: inline-block;
      margin-top: 20px;
      border: 1px solid #3597fe;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      padding: 8px 25px;
      color: #FFFFFF;
      font-weight: bold;
      background: #3597fe;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1OTdmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzdjZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3597fe), color-stop(100%, #2c7cd7));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
      /* IE10+ */
      background: linear, to bottom, #3597fe 0%, #2c7cd7 100%;
      /* W3C */ }
  .bayer-extranet .scfForm .scfCaptchaLabel {
    display: none; }
  .bayer-extranet .scfForm .scfCaptchTop {
    width: 100%; }
    .bayer-extranet .scfForm .scfCaptchTop .scfCaptchaGeneralPanel div table {
      margin-top: 0; }
      .bayer-extranet .scfForm .scfCaptchTop .scfCaptchaGeneralPanel div table td div {
        background-color: transparent !important; }
  .bayer-extranet .scfForm .scfCaptchaLabelText {
    width: auto;
    float: left;
    font-weight: bold;
    font-family: 'helvetica neue', arial, sans-serif; }
  .bayer-extranet .scfForm .scfCaptchaLimitGeneralPanel {
    width: 100%; }
    .bayer-extranet .scfForm .scfCaptchaLimitGeneralPanel .scfCaptchStrongTextPanel {
      width: 100%; }

.lt-ie10 .bayer-extranet .scfForm .scfSubmitButtonBorder input[type="submit"] {
  filter: none !important; }

.lt-ie9 .bayer-extranet .scfForm .scfSubmitButtonBorder input[type="submit"] {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3597fe', endColorstr='#2c7cd7',GradientType=0 ) !important;
  /* IE6-8 */ }

.productResourcesGrid_container {
  margin-top: 20px; }

.productResourcesGrid {
  table-layout: auto !important; }
  .productResourcesGrid tr td {
    border-right: 1px solid #badaff; }
    .productResourcesGrid tr td .product--info {
      display: block;
      overflow: hidden; }
    .productResourcesGrid tr td .product--image {
      width: 35px;
      margin-right: 5px;
      float: left; }
    .productResourcesGrid tr td .product--link {
      float: left;
      margin-top: 10px;
      width: 45%;
      font-size: 16px; }
      .productResourcesGrid tr td .product--link.photos {
        margin-right: 20px; }
      .productResourcesGrid tr td .product--link img {
        margin-right: 5px;
        vertical-align: top;
        float: left; }
      .productResourcesGrid tr td .product--link a {
        text-decoration: none; }
    .productResourcesGrid tr td .fancybox-content {
      display: block !important; }
      .productResourcesGrid tr td .fancybox-content .restrictions {
        display: block; }
        .productResourcesGrid tr td .fancybox-content .restrictions:hover {
          cursor: pointer; }
      .productResourcesGrid tr td .fancybox-content .product-restrictions {
        display: none; }

.fancybox-inner .fancyB {
  display: block !important; }
  .fancybox-inner .fancyB h3 {
    font-weight: bold;
    text-transform: uppercase; }

.fancybox-inner .fancybox-content {
  padding: 15px 5px; }
  .fancybox-inner .fancybox-content a.restrictions {
    pointer-events: none;
    cursor: default;
    padding: 15px 10px;
    margin: 20px 0;
    background-color: #d9e9ff;
    display: block;
    border: 1px solid #d9e9ff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    .fancybox-inner .fancybox-content a.restrictions .see-restrictions-text {
      display: none; }
    .fancybox-inner .fancybox-content a.restrictions .product-restrictions {
      display: block; }

.ui-widget-content {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .ui-widget-content a {
    color: #0099ff; }

.ui-widget-header.ui-state-default, .ui-widget-header {
  background: #205fab; }

.ui-iggrid .ui-iggrid-header, .ui-iggrid table th {
  padding: 15px; }

.ui-iggrid tr.ui-ig-altrecord {
  background-color: #FFFFFF; }

.ui-iggrid table tbody td {
  padding: 10px; }

.ui-iggrid tbody td, .ui-iggrid tbody th.ui-iggrid-rowselector-class, .ui-iggrid thead .ui-iggrid-editingcell, .ui-iggrid tfoot td {
  border-bottom: 1px solid #badaff; }

.ui-iggrid .ui-iggrid-table > tbody > tr > td.ui-iggrid-coldesc, .ui-iggrid .ui-iggrid-table > tbody > tr > td.ui-iggrid-colasc {
  border-bottom: 1px solid #badaff;
  border-right: 1px solid #badaff; }

.ui-iggrid .ui-iggrid-tablebody > tr > td:first-child, .ui-iggrid .ui-iggrid-table > tbody > tr > td:first-child, .ui-iggrid thead .ui-iggrid-editingcell:first-child, .ui-iggrid .ui-iggrid-addrow + .ui-iggrid-activerow td:first-child, .ui-iggrid th.ui-iggrid-rowselector-class:first-child {
  border-left: 1px solid #badaff;
  min-width: 325px; }

.ui-iggrid .ui-iggrid-tablebody > tr > td:last-child, .ui-iggrid .ui-iggrid-table > tbody > tr > td:last-child, .ui-iggrid thead .ui-iggrid-editingcell:last-child {
  border-right: 1px solid #badaff; }

.ui-iggrid td.ui-state-highlight {
  background-color: #f8fbff; }

.ui-iggrid td.ui-state-highlight.ui-state-hover + td, .ui-iggrid td.ui-state-highlight.ui-state-hover {
  background: #ccc; }

.bayer-extranet #learningModulesContainer.learning-modules {
  margin-top: 25px;
  font-family: 'helvetica neue', arial, sans-serif;
  width: 100%; }
  @media screen and (max-width: 519px) {
    .bayer-extranet #learningModulesContainer.learning-modules {
      width: 100%; } }
  .bayer-extranet #learningModulesContainer.learning-modules h1 {
    padding-bottom: 25px; }
  .bayer-extranet #learningModulesContainer.learning-modules .btn, .bayer-extranet #learningModulesContainer.learning-modules .viewModuleDetails {
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #3597fe;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 8px 25px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background: #3597fe;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1OTdmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzdjZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3597fe), color-stop(100%, #2c7cd7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3597fe 0%, #2c7cd7 100%);
    /* IE10+ */
    background: linear, to bottom, #3597fe 0%, #2c7cd7 100%;
    /* W3C */ }
  .bayer-extranet #learningModulesContainer.learning-modules a, .bayer-extranet #learningModulesContainer.learning-modules a:link, .bayer-extranet #learningModulesContainer.learning-modules a:visited, .bayer-extranet #learningModulesContainer.learning-modules a:hover {
    color: #0099ff; }
  .bayer-extranet #learningModulesContainer.learning-modules .moduleListHeader {
    font-size: 16px; }
  @media screen and (max-width: 768px) {
    .bayer-extranet #learningModulesContainer.learning-modules .moduleListTags {
      width: auto; } }
  .bayer-extranet #learningModulesContainer.learning-modules .moduleListTags a, .bayer-extranet #learningModulesContainer.learning-modules .startModuleButton {
    color: #0099ff !important;
    font-size: 1em; }
  @media screen and (max-width: 768px) {
    .bayer-extranet #learningModulesContainer.learning-modules .moduleListDesc {
      width: 100%; } }
  .bayer-extranet #learningModulesContainer.learning-modules .moduleInfo {
    background-color: #e8f1fa; }
    @media screen and (max-width: 768px) {
      .bayer-extranet #learningModulesContainer.learning-modules .moduleInfo {
        float: left;
        position: relative;
        margin-top: 15px !important;
        right: 0;
        top: 0; } }
    .bayer-extranet #learningModulesContainer.learning-modules .moduleInfo.started, .bayer-extranet #learningModulesContainer.learning-modules .moduleInfo.complete {
      border-left: none; }
  .bayer-extranet #learningModulesContainer.learning-modules .modStatusWrapper .modulesFilters {
    background-color: #205fab;
    border-radius: 5px 5px 0 0;
    border: 1px solid #205fab;
    font-size: 17px;
    position: relative;
    max-width: 980px; }
    .bayer-extranet #learningModulesContainer.learning-modules .modStatusWrapper .modulesFilters .modStatusTitle {
      font-size: 1em;
      color: #FFFFFF;
      margin: 10px 0 0 10px; }
      @media screen and (max-width: 620px) {
        .bayer-extranet #learningModulesContainer.learning-modules .modStatusWrapper .modulesFilters .modStatusTitle {
          margin-bottom: 25px; } }
    .bayer-extranet #learningModulesContainer.learning-modules .modStatusWrapper .modulesFilters .modStatusIndicator-container {
      max-width: 384px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .bayer-extranet #learningModulesContainer.learning-modules .modStatusWrapper .modulesFilters .modStatusIndicator-container {
          display: inline; } }
      @media screen and (max-width: 620px) {
        .bayer-extranet #learningModulesContainer.learning-modules .modStatusWrapper .modulesFilters .modStatusIndicator-container {
          clear: both;
          position: absolute;
          bottom: 0;
          left: 15%; } }
      @media screen and (max-width: 480px) {
        .bayer-extranet #learningModulesContainer.learning-modules .modStatusWrapper .modulesFilters .modStatusIndicator-container {
          display: inline-block;
          clear: none;
          position: absolute;
          left: 2.5%; } }
      .bayer-extranet #learningModulesContainer.learning-modules .modStatusWrapper .modulesFilters .modStatusIndicator-container .modStatusIndicator {
        width: auto;
        border: 1px solid transparent;
        border-radius: 0 0 5px 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        margin-top: -1px;
        font-size: 16px; }
        @media screen and (max-width: 620px) {
          .bayer-extranet #learningModulesContainer.learning-modules .modStatusWrapper .modulesFilters .modStatusIndicator-container .modStatusIndicator {
            border-radius: 5px 5px 0 0;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            margin-bottom: -1px; } }
        @media screen and (max-width: 480px) {
          .bayer-extranet #learningModulesContainer.learning-modules .modStatusWrapper .modulesFilters .modStatusIndicator-container .modStatusIndicator {
            padding: 3px;
            float: left;
            position: relative; } }
  .bayer-extranet #learningModulesContainer.learning-modules .moduleListItem {
    font-size: 1em; }
    .bayer-extranet #learningModulesContainer.learning-modules .moduleListItem .liModuleImg {
      float: none;
      margin-right: 0; }
      .bayer-extranet #learningModulesContainer.learning-modules .moduleListItem .liModuleImg img {
        float: left;
        margin-right: 10px; }

#learning-module .content-light.content-background .slide__content .btn-group {
  background-colo: #d7e6ea;
  background-color: rgba(215, 230, 234, 0.9); }

#learning-module .content-light.content-video .slide__content .btn-group {
  background-colo: #d7e6ea;
  background-color: rgba(215, 230, 234, 0.9); }

#learning-module .content-light .slide__content {
  background-colo: #d7e6ea;
  background-color: rgba(215, 230, 234, 0.9); }

#learning-module .slide--question .answer-image img {
  width: 100%;
  max-width: 600px; }

.lt-ie10 .btn, .lt-ie10 .viewModuleDetails {
  filter: none !important; }

.lt-ie9 .btn, .lt-ie9 .viewModuleDetails {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3597fe', endColorstr='#2c7cd7',GradientType=0 ) !important;
  /* IE6-8 */ }

.lt-ie9 #learning-module .slide--question .answer-image img {
  width: 100%;
  max-width: none; }

.lt-ie9 #learning-module .content-right .slide__content .vertical-center {
  max-height: 93%; }

.maincontent .video-embed .video-item {
  width: 100%;
  position: relative; }

.maincontent .video-embed a.video-download {
  position: relative; }

ul .js-video-item .youtube_thumbnail {
  z-index: 1; }
  ul .js-video-item .youtube_thumbnail:before {
    display: none; }
  ul .js-video-item .youtube_thumbnail .play_arrow-wrapper {
    background-color: #0075cc;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px; }
    ul .js-video-item .youtube_thumbnail .play_arrow-wrapper .play_arrow {
      display: block;
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out;
      position: absolute;
      font-size: 30px;
      color: #ffffff;
      left: 50%;
      top: 50%;
      margin-left: -10px;
      margin-top: -16px; }

.form-label-above-field {
  float: left;
  width: 50%;
  font-weight: bold;
  margin-bottom: 1.5em; }

.form-label-above-field input, .form-label-above-field select {
  border-width: 2px;
  -moz-border-bottom-colors: #000;
  -moz-border-right-colors: #000;
  border-color: #000000;
  height: 35px; }

@media screen and (max-width: 699px) {
  .form-label-above-field {
    float: left;
    width: 100%;
    font-weight: bold; } }

.form-label-above-field label, .form-label-above-field div {
  width: 93%; }

.form-label-above-field select {
  background: url("/img/bayer_advanced/background/brontoSelectButton.png") no-repeat right #FFF;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-label-above-field select::-ms-expand {
  display: none; }

.form-label-above-field .scfRequired, .form-label-above-field .scfValidatorRequired {
  float: left; }

.brontoCheck {
  width: 96.5% !important; }

@media screen and (max-width: 699px) {
  .brontoCheck {
    width: 93% !important;
    margin-bottom: 1.5em; } }

.brontoCheck .scfCheckboxUsefulInfo {
  width: 100% !important;
  color: #000 !important;
  font-weight: normal;
  margin-left: 1em; }

.brontoCheck + .scfRequired {
  float: left !important; }

.form-linebreak-checkbox, .form-linebreak-small-font-checkbox {
  font-weight: bold; }

.form-linebreak-checkbox input[type="checkbox"], .form-linebreak-small-font-checkbox input[type="checkbox"] {
  margin-right: 5px; }

.form-linebreak-checkbox div table tbody tr td input[type=checkbox] {
  display: none; }

.form-linebreak-checkbox div table tbody tr td input + label:before, .form-linebreak-small-font-checkbox:before {
  content: "\2713";
  letter-spacing: 3px;
  color: transparent;
  font-size: 12px;
  border: #000 2px solid;
  border-radius: 0;
  margin-right: 5px;
  background-color: #FFF; }

.form-linebreak-checkbox div table tbody tr td input:checked + label:before {
  content: "\2713";
  letter-spacing: 3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  border: #000 2px solid;
  border-radius: 0;
  margin-right: 5px;
  background-color: #FFF; }

.form-linebreak-checkbox label:before {
  border-radius: 3px; }

.scfSubmitButton {
  background-color: #009dff;
  border-width: 0;
  color: #FFF;
  margin: 0 auto;
  display: block;
  padding: 6px 20px; }

.form-no-borders fieldset {
  border-color: transparent !important; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.solution-finder {
  font-family: "Helvetica", Arial, sans-serif;
  color: #666666; }
  .solution-finder .topic-image {
    width: 100%; }
  .solution-finder h2 {
    font-size: 18px;
    line-height: 1.3em; }
  .solution-finder .maincontent .two-column > div.left-side {
    width: 18%;
    margin-right: 2%; }
    @media screen and (max-width: 879px) {
      .solution-finder .maincontent .two-column > div.left-side {
        width: 16%; } }
    .solution-finder .maincontent .two-column > div.left-side .solution-finder__nav {
      line-height: 1.85em; }
      @media screen and (max-width: 699px) {
        .solution-finder .maincontent .two-column > div.left-side .solution-finder__nav {
          display: none; } }
      .solution-finder .maincontent .two-column > div.left-side .solution-finder__nav .nav {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .solution-finder .maincontent .two-column > div.left-side .solution-finder__nav .nav li {
          height: 2em;
          cursor: pointer;
          background-color: #eceef1;
          border-top: 1px solid #FFFFFF;
          padding: 0 9px 0 14px;
          margin-bottom: 0;
          max-width: 170px; }
          .solution-finder .maincontent .two-column > div.left-side .solution-finder__nav .nav li:first-child {
            border-top: none; }
          .solution-finder .maincontent .two-column > div.left-side .solution-finder__nav .nav li a {
            color: #2f3030;
            text-decoration: none;
            font-size: 13px;
            font-weight: bold; }
        .solution-finder .maincontent .two-column > div.left-side .solution-finder__nav .nav li.selected {
          background-color: #005Fa9; }
          .solution-finder .maincontent .two-column > div.left-side .solution-finder__nav .nav li.selected + li {
            border-top: none; }
          .solution-finder .maincontent .two-column > div.left-side .solution-finder__nav .nav li.selected a {
            color: #FFFFFF; }
  .solution-finder .maincontent .two-column > div.main {
    width: 80%; }
    @media screen and (max-width: 699px) {
      .solution-finder .maincontent .two-column > div.main {
        width: 100%; } }
  .solution-finder__header img {
    margin-bottom: 15px; }
  .solution-finder__header h1 {
    color: #2c62a7;
    font-weight: bold;
    font-size: 27px;
    font-family: "Helvetica", Arial, sans-serif; }
  .solution-finder__header p {
    color: #6d6e70;
    font-size: 17px; }
  .solution-finder .hero-carousel h1 {
    color: #2c62a7;
    font-weight: bold;
    margin: 15px 0; }
  .solution-finder__dropdown {
    margin: 45px 0;
    clear: both; }
    .solution-finder__dropdown .box-title {
      border-radius: 10px 10px 0 0;
      border: 1px solid #0099FF;
      background-color: #0099FF; }
      .solution-finder__dropdown .box-title h3 {
        color: #FFFFFF;
        margin: 0;
        padding: 15px 0;
        text-align: center;
        font-size: 19px; }
    .solution-finder__dropdown .box-dropdown {
      padding: 20px 10px;
      border: 1px solid #CCCCCC;
      margin-top: -3px; }
      .solution-finder__dropdown .box-dropdown__wrapper {
        width: 84%;
        margin: 0 auto; }
    .solution-finder__dropdown .selectboxit-container .selectboxit {
      margin: 0 auto;
      width: 300px !important;
      border-radius: 0;
      background: #FFFFFF;
      border: 1px solid #cccccc; }
      @media screen and (max-width: 879px) {
        .solution-finder__dropdown .selectboxit-container .selectboxit {
          width: 255px !important; } }
      @media screen and (max-width: 699px) {
        .solution-finder__dropdown .selectboxit-container .selectboxit {
          width: 400px !important; } }
      @media screen and (max-width: 519px) {
        .solution-finder__dropdown .selectboxit-container .selectboxit {
          width: 330px !important; } }
      .solution-finder__dropdown .selectboxit-container .selectboxit .selectboxit-arrow-container {
        border-top: 0;
        background-color: #0099FF;
        width: 55px; }
        .solution-finder__dropdown .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
          top: 33%; }
      .solution-finder__dropdown .selectboxit-container .selectboxit-list li {
        margin-bottom: 0; }
    .solution-finder__dropdown .selectboxit-container .icon-arrow-down {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #ffffff transparent transparent transparent; }
    .solution-finder__dropdown .selectboxit-container .selectboxit-list {
      width: 290px !important;
      border-radius: 0;
      background-color: #eceef0; }
      @media screen and (max-width: 879px) {
        .solution-finder__dropdown .selectboxit-container .selectboxit-list {
          width: 200px !important; } }
      @media screen and (max-width: 699px) {
        .solution-finder__dropdown .selectboxit-container .selectboxit-list {
          width: 263% !important; } }
      @media screen and (max-width: 519px) {
        .solution-finder__dropdown .selectboxit-container .selectboxit-list {
          width: 198% !important; } }
      .solution-finder__dropdown .selectboxit-container .selectboxit-list .selectboxit-option {
        border-top: 1px dotted #b9babb; }
      .solution-finder__dropdown .selectboxit-container .selectboxit-list .selectboxit-option-first {
        border-radius: 0;
        border-top: 0; }
      .solution-finder__dropdown .selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
        background-color: #2c93d1;
        background-image: none; }

.pest-page__header {
  margin-bottom: 30px; }
  .pest-page__header h1 {
    color: #2c62a7;
    font-weight: bold;
    font-size: 27px;
    font-family: "Helvetica", Arial, sans-serif;
    margin-bottom: 40px; }
  .pest-page__header img {
    border: 5px solid #a0a1a2; }
  .pest-page__header p {
    color: #6d6e70;
    font-size: 17px; }

.pest-description {
  margin-bottom: 45px; }
  .pest-description__title {
    font-size: 16px;
    color: #2c62a7;
    font-weight: bold;
    margin-bottom: 15px; }

.pest-col__wrapper .pest-col {
  width: 48%;
  margin-left: 2%;
  float: left; }
  @media screen and (max-width: 519px) {
    .pest-col__wrapper .pest-col {
      width: 100%;
      margin-left: 0;
      margin-top: 50px; } }
  .pest-col__wrapper .pest-col:first-child {
    margin-left: 0; }
    @media screen and (max-width: 519px) {
      .pest-col__wrapper .pest-col:first-child {
        margin-top: 0; } }
  .pest-col__wrapper .pest-col .pest-info__title {
    font-size: 16px;
    color: #2c62a7;
    font-weight: bold;
    margin-bottom: 15px; }
  .pest-col__wrapper .pest-col .pest-info__section {
    margin-top: 50px; }
    .pest-col__wrapper .pest-col .pest-info__section:first-child {
      margin-top: 0; }
    .pest-col__wrapper .pest-col .pest-info__section ul {
      padding: 0 15px;
      list-style: disc; }
      .pest-col__wrapper .pest-col .pest-info__section ul li {
        margin-bottom: 0; }
  .pest-col__wrapper .pest-col .helpful-products ul {
    list-style-type: disc;
    padding-left: 18px;
    margin: 0; }
    .pest-col__wrapper .pest-col .helpful-products ul a {
      text-decoration: none;
      font-family: Helvetica, Arial, sans-serif; }
  .pest-col__wrapper .pest-col .product-recommendations h2 {
    font-size: 21px;
    color: #2c62a7;
    font-weight: bold;
    margin-bottom: 5px; }
  .pest-col__wrapper .pest-col .product-recommendations__products {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* works with row or column */
    flex-direction: row;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .lt-ie9 .pest-col__wrapper .pest-col .product-recommendations__products {
      overflow: hidden; }
  .pest-col__wrapper .pest-col .product-recommendations__product {
    width: 40%;
    text-align: center;
    margin-left: 15px; }
    @media screen and (max-width: 879px) {
      .pest-col__wrapper .pest-col .product-recommendations__product {
        width: 33%; } }
    .lt-ie9 .pest-col__wrapper .pest-col .product-recommendations__product {
      float: left;
      width: 20%;
      veritcal-align: baseline; }
    .pest-col__wrapper .pest-col .product-recommendations__product:first-child {
      margin-left: 0; }
    .pest-col__wrapper .pest-col .product-recommendations__product img {
      margin-bottom: 15px;
      max-width: 100px;
      max-height: 120px; }
      @media screen and (max-width: 879px) {
        .pest-col__wrapper .pest-col .product-recommendations__product img {
          max-width: 85px; } }
      @media screen and (max-width: 519px) {
        .pest-col__wrapper .pest-col .product-recommendations__product img {
          max-width: 100%; } }
    .pest-col__wrapper .pest-col .product-recommendations__product span {
      font-size: 12px;
      font-weight: bold;
      color: #2b62a6;
      display: block; }
    .pest-col__wrapper .pest-col .product-recommendations__product a {
      color: #2c62a7;
      text-decoration: none; }
  .pest-col__wrapper .pest-col .product-rebate {
    background: url("/img/bayer_advanced/background/bg_rebate.png") no-repeat;
    width: 164px;
    height: 34px;
    position: relative;
    margin-top: 30px; }
    .lt-ie9 .pest-col__wrapper .pest-col .product-rebate {
      clear: both; }
    .pest-col__wrapper .pest-col .product-rebate__link a {
      color: #FFFFFF;
      font-weight: bold;
      padding: 10px;
      display: block;
      font-size: 12px;
      text-decoration: none; }
    .pest-col__wrapper .pest-col .product-rebate .icon-arrow-right {
      position: absolute;
      top: 10px;
      right: 12%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6.5px 0 6.5px 10px;
      border-color: transparent transparent transparent #FFFFFF; }

.filter-page__header h1 {
  color: #5096cb;
  font-weight: bold;
  font-size: 24px;
  font-family: "Helvetica", Arial, sans-serif;
  margin-bottom: 0; }

.maincontent .product-reccommendations-group {
  font-size: 16px;
  color: #2c62a7;
  font-weight: bold;
  margin-bottom: 15px; }

.maincontent .pfw .is-blue {
  color: #2c62a7; }

.maincontent .pfw .filter-zone p {
  margin: 0; }

.maincontent .pfw .filter-zone .is-blue {
  color: #5096cb; }

.maincontent .pfw .filter-zone .keyword-field .button {
  margin-bottom: 0; }

.maincontent .pfw .filter-zone .mobile__show-hide-filters {
  display: none; }
  @media screen and (max-width: 519px) {
    .maincontent .pfw .filter-zone .mobile__show-hide-filters {
      display: block; } }

.maincontent .pfw .filter-zone__container {
  margin-right: 11px; }

.maincontent .pfw .filter-zone__filter:first-child label {
  margin-left: 10px; }

.maincontent .pfw .filter-zone__filtergroup {
  margin-left: 40px; }
  .maincontent .pfw .filter-zone__filtergroup .filter-zone__filter input[type='radio'],
  .maincontent .pfw .filter-zone__filtergroup .filter-zone__filter input[type='checkbox'] {
    float: left;
    margin-right: 5px;
    margin-left: -20px; }
  .maincontent .pfw .filter-zone__filtergroup .filter-zone__filter label {
    margin-left: 0; }

@media screen and (max-width: 519px) {
  .maincontent .pfw__footer {
    border-bottom: none; } }

.maincontent .pfw__footer .pfw__header-medium.is-blue {
  font-weight: bold; }

.maincontent .pfw .filter-queries__item p {
  margin: 0;
  color: #000000; }

@media screen and (max-width: 519px) {
  .maincontent .pfw .results-grid {
    text-align: center; } }

.maincontent .pfw .results-grid__item {
  margin-right: 11px;
  margin-bottom: 40px; }
  @media screen and (max-width: 879px) {
    .maincontent .pfw .results-grid__item {
      margin-right: 0; } }
  @media screen and (max-width: 879px) {
    .maincontent .pfw .results-grid__item.is-2x {
      margin-left: 0.5rem; } }
  @media screen and (max-width: 519px) {
    .maincontent .pfw .results-grid__item.is-2x {
      margin-right: 0;
      margin-left: 0; } }
  @media screen and (max-width: 879px) {
    .maincontent .pfw .results-grid__item.is-2x.is-last {
      margin-left: 1.25rem; } }
  @media screen and (max-width: 519px) {
    .maincontent .pfw .results-grid__item.is-2x.is-last {
      margin-right: 0;
      margin-left: 0; } }
  .maincontent .pfw .results-grid__item a {
    text-decoration: none; }
    .maincontent .pfw .results-grid__item a h4 {
      font-weight: bold; }
      @media screen and (max-width: 519px) {
        .maincontent .pfw .results-grid__item a h4 {
          text-align: left; } }
  .maincontent .pfw .results-grid__item .trigger-detail {
    -ms-behavior: url("/Scripts/bayer_advanced/vendor/backgroundsize.min.htc"); }
  .maincontent .pfw .results-grid__item a {
    text-decoration: none; }
    .maincontent .pfw .results-grid__item a h4 {
      font-weight: bold; }

.double-promo h2 {
  text-align: center; }
  @media screen and (max-width: 699px) {
    .double-promo h2 {
      font-size: 20px; } }
