/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

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

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

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

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

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

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

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4876b585ee74590391e6e9b34c6393cb)
 * Config saved to config.json and https://gist.github.com/4876b585ee74590391e6e9b34c6393cb
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 520px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left; }

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

  .col-ms-11 {
    width: 91.66666667%; }

  .col-ms-10 {
    width: 83.33333333%; }

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

  .col-ms-8 {
    width: 66.66666667%; }

  .col-ms-7 {
    width: 58.33333333%; }

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

  .col-ms-5 {
    width: 41.66666667%; }

  .col-ms-4 {
    width: 33.33333333%; }

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

  .col-ms-2 {
    width: 16.66666667%; }

  .col-ms-1 {
    width: 8.33333333%; }

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

  .col-ms-pull-11 {
    right: 91.66666667%; }

  .col-ms-pull-10 {
    right: 83.33333333%; }

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

  .col-ms-pull-8 {
    right: 66.66666667%; }

  .col-ms-pull-7 {
    right: 58.33333333%; }

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

  .col-ms-pull-5 {
    right: 41.66666667%; }

  .col-ms-pull-4 {
    right: 33.33333333%; }

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

  .col-ms-pull-2 {
    right: 16.66666667%; }

  .col-ms-pull-1 {
    right: 8.33333333%; }

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

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

  .col-ms-push-11 {
    left: 91.66666667%; }

  .col-ms-push-10 {
    left: 83.33333333%; }

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

  .col-ms-push-8 {
    left: 66.66666667%; }

  .col-ms-push-7 {
    left: 58.33333333%; }

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

  .col-ms-push-5 {
    left: 41.66666667%; }

  .col-ms-push-4 {
    left: 33.33333333%; }

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

  .col-ms-push-2 {
    left: 16.66666667%; }

  .col-ms-push-1 {
    left: 8.33333333%; }

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

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

  .col-ms-offset-11 {
    margin-left: 91.66666667%; }

  .col-ms-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-ms-offset-8 {
    margin-left: 66.66666667%; }

  .col-ms-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-ms-offset-5 {
    margin-left: 41.66666667%; }

  .col-ms-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-ms-offset-2 {
    margin-left: 16.66666667%; }

  .col-ms-offset-1 {
    margin-left: 8.33333333%; }

  .col-ms-offset-0 {
    margin-left: 0%; } }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

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

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

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

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

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

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

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

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

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

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

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

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

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

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

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

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

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

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

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

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

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

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

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

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

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

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

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

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

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

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

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

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

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

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

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

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

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

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

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

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

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

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

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

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

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

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

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

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

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

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

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

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

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

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

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

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

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

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

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

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

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

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

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

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

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

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

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

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

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-ms,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 519px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 519px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 519px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 519px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 520px) and (max-width: 767px) {
  .visible-ms {
    display: block !important; }

  table.visible-ms {
    display: table !important; }

  tr.visible-ms {
    display: table-row !important; }

  th.visible-ms,
  td.visible-ms {
    display: table-cell !important; } }
@media (min-width: 520px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important; } }
@media (min-width: 520px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 519px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 520px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.col-margin {
  margin-bottom: 2em; }

@media (max-width: 519px) {
  .col-xs-margin {
    margin-bottom: 2em; } }
@media (max-width: 767px) {
  .col-ms-margin {
    margin-bottom: 2em; } }
@media (max-width: 991px) {
  .col-sm-margin {
    margin-bottom: 2em; } }
@media (max-width: 1199px) {
  .col-md-margin {
    margin-bottom: 2em; } }
.col_thumbnail {
  padding-right: 0; }

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jqc-1.12.3/dt-1.10.12/b-1.2.2/b-colvis-1.2.2/fc-3.2.2/fh-3.1.2/r-2.1.0/se-1.2.0
 *
 * Included libraries:
 *   jQuery compat 1.12.3, DataTables 1.10.12, Buttons 1.2.2, Column visibility 1.2.2, FixedColumns 3.2.2, FixedHeader 3.1.2, Responsive 2.1.0, Select 1.2.0
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable thead td {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 18px; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding-bottom: 6px;
  padding-top: 10px;
  padding-right: 18px; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: right 10px; }

table.dataTable thead .sorting {
  background-image: url("DataTables-1.10.12/images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("DataTables-1.10.12/images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("DataTables-1.10.12/images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("DataTables-1.10.12/images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("DataTables-1.10.12/images/sort_desc_disabled.png"); }

/*
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
*/
table.dataTable tbody th,
table.dataTable tbody td {
  padding-right: 18px; }

/*
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  // background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  // border-bottom: 1px solid #111;
}
*/
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21; }

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3; }

div.dt-button-info > div {
  padding: 1em; }

button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none; }

button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9'); }

button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999; }

button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc'); }

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none; }

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0'); }

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9'); }

.dt-button embed {
  outline: none; }

div.dt-buttons {
  position: relative;
  float: left; }

div.dt-buttons.buttons-right {
  float: right; }

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  margin-top: 3px;
  padding: 1em;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }
  div.dt-button-collection .dt-button {
    background-color: #FFF !important;
    box-shadow: none !important;
    color: #888888 !important;
    padding: 0 0 0.5em 0; }
    div.dt-button-collection .dt-button:before {
      content: "\f096";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      margin-right: 0.35em;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    div.dt-button-collection .dt-button.active {
      color: #333333 !important; }
      div.dt-button-collection .dt-button.active:before {
        content: "\f046"; }
    div.dt-button-collection .dt-button:last-child {
      margin-bottom: 0 !important; }

div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0; }

div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666; }

div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

div.dt-button-collection.fixed.two-column {
  margin-left: -150px; }

div.dt-button-collection.fixed.three-column {
  margin-left: -225px; }

div.dt-button-collection.fixed.four-column {
  margin-left: -300px; }

div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10 Consumer Preview */
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Firefox */
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera */
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001; }

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center; } }
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white; }

div.DTFC_Blocker {
  background-color: white; }

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2; }

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none; }

table.fixedHeader-floating {
  position: fixed !important;
  background-color: white; }

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0; }

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white; }

@media print {
  table.fixedHeader-floating {
    display: none; } }
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 35px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #fff;
  border-radius: 1.5em;
  box-shadow: 0 0 3px #444;
  content: "\f067";
  display: inline-block;
  left: 4px;
  font: normal normal normal 0.8em/1 FontAwesome;
  text-rendering: auto;
  position: absolute;
  height: 1.5em;
  line-height: 1.75em;
  text-align: center;
  width: 1.5em; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "\f068"; }

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #d3d3d3;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #B0BED9; }

table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4; }

table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1; }

table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5; }

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd; }

table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5; }

table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7; }

table.dataTable td.select-checkbox {
  position: relative; }

table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box; }

table.dataTable td.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px; }

table.dataTable tr.selected td.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9; }

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em; }

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block; } }
h1, h2, h3, h4, .tagline, .pageHeader_pound, .breadcrumbs, .utilityLinks, .globalNav, .navTabs, .pageTabs, .chartTools, table, .dataTables_filter, .dt-button, .btn, .alert, .newsFeature_title, .newsFeature_subtitle, .newsFeature_link, .newsFeature_type, .newsFeature_btn, .newsItem_date, .newsItem_link, .linkList, .siteLink, .contactBlock, .homeQuote, .aboutWrap, .headshot, .spotlight_type, .globalFooter, .globalFooter h4, .globalFooter h5, .lightbox_share, body#wgi_body .pageHeader h1, .toc {
  font-family: "Whitney SSm A", "Whitney SSm B", Arial, sans-serif; }

body, .navFeature .newsFeature_text, table p, .globalFooter p, .tocList .wgi_description {
  font-family: "Whitney SSm A", "Whitney SSm B", Arial, sans-serif; }

*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #FFFFFF;
  color: #333333;
  line-height: 1.4; }

.contentWrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1340px;
  margin: 0 auto; }
  .contentWrapper:after {
    content: " ";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) {
    .contentWrapper {
      padding-left: 24px;
      padding-right: 24px; } }
  @media only screen and (min-width: 992px) {
    .contentWrapper {
      padding-left: 48px;
      padding-right: 48px; } }
  @media only screen and (min-width: 1200px) {
    .contentWrapper {
      padding-left: 70px;
      padding-right: 70px; } }

.main {
  font-size: 0.85rem; }
  @media only screen and (min-width: 768px) {
    .main {
      font-size: 0.925rem; } }
  @media only screen and (min-width: 1200px) {
    .main {
      font-size: 1rem; } }

.skip {
  background-color: #004c3f;
  color: #FFFFFF;
  padding: 1em;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%; }
  .skip:active, .skip:focus {
    display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0 !important; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #707070;
    font-size: 0.75em;
    font-style: italic;
    font-weight: 400; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    margin-right: 0.25em; }
  h1.flushTop, h1:first-child.flushTop, h2.flushTop, h2:first-child.flushTop, h3.flushTop, h3:first-child.flushTop, h4.flushTop, h4:first-child.flushTop, h5.flushTop, h5:first-child.flushTop, h6.flushTop, h6:first-child.flushTop {
    margin-top: 0 !important; }

h1 {
  color: #004c3f;
  font-size: 2.25em;
  line-height: 1.1;
  margin-bottom: 0.625em; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 2.5em; } }
  h1.siteTitle {
    font-size: 1.6em;
    font-style: italic;
    font-weight: 600;
    text-align: center; }

