﻿@charset "UTF-8";
/*! normalize.css v3.0.2 | 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.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700,900");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
@media all and (max-width: 751px) {
	.Product .Table td, 
	.Product .Table.--info tr.inline td {
		display: inline-block;
		width: 100% !important;
	}
}
/**
 * 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,
menu,
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-color: 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 {
  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 */
  /* 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;
}

html {
  box-sizing: border-box;
  background: #666666;
}

body {
  margin: 0 auto;
  max-width: 1400px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.16);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  box-sizing: border-box;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #efefef;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d7d7d7;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}

img[width],
img[height] {
  max-width: none;
}

[role="button"] {
  cursor: pointer;
}

table {
  background-color: transparent;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #d7d7d7;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

#header {
  z-index: 300;
}

#main-nav {
  z-index: 200;
}

.Slideshow {
  z-index: 100;
}

#featured-products {
  z-index: 200;
}

#learning-center {
  z-index: 100;
}

.Cycle .Cycle__nav {
  z-index: 200;
}

.Cycle .Cycle__pager {
  z-index: 200;
}

.Cycle .Cycle__slide {
  z-index: 100;
}

.Takeover {
  z-index: 1000;
}

.Dropdown {
  z-index: 1000;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 0.5rem;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

a {
  color: #330066;
  text-decoration: none;
  transition: color 125ms ease-in-out;
}

a:hover {
  color: #0d001a;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: .2em;
  background-color: #980000;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}

.dl-horizontal:before, .dl-horizontal:after {
  content: " ";
  display: table;
}

.dl-horizontal:after {
  clear: both;
}

.small-headline {
  display: block;
  margin: 0 0 .625rem 0;
  color: #666666;
  font-size: 0.75rem;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

@media (min-width: 47em) {
  .small-headline {
    margin: 0 0 0.9375rem 0;
    font-size: 1rem;
  }
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote,
blockquote {
  margin: 1.875rem 0;
  padding: 1.875rem;
  text-align: center;
  border-top: 0.0625rem solid #efefef;
  border-bottom: 0.0625rem solid #efefef;
}

.blockquote p,
blockquote p {
  font-size: 22px;
  color: #666666;
  font-style: italic;
}

.blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

.blockquote .by,
blockquote .by {
  font-size: 0.875rem;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 33em) {
  .container {
    max-width: 34rem;
  }
}

@media (min-width: 47em) {
  .container {
    max-width: 45rem;
  }
}

@media (min-width: 61em) {
  .container {
    max-width: 60rem;
  }
}

@media (min-width: 74em) {
  .container {
    max-width: 72.25rem;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 33em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 47em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 61em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 74em) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

input,
textarea,
select {
  border: 1px solid #d7d7d7;
  height: 36px;
  padding: 0.4rem 0.625rem;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

textarea {
  min-height: 65px;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #330066;
  outline: 0;
}

label,
legend {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

hr {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 1px solid #d7d7d7;
}

.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: 0 auto;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

#frunt .\+left {
  text-align: left;
}

#frunt .\+center {
  text-align: center;
}

#frunt .\+right {
  text-align: right;
}

#frunt .\+pull-left {
  float: left;
}

#frunt .\+pull-right {
  float: right;
}

#frunt .\+clearing:before, #frunt .\+clearing:after {
  content: " ";
  display: table;
}

#frunt .\+clearing:after {
  clear: both;
}

#frunt .\+italic {
  font-style: italic;
}

#frunt .\+text-center {
  text-align: center;
}

#frunt .\+m-a-0 {
  margin: 0 !important;
}

#frunt .\+m-t-0 {
  margin-top: 0 !important;
}

#frunt .\+m-r-0 {
  margin-right: 0 !important;
}

#frunt .\+m-b-0 {
  margin-bottom: 0 !important;
}

#frunt .\+m-l-0 {
  margin-left: 0 !important;
}

#frunt .\+m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#frunt .\+m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#frunt .\+m-a {
  margin: 1rem !important;
}

#frunt .\+m-t {
  margin-top: 1rem !important;
}

#frunt .\+m-r {
  margin-right: 1rem !important;
}

#frunt .\+m-b {
  margin-bottom: 1rem !important;
}

#frunt .\+m-l {
  margin-left: 1rem !important;
}

#frunt .\+m-x {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

#frunt .\+m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

#frunt .\+m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

#frunt .\+m-a-md {
  margin: 1.5rem !important;
}

#frunt .\+m-t-md {
  margin-top: 1.5rem !important;
}

#frunt .\+m-r-md {
  margin-right: 1.5rem !important;
}

#frunt .\+m-b-md {
  margin-bottom: 1.5rem !important;
}

#frunt .\+m-l-md {
  margin-left: 1.5rem !important;
}

#frunt .\+m-x-md {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

#frunt .\+m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

#frunt .\+m-a-lg {
  margin: 3rem !important;
}

#frunt .\+m-t-lg {
  margin-top: 3rem !important;
}

#frunt .\+m-r-lg {
  margin-right: 3rem !important;
}

#frunt .\+m-b-lg {
  margin-bottom: 3rem !important;
}

#frunt .\+m-l-lg {
  margin-left: 3rem !important;
}

#frunt .\+m-x-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

#frunt .\+m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

#frunt .\+p-a-0 {
  padding: 0 !important;
}

#frunt .\+p-t-0 {
  padding-top: 0 !important;
}

#frunt .\+p-r-0 {
  padding-right: 0 !important;
}

#frunt .\+p-b-0 {
  padding-bottom: 0 !important;
}

#frunt .\+p-l-0 {
  padding-left: 0 !important;
}

#frunt .\+p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#frunt .\+p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#frunt .\+p-a {
  padding: 1rem !important;
}

#frunt .\+p-t {
  padding-top: 1rem !important;
}

#frunt .\+p-r {
  padding-right: 1rem !important;
}

#frunt .\+p-b {
  padding-bottom: 1rem !important;
}

#frunt .\+p-l {
  padding-left: 1rem !important;
}

#frunt .\+p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

#frunt .\+p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#frunt .\+p-a-md {
  padding: 1.5rem !important;
}

#frunt .\+p-t-md {
  padding-top: 1.5rem !important;
}

#frunt .\+p-r-md {
  padding-right: 1.5rem !important;
}

#frunt .\+p-b-md {
  padding-bottom: 1.5rem !important;
}

#frunt .\+p-l-md {
  padding-left: 1.5rem !important;
}

#frunt .\+p-x-md {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

#frunt .\+p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

#frunt .\+p-a-lg {
  padding: 3rem !important;
}

#frunt .\+p-t-lg {
  padding-top: 3rem !important;
}

#frunt .\+p-r-lg {
  padding-right: 3rem !important;
}

#frunt .\+p-b-lg {
  padding-bottom: 3rem !important;
}

#frunt .\+p-l-lg {
  padding-left: 3rem !important;
}

#frunt .\+p-x-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

#frunt .\+p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

#frunt .\+wrapper {
  position: relative;
}

#frunt .\+hidden-xs-up {
  display: none !important;
}

@media (max-width: 32.9em) {
  #frunt .\+hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 33em) {
  #frunt .\+hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 46.9em) {
  #frunt .\+hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 47em) {
  #frunt .\+hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 60.9em) {
  #frunt .\+hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 61em) {
  #frunt .\+hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 73.9em) {
  #frunt .\+hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 74em) {
  #frunt .\+hidden-xl-up {
    display: none !important;
  }
}

#frunt .\+hidden-xl-down {
  display: none !important;
}

#frunt .\+visible-print-block {
  display: none !important;
}

@media print {
  #frunt .\+visible-print-block {
    display: block !important;
  }
}

#frunt .\+visible-print-inline {
  display: none !important;
}

@media print {
  #frunt .\+visible-print-inline {
    display: inline !important;
  }
}

#frunt .\+visible-print-inline-block {
  display: none !important;
}

@media print {
  #frunt .\+visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  #frunt .\+hidden-print {
    display: none !important;
  }
}

#frunt .\+bg-gray-lighter {
  background: #efefef;
}

#frunt .\+bg-light-yellow {
  background: #f0f0c1;
}

#frunt .\+orange {
  color: #ef8200;
}

#frunt .\+purple {
  color: #330066;
}

#frunt .\+light-purple {
  color: #44277f;
}

#frunt .\+blue {
  color: #337ab7;
}

#frunt .\+light-blue {
  color: #5bc0de;
}

#frunt .\+green {
  color: #5cb85c;
}

#frunt .\+yellow {
  color: #cccc33;
}

#frunt .\+light-yellow {
  color: #f0f0c1;
}

#frunt .\+red {
  color: #980000;
}

#frunt .\+orange {
  color: #ef8200;
}

#frunt .\+relative {
  position: relative;
}

#frunt .\+no-margin {
  margin: 0;
}

#frunt .\+margin-bottom {
  margin-bottom: 1.25rem;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 100001;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 100000;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

#footer .footer__actions {
  display: none;
  padding: 3.75rem 0;
  background-color: #330066;
  color: #fff;
}

@media (min-width: 33em) {
  #footer .footer__actions {
    display: block;
  }
}

#footer .footer__actions .row > div:nth-child(3) {
  clear: left;
}

@media (min-width: 61em) {
  #footer .footer__actions .row > div:nth-child(3) {
    clear: none;
  }
}

#footer .footer__title {
  margin-bottom: 0.6rem;
  color: #846fbf;
}

#footer .footer__links {
  margin: 1rem 0;
  padding: 0 1.875rem 0 0;
  list-style: none;
}

@media (min-width: 61em) {
  #footer .footer__links {
    margin: 0;
  }
}

#footer .footer__links li {
  margin-bottom: 0.25rem;
}

#footer .footer__links a {
  color: #fff;
}

#footer .footer__links a:hover {
  color: #d7d7d7;
}

#footer .footer__information {
  position: relative;
  padding: 0;
  font-size: .75rem;
  background-color: #330066;
}

@media (min-width: 33em) {
  #footer .footer__information {
    padding: 0.9375rem 0;
    font-size: .9rem;
    background-color: #efefef;
  }
}

#footer .footer__information .patents {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 33em) {
  #footer .footer__information .patents {
    margin: 0 3.75rem 0 0;
  }
}

#footer .footer__information .patents li {
  display: inline-block;
  margin: 1.25rem 0;
  padding: 0 0.5rem;
  border-right: 1px #d7d7d7 solid;
}

#footer .footer__information .patents li a {
  color: #fff;
}

#footer .footer__information .patents li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#footer .footer__information .patents li:last-child {
  border: none;
}

@media (min-width: 33em) {
  #footer .footer__information .patents li {
    margin: 0;
  }
  #footer .footer__information .patents li a {
    color: #330066;
  }
}

#footer .footer__information .support {
  padding: 1.25rem;
  background-color: #cccc33;
  display: block;
  clear: both;
  float: none;
  margin: 0 -15px;
  text-align: center;
}

/* ---- removed for responsive
@media (min-width: 360px) {
  #footer .footer__information .support {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    margin: 0;
    height: 100%;
    padding: 1.25rem;
  }
}
*/
#footer .footer__information .support .dropdown__wrapper {
  top: 4.125rem;
}

