@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic|Droid+Serif:400,400italic,700,700italic");
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}

/**
 * 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-left: 40px;
  margin-right: 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  padding: 0;
}

/**
 * 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;
}

* {
  margin-top: 0;
  margin-bottom: 0;
}

* + * {
  margin-top: 1.5em;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: normal 15.3px/1.5 PT Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

.lt-ie9 html {
  font-size: 17px;
}

html {
  color: #666;
}

html {
  background-color: white;
}

a, .print-link {
  color: #789d4a;
}

a:hover, .print-link:hover, a:active, .print-link:active, a:focus, .print-link:focus, h1 a:hover,
.heading--alpha a:hover, h2 a:hover,
.heading--beta a:hover, h3 a:hover,
.heading--gamma a:hover, h4 a:hover, .form-title a:hover,
.heading--delta a:hover, h5 a:hover,
.heading--epsilon a:hover, h6 a:hover,
.heading--zeta a:hover, h1 .print-link:hover,
.heading--alpha .print-link:hover, h2 .print-link:hover,
.heading--beta .print-link:hover, h3 .print-link:hover,
.heading--gamma .print-link:hover, h4 .print-link:hover, .form-title .print-link:hover,
.heading--delta .print-link:hover, h5 .print-link:hover,
.heading--epsilon .print-link:hover, h6 .print-link:hover,
.heading--zeta .print-link:hover, h1 a:active,
.heading--alpha a:active, h2 a:active,
.heading--beta a:active, h3 a:active,
.heading--gamma a:active, h4 a:active, .form-title a:active,
.heading--delta a:active, h5 a:active,
.heading--epsilon a:active, h6 a:active,
.heading--zeta a:active, h1 .print-link:active,
.heading--alpha .print-link:active, h2 .print-link:active,
.heading--beta .print-link:active, h3 .print-link:active,
.heading--gamma .print-link:active, h4 .print-link:active, .form-title .print-link:active,
.heading--delta .print-link:active, h5 .print-link:active,
.heading--epsilon .print-link:active, h6 .print-link:active,
.heading--zeta .print-link:active, h1 a:focus,
.heading--alpha a:focus, h2 a:focus,
.heading--beta a:focus, h3 a:focus,
.heading--gamma a:focus, h4 a:focus, .form-title a:focus,
.heading--delta a:focus, h5 a:focus,
.heading--epsilon a:focus, h6 a:focus,
.heading--zeta a:focus, h1 .print-link:focus,
.heading--alpha .print-link:focus, h2 .print-link:focus,
.heading--beta .print-link:focus, h3 .print-link:focus,
.heading--gamma .print-link:focus, h4 .print-link:focus, .form-title .print-link:focus,
.heading--delta .print-link:focus, h5 .print-link:focus,
.heading--epsilon .print-link:focus, h6 .print-link:focus,
.heading--zeta .print-link:focus,
.heading a:hover,
.heading .print-link:hover,
.heading a:active,
.heading .print-link:active,
.heading a:focus,
.heading .print-link:focus, .topic-nav__item--current {
  color: #435829;
}

.hs-form-field .hs-form-required, .slider__control--direction:hover, .hs_cos_flex-direction-nav a:hover, .slider__control--direction--next:hover, .slider__next:hover, .slider--thumbs__control--direction--next:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .slider__control--direction--prev:hover, .slider__prev:hover, .slider--thumbs__control--direction--prev:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .slider--thumbs__control--direction:hover, .slider__control--direction:active, .hs_cos_flex-direction-nav a:active, .slider__control--direction--next:active, .slider__next:active, .slider--thumbs__control--direction--next:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .slider__control--direction--prev:active, .slider__prev:active, .slider--thumbs__control--direction--prev:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .slider--thumbs__control--direction:active, .slider__control--direction:focus, .hs_cos_flex-direction-nav a:focus, .slider__control--direction--next:focus, .slider__next:focus, .slider--thumbs__control--direction--next:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .slider__control--direction--prev:focus, .slider__prev:focus, .slider--thumbs__control--direction--prev:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .slider--thumbs__control--direction:focus, .slider__control--direction--hover, .tab-navigation a:hover, .tab-navigation .print-link:hover, .tab-navigation a:active, .tab-navigation .print-link:active, .tab-navigation a:focus, .tab-navigation .print-link:focus, .tab-navigation a.current-tab, .tab-navigation .current-tab.print-link, .search__submit:hover, .search__submit:active, .search__submit:focus, .search__submit--hover, .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h1 a:hover, h1 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--alpha a:hover,
.heading--alpha .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h2 a:hover, h2 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--beta a:hover,
.heading--beta .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h3 a:hover, h3 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--gamma a:hover,
.heading--gamma .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h4 a:hover, h4 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing .form-title a:hover, .form-title .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--delta a:hover,
.heading--delta .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h5 a:hover, h5 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--epsilon a:hover,
.heading--epsilon .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h6 a:hover, h6 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--zeta a:hover,
.heading--zeta .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h1 .print-link:hover, h1 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:hover,
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h2 .print-link:hover, h2 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:hover,
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h3 .print-link:hover, h3 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:hover,
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h4 .print-link:hover, h4 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing .form-title .print-link:hover, .form-title .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:hover,
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h5 .print-link:hover, h5 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:hover,
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h6 .print-link:hover, h6 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:hover,
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h1 a:active, h1 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--alpha a:active,
.heading--alpha .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h2 a:active, h2 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--beta a:active,
.heading--beta .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h3 a:active, h3 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--gamma a:active,
.heading--gamma .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h4 a:active, h4 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing .form-title a:active, .form-title .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--delta a:active,
.heading--delta .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h5 a:active, h5 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--epsilon a:active,
.heading--epsilon .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h6 a:active, h6 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--zeta a:active,
.heading--zeta .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h1 .print-link:active, h1 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:active,
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h2 .print-link:active, h2 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:active,
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h3 .print-link:active, h3 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:active,
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h4 .print-link:active, h4 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing .form-title .print-link:active, .form-title .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:active,
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h5 .print-link:active, h5 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:active,
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h6 .print-link:active, h6 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:active,
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h1 a:focus, h1 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--alpha a:focus,
.heading--alpha .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h2 a:focus, h2 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--beta a:focus,
.heading--beta .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h3 a:focus, h3 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--gamma a:focus,
.heading--gamma .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h4 a:focus, h4 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing .form-title a:focus, .form-title .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--delta a:focus,
.heading--delta .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h5 a:focus, h5 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--epsilon a:focus,
.heading--epsilon .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h6 a:focus, h6 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--zeta a:focus,
.heading--zeta .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h1 .print-link:focus, h1 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:focus,
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h2 .print-link:focus, h2 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:focus,
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h3 .print-link:focus, h3 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:focus,
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h4 .print-link:focus, h4 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing .form-title .print-link:focus, .form-title .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:focus,
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h5 .print-link:focus, h5 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:focus,
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h6 .print-link:focus, h6 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:focus,
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading a:hover,
.heading .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading .print-link:hover,
.heading .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading a:active,
.heading .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading .print-link:active,
.heading .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading a:focus,
.heading .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading .print-link:focus,
.heading .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing .topic-nav__item--current {
  color: #789d4a;
}

.hs-error-msgs {
  background-color: #789d4a;
  color: white;
}

[required].hs-input:focus, [required]#hs-pwd-widget-password:focus, [required].document-search__input:focus {
  border-color: #789d4a;
}

.hs-error-msgs:after {
  border-top-color: #789d4a;
}

hr,
.heading--ruled:after, .blog-post--excerpt .blog-post__excerpt:before {
  border-bottom-color: #789d4a;
}

.hs-input, #hs-pwd-widget-password, .document-search__input {
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}

html {
  border-color: #b8b5aa;
}

.form-title.widget-type-header, .hs-input, #hs-pwd-widget-password, .document-search__input, .search__input, .bordered-section, .sidebar h1, .sidebar
.heading--alpha, .sidebar h2, .sidebar
.heading--beta, .sidebar h3, .sidebar
.heading--gamma, .sidebar h4, .sidebar .form-title, .sidebar
.heading--delta, .sidebar h5, .sidebar
.heading--epsilon, .sidebar h6, .sidebar
.heading--zeta, .blog-post__sharing {
  border-color: #b8b5aa;
}

.collapsible-text__body {
  border-top-color: #b8b5aa;
}

h1,
.heading--alpha, h2,
.heading--beta, h3,
.heading--gamma, h4, .form-title,
.heading--delta, h5,
.heading--epsilon, h6,
.heading--zeta {
  color: #262524;
}

.subheading, .statistic__label, .post-header__byline,
.hs_cos_wrapper_type_post_listing a,
.hs_cos_wrapper_type_post_listing .print-link {
  color: #6b6359;
}

.body-container-wrapper {
  margin-top: 3em;
}

@media (min-width: 768px) {
  .body-container-wrapper {
    padding-top: 160px;
  }
  .simple-header .body-container-wrapper {
    padding-top: 0;
  }
}

.lt-ie9 .body-container-wrapper {
  padding-top: 160px;
}

.simple-header .lt-ie9 .body-container-wrapper {
  padding-top: 0;
}

.header-container-wrapper,
.footer-container-wrapper,
.flush-header .body-container-wrapper {
  margin-top: 0;
}

::-moz-selection {
  background-color: #789d4a;
  color: white;
}

::selection {
  background-color: #789d4a;
  color: white;
}

.clearfix,
.row-fluid,
.widget-span,
.flexible-row > .hs_cos_wrapper_type_widget_container,
.lt-ie9 .flexible-row > .hs_cos_wrapper_type_widget_container,
.hs-breadcrumb-menu-wrapper,
.hs_cos_flex-slides,
.slider,
.hs_cos_flex-slider,
.blog-post {
  *zoom: 1;
}

.clearfix:before, .clearfix:after,
.row-fluid:before,
.widget-span:before,
.flexible-row > .hs_cos_wrapper_type_widget_container:before,
.lt-ie9 .flexible-row > .hs_cos_wrapper_type_widget_container:before,
.hs-breadcrumb-menu-wrapper:before,
.hs_cos_flex-slides:before,
.slider:before,
.hs_cos_flex-slider:before,
.blog-post:before,
.row-fluid:after,
.widget-span:after,
.flexible-row > .hs_cos_wrapper_type_widget_container:after,
.lt-ie9 .flexible-row > .hs_cos_wrapper_type_widget_container:after,
.hs-breadcrumb-menu-wrapper:after,
.hs_cos_flex-slides:after,
.slider:after,
.hs_cos_flex-slider:after,
.blog-post:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.row-fluid:after,
.widget-span:after,
.flexible-row > .hs_cos_wrapper_type_widget_container:after,
.lt-ie9 .flexible-row > .hs_cos_wrapper_type_widget_container:after,
.hs-breadcrumb-menu-wrapper:after,
.hs_cos_flex-slides:after,
.slider:after,
.hs_cos_flex-slider:after,
.blog-post:after {
  clear: both;
}

.container,
.slider__caption > *,
.caption > *,
.slider__caption--superimpose > *,
.superimpose .caption > * {
  max-width: 96%;
  width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  float: none !important;
}

.container--full {
  width: 1920px !important;
}

.container--small {
  width: 780px !important;
}

/* http://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/ */
.hs_cos_wrapper_type_blog_subscribe .hs-form-field > label, .search__label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.text-color--alpha {
  color: #789d4a !important;
}

.text-color--alpha-harmony {
  color: white !important;
}

.text-color--beta {
  color: #606f81 !important;
}

.text-color--neutral-light {
  color: #e0dbce !important;
}

.text-color--neutral-medium {
  color: #777675 !important;
}

.text-color--neutral-dark {
  color: #262524 !important;
}

.hs-form-field .hs-form-required, .slider__control--direction:hover, .hs_cos_flex-direction-nav a:hover, .slider__control--direction--next:hover, .slider__next:hover, .slider--thumbs__control--direction--next:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .slider__control--direction--prev:hover, .slider__prev:hover, .slider--thumbs__control--direction--prev:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .slider--thumbs__control--direction:hover, .slider__control--direction:active, .hs_cos_flex-direction-nav a:active, .slider__control--direction--next:active, .slider__next:active, .slider--thumbs__control--direction--next:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .slider__control--direction--prev:active, .slider__prev:active, .slider--thumbs__control--direction--prev:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .slider--thumbs__control--direction:active, .slider__control--direction:focus, .hs_cos_flex-direction-nav a:focus, .slider__control--direction--next:focus, .slider__next:focus, .slider--thumbs__control--direction--next:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .slider__control--direction--prev:focus, .slider__prev:focus, .slider--thumbs__control--direction--prev:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .slider--thumbs__control--direction:focus, .slider__control--direction--hover, .tab-navigation a:hover, .tab-navigation .print-link:hover, .tab-navigation a:active, .tab-navigation .print-link:active, .tab-navigation a:focus, .tab-navigation .print-link:focus, .tab-navigation a.current-tab, .tab-navigation .current-tab.print-link, .search__submit:hover, .search__submit:active, .search__submit:focus, .search__submit--hover, .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h1 a:hover, h1 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--alpha a:hover,
.heading--alpha .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h2 a:hover, h2 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--beta a:hover,
.heading--beta .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h3 a:hover, h3 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--gamma a:hover,
.heading--gamma .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h4 a:hover, h4 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing .form-title a:hover, .form-title .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--delta a:hover,
.heading--delta .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h5 a:hover, h5 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--epsilon a:hover,
.heading--epsilon .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h6 a:hover, h6 .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading--zeta a:hover,
.heading--zeta .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing h1 .print-link:hover, h1 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:hover,
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h2 .print-link:hover, h2 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:hover,
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h3 .print-link:hover, h3 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:hover,
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h4 .print-link:hover, h4 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing .form-title .print-link:hover, .form-title .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:hover,
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h5 .print-link:hover, h5 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:hover,
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h6 .print-link:hover, h6 .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:hover,
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing h1 a:active, h1 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--alpha a:active,
.heading--alpha .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h2 a:active, h2 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--beta a:active,
.heading--beta .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h3 a:active, h3 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--gamma a:active,
.heading--gamma .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h4 a:active, h4 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing .form-title a:active, .form-title .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--delta a:active,
.heading--delta .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h5 a:active, h5 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--epsilon a:active,
.heading--epsilon .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h6 a:active, h6 .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading--zeta a:active,
.heading--zeta .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing h1 .print-link:active, h1 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:active,
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h2 .print-link:active, h2 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:active,
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h3 .print-link:active, h3 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:active,
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h4 .print-link:active, h4 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing .form-title .print-link:active, .form-title .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:active,
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h5 .print-link:active, h5 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:active,
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h6 .print-link:active, h6 .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:active,
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing h1 a:focus, h1 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--alpha a:focus,
.heading--alpha .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h2 a:focus, h2 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--beta a:focus,
.heading--beta .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h3 a:focus, h3 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--gamma a:focus,
.heading--gamma .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h4 a:focus, h4 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing .form-title a:focus, .form-title .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--delta a:focus,
.heading--delta .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h5 a:focus, h5 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--epsilon a:focus,
.heading--epsilon .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h6 a:focus, h6 .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading--zeta a:focus,
.heading--zeta .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing h1 .print-link:focus, h1 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:focus,
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h2 .print-link:focus, h2 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:focus,
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h3 .print-link:focus, h3 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:focus,
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h4 .print-link:focus, h4 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing .form-title .print-link:focus, .form-title .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:focus,
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h5 .print-link:focus, h5 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:focus,
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing h6 .print-link:focus, h6 .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:focus,
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading a:hover,
.heading .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing
.heading .print-link:hover,
.heading .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading a:active,
.heading .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing
.heading .print-link:active,
.heading .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing
.heading a:focus,
.heading .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing
.heading .print-link:focus,
.heading .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing .topic-nav__item--current {
  color: #789d4a;
}

.hs-error-msgs {
  background-color: #789d4a;
  color: white;
}

[required].hs-input:focus, [required]#hs-pwd-widget-password:focus, [required].document-search__input:focus {
  border-color: #789d4a;
}

.hs-error-msgs:after {
  border-top-color: #789d4a;
}

hr,
.heading--ruled:after, .blog-post--excerpt .blog-post__excerpt:before {
  border-bottom-color: #789d4a;
}

@media (min-width: 768px) {
  .row-fluid-wrapper + .row-fluid-wrapper {
    margin-top: 3em;
  }
}

.lt-ie9 .row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: 3em;
}

.flush-rows > .row-fluid-wrapper {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .close-rows > .row-fluid-wrapper + .row-fluid-wrapper {
    margin-top: 1.5em;
  }
}

.lt-ie9 .close-rows > .row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: 1.5em;
}

.row-fluid [class*="span"] {
  min-height: 1px;
}

@media (min-width: 768px) {
  .row-fluid .widget-span--first {
    margin-left: 0;
  }
  .row-fluid .widget-span--last {
    float: right;
    margin-left: 1.69492%;
  }
}

.lt-ie9 .row-fluid .widget-span--first {
  margin-left: 0;
}

.lt-ie9 .row-fluid .widget-span--last {
  float: right;
  margin-left: 1.69492%;
}