h2 {
  border-style: none;
  color: #004c3f;
  font-size: 1.6em;
  font-weight: 400;
  margin: 1.5em 0 0.8em;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 2em;
      margin-bottom: 1em;
      margin-top: 2em; } }
  @media only screen and (min-width: 992px) {
    h2 {
      margin-top: 3em; } }
  h2 a {
    color: #004c3f; }
  h2.noRule {
    border-style: none; }

h3 {
  color: #004c3f;
  font-size: 1.4em;
  font-weight: 600;
  margin: 3rem 0 0.5em; }
  h3:first-child {
    margin-top: 2.5rem !important; }
  h3 span {
    white-space: nowrap; }
    h3 span.tooltip {
      white-space: normal; }
      h3 span.tooltip span {
        white-space: normal; }
  h3 a {
    color: #004c3f; }
  h3.ruled {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1em;
    padding: 0 0 0.5em; }

h4 {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 1em 0 0.5em;
  text-transform: none; }
  h4:first-child {
    margin: 1em 0 0.5em !important; }

h5 {
  color: #004c3f;
  font-size: 1em;
  margin-bottom: 0; }

.headerSelect {
  margin-top: 2.5rem;
  padding-bottom: 10px;
  margin-bottom: 1em; }

.headerSelect h3 {
  margin-bottom: 0;
  padding-top: 5px;
  margin-top: 0 !important; }

.headerSelect--ruled {
  border-bottom: 1px solid #c2c2c2; }

@media only screen and (min-width: 992px) {
  .headerSelect_select {
    text-align: right; } }
a {
  color: #844800;
  text-decoration: none;
  transition: 0.1s; }
  a:hover {
    color: #333333;
    text-decoration: underline; }
  p a {
    text-decoration: underline; }

p, ol, ul {
  margin-top: 0; }
  p.flushTop, ol.flushTop, ul.flushTop {
    margin-top: 0 !important; }

p small {
  display: inline-block; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: 600; }

.userContent ul li {
  line-height: 1.6; }
.userContent p {
  line-height: 1.6;
  margin-bottom: 1.2em; }
.userContent img {
  max-width: 100%;
  height: auto; }
.userContent table td, .userContent table th {
  text-align: left; }
.pageSection .userContent ol {
  padding: 0; }
  .pageSection .userContent ol ul {
    list-style: disc;
    margin-top: 0.5em; }
    .pageSection .userContent ol ul li {
      margin-left: 1em; }
  .pageSection .userContent ol > li {
    margin: 0 0 0.5em 1.5em; }

blockquote {
  background-color: #f6f5e9;
  margin: 1.5em 0 2.5em;
  padding: 1.5em 2em; }
  blockquote p {
    line-height: 1.5;
    text-indent: -0.4em; }
    blockquote p:last-child {
      margin: 0; }

.blockquote--callout {
  background-color: transparent;
  border-bottom: 3px solid #004c3f;
  border-top: 3px solid #004c3f;
  color: #004c3f;
  font-size: 1.3rem;
  font-style: italic;
  margin-top: 0;
  padding: 1.5em 1em; }
  .blockquote--callout p {
    line-height: 1.9; }

.calloutText {
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.6; }

.sidebarQuote {
  padding: 2rem 1.5rem;
  background-color: #f3f2e4; }

.sidebarQuote img {
  margin-bottom: 0.7rem; }

.sidebarQuote .homeQuote_text {
  border-style: none;
  margin-top: 0;
  padding-top: 0; }

.commentary_summary ul li {
  margin-bottom: 0.7em; }

.commentary_summary--main a {
  text-decoration: underline; }

.edit {
  color: magenta; }

.link_styles {
  font-size: 1.2em;
  margin: 0;
  padding: 0; }
  .link_styles li {
    border-top: 1px solid #CCC;
    list-style: none;
    margin: 0 0 10px 0;
    padding-top: 10px; }

.globalHeader {
  background-color: #F0EEDB;
  padding-top: 1em; }
  @media only screen and (min-width: 768px) {
    .globalHeader {
      padding-top: 2em; } }
  @media only screen and (min-width: 992px) {
    .globalHeader {
      padding: 1.75em 0 1.25em; } }

.brand {
  vertical-align: top; }
  .brand:after {
    content: " ";
    display: table;
    clear: both; }

.logo {
  font-size: 1em !important;
  margin: 0 0 1em 0;
  width: 135px; }
  @media only screen and (min-width: 768px) {
    .logo {
      display: inline-block;
      margin-bottom: 1.5em;
      vertical-align: top;
      width: 160px; } }
  .logo a {
    display: block;
    height: 56px;
    position: relative;
    width: 135px; }
    @media only screen and (min-width: 768px) {
      .logo a {
        height: 67px;
        width: 160px; } }
    .logo a svg {
      left: 0;
      position: absolute;
      top: 0;
      width: 135px; }
      @media only screen and (min-width: 768px) {
        .logo a svg {
          width: 160px; } }

.logo--print {
  display: none; }

@media print {
  .logo {
    display: none !important; }

  .logo--print {
    display: block !important;
    margin: 0 auto; }

  .tagline {
    display: block !important;
    margin: 1em auto 0 !important;
    text-align: center !important; }

  a[href]:after {
    content: "" !important; } }
.tagline {
  color: #004c3f;
  font-size: 1em;
  font-style: italic;
  padding-bottom: 1.5em; }
  @media only screen and (min-width: 768px) {
    .tagline {
      display: inline-block;
      padding-bottom: 0;
      padding-left: 0.5em;
      padding-top: 2.95em;
      vertical-align: top; } }

.pageHeader {
  font-size: 0.85rem;
  background-color: #f6f5e9;
  border-bottom: 3px solid #004c3f;
  padding-top: 2em; }
  @media only screen and (min-width: 768px) {
    .pageHeader {
      font-size: 0.925rem; } }
  @media only screen and (min-width: 1200px) {
    .pageHeader {
      font-size: 1rem; } }
  .pageHeader h5 {
    color: #004c3f;
    font-size: 1.25em;
    font-weight: 400;
    margin: 0 0 0.5em 0; }
  .pageHeader th {
    padding-bottom: 0.25em;
    padding-top: 0; }
  .pageHeader td {
    background-color: #fefdfb !important;
    padding-bottom: 0.5em;
    padding-top: 0.5em; }
  .pageHeader p {
    color: #333333;
    font-size: 1.125em;
    margin-top: 0; }

.pageHeader_inner {
  border-top: 1px solid #B0A069;
  padding-top: 1em;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .pageHeader_inner._has_nav:after {
      background-color: #B0A069;
      bottom: 0;
      content: "";
      display: block;
      height: 100%;
      left: 33.3333333333%;
      margin-left: -1em;
      position: absolute;
      width: 1px; } }
  @media only screen and (min-width: 992px) {
    .pageHeader_inner._has_nav:after {
      left: 25%; } }

.pageHeader_pound {
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 0; }
  .pageHeader_pound li {
    margin: 0 0 0.5em 0; }
  .pageHeader_pound a {
    display: block;
    padding-left: 1.2em;
    position: relative; }
    .pageHeader_pound a .fa {
      left: 0;
      position: absolute;
      top: 0.2em; }

.pageHeader_text p {
  margin: 0 0 1em 0; }

.pageHeader_banner {
  background-color: #000000;
  margin-bottom: 0;
  padding: 2rem 0 4.25rem;
  position: relative; }
  .pageHeader_banner table {
    border-top: 1px solid #c2c2c2 !important; }
    .pageHeader_banner table:last-child {
      margin-bottom: 0; }
  .pageHeader_banner td {
    background-color: rgba(25, 25, 25, 0.75) !important;
    color: #FFFFFF !important;
    padding-bottom: 0.75em;
    padding-top: 0.75em; }
  .pageHeader_banner .linkList a {
    color: #FFFFFF; }

.pageHeader_image {
  background-size: cover;
  background-position: center center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.3; }

.pageHeader_title {
  padding-top: 2rem; }

.pageHeader_subtitle {
  border-bottom: 1px solid #c2c2c2;
  color: #FFFFFF !important;
  font-size: 1em;
  font-weight: 500;
  padding-bottom: 0.5em; }
  .pageHeader_subtitle span {
    color: #FFFFFF; }

.pageHeader_subtitle,
.pageHeader_subtitle:first-child {
  margin: 1.5rem 0 0.75rem !important; }

.pageHeader_subtitle + table {
  border-top-style: none !important;
  margin-top: -0.75rem; }

.pageHeader_list {
  background-color: rgba(25, 25, 25, 0.75) !important;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  color: #FFFFFF;
  padding-left: 1.2em;
  padding: 1em 1em 1em 2.25em;
  margin: -0.75em 0 0;
  font-weight: 500;
  font-size: 1.1em; }
  .pageHeader_list li {
    margin-bottom: 0.8em; }
    .pageHeader_list li:last-child {
      margin-bottom: 0; }

.breadcrumbs {
  font-size: 0.8125em; }

.crumb_separator {
  padding: 0 2px; }

.utilityLinks {
  font-size: 0.75rem;
  text-align: right;
  padding-bottom: 1.5em; }
  .utilityLinks a {
    margin-left: 2em; }

.globalNav {
  position: relative;
  z-index: 9999; }
  .globalNav ul {
    list-style: none; }
  .globalNav h2 {
    border-bottom-color: #efece1;
    display: none; }
    @media only screen and (min-width: 992px) {
      .globalNav h2 {
        display: block !important; } }

.globalNav_wrap {
  display: none;
  background-color: #C4B88D;
  left: 0;
  padding: 1em;
  position: absolute;
  top: 100%;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .globalNav_wrap {
      background-color: transparent;
      display: block !important;
      left: auto;
      padding: 0;
      position: static;
      top: auto; } }

.nav.level_1.primary,
.utilityMenu {
  margin: 0;
  padding: 0; }
  .nav.level_1.primary a,
  .utilityMenu a {
    color: #000000;
    display: inline-block !important;
    padding: 0.5em 0;
    text-decoration: none;
    transition: none; }
    .nav.level_1.primary a:hover,
    .utilityMenu a:hover {
      background-color: transparent;
      color: #004c3f; }
  .nav.level_1.primary .fa,
  .utilityMenu .fa {
    display: none; }
    @media only screen and (min-width: 992px) {
      .nav.level_1.primary .fa,
      .utilityMenu .fa {
        display: inline-block; } }

.utilityMenu li {
  border-top: 1px solid #FFFFFF; }
  @media only screen and (min-width: 992px) {
    .utilityMenu li {
      border-style: none; } }

.nav.level_1.primary > li {
  border-top: 1px solid #FFFFFF; }
  .nav.level_1.primary > li:first-child {
    border-top-style: none; }
  @media only screen and (min-width: 992px) {
    .nav.level_1.primary > li {
      border-style: none;
      float: left;
      position: relative; }
      .nav.level_1.primary > li:nth-child(2) {
        position: static; }
        .nav.level_1.primary > li:nth-child(2) .subnav {
          width: 100%; }
      .nav.level_1.primary > li.home {
        margin-right: 1.25em; }
        .nav.level_1.primary > li.home._focused a {
          background-color: transparent !important; }
        .nav.level_1.primary > li.home a {
          padding-left: 0;
          padding-right: 0; }
          .nav.level_1.primary > li.home a .fa {
            font-size: 1.15em; }
          .nav.level_1.primary > li.home a:hover {
            background-color: transparent; }
            .nav.level_1.primary > li.home a:hover .fa {
              border-color: transparent; }
          .nav.level_1.primary > li.home a span {
            display: none; }
      .nav.level_1.primary > li:hover > a, .nav.level_1.primary > li._focused > a {
        background-color: #C4B88D;
        color: #000000; }
        .nav.level_1.primary > li:hover > a > span, .nav.level_1.primary > li._focused > a > span {
          border-color: #C4B88D !important; }
      .nav.level_1.primary > li:hover .subnav, .nav.level_1.primary > li._focused .subnav {
        display: block; } }
  @media only screen and (min-width: 992px) {
    .nav.level_1.primary > li.on > a > span {
      border-bottom-color: #004c3f;
      color: #004c3f; } }
  .nav.level_1.primary > li > a {
    padding-bottom: 0.5em; }
    @media only screen and (min-width: 992px) {
      .nav.level_1.primary > li > a {
        font-size: 1.2em;
        padding: 0 0.9em; }
        .nav.level_1.primary > li > a:hover {
          background-color: #C4B88D; }
          .nav.level_1.primary > li > a:hover > span,
          .nav.level_1.primary > li > a:hover > .fa {
            border-color: #C4B88D; } }
    @media only screen and (min-width: 1200px) {
      .nav.level_1.primary > li > a {
        font-size: 1.35em;
        padding: 0 1em; } }
    @media only screen and (min-width: 992px) {
      .nav.level_1.primary > li > a > span,
      .nav.level_1.primary > li > a > .fa {
        border-bottom: 3px solid #F0EEDB;
        display: block;
        padding: 0.35em 0; } }
  .nav.level_1.primary > li li a {
    background-color: transparent !important;
    border-style: none !important; }
  .nav.level_1.primary > li ul {
    padding: 0 0 0.5em; }
    @media only screen and (min-width: 992px) {
      .nav.level_1.primary > li ul {
        padding: 0; } }
    .nav.level_1.primary > li ul ul {
      border-style: none;
      padding: 0; }
.nav.level_1.primary ul {
  margin: 0;
  padding: 0; }
@media only screen and (min-width: 992px) {
  .nav.level_1.primary .subnav {
    background-color: #C4B88D;
    display: none;
    left: 0;
    padding: 1.5em;
    position: absolute;
    width: 350px; }
    .nav.level_1.primary .subnav li {
      border-bottom: 1px solid #ebe7da;
      padding-bottom: 0.5em; }
      .nav.level_1.primary .subnav li:last-child {
        border-style: none;
        padding-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .utilityMenu {
    position: absolute;
    top: -7em;
    width: 100%; } }
@media only screen and (min-width: 992px) {
  .utilityMenu > li {
    float: right;
    margin-left: 2.75em; }
    .utilityMenu > li.utility--left {
      float: left;
      margin-left: 0; } }
.utilityMenu a {
  text-decoration: none !important; }
  @media only screen and (min-width: 992px) {
    .utilityMenu a {
      border-style: none;
      color: #004c3f;
      font-size: 0.8125em;
      padding: 0;
      text-transform: uppercase; } }
  @media only screen and (min-width: 992px) {
    .utilityMenu a.offsiteLink {
      font-size: .85em;
      font-weight: 600;
      text-transform: uppercase; } }

.menuToggle {
  color: #004c3f;
  font-size: 1.25em;
  position: absolute;
  right: 0;
  text-decoration: none !important;
  top: -4em; }
  @media only screen and (min-width: 768px) {
    .menuToggle {
      top: -5em; } }
  @media only screen and (min-width: 992px) {
    .menuToggle {
      display: none; } }

.nav_title {
  border-bottom: 1px solid #ebe7d9;
  color: #004c3f;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2em 0 0.7em; }
  @media only screen and (min-width: 992px) {
    .nav_title {
      padding-top: 0; } }

@media only screen and (min-width: 992px) {
  .nav_title--space {
    margin-top: 1.5em; } }

.navFeature .newsFeature {
  background-color: #dbd4bc; }
.navFeature .newsFeature_inner {
  padding-bottom: 1.5em !important; }
.navFeature .newsFeature_type {
  border-bottom: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
  display: inline-block !important;
  padding-bottom: 3px !important;
  padding-top: 0 !important; }
.navFeature .newsFeature_title {
  text-align: left; }
.navFeature .newsFeature_link {
  border-style: none !important;
  color: #844800 !important;
  padding: 0 !important; }

.navTabs {
  margin: 1em 0 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .navTabs {
      margin-bottom: -3px; } }
  @media only screen and (min-width: 992px) {
    .navTabs {
      margin-top: 1.25em; } }
  @media only screen and (min-width: 1200px) {
    .navTabs {
      margin-top: 1.5em; } }
  .navTabs ul {
    background-color: #b3c9c5;
    border: 3px solid #004c3f;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10; }
    @media only screen and (min-width: 768px) {
      .navTabs ul {
        background-color: transparent;
        border-style: none;
        display: block;
        position: static;
        top: auto; } }
    .navTabs ul a {
      border-bottom: 1px solid #004c3f;
      color: #004c3f;
      text-decoration: none !important; }
      @media only screen and (min-width: 768px) {
        .navTabs ul a {
          background-color: #004c3f;
          border: 3px solid #004c3f;
          color: #FFFFFF !important;
          padding-left: 1.25em;
          padding-right: 1.25em;
          position: relative; }
          .navTabs ul a:hover {
            background-color: #337065; }
          .navTabs ul a:before, .navTabs ul a:after {
            background-color: #004c3f;
            bottom: -3px;
            content: "";
            display: block;
            height: 3px;
            position: absolute;
            width: 3px; }
          .navTabs ul a:before {
            left: -3px; }
          .navTabs ul a:after {
            right: -3px; } }
      @media only screen and (min-width: 992px) {
        .navTabs ul a {
          font-size: 1.1em;
          padding-left: 1.5em;
          padding-right: 1.5em; } }
  .navTabs li.on a:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free' !important;
    display: inline-block;
    font: normal normal normal 1.15em/1 FontAwesome;
    position: absolute;
    right: 0.6em;
    text-rendering: auto; }
  .navTabs li.isHere a:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free' !important;
    display: inline-block;
    font: normal normal normal 1.15em/1 FontAwesome;
    position: absolute;
    right: 0.6em;
    text-rendering: auto; }
  @media only screen and (min-width: 768px) {
    .navTabs li {
      display: inline-block;
      margin-right: -3px; }
      .navTabs li.on a, .navTabs li.isHere a {
        background-color: #FFFFFF !important;
        border-bottom-color: #FFFFFF;
        color: #004c3f !important; }
        .navTabs li.on a:after, .navTabs li.isHere a:after {
          display: none; } }
  .navTabs._is_open ul {
    display: block; }
  .navTabs a {
    display: block;
    padding: 12px 48px 12px 16px;
    position: relative; }
  .navTabs .fa {
    font-family: 'Font Awesome 5 Free'; }

.navTabs_dropdown {
  display: block; }
  @media only screen and (min-width: 768px) {
    .navTabs_dropdown {
      display: none; } }
  .navTabs_dropdown a {
    background-color: #004c3f;
    color: #FFFFFF;
    position: relative;
    text-decoration: none !important; }
  .navTabs_dropdown .fa {
    color: #FFFFFF;
    font-size: 1.2em;
    position: absolute;
    right: 0.7em;
    top: 1em; }

.pageTabs {
  border-bottom: 3px solid #004c3f;
  position: relative; }
  .pageTabs ul {
    list-style: none;
    margin: 0 0 -3px;
    padding: 0; }
  .pageTabs li {
    display: inline-block;
    margin: 0 -3px 0 0 !important; }
    .pageTabs li.on a {
      background-color: #FFFFFF;
      border-bottom-color: #FFFFFF;
      color: #004c3f; }
  .pageTabs a {
    background-color: #004c3f;
    border: 3px solid #004c3f;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 6px 8px;
    position: relative;
    text-decoration: none !important; }
    @media only screen and (min-width: 768px) {
      .pageTabs a {
        font-size: 14px;
        padding: 7px 10px; } }
    .pageTabs a:hover {
      background-color: #337065; }
    .pageTabs a:before, .pageTabs a:after {
      background-color: #004c3f;
      bottom: -3px;
      content: "";
      display: block;
      height: 3px;
      position: absolute;
      width: 3px; }
    .pageTabs a:before {
      left: -3px; }
    .pageTabs a:after {
      right: -3px; }

.tab-pane {
  padding: 1.25rem 0 0 0; }
  .pageSection--tint .tab-pane {
    background-color: #FFFFFF;
    padding: 1.25rem; }

.tab-pane--white {
  background-color: #FFFFFF;
  padding: 1.5rem; }

.tabbed--radio .pageTabs {
  border-style: none; }
  .tabbed--radio .pageTabs li {
    margin: 0 -1px 0 0 !important;
    position: relative; }
    .tabbed--radio .pageTabs li.on {
      z-index: 2; }
      .tabbed--radio .pageTabs li.on a {
        background-color: white;
        border-color: #004c3f !important;
        color: #004c3f !important; }
        .tabbed--radio .pageTabs li.on a:before {
          background-color: #004c3f !important; }
    .tabbed--radio .pageTabs li:hover {
      z-index: 3; }
  .tabbed--radio .pageTabs a {
    background-color: transparent;
    border: 1px solid transparent !important;
    color: #111111 !important;
    position: relative;
    padding: 10px 10px 10px 35px;
    transition: 0.2s; }
    .tabbed--radio .pageTabs a:hover {
      color: #004c3f !important; }
    .tabbed--radio .pageTabs a:after {
      background-color: #FFFFFF;
      border: 1px solid #999999 !important;
      border-radius: 20px;
      content: "";
      display: block;
      height: 18px;
      left: 10px;
      position: absolute;
      top: 11px;
      width: 18px;
      transition: 0.2s; }
    .tabbed--radio .pageTabs a:before {
      background-color: transparent;
      border-style: none;
      border-radius: 12px;
      content: "";
      display: block;
      height: 10px;
      left: 14px;
      position: absolute;
      top: 15px;
      width: 10px;
      transition: 0.2s;
      z-index: 3; }

.subnavigation {
  border-top: 1px solid #B0A069;
  padding: 0.75em 0; }
  @media only screen and (min-width: 992px) {
    .subnavigation {
      padding: 1em 0; } }
  .subnavigation .toc {
    font-size: 1em;
    margin-bottom: 0;
    padding: 0; }
    @media only screen and (min-width: 992px) {
      .subnavigation .toc li {
        display: inline-block;
        margin: 0 1.5em 0 0 !important; } }

.nav.level_1.primary a {
  border-bottom: none;
  color: #000;
  padding: .5em 0 0; }

li .subnav .subnav {
  display: none !important; }

.nav_funds {
  margin-bottom: 0 !important;
  padding: 0 !important; }

.subnav {
  background-color: #d8d0b4;
  border-top: 1px solid #FFFFFF;
  padding: 1em; }
  @media only screen and (min-width: 992px) {
    .subnav {
      background-color: transparent;
      border-style: none;
      padding-left: 0; } }

@media only screen and (min-width: 992px) {
  .subnav .nav_funds {
    padding-top: 1em !important; }

  .subnav .nav_funds > li {
    border-style: none !important;
    padding-bottom: 0.5em !important;
    padding-top: 0 !important; }

  .subnav .nav_funds > li a {
    padding-top: 0 !important; }

  .subnav .newsItem_image {
    margin-bottom: 0.5em; }

  .subnav .newsItem_title {
    margin-bottom: 0.25em !important; }

  .subnav .newsItem_title a {
    color: #004c3f !important;
    padding: 0 !important; }

  .subnav .linkList .iconLink {
    padding-left: 1.5em !important;
    color: #844800 !important;
    padding-top: 0 !important; } }
.pageNav {
  background-color: #f6f5e9;
  border-bottom: 3px solid #004c3f;
  padding: 1.25em 0;
  width: 100%; }
  .pageNav._fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9998;
    transition: 0.2s;
    transform: translateY(-102%); }
    .pageNav._fixed._visible {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      transform: translateY(0); }

.pageNav_title {
  border-bottom: 1px solid #FFFFFF;
  border-bottom: 1px solid #333333;
  display: none;
  font-size: 1.25em;
  margin-bottom: 0.75em;
  overflow: hidden;
  padding-bottom: 0.5em; }

.pageNav_ticker {
  float: right;
  font-weight: 600; }

.pageNav._fixed .pageNav_title {
  display: block; }

.pageNav_menu {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.pageNav_menuItem {
  float: left;
  margin: 0 1.5em 0 0; }
  .pageNav_menuItem a {
    border-bottom: 2px solid transparent;
    color: #004c3f;
    display: block;
    text-decoration: none;
    padding-bottom: 2px; }
    .pageNav_menuItem a:hover {
      border-color: #004c3f !important; }

.pageNav._fixed .pageNav_menuItem._is-active a {
  border-color: #004c3f !important; }

.piechart:after {
  content: " ";
  display: table;
  clear: both; }

.piechart_container {
  margin-bottom: 2em; }
  @media only screen and (min-width: 520px) {
    .piechart_container {
      float: left;
      width: 40%; } }

.piechart_table {
  overflow: hidden; }
  @media only screen and (min-width: 520px) {
    .piechart_table {
      padding-left: 2em; } }

.pie_color {
  width: 2em; }
  .pie_color div {
    display: inline-block;
    height: 1em;
    width: 1em; }

.linechart {
  height: 300px; }

.horiz_barchart {
  height: 250px; }

.barchart_aar {
  height: 200px; }

.chartTools {
  background-color: rgba(176, 160, 105, 0.2);
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 0;
  padding: 1em; }
  .chartTools label {
    font-size: 0.9em;
    margin-right: 0.5em; }
  .chartTools + .tab-content > .tab-pane {
    margin-top: -1px;
    padding-top: 0; }

.chartTools--month {
  border-bottom-style: none;
  margin-bottom: -1em; }

.legend {
  color: #707070;
  font-size: 0.9rem;
  margin-bottom: 1.5em;
  overflow: hidden; }

.legend_item {
  margin-bottom: 0.25em;
  padding-left: 1.2em;
  position: relative; }

.legend_symbol {
  display: block;
  height: 0.8em;
  left: 0;
  position: absolute;
  top: 0.2em;
  width: 0.8em; }

.legend_symbol--circle {
  border-radius: 2em; }

.legend_symbol--diamond {
  transform: rotate(45deg) scale(0.8); }

.legend_symbol--line {
  height: 3px;
  left: -0.4em;
  top: 0.5em;
  width: 1.2em; }

.legend--inline {
  text-align: center; }

.legend--inline .legend_item {
  display: inline-block;
  margin-right: 1.5em; }

td.cell--legend {
  white-space: nowrap;
  width: 1.25em; }

td.cell--legend .legend_item {
  position: absolute;
  width: 1em; }

.linechartWrap + .legend,
.barchartWrap + .legend {
  margin-top: 1rem; }

.chartWrap {
  background: #FFFFFF;
  padding: 1.5em; }
  .chartWrap table,
  .chartWrap .legend {
    margin-bottom: 0; }

.chart--200 {
  background: transparent;
  height: 12.5rem; }

.chart--300 {
  background: transparent;
  height: 18.75rem; }

.chart--500 {
  background: transparent;
  height: 31.25rem; }

.pieBlock {
  background-color: #f7f6f0;
  padding: 2em; }

.pieBlock_item {
  background-color: #FFFFFF;
  border-bottom: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
  padding-left: 9rem;
  position: relative; }
  .pieBlock_item + .pieBlock_item {
    margin-top: 2em; }
  .pieBlock_item .piechart_container {
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 7rem;
    height: 7rem;
    border-style: none !important; }
  .pieBlock_item table {
    margin: 0;
    border-style: none; }
    .pieBlock_item table tr:last-child td {
      border-style: none; }

.pieModule {
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .pieModule {
      min-height: 240px;
      padding-left: 260px; } }
  .pieModule .piechart_container {
    height: 200px;
    width: 200px; }
    @media only screen and (min-width: 992px) {
      .pieModule .piechart_container {
        position: absolute;
        left: 0; } }
  @media only screen and (min-width: 992px) {
    .pieModule .svg_container {
      height: 240px;
      width: 240px;
      position: absolute;
      left: 0;
      top: 0; } }
  .pieModule .svg_container img {
    width: 240px;
    height: auto;
    display: block;
    margin: 0 auto 1em; }

td.cell--mockBar {
  width: 80px; }
  @media only screen and (min-width: 992px) {
    td.cell--mockBar {
      width: 150px; } }

.mockBar_wrap {
  height: 18px;
  position: relative;
  width: 100%; }

.mockBar {
  background-color: #B0A069;
  display: block;
  height: 18px;
  position: relative; }

.mockBar_bench {
  border-left: 3px solid #004c3f;
  border-right: 3px solid #004c3f;
  display: block;
  height: 22px;
  position: absolute;
  top: -2px;
  width: 8px; }

table.outperformance .mockBar {
  background-color: #316a61; }
  table.outperformance .mockBar:after {
    display: none; }

.tr--total {
  font-weight: bold; }
  .tr--total td {
    padding: .9em .8em; }

.th_label {
  display: inline-block;
  height: 1em;
  margin-right: 0.25em;
  position: relative; }

.th_label--primary {
  background-color: #004c3f; }

.th_label--secondary {
  background-color: #B0A069; }

.th_label--box {
  top: 0.1em;
  width: 1em; }

.th_label--line {
  top: 0.1em;
  width: 8px; }

.th_label--primary.th_label--line {
  background: transparent;
  border-left: 3px solid #004c3f;
  border-right: 3px solid #004c3f; }

table {
  border-top: 1px solid #c2c2c2;
  margin-bottom: 1.5em;
  width: 100%; }
  h2 + table {
    border-top-style: none; }
  .pageHeader table {
    border-top-style: none; }
  table p {
    margin-top: 0; }
  table.nav {
    margin-bottom: 0; }

th, td {
  color: #5c5c5c;
  padding: 0.5em 0.8em;
  text-align: right;
  vertical-align: top; }
  th.left, td.left {
    text-align: left; }
  .fundTable th, .fundTable td {
    padding: 0.8em; }

th {
  border-bottom: 1px solid #c2c2c2;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: bottom; }

td {
  border-bottom: 1px solid #c2c2c2;
  font-size: 0.9em; }
  td.fundCell a {
    color: #004c3f; }
    td.fundCell a:hover {
      color: #333333; }

tbody tr:nth-child(2n+1) td {
  background-color: #f8f7ed; }
  .content--etf tbody tr:nth-child(2n+1) td {
    background-color: #b3c9c5; }

tbody tr:nth-child(2n+2) td {
  background-color: rgba(255, 255, 255, 0.8); }

.dataTable tbody tr td {
  background-color: transparent !important; }
.dataTable tbody tr.odd td {
  background-color: #f8f7ed !important; }
  .content--etf .dataTable tbody tr.odd td {
    background-color: #e6edec !important; }
.dataTable tbody tr.odd + tr.child td {
  background-color: #f8f7ed !important; }
  .content--etf .dataTable tbody tr.odd + tr.child td {
    background-color: #e6edec !important; }
.dataTable tbody tr.parent td {
  border-bottom: 1px solid #d3d3d3 !important; }
.dataTable td.child {
  padding-left: 35px !important; }
  .dataTable td.child ul li:last-child {
    border-style: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
.dataTable .dtr-title {
  font-size: 85%;
  font-weight: 600 !important;
  margin-bottom: 0 !important; }

.flow-chart {
  margin-top: 1.2em !important; }
  .flow-chart tr {
    background-color: #FFFFFF !important; }
    .flow-chart tr:last-child .label {
      background-image: none; }
  .flow-chart td {
    background-color: #FFFFFF !important;
    text-align: left;
    border-bottom: none;
    padding: 0 0 1.25em 1.5em; }
  .flow-chart .label {
    background-image: url("../img/flow-arrow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-left: 0;
    width: 30%; }
    .flow-chart .label p {
      background-color: #faf9f2;
      padding: 10px 15px;
      border: 1px solid #004c3f;
      color: #004c3f;
      text-align: center; }

.dt-buttons {
  text-align: left !important; }
  @media only screen and (min-width: 768px) {
    .dt-buttons {
      float: left !important;
      width: 50% !important; } }

.dataTables_filter {
  text-align: left !important; }
  @media only screen and (min-width: 768px) {
    .dataTables_filter {
      float: right !important;
      text-align: right !important;
      width: 50% !important; } }
  .dataTables_filter input {
    padding: 0.35em; }

.dt-button {
  background: #844800 !important;
  border-radius: 0 !important;
  border-style: none !important;
  color: #FFFFFF !important; }

.dataTable_wrap table {
  width: 100% !important; }

h2 + .dataTable_wrap table {
  border-top-style: none; }

.tab-pane .dataTable_wrap--responsive {
  margin-top: 1em; }

.dt_filterWrap {
  background-color: #f4f2e4;
  border-top: 1px solid #c2c2c2;
  padding: 0.8em 1em 0.6em; }
  .dt_filterWrap:after {
    content: " ";
    display: table;
    clear: both; }

.dataTable--default {
  margin-bottom: 2em; }
  .dataTable--default th, .dataTable--default td {
    text-align: left; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: block;
  min-width: 75px;
  font-weight: 400;
  margin-bottom: 0.75em;
  text-transform: uppercase; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
  padding: 10px;
  text-align: left; }

table.dataTable > tbody > tr.child > td.child > ul {
  display: block; }
  table.dataTable > tbody > tr.child > td.child > ul li {
    margin-left: 0 !important; }
    table.dataTable > tbody > tr.child > td.child > ul li li {
      border-style: none;
      display: block;
      padding-bottom: 0; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  left: 10px; }

.content--etf tbody tr:nth-child(2n) td,
.content--etf .dataTable tbody tr.even td {
  background-color: white !important; }

thead th,
.content--etf thead th {
  background-color: white !important;
  color: #333;
  font-weight: 500; }

table.outperformance td:first-child {
  width: 20%; }

table.outperformance td:last-child {
  width: 70%; }

.litTable td {
  padding: 0.8em 1em; }
  .litTable td p {
    margin-bottom: 0;
    padding: 0.5em 0 0 1.25em; }

.table--tbodyStripe tbody:nth-child(2n+0),
.table--tbodyStripe tbody:nth-child(2n+0) td {
  background-color: #f7f6ed; }

.table--tbodyStripe tbody:nth-child(2n+1),
.table--tbodyStripe tbody:nth-child(2n+1) td {
  background-color: white; }

.transcript_table td {
  text-align: left !important; }

.col-25 {
  width: 25%; }

.col-30 {
  width: 30%; }

.col-40 {
  width: 40%; }

.col-50 {
  width: 50%; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

th.text-center,
td.text-center {
  text-align: center !important; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
.tab-pane > .table-responsive:first-child > table,
.tab-pane > .table-responsive-sm:first-child > table,
.tab-pane > .table-responsive-md:first-child > table,
.tab-pane > .table-responsive-lg:first-child > table,
.tab-pane > .table-responsive-xl:first-child > table,
.tab-pane > .table-responsive-xxl:first-child > table {
  border-top-style: none; }

h2 + .table-responsive table,
h2 + .table-responsive-sm table,
h2 + .table-responsive-md table,
h2 + .table-responsive-lg table,
h2 + .table-responsive-xl table,
h2 + .table-responsive-xxl table {
  border-top-style: none !important; }

.cell--10 {
  width: 10%; }

.cell--20 {
  width: 20%; }

.cell--25 {
  width: 25%; }

.cell--30 {
  width: 30%; }

.cell--35 {
  width: 35%; }

.cell--75 {
  width: 75%; }

.cell--noWrap {
  white-space: nowrap; }

.cell--noBorder {
  border-style: none !important; }

.cell--chart {
  padding: 0; }

.cell--chart > div {
  margin-left: -40px; }

table.gridCollapse {
  margin: -1px 0 0 0; }

.content--etf tbody tr:nth-child(2n+1) td,
.content--etf .dataTable tbody tr.odd td {
  background-color: rgba(0, 95, 79, 0.05) !important; }

table tbody tr:nth-child(2n+1):hover td,
table .dataTable tbody tr.odd:hover td {
  background-color: #d0c6a5 !important; }

table tbody tr:nth-child(2n+0):hover td,
table .dataTable tbody tr.even:hover td {
  background-color: #d0c6a5 !important; }

.content {
  padding: 2.5em 0 0; }
  @media only screen and (min-width: 768px) {
    .content {
      padding: 4em 0 0; } }

.content--home {
  padding-top: 0 !important; }

.content--secondary {
  background-color: #f8f7ed;
  padding-bottom: 3em !important; }

.pageSection {
  padding: 1.5em 0 2em; }
  .pageSection:first-child {
    padding-top: 0 !important; }
  @media only screen and (min-width: 768px) {
    .pageSection {
      padding: 2.25em 0 3em; } }
  @media only screen and (min-width: 992px) {
    .pageSection {
      padding: 3em 0 4.5em; } }
  .pageSection ul {
    padding: 0; }
    .pageSection ul li {
      margin: 0 0 0.5em 1.5em; }

.pageSection--tint {
  background-color: #f7f6f0; }

.content--etf .pageSection:nth-child(2n+2) {
  background-color: #f7f6f0; }

.pageSection_header {
  font-size: 1.6em;
  margin-bottom: 2.5rem;
  border-style: none;
  font-weight: 400;
  position: relative;
  padding-left: 1.25em; }
  @media only screen and (min-width: 768px) {
    .pageSection_header {
      font-size: 2em;
      padding-left: 2.25em; } }
  .pageSection_header span {
    font-size: 0.6em; }
  .pageSection_header .pageSection_icon {
    background: #B0A069;
    border-bottom: 3px solid #004c3f;
    color: #FFFFFF;
    width: 2em;
    height: 2em;
    font-size: 0.8em;
    line-height: 2em;
    display: none;
    text-align: center;
    position: absolute;
    left: 0;
    top: -0.1em; }
    @media only screen and (min-width: 768px) {
      .pageSection_header .pageSection_icon {
        display: block; } }
  .pageSection_header .pageSection_chevron {
    cursor: pointer;
    font-size: 0.8em;
    position: absolute;
    left: 0;
    top: 0.4em;
    transition: 0.2s;
    transform: rotate(0); }
    @media only screen and (min-width: 768px) {
      .pageSection_header .pageSection_chevron {
        display: none; } }

.pageSection_header--flushBottom {
  margin-bottom: 0; }

.pageSection--feature {
  padding-bottom: 2rem; }
  .pageSection--feature .spotlight,
  .pageSection--feature .alertBar {
    padding-left: 1.5em;
    padding-right: 1.5em; }
    @media only screen and (min-width: 992px) {
      .pageSection--feature .spotlight,
      .pageSection--feature .alertBar {
        padding-left: 2.75em;
        padding-right: 2.75em; } }
  .pageSection--feature .spotlight {
    margin: 2px 0; }
  .pageSection--feature .spotlight + .alertBar {
    margin-top: 0 !important; }
  .pageSection--feature .spotlight_title {
    color: #FFFFFF; }

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

.btn {
  display: inline-block;
  font-weight: 400;
  padding: 0.75em 1em !important;
  text-decoration: none !important;
  text-transform: uppercase; }
  .globalFooter .btn {
    border-radius: 0.35em;
    color: #FFFFFF !important;
    display: inline-block !important;
    font-weight: 400; }
    .globalFooter .btn.btn-primary {
      background-color: #004c3f; }
    .globalFooter .btn.btn-secondary {
      background-color: #B36D3C; }
  .featherlight .btn {
    background-color: #844800;
    color: #FFFFFF; }

.videoWrap {
  margin-bottom: 2em; }
  .videoWrap:last-child {
    border-style: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.video_outer {
  display: block;
  max-width: 100%;
  position: relative; }

.video_inner {
  display: block;
  padding-top: 56.25%; }
  .video_inner iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.video_thumb {
  display: block;
  position: relative; }
  .video_thumb .fa {
    border: 2px solid #844800;
    border-radius: 2em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 3em;
    height: 2em;
    left: 50%;
    line-height: 2em;
    margin: -1em 0 0 -1em;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    top: 50%;
    width: 2em; }
    .video_thumb .fa:before {
      margin-left: 0.15em; }
  @media only screen and (min-width: 992px) {
    .video_thumb img {
      margin-bottom: 0; } }
  .video_thumb:hover {
    color: #FFFFFF; }
    .video_thumb:hover .fa {
      border-color: #FFFFFF; }
  .videoGrid .video_thumb .fa {
    font-size: 2em; }

.video_description {
  padding-top: 1.5em; }

.video_utility {
  list-style: none;
  margin: 0 0 1em 0 !important;
  padding: 0; }
  .video_utility li {
    margin: 0 0 0.5em 0 !important; }
    @media only screen and (min-width: 520px) {
      .video_utility li {
        display: inline-block;
        margin: 0 1em 0 0 !important; } }

.videoGrid {
  font-size: 0.9em; }
  @media only screen and (min-width: 520px) {
    .videoGrid .col-xs-12:nth-child(3) {
      clear: left; } }
  @media only screen and (min-width: 992px) {
    .videoGrid .col-xs-12:nth-child(3) {
      clear: none; } }

.videoGrid_img {
  margin-bottom: 0.7em !important; }

.video_inner video,
.video_inner .video-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px; }

audio {
  width: 100%; }

.audioThumb {
  margin-bottom: 1.5em;
  width: 100% !important; }

.iconLink {
  display: inline-block;
  padding-left: 1.25em;
  position: relative; }
  .fundCell .iconLink {
    padding-left: 1em; }
  .iconLink .fa, .iconLink .far, .iconLink .fas {
    left: 0;
    position: absolute;
    top: 0.15em; }
    .fundCell .iconLink .fa,
    .fundCell .iconLink .far,
    .fundCell .iconLink .fas {
      font-size: 0.8em;
      top: 0.4em; }

.alert {
  background-color: #F0EEDB;
  color: #004c3f;
  font-size: 1.0625em;
  margin-bottom: 3.5em;
  padding: 1.5em 1.25em 1.5em 2.75em;
  position: relative; }
  .alert a {
    color: #004c3f; }
  .alert .fa {
    color: #844800;
    left: 1.25em;
    margin-right: 0.25em;
    position: absolute;
    top: 1.625em; }

.newsFeature {
  background-color: #f4f2e4; }
  .newsFeature .spotlight_bar {
    background-color: #004c3f; }

.newsFeature_inner {
  padding: 1.5em 1.5em 3em 1.5em;
  margin: 0 auto;
  max-width: 45em;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 1200px) {
    .newsFeature_inner {
      padding: 1.5em 4em 3em; } }
  .newsFeature--wgi .newsFeature_inner {
    padding-bottom: 1.5em !important; }

@media only screen and (min-width: 992px) {
  .newsFeature--left .newsFeature_content {
    padding: 1em 0 0 8em;
    text-align: left; } }

.newsFeature_title {
  color: #004c3f;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.75em;
  padding: 0; }
  .newsFeature_title a {
    color: #004c3f !important; }

.newsFeature_subtitle {
  font-size: 1.25em;
  padding: 0.25em 0 1em; }

.newsFeature_text {
  margin-bottom: 1em; }

.newsFeature_link {
  font-size: 0.8125em;
  text-transform: uppercase; }

.newsFeature_image {
  margin: 1em auto 1em; }
  @media only screen and (min-width: 992px) {
    .newsFeature--left .newsFeature_image {
      left: 1.5em;
      position: absolute;
      width: 6.5em; } }
  @media only screen and (min-width: 1200px) {
    .newsFeature--left .newsFeature_image {
      left: 4em; } }
  .newsFeature--wgi .newsFeature_image {
    margin-top: 1.5em; }

.newsFeature_banner {
  margin: 0 -1.5em 1em -1.5em; }
  @media only screen and (min-width: 1200px) {
    .newsFeature_banner {
      margin: 0 -4em 1em -4em; } }

.newsFeature_type {
  border-bottom: 1px solid #adadad;
  color: #adadad;
  display: inline-block;
  font-size: 0.8125em;
  padding-bottom: 0.25em;
  text-decoration: none !important;
  text-transform: uppercase; }
  .newsFeature_type:hover {
    border-color: #333333; }
  .newsFeature_type a {
    color: #adadad; }
  .primary .newsFeature_type a,
  .primary .newsFeature_type span {
    color: #FFFFFF !important; }

.newsFeature_btn {
  background-color: #E39F00;
  border-radius: 0.5em;
  color: #000000;
  display: inline-block;
  font-size: 0.875em;
  padding: 0.5em 2em;
  text-decoration: none !important;
  text-transform: uppercase; }
  .newsFeature_btn:hover {
    background-color: #844800;
    color: #FFFFFF; }

.newsItem {
  margin-bottom: 2em; }
  .newsItem:last-child {
    margin-bottom: 0; }
  .subnav .newsItem {
    display: none; }
    @media only screen and (min-width: 992px) {
      .subnav .newsItem {
        display: block; } }

.newsItem_date {
  color: #999999;
  font-size: 0.875em;
  margin-bottom: 0.5em;
  text-transform: uppercase; }

.newsItem_title {
  color: #004c3f;
  font-size: 1.125em;
  font-weight: 400;
  margin: 0 0 0.75em; }
  .newsItem_title a {
    color: #004c3f; }

.newsItem_text {
  margin-bottom: 1em; }

.newsItem_link {
  font-size: 0.95em;
  text-transform: uppercase; }

.newsItem_image {
  margin-bottom: 1em; }

.bioItem {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 1.5em;
  padding-bottom: 1em; }
  .bioItem:after {
    content: " ";
    display: table;
    clear: both; }
  @media only screen and (min-width: 1200px) {
    .homeBio .bioItem {
      border-style: none;
      margin-bottom: 0;
      padding-bottom: 0; } }
  .bioMain .bioItem:last-child {
    border-style: none;
    padding-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .bioMain .bioItem {
      margin-bottom: 2.5em;
      padding-bottom: 2em; } }

.bioItem_image {
  float: left;
  margin-right: 1em;
  width: 5em; }
  @media only screen and (min-width: 992px) {
    .bioMain .bioItem_image {
      margin-right: 1.5em;
      width: 6.5em; } }

.bioItem_content {
  overflow: hidden; }
  .bioItem_content p {
    margin-top: 0; }

.bioItem_title {
  color: #004c3f;
  font-size: 1.125em;
  font-weight: 400;
  margin: 0 0 0.5em; }
  .bioItem_title a {
    color: #004c3f;
    margin-bottom: 0.75em; }

.linkList {
  list-style: none;
  margin: 0;
  padding: 0; }
  table .linkList {
    margin-bottom: 0; }
  .linkList li {
    margin: 0 0 0.5em 0 !important; }
    .linkList li:last-child {
      margin-bottom: 0 !important; }
      .pageHeader--etf .linkList li:last-child {
        margin-bottom: 0.5em !important; }
  .linkList p {
    padding-left: 1.25em; }

@media only screen and (min-width: 520px) {
  .advisorList .col-ms-6:nth-child(3) {
    clear: left; } }
@media only screen and (min-width: 992px) {
  .advisorList .col-md-4:nth-child(3) {
    clear: none; } }

.siteLink {
  border-top: 1px solid #c2c2c2;
  font-size: 0.8em;
  padding-top: 1em;
  text-transform: uppercase; }
  table + .siteLink {
    border-style: none;
    margin-top: -0.5em;
    padding-top: 0; }

@media only screen and (min-width: 768px) {
  .aboutContent .col-sm-6:nth-child(2n+1) {
    clear: left; } }

.insightsBlock .col-xs-12:nth-child(3) {
  clear: left; }
  @media only screen and (min-width: 768px) {
    .insightsBlock .col-xs-12:nth-child(3) {
      clear: none; } }

.contactBlock {
  background-color: #f3f1e2;
  margin-bottom: 1em;
  padding: 1.5rem; }
  .contactBlock a {
    color: #004c3f !important;
    font-size: 1em;
    text-decoration: none; }
  .contactBlock h3 {
    color: #333333;
    font-size: 1em;
    margin-top: 0 !important;
    text-transform: uppercase; }
  .contactBlock *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

.contactDetail {
  padding-bottom: 0.5em; }

.aboutGrid h3 a {
  color: #004c3f; }
.aboutGrid h5 {
  color: #333333;
  padding-top: 5px; }
  .aboutGrid h5 a {
    color: #333333; }
.aboutGrid .col-margin {
  margin-bottom: 1.25em; }
  .aboutGrid .col-margin:nth-child(3), .aboutGrid .col-margin:nth-child(5) {
    clear: left; }

.aboutGrid_img {
  padding-right: 0 !important; }

.aboutTitle {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .aboutTitle:after {
    content: " ";
    display: table;
    clear: both; }
  .aboutTitle img {
    float: left;
    margin-right: 0.75em; }
  .aboutTitle h2 {
    border-style: none;
    font-size: 1.25em;
    margin: 0;
    overflow: hidden;
    padding-bottom: 0; }

.moreLink {
  border-top: 1px solid #c2c2c2;
  margin-top: 2em;
  padding-top: 0.5em; }

.tooltip {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  position: relative;
  z-index: 9000; }
  .tooltip:hover:before {
    bottom: 7px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #844800;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute; }
  .tooltip:hover:after {
    bottom: 12px;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFFFFF;
    content: "";
    display: block;
    left: 50%;
    margin-left: -8px;
    position: absolute; }
  .tooltip:hover .tooltip_tip {
    display: block; }
  .tooltip .fa {
    background-color: #FFFFFF;
    border: 1px solid #844800;
    border-radius: 8px;
    color: #844800;
    display: inline-block;
    font-size: 9px;
    height: 16px;
    line-height: 14px;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px; }

.tooltip_tip {
  background-color: #FFFFFF;
  border: 1px solid #844800;
  bottom: 24px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #844800;
  display: none;
  font-size: 0.9em;
  left: 50%;
  margin-left: -125px;
  padding: 1em;
  position: absolute;
  width: 250px;
  z-index: 9999; }

.tooltip--wide .tooltip_tip {
  margin-left: -175px !important;
  width: 350px; }

span.tooltip_tip,
h3 span.tooltip_tip,
h3 span.footnote_wrapped {
  color: #844800 !important;
  font-size: 0.75rem !important;
  font-style: normal !important; }

.homeQuote {
  color: #004c3f; }
  .homeQuote p {
    text-indent: -0.5em; }

.homeQuote_text {
  font-size: 1.2em; }
  @media only screen and (min-width: 768px) {
    .homeQuote_text {
      border-top: 1px solid #c2c2c2;
      font-size: 1em;
      margin-top: 2.6em;
      padding-top: 1.5em; } }

.homeQuote_attribution {
  font-size: 1.05em;
  font-style: italic; }
  @media only screen and (min-width: 768px) {
    .homeQuote_attribution {
      font-size: 0.9em; } }

.aboutWrap {
  background-color: #f8f7ed;
  padding: 1.5em; }

.commentary_summary {
  background-color: #f5f4e8;
  margin-bottom: 1.5em;
  padding: 1.5em; }

.commentary_managers {
  font-size: 0.9em; }
  .commentary_managers:after {
    content: " ";
    display: table;
    clear: both; }
  .commentary_managers .bioItem:last-child {
    border-style: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.commentaryItem {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 2em;
  padding-bottom: 2em; }
  .commentaryItem:last-child {
    border-style: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.commentaryItem_date {
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-transform: uppercase; }

@media only screen and (min-width: 992px) {
  .commentary_title {
    border-bottom-style: none !important; } }
@media only screen and (min-width: 992px) {
  .commentary_title .etf_titleManager {
    padding-bottom: 0; } }

.pageHeader--etf {
  background-color: #f6f5e9; }

.etf_title {
  margin: 2.5em 0 1.25em; }
  @media only screen and (min-width: 992px) {
    .etf_title {
      border-bottom: 1px solid #B0A069;
      margin-bottom: 1.75em; } }
  .etf_title h1 {
    border-bottom: 1px solid #B0A069;
    margin-bottom: 0.35em;
    padding-bottom: 0.35em; }
    @media only screen and (min-width: 992px) {
      .etf_title h1 {
        border-style: none;
        padding-bottom: 0; } }
  .etf_title > div.row {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .etf_title > div.row:before {
        bottom: 0;
        background-color: #B0A069;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 1px; } }

@media only screen and (min-width: 992px) {
  .etf_title--single > div.row:before {
    left: 16.6666666666%; } }

@media only screen and (min-width: 992px) {
  .etf_title--double > div.row:before {
    left: 25%; } }

@media only screen and (min-width: 992px) {
  .etf_titleMain {
    padding: 1em 0 1em 2em; } }

@media only screen and (min-width: 992px) {
  .etf_titleManager {
    padding: 1em 2em 1em 1em; } }
.etf_titleManager h5 {
  border-top: 1px solid #B0A069;
  padding-top: 1em; }
  @media only screen and (min-width: 992px) {
    .etf_titleManager h5 {
      display: none; } }

.etf_meta {
  font-size: 1em;
  padding-bottom: 1em; }
  .etf_meta div {
    font-size: 1.375em; }
    @media only screen and (min-width: 520px) {
      .etf_meta div {
        padding-right: 2em;
        width: auto !important; } }
    @media only screen and (min-width: 768px) {
      .etf_meta div {
        padding-right: 3em; } }
  .etf_meta span {
    color: #999999;
    display: block;
    font-size: 0.65em;
    text-transform: uppercase; }
  .etf_meta ul, .etf_meta p {
    margin-bottom: 0 !important; }

.headshot img {
  margin-bottom: 0.125em; }
.headshot a {
  color: #707070;
  font-style: italic; }

.chartTitle {
  margin-bottom: 0 !important; }

.form-control {
  display: inline-block;
  max-width: 400px;
  width: 70%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.perfTabs_tab {
  display: none; }
  .perfTabs_tab._active {
    display: block !important; }

.premTabs_tab {
  display: none; }
  .premTabs_tab._active {
    display: block !important; }

.spotlight {
  color: #FFFFFF; }
  .spotlight .btn {
    background-color: rgba(255, 255, 255, 0.35);
    color: #FFFFFF; }

.spotlight--splash {
  background-size: cover;
  background-position: center center; }

.spotlight--standard {
  background-color: #B0A069; }

.spotlight_inner {
  padding: 1.25em 0 1.75em;
  position: relative; }
  .spotlight_inner:after {
    content: " ";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) {
    .spotlight--splash .spotlight_inner {
      padding: 2em 0 2.25em; } }
  @media only screen and (min-width: 768px) {
    .spotlight--standard .spotlight_inner {
      padding: 2.75em 0 2.75em 40%; } }

.spotlight--splash .spotlight_content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.5em; }
  @media only screen and (min-width: 768px) {
    .spotlight--splash .spotlight_content {
      margin: 0 2.25em; } }
.spotlight--standard .spotlight_content {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .spotlight--standard .spotlight_content {
      border-left: 1px solid #FFFFFF;
      margin-left: 2em; } }

.spotlight_title {
  border-bottom: 1px solid #FFFFFF; }
  @media only screen and (min-width: 768px) {
    .spotlight_title {
      padding: 0 2em; } }
  .spotlight_title h2 {
    border-style: none;
    margin-top: 0.5em;
    padding: 0; }
    .spotlight--etfs .spotlight_title h2 {
      border-style: none;
      color: #004c3f;
      font-weight: 500;
      padding-bottom: 0; }
  .spotlight_title a {
    color: #FFFFFF;
    display: inline-block; }
    .spotlight--etfs .spotlight_title a {
      color: #004c3f; }
      .spotlight--etfs .spotlight_title a strong {
        transition: 0.1s;
        color: #FFFFFF;
        font-weight: 600; }
      .spotlight--etfs .spotlight_title a:hover {
        color: #333333;
        text-decoration: none; }
        .spotlight--etfs .spotlight_title a:hover strong {
          color: #333333; }
  .spotlight--etfs .spotlight_title {
    border-bottom-style: none; }

.spotlight_type {
  border-bottom: 1px solid #FFFFFF;
  display: inline-block;
  font-size: 0.8125em;
  padding-bottom: 0.25em;
  text-transform: uppercase; }

.spotlight_description {
  position: relative;
  padding: 1.5em 0 0; }
  @media only screen and (min-width: 768px) {
    .spotlight--splash .spotlight_description {
      padding: 2em 17em 2em 2em; }
      .spotlight--splash .spotlight_description:after {
        background-color: #FFFFFF;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        right: 15em;
        top: 0;
        width: 1px; } }
  @media only screen and (min-width: 992px) {
    .spotlight--splash .spotlight_description {
      padding-right: 19em; }
      .spotlight--splash .spotlight_description:after {
        right: 17em; } }
  @media only screen and (min-width: 768px) {
    .spotlight--standard .spotlight_description {
      padding: 1.5em 2em; } }

.spotlight_text {
  padding-bottom: 1.5em; }
  @media only screen and (min-width: 768px) {
    .spotlight--splash .spotlight_text {
      padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .spotlight--splash .spotlight_action {
    position: absolute;
    right: 2em;
    top: 2em;
    width: 11em; } }
@media only screen and (min-width: 992px) {
  .spotlight--splash .spotlight_action {
    width: 13em; } }

.spotlight_image {
  background-size: cover;
  background-position: center center;
  height: 200px;
  margin-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    .spotlight_image {
      bottom: 1.75em;
      height: auto;
      left: 0;
      position: absolute;
      top: 2.75em;
      width: 40%; } }

.spotlight_bar {
  height: 6px;
  overflow: hidden;
  width: 100%; }
  .spotlight .spotlight_bar {
    bottom: 0;
    left: 0;
    position: absolute; }
  .spotlight--splash .spotlight_bar {
    background-color: #C4B88D; }
  .spotlight--standard .spotlight_bar {
    background-color: #004c3f; }
  .pageHeader .spotlight_bar {
    background-color: #004c3f;
    margin-top: 1.75em; }
  .spotlight_bar span {
    display: inline-block;
    height: 6px;
    position: relative;
    vertical-align: top;
    width: 33.3333333333%; }
    @media only screen and (min-width: 768px) {
      .spotlight_bar span {
        width: 20%; } }
    @media only screen and (min-width: 992px) {
      .spotlight_bar span {
        width: 16.6666666666%; } }
    @media only screen and (min-width: 1200px) {
      .spotlight_bar span {
        width: 12.5%; } }
    .spotlight_bar span:after {
      content: "";
      display: block;
      height: 6px;
      position: absolute;
      top: 100%;
      width: 100%; }
    .spotlight_bar span:nth-child(1) {
      background-color: rgba(255, 255, 255, 0.5); }
      .spotlight_bar span:nth-child(1):after {
        background-color: rgba(255, 255, 255, 0.2); }
    .spotlight_bar span:nth-child(2) {
      background-color: transparent; }
      .spotlight_bar span:nth-child(2):after {
        background-color: rgba(255, 255, 255, 0.4); }
    .spotlight_bar span:nth-child(3) {
      background-color: rgba(255, 255, 255, 0.2); }
      .spotlight_bar span:nth-child(3):after {
        background-color: rgba(255, 255, 255, 0.6); }
    .spotlight_bar span:nth-child(4) {
      background-color: rgba(255, 255, 255, 0.4); }
      .spotlight_bar span:nth-child(4):after {
        background-color: rgba(255, 255, 255, 0.8); }
    .spotlight_bar span:nth-child(5) {
      background-color: rgba(255, 255, 255, 0.6); }
      .spotlight_bar span:nth-child(5):after {
        background-color: transparent; }
    .spotlight_bar span:nth-child(6) {
      background-color: rgba(255, 255, 255, 0.8); }
      .spotlight_bar span:nth-child(6):after {
        background-color: rgba(255, 255, 255, 0.2); }
    .spotlight_bar span:nth-child(7) {
      background-color: rgba(255, 255, 255, 0.6); }
      .spotlight_bar span:nth-child(7):after {
        background-color: transparent; }
    .spotlight_bar span:nth-child(8) {
      background-color: transparent; }
      .spotlight_bar span:nth-child(8):after {
        background-color: rgba(255, 255, 255, 0.4); }
    .spotlight_bar span:nth-child(9) {
      background-color: rgba(255, 255, 255, 0.8); }
      .spotlight_bar span:nth-child(9):after {
        background-color: rgba(255, 255, 255, 0.2); }
    .spotlight_bar span:nth-child(10) {
      background-color: transparent; }
      .spotlight_bar span:nth-child(10):after {
        background-color: rgba(255, 255, 255, 0.4); }
    .spotlight_bar span:nth-child(11) {
      background-color: rgba(255, 255, 255, 0.2); }
      .spotlight_bar span:nth-child(11):after {
        background-color: rgba(255, 255, 255, 0.6); }
    .spotlight_bar span:nth-child(12) {
      background-color: rgba(255, 255, 255, 0.4); }
      .spotlight_bar span:nth-child(12):after {
        background-color: rgba(255, 255, 255, 0.8); }
    .spotlight_bar span:nth-child(13) {
      background-color: rgba(255, 255, 255, 0.6); }
      .spotlight_bar span:nth-child(13):after {
        background-color: transparent; }
    .spotlight_bar span:nth-child(14) {
      background-color: rgba(255, 255, 255, 0.8); }
      .spotlight_bar span:nth-child(14):after {
        background-color: rgba(255, 255, 255, 0.2); }
    .spotlight_bar span:nth-child(15) {
      background-color: rgba(255, 255, 255, 0.6); }
      .spotlight_bar span:nth-child(15):after {
        background-color: transparent; }
    .spotlight_bar span:nth-child(16) {
      background-color: transparent; }
      .spotlight_bar span:nth-child(16):after {
        background-color: rgba(255, 255, 255, 0.4); }

.spotlight_bar--alt span {
  width: 16.6666666666%; }
  @media only screen and (min-width: 768px) {
    .spotlight_bar--alt span {
      width: 10%; } }
  @media only screen and (min-width: 992px) {
    .spotlight_bar--alt span {
      width: 8.3333333333%; } }
  @media only screen and (min-width: 1200px) {
    .spotlight_bar--alt span {
      width: 6.25%; } }

.disclosure {
  color: #707070; }
  .disclosure p {
    margin: 0 0 0.75em; }
  .pageSection .disclosure {
    font-size: 0.8em;
    margin-top: 1em; }

.disclosure_inner {
  border-top: 3px solid #004c3f;
  padding: 1.5em 0 2.5em; }

.disclosure_footnote {
  margin-bottom: 1.5em; }

.pageSection .disclosure {
  color: #707070;
  margin-top: 1rem; }

#disclosures {
  margin-top: 2rem; }

.disclosure--tan {
  background-color: #B0A069;
  color: #000000; }

.disclosure--tan .disclosure_inner {
  border-top-color: #000000; }

.disclosure--green {
  background-color: #004c3f;
  color: #FFFFFF; }

.disclosure--green .disclosure_inner {
  border-top-color: #FFFFFF; }

.footnote {
  padding-left: 1.25em;
  position: relative; }
  .footnote:after {
    content: " ";
    display: table;
    clear: both; }

.footnote_symbol {
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 1em; }

.footnote_wrapped {
  display: inline;
  position: relative; }

.footnote_wrapped .footnote_wrapped_link {
  border: 1px solid #333333;
  display: none;
  position: absolute;
  background: #FFFFFF;
  left: 0;
  padding: 5px;
  top: 0;
  z-index: 10;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2; }

.footnote_wrapped:hover {
  background-color: #90ceef; }

.footnote_wrapped:hover .footnote_wrapped_link {
  display: block; }

.globalFooter {
  background-color: #C4B88D;
  border-top: 3px solid #004c3f; }
  .globalFooter h4 {
    color: #000000;
    font-size: 1.1em;
    font-weight: 500;
    margin: 0.75em 0 1em !important;
    text-transform: none; }
  .globalFooter h5 {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 0.5em; }
  .globalFooter .contactBlock {
    margin-bottom: 0.5em; }
  .globalFooter p {
    color: #666666;
    font-size: 0.9em;
    line-height: 1.2em; }

.globalFooter_primary {
  background-color: #faf9f2;
  padding: 2em 0; }
  @media only screen and (min-width: 992px) {
    .globalFooter_primary {
      padding: 4em 0; } }
  .globalFooter_primary .globalFooter_nav {
    padding-top: 2em; }
    @media only screen and (min-width: 992px) {
      .globalFooter_primary .globalFooter_nav {
        padding-top: 0; } }

.globalFooter_secondary {
  background-color: #f5f3e6;
  padding: 3em 0 5em; }

.globalFooter_inner {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .globalFooter_inner {
      padding-left: 200px; } }
  .globalFooter_inner .logo {
    margin: 0; }
    @media only screen and (min-width: 520px) {
      .globalFooter_inner .logo {
        margin: 0 auto; } }
    @media only screen and (min-width: 992px) {
      .globalFooter_inner .logo {
        left: 0;
        position: absolute;
        top: 0; } }

.globalFooter_nav:after {
  content: " ";
  display: table;
  clear: both; }
.globalFooter_nav a {
  color: #004c3f;
  display: block; }
.globalFooter_nav > ul {
  list-style: none;
  margin: 0 -1em;
  padding: 0; }
  .globalFooter_nav > ul > li {
    float: left;
    margin-bottom: 1.5em;
    padding: 0 1em;
    width: 50%; }
    @media only screen and (min-width: 768px) {
      .globalFooter_nav > ul > li {
        margin-bottom: 0;
        width: 25%; } }
    @media only screen and (min-width: 768px) {
      .globalFooter_nav > ul > li.nav_1_insights {
        clear: left !important; } }
    .globalFooter_nav > ul > li.nav_1_funds {
      width: 100% !important; }
      @media only screen and (min-width: 768px) {
        .globalFooter_nav > ul > li.nav_1_funds {
          width: 75% !important; } }
      .globalFooter_nav > ul > li.nav_1_funds > ul {
        margin-left: -1em;
        margin-right: -1em; }
        .globalFooter_nav > ul > li.nav_1_funds > ul > li {
          float: left;
          margin-bottom: 1.5em;
          padding-left: 1em;
          padding-right: 1em;
          width: 50%; }
          @media only screen and (min-width: 768px) {
            .globalFooter_nav > ul > li.nav_1_funds > ul > li {
              width: 33%; } }
          .globalFooter_nav > ul > li.nav_1_funds > ul > li a {
            display: block; }
    .globalFooter_secondary .globalFooter_nav > ul > li {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .globalFooter_secondary .globalFooter_nav > ul > li {
          margin-bottom: 1.5em;
          width: 40%; }
          .globalFooter_secondary .globalFooter_nav > ul > li.wide {
            width: 100%; } }
    .globalFooter_nav > ul > li > a,
    .globalFooter_nav > ul > li > span.mockA {
      border-bottom: 1px solid #E39F00 !important;
      color: #004c3f !important;
      display: block;
      font-size: 1.25em;
      padding-bottom: 0.5em;
      text-decoration: none; }
    .globalFooter_nav > ul > li > ul {
      font-size: 0.875em;
      list-style: none;
      margin: 0;
      padding: 1em 0 0; }
      .globalFooter_nav > ul > li > ul > li {
        margin-bottom: 0.5em; }
        .globalFooter_secondary .globalFooter_nav > ul > li > ul > li {
          margin-bottom: 1em; }
      .globalFooter_nav > ul > li > ul a {
        color: #004c3f !important;
        text-decoration: none !important; }
.globalFooter_nav ul ul ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .globalFooter_nav ul ul ul li {
    margin-bottom: 0.5em; }

.footerLegal {
  border-top: 1px solid #E39F00;
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0; }
  .footerLegal li {
    display: inline-block;
    font-size: 0.75em;
    margin-right: 2em; }
  .footerLegal a {
    color: #004c3f !important;
    text-decoration: none !important; }

.globalFooter_disclosure {
  background-color: #f5f3e6;
  padding: 0 0 2em; }
  .globalFooter_disclosure p {
    line-height: 1.5; }
  .globalFooter_disclosure a {
    color: #adadad;
    text-decoration: underline; }

.disclosure_inner {
  border-top: 1px solid #999; }

.lightbox_buttons {
  text-align: right; }
  .lightbox_buttons .btn {
    margin-left: 1em; }

@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0); }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

  .featherlight .featherlight-content {
    font-size: 0.85rem;
    border: 0.75em solid #fdfcfa;
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 1.5em;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    max-width: 990px;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
    width: 90%; }
  .offsite .featherlight-content {
    max-width: 500px; }
    .offsite .featherlight-content h2 {
      margin-top: 0.75em; }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    color: #333333;
    position: absolute;
    z-index: 9999;
    top: 0.4em;
    right: 0.4em;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-size: 1.5em;
    background: #fff;
    /* Set the background in case it overlaps the content */ }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 2.5em 1.5em; } }
.lightbox_hidden {
  display: none; }

.lightbox_share {
  font-size: 1.25em; }
  .lightbox_share ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 520px) {
      .lightbox_share ul {
        text-align: center; } }
  .lightbox_share li {
    margin: 0 0 0.5em; }
    @media only screen and (min-width: 520px) {
      .lightbox_share li {
        display: inline-block;
        margin: 0 1em; } }

.offsite .featherlight-content h2 {
  font-size: 1.5em; }

html#wgi_html,
body#wgi_body {
  font-size: 16px !important; }

body#wgi_body .pageHeader h1 {
  color: #004c3f;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.1;
  margin: 0.67em 0 0.75em; }
body#wgi_body h1 span {
  color: inherit !important;
  font-size: inherit !important;
  font-style: normal !important; }
body#wgi_body .pageUtility a {
  color: #844800 !important; }
body#wgi_body .breadcrumb {
  background-color: transparent !important;
  padding: 0; }
body#wgi_body .toc {
  margin-bottom: 2em; }
  body#wgi_body .toc ul {
    margin: 0 !important;
    padding: 0 !important; }
  body#wgi_body .toc li {
    position: relative; }
  body#wgi_body .toc a {
    background-color: transparent !important;
    display: inline !important;
    padding: 0 !important; }
    body#wgi_body .toc a:hover {
      text-decoration: underline; }
body#wgi_body .tocHome {
  margin-bottom: 0 !important; }
  body#wgi_body .tocHome li:last-child {
    margin-bottom: 0.5em !important; }
body#wgi_body .fullListing ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }
body#wgi_body .fullListing li {
  margin: 0 !important;
  padding: 0 !important; }

#wgi {
  font-size: 14px; }
  @media only screen and (min-width: 480px) {
    #wgi {
      font-size: 15px; } }
  @media only screen and (min-width: 768px) {
    #wgi {
      font-size: 18px; } }
  @media only screen and (min-width: 992px) {
    #wgi {
      font-size: 20px; } }
  #wgi .section-title {
    font-size: 1.8em !important;
    margin-top: 1.3em !important; }
    @media only screen and (min-width: 768px) {
      #wgi .section-title {
        font-size: 2.5em !important; } }
  #wgi h2 {
    border-style: none;
    padding-bottom: 0; }
  #wgi .header-panel {
    border-style: none;
    margin-top: 0 !important; }
  #wgi .toc {
    font-size: 1.1em; }
  #wgi .btn-share {
    font-size: 1.1em;
    text-transform: none; }
  #wgi .btn-default {
    text-transform: none; }
    #wgi .btn-default .thin-quote {
      font-size: 1.5em; }
  #wgi .investor-quote {
    font-size: 1.3em !important; }
  #wgi .investors-name {
    font-size: 1.4em !important; }
    #wgi .investors-name span {
      font-size: 0.9em !important; }
  #wgi .footer-disclaimer-panel {
    font-size: 14px; }
  #wgi .fullListing h1.article-landing-title {
    margin-top: 0 !important; }

.article-landing-title a {
  color: #000000 !important;
  text-decoration: none !important; }

.toc {
  font-size: 1.1em;
  list-style: none !important; }
  .toc li {
    color: #004c3f;
    margin: 0 0 0.5em 0 !important; }
    .toc li:last-child {
      margin-bottom: 0 !important; }
  .toc a {
    color: #004c3f; }

.tocList li {
  margin-bottom: 1.5em !important; }
.tocList .wgi_description {
  color: #333333;
  padding: 0.25em 0 1em; }

.tocList_text {
  padding-top: 1em; }

.investorWrap {
  padding: 1em 1em 0 1em; }
  @media only screen and (min-width: 480px) {
    .investorWrap {
      padding: 0; } }

.share-this-panel {
  padding-bottom: 0 !important; }

.footer-disclaimer-panel {
  padding-bottom: 0 !important; }

.investor-quote-full {
  padding-top: 0 !important; }

.cardGrid {
  display: flex;
  flex-wrap: wrap; }
  .homeCards .cardGrid {
    justify-content: center; }
  .cardGrid .col-xs-12 {
    margin-bottom: 2rem; }

@media only screen and (min-width: 992px) {
  .cardGrid .module--full.module--image {
    padding: 3rem 1.5rem 3rem 40%;
    position: relative; }

  .cardGrid .module--full.module--image .module_image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(40% - 1.5rem);
    background-position: center center;
    background-size: cover;
    margin: 0; }

  .cardGrid .module--full.module--image .module_image img {
    display: none; } }
.col-card._hidden {
  display: none; }

.homeCards {
  background-color: #d8d0b4;
  padding: 3rem 0; }

.homeCards_header {
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  font-size: 1.75em;
  margin: 0 auto 1.3em;
  max-width: 53rem;
  line-height: 1.4; }

.module {
  background-color: #f3f1e2;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem; }
  .cardGrid .module {
    margin-bottom: 0;
    height: 100%; }
  .homeCards .module {
    background: #FFFFFF; }
  .homeCards .cardGrid .module {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.module_type {
  color: #766b46;
  font-size: 0.95em; }

.module_tags {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #999; }

.module_tag {
  color: #FFFFFF;
  display: inline-block;
  background-color: #766b46;
  padding: 3px 10px;
  border-radius: 10px;
  font-weight: 400;
  margin: 0 5px 5px 0; }
  .module_tag:hover {
    color: #FFFFFF;
    text-decoration: none; }

.module_image {
  margin: -1.25rem -0.75rem 20px -0.75rem; }

.module_title {
  color: #004c3f;
  font-weight: 600;
  margin: 12px 0 5px; }
  .module_title a {
    color: #004c3f; }
  .module_title:first-child {
    margin-top: 0 !important; }

.module--compact {
  padding: 2rem 1.5rem 3.5rem;
  position: relative; }
  .module--compact .linkList {
    bottom: 1.5rem;
    position: absolute; }

.promoHover img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: 0.1s; }

.promoHover:hover img {
  transform: scale(1.03) rotate(-3deg); }

ul.socialShare {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }
  ul.socialShare li {
    float: left;
    margin: 0 1rem 0 0 !important; }
    .globalFooter ul.socialShare li {
      float: right;
      margin-left: 1rem; }
  ul.socialShare a {
    display: block; }
  ul.socialShare img {
    height: auto;
    width: 2rem; }
  ul.socialShare + .commentary_summary {
    margin: 2rem 0; }

.imageBlock {
  background: #FFFFFF;
  margin-bottom: 2rem;
  position: relative; }

.imageBlock_image {
  height: 0;
  padding-bottom: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .imageBlock_image {
      height: auto;
      padding-bottom: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 30%; } }

.imageBlock_text {
  padding: 2rem; }
  @media only screen and (min-width: 768px) {
    .imageBlock_text {
      padding: 5rem 6rem;
      font-size: 1.2em; }
      .imageBlock_text p {
        line-height: 1.7; } }

.imageBlock_caption {
  background-color: #004c3f;
  padding: 1rem;
  color: #FFFFFF;
  font-style: italic;
  position: absolute;
  width: 100%;
  bottom: 1.3rem; }

@media only screen and (min-width: 768px) {
  .imageBlock--left {
    padding-left: 30%; }
    .imageBlock--left .imageBlock_image {
      left: 0; } }
.imageBlock--left .imageBlock_caption {
  left: -1.3rem; }

@media only screen and (min-width: 768px) {
  .imageBlock--right {
    padding-right: 30%; }
    .imageBlock--right .imageBlock_image {
      right: 0; } }
.imageBlock--right .imageBlock_caption {
  right: -1.3rem; }

.imageFeature {
  margin-bottom: 4rem;
  overflow: hidden;
  position: relative; }

.imageFeature_image {
  height: 0;
  background-size: cover;
  background-position: center center;
  padding-bottom: 30%;
  display: block; }
  @media only screen and (min-width: 992px) {
    .imageFeature_image {
      bottom: 0;
      height: auto;
      padding: 0;
      position: absolute;
      top: 0;
      z-index: 5; } }

.imageFeature_text {
  background-color: #f5f3e6;
  padding: 2rem 1.5rem; }
  @media only screen and (min-width: 992px) {
    .imageFeature_text {
      position: relative;
      z-index: 10; } }
  .imageFeature_text h4 {
    color: #004c3f;
    margin-top: 0 !important; }
  .imageFeature_text p {
    margin-bottom: 0 !important; }

@media only screen and (min-width: 992px) {
  .imageFeature--wide {
    padding: 5rem 0; }
    .imageFeature--wide .imageFeature_text {
      width: 60%; }
    .imageFeature--wide .imageFeature_image {
      width: 80%; } }

@media only screen and (min-width: 992px) {
  .imageFeature--tall {
    padding: 12rem 0; }
    .imageFeature--tall .imageFeature_text {
      width: 80%; }
    .imageFeature--tall .imageFeature_image {
      width: 60%; } }

@media only screen and (min-width: 992px) {
  .imageFeature--left .imageFeature_text {
    float: right; }

  .imageFeature--right .imageFeature_image {
    right: 0; }

  .imageFeature--left .imageFeature_image {
    left: 0; }

  .imageFeature--bottom.imageFeature--wide {
    padding: 8rem 0 2rem; }

  .imageFeature--top.imageFeature--wide {
    padding: 2rem 0 8rem; }

  .imageFeature--bottom.imageFeature--tall {
    padding: 16rem 0 8rem; }

  .imageFeature--top.imageFeature--tall {
    padding: 8rem 0 16rem; } }
.mgiPromo {
  background-color: #F0EEDB;
  margin-bottom: 1rem;
  padding-left: 9.375rem;
  position: relative; }
  .cardGrid .mgiPromo {
    margin-bottom: 0;
    background: #f3f1e2; }
  .homeCards .cardGrid .mgiPromo {
    margin-bottom: 0;
    background-color: #FFFFFF; }
  .mgiPromo h2 {
    background-color: transparent !important;
    border-style: none;
    color: black !important;
    font-size: 2rem !important;
    font-weight: 700;
    margin: 10px 0 10px;
    margin-left: 0px;
    padding: 0 !important;
    text-transform: none; }

.mgiPromo_wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem; }
  .mgiPromo_wrap .col-xs-12 {
    margin-bottom: 0; }

.mgiPromo_banner {
  border: 0.75rem solid #FFFFFF; }

.mgiPromo_image {
  position: absolute;
  left: 1rem;
  height: auto;
  top: 1rem;
  width: 7.5rem; }

.mgiPromo_text {
  padding: 1.25rem 1.25rem 1.875rem 0; }

.mgiPromo--sidebar {
  padding: 2rem 1.5rem; }
  .mgiPromo--sidebar .mgiPromo_content {
    position: relative;
    padding-left: 4.5rem; }
    @media only screen and (min-width: 768px) {
      .mgiPromo--sidebar .mgiPromo_content {
        position: relative;
        padding-left: 0; } }
    @media only screen and (min-width: 1200px) {
      .mgiPromo--sidebar .mgiPromo_content {
        position: relative;
        padding-left: 4.5rem; } }
  .mgiPromo--sidebar .mgiPromo_image {
    width: 70px;
    left: -0.8rem;
    top: 0; }
    @media only screen and (min-width: 768px) {
      .mgiPromo--sidebar .mgiPromo_image {
        left: auto;
        position: relative;
        top: auto;
        margin: 0 auto; } }
    @media only screen and (min-width: 1200px) {
      .mgiPromo--sidebar .mgiPromo_image {
        left: -0.8rem;
        margin: 0;
        position: absolute;
        top: 0; } }
  .mgiPromo--sidebar .mgiPromo_text {
    padding: 0; }
  @media only screen and (min-width: 768px) {
    .mgiPromo--sidebar .module_image {
      display: none; } }
  @media only screen and (min-width: 1200px) {
    .mgiPromo--sidebar .module_image {
      display: block; } }

div.mgiPromo p {
  color: #004c3f;
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }

.mgiPromo_button {
  background-color: #004c3f;
  border-radius: 1.25rem;
  color: #FFFFFF;
  display: inline-block;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  padding: 0 24px;
  text-decoration: none !important;
  transition: 0.2s; }

.mgiPromo_button:hover {
  background-color: #D38D32;
  color: #FFFFFF; }

.mgiPromo.mgiPromo--sidebar h2 {
  font-size: 1.75em !important;
  line-height: 1.3; }

.accountListing {
  margin-bottom: 2em; }
  .accountListing h4 {
    color: #004c3f; }

.managerListing {
  margin-bottom: 2rem; }

.managerListing_content {
  padding-left: 0 !important; }

.managerListing_name {
  margin-bottom: 0.25em;
  padding-top: 0.4em; }

.managerListing_experience {
  font-size: 0.9em;
  margin-bottom: 0.5em; }

.managerGrid .col-xs-12:last-child .managerListing {
  margin-bottom: 0; }

h3.bioItem_title {
  margin-top: 0 !important; }

@media (max-width: 767px) {
  .accordion_content._accordion_closed {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden; }

  ._toggle_closed {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  ._toggle_closed.pageSection_header .pageSection_chevron {
    transform: rotate(-90deg); } }
.alertBar {
  background-color: #B0A069;
  padding: 1em 0; }

.alertBar--center {
  text-align: center; }

.alertBar a {
  color: white; }

form {
  margin: 0 0 3em;
  background-color: #F0EEDB;
  padding: 1.5rem; }

label {
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.3em; }

.form-control {
  width: 100%;
  max-width: 100%; }

.form-group {
  margin-bottom: 1rem; }

form .btn {
  border-style: none;
  color: white;
  padding: 0.5em;
  font-weight: 500;
  font-size: 0.9em;
  border-radius: 0.2em; }

img.form-book {
  width: 80% !important;
  height: auto;
  transform: rotate(-6deg) translateX(15%) translateY(-8%); }

.fieldWrapper p {
  text-align: left; }

.checkbox--pill {
  margin-bottom: 0.5rem; }

.checkbox--pill:first-child {
  margin-bottom: 1rem; }

.checkbox--pill input {
  display: none;
  margin-right: 3px; }

.checkbox--pill label {
  cursor: pointer;
  display: block;
  padding-left: 40px;
  position: relative; }

.checkbox--pill input[type=checkbox] + label:before {
  background: #CCC;
  border-radius: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  transition: 0.1s;
  width: 34px; }

.checkbox--pill input[type=checkbox]:checked + label:before {
  background: #558f83; }

.checkbox--pill input[type=checkbox] + label:after {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: 0.1s;
  width: 14px; }

.checkbox--pill input[type=checkbox]:checked + label:after {
  left: 17px; }

.table--sagu {
  border: 1px solid #c2c2c2 !important;
  margin: -1px 0 0 0; }
  .table--sagu th {
    border: 1px solid #c2c2c2 !important;
    color: #222222;
    text-align: center;
    width: 33% !important;
    font-weight: 600 !important; }
  .table--sagu img {
    display: block;
    margin: 0 auto 15px; }
  .table--sagu td strong {
    color: #004c3f; }

.content--etf .table--sagu tbody td,
div.content--etf table.table--sagu tbody tr:nth-child(2n) td,
div.content--etf table.table--sagu tbody td,
.content--etf table.table--sagu tbody tr:hover td,
.content--etf table.table--sagu tbody tr:nth-child(2n+1):hover td {
  background-color: #FFFFFF !important;
  border-style: none !important;
  border-left: 1px solid #c2c2c2 !important;
  border-right: 1px solid #c2c2c2 !important;
  text-align: center;
  vertical-align: top; }

.table--sagu td.sagu_subtitle {
  padding-bottom: 0;
  padding-top: 0; }

.saguChart {
  margin: 0 0 10px; }
  @media (min-width: 600px) {
    .saguChart {
      margin: 0 0 50px; } }
  @media only screen and (min-width: 992px) {
    .saguChart {
      margin: 0 20px 50px; } }

.saguChart_chart {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }

.saguChart_legend {
  border-top: 1px solid #333333;
  bottom: -20px;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }
  @media (min-width: 600px) {
    .saguChart_legend {
      left: 10%;
      width: 80%; }
      .saguChart--bar .saguChart_legend {
        left: 0;
        width: 100%; } }

.saguChart_legendLabel {
  display: none; }
  .saguChart_legendLabel:first-child {
    left: 0; }
    .saguChart--bar .saguChart_legendLabel:first-child {
      left: 27.5%;
      transform: translateX(-50%); }
  .saguChart_legendLabel:last-child {
    right: 0; }
    .saguChart--bar .saguChart_legendLabel:last-child {
      right: 27.5%;
      transform: translateX(50%); }
  @media (min-width: 600px) {
    .saguChart_legendLabel {
      bottom: -20px;
      color: #333333;
      display: block;
      font-size: 11px;
      font-weight: 700;
      height: 30px;
      line-height: 1.2;
      text-transform: uppercase;
      position: absolute;
      text-align: center;
      max-width: 70px; } }

.saguChart_indexPie {
  background-color: #b7a872;
  border-radius: 50%;
  height: 0;
  left: 15%;
  padding-bottom: 80%;
  position: absolute;
  top: 5%;
  width: 80%; }

.saguChart_label {
  color: #333333;
  font-size: 11px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 50px; }
  .saguChart_indexPie .saguChart_label {
    margin-top: -10px;
    right: 0;
    top: 50%; }
  @media (min-width: 600px) {
    .saguChart_label {
      font-size: 12px; } }

.saguChart_fundPie {
  background-color: #004c3f;
  border-radius: 50%;
  top: 72%;
  height: 0;
  left: 22%;
  position: absolute; }
  .saguChart_fundPie .saguChart_label {
    bottom: -20px;
    left: 50%;
    margin-left: -25px; }

.saguChart_indexBar,
.saguChart_fundBar {
  bottom: 0;
  position: absolute;
  width: 25%; }

.saguChart_indexBar {
  background-color: #b7a872;
  right: 15%; }

.saguChart_fundBar {
  background-color: #004c3f;
  left: 15%; }

.saguChart_indexBar .saguChart_label,
.saguChart_fundBar .saguChart_label {
  bottom: 100%;
  margin-left: -60%;
  left: 50%;
  position: absolute;
  width: 120%; }

.content--etf .table--sagu tbody tr.saguChart_legendMobile td {
  border-top: 1px solid #c2c2c2 !important; }

.content--etf .table--sagu tbody tr.saguChart_charts td {
  border-bottom: 1px solid #c2c2c2 !important; }

@media (min-width: 600px) {
  .content--etf .table--sagu tbody .saguChart_legendMobile {
    display: none; } }
.saguChart_legendMobileItem {
  color: #333333;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 0 10px;
  white-space: nowrap; }

.saguChart_legendMobileItem:before {
  background-color: black;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px; }

.saguChart_legendMobileItem:first-child:before {
  background-color: #004c3f; }

.saguChart_legendMobileItem:last-child:before {
  background-color: #b7a872; }

.homeQuote--sagu {
  background-color: #f7f6ed;
  padding: 2em;
  margin-bottom: 3em; }

.homeQuote--sagu .homeQuote_text {
  border-top: none;
  margin: 0 auto;
  font-style: italic;
  font-size: 1.15em;
  padding-top: 0;
  max-width: 500px;
  text-align: center; }

body.mgi {
  /* Page Structure */
  /* ------------------------------------ */
  /* Page Header */
  /* ------------------------------------ */
  /* Feature Block */
  /* ------------------------------------ */
  /* Bio Module */
  /* ------------------------------------ */
  /* Bio Module */
  /* ------------------------------------ */
  /* Card Blocks */
  /* ------------------------------------ */
  /* Chapter Headers */
  /* ------------------------------------ */
  /* Transcript Table */
  /* ------------------------------------ */
  /* Social Share */
  /* ------------------------------------ */
  /* Video List */
  /* ------------------------------------ */
  /* Footer */
  /* ------------------------------------ */ }
  body.mgi .content {
    padding: 0 !important; }
  body.mgi .pageSection,
  body.mgi .pageSection:last-child {
    padding: 3rem 0 !important; }
  body.mgi .pageSection--tint {
    background-color: #F5F5EC; }
  @media only screen and (min-width: 768px) {
    body.mgi .pageSection,
    body.mgi .pageSection:last-child {
      padding: 4rem 0 1rem !important; }
    body.mgi .pageSection--intro {
      padding-bottom: 4rem !important; } }
  body.mgi .series_pageHeader {
    text-align: center; }
  body.mgi .series_pageHeader h1 {
    font-size: 3em;
    font-weight: 700;
    margin: 0 0 0.375em; }
  body.mgi .series_pageHeader h1 a {
    color: #000000;
    text-decoration: none !important; }
  body.mgi .series_pageHeader p {
    font-size: 1.6em; }
  body.mgi .pageHeader_icon {
    margin-left: -27%;
    width: 5.5em; }
  body.mgi .series_pageHeader--internal h1 {
    margin-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    body.mgi .series_pageHeader--internal {
      padding-left: 8em;
      position: relative;
      text-align: left; }
    body.mgi .series_pageHeader--internal .pageHeader_icon {
      left: 0;
      margin: 0;
      position: absolute;
      top: 37%;
      transform: translateY(-50%);
      width: 7em; } }
  body.mgi .featureBlock {
    color: #111;
    position: relative; }
  body.mgi .featureBlock p {
    font-size: 1.5em;
    max-width: 35rem;
    margin: 0 auto 1em;
    text-align: center; }
  body.mgi .featureBlock--left p {
    text-align: left; }
  body.mgi .featureBlock_book {
    width: 20%;
    height: auto;
    left: -2%;
    position: absolute;
    bottom: 110%;
    transform: rotate(-7deg); }
  body.mgi .featureBlock_button {
    border-radius: 0.6em;
    bottom: 0;
    color: white !important;
    font-size: 0.7em;
    left: 50%;
    line-height: 1;
    margin: 0.5em;
    padding: 0.7em 1.5em;
    text-decoration: none !important;
    white-space: nowrap; }
  @media (min-width: 1020px) {
    body.mgi .featureBlock_book {
      width: 14em;
      left: -3em;
      top: -9em; } }
  body.mgi h2 {
    border-style: none;
    color: #000000;
    font-size: 2em;
    font-weight: 600;
    padding: 0;
    text-align: center; }
    body.mgi h2 img {
      display: block;
      width: 3em;
      height: auto;
      margin: 0 auto 0.2em; }
  body.mgi .bioBlock {
    color: #111;
    background-color: #F5F5EC;
    padding: 4em;
    position: relative;
    margin-top: 40%;
    padding-top: 40%;
    text-align: center; }
  body.mgi .bioBlock_title {
    color: black;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 0 0.75em; }
  body.mgi .bioBlock_image {
    border: 10px solid white;
    border-radius: 100%;
    height: auto;
    left: 15%;
    position: absolute;
    margin-top: -35%;
    top: 0;
    width: 70%; }
  body.mgi .bioBlock p {
    font-size: 1.25em; }
  body.mgi .bioBlock p:last-child {
    margin-bottom: 0; }
  body.mgi .bioBlock_link {
    padding-left: 2em;
    position: relative;
    display: inline-block; }
  body.mgi .bioBlock_link img {
    height: auto;
    left: 0;
    position: absolute;
    width: 1.5em; }
  body.mgi .cardBlock {
    display: block;
    margin: 0 auto 2rem auto;
    text-decoration: none !important;
    border-radius: 2rem;
    background-color: #F0EEDB;
    padding: 2em; }
  body.mgi .cardBlock--grid {
    max-width: 28.125rem; }
  body.mgi .cardBlock_image {
    position: relative; }
  body.mgi .cardBlock_imageInner {
    border-radius: 1.5em;
    position: relative;
    overflow: hidden; }
  body.mgi .cardBlock_imageInner:before {
    content: "";
    display: block;
    height: 70%;
    left: -10%;
    position: absolute;
    top: 55%;
    transform: rotate(10deg) translateY(0);
    transition: 0.1s;
    width: 120%;
    z-index: 10; }
  body.mgi .cardBlock--inactive .cardBlock_imageInner:before {
    background-color: #555; }
  body.mgi .cardBlock_imageNumber {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    left: 1.5rem;
    top: 61.5%;
    transition: 0.1s;
    z-index: 15;
    transform-origin: left center; }
  body.mgi .cardBlock_imageNumber em {
    display: block;
    font-size: 0.5em;
    font-weight: 500; }
  body.mgi .cardBlock--active:hover {
    background-color: #fbfbf7;
    box-shadow: 0 0 7px rgba(67, 33, 1, 0.07);
    color: #432101; }
  body.mgi .cardBlock--active:hover .cardBlock_imageInner:before {
    transform: rotate(10deg) translateY(20%); }
  body.mgi .cardBlock--active:hover .cardBlock_imageNumber {
    transform: translateY(10px) scale(0.7); }
  body.mgi .cardBlock_image--full img {
    border-radius: 2em; }
  body.mgi .cardBlock--inactive .cardBlock_image img {
    opacity: 0.5; }
  body.mgi .cardBlock_button {
    background-color: #703702;
    border: 3px solid white;
    border-radius: 0.6em;
    bottom: 0;
    color: white !important;
    font-size: 1.1em;
    left: 50%;
    line-height: 1;
    padding: 0.7em 1.5em;
    position: absolute;
    text-decoration: none !important;
    transform: translate(-50%, 50%);
    transition: 0.2s;
    white-space: nowrap;
    z-index: 20; }
  body.mgi .cardBlock--active:hover .cardBlock_button {
    background-color: #552a02;
    background-color: #7e4b1b; }
  body.mgi .cardBlock_button .fa {
    margin-right: 0.3em; }
  body.mgi .cardBlock_text {
    color: #111;
    padding: 2.5em 1em 0;
    text-decoration: none !important; }
  body.mgi .cardBlock_title {
    margin-bottom: 1.125em;
    text-decoration: none !important; }
  body.mgi .cardBlock_title--icon {
    padding-left: 4.5rem;
    position: relative; }
  body.mgi .cardBlock_title h3 {
    color: black;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 0.25em !important;
    text-decoration: none !important; }
  body.mgi .cardBlock_title p {
    font-size: 1.125em;
    margin-bottom: 0; }
  body.mgi .cardBlock_icon {
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 3.5rem; }
  body.mgi .cardBlock_description {
    font-size: 1.125em; }
  @media only screen and (min-width: 768px) {
    body.mgi .cardBlock {
      margin: 0 auto 3.75rem auto;
      max-width: 100%; }
    body.mgi .cardBlock_description {
      padding-left: 0; }
    body.mgi .cardBlock_text {
      padding-left: 0;
      padding-right: 0; } }
  body.mgi .chapterHeader {
    margin: 0 auto 5rem;
    max-width: 50rem;
    text-align: center; }
  body.mgi .chapterHeader_icon {
    width: 5rem;
    margin: 0 auto 0.2em; }
  body.mgi .chapterHeader_title {
    font-size: 2.2em;
    margin-top: 0em; }
  body.mgi .chapterHeader_title small {
    display: block; }
  body.mgi .chapterHeader_intro {
    font-size: 1.25em; }
  body.mgi .chapterHeader_callout {
    margin: 3rem 0;
    text-align: center; }
  body.mgi .chapterHeader_book {
    height: auto;
    left: 5rem;
    position: absolute;
    transform: rotate(7deg);
    top: -2rem;
    width: 8rem; }
  body.mgi .chapterHeader_button {
    border-radius: 0.6em;
    bottom: 0;
    color: white !important;
    display: inline-block;
    font-size: 1em;
    left: 50%;
    line-height: 1;
    margin: 0.5em;
    padding: 0.7em 1.5em;
    text-decoration: none !important;
    white-space: nowrap; }
  body.mgi .chapterHeader_book {
    display: none; }
  @media (min-width: 600px) {
    body.mgi .chapterHeader_callout {
      background-color: #f9f9f2;
      margin: 3rem 0 7rem;
      padding: 3rem 3rem 3rem 12rem;
      position: relative; }
    body.mgi .chapterHeader_book {
      display: block;
      height: auto;
      left: 5%;
      position: absolute;
      transform: rotate(7deg);
      top: -2rem;
      width: 8rem; } }
  @media only screen and (min-width: 768px) {
    body.mgi .chapterHeader_book {
      left: 10%; } }
  body.mgi table.transcriptTable {
    border-top: 1px solid #c2c2c2; }
  body.mgi table.transcriptTable tbody {
    border-bottom: 1px solid #c2c2c2; }
  body.mgi table.transcriptTable td {
    background-color: transparent !important;
    border-style: none !important;
    text-align: left !important; }
  body.mgi table.transcriptTable tbody:nth-child(2n+0) {
    background-color: #f7f6ed; }
  body.mgi table.transcriptTable tbody tr:first-child td {
    padding-top: 1em; }
  body.mgi table.transcriptTable tbody tr:last-child td {
    padding-bottom: 1em; }
  body.mgi ul.socialShare {
    text-align: center; }
    body.mgi ul.socialShare li {
      float: none;
      display: inline-block;
      margin: 0 0.75em 0.75em !important; }
    body.mgi ul.socialShare img {
      width: 2.5rem; }
  body.mgi .videoList {
    margin-top: 3.5rem; }
  body.mgi .videoList ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  body.mgi .videoList li {
    color: #666;
    font-size: 1.15em;
    margin: 0 0 1.5em 0 !important;
    position: relative;
    border-top: 1px solid #999;
    padding-top: 1.5em; }
  body.mgi .videoList li a {
    font-weight: 600; }
  body.mgi .videoList li span {
    font-size: 0.8em;
    font-style: italic;
    display: inline-block;
    color: #703702;
    font-weight: 600; }
  body.mgi .videoList li.inactive span {
    color: #a98767; }
  body.mgi .videoList li.inactive {
    color: #999; }
  body.mgi .globalFooter {
    border-top: 2px solid #FFFFFF; }
  body.mgi .globalFooter_primary {
    height: 200px; }

/*# sourceMappingURL=site.css.map */