#footer .footer__legal {
  background-color: #fff;
  padding: 1.25rem 0;
}

@media (min-width: 33em) {
  #footer .footer__legal {
    padding: 1.875rem 0;
  }
}

#footer .footer__legal .copyright {
  display: block;
  font-size: 0.875rem;
  margin-top: 1rem;
  vertical-align: bottom;
  color: #666666;
}

@media (min-width: 47em) {
  #footer .footer__legal .copyright {
    display: inline-block;
    margin: 0 0 0 1rem;
    padding: .7rem 0 0 1rem;
    border-left: 1px solid #d7d7d7;
  }
}

#footer .footer__legal img {
  width: 85px;
  height: auto;
}

#footer .footer__social {
  padding-top: 4rem;
  text-align: right;
}

#footer .footer__social a {
  display: inline-block;
}

#footer .footer__social ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

#footer .footer__social li {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#footer .footer__social li .dropdown__wrapper {
  top: 2.75rem;
}

#footer .footer__social-icon {
  padding-left: 0.65rem;
  font-size: 1.75rem;
}

@media (min-width: 33em) {
  #footer .footer__social-icon {
    padding-left: 0.85rem;
    font-size: 2.5rem;
  }
}

#footer .mobile-logos {
    background-color: #efefef;
}

#footer .mobile-logos img {
  display: block;
  max-width: 75%;
  height: auto;
  margin: 0 auto;
}

#footer .mobile-logos img:first-child {
  padding-top: 1.25rem;
}

#footer .mobile-logos img:last-child {
  padding-bottom: 1.25rem;
}

#header {
  height: 65px;
  padding: 20px 0;
  background-color: #fff;
  overflow: visible;
}

@media (min-width: 47em) {
  #header {
    position: relative;
    height: auto;
    padding: 0.9375rem 0 0.9375rem 0;
  }
}

@media (min-width: 61em) {
  #header {
    padding: 20px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

#header .desktop-logo-container {
  position: absolute;
  top: 0;
  left: 1.875rem;
  display: inline-block;
  vertical-align: top;
}

#header .desktop-logo {
  max-width: 20rem;
}

@media (min-width: 61em) {
  #header .desktop-logo {
    max-width: 24rem;
  }
}

@media (min-width: 74em) {
  #header .desktop-logo {
    max-width: 26rem;
  }
}

#header .container {
  position: relative;
}

#header .mobile-brand {
  position: relative;
}

#header .mobile-brand .menu-toggle {
  display: block;
  float: left;
  margin-right: 27px;
}

#header .mobile-brand .mobile-logo {
  float: left;
  display: block;
  height: 30px;
  margin-top: -3px;
}

#header .lgc-mobile-logo {
    display: block;
    clear: both;
    text-align: right;
    padding-top: 10px;
}

@media (min-width: 61em) {
    #header .lgc-mobile-logo {
        display: none;
    }
}

#header .mobile-search .search-field {
  display: none;
  position: absolute;
  left: -20px;
  top: 0;
  border: 0;
  width: 100%;
  height: 30px;
  color: #333333;
  font-size: 1.2rem;
  z-index: 1;
}

#header .mobile-search .search-field:focus {
  border: 0;
}

#header .mobile-search .search-field.error::-webkit-input-placeholder {
  color: #980000;
}

#header .mobile-search .search-close {
  display: none;
  position: relative;
  float: left;
  color: #666666;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 3;
}

#header .mobile-search .search-close:hover {
  color: #330066;
}

#header .mobile-search .search-toggle {
  position: relative;
  float: right;
  color: #666666;
  font-size: 1.6rem;
  line-height: 1;
  background: none;
  border: 0;
  z-index: 2;
}

#header .mobile-search .search-toggle:focus {
  border: 0;
  outline: 0;
}

#header .mobile-search .search-toggle:hover {
  color: #330066;
}

#header .desktop-search {
  position: relative;
  display: inline-block;
  margin-top: 0.9375rem;
  float: right;
  vertical-align: top;
  clear: both;
  font-size: 0;
}

#header .desktop-search:before, #header .desktop-search:after {
  content: " ";
  display: table;
}

#header .desktop-search:after {
  clear: both;
}

#header .desktop-search .search-field,
#header .desktop-search .search-button {
  position: relative;
  display: inline-block;
  height: 36px;
  vertical-align: top;
  box-sizing: border-box;
  outline: 0;
  box-shadow: none;
  transition: background 125ms ease-in-out, border 125ms ease-in-out;
}

#header .desktop-search .search-field {
  display: inline-block;
  width: 19rem;
  height: 36px;
  padding: 0 0.9375rem;
  font-size: 1rem;
  border: 1px solid #d7d7d7;
  border-right: 0;
  background: #efefef;
}

@media (min-width: 61em) {
  #header .desktop-search .search-field {
    width: 25rem;
  }
}

@media (min-width: 74em) {
  #header .desktop-search .search-field {
    width: 30.3125rem;
  }
}

#header .desktop-search .search-field:hover, #header .desktop-search .search-field:focus {
  background: #eaeaea;
}

#header .desktop-search .search-field:focus {
  border-color: #330066;
}

#header .desktop-search .search-button {
  position: relative;
  display: inline-block;
  width: 46px;
  background: #330066;
  border: 0;
}

#header .desktop-search .search-button:hover {
  background: #1a0033;
}

#header .desktop-search .search-button .icon {
  color: #fff;
  font-size: 1.25rem;
}

#header .desktop-search .advanced-search {
  display: block;
  margin: .4rem 0 0 0;
  font-size: .8rem;
  text-align: right;
}

@media (min-width: 61em) {
  #header .desktop-search .advanced-search {
    font-size: .93rem;
  }
}

#header .desktop-search .search-suggestions {
  position: absolute;
  width: 100%;
  margin-top: -28px;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #330066;
  border-top-color: transparent;
}

#header .desktop-search .search-suggestions a {
  display: block;
  width: #efefef;
  padding: 0 0.9375rem;
  box-sizing: border-box;
  background-color: #efefef;
  transition: background-color 125ms ease-in-out;
}

#header .desktop-search .search-suggestions a:hover {
  background-color: #d7d7d7;
}

#header .desktop-search .search-suggestions p {
  display: block;
  margin: 0;
  color: #333;
  font-size: 1rem;
}

#main-nav {
  position: relative;
  display: block;
  margin-bottom: 0.625rem;
  background: #330066;
}

#main-nav .tabs {
  float: left;
}

#main-nav .tabs a {
  padding: 0 0.625rem;
  font-size: 1rem;
  transition: background 125ms ease-in-out, color 125ms ease-in-out;
}

@media (min-width: 61em) {
  #main-nav .tabs a {
    padding: 0 0.9375rem;
    font-size: 1.25rem;
  }
}

#main-nav .tabs a.active, #main-nav .tabs a.hover, #main-nav .tabs a:hover {
  color: #330066;
  background: #fff;
}

#main-nav .social {
  float: right;
}

#main-nav .social a {
  padding: 0 0.625rem;
  font-size: 1.25rem;
}

@media (min-width: 61em) {
  #main-nav .social a {
    font-size: 1.5rem;
  }
}

#main-nav .social a:hover {
  color: #d7d7d7;
}

#main-nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

#main-nav li {
  display: inline-block;
  padding: 0;
}

#main-nav a {
  display: block;
  height: 4.0625rem;
  margin: 0;
  color: #fff;
  line-height: 4.0625rem;
}

#main-nav .Dropdown .dropdown__wrapper {
  top: 3.6625rem;
  padding: 3px 0;
}

#main-nav .Dropdown .dropdown__wrapper li {
  display: block;
}

#main-nav .Dropdown .dropdown__wrapper a {
  display: block;
  height: auto;
  padding: 5px 0.9375rem;
  color: #333;
  font-size: 1rem;
  line-height: 1;
}

#main-nav .Dropdown .dropdown__wrapper a, #main-nav .Dropdown .dropdown__wrapper a:hover {
  color: #333;
}

#main-nav .Dropdown .dropdown__wrapper a:hover {
  background: #f2f2f2;
}

#main {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#mega-dropdown {
  position: absolute;
  top: 4.0625rem;
  left: 0;
  color: #330066;
}

#mega-dropdown,
#mega-dropdown .dropdown {
  display: block;
  width: 100%;
}

#mega-dropdown .dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.875rem 0;
  min-height: 300px;
  display: none;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

#mega-dropdown .dropdown.active {
  display: block;
  -webkit-animation: fadeIn 250ms ease 0s 1 forwards;
  animation: fadeIn 250ms ease 0s 1 forwards;
}

#mega-dropdown .dropdown.active > .container {
  -webkit-animation: fadeInDown 250ms ease 0s 1 forwards;
  animation: fadeInDown 250ms ease 0s 1 forwards;
}

#mega-dropdown .dropdown.out {
  -webkit-animation: fadeOut 250ms ease 0s 1 forwards;
  animation: fadeOut 250ms ease 0s 1 forwards;
}

#mega-dropdown > .container {
  opacity: 0;
}

#mega-dropdown .dropdown__group {
  display: block;
  margin-bottom: 1.875rem;
}

#mega-dropdown .dropdown__group:last-child {
  margin-bottom: 0;
}

#mega-dropdown .dropdown__group .dropdown__title {
  display: block;
  padding-bottom: .4rem;
  margin: 0 0 0.4rem 0;
  height: inherit;
  color: #330066;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: inherit;
  border-bottom: 1px solid #B1B1B1;
}

@media (min-width: 74em) {
  #mega-dropdown .dropdown__group .dropdown__title {
    font-size: 1.15rem;
  }
}

#mega-dropdown .dropdown__group .dropdown__title:hover {
  color: #0d001a;
}

#mega-dropdown .dropdown__group .dropdown__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mega-dropdown .dropdown__group .dropdown__links li {
  display: block;
  margin: 0;
  padding: .075rem 0;
}

#mega-dropdown .dropdown__group .dropdown__links a {
  display: block;
  height: auto;
  color: #330066;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 74em) {
  #mega-dropdown .dropdown__group .dropdown__links a {
    font-size: 1rem;
  }
}

#mega-dropdown .dropdown__group .dropdown__links a:hover {
  color: #0d001a;
}

#mega-dropdown .dropdown__group .dropdown__links hr {
  border-top: 0.0625rem solid #B1B1B1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2%, 0);
    transform: translate3d(0, -2%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2%, 0);
    transform: translate3d(0, -2%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

#menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 275px;
  overflow-y: auto;
  box-shadow: inset -10px 0 30px rgba(0, 0, 0, 0.1);
  padding: 0.9375rem;
  -webkit-overflow-scrolling: touch;
}