@media (min-width: 768px) {
  .widget-span {
    margin-top: 0;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
    margin-left: 0 !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span1 {
    width: 8.33333% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span2 {
    width: 16.66667% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span3 {
    width: 25% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span4 {
    width: 33.33333% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span5 {
    width: 41.66667% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span6 {
    width: 50% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span7 {
    width: 58.33333% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span8 {
    width: 66.66667% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span9 {
    width: 75% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span10 {
    width: 83.33333% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span11 {
    width: 91.66667% !important;
  }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span12 {
    width: 100% !important;
  }
}

.lt-ie9 .widget-span {
  margin-top: 0;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span {
  margin-left: 0 !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span1 {
  width: 8.33333% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span2 {
  width: 16.66667% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span3 {
  width: 25% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span4 {
  width: 33.33333% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span5 {
  width: 41.66667% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span6 {
  width: 50% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span7 {
  width: 58.33333% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span8 {
  width: 66.66667% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span9 {
  width: 75% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span10 {
  width: 83.33333% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span11 {
  width: 91.66667% !important;
}

.flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span12 {
  width: 100% !important;
}

@media (max-width: 767px) {
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
    margin-top: 0 !important;
  }
}

.hs_cos_wrapper_widget,
.hs_cos_wrapper {
  display: block;
}

@media (min-width: 768px) {
  .row-of-5 .row-fluid-wrapper {
    margin-top: 0;
    width: 18.36735%;
    float: left;
    margin-left: 2.04082%;
  }
  .row-of-5 .row-fluid-wrapper:first-child {
    margin-left: 0;
  }
  .row-of-5--split .row-fluid-wrapper:first-child {
    width: 59.18367%;
  }
}

.lt-ie9 .row-of-5 .row-fluid-wrapper {
  margin-top: 0;
  width: 18.36735%;
  float: left;
  margin-left: 2.04082%;
}

.lt-ie9 .row-of-5 .row-fluid-wrapper:first-child {
  margin-left: 0;
}

.lt-ie9 .row-of-5--split .row-fluid-wrapper:first-child {
  width: 59.18367%;
}

@media (min-width: 768px) {
  .flexible-row > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
    margin-top: 0;
    margin-bottom: 3em;
    float: left;
    margin-top: 0;
    margin-left: 1.69492%;
  }
  .flexible-row--halves > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
    width: 49.15254%;
  }
  .flexible-row--halves > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
  }
  .flexible-row--halves > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .flexible-row--thirds > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
    width: 32.20339%;
  }
  .flexible-row--thirds > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
  }
  .flexible-row--thirds > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .flexible-row--quarters > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
    width: 23.72881%;
  }
  .flexible-row--quarters > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(4n-3) {
    margin-left: 0;
    clear: left;
  }
  .flexible-row--quarters > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .flexible-row--fifths > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
    width: 18.36735%;
  }
  .flexible-row--fifths > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(5n-4) {
    margin-left: 0;
    clear: left;
  }
  .flexible-row--fifths > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
  .flexible-row--fifths--split > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(5n-4) {
    margin-left: 1.69492%;
    clear: none;
  }
  .flexible-row--fifths--split > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(5n-1) {
    margin-left: 0;
    clear: left;
  }
  .flexible-row--fifths--split > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:first-child {
    width: 58.49187%;
    margin-left: 0;
  }
}

.lt-ie9 .flexible-row > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
  margin-top: 0;
  margin-bottom: 3em;
  float: left;
  margin-top: 0;
  margin-left: 1.69492%;
}

.lt-ie9 .flexible-row--halves > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
  width: 49.15254%;
}

.lt-ie9 .flexible-row--halves > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(2n-1) {
  margin-left: 0;
  clear: left;
}

.lt-ie9 .flexible-row--halves > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.lt-ie9 .flexible-row--thirds > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
  width: 32.20339%;
}

.lt-ie9 .flexible-row--thirds > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(3n-2) {
  margin-left: 0;
  clear: left;
}

.lt-ie9 .flexible-row--thirds > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.lt-ie9 .flexible-row--quarters > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
  width: 23.72881%;
}

.lt-ie9 .flexible-row--quarters > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(4n-3) {
  margin-left: 0;
  clear: left;
}

.lt-ie9 .flexible-row--quarters > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.lt-ie9 .flexible-row--fifths > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
  width: 18.36735%;
}

.lt-ie9 .flexible-row--fifths > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(5n-4) {
  margin-left: 0;
  clear: left;
}

.lt-ie9 .flexible-row--fifths > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-last-child(-n+5) {
  margin-bottom: 0;
}

.lt-ie9 .flexible-row--fifths--split > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(5n-4) {
  margin-left: 1.69492%;
  clear: none;
}

.lt-ie9 .flexible-row--fifths--split > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:nth-child(5n-1) {
  margin-left: 0;
  clear: left;
}

.lt-ie9 .flexible-row--fifths--split > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:first-child {
  width: 58.49187%;
  margin-left: 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  /* Suppress the space beneath the baseline */
}

img[style*="left"] {
  margin-right: 1.5em;
}

img[style*="right"] {
  margin-left: 1.5em;
}

img[style*="float"] {
  margin-bottom: 1.5em;
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 56.25%;
  margin-left: auto;
  margin-right: auto;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed, .hs-responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}

.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}

.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}

iframe {
  max-width: 100%;
  border: 0;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
}

#fb-root {
  margin-top: 0;
}

/* Icon Font Fix */
.fa {
  margin-top: 0;
}

/* Editor Fix */
.hs-ipe-overlay {
  margin-top: 0;
}

/* responsive pre elements */
pre {
  overflow-x: auto;
}

/* Real/Equal Height on mobile */
@media (max-width: 767px) {
  .natural-mobile {
    height: auto !important;
  }
}

/* Text Utility Class */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .text-right--tablet {
    text-align: right;
  }
}

.lt-ie9 .text-right--tablet {
  text-align: right;
}

@media (max-width: 767px) {
  .text-right--tablet {
    text-align: inherit;
  }
}

.flush-images img {
  margin: 0;
}

@media (min-width: 768px) {
  .vertical-center-row > .row-fluid-wrapper > .row-fluid > .widget-span,
  .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span {
    display: table;
  }
  .vertical-center-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper,
  .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper {
    vertical-align: middle;
    display: table-cell;
  }
}

.lt-ie9 .vertical-center-row > .row-fluid-wrapper > .row-fluid > .widget-span, .lt-ie9
.vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span {
  display: table;
}

.lt-ie9 .vertical-center-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper, .lt-ie9
.vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper {
  vertical-align: middle;
  display: table-cell;
}

@media (min-width: 768px) {
  .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper {
    vertical-align: bottom;
  }
}

.lt-ie9 .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .row-fluid-wrapper .vertical-center {
    display: table;
  }
  .row-fluid-wrapper .vertical-center > .cell-wrapper {
    vertical-align: middle;
    display: table-cell;
    border: inherit;
  }
}

.lt-ie9 .row-fluid-wrapper .vertical-center {
  display: table;
}

.lt-ie9 .row-fluid-wrapper .vertical-center > .cell-wrapper {
  vertical-align: middle;
  display: table-cell;
  border: inherit;
}

.full-height-widget,
.full-height-widget > .row-fluid-wrapper,
.full-height-widget > .row-fluid-wrapper > .row-fluid,
.full-height-widget > .row-fluid-wrapper > .row-fluid > .widget-span,
.full-height-widget > .cell-wrapper,
.full-height-widget > .cell-wrapper > .hs_cos_wrapper {
  height: 100%;
}

.equal-widgets .equalized > .row-fluid-wrapper,
.equal-widgets .equalized > .row-fluid-wrapper > .row-fluid,
.vertical-center-row .equalized > .row-fluid-wrapper,
.vertical-center-row .equalized > .row-fluid-wrapper > .row-fluid {
  height: 100%;
}

.equal-widgets > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper,
.equal-widgets > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper > .hs_cos_wrapper {
  height: 100%;
}

@media (min-width: 768px) {
  .padded-module {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .padded-module--top {
    padding-top: 3em;
  }
  .padded-module--left {
    padding-left: 3em;
  }
  .padded-module--bottom {
    padding-bottom: 3em;
  }
  .padded-module--right {
    padding-right: 3em;
  }
  .padded-module--all {
    padding: 3em;
  }
}

.lt-ie9 .padded-module {
  padding-top: 3em;
  padding-bottom: 3em;
}

.lt-ie9 .padded-module--top {
  padding-top: 3em;
}

.lt-ie9 .padded-module--left {
  padding-left: 3em;
}

.lt-ie9 .padded-module--bottom {
  padding-bottom: 3em;
}

.lt-ie9 .padded-module--right {
  padding-right: 3em;
}

.lt-ie9 .padded-module--all {
  padding: 3em;
}

a, .print-link {
  color: #789d4a;
}

a:hover, .print-link:hover, a:active, .print-link:active, a:focus, .print-link:focus, h1 a:hover,
.heading--alpha a:hover, h2 a:hover,
.heading--beta a:hover, h3 a:hover,
.heading--gamma a:hover, h4 a:hover, .form-title a:hover,
.heading--delta a:hover, h5 a:hover,
.heading--epsilon a:hover, h6 a:hover,
.heading--zeta a:hover, h1 .print-link:hover,
.heading--alpha .print-link:hover, h2 .print-link:hover,
.heading--beta .print-link:hover, h3 .print-link:hover,
.heading--gamma .print-link:hover, h4 .print-link:hover, .form-title .print-link:hover,
.heading--delta .print-link:hover, h5 .print-link:hover,
.heading--epsilon .print-link:hover, h6 .print-link:hover,
.heading--zeta .print-link:hover, h1 a:active,
.heading--alpha a:active, h2 a:active,
.heading--beta a:active, h3 a:active,
.heading--gamma a:active, h4 a:active, .form-title a:active,
.heading--delta a:active, h5 a:active,
.heading--epsilon a:active, h6 a:active,
.heading--zeta a:active, h1 .print-link:active,
.heading--alpha .print-link:active, h2 .print-link:active,
.heading--beta .print-link:active, h3 .print-link:active,
.heading--gamma .print-link:active, h4 .print-link:active, .form-title .print-link:active,
.heading--delta .print-link:active, h5 .print-link:active,
.heading--epsilon .print-link:active, h6 .print-link:active,
.heading--zeta .print-link:active, h1 a:focus,
.heading--alpha a:focus, h2 a:focus,
.heading--beta a:focus, h3 a:focus,
.heading--gamma a:focus, h4 a:focus, .form-title a:focus,
.heading--delta a:focus, h5 a:focus,
.heading--epsilon a:focus, h6 a:focus,
.heading--zeta a:focus, h1 .print-link:focus,
.heading--alpha .print-link:focus, h2 .print-link:focus,
.heading--beta .print-link:focus, h3 .print-link:focus,
.heading--gamma .print-link:focus, h4 .print-link:focus, .form-title .print-link:focus,
.heading--delta .print-link:focus, h5 .print-link:focus,
.heading--epsilon .print-link:focus, h6 .print-link:focus,
.heading--zeta .print-link:focus,
.heading a:hover,
.heading .print-link:hover,
.heading a:active,
.heading .print-link:active,
.heading a:focus,
.heading .print-link:focus, .topic-nav__item--current {
  color: #435829;
}

a, .print-link {
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: underline;
}

.more-link {
  padding-right: 1.5em;
  position: relative;
}

.more-link:after {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -.2em;
}

.more-link + .more-link {
  margin-left: 2em;
}

.print-link {
  padding-left: 1.25em;
  position: relative;
  cursor: pointer;
}

.print-link:before {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  position: absolute;
  left: 0;
  text-decoration: none;
}

li + li {
  margin-top: .5em;
}

.text-right ul,
.text-right--tablet ul, ul[style*="text-align: right"], ul[style*="text-align: right"], ul[style*="text-align: right"], ul.right-list, .text-right
ol,
.text-right--tablet
ol,
ol[style*="text-align: right"],
ol[style*="text-align: right"],
ol[style*="text-align: right"],
ol.right-list, .text-right
li,
.text-right--tablet
li,
li[style*="text-align: right"],
li[style*="text-align: right"],
li[style*="text-align: right"],
li.right-list {
  text-align: right;
  list-style-position: inside;
}

.text-center ul, ul[style*="text-align: center"], ul[style*="text-align: center"], ul[style*="text-align: center"], ul.center-list, .text-center
ol,
ol[style*="text-align: center"],
ol[style*="text-align: center"],
ol[style*="text-align: center"],
ol.center-list, .text-center
li,
li[style*="text-align: center"],
li[style*="text-align: center"],
li[style*="text-align: center"],
li.center-list {
  text-align: center;
  list-style-position: inside;
}

@media (min-width: 768px) {
  ul.split-list li {
    display: inline-block;
    width: 40%;
    margin-right: 3%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: .5em;
  }
}

.lt-ie9 ul.split-list li {
  display: inline-block;
  width: 40%;
  margin-right: 3%;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: .5em;
}

address {
  font-style: normal;
}

hr,
.heading--ruled:after, .blog-post--excerpt .blog-post__excerpt:before {
  width: 50px;
  display: inline-block;
  margin: auto;
  margin-top: 1.5em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  max-width: 100%;
}

br {
  margin: 0;
}

blockquote {
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
}

blockquote cite {
  display: block;
  margin-top: .25em;
  font-style: normal;
  font-size: .8em;
}

.table-wrapper {
  overflow-y: auto;
  max-width: 100%;
}

table {
  width: 90%;
}

table td {
  padding: .25em;
}

h1,
.heading--alpha, h2,
.heading--beta, h3,
.heading--gamma, h4, .form-title,
.heading--delta, h5,
.heading--epsilon, h6,
.heading--zeta,
.heading {
  text-rendering: optimizelegibility;
  line-height: 1.2;
  font-family: Droid Serif, Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}

h1 a,
.heading--alpha a, h2 a,
.heading--beta a, h3 a,
.heading--gamma a, h4 a, .form-title a,
.heading--delta a, h5 a,
.heading--epsilon a, h6 a,
.heading--zeta a, h1 .print-link,
.heading--alpha .print-link, h2 .print-link,
.heading--beta .print-link, h3 .print-link,
.heading--gamma .print-link, h4 .print-link, .form-title .print-link,
.heading--delta .print-link, h5 .print-link,
.heading--epsilon .print-link, h6 .print-link,
.heading--zeta .print-link,
.heading a,
.heading .print-link {
  text-decoration: none;
  color: inherit;
}

h1,
.heading--alpha {
  font-size: 33.6px;
}

@media (min-width: 768px) {
  h1,
  .heading--alpha {
    font-size: 42px;
  }
}

.lt-ie9 h1, .lt-ie9
.heading--alpha {
  font-size: 42px;
}

h2,
.heading--beta {
  font-size: 28.8px;
}

@media (min-width: 768px) {
  h2,
  .heading--beta {
    font-size: 36px;
  }
}

.lt-ie9 h2, .lt-ie9
.heading--beta {
  font-size: 36px;
}

h3,
.heading--gamma {
  font-size: 19.2px;
}

@media (min-width: 768px) {
  h3,
  .heading--gamma {
    font-size: 24px;
  }
}

.lt-ie9 h3, .lt-ie9
.heading--gamma {
  font-size: 24px;
}

h4, .form-title,
.heading--delta {
  font-size: 1em;
}

@media (min-width: 768px) {
  h4, .form-title,
  .heading--delta {
    font-size: 17px;
  }
}

.lt-ie9 h4, .lt-ie9 .form-title, .lt-ie9
.heading--delta {
  font-size: 17px;
}

h5,
.heading--epsilon {
  font-size: 1em;
}

@media (min-width: 768px) {
  h5,
  .heading--epsilon {
    font-size: 17px;
  }
}

.lt-ie9 h5, .lt-ie9
.heading--epsilon {
  font-size: 17px;
}

h6,
.heading--zeta {
  font-size: 1em;
}

@media (min-width: 768px) {
  h6,
  .heading--zeta {
    font-size: 17px;
  }
}

.lt-ie9 h6, .lt-ie9
.heading--zeta {
  font-size: 17px;
}

h1 + *,
.heading--alpha + *, h2 + *,
.heading--beta + *, h3 + *,
.heading--gamma + *, h4 + *, .form-title + *,
.heading--delta + *, h5 + *,
.heading--epsilon + *, h6 + *,
.heading--zeta + *,
.heading + * {
  margin-top: 1em;
}

h1 + h1,
.heading--alpha + h1, h2 + h1,
.heading--beta + h1, h3 + h1,
.heading--gamma + h1, h4 + h1, .form-title + h1,
.heading--delta + h1, h5 + h1,
.heading--epsilon + h1, h6 + h1,
.heading--zeta + h1, h1 +
.heading--alpha,
.heading--alpha +
.heading--alpha, h2 +
.heading--alpha,
.heading--beta +
.heading--alpha, h3 +
.heading--alpha,
.heading--gamma +
.heading--alpha, h4 +
.heading--alpha, .form-title +
.heading--alpha,
.heading--delta +
.heading--alpha, h5 +
.heading--alpha,
.heading--epsilon +
.heading--alpha, h6 +
.heading--alpha,
.heading--zeta +
.heading--alpha, h1 + h2,
.heading--alpha + h2, h2 + h2,
.heading--beta + h2, h3 + h2,
.heading--gamma + h2, h4 + h2, .form-title + h2,
.heading--delta + h2, h5 + h2,
.heading--epsilon + h2, h6 + h2,
.heading--zeta + h2, h1 +
.heading--beta,
.heading--alpha +
.heading--beta, h2 +
.heading--beta,
.heading--beta +
.heading--beta, h3 +
.heading--beta,
.heading--gamma +
.heading--beta, h4 +
.heading--beta, .form-title +
.heading--beta,
.heading--delta +
.heading--beta, h5 +
.heading--beta,
.heading--epsilon +
.heading--beta, h6 +
.heading--beta,
.heading--zeta +
.heading--beta, h1 + h3,
.heading--alpha + h3, h2 + h3,
.heading--beta + h3, h3 + h3,
.heading--gamma + h3, h4 + h3, .form-title + h3,
.heading--delta + h3, h5 + h3,
.heading--epsilon + h3, h6 + h3,
.heading--zeta + h3, h1 +
.heading--gamma,
.heading--alpha +
.heading--gamma, h2 +
.heading--gamma,
.heading--beta +
.heading--gamma, h3 +
.heading--gamma,
.heading--gamma +
.heading--gamma, h4 +
.heading--gamma, .form-title +
.heading--gamma,
.heading--delta +
.heading--gamma, h5 +
.heading--gamma,
.heading--epsilon +
.heading--gamma, h6 +
.heading--gamma,
.heading--zeta +
.heading--gamma, h1 + h4,
.heading--alpha + h4, h2 + h4,
.heading--beta + h4, h3 + h4,
.heading--gamma + h4, h4 + h4, .form-title + h4,
.heading--delta + h4, h5 + h4,
.heading--epsilon + h4, h6 + h4,
.heading--zeta + h4, h1 + .form-title,
.heading--alpha + .form-title, h2 + .form-title,
.heading--beta + .form-title, h3 + .form-title,
.heading--gamma + .form-title, h4 + .form-title, .form-title + .form-title,
.heading--delta + .form-title, h5 + .form-title,
.heading--epsilon + .form-title, h6 + .form-title,
.heading--zeta + .form-title, h1 +
.heading--delta,
.heading--alpha +
.heading--delta, h2 +
.heading--delta,
.heading--beta +
.heading--delta, h3 +
.heading--delta,
.heading--gamma +
.heading--delta, h4 +
.heading--delta, .form-title +
.heading--delta,
.heading--delta +
.heading--delta, h5 +
.heading--delta,
.heading--epsilon +
.heading--delta, h6 +
.heading--delta,
.heading--zeta +
.heading--delta, h1 + h5,
.heading--alpha + h5, h2 + h5,
.heading--beta + h5, h3 + h5,
.heading--gamma + h5, h4 + h5, .form-title + h5,
.heading--delta + h5, h5 + h5,
.heading--epsilon + h5, h6 + h5,
.heading--zeta + h5, h1 +
.heading--epsilon,
.heading--alpha +
.heading--epsilon, h2 +
.heading--epsilon,
.heading--beta +
.heading--epsilon, h3 +
.heading--epsilon,
.heading--gamma +
.heading--epsilon, h4 +
.heading--epsilon, .form-title +
.heading--epsilon,
.heading--delta +
.heading--epsilon, h5 +
.heading--epsilon,
.heading--epsilon +
.heading--epsilon, h6 +
.heading--epsilon,
.heading--zeta +
.heading--epsilon, h1 + h6,
.heading--alpha + h6, h2 + h6,
.heading--beta + h6, h3 + h6,
.heading--gamma + h6, h4 + h6, .form-title + h6,
.heading--delta + h6, h5 + h6,
.heading--epsilon + h6, h6 + h6,
.heading--zeta + h6, h1 +
.heading--zeta,
.heading--alpha +
.heading--zeta, h2 +
.heading--zeta,
.heading--beta +
.heading--zeta, h3 +
.heading--zeta,
.heading--gamma +
.heading--zeta, h4 +
.heading--zeta, .form-title +
.heading--zeta,
.heading--delta +
.heading--zeta, h5 +
.heading--zeta,
.heading--epsilon +
.heading--zeta, h6 +
.heading--zeta,
.heading--zeta +
.heading--zeta,
.heading + h1,
.heading +
.heading--alpha,
.heading + h2,
.heading +
.heading--beta,
.heading + h3,
.heading +
.heading--gamma,
.heading + h4,
.heading + .form-title,
.heading +
.heading--delta,
.heading + h5,
.heading +
.heading--epsilon,
.heading + h6,
.heading +
.heading--zeta,
h1 +
.heading,
.heading--alpha +
.heading,
h2 +
.heading,
.heading--beta +
.heading,
h3 +
.heading,
.heading--gamma +
.heading,
h4 +
.heading,
.form-title +
.heading,
.heading--delta +
.heading,
h5 +
.heading,
.heading--epsilon +
.heading,
h6 +
.heading,
.heading--zeta +
.heading,
.heading +
.heading {
  margin-top: 0;
}


.heading--ruled:after {
  content: '';
  display: block;
  margin-top: .5em;
  margin-bottom: 1.5em;
}


.heading--ruled--left:after {
  margin-left: 0;
}


.heading--ruled--right:after {
  margin-right: 0;
}

.subheading, .statistic__label, .post-header__byline {
  text-transform: uppercase;
  letter-spacing: .16em;
}

h1 + .subheading,
.heading--alpha + .subheading, h2 + .subheading,
.heading--beta + .subheading, h3 + .subheading,
.heading--gamma + .subheading, h4 + .subheading, .form-title + .subheading,
.heading--delta + .subheading, h5 + .subheading,
.heading--epsilon + .subheading, h6 + .subheading,
.heading--zeta + .subheading, h1 + .statistic__label,
.heading--alpha + .statistic__label, h2 + .statistic__label,
.heading--beta + .statistic__label, h3 + .statistic__label,
.heading--gamma + .statistic__label, h4 + .statistic__label, .form-title + .statistic__label,
.heading--delta + .statistic__label, h5 + .statistic__label,
.heading--epsilon + .statistic__label, h6 + .statistic__label,
.heading--zeta + .statistic__label, h1 + .post-header__byline,
.heading--alpha + .post-header__byline, h2 + .post-header__byline,
.heading--beta + .post-header__byline, h3 + .post-header__byline,
.heading--gamma + .post-header__byline, h4 + .post-header__byline, .form-title + .post-header__byline,
.heading--delta + .post-header__byline, h5 + .post-header__byline,
.heading--epsilon + .post-header__byline, h6 + .post-header__byline,
.heading--zeta + .post-header__byline {
  margin-top: .5em;
}

.hs-button, .document-search__submit, .header-container__control, .post-footer .comment-reply-to,
.button {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 0;
  border: 1px solid;
  outline: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.88em;
  font-family: PT Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #789d4a;
  color: white !important;
  border-color: white;
}

.hs-button:hover, .document-search__submit:hover, .header-container__control:hover, .post-footer .comment-reply-to:hover, .hs-button:active, .document-search__submit:active, .header-container__control:active, .post-footer .comment-reply-to:active, .hs-button:focus, .document-search__submit:focus, .header-container__control:focus, .post-footer .comment-reply-to:focus, .header-container--menu-open .header-container__control--toggle, .hs-item-has-children--active > .header-container__control--child-toggle,
.button:hover,
.button:active,
.button:focus,
.button--hover {
  background-color: #6b8c42;
  border-color: white;
  color: white !important;
}

.button--ghost.hs-button, .button--ghost.document-search__submit, .button--ghost.header-container__control, .post-footer .button--ghost.comment-reply-to,
.button.button--ghost,
.button--ghost {
  background-color: transparent;
  color: #789d4a !important;
  border-color: #789d4a;
}

.button--ghost.hs-button:hover, .button--ghost.document-search__submit:hover, .button--ghost.header-container__control:hover, .post-footer .button--ghost.comment-reply-to:hover, .button--ghost.hs-button:active, .button--ghost.document-search__submit:active, .button--ghost.header-container__control:active, .post-footer .button--ghost.comment-reply-to:active, .button--ghost.hs-button:focus, .button--ghost.document-search__submit:focus, .button--ghost.header-container__control:focus, .post-footer .button--ghost.comment-reply-to:focus, .button--ghost--hover.hs-button, .button--ghost--hover.document-search__submit, .button--ghost--hover.header-container__control, .post-footer .button--ghost--hover.comment-reply-to,
.button.button--ghost:hover,
.button.button--ghost:active,
.button.button--ghost:focus,
.button.button--ghost--hover,
.button--ghost:hover,
.button--ghost:active,
.button--ghost:focus,
.button--ghost--hover {
  background-color: #6b8c42;
  border-color: #6b8c42;
  color: white !important;
}


.button--light {
  background-color: white;
  color: #789d4a !important;
  border-color: #789d4a;
}


.button--light:hover,
.button--light:active,
.button--light:focus,
.button--light--hover {
  background-color: #6b8c42;
  border-color: white;
  color: white !important;
}


.button--light.button--ghost,
.button--light--ghost {
  background-color: transparent;
  color: white !important;
  border-color: white;
}


.button--light.button--ghost:hover,
.button--light.button--ghost:active,
.button--light.button--ghost:focus,
.button--light.button--ghost--hover,
.button--light--ghost:hover,
.button--light--ghost:active,
.button--light--ghost:focus,
.button--light--ghost--hover {
  background-color: #6b8c42;
  border-color: #6b8c42;
  color: white !important;
}

.hs_cos_wrapper_type_blog_subscribe .hs-button, .colored-section--alpha .hs-button, .collapsible-text .hs-button,
.button--dark {
  background-color: #222;
  color: white !important;
  border-color: white;
}

.hs_cos_wrapper_type_blog_subscribe .hs-button:hover, .colored-section--alpha .hs-button:hover, .collapsible-text .hs-button:hover, .hs_cos_wrapper_type_blog_subscribe .hs-button:active, .colored-section--alpha .hs-button:active, .collapsible-text .hs-button:active, .hs_cos_wrapper_type_blog_subscribe .hs-button:focus, .colored-section--alpha .hs-button:focus, .collapsible-text .hs-button:focus,
.button--dark:hover,
.button--dark:active,
.button--dark:focus,
.button--dark--hover {
  background-color: #151515;
  border-color: white;
  color: white !important;
}

.hs_cos_wrapper_type_blog_subscribe .button--ghost.hs-button, .colored-section--alpha .button--ghost.hs-button, .collapsible-text .button--ghost.hs-button,
.button--dark.button--ghost,
.button--dark--ghost {
  background-color: transparent;
  color: #222 !important;
  border-color: #222;
}

.hs_cos_wrapper_type_blog_subscribe .button--ghost.hs-button:hover, .colored-section--alpha .button--ghost.hs-button:hover, .collapsible-text .button--ghost.hs-button:hover, .hs_cos_wrapper_type_blog_subscribe .button--ghost.hs-button:active, .colored-section--alpha .button--ghost.hs-button:active, .collapsible-text .button--ghost.hs-button:active, .hs_cos_wrapper_type_blog_subscribe .button--ghost.hs-button:focus, .colored-section--alpha .button--ghost.hs-button:focus, .collapsible-text .button--ghost.hs-button:focus, .hs_cos_wrapper_type_blog_subscribe .button--ghost--hover.hs-button, .colored-section--alpha .button--ghost--hover.hs-button, .collapsible-text .button--ghost--hover.hs-button,
.button--dark.button--ghost:hover,
.button--dark.button--ghost:active,
.button--dark.button--ghost:focus,
.button--dark.button--ghost--hover,
.button--dark--ghost:hover,
.button--dark--ghost:active,
.button--dark--ghost:focus,
.button--dark--ghost--hover {
  background-color: #151515;
  border-color: #151515;
  color: white !important;
}

.hs-button:after, .document-search__submit:after, .header-container__control:after, .post-footer .comment-reply-to:after, .hs-button:before, .document-search__submit:before, .header-container__control:before, .post-footer .comment-reply-to:before,
.button:after,
.button:before {
  margin: 0 .5em;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.hs-button:after, .document-search__submit:after, .header-container__control:after, .post-footer .comment-reply-to:after,
.button:after {
  margin-right: 0;
}

.hs-button:before, .document-search__submit:before, .header-container__control:before, .post-footer .comment-reply-to:before,
.button:before {
  margin-left: 0;
}


.button--more:after {
  content: "";
}


.button--download:after {
  content: "";
}


.button--video:before {
}


.button--phone:before {
  content: "";
}


.button--next:after {
  content: "";
}


.button--prev:before {
  content: "";
}

.button {
  display: block;
  width: 98%;
  margin: auto;
}

@media (min-width: 768px) {
  .button {
    display: inline-block;
    width: auto;
  }
}

.lt-ie9 .button {
  display: inline-block;
  width: auto;
}

@media (max-width: 767px) {
  .button + .button {
    margin-top: .5em;
  }
}

.button.cta_button {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
}

.buttons {
  text-align: center;
}

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-menu-wrapper ul li {
  margin-top: 0;
}

.hs-menu-wrapper a {
  display: block;
  text-decoration: none;
}

.hs-breadcrumb-menu {
  line-height: 1;
  font-size: .8em;
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  margin-top: 0;
  padding: .25em;
  padding-right: 0;
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  content: "/";
  padding-left: .25em;
}

.hs_cos_wrapper_type_follow_me > div {
  letter-spacing: .75em;
}

.fm_button,
.social-media__service {
  text-decoration: none;
  vertical-align: middle;
  font-size: 2em;
  margin-left: .25em;
}

.fm_button:first-child,
.social-media__service:first-child {
  margin-left: 0;
}

.fm_button:hover, .fm_button:active, .fm_button:focus, .fm_button--hover,
.social-media__service:hover,
.social-media__service:active,
.social-media__service:focus,
.social-media__service--hover {
  text-decoration: none;
}

.fm_button.fm_twitter:hover, .fm_button.fm_twitter:active, .fm_button.fm_twitter:focus, .fm_button.fm_twitter--hover, .fm_button.social-media__service--twitter:hover, .fm_button.social-media__service--twitter:active, .fm_button.social-media__service--twitter:focus, .fm_button.social-media__service--twitter--hover,
.social-media__service.fm_twitter:hover,
.social-media__service.fm_twitter:active,
.social-media__service.fm_twitter:focus,
.social-media__service.fm_twitter--hover,
.social-media__service.social-media__service--twitter:hover,
.social-media__service.social-media__service--twitter:active,
.social-media__service.social-media__service--twitter:focus,
.social-media__service.social-media__service--twitter--hover {
  color: #55acee;
}

.fm_button.fm_twitter:before, .fm_button.social-media__service--twitter:before,
.social-media__service.fm_twitter:before,
.social-media__service.social-media__service--twitter:before {
  content: "";
}

.fm_button.fm_facebook:hover, .fm_button.fm_facebook:active, .fm_button.fm_facebook:focus, .fm_button.fm_facebook--hover, .fm_button.social-media__service--facebook:hover, .fm_button.social-media__service--facebook:active, .fm_button.social-media__service--facebook:focus, .fm_button.social-media__service--facebook--hover,
.social-media__service.fm_facebook:hover,
.social-media__service.fm_facebook:active,
.social-media__service.fm_facebook:focus,
.social-media__service.fm_facebook--hover,
.social-media__service.social-media__service--facebook:hover,
.social-media__service.social-media__service--facebook:active,
.social-media__service.social-media__service--facebook:focus,
.social-media__service.social-media__service--facebook--hover {
  color: #3b5998;
}

.fm_button.fm_facebook:before, .fm_button.social-media__service--facebook:before,
.social-media__service.fm_facebook:before,
.social-media__service.social-media__service--facebook:before {
  content: "";
}

/*this is the fm_button.fm_linked code goes here*/


.fm_button.fm_linkedin:hover, .fm_button.fm_linkedin:active, .fm_button.fm_linkedin:focus, .fm_button.fm_linkedin--hover, .fm_button.social-media__service--linkedin:hover, .fm_button.social-media__service--linkedin:active, .fm_button.social-media__service--linkedin:focus, .fm_button.social-media__service--linkedin--hover,
.social-media__service.fm_linkedin:hover,
.social-media__service.fm_linkedin:active,
.social-media__service.fm_linkedin:focus,
.social-media__service.fm_linkedin--hover,
.social-media__service.social-media__service--linkedin:hover,
.social-media__service.social-media__service--linkedin:active,
.social-media__service.social-media__service--linkedin:focus,
.social-media__service.social-media__service--linkedin--hover {
  color: #444499;
}

.fm_button.fm_linkedin:before, .fm_button.social-media__service--linkedin:before,
.social-media__service.fm_linkedin:before,
.social-media__service.social-media__service--linkedin:before {
  content: "";
}

.fm_button.fm_googleplus:hover, .fm_button.fm_googleplus:active, .fm_button.fm_googleplus:focus, .fm_button.fm_googleplus--hover, .fm_button.social-media__service--googleplus:hover, .fm_button.social-media__service--googleplus:active, .fm_button.social-media__service--googleplus:focus, .fm_button.social-media__service--googleplus--hover,
.social-media__service.fm_googleplus:hover,
.social-media__service.fm_googleplus:active,
.social-media__service.fm_googleplus:focus,
.social-media__service.fm_googleplus--hover,
.social-media__service.social-media__service--googleplus:hover,
.social-media__service.social-media__service--googleplus:active,
.social-media__service.social-media__service--googleplus:focus,
.social-media__service.social-media__service--googleplus--hover {
  color: #dd4b39;
}

.fm_button.fm_googleplus:before, .fm_button.social-media__service--googleplus:before,
.social-media__service.fm_googleplus:before,
.social-media__service.social-media__service--googleplus:before {
  content: "";
}

.fm_button.fm_instagram:hover, .fm_button.fm_instagram:active, .fm_button.fm_instagram:focus, .fm_button.fm_instagram--hover, .fm_button.social-media__service--instagram:hover, .fm_button.social-media__service--instagram:active, .fm_button.social-media__service--instagram:focus, .fm_button.social-media__service--instagram--hover,
.social-media__service.fm_instagram:hover,
.social-media__service.fm_instagram:active,
.social-media__service.fm_instagram:focus,
.social-media__service.fm_instagram--hover,
.social-media__service.social-media__service--instagram:hover,
.social-media__service.social-media__service--instagram:active,
.social-media__service.social-media__service--instagram:focus,
.social-media__service.social-media__service--instagram--hover {
  color: #000000;
}

.fm_button.fm_instagram:before, .fm_button.social-media__service--instagram:before,
.social-media__service.fm_instagram:before,
.social-media__service.social-media__service--instagram:before {
  content: "";
  padding-top: 5px;
}

.fm_button.fm_xing:hover, .fm_button.fm_xing:active, .fm_button.fm_xing:focus, .fm_button.fm_xing--hover, .fm_button.social-media__service--xing:hover, .fm_button.social-media__service--xing:active, .fm_button.social-media__service--xing:focus, .fm_button.social-media__service--xing--hover,
.social-media__service.fm_xing:hover,
.social-media__service.fm_xing:active,
.social-media__service.fm_xing:focus,
.social-media__service.fm_xing--hover,
.social-media__service.social-media__service--xing:hover,
.social-media__service.social-media__service--xing:active,
.social-media__service.social-media__service--xing:focus,
.social-media__service.social-media__service--xing--hover {
  color: #026466;
}

.fm_button.fm_xing:before, .fm_button.social-media__service--xing:before,
.social-media__service.fm_xing:before,
.social-media__service.social-media__service--xing:before {
  content: "";
}

.fm_button.fm_rss:hover, .fm_button.fm_rss:active, .fm_button.fm_rss:focus, .fm_button.fm_rss--hover, .fm_button.social-media__service--rss:hover, .fm_button.social-media__service--rss:active, .fm_button.social-media__service--rss:focus, .fm_button.social-media__service--rss--hover,
.social-media__service.fm_rss:hover,
.social-media__service.fm_rss:active,
.social-media__service.fm_rss:focus,
.social-media__service.fm_rss--hover,
.social-media__service.social-media__service--rss:hover,
.social-media__service.social-media__service--rss:active,
.social-media__service.social-media__service--rss:focus,
.social-media__service.social-media__service--rss--hover {
  color: #f26522;
}

.fm_button.fm_rss:before, .fm_button.social-media__service--rss:before,
.social-media__service.fm_rss:before,
.social-media__service.social-media__service--rss:before {
  content: "";
}

.fm_button.fm_pinterest:hover, .fm_button.fm_pinterest:active, .fm_button.fm_pinterest:focus, .fm_button.fm_pinterest--hover, .fm_button.social-media__service--pinterest:hover, .fm_button.social-media__service--pinterest:active, .fm_button.social-media__service--pinterest:focus, .fm_button.social-media__service--pinterest--hover,
.social-media__service.fm_pinterest:hover,
.social-media__service.fm_pinterest:active,
.social-media__service.fm_pinterest:focus,
.social-media__service.fm_pinterest--hover,
.social-media__service.social-media__service--pinterest:hover,
.social-media__service.social-media__service--pinterest:active,
.social-media__service.social-media__service--pinterest:focus,
.social-media__service.social-media__service--pinterest--hover {
  color: #cc2127;
}

.fm_button.fm_pinterest:before, .fm_button.social-media__service--pinterest:before,
.social-media__service.fm_pinterest:before,
.social-media__service.social-media__service--pinterest:before {
  content: "";
}

.fm_button.fm_youtube:hover, .fm_button.fm_youtube:active, .fm_button.fm_youtube:focus, .fm_button.fm_youtube--hover, .fm_button.social-media__service--youtube:hover, .fm_button.social-media__service--youtube:active, .fm_button.social-media__service--youtube:focus, .fm_button.social-media__service--youtube--hover,
.social-media__service.fm_youtube:hover,
.social-media__service.fm_youtube:active,
.social-media__service.fm_youtube:focus,
.social-media__service.fm_youtube--hover,
.social-media__service.social-media__service--youtube:hover,
.social-media__service.social-media__service--youtube:active,
.social-media__service.social-media__service--youtube:focus,
.social-media__service.social-media__service--youtube--hover {
  color: #cd201f;
}

.fm_button.fm_youtube:before, .fm_button.social-media__service--youtube:before,
.social-media__service.fm_youtube:before,
.social-media__service.social-media__service--youtube:before {
  content: "";
}

.fm_button.fm_default:before, .fm_button.social-media__service--default:before,
.social-media__service.fm_default:before,
.social-media__service.social-media__service--default:before {
  content: "";
}

.fm_button.fm_website:before, .fm_button.social-media__service--website:before,
.social-media__service.fm_website:before,
.social-media__service.social-media__service--website:before {
  content: "";
}

.fm_button.fm_email:before, .fm_button.social-media__service--email:before,
.social-media__service.fm_email:before,
.social-media__service.social-media__service--email:before {
  content: "";
}

.fm_button:before,
.social-media__service:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.fm_button span,
.social-media__service span {
  display: none !important;
}

.social-media--sharing .social-media__service {
  font-size: 1.1em;
  vertical-align: bottom;
}

.social-media__label {
  display: inline-block;
  font-style: italic;
}

.hs_cos_wrapper_type_rich_text img {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hs_cos_wrapper_type_rich_text img {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}

.hs-form-field {
  position: relative;
}

.hs-form-field > label {
  margin-bottom: .25em;
  font-size: 15px;
  font-size: 0.88235rem;
}

.hs-form-field .hs-form-required {
  margin-left: .25em;
}

.hs-form-field .input {
  margin-top: 0;
}

.hs-form .actions {
  text-align: center;
}

.form-title.widget-type-header {
  text-transform: uppercase;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: .75em 0;
}

.hs-input, #hs-pwd-widget-password, .document-search__input {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  outline: none;
  border-radius: 0;
  -webkit-transition: .2s;
  transition: .2s;
  padding: .75em;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #777675;
}

.hs-input:focus, #hs-pwd-widget-password:focus, .document-search__input:focus {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.05) inset;
  color: #262524;
}

.inputs-list .hs-input {
  width: auto !important;
  height: auto;
  margin-right: .5em;
  border: 0;
  vertical-align: middle;
  background-color: transparent;
}

textarea {
  min-height: 6em;
}

.inputs-list {
  padding-left: 0;
  list-style: none;
  line-height: 1;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

::placeholder {
  color: inherit;
  opacity: .5;
}

#hs-pwd-widget-password {
  display: inline-block;
  width: auto;
  height: auto !important;
  margin-top: 0 !important;
  vertical-align: middle;
}

.email-prefs * + * {
  margin-top: 0;
}

.hs-error-msgs {
  padding: .25em;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: .25em;
  border-radius: 5px;
  font-style: italic;
  z-index: 8000;
}

.hs-error-msgs:after {
  content: '';
  position: absolute;
  top: 100%;
  left: .5em;
  border-width: .25em;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.fancy-form .form-title {
  text-align: center;
  font-weight: normal;
  font-style: italic;
}

.fancy-form .hs-button {
  display: block;
  width: 100%;
}

.hs-form fieldset[class*="form-columns"] {
  max-width: none;
  margin: 0;
}

.hs-form fieldset[class*="form-columns"] + fieldset[class*="form-columns"] {
  margin-top: 1.5em;
}

.hs-form fieldset[class*="form-columns"] .hs-form-field {
  width: 100% !important;
}

@media (min-width: 768px) {
  .hs-form fieldset[class*="form-columns"] .hs-form-field {
    margin-top: 0;
    margin-left: 1.69492%;
  }
  .hs-form fieldset[class*="form-columns"] .hs-form-field:first-child {
    margin-left: 0;
  }
}

.lt-ie9 .hs-form fieldset[class*="form-columns"] .hs-form-field {
  margin-top: 0;
  margin-left: 1.69492%;
}

.lt-ie9 .hs-form fieldset[class*="form-columns"] .hs-form-field:first-child {
  margin-left: 0;
}

.hs-form fieldset[class*="form-columns"] .hs-form-field .input {
  margin-right: 0;
}

.hs-form fieldset[class*="form-columns"] .hs-form-field .hs-input {
  width: 100%;
}

@media (min-width: 768px) {
  .hs-form fieldset[class*="form-columns"] .hs-richtext + .hs-form-field {
    margin-left: 0;
  }
}

.lt-ie9 .hs-form fieldset[class*="form-columns"] .hs-richtext + .hs-form-field {
  margin-left: 0;
}

@media (min-width: 768px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49.15254% !important;
  }
}

.lt-ie9 .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49.15254% !important;
}

@media (min-width: 768px) {
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32.20339% !important;
  }
}

.lt-ie9 .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32.20339% !important;
}

.hs_cos_wrapper_type_blog_subscribe {
  font-size: 15px;
  font-size: 0.88235rem;
}

@media (min-width: 768px) {
  .hs_cos_wrapper_type_blog_subscribe {
    padding-bottom: 2.5em;
    position: relative;
  }
  .hs_cos_wrapper_type_blog_subscribe .hs-form {
    max-width: 600px;
    margin: auto;
  }
  .hs_cos_wrapper_type_blog_subscribe .hs-form > div:first-child {
    float: left;
    width: 75%;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  .hs_cos_wrapper_type_blog_subscribe .hs-input {
    background-color: transparent;
    border: none;
  }
  .hs_cos_wrapper_type_blog_subscribe .actions {
    border: 1px solid #8c8c8c;
  }
  .hs_cos_wrapper_type_blog_subscribe .actions .hs-button {
    margin: -1px;
    margin-left: 0;
    border-color: #262524;
  }
  .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] {
    position: absolute;
    bottom: 0;
    max-width: 100%;
  }
  .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] > label,
  .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] .input,
  .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] .hs-form-radio {
    display: inline-block;
  }
  .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] .hs-form-radio {
    margin-left: 1em;
  }
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe {
  padding-bottom: 2.5em;
  position: relative;
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe .hs-form {
  max-width: 600px;
  margin: auto;
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe .hs-form > div:first-child {
  float: left;
  width: 75%;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe .hs-input {
  background-color: transparent;
  border: none;
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe .actions {
  border: 1px solid #8c8c8c;
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe .actions .hs-button {
  margin: -1px;
  margin-left: 0;
  border-color: #262524;
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] > label,
.lt-ie9 .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] .input,
.lt-ie9 .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] .hs-form-radio {
  display: inline-block;
}

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] .hs-form-radio {
  margin-left: 1em;
}

@media (max-width: 767px) {
  .hs_cos_wrapper_type_blog_subscribe {
    text-align: left;
  }
  .hs_cos_wrapper_type_blog_subscribe [class*="_subscription"] .hs-form-radio {
    margin-top: .5em;
  }
}

.hs_cos_wrapper_type_blog_subscribe * + * {
  margin-top: 0;
}

.hs_cos_wrapper_type_blog_subscribe .form-title {
  margin-bottom: 1em;
}

.hs_cos_wrapper_type_cta {
  text-align: center;
  display: block;
}

.cta-group .button {
  width: 100%;
}

.cta-group .row-fluid-wrapper + .row-fluid-wrapper,
.cta-group .hs_cos_wrapper_widget + .hs_cos_wrapper_widget {
  margin-top: .5em;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav,
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides img {
  display: block;
  margin: auto;
  width: auto !important;
  height: auto;
}

/* Clearfix for the .hs_cos_flex-slides element */
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
/* FlexSlider Default Theme
*********************************/
/* Direction Nav */
/* Control Nav */
/* Thumbnavs */
.hs_cos_wrapper_type_linked_image img {
  display: block;
  margin: auto;
}

.text-left .hs_cos_wrapper_type_linked_image img {
  margin-left: 0;
}

.text-right .hs_cos_wrapper_type_linked_image img {
  margin-right: 0;
}

.full-width-image .hs_cos_wrapper_type_linked_image img {
  width: 100% !important;
}

.circle-frame {
  text-align: center;
}

.circle-frame .hs_cos_wrapper_widget {
  overflow: hidden;
  border-radius: 10000px;
  display: inline-block;
}

.widget-type-space {
  visibility: hidden;
}

@media (max-width: 767px) {
  .widget-type-space {
    height: 0;
    margin-top: 0;
  }
}

.slider, .hs_cos_flex-slider {
  position: relative;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  .slider, .hs_cos_flex-slider {
    padding: 0 4em;
  }
}

.lt-ie9 .slider, .lt-ie9 .hs_cos_flex-slider {
  padding: 0 4em;
}

.slider__slide, .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slide-main {
  position: relative;
  display: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 0;
}

.slider__slide:first-child, .hs_cos_flex-slider .hs_cos_flex-slides > li:first-child, .hs_cos_flex-slide-main:first-child {
  display: block;
}

.slider__slides {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slider__caption, .caption, .slider__caption--superimpose, .superimpose .caption {
  color: white;
}

.slider__caption--superimpose, .superimpose .caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: white;
}

.slider__caption--superimpose h1, .superimpose .caption h1, .slider__caption--superimpose
.heading--alpha, .superimpose .caption
.heading--alpha, .slider__caption--superimpose h2, .superimpose .caption h2, .slider__caption--superimpose
.heading--beta, .superimpose .caption
.heading--beta, .slider__caption--superimpose h3, .superimpose .caption h3, .slider__caption--superimpose
.heading--gamma, .superimpose .caption
.heading--gamma, .slider__caption--superimpose h4, .superimpose .caption h4, .slider__caption--superimpose .form-title, .superimpose .caption .form-title, .slider__caption--superimpose
.heading--delta, .superimpose .caption
.heading--delta, .slider__caption--superimpose h5, .superimpose .caption h5, .slider__caption--superimpose
.heading--epsilon, .superimpose .caption
.heading--epsilon, .slider__caption--superimpose h6, .superimpose .caption h6, .slider__caption--superimpose
.heading--zeta, .superimpose .caption
.heading--zeta {
  color: white;
}

.slider__caption--superimpose > :first-child, .superimpose .caption > :first-child {
  margin-top: 0;
}

.slider__caption--superimpose > :last-child, .superimpose .caption > :last-child {
  margin-bottom: 0;
}

.slider__control-nav, .slider__direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider__control-nav li {
  display: inline-block;
}

.slider__control, .slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .slider--thumbs__control--direction, .slider__control--paging, .hs_cos_flex-control-paging li a, .slider__control-nav a {
  text-indent: -99999px;
  overflow: hidden;
}

.slider__control--disabled, .slider__disabled {
  display: none;
}

.slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .slider--thumbs__control--direction {
  -webkit-transition: .2s;
  transition: .2s;
  height: 1em;
  width: 1em;
  line-height: 1;
  z-index: 4000;
  font-size: 3em;
  position: relative;
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) {
  .slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .slider--thumbs__control--direction {
    margin: auto;
    top: 0;
  }
}

.lt-ie9 .slider__control--direction, .lt-ie9 .hs_cos_flex-direction-nav a, .hs_cos_flex-direction-nav .lt-ie9 a, .lt-ie9 .slider__control--direction--next, .lt-ie9 .slider__next, .lt-ie9 .slider--thumbs__control--direction--next, .lt-ie9 .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .hs_cos_flex_thumbnavs-direction-nav .lt-ie9 .hs_cos_flex_thumbnavs-next, .lt-ie9 .slider__control--direction--prev, .lt-ie9 .slider__prev, .lt-ie9 .slider--thumbs__control--direction--prev, .lt-ie9 .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .hs_cos_flex_thumbnavs-direction-nav .lt-ie9 .hs_cos_flex_thumbnavs-prev, .lt-ie9 .slider--thumbs__control--direction {
  margin: auto;
  top: 0;
}

.slider__control--direction:after, .hs_cos_flex-direction-nav a:after, .slider__control--direction--next:after, .hs_cos_flex-direction-nav a.hs_cos_flex-next:after, .slider__next:after, .slider--thumbs__control--direction--next:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:after, .slider__control--direction--prev:after, .hs_cos_flex-direction-nav a.hs_cos_flex-prev:after, .slider__prev:after, .slider--thumbs__control--direction--prev:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:after, .slider--thumbs__control--direction:after {
  text-align: center;
  width: 1em;
  height: 1em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-indent: 0;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
  right: 0;
}

.slider__control--direction--next:after, .hs_cos_flex-direction-nav a.hs_cos_flex-next:after, .slider__next:after, .slider--thumbs__control--direction--next:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:after {
  content: "";
}

.slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  left: 0;
}

.slider__control--direction--prev:after, .hs_cos_flex-direction-nav a.hs_cos_flex-prev:after, .slider__prev:after, .slider--thumbs__control--direction--prev:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:after {
  content: "";
}

.slider__control-wrapper--paging, .hs_cos_flex-control-paging, .slider__control-nav {
  text-align: center;
}

.slider__control-wrapper--paging li, .hs_cos_flex-control-paging li, .slider__control-nav li {
  display: inline-block;
}

.slider__control--paging, .hs_cos_flex-control-paging li a, .slider__control-nav a {
  display: block;
  width: 2em;
  height: 2em;
  cursor: pointer;
  margin: 3px;
  position: relative;
}

.slider__control--paging:after, .hs_cos_flex-control-paging li a:after, .slider__control-nav a:after {
  content: '';
  position: absolute;
  margin: auto;
  height: 0;
  border-bottom: 3px solid #e0dbce;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.slider__control--paging:hover:after, .hs_cos_flex-control-paging li a:hover:after, .slider__control-nav a:hover:after, .slider__control--paging:active:after, .hs_cos_flex-control-paging li a:active:after, .slider__control-nav a:active:after, .slider__control--paging:focus:after, .hs_cos_flex-control-paging li a:focus:after, .slider__control-nav a:focus:after, .slider__control--paging.slider__active:after, .hs_cos_flex-control-paging li a.slider__active:after, .slider__control-nav a.slider__active:after {
  border-color: #789d4a;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
}

.slider--thumbs, .hs-cos-flex-slider-control-panel {
  position: relative;
}

.slider--thumbs__thumb, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex-slide-thumb {
  padding: 10px;
  display: none;
}

.slider--thumbs__thumb:first-child, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex-slide-thumb:first-child {
  display: none;
}

.slider--thumbs__thumb img, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex-slide-thumb img {
  border: 3px solid transparent;
}

.slider--thumbs__thumb--active img, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex_thumbnavs-active-slide img {
  border-color: #606f81;
}

.slider--thumbs__control--direction, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  color: inherit;
  background-color: transparent;
}

.slider--thumbs__control--direction:hover, .slider--thumbs__control--direction--next:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .slider--thumbs__control--direction--prev:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .slider--thumbs__control--direction:active, .slider--thumbs__control--direction--next:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .slider--thumbs__control--direction--prev:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .slider--thumbs__control--direction:focus, .slider--thumbs__control--direction--next:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .slider--thumbs__control--direction--prev:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .slider--thumbs__control--direction--hover {
  color: inherit;
}

.slider--logos .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 1;
  max-width: 32.20339%;
  margin: .25em;
}