#menu.active {
  display: block !important;
}

#menu .menu-header {
  padding-bottom: 0.9375rem;
  overflow: hidden;
}

#menu .menu-header .user-info {
  float: left;
  color: #666666;
  line-height: 1.25;
}

#menu .menu-header .user-info .user-name {
  font-weight: 700;
  color: #330066;
}

#menu .menu-header .user-info .user-account {
  font-size: .875rem;
  color: #330066;
}

#menu .menu-header .Button {
  float: right;
}

#menu .menu-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #efefef;
}

#menu .menu-nav li {
  border-top: 1px solid #efefef;
}

#menu .menu-nav li a {
  display: block;
  position: relative;
  width: 100%;
  padding: .5rem .625rem;
  font-size: 1.125rem;
  transition: background 125ms ease-in-out;
}

#menu .menu-nav li a:after {
  position: absolute;
  top: 0.5rem;
  right: .625rem;
  font-family: 'Atcc';
  content: '\f005';
  color: #d7d7d7;
  transition: color 125ms ease-in-out;
}

#menu .menu-nav li a:hover {
  background-color: #f4f4f4;
}

#menu .menu-nav li a:hover:after {
  color: #330066;
}

#menu .menu-footer {
  margin-top: 0.9375rem;
}

#menu .menu-footer:hover,
#menu .menu-footer:active,
#menu .menu-footer:focus {
    background-color: transparent;
}

#page {
  position: relative;
  z-index: 1;
  background: #efefef;
}

/* resources css */
@media (min-width: 47em) {
  .Resources-wrapper {
    background: #fff;
    padding-bottom: .5rem;
  }
  .Resources-wrapper p {
    padding: 0 .9375rem;
  }
}

.intro {
  background: #fff;
  margin-bottom: .5rem;
}

.Card.\--Resources.\--expand .Card__main {
    border-top: none !important;
}

@media (min-width: 47em) {
  .intro {
    border-bottom: solid 1px #e2e2e2;
  }
}
.intro a {
    display:none;
}
.promo {
  border: solid 1px #BFBFBF;
}

@media (min-width: 47em) {
  .intro a {
    display: inline-block;
  }
  .promo img {
    width: 60%;
  }
  .promo:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 61em) {
  .promo {
    display: inline-block;
    height: 150px;
  }
  .promo img {
    width: 40%;
    float: left;
  }
}

.Card.\--Resources {
  padding: 0.9375rem;
  min-height: 1rem !important;
}

.Card.\--Resources .label {
  font-size: 1.1rem;
  padding-right: 1.875rem;
  line-height: 1.2rem;
}

.Card.\--Resources .icon {
  display: none;
}

@media (min-width: 47em) {
  .Card.\--Resources .label {
    font-size: 1.3rem;
  }
  .Card.\--Resources .icon {
    display: inline-block;
  }
  .Card.\--Resources.\--expand .Card__main {
    display: block !important;
  }
  .Card.\--Resources.\--expand .Card__header:after {
    display: none;
  }
}

@media (max-width: 60.9em) {
  .Card.\--Resources .col-xs-12 {
    padding-left: 0;
  }
  .Card.\--Resources ul {
    padding: 0;
    margin: 0;
  }
  .Card.\--Resources li {
    padding: .5rem 0;
    margin: 0;
    list-style-type: none;
  }
}

/* end resources css */

#signin {
    z-index: 9999;
}

#signin:before, #signin:after {
  content: " ";
  display: table;
}

#signin:after {
  clear: both;
}

#signin .Card {
  min-height: 20rem !important;
}

#signin .Card__footer {
  background: #f0f0c1;
}

#signin .headline {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #330066;
  font-size: 1.5rem;
}

@media (min-width: 47em) {
  #signin .headline {
    font-size: 2.5rem;
  }
}

#signin .signin__form .field {
  position: relative;
}

#signin .signin__form .field:last-child .Form-control {
  margin-bottom: 0;
}

#signin .signin__form .field:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 50px;
  height: 2.5rem;
  color: #fff;
  font-family: 'Atcc';
  font-size: 1.5rem;
  text-align: center;
  line-height: 40px;
  background: #330066;
}

@media (min-width: 47em) {
  #signin .signin__form .field:after {
    display: block;
  }
}

#signin .signin__form .field.username:after {
  content: '\f01e';
}

#signin .signin__form .field.password:after {
  content: '\f020';
}

#signin .signin__form .Form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0.9375rem;
  padding-left: .5rem;
  background: #efefef;
  border: 1px solid #d7d7d7;
}

@media (min-width: 47em) {
  #signin .signin__form .Form-control {
    padding-left: 3.75rem;
  }
}

#signin .signin__form label {
  display: block;
  margin: 0;
  padding: 0.9375rem 0;
  color: #666666;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 47em) {
  #signin .signin__form label {
    font-size: 1rem;
  }
}

#signin .signin__form label input {
  display: inline-block;
  height: 0.8125rem;
}

#signin .signin__links {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#signin .signin__links li {
  display: block;
  margin: 0;
  padding: 0;
}

#signin .signin__links a {
  color: #330066;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 0;
}

@media (min-width: 47em) {
  #signin .signin__links a {
    padding-left: 0.9375rem;
  }
}

#signin .submit {
  display: block;
  margin: 0;
  float: right;
  color: #330066;
  font-size: 1.25rem;
  font-weight: 400;
  border: 0;
  outline: none;
  background: none;
  transition: color 125ms ease-in-out;
}

@media (min-width: 47em) {
  #signin .submit {
    font-size: 1.75rem;
  }
}

#signin .submit:hover {
  color: #0d001a;
}

#social-share ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#social-share li {
  display: block;
  margin: 0;
  padding: 0;
}

#social-share .share {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.75;
}

#social-share .share .icon {
  width: 3rem;
  padding-right: .5rem;
  font-size: 90%;
}

#social-share .share:hover {
  color: #d7d7d7;
}

#social-share .share.facebook:hover {
  color: #3b5998;
}

#social-share .share.twitter:hover {
  color: #00aced;
}

#social-share .share.linkedin:hover {
  color: #007bb6;
}

#social-share .share.googleplus:hover {
  color: #dd4b39;
}

#stage {
  display: block;
  margin-bottom: 0.9375rem;
}

#stage img {
  width: 100%;
  height: auto;
}

#utility-nav > ul {
  display: block;
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}

#utility-nav > ul > li {
  position: relative;
  display: inline-block;
}

#utility-nav > ul > li:after {
  content: '|';
  display: inline-block;
  margin-left: .35rem;
  margin-right: .35rem;
  color: #666666;
}

#utility-nav > ul > li:last-child:after {
  content: none;
}

#utility-nav > ul > li .dropdown__wrapper {
  top: 1.875rem;
}

#utility-nav > ul > li > a {
  color: #330066;
  font-size: .8rem;
}

@media (min-width: 61em) {
  #utility-nav > ul > li > a {
    font-size: .93rem;
  }
}

#utility-nav > ul > li > a:hover {
  color: #0d001a;
}

#utility-nav > ul > li > a:hover .icon {
  color: #333333;
}

#utility-nav > ul > li > a .icon {
  color: #666666;
  transition: color 125ms ease-in-out;
}

#utility-nav > ul > li > a .icon.icon-arrow-down {
  position: relative;
  top: .125rem;
  font-size: 1.25rem;
  margin-left: -.3125rem;
}

.Accordion {
  display: block;
}

.Accordion,
.Accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Accordion li {
  display: block;
  margin: 0;
  padding: 0;
}

.Accordion li ul {
  display: none;
  text-indent: 1rem;
}

.Accordion a {
  position: relative;
  display: block;
  width: 100%;
  padding: .5rem 0;
}

.Accordion a:before {
  content: '\f005';
  display: inline-block;
  margin-right: 0.5rem;
  color: #cacaca;
  font-family: 'ATCC';
  transition: color 125ms ease-in-out;
}

.Accordion a:hover {
  color: #0d001a;
}

.Accordion a:hover:before {
  color: #666666;
}

.Accordion a,
.Accordion label {
  color: #330066;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

.Accordion > li {
  border-bottom: 1px solid #efefef;
}

.Accordion > li > a.open:before {
  content: '\f017';
}

.Accordion > li > a.open + ul {
  display: block;
}

.Accordion > li:last-child {
  border-bottom: 0;
}

.Actions {
  display: none;
  background: #d7d7d7;
}

.Actions,
.Actions > .container,
.Actions > .container > .row {
  height: auto;
}

@media (min-width: 61em) {
  .Actions,
  .Actions > .container,
  .Actions > .container > .row {
    height: 6.75rem;
  }
}

@media (min-width: 47em) {
  .Actions {
    display: block;
  }
}

.Actions__title {
  position: relative;
  left: 1.875rem;
  display: none;
  width: 20%;
  height: 2.5rem;
  float: left;
  margin: 0;
  box-sizing: border-box;
  color: #666;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 61em) {
  .Actions__title {
    display: block;
  }
}

@media (min-width: 74em) {
  .Actions__title {
    font-size: 2.5rem;
  }
}

.Actions__icons {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.25rem 0;
  margin: 0 auto;
  box-sizing: border-box;
  float: left;
}

@media (min-width: 61em) {
  .Actions__icons {
    width: 80%;
  }
}

@media (min-width: 74em) {
  .Actions__icons {
    display: inline-block;
  }
}

.Actions__icons .icon-wrapper {
  position: relative;
  display: inline-block;
  height: 4rem;
  width: 16%;
  text-align: center;
  border-left: 1px solid #aaa;
}

@media (min-width: 61em) {
  .Actions__icons .icon-wrapper {
    height: 4rem;
  }
}

@media (max-width: 60.9em) {
  .Actions__icons .icon-wrapper:first-child {
    border-left: 0;
  }
}

.Actions__icons .icon-wrapper h5,
.Actions__icons .icon-wrapper .icon {
  color: #666666;
  transition: color 125ms ease-in-out;
}

.Actions__icons .icon-wrapper h5 {
  display: block;
  margin: 0;
  font-size: .7rem;
  letter-spacing: .05rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 74em) {
  .Actions__icons .icon-wrapper h5 {
    font-size: 0.85rem;
  }
}

.Actions__icons .icon-wrapper .icon {
  display: block;
  margin: 0 auto 0.9375rem auto;
  font-size: 2rem;
}

.Actions__icons .icon-wrapper .icon.icon-handshake, .Actions__icons .icon-wrapper .icon.icon-3-arrows {
  font-size: 1.75rem;
}

.Actions__icons .icon-wrapper img {
  position: relative;
  top: 50%;
  display: block;
  margin: 0 auto;
  height: auto;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Actions__icons .icon-wrapper:hover .icon,
.Actions__icons .icon-wrapper:hover h5 {
  color: #330066;
}

.Alert {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #ef8200;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.Alert__link {
  font-weight: 400;
  text-decoration: underline;
  white-space: nowrap;
}

.Alert--dismissible {
  padding-right: 3.5rem;
}

.Alert--dismissible__link {
  font-size: 1.2rem;
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  color: #fff;
  line-height: 1;
  opacity: 1;
  transition: opacity 125ms ease-in-out;
}

.Alert--dismissible__link:hover {
  color: #fff;
  opacity: .7;
}

.Alert--block {
  display: block;
}

.Alert--primary {
  color: #fff;
  background-color: #330066;
}

.Alert--secondary {
  color: #fff;
  background-color: #ef8200;
}

.Alert--success {
  color: #fff;
  background-color: #5cb85c;
}

.Alert--info {
  color: #222222;
  background-color: #5bc0de;
}

.Alert--info a {
  color: #222222;
}

.Alert--warning {
  color: #fff;
  background-color: #ef8200;
}

.Alert--danger {
  color: #fff;
  background-color: #980000;
}

.Alert--muted--success {
  color: #449d44;
  background-color: rgba(92, 184, 92, 0.2);
  border: 1px solid rgba(92, 184, 92, 0.2);
}

.Alert--muted--success a {
  color: #449d44;
}

.Alert--muted--info {
  color: #31b0d5;
  background-color: rgba(91, 192, 222, 0.2);
  border: 1px solid rgba(91, 192, 222, 0.2);
}

.Alert--muted--info a {
  color: #31b0d5;
}

.Alert--muted--warning {
  color: #bc6600;
  background-color: rgba(239, 130, 0, 0.2);
  border: 1px solid rgba(239, 130, 0, 0.2);
}

.Alert--muted--warning a {
  color: #bc6600;
}

.Alert--muted--danger {
  color: #650000;
  background-color: rgba(152, 0, 0, 0.2);
  border: 1px solid rgba(152, 0, 0, 0.2);
}

.Alert--muted--danger a {
  color: #650000;
}

a > .Article .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0.9375rem;
  display: block;
  width: calc(100% - 1.875rem);
  height: 100%;
  margin: 0 auto;
  background: #000;
  opacity: 0;
  transition: opacity 125ms ease-in-out;
}

a > .Article:hover .image:after {
  opacity: .15;
}

a > .Article:hover.\--listing.\--small .headline {
  color: #0d001a;
}

.Article.\--listing.\--small {
  display: block;
  margin: 0;
}

.Article.\--listing.\--small [class*="col-"] + [class*="col-"] {
  padding-left: 0;
}

.Article.\--listing.\--small .image img {
  width: 100%;
  height: auto;
}

.Article.\--listing.\--small .image:after {
  content: '';
}

.Article.\--listing.\--small .details .headline {
  display: block;
  color: #330066;
  font-size: 1rem;
}

@media (min-width: 47em) {
  .Article.\--listing.\--small .details .headline {
    font-size: 1.25rem;
  }
}

.Article.\--listing.\--small .details p {
  margin: 0;
  color: #666666;
  font-size: 0.75rem;
  line-height: 1.3;
}

@media (min-width: 33em) {
  .Article.\--listing.\--small .details p {
    font-size: 0.85rem;
  }
}

@media (min-width: 47em) {
  .Article.\--listing.\--small .details p {
    font-size: 1rem;
  }
}

.Article.\--listing.\--eventlist {
  padding-top: 1rem !important;
  padding-bottom: 0 !important;
}

.Article.\--listing.\--eventlist:hover {
  background: #efefef;
}

.Article.\--listing.\--eventlist p {
  margin-bottom: .5rem !important;
}

.Block {
  position: relative;
  display: block;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

@media (min-width: 33em) {
  .Block {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 61em) {
  .Block {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.Block > :first-child {
  margin-top: 0;
}

.Block > :last-child {
  margin-bottom: 0;
}

.Block > .headline,
.Block .container > .headline {
  display: block;
  margin: 0 0 0.9375rem 0;
  padding: 0 0 0.625rem 0;
  color: #330066;
  font-size: 1.5rem;
  border-bottom: 1px solid #d7d7d7;
}

@media (min-width: 47em) {
  .Block > .headline,
  .Block .container > .headline {
    margin: 0 0 0.9375rem 0;
    padding: 0 0 0.625rem 0;
  }
}

@media (min-width: 47em) {
  .Block > .headline,
  .Block .container > .headline {
    font-size: 2rem;
  }
}

@media (min-width: 74em) {
  .Block > .headline,
  .Block .container > .headline {
    margin: 0 0 1.875rem 0;
    padding: 0 0 0.9375rem 0;
    font-size: 2.5rem;
  }
}

.Burger {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-indent: -999px;
}

.Burger, .Burger:before, .Burger:after {
  display: block;
  width: 1.875rem;
  height: 5px;
  background-color: #330066;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  transition-duration: 0.3s;
}

.Burger:before, .Burger:after {
  position: absolute;
  content: "";
}

.Burger:before {
  margin-top: -10px;
}

.Burger:after {
  margin-top: 10px;
}

.active .Burger {
  background-color: transparent;
}

.active .Burger:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.active .Burger:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.Button {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #565656;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  background-color: #efefef;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 125ms linear, color 125ms linear;
}

.Button:hover {
  background: transparent;
  border-color: #efefef;
  color: #303030;
}

.Button:active {
  background: transparent;
  border-color: #efefef;
  color: #303030;
}

.Button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.Button.\--primary {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  background-color: #330066;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 125ms linear, color 125ms linear;
}

.Button.\--primary:hover {
  background: transparent;
  border-color: #330066;
  color: #0d001a;
}

.Button.\--primary:active {
  background: transparent;
  border-color: #330066;
  color: #0d001a;
}

.Button.\--primary:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.Button.\--primary.\--outline {
  color: #330066;
  border: 2px solid #330066;
  background: transparent;
  transition: background 125ms ease-in-out, color 125ms ease-in-out;
}

.Button.\--primary.\--outline:hover {
  color: #fff;
  background: #330066;
}

.Button.\--success {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  background-color: #5cb85c;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 125ms linear, color 125ms linear;
}

.Button.\--success:hover {
  background: transparent;
  border-color: #5cb85c;
  color: #3d8b3d;
}

.Button.\--success:active {
  background: transparent;
  border-color: #5cb85c;
  color: #3d8b3d;
}

.Button.\--success:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.Button.\--success.\--outline {
  color: #5cb85c;
  border: 2px solid #5cb85c;
  background: transparent;
  transition: background 125ms ease-in-out, color 125ms ease-in-out;
}

.Button.\--success.\--outline:hover {
  color: #fff;
  background: #5cb85c;
}

.Button.\--info {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  background-color: #5bc0de;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 125ms linear, color 125ms linear;
}

.Button.\--info:hover {
  background: transparent;
  border-color: #5bc0de;
  color: #28a1c5;
}

.Button.\--info:active {
  background: transparent;
  border-color: #5bc0de;
  color: #28a1c5;
}

.Button.\--info:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.Button.\--info.\--outline {
  color: #5bc0de;
  border: 2px solid #5bc0de;
  background: transparent;
  transition: background 125ms ease-in-out, color 125ms ease-in-out;
}

.Button.\--info.\--outline:hover {
  color: #fff;
  background: #5bc0de;
}

.Button.\--warning {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  background-color: #ef8200;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 125ms linear, color 125ms linear;
}

.Button.\--warning:hover {
  background: transparent;
  border-color: #ef8200;
  color: #a35800;
}

.Button.\--warning:active {
  background: transparent;
  border-color: #ef8200;
  color: #a35800;
}

.Button.\--warning:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.Button.\--warning.\--outline {
  color: #ef8200;
  border: 2px solid #ef8200;
  background: transparent;
  transition: background 125ms ease-in-out, color 125ms ease-in-out;
}

.Button.\--warning.\--outline:hover {
  color: #fff;
  background: #ef8200;
}

.Button.\--danger {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  background-color: #980000;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 125ms linear, color 125ms linear;
}

.Button.\--danger:hover {
  background: transparent;
  border-color: #980000;
  color: #4c0000;
}

.Button.\--danger:active {
  background: transparent;
  border-color: #980000;
  color: #4c0000;
}

.Button.\--danger:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.Button.\--danger.\--outline {
  color: #980000;
  border: 2px solid #980000;
  background: transparent;
  transition: background 125ms ease-in-out, color 125ms ease-in-out;
}

.Button.\--danger.\--outline:hover {
  color: #fff;
  background: #980000;
}

.Button.\--callout {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #330066;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  background-color: #cccc33;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 125ms linear, color 125ms linear;
}

.Button.\--callout:hover {
  background: transparent;
  border-color: #cccc33;
  color: #330066;
}

.Button.\--callout:active {
  background: transparent;
  border-color: #cccc33;
  color: #330066;
}

.Button.\--callout:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.Button.\--callout.\--outline {
  color: #cccc33;
  border: 2px solid #cccc33;
  background: transparent;
  transition: background 125ms ease-in-out, color 125ms ease-in-out;
}

.Button.\--callout.\--outline:hover {
  color: #fff;
  background: #cccc33;
}

.Button.\--dark {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  background-color: #999;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 125ms linear, color 125ms linear;
}

.Button.\--dark:hover {
  background: transparent;
  border-color: #999;
  color: #666666;
}

.Button.\--dark:active {
  background: transparent;
  border-color: #999;
  color: #666666;
}

.Button.\--dark:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.Button.\--small {
  font-size: 0.75rem;
  padding: 0.3125rem 0.625rem;
}

.Button.\--large {
  font-size: 1.25rem;
  padding: .5rem 1.5rem;
}

.Button.\--block {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.Card {
  position: relative;
  display: block;
  padding: 0.9375rem;
  margin-bottom: .5rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 47em) {
  .Card {
    padding: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 61em) {
  .Card {
    padding: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}

a > .Card {
  transition: box-shadow 125ms ease-in-out;
}

a > .Card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 46.9em) {
  .Card.\--mobile-link {
    transition: box-shadow 125ms ease-in-out;
  }
  .Card.\--mobile-link:hover {
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

@media (min-width: 47em) {
  .Card.\--fixed-footer {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 61em) {
  .Card.\--fixed-footer {
    padding-bottom: 7.5rem;
  }
}

.Card.\--fixed-footer .Card__footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

.Card.\--icon .fixed-icon {
  position: absolute;
  right: 0.625rem;
  bottom: 0;
  max-width: 5.625rem;
}

@media (min-width: 33em) {
  .Card.\--icon .fixed-icon {
    max-width: 6rem;
  }
}

@media (min-width: 47em) {
  .Card.\--icon .fixed-icon {
    left: 0.9375rem;
    max-width: 125px;
  }
}

@media (min-width: 61em) {
  .Card.\--icon .fixed-icon {
    max-width: 100%;
  }
}

.Card.\--icon .Card__header {
  width: 70%;
}

@media (min-width: 47em) {
  .Card.\--icon .Card__header {
    width: 100%;
  }
}

.Card__header {
  display: block;
  padding-bottom: 0.9375rem;
}

.Card__header .headline {
  display: block;
  margin: 0 0 .3rem 0;
  color: #330066;
  font-weight: 400;
  font-size: 1.5rem;
}

@media (min-width: 47em) {
  .Card__header .headline {
    font-size: 1.75rem;
    margin: 0 0 .625rem 0;
  }
}

@media (min-width: 74em) {
  .Card__header .headline {
    font-size: 2.5rem;
  }
}

.Card__header .subheadline {
  display: block;
  margin: 0;
}

.Card__header .subheadline,
.Card__header .subheadline *:not(a) {
  color: #666666;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 33em) {
  .Card__header .subheadline,
  .Card__header .subheadline *:not(a) {
    font-size: 0.85rem;
  }
}

@media (min-width: 47em) {
  .Card__header .subheadline,
  .Card__header .subheadline *:not(a) {
    font-size: 1rem;
  }
}

@media (min-width: 74em) {
  .Card__header .subheadline,
  .Card__header .subheadline *:not(a) {
    font-size: 1.25rem;
  }
}

.Card__header .label {
  display: block;
  margin: 0;
  color: #330066;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
}

.Card__header *:first-child {
  margin-top: 0;
}

.Card__header *:last-child {
  margin-bottom: 0;
}

.Card__main {
  display: block;
  color: #666666;
}

.Card__main.\--listing .Article {
  padding: 0.9375rem 0;
  border-top: 1px solid #d7d7d7;
}

@media (min-width: 47em) {
  .Card__main.\--listing .Article {
    padding: 1.875rem 0;
  }
}

.Card__footer {
  display: block;
  width: 100%;
}

@media (min-width: 47em) {
  .Card__footer {
    padding: 0.9375rem;
    text-align: right;
    background: #f0f0c1;
  }
}

.Card__footer .more {
  display: none;
  margin: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
}

@media (min-width: 47em) {
  .Card__footer .more {
    display: block;
  }
}

@media (min-width: 61em) {
  .Card__footer .more {
    letter-spacing: .1rem;
  }
}

.Card__footer .more:hover {
  color: #0d001a;
}

.Card__footer .more .icon {
  padding-left: .3rem;
  position: relative;
  top: 1px;
}

.Card.\--text h2 {
  display: block;
  margin: 0 0 .3rem 0;
  color: #330066;
  font-weight: 400;
  font-size: 1.75rem;
}

@media (min-width: 47em) {
  .Card.\--text h2 {
    font-size: 2rem;
    margin: 0 0 .625rem 0;
  }
}

@media (min-width: 74em) {
  .Card.\--text h2 {
    font-size: 2.5rem;
  }
}

.Card.\--text p,
.Card.\--text span {
  display: block;
  margin: 0;
  color: #666666;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4;
}

.Card.\--expand.open .Card__header:after {
  content: '\f016';
}

.Card.\--expand.open .Card__main {
  display: block;
}

.Card.\--expand.open .Card__main > h1:first-child,
.Card.\--expand.open .Card__main > h2:first-child,
.Card.\--expand.open .Card__main > h3:first-child,
.Card.\--expand.open .Card__main > h4:first-child,
.Card.\--expand.open .Card__main > h5:first-child,
.Card.\--expand.open .Card__main > h6:first-child,
.Card.\--expand.open .Card__main > p:first-child,
.Card.\--expand.open .Card__main > a:first-child {
  padding-top: .5rem;
}

.Card.\--expand .Card__header {
  position: relative;
  margin: -0.9375rem -0.9375rem -0.9375rem -0.9375rem;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}

.Card.\--expand .Card__header:after {
  content: '\f015';
  position: absolute;
  top: 27%;
  top: calc(50% - 0.75rem);
  right: 0.9375rem;
  display: block;
  color: #cacaca;
  font-family: 'Atcc';
  font-size: 1.5rem;
  line-height: 1.5rem;
  transition: color 125ms ease-in-out;
}

.Card.\--expand .Card__header:hover:after {
  color: #666666;
}

.Card.\--expand .Card__main {
  display: none;
  margin-top: 0.9375rem;
  overflow: hidden;
  border-top: 1px solid #efefef;
  transition: max-height 500ms ease-in-out, height 500ms ease-in-out;
}

.Cattags {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 0.9375rem 0;
}

.Cattags__headline {
  display: block;
  width: 80%;
  color: #330066;
  font-size: 1.25rem;
  font-weight: 700;
}

.Cattags__headline span {
  font-weight: 400;
}

.Cattags__cta {
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
  width: 3.75rem;
  height: 1.5625rem;
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5625rem;
  text-align: center;
  text-transform: uppercase;
  background: #989898;
  transition: background 125ms ease-in-out;
}

.Cattags__cta, .Cattags__cta:hover {
  color: #fff;
}

.Cattags__cta:hover {
  background: #7f7f7f;
}

.Cattags__listing {
  display: block;
  width: 80%;
  min-height: 3.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.Cattags__listing li,
.Cattags__listing a {
  font-size: 0.75rem;
}

.Cattags__listing li {
  display: inline-block;
  margin: 0 0.15rem 0.35rem 0;
  padding: 0.15rem 0.35rem;
  background: #fff;
  border: 1px solid #cccc33;
  opacity: 1;
  transition: opacity 125ms ease-in-out;
}

.Cattags__listing li.removed {
  opacity: 0;
}

.Cattags__listing li.hidden {
  display: none;
  opacity: 0;
}

.Cattags__listing a {
  padding: 0 .15rem;
  font-weight: 700;
}

.Cycle {
  position: relative;
}

.Cycle__slide {
  width: 100%;
}

.Cycle__slide:before, .Cycle__slide:after {
  content: " ";
  display: table;
}

.Cycle__slide:after {
  clear: both;
}

.Cycle__nav {
  position: absolute;
  top: 50%;
  display: none;
  height: 4.6875rem;
  width: 2rem;
  margin-top: -2.34375rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  transition: background 125ms ease-in-out, padding 125ms ease-in-out, width 125ms ease-in-out;
}

.Cycle__nav.\--inverted, .Cycle__nav.\--inverted:hover {
  color: #666666;
  background: #efefef;
}

@media (min-width: 47em) {
  .Cycle__nav {
    display: block;
  }
}

.Cycle__nav:hover {
  width: 2.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}

.Cycle__nav.left {
  left: 0;
}

.Cycle__nav.left:hover {
  padding-left: .5rem;
}

.Cycle__nav.right {
  right: 0;
}

.Cycle__nav.right:hover {
  padding-right: .5rem;
}

.Cycle__nav .icon {
  display: block;
  margin-top: 1.34375rem;
  line-height: 1;
}

.Cycle__pager {
  position: absolute;
  top: 0;
  right: 1.875rem;
}

.Cycle__pager.\--inverted span {
  color: #efefef;
}

.Cycle__pager.\--inverted span.cycle-pager-active {
  color: #330066;
}

.Cycle__pager.\--inverted span, .Cycle__pager.\--inverted span:hover, .Cycle__pager.\--inverted span.cycle-pager-active {
  opacity: 1;
}

.Cycle__pager span {
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  opacity: .5;
  transition: opacity 125ms ease-in-out, background 125ms ease-in-out;
  cursor: pointer;
}

@media (min-width: 33em) {
  .Cycle__pager span {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.Cycle__pager span:hover {
  opacity: .8;
}

.Cycle__pager span.cycle-pager-active {
  opacity: 1;
}

.Download-listing__top {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 47em) {
  .Download-listing__top {
    margin-bottom: 1.25rem;
  }
}

.Download-listing__top h4 {
  color: #666666;
  font-size: 1.25rem;
}

@media (min-width: 47em) {
  .Download-listing__top h4 {
    font-size: 1.5rem;
  }
}

.Download-listing__top h4 .icon {
  padding-right: .15rem;
  color: #330066;
  font-size: 110%;
}

@media (min-width: 47em) {
  .Download-listing__top h4 .icon {
    font-size: 120%;
  }
}

.Download-listing__listing {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Download-listing__listing li {
  display: block;
  width: 100%;
}

.Download-listing__listing li:last-child a {
  margin-bottom: 0;
}

.Download-listing__listing a {
  position: relative;
  display: block;
  width: 100%;
  padding: .5rem .625rem;
  margin-bottom: .3125rem;
  background: #fff;
  transition: box-shadow 125ms ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 47em) {
  .Download-listing__listing a {
    width: 92%;
  }
}

.Download-listing__listing a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.16);
}

.Download-listing__listing a:after {
  content: '\f005';
  position: absolute;
  top: 50%;
  right: .625rem;
  display: block;
  margin-top: -0.9375rem;
  color: #d7d7d7;
  font-family: 'Atcc';
  font-size: 1.25rem;
}

.Dropdown {
  position: relative;
}

.Dropdown.\--themed .dropdown__wrapper {
  padding: 10px;
  background: #ffffc6;
  border: 1px solid #ffff93;
  border-radius: 0;
}

.Dropdown.\--themed .dropdown__wrapper:before {
  border-bottom-color: #ffffc6;
}

.Dropdown .dropdown__wrapper {
  position: absolute;
  top: 0;
  right: 5px;
  display: none;
  overflow: visible;
  background: #f6f6f6;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.Dropdown .dropdown__wrapper:before {
  content: '';
  position: absolute;
  top: -6px;
  right: 6px;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f6f6f6;
}

.Dropdown .dropdown__wrapper.active {
  display: block;
  -webkit-animation: fadeIn 125ms ease 0s 1 forwards;
  animation: fadeIn 125ms ease 0s 1 forwards;
}

.Dropdown .dropdown__wrapper.out {
  -webkit-animation: fadeOut 125ms ease 0s 1 forwards;
  animation: fadeOut 125ms ease 0s 1 forwards;
}

.Dropdown ul {
  margin: 0;
  padding: 3px 0;
  min-width: 120px;
  max-width: 360px;
  max-height: 360px;
  overflow: auto;
}

.Dropdown ul li {
  display: block;
  width: 100%;
  overflow: hidden;
}

.Dropdown ul a {
  display: block;
  height: auto;
  padding: 5px 0.9375rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  transition: background 125ms ease-in-out;
}

.Dropdown ul a, .Dropdown ul a:hover {
  color: #333;
}

.Dropdown ul a:hover {
  background: #aaa;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.Embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.Embed__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.Embed.\--_21_by_9 {
  padding-bottom: 42.85714%;
}

.Embed.\--_16_by_9 {
  padding-bottom: 56.25%;
}

.Embed.\--_4_by_3 {
  padding-bottom: 75%;
}

.bgimage {
  background-image: url("/assets/img/stage/cell-lines.jpg");
  background-position: center center;
  background-size: cover;
  height: 100px;
  margin-top: -0.625rem;
}

@media (min-width: 33em) {
  .bgimage {
    height: 150px;
  }
}

@media (min-width: 47em) {
  .bgimage {
    height: 225px;
  }
}

.bgimage .transparentBg {
  position: relative;
  padding: 0 20px 0 10px;
  height: 100px;
  margin-left: 15px;
  background-color: rgba(255, 255, 255, 0.75);
}

.bgimage .transparentBg h1 {
  font-size: 1.75rem;
  font-size: 6vw;
  position: absolute;
  bottom: 0;
}

@media (min-width: 33em) {
  .bgimage .transparentBg h1 {
    font-size: 2rem;
    font-size: 5vmin;
  }
}

@media (min-width: 47em) {
  .bgimage .transparentBg h1 {
    font-size: 2.6rem;
    font-size: 5.5vmin;
  }
}

@media (min-width: 33em) {
  .bgimage .transparentBg {
    height: 150px;
  }
}

@media (min-width: 47em) {
  .bgimage .transparentBg {
    height: 225px;
  }
}

.eventIcon {
  text-align: center;
  padding: 0 !important;
}

.eventIcon i.icon {
  font-size: 2rem;
  text-align: center;
}

.Events {
  position: relative;
  display: block;
  padding: 0.9375rem;
}

.Events p {
  padding-bottom: 0;
  margin-bottom: 0.2rem;
}

.Events h3 {
  font-size: 1.2rem;
  margin-bottom: .25em;
}

.Events.\--eventDetail {
  margin-bottom: 0rem;
  background: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.Events.\--eventSection {
  margin-bottom: 0rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-bottom: solid #810181;
  background: #FFF;
}

.event-description p {
  margin-bottom: .75rem;
}

#frunt .\+align-float-right-xs-up {
  float: right;
}

@media (max-width: 32.9em) {
  #frunt .\+align-float-right-xs-down {
    float: right;
  }
}

@media (min-width: 33em) {
  #frunt .\+align-float-right-sm-up {
    float: right;
  }
}

@media (max-width: 46.9em) {
  #frunt .\+align-float-right-sm-down {
    float: right;
  }
}

@media (min-width: 47em) {
  #frunt .\+align-float-right-md-up {
    float: right;
  }
}

@media (max-width: 60.9em) {
  #frunt .\+align-float-right-md-down {
    float: right;
  }
}

@media (min-width: 61em) {
  #frunt .\+align-float-right-lg-up {
    float: right;
  }
}

@media (max-width: 73.9em) {
  #frunt .\+align-float-right-lg-down {
    float: right;
  }
}

@media (min-width: 74em) {
  #frunt .\+align-float-right-xl-up {
    float: right;
  }
}

#frunt .\+align-float-right-xl-down {
  float: right;
}

#frunt .\+clear-xs-up {
  clear: both;
}

@media (max-width: 32.9em) {
  #frunt .\+clear-xs-down {
    clear: both;
  }
}

@media (min-width: 33em) {
  #frunt .\+clear-sm-up {
    clear: both;
  }
}