@media (min-width: 768px) {
  .slider--logos .logo {
    margin-bottom: 0;
    margin: 0;
    max-width: 15.25424%;
  }
}

.lt-ie9 .slider--logos .logo {
  margin-bottom: 0;
  margin: 0;
  max-width: 15.25424%;
}

.slider--logos .slider__slide, .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slider .slider--logos .hs_cos_flex-slides > li, .slider--logos .hs_cos_flex-slide-main {
  text-align: center;
}

@media (min-width: 768px) {
  .slider--logos .slider__slide, .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slider .slider--logos .hs_cos_flex-slides > li, .slider--logos .hs_cos_flex-slide-main {
    text-align: justify;
    line-height: 0;
  }
  .slider--logos .slider__slide:after, .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li:after, .hs_cos_flex-slider .slider--logos .hs_cos_flex-slides > li:after, .slider--logos .hs_cos_flex-slide-main:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
}

.lt-ie9 .slider--logos .slider__slide, .lt-ie9 .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slider .lt-ie9 .slider--logos .hs_cos_flex-slides > li, .lt-ie9 .slider--logos .hs_cos_flex-slide-main {
  text-align: justify;
  line-height: 0;
}

.lt-ie9 .slider--logos .slider__slide:after, .lt-ie9 .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li:after, .hs_cos_flex-slider .lt-ie9 .slider--logos .hs_cos_flex-slides > li:after, .lt-ie9 .slider--logos .hs_cos_flex-slide-main:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.link-list .row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: .5em;
}

.link-list .hs_cos_wrapper_type_header {
  border-bottom: 1px solid #8c8c85;
  padding-bottom: .1em;
}

.tab-navigation a, .tab-navigation .print-link {
  text-decoration: none;
  display: block;
  color: inherit;
}

.tab-navigation ul {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 767px) {
  .tab-navigation ul li {
    display: inline-block;
    margin: 0;
  }
}

.tab-bodies .hs_cos_wrapper {
  margin-top: 0;
}

.tab-body {
  display: none;
}

.tab-body--active,
.tab-body .hs-inline-edit {
  display: block;
}

.search {
  position: relative;
}

.search__input {
  background-color: transparent;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  display: block;
  width: 100%;
  outline: none;
  padding: .5em 0;
  padding-right: 2em;
  font-family: Droid Serif, Georgia, Times, Times New Roman, serif;
}

.search__submit {
  background-color: transparent;
  background-image: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: .5em;
  bottom: .5em;
  margin: auto;
  text-align: right;
  width: 2em;
  line-height: 1;
  color: inherit;
  padding: 0;
}

.search__submit:after {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.search ::-webkit-input-placeholder {
  font-style: italic;
}

.search ::-moz-placeholder {
  font-style: italic;
}

.search :-ms-input-placeholder {
  font-style: italic;
}

.search ::placeholder {
  font-style: italic;
}

.person {
  background-color: #f1f0ef;
  padding: 3em;
}

@media (min-width: 768px) {
  .person__portrait {
    float: left;
    border-radius: 1000px;
    overflow: hidden;
    margin-right: 3em;
  }
  .person__body {
    margin: 0;
    overflow: hidden;
  }
}

.lt-ie9 .person__portrait {
  float: left;
  border-radius: 1000px;
  overflow: hidden;
  margin-right: 3em;
}

.lt-ie9 .person__body {
  margin: 0;
  overflow: hidden;
}

.person__name {
  font-size: 1em;
  font-family: inherit;
  font-style: italic;
  font-weight: normal;
  color: inherit;
  display: inline-block;
  margin: 0;
  margin-right: 2em;
  vertical-align: middle;
}

.person__name a, .person__name .print-link {
  color: #262524;
}

.person__name a:hover, .person__name .print-link:hover, .person__name a:active, .person__name .print-link:active, .person__name a:focus, .person__name .print-link:focus, .person__name h1 a:hover, h1 .person__name a:hover, .person__name
.heading--alpha a:hover,
.heading--alpha .person__name a:hover, .person__name h2 a:hover, h2 .person__name a:hover, .person__name
.heading--beta a:hover,
.heading--beta .person__name a:hover, .person__name h3 a:hover, h3 .person__name a:hover, .person__name
.heading--gamma a:hover,
.heading--gamma .person__name a:hover, .person__name h4 a:hover, h4 .person__name a:hover, .person__name .form-title a:hover, .form-title .person__name a:hover, .person__name
.heading--delta a:hover,
.heading--delta .person__name a:hover, .person__name h5 a:hover, h5 .person__name a:hover, .person__name
.heading--epsilon a:hover,
.heading--epsilon .person__name a:hover, .person__name h6 a:hover, h6 .person__name a:hover, .person__name
.heading--zeta a:hover,
.heading--zeta .person__name a:hover, .person__name h1 .print-link:hover, h1 .person__name .print-link:hover, .person__name
.heading--alpha .print-link:hover,
.heading--alpha .person__name .print-link:hover, .person__name h2 .print-link:hover, h2 .person__name .print-link:hover, .person__name
.heading--beta .print-link:hover,
.heading--beta .person__name .print-link:hover, .person__name h3 .print-link:hover, h3 .person__name .print-link:hover, .person__name
.heading--gamma .print-link:hover,
.heading--gamma .person__name .print-link:hover, .person__name h4 .print-link:hover, h4 .person__name .print-link:hover, .person__name .form-title .print-link:hover, .form-title .person__name .print-link:hover, .person__name
.heading--delta .print-link:hover,
.heading--delta .person__name .print-link:hover, .person__name h5 .print-link:hover, h5 .person__name .print-link:hover, .person__name
.heading--epsilon .print-link:hover,
.heading--epsilon .person__name .print-link:hover, .person__name h6 .print-link:hover, h6 .person__name .print-link:hover, .person__name
.heading--zeta .print-link:hover,
.heading--zeta .person__name .print-link:hover, .person__name h1 a:active, h1 .person__name a:active, .person__name
.heading--alpha a:active,
.heading--alpha .person__name a:active, .person__name h2 a:active, h2 .person__name a:active, .person__name
.heading--beta a:active,
.heading--beta .person__name a:active, .person__name h3 a:active, h3 .person__name a:active, .person__name
.heading--gamma a:active,
.heading--gamma .person__name a:active, .person__name h4 a:active, h4 .person__name a:active, .person__name .form-title a:active, .form-title .person__name a:active, .person__name
.heading--delta a:active,
.heading--delta .person__name a:active, .person__name h5 a:active, h5 .person__name a:active, .person__name
.heading--epsilon a:active,
.heading--epsilon .person__name a:active, .person__name h6 a:active, h6 .person__name a:active, .person__name
.heading--zeta a:active,
.heading--zeta .person__name a:active, .person__name h1 .print-link:active, h1 .person__name .print-link:active, .person__name
.heading--alpha .print-link:active,
.heading--alpha .person__name .print-link:active, .person__name h2 .print-link:active, h2 .person__name .print-link:active, .person__name
.heading--beta .print-link:active,
.heading--beta .person__name .print-link:active, .person__name h3 .print-link:active, h3 .person__name .print-link:active, .person__name
.heading--gamma .print-link:active,
.heading--gamma .person__name .print-link:active, .person__name h4 .print-link:active, h4 .person__name .print-link:active, .person__name .form-title .print-link:active, .form-title .person__name .print-link:active, .person__name
.heading--delta .print-link:active,
.heading--delta .person__name .print-link:active, .person__name h5 .print-link:active, h5 .person__name .print-link:active, .person__name
.heading--epsilon .print-link:active,
.heading--epsilon .person__name .print-link:active, .person__name h6 .print-link:active, h6 .person__name .print-link:active, .person__name
.heading--zeta .print-link:active,
.heading--zeta .person__name .print-link:active, .person__name h1 a:focus, h1 .person__name a:focus, .person__name
.heading--alpha a:focus,
.heading--alpha .person__name a:focus, .person__name h2 a:focus, h2 .person__name a:focus, .person__name
.heading--beta a:focus,
.heading--beta .person__name a:focus, .person__name h3 a:focus, h3 .person__name a:focus, .person__name
.heading--gamma a:focus,
.heading--gamma .person__name a:focus, .person__name h4 a:focus, h4 .person__name a:focus, .person__name .form-title a:focus, .form-title .person__name a:focus, .person__name
.heading--delta a:focus,
.heading--delta .person__name a:focus, .person__name h5 a:focus, h5 .person__name a:focus, .person__name
.heading--epsilon a:focus,
.heading--epsilon .person__name a:focus, .person__name h6 a:focus, h6 .person__name a:focus, .person__name
.heading--zeta a:focus,
.heading--zeta .person__name a:focus, .person__name h1 .print-link:focus, h1 .person__name .print-link:focus, .person__name
.heading--alpha .print-link:focus,
.heading--alpha .person__name .print-link:focus, .person__name h2 .print-link:focus, h2 .person__name .print-link:focus, .person__name
.heading--beta .print-link:focus,
.heading--beta .person__name .print-link:focus, .person__name h3 .print-link:focus, h3 .person__name .print-link:focus, .person__name
.heading--gamma .print-link:focus,
.heading--gamma .person__name .print-link:focus, .person__name h4 .print-link:focus, h4 .person__name .print-link:focus, .person__name .form-title .print-link:focus, .form-title .person__name .print-link:focus, .person__name
.heading--delta .print-link:focus,
.heading--delta .person__name .print-link:focus, .person__name h5 .print-link:focus, h5 .person__name .print-link:focus, .person__name
.heading--epsilon .print-link:focus,
.heading--epsilon .person__name .print-link:focus, .person__name h6 .print-link:focus, h6 .person__name .print-link:focus, .person__name
.heading--zeta .print-link:focus,
.heading--zeta .person__name .print-link:focus, .person__name
.heading a:hover,
.heading .person__name a:hover, .person__name
.heading .print-link:hover,
.heading .person__name .print-link:hover, .person__name
.heading a:active,
.heading .person__name a:active, .person__name
.heading .print-link:active,
.heading .person__name .print-link:active, .person__name
.heading a:focus,
.heading .person__name a:focus, .person__name
.heading .print-link:focus,
.heading .person__name .print-link:focus, .person__name .topic-nav__item--current {
  color: #789d4a;
}

.person__label {
  margin-right: .25em;
}

.person .social-media {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.person .social-media__service {
  font-size: 1.25em;
  color: #262524;
}

.resource-link {
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.88235rem;
}

.resource-link__thumb {
  margin-bottom: 4em;
  display: block;
  position: relative;
  height: 200px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
}

.resource-link__thumb:after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  margin-bottom: -2em;
  border-bottom: 2px solid #c4c4bf;
}

.resource-link__title {
  font-size: 1.1em;
  margin-top: 0;
}

.resource-link__more {
  display: block;
  text-decoration: underline;
}

.document-search__input {
  padding: .25em;
}

@media (min-width: 768px) {
  .document-search__input {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .25em;
  }
}

.lt-ie9 .document-search__input {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .25em;
}

.document-search__submit {
  font-size: 1em;
  padding: .5em;
}

@media (max-width: 767px) {
  .document-search__submit {
    margin-top: .25em;
    display: block;
    width: 100%;
  }
}

.collapsible-text {
  position: relative;
}

.collapsible-text__title {
  color: inherit;
  font-size: 1em;
  position: relative;
  padding: 1em;
  padding-right: 3em;
  cursor: pointer;
}

.collapsible-text__title:after {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  position: absolute;
  right: .75em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1;
  font-size: 1.5em;
}

.collapsible-text--open .collapsible-text__title:after {
  content: "";
}

.collapsible-text__body-wrapper {
  margin-top: 0;
  display: none;
}

.collapsible-text--open .collapsible-text__body-wrapper {
  display: block;
}

.collapsible-text__body {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 1em;
}

.page-nav {
  text-align: center;
}

@media (min-width: 1140px) {
  .page-nav h3,
  .page-nav ul {
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
  }
}

.lt-ie9 .page-nav h3,
.lt-ie9 .page-nav ul {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.page-nav h3 {
  font-size: 1em;
}

.page-nav li {
  display: inline-block;
  margin: 0 .5em;
}

.page-nav li:before {
  display: none;
}

.page-nav ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

.page-nav a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: inherit !important;
  opacity: .6;
}

.page-nav a:hover, .page-nav a:active, .page-nav a.current-section {
  opacity: 1;
}

.statistic {
  text-align: center;
}

.statistic__icon {
  display: block;
  font-size: 3em;
  margin: auto;
  width: 2em;
  height: 2em;
  line-height: 2;
  border: 1px solid;
  border-radius: 10000px;
  margin-bottom: .25em;
}

.statistic__number {
  font-weight: bold;
  display: block;
  font-size: 3em;
  font-family: Droid Serif, Georgia, Times, Times New Roman, serif;
  margin-top: .5em;
}

.statistic__label {
  display: block;
  margin: 0;
}

.statistic--alt .statistic__label {
  font-size: .9em;
}

.header-container {
  padding: 1.2em 0;
  position: relative;
  color: #514940;
}

@media (min-width: 768px) {
  .header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-container .row-fluid-wrapper + .row-fluid-wrapper {
    margin-top: 1.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-container--stuck,
  .simple-header .header-container {
    height: 97px;
    padding: .5em;
  }
  .header-container--stuck .row-fluid-wrapper + .row-fluid-wrapper,
  .simple-header .header-container .row-fluid-wrapper + .row-fluid-wrapper {
    margin-top: .1em;
  }
  .simple-header .header-container {
    position: static;
  }
}

.lt-ie9 .header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lt-ie9 .header-container .row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lt-ie9 .header-container--stuck,
.simple-header .lt-ie9 .header-container {
  height: 97px;
  padding: .5em;
}

.lt-ie9 .header-container--stuck .row-fluid-wrapper + .row-fluid-wrapper,
.simple-header .lt-ie9 .header-container .row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: .1em;
}

.simple-header .lt-ie9 .header-container {
  position: static;
}

@media (max-width: 767px) {
  .header-container .row-fluid-wrapper,
  .header-container .widget-span {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .header-container__shopify-utility {
    display: none !important;
  }
}

.header-container__shopify-utility iframe {
  height: 34px;
  width: 100%;
}

@media (max-width: 1049px) {
  .header-container__logo .cell-wrapper {
    display: inline-block;
    max-width: 70%;
    max-width: -webkit-calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}

@media (max-width: 767px) {
  .header-container__logo img {
    max-height: 20vh;
    width: auto !important;
  }
}

.header-container__logo img {
  margin-left: 0;
}

@media (min-width: 768px) {
  .header-container__logo img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-container--stuck .header-container__logo img,
  .simple-header .header-container__logo img {
    width: 157px !important;
  }
}

.lt-ie9 .header-container__logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-container--stuck .lt-ie9 .header-container__logo img,
.simple-header .lt-ie9 .header-container__logo img {
  width: 157px !important;
}

.header-container__menu {
  font-size: 18px;
  font-size: 1.05882rem;
}

@media (min-width: 1050px) {
  .header-container__menu .hs-menu-depth-1 {
    display: inline-block;
    vertical-align: middle;
  }
  .header-container__menu .hs-menu-depth-1 + .hs-menu-depth-1 {
    margin-left: 0.25em;
  }
}

.lt-ie9 .header-container__menu .hs-menu-depth-1 {
  display: inline-block;
  vertical-align: middle;
}

.lt-ie9 .header-container__menu .hs-menu-depth-1 + .hs-menu-depth-1 {
  margin-left: 0.25em;
}

@media (min-width: 1050px) {
  .header-container__menu .hs-menu-item {
    position: relative;
  }
  .header-container__menu .hs-menu-item:hover > .hs-menu-children-wrapper, .header-container__menu .hs-menu-item--active > .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
  }
}

.lt-ie9 .header-container__menu .hs-menu-item {
  position: relative;
}

.lt-ie9 .header-container__menu .hs-menu-item:hover > .hs-menu-children-wrapper, .lt-ie9 .header-container__menu .hs-menu-item--active > .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

.header-container__menu .hs-menu-children-wrapper {
  margin-left: 0.25em;
}

@media (min-width: 1050px) {
  .header-container__menu .hs-menu-children-wrapper {
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .1s opacity;
    transition: .1s opacity;
    z-index: 8000;
  }
  .header-container__menu .hs-menu-children-wrapper .hs-menu-children-wrapper {
    left: 100%;
    top: 0;
  }
}

.lt-ie9 .header-container__menu .hs-menu-children-wrapper {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .1s opacity;
  transition: .1s opacity;
  z-index: 8000;
}

.lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}

@media (min-width: 1140px) {
  .header-container__menu .hs-menu-depth-1:last-child .hs-menu-children-wrapper .hs-menu-children-wrapper {
    right: auto;
    left: 100%;
  }
}

.lt-ie9 .header-container__menu .hs-menu-depth-1:last-child .hs-menu-children-wrapper .hs-menu-children-wrapper {
  right: auto;
  left: 100%;
}

@media (min-width: 1050px) {
  .header-container__menu {
    text-align: right;
  }
  .header-container__menu .hs-menu-depth-1 > a, .header-container__menu .hs-menu-depth-1 > .print-link {
    line-height: 43px;
    height: 43px;
    padding: 0 .25em;
  }
  .header-container__menu .hs-menu-children-wrapper {
    text-align: left;
    min-width: 250px;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
  }
}

.lt-ie9 .header-container__menu {
  text-align: right;
}

.lt-ie9 .header-container__menu .hs-menu-depth-1 > a, .lt-ie9 .header-container__menu .hs-menu-depth-1 > .print-link {
  line-height: 43px;
  height: 43px;
  padding: 0 .25em;
}

.lt-ie9 .header-container__menu .hs-menu-children-wrapper {
  text-align: left;
  min-width: 250px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
}

@media (max-width: 1049px) {
  .header-container__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    width: auto !important;
    margin-left: 0 !important;
    z-index: 9000;
    background-color: white;
  }
  .header-container .header-container__menu {
    display: none;
  }
  .header-container__menu .hs-item-has-children {
    position: relative;
  }
  .header-container__menu .hs-menu-children-wrapper {
    display: none;
  }
}

.header-container__menu a, .header-container__menu .print-link {
  color: inherit;
  padding: .5em;
  margin: 0;
}

.header-container__menu .hs-menu-item:hover > a, .header-container__menu .hs-menu-item:hover > .print-link, .header-container__menu .hs-menu-item:active > a, .header-container__menu .hs-menu-item:active > .print-link, .header-container__menu .hs-menu-item:focus > a, .header-container__menu .hs-menu-item:focus > .print-link, .header-container__menu .hs-menu-item.active > a, .header-container__menu .hs-menu-item.active > .print-link, .header-container__menu .hs-menu-item.active-branch > a, .header-container__menu .hs-menu-item.active-branch > .print-link {
  color: #789d4a;
}

.header-container__control {
  padding: .5em;
}

@media (min-width: 1050px) {
  .header-container__control {
    display: none;
  }
}

.lt-ie9 .header-container__control {
  display: none;
}

.header-container__control--toggle {
  font-size: 12px;
}

.header-container__control--toggle:before {
  content: "";
  margin-right: .2em;
  vertical-align: top;
}

.header-container__control--close {
  width: 100%;
}

.header-container__control--child-toggle {
  border: none;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -99999px;
  overflow: hidden;
}