@media (max-width: 46.9em) {
  #frunt .\+clear-sm-down {
    clear: both;
  }
}

@media (min-width: 47em) {
  #frunt .\+clear-md-up {
    clear: both;
  }
}

@media (max-width: 60.9em) {
  #frunt .\+clear-md-down {
    clear: both;
  }
}

@media (min-width: 61em) {
  #frunt .\+clear-lg-up {
    clear: both;
  }
}

@media (max-width: 73.9em) {
  #frunt .\+clear-lg-down {
    clear: both;
  }
}

@media (min-width: 74em) {
  #frunt .\+clear-xl-up {
    clear: both;
  }
}

#frunt .\+clear-xl-down {
  clear: both;
}

#frunt .\+wide-button-xs-up {
  clear: both;
  width: 100%;
}

@media (max-width: 32.9em) {
  #frunt .\+wide-button-xs-down {
    clear: both;
    width: 100%;
    margin-bottom: .25rem;
  }
}

@media (min-width: 33em) {
  #frunt .\+wide-button-sm-up {
    clear: both;
    width: 100%;
  }
}

@media (max-width: 46.9em) {
  #frunt .\+wide-button-sm-down {
    clear: both;
    width: 100%;
    margin-bottom: .25rem;
  }
}

@media (min-width: 47em) {
  #frunt .\+wide-button-md-up {
    clear: both;
    width: 100%;
  }
}

@media (max-width: 60.9em) {
  #frunt .\+wide-button-md-down {
    clear: both;
    width: 100%;
    margin-bottom: .25rem;
  }
}

@media (min-width: 61em) {
  #frunt .\+wide-button-lg-up {
    clear: both;
    width: 100%;
  }
}

@media (max-width: 73.9em) {
  #frunt .\+wide-button-lg-down {
    clear: both;
    width: 100%;
    margin-bottom: .25rem;
  }
}

@media (min-width: 74em) {
  #frunt .\+wide-button-xl-up {
    clear: both;
    width: 100%;
  }
}

#frunt .\+wide-button-xl-down {
  clear: both;
  width: 100%;
  margin-bottom: .25rem;
}

.collapse {
  display: none;
  position: relative;
  z-index: 1000;
  width: 100%;
  left: 0;
  margin-top: 42px;
  border: 1px solid #330066;
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 46.9em) {
  .collapse {
    margin-top: -4px;
  }
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

.\--well {
  min-height: 20px;
  background-color: #efefef;
  overflow: auto;
  font-size: .8rem;
  padding-top: 20px;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.16);
}

.\--well h6 {
  font-weight: 600;
}

.\--well div {
  margin-bottom: .5rem;
  word-break: break-all;
}

.\--well input {
  height: auto;
  margin-right: 10px;
}

@media (max-width: 46.9em) {
  .\--well {
    margin-top: -4px;
  }
}

#frunt .\+align-right-xs-up {
  text-align: right;
}

@media (max-width: 32.9em) {
  #frunt .\+align-right-xs-down {
    text-align: right;
  }
}

@media (min-width: 33em) {
  #frunt .\+align-right-sm-up {
    text-align: right;
  }
}

@media (max-width: 46.9em) {
  #frunt .\+align-right-sm-down {
    text-align: right;
  }
}

@media (min-width: 47em) {
  #frunt .\+align-right-md-up {
    text-align: right;
  }
}

@media (max-width: 60.9em) {
  #frunt .\+align-right-md-down {
    text-align: right;
  }
}

@media (min-width: 61em) {
  #frunt .\+align-right-lg-up {
    text-align: right;
  }
}

@media (max-width: 73.9em) {
  #frunt .\+align-right-lg-down {
    text-align: right;
  }
}

@media (min-width: 74em) {
  #frunt .\+align-right-xl-up {
    text-align: right;
  }
}

#frunt .\+align-right-xl-down {
  text-align: right;
}

/*Events Homepage container*/
.eventcurrent {
  color: #330066 !important;
  border: 1px solid #330066 !important;
  background: transparent !important;
}

.eventcurrent:hover {
  color: #fff;
  background: #afafaf !important;
}

.Form-control {
  width: 100%;
  height: auto;
  border-radius: 0;
  border: 1px solid #666666;
  background: #fff;
  transition: background 125ms ease-in-out, border-color 125ms ease-in-out;
}

.Form-control:hover, .Form-control:focus {
  background: #333333;
}

.Form-control:focus {
  border: 1px solid #330066;
}

.Form-control.\--small {
  height: 41px;
}

.i {
  position: relative;
  padding: 0 20px;
}

.Info-group {
  display: block;
}

.Info-group:before, .Info-group:after {
  content: " ";
  display: table;
}

.Info-group:after {
  clear: both;
}

.Info-group__headline {
  display: block;
  width: 80%;
  margin: 0 0 0.15rem 0;
  color: #330066;
  font-size: 1.5rem;
  font-weight: 700;
}

.Info-group__subheadline {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #666666;
  font-size: 0.85rem;
}

.Info-group__extra {
  display: block;
  margin: 0;
  padding-top: 0.625rem;
  float: right;
  font-size: 0.85rem;
}

/*
 * Legacy modal code from atcc.org
 * Dec 18, 2015
 *
 * Piccirilli Dorsey
 *
 */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.context_modal {
  display: none;
  position: relative;
  font-size: 11px;
  color: #fff;
  text-align: left;
  z-index: 850;
}

.context_modal.cm_change_end_user, .context_modal.cm_product_share {
  width: 220px;
}

.context_modal .modal_arrow {
  position: absolute;
  opacity: 0.95;
}

.tabbing .share li .context_modal.cm_product_share a {
  border: none;
  color: #fff;
  background: none;
  padding: 0;
}

.context_modal .modal_arrow.center {
  top: -15px;
  left: 50%;
  margin: 0;
}

.context_modal .modal_arrow.left {
  top: -15px;
  left: 8px;
}

.context_modal .modal_content {
  width: 100%;
  background: url(../images/modalBack.gif) repeat;
  opacity: 0.95;
  margin-top: -4px;
  border-radius: 4px;
}

.context_modal a.close_context_modal {
  position: absolute;
  top: 4px;
  right: 4px;
  margin: 0;
  padding: 0;
}

.context_modal a.close_context_modal img {
  margin: 0;
  padding: 0;
}

.context_modal .modal_content h3 {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  text-transform: none;
}

.context_modal .modal_content select {
  margin: 0 10px;
}

.context_modal .modal_content p {
  width: 100%;
  padding: 10px 10px 15px 0;
}

.context_modal .modal_content p a {
  width: 100%;
  color: #fff;
  padding: 10px 0 0 10px;
}

.context_modal input {
  margin: 0 0 15px 10px;
}

.context_modal.cm_product_share table {
  width: 100%;
  margin-top: 5px;
}

.context_modal.cm_product_share table td {
  width: 33.3333333333%;
  text-align: center;
  text-transform: none;
  padding: 2px 0;
}

.context_modal.cm_product_share .modal_content {
  padding-bottom: 12px;
}

.modal-content {
  padding: 20px 50px 20px 20px;
}

.modal-content.no-close {
  padding: 20px;
}

#modal-switch-acct {
  width: 220px;
}

#modal-add-address {
  width: 400px;
}

#modal-add-enduser {
  width: 410px;
}

#modal-mailing-lists {
  width: 550px;
}

#modal-signin {
  padding-bottom: 10px;
}

#modal-req-coa {
  width: 250px;
  height: 295px;
}

.modal-content h3, .modal-content p {
  margin-bottom: 20px;
}