.header-container__control--child-toggle:before {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  line-height: 2.5;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .2s color;
  transition: .2s color;
  margin: 0;
  float: none;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.hs-item-has-children--active > .header-container__control--child-toggle:before {
  content: "";
}

@media (min-width: 768px) and (max-width: 1049px) {
  .header-container__cta {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .header-container__cta {
    position: absolute;
    right: 1%;
  }
}

.header-container__cta .hs_cos_wrapper_type_cta {
  text-align: right;
}

.header-container__cta .cta_button {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  border: 1px solid #789d4a;
  padding: .5em 1.5em;
  border-radius: 1000px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-size: 0.94118rem;
}

.header-container__cta .cta_button:hover, .header-container__cta .cta_button:active, .header-container__cta .cta_button:focus, .header-container__cta .cta_button--hover {
  color: white;
  background-color: #789d4a;
}

.header-container__cta .cta_button:after {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
}

.footer-container {
  padding: 3em 0;
  font-size: 16px;
  font-size: 0.94118rem;
}

@media (max-width: 767px) {
  .footer-container {
    text-align: center;
  }
}

.footer-container__menu {
  text-align: center;
  font-family: Droid Serif, Georgia, Times, Times New Roman, serif;
  font-weight: bold;
  border: 0 solid #dcdcda;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

@media (min-width: 768px) {
  .footer-container__menu .hs-menu-depth-1 {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-container__menu .hs-menu-depth-1 + .hs-menu-depth-1 {
    margin-left: 1em;
  }
}

.lt-ie9 .footer-container__menu .hs-menu-depth-1 {
  display: inline-block;
  vertical-align: middle;
}

.lt-ie9 .footer-container__menu .hs-menu-depth-1 + .hs-menu-depth-1 {
  margin-left: 1em;
}

.footer-container__menu .hs-menu-item:hover > a,
.footer-container__menu .hs-menu-item:active > a,
.footer-container__menu .hs-menu-item:focus > a,
.footer-container__menu .hs-menu-item.active > a,
.footer-container__menu .hs-menu-item.active-branch > a {
  color: #789d4a;
}

.footer-container__menu .hs-menu-item a {
  padding: 1em;
  color: #252525;
}

@media (min-width: 768px) {
  .footer-container__right {
    text-align: right;
  }
}

.lt-ie9 .footer-container__right {
  text-align: right;
}

.footer-container__right .row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: 0;
}

.footer-container__copyright {
  font-size: 14px;
  font-size: 0.82353rem;
}

.footer-container__copyright a, .footer-container__copyright .print-link {
  color: inherit;
  text-decoration: none;
}

.footer-container__copyright * + * {
  margin-top: 0;
}

.contact-info h1, .contact-info
.heading--alpha, .contact-info h2, .contact-info
.heading--beta, .contact-info h3, .contact-info
.heading--gamma, .contact-info h4, .contact-info .form-title, .contact-info
.heading--delta, .contact-info h5, .contact-info
.heading--epsilon, .contact-info h6, .contact-info
.heading--zeta {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  margin-bottom: .5em;
}

.contact-info a {
  color: inherit;
  text-decoration: none;
}

.padded-section,
.colored-section,
.paper-section,
.collapsible-text,
.page-banner {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media (min-width: 768px) {
  .padded-section,
  .colored-section,
  .paper-section,
  .collapsible-text,
  .page-banner {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.lt-ie9 .padded-section,
.lt-ie9 .colored-section,
.lt-ie9 .paper-section,
.lt-ie9 .collapsible-text,
.lt-ie9 .page-banner {
  padding-top: 3em;
  padding-bottom: 3em;
}

.padded-section--full {
  padding: 1.5em;
}

@media (min-width: 768px) {
  .padded-section--full {
    padding: 3em;
  }
}

.lt-ie9 .padded-section--full {
  padding: 3em;
}

.padded-section.padded-section--top,
.padded-section--top.colored-section,
.padded-section--top.paper-section,
.padded-section--top.collapsible-text,
.padded-section--top.page-banner {
  padding: 0;
  padding-top: 1.5em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--top,
  .padded-section--top.colored-section,
  .padded-section--top.paper-section,
  .padded-section--top.collapsible-text,
  .padded-section--top.page-banner {
    padding-top: 3em;
  }
}

.lt-ie9 .padded-section.padded-section--top,
.lt-ie9 .padded-section--top.colored-section,
.lt-ie9 .padded-section--top.paper-section,
.lt-ie9 .padded-section--top.collapsible-text,
.lt-ie9 .padded-section--top.page-banner {
  padding-top: 3em;
}

.padded-section.padded-section--right,
.padded-section--right.colored-section,
.padded-section--right.paper-section,
.padded-section--right.collapsible-text,
.padded-section--right.page-banner {
  padding: 0;
  padding-right: 1.5em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--right,
  .padded-section--right.colored-section,
  .padded-section--right.paper-section,
  .padded-section--right.collapsible-text,
  .padded-section--right.page-banner {
    padding-right: 3em;
  }
}

.lt-ie9 .padded-section.padded-section--right,
.lt-ie9 .padded-section--right.colored-section,
.lt-ie9 .padded-section--right.paper-section,
.lt-ie9 .padded-section--right.collapsible-text,
.lt-ie9 .padded-section--right.page-banner {
  padding-right: 3em;
}

.padded-section.padded-section--bottom,
.padded-section--bottom.colored-section,
.padded-section--bottom.paper-section,
.padded-section--bottom.collapsible-text,
.padded-section--bottom.page-banner {
  padding: 0;
  padding-bottom: 1.5em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--bottom,
  .padded-section--bottom.colored-section,
  .padded-section--bottom.paper-section,
  .padded-section--bottom.collapsible-text,
  .padded-section--bottom.page-banner {
    padding-bottom: 3em;
  }
}

.lt-ie9 .padded-section.padded-section--bottom,
.lt-ie9 .padded-section--bottom.colored-section,
.lt-ie9 .padded-section--bottom.paper-section,
.lt-ie9 .padded-section--bottom.collapsible-text,
.lt-ie9 .padded-section--bottom.page-banner {
  padding-bottom: 3em;
}

.padded-section.padded-section--left,
.padded-section--left.colored-section,
.padded-section--left.paper-section,
.padded-section--left.collapsible-text,
.padded-section--left.page-banner {
  padding: 0;
  padding-left: 1.5em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--left,
  .padded-section--left.colored-section,
  .padded-section--left.paper-section,
  .padded-section--left.collapsible-text,
  .padded-section--left.page-banner {
    padding-left: 3em;
  }
}

.lt-ie9 .padded-section.padded-section--left,
.lt-ie9 .padded-section--left.colored-section,
.lt-ie9 .padded-section--left.paper-section,
.lt-ie9 .padded-section--left.collapsible-text,
.lt-ie9 .padded-section--left.page-banner {
  padding-left: 3em;
}

.padded-section--small {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@media (min-width: 768px) {
  .padded-section--small {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.lt-ie9 .padded-section--small {
  padding-top: 1em;
  padding-bottom: 1em;
}

.padded-section--small.padded-section--full {
  padding: 0.5em;
}

@media (min-width: 768px) {
  .padded-section--small.padded-section--full {
    padding: 1em;
  }
}

.lt-ie9 .padded-section--small.padded-section--full {
  padding: 1em;
}

.padded-section--small.padded-section--top {
  padding-top: 0.5em;
}

@media (min-width: 768px) {
  .padded-section--small.padded-section--top {
    padding-top: 1em;
  }
}

.lt-ie9 .padded-section--small.padded-section--top {
  padding-top: 1em;
}

.padded-section--small.padded-section--right {
  padding-right: 0.5em;
}

@media (min-width: 768px) {
  .padded-section--small.padded-section--right {
    padding-right: 1em;
  }
}

.lt-ie9 .padded-section--small.padded-section--right {
  padding-right: 1em;
}

.padded-section--small.padded-section--bottom {
  padding-bottom: 0.5em;
}

@media (min-width: 768px) {
  .padded-section--small.padded-section--bottom {
    padding-bottom: 1em;
  }
}

.lt-ie9 .padded-section--small.padded-section--bottom {
  padding-bottom: 1em;
}

.padded-section--small.padded-section--left {
  padding-left: 0.5em;
}

@media (min-width: 768px) {
  .padded-section--small.padded-section--left {
    padding-left: 1em;
  }
}

.lt-ie9 .padded-section--small.padded-section--left {
  padding-left: 1em;
}

.padded-section--half {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

@media (min-width: 768px) {
  .padded-section--half {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

.lt-ie9 .padded-section--half {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.padded-section--half.padded-section--full {
  padding: 0.75em;
}

@media (min-width: 768px) {
  .padded-section--half.padded-section--full {
    padding: 1.5em;
  }
}

.lt-ie9 .padded-section--half.padded-section--full {
  padding: 1.5em;
}

.padded-section--half.padded-section--top {
  padding-top: 0.75em;
}

@media (min-width: 768px) {
  .padded-section--half.padded-section--top {
    padding-top: 1.5em;
  }
}

.lt-ie9 .padded-section--half.padded-section--top {
  padding-top: 1.5em;
}

.padded-section--half.padded-section--right {
  padding-right: 0.75em;
}

@media (min-width: 768px) {
  .padded-section--half.padded-section--right {
    padding-right: 1.5em;
  }
}

.lt-ie9 .padded-section--half.padded-section--right {
  padding-right: 1.5em;
}

.padded-section--half.padded-section--bottom {
  padding-bottom: 0.75em;
}

@media (min-width: 768px) {
  .padded-section--half.padded-section--bottom {
    padding-bottom: 1.5em;
  }
}

.lt-ie9 .padded-section--half.padded-section--bottom {
  padding-bottom: 1.5em;
}

.padded-section--half.padded-section--left {
  padding-left: 0.75em;
}

@media (min-width: 768px) {
  .padded-section--half.padded-section--left {
    padding-left: 1.5em;
  }
}

.lt-ie9 .padded-section--half.padded-section--left {
  padding-left: 1.5em;
}

.padded-section--large {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}

@media (min-width: 768px) {
  .padded-section--large {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}

.lt-ie9 .padded-section--large {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.padded-section--large.padded-section--full {
  padding: 2.25em;
}

@media (min-width: 768px) {
  .padded-section--large.padded-section--full {
    padding: 4.5em;
  }
}

.lt-ie9 .padded-section--large.padded-section--full {
  padding: 4.5em;
}

.padded-section--large.padded-section--top {
  padding-top: 2.25em;
}

@media (min-width: 768px) {
  .padded-section--large.padded-section--top {
    padding-top: 4.5em;
  }
}

.lt-ie9 .padded-section--large.padded-section--top {
  padding-top: 4.5em;
}

.padded-section--large.padded-section--right {
  padding-right: 2.25em;
}

@media (min-width: 768px) {
  .padded-section--large.padded-section--right {
    padding-right: 4.5em;
  }
}

.lt-ie9 .padded-section--large.padded-section--right {
  padding-right: 4.5em;
}

.padded-section--large.padded-section--bottom {
  padding-bottom: 2.25em;
}

@media (min-width: 768px) {
  .padded-section--large.padded-section--bottom {
    padding-bottom: 4.5em;
  }
}

.lt-ie9 .padded-section--large.padded-section--bottom {
  padding-bottom: 4.5em;
}

.padded-section--large.padded-section--left {
  padding-left: 2.25em;
}

@media (min-width: 768px) {
  .padded-section--large.padded-section--left {
    padding-left: 4.5em;
  }
}

.lt-ie9 .padded-section--large.padded-section--left {
  padding-left: 4.5em;
}

.padded-section--double {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 768px) {
  .padded-section--double {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

.lt-ie9 .padded-section--double {
  padding-top: 6em;
  padding-bottom: 6em;
}

.padded-section--double.padded-section--full {
  padding: 3em;
}

@media (min-width: 768px) {
  .padded-section--double.padded-section--full {
    padding: 6em;
  }
}

.lt-ie9 .padded-section--double.padded-section--full {
  padding: 6em;
}

.padded-section--double.padded-section--top {
  padding-top: 3em;
}

@media (min-width: 768px) {
  .padded-section--double.padded-section--top {
    padding-top: 6em;
  }
}

.lt-ie9 .padded-section--double.padded-section--top {
  padding-top: 6em;
}

.padded-section--double.padded-section--right {
  padding-right: 3em;
}

@media (min-width: 768px) {
  .padded-section--double.padded-section--right {
    padding-right: 6em;
  }
}

.lt-ie9 .padded-section--double.padded-section--right {
  padding-right: 6em;
}

.padded-section--double.padded-section--bottom {
  padding-bottom: 3em;
}

@media (min-width: 768px) {
  .padded-section--double.padded-section--bottom {
    padding-bottom: 6em;
  }
}

.lt-ie9 .padded-section--double.padded-section--bottom {
  padding-bottom: 6em;
}

.padded-section--double.padded-section--left {
  padding-left: 3em;
}

@media (min-width: 768px) {
  .padded-section--double.padded-section--left {
    padding-left: 6em;
  }
}

.lt-ie9 .padded-section--double.padded-section--left {
  padding-left: 6em;
}

.padded-section--flush,
.collapsible-text {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .padded-section--flush,
  .collapsible-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.lt-ie9 .padded-section--flush,
.lt-ie9 .collapsible-text {
  padding-top: 0;
  padding-bottom: 0;
}

.padded-section--flush.padded-section--full,
.padded-section--full.collapsible-text {
  padding: 0;
}

@media (min-width: 768px) {
  .padded-section--flush.padded-section--full,
  .padded-section--full.collapsible-text {
    padding: 0;
  }
}

.lt-ie9 .padded-section--flush.padded-section--full,
.lt-ie9 .padded-section--full.collapsible-text {
  padding: 0;
}

.padded-section.padded-section--small-top,
.padded-section--small-top.colored-section,
.padded-section--small-top.paper-section,
.padded-section--small-top.collapsible-text,
.padded-section--small-top.page-banner {
  padding-top: 0.5em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--small-top,
  .padded-section--small-top.colored-section,
  .padded-section--small-top.paper-section,
  .padded-section--small-top.collapsible-text,
  .padded-section--small-top.page-banner {
    padding-top: 1em;
  }
}

.lt-ie9 .padded-section.padded-section--small-top,
.lt-ie9 .padded-section--small-top.colored-section,
.lt-ie9 .padded-section--small-top.paper-section,
.lt-ie9 .padded-section--small-top.collapsible-text,
.lt-ie9 .padded-section--small-top.page-banner {
  padding-top: 1em;
}

.padded-section.padded-section--small-right,
.padded-section--small-right.colored-section,
.padded-section--small-right.paper-section,
.padded-section--small-right.collapsible-text,
.padded-section--small-right.page-banner {
  padding-right: 0.5em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--small-right,
  .padded-section--small-right.colored-section,
  .padded-section--small-right.paper-section,
  .padded-section--small-right.collapsible-text,
  .padded-section--small-right.page-banner {
    padding-right: 1em;
  }
}

.lt-ie9 .padded-section.padded-section--small-right,
.lt-ie9 .padded-section--small-right.colored-section,
.lt-ie9 .padded-section--small-right.paper-section,
.lt-ie9 .padded-section--small-right.collapsible-text,
.lt-ie9 .padded-section--small-right.page-banner {
  padding-right: 1em;
}

.padded-section.padded-section--small-bottom,
.padded-section--small-bottom.colored-section,
.padded-section--small-bottom.paper-section,
.padded-section--small-bottom.collapsible-text,
.padded-section--small-bottom.page-banner {
  padding-bottom: 0.5em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--small-bottom,
  .padded-section--small-bottom.colored-section,
  .padded-section--small-bottom.paper-section,
  .padded-section--small-bottom.collapsible-text,
  .padded-section--small-bottom.page-banner {
    padding-bottom: 1em;
  }
}

.lt-ie9 .padded-section.padded-section--small-bottom,
.lt-ie9 .padded-section--small-bottom.colored-section,
.lt-ie9 .padded-section--small-bottom.paper-section,
.lt-ie9 .padded-section--small-bottom.collapsible-text,
.lt-ie9 .padded-section--small-bottom.page-banner {
  padding-bottom: 1em;
}

.padded-section.padded-section--small-left,
.padded-section--small-left.colored-section,
.padded-section--small-left.paper-section,
.padded-section--small-left.collapsible-text,
.padded-section--small-left.page-banner {
  padding-left: 0.5em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--small-left,
  .padded-section--small-left.colored-section,
  .padded-section--small-left.paper-section,
  .padded-section--small-left.collapsible-text,
  .padded-section--small-left.page-banner {
    padding-left: 1em;
  }
}

.lt-ie9 .padded-section.padded-section--small-left,
.lt-ie9 .padded-section--small-left.colored-section,
.lt-ie9 .padded-section--small-left.paper-section,
.lt-ie9 .padded-section--small-left.collapsible-text,
.lt-ie9 .padded-section--small-left.page-banner {
  padding-left: 1em;
}

.padded-section.padded-section--half-top,
.padded-section--half-top.colored-section,
.padded-section--half-top.paper-section,
.padded-section--half-top.collapsible-text,
.padded-section--half-top.page-banner {
  padding-top: 0.75em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--half-top,
  .padded-section--half-top.colored-section,
  .padded-section--half-top.paper-section,
  .padded-section--half-top.collapsible-text,
  .padded-section--half-top.page-banner {
    padding-top: 1.5em;
  }
}

.lt-ie9 .padded-section.padded-section--half-top,
.lt-ie9 .padded-section--half-top.colored-section,
.lt-ie9 .padded-section--half-top.paper-section,
.lt-ie9 .padded-section--half-top.collapsible-text,
.lt-ie9 .padded-section--half-top.page-banner {
  padding-top: 1.5em;
}

.padded-section.padded-section--half-right,
.padded-section--half-right.colored-section,
.padded-section--half-right.paper-section,
.padded-section--half-right.collapsible-text,
.padded-section--half-right.page-banner {
  padding-right: 0.75em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--half-right,
  .padded-section--half-right.colored-section,
  .padded-section--half-right.paper-section,
  .padded-section--half-right.collapsible-text,
  .padded-section--half-right.page-banner {
    padding-right: 1.5em;
  }
}

.lt-ie9 .padded-section.padded-section--half-right,
.lt-ie9 .padded-section--half-right.colored-section,
.lt-ie9 .padded-section--half-right.paper-section,
.lt-ie9 .padded-section--half-right.collapsible-text,
.lt-ie9 .padded-section--half-right.page-banner {
  padding-right: 1.5em;
}

.padded-section.padded-section--half-bottom,
.padded-section--half-bottom.colored-section,
.padded-section--half-bottom.paper-section,
.padded-section--half-bottom.collapsible-text,
.padded-section--half-bottom.page-banner {
  padding-bottom: 0.75em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--half-bottom,
  .padded-section--half-bottom.colored-section,
  .padded-section--half-bottom.paper-section,
  .padded-section--half-bottom.collapsible-text,
  .padded-section--half-bottom.page-banner {
    padding-bottom: 1.5em;
  }
}

.lt-ie9 .padded-section.padded-section--half-bottom,
.lt-ie9 .padded-section--half-bottom.colored-section,
.lt-ie9 .padded-section--half-bottom.paper-section,
.lt-ie9 .padded-section--half-bottom.collapsible-text,
.lt-ie9 .padded-section--half-bottom.page-banner {
  padding-bottom: 1.5em;
}

.padded-section.padded-section--half-left,
.padded-section--half-left.colored-section,
.padded-section--half-left.paper-section,
.padded-section--half-left.collapsible-text,
.padded-section--half-left.page-banner {
  padding-left: 0.75em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--half-left,
  .padded-section--half-left.colored-section,
  .padded-section--half-left.paper-section,
  .padded-section--half-left.collapsible-text,
  .padded-section--half-left.page-banner {
    padding-left: 1.5em;
  }
}

.lt-ie9 .padded-section.padded-section--half-left,
.lt-ie9 .padded-section--half-left.colored-section,
.lt-ie9 .padded-section--half-left.paper-section,
.lt-ie9 .padded-section--half-left.collapsible-text,
.lt-ie9 .padded-section--half-left.page-banner {
  padding-left: 1.5em;
}

.padded-section.padded-section--large-top,
.padded-section--large-top.colored-section,
.padded-section--large-top.paper-section,
.padded-section--large-top.collapsible-text,
.padded-section--large-top.page-banner {
  padding-top: 2.25em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--large-top,
  .padded-section--large-top.colored-section,
  .padded-section--large-top.paper-section,
  .padded-section--large-top.collapsible-text,
  .padded-section--large-top.page-banner {
    padding-top: 4.5em;
  }
}

.lt-ie9 .padded-section.padded-section--large-top,
.lt-ie9 .padded-section--large-top.colored-section,
.lt-ie9 .padded-section--large-top.paper-section,
.lt-ie9 .padded-section--large-top.collapsible-text,
.lt-ie9 .padded-section--large-top.page-banner {
  padding-top: 4.5em;
}

.padded-section.padded-section--large-right,
.padded-section--large-right.colored-section,
.padded-section--large-right.paper-section,
.padded-section--large-right.collapsible-text,
.padded-section--large-right.page-banner {
  padding-right: 2.25em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--large-right,
  .padded-section--large-right.colored-section,
  .padded-section--large-right.paper-section,
  .padded-section--large-right.collapsible-text,
  .padded-section--large-right.page-banner {
    padding-right: 4.5em;
  }
}

.lt-ie9 .padded-section.padded-section--large-right,
.lt-ie9 .padded-section--large-right.colored-section,
.lt-ie9 .padded-section--large-right.paper-section,
.lt-ie9 .padded-section--large-right.collapsible-text,
.lt-ie9 .padded-section--large-right.page-banner {
  padding-right: 4.5em;
}

.padded-section.padded-section--large-bottom,
.padded-section--large-bottom.colored-section,
.padded-section--large-bottom.paper-section,
.padded-section--large-bottom.collapsible-text,
.padded-section--large-bottom.page-banner {
  padding-bottom: 2.25em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--large-bottom,
  .padded-section--large-bottom.colored-section,
  .padded-section--large-bottom.paper-section,
  .padded-section--large-bottom.collapsible-text,
  .padded-section--large-bottom.page-banner {
    padding-bottom: 4.5em;
  }
}

.lt-ie9 .padded-section.padded-section--large-bottom,
.lt-ie9 .padded-section--large-bottom.colored-section,
.lt-ie9 .padded-section--large-bottom.paper-section,
.lt-ie9 .padded-section--large-bottom.collapsible-text,
.lt-ie9 .padded-section--large-bottom.page-banner {
  padding-bottom: 4.5em;
}

.padded-section.padded-section--large-left,
.padded-section--large-left.colored-section,
.padded-section--large-left.paper-section,
.padded-section--large-left.collapsible-text,
.padded-section--large-left.page-banner {
  padding-left: 2.25em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--large-left,
  .padded-section--large-left.colored-section,
  .padded-section--large-left.paper-section,
  .padded-section--large-left.collapsible-text,
  .padded-section--large-left.page-banner {
    padding-left: 4.5em;
  }
}

.lt-ie9 .padded-section.padded-section--large-left,
.lt-ie9 .padded-section--large-left.colored-section,
.lt-ie9 .padded-section--large-left.paper-section,
.lt-ie9 .padded-section--large-left.collapsible-text,
.lt-ie9 .padded-section--large-left.page-banner {
  padding-left: 4.5em;
}

.padded-section.padded-section--double-top,
.padded-section--double-top.colored-section,
.padded-section--double-top.paper-section,
.padded-section--double-top.collapsible-text,
.padded-section--double-top.page-banner {
  padding-top: 3em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--double-top,
  .padded-section--double-top.colored-section,
  .padded-section--double-top.paper-section,
  .padded-section--double-top.collapsible-text,
  .padded-section--double-top.page-banner {
    padding-top: 6em;
  }
}

.lt-ie9 .padded-section.padded-section--double-top,
.lt-ie9 .padded-section--double-top.colored-section,
.lt-ie9 .padded-section--double-top.paper-section,
.lt-ie9 .padded-section--double-top.collapsible-text,
.lt-ie9 .padded-section--double-top.page-banner {
  padding-top: 6em;
}

.padded-section.padded-section--double-right,
.padded-section--double-right.colored-section,
.padded-section--double-right.paper-section,
.padded-section--double-right.collapsible-text,
.padded-section--double-right.page-banner {
  padding-right: 3em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--double-right,
  .padded-section--double-right.colored-section,
  .padded-section--double-right.paper-section,
  .padded-section--double-right.collapsible-text,
  .padded-section--double-right.page-banner {
    padding-right: 6em;
  }
}

.lt-ie9 .padded-section.padded-section--double-right,
.lt-ie9 .padded-section--double-right.colored-section,
.lt-ie9 .padded-section--double-right.paper-section,
.lt-ie9 .padded-section--double-right.collapsible-text,
.lt-ie9 .padded-section--double-right.page-banner {
  padding-right: 6em;
}

.padded-section.padded-section--double-bottom,
.padded-section--double-bottom.colored-section,
.padded-section--double-bottom.paper-section,
.padded-section--double-bottom.collapsible-text,
.padded-section--double-bottom.page-banner {
  padding-bottom: 3em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--double-bottom,
  .padded-section--double-bottom.colored-section,
  .padded-section--double-bottom.paper-section,
  .padded-section--double-bottom.collapsible-text,
  .padded-section--double-bottom.page-banner {
    padding-bottom: 6em;
  }
}

.lt-ie9 .padded-section.padded-section--double-bottom,
.lt-ie9 .padded-section--double-bottom.colored-section,
.lt-ie9 .padded-section--double-bottom.paper-section,
.lt-ie9 .padded-section--double-bottom.collapsible-text,
.lt-ie9 .padded-section--double-bottom.page-banner {
  padding-bottom: 6em;
}

.padded-section.padded-section--double-left,
.padded-section--double-left.colored-section,
.padded-section--double-left.paper-section,
.padded-section--double-left.collapsible-text,
.padded-section--double-left.page-banner {
  padding-left: 3em;
}

@media (min-width: 768px) {
  .padded-section.padded-section--double-left,
  .padded-section--double-left.colored-section,
  .padded-section--double-left.paper-section,
  .padded-section--double-left.collapsible-text,
  .padded-section--double-left.page-banner {
    padding-left: 6em;
  }
}

.lt-ie9 .padded-section.padded-section--double-left,
.lt-ie9 .padded-section--double-left.colored-section,
.lt-ie9 .padded-section--double-left.paper-section,
.lt-ie9 .padded-section--double-left.collapsible-text,
.lt-ie9 .padded-section--double-left.page-banner {
  padding-left: 6em;
}

.padded-section.padded-section--flush-top,
.padded-section--flush-top.colored-section,
.padded-section--flush-top.paper-section,
.padded-section--flush-top.collapsible-text,
.padded-section--flush-top.page-banner {
  padding-top: 0;
}

@media (min-width: 768px) {
  .padded-section.padded-section--flush-top,
  .padded-section--flush-top.colored-section,
  .padded-section--flush-top.paper-section,
  .padded-section--flush-top.collapsible-text,
  .padded-section--flush-top.page-banner {
    padding-top: 0;
  }
}

.lt-ie9 .padded-section.padded-section--flush-top,
.lt-ie9 .padded-section--flush-top.colored-section,
.lt-ie9 .padded-section--flush-top.paper-section,
.lt-ie9 .padded-section--flush-top.collapsible-text,
.lt-ie9 .padded-section--flush-top.page-banner {
  padding-top: 0;
}

.padded-section.padded-section--flush-right,
.padded-section--flush-right.colored-section,
.padded-section--flush-right.paper-section,
.padded-section--flush-right.collapsible-text,
.padded-section--flush-right.page-banner {
  padding-right: 0;
}

@media (min-width: 768px) {
  .padded-section.padded-section--flush-right,
  .padded-section--flush-right.colored-section,
  .padded-section--flush-right.paper-section,
  .padded-section--flush-right.collapsible-text,
  .padded-section--flush-right.page-banner {
    padding-right: 0;
  }
}

.lt-ie9 .padded-section.padded-section--flush-right,
.lt-ie9 .padded-section--flush-right.colored-section,
.lt-ie9 .padded-section--flush-right.paper-section,
.lt-ie9 .padded-section--flush-right.collapsible-text,
.lt-ie9 .padded-section--flush-right.page-banner {
  padding-right: 0;
}

.padded-section.padded-section--flush-bottom,
.padded-section--flush-bottom.colored-section,
.padded-section--flush-bottom.paper-section,
.padded-section--flush-bottom.collapsible-text,
.padded-section--flush-bottom.page-banner {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .padded-section.padded-section--flush-bottom,
  .padded-section--flush-bottom.colored-section,
  .padded-section--flush-bottom.paper-section,
  .padded-section--flush-bottom.collapsible-text,
  .padded-section--flush-bottom.page-banner {
    padding-bottom: 0;
  }
}

.lt-ie9 .padded-section.padded-section--flush-bottom,
.lt-ie9 .padded-section--flush-bottom.colored-section,
.lt-ie9 .padded-section--flush-bottom.paper-section,
.lt-ie9 .padded-section--flush-bottom.collapsible-text,
.lt-ie9 .padded-section--flush-bottom.page-banner {
  padding-bottom: 0;
}

.padded-section.padded-section--flush-left,
.padded-section--flush-left.colored-section,
.padded-section--flush-left.paper-section,
.padded-section--flush-left.collapsible-text,
.padded-section--flush-left.page-banner {
  padding-left: 0;
}

@media (min-width: 768px) {
  .padded-section.padded-section--flush-left,
  .padded-section--flush-left.colored-section,
  .padded-section--flush-left.paper-section,
  .padded-section--flush-left.collapsible-text,
  .padded-section--flush-left.page-banner {
    padding-left: 0;
  }
}

.lt-ie9 .padded-section.padded-section--flush-left,
.lt-ie9 .padded-section--flush-left.colored-section,
.lt-ie9 .padded-section--flush-left.paper-section,
.lt-ie9 .padded-section--flush-left.collapsible-text,
.lt-ie9 .padded-section--flush-left.page-banner {
  padding-left: 0;
}

.colored-section, .paper-section,
.collapsible-text,
.page-banner {
  background-size: cover;
  background-position: center center;
}

.colored-section--light, .paper-section {
  background-color: #e0dbce;
}

.colored-section--light .subheading, .paper-section .subheading, .colored-section--light .statistic__label, .paper-section .statistic__label, .colored-section--light .post-header__byline, .paper-section .post-header__byline,
.colored-section--light .hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing
.colored-section--light a, .paper-section .hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing .paper-section a,
.colored-section--light .hs_cos_wrapper_type_post_listing .print-link, .hs_cos_wrapper_type_post_listing
.colored-section--light .print-link, .paper-section .hs_cos_wrapper_type_post_listing .print-link, .hs_cos_wrapper_type_post_listing .paper-section .print-link {
  color: #6a6258;
}

.colored-section--dark,
.colored-section--medium,
.paper-section--dark,
.colored-section--alpha,
.collapsible-text,
.colored-section--beta,
.paper-section--beta,
.page-banner {
  color: #fbfbfb;
}

.colored-section--dark,
.colored-section--medium,
.paper-section--dark,
.colored-section--alpha,
.collapsible-text,
.colored-section--beta,
.paper-section--beta,
.page-banner {
  background-color: #262524;
}

.colored-section--dark a, .colored-section--dark .print-link, .colored-section--medium a, .paper-section--dark a, .colored-section--alpha a, .collapsible-text a, .colored-section--beta a, .paper-section--beta a, .page-banner a, .colored-section--medium .print-link, .paper-section--dark .print-link, .colored-section--alpha .print-link, .collapsible-text .print-link, .colored-section--beta .print-link, .paper-section--beta .print-link, .page-banner .print-link {
  color: #fbfbfb;
}

.colored-section--dark a:hover, .colored-section--dark .print-link:hover, .colored-section--dark a:active, .colored-section--dark .print-link:active, .colored-section--dark a:focus, .colored-section--dark .print-link:focus, .colored-section--dark h1 a:hover, h1 .colored-section--dark a:hover, .colored-section--dark
.heading--alpha a:hover,
.heading--alpha .colored-section--dark a:hover, .colored-section--dark h2 a:hover, h2 .colored-section--dark a:hover, .colored-section--dark
.heading--beta a:hover,
.heading--beta .colored-section--dark a:hover, .colored-section--dark h3 a:hover, h3 .colored-section--dark a:hover, .colored-section--dark
.heading--gamma a:hover,
.heading--gamma .colored-section--dark a:hover, .colored-section--dark h4 a:hover, h4 .colored-section--dark a:hover, .colored-section--dark .form-title a:hover, .form-title .colored-section--dark a:hover, .colored-section--dark
.heading--delta a:hover,
.heading--delta .colored-section--dark a:hover, .colored-section--dark h5 a:hover, h5 .colored-section--dark a:hover, .colored-section--dark
.heading--epsilon a:hover,
.heading--epsilon .colored-section--dark a:hover, .colored-section--dark h6 a:hover, h6 .colored-section--dark a:hover, .colored-section--dark
.heading--zeta a:hover,
.heading--zeta .colored-section--dark a:hover, .colored-section--dark h1 .print-link:hover, h1 .colored-section--dark .print-link:hover, .colored-section--dark
.heading--alpha .print-link:hover,
.heading--alpha .colored-section--dark .print-link:hover, .colored-section--dark h2 .print-link:hover, h2 .colored-section--dark .print-link:hover, .colored-section--dark
.heading--beta .print-link:hover,
.heading--beta .colored-section--dark .print-link:hover, .colored-section--dark h3 .print-link:hover, h3 .colored-section--dark .print-link:hover, .colored-section--dark
.heading--gamma .print-link:hover,
.heading--gamma .colored-section--dark .print-link:hover, .colored-section--dark h4 .print-link:hover, h4 .colored-section--dark .print-link:hover, .colored-section--dark .form-title .print-link:hover, .form-title .colored-section--dark .print-link:hover, .colored-section--dark
.heading--delta .print-link:hover,
.heading--delta .colored-section--dark .print-link:hover, .colored-section--dark h5 .print-link:hover, h5 .colored-section--dark .print-link:hover, .colored-section--dark
.heading--epsilon .print-link:hover,
.heading--epsilon .colored-section--dark .print-link:hover, .colored-section--dark h6 .print-link:hover, h6 .colored-section--dark .print-link:hover, .colored-section--dark
.heading--zeta .print-link:hover,
.heading--zeta .colored-section--dark .print-link:hover, .colored-section--dark h1 a:active, h1 .colored-section--dark a:active, .colored-section--dark
.heading--alpha a:active,
.heading--alpha .colored-section--dark a:active, .colored-section--dark h2 a:active, h2 .colored-section--dark a:active, .colored-section--dark
.heading--beta a:active,
.heading--beta .colored-section--dark a:active, .colored-section--dark h3 a:active, h3 .colored-section--dark a:active, .colored-section--dark
.heading--gamma a:active,
.heading--gamma .colored-section--dark a:active, .colored-section--dark h4 a:active, h4 .colored-section--dark a:active, .colored-section--dark .form-title a:active, .form-title .colored-section--dark a:active, .colored-section--dark
.heading--delta a:active,
.heading--delta .colored-section--dark a:active, .colored-section--dark h5 a:active, h5 .colored-section--dark a:active, .colored-section--dark
.heading--epsilon a:active,
.heading--epsilon .colored-section--dark a:active, .colored-section--dark h6 a:active, h6 .colored-section--dark a:active, .colored-section--dark
.heading--zeta a:active,
.heading--zeta .colored-section--dark a:active, .colored-section--dark h1 .print-link:active, h1 .colored-section--dark .print-link:active, .colored-section--dark
.heading--alpha .print-link:active,
.heading--alpha .colored-section--dark .print-link:active, .colored-section--dark h2 .print-link:active, h2 .colored-section--dark .print-link:active, .colored-section--dark
.heading--beta .print-link:active,
.heading--beta .colored-section--dark .print-link:active, .colored-section--dark h3 .print-link:active, h3 .colored-section--dark .print-link:active, .colored-section--dark
.heading--gamma .print-link:active,
.heading--gamma .colored-section--dark .print-link:active, .colored-section--dark h4 .print-link:active, h4 .colored-section--dark .print-link:active, .colored-section--dark .form-title .print-link:active, .form-title .colored-section--dark .print-link:active, .colored-section--dark
.heading--delta .print-link:active,
.heading--delta .colored-section--dark .print-link:active, .colored-section--dark h5 .print-link:active, h5 .colored-section--dark .print-link:active, .colored-section--dark
.heading--epsilon .print-link:active,
.heading--epsilon .colored-section--dark .print-link:active, .colored-section--dark h6 .print-link:active, h6 .colored-section--dark .print-link:active, .colored-section--dark
.heading--zeta .print-link:active,
.heading--zeta .colored-section--dark .print-link:active, .colored-section--dark h1 a:focus, h1 .colored-section--dark a:focus, .colored-section--dark
.heading--alpha a:focus,
.heading--alpha .colored-section--dark a:focus, .colored-section--dark h2 a:focus, h2 .colored-section--dark a:focus, .colored-section--dark
.heading--beta a:focus,
.heading--beta .colored-section--dark a:focus, .colored-section--dark h3 a:focus, h3 .colored-section--dark a:focus, .colored-section--dark
.heading--gamma a:focus,
.heading--gamma .colored-section--dark a:focus, .colored-section--dark h4 a:focus, h4 .colored-section--dark a:focus, .colored-section--dark .form-title a:focus, .form-title .colored-section--dark a:focus, .colored-section--dark
.heading--delta a:focus,
.heading--delta .colored-section--dark a:focus, .colored-section--dark h5 a:focus, h5 .colored-section--dark a:focus, .colored-section--dark
.heading--epsilon a:focus,
.heading--epsilon .colored-section--dark a:focus, .colored-section--dark h6 a:focus, h6 .colored-section--dark a:focus, .colored-section--dark
.heading--zeta a:focus,
.heading--zeta .colored-section--dark a:focus, .colored-section--dark h1 .print-link:focus, h1 .colored-section--dark .print-link:focus, .colored-section--dark
.heading--alpha .print-link:focus,
.heading--alpha .colored-section--dark .print-link:focus, .colored-section--dark h2 .print-link:focus, h2 .colored-section--dark .print-link:focus, .colored-section--dark
.heading--beta .print-link:focus,
.heading--beta .colored-section--dark .print-link:focus, .colored-section--dark h3 .print-link:focus, h3 .colored-section--dark .print-link:focus, .colored-section--dark
.heading--gamma .print-link:focus,
.heading--gamma .colored-section--dark .print-link:focus, .colored-section--dark h4 .print-link:focus, h4 .colored-section--dark .print-link:focus, .colored-section--dark .form-title .print-link:focus, .form-title .colored-section--dark .print-link:focus, .colored-section--dark
.heading--delta .print-link:focus,
.heading--delta .colored-section--dark .print-link:focus, .colored-section--dark h5 .print-link:focus, h5 .colored-section--dark .print-link:focus, .colored-section--dark
.heading--epsilon .print-link:focus,
.heading--epsilon .colored-section--dark .print-link:focus, .colored-section--dark h6 .print-link:focus, h6 .colored-section--dark .print-link:focus, .colored-section--dark
.heading--zeta .print-link:focus,
.heading--zeta .colored-section--dark .print-link:focus, .colored-section--dark
.heading a:hover,
.heading .colored-section--dark a:hover, .colored-section--dark
.heading .print-link:hover,
.heading .colored-section--dark .print-link:hover, .colored-section--dark
.heading a:active,
.heading .colored-section--dark a:active, .colored-section--dark
.heading .print-link:active,
.heading .colored-section--dark .print-link:active, .colored-section--dark
.heading a:focus,
.heading .colored-section--dark a:focus, .colored-section--dark
.heading .print-link:focus,
.heading .colored-section--dark .print-link:focus, .colored-section--dark .topic-nav__item--current, .colored-section--medium a:hover, .paper-section--dark a:hover, .colored-section--alpha a:hover, .collapsible-text a:hover, .colored-section--beta a:hover, .paper-section--beta a:hover, .page-banner a:hover, .colored-section--medium .print-link:hover, .paper-section--dark .print-link:hover, .colored-section--alpha .print-link:hover, .collapsible-text .print-link:hover, .colored-section--beta .print-link:hover, .paper-section--beta .print-link:hover, .page-banner .print-link:hover, .colored-section--medium a:active, .paper-section--dark a:active, .colored-section--alpha a:active, .collapsible-text a:active, .colored-section--beta a:active, .paper-section--beta a:active, .page-banner a:active, .colored-section--medium .print-link:active, .paper-section--dark .print-link:active, .colored-section--alpha .print-link:active, .collapsible-text .print-link:active, .colored-section--beta .print-link:active, .paper-section--beta .print-link:active, .page-banner .print-link:active, .colored-section--medium a:focus, .paper-section--dark a:focus, .colored-section--alpha a:focus, .collapsible-text a:focus, .colored-section--beta a:focus, .paper-section--beta a:focus, .page-banner a:focus, .colored-section--medium .print-link:focus, .paper-section--dark .print-link:focus, .colored-section--alpha .print-link:focus, .collapsible-text .print-link:focus, .colored-section--beta .print-link:focus, .paper-section--beta .print-link:focus, .page-banner .print-link:focus, .colored-section--medium h1 a:hover, h1 .colored-section--medium a:hover, .paper-section--dark h1 a:hover, h1 .paper-section--dark a:hover, .colored-section--alpha h1 a:hover, h1 .colored-section--alpha a:hover, .collapsible-text h1 a:hover, h1 .collapsible-text a:hover, .colored-section--beta h1 a:hover, h1 .colored-section--beta a:hover, .paper-section--beta h1 a:hover, h1 .paper-section--beta a:hover, .page-banner h1 a:hover, h1 .page-banner a:hover, .colored-section--medium
.heading--alpha a:hover,
.heading--alpha .colored-section--medium a:hover, .paper-section--dark
.heading--alpha a:hover,
.heading--alpha .paper-section--dark a:hover, .colored-section--alpha
.heading--alpha a:hover,
.heading--alpha .colored-section--alpha a:hover, .collapsible-text
.heading--alpha a:hover,
.heading--alpha .collapsible-text a:hover, .colored-section--beta
.heading--alpha a:hover,
.heading--alpha .colored-section--beta a:hover, .paper-section--beta
.heading--alpha a:hover,
.heading--alpha .paper-section--beta a:hover, .page-banner
.heading--alpha a:hover,
.heading--alpha .page-banner a:hover, .colored-section--medium h2 a:hover, h2 .colored-section--medium a:hover, .paper-section--dark h2 a:hover, h2 .paper-section--dark a:hover, .colored-section--alpha h2 a:hover, h2 .colored-section--alpha a:hover, .collapsible-text h2 a:hover, h2 .collapsible-text a:hover, .colored-section--beta h2 a:hover, h2 .colored-section--beta a:hover, .paper-section--beta h2 a:hover, h2 .paper-section--beta a:hover, .page-banner h2 a:hover, h2 .page-banner a:hover, .colored-section--medium
.heading--beta a:hover,
.heading--beta .colored-section--medium a:hover, .paper-section--dark
.heading--beta a:hover,
.heading--beta .paper-section--dark a:hover, .colored-section--alpha
.heading--beta a:hover,
.heading--beta .colored-section--alpha a:hover, .collapsible-text
.heading--beta a:hover,
.heading--beta .collapsible-text a:hover, .colored-section--beta
.heading--beta a:hover,
.heading--beta .colored-section--beta a:hover, .paper-section--beta
.heading--beta a:hover,
.heading--beta .paper-section--beta a:hover, .page-banner
.heading--beta a:hover,
.heading--beta .page-banner a:hover, .colored-section--medium h3 a:hover, h3 .colored-section--medium a:hover, .paper-section--dark h3 a:hover, h3 .paper-section--dark a:hover, .colored-section--alpha h3 a:hover, h3 .colored-section--alpha a:hover, .collapsible-text h3 a:hover, h3 .collapsible-text a:hover, .colored-section--beta h3 a:hover, h3 .colored-section--beta a:hover, .paper-section--beta h3 a:hover, h3 .paper-section--beta a:hover, .page-banner h3 a:hover, h3 .page-banner a:hover, .colored-section--medium
.heading--gamma a:hover,
.heading--gamma .colored-section--medium a:hover, .paper-section--dark
.heading--gamma a:hover,
.heading--gamma .paper-section--dark a:hover, .colored-section--alpha
.heading--gamma a:hover,
.heading--gamma .colored-section--alpha a:hover, .collapsible-text
.heading--gamma a:hover,
.heading--gamma .collapsible-text a:hover, .colored-section--beta
.heading--gamma a:hover,
.heading--gamma .colored-section--beta a:hover, .paper-section--beta
.heading--gamma a:hover,
.heading--gamma .paper-section--beta a:hover, .page-banner
.heading--gamma a:hover,
.heading--gamma .page-banner a:hover, .colored-section--medium h4 a:hover, h4 .colored-section--medium a:hover, .paper-section--dark h4 a:hover, h4 .paper-section--dark a:hover, .colored-section--alpha h4 a:hover, h4 .colored-section--alpha a:hover, .collapsible-text h4 a:hover, h4 .collapsible-text a:hover, .colored-section--beta h4 a:hover, h4 .colored-section--beta a:hover, .paper-section--beta h4 a:hover, h4 .paper-section--beta a:hover, .page-banner h4 a:hover, h4 .page-banner a:hover, .colored-section--medium .form-title a:hover, .form-title .colored-section--medium a:hover, .paper-section--dark .form-title a:hover, .form-title .paper-section--dark a:hover, .colored-section--alpha .form-title a:hover, .form-title .colored-section--alpha a:hover, .collapsible-text .form-title a:hover, .form-title .collapsible-text a:hover, .colored-section--beta .form-title a:hover, .form-title .colored-section--beta a:hover, .paper-section--beta .form-title a:hover, .form-title .paper-section--beta a:hover, .page-banner .form-title a:hover, .form-title .page-banner a:hover, .colored-section--medium
.heading--delta a:hover,
.heading--delta .colored-section--medium a:hover, .paper-section--dark
.heading--delta a:hover,
.heading--delta .paper-section--dark a:hover, .colored-section--alpha
.heading--delta a:hover,
.heading--delta .colored-section--alpha a:hover, .collapsible-text
.heading--delta a:hover,
.heading--delta .collapsible-text a:hover, .colored-section--beta
.heading--delta a:hover,
.heading--delta .colored-section--beta a:hover, .paper-section--beta
.heading--delta a:hover,
.heading--delta .paper-section--beta a:hover, .page-banner
.heading--delta a:hover,
.heading--delta .page-banner a:hover, .colored-section--medium h5 a:hover, h5 .colored-section--medium a:hover, .paper-section--dark h5 a:hover, h5 .paper-section--dark a:hover, .colored-section--alpha h5 a:hover, h5 .colored-section--alpha a:hover, .collapsible-text h5 a:hover, h5 .collapsible-text a:hover, .colored-section--beta h5 a:hover, h5 .colored-section--beta a:hover, .paper-section--beta h5 a:hover, h5 .paper-section--beta a:hover, .page-banner h5 a:hover, h5 .page-banner a:hover, .colored-section--medium
.heading--epsilon a:hover,
.heading--epsilon .colored-section--medium a:hover, .paper-section--dark
.heading--epsilon a:hover,
.heading--epsilon .paper-section--dark a:hover, .colored-section--alpha
.heading--epsilon a:hover,
.heading--epsilon .colored-section--alpha a:hover, .collapsible-text
.heading--epsilon a:hover,
.heading--epsilon .collapsible-text a:hover, .colored-section--beta
.heading--epsilon a:hover,
.heading--epsilon .colored-section--beta a:hover, .paper-section--beta
.heading--epsilon a:hover,
.heading--epsilon .paper-section--beta a:hover, .page-banner
.heading--epsilon a:hover,
.heading--epsilon .page-banner a:hover, .colored-section--medium h6 a:hover, h6 .colored-section--medium a:hover, .paper-section--dark h6 a:hover, h6 .paper-section--dark a:hover, .colored-section--alpha h6 a:hover, h6 .colored-section--alpha a:hover, .collapsible-text h6 a:hover, h6 .collapsible-text a:hover, .colored-section--beta h6 a:hover, h6 .colored-section--beta a:hover, .paper-section--beta h6 a:hover, h6 .paper-section--beta a:hover, .page-banner h6 a:hover, h6 .page-banner a:hover, .colored-section--medium
.heading--zeta a:hover,
.heading--zeta .colored-section--medium a:hover, .paper-section--dark
.heading--zeta a:hover,
.heading--zeta .paper-section--dark a:hover, .colored-section--alpha
.heading--zeta a:hover,
.heading--zeta .colored-section--alpha a:hover, .collapsible-text
.heading--zeta a:hover,
.heading--zeta .collapsible-text a:hover, .colored-section--beta
.heading--zeta a:hover,
.heading--zeta .colored-section--beta a:hover, .paper-section--beta
.heading--zeta a:hover,
.heading--zeta .paper-section--beta a:hover, .page-banner
.heading--zeta a:hover,
.heading--zeta .page-banner a:hover, .colored-section--medium h1 .print-link:hover, h1 .colored-section--medium .print-link:hover, .paper-section--dark h1 .print-link:hover, h1 .paper-section--dark .print-link:hover, .colored-section--alpha h1 .print-link:hover, h1 .colored-section--alpha .print-link:hover, .collapsible-text h1 .print-link:hover, h1 .collapsible-text .print-link:hover, .colored-section--beta h1 .print-link:hover, h1 .colored-section--beta .print-link:hover, .paper-section--beta h1 .print-link:hover, h1 .paper-section--beta .print-link:hover, .page-banner h1 .print-link:hover, h1 .page-banner .print-link:hover, .colored-section--medium
.heading--alpha .print-link:hover,
.heading--alpha .colored-section--medium .print-link:hover, .paper-section--dark
.heading--alpha .print-link:hover,
.heading--alpha .paper-section--dark .print-link:hover, .colored-section--alpha
.heading--alpha .print-link:hover,
.heading--alpha .colored-section--alpha .print-link:hover, .collapsible-text
.heading--alpha .print-link:hover,
.heading--alpha .collapsible-text .print-link:hover, .colored-section--beta
.heading--alpha .print-link:hover,
.heading--alpha .colored-section--beta .print-link:hover, .paper-section--beta
.heading--alpha .print-link:hover,
.heading--alpha .paper-section--beta .print-link:hover, .page-banner
.heading--alpha .print-link:hover,
.heading--alpha .page-banner .print-link:hover, .colored-section--medium h2 .print-link:hover, h2 .colored-section--medium .print-link:hover, .paper-section--dark h2 .print-link:hover, h2 .paper-section--dark .print-link:hover, .colored-section--alpha h2 .print-link:hover, h2 .colored-section--alpha .print-link:hover, .collapsible-text h2 .print-link:hover, h2 .collapsible-text .print-link:hover, .colored-section--beta h2 .print-link:hover, h2 .colored-section--beta .print-link:hover, .paper-section--beta h2 .print-link:hover, h2 .paper-section--beta .print-link:hover, .page-banner h2 .print-link:hover, h2 .page-banner .print-link:hover, .colored-section--medium
.heading--beta .print-link:hover,
.heading--beta .colored-section--medium .print-link:hover, .paper-section--dark
.heading--beta .print-link:hover,
.heading--beta .paper-section--dark .print-link:hover, .colored-section--alpha
.heading--beta .print-link:hover,
.heading--beta .colored-section--alpha .print-link:hover, .collapsible-text
.heading--beta .print-link:hover,
.heading--beta .collapsible-text .print-link:hover, .colored-section--beta
.heading--beta .print-link:hover,
.heading--beta .colored-section--beta .print-link:hover, .paper-section--beta
.heading--beta .print-link:hover,
.heading--beta .paper-section--beta .print-link:hover, .page-banner
.heading--beta .print-link:hover,
.heading--beta .page-banner .print-link:hover, .colored-section--medium h3 .print-link:hover, h3 .colored-section--medium .print-link:hover, .paper-section--dark h3 .print-link:hover, h3 .paper-section--dark .print-link:hover, .colored-section--alpha h3 .print-link:hover, h3 .colored-section--alpha .print-link:hover, .collapsible-text h3 .print-link:hover, h3 .collapsible-text .print-link:hover, .colored-section--beta h3 .print-link:hover, h3 .colored-section--beta .print-link:hover, .paper-section--beta h3 .print-link:hover, h3 .paper-section--beta .print-link:hover, .page-banner h3 .print-link:hover, h3 .page-banner .print-link:hover, .colored-section--medium
.heading--gamma .print-link:hover,
.heading--gamma .colored-section--medium .print-link:hover, .paper-section--dark
.heading--gamma .print-link:hover,
.heading--gamma .paper-section--dark .print-link:hover, .colored-section--alpha
.heading--gamma .print-link:hover,
.heading--gamma .colored-section--alpha .print-link:hover, .collapsible-text
.heading--gamma .print-link:hover,
.heading--gamma .collapsible-text .print-link:hover, .colored-section--beta
.heading--gamma .print-link:hover,
.heading--gamma .colored-section--beta .print-link:hover, .paper-section--beta
.heading--gamma .print-link:hover,
.heading--gamma .paper-section--beta .print-link:hover, .page-banner
.heading--gamma .print-link:hover,
.heading--gamma .page-banner .print-link:hover, .colored-section--medium h4 .print-link:hover, h4 .colored-section--medium .print-link:hover, .paper-section--dark h4 .print-link:hover, h4 .paper-section--dark .print-link:hover, .colored-section--alpha h4 .print-link:hover, h4 .colored-section--alpha .print-link:hover, .collapsible-text h4 .print-link:hover, h4 .collapsible-text .print-link:hover, .colored-section--beta h4 .print-link:hover, h4 .colored-section--beta .print-link:hover, .paper-section--beta h4 .print-link:hover, h4 .paper-section--beta .print-link:hover, .page-banner h4 .print-link:hover, h4 .page-banner .print-link:hover, .colored-section--medium .form-title .print-link:hover, .form-title .colored-section--medium .print-link:hover, .paper-section--dark .form-title .print-link:hover, .form-title .paper-section--dark .print-link:hover, .colored-section--alpha .form-title .print-link:hover, .form-title .colored-section--alpha .print-link:hover, .collapsible-text .form-title .print-link:hover, .form-title .collapsible-text .print-link:hover, .colored-section--beta .form-title .print-link:hover, .form-title .colored-section--beta .print-link:hover, .paper-section--beta .form-title .print-link:hover, .form-title .paper-section--beta .print-link:hover, .page-banner .form-title .print-link:hover, .form-title .page-banner .print-link:hover, .colored-section--medium
.heading--delta .print-link:hover,
.heading--delta .colored-section--medium .print-link:hover, .paper-section--dark
.heading--delta .print-link:hover,
.heading--delta .paper-section--dark .print-link:hover, .colored-section--alpha
.heading--delta .print-link:hover,
.heading--delta .colored-section--alpha .print-link:hover, .collapsible-text
.heading--delta .print-link:hover,
.heading--delta .collapsible-text .print-link:hover, .colored-section--beta
.heading--delta .print-link:hover,
.heading--delta .colored-section--beta .print-link:hover, .paper-section--beta
.heading--delta .print-link:hover,
.heading--delta .paper-section--beta .print-link:hover, .page-banner
.heading--delta .print-link:hover,
.heading--delta .page-banner .print-link:hover, .colored-section--medium h5 .print-link:hover, h5 .colored-section--medium .print-link:hover, .paper-section--dark h5 .print-link:hover, h5 .paper-section--dark .print-link:hover, .colored-section--alpha h5 .print-link:hover, h5 .colored-section--alpha .print-link:hover, .collapsible-text h5 .print-link:hover, h5 .collapsible-text .print-link:hover, .colored-section--beta h5 .print-link:hover, h5 .colored-section--beta .print-link:hover, .paper-section--beta h5 .print-link:hover, h5 .paper-section--beta .print-link:hover, .page-banner h5 .print-link:hover, h5 .page-banner .print-link:hover, .colored-section--medium
.heading--epsilon .print-link:hover,
.heading--epsilon .colored-section--medium .print-link:hover, .paper-section--dark
.heading--epsilon .print-link:hover,
.heading--epsilon .paper-section--dark .print-link:hover, .colored-section--alpha
.heading--epsilon .print-link:hover,
.heading--epsilon .colored-section--alpha .print-link:hover, .collapsible-text
.heading--epsilon .print-link:hover,
.heading--epsilon .collapsible-text .print-link:hover, .colored-section--beta
.heading--epsilon .print-link:hover,
.heading--epsilon .colored-section--beta .print-link:hover, .paper-section--beta
.heading--epsilon .print-link:hover,
.heading--epsilon .paper-section--beta .print-link:hover, .page-banner
.heading--epsilon .print-link:hover,
.heading--epsilon .page-banner .print-link:hover, .colored-section--medium h6 .print-link:hover, h6 .colored-section--medium .print-link:hover, .paper-section--dark h6 .print-link:hover, h6 .paper-section--dark .print-link:hover, .colored-section--alpha h6 .print-link:hover, h6 .colored-section--alpha .print-link:hover, .collapsible-text h6 .print-link:hover, h6 .collapsible-text .print-link:hover, .colored-section--beta h6 .print-link:hover, h6 .colored-section--beta .print-link:hover, .paper-section--beta h6 .print-link:hover, h6 .paper-section--beta .print-link:hover, .page-banner h6 .print-link:hover, h6 .page-banner .print-link:hover, .colored-section--medium
.heading--zeta .print-link:hover,
.heading--zeta .colored-section--medium .print-link:hover, .paper-section--dark
.heading--zeta .print-link:hover,
.heading--zeta .paper-section--dark .print-link:hover, .colored-section--alpha
.heading--zeta .print-link:hover,
.heading--zeta .colored-section--alpha .print-link:hover, .collapsible-text
.heading--zeta .print-link:hover,
.heading--zeta .collapsible-text .print-link:hover, .colored-section--beta
.heading--zeta .print-link:hover,
.heading--zeta .colored-section--beta .print-link:hover, .paper-section--beta
.heading--zeta .print-link:hover,
.heading--zeta .paper-section--beta .print-link:hover, .page-banner
.heading--zeta .print-link:hover,
.heading--zeta .page-banner .print-link:hover, .colored-section--medium h1 a:active, h1 .colored-section--medium a:active, .paper-section--dark h1 a:active, h1 .paper-section--dark a:active, .colored-section--alpha h1 a:active, h1 .colored-section--alpha a:active, .collapsible-text h1 a:active, h1 .collapsible-text a:active, .colored-section--beta h1 a:active, h1 .colored-section--beta a:active, .paper-section--beta h1 a:active, h1 .paper-section--beta a:active, .page-banner h1 a:active, h1 .page-banner a:active, .colored-section--medium
.heading--alpha a:active,
.heading--alpha .colored-section--medium a:active, .paper-section--dark
.heading--alpha a:active,
.heading--alpha .paper-section--dark a:active, .colored-section--alpha
.heading--alpha a:active,
.heading--alpha .colored-section--alpha a:active, .collapsible-text
.heading--alpha a:active,
.heading--alpha .collapsible-text a:active, .colored-section--beta
.heading--alpha a:active,
.heading--alpha .colored-section--beta a:active, .paper-section--beta
.heading--alpha a:active,
.heading--alpha .paper-section--beta a:active, .page-banner
.heading--alpha a:active,
.heading--alpha .page-banner a:active, .colored-section--medium h2 a:active, h2 .colored-section--medium a:active, .paper-section--dark h2 a:active, h2 .paper-section--dark a:active, .colored-section--alpha h2 a:active, h2 .colored-section--alpha a:active, .collapsible-text h2 a:active, h2 .collapsible-text a:active, .colored-section--beta h2 a:active, h2 .colored-section--beta a:active, .paper-section--beta h2 a:active, h2 .paper-section--beta a:active, .page-banner h2 a:active, h2 .page-banner a:active, .colored-section--medium
.heading--beta a:active,
.heading--beta .colored-section--medium a:active, .paper-section--dark
.heading--beta a:active,
.heading--beta .paper-section--dark a:active, .colored-section--alpha
.heading--beta a:active,
.heading--beta .colored-section--alpha a:active, .collapsible-text
.heading--beta a:active,
.heading--beta .collapsible-text a:active, .colored-section--beta
.heading--beta a:active,
.heading--beta .colored-section--beta a:active, .paper-section--beta
.heading--beta a:active,
.heading--beta .paper-section--beta a:active, .page-banner
.heading--beta a:active,
.heading--beta .page-banner a:active, .colored-section--medium h3 a:active, h3 .colored-section--medium a:active, .paper-section--dark h3 a:active, h3 .paper-section--dark a:active, .colored-section--alpha h3 a:active, h3 .colored-section--alpha a:active, .collapsible-text h3 a:active, h3 .collapsible-text a:active, .colored-section--beta h3 a:active, h3 .colored-section--beta a:active, .paper-section--beta h3 a:active, h3 .paper-section--beta a:active, .page-banner h3 a:active, h3 .page-banner a:active, .colored-section--medium
.heading--gamma a:active,
.heading--gamma .colored-section--medium a:active, .paper-section--dark
.heading--gamma a:active,
.heading--gamma .paper-section--dark a:active, .colored-section--alpha
.heading--gamma a:active,
.heading--gamma .colored-section--alpha a:active, .collapsible-text
.heading--gamma a:active,
.heading--gamma .collapsible-text a:active, .colored-section--beta
.heading--gamma a:active,
.heading--gamma .colored-section--beta a:active, .paper-section--beta
.heading--gamma a:active,
.heading--gamma .paper-section--beta a:active, .page-banner
.heading--gamma a:active,
.heading--gamma .page-banner a:active, .colored-section--medium h4 a:active, h4 .colored-section--medium a:active, .paper-section--dark h4 a:active, h4 .paper-section--dark a:active, .colored-section--alpha h4 a:active, h4 .colored-section--alpha a:active, .collapsible-text h4 a:active, h4 .collapsible-text a:active, .colored-section--beta h4 a:active, h4 .colored-section--beta a:active, .paper-section--beta h4 a:active, h4 .paper-section--beta a:active, .page-banner h4 a:active, h4 .page-banner a:active, .colored-section--medium .form-title a:active, .form-title .colored-section--medium a:active, .paper-section--dark .form-title a:active, .form-title .paper-section--dark a:active, .colored-section--alpha .form-title a:active, .form-title .colored-section--alpha a:active, .collapsible-text .form-title a:active, .form-title .collapsible-text a:active, .colored-section--beta .form-title a:active, .form-title .colored-section--beta a:active, .paper-section--beta .form-title a:active, .form-title .paper-section--beta a:active, .page-banner .form-title a:active, .form-title .page-banner a:active, .colored-section--medium
.heading--delta a:active,
.heading--delta .colored-section--medium a:active, .paper-section--dark
.heading--delta a:active,
.heading--delta .paper-section--dark a:active, .colored-section--alpha
.heading--delta a:active,
.heading--delta .colored-section--alpha a:active, .collapsible-text
.heading--delta a:active,
.heading--delta .collapsible-text a:active, .colored-section--beta
.heading--delta a:active,
.heading--delta .colored-section--beta a:active, .paper-section--beta
.heading--delta a:active,
.heading--delta .paper-section--beta a:active, .page-banner
.heading--delta a:active,
.heading--delta .page-banner a:active, .colored-section--medium h5 a:active, h5 .colored-section--medium a:active, .paper-section--dark h5 a:active, h5 .paper-section--dark a:active, .colored-section--alpha h5 a:active, h5 .colored-section--alpha a:active, .collapsible-text h5 a:active, h5 .collapsible-text a:active, .colored-section--beta h5 a:active, h5 .colored-section--beta a:active, .paper-section--beta h5 a:active, h5 .paper-section--beta a:active, .page-banner h5 a:active, h5 .page-banner a:active, .colored-section--medium
.heading--epsilon a:active,
.heading--epsilon .colored-section--medium a:active, .paper-section--dark
.heading--epsilon a:active,
.heading--epsilon .paper-section--dark a:active, .colored-section--alpha
.heading--epsilon a:active,
.heading--epsilon .colored-section--alpha a:active, .collapsible-text
.heading--epsilon a:active,
.heading--epsilon .collapsible-text a:active, .colored-section--beta
.heading--epsilon a:active,
.heading--epsilon .colored-section--beta a:active, .paper-section--beta
.heading--epsilon a:active,
.heading--epsilon .paper-section--beta a:active, .page-banner
.heading--epsilon a:active,
.heading--epsilon .page-banner a:active, .colored-section--medium h6 a:active, h6 .colored-section--medium a:active, .paper-section--dark h6 a:active, h6 .paper-section--dark a:active, .colored-section--alpha h6 a:active, h6 .colored-section--alpha a:active, .collapsible-text h6 a:active, h6 .collapsible-text a:active, .colored-section--beta h6 a:active, h6 .colored-section--beta a:active, .paper-section--beta h6 a:active, h6 .paper-section--beta a:active, .page-banner h6 a:active, h6 .page-banner a:active, .colored-section--medium
.heading--zeta a:active,
.heading--zeta .colored-section--medium a:active, .paper-section--dark
.heading--zeta a:active,
.heading--zeta .paper-section--dark a:active, .colored-section--alpha
.heading--zeta a:active,
.heading--zeta .colored-section--alpha a:active, .collapsible-text
.heading--zeta a:active,
.heading--zeta .collapsible-text a:active, .colored-section--beta
.heading--zeta a:active,
.heading--zeta .colored-section--beta a:active, .paper-section--beta
.heading--zeta a:active,
.heading--zeta .paper-section--beta a:active, .page-banner
.heading--zeta a:active,
.heading--zeta .page-banner a:active, .colored-section--medium h1 .print-link:active, h1 .colored-section--medium .print-link:active, .paper-section--dark h1 .print-link:active, h1 .paper-section--dark .print-link:active, .colored-section--alpha h1 .print-link:active, h1 .colored-section--alpha .print-link:active, .collapsible-text h1 .print-link:active, h1 .collapsible-text .print-link:active, .colored-section--beta h1 .print-link:active, h1 .colored-section--beta .print-link:active, .paper-section--beta h1 .print-link:active, h1 .paper-section--beta .print-link:active, .page-banner h1 .print-link:active, h1 .page-banner .print-link:active, .colored-section--medium
.heading--alpha .print-link:active,
.heading--alpha .colored-section--medium .print-link:active, .paper-section--dark
.heading--alpha .print-link:active,
.heading--alpha .paper-section--dark .print-link:active, .colored-section--alpha
.heading--alpha .print-link:active,
.heading--alpha .colored-section--alpha .print-link:active, .collapsible-text
.heading--alpha .print-link:active,
.heading--alpha .collapsible-text .print-link:active, .colored-section--beta
.heading--alpha .print-link:active,
.heading--alpha .colored-section--beta .print-link:active, .paper-section--beta
.heading--alpha .print-link:active,
.heading--alpha .paper-section--beta .print-link:active, .page-banner
.heading--alpha .print-link:active,
.heading--alpha .page-banner .print-link:active, .colored-section--medium h2 .print-link:active, h2 .colored-section--medium .print-link:active, .paper-section--dark h2 .print-link:active, h2 .paper-section--dark .print-link:active, .colored-section--alpha h2 .print-link:active, h2 .colored-section--alpha .print-link:active, .collapsible-text h2 .print-link:active, h2 .collapsible-text .print-link:active, .colored-section--beta h2 .print-link:active, h2 .colored-section--beta .print-link:active, .paper-section--beta h2 .print-link:active, h2 .paper-section--beta .print-link:active, .page-banner h2 .print-link:active, h2 .page-banner .print-link:active, .colored-section--medium
.heading--beta .print-link:active,
.heading--beta .colored-section--medium .print-link:active, .paper-section--dark
.heading--beta .print-link:active,
.heading--beta .paper-section--dark .print-link:active, .colored-section--alpha
.heading--beta .print-link:active,
.heading--beta .colored-section--alpha .print-link:active, .collapsible-text
.heading--beta .print-link:active,
.heading--beta .collapsible-text .print-link:active, .colored-section--beta
.heading--beta .print-link:active,
.heading--beta .colored-section--beta .print-link:active, .paper-section--beta
.heading--beta .print-link:active,
.heading--beta .paper-section--beta .print-link:active, .page-banner
.heading--beta .print-link:active,
.heading--beta .page-banner .print-link:active, .colored-section--medium h3 .print-link:active, h3 .colored-section--medium .print-link:active, .paper-section--dark h3 .print-link:active, h3 .paper-section--dark .print-link:active, .colored-section--alpha h3 .print-link:active, h3 .colored-section--alpha .print-link:active, .collapsible-text h3 .print-link:active, h3 .collapsible-text .print-link:active, .colored-section--beta h3 .print-link:active, h3 .colored-section--beta .print-link:active, .paper-section--beta h3 .print-link:active, h3 .paper-section--beta .print-link:active, .page-banner h3 .print-link:active, h3 .page-banner .print-link:active, .colored-section--medium
.heading--gamma .print-link:active,
.heading--gamma .colored-section--medium .print-link:active, .paper-section--dark
.heading--gamma .print-link:active,
.heading--gamma .paper-section--dark .print-link:active, .colored-section--alpha
.heading--gamma .print-link:active,
.heading--gamma .colored-section--alpha .print-link:active, .collapsible-text
.heading--gamma .print-link:active,
.heading--gamma .collapsible-text .print-link:active, .colored-section--beta
.heading--gamma .print-link:active,
.heading--gamma .colored-section--beta .print-link:active, .paper-section--beta
.heading--gamma .print-link:active,
.heading--gamma .paper-section--beta .print-link:active, .page-banner
.heading--gamma .print-link:active,
.heading--gamma .page-banner .print-link:active, .colored-section--medium h4 .print-link:active, h4 .colored-section--medium .print-link:active, .paper-section--dark h4 .print-link:active, h4 .paper-section--dark .print-link:active, .colored-section--alpha h4 .print-link:active, h4 .colored-section--alpha .print-link:active, .collapsible-text h4 .print-link:active, h4 .collapsible-text .print-link:active, .colored-section--beta h4 .print-link:active, h4 .colored-section--beta .print-link:active, .paper-section--beta h4 .print-link:active, h4 .paper-section--beta .print-link:active, .page-banner h4 .print-link:active, h4 .page-banner .print-link:active, .colored-section--medium .form-title .print-link:active, .form-title .colored-section--medium .print-link:active, .paper-section--dark .form-title .print-link:active, .form-title .paper-section--dark .print-link:active, .colored-section--alpha .form-title .print-link:active, .form-title .colored-section--alpha .print-link:active, .collapsible-text .form-title .print-link:active, .form-title .collapsible-text .print-link:active, .colored-section--beta .form-title .print-link:active, .form-title .colored-section--beta .print-link:active, .paper-section--beta .form-title .print-link:active, .form-title .paper-section--beta .print-link:active, .page-banner .form-title .print-link:active, .form-title .page-banner .print-link:active, .colored-section--medium
.heading--delta .print-link:active,
.heading--delta .colored-section--medium .print-link:active, .paper-section--dark
.heading--delta .print-link:active,
.heading--delta .paper-section--dark .print-link:active, .colored-section--alpha
.heading--delta .print-link:active,
.heading--delta .colored-section--alpha .print-link:active, .collapsible-text
.heading--delta .print-link:active,
.heading--delta .collapsible-text .print-link:active, .colored-section--beta
.heading--delta .print-link:active,
.heading--delta .colored-section--beta .print-link:active, .paper-section--beta
.heading--delta .print-link:active,
.heading--delta .paper-section--beta .print-link:active, .page-banner
.heading--delta .print-link:active,
.heading--delta .page-banner .print-link:active, .colored-section--medium h5 .print-link:active, h5 .colored-section--medium .print-link:active, .paper-section--dark h5 .print-link:active, h5 .paper-section--dark .print-link:active, .colored-section--alpha h5 .print-link:active, h5 .colored-section--alpha .print-link:active, .collapsible-text h5 .print-link:active, h5 .collapsible-text .print-link:active, .colored-section--beta h5 .print-link:active, h5 .colored-section--beta .print-link:active, .paper-section--beta h5 .print-link:active, h5 .paper-section--beta .print-link:active, .page-banner h5 .print-link:active, h5 .page-banner .print-link:active, .colored-section--medium
.heading--epsilon .print-link:active,
.heading--epsilon .colored-section--medium .print-link:active, .paper-section--dark
.heading--epsilon .print-link:active,
.heading--epsilon .paper-section--dark .print-link:active, .colored-section--alpha
.heading--epsilon .print-link:active,
.heading--epsilon .colored-section--alpha .print-link:active, .collapsible-text
.heading--epsilon .print-link:active,
.heading--epsilon .collapsible-text .print-link:active, .colored-section--beta
.heading--epsilon .print-link:active,
.heading--epsilon .colored-section--beta .print-link:active, .paper-section--beta
.heading--epsilon .print-link:active,
.heading--epsilon .paper-section--beta .print-link:active, .page-banner
.heading--epsilon .print-link:active,
.heading--epsilon .page-banner .print-link:active, .colored-section--medium h6 .print-link:active, h6 .colored-section--medium .print-link:active, .paper-section--dark h6 .print-link:active, h6 .paper-section--dark .print-link:active, .colored-section--alpha h6 .print-link:active, h6 .colored-section--alpha .print-link:active, .collapsible-text h6 .print-link:active, h6 .collapsible-text .print-link:active, .colored-section--beta h6 .print-link:active, h6 .colored-section--beta .print-link:active, .paper-section--beta h6 .print-link:active, h6 .paper-section--beta .print-link:active, .page-banner h6 .print-link:active, h6 .page-banner .print-link:active, .colored-section--medium
.heading--zeta .print-link:active,
.heading--zeta .colored-section--medium .print-link:active, .paper-section--dark
.heading--zeta .print-link:active,
.heading--zeta .paper-section--dark .print-link:active, .colored-section--alpha
.heading--zeta .print-link:active,
.heading--zeta .colored-section--alpha .print-link:active, .collapsible-text
.heading--zeta .print-link:active,
.heading--zeta .collapsible-text .print-link:active, .colored-section--beta
.heading--zeta .print-link:active,
.heading--zeta .colored-section--beta .print-link:active, .paper-section--beta
.heading--zeta .print-link:active,
.heading--zeta .paper-section--beta .print-link:active, .page-banner
.heading--zeta .print-link:active,
.heading--zeta .page-banner .print-link:active, .colored-section--medium h1 a:focus, h1 .colored-section--medium a:focus, .paper-section--dark h1 a:focus, h1 .paper-section--dark a:focus, .colored-section--alpha h1 a:focus, h1 .colored-section--alpha a:focus, .collapsible-text h1 a:focus, h1 .collapsible-text a:focus, .colored-section--beta h1 a:focus, h1 .colored-section--beta a:focus, .paper-section--beta h1 a:focus, h1 .paper-section--beta a:focus, .page-banner h1 a:focus, h1 .page-banner a:focus, .colored-section--medium
.heading--alpha a:focus,
.heading--alpha .colored-section--medium a:focus, .paper-section--dark
.heading--alpha a:focus,
.heading--alpha .paper-section--dark a:focus, .colored-section--alpha
.heading--alpha a:focus,
.heading--alpha .colored-section--alpha a:focus, .collapsible-text
.heading--alpha a:focus,
.heading--alpha .collapsible-text a:focus, .colored-section--beta
.heading--alpha a:focus,
.heading--alpha .colored-section--beta a:focus, .paper-section--beta
.heading--alpha a:focus,
.heading--alpha .paper-section--beta a:focus, .page-banner
.heading--alpha a:focus,
.heading--alpha .page-banner a:focus, .colored-section--medium h2 a:focus, h2 .colored-section--medium a:focus, .paper-section--dark h2 a:focus, h2 .paper-section--dark a:focus, .colored-section--alpha h2 a:focus, h2 .colored-section--alpha a:focus, .collapsible-text h2 a:focus, h2 .collapsible-text a:focus, .colored-section--beta h2 a:focus, h2 .colored-section--beta a:focus, .paper-section--beta h2 a:focus, h2 .paper-section--beta a:focus, .page-banner h2 a:focus, h2 .page-banner a:focus, .colored-section--medium
.heading--beta a:focus,
.heading--beta .colored-section--medium a:focus, .paper-section--dark
.heading--beta a:focus,
.heading--beta .paper-section--dark a:focus, .colored-section--alpha
.heading--beta a:focus,
.heading--beta .colored-section--alpha a:focus, .collapsible-text
.heading--beta a:focus,
.heading--beta .collapsible-text a:focus, .colored-section--beta
.heading--beta a:focus,
.heading--beta .colored-section--beta a:focus, .paper-section--beta
.heading--beta a:focus,
.heading--beta .paper-section--beta a:focus, .page-banner
.heading--beta a:focus,
.heading--beta .page-banner a:focus, .colored-section--medium h3 a:focus, h3 .colored-section--medium a:focus, .paper-section--dark h3 a:focus, h3 .paper-section--dark a:focus, .colored-section--alpha h3 a:focus, h3 .colored-section--alpha a:focus, .collapsible-text h3 a:focus, h3 .collapsible-text a:focus, .colored-section--beta h3 a:focus, h3 .colored-section--beta a:focus, .paper-section--beta h3 a:focus, h3 .paper-section--beta a:focus, .page-banner h3 a:focus, h3 .page-banner a:focus, .colored-section--medium
.heading--gamma a:focus,
.heading--gamma .colored-section--medium a:focus, .paper-section--dark
.heading--gamma a:focus,
.heading--gamma .paper-section--dark a:focus, .colored-section--alpha
.heading--gamma a:focus,
.heading--gamma .colored-section--alpha a:focus, .collapsible-text
.heading--gamma a:focus,
.heading--gamma .collapsible-text a:focus, .colored-section--beta
.heading--gamma a:focus,
.heading--gamma .colored-section--beta a:focus, .paper-section--beta
.heading--gamma a:focus,
.heading--gamma .paper-section--beta a:focus, .page-banner
.heading--gamma a:focus,
.heading--gamma .page-banner a:focus, .colored-section--medium h4 a:focus, h4 .colored-section--medium a:focus, .paper-section--dark h4 a:focus, h4 .paper-section--dark a:focus, .colored-section--alpha h4 a:focus, h4 .colored-section--alpha a:focus, .collapsible-text h4 a:focus, h4 .collapsible-text a:focus, .colored-section--beta h4 a:focus, h4 .colored-section--beta a:focus, .paper-section--beta h4 a:focus, h4 .paper-section--beta a:focus, .page-banner h4 a:focus, h4 .page-banner a:focus, .colored-section--medium .form-title a:focus, .form-title .colored-section--medium a:focus, .paper-section--dark .form-title a:focus, .form-title .paper-section--dark a:focus, .colored-section--alpha .form-title a:focus, .form-title .colored-section--alpha a:focus, .collapsible-text .form-title a:focus, .form-title .collapsible-text a:focus, .colored-section--beta .form-title a:focus, .form-title .colored-section--beta a:focus, .paper-section--beta .form-title a:focus, .form-title .paper-section--beta a:focus, .page-banner .form-title a:focus, .form-title .page-banner a:focus, .colored-section--medium
.heading--delta a:focus,
.heading--delta .colored-section--medium a:focus, .paper-section--dark
.heading--delta a:focus,
.heading--delta .paper-section--dark a:focus, .colored-section--alpha
.heading--delta a:focus,
.heading--delta .colored-section--alpha a:focus, .collapsible-text
.heading--delta a:focus,
.heading--delta .collapsible-text a:focus, .colored-section--beta
.heading--delta a:focus,
.heading--delta .colored-section--beta a:focus, .paper-section--beta
.heading--delta a:focus,
.heading--delta .paper-section--beta a:focus, .page-banner
.heading--delta a:focus,
.heading--delta .page-banner a:focus, .colored-section--medium h5 a:focus, h5 .colored-section--medium a:focus, .paper-section--dark h5 a:focus, h5 .paper-section--dark a:focus, .colored-section--alpha h5 a:focus, h5 .colored-section--alpha a:focus, .collapsible-text h5 a:focus, h5 .collapsible-text a:focus, .colored-section--beta h5 a:focus, h5 .colored-section--beta a:focus, .paper-section--beta h5 a:focus, h5 .paper-section--beta a:focus, .page-banner h5 a:focus, h5 .page-banner a:focus, .colored-section--medium
.heading--epsilon a:focus,
.heading--epsilon .colored-section--medium a:focus, .paper-section--dark
.heading--epsilon a:focus,
.heading--epsilon .paper-section--dark a:focus, .colored-section--alpha
.heading--epsilon a:focus,
.heading--epsilon .colored-section--alpha a:focus, .collapsible-text
.heading--epsilon a:focus,
.heading--epsilon .collapsible-text a:focus, .colored-section--beta
.heading--epsilon a:focus,
.heading--epsilon .colored-section--beta a:focus, .paper-section--beta
.heading--epsilon a:focus,
.heading--epsilon .paper-section--beta a:focus, .page-banner
.heading--epsilon a:focus,
.heading--epsilon .page-banner a:focus, .colored-section--medium h6 a:focus, h6 .colored-section--medium a:focus, .paper-section--dark h6 a:focus, h6 .paper-section--dark a:focus, .colored-section--alpha h6 a:focus, h6 .colored-section--alpha a:focus, .collapsible-text h6 a:focus, h6 .collapsible-text a:focus, .colored-section--beta h6 a:focus, h6 .colored-section--beta a:focus, .paper-section--beta h6 a:focus, h6 .paper-section--beta a:focus, .page-banner h6 a:focus, h6 .page-banner a:focus, .colored-section--medium
.heading--zeta a:focus,
.heading--zeta .colored-section--medium a:focus, .paper-section--dark
.heading--zeta a:focus,
.heading--zeta .paper-section--dark a:focus, .colored-section--alpha
.heading--zeta a:focus,
.heading--zeta .colored-section--alpha a:focus, .collapsible-text
.heading--zeta a:focus,
.heading--zeta .collapsible-text a:focus, .colored-section--beta
.heading--zeta a:focus,
.heading--zeta .colored-section--beta a:focus, .paper-section--beta
.heading--zeta a:focus,
.heading--zeta .paper-section--beta a:focus, .page-banner
.heading--zeta a:focus,
.heading--zeta .page-banner a:focus, .colored-section--medium h1 .print-link:focus, h1 .colored-section--medium .print-link:focus, .paper-section--dark h1 .print-link:focus, h1 .paper-section--dark .print-link:focus, .colored-section--alpha h1 .print-link:focus, h1 .colored-section--alpha .print-link:focus, .collapsible-text h1 .print-link:focus, h1 .collapsible-text .print-link:focus, .colored-section--beta h1 .print-link:focus, h1 .colored-section--beta .print-link:focus, .paper-section--beta h1 .print-link:focus, h1 .paper-section--beta .print-link:focus, .page-banner h1 .print-link:focus, h1 .page-banner .print-link:focus, .colored-section--medium
.heading--alpha .print-link:focus,
.heading--alpha .colored-section--medium .print-link:focus, .paper-section--dark
.heading--alpha .print-link:focus,
.heading--alpha .paper-section--dark .print-link:focus, .colored-section--alpha
.heading--alpha .print-link:focus,
.heading--alpha .colored-section--alpha .print-link:focus, .collapsible-text
.heading--alpha .print-link:focus,
.heading--alpha .collapsible-text .print-link:focus, .colored-section--beta
.heading--alpha .print-link:focus,
.heading--alpha .colored-section--beta .print-link:focus, .paper-section--beta
.heading--alpha .print-link:focus,
.heading--alpha .paper-section--beta .print-link:focus, .page-banner
.heading--alpha .print-link:focus,
.heading--alpha .page-banner .print-link:focus, .colored-section--medium h2 .print-link:focus, h2 .colored-section--medium .print-link:focus, .paper-section--dark h2 .print-link:focus, h2 .paper-section--dark .print-link:focus, .colored-section--alpha h2 .print-link:focus, h2 .colored-section--alpha .print-link:focus, .collapsible-text h2 .print-link:focus, h2 .collapsible-text .print-link:focus, .colored-section--beta h2 .print-link:focus, h2 .colored-section--beta .print-link:focus, .paper-section--beta h2 .print-link:focus, h2 .paper-section--beta .print-link:focus, .page-banner h2 .print-link:focus, h2 .page-banner .print-link:focus, .colored-section--medium
.heading--beta .print-link:focus,
.heading--beta .colored-section--medium .print-link:focus, .paper-section--dark
.heading--beta .print-link:focus,
.heading--beta .paper-section--dark .print-link:focus, .colored-section--alpha
.heading--beta .print-link:focus,
.heading--beta .colored-section--alpha .print-link:focus, .collapsible-text
.heading--beta .print-link:focus,
.heading--beta .collapsible-text .print-link:focus, .colored-section--beta
.heading--beta .print-link:focus,
.heading--beta .colored-section--beta .print-link:focus, .paper-section--beta
.heading--beta .print-link:focus,
.heading--beta .paper-section--beta .print-link:focus, .page-banner
.heading--beta .print-link:focus,
.heading--beta .page-banner .print-link:focus, .colored-section--medium h3 .print-link:focus, h3 .colored-section--medium .print-link:focus, .paper-section--dark h3 .print-link:focus, h3 .paper-section--dark .print-link:focus, .colored-section--alpha h3 .print-link:focus, h3 .colored-section--alpha .print-link:focus, .collapsible-text h3 .print-link:focus, h3 .collapsible-text .print-link:focus, .colored-section--beta h3 .print-link:focus, h3 .colored-section--beta .print-link:focus, .paper-section--beta h3 .print-link:focus, h3 .paper-section--beta .print-link:focus, .page-banner h3 .print-link:focus, h3 .page-banner .print-link:focus, .colored-section--medium
.heading--gamma .print-link:focus,
.heading--gamma .colored-section--medium .print-link:focus, .paper-section--dark
.heading--gamma .print-link:focus,
.heading--gamma .paper-section--dark .print-link:focus, .colored-section--alpha
.heading--gamma .print-link:focus,
.heading--gamma .colored-section--alpha .print-link:focus, .collapsible-text
.heading--gamma .print-link:focus,
.heading--gamma .collapsible-text .print-link:focus, .colored-section--beta
.heading--gamma .print-link:focus,
.heading--gamma .colored-section--beta .print-link:focus, .paper-section--beta
.heading--gamma .print-link:focus,
.heading--gamma .paper-section--beta .print-link:focus, .page-banner
.heading--gamma .print-link:focus,
.heading--gamma .page-banner .print-link:focus, .colored-section--medium h4 .print-link:focus, h4 .colored-section--medium .print-link:focus, .paper-section--dark h4 .print-link:focus, h4 .paper-section--dark .print-link:focus, .colored-section--alpha h4 .print-link:focus, h4 .colored-section--alpha .print-link:focus, .collapsible-text h4 .print-link:focus, h4 .collapsible-text .print-link:focus, .colored-section--beta h4 .print-link:focus, h4 .colored-section--beta .print-link:focus, .paper-section--beta h4 .print-link:focus, h4 .paper-section--beta .print-link:focus, .page-banner h4 .print-link:focus, h4 .page-banner .print-link:focus, .colored-section--medium .form-title .print-link:focus, .form-title .colored-section--medium .print-link:focus, .paper-section--dark .form-title .print-link:focus, .form-title .paper-section--dark .print-link:focus, .colored-section--alpha .form-title .print-link:focus, .form-title .colored-section--alpha .print-link:focus, .collapsible-text .form-title .print-link:focus, .form-title .collapsible-text .print-link:focus, .colored-section--beta .form-title .print-link:focus, .form-title .colored-section--beta .print-link:focus, .paper-section--beta .form-title .print-link:focus, .form-title .paper-section--beta .print-link:focus, .page-banner .form-title .print-link:focus, .form-title .page-banner .print-link:focus, .colored-section--medium
.heading--delta .print-link:focus,
.heading--delta .colored-section--medium .print-link:focus, .paper-section--dark
.heading--delta .print-link:focus,
.heading--delta .paper-section--dark .print-link:focus, .colored-section--alpha
.heading--delta .print-link:focus,
.heading--delta .colored-section--alpha .print-link:focus, .collapsible-text
.heading--delta .print-link:focus,
.heading--delta .collapsible-text .print-link:focus, .colored-section--beta
.heading--delta .print-link:focus,
.heading--delta .colored-section--beta .print-link:focus, .paper-section--beta
.heading--delta .print-link:focus,
.heading--delta .paper-section--beta .print-link:focus, .page-banner
.heading--delta .print-link:focus,
.heading--delta .page-banner .print-link:focus, .colored-section--medium h5 .print-link:focus, h5 .colored-section--medium .print-link:focus, .paper-section--dark h5 .print-link:focus, h5 .paper-section--dark .print-link:focus, .colored-section--alpha h5 .print-link:focus, h5 .colored-section--alpha .print-link:focus, .collapsible-text h5 .print-link:focus, h5 .collapsible-text .print-link:focus, .colored-section--beta h5 .print-link:focus, h5 .colored-section--beta .print-link:focus, .paper-section--beta h5 .print-link:focus, h5 .paper-section--beta .print-link:focus, .page-banner h5 .print-link:focus, h5 .page-banner .print-link:focus, .colored-section--medium
.heading--epsilon .print-link:focus,
.heading--epsilon .colored-section--medium .print-link:focus, .paper-section--dark
.heading--epsilon .print-link:focus,
.heading--epsilon .paper-section--dark .print-link:focus, .colored-section--alpha
.heading--epsilon .print-link:focus,
.heading--epsilon .colored-section--alpha .print-link:focus, .collapsible-text
.heading--epsilon .print-link:focus,
.heading--epsilon .collapsible-text .print-link:focus, .colored-section--beta
.heading--epsilon .print-link:focus,
.heading--epsilon .colored-section--beta .print-link:focus, .paper-section--beta
.heading--epsilon .print-link:focus,
.heading--epsilon .paper-section--beta .print-link:focus, .page-banner
.heading--epsilon .print-link:focus,
.heading--epsilon .page-banner .print-link:focus, .colored-section--medium h6 .print-link:focus, h6 .colored-section--medium .print-link:focus, .paper-section--dark h6 .print-link:focus, h6 .paper-section--dark .print-link:focus, .colored-section--alpha h6 .print-link:focus, h6 .colored-section--alpha .print-link:focus, .collapsible-text h6 .print-link:focus, h6 .collapsible-text .print-link:focus, .colored-section--beta h6 .print-link:focus, h6 .colored-section--beta .print-link:focus, .paper-section--beta h6 .print-link:focus, h6 .paper-section--beta .print-link:focus, .page-banner h6 .print-link:focus, h6 .page-banner .print-link:focus, .colored-section--medium
.heading--zeta .print-link:focus,
.heading--zeta .colored-section--medium .print-link:focus, .paper-section--dark
.heading--zeta .print-link:focus,
.heading--zeta .paper-section--dark .print-link:focus, .colored-section--alpha
.heading--zeta .print-link:focus,
.heading--zeta .colored-section--alpha .print-link:focus, .collapsible-text
.heading--zeta .print-link:focus,
.heading--zeta .collapsible-text .print-link:focus, .colored-section--beta
.heading--zeta .print-link:focus,
.heading--zeta .colored-section--beta .print-link:focus, .paper-section--beta
.heading--zeta .print-link:focus,
.heading--zeta .paper-section--beta .print-link:focus, .page-banner
.heading--zeta .print-link:focus,
.heading--zeta .page-banner .print-link:focus, .colored-section--medium
.heading a:hover,
.heading .colored-section--medium a:hover, .paper-section--dark
.heading a:hover,
.heading .paper-section--dark a:hover, .colored-section--alpha
.heading a:hover,
.heading .colored-section--alpha a:hover, .collapsible-text
.heading a:hover,
.heading .collapsible-text a:hover, .colored-section--beta
.heading a:hover,
.heading .colored-section--beta a:hover, .paper-section--beta
.heading a:hover,
.heading .paper-section--beta a:hover, .page-banner
.heading a:hover,
.heading .page-banner a:hover, .colored-section--medium
.heading .print-link:hover,
.heading .colored-section--medium .print-link:hover, .paper-section--dark
.heading .print-link:hover,
.heading .paper-section--dark .print-link:hover, .colored-section--alpha
.heading .print-link:hover,
.heading .colored-section--alpha .print-link:hover, .collapsible-text
.heading .print-link:hover,
.heading .collapsible-text .print-link:hover, .colored-section--beta
.heading .print-link:hover,
.heading .colored-section--beta .print-link:hover, .paper-section--beta
.heading .print-link:hover,
.heading .paper-section--beta .print-link:hover, .page-banner
.heading .print-link:hover,
.heading .page-banner .print-link:hover, .colored-section--medium
.heading a:active,
.heading .colored-section--medium a:active, .paper-section--dark
.heading a:active,
.heading .paper-section--dark a:active, .colored-section--alpha
.heading a:active,
.heading .colored-section--alpha a:active, .collapsible-text
.heading a:active,
.heading .collapsible-text a:active, .colored-section--beta
.heading a:active,
.heading .colored-section--beta a:active, .paper-section--beta
.heading a:active,
.heading .paper-section--beta a:active, .page-banner
.heading a:active,
.heading .page-banner a:active, .colored-section--medium
.heading .print-link:active,
.heading .colored-section--medium .print-link:active, .paper-section--dark
.heading .print-link:active,
.heading .paper-section--dark .print-link:active, .colored-section--alpha
.heading .print-link:active,
.heading .colored-section--alpha .print-link:active, .collapsible-text
.heading .print-link:active,
.heading .collapsible-text .print-link:active, .colored-section--beta
.heading .print-link:active,
.heading .colored-section--beta .print-link:active, .paper-section--beta
.heading .print-link:active,
.heading .paper-section--beta .print-link:active, .page-banner
.heading .print-link:active,
.heading .page-banner .print-link:active, .colored-section--medium
.heading a:focus,
.heading .colored-section--medium a:focus, .paper-section--dark
.heading a:focus,
.heading .paper-section--dark a:focus, .colored-section--alpha
.heading a:focus,
.heading .colored-section--alpha a:focus, .collapsible-text
.heading a:focus,
.heading .collapsible-text a:focus, .colored-section--beta
.heading a:focus,
.heading .colored-section--beta a:focus, .paper-section--beta
.heading a:focus,
.heading .paper-section--beta a:focus, .page-banner
.heading a:focus,
.heading .page-banner a:focus, .colored-section--medium
.heading .print-link:focus,
.heading .colored-section--medium .print-link:focus, .paper-section--dark
.heading .print-link:focus,
.heading .paper-section--dark .print-link:focus, .colored-section--alpha
.heading .print-link:focus,
.heading .colored-section--alpha .print-link:focus, .collapsible-text
.heading .print-link:focus,
.heading .collapsible-text .print-link:focus, .colored-section--beta
.heading .print-link:focus,
.heading .colored-section--beta .print-link:focus, .paper-section--beta
.heading .print-link:focus,
.heading .paper-section--beta .print-link:focus, .page-banner
.heading .print-link:focus,
.heading .page-banner .print-link:focus, .colored-section--medium .topic-nav__item--current, .paper-section--dark .topic-nav__item--current, .colored-section--alpha .topic-nav__item--current, .collapsible-text .topic-nav__item--current, .colored-section--beta .topic-nav__item--current, .paper-section--beta .topic-nav__item--current, .page-banner .topic-nav__item--current {
  color: #e2e2e2;
}

.colored-section--dark h1, .colored-section--dark
.heading--alpha, .colored-section--dark h2, .colored-section--dark
.heading--beta, .colored-section--dark h3, .colored-section--dark
.heading--gamma, .colored-section--dark h4, .colored-section--dark .form-title, .colored-section--dark
.heading--delta, .colored-section--dark h5, .colored-section--dark
.heading--epsilon, .colored-section--dark h6, .colored-section--dark
.heading--zeta, .colored-section--medium h1, .paper-section--dark h1, .colored-section--alpha h1, .collapsible-text h1, .colored-section--beta h1, .paper-section--beta h1, .page-banner h1, .colored-section--medium
.heading--alpha, .paper-section--dark
.heading--alpha, .colored-section--alpha
.heading--alpha, .collapsible-text
.heading--alpha, .colored-section--beta
.heading--alpha, .paper-section--beta
.heading--alpha, .page-banner
.heading--alpha, .colored-section--medium h2, .paper-section--dark h2, .colored-section--alpha h2, .collapsible-text h2, .colored-section--beta h2, .paper-section--beta h2, .page-banner h2, .colored-section--medium
.heading--beta, .paper-section--dark
.heading--beta, .colored-section--alpha
.heading--beta, .collapsible-text
.heading--beta, .colored-section--beta
.heading--beta, .paper-section--beta
.heading--beta, .page-banner
.heading--beta, .colored-section--medium h3, .paper-section--dark h3, .colored-section--alpha h3, .collapsible-text h3, .colored-section--beta h3, .paper-section--beta h3, .page-banner h3, .colored-section--medium
.heading--gamma, .paper-section--dark
.heading--gamma, .colored-section--alpha
.heading--gamma, .collapsible-text
.heading--gamma, .colored-section--beta
.heading--gamma, .paper-section--beta
.heading--gamma, .page-banner
.heading--gamma, .colored-section--medium h4, .paper-section--dark h4, .colored-section--alpha h4, .collapsible-text h4, .colored-section--beta h4, .paper-section--beta h4, .page-banner h4, .colored-section--medium .form-title, .paper-section--dark .form-title, .colored-section--alpha .form-title, .collapsible-text .form-title, .colored-section--beta .form-title, .paper-section--beta .form-title, .page-banner .form-title, .colored-section--medium
.heading--delta, .paper-section--dark
.heading--delta, .colored-section--alpha
.heading--delta, .collapsible-text
.heading--delta, .colored-section--beta
.heading--delta, .paper-section--beta
.heading--delta, .page-banner
.heading--delta, .colored-section--medium h5, .paper-section--dark h5, .colored-section--alpha h5, .collapsible-text h5, .colored-section--beta h5, .paper-section--beta h5, .page-banner h5, .colored-section--medium
.heading--epsilon, .paper-section--dark
.heading--epsilon, .colored-section--alpha
.heading--epsilon, .collapsible-text
.heading--epsilon, .colored-section--beta
.heading--epsilon, .paper-section--beta
.heading--epsilon, .page-banner
.heading--epsilon, .colored-section--medium h6, .paper-section--dark h6, .colored-section--alpha h6, .collapsible-text h6, .colored-section--beta h6, .paper-section--beta h6, .page-banner h6, .colored-section--medium
.heading--zeta, .paper-section--dark
.heading--zeta, .colored-section--alpha
.heading--zeta, .collapsible-text
.heading--zeta, .colored-section--beta
.heading--zeta, .paper-section--beta
.heading--zeta, .page-banner
.heading--zeta {
  color: #fbfbfb;
}

.colored-section--dark .subheading, .colored-section--dark .statistic__label, .colored-section--dark .post-header__byline,
.colored-section--dark .hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing
.colored-section--dark a,
.colored-section--dark .hs_cos_wrapper_type_post_listing .print-link, .hs_cos_wrapper_type_post_listing
.colored-section--dark .print-link, .colored-section--medium .subheading, .paper-section--dark .subheading, .colored-section--alpha .subheading, .collapsible-text .subheading, .colored-section--beta .subheading, .paper-section--beta .subheading, .page-banner .subheading, .colored-section--medium .statistic__label, .paper-section--dark .statistic__label, .colored-section--alpha .statistic__label, .collapsible-text .statistic__label, .colored-section--beta .statistic__label, .paper-section--beta .statistic__label, .page-banner .statistic__label, .colored-section--medium .post-header__byline, .paper-section--dark .post-header__byline, .colored-section--alpha .post-header__byline, .collapsible-text .post-header__byline, .colored-section--beta .post-header__byline, .paper-section--beta .post-header__byline, .page-banner .post-header__byline, .colored-section--medium .hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing .colored-section--medium a, .paper-section--dark .hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing .paper-section--dark a, .colored-section--alpha .hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing .colored-section--alpha a, .collapsible-text .hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing .collapsible-text a, .colored-section--beta .hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing .colored-section--beta a, .paper-section--beta .hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing .paper-section--beta a, .page-banner .hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing .page-banner a, .colored-section--medium .hs_cos_wrapper_type_post_listing .print-link, .hs_cos_wrapper_type_post_listing .colored-section--medium .print-link, .paper-section--dark .hs_cos_wrapper_type_post_listing .print-link, .hs_cos_wrapper_type_post_listing .paper-section--dark .print-link, .colored-section--alpha .hs_cos_wrapper_type_post_listing .print-link, .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link, .collapsible-text .hs_cos_wrapper_type_post_listing .print-link, .hs_cos_wrapper_type_post_listing .collapsible-text .print-link, .colored-section--beta .hs_cos_wrapper_type_post_listing .print-link, .hs_cos_wrapper_type_post_listing .colored-section--beta .print-link, .paper-section--beta .hs_cos_wrapper_type_post_listing .print-link, .hs_cos_wrapper_type_post_listing .paper-section--beta .print-link, .page-banner .hs_cos_wrapper_type_post_listing .print-link, .hs_cos_wrapper_type_post_listing .page-banner .print-link {
  color: #fbfbfb;
}

.colored-section--medium, .paper-section--dark {
  background-color: #777675;
}

.colored-section--alpha,
.collapsible-text {
  background-color: #789d4a;
}

.colored-section--alpha .hs-form-field .hs-form-required, .hs-form-field .colored-section--alpha .hs-form-required, .colored-section--alpha .slider__control--direction:hover, .colored-section--alpha .hs_cos_flex-direction-nav a:hover, .hs_cos_flex-direction-nav .colored-section--alpha a:hover, .colored-section--alpha .slider__control--direction--next:hover, .colored-section--alpha .slider__next:hover, .colored-section--alpha .slider--thumbs__control--direction--next:hover, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-next:hover, .colored-section--alpha .slider__control--direction--prev:hover, .colored-section--alpha .slider__prev:hover, .colored-section--alpha .slider--thumbs__control--direction--prev:hover, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-prev:hover, .colored-section--alpha .slider--thumbs__control--direction:hover, .colored-section--alpha .slider__control--direction:active, .colored-section--alpha .hs_cos_flex-direction-nav a:active, .hs_cos_flex-direction-nav .colored-section--alpha a:active, .colored-section--alpha .slider__control--direction--next:active, .colored-section--alpha .slider__next:active, .colored-section--alpha .slider--thumbs__control--direction--next:active, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-next:active, .colored-section--alpha .slider__control--direction--prev:active, .colored-section--alpha .slider__prev:active, .colored-section--alpha .slider--thumbs__control--direction--prev:active, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-prev:active, .colored-section--alpha .slider--thumbs__control--direction:active, .colored-section--alpha .slider__control--direction:focus, .colored-section--alpha .hs_cos_flex-direction-nav a:focus, .hs_cos_flex-direction-nav .colored-section--alpha a:focus, .colored-section--alpha .slider__control--direction--next:focus, .colored-section--alpha .slider__next:focus, .colored-section--alpha .slider--thumbs__control--direction--next:focus, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-next:focus, .colored-section--alpha .slider__control--direction--prev:focus, .colored-section--alpha .slider__prev:focus, .colored-section--alpha .slider--thumbs__control--direction--prev:focus, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-prev:focus, .colored-section--alpha .slider--thumbs__control--direction:focus, .colored-section--alpha .slider__control--direction--hover, .colored-section--alpha .tab-navigation a:hover, .tab-navigation .colored-section--alpha a:hover, .colored-section--alpha .tab-navigation .print-link:hover, .tab-navigation .colored-section--alpha .print-link:hover, .colored-section--alpha .tab-navigation a:active, .tab-navigation .colored-section--alpha a:active, .colored-section--alpha .tab-navigation .print-link:active, .tab-navigation .colored-section--alpha .print-link:active, .colored-section--alpha .tab-navigation a:focus, .tab-navigation .colored-section--alpha a:focus, .colored-section--alpha .tab-navigation .print-link:focus, .tab-navigation .colored-section--alpha .print-link:focus, .colored-section--alpha .tab-navigation a.current-tab, .tab-navigation .colored-section--alpha a.current-tab, .colored-section--alpha .tab-navigation .current-tab.print-link, .tab-navigation .colored-section--alpha .current-tab.print-link, .colored-section--alpha .search__submit:hover, .colored-section--alpha .search__submit:active, .colored-section--alpha .search__submit:focus, .colored-section--alpha .search__submit--hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h1 a:hover, .hs_cos_wrapper_type_post_listing h1 .colored-section--alpha a:hover, .colored-section--alpha h1 .hs_cos_wrapper_type_post_listing a:hover, h1 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--alpha a:hover, .hs_cos_wrapper_type_post_listing
.heading--alpha .colored-section--alpha a:hover, .colored-section--alpha
.heading--alpha .hs_cos_wrapper_type_post_listing a:hover,
.heading--alpha .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h2 a:hover, .hs_cos_wrapper_type_post_listing h2 .colored-section--alpha a:hover, .colored-section--alpha h2 .hs_cos_wrapper_type_post_listing a:hover, h2 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--beta a:hover, .hs_cos_wrapper_type_post_listing
.heading--beta .colored-section--alpha a:hover, .colored-section--alpha
.heading--beta .hs_cos_wrapper_type_post_listing a:hover,
.heading--beta .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h3 a:hover, .hs_cos_wrapper_type_post_listing h3 .colored-section--alpha a:hover, .colored-section--alpha h3 .hs_cos_wrapper_type_post_listing a:hover, h3 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--gamma a:hover, .hs_cos_wrapper_type_post_listing
.heading--gamma .colored-section--alpha a:hover, .colored-section--alpha
.heading--gamma .hs_cos_wrapper_type_post_listing a:hover,
.heading--gamma .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h4 a:hover, .hs_cos_wrapper_type_post_listing h4 .colored-section--alpha a:hover, .colored-section--alpha h4 .hs_cos_wrapper_type_post_listing a:hover, h4 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing .form-title a:hover, .hs_cos_wrapper_type_post_listing .form-title .colored-section--alpha a:hover, .colored-section--alpha .form-title .hs_cos_wrapper_type_post_listing a:hover, .form-title .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--delta a:hover, .hs_cos_wrapper_type_post_listing
.heading--delta .colored-section--alpha a:hover, .colored-section--alpha
.heading--delta .hs_cos_wrapper_type_post_listing a:hover,
.heading--delta .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h5 a:hover, .hs_cos_wrapper_type_post_listing h5 .colored-section--alpha a:hover, .colored-section--alpha h5 .hs_cos_wrapper_type_post_listing a:hover, h5 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--epsilon a:hover, .hs_cos_wrapper_type_post_listing
.heading--epsilon .colored-section--alpha a:hover, .colored-section--alpha
.heading--epsilon .hs_cos_wrapper_type_post_listing a:hover,
.heading--epsilon .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h6 a:hover, .hs_cos_wrapper_type_post_listing h6 .colored-section--alpha a:hover, .colored-section--alpha h6 .hs_cos_wrapper_type_post_listing a:hover, h6 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--zeta a:hover, .hs_cos_wrapper_type_post_listing
.heading--zeta .colored-section--alpha a:hover, .colored-section--alpha
.heading--zeta .hs_cos_wrapper_type_post_listing a:hover,
.heading--zeta .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h1 .print-link:hover, .hs_cos_wrapper_type_post_listing h1 .colored-section--alpha .print-link:hover, .colored-section--alpha h1 .hs_cos_wrapper_type_post_listing .print-link:hover, h1 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--alpha .colored-section--alpha .print-link:hover, .colored-section--alpha
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--alpha .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h2 .print-link:hover, .hs_cos_wrapper_type_post_listing h2 .colored-section--alpha .print-link:hover, .colored-section--alpha h2 .hs_cos_wrapper_type_post_listing .print-link:hover, h2 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--beta .colored-section--alpha .print-link:hover, .colored-section--alpha
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--beta .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h3 .print-link:hover, .hs_cos_wrapper_type_post_listing h3 .colored-section--alpha .print-link:hover, .colored-section--alpha h3 .hs_cos_wrapper_type_post_listing .print-link:hover, h3 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--gamma .colored-section--alpha .print-link:hover, .colored-section--alpha
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--gamma .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h4 .print-link:hover, .hs_cos_wrapper_type_post_listing h4 .colored-section--alpha .print-link:hover, .colored-section--alpha h4 .hs_cos_wrapper_type_post_listing .print-link:hover, h4 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing .form-title .print-link:hover, .hs_cos_wrapper_type_post_listing .form-title .colored-section--alpha .print-link:hover, .colored-section--alpha .form-title .hs_cos_wrapper_type_post_listing .print-link:hover, .form-title .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--delta .colored-section--alpha .print-link:hover, .colored-section--alpha
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--delta .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h5 .print-link:hover, .hs_cos_wrapper_type_post_listing h5 .colored-section--alpha .print-link:hover, .colored-section--alpha h5 .hs_cos_wrapper_type_post_listing .print-link:hover, h5 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--epsilon .colored-section--alpha .print-link:hover, .colored-section--alpha
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--epsilon .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h6 .print-link:hover, .hs_cos_wrapper_type_post_listing h6 .colored-section--alpha .print-link:hover, .colored-section--alpha h6 .hs_cos_wrapper_type_post_listing .print-link:hover, h6 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--zeta .colored-section--alpha .print-link:hover, .colored-section--alpha
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--zeta .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing h1 a:active, .hs_cos_wrapper_type_post_listing h1 .colored-section--alpha a:active, .colored-section--alpha h1 .hs_cos_wrapper_type_post_listing a:active, h1 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--alpha a:active, .hs_cos_wrapper_type_post_listing
.heading--alpha .colored-section--alpha a:active, .colored-section--alpha
.heading--alpha .hs_cos_wrapper_type_post_listing a:active,
.heading--alpha .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h2 a:active, .hs_cos_wrapper_type_post_listing h2 .colored-section--alpha a:active, .colored-section--alpha h2 .hs_cos_wrapper_type_post_listing a:active, h2 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--beta a:active, .hs_cos_wrapper_type_post_listing
.heading--beta .colored-section--alpha a:active, .colored-section--alpha
.heading--beta .hs_cos_wrapper_type_post_listing a:active,
.heading--beta .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h3 a:active, .hs_cos_wrapper_type_post_listing h3 .colored-section--alpha a:active, .colored-section--alpha h3 .hs_cos_wrapper_type_post_listing a:active, h3 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--gamma a:active, .hs_cos_wrapper_type_post_listing
.heading--gamma .colored-section--alpha a:active, .colored-section--alpha
.heading--gamma .hs_cos_wrapper_type_post_listing a:active,
.heading--gamma .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h4 a:active, .hs_cos_wrapper_type_post_listing h4 .colored-section--alpha a:active, .colored-section--alpha h4 .hs_cos_wrapper_type_post_listing a:active, h4 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing .form-title a:active, .hs_cos_wrapper_type_post_listing .form-title .colored-section--alpha a:active, .colored-section--alpha .form-title .hs_cos_wrapper_type_post_listing a:active, .form-title .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--delta a:active, .hs_cos_wrapper_type_post_listing
.heading--delta .colored-section--alpha a:active, .colored-section--alpha
.heading--delta .hs_cos_wrapper_type_post_listing a:active,
.heading--delta .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h5 a:active, .hs_cos_wrapper_type_post_listing h5 .colored-section--alpha a:active, .colored-section--alpha h5 .hs_cos_wrapper_type_post_listing a:active, h5 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--epsilon a:active, .hs_cos_wrapper_type_post_listing
.heading--epsilon .colored-section--alpha a:active, .colored-section--alpha
.heading--epsilon .hs_cos_wrapper_type_post_listing a:active,
.heading--epsilon .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h6 a:active, .hs_cos_wrapper_type_post_listing h6 .colored-section--alpha a:active, .colored-section--alpha h6 .hs_cos_wrapper_type_post_listing a:active, h6 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--zeta a:active, .hs_cos_wrapper_type_post_listing
.heading--zeta .colored-section--alpha a:active, .colored-section--alpha
.heading--zeta .hs_cos_wrapper_type_post_listing a:active,
.heading--zeta .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h1 .print-link:active, .hs_cos_wrapper_type_post_listing h1 .colored-section--alpha .print-link:active, .colored-section--alpha h1 .hs_cos_wrapper_type_post_listing .print-link:active, h1 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--alpha .colored-section--alpha .print-link:active, .colored-section--alpha
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--alpha .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h2 .print-link:active, .hs_cos_wrapper_type_post_listing h2 .colored-section--alpha .print-link:active, .colored-section--alpha h2 .hs_cos_wrapper_type_post_listing .print-link:active, h2 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--beta .colored-section--alpha .print-link:active, .colored-section--alpha
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--beta .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h3 .print-link:active, .hs_cos_wrapper_type_post_listing h3 .colored-section--alpha .print-link:active, .colored-section--alpha h3 .hs_cos_wrapper_type_post_listing .print-link:active, h3 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--gamma .colored-section--alpha .print-link:active, .colored-section--alpha
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--gamma .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h4 .print-link:active, .hs_cos_wrapper_type_post_listing h4 .colored-section--alpha .print-link:active, .colored-section--alpha h4 .hs_cos_wrapper_type_post_listing .print-link:active, h4 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing .form-title .print-link:active, .hs_cos_wrapper_type_post_listing .form-title .colored-section--alpha .print-link:active, .colored-section--alpha .form-title .hs_cos_wrapper_type_post_listing .print-link:active, .form-title .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--delta .colored-section--alpha .print-link:active, .colored-section--alpha
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--delta .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h5 .print-link:active, .hs_cos_wrapper_type_post_listing h5 .colored-section--alpha .print-link:active, .colored-section--alpha h5 .hs_cos_wrapper_type_post_listing .print-link:active, h5 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--epsilon .colored-section--alpha .print-link:active, .colored-section--alpha
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--epsilon .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h6 .print-link:active, .hs_cos_wrapper_type_post_listing h6 .colored-section--alpha .print-link:active, .colored-section--alpha h6 .hs_cos_wrapper_type_post_listing .print-link:active, h6 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--zeta .colored-section--alpha .print-link:active, .colored-section--alpha
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--zeta .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing h1 a:focus, .hs_cos_wrapper_type_post_listing h1 .colored-section--alpha a:focus, .colored-section--alpha h1 .hs_cos_wrapper_type_post_listing a:focus, h1 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--alpha a:focus, .hs_cos_wrapper_type_post_listing
.heading--alpha .colored-section--alpha a:focus, .colored-section--alpha
.heading--alpha .hs_cos_wrapper_type_post_listing a:focus,
.heading--alpha .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h2 a:focus, .hs_cos_wrapper_type_post_listing h2 .colored-section--alpha a:focus, .colored-section--alpha h2 .hs_cos_wrapper_type_post_listing a:focus, h2 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--beta a:focus, .hs_cos_wrapper_type_post_listing
.heading--beta .colored-section--alpha a:focus, .colored-section--alpha
.heading--beta .hs_cos_wrapper_type_post_listing a:focus,
.heading--beta .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h3 a:focus, .hs_cos_wrapper_type_post_listing h3 .colored-section--alpha a:focus, .colored-section--alpha h3 .hs_cos_wrapper_type_post_listing a:focus, h3 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--gamma a:focus, .hs_cos_wrapper_type_post_listing
.heading--gamma .colored-section--alpha a:focus, .colored-section--alpha
.heading--gamma .hs_cos_wrapper_type_post_listing a:focus,
.heading--gamma .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h4 a:focus, .hs_cos_wrapper_type_post_listing h4 .colored-section--alpha a:focus, .colored-section--alpha h4 .hs_cos_wrapper_type_post_listing a:focus, h4 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing .form-title a:focus, .hs_cos_wrapper_type_post_listing .form-title .colored-section--alpha a:focus, .colored-section--alpha .form-title .hs_cos_wrapper_type_post_listing a:focus, .form-title .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--delta a:focus, .hs_cos_wrapper_type_post_listing
.heading--delta .colored-section--alpha a:focus, .colored-section--alpha
.heading--delta .hs_cos_wrapper_type_post_listing a:focus,
.heading--delta .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h5 a:focus, .hs_cos_wrapper_type_post_listing h5 .colored-section--alpha a:focus, .colored-section--alpha h5 .hs_cos_wrapper_type_post_listing a:focus, h5 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--epsilon a:focus, .hs_cos_wrapper_type_post_listing
.heading--epsilon .colored-section--alpha a:focus, .colored-section--alpha
.heading--epsilon .hs_cos_wrapper_type_post_listing a:focus,
.heading--epsilon .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h6 a:focus, .hs_cos_wrapper_type_post_listing h6 .colored-section--alpha a:focus, .colored-section--alpha h6 .hs_cos_wrapper_type_post_listing a:focus, h6 .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--zeta a:focus, .hs_cos_wrapper_type_post_listing
.heading--zeta .colored-section--alpha a:focus, .colored-section--alpha
.heading--zeta .hs_cos_wrapper_type_post_listing a:focus,
.heading--zeta .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h1 .print-link:focus, .hs_cos_wrapper_type_post_listing h1 .colored-section--alpha .print-link:focus, .colored-section--alpha h1 .hs_cos_wrapper_type_post_listing .print-link:focus, h1 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--alpha .colored-section--alpha .print-link:focus, .colored-section--alpha
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--alpha .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h2 .print-link:focus, .hs_cos_wrapper_type_post_listing h2 .colored-section--alpha .print-link:focus, .colored-section--alpha h2 .hs_cos_wrapper_type_post_listing .print-link:focus, h2 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--beta .colored-section--alpha .print-link:focus, .colored-section--alpha
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--beta .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h3 .print-link:focus, .hs_cos_wrapper_type_post_listing h3 .colored-section--alpha .print-link:focus, .colored-section--alpha h3 .hs_cos_wrapper_type_post_listing .print-link:focus, h3 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--gamma .colored-section--alpha .print-link:focus, .colored-section--alpha
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--gamma .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h4 .print-link:focus, .hs_cos_wrapper_type_post_listing h4 .colored-section--alpha .print-link:focus, .colored-section--alpha h4 .hs_cos_wrapper_type_post_listing .print-link:focus, h4 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing .form-title .print-link:focus, .hs_cos_wrapper_type_post_listing .form-title .colored-section--alpha .print-link:focus, .colored-section--alpha .form-title .hs_cos_wrapper_type_post_listing .print-link:focus, .form-title .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--delta .colored-section--alpha .print-link:focus, .colored-section--alpha
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--delta .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h5 .print-link:focus, .hs_cos_wrapper_type_post_listing h5 .colored-section--alpha .print-link:focus, .colored-section--alpha h5 .hs_cos_wrapper_type_post_listing .print-link:focus, h5 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--epsilon .colored-section--alpha .print-link:focus, .colored-section--alpha
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--epsilon .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing h6 .print-link:focus, .hs_cos_wrapper_type_post_listing h6 .colored-section--alpha .print-link:focus, .colored-section--alpha h6 .hs_cos_wrapper_type_post_listing .print-link:focus, h6 .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--zeta .colored-section--alpha .print-link:focus, .colored-section--alpha
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--zeta .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading a:hover, .hs_cos_wrapper_type_post_listing
.heading .colored-section--alpha a:hover, .colored-section--alpha
.heading .hs_cos_wrapper_type_post_listing a:hover,
.heading .hs_cos_wrapper_type_post_listing .colored-section--alpha a:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading .colored-section--alpha .print-link:hover, .colored-section--alpha
.heading .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:hover, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading a:active, .hs_cos_wrapper_type_post_listing
.heading .colored-section--alpha a:active, .colored-section--alpha
.heading .hs_cos_wrapper_type_post_listing a:active,
.heading .hs_cos_wrapper_type_post_listing .colored-section--alpha a:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading .print-link:active, .hs_cos_wrapper_type_post_listing
.heading .colored-section--alpha .print-link:active, .colored-section--alpha
.heading .hs_cos_wrapper_type_post_listing .print-link:active,
.heading .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:active, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading a:focus, .hs_cos_wrapper_type_post_listing
.heading .colored-section--alpha a:focus, .colored-section--alpha
.heading .hs_cos_wrapper_type_post_listing a:focus,
.heading .hs_cos_wrapper_type_post_listing .colored-section--alpha a:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing
.heading .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading .colored-section--alpha .print-link:focus, .colored-section--alpha
.heading .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading .hs_cos_wrapper_type_post_listing .colored-section--alpha .print-link:focus, .colored-section--alpha .hs_cos_wrapper_type_post_listing .topic-nav__item--current, .hs_cos_wrapper_type_post_listing .colored-section--alpha .topic-nav__item--current, .collapsible-text .hs-form-field .hs-form-required, .hs-form-field .collapsible-text .hs-form-required, .collapsible-text .slider__control--direction:hover, .collapsible-text .hs_cos_flex-direction-nav a:hover, .hs_cos_flex-direction-nav .collapsible-text a:hover, .collapsible-text .slider__control--direction--next:hover, .collapsible-text .slider__next:hover, .collapsible-text .slider--thumbs__control--direction--next:hover, .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-next:hover, .collapsible-text .slider__control--direction--prev:hover, .collapsible-text .slider__prev:hover, .collapsible-text .slider--thumbs__control--direction--prev:hover, .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-prev:hover, .collapsible-text .slider--thumbs__control--direction:hover, .collapsible-text .slider__control--direction:active, .collapsible-text .hs_cos_flex-direction-nav a:active, .hs_cos_flex-direction-nav .collapsible-text a:active, .collapsible-text .slider__control--direction--next:active, .collapsible-text .slider__next:active, .collapsible-text .slider--thumbs__control--direction--next:active, .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-next:active, .collapsible-text .slider__control--direction--prev:active, .collapsible-text .slider__prev:active, .collapsible-text .slider--thumbs__control--direction--prev:active, .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-prev:active, .collapsible-text .slider--thumbs__control--direction:active, .collapsible-text .slider__control--direction:focus, .collapsible-text .hs_cos_flex-direction-nav a:focus, .hs_cos_flex-direction-nav .collapsible-text a:focus, .collapsible-text .slider__control--direction--next:focus, .collapsible-text .slider__next:focus, .collapsible-text .slider--thumbs__control--direction--next:focus, .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-next:focus, .collapsible-text .slider__control--direction--prev:focus, .collapsible-text .slider__prev:focus, .collapsible-text .slider--thumbs__control--direction--prev:focus, .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-prev:focus, .collapsible-text .slider--thumbs__control--direction:focus, .collapsible-text .slider__control--direction--hover, .collapsible-text .tab-navigation a:hover, .tab-navigation .collapsible-text a:hover, .collapsible-text .tab-navigation .print-link:hover, .tab-navigation .collapsible-text .print-link:hover, .collapsible-text .tab-navigation a:active, .tab-navigation .collapsible-text a:active, .collapsible-text .tab-navigation .print-link:active, .tab-navigation .collapsible-text .print-link:active, .collapsible-text .tab-navigation a:focus, .tab-navigation .collapsible-text a:focus, .collapsible-text .tab-navigation .print-link:focus, .tab-navigation .collapsible-text .print-link:focus, .collapsible-text .tab-navigation a.current-tab, .tab-navigation .collapsible-text a.current-tab, .collapsible-text .tab-navigation .current-tab.print-link, .tab-navigation .collapsible-text .current-tab.print-link, .collapsible-text .search__submit:hover, .collapsible-text .search__submit:active, .collapsible-text .search__submit:focus, .collapsible-text .search__submit--hover, .collapsible-text .hs_cos_wrapper_type_post_listing a:hover, .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing .print-link:hover, .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing a:active, .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing .print-link:active, .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing a:focus, .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing .print-link:focus, .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h1 a:hover, .hs_cos_wrapper_type_post_listing h1 .collapsible-text a:hover, .collapsible-text h1 .hs_cos_wrapper_type_post_listing a:hover, h1 .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--alpha a:hover, .hs_cos_wrapper_type_post_listing
.heading--alpha .collapsible-text a:hover, .collapsible-text
.heading--alpha .hs_cos_wrapper_type_post_listing a:hover,
.heading--alpha .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h2 a:hover, .hs_cos_wrapper_type_post_listing h2 .collapsible-text a:hover, .collapsible-text h2 .hs_cos_wrapper_type_post_listing a:hover, h2 .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--beta a:hover, .hs_cos_wrapper_type_post_listing
.heading--beta .collapsible-text a:hover, .collapsible-text
.heading--beta .hs_cos_wrapper_type_post_listing a:hover,
.heading--beta .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h3 a:hover, .hs_cos_wrapper_type_post_listing h3 .collapsible-text a:hover, .collapsible-text h3 .hs_cos_wrapper_type_post_listing a:hover, h3 .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--gamma a:hover, .hs_cos_wrapper_type_post_listing
.heading--gamma .collapsible-text a:hover, .collapsible-text
.heading--gamma .hs_cos_wrapper_type_post_listing a:hover,
.heading--gamma .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h4 a:hover, .hs_cos_wrapper_type_post_listing h4 .collapsible-text a:hover, .collapsible-text h4 .hs_cos_wrapper_type_post_listing a:hover, h4 .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing .form-title a:hover, .hs_cos_wrapper_type_post_listing .form-title .collapsible-text a:hover, .collapsible-text .form-title .hs_cos_wrapper_type_post_listing a:hover, .form-title .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--delta a:hover, .hs_cos_wrapper_type_post_listing
.heading--delta .collapsible-text a:hover, .collapsible-text
.heading--delta .hs_cos_wrapper_type_post_listing a:hover,
.heading--delta .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h5 a:hover, .hs_cos_wrapper_type_post_listing h5 .collapsible-text a:hover, .collapsible-text h5 .hs_cos_wrapper_type_post_listing a:hover, h5 .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--epsilon a:hover, .hs_cos_wrapper_type_post_listing
.heading--epsilon .collapsible-text a:hover, .collapsible-text
.heading--epsilon .hs_cos_wrapper_type_post_listing a:hover,
.heading--epsilon .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h6 a:hover, .hs_cos_wrapper_type_post_listing h6 .collapsible-text a:hover, .collapsible-text h6 .hs_cos_wrapper_type_post_listing a:hover, h6 .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--zeta a:hover, .hs_cos_wrapper_type_post_listing
.heading--zeta .collapsible-text a:hover, .collapsible-text
.heading--zeta .hs_cos_wrapper_type_post_listing a:hover,
.heading--zeta .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h1 .print-link:hover, .hs_cos_wrapper_type_post_listing h1 .collapsible-text .print-link:hover, .collapsible-text h1 .hs_cos_wrapper_type_post_listing .print-link:hover, h1 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--alpha .collapsible-text .print-link:hover, .collapsible-text
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--alpha .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h2 .print-link:hover, .hs_cos_wrapper_type_post_listing h2 .collapsible-text .print-link:hover, .collapsible-text h2 .hs_cos_wrapper_type_post_listing .print-link:hover, h2 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--beta .collapsible-text .print-link:hover, .collapsible-text
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--beta .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h3 .print-link:hover, .hs_cos_wrapper_type_post_listing h3 .collapsible-text .print-link:hover, .collapsible-text h3 .hs_cos_wrapper_type_post_listing .print-link:hover, h3 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--gamma .collapsible-text .print-link:hover, .collapsible-text
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--gamma .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h4 .print-link:hover, .hs_cos_wrapper_type_post_listing h4 .collapsible-text .print-link:hover, .collapsible-text h4 .hs_cos_wrapper_type_post_listing .print-link:hover, h4 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing .form-title .print-link:hover, .hs_cos_wrapper_type_post_listing .form-title .collapsible-text .print-link:hover, .collapsible-text .form-title .hs_cos_wrapper_type_post_listing .print-link:hover, .form-title .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--delta .collapsible-text .print-link:hover, .collapsible-text
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--delta .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h5 .print-link:hover, .hs_cos_wrapper_type_post_listing h5 .collapsible-text .print-link:hover, .collapsible-text h5 .hs_cos_wrapper_type_post_listing .print-link:hover, h5 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--epsilon .collapsible-text .print-link:hover, .collapsible-text
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--epsilon .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h6 .print-link:hover, .hs_cos_wrapper_type_post_listing h6 .collapsible-text .print-link:hover, .collapsible-text h6 .hs_cos_wrapper_type_post_listing .print-link:hover, h6 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading--zeta .collapsible-text .print-link:hover, .collapsible-text
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading--zeta .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing h1 a:active, .hs_cos_wrapper_type_post_listing h1 .collapsible-text a:active, .collapsible-text h1 .hs_cos_wrapper_type_post_listing a:active, h1 .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--alpha a:active, .hs_cos_wrapper_type_post_listing
.heading--alpha .collapsible-text a:active, .collapsible-text
.heading--alpha .hs_cos_wrapper_type_post_listing a:active,
.heading--alpha .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing h2 a:active, .hs_cos_wrapper_type_post_listing h2 .collapsible-text a:active, .collapsible-text h2 .hs_cos_wrapper_type_post_listing a:active, h2 .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--beta a:active, .hs_cos_wrapper_type_post_listing
.heading--beta .collapsible-text a:active, .collapsible-text
.heading--beta .hs_cos_wrapper_type_post_listing a:active,
.heading--beta .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing h3 a:active, .hs_cos_wrapper_type_post_listing h3 .collapsible-text a:active, .collapsible-text h3 .hs_cos_wrapper_type_post_listing a:active, h3 .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--gamma a:active, .hs_cos_wrapper_type_post_listing
.heading--gamma .collapsible-text a:active, .collapsible-text
.heading--gamma .hs_cos_wrapper_type_post_listing a:active,
.heading--gamma .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing h4 a:active, .hs_cos_wrapper_type_post_listing h4 .collapsible-text a:active, .collapsible-text h4 .hs_cos_wrapper_type_post_listing a:active, h4 .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing .form-title a:active, .hs_cos_wrapper_type_post_listing .form-title .collapsible-text a:active, .collapsible-text .form-title .hs_cos_wrapper_type_post_listing a:active, .form-title .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--delta a:active, .hs_cos_wrapper_type_post_listing
.heading--delta .collapsible-text a:active, .collapsible-text
.heading--delta .hs_cos_wrapper_type_post_listing a:active,
.heading--delta .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing h5 a:active, .hs_cos_wrapper_type_post_listing h5 .collapsible-text a:active, .collapsible-text h5 .hs_cos_wrapper_type_post_listing a:active, h5 .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--epsilon a:active, .hs_cos_wrapper_type_post_listing
.heading--epsilon .collapsible-text a:active, .collapsible-text
.heading--epsilon .hs_cos_wrapper_type_post_listing a:active,
.heading--epsilon .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing h6 a:active, .hs_cos_wrapper_type_post_listing h6 .collapsible-text a:active, .collapsible-text h6 .hs_cos_wrapper_type_post_listing a:active, h6 .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--zeta a:active, .hs_cos_wrapper_type_post_listing
.heading--zeta .collapsible-text a:active, .collapsible-text
.heading--zeta .hs_cos_wrapper_type_post_listing a:active,
.heading--zeta .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing h1 .print-link:active, .hs_cos_wrapper_type_post_listing h1 .collapsible-text .print-link:active, .collapsible-text h1 .hs_cos_wrapper_type_post_listing .print-link:active, h1 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--alpha .collapsible-text .print-link:active, .collapsible-text
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--alpha .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing h2 .print-link:active, .hs_cos_wrapper_type_post_listing h2 .collapsible-text .print-link:active, .collapsible-text h2 .hs_cos_wrapper_type_post_listing .print-link:active, h2 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--beta .collapsible-text .print-link:active, .collapsible-text
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--beta .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing h3 .print-link:active, .hs_cos_wrapper_type_post_listing h3 .collapsible-text .print-link:active, .collapsible-text h3 .hs_cos_wrapper_type_post_listing .print-link:active, h3 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--gamma .collapsible-text .print-link:active, .collapsible-text
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--gamma .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing h4 .print-link:active, .hs_cos_wrapper_type_post_listing h4 .collapsible-text .print-link:active, .collapsible-text h4 .hs_cos_wrapper_type_post_listing .print-link:active, h4 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing .form-title .print-link:active, .hs_cos_wrapper_type_post_listing .form-title .collapsible-text .print-link:active, .collapsible-text .form-title .hs_cos_wrapper_type_post_listing .print-link:active, .form-title .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--delta .collapsible-text .print-link:active, .collapsible-text
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--delta .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing h5 .print-link:active, .hs_cos_wrapper_type_post_listing h5 .collapsible-text .print-link:active, .collapsible-text h5 .hs_cos_wrapper_type_post_listing .print-link:active, h5 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--epsilon .collapsible-text .print-link:active, .collapsible-text
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--epsilon .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing h6 .print-link:active, .hs_cos_wrapper_type_post_listing h6 .collapsible-text .print-link:active, .collapsible-text h6 .hs_cos_wrapper_type_post_listing .print-link:active, h6 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:active, .hs_cos_wrapper_type_post_listing
.heading--zeta .collapsible-text .print-link:active, .collapsible-text
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:active,
.heading--zeta .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing h1 a:focus, .hs_cos_wrapper_type_post_listing h1 .collapsible-text a:focus, .collapsible-text h1 .hs_cos_wrapper_type_post_listing a:focus, h1 .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--alpha a:focus, .hs_cos_wrapper_type_post_listing
.heading--alpha .collapsible-text a:focus, .collapsible-text
.heading--alpha .hs_cos_wrapper_type_post_listing a:focus,
.heading--alpha .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h2 a:focus, .hs_cos_wrapper_type_post_listing h2 .collapsible-text a:focus, .collapsible-text h2 .hs_cos_wrapper_type_post_listing a:focus, h2 .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--beta a:focus, .hs_cos_wrapper_type_post_listing
.heading--beta .collapsible-text a:focus, .collapsible-text
.heading--beta .hs_cos_wrapper_type_post_listing a:focus,
.heading--beta .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h3 a:focus, .hs_cos_wrapper_type_post_listing h3 .collapsible-text a:focus, .collapsible-text h3 .hs_cos_wrapper_type_post_listing a:focus, h3 .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--gamma a:focus, .hs_cos_wrapper_type_post_listing
.heading--gamma .collapsible-text a:focus, .collapsible-text
.heading--gamma .hs_cos_wrapper_type_post_listing a:focus,
.heading--gamma .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h4 a:focus, .hs_cos_wrapper_type_post_listing h4 .collapsible-text a:focus, .collapsible-text h4 .hs_cos_wrapper_type_post_listing a:focus, h4 .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing .form-title a:focus, .hs_cos_wrapper_type_post_listing .form-title .collapsible-text a:focus, .collapsible-text .form-title .hs_cos_wrapper_type_post_listing a:focus, .form-title .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--delta a:focus, .hs_cos_wrapper_type_post_listing
.heading--delta .collapsible-text a:focus, .collapsible-text
.heading--delta .hs_cos_wrapper_type_post_listing a:focus,
.heading--delta .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h5 a:focus, .hs_cos_wrapper_type_post_listing h5 .collapsible-text a:focus, .collapsible-text h5 .hs_cos_wrapper_type_post_listing a:focus, h5 .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--epsilon a:focus, .hs_cos_wrapper_type_post_listing
.heading--epsilon .collapsible-text a:focus, .collapsible-text
.heading--epsilon .hs_cos_wrapper_type_post_listing a:focus,
.heading--epsilon .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h6 a:focus, .hs_cos_wrapper_type_post_listing h6 .collapsible-text a:focus, .collapsible-text h6 .hs_cos_wrapper_type_post_listing a:focus, h6 .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--zeta a:focus, .hs_cos_wrapper_type_post_listing
.heading--zeta .collapsible-text a:focus, .collapsible-text
.heading--zeta .hs_cos_wrapper_type_post_listing a:focus,
.heading--zeta .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h1 .print-link:focus, .hs_cos_wrapper_type_post_listing h1 .collapsible-text .print-link:focus, .collapsible-text h1 .hs_cos_wrapper_type_post_listing .print-link:focus, h1 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--alpha .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--alpha .collapsible-text .print-link:focus, .collapsible-text
.heading--alpha .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--alpha .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h2 .print-link:focus, .hs_cos_wrapper_type_post_listing h2 .collapsible-text .print-link:focus, .collapsible-text h2 .hs_cos_wrapper_type_post_listing .print-link:focus, h2 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--beta .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--beta .collapsible-text .print-link:focus, .collapsible-text
.heading--beta .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--beta .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h3 .print-link:focus, .hs_cos_wrapper_type_post_listing h3 .collapsible-text .print-link:focus, .collapsible-text h3 .hs_cos_wrapper_type_post_listing .print-link:focus, h3 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--gamma .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--gamma .collapsible-text .print-link:focus, .collapsible-text
.heading--gamma .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--gamma .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h4 .print-link:focus, .hs_cos_wrapper_type_post_listing h4 .collapsible-text .print-link:focus, .collapsible-text h4 .hs_cos_wrapper_type_post_listing .print-link:focus, h4 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing .form-title .print-link:focus, .hs_cos_wrapper_type_post_listing .form-title .collapsible-text .print-link:focus, .collapsible-text .form-title .hs_cos_wrapper_type_post_listing .print-link:focus, .form-title .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--delta .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--delta .collapsible-text .print-link:focus, .collapsible-text
.heading--delta .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--delta .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h5 .print-link:focus, .hs_cos_wrapper_type_post_listing h5 .collapsible-text .print-link:focus, .collapsible-text h5 .hs_cos_wrapper_type_post_listing .print-link:focus, h5 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--epsilon .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--epsilon .collapsible-text .print-link:focus, .collapsible-text
.heading--epsilon .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--epsilon .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing h6 .print-link:focus, .hs_cos_wrapper_type_post_listing h6 .collapsible-text .print-link:focus, .collapsible-text h6 .hs_cos_wrapper_type_post_listing .print-link:focus, h6 .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading--zeta .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading--zeta .collapsible-text .print-link:focus, .collapsible-text
.heading--zeta .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading--zeta .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading a:hover, .hs_cos_wrapper_type_post_listing
.heading .collapsible-text a:hover, .collapsible-text
.heading .hs_cos_wrapper_type_post_listing a:hover,
.heading .hs_cos_wrapper_type_post_listing .collapsible-text a:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading .print-link:hover, .hs_cos_wrapper_type_post_listing
.heading .collapsible-text .print-link:hover, .collapsible-text
.heading .hs_cos_wrapper_type_post_listing .print-link:hover,
.heading .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:hover, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading a:active, .hs_cos_wrapper_type_post_listing
.heading .collapsible-text a:active, .collapsible-text
.heading .hs_cos_wrapper_type_post_listing a:active,
.heading .hs_cos_wrapper_type_post_listing .collapsible-text a:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading .print-link:active, .hs_cos_wrapper_type_post_listing
.heading .collapsible-text .print-link:active, .collapsible-text
.heading .hs_cos_wrapper_type_post_listing .print-link:active,
.heading .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:active, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading a:focus, .hs_cos_wrapper_type_post_listing
.heading .collapsible-text a:focus, .collapsible-text
.heading .hs_cos_wrapper_type_post_listing a:focus,
.heading .hs_cos_wrapper_type_post_listing .collapsible-text a:focus, .collapsible-text .hs_cos_wrapper_type_post_listing
.heading .print-link:focus, .hs_cos_wrapper_type_post_listing
.heading .collapsible-text .print-link:focus, .collapsible-text
.heading .hs_cos_wrapper_type_post_listing .print-link:focus,
.heading .hs_cos_wrapper_type_post_listing .collapsible-text .print-link:focus, .collapsible-text .hs_cos_wrapper_type_post_listing .topic-nav__item--current, .hs_cos_wrapper_type_post_listing .collapsible-text .topic-nav__item--current {
  color: #606f81;
}

.colored-section--alpha .hs-error-msgs, .collapsible-text .hs-error-msgs {
  background-color: #606f81;
}

.colored-section--alpha [required].hs-input:focus, .colored-section--alpha [required]#hs-pwd-widget-password:focus, .colored-section--alpha [required].document-search__input:focus, .collapsible-text [required].hs-input:focus, .collapsible-text [required]#hs-pwd-widget-password:focus, .collapsible-text [required].document-search__input:focus {
  border-color: #606f81;
}

.colored-section--alpha .hs-error-msgs:after, .collapsible-text .hs-error-msgs:after {
  border-top-color: #606f81;
}

.colored-section--alpha hr, .colored-section--alpha
.heading--ruled:after, .colored-section--alpha .blog-post--excerpt .blog-post__excerpt:before, .blog-post--excerpt .colored-section--alpha .blog-post__excerpt:before, .collapsible-text hr, .collapsible-text
.heading--ruled:after, .collapsible-text .blog-post--excerpt .blog-post__excerpt:before, .blog-post--excerpt .collapsible-text .blog-post__excerpt:before {
  border-bottom-color: #606f81;
}

.colored-section--beta, .paper-section--beta {
  background-color: #606f81;
}

.colored-section--beta .hs-input, .paper-section--beta .hs-input, .colored-section--beta #hs-pwd-widget-password, .paper-section--beta #hs-pwd-widget-password, .colored-section--beta .document-search__input, .paper-section--beta .document-search__input {
  background-color: white;
  border-color: white;
}

.bordered-section {
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: 3em;
  padding-bottom: 3em;
}

.bordered-section--slim {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.bordered-section--top {
  border-bottom-width: 0;
}

.bordered-section--bottom {
  border-top-width: 0;
}

.bordered-section--left, .bordered-section--right {
  border-top-width: 0;
  border-bottom-width: 0;
}

@media (min-width: 768px) {
  .bordered-section--left {
    border-left-width: 1px;
    padding: 0;
    padding-left: 3em;
  }
  .bordered-section--left.bordered-section--slim {
    padding-left: 1.5em;
  }
}

.lt-ie9 .bordered-section--left {
  border-left-width: 1px;
  padding: 0;
  padding-left: 3em;
}

.lt-ie9 .bordered-section--left.bordered-section--slim {
  padding-left: 1.5em;
}

.bordered-section--left-arrow {
  border-width: 0;
}

@media (min-width: 768px) {
  .bordered-section--left-arrow {
    padding: 0;
    padding-left: 3em;
    background-image: url(//cdn2.hubspot.net/hubfs/2417344/spearmint/line-arrow.png);
    background-position: left center;
  }
  .bordered-section--left-arrow.bordered-section--slim {
    padding-left: 1.5em;
  }
}

.lt-ie9 .bordered-section--left-arrow {
  padding: 0;
  padding-left: 3em;
  background-image: url(//cdn2.hubspot.net/hubfs/2417344/spearmint/line-arrow.png);
  background-position: left center;
}

.lt-ie9 .bordered-section--left-arrow.bordered-section--slim {
  padding-left: 1.5em;
}

@media (min-width: 768px) {
  .bordered-section--right {
    border-right-width: 1px;
    padding: 0;
    padding-right: 3em;
  }
  .bordered-section--right.bordered-section--slim {
    padding-right: 1.5em;
  }
}

.lt-ie9 .bordered-section--right {
  border-right-width: 1px;
  padding: 0;
  padding-right: 3em;
}

.lt-ie9 .bordered-section--right.bordered-section--slim {
  padding-right: 1.5em;
}

.bordered-section--all {
  border-width: 1px;
  padding: 3em;
}

.bordered-section--all.bordered-section--slim {
  padding: 1.5em;
}

.paper-section {
  position: relative;
  z-index: 0;
  background-image: url(//cdn2.hubspot.net/hubfs/2417344/scraps/textures/paper-light.png);
  background-repeat: repeat;
  background-size: auto;
}

@media (min-width: 768px) {
  .paper-section {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .flush-rows > .row-fluid-wrapper > .row-fluid > .paper-section {
    margin-top: 0;
    margin-bottom: 0;
  }
  .flush-rows > .row-fluid-wrapper:last-child > .row-fluid > .paper-section {
    margin-bottom: 6em;
  }
  .flush-rows > .row-fluid-wrapper:first-child > .row-fluid > .paper-section {
    margin-top: 6em;
  }
}

.lt-ie9 .paper-section {
  margin-top: 6em;
  margin-bottom: 6em;
}

.flush-rows > .row-fluid-wrapper > .row-fluid > .lt-ie9 .paper-section {
  margin-top: 0;
  margin-bottom: 0;
}

.flush-rows > .row-fluid-wrapper:last-child > .row-fluid > .lt-ie9 .paper-section {
  margin-bottom: 6em;
}

.flush-rows > .row-fluid-wrapper:first-child > .row-fluid > .lt-ie9 .paper-section {
  margin-top: 6em;
}

.paper-section:before, .paper-section:after {
  content: '';
  height: 66px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: 0;
  background-image: url(//cdn2.hubspot.net/hubfs/2417344/scraps/textures/paper-light-edges.png);
  background-repeat: repeat-x;
}

.paper-section:before {
  top: -10px;
  background-position: center top;
}

.paper-section:after {
  bottom: -10px;
  background-position: center bottom;
}

.paper-section > .row-fluid-wrapper {
  position: relative;
  z-index: 4000;
}

.paper-section--dark {
  background-image: url(//cdn2.hubspot.net/hubfs/2417344/scraps/textures/paper-dark.png);
}

.paper-section--dark:before, .paper-section--dark:after {
  background-image: url(//cdn2.hubspot.net/hubfs/2417344/scraps/textures/paper-dark-edges.png);
}

.paper-section--beta {
  background-image: url(//cdn2.hubspot.net/hubfs/2417344/scraps/textures/paper-blue.png);
}

.paper-section--beta:before, .paper-section--beta:after {
  background-image: url(//cdn2.hubspot.net/hubfs/2417344/scraps/textures/paper-blue-edges.png);
}

.page-banner {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .page-banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.lt-ie9 .page-banner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-banner__body {
  text-align: center;
}

@media (max-width: 767px) {
  .page-banner__body h1 br, .page-banner__body
  .heading--alpha br, .page-banner__body h2 br, .page-banner__body
  .heading--beta br, .page-banner__body h3 br, .page-banner__body
  .heading--gamma br, .page-banner__body h4 br, .page-banner__body .form-title br, .page-banner__body
  .heading--delta br, .page-banner__body h5 br, .page-banner__body
  .heading--epsilon br, .page-banner__body h6 br, .page-banner__body
  .heading--zeta br {
    display: none;
  }
}

@media (min-width: 768px) {
  .sticky-row--stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 97px;
    z-index: 8000;
  }
}

.lt-ie9 .sticky-row--stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 97px;
  z-index: 8000;
}

.sticky-row-placeholder > .widget-span {
  margin: 0;
}

.sidebar h1, .sidebar
.heading--alpha, .sidebar h2, .sidebar
.heading--beta, .sidebar h3, .sidebar
.heading--gamma, .sidebar h4, .sidebar .form-title, .sidebar
.heading--delta, .sidebar h5, .sidebar
.heading--epsilon, .sidebar h6, .sidebar
.heading--zeta {
  text-transform: uppercase;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: .75em 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .sidebar h1, .sidebar
  .heading--alpha, .sidebar h2, .sidebar
  .heading--beta, .sidebar h3, .sidebar
  .heading--gamma, .sidebar h4, .sidebar .form-title, .sidebar
  .heading--delta, .sidebar h5, .sidebar
  .heading--epsilon, .sidebar h6, .sidebar
  .heading--zeta {
    font-size: 20px;
  }
}

.lt-ie9 .sidebar h1, .lt-ie9 .sidebar
.heading--alpha, .lt-ie9 .sidebar h2, .lt-ie9 .sidebar
.heading--beta, .lt-ie9 .sidebar h3, .lt-ie9 .sidebar
.heading--gamma, .lt-ie9 .sidebar h4, .lt-ie9 .sidebar .form-title, .lt-ie9 .sidebar
.heading--delta, .lt-ie9 .sidebar h5, .lt-ie9 .sidebar
.heading--epsilon, .lt-ie9 .sidebar h6, .lt-ie9 .sidebar
.heading--zeta {
  font-size: 20px;
}

.sidebar h1 em, .sidebar
.heading--alpha em, .sidebar h2 em, .sidebar
.heading--beta em, .sidebar h3 em, .sidebar
.heading--gamma em, .sidebar h4 em, .sidebar .form-title em, .sidebar
.heading--delta em, .sidebar h5 em, .sidebar
.heading--epsilon em, .sidebar h6 em, .sidebar
.heading--zeta em {
  text-transform: none;
  display: block;
  font-weight: normal;
  font-size: .8em;
}

.sidebar .form-title {
  text-align: center;
}

@media (min-width: 768px) {
  .home-page .page-banner h1 {
    font-size: 68px;
  }
}

.lt-ie9 .home-page .page-banner h1 {
  font-size: 68px;
}

.home-page .page-banner h1 em {
  display: block;
  font-size: .52em;
  font-weight: normal;
  line-height: 1.5;
}

.home-page .page-banner h1 em:after, .home-page .page-banner h1 em:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: .69em;
  border-bottom: 1px solid;
  margin: 0 .5em;
}

@media (min-width: 768px) {
  .page-banner--blog {
    min-height: 345px !important;
    padding-top: 100px;
  }
}

.lt-ie9 .page-banner--blog {
  min-height: 345px !important;
  padding-top: 100px;
}

@media (min-width: 768px) {
  .sidebar--blog {
    padding-left: 34px;
  }
}

.lt-ie9 .sidebar--blog {
  padding-left: 34px;
}

.blog-post--excerpt {
  position: relative;
}

@media (min-width: 768px) {
  .blog-post--excerpt {
    padding-left: 6em;
  }
}

.lt-ie9 .blog-post--excerpt {
  padding-left: 6em;
}

.blog-post--excerpt + .blog-post--excerpt {
  margin-top: 3em;
}

@media (min-width: 768px) {
  .blog-post--excerpt .blog-post__thumb {
    width: 225px;
    float: left;
    margin-left: -4.5em;
  }
}

.lt-ie9 .blog-post--excerpt .blog-post__thumb {
  width: 225px;
  float: left;
  margin-left: -4.5em;
}

@media (min-width: 768px) {
  .blog-post--excerpt .blog-post__body {
    overflow: hidden;
    padding-left: 1em;
    margin-top: 0;
  }
}

.lt-ie9 .blog-post--excerpt .blog-post__body {
  overflow: hidden;
  padding-left: 1em;
  margin-top: 0;
}

.blog-post--excerpt .blog-post__excerpt:before {
  content: '';
  border-color: #666;
  margin-top: 0;
  margin-bottom: 1em;
}

.blog-post--excerpt .blog-post__date {
  color: white;
  background-color: #789d4a;
  display: inline-block;
  padding: .75em;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.82353rem;
}

@media (min-width: 768px) {
  .blog-post--excerpt .blog-post__date {
    position: absolute;
    top: 1.5em;
    margin: 0;
    left: 0;
  }
}

.lt-ie9 .blog-post--excerpt .blog-post__date {
  position: absolute;
  top: 1.5em;
  margin: 0;
  left: 0;
}

.topic-nav {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.76471rem;
}

@media (min-width: 768px) {
  .topic-nav {
    text-align: center;
  }
  .topic-nav__list {
    border-bottom: 1px dashed #c8c8c8;
    display: inline-block;
    padding-bottom: 1em;
  }
  .topic-nav__list li {
    display: inline-block;
    margin-top: 0;
  }
  .topic-nav__list li + li {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #d9d9d9;
  }
}

.lt-ie9 .topic-nav {
  text-align: center;
}

.lt-ie9 .topic-nav__list {
  border-bottom: 1px dashed #c8c8c8;
  display: inline-block;
  padding-bottom: 1em;
}

.lt-ie9 .topic-nav__list li {
  display: inline-block;
  margin-top: 0;
}

.lt-ie9 .topic-nav__list li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #d9d9d9;
}

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

.topic-nav__label {
  font-family: Droid Serif, Georgia, Times, Times New Roman, serif;
}

.topic-nav__item, .topic-nav__label {
  text-decoration: none;
  display: block;
  margin: 0;
}

.blog-post__sharing {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  text-align: center;
  padding-bottom: 1em;
}

.blog-post__sharing * {
  margin-top: 0;
}

.blog-post__sharing .hs-blog-social-share {
  display: inline-block;
  height: auto;
  vertical-align: top;
}

.blog-post__sharing .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  float: none;
  display: inline-block;
}

.blog-post__sharing .hs-blog-social-share .hs-blog-social-share-list .fb_iframe_widget span {
  vertical-align: baseline !important;
}

.post-header__pubdate:before {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  margin-right: .5em;
}

.post-footer .person {
  margin-bottom: 3em;
}

.post-footer .comment-body {
  margin: 1em 0;
}

.post-footer .comment:first-child {
  border-top: 0;
}

.post-footer .comment-reply-to {
  background-image: none;
  padding: .5em;
  font-size: 1em;
}

.post-footer .comment-reply-to:before {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  margin-right: .5em;
}

.post-footer .actions .hs-button {
  width: 100%;
  margin-top: 1em;
}

.blog-nav {
  margin-top: 3em;
  letter-spacing: 1em;
}

.blog-nav__item {
  letter-spacing: 0;
  color: #262524;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Droid Serif, Georgia, Times, Times New Roman, serif;
}

.blog-nav__item:hover, .blog-nav__item:active, .blog-nav__item:focus, .blog-nav__item--hover {
  color: #789d4a;
}

.hs_cos_wrapper_type_post_listing {
  font-family: Droid Serif, Georgia, Times, Times New Roman, serif;
}

.hs_cos_wrapper_type_post_listing ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5em;
}

.hs_cos_wrapper_type_post_listing a, .hs_cos_wrapper_type_post_listing .print-link {
  text-decoration: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

.mfp-wrap * {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

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

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

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 54px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}



@media print {
  .no-print,
  .header-container-wrapper,
  .footer-container-wrapper,
  .hs-form,
  .sticky-footer,
  .print-link,
  .large-icon,
  .tabbed-section__navigation,
  .slider,
  .hs_cos_flex-slider,
  .button {
    display: none !important;
  }
  .row-fluid-wrapper + .row-fluid-wrapper {
    margin-top: 1.5em !important;
  }
  .tabbed-section__body {
    display: block !important;
  }
  * {
    color: #666 !important;
  }
  .colored-section, .paper-section,
  .page-banner {
    background-color: white !important;
    padding: 0 !important;
    background-image: none !important;
  }
  .equalized {
    height: auto !important;
  }
  .widget-span {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .widget-span + .widget-span {
    margin-top: 1.5em !important;
  }
}