.modal-content select {
  margin-bottom: 0;
}

.modal-content h3 {
  font-size: 13px;
  font-weight: bold;
}

.modal-content h3.nomargin {
  margin: 0;
}

.modal-content h2 {
  color: #306;
  font-family: facitweb, arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.modal-content h2.prod-name, .modal-content h2.lot-number {
  margin-bottom: 13px;
}

.modal-content h2 span.underlined {
  text-decoration: underline;
}

.modal-content h2 a {
  font-size: 11px;
  margin-left: 10px;
  font-weight: normal;
}

.modal-content .header-notice + p {
    clear: both;
}

.modal-content p {
  font-size: 12px;
  line-height: 18px;
}

.modal-content p.p_input {
  font-size: 11px;
  margin-bottom: 0;
  position: relative;
}

.modal-content p.type {
  margin-bottom: 20px;
}

.modal-content p span.bold-em {
  font-weight: bold;
  font-style: italic;
}

.modal-content input.right-button {
  float: right;
}

.modal-content input, 
.modal-content textarea, 
.modal-content select {
    height: auto;
}

.modal-content input.text {
    width: 100%;
}

#modal-signin {
    padding: 20px;
    box-sizing: border-box;
}

.modal-content input.submit {
  padding: 4px 8px;
}

.modal-content img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.modal-content label {
  display: block;
  margin: 0 0 13px 0;
}

.modal-content .modal-step {
  position: absolute;
  top: 20px;
  left: 20px;
}

#modal-req-coa .modal-step {
  width: 250px;
}

#modal-req-coa #wait {
  padding-top: 90px;
  padding-left: 135px;
}

#modal-req-coa a.download {
  vertical-align: middle;
}

#modal-req-coa a.download img {
  vertical-align: middle;
  margin-left: 10px;
}

.More {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
}

p > .More {
  margin-top: -1rem;
}

.More a {
  padding-top: .25rem;
  font-weight: 700;
}

.More .icon {
  position: relative;
  top: 1px;
  font-size: 90%;
}

.More .content {
  display: none !important;
  color: inherit;
  font-size: inherit;
}

.More .content *:first-child {
  margin-top: 0;
}

.More.open a {
  display: none;
}

.More.open .content {
  display: block !important;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: .5rem;
  margin-bottom: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #330066;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: .25em;
  border-bottom-left-radius: .25em;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: .25em;
  border-bottom-right-radius: .25em;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #0d001a;
  background-color: #efefef;
  border-color: #ddd;
}

.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #330066;
  border-color: #330066;
}

.Product {
  display: block;
  margin-bottom: 0.9375rem;
}

.Product hr {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.Product__image {
  padding-right: 0;
}

.Product__image img {
  display: block;
  width: 100%;
  height: auto;
}

.Product__details h2 {
  display: block;
  margin: 0 0 0.3rem 0;
  color: #330066;
  font-size: 1.75rem;
  font-weight: 400;
}

.Product__details h4 {
  display: block;
  margin: 0 0 0.5rem 0;
  color: #666666;
  font-size: 1rem;
}

.Product__details p,
.Product__details span {
  display: block;
  margin: 0;
  color: #666666;
  font-size: 0.75rem;
  line-height: 1.5;
}

.Product__info {
  display: block;
  margin-bottom: 0.9375rem;
}

.Product__info:before, .Product__info:after {
  content: " ";
  display: table;
}

.Product__info:after {
  clear: both;
}

.Product__info .Dropdown {
  top: 25px;
  left: -25px;
  display: inline;
}

.Product__info .pricing,
.Product__info .biosafety {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  box-sizing: border-box;
}

.Product__info .pricing,
.Product__info .pricing span,
.Product__info .biosafety,
.Product__info .biosafety span {
  font-size: 0.85rem;
  line-height: 1;
  vertical-align: top;
}

.Product__info .pricing {
  margin-right: 0.625rem;
  padding-right: 0.625rem;
  color: #330066;
  font-weight: 700;
  border-right: 1px solid #d7d7d7;
}

.Product__info .pricing-extended {
  list-style: none;
}

.Product__info .pricing-extended,
.Product__info .pricing-extended li {
  margin: 0;
  padding: 0;
}

.Product__info .pricing-extended li {
  display: block;
  line-height: 1.3;
}

.Product__info .pricing-extended li,
.Product__info .pricing-extended li span {
  font-size: 0.7rem;
  font-weight: 700;
}

.Product__info .pricing-extended li span {
  display: inline;
  float: right;
  text-align: right;
}

.Product__info .biosafety {
  color: #666666;
}

.Product__info .biosafety span {
  display: inline-block;
  color: #ef8200;
  font-weight: 700;
}

.Product__engagement {
  display: block;
}

.Product__engagement .Dropdown .dropdown__wrapper {
  top: 55px;
  right: auto;
  left: 0;
}

.Product__engagement .engagement-details li {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
}

.Product__engagement .engagement-details li:before {
  content: '•';
  padding-right: 0.25rem;
}

.Product__engagement .btn-group [class*="col-"]:first-child {
  padding-right: 0.46875rem;
}

.Product__engagement .btn-group [class*="col-"]:last-child {
  padding-left: 0.46875rem;
}

.Product__engagement .Button {
  font-size: 1rem;
}

.Section {
  padding: 1rem 0;
}

.Slideout-panel {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 275px;
  overflow-y: auto;
  background-color: #efefef;
  box-shadow: inset -10px 0 30px rgba(0, 0, 0, 0.1);
  padding: 0.9375rem;
  -webkit-overflow-scrolling: touch;
}

.Slideout-panel.active {
  display: block !important;
}

.Slideout-panel__subheadline {
  display: block;
  margin: 0 0 0.25rem 0;
  color: #666666;
  font-size: 0.85rem;
}

.Slideout-panel__headline {
  display: block;
  margin: 0 0 1rem 0;
  color: #330066;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.Slideout-panel__headline span {
  font-weight: 400;
}

.Slideout-panel label {
  width: 100%;
}

.Slideout-panel label,
.Slideout-panel input {
  display: inline-block;
}

.Slideout-panel [type="checkbox"] {
  width: 1rem;
  padding-right: .5rem;
}

.Slideout-panel .Form-control {
  background: #efefef;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.Slideout-panel .Accordion {
  margin-bottom: 0.9375rem;
}

.Slideout-panel .btn-group [class*="col-"]:first-child {
  padding-right: 0.46875rem;
}

.Slideout-panel .btn-group [class*="col-"]:last-child {
  padding-left: 0.46875rem;
}

.Slideout-panel .Button {
  font-size: 1rem;
}

.Slideout-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.625rem;
  color: #666666;
  font-size: 1rem;
}

.Slideshow {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.Slideshow__slide {
  position: relative;
  display: block;
  width: 100%;
  background: #330066;
}

.Slideshow__slide .image {
  position: relative;
  padding-left: 0;
}

.Slideshow__slide .image img {
  position: absolute;
  display: block;
  width: 270%;
  max-width: none;
  min-width: 100%;
}

@media (min-width: 33em) {
  .Slideshow__slide .image img {
    width: 170%;
  }
}

@media (min-width: 47em) {
  .Slideshow__slide .image img {
    width: auto;
    min-width: 100%;
  }
}

.Slideshow__slide .content {
  position: relative;
  display: block;
  height: 10rem;
  padding: 1.875rem 1.875rem 0.9375rem 1.25rem;
  color: #fff;
  background: #330066;
}

@media (min-width: 33em) {
  .Slideshow__slide .content {
    font-size: 2.5rem;
  }
}

@media (min-width: 47em) {
  .Slideshow__slide .content {
    height: 22rem;
  }
}

@media (min-width: 61em) {
  .Slideshow__slide .content {
    height: 24.75rem;
    padding: 3.75rem 2.8125rem 0 1.875rem;
  }
}

.Slideshow__slide .content .heading {
  display: block;
  margin-bottom: .5rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-transform: capitalize;
}

@media (min-width: 33em) {
  .Slideshow__slide .content .heading {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
}

@media (min-width: 61em) {
  .Slideshow__slide .content .heading {
    font-size: 3.25rem;
  }
}

.Slideshow__slide .content .text {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 33em) {
  .Slideshow__slide .content .text {
    font-size: 0.85rem;
  }
}

@media (min-width: 47em) {
  .Slideshow__slide .content .text {
    font-size: 1rem;
  }
}

.Slideshow__slide .content a {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  display: none;
  color: #fff;
  font-size: 0.75rem;
  text-align: right;
}

@media (min-width: 47em) {
  .Slideshow__slide .content a {
    display: block;
    font-size: 1rem;
  }
}

.Slideshow__slide .content a:hover {
  color: #d7d7d7;
}

.Slideshow__slide .content a .icon {
  padding-left: .3rem;
  position: relative;
  top: 1px;
}

.Table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.Table th,
.Table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #efefef;
}

.Table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #efefef;
}

.Table tbody + tbody {
  border-top: 2px solid #efefef;
}

.Table .table {
  background-color: #efefef;
}

.Table.\--small th,
.Table.\--small td {
  padding: 0.3rem;
}

.Table.\--bordered {
  border: 1px solid #efefef;
}

.Table.\--bordered th,
.Table.\--bordered td {
  border: 1px solid #efefef;
}

.Table.\--bordered thead th,
.Table.\--bordered thead td {
  border-bottom-width: 2px;
}

.Table.\--stripped td {
  padding-left: 0.5rem;
}

.Table.\--stripped tr:nth-child(odd) {
  background-color: #efefef;
}

.Table.\--info {
  margin: 0;
}

.Table.\--info tr {
  width: 100%;
  border-bottom: 1px solid #efefef;
}

.Table.\--info tr:last-child {
  border-bottom: 0;
}

.Table.\--info tr:last-child td:last-child {
  padding-bottom: 0;
}

.Table.\--info tr.inline td {
  width: 50%;
}

.Table.\--info tr.stacked {
  display: block;
  width: 200%;
}

.Table.\--info tr.stacked td {
  display: block;
  width: 100%;
}

.Table.\--info tr.stacked td + td {
  padding-top: 0;
}

.Table.\--info td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: .9rem;
  line-height: 1.2;
  border: 0;
}

.Table.\--info td.label {
  color: #333333;
  font-weight: 700;
}

.Takeover {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 15%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 125ms ease-in-out;
}

@media (min-width: 47em) {
  .Takeover {
    padding: 5%;
  }
}

.Takeover.active {
  display: block;
  -webkit-animation: fadeIn 250ms ease 0s 1 forwards;
  animation: fadeIn 250ms ease 0s 1 forwards;
}

.Takeover.out {
  -webkit-animation: fadeOut 250ms ease 0s 1 forwards;
  animation: fadeOut 250ms ease 0s 1 forwards;
}

.Takeover__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.9375rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.Takeover__close:hover {
  color: #d7d7d7;
}

.Takeover__content {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
}

.Takeover__content > :first-child {
  margin-top: 0;
}

.Takeover__content > :last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.Tiles {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.Tiles li {
  display: block;
  float: left;
  margin-bottom: 0;
}

.Tiles li .tile {
  display: block;
  position: relative;
  z-index: 100;
}

.Tiles li .tile .overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all .5s ease .05s;
  color: #fff;
  text-decoration: none;
  text-align: center;
  z-index: 200;
}

.Tiles li .tile .overlay h1, .Tiles li .tile .overlay h2, .Tiles li .tile .overlay h3, .Tiles li .tile .overlay h4, .Tiles li .tile .overlay h5, .Tiles li .tile .overlay h6, .Tiles li .tile .overlay p, .Tiles li .tile .overlay span, .Tiles li .tile .overlay ul, .Tiles li .tile .overlay ol {
  margin: 0;
  padding: 0;
}

.Tiles li .tile .overlay .overlay-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Tiles li .tile .overlay .overlay-content [class^='icon-'] {
  font-size: 6rem;
}

.Tiles li .tile.active .overlay, .Tiles li .tile:hover .overlay {
  opacity: 1;
}

.Tiles li .tile.active .overlay *, .Tiles li .tile:hover .overlay * {
  color: #fff;
  text-decoration: none;
}

.Tiles.\--halves li {
  width: 50%;
}

.Tiles.\--thirds li {
  width: 33.33333%;
}

.Tiles.\--quarters li {
  width: 25%;
}

.Tiles.\--fifths li {
  width: 20%;
}

.Tiles.\--sixths li {
  width: 16.66667%;
}

.Tiles.\--halves-padded li {
  width: 50%;
  padding: 0 5px 10px 5px;
}

.Tiles.\--halves-padded li:first-child {
  padding-left: 0;
}

.Tiles.\--halves-padded li:nth-child(2) {
  padding-right: 0;
}

.Tiles.\--thirds-padded li {
  width: 33.33333%;
  padding: 0 5px 10px 5px;
}

.Tiles.\--thirds-padded li:first-child {
  padding-left: 0;
}

.Tiles.\--thirds-padded li:nth-child(3) {
  padding-right: 0;
}

.Tiles.\--quarters-padded li {
  width: 25%;
  padding: 0 5px 10px 5px;
}

.Tiles.\--quarters-padded li:first-child {
  padding-left: 0;
}

.Tiles.\--quarters-padded li:nth-child(4) {
  padding-right: 0;
}

.Tiles.\--fifths-padded li {
  width: 20%;
  padding: 0 5px 10px 5px;
}

.Tiles.\--fifths-padded li:first-child {
  padding-left: 0;
}

.Tiles.\--fifths-padded li:nth-child(5) {
  padding-right: 0;
}

.Tiles.\--sixths-padded li {
  width: 16.66667%;
  padding: 0 5px 10px 5px;
}

.Tiles.\--sixths-padded li:first-child {
  padding-left: 0;
}

.Tiles.\--sixths-padded li:nth-child(6) {
  padding-right: 0;
}

.tooltip-element {
  display: none;
  position: absolute;
  pointer-events: none;
  max-width: 200px;
  max-height: 100%;
}

.tooltip-element .tooltip-content {
  position: relative;
  padding: .5rem 1rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  border-radius: 5px;
  background-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element .tooltip-content:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 8px;
  border-style: solid;
}

.tooltip-element.tooltip-open {
  display: block;
}

.tooltip-element.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content {
  margin-bottom: 8px;
}

.tooltip-element.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content:before {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content {
  margin-top: 8px;
}

.tooltip-element.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-bottom-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content {
  margin-right: 8px;
}

.tooltip-element.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content:before {
  left: 100%;
  top: 50%;
  margin-top: -8px;
  border-left-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content {
  margin-left: 8px;
}

.tooltip-element.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content:before {
  right: 100%;
  top: 50%;
  margin-top: -8px;
  border-right-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content {
  margin-top: 8px;
}

.tooltip-element.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content:before {
  bottom: 100%;
  left: 8px;
  border-bottom-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content {
  margin-top: 8px;
}

.tooltip-element.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content:before {
  bottom: 100%;
  right: 8px;
  border-bottom-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content {
  margin-bottom: 8px;
}

.tooltip-element.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content:before {
  top: 100%;
  left: 8px;
  border-top-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content {
  margin-bottom: 8px;
}

.tooltip-element.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content:before {
  top: 100%;
  right: 8px;
  border-top-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
  margin-right: 8px;
}

.tooltip-element.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
  top: 8px;
  left: 100%;
  border-left-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
  margin-left: 8px;
}

.tooltip-element.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
  top: 8px;
  right: 100%;
  border-right-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
  margin-right: 8px;
}

.tooltip-element.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
  bottom: 8px;
  left: 100%;
  border-left-color: rgba(34, 34, 34, 0.85);
}

.tooltip-element.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
  margin-left: 8px;
}

.tooltip-element.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
  bottom: 8px;
  right: 100%;
  border-right-color: rgba(34, 34, 34, 0.85);
}

.w {
  width: 1024px;
  margin: 0 auto;
}

#frunt .\@home #cards .row:last-child [class*="col-"]:last-child .Card {
  margin-bottom: 0;
}

@media (min-width: 61em) {
  #frunt .\@home #cards .row:last-child [class*="col-"]:nth-last-child(2) .Card {
    margin-bottom: 0;
  }
}

#frunt .\@home #featured-products {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

#frunt .\@home #rotator article {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 33em) {
  #frunt .\@home #rotator article {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #d7d7d7;
  }
}

@media (min-width: 47em) {
  #frunt .\@home #rotator article {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (min-width: 33em) {
  #frunt .\@home #rotator article .details {
    margin-top: 0.9375rem;
  }
}

@media (min-width: 74em) {
  #frunt .\@home #rotator article .details {
    margin-top: 0;
  }
}

#frunt .\@home #rotator [class*="col-"]:last-child article {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 47em) {
  #frunt .\@home #rotator [class*="col-"] + [class*="col-"] {
    padding-left: 0.9375rem;
  }
}

@media (min-width: 74em) {
  #frunt .\@home #rotator [class*="col-"] + [class*="col-"] {
    padding-left: 0;
  }
}

#frunt .\@home #learning-center:before, #frunt .\@home #learning-center:after {
  content: " ";
  display: table;
}

#frunt .\@home #learning-center:after {
  clear: both;
}

#frunt .\@home #learning-center .info,
#frunt .\@home #learning-center .image {
  padding: 0;
}

@media (min-width: 74em) {
  #frunt .\@home #learning-center .info {
    position: relative;
  }
  #frunt .\@home #learning-center .info:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 59.44363%;
  }
  #frunt .\@home #learning-center .info > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#frunt .\@home #learning-center .info > .content {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

#frunt .\@home #learning-center .info > .content:before, #frunt .\@home #learning-center .info > .content:after {
  content: " ";
  display: table;
}

#frunt .\@home #learning-center .info > .content:after {
  clear: both;
}

@media (min-width: 33em) {
  #frunt .\@home #learning-center .info > .content {
    max-width: 34rem;
  }
}

@media (min-width: 47em) {
  #frunt .\@home #learning-center .info > .content {
    max-width: 45rem;
  }
}

@media (min-width: 61em) {
  #frunt .\@home #learning-center .info > .content {
    max-width: 60rem;
  }
}

@media (min-width: 74em) {
  #frunt .\@home #learning-center .info > .content {
    max-width: 72.25rem;
  }
}

@media (max-width: 60.9em) {
  #frunt .\@home #learning-center .info > .content {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

@media (min-width: 74em) {
  #frunt .\@home #learning-center .info > .content {
    padding: 1.875rem 1.875rem 0 1.875rem;
  }
}

#frunt .\@home #learning-center img {
  width: 100%;
  height: auto;
}

#frunt .\@home #learning-center .headline {
  display: block;
  margin: 0 0 0.9375rem 0;
  padding: 0 0 0.625rem 0;
  color: #330066;
  font-size: 1.5rem;
  border-bottom: 1px solid #d7d7d7;
}

@media (min-width: 47em) {
  #frunt .\@home #learning-center .headline {
    margin: 0 0 0.9375rem 0;
    padding: 0 0 0.625rem 0;
  }
}

@media (min-width: 47em) {
  #frunt .\@home #learning-center .headline {
    font-size: 2rem;
  }
}

@media (min-width: 74em) {
  #frunt .\@home #learning-center .headline {
    margin: 0 0 1.875rem 0;
    padding: 0 0 0.9375rem 0;
    font-size: 2.5rem;
  }
}

@media (max-width: 46.9em) {
  #frunt .\@home #learning-center .content [class*="col-"]:first-child {
    margin-bottom: 1.875rem;
  }
}

#frunt .\@home #learning-center .small-headline {
  display: block;
  margin: 0.9375rem 0 0 0;
  color: #330066;
  text-align: right;
}

@media (min-width: 61em) {
  #frunt .\@home #learning-center .small-headline {
    margin: 1.875rem 0 0 0;
  }
}

#frunt .\@home #learning-center .small-headline:hover {
  color: #0d001a;
}

@media (min-width: 47em) {
  #frunt .\@home .Card {
    min-height: 15.9375rem;
  }
}

@media (min-width: 61em) {
  #frunt .\@home .Card {
    min-height: 41.125rem;
  }
}

@media (min-width: 74em) {
  #frunt .\@home .Card {
    min-height: 39.4375rem;
  }
}

#frunt .\@interior #stage {
  margin-bottom: 0;
}

#frunt .\@interior .card-listing .Card:last-child {
  margin-bottom: 0;
}

#frunt .\@interior .Card__main.\--listing > :last-child :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.jq-dropdown {
  position: absolute;
  z-index: 1039;
  display: none;
}

.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}

.jq-dropdown .jq-dropdown-panel {
  padding: 10px;
}

.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px;
  margin-left: -3px;
}

.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  display: inline-block;
}

.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: inline-block;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 1px;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 2px;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-top:before {
  top: auto;
  bottom: -6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ddd;
  border-bottom: 0;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-top:after {
  top: auto;
  bottom: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto;
}

.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px;
}

.jq-dropdown .jq-dropdown-menu label,
.jq-dropdown .jq-dropdown-menu li > a {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  margin: 0;
  white-space: nowrap;
}

.jq-dropdown .jq-dropdown-menu label:hover,
.jq-dropdown .jq-dropdown-menu li > a:hover {
  background-color: #f2f2f2;
  color: inherit;
  cursor: pointer;
}

.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0;
}

#jq-dropdown-facebook {
  margin-top: -3px;
  margin-left: -10px;
}

#jq-dropdown-support {
  margin-left: -25px;
}

/*# sourceMappingURL=responsive.css.map */
